@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
/*============================
//_mixin.cscc
============================ */
/*============================
//_button.scss
//SP
============================ */
.button {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  transition: .3s;
  color: #fff;
  font-size: 3.74vw;
  font-weight: bold;
  text-align: center;
}
.button::before, .button::after {
  content: "";
  position: absolute;
}
.button span {
  position: relative;
  z-index: 1;
}

.button--base {
  width: 80vw;
  height: 16vw;
  margin: 10.67vw auto 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #cc4827), to(#e8784c));
  background-image: -webkit-linear-gradient(left, #cc4827 10%, #e8784c 100%);
  background-image: linear-gradient(90deg, #cc4827 10%, #e8784c 100%);
  line-height: 1.2;
}
.button--base::before {
  top: -4vw;
  left: -4vw;
  width: 100%;
  height: 100%;
  border: 4vw solid #cc4827;
  border-radius: 100vh;
  opacity: .1;
}
.button--sub {
  width: 69.34vw;
  height: 13.34vw;
  margin: 0 auto;
  border: 0.54vw solid #2cb1a0;
  background: #fff;
  color: #2cb1a0;
}
.button--sub::after {
  top: 50%;
  right: 5.34vw;
  width: 3.2vw;
  height: 2.4vw;
  transform: scale(-1, 1) translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Cpath d='M22 8c0 .6-.4 1-1 1H3.4l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-7-7c-.1-.1-.2-.2-.2-.3-.1-.3-.1-.5 0-.8.1-.1.1-.2.2-.3l7-7c.4-.4 1-.4 1.4 0s.4 1 0 1.4L3.4 7H21c.6 0 1 .4 1 1z' fill='%232cb1a0'/%3E%3C/svg%3E%0A");
}

.case {
  width: 100%;
  padding: 16vw 0 0;
}
.case__contents {
  margin: 10.67vw 0 0;
  padding: 5.34vw 0 0;
}
.case .button--sub {
  margin: 10.67vw auto 0;
}
.case__info {
  box-sizing: border-box;
  padding: 0 8vw;
  background: #fff;
}
.case__head {
  display: flex;
  align-items: center;
}
.case__appico {
  flex-shrink: 0;
  width: 17.34vw;
  height: 17.34vw;
  margin: 0 5.34vw 0 0;
  overflow: hidden;
  border-radius: 3.2vw;
}
.case__appico img {
  width: 100%;
  height: 100%;
}
.case__heading {
  font-size: 4.27vw;
}
.case__heading span {
  display: block;
  color: #3e4c59;
  font-size: 3.74vw;
}
.case__lead {
  margin: 8vw 0;
  color: #3e4c59;
  font-size: 4.27vw;
}
.case__title {
  margin: 0 0 2.67vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
.case__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6.67vw 4vw 0;
  border: 0.8vw solid #f5f7fa;
  border-radius: 2.14vw;
}
.case__panel--single {
  justify-content: center;
  width: 18.67vw;
  margin: 0 auto;
}
.case__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 17.34vw;
  margin: 0 0 6.67vw;
}
.case__ico {
  width: 6.67vw;
  height: 6.67vw;
}
.case__ico img {
  max-width: 6.67vw;
  max-height: 6.67vw;
}
.case__desc {
  display: flex;
  align-items: center;
  height: 6.67vw;
  margin: 2.67vw 0 0;
  font-size: 2.67vw;
  line-height: 1;
  text-align: center;
}
.case .button--base {
  position: relative;
  top: 133.34vw;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
.case__box {
  box-sizing: border-box;
  padding-bottom: 37.34vw;
}
.case__slider {
  position: relative;
}
.case__slider::before, .case__slider::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.case__slider::before {
  top: -4vw;
  width: 50.67vw;
  height: 100vw;
  background: url("../../images/material_body.png") no-repeat center center/100% 100%;
}
.case__slider::after {
  top: -0.26vw;
  width: 26.67vw;
  height: 3.47vw;
  background: url("../../images/material_front.png") no-repeat center center/100% 100%;
}
.case__capture {
  width: 42.94vw;
  margin: 0 4vw;
  outline: none;
}
.case__capture img {
  width: 100%;
  height: 100%;
  opacity: .5;
}
.case .slick-dots {
  bottom: -10.66vw;
}
.case .slick-dots li {
  width: 1.6vw;
  margin: 0 1.6vw;
}
.case .slick-dots li button {
  width: 1.6vw;
}
.case .slick-dots li button::before {
  content: "";
  top: 50%;
  left: 50%;
  width: 1.6vw;
  height: 1.6vw;
  transform: translate(-50%, -50%);
  border-radius: 100vh;
  background: #1f2933;
}
.case .slick-prev,
.case .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.case .slick-prev::before,
.case .slick-next::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Cpath d='M22 8c0 .6-.4 1-1 1H3.4l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-7-7c-.1-.1-.2-.2-.2-.3-.1-.3-.1-.5 0-.8.1-.1.1-.2.2-.3l7-7c.4-.4 1-.4 1.4 0s.4 1 0 1.4L3.4 7H21c.6 0 1 .4 1 1z' fill='%233e4c59'/%3E%3C/svg%3E%0A");
  font-size: 8vw;
}
.case .slick-prev {
  top: 104.54vw;
  left: 21.34vw;
}
.case .slick-next {
  top: 100.27vw;
  right: 21.34vw;
  transform: scale(-1, 1);
}
.case [dir='rtl'] .slick-prev {
  top: 100vw;
  right: 21.34vw;
  transform: scale(-1, 1);
}
.case [dir='rtl'] .slick-next {
  top: 100vw;
  left: 21.34vw;
  transform: none;
}
.case .slick-active img {
  opacity: 1;
}

.is-onlySP {
  display: block;
}

.is-onlyPC {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

a,
a:hover {
  text-decoration: none;
}

p, h1, h2, h3,
dl, dt, dd {
  margin: 0;
  padding: 0;
}

.header {
  background: #fff;
}

.uly-contact {
  width: 100%;
  padding: 16vw 0 0;
  background: #fff;
}
.uly-contact__box {
  width: 100%;
  margin: 10.67vw 0 0;
}
.uly-contact__caption {
  margin: 10.67vw 0 0;
  font-size: 3.74vw;
  text-align: center;
}
.uly-contact__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 16vw;
  margin: 0 0 6.67vw;
  border-radius: 100vh;
}
.uly-contact__button:last-child {
  margin: 0;
}
.uly-contact__button--form {
  position: relative;
}
.uly-contact__button--form::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.34vw;
  width: 3.74vw;
  height: 2.67vw;
  transform: scale(-1, 1) translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Cpath d='M22 8c0 .6-.4 1-1 1H3.4l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-7-7c-.1-.1-.2-.2-.2-.3-.1-.3-.1-.5 0-.8.1-.1.1-.2.2-.3l7-7c.4-.4 1-.4 1.4 0s.4 1 0 1.4L3.4 7H21c.6 0 1 .4 1 1z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.uly-contact__left {
  width: 10.67vw;
  height: 10.67vw;
  margin: 0 0 0 2.67vw;
  border-radius: 100vh;
  background: rgba(255, 255, 255, 0.2);
}
.uly-contact__left img {
  max-width: 6.4vw;
  max-height: 6.4vw;
  margin: 0;
}
.uly-contact__right {
  width: calc(100% - 25vw);
  margin: 0 9.34vw 0 0;
}
.uly-contact__right--tel {
  font-family: 'Roboto', sans-serif;
  font-size: 6.4vw;
}
.uly-contact__right--form {
  font-size: 5.34vw;
}
.uly-contact__right--form::after {
  display: none;
}

