@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "Zen Kaku Gothic New", 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;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1851851852vw;
  }
}
@media (min-width: 1350px) {
  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: #F7F3F2;
}

*,
*::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 root defaults */
html {
  scroll-behavior: smooth;
}

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

/* 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;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
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-inner {
  margin-left: 270px;
  margin-left: 16.875rem;
  margin-left: 22.5%;
  margin-right: 60px;
  margin-right: 3.75rem;
  margin-right: 4.5%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* app */
.app {
  max-width: 1500px;
  max-width: 93.75rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.app__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 430px;
  min-height: 26.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .app__content {
    min-height: unset;
  }
}
.app__content::before {
  position: absolute;
  content: "";
  left: 45.5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1096px;
  width: 68.5rem;
  height: 430px;
  height: 26.875rem;
  background: url(../img/app-bg_pc.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .app__content::before {
    left: 46%;
    top: 42%;
    width: 28.4375rem;
    height: 22.5625rem;
    background: url(../img/app-bg_sp.png) no-repeat center/contain;
  }
}

.app__content {
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .app__content {
    padding-right: 0;
  }
}

.app__btn.btn {
  width: 480px;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .app__btn.btn {
    font-size: 1rem;
    width: 17.5rem;
    padding-right: 1.25rem;
  }
  .app__btn.btn::after {
    right: 0.9375rem;
    width: 1rem;
    height: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .app__inner {
    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;
    margin-top: 1.25rem;
    padding-right: 0.625rem;
  }
}

.present.app__present {
  position: absolute;
  top: -30px;
  top: -1.875rem;
  right: 35px;
  right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .present.app__present {
    position: relative;
    top: unset;
    right: unset;
  }
}

.app__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.58;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .app__text {
    text-align: left;
    font-size: 1rem;
    margin-top: 0;
    margin-left: 0.9375rem;
    white-space: nowrap;
  }
}

/* box */
.box {
  background: rgba(255, 255, 255, .35);
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 0.5rem;
}

/* btn */
.btn {
  display: block;
  text-align: center;
  width: 440px;
  width: 27.5rem;
  max-width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-radius: 2.5rem;
  background: #000;
  padding: 22px 10px;
  padding: 1.375rem 0.625rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 16.625rem;
    font-size: 1.125rem;
    padding: 1rem 0.625rem;
  }
}
.btn::before, .btn::after {
  position: absolute;
  content: "";
}
.btn::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #F46F6C;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  z-index: -1;
}

a.btn::after {
  position: absolute;
  content: "";
  width: 27px;
  width: 1.6875rem;
  height: 8px;
  height: 0.5rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 43px;
  right: 2.6875rem;
  background: url(../img/btn-arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  a.btn::after {
    width: 1.375rem;
    height: 0.4375rem;
    right: 1.5625rem;
  }
}
a.btn:hover {
  opacity: 1;
}
a.btn:hover::before {
  left: 0;
}

/* drawer */
.drawer {
  display: none;
  background: #fff;
  padding-top: 95px;
  padding-top: 5.9375rem;
  height: 600px;
  height: 37.5rem;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 0 0 0.625rem 0.625rem;
}

.drawer__items {
  padding-left: 60px;
  padding-left: 3.75rem;
}

.drawer__item {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.drawer__item a {
  display: inline-block;
  padding: 18px 0 18px 21px;
  padding: 1.125rem 0 1.125rem 1.3125rem;
  position: relative;
}
.drawer__item a::before {
  position: absolute;
  content: "";
  height: 1px;
  height: 0.0625rem;
  width: 10px;
  width: 0.625rem;
  background: #000;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.drawer__body {
  display: inline-block;
  color: #fff;
  background: #F46F6C;
  border-radius: 0 3.75rem 0 0;
  margin-top: 90px;
  margin-top: 5.625rem;
  padding: 25px 20px 25px 20px;
  padding: 1.5625rem 1.25rem 1.5625rem 1.25rem;
}

.drawer__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.drawer__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.drawer__text span {
  font-size: 24px;
  font-size: 1.5rem;
}

.drawer__bottom {
  color: #fff;
  border-radius: 0 3.75rem 0.625rem 1.1875rem;
  background: #000;
  margin-top: -5px;
  margin-top: -0.3125rem;
  padding: 30px 25px 30px 20px;
  padding: 1.875rem 1.5625rem 1.875rem 1.25rem;
  position: relative;
  z-index: 1;
}

.drawer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  margin-top: 1rem;
}

.drawer__link {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.drawer__link a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.drawer__link a:hover {
  opacity: 1;
  color: #F46F6C;
}

/* footer */
.footer {
  background: #fff;
  padding: 27px 40px 27px 0;
  padding: 1.6875rem 2.5rem 1.6875rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1.375rem 0;
  }
}

.footer__copyright {
  text-align: right;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    font-size: 0.9375rem;
  }
}

