@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;
  width: 80vw;
  height: 13.34vw;
  overflow: hidden;
  border-radius: 6.67vw;
  color: #fff;
  font-size: 3.74vw;
  font-weight: bold;
}
.button__box {
  display: flex;
  justify-content: center;
  margin: 10.67vw 0 0;
}
.button__box--pc {
  display: none;
}
.button--base {
  border: 2px solid #D61719;
  background: #D61719;
  text-align: center;
}
.button--base::after {
  background: #fff;
}
.button--base__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85.34vw;
  height: 18.67vw;
  border-radius: 9.34vw;
  background: rgba(214, 23, 25, 0.1);
}
.button--white {
  border: 2px solid #fff;
  background: #fff;
  color: #3B3E3B;
}
.button--white::after {
  background: #3B3E3B;
}
.button--white:hover span {
  color: #fff;
}

.case {
  width: 100%;
  padding: 16vw 0 0;
  background: #F5F7FA;
}
.case__box {
  padding: 0 0 16vw;
}
.case__head {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 0 8vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.case__head--case01 {
  background: url("../../images/img_case01.jpg") no-repeat center center/cover;
}
.case__head--case02 {
  background: url("../../images/img_case02.jpg") no-repeat center center/cover;
}
.case__head--case03 {
  background: url("../../images/img_case03.jpg") no-repeat center center/cover;
}
.case__overlay {
  width: 100%;
  padding: 10.67vw 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.case__price {
  font-size: 4.27vw;
}
.case__category {
  margin: 1.34vw 0 5.34vw;
  font-size: 6.94vw;
}
.case__tag {
  display: flex;
  justify-content: center;
  padding: 0 2.67vw;
}
.case__taglist {
  display: flex;
  position: relative;
  align-items: center;
  height: 9.34vw;
  margin: 0 4vw;
  padding: 0 4vw;
  border-radius: 2px;
  background: #24A390;
  font-size: 2.67vw;
  line-height: 1.4;
}
.case__taglist::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4.26vw;
  width: 5.34vw;
  height: 9.34vw;
  background: url("../../images/ico_tag.svg") no-repeat center center/100% 100%;
}
.case__inner {
  padding: 0 5.34vw;
}
.case__content {
  box-sizing: border-box;
  width: 100%;
  padding: 5.34vw;
  border-radius: 2.67vw;
  background: #fff;
}
.case__content--feature {
  margin: 0 0 8vw;
  padding: 5.34vw 2.67vw;
}
.case__image {
  position: relative;
  margin: 5.34vw 0 8vw;
  text-align: center;
}
.case__image img {
  width: 100%;
}
.case__image::before, .case__image::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.case__title {
  margin: 0 0 2.67vw;
  text-align: center;
  font-size: 3.74vw;
  font-weight: bold;
}
.case__service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case__servicelist {
  display: flex;
  align-items: center;
  width: calc(95% / 2);
  margin: 0 0 5.34vw;
}
.case__servicelist:nth-last-child(-n+2) {
  margin: 0;
}
.case__serviceico {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 10.67vw;
  height: 10.67vw;
  margin: 0 1.34vw 0 0;
  border: 2px solid #F5F7FA;
  border-radius: 6.67vw;
}
.case__serviceico img {
  max-width: 6.4vw;
  max-height: 6.94vw;
}
.case__serviceico span {
  position: absolute;
  top: 3.74vw;
  left: 5.07vw;
  transform: scale(0.6);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 2.67vw;
  font-weight: normal;
}
.case__servicedesc {
  width: 70%;
  font-size: 2.67vw;
  font-weight: bold;
}
.case__desc {
  margin: 2.67vw 0 0;
  color: #585E64;
  font-size: 3.2vw;
  line-height: 1.8;
}
.case__desc strong {
  color: #D61719;
}
.case__arrow {
  position: relative;
  padding: 8vw 0;
}
.case__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.34vw 5.34vw 0 5.34vw;
  border-color: #1F2933 transparent transparent;
  transform: translate(-50%, -50%);
}
.case__policy {
  margin: 5.34vw 0;
}
.case__policylist {
  position: relative;
  padding: 4vw 0 4vw 14.67vw;
  border-top: 1px solid #F5F7FA;
  color: #585E64;
  font-size: 3.2vw;
  font-weight: bold;
}
.case__policylist:last-child {
  border-bottom: 1px solid #F5F7FA;
}
.case__policytag {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 5.34vw;
  transform: translateY(-50%);
  border-radius: 1.34vw;
  background: #24A390;
  color: #fff;
  font-size: 2.67vw;
}
.case__period {
  background: #F5F7FA;
  padding: 2.67vw 5.34vw;
  font-size: 3.2vw;
  font-weight: bold;
}