.uly-heading {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 6.94vw;
  text-align: center;
}
.uly-heading::before {
  content: "";
  position: absolute;
  bottom: -5.33vw;
  left: 50%;
  width: 18.67vw;
  height: 1.6vw;
  transform: translateX(-50%);
  background: url("../../images/ico_dot.svg") no-repeat center center/100% 100%;
}

.faq {
  width: 100%;
}
.faq__inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 12vw 5.34vw 16vw;
}
.faq__box {
  margin: 0 0 6.67vw;
  overflow: hidden;
  border-radius: 2.67vw;
  box-shadow: 0 0 2.67vw rgba(0, 0, 0, 0.1);
}
.faq__box:last-child {
  margin: 0;
}
.faq__title {
  display: flex;
  transition: .3s linear;
  font-size: 4.27vw;
}
.faq__title:hover {
  color: #3e4c59;
  cursor: pointer;
}
.faq__title:hover .faq__question {
  background: #2cb1a0;
}
.faq__title:hover .faq__ico::before, .faq__title:hover .faq__ico::after {
  background: #2cb1a0;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  margin: 0 4vw 0 0;
  transition: .3s linear;
  background: #1f2933;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 6.94vw;
  font-weight: bold;
}
.is-open .faq__question {
  background: #2cb1a0;
}
.faq__text {
  display: flex;
  align-items: center;
  width: calc(100% - 32%);
  font-size: 3.2vw;
}
.faq__ico {
  position: relative;
}
.faq__ico::before, .faq__ico::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0vw;
  width: 4vw;
  height: 2px;
  margin: 0;
  transition: .3s linear;
  background: #1f2933;
}
.faq__ico::before {
  transform: rotate(90deg);
}
.is-open .faq__ico::after {
  background: #2cb1a0;
}
.is-open .faq__ico::before {
  transform: rotate(0);
  opacity: 0;
}
.faq__answer {
  display: none;
  position: relative;
  margin: 2.67vw;
  padding: 4vw 0 0 10.67vw;
  font-size: 3.2vw;
}
.faq__answer::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  color: #2cb1a0;
  font-family: 'Roboto', sans-serif;
  font-size: 6.94vw;
  font-weight: bold;
}
.faq__link {
  margin-top: 4vw;
  text-align: right;
}
.faq__link a {
  display: inline-block;
  position: relative;
  padding-right: 8vw;
  color: #2cb1a0;
  line-height: 5.34vw;
}
.faq__link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.34vw;
  height: 5.34vw;
  transform: rotate(-90deg);
  transition: .2s;
  background: url("../../images/arrow_ico.svg") no-repeat right center/5.34vw;
}
.faq__lead {
  margin: 10.67vw 0 0;
  font-size: 3.74vw;
  text-align: center;
}