/* gnav */
.gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gnav__item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.gnav__item + .gnav__item {
  margin-top: 14px;
  margin-top: 0.875rem;
}
.gnav__item a {
  display: inline-block;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gnav__item a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 8px;
  width: 0.5rem;
  height: 1px;
  height: 0.0625rem;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.gnav__item a:hover {
  opacity: 1;
  color: #F46F6C;
}
.gnav__item a:hover:before {
  background: #F46F6C;
}

/* 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: 6px;
  height: 0.375rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 3px;
  top: 0.1875rem;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2) {
  -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: 6px;
  top: 0.375rem;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 210px;
  width: 13.125rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 29px;
  padding-top: 1.8125rem;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
@media screen and (max-width: 767px) {
  .header {
    width: calc(100% - 1rem);
    height: unset;
    height: auto;
    top: 0.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    padding-top: 0;
    border-radius: 0.625rem;
  }
  .header.scrolled {
    background: #fff;
  }
}

.header__logo {
  width: 180px;
  width: 11.25rem;
  max-width: 100%;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 6.875rem;
    padding: 0.625rem 0;
    margin-left: 1.0625rem;
  }
}
.header__logo a {
  display: block;
}

.header__nav {
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.header__body {
  display: inline-block;
  color: #fff;
  background: #F46F6C;
  border-radius: 0 5rem 0 0;
  margin-top: auto;
  padding: 30px 35px 45px 30px;
  padding: 1.875rem 2.1875rem 2.8125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .header__body.u-pc {
    display: none;
  }
}

.header__title {
  font-weight: 700;
}

.header__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.header__bottom {
  color: #fff;
  border-radius: 0 5rem 0 0;
  background: #000;
  margin-top: -30px;
  margin-top: -1.875rem;
  padding: 20px 10px 20px 30px;
  padding: 1.25rem 0.625rem 1.25rem 1.875rem;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.header__link {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.header__link:nth-child(3n) {
  margin-right: 0;
}
.header__link a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__link a:hover {
  opacity: 1;
  color: #F46F6C;
}

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

/* present */
.present {
  width: 240px;
  width: 15rem;
  min-width: 240px;
  min-width: 15rem;
  height: 240px;
  height: 15rem;
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .present {
    width: 11.125rem;
    min-width: 11.125rem;
    height: 11.125rem;
  }
}

.present__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-animation: 12s linear infinite rotation;
          animation: 12s linear infinite rotation;
}

.present__img {
  width: 142px;
  width: 8.875rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .present__img {
    width: 7.0625rem;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* title */
.title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
  }
}

/* about */
.about {
  padding: 30px 0 55px;
  padding: 1.875rem 0 3.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 5rem 0 2.5rem;
  }
}
.about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 850px;
  height: 53.125rem;
  top: -230px;
  top: -14.375rem;
  left: 0;
  background: url(../img/about-bg.png) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about::before {
    height: 93.75rem;
  }
}

.about__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.about__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about__text {
    padding-right: 0;
  }
}

/* award */
.award {
  padding: 80px 0 90px;
  padding: 5rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .award {
    padding: 3.75rem 0 5rem;
  }
}

.award__content {
  padding: 60px 20px 70px;
  padding: 3.75rem 1.25rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .award__content {
    padding: 2.5rem 1.25rem;
  }
}

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

.award__subtitle {
  background: url(../img/award-border02.png) no-repeat center bottom/234px;
  background: url(../img/award-border02.png) no-repeat center bottom/14.625rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .award__subtitle {
    background-size: 11.25rem;
    padding-bottom: 0.625rem;
  }
}

.award__list {
  width: 670px;
  width: 41.875rem;
  max-width: 100%;
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .award__list {
    margin-top: 1.25rem;
  }
}

.award__list-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) {
  .award__list-item {
    display: block;
  }
}
.award__list-item + .award__list-item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .award__list-item + .award__list-item {
    margin-top: 0.9375rem;
  }
}

.award__list-title {
  width: 15%;
  font-weight: 700;
  line-height: 1.56;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .award__list-title {
    width: 100%;
  }
}
.award__list-title::before {
  position: absolute;
  content: "●";
  color: #F46F6C;
  left: 0;
  top: 0;
}

.award__list-text {
  width: 85%;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .award__list-text {
    width: 100%;
    margin-top: 0.3125rem;
  }
}
.award__list-text a {
  word-break: break-all;
}