.tooltip {
  display: none;
}

/*============================
//_common.scss
//SP
============================ */
.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, figure {
  margin: 0;
  padding: 0;
}

.text-link {
  display: inline;
  position: relative;
  padding: 0 0 0 6.67vw;
  color: #24A390;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
}
.text-link::before {
  content: "";
  position: absolute;
  top: -0.53vw;
  left: 0;
  width: 5.34vw;
  height: 4.8vw;
  background: url("../../images/arrow_ico.svg") no-repeat center center/100% 100%;
}

.pagetop {
  display: flex;
  position: fixed;
  z-index: 100;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 5.34vw;
  width: 16vw;
  height: 16vw;
  border-radius: 8vw;
  background: #585E64;
  color: #585E64;
}
.pagetop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.67vw;
  height: 4vw;
  transform: translate(-50%, -50%);
  background: url("../../images/ico_arrow.svg") no-repeat center center/100% 100%;
}

/*============================
//_contact.scss
//PC
============================ */
.uly-contact {
  width: 100%;
  padding-bottom: 20px;
  background: #fff;
}
.uly-contact__caption {
  margin: -5.33vw 0 5.34vw;
  font-size: 3.2vw;
  text-align: center;
}
.uly-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 85.34vw;
  height: 13.34vw;
  margin: 0 auto 5.34vw;
  overflow: hidden;
  border: 2px solid #1F2933;
  border-radius: 8vw;
  background: #1F2933;
}
.uly-contact__button:last-child {
  margin: 0 auto;
}
.uly-contact__button--form::after {
  content: "";
  position: absolute;
  right: 5.34vw;
  width: 4vw;
  height: 2.67vw;
  background: url("../../images/arrow_wh.svg") no-repeat center center/100%;
}
.uly-contact__left {
  width: auto;
  height: auto;
  margin-right: 2.67vw;
  background: #1F2933;
}
.uly-contact__left img {
  width: 25px;
  height: 25px;
  margin-left: 0;
}
.uly-contact__right {
  width: auto;
  margin: 0;
}
.uly-contact__right--tel {
  font-family: 'Roboto', sans-serif;
  font-size: 6.4vw;
}
.uly-contact__right--form {
  font-size: 4.27vw;
}
.uly-contact__right--form::after {
  content: none;
}

.uly-heading {
  position: relative;
  margin: 0 0 16vw;
  font-size: 5.34vw;
  color: #1F2933;
  text-align: center;
}
.uly-heading::before {
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  bottom: -20px;
  width: 70px;
  height: 6px;
  background: url("../../images/ico_dot.svg") no-repeat 100% 100%;
}