.flow {
  width: 100%;
  position: relative;
  padding: 21.34vw 0 10.67vw;
}
.flow::before, .flow::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 34.67vw;
  height: 106.67vw;
  background: url("../../images/img_flow_bg.png") no-repeat center center/100% 100%;
}
.flow::before {
  left: 0;
}
.flow::after {
  right: 0;
  transform: scale(-1, 1);
}
.flow__inner {
  box-sizing: border-box;
  padding: 0 8vw;
}
.flow__lead {
  margin: 16vw 0 0;
  font-size: 4.27vw;
}
.flow__step {
  margin: 10.67vw 0 0;
}
.flow__box {
  display: flex;
  align-items: center;
  margin: 0 auto 10.67vw;
}
.flow__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.67vw;
  height: 14.67vw;
  border-radius: 100vh;
  background: #c6ede7;
}
.flow__ico img {
  max-width: 6.67vw;
  max-height: 6.67vw;
}
.flow__title {
  width: 64vw;
  margin: 0 0 0 auto;
}
.flow__heading {
  font-size: 4.8vw;
}
.flow__desc {
  margin: 1.34vw 0 0;
  opacity: .7;
  color: #1f2933;
  font-size: 3.2vw;
}

.headline {
  font-size: 6.94vw;
  text-align: center;
}
.headline span {
  display: block;
  color: #f35627;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.8vw;
}

.heading {
  position: relative;
  margin-bottom: 18.67vw;
  font-size: 6.4vw;
  letter-spacing: 0;
  text-align: center;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: -5.33vw;
  left: 50%;
  width: 18.67vw;
  height: 1.6vw;
  transform: translateX(-50%);
  background: url("../../images/ico_dot.svg") no-repeat center center/auto 1.6vw;
}
.heading--white {
  color: #fff;
}
.heading02 {
  font-size: 6.4vw;
  text-align: center;
}

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero__inner {
  position: relative;
  padding: 26.67vw 0 0;
}
.hero__inner::after {
  content: "";
  position: absolute;
  bottom: 24vw;
  left: 50%;
  width: 124.27vw;
  height: 72vw;
  transform: translateX(-50%);
  background: url("../../images/img_hero.png") no-repeat center center/100% 100%;
}
.hero__lead {
  margin: 2.67vw 0 0;
  padding: 0 8vw;
  font-size: 4.27vw;
  text-align: center;
}
.hero .button {
  margin: 85.34vw auto 16vw;
}