.award__items {
  width: 400px;
  width: 25rem;
  max-width: 100%;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  .award__items {
    margin-top: 1.25rem;
  }
}

.award__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 34px;
  padding-left: 2.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .award__item {
    padding-left: 1.25rem;
  }
}
.award__item::before, .award__item::after {
  position: absolute;
  content: "";
}
.award__item::before {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 50%;
  background: #F46F6C;
  left: 0;
  top: 12px;
  top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .award__item::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.award__item:not(:last-child)::after {
  width: 3px;
  width: 0.1875rem;
  height: 100%;
  background: #F46F6C;
  left: 8px;
  left: 0.5rem;
  top: 20px;
  top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .award__item:not(:last-child)::after {
    width: 0.125rem;
    left: 0.3125rem;
  }
}

.award__item-time {
  width: 22%;
  color: #F46F6C;
}
@media screen and (max-width: 767px) {
  .award__item-time {
    width: 20%;
    font-size: 1.125rem;
  }
}

.award__item-text {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .award__item-text {
    width: 80%;
    font-size: 1rem;
    padding-top: 0.1875rem;
  }
}

/* company */
.company {
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  background: rgba(255, 255, 255, .3);
  border-radius: 3.75rem;
  padding: 28px 20px 20px 20px;
  padding: 1.75rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1.875rem;
    padding: 0.9375rem 1.25rem 1.25rem;
  }
}

.company__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  background: url(../img/company-border_pc.png) no-repeat center bottom/184px;
  background: url(../img/company-border_pc.png) no-repeat center bottom/11.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company__title {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.3;
    padding-bottom: 0;
    padding: 0.625rem 1.25rem 0.625rem 0;
    white-space: nowrap;
    background: unset;
    position: relative;
  }
  .company__title::after {
    position: absolute;
    content: "";
    width: 0.3125rem;
    height: 4.1875rem;
    right: 0;
    top: 0;
    background: url(../img/company-border_sp.png) no-repeat center/contain;
  }
}

.company__items {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .company__items {
    margin-top: -0.625rem;
    margin-left: 1.25rem;
  }
}

.company__item {
  max-width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .company__item {
    margin-top: 1.25rem;
    max-width: 6.25rem;
  }
}
.company__item:first-child {
  width: 107px;
  width: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .company__item:first-child {
    width: 50%;
  }
}
.company__item:nth-child(2) {
  width: 95px;
  width: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .company__item:nth-child(2) {
    width: 50%;
  }
}
.company__item:nth-child(3) {
  width: 84px;
  width: 5.25rem;
}
@media screen and (max-width: 767px) {
  .company__item:nth-child(3) {
    width: 50%;
  }
}
.company__item:nth-child(4) {
  width: 81px;
  width: 5.0625rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company__item:nth-child(4) {
    width: 45%;
    margin-left: 5%;
  }
}

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

.contact__content {
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 0.625rem;
  padding: 32px 60px 25px;
  padding: 2rem 3.75rem 1.5625rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__content {
    padding: 1.5625rem 1.25rem;
    margin-right: 0;
  }
}

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

.contact__title {
  font-weight: 700;
}

.contact__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-left: 60px;
  margin-left: 3.75rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}
.contact__text a {
  display: inline-block;
}

/* entry */
.entry {
  max-width: 1500px;
  max-width: 93.75rem;
  margin: 80px auto 10px;
  margin: 5rem auto 0.625rem;
}
@media screen and (max-width: 767px) {
  .entry {
    margin: 5rem auto 1.25rem;
  }
}

.entry__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 430px;
  min-height: 26.875rem;
  padding-left: 130px;
  padding-left: 8.125rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .entry__content {
    padding: 0;
    min-height: unset;
  }
}
.entry__content::before {
  position: absolute;
  content: "";
  width: 1036px;
  width: 64.75rem;
  height: 429px;
  height: 26.8125rem;
  background: url(../img/entry-bg01_pc.png) no-repeat center/contain;
  left: 48%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .entry__content::before {
    width: 28.5rem;
    height: 21.875rem;
    background: url(../img/entry-bg01_sp.png) no-repeat center/contain;
    left: 45%;
    top: -3.75rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.entry__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: url(../img/entry-border_pc.png) no-repeat center bottom/532px;
  background: url(../img/entry-border_pc.png) no-repeat center bottom/33.25rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .entry__text {
    display: block;
    font-size: 1.125rem;
    line-height: 1.3;
    background: url(../img/entry-border_sp.png) no-repeat center bottom/17.6875rem;
    padding-bottom: 0.625rem;
  }
}

.entry__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .entry__title {
    font-size: 1.25rem;
  }
}
.entry__title span {
  color: #F46F6C;
}

.entry__info {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .entry__info {
    font-size: 1rem;
  }
}

.entry__btn {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  .entry__btn {
    margin-top: 0.9375rem;
  }
}

.entry__body {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .entry__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 1.25rem;
  }
}

.entry__texts {
  text-align: center;
  font-weight: 700;
  width: 210px;
  width: 13.125rem;
  height: 234px;
  height: 14.625rem;
  background: url(../img/entry-bg05_pc.png) no-repeat center/contain;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .entry__texts {
    width: 10.4375rem;
    height: 9.75rem;
    background: url(../img/entry-bg05_sp.png) no-repeat center/contain;
    margin-top: 0;
    margin-left: 0.625rem;
    padding-top: 1.5625rem;
    padding-left: 0.625rem;
  }
}

.entry__subtitle {
  display: inline-block;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
}
@media screen and (max-width: 767px) {
  .entry__subtitle {
    font-size: 0.875rem;
  }
}
.entry__subtitle::after {
  position: absolute;
  content: "";
  height: 1px;
  height: 0.0625rem;
  width: 100%;
  background: #000;
  left: 0;
  bottom: 4px;
  bottom: 0.25rem;
}

.entry__subtext {
  line-height: 1.56;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .entry__subtext {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}
.entry__subtext span {
  letter-spacing: -0.05em;
}

/* media */
.media {
  padding: 170px 0 110px;
  padding: 10.625rem 0 6.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .media {
    padding: 7.5rem 0 7.5rem;
  }
}
.media::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  bottom: -250px;
  bottom: -15.625rem;
  background: url(../img/media-bg_pc.png) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .media::before {
    background: url(../img/media-bg_sp.png) no-repeat center top/cover;
  }
}

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

.media__title {
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #7B4CFF;
  background: url(../img/media-border01.png) no-repeat center bottom/400px;
  background: url(../img/media-border01.png) no-repeat center bottom/25rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .media__title {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
  }
}
.media__title span {
  letter-spacing: -0.1em;
}

.media__subtitle {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .media__subtitle {
    font-size: 1.25rem;
  }
}

.media__text {
  width: 52%;
  line-height: 1.875;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-left: 60px;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .media__text {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.media__text span {
  font-weight: 700;
}

.media__box {
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 1.25rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 40px 60px 32px;
  padding: 2.5rem 3.75rem 2rem;
}
@media screen and (max-width: 767px) {
  .media__box {
    margin-top: 2.5rem;
    padding: 1.5625rem 1.25rem;
  }
}

.media__box-title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  background: url(../img/media-border02.png) no-repeat center bottom/100px;
  background: url(../img/media-border02.png) no-repeat center bottom/6.25rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .media__box-title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}

.media__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .media__item-wrapper {
    display: block;
    margin-top: 1.25rem;
  }
}

.media__items + .media__items {
  margin-left: 45px;
  margin-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .media__items + .media__items {
    margin-left: 0;
  }
}

.media__item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.13;
}
.media__item span {
  font-weight: 700;
}

.media__subtext {
  line-height: 2.25;
  margin-top: 75px;
  margin-top: 4.6875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .media__subtext {
    padding-right: 0;
    margin-top: 2.5rem;
  }
}

.media__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
  margin-top: -0.9375rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .media__units {
    display: block;
    margin-top: 2.5rem;
    padding-right: 0;
  }
}

.media__unit {
  width: calc(50% - 1.875rem);
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .media__unit {
    width: 100%;
    margin-top: 0;
  }
  .media__unit + .media__unit {
    margin-top: 2.5rem;
  }
}
.media__unit:not(:nth-child(2n+1)) {
  margin-left: 60px;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .media__unit:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}

.media__unit-img img {
  border-radius: 0.625rem;
}

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

.media__unit-company {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.media__unit-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.67;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.media__heading {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 85px;
  margin-top: 5.3125rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .media__heading {
    text-align: left;
    font-size: 1.25rem;
    margin-top: 2.5rem;
    padding-right: 0;
  }
}
.media__heading span {
  color: #F46F6C;
}

/* mv */
.mv {
  max-width: 1500px;
  max-width: 93.75rem;
  margin: 0 auto;
  position: relative;
}
.mv::before {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/mv-bg_pc.png) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv::before {
    background: url(../img/mv-bg_sp.png) no-repeat center top/cover;
  }
}

.mv__inner {
  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) {
  .mv__inner {
    display: block;
  }
}

.mv__texts {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.mv__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .mv__header {
    display: block;
    padding-top: 6.5625rem;
  }
}