.function {
  width: 100%;
  position: relative;
  margin: 26.67vw 0 16vw;
  background: #F5F7FA;
}
.function::before {
  content: "";
  position: absolute;
  top: -16vw;
  left: 0;
  width: 100%;
  height: 16vw;
  background: url("../../images/bg_function.png") no-repeat center/100% 100%;
}
.function::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16vw;
  transform: scale(1, -1);
  background: url("../../images/bg_function.png") no-repeat center/100% 100%;
}
.function__inner {
  padding: 0 5.34vw;
  padding: 12vw 0;
}
.function__box {
  padding: 0 5.34vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.function__item {
  box-sizing: border-box;
  width: calc(95% / 2);
  margin: 0 0 5%;
  padding: 5.34vw;
  border-radius: 2.67vw;
  background: #fff;
  box-shadow: 0 0 2.67vw rgba(31, 41, 51, 0.1);
  color: #585E64;
}
.function__title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}
.function__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
  width: 28px;
  height: 2px;
  background: #D61719;
}
.function__cube {
  display: block;
  width: 13.34vw;
  height: 16vw;
  margin: 5.34vw auto 2.67vw;
}
.function__desc {
  margin: 0 auto;
  font-size: 2.94vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.function__more {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 40px;
  margin: 50px auto 0;
  border: 1px solid #D61719;
  border-radius: 25px;
  transition: .3s;
  background: #fff;
  color: #D61719;
}
.function__more::before, .function__more::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 10px;
  height: 1px;
  margin: 0;
  background: #D61719;
}
.function__more::before {
  transform: rotate(90deg);
}
.function__more:hover {
  transition: .3s;
  border: 1px solid #D61719;
  background: #D61719;
  color: #fff;
}
.function__more:hover::before, .function__more:hover::after {
  background: #fff;
}

.faq {
  width: 100%;
}
.faq__inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 12vw 5.34vw 16vw;
}
.faq__box {
  overflow: hidden;
  margin: 0 0 6.67vw;
  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: #585E64;
  cursor: pointer;
}
.faq__title:hover .faq__question {
  background: #24A390;
}
.faq__title:hover .faq__ico::before, .faq__title:hover .faq__ico::after {
  background: #24A390;
}
.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: 5.87vw;
  font-weight: bold;
}
.is-open .faq__question {
  background: #24A390;
}
.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 {
  display: block;
  content: "";
  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: #24A390;
}
.is-open .faq__ico::before {
  transform: rotate(0);
  opacity: 0;
}
.faq__answer {
  display: none;
  position: relative;
  margin: 0;
  margin: 2.67vw;
  padding: 5.34vw 5.34vw 5.34vw 16vw;
  background: rgba(36, 163, 144, 0.1);
  font-size: 3.2vw;
}
.faq__answer::before {
  content: "A.";
  position: absolute;
  top: 2.67vw;
  left: 5.34vw;
  color: #24A390;
  font-family: 'Roboto', sans-serif;
  font-size: 5.87vw;
  font-weight: bold;
}