.loader {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.loader__inner {
  position: relative;
}
.loader__object {
  position: absolute;
  top: 0;
  left: 25%;
  width: 13.34vw;
  height: 13.34vw;
  transform: translateX(-50%);
  animation: bound 1s infinite;
  background: url("../../images/ico_logo.png") no-repeat center center/100% 100%;
}
.loader__text {
  margin: 16vw 0 0;
  color: #9aa5b1;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.27vw;
  font-weight: 500;
}

@keyframes bound {
  0%,100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -20%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.3, 0.9);
  }
}
.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.pickup {
  width: 100%;
  position: relative;
  padding: 21.34vw 0 0;
  overflow: hidden;
}
.pickup__inner {
  box-sizing: border-box;
  padding: 0 7.34vw;
}

.pickup-case {
  margin-bottom: 0;
  padding-bottom: 32vw;
  opacity: 0;
}
.pickup-case.slick-initialized {
  opacity: 1;
}
.pickup-case__item {
  position: relative;
  width: 85.34vw;
  margin: 0 2.67vw;
  border-radius: 2.67vw;
  outline: none;
  background: #fff;
  box-shadow: 0 0 5.34vw rgba(31, 41, 51, 0.1);
}
.pickup-case__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85.34vw;
  height: 45.34vw;
  padding-top: 2.67vw;
}
.pickup-case__image img {
  max-width: 53.34vw;
  max-height: 24vw;
}
.pickup-case__tag {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 40vw;
  height: 8vw;
  border-radius: 2.67vw 0 0;
  background: #2cb1a0;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
}
.pickup-case__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5.34vw 8vw;
}
.pickup-case__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.67vw;
  margin: 0 0 5.34vw;
  padding-top: 25px;
  border-top: 1px solid #cbd2d9;
  color: #1f2933;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.pickup-case__corp {
  min-height: 12.8vw;
  color: #3e4c59;
  font-size: 3.74vw;
  text-align: center;
}
.pickup-case .slick-list {
  overflow: visible;
}
.pickup-case .slick-dots {
  bottom: 24vw;
  left: 50%;
  transform: translateX(-50%);
}
.pickup-case .slick-dots li {
  width: 1.6vw;
  margin: 0 1.6vw;
}
.pickup-case .slick-dots li button {
  width: 1.6vw;
}
.pickup-case .slick-dots li button::before {
  content: "";
  top: calc(50% - 0.8vw);
  left: calc(50% - 0.8vw);
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 100vh;
  background: #1f2933;
}
.pickup-case .slick-prev,
.pickup-case .slick-next {
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 21.34vw;
  width: 30px;
  height: 34px;
}
.pickup-case .slick-prev::before,
.pickup-case .slick-next::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Cpath d='M22 8c0 .6-.4 1-1 1H3.4l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-7-7c-.1-.1-.2-.2-.2-.3-.1-.3-.1-.5 0-.8.1-.1.1-.2.2-.3l7-7c.4-.4 1-.4 1.4 0s.4 1 0 1.4L3.4 7H21c.6 0 1 .4 1 1z' fill='%233e4c59'/%3E%3C/svg%3E%0A");
  background-position: center center;
  font-size: 8vw;
}
.pickup-case .slick-prev {
  left: 12.8vw;
  transform: translate(0);
}
.pickup-case .slick-next {
  right: 12.8vw;
  transform: scale(-1, 1);
}