.mv__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  background: url(../img/mv-border_pc.png) no-repeat center bottom/334px;
  background: url(../img/mv-border_pc.png) no-repeat center bottom/20.875rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mv__text {
    line-height: 1.4;
    letter-spacing: -0.08em;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__text {
    display: inline-block;
    font-size: 1.25rem;
    background: url(../img/mv-border_sp.png) no-repeat center bottom/12.5rem;
  }
}

.mv__subtext {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #fff;
  padding: 5px 13px;
  padding: 0.3125rem 0.8125rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .mv__subtext {
    display: inline-block;
    margin-left: 0;
    margin-top: 1.75rem;
    padding: 0.1875rem 0.375rem;
  }
}

.mv__title {
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: -10px;
  margin-left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 2.1875rem;
    margin-top: 1.125rem;
    margin-left: 0;
    white-space: nowrap;
  }
}
.mv__title span:first-child {
  letter-spacing: -0.15em;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.mv__title span:nth-child(3) {
  font-size: 88px;
  font-size: 5.5rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .mv__title span:nth-child(3) {
    font-size: 2.5625rem;
  }
}
.mv__title span:nth-child(4) {
  font-size: 108px;
  font-size: 6.75rem;
  letter-spacing: 0;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__title span:nth-child(4) {
    font-size: 3.1875rem;
    margin-left: 0.1875rem;
  }
}

.mv__body {
  text-align: center;
  width: 260px;
  width: 16.25rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8A34E;
  border-radius: 0 0 5rem 5rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv__body {
    position: absolute;
    top: 0;
    right: 0.625rem;
    width: 8.4375rem;
    border-radius: 0 0 2.5rem 2.5rem;
    margin-left: 0;
    padding: 4.0625rem 0 1.875rem;
  }
}
.mv__body::before {
  position: absolute;
  content: "";
  width: 211px;
  width: 13.1875rem;
  height: 225px;
  height: 14.0625rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/mv-img.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__body::before {
    width: 7.0625rem;
    height: 7.5rem;
    top: unset;
    bottom: 0.9375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mv__price {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv__price {
    font-size: 1.125rem;
  }
}
.mv__price span:first-child {
  letter-spacing: -0.1em;
}
.mv__price span:nth-child(4) {
  font-size: 108px;
  font-size: 6.75rem;
  letter-spacing: -0.02em;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .mv__price span:nth-child(4) {
    font-size: 3.5rem;
  }
}
.mv__price span:nth-child(5) {
  font-size: 33px;
  font-size: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .mv__price span:nth-child(5) {
    font-size: 1rem;
  }
}

.mv__flex {
  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;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .mv__flex {
    display: block;
    margin-top: 1.25rem;
  }
}

.mv__award-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mv__award-header {
    display: block;
  }
}

.mv__award-title {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background: #F46F6C;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mv__award-title {
    font-size: 1.75rem;
  }
}

.mv__award-subtext {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mv__award-subtext {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.mv__award-text {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .mv__award-text {
    font-size: 1.5rem;
  }
}

.mv__btn {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__btn {
    margin: 1.25rem auto 0;
  }
}

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

.mv__box:first-child {
  width: 71.5%;
}
@media screen and (max-width: 767px) {
  .mv__box:first-child {
    width: 100%;
  }
}
.mv__box:nth-child(2) {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .mv__box:nth-child(2) {
    width: 100%;
    margin-top: 0.9375rem;
  }
}

/* overview */
.overview {
  padding-top: 45px;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .overview {
    padding-top: 5rem;
  }
}
.overview .l-inner {
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .overview .l-inner {
    margin-left: 0;
  }
}

.overview__title {
  background: url(../img/overview-border01.png) no-repeat center bottom/66px;
  background: url(../img/overview-border01.png) no-repeat center bottom/4.125rem;
}
@media screen and (max-width: 767px) {
  .overview__title {
    background-size: 3.4375rem;
  }
}

.overview__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .overview__items {
    margin-top: 1.25rem;
  }
}

.overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .overview__item {
    display: block;
  }
}
.overview__item + .overview__item {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .overview__item + .overview__item {
    margin-top: 2.5rem;
  }
}
.overview__item:first-child .overview__item-title::after {
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  background: url(../img/overview-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .overview__item:first-child .overview__item-title::after {
    width: 5rem;
    height: 5rem;
  }
}
.overview__item:nth-child(2) .overview__item-title::after {
  width: 104px;
  width: 6.5rem;
  height: 90px;
  height: 5.625rem;
  background: url(../img/overview-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .overview__item:nth-child(2) .overview__item-title::after {
    width: 5.9375rem;
    height: 5.125rem;
  }
}

.overview__item-title {
  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: 120px;
  width: 7.5rem;
  min-width: 120px;
  min-width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .overview__item-title {
    width: 6.25rem;
    min-width: 6.25rem;
    height: 6.25rem;
    font-size: 1.125rem;
  }
}
.overview__item-title::after {
  position: absolute;
  content: "";
  right: -15px;
  right: -0.9375rem;
  bottom: -15px;
  bottom: -0.9375rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .overview__item-title::after {
    right: -0.625rem;
    bottom: -0.625rem;
  }
}

.overview__item-body {
  margin-left: 45px;
  margin-left: 2.8125rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .overview__item-body {
    margin-left: 0;
    padding-top: 0;
    margin-top: 1.875rem;
  }
}

.overview__list-item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.67;
}
.overview__list-item + .overview__list-item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .overview__list-item + .overview__list-item {
    margin-top: 0.9375rem;
  }
}

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

.overview__unit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .overview__unit-wrapper {
    display: block;
  }
}
.overview__unit-wrapper > .overview__unit {
  width: 240px;
  width: 15rem;
  min-width: 240px;
  min-width: 15rem;
  padding: 28px 20px 30px;
  padding: 1.75rem 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .overview__unit-wrapper > .overview__unit {
    width: 25rem;
    min-width: unset;
  }
}
.overview__unit-wrapper > .overview__unit .overview__unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
.overview__unit-wrapper > .overview__unit .overview__unit-price {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .overview__unit-wrapper > .overview__unit .overview__unit-price {
    margin-top: 0.625rem;
  }
}
.overview__unit-wrapper > .overview__unit .overview__unit-price span {
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (max-width: 767px) {
  .overview__unit-wrapper > .overview__unit .overview__unit-price span {
    font-size: 3.125rem;
  }
}
.overview__unit-wrapper > .overview__unit .overview__unit-prize {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.overview__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .overview__units {
    display: block;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.overview__units + .overview__units {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .overview__units + .overview__units {
    margin-left: auto;
    margin-top: 1.25rem;
  }
}
.overview__units .overview__unit {
  width: calc(33.33333% - 0.41667rem);
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .overview__units .overview__unit {
    width: 25rem;
    margin-top: 1.25rem;
  }
}
.overview__units .overview__unit:not(:nth-child(3n+1)) {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .overview__units .overview__unit:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}
.overview__units .overview__unit:nth-child(3) .overview__unit-award {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .overview__units .overview__unit:nth-child(3) .overview__unit-award {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.overview__unit {
  text-align: center;
  padding: 10px 5px 10px;
  padding: 0.625rem 0.3125rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .overview__unit {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.25rem 1.25rem;
  }
}

.overview__unit-title {
  font-weight: 700;
  background: url(../img/overview-border02.png) no-repeat center bottom/168px;
  background: url(../img/overview-border02.png) no-repeat center bottom/10.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .overview__unit-title {
    background: url(../img/schedule-border02.png) no-repeat center bottom/100%;
  }
}

.overview__unit-price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .overview__unit-price {
    margin-top: 0.625rem;
  }
}
.overview__unit-price span {
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .overview__unit-price span {
    font-size: 2.25rem;
  }
}

.overview__unit-prize {
  font-weight: 900;
}

.overview__unit-award {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .overview__unit-award {
    font-size: 1.25rem;
  }
}

.overview__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .overview__text {
    font-size: 0.9375rem;
    margin-top: 2.5rem;
  }
}

/* pickup */
.pickup {
  border-radius: 3.75rem;
  background: rgba(213, 198, 255, .25);
  border: 1px solid #A281FF;
  border: 0.0625rem solid #A281FF;
  padding: 30px 10px 20px 43px;
  padding: 1.875rem 0.625rem 1.25rem 2.6875rem;
}
@media screen and (max-width: 767px) {
  .pickup {
    border-radius: 1.875rem;
    padding: 1.25rem 1.375rem;
  }
}

.pickup__title {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  background: url(../img/pickup-border_pc.png) no-repeat center bottom/616px;
  background: url(../img/pickup-border_pc.png) no-repeat center bottom/38.5rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pickup__title {
    font-size: 1rem;
  }
}
.pickup__title span.orange {
  color: #F46F6C;
}
.pickup__title span.small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .pickup__title span.small {
    font-size: 0.75rem;
  }
}

.pickup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pickup__footer {
    display: block;
    margin-top: 0.75rem;
  }
}

.pickup__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pickup__subtitle {
    font-size: 0.8125rem;
  }
}