.flow {
  width: 100%;
  padding: 16vw 0;
  background: #F5F7FA;
}
.flow__wrap {
  padding: 0 5.34vw;
  box-sizing: border-box;
  margin: 0 5.34vw;
  padding: 8vw;
  border-radius: 4vw;
  background: #fff;
}
.flow__box--arrow {
  position: relative;
  margin: 16vw 0 0;
}
.flow__box--arrow::before {
  content: "";
  position: absolute;
  top: -9.33vw;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6.67vw 5.34vw 0;
  border-color: #585E64 transparent transparent;
}
.flow__headline {
  position: relative;
  margin: 0 0 18.67vw;
  color: #1F2933;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
.flow__headline::before {
  content: "";
  position: absolute;
  bottom: -4vw;
  left: 50%;
  width: 28px;
  height: 2px;
  transform: translateX(-50%);
  background: #1F2933;
}
.flow__panel {
  margin: 8vw 0 0;
}
.flow__item {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 16vw;
  padding: 13.34vw 5.34vw 5.34vw;
  border-radius: 2.67vw;
  box-shadow: 0 0 2.67vw rgba(0, 0, 0, 0.1);
  background: #fff;
}
.flow__item:nth-child(3n), .flow__item:last-child {
  margin-right: 0;
}
.flow__item--single {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.flow__ico {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -8vw;
  left: 50%;
  width: 16vw;
  height: 16vw;
  transform: translateX(-50%);
  border-radius: 8vw;
  background: #1F2933;
}
.flow__ico img {
  max-width: 6.67vw;
  max-height: 6.67vw;
}
.flow__title {
  display: table-cell;
  padding: 0 0 10px;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.flow__subtit {
  margin: 0 0 10px;
  color: #585E64;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}
.flow__desc {
  display: flex;
  flex: 1 0 auto;
  margin: 0 0 20px;
  font-size: 3.2vw;
}
.flow__ex {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: auto 0 0;
  padding: 15px;
  background: #F5F7FA;
}
.flow__item--single .flow__column {
  margin: 0 50px 0 0;
}
.flow__item--single .flow__column:last-child {
  margin: 0;
}
.flow__list {
  padding: 0 0 8px 1em;
  font-size: 3.2vw;
  text-indent: -1em;
}
.flow__list:last-child {
  padding-bottom: 0;
}
.flow__item--single .flow__list {
  font-size: 3.74vw;
  font-weight: bold;
}
.flow__bnr {
  margin: 10.67vw auto 0;
  text-align: center;
}
.flow__bnr img {
  width: 95%;
  margin: 0 auto;
}

.online {
  position: relative;
  width: 100%;
  margin: 16vw auto 0;
  padding: 5.34vw 0;
  border-radius: 2.67vw;
  background: #F5F7FA;
}
.online::before, .online::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.online::before {
  left: -10.66vw;
  width: 17.34vw;
  height: 24vw;
  background: url("../../images/img_online_ico01.png") no-repeat center center/100% 100%;
}
.online::after {
  right: -10.66vw;
  width: 20.8vw;
  height: 26.67vw;
  background: url("../../images/img_online_ico02.png") no-repeat center center/100% 100%;
}
.online .button__box {
  margin: -8vw auto 0;
}
.online .button--base__bg {
  width: 58.67vw;
}
.online .button--base {
  width: 53.34vw;
}

.heading {
  position: relative;
  margin: 0 0 16vw;
  font-size: 5.34vw;
  text-align: center;
}
.heading::before {
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  bottom: -20px;
  width: 70px;
  height: 6px;
  background: url("../../images/ico_dot.svg") no-repeat 100% 100%;
}
.heading span {
  color: #D61719;
}
.heading--white::before {
  background: url("../../images/ico_dot02.svg") no-repeat 100% 100%;
}
.heading--normal::before {
  display: none;
}
.heading02 {
  display: flex;
  font-size: 4.27vw;
}
.heading02__ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 13.34vw;
  height: 13.34vw;
  margin: 0 2.67vw 0 0;
  background: #1F2933;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
.heading02__ico span {
  margin: 0 0 -1.33vw 0;
  font-size: 2.67vw;
}
.heading03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.74vw;
  text-align: center;
}
.heading03__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.67vw;
  height: 10.67vw;
  margin: 0 0 2.67vw;
  border: 2px solid #1F2933;
  font-size: 2.94vw;
}
.heading04 {
  position: relative;
  margin: 0 0 10.67vw;
  font-size: 4.27vw;
  text-align: center;
}
.heading04::after {
  content: "";
  position: absolute;
  bottom: -2.66vw;
  left: 50%;
  width: 8vw;
  height: 0.54vw;
  transform: translateX(-50%);
  background: #1F2933;
}
.heading--hero {
  color: #D61719;
  font-size: 6.4vw;
  text-align: center;
}
.heading--hero span {
  display: block;
  color: #1F2933;
  font-size: 5.34vw;
}

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero__inner {
  padding: 0 5.34vw;
  position: relative;
  padding: 26.67vw 0 16vw;
}
.hero__inner::after {
  content: "";
  position: absolute;
  top: 66.67vw;
  left: 50%;
  width: 80vw;
  height: 80vw;
  transform: translateX(-50%);
  background: url("../../images/hero_img.png") no-repeat center center/100% 100%;
}
.hero__logo {
  display: block;
  width: 80vw;
  height: 100%;
  margin: 0 auto 2.67vw;
}
.hero__button {
  display: flex;
  justify-content: center;
  margin: 88vw 0 0;
}

.intro {
  width: 100%;
  position: relative;
  padding: 0 0 16vw;
  background: #F5F7FA;
}
.intro::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -16vw;
  left: 0;
  width: 100%;
  height: 16vw;
  background: url("../../images/bg_triangle_gray.png") no-repeat center center/100% 100%;
}
.intro__inner {
  padding: 0 5.34vw;
}
.intro__catch {
  padding: 8vw 0;
  background: #1F2933;
  color: #fff;
  font-size: 3.74vw;
  font-weight: bold;
  text-align: center;
}
.intro__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16vw 0 0;
}
.intro__item {
  width: calc(95% / 2);
  margin: 0 0 5%;
  padding: 8vw 0;
  border-radius: 2.67vw;
  box-shadow: 0 0 2.67vw rgba(31, 41, 51, 0.1);
  background: #fff;
  text-align: center;
}
.intro__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.67vw;
  height: 16vw;
  margin: 0 auto;
}
.intro__ico img {
  max-width: 26.67vw;
  max-height: 16vw;
}
.intro__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21.34vw;
  color: #585E64;
  font-size: 3.2vw;
  font-weight: bold;
}
.intro__desc {
  padding: 5.34vw 0 0 0;
  font-size: 3.74vw;
  text-align: center;
}
.intro__img {
  margin: 10.67vw auto 0;
  text-align: center;
}
.intro__img img {
  width: 95%;
  margin: 0 auto;
}

/*============================
//_modal.scss
//SP
============================ */
.execution-modal {
  display: none;
}

.pickup {
  width: 100%;
  position: relative;
  padding: 26.67vw 0 0;
}
.pickup__inner {
  padding: 0 5.34vw;
}

.pickup_case {
  display: flex;
  justify-content: space-between;
}
.pickup_case__item {
  position: relative;
  width: 80vw;
  margin: 0 5.34vw;
  background: #fff;
  outline: none;
}
.pickup_case__image {
  width: 80vw;
  height: 48vw;
  overflow: hidden;
  border-radius: 2.67vw 2.67vw 0 0;
}
.pickup_case__image img {
  width: 100%;
  height: 100%;
}
.pickup_case__tag {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 40vw;
  height: 8vw;
  border-radius: 2.67vw 0 0 0;
  background: #24A390;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
}
.pickup_case__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.34vw 0 8vw;
  box-shadow: 0 0 5.34vw rgba(31, 41, 51, 0.1);
}
.pickup_case__title {
  margin: 0 0 5.34vw;
  color: #1F2933;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.pickup_case__desc {
  margin: 0 0 5.34vw;
}
.pickup_case__list {
  position: relative;
  margin: 0 0 1.34vw;
  padding: 0 0 0 4.8vw;
  color: #585E64;
  font-size: 3.2vw;
}
.pickup_case__list:last-child {
  margin: 0;
}
.pickup_case__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.2vw;
  height: 2.4vw;
  transform: translateY(-50%);
  background: url("../../images/ico_check.svg") no-repeat center center/100% 100%;
}

.positioning {
  width: 100%;
  position: relative;
  background: #1F2933;
  color: #fff;
}
.positioning::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -16vw;
  left: 0;
  width: 100%;
  height: 16vw;
  background: url("../../images/bg_triangle_black.png") no-repeat center center/100% 100%;
}
.positioning__inner {
  padding: 0 5.34vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16vw 5.34vw;
}
.positioning__desc {
  margin: 0 0 8vw;
  font-size: 3.74vw;
  text-align: center;
}
.positioning__image {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 5.34vw;
  border-radius: 2.67vw;
  background: #fff;
}
.positioning__image img {
  width: 100%;
}
.positioning__title {
  position: relative;
  margin: 10.67vw 0;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
.positioning__title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
  width: 50px;
  height: 2px;
  background: #fff;
}
.positioning__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 5.34vw;
  font-size: 4.27vw;
  font-weight: bold;
}
.positioning__item:last-child {
  margin: 0;
}
.positioning__num {
  display: block;
  width: 20vw;
  margin: 0 2.67vw 1.34vw 0;
  padding: 1.34vw 0;
  border-radius: 1.34vw;
  background: #D61719;
  font-size: 3.2vw;
  text-align: center;
}

.reason {
  width: 100%;
  margin: -40vw 0 0;
  padding: 56.01vw 0 0;
  background: #1F2933;
}
.reason__contents {
  position: relative;
  padding: 0 0 16vw;
  color: #fff;
}
.reason__contents::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -16vw;
  left: 0;
  width: 100%;
  height: 16vw;
  background: url("../../images/bg_triangle_black.png") no-repeat center center/100% 100%;
}
.reason__desc {
  margin: 0 5.34vw 10.67vw;
}
.reason__index {
  padding: 0 5.34vw;
}
.reason__image {
  display: none;
}
.reason__list {
  width: 100%;
  position: relative;
  right: 0;
  margin: 0 0 5.34vw;
  border-radius: 13.34vw;
  background: #F5F7FA;
  color: #1F2933;
  font-size: 3.74vw;
  font-weight: bold;
}
.reason__link {
  display: flex;
  align-items: center;
  color: #1F2933;
}
.reason__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  margin: 2.67vw;
  border-radius: 6.67vw;
  background: #fff;
  box-shadow: 0.8vw 0.8vw 1.6vw rgba(31, 41, 51, 0.2);
}
.reason__title strong {
  color: #D61719;
}

.execution__box {
  background: #fff;
  padding: 10.67vw 0 26.67vw;
}
.execution__box:first-child {
  position: relative;
  padding: 26.67vw 0;
}
.execution__box:first-child::before {
  display: none;
}
.execution__box:last-child {
  position: relative;
  padding: 10.67vw 0 16vw;
}
.execution__box:nth-child(odd) {
  position: relative;
}
.execution__box:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: -16vw;
  left: 0;
  width: 100%;
  height: 16vw;
  background: url("../../images/bg_wave_white.png") no-repeat center center/100% 100%;
}
.execution__box:nth-child(even) {
  position: relative;
  background: #F5F7FA;
}
.execution__box:nth-child(even)::before {
  content: "";
  position: absolute;
  top: -16vw;
  left: 0;
  width: 100%;
  height: 16vw;
  transform: scale(-1, 1);
  background: url("../../images/bg_wave_gray.png") no-repeat center center/100% 100%;
}
.execution__box:nth-child(even) .execution__item {
  background: #fff;
}
.execution__inner {
  padding: 0 5.34vw;
  display: flex;
  flex-direction: column;
}
.execution__body {
  width: 100%;
  order: 1;
}
.execution__body .text-link {
  display: block;
  margin: 8vw 0 0;
}
.execution__list {
  margin: 8vw 0 0;
}
.execution__item {
  display: flex;
  position: relative;
  align-items: center;
  height: 13.34vw;
  margin: 0 0 2.67vw;
  padding: 0 2.67vw 0 10.67vw;
  border: 2px solid #F5F7FA;
  color: #24A390;
  font-size: 3.2vw;
  font-weight: bold;
}
.execution__item:last-child {
  margin: 0;
}
.execution__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4vw;
  width: 4.27vw;
  height: 2.67vw;
  transform: translateY(-50%);
  background: url("../../images/ico_check.svg") no-repeat center center/100% 100%;
}
.execution__desc {
  order: 2;
  margin: 8vw 0 0;
  color: #585E64;
  font-size: 3.2vw;
  line-height: 1.8;
}
.execution__image {
  order: 3;
  width: 100%;
  margin: 10.67vw 0 0;
}
.execution__image img {
  width: 100%;
}
.execution__figimage img {
  width: 100%;
  margin: 0 0 5.34vw;
}
.execution__figtitle, .execution__imgtitle {
  color: #585E64;
  font-size: 3.74vw;
  font-weight: bold;
  text-align: center;
}
.execution__figtitle--base, .execution__imgtitle--base {
  color: #1F2933;
}
.execution__figtitle--red, .execution__imgtitle--red {
  color: #D61719;
}
.execution__imgtitle {
  margin: 0 0 5.34vw;
}
.execution__figcaption {
  box-sizing: border-box;
  padding: 5.34vw;
  background: #F5F7FA;
  font-size: 2.94vw;
  font-weight: bold;
}
.execution__shadow {
  box-sizing: border-box;
  padding: 5.34vw;
  border-radius: 2.67vw;
  background: #fff;
  box-shadow: 0 0 5.34vw rgba(31, 41, 51, 0.1);
}
.execution__bnr {
  margin: 10.67vw auto 0;
  text-align: center;
}
.execution__bnr img {
  width: 95%;
  margin: 0 auto;
}

.execution-team__title {
  position: relative;
  padding: 29.34vw 0 4vw;
  font-size: 3.74vw;
  font-weight: bold;
  text-align: center;
}
.execution-team__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 16vw;
  height: 26.67vw;
  transform: translateX(-50%);
  background: url("../../images/ico_client.svg") no-repeat center center/100% 100%;
}
.execution-team__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.execution-team__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10%) / 3);
  margin: 0 0 5%;
  padding: 2.67vw 0;
}
.execution-team__item--disabled {
  background: #DDDDDD;
  opacity: 0.6;
}
.execution-team__item--active {
  border: 2px solid #24A390;
  border-radius: 1.34vw;
}
.execution-team__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.34vw;
  height: 9.34vw;
}
.execution-team__ico img {
  max-width: 9.34vw;
  max-height: 9.34vw;
}
.execution-team__name {
  margin: 1.34vw 0 0;
  transform: scale(0.8);
  font-size: 2.67vw;
  text-align: center;
}
.execution-team__item--active .execution-team__name {
  color: #24A390;
  font-weight: bold;
}

.saas {
  order: 4;
  width: 100%;
  margin: 8vw 0 0;
  padding: 8vw 0 5.34vw;
  background: #F5F7FA;
}
.saas__panel {
  padding: 0 5.34vw;
}
.saas__item {
  display: flex;
  position: relative;
  top: 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 5.34vw;
  padding: 10.67vw 0;
  border-radius: 2.67vw;
  background: #fff;
  box-shadow: 0 0 2.67vw rgba(31, 41, 51, 0.1);
}
.saas__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.34vw;
  height: 12vw;
}
.saas__logo img {
  max-width: 17.34vw;
  max-height: 12vw;
}
.saas__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.34vw 0;
  color: #1F2933;
  font-size: 3.74vw;
  font-weight: bold;
  text-align: center;
}
.saas__desc {
  padding: 0 5.34vw;
  color: #585E64;
  font-size: 3.2vw;
}

.solution {
  width: 100%;
  padding: 26.67vw 0 0;
}
.solution__inner {
  padding: 0 5.34vw;
}

.solution-service {
  position: relative;
  margin: 0;
}
.solution-service__box {
  position: relative;
  margin: 0 0 13.34vw;
}
.solution-service__item {
  box-sizing: border-box;
  width: 100%;
  padding: 8vw;
  border-radius: 2.67vw;
  background: #F5F7FA;
  box-shadow: 2.67vw 2.67vw 2.67vw rgba(0, 0, 0, 0.05);
}
.solution-service__num {
  position: absolute;
  top: -6.66vw;
  left: 5.34vw;
  font-family: 'Roboto', sans-serif;
  font-size: 8vw;
  font-weight: bold;
}
.solution-service__phase {
  position: absolute;
  top: -4vw;
  right: 5.34vw;
  width: 40vw;
  padding: 1.34vw 0;
  border-radius: 1.34vw;
  background: #24A390;
  color: #fff;
  font-size: 2.94vw;
  font-weight: bold;
  text-align: center;
}
.solution-service__title {
  margin: 0 0 2.67vw;
  font-size: 4.8vw;
  font-weight: bold;
}
.solution-service__desc {
  margin: 0 0 5.34vw;
  color: #585E64;
  font-size: 3.2vw;
}
.solution-service__check {
  position: relative;
  margin: 0 0 2.67vw;
  padding: 0 0 0 5.34vw;
  font-size: 3.2vw;
  font-weight: bold;
}
.solution-service__check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.74vw;
  height: 2.67vw;
  transform: translateY(-50%);
  background: url("../../images/ico_check.svg") no-repeat center center/100% 100%;
}
.solution-service__check:last-child {
  margin: 0;
}