.reason {
  width: 100%;
  overflow: hidden;
}
.reason__summary {
  padding: 16vw 0;
  background: #3e4c59;
  box-shadow: 0 5.34vw 10.67vw rgba(31, 41, 51, 0.15);
}
.reason__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16vw 0 0;
}
.reason__list {
  position: relative;
  width: 84vw;
  height: 21.34vw;
  margin: 0 0 6.67vw;
  border-radius: 100vh;
  background: #f5f7fa;
}
.reason__list a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #3e4c59;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 1.5;
}
.reason__list a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.67vw;
  height: 10.67vw;
  margin: 0 2.67vw;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 0.8vw 1.6vw rgba(31, 41, 51, 0.1);
  color: #2cb1a0;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.8vw;
}
.reason__contents--01, .reason__contents--03 {
  padding: 21.34vw 0 26.67vw;
}
.reason__contents--02, .reason__contents--04 {
  padding: 10.67vw 0 16vw;
  background: #f5f7fa;
}
.reason__inner {
  box-sizing: border-box;
  padding: 0 8vw;
}
.reason__wrap {
  display: flex;
  flex-direction: column;
}
.reason__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 6.4vw;
  letter-spacing: 0;
  text-align: center;
}
.reason__heading span {
  color: #2cb1a0;
  font-family: 'Montserrat', sans-serif;
  font-size: 11.2vw;
}
.reason__lead {
  margin: 8vw 0 0;
  font-size: 3.74vw;
}
.reason__desc {
  order: 2;
  margin: 8vw 0;
  font-size: 3.74vw;
  text-align: left;
}
.reason__image {
  order: 3;
}
.reason .button {
  margin: 10.67vw auto 0;
}
.reason__panel {
  position: relative;
  margin: 10.67vw 0 0;
}
.reason__panel::before {
  content: "";
  position: absolute;
  bottom: 45.34vw;
  left: 50%;
  width: 129.34vw;
  height: 129.34vw;
  transform: translateX(-50%);
  border: 1.34vw solid #f5f7fa;
  border-radius: 100vh;
}
.reason__item {
  display: flex;
  align-items: center;
  margin: 0 0 8vw;
  padding: 8vw 4vw;
  border-radius: 2.14vw;
  background: #f5f7fa;
}
.reason__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  border-radius: 100vh;
  background: #fff;
}
.reason__ico img {
  max-width: 9.34vw;
  max-height: 9.34vw;
}
.reason__body {
  padding: 0 0 0 4vw;
}
.reason__title {
  font-size: 4.27vw;
  font-weight: bold;
}
.reason__process {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10.67vw 0 0;
}
.reason__process li:first-child {
  width: 84vw;
  height: 84vw;
}
.reason__process li:nth-child(2) {
  width: 18.67vw;
  height: 18.67vw;
  margin: 2.67vw 0;
  transform: rotate(90deg);
}
.reason__process li:last-child {
  width: 48vw;
  height: 48vw;
}
.reason__process li img {
  width: 100%;
  height: 100%;
}

.reason01-image {
  position: relative;
  width: 84vw;
  height: 54.94vw;
  margin: 0 auto;
}
.reason01-image__circle-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 54.94vw;
}
.scrollin .reason01-image__circle-left {
  animation: fadeInLeft .5s both;
}
.reason01-image__circle-right {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54.94vw;
  margin: 0 0 0 auto;
}
.scrollin .reason01-image__circle-right {
  animation: fadeInRight .5s both;
}
.reason01-image__online {
  position: absolute;
  top: 50%;
  left: 5.34vw;
  width: 21.34vw;
  height: 19.2vw;
  margin-top: -9.6vw;
}
.scrollin .reason01-image__online {
  animation: fadeInLeft .5s both;
}
.reason01-image__offline {
  position: absolute;
  top: 50%;
  right: 5.34vw;
  width: 22.4vw;
  height: 20.27vw;
  margin-top: -10.13vw;
}
.scrollin .reason01-image__offline {
  animation: fadeInRight .5s both;
}
.reason01-image__ec {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.07vw;
  height: 26.67vw;
  margin: -16vw 0 0 -8.53vw;
}
.scrollin .reason01-image__ec {
  animation: fadeIn .5s .5s both;
}

.reason03-image {
  position: relative;
  width: 84vw;
  padding: 4vw 0;
}
.reason03-image__base {
  display: block;
  width: 50.14vw;
  margin: 0 0 0 auto;
}
.reason03-image__tech {
  position: absolute;
  top: 50%;
  left: 0;
  width: 44.27vw;
  height: 47.2vw;
  margin-top: -23.6vw;
  transform: translate(-12vw, 0);
}
.scrollin .reason03-image__tech {
  animation: fadeInLeft .5s .5s both;
}
.reason03-image__ux {
  position: absolute;
  top: 0;
  right: 14.94vw;
  width: 20vw;
  transform: translate(0, 12vw);
}
.scrollin .reason03-image__ux {
  animation: fadeInTop .5s .5s both;
}
.reason03-image__cost {
  position: absolute;
  right: 14.94vw;
  bottom: 0;
  width: 20vw;
}
.scrollin .reason03-image__cost {
  animation: fadeInBottom .5s 1s both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translate(12vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translate(-12vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translate(0, 12vw);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translate(0, -12vw);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.reason04-image {
  position: relative;
  height: 62.4vw;
  padding-top: 12.27vw;
}
.reason04-image__base {
  display: block;
  width: 62.4vw;
  margin: 0 auto;
}
.reason04-image__frontend {
  position: absolute;
  top: 0;
  left: 50%;
  width: 17.87vw;
  height: 24.54vw;
  margin-left: -8.93vw;
}
.reason04-image__uiux {
  position: absolute;
  bottom: 4.27vw;
  left: 4.27vw;
  width: 22.4vw;
  height: 18.14vw;
}
.reason04-image__backend {
  position: absolute;
  right: 4.27vw;
  bottom: 4.27vw;
  width: 22.4vw;
  height: 18.14vw;
}

.service {
  width: 100%;
  position: relative;
  padding: 16vw 0 0;
  overflow: hidden;
}
.service__head {
  box-sizing: border-box;
  padding: 0 8vw;
}
.service__lead {
  margin: 8vw 0 0;
  font-size: 4.27vw;
}
.service__body {
  width: 100%;
  margin: 10.67vw 0 0;
}
.service__body::after {
  z-index: 1;
  top: 121.34vw;
  left: 50%;
  width: 17.34vw;
  height: 17.34vw;
  border-radius: 100vh;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 2.67vw rgba(31, 41, 51, 0.1);
}
.service__box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.service__box::before, .service__box::after {
  content: "";
  position: absolute;
}
.service__box::after {
  z-index: -1;
  top: 37.34vw;
  left: 50%;
  width: 200vw;
  height: 80vw;
  transform: translateX(-50%);
}
.service__box:first-of-type::before {
  z-index: 1;
  bottom: -24vw;
  left: 50%;
  width: 17.34vw;
  height: 17.34vw;
  transform: translateX(-50%) rotate(-90deg);
  border-radius: 100vh;
  background: #fff no-repeat center center/6.67vw 4.8vw url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Cpath d='M22 8c0 .6-.4 1-1 1H3.4l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-7-7c-.1-.1-.2-.2-.2-.3-.1-.3-.1-.5 0-.8.1-.1.1-.2.2-.3l7-7c.4-.4 1-.4 1.4 0s.4 1 0 1.4L3.4 7H21c.6 0 1 .4 1 1z' fill='%233e4c59'/%3E%3C/svg%3E%0A");
  box-shadow: -1.6vw 0 2.67vw rgba(31, 41, 51, 0.1);
}
.service__box:first-of-type::after {
  background: url("../../images/img_service_bg01.png") no-repeat center center/100% 100%;
}
.service__box:last-of-type {
  z-index: -1;
  margin: 16vw 0 0;
  padding: 16vw 0;
  background-color: rgba(36, 163, 144, 0.05);
}
.service__box:last-of-type::after {
  background: url("../../images/img_service_bg02.png") no-repeat center center/100% 100%;
}
.service__item {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: 65.34vw;
  padding: 10.67vw 6.67vw 6.67vw;
  border-radius: 2.14vw;
  background: #fff;
  box-shadow: 0 0 8vw rgba(31, 41, 51, 0.1);
}
.service__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 12vw;
}
.service__ico img {
  max-width: 12vw;
  max-height: 12vw;
}
.service__title {
  padding: 6.67vw 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 5.34vw;
}
.service__desc {
  color: #3e4c59;
  font-size: 3.74vw;
}
.service__step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80vw;
  margin: 8vw auto 0;
}
.service__list {
  width: 37.34vw;
  margin: 0 2.67vw 0 0;
  padding: 1.34vw 0;
  font-size: 4.27vw;
}
.service__list:nth-child(even), .service__list:last-child {
  margin: 0;
}

.summary {
  width: 100%;
  background: #3e4c59;
}
.summary__inner {
  padding: 10.67vw 0;
}
.summary__heading {
  margin: 0 5.34vw 5.34vw;
  color: #fff;
  font-size: 4.27vw;
  letter-spacing: 0;
  text-align: center;
}
.summary__box {
  display: flex;
  justify-content: center;
}
.summary__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 29.34vw;
  margin: 0 1.34vw;
}
.summary__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.34vw;
  height: 17.34vw;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, 0.1);
}
.summary__ico img {
  max-width: 8vw;
  max-height: 8vw;
}
.summary__desc {
  margin: 2.67vw 0 0;
  color: #fff;
  font-size: 2.67vw;
  letter-spacing: 0;
  text-align: center;
}