.pickup__item-wrapper {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pickup__item-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.pickup__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pickup__items {
    width: 450%;
  }
}
.pickup__items + .pickup__items {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .pickup__items + .pickup__items {
    margin-left: 0;
  }
}

.pickup__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .pickup__item {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .pickup__item + .pickup__item {
    margin-top: 0.5rem;
  }
}
.pickup__item span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pickup__item span {
    display: block;
  }
}

/* schedule */
.schedule {
  padding: 75px 0 95px;
  padding: 4.6875rem 0 5.9375rem;
}
@media screen and (max-width: 767px) {
  .schedule {
    padding: 6.25rem 0 7.5rem;
  }
}
.schedule .l-inner {
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .schedule .l-inner {
    margin-left: 0;
  }
}

.schedule__title {
  background: url(../img/schedule-border01.png) no-repeat center bottom/200px;
  background: url(../img/schedule-border01.png) no-repeat center bottom/12.5rem;
}
@media screen and (max-width: 767px) {
  .schedule__title {
    background-size: 9.375rem;
  }
}

.schedule__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .schedule__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.schedule__item {
  width: 33.333%;
  padding: 15px 22px 20px;
  padding: 0.9375rem 1.375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .schedule__item {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.schedule__item + .schedule__item {
  margin-left: 38px;
  margin-left: 2.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule__item + .schedule__item {
    margin-left: auto;
    margin-top: 2.5rem;
  }
}
.schedule__item + .schedule__item::before {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
  left: -1.75rem;
  background: url(../img/arrow-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .schedule__item + .schedule__item::before {
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.schedule__item-year {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .schedule__item-year {
    font-size: 1rem;
  }
}
.schedule__item-year span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .schedule__item-year span {
    font-size: 1.125rem;
  }
}

.schedule__item-date {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  background: url(../img/schedule-border02.png) no-repeat center bottom/280px;
  background: url(../img/schedule-border02.png) no-repeat center bottom/17.5rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .schedule__item-date {
    font-size: 1.5rem;
    background-size: 100%;
    padding-bottom: 0.9375rem;
  }
}
.schedule__item-date span {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .schedule__item-date span {
    font-size: 1.75rem;
  }
}

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

/* selection */
.selection {
  padding-top: 75px;
  padding-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .selection {
    padding-top: 6.25rem;
  }
}
.selection .l-inner {
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .selection .l-inner {
    margin-left: 0;
  }
}

.selection__title {
  background: url(../img/selection-border01.png) no-repeat center bottom/133px;
  background: url(../img/selection-border01.png) no-repeat center bottom/8.3125rem;
}
@media screen and (max-width: 767px) {
  .selection__title {
    background-size: 6.25rem;
  }
}

.selection__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .selection__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.selection__item {
  width: 25%;
  padding: 25px 20px 20px;
  padding: 1.5625rem 1.25rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selection__item {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.selection__item + .selection__item {
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .selection__item + .selection__item {
    margin-left: auto;
    margin-top: 2.5rem;
  }
}
.selection__item + .selection__item::before {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
  left: -1.75rem;
  background: url(../img/arrow-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .selection__item + .selection__item::before {
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.selection__item-number {
  position: absolute;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #fff;
  left: 17px;
  left: 1.0625rem;
  top: 7px;
  top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .selection__item-number {
    font-size: 1.75rem;
  }
}

.selection__item-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  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;
  min-height: 70px;
  min-height: 4.375rem;
  background: url(../img/selection-border02.png) no-repeat center bottom/184px;
  background: url(../img/selection-border02.png) no-repeat center bottom/11.5rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .selection__item-title {
    font-size: 1.125rem;
    min-height: 3.75rem;
    background: url(../img/schedule-border02.png) no-repeat center bottom/100%;
  }
}

.selection__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.67;
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* service */
.service {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 2.5rem;
  }
}
.service .l-inner {
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service .l-inner {
    padding-right: 1.25rem;
  }
}

.service__title {
  background: url(../img/award-border01.png) no-repeat center bottom/768px;
  background: url(../img/award-border01.png) no-repeat center bottom/48rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__title {
    font-size: 1.25rem;
  }
}

.service__text {
  text-align: center;
  line-height: 1.875;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .service__text {
    text-align: left;
    margin-top: 1.25rem;
  }
}

.service__heading {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #F46F6C;
  margin: 60px 0;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .service__heading {
    font-size: 1.75rem;
    margin: 2.5rem 0;
  }
}
.service__heading > span {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  line-height: 1.4;
  background: #fff;
  margin-right: 18px;
  margin-right: 1.125rem;
  padding: 0 14px 3px;
  padding: 0 0.875rem 0.1875rem;
}
@media screen and (max-width: 767px) {
  .service__heading > span {
    font-size: 1.5rem;
    margin-right: 0;
  }
}
.service__heading > span span {
  font-size: 44px;
  font-size: 2.75rem;
}
@media screen and (max-width: 767px) {
  .service__heading > span span {
    font-size: 1.75rem;
  }
}

.service__unit {
  position: relative;
  z-index: 1;
}
.service__unit::before, .service__unit::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.service__unit::before {
  width: 118px;
  width: 7.375rem;
  height: 99px;
  height: 6.1875rem;
  top: 450px;
  top: 28.125rem;
  left: 50px;
  left: 3.125rem;
  background: url(../img/service-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .service__unit::before {
    width: 3.75rem;
    height: 3.125rem;
    left: -0.625rem;
    top: -1.875rem;
  }
}
.service__unit::after {
  width: 100px;
  width: 6.25rem;
  height: 170px;
  height: 10.625rem;
  top: 25px;
  top: 1.5625rem;
  right: 55px;
  right: 3.4375rem;
  background: url(../img/service-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .service__unit::after {
    width: 3.75rem;
    height: 6.25rem;
    right: -0.625rem;
    top: -3.125rem;
  }
}
.service__unit + .service__unit {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .service__unit + .service__unit {
    margin-top: 3.75rem;
  }
}

.service__unit-header {
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4.375rem;
  padding: 28px 30px;
  padding: 1.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .service__unit-header {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
}
.service__unit-header.gold {
  background: #F8A34E;
}
.service__unit-header.silver {
  background: #B2BBCE;
}
.service__unit-header.bronze {
  background: #EB8E77;
}
.service__unit-header.special {
  background: #79DEE6;
}

.service__unit-heading {
  width: 210px;
  width: 13.125rem;
  min-width: 210px;
  min-width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .service__unit-heading {
    width: 7.5rem;
    min-width: 7.5rem;
  }
}

.service__unit-titles {
  color: #fff;
  font-weight: 700;
  margin-left: 25px;
  margin-left: 1.5625rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .service__unit-titles {
    padding-top: 0;
    margin-left: 0.9375rem;
  }
}

.service__unit-title {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .service__unit-title {
    font-size: 1.5rem;
  }
}

.service__unit-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.06em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .service__unit-subtitle {
    font-size: 1.125rem;
  }
}

.service__unit-img {
  width: 73%;
  margin-left: auto;
  margin-top: -110px;
  margin-top: -6.875rem;
}
@media screen and (max-width: 767px) {
  .service__unit-img {
    width: 100%;
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}
.service__unit-img img {
  border-radius: 0.625rem;
}

.service__unit-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.service__unit-btn {
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}
@media screen and (max-width: 767px) {
  .service__unit-btn {
    margin-top: 1.5625rem;
  }
}

.service__header {
  width: 700px;
  width: 43.75rem;
  max-width: 100%;
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
  border-radius: 4.375rem;
  background: #79DEE6;
  padding: 17px 0;
  padding: 1.0625rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__header {
    border-radius: 1.25rem;
    padding: 0.9375rem 0;
    margin-top: 3.75rem;
  }
}
.service__header::before, .service__header::after {
  position: absolute;
  content: "";
}
.service__header::before {
  width: 118px;
  width: 7.375rem;
  height: 99px;
  height: 6.1875rem;
  bottom: 0;
  left: -70px;
  left: -4.375rem;
  background: url(../img/service-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .service__header::before {
    width: 3.75rem;
    height: 3.125rem;
    left: -1.25rem;
  }
}
.service__header::after {
  width: 100px;
  width: 6.25rem;
  height: 170px;
  height: 10.625rem;
  top: 0;
  right: -80px;
  right: -5rem;
  background: url(../img/service-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .service__header::after {
    width: 3.75rem;
    height: 6.25rem;
    right: -1.25rem;
    top: -1.25rem;
  }
}

.service__header-img {
  width: 210px;
  width: 13.125rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service__header-img {
    width: 7.5rem;
  }
}

.service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 60px;
  gap: 3.75rem 3.75rem;
  margin: 60px 0 80px;
  margin: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .service__items {
    display: block;
    margin: 2.5rem 0;
  }
}

.service__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1.875rem);
          flex: 0 1 calc(50% - 1.875rem);
}
@media screen and (max-width: 767px) {
  .service__item + .service__item {
    margin-top: 2.5rem;
  }
}

.service__item-img img {
  border-radius: 0.625rem;
}

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

.service__item-subtitle {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.service__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.service__item-btn {
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
}
/*# sourceMappingURL=style.css.map */
