@charset "UTF-8";

.p-modal--inner {
  margin-right: auto;
  margin-left: auto;
}

.p-object01 {
  width: 80%;
  margin-top: -11vw;
}

.p-object02 {
  width: 80%;
  margin-bottom: -11vw;
}

.p-object03 {
  width: 80%;
  margin-top: -11vw;
  margin-left: auto;
}

.l-header {
  position: fixed;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 100;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.VIEW_CONTENTS .l-header {
  background: #fff;
  top: 0;
}

.NAVIGATION_OPEN .l-header {
  background: #fff;
}

.l-header--inner {
  padding-left: 40px;
  padding-right: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.l-header--logo-image {
  width: 175px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header--logo-text {
  font-size: 12px;
  margin-left: 20px;
  color: #fff;
  display: none;
}

.VIEW_CONTENTS .l-header--logo-text,
.NAVIGATION_OPEN .l-header--logo-text {
  color: #000;
}

.l-header--logo-white {
  display: none;
}

.l-header--logo-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.l-header--logo-1 {
  fill: #4D4D4D;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

body.NAVIGATION_OPEN .l-header--logo-1 {
  fill: #4D4D4D;
}

.l-header--logo-2 {
  fill: #FDD000;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

body.NAVIGATION_OPEN .l-header--logo-2 {
  fill: #FDD000;
}

.l-header--menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.l-header--menu-inner {
  background: #fff;
}

.l-header--menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-header--menu-item + .l-header--menu-item {
  margin-left: 85px;
}

.l-header--menu-link {
  color: #7B7B7B;
}

.l-header--contact {
  display: none;
}

.VIEW_CONVERSION_AREA .l-header--contact {
  opacity: 0;
  visibility: hidden;
}

.l-header--navigation {
  display: none;
}

.l-header--navigation-bar {
  width: 20px;
  height: 2px;
  position: absolute;
  border-radius: 2px;
  background: #fff;
  left: calc(50% - 10px);
}

.l-header--navigation-bar:nth-child(1) {
  top: calc(50% - 9px);
}

.NAVIGATION_OPEN .l-header--navigation-bar:nth-child(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header--navigation-bar:nth-child(2) {
  top: calc(50% - 1px);
}

.NAVIGATION_OPEN .l-header--navigation-bar:nth-child(2) {
  opacity: 0;
}

.l-header--navigation-bar:nth-child(3) {
  bottom: calc(50% - 9px);
}

.NAVIGATION_OPEN .l-header--navigation-bar:nth-child(3) {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.NAVIGATION_SIMPLE .l-header {
  position: relative;
  top: 0;
  background-color: #fff;
}

.NAVIGATION_SIMPLE .l-header--logo-text {
  color: #000;
  display: block;
}

.NAVIGATION_SIMPLE .l-header--logo-color {
  display: block;
}

.p-conversion {
  position: fixed;
  right: 20px;
  top: -20px;
  opacity: 0;
  z-index: 200;
  visibility: hidden;
  -webkit-transition: top 1s ease, opacity 1s ease, visibility 1s ease;
  transition: top 1s ease, opacity 1s ease, visibility 1s ease;
}

.p-conversion.ready {
  visibility: visible;
  top: 20px;
  opacity: 1;
}

.p-conversion::before,
.p-conversion::after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 0%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: ping 3s ease infinite both;
  animation: ping 3s ease infinite both;
}

.p-conversion::before {
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

.p-conversion::after {
  background: rgba(134, 134, 134, 0.6);
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  z-index: -2;
}

.p-conversion--btn {
  width: 140px;
  height: 140px;
  background: #FFE100;
  color: #333;
  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;
  font-size: 16px;
  border-radius: 50%;
  border: solid 2px #fff;
}

.p-hero {
  position: relative;
  overflow: hidden;
}

.p-hero--logo {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-hero--logo-image {
  width: 175px;
}

.p-hero--logo-text {
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
}

.p-hero--logo-fill {
  fill: #fff;
}

.p-hero--slide {
  overflow: hidden;
}

.p-hero--slide-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  right: 100%;
}

.p-hero.ready .p-hero--slide-inner {
  -webkit-animation: slide-right 0.8s ease both;
  animation: slide-right 0.8s ease both;
}

.p-hero--slide-image {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 100%;
}

.p-hero.ready .p-hero--slide-image {
  -webkit-animation: slide-left 0.8s ease both;
  animation: slide-left 0.8s ease both;
}

.p-hero--headline {
  position: absolute;
  left: 240px;
  top: 190px;
  color: #fff;
  font-weight: 300;
}

.p-hero--headline-title {
  font-size: 54px;
  display: block;
}

.p-hero--headline-lead {
  margin-top: 30px;
  font-size: 24px;
  line-height: 2.5;
  display: block;
}

.p-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -12.35vw;
  position: relative;
  z-index: 10;
}

.p-anchor--item {
  visibility: hidden;
}

.p-anchor--btn {
  display: block;
  width: 180px;
  height: 180px;
  background: #333;
  position: relative;
  color: #fff;
  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;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-anchor--btn::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  position: absolute;
  right: 50%;
  bottom: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-anchor--number {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  top: 5px;
  font-size: 44px;
  font-family: mighty, sans-serif;
}

.p-anchor--title {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
}

.p-case {
  position: relative;
  z-index: 10;
  padding-top: 160px;
  padding-bottom: 310px;
  margin-top: 120px;
}

.p-case-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: skewY(11.8deg);
  transform: skewY(11.8deg);
  overflow: hidden;
}

.p-case-background--inner {
  height: 100%;
  width: 100%;
  position: relative;
  right: 100%;
  overflow: hidden;
}

.p-case.entry .p-case-background--inner {
  -webkit-animation: slide-right 0.5s ease both;
  animation: slide-right 0.5s ease both;
}

.p-case-background--fill {
  height: 100%;
  width: 100%;
  background: #FFE100;
  position: relative;
  left: 100%;
}

.p-case.entry .p-case-background--fill {
  -webkit-animation: slide-left 0.5s ease both;
  animation: slide-left 0.5s ease both;
}

.p-case--list {
  overflow: hidden;
  margin-top: 70px;
}

.p-case--list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -15px;
  margin-right: -15px;
}

.p-case--list-item {
  width: calc(33.33% - 30px);
  margin-top: 60px;
  margin-left: 15px;
  margin-right: 15px;
}

.p-case--detail {
  position: relative;
}

.p-case--detail:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-case--detail-inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-case--detail-slide {
  overflow: hidden;
  position: relative;
  visibility: hidden;
}

.p-case--list-item.entry .p-case--detail-slide {
  visibility: visible;
  -webkit-animation: slide-right 0.5s ease both;
  animation: slide-right 0.5s ease both;
}

.p-case--detail-thumbnail {
  position: relative;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-case--list-item.entry .p-case--detail-thumbnail {
  visibility: visible;
  -webkit-animation: slide-left 0.5s ease both;
  animation: slide-left 0.5s ease both;
}

.p-case--detail-more {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1.0;
  padding-right: 20px;
}

.p-case--detail-more:before,
.p-case--detail-more:after {
  content: '';
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.p-case--detail-more:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate3d(2px, 2px, 0);
  transform: translate3d(2px, 2px, 0);
}

.p-case--detail-more:after {
  border: 1px solid #fff;
}

.p-case--detail-caption {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  text-align: center;
}

.p-case-gungho--break-1 {
  display: none;
}

.p-case--link {
  display: block;
}

.p-case--link-more {
  background: #333;
  width: 90%;
  max-width: 240px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  border-radius: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-case--detail-type {
  font-size: 12px;
}

.p-point {
  padding-top: 160px;
  padding-bottom: 290px;
  position: relative;
  z-index: 5;
}

.p-point::before {
  content: '';
  display: block;
  background: #868686;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.p-point.entry::before {
  width: 100%;
}

.p-point--list {
  margin-top: 140px;
}

.p-point--list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -120px;
  margin-left: -10px;
  margin-right: -10px;
}

.p-point--list-item {
  width: calc(33.33% - 20px);
  margin-top: 120px;
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-point--list-body {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
  position: relative;
  opacity: 0;
  padding-bottom: 50px;
}

.p-point--list-body.entry {
  -webkit-animation: fade-bottom-to-top 1s both;
  animation: fade-bottom-to-top 1s both;
}

.p-point--list-item:nth-child(3n-1) .p-point--list-body {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.p-point--list-item:nth-child(3n) .p-point--list-body {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.p-point--list-pop {
  position: absolute;
  left: -10px;
  top: -80px;
  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: 140px;
  height: 140px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  background-size: cover;
  background: #FFE100;
  border-radius: 50%;
}

.p-point--list-pop::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #FFE100;
  position: absolute;
  left: calc(100% - 2px);
  top: 50%;
  margin-top: -10px;
  -webkit-transform-origin: -70px center;
  transform-origin: -70px center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-point--list-detail {
  width: 100%;
}

.p-point--list-number {
  width: 78px;
  height: 78px;
  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;
  font-size: 30px;
  border: solid 1px #333;
  font-weight: bold;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: mighty, sans-serif;
}

.p-point--list-title {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

.p-point--list-lead {
  margin-top: 20px;
  text-align: center;
  padding: 0 40px;
}

.p-point--list-more {
  margin-top: 40px;
  background: #333;
  width: 90%;
  max-width: 240px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  border-radius: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-point-modal {
  display: none;
}

.p-point-modal--headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-point-modal--headline-number {
  width: 78px;
  height: 78px;
  font-size: 30px;
  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;
  border: solid 1px #333;
  margin-right: 30px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  font-family: mighty, sans-serif;
}

.p-point-modal--headline-title {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.p-point-modal--headline-title-line {
  display: inline-block;
}

.p-point-modal--text {
  margin-top: 70px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.p-service {
  position: relative;
  z-index: 3;
  padding-top: 200px;
  padding-bottom: 300px;
}

.p-service--list {
  margin-top: 110px;
}

.p-service--list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -15px;
  margin-right: -15px;
}

.p-service--list-column {
  width: calc(33.33% - 30px);
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.p-service--list-anime {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: opacity 1s ease, top 1s ease;
  transition: opacity 1s ease, top 1s ease;
}

.p-service--list-column.entry .p-service--list-anime {
  opacity: 1;
  top: 0;
}

.p-service--list-title,
.p-service--list-label {
  background: #868686;
  color: #fff;
  height: 48px;
  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;
  font-size: 18px;
  line-height: 1;
}

.p-service--list-label {
  color: #333333;
  background: #fff;
  position: relative;
  margin-top: 15px;
  padding: 8px 10px;
}

.p-service--list-label.is-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-service--list-label-line {
  display: inline-block;
}

.p-service--list-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-left: 75px;
  text-align: center;
}

.p-service--list-detail {
  font-size: 13px;
  width: 75px;
  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-item-align: stretch;
  align-self: stretch;
  background: #333;
  color: #fff;
  border-radius: 30px;
}

.p-service-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  top: calc(50% + 30px);
  z-index: 50;
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.p-service-tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.p-service-tooltip.is-direction--right {
  left: calc(100% + 15px);
}

.p-service-tooltip.is-direction--right::before {
  border-width: 5px 20px 5px 0;
  border-color: transparent #333 transparent transparent;
  right: 100%;
}

.p-service-tooltip.is-direction--left {
  right: 110px;
}

.p-service-tooltip.is-direction--left::before {
  border-width: 5px 0 5px 20px;
  border-color: transparent transparent transparent #333;
  left: 100%;
}

.p-service-tooltip--title {
  display: none;
}

.p-service-tooltip--title-sub {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
}

.p-service-tooltip--text {
  font-size: 18px;
}

.p-service-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: skewY(-11.8deg);
  transform: skewY(-11.8deg);
}

.p-service-background--inner {
  height: 100%;
  width: 100%;
  left: 100%;
  position: relative;
  overflow: hidden;
}

.p-service.entry .p-service-background--inner {
  -webkit-animation: slide-left 0.5s ease both;
  animation: slide-left 0.5s ease both;
}

.p-service-background--fill {
  height: 100%;
  width: 100%;
  background: #FFE100;
  right: 100%;
  position: absolute;
}

.p-service.entry .p-service-background--fill {
  -webkit-animation: slide-right 0.5s ease both;
  animation: slide-right 0.5s ease both;
}

.p-flow-slider--title,
.p-cycle-top--title,
.p-cycle-card--title {
  font-size: 24px;
  color: #FFE100;
  font-weight: bold;
}

.p-flow-slider--text,
.p-cycle-top--lead,
.p-cycle-card--lead {
  margin-top: 20px;
  color: #fff;
}

.p-flow {
  padding-top: 160px;
  padding-bottom: 270px;
  position: relative;
}

.p-flow::before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: #868686;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.p-flow.entry::before {
  width: 100%;
}

.p-flow-slider {
  margin-top: 100px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.p-flow-slider--main {
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
}

.p-flow-slider--item {
  width: 250px;
}

.p-flow-slider--icon {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.p-flow-slider--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.p-flow-slider--arrow-prev,
.p-price-slider--prev,
.p-flow-slider--arrow-next,
.p-price-slider--next {
  width: 40px;
  height: 40px;
  position: absolute;
  border-bottom: solid 2px #fff;
  bottom: 50%;
  z-index: 10;
}

.is-state--disabled.p-flow-slider--arrow-prev,
.is-state--disabled.p-price-slider--prev,
.is-state--disabled.p-flow-slider--arrow-next,
.is-state--disabled.p-price-slider--next {
  display: none;
}

.p-flow-slider--arrow-prev,
.p-price-slider--prev {
  left: 0;
  border-left: solid 2px #fff;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-flow-slider--arrow-next,
.p-price-slider--next {
  right: 0;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-flow-slider--scrollbar {
  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: 80px;
  padding-left: 120px;
  padding-right: 120px;
}

.p-flow-slider--scrollbar-label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.p-flow-slider--scrollbar-center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.p-flow-slider--scrollbar-progress {
  position: relative;
  height: 30px;
  z-index: 2;
}

.p-flow-slider--scrollbar-drag {
  height: 30px;
  background: #FFE100;
  border-radius: 5px;
}

.p-flow-slider--scrollbar-rail {
  width: calc(100% - 10px);
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 2px);
  left: 5px;
}

.p-flow-slider--scrollbar-rail::before,
.p-flow-slider--scrollbar-rail::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
}

.p-flow-slider--scrollbar-rail::before {
  left: 0;
}

.p-flow-slider--scrollbar-rail::after {
  right: 0;
}

.p-cycle {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.p-cycle-arrow {
  width: 450px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  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;
  color: #fff;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  padding-bottom: 30px;
}

.p-cycle-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 225px 0 225px;
  border-color: #434343 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.p-cycle-top {
  max-width: 220px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.p-cycle-top--icon {
  width: 90%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.p-cycle-top--title {
  text-align: center;
  margin-top: 20px;
}

.p-cycle-bottom {
  margin-top: 115px;
  border: dashed 3px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 90px;
}

.p-cycle-bottom--column {
  margin-top: -75px;
  position: relative;
  width: calc(100% / 3 - 40px);
}

.p-cycle-card--icon {
  background: #868686;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.p-cycle-card--icon::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: calc(100% - 4px);
  top: 74px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-cycle-card--icon-inner {
  width: 90%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.p-cycle-card--body {
  margin-top: 20px;
}

.p-cycle-card--title {
  text-align: center;
}

.p-price {
  padding-top: 180px;
  padding-bottom: 300px;
  position: relative;
}

.p-price::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #434343;
  width: 0%;
}

.p-price.entry::before {
  -webkit-animation: width 0.5s ease both;
  animation: width 0.5s ease both;
}

.p-price-table {
  margin-top: 80px;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  color: #fff;
  text-align: center;
  word-break: break-all;
}

.p-price-table th,
.p-price-table td {
  border: none;
}

.p-price-table th {
  text-align: center;
  font-weight: normal;
}

.p-price-table td {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

.p-price-table--col-head {
  width: 120px;
}

.p-price-table--col-data {
  text-align: center;
}

.p-price-table--name {
  color: #FFE100;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.p-price-table--price {
  font-size: 28px;
  font-weight: normal !important;
  padding-bottom: 10px;
  line-height: 1.5;
}

.p-price-table--lead {
  padding-bottom: 20px;
  text-align: left;
}

.p-price-table--details {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}

.p-price-table--details th,
.p-price-table--details td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.p-price-table--details td {
  font-weight: bold;
}

.p-price-slider {
  margin-top: 80px;
  display: none;
}

.p-price-slider--main {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.p-price-slider--container {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.p-price-slider--pagination {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-price-slider--pagination-bullet {
  display: block;
  width: 100%;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  height: 8px;
  background: #fff;
}

.p-price-slider--pagination-bullet.is-state--active {
  background: #FFE100;
}

.p-price-slider--pagination-bullet + .p-price-slider--pagination-bullet {
  margin-left: 10px;
}

.p-price-plan {
  color: #fff;
}

.p-price-plan--title {
  font-size: 42px;
  color: #FFE100;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.p-price-plan--price {
  margin-top: 10px;
  font-size: 53px;
  font-weight: bold;
  text-align: center;
}

.p-price-plan--lead {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-price-plan--table {
  margin-top: 35px;
  width: 100%;
  table-layout: fixed;
  border-bottom: solid 1px #707070;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-price-plan--table th,
.p-price-plan--table td {
  padding: 10px 30px;
  border-top: solid 1px #707070;
  font-weight: normal;
  text-align: left;
}

.p-price-plan--table th {
  padding-right: 0;
  width: 40%;
}

.p-price-plan--table td {
  width: 60%;
  text-align: center;
  font-weight: bold;
}

.p-contact {
  background: #E3E3E3;
  padding-top: 160px;
  padding-bottom: 450px;
}

.p-contact--lead {
  text-align: center;
  margin-top: 40px;
}

.p-contact--body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}

.p-contact--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact--row + .p-contact--row {
  margin-top: 35px;
}

.p-contact--label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-contact--label::after {
  width: 44px;
  line-height: 23px;
  text-align: center;
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
}

.p-contact--label.is-any::after {
  content: '任意';
  border: solid 2px #868686;
  color: #868686;
}

.p-contact--label.is-required::after {
  content: '必須';
  border: solid 2px red;
  color: red;
}

.p-contact--label-margin {
  padding-top: 18px;
}

.p-contact--detail {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 500px;
}

.p-contact--list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-contact--list-item + .p-contact--list-item {
  margin-top: 20px;
}

.p-contact--error {
  color: red;
  margin-top: 10px;
}

.p-contact--message {
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
}

.p-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-privacy--link {
  font-size: 14px;
  color: #007FEB;
  border-bottom: solid 1px #007FEB;
}

.p-contact--submit {
  margin-top: 120px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-contact--submit.is-confirm {
  position: relative;
}

.p-contact--submit.is-confirm .m-submit.is-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 15rem;
}

.l-footer {
  background: #333;
  padding: 40px;
  color: #fff;
}

.l-footer--inner {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer--left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 80px;
  max-width: 560px;
}

.l-footer--right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-footer--logo {
  width: 175px;
}

.l-footer--infomation {
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer--address {
  margin-right: 30px;
}

.l-footer--tel {
  display: block;
}

.l-footer--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.l-footer--relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}

.l-footer--facebook {
  width: 32px;
  margin-right: 25px;
}

.l-footer--facebook-link {
  display: block;
}

.l-footer--relation-item {
  line-height: 1.2;
}

.l-footer--relation-item + .l-footer--relation-item {
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #fff;
}

.l-footer--relation-link {
  color: inherit;
  display: block;
}

.l-footer--copyright {
  font-size: 14px;
}

.p-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.6);
  z-index: 50;
  display: none;
}

.p-modal--container {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-modal--inner {
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.p-modal--close {
  width: 74px;
  height: 74px;
  position: relative;
  margin-left: auto;
  outline: none;
}

.p-modal--close::before,
.p-modal--close::after {
  content: '';
  height: 2px;
  width: 104.6508px;
  top: calc(50% - 1px);
  left: 50%;
  background: #fff;
  position: absolute;
}

.p-modal--close::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.p-modal--close::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.p-modal--box {
  margin-top: 10px;
  background: #fff;
  padding: 85px 40px;
}

.p-modal--box-inner {
  margin-left: auto;
  margin-right: auto;
}

.p-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  z-index: 10000;
  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;
}

.p-loader--logo {
  width: 80%;
  max-width: 800px;
  position: relative;
}

.p-loader--logo-black {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-loader--logo-inner {
  overflow: hidden;
  position: relative;
  right: 100%;
}

.p-loader.ready .p-loader--logo-inner {
  -webkit-animation: slide-right 0.5s ease both;
  animation: slide-right 0.5s ease both;
}

.p-loader--logo-slider {
  position: relative;
  left: 100%;
}

.p-loader.ready .p-loader--logo-slider {
  -webkit-animation: slide-left 0.5s ease both;
  animation: slide-left 0.5s ease both;
}

.p-loader--logo-default-fill {
  fill: #868686;
}

.p-loader--logo-slide-fill {
  fill: #333;
}

@media (min-width: 769px) {
  .p-anchor.ready .p-anchor--item {
    -webkit-animation: flip-x 0.5s ease both;
    animation: flip-x 0.5s ease both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .p-anchor--btn:hover {
    background: #868686;
  }

  .p-case--link:hover .p-case--detail-thumbnail {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-case--link:hover .p-case--detail:after {
    opacity: 1.0;
  }

  .p-case--link:hover .p-case--detail-more {
    opacity: 1.0;
  }

  .p-point--list-more:hover {
    opacity: 0.4;
  }

  .p-service--list-column:nth-child(3n-1) .p-service--list-anime {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .p-service--list-column:nth-child(3n) .p-service--list-anime {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .p-service--list-detail.is-state--active + .p-service-tooltip {
    visibility: visible;
    top: 50%;
    opacity: 1;
  }

  .p-contact--row + .p-contact--row-margin {
    margin-top: 60px;
  }

  .l-footer--facebook-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .l-footer--facebook-link:hover {
    opacity: 0.4;
  }

  .l-footer--relation-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .l-footer--relation-link:hover {
    opacity: 0.4;
  }
}

@media (max-width: 1920px) {
  .p-hero--headline {
    left: 12.5vw;
    top: 9.89vw;
  }

  .p-hero--headline-title {
    font-size: 2.81vw;
  }

  .p-hero--headline-lead {
    margin-top: 1.56vw;
    font-size: 1.25vw;
  }
}

@media (max-width: 1440px) {
  .l-header--inner {
    padding-right: 200px;
  }

  .l-header--menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-header--menu-item + .l-header--menu-item {
    margin-left: 45px;
  }
}

@media (max-width: 1240px) {
  .p-point--list-title {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .l-header--inner {
    padding-right: 160px;
    height: 80px;
  }

  .l-header--logo-image {
    width: 150px;
  }

  .l-header--menu-item + .l-header--menu-item {
    margin-left: 30px;
  }

  .p-conversion--btn {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }

  .p-price-table {
    font-size: 12px;
  }

  .p-price-table td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-price-table--col-head {
    width: 100px;
  }

  .p-price-table--name {
    font-size: 2vw;
    padding-bottom: 0.83vw;
  }

  .p-price-table--price {
    font-size: 2.33vw;
  }

  .p-price-table--lead {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 1.66vw;
  }

  .p-modal {
    padding-top: 80px;
  }
}

@media (max-width: 1024px) {
  .l-header {
    top: 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .l-header--inner {
    height: 50px;
    padding-left: 20px;
    padding-right: 0;
  }

  .l-header--logo-image {
    width: 120px;
  }

  .l-header--logo-text {
    display: block;
  }

  .l-header--logo-color {
    display: none;
  }

  .VIEW_CONTENTS .l-header--logo-color,
  .NAVIGATION_OPEN .l-header--logo-color {
    display: block;
  }

  .l-header--logo-white {
    display: block;
  }

  .VIEW_CONTENTS .l-header--logo-white {
    display: none;
  }

  .VIEW_CONTENTS .l-header--logo-white,
  .NAVIGATION_OPEN .l-header--logo-white {
    display: none;
  }

  body:not(.VIEW_CONTENTS) .l-header--logo-1 {
    fill: #fff;
  }

  body:not(.VIEW_CONTENTS) .l-header--logo-2 {
    fill: #fff;
  }

  .l-header--menu {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    display: none;
    height: calc(100vh - 50px);
    background: rgba(51, 51, 51, 0.4);
  }

  .l-header--menu-inner {
    padding: 20px;
    overflow: auto;
    max-height: calc(100vh - 50px);
  }

  .l-header--menu-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-header--contact {
    width: 50px;
    height: 50px;
    background: #FFE100;
    color: #333;
    font-size: 10px;
    margin-left: auto;
    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-weight: bold;
    line-height: 1.5;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }

  .l-header--navigation {
    display: block;
    width: 50px;
    height: 50px;
    background: #333333;
    position: relative;
    outline: none;
  }

  .p-conversion {
    display: none;
  }

  .p-hero--logo {
    display: none;
  }

  .p-anchor--btn {
    width: 15.62vw;
    height: 15.62vw;
  }

  .p-anchor--number {
    font-size: 3.8vw;
  }

  .p-anchor--title {
    font-size: 1.75vw;
    margin-top: 1.95vw;
  }

  .p-case-gungho--break-1 {
    display: block;
  }

  .p-case-gungho--break-2 {
    display: none;
  }

  .p-point--list-inner {
    margin-top: -60px;
  }

  .p-point--list-item {
    margin-top: 60px;
    width: calc(50% - 20px);
  }

  .p-point--list-item:nth-child(2n-1) .p-point--list-body {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }

  .p-point--list-item:nth-child(2n) .p-point--list-body {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .p-service--list-inner {
    margin-left: -10px;
    margin-right: -10px;
  }

  .p-service--list-column {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .p-service--list-text {
    padding-left: 0;
  }

  .l-footer--infomation {
    display: block;
  }

  .l-footer--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-footer--relation {
    margin-right: 0;
  }

  .l-footer--copyright {
    margin-top: 10px;
  }

  .p-modal {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .p-object01 {
    width: 100%;
  }

  .p-object01--image {
    height: 22vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .p-object02 {
    width: 100%;
  }

  .p-object02--image {
    height: 22vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .p-object03 {
    width: 100%;
  }

  .p-object03--image {
    height: 22vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .l-header--menu-inner {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .l-header--menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header--menu-item + .l-header--menu-item {
    margin-left: 0;
    margin-top: 20px;
  }

  .l-header--menu-link {
    font-size: 14px;
  }

  .p-hero--headline {
    top: 100px;
    left: 4.71%;
    width: 90.58%;
  }

  .p-hero--headline-title {
    font-size: 4.42vw;
  }

  .p-hero--headline-lead {
    margin-top: 3.9vw;
    font-size: 2.34vw;
  }

  .p-anchor {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5.86vw;
  }

  .p-anchor--item {
    width: calc(50% - 5px);
  }

  .p-anchor.ready .p-anchor--item {
    visibility: visible;
    -webkit-animation: fade-bottom-to-top 0.5s ease both;
    animation: fade-bottom-to-top 0.5s ease both;
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }

  .p-anchor--item:nth-child(n+3) {
    margin-top: 10px;
  }

  .p-anchor--btn {
    height: 60px;
    border-radius: 5px;
    width: auto;
    padding-left: 5px;
  }

  .p-anchor--btn::after {
    width: 10px;
    height: 10px;
    right: 20px;
    bottom: calc(50% - 6px);
  }

  .p-anchor--number {
    width: auto;
    font-size: 19.5px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
  }

  .p-anchor--title {
    font-size: 14px;
    margin-top: 0;
  }

  .p-case {
    z-index: 5;
    margin-top: 35px;
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .p-case--list {
    margin-top: 40px;
  }

  .p-case--list-inner {
    margin-top: -10px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .p-case--list-item {
    width: calc(50% - 16px);
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .p-case--detail-caption {
    margin-top: 10px;
    font-size: 14px;
  }

  .p-case--detail-type {
    font-size: 10px;
  }

  .p-point {
    padding-top: 20.83vw;
    padding-bottom: 100px;
  }

  .p-point--list {
    margin-top: 75px;
  }

  .p-point--list-inner {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .p-point--list-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .p-point--list-body {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }

  .p-point--list-pop {
    width: 115px;
    height: 115px;
    font-size: 12px;
    top: -50px;
    left: auto;
    right: calc(50% + 40px);
  }

  .p-point--list-pop::before {
    -webkit-transform-origin: -57.5px center;
    transform-origin: -57.5px center;
  }

  .p-point--list-number {
    width: 39px;
    height: 39px;
    font-size: 18px;
  }

  .p-point--list-title {
    margin-top: 10px;
    font-size: 20px;
  }

  .p-point--list-lead {
    margin-top: 10px;
    font-size: 14px;
    padding: 0 20px;
  }

  .p-point--list-more {
    font-size: 16px;
    height: 45px;
    margin-top: 20px;
  }

  .p-point-modal--headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-point-modal--headline-number {
    width: 39px;
    height: 39px;
    font-size: 18px;
    margin-right: 0;
  }

  .p-point-modal--headline-title {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
  }

  .p-point-modal--text {
    margin-top: 20px;
    font-size: 14px;
  }

  .p-service {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .p-service--list {
    margin-top: 50px;
  }

  .p-service--list-inner {
    margin-top: -20px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .p-service--list-column {
    width: calc(50% - 10px);
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .p-service--list-column:nth-child(2n) .p-service--list-anime {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .p-service--list-title,
  .p-service--list-label {
    font-size: 14px;
    height: 30px;
  }

  .p-service--list-label {
    margin-top: 5px;
  }

  .p-service--list-label.is-detail--on {
    padding: 4px;
  }

  .p-service--list-detail {
    font-size: 11px;
    width: 55px;
  }

  .p-service-tooltip::before {
    display: none;
  }

  .p-service-tooltip--title {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
  }

  .p-service-tooltip--title-sub {
    font-size: 14px;
  }

  .p-service-tooltip--text {
    margin-top: 20px;
    font-size: 14px;
  }

  .p-flow-slider--title,
  .p-cycle-top--title,
  .p-cycle-card--title {
    font-size: 16px;
  }

  .p-flow-slider--text,
  .p-cycle-top--lead,
  .p-cycle-card--lead {
    margin-top: 10px;
    font-size: 14px;
  }

  .p-flow {
    padding-top: 23.43vw;
    padding-bottom: 60px;
  }

  .p-flow-slider {
    margin-top: 40px;
  }

  .p-flow-slider--main {
    padding-left: 0;
    padding-right: 0;
  }

  .p-flow-slider--item {
    width: 170px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .p-flow-slider--icon {
    width: 100px;
  }

  .p-flow-slider--title {
    margin-top: 10px;
  }

  .p-flow-slider--text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-flow-slider--scrollbar {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-cycle-arrow {
    width: 400px;
    height: 80px;
  }

  .p-cycle-arrow::before {
    border-width: 80px 200px 0 200px;
  }

  .p-cycle-top--icon {
    width: 100px;
  }

  .p-cycle-bottom {
    display: block;
    margin-top: 30px;
    margin-left: 50px;
    padding: 30px 20px 30px 0;
  }

  .p-cycle-bottom--column {
    width: auto;
    margin-top: 0;
    margin-left: -50px;
  }

  .p-cycle-bottom--column + .p-cycle-bottom--column {
    margin-top: 60px;
  }

  .p-cycle-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-cycle-card--icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .p-cycle-card--icon::before {
    left: 25px;
    border-top: none;
    border-right: none;
    border-left: solid 3px #fff;
    border-bottom: solid 3px #fff;
    right: auto;
    top: auto;
    left: 40px;
    bottom: calc(100% - 4px);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .p-cycle-card--icon-inner {
    width: 100px;
  }

  .p-cycle-card--body {
    margin-top: 0;
    margin-left: 10px;
    width: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .p-cycle-card--title {
    text-align: left;
  }

  .p-price {
    padding-bottom: 40px;
  }

  .p-price-table {
    display: none;
  }

  .p-price-slider {
    margin-top: 40px;
    display: block;
  }

  .p-price-slider--main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-price-slider--container {
    max-width: none;
  }

  .p-price-slider--prev {
    top: 20px;
  }

  .p-price-slider--next {
    top: 20px;
  }

  .p-price-slider--pagination {
    margin-top: 40px;
  }

  .p-price-slider--pagination-bullet {
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
    height: 6px;
  }

  .p-price-slider--pagination-bullet + .p-price-slider--pagination-bullet {
    margin-left: 12px;
  }

  .p-price-plan--title {
    font-size: 24px;
  }

  .p-price-plan--price {
    margin-top: 5px;
    font-size: 36px;
  }

  .p-price-plan--lead {
    font-size: 14px;
  }

  .p-price-plan--table {
    margin-top: 30px;
    font-size: 14px;
  }

  .p-price-plan--table th,
  .p-price-plan--table td {
    padding: 10px;
  }

  .p-contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .p-contact--lead {
    margin-top: 20px;
    font-size: 12px;
  }

  .p-contact--body {
    margin-top: 20px;
  }

  .p-contact--row {
    display: block;
  }

  .p-contact--row + .p-contact--row {
    margin-top: 25px;
  }

  .p-contact--label {
    margin-right: 0;
  }

  .p-contact--label-margin {
    padding-top: 0;
  }

  .p-contact--detail {
    width: auto;
    margin-top: 10px;
  }

  .p-contact--list-item + .p-contact--list-item {
    margin-top: 15px;
  }

  .p-contact--message {
    margin-top: 20px;
    font-size: 14px;
  }

  .p-privacy {
    display: block;
  }

  .p-privacy--left {
    display: block;
  }

  .p-privacy--right {
    display: block;
  }

  .p-contact--submit {
    margin-top: 35px;
  }

  .p-contact--submit.is-confirm .m-submit.is-back {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }

  .l-footer {
    padding: 30px;
  }

  .l-footer--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer--left {
    width: 92.06%;
    margin-right: 0;
  }

  .l-footer--right {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .l-footer--logo {
    width: 194px;
  }

  .l-footer--infomation {
    text-align: center;
    margin-top: 15px;
  }

  .l-footer--address {
    margin-right: 0;
  }

  .l-footer--container {
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer--facebook {
    width: 16px;
    margin-right: 16px;
  }

  .l-footer--relation-item {
    font-size: 14px;
  }

  .l-footer--copyright {
    margin-top: 25px;
  }

  .p-modal--container {
    padding-left: 2.66vw;
    padding-right: 2.66vw;
  }

  .p-modal--inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .p-modal--close {
    width: 37px;
    height: 37px;
  }

  .p-modal--close::before,
  .p-modal--close::after {
    width: 52.3254px;
  }

  .p-modal--box {
    margin-top: 5px;
    padding: 55px 60px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .p-modal--container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 475px) {
  .p-service--list-label.is-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .is-wrap .p-service--list-label-line {
    text-align: center;
    display: block;
    width: 100%;
  }
}

@media (max-width: 425px) {
  .l-header--inner {
    height: 13.33vw;
    padding-left: 5.33vw;
  }

  .l-header--logo-image {
    width: 21.33vw;
  }

  .l-header--logo-text {
    font-size: 2.66vw;
    margin-left: 2.66vw;
  }

  .l-header--menu {
    top: 13.33vw;
  }

  .l-header--menu-inner {
    max-height: calc(100vh - 13.33vw);
    padding-top: 13.33vw;
    padding-bottom: 14.66vw;
  }

  .l-header--menu-item + .l-header--menu-item {
    margin-top: 5.33vw;
  }

  .l-header--menu-link {
    font-size: 3.73vw;
  }

  .l-header--contact {
    width: 13.33vw;
    height: 13.33vw;
    font-size: 2.66vw;
  }

  .l-header--navigation {
    width: 13.33vw;
    height: 13.33vw;
  }

  .l-header--navigation-bar {
    width: 5.33vw;
    height: 0.53vw;
    border-radius: 0.53vw;
  }

  .l-header--navigation-bar:nth-child(1) {
    top: calc(50% - 2.4vw);
  }

  .NAVIGATION_OPEN .l-header--navigation-bar:nth-child(1) {
    top: calc(50% - 0.26vw);
  }

  .l-header--navigation-bar:nth-child(2) {
    top: calc(50% - 0.26vw);
  }

  .l-header--navigation-bar:nth-child(3) {
    bottom: calc(50% - 2.4vw);
  }

  .NAVIGATION_OPEN .l-header--navigation-bar:nth-child(3) {
    bottom: calc(50% - 0.26vw);
  }

  .p-hero--headline-title {
    font-size: 6.93vw;
  }

  .p-hero--headline-lead {
    font-size: 3.73vw;
  }

  .p-anchor--item {
    width: calc(50% - 1.33vw);
  }

  .p-anchor--item:nth-child(n+3) {
    margin-top: 2.66vw;
  }

  .p-anchor--btn {
    height: 16vw;
    padding-left: 1.33vw;
  }

  .p-anchor--btn::after {
    width: 2.66vw;
    height: 2.66vw;
    right: 5.33vw;
    bottom: calc(50% - 1.6vw);
  }

  .p-anchor--number {
    font-size: 5.2vw;
    left: 2.66vw;
  }

  .p-anchor--title {
    font-size: 3.73vw;
  }

  .p-case {
    margin-top: 9.33vw;
    padding-top: 24vw;
    padding-bottom: 24vw;
  }

  .p-case--list-inner {
    margin-top: -2.67vw;
    margin-left: -2.14vw;
    margin-right: -2.14vw;
  }

  .p-case--list-item {
    width: calc(50% - 4.26vw);
    margin-top: 2.66vw;
    margin-left: 2.13vw;
    margin-right: 2.13vw;
  }

  .p-case--detail-caption {
    margin-top: 2.66vw;
    font-size: 2.66vw;
  }

  .p-case--detail-type {
    font-size: 2.13vw;
  }

  .p-point {
    padding-bottom: 26.66vw;
  }

  .p-point--list {
    margin-top: 20vw;
  }

  .p-point--list-inner {
    margin-top: -16vw;
    padding-left: 2.66vw;
    padding-right: 2.66vw;
  }

  .p-point--list-item {
    margin-top: 16vw;
  }

  .p-point--list-pop {
    width: 30.66vw;
    height: 30.66vw;
    font-size: 3.2vw;
    top: -13.34vw;
    right: auto;
    left: -2.67vw;
  }

  .p-point--list-pop::before {
    margin-top: -2.14vw;
    border-width: 2.13vw 0 2.13vw 4vw;
    -webkit-transform-origin: -15.34vw center;
    transform-origin: -15.34vw center;
  }

  .p-point--list-number {
    width: 10.4vw;
    height: 10.4vw;
    font-size: 4.8vw;
  }

  .p-point--list-title {
    margin-top: 2.66vw;
    font-size: 5.33vw;
  }

  .p-point--list-lead {
    margin-top: 2.66vw;
    font-size: 3.73vw;
    padding: 0 5.33vw;
  }

  .p-point--list-more {
    font-size: 4.26vw;
    margin-top: 5.33vw;
    height: 12vw;
  }

  .p-point-modal--headline-number {
    width: 10.4vw;
    height: 10.4vw;
    font-size: 4.8vw;
  }

  .p-point-modal--headline-title {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }

  .p-point-modal--text {
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }

  .p-service {
    padding-top: 24vw;
    padding-bottom: 24vw;
  }

  .p-service--list {
    margin-top: 13.33vw;
  }

  .p-service--list-inner {
    margin-top: -5.34vw;
    margin-left: -1.34vw;
    margin-right: -1.34vw;
  }

  .p-service--list-column {
    width: calc(50% - 2.66vw);
    margin-top: 5.33vw;
    margin-left: 1.33vw;
    margin-right: 1.33vw;
  }

  .p-service--list-title,
  .p-service--list-label {
    font-size: 3.73vw;
    height: 8vw;
  }

  .p-service--list-label {
    margin-top: 1.33vw;
  }

  .p-service--list-detail {
    font-size: 2.93vw;
    width: 14.66vw;
  }

  .p-service-tooltip--title {
    font-size: 5.33vw;
  }

  .p-service-tooltip--title-sub {
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }

  .p-service-tooltip--text {
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }

  .p-flow-slider--title,
  .p-cycle-top--title,
  .p-cycle-card--title {
    font-size: 4.26vw;
  }

  .p-flow-slider--text,
  .p-cycle-top--lead,
  .p-cycle-card--lead {
    font-size: 3.2vw;
  }

  .p-flow {
    padding-bottom: 16vw;
  }

  .p-flow-slider {
    margin-top: 10.66vw;
  }

  .p-flow-slider--main {
    padding-left: 0;
    padding-right: 0;
    margin-left: -2.67vw;
    margin-right: -2.67vw;
  }

  .p-flow-slider--item {
    width: 100vw;
    padding-left: 26.66vw;
    padding-right: 26.66vw;
  }

  .p-flow-slider--icon {
    width: 26.66vw;
  }

  .p-flow-slider--title {
    margin-top: 2.66vw;
  }

  .p-flow-slider--arrow-prev,
  .p-price-slider--prev,
  .p-flow-slider--arrow-next,
  .p-price-slider--next {
    width: 10.66vw;
    height: 10.66vw;
  }

  .p-flow-slider--arrow-prev,
  .p-price-slider--prev {
    left: 2.66vw;
  }

  .p-flow-slider--arrow-next,
  .p-price-slider--next {
    right: 2.66vw;
  }

  .p-flow-slider--scrollbar {
    margin-top: 10.66vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-flow-slider--scrollbar-label {
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-flow-slider--scrollbar-center {
    margin-left: 2.66vw;
    margin-right: 2.66vw;
    width: calc(100% - 8vw);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-cycle-arrow {
    font-size: 4.26vw;
    width: 94.11vw;
    height: 18.82vw;
    padding-bottom: 7.05vw;
  }

  .p-cycle-arrow::before {
    border-width: 18.82vw 47.05vw 0 47.05vw;
  }

  .p-cycle-top--title {
    margin-top: 5.33vw;
  }

  .p-price {
    padding-top: 21.33vw;
    padding-bottom: 10.66vw;
  }

  .p-price-slider {
    margin-top: 10.66vw;
  }

  .p-price-slider--main {
    padding-left: 2.66vw;
    padding-right: 2.66vw;
  }

  .p-price-slider--prev {
    top: 5.33vw;
  }

  .p-price-slider--next {
    top: 5.33vw;
  }

  .p-price-slider--pagination {
    margin-top: 10.66vw;
  }

  .p-price-slider--pagination-bullet {
    -ms-flex-preferred-size: 12vw;
    flex-basis: 12vw;
    height: 1.6vw;
  }

  .p-price-slider--pagination-bullet + .p-price-slider--pagination-bullet {
    margin-left: 3.2vw;
  }

  .p-price-plan--title {
    font-size: 6.4vw;
  }

  .p-price-plan--price {
    margin-top: 1.33vw;
    font-size: 8.53vw;
  }

  .p-price-plan--lead {
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }

  .p-price-plan--table {
    margin-top: 8vw;
    font-size: 3.73vw;
  }

  .p-price-plan--table th,
  .p-price-plan--table td {
    padding: 2.66vw;
  }

  .p-contact {
    padding-top: 10.66vw;
    padding-bottom: 16vw;
  }

  .p-contact--lead {
    margin-top: 5.33vw;
    font-size: 3.2vw;
  }

  .p-contact--body {
    margin-top: 5.33vw;
  }

  .p-contact--row + .p-contact--row {
    margin-top: 6.66vw;
  }

  .p-contact--label::after {
    width: 11.73vw;
    line-height: 6.13vw;
    margin-left: 2.66vw;
    font-size: 3.73vw;
  }

  .p-contact--detail {
    margin-top: 2.66vw;
  }

  .p-contact--list-item + .p-contact--list-item {
    margin-top: 4vw;
  }

  .p-contact--error {
    margin-top: 2.66vw;
  }

  .p-contact--message {
    text-align: left;
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }

  .p-privacy--link {
    font-size: 3.73vw;
  }

  .p-contact--submit {
    margin-top: 9.33vw;
  }

  .p-contact--submit.is-confirm .m-submit.is-back {
    margin-top: 2.66vw;
  }

  .l-footer {
    padding: 8vw;
  }

  .l-footer--right {
    margin-top: 8vw;
  }

  .l-footer--logo {
    width: 51.73vw;
  }

  .l-footer--infomation {
    font-size: 3.73vw;
    margin-top: 4vw;
  }

  .l-footer--container {
    margin-top: 6.66vw;
  }

  .l-footer--facebook {
    width: 4.26vw;
    margin-right: 4.26vw;
  }

  .l-footer--relation-item {
    font-size: 3.2vw;
  }

  .l-footer--copyright {
    margin-top: 6.66vw;
  }

  .p-modal {
    padding-top: 13.33vw;
  }

  .p-modal--inner {
    padding-top: 21.33vw;
    padding-bottom: 21.33vw;
  }

  .p-modal--close {
    width: 9.86vw;
    height: 9.86vw;
  }

  .p-modal--close::before,
  .p-modal--close::after {
    width: 13.94401vw;
  }

  .p-modal--box {
    margin-top: 1.33vw;
    padding: 14.66vw 10.66vw;
  }
}

@media (max-width: 375px) {
  .p-case--list {
    margin-top: 10.66vw;
  }
}
/*# sourceMappingURL=top.css.map */
