@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

/* 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]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
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=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.en {
  font-family: "myriad-pro", sans-serif;
}

html body .sp {
  display: none;
}
@media screen and (max-width: 820px) {
  html body .sp {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  html body .pc {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 800px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header .menu__btn {
  z-index: 3;
  position: absolute;
  right: 6.5625%;
  top: 6.09375rem;
  cursor: pointer;
  width: 1.875rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.header .menu__btn.view {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .header .menu__btn {
    top: 3.75rem;
  }
}
@media screen and (max-width: 820px) {
  .header .menu__btn {
    right: 10%;
  }
}
@media screen and (max-width: 550px) {
  .header .menu__btn {
    top: 2.375rem;
    right: 3rem;
  }
}
.header .menu__btn img {
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .menu__btn .close {
  opacity: 0;
}
.header .menu__btn.change-img .open {
  opacity: 0;
}
.header .menu__btn.change-img .close {
  opacity: 1;
}

.drawer-menu {
  background: -webkit-gradient(linear, right top, left top, from(#e7615a), to(#e3355d));
  background: linear-gradient(to left, #e7615a, #e3355d);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  width: calc(50% - 2.8125rem);
  height: calc(100vh - 5.625rem);
  position: fixed;
  z-index: 2;
  top: 2.8125rem;
  overflow-y: auto;
  -webkit-transition: right 0.7s ease;
  transition: right 0.7s ease;
  right: -100%;
  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;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .drawer-menu {
    border-radius: 0.625rem;
    width: calc(100% - 4.21875rem);
    height: 37.5rem;
    max-height: calc(100vh - 4.21875rem);
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    top: 3.699vw;
  }
}
@media screen and (max-width: 550px) {
  .drawer-menu {
    border-radius: 0.625rem;
    width: calc(100% - 2.8125rem);
    height: 25rem;
    max-height: calc(100vh - 2.8125rem);
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    top: 1.25rem;
  }
}
.drawer-menu.open {
  right: 2.8125rem;
}
@media screen and (max-width: 820px) {
  .drawer-menu.open {
    right: 2.109375rem;
  }
}
@media screen and (max-width: 550px) {
  .drawer-menu.open {
    right: 1.40625rem;
  }
}
.drawer-menu.open .copy__text {
  opacity: 1 !important;
}
.drawer-menu__item + .drawer-menu__item {
  margin-top: 1.1875rem;
}
.drawer-menu__link {
  display: inline-block;
  letter-spacing: 0.3em;
  font-size: 1.21875rem;
  font-weight: 700;
  padding: 0.625rem 0.9375rem;
}
@media screen and (max-width: 820px) {
  .drawer-menu__link {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 550px) {
  .drawer-menu__link {
    font-size: 1.25rem;
  }
}
.drawer-menu__link span {
  display: inline-block;
}
@media screen and (min-width: 820px) {
  .drawer-menu__link span:hover {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
}

.copy {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.copy.view {
  opacity: 1;
}
.copy__inner {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.copy__inner .copy__text {
  position: absolute;
  width: 1.75rem;
  right: 6.5625%;
  bottom: 11vh;
  z-index: 100;
  color: #e3355d;
  fill: #e7615a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .copy__inner .copy__text {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .copy__inner .copy__text {
    display: none;
  }
}
.copy__inner .copy__text .copy__plane {
  display: block;
  width: 1.75rem;
  height: 1.375rem;
  background-image: url(../images/top/copy-plane.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.copy__inner .copy__text.white {
  color: #fff;
}
.copy__inner .copy__text.white .copy__plane {
  background-image: url(../images/top/copy-plane_w.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
.copy__inner span {
  display: block;
  font-weight: bold;
  font-size: 0.625rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0.9375rem auto 0;
}
.copy.white {
  position: absolute;
}
.copy.white .copy__plane {
  background-image: url(../images/top/copy-plane_w.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
.copy.white .copy__text {
  opacity: 0;
  position: fixed;
  color: #fff;
}

.border i {
  position: fixed;
  z-index: 5;
}
.border-left {
  bottom: 0;
  left: 0;
  background: #e3355d;
  width: 1.40625rem;
  height: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.border-left.view {
  height: 100vh;
}
.border-left.fadein::after {
  opacity: 1;
}
@media screen and (max-width: 820px) {
  .border-left {
    width: 0.9375rem;
  }
}
@media screen and (max-width: 550px) {
  .border-left {
    width: 0.625rem;
  }
}
.border-left::after {
  content: "";
  background: url(../images/common/left-bottom.png);
  position: fixed;
  z-index: 5;
  bottom: calc(1.40625rem - 1px);
  left: calc(1.40625rem - 1px);
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 820px) {
  .border-left::after {
    width: 0.9375rem;
    height: 0.9375rem;
    bottom: calc(0.9375rem - 1px);
    left: calc(0.9375rem - 1px);
  }
}
@media screen and (max-width: 550px) {
  .border-left::after {
    width: 0.625rem;
    height: 0.625rem;
    bottom: calc(0.625rem - 1px);
    left: calc(0.625rem - 1px);
  }
}
.border-bottom {
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e3355d), to(#e7615a));
  background: linear-gradient(90deg, #e3355d 0%, #e7615a 100%);
  width: 0vw;
  height: 1.40625rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.border-bottom.view {
  width: 100vw;
}
.border-bottom::after {
  content: "";
  background: url(../images/common/right-bottom.png);
  position: fixed;
  z-index: 5;
  bottom: calc(1.40625rem - 1px);
  right: calc(1.40625rem - 1px);
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 820px) {
  .border-bottom::after {
    width: 0.9375rem;
    height: 0.9375rem;
    bottom: calc(0.9375rem - 1px);
    right: calc(0.9375rem - 1px);
  }
}
@media screen and (max-width: 550px) {
  .border-bottom::after {
    width: 0.625rem;
    height: 0.625rem;
    bottom: calc(0.625rem - 1px);
    right: calc(0.625rem - 1px);
  }
}
@media screen and (max-width: 820px) {
  .border-bottom {
    height: 0.9375rem;
  }
}
@media screen and (max-width: 550px) {
  .border-bottom {
    height: 0.625rem;
  }
}
.border-bottom.fadein::after {
  opacity: 1;
}
.border-right {
  top: 0;
  right: 0;
  background: #e7615a;
  width: 1.40625rem;
  height: 0vh;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.border-right.view {
  height: 100vh;
}
@media screen and (max-width: 820px) {
  .border-right {
    width: 0.9375rem;
  }
}
@media screen and (max-width: 550px) {
  .border-right {
    width: 0.625rem;
  }
}
.border-top {
  top: 0;
  left: 50vw;
  background: -webkit-gradient(linear, left top, right top, from(#e75a6b), to(#e7615a));
  background: linear-gradient(90deg, #e75a6b 0%, #e7615a 100%);
  width: 0vw;
  height: 1.40625rem;
  border-radius: 0 0 0 1.25rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.border-top.view {
  width: 50vw;
}
.border-top.fadein::after {
  opacity: 1;
}
@media screen and (max-width: 820px) {
  .border-top {
    height: 0.9375rem;
  }
}
@media screen and (max-width: 550px) {
  .border-top {
    height: 0.625rem;
  }
}
.border-top::after {
  content: "";
  background: url(../images/common/right-bottom.png);
  position: fixed;
  z-index: 5;
  top: calc(1.40625rem - 2px);
  right: calc(1.40625rem - 1px);
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 820px) {
  .border-top::after {
    width: 0.9375rem;
    height: 0.9375rem;
    top: calc(0.9375rem - 2px);
    right: calc(0.9375rem - 1px);
  }
}
@media screen and (max-width: 550px) {
  .border-top::after {
    width: 0.625rem;
    height: 0.625rem;
    top: calc(0.625rem - 2px);
    right: calc(0.625rem - 1px);
  }
}

.loading {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
}
.loading__sub {
  background: #fff;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.loading__sub.none {
  opacity: 0;
  z-index: -1;
}

html {
  color: #282828;
}

body {
  background: #fff;
}

a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
}

h1 {
  letter-spacing: 0.03em;
}

#global-container {
  background: -webkit-gradient(linear, left top, right top, from(#e3355d), to(#e7615a));
  background: linear-gradient(90deg, #e3355d 0%, #e7615a 100%);
  position: relative;
  z-index: 1;
}

#container {
  position: relative;
  z-index: 200;
  margin-right: 1.40625rem;
  margin-left: 1.40625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
@media screen and (max-width: 820px) {
  #container {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}

.wrap {
  max-width: 100%;
  margin: 0 auto;
}

.section {
  background: #fff;
}

.inner {
  width: 50%;
  padding-left: 7.8125%;
  max-width: 1000px;
}
@media screen and (max-width: 820px) {
  .inner {
    width: 100%;
    padding: 0 2.5rem;
  }
}

.hero {
  background: #fff;
}
@media screen and (max-width: 820px) {
  .hero {
    background-size: 100% 100%;
  }
}
.hero .wrap {
  position: relative;
}
.hero__inner {
  width: 50%;
  max-width: 100%;
  padding-left: 7.8125%;
  padding-top: 10rem;
}
@media screen and (max-width: 820px) {
  .hero__inner {
    width: 100%;
    padding: 0 2.5rem;
    padding-top: 14.375rem;
  }
}
@media screen and (max-width: 550px) {
  .hero__inner {
    padding-top: 7.8125rem;
  }
}
.hero h1 {
  font-size: 3.25rem;
  white-space: nowrap;
  letter-spacing: 0.15em;
  line-height: 1.606;
  overflow: inherit;
}
@media screen and (max-width: 1440px) {
  .hero h1 {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero h1 {
    font-size: 2.6875rem;
  }
}
@media screen and (max-width: 820px) {
  .hero h1 {
    font-size: 6.5vw;
    white-space: normal;
  }
}
@media screen and (max-width: 550px) {
  .hero h1 {
    font-size: 6.5vw;
    white-space: nowrap;
  }
}
.hero__logo-image {
  width: 6.09375rem;
}
@media screen and (max-width: 1440px) {
  .hero__logo-image {
    width: 6.09375rem;
  }
}
@media screen and (max-width: 820px) {
  .hero__logo-image {
    width: 6.09375rem;
  }
}
@media screen and (max-width: 550px) {
  .hero__logo-image {
    width: 4.125rem;
  }
}
.hero__texts {
  margin-top: 7.5rem;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  color: #e3355d;
}
.about {
  padding-top: 18.75rem;
}
@media screen and (max-width: 820px) {
  .about {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 550px) {
  .about {
    padding-top: 5.625rem;
  }
}
.about__main-title {
  font-size: min(9vw, 153px);
  color: #e3355d;
  margin-bottom: 7.5rem;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .about__main-title {
    margin-bottom: 1.875rem;
  }
}
.about__main-title h1 {
  font-size: min(9vw, 153px);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1440px) {
  .about__main-title h1 {
    font-size: min(9vw, 153px);
  }
}
@media screen and (max-width: 1024px) {
  .about__main-title h1 {
    font-size: min(9vw, 153px);
  }
}
@media screen and (max-width: 820px) {
  .about__main-title h1 {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 550px) {
  .about__main-title h1 {
    font-size: 3.4375rem;
  }
}
.about__text-item {
  padding-bottom: 2.8125rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 820px) {
  .about__text-item {
    margin-left: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .about__text-item {
    padding-bottom: 1.25rem;
  }
}
.about__text-item > span {
  display: block;
  font-size: 0.75rem;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  color: #e3355d;
  letter-spacing: 0.1em;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 550px) {
  .about__text-item > span {
    font-size: 0.625rem;
  }
}
.about__text-item > p {
  font-size: 1.9375rem;
}
@media screen and (max-width: 820px) {
  .about__text-item > p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 550px) {
  .about__text-item > p {
    font-size: 0.875rem;
  }
}
.about__text-item a:hover {
  color: #e3355d;
}

.service {
  padding-top: 18.75rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (max-width: 820px) {
  .service {
    border-radius: 0 0 0.625rem 0.625rem;
    padding-bottom: 6.25rem;
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 550px) {
  .service {
    padding-bottom: 3.125rem;
    padding-top: 5.625rem;
  }
}
.service__main {
  position: relative;
}
.service__main h1 {
  position: absolute;
  top: -0.5em;
  padding-left: 7.8125%;
}
@media screen and (max-width: 820px) {
  .service__main h1 {
    padding-left: 2.5rem;
  }
}
.service__main h3 {
  font-size: 1.625rem;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  padding-left: 7.8125%;
  letter-spacing: 0.18em;
  line-height: 1.9;
}
@media screen and (max-width: 820px) {
  .service__main h3 {
    font-size: 1.25rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .service__main h3 {
    font-size: 0.75rem;
  }
}
.service__main-title {
  font-size: min(9vw, 153px);
  color: #e3355d;
}
.service__main-title h1 {
  font-size: min(9vw, 153px);
}
@media screen and (max-width: 1440px) {
  .service__main-title h1 {
    font-size: min(9vw, 153px);
  }
}
@media screen and (max-width: 1024px) {
  .service__main-title h1 {
    font-size: min(9vw, 153px);
  }
}
@media screen and (max-width: 820px) {
  .service__main-title h1 {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 550px) {
  .service__main-title h1 {
    font-size: 3.4375rem;
  }
}
.service__media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .service__media-item {
    display: -ms-grid;
    display: grid;
  }
}
.service__sub {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 820px) {
  .service__sub {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 550px) {
  .service__sub {
    padding-bottom: 1.5625rem;
  }
}
.service__sub:first-of-type {
  padding-top: 9.375rem;
}
@media screen and (max-width: 820px) {
  .service__sub:first-of-type {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .service__sub:first-of-type {
    padding-top: 2.5rem;
  }
}
.service__sub-title {
  color: #e3355d;
  font-family: "myriad-pro", sans-serif;
  padding-bottom: 3.75rem;
  font-size: 1.6875rem;
}
@media screen and (max-width: 820px) {
  .service__sub-title {
    padding-bottom: 2.5rem;
    line-height: 1;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 550px) {
  .service__sub-title {
    padding-bottom: 1.5625rem;
  }
}
.service__sub-title h2 {
  letter-spacing: 0.05em;
}
.service__sub-title + img {
  width: 23.4375rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 820px) {
  .service__sub-title + img {
    width: 25.875rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 550px) {
  .service__sub-title + img {
    width: 12.9375rem;
    margin-bottom: 1.5625rem;
  }
}
.service__marketing-wrapper {
  margin-left: 3.4375rem;
}
@media screen and (max-width: 820px) {
  .service__marketing-wrapper {
    margin-left: 1.25rem;
  }
}
.service__marketing-item {
  line-height: 1.6;
}
.service__marketing-item h3 {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.453125rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 820px) {
  .service__marketing-item h3 {
    font-size: 1.75rem;
    margin-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 550px) {
  .service__marketing-item h3 {
    font-size: 1rem;
  }
}
.service__marketing-item p {
  font-size: 0.890625rem;
}
@media screen and (max-width: 820px) {
  .service__marketing-item p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 550px) {
  .service__marketing-item p {
    font-size: 0.75rem;
  }
}
.service__marketing-item + .service__marketing-item {
  margin-top: 3.125rem;
}
.service__media-wrapper {
  padding-left: 3.75rem;
}
@media screen and (max-width: 820px) {
  .service__media-wrapper {
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 550px) {
  .service__media-wrapper {
    padding-left: 1.25rem;
  }
}
.service__media-item {
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 820px) {
  .service__media-item {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .service__media-item {
    padding-bottom: 1.25rem;
  }
}
.service__media-item img {
  width: 10.3125rem;
  height: 3.7325rem;
}
@media screen and (max-width: 820px) {
  .service__media-item img {
    width: 22.5rem;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .service__media-item img {
    width: 11.6875rem;
  }
}
.service__media-item p {
  font-size: 0.9375rem;
  padding-left: 1.875rem;
  width: calc(100% - 10.3125rem);
}
@media screen and (max-width: 820px) {
  .service__media-item p {
    padding-left: 0;
    padding-top: 1.5625rem;
    width: 100%;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 550px) {
  .service__media-item p {
    padding-top: 0.78125rem;
    font-size: 0.8125rem;
  }
}
.service__media-image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service__media-image:hover {
  opacity: 0.7;
}

.works {
  padding-bottom: 16.375rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .works {
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width: 820px) {
  .works {
    padding-bottom: 12.5rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}
@media screen and (max-width: 550px) {
  .works {
    padding-bottom: 6.25rem;
  }
}
.works__item {
  padding-left: 3.75rem;
}
@media screen and (max-width: 820px) {
  .works__item {
    padding-left: 1.25rem;
  }
}
.works__main-title {
  font-size: min(9vw, 153px);
  color: #e3355d;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 820px) {
  .works__main-title {
    margin-bottom: 2.5rem;
  }
}
.works__main-title h1 {
  font-size: min(9vw, 153px);
}
@media screen and (max-width: 1440px) {
  .works__main-title h1 {
    font-size: min(9vw, 153px);
  }
}
@media screen and (max-width: 1024px) {
  .works__main-title h1 {
    font-size: min(9vw, 153px);
  }
}
@media screen and (max-width: 820px) {
  .works__main-title h1 {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 550px) {
  .works__main-title h1 {
    font-size: 3.4375rem;
  }
}
.works__content {
  letter-spacing: 0.1em;
}
.works__content > div + div {
  margin-top: 5.625rem;
}
.works__content h2 {
  font-size: 3.28125rem;
  margin-bottom: 4.375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .works__content h2 {
    font-size: 2.5rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 550px) {
  .works__content h2 {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.works__content p + img {
  margin-top: 2.6875rem;
}
@media screen and (max-width: 820px) {
  .works__content p + img {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 550px) {
  .works__content p + img {
    margin-top: 0.9375rem;
  }
}
.works__content img + img {
  margin-top: 3.125rem;
}
@media screen and (max-width: 820px) {
  .works__content img + img {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 550px) {
  .works__content img + img {
    margin-top: 0.9375rem;
  }
}
.works__content + .works__content {
  margin-top: 9.8125rem;
}
@media screen and (max-width: 550px) {
  .works__content + .works__content {
    margin-top: 5rem;
  }
}
.works__text {
  font-weight: 700;
  word-break: break-all;
}
@media screen and (max-width: 820px) {
  .works__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 550px) {
  .works__text {
    font-size: 0.6875rem;
  }
}
.works__credit {
  color: #989898;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .works__credit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 550px) {
  .works__credit {
    font-size: 0.75rem;
  }
}
.works__client {
  color: #989898;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .works__client {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 550px) {
  .works__client {
    font-size: 0.75rem;
  }
}

.contact {
  background: -webkit-gradient(linear, left top, right top, from(#e3355d), to(#e7615a));
  background: linear-gradient(90deg, #e3355d 0%, #e7615a 100%);
  padding-top: 6.25rem;
  padding-bottom: 10.75rem;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .contact {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 550px) {
  .contact {
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
  }
}
.contact a {
  text-decoration: underline;
}
.contact .wpcf7 {
  padding-left: 5rem;
}
@media screen and (max-width: 820px) {
  .contact .wpcf7 {
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 550px) {
  .contact .wpcf7 {
    padding-left: 1.5625rem;
  }
}
.contact form {
  margin-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .contact form {
    margin-top: 2.5rem;
  }
}
.contact label {
  display: block;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 820px) {
  .contact label {
    margin-bottom: 1.875rem;
  }
}
.contact input[type=submit] {
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.875rem;
  position: relative;
  outline: none;
  background: none;
  border: none;
  padding: 1.875rem 0 7.5rem 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 820px) {
  .contact input[type=submit] {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 550px) {
  .contact input[type=submit] {
    padding: 1.875rem 0 5rem 0;
  }
}
.contact span.wpcf7-not-valid-tip {
  color: #fff;
  margin-top: 0.625rem;
}
.contact div.wpcf7-validation-errors {
  border: 1px solid #fff;
  font-size: 1.2em;
  margin-top: -2.5rem;
  margin-bottom: 3.75rem;
}
.contact div.wpcf7-mail-sent-ok {
  border: 1px solid #fff;
  font-size: 1.2em;
  margin-top: -2.5rem;
  margin-bottom: 3.75rem;
}
.contact .wpcf7-form-control-wrap {
  display: block;
  margin-top: 1.875rem;
}
@media screen and (max-width: 820px) {
  .contact .wpcf7-form-control-wrap {
    margin-top: 0.9375rem;
  }
}
.contact .wpcf7-form-control-wrap .wpcf7-recaptcha div {
  max-width: 100%;
}
.contact .acceptance-84 {
  display: inline-block;
  margin-right: 0.3125rem;
}
.contact input[type=text], .contact input[type=email], .contact textarea {
  border: 0;
  outline: none;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  font-size: 2em;
}
@media screen and (max-width: 820px) {
  .contact input[type=text], .contact input[type=email], .contact textarea {
    height: 4.375rem;
    border-radius: 0.3125rem;
    padding: 0.5em;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 550px) {
  .contact input[type=text], .contact input[type=email], .contact textarea {
    height: 2.5rem;
    border-radius: 0.3125rem;
    font-size: 1.3em;
  }
}
.contact textarea {
  height: 11.25rem;
}
@media screen and (max-width: 820px) {
  .contact textarea {
    height: 5rem;
    border-radius: 0.3125rem;
    padding: 0.5em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .contact textarea {
    height: 2.5rem;
    border-radius: 0.3125rem;
    font-size: 0.75rem;
  }
}
.contact__main-title {
  font-size: min(9vw, 153px);
  color: #fff;
}
@media screen and (max-width: 820px) {
  .contact__main-title {
    margin-bottom: 1.875rem;
  }
}
.contact__main-title h1 {
  font-size: min(9vw, 153px);
}
@media screen and (max-width: 1440px) {
  .contact__main-title h1 {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact__main-title h1 {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 820px) {
  .contact__main-title h1 {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 550px) {
  .contact__main-title h1 {
    font-size: 3.4375rem;
  }
}
.contact__form {
  margin-top: 6.25rem;
  margin-bottom: 6.175rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 820px) {
  .contact__form {
    margin-top: 1.875rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 550px) {
  .contact__form {
    margin-top: 1.875rem;
  }
}
.contact__form > div + div:not(.contact__button) {
  margin-top: 6.15rem;
}
@media screen and (max-width: 820px) {
  .contact__form > div + div:not(.contact__button) {
    margin-top: 1.875rem;
  }
}
.contact__form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 2.075rem;
}
@media screen and (max-width: 820px) {
  .contact__form label {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 550px) {
  .contact__form label {
    font-size: 0.75rem;
  }
}
.contact__button {
  margin-top: 1.6875rem;
}
.contact__button button {
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.875rem;
  position: relative;
}
.contact__button button::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact__button button:hover::after {
  width: 100%;
}
.contact .copyright {
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding-left: 5rem;
}
@media screen and (max-width: 820px) {
  .contact .copyright {
    padding-left: 3.125rem;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 550px) {
  .contact .copyright {
    padding-left: 1.5625rem;
  }
}

h1 {
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}

.js-fadeIn span {
  display: inline-block;
}

.page__sub__wrap #container {
  margin-bottom: 1.5625%;
}
@media screen and (max-width: 820px) {
  .page__sub__wrap #container {
    margin-bottom: 2.466%;
  }
}
.page__sub__wrap #container .hero {
  background-image: url(../images/top/bg_white2.png);
}
.privacy {
  padding-left: 7.8125%;
}

.page__sub__content {
  padding-left: 3.125rem;
}
@media screen and (max-width: 820px) {
  .page__sub__content {
    padding-left: 0rem;
  }
}
.page__sub__en {
  font-size: 1.875rem !important;
  color: #e3355d;
  margin-top: 8.9375rem;
  margin-bottom: 4.8125rem;
}
@media screen and (max-width: 550px) {
  .page__sub__en {
    margin-top: 5rem;
    margin-bottom: 3.75rem;
  }
}
.page__sub h2 {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 550px) {
  .page__sub h2 {
    margin-bottom: 1.875rem;
  }
}
.page__sub h2 i {
  font-style: normal;
}
.page__sub p {
  font-size: 14px;
  margin-bottom: 4.8125rem;
}
@media screen and (max-width: 550px) {
  .page__sub p {
    margin-bottom: 3.75rem;
  }
}
.page__sub__text {
  margin-bottom: 2.5625rem !important;
}
.page__sub__text-date {
  padding-bottom: 12.5rem !important;
}
@media screen and (max-width: 820px) {
  .page__sub__text-date {
    padding-bottom: 6.25rem !important;
  }
}