@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
/*============================
//_mixin.cscc
============================ */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

.is-onlySP {
  display: block;
}

.is-onlyPC {
  display: none;
}

body {
  color: #253a4b;
}

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

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

img {
  vertical-align: bottom;
}

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

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

main {
  overflow: visible;
}

.header {
  z-index: 2;
  background: #fff;
}

.uly-contact {
  background: #f5f9ff;
}

.footer__map {
  margin-top: 0;
}

#colorbox {
  height: 100%;
  overflow: visible;
}

#cboxWrapper {
  overflow: visible;
}

#cboxLoadedContent {
  max-width: calc(100% - 10.67vw);
  height: auto !important;
  margin: 0 auto;
  border: 0;
  border-radius: 20px;
}

#cboxClose {
  top: 8vw;
  right: 10.67vw;
  width: 5.34vw;
  height: 5.34vw;
  background: url("../../images/ico_close.svg") no-repeat;
  background-size: 5.34vw;
}

#cboxContent {
  background: none;
}

/*============================
//_button.scss
//SP
============================ */
.button {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: .3s all;
  border-radius: 34px;
  font-size: 16px;
  font-weight: bold;
}

.button--white {
  width: 89.34vw;
  height: 21.34vw;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.2);
}
.button--orange {
  width: 89.34vw;
  height: 21.34vw;
  padding: 0;
  border-radius: 41px;
  background: rgba(255, 157, 0, 0.4);
}
.plan-download__contents .button--orange {
  width: 78.67vw;
  margin: 0 auto;
}
.button--long {
  width: 84.27vw;
  box-shadow: 0 0 10px rgba(41, 48, 54, 0.1);
}
.button__contact {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 83.74vw;
  height: 16vw;
  padding-right: 4vw;
  border-radius: 34px;
  background: #ff9d00;
  color: #fff;
}
.button__contact::after {
  content: "";
  position: absolute;
  top: 10.67vw;
  right: 18.67vw;
  width: 3.2vw;
  height: 3.2vw;
  transform: translateY(-50%);
  transition: .3s all;
  background: url("../../images/ico_email.svg") no-repeat center center/100%;
}
.contact .button__contact::after {
  right: 10.67vw;
}
.button__download {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 73.07vw;
  height: 16vw;
  padding-left: 6.67vw;
  border-radius: 34px;
  background: #ff9d00;
  color: #fff;
}
.button__download::before {
  content: "無料";
  position: absolute;
  left: 12vw;
  padding: 0.27vw 2.67vw;
  border-radius: 34px;
  background: #fff;
  color: #ff9d00;
  font-size: 11px;
}
.button__download::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12.8vw;
  width: 3.2vw;
  height: 3.2vw;
  transform: translateY(-50%);
  transition: .3s all;
  background: url("../../images/ico_dl.svg") no-repeat center center/100%;
}
.button__down-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83.74vw;
  height: 16vw;
  border-radius: 34px;
  background: #fff;
  color: #253a4b;
}
.button__down-arrow::after {
  content: "";
  position: absolute;
  top: 10.67vw;
  right: 20vw;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transition: .3s all;
  background: url("../../images/ico_arrow_black.svg") no-repeat center center/100%;
}
.strength .button__down-arrow::after {
  background: url("../../images/ico_arrow_white.svg") no-repeat center center/100%;
}
.button__right-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83.74vw;
  height: 16vw;
  padding-right: 2.67vw;
  border-radius: 34px;
  background: #4185f4;
  color: #fff;
}
.button__right-arrow::after {
  content: "";
  position: absolute;
  top: 8vw;
  right: 9.6vw;
  width: 1.87vw;
  height: 3.74vw;
  transform: translateY(-50%);
  transition: .3s all;
  background: url("../../images/ico_arrow_white.svg") no-repeat center center/100%;
}
.button__right-arrow--light {
  width: 100%;
  background: #1DB9FF;
}
.button__right-arrow--light::after {
  right: 4.8vw;
}
.button__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83.74vw;
  height: 16vw;
  border-radius: 34px;
  background: #fff;
  color: #253a4b;
}
.button__phone::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21.34vw;
  width: 3.2vw;
  height: 3.2vw;
  transform: translateY(-50%);
  transition: .3s all;
  background: url("../../images/ico_phone.svg") no-repeat center center/100%;
}
.summary .button {
  width: 86.67vw;
  margin: 0 auto;
  padding: 0 5.34vw;
}
.strength .button {
  padding: 0 26.67vw;
}

.case {
  box-sizing: border-box;
  padding: 0 5.34vw;
  padding-bottom: 10.67vw;
  background: #edf5ff;
}
.case__panel {
  position: relative;
  top: 10.67vw;
  margin-bottom: 16vw;
  padding: 8vw 5.34vw 5.34vw;
  border-radius: 30px;
  background: #fff;
}
.case__panel:last-child {
  margin-bottom: 0;
}
.case__number {
  display: flex;
  position: absolute;
  top: -8vw;
  left: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.27vw;
  height: 16.27vw;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #4185f4;
  color: #fff;
  font-family: "Montserrat";
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
}
.case__small {
  font-size: 11px;
}
.case__headline {
  margin: 5.34vw 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.case__box {
  margin-bottom: 4vw;
}
.case__box:last-child {
  margin-bottom: 0;
}
.case__image {
  width: 100%;
  height: 38.4vw;
  margin-bottom: 5.34vw;
  overflow: hidden;
  border-radius: 6px;
}
.case__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__category {
  display: inline-block;
  margin-bottom: 4vw;
  padding: 0.54vw 10.67vw;
  border-radius: 6px;
  background: #edf5ff;
  color: #4185f4;
  font-size: 14px;
  font-weight: bold;
}
.case__title {
  margin-bottom: 2.67vw;
  font-size: 18px;
  font-weight: bold;
}
.case__sub-title {
  margin-bottom: 0.8vw;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.case__sub-title--blue {
  color: #4185f4;
}
.case__sub-title--orange {
  color: #ff9d00;
}
.case__text {
  font-size: 14px;
  line-height: 1.6;
}
.case__ico {
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  margin-right: 2.67vw;
  vertical-align: text-bottom;
}
.case__ico--issue {
  background: url("../../images/ico_thinking.svg") no-repeat center/contain;
}
.case__ico--work {
  background: url("../../images/ico_to-do-list.svg") no-repeat center/contain;
}
.case__ico--solution {
  border-radius: 50%;
  background: #ff9d00 url("../../images/ico_idea.svg") no-repeat center/contain;
}
.case__ico--check {
  width: 2.67vw;
  height: 2.67vw;
  background: url("../../images/ico_check.svg") no-repeat center/contain;
}
.case__arrow {
  margin: 2.67vw auto;
  text-align: center;
}
.case__solution {
  display: inline;
  margin-bottom: 6.67vw;
  background: linear-gradient(transparent 70%, #ffeac7 30%);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.case__item {
  margin-bottom: 8vw;
}
.case__item:last-child {
  margin-bottom: 0;
}
.case__period {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.case__desc {
  padding-left: 1em;
  font-weight: bold;
  text-indent: -1.5em;
}

.case-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.case-tag__item {
  display: inline-block;
  margin: 0 1.34vw 1.34vw 0;
  padding: 1.07vw 2.14vw;
  border-radius: 6px;
  background: #4185f4;
  color: #fff;
  font-size: 14px;
}

.case-list {
  width: 100%;
  margin-top: 4vw;
}
.case-list__item {
  margin-bottom: 2.67vw;
}
.case-list__item:last-child {
  margin-bottom: 0;
}

.contact {
  box-sizing: border-box;
  padding: 0 5.34vw;
  box-sizing: border-box;
  background: url("../../images/img_bg.png") no-repeat center/cover;
}
.contact__box {
  margin: 0 auto 8vw;
}
.contact__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.67vw;
  padding: 5.34vw;
  border: 4px solid #edf5ff;
  border-radius: 20px;
  background: #fff;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__ico {
  width: 11.47vw;
  height: 10.67vw;
  margin-right: 5.34vw;
}
.contact__ico img {
  width: 100%;
}
.contact__text {
  font-size: 16px;
  font-weight: bold;
}
.contact__desc {
  margin-bottom: 8vw;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}

.faq {
  box-sizing: border-box;
  padding: 0 5.34vw;
  background: #fff;
}
.faq__box {
  margin: 0 auto 5.34vw;
  padding: 5.34vw;
  overflow: hidden;
  transition: .3s linear;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(96, 126, 152, 0.1);
}
.faq__box:last-child {
  margin-bottom: 0;
}
.faq__title {
  display: flex;
  transition: .3s linear;
  font-size: 14px;
}
.faq__question {
  display: flex;
  position: relative;
  top: -1.6vw;
  justify-content: center;
  margin: 0 2.67vw 0 0;
  transition: .3s linear;
  color: #4185f4;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
}
.faq__text {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
  font-size: 14px;
  font-weight: bold;
}
.faq__ico {
  position: relative;
  right: -9.06vw;
}
.faq__ico::before, .faq__ico::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 5.34vw;
  height: 0.54vw;
  margin: 0;
  transition: .3s linear;
  background: #4185f4;
}
.faq__ico::before {
  transform: rotate(90deg);
}
.is-open .faq__ico::after {
  background: #4185f4;
}
.is-open .faq__ico::before {
  transform: rotate(0);
  opacity: 0;
}
.faq__answer {
  display: none;
  position: relative;
  margin: 4.27vw 0 0;
  padding: 5.34vw 5.34vw 5.34vw 14.67vw;
  border-radius: 15px;
  background: #edf5ff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
.faq__answer::before {
  content: "A";
  position: absolute;
  top: 3.74vw;
  left: 6.67vw;
  color: #4185f4;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
}
.faq__link {
  color: #253a4b;
  text-decoration: underline;
}

.heading01 {
  margin-bottom: 8vw;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: -.03em;
  line-height: 1.5;
}

.heading02 {
  position: relative;
  margin-bottom: 13.34vw;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.heading02::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/contain;
}

.heading03 {
  position: relative;
  margin-bottom: 10.67vw;
  font-size: 16px;
  text-align: center;
}
.heading03--far {
  margin-top: 10.67vw;
}
.heading03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.86vw;
  left: 50%;
  width: 10.67vw;
  height: 0.54vw;
  transform: translateX(-50%);
  background: #4185f4;
}

.hero {
  width: 100%;
  position: relative;
  top: 9.34vw;
  height: 213.34vw;
  background: #e9f1fb;
}
.hero__inner {
  box-sizing: border-box;
  padding: 0 5.34vw;
  position: relative;
  height: 133.34vw;
  padding-top: 21.34vw;
  background: #edf5ff url("../../images/img_hero_sp.png") no-repeat top 35px center/100% 95%;
  color: #fff;
}
.hero__contents {
  display: block;
  position: absolute;
  top: 121.34vw;
}
.hero__head {
  width: 89.34vw;
  text-align: center;
}
.hero__lead {
  position: relative;
  margin-bottom: 2.67vw;
  font-size: 14px;
}
.hero__lead::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.53vw;
  left: calc(50% - 130px);
  width: 68vw;
  height: 1px;
  background-color: #fff;
}
.hero__tips {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

.hero-achievement {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5.34vw;
  color: #ff9d00;
}
.hero-achievement__item {
  position: relative;
  width: 26.67vw;
  margin-right: 4vw;
}
.hero-achievement__item:last-child {
  margin-right: 0;
}
.hero-achievement__item img {
  width: 100%;
}
.hero-achievement__feature {
  font-size: 20px;
  font-weight: bold;
}
.hero-achievement__text {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.ly-inner {
  padding: 8vw 0;
}
.solution .ly-inner {
  padding: 0 0 10.67vw;
}
.summary .ly-inner, .reason .ly-inner {
  padding: 10.67vw 0;
}

.plan {
  box-sizing: border-box;
  padding: 0 5.34vw;
}
.plan__text {
  margin-bottom: 4vw;
  color: #253a4b;
  font-size: 12px;
  text-align: center;
}
.plan__wrap {
  width: 89.34vw;
  overflow: auto;
  white-space: nowrap;
}
.plan__note {
  position: relative;
  margin-bottom: 8vw;
  padding-left: 5.34vw;
  font-size: 12px;
}
.plan__note::before {
  content: "";
  position: absolute;
  top: 1.07vw;
  left: 0;
  width: 3.74vw;
  height: 3.74vw;
  background: url("../../images/ico_swipe.svg") no-repeat center center/100% 100%;
}

.plan-table {
  position: relative;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
.plan-table span {
  display: inline-block;
  position: relative;
  margin-bottom: 3.2vw;
  padding: 2.4vw;
  border-radius: 40px;
  background: #ff9d00;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
}
.plan-table span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.86vw;
  border: 7px solid transparent;
  border-top: 7px solid #ff9d00;
}
.plan-table__headline {
  width: 33.34vw;
  margin-bottom: -14.66vw;
  padding: 2.67vw 0;
  border-radius: 10px 10px 0 0;
  background: #4185f4;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.plan-table__headline--recommend {
  margin-bottom: -0.26vw;
}
.plan-table__body th {
  padding: 1.6vw;
  border-right: 1px solid #fff;
}
.plan-table__body td {
  width: 32.54vw;
  padding: 2.14vw;
  border-right: 1px solid #d9e8ff;
  color: #1867d2;
}
.plan-table__body td:last-child {
  border-right: 0;
}
.plan-table__body tr {
  background: #d9e8ff;
}
.plan-table__body tr:nth-child(even) {
  background: #f5f9ff;
}
.plan-table__body tr:nth-child(even) td {
  background: #fdfeff;
}
.plan-table__body tr:nth-child(odd) td {
  background: #edf5ff;
}

.plan-download {
  padding: 5.87vw 3.2vw;
  border-radius: 30px;
  background: linear-gradient(130deg, #4185f4 31%, #65cdf9 73%);
  color: #fff;
  font-weight: bold;
}
.plan-download__headline {
  margin-bottom: 5.34vw;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.plan-download__headline span {
  font-size: 20px;
}
.plan-download__image {
  width: 67.47vw;
  margin: 0 auto 8vw;
  box-shadow: 10px 10px rgba(255, 255, 255, 0.4);
}
.plan-download__image img {
  width: 100%;
}
.plan-download__desc {
  display: block;
  position: relative;
  margin-bottom: 2.67vw;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.plan-download__desc::before, .plan-download__desc::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5.6vw;
  height: 18.4vw;
}
.plan-download__desc::before {
  left: -0.53vw;
  background: url("../../images/ico_tilted_L.svg") no-repeat center/contain;
}
.plan-download__desc::after {
  top: 0;
  right: 0;
  background: url("../../images/ico_tilted_R.svg") no-repeat center/contain;
}

.plan-choice {
  display: flex;
  position: relative;
  left: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.34vw;
  transform: translateX(-50%);
}
.plan-choice__image {
  width: 9.34vw;
  height: 9.34vw;
  margin-right: 2.14vw;
}
.plan-choice__image img {
  width: 100%;
}
.plan-choice__comment {
  display: inline-block;
  padding: 3.2vw;
  border-radius: 40px 40px 40px 0;
  background: #4185f4;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}

.reason {
  background: #edf5ff;
}
.reason__inner {
  padding: 0 5.34vw;
}
.reason__box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5.34vw;
  padding: 21.34vw 5.34vw 8vw;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}
.reason__item {
  margin-bottom: 5.34vw;
  padding: 21.34vw 5.34vw 8vw;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}
.reason__item img {
  width: 100%;
}
.reason__item:last-child {
  margin-right: 0;
}
.reason__headline {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 60%, #ffeac7 40%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.reason__number {
  position: absolute;
  top: -18.66vw;
  left: 45px;
  color: #4185f4;
  font-family: "Montserrat";
  font-size: 45px;
  line-height: 1.3;
}
.reason__number--02 {
  left: 100px;
}
.reason__number--03 {
  left: 80px;
}
.reason__text {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.reason-image-box {
  margin: 5.34vw 0;
}
.reason-image-box img {
  width: 100%;
}
.reason-image-box__pc {
  display: none;
}

.solution {
  padding: 5.34vw;
}
.solution__box {
  position: relative;
  margin-bottom: 10.67vw;
  padding: 5.34vw;
  border-radius: 30px;
  background: #edf0f4;
}
.solution__box::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -14.66vw;
  left: 50%;
  width: 8.8vw;
  height: 18.14vw;
  transform: translateX(-50%);
  background: url("../../images/ico_arrow03.svg") no-repeat center center/100% 100%;
}
.solution__box--solution {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 5.34vw;
  border-radius: 30px;
  background: linear-gradient(130deg, #4185f4 31%, #65cdf9 73%);
}
.solution__box--solution::after {
  content: none;
}
.solution__title {
  order: 1;
  margin-bottom: 5.34vw;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.solution-list {
  order: 2;
}
.solution__wide .solution-list {
  border-radius: 30px;
  background: #fff;
}
.solution-list__item {
  position: relative;
  margin-bottom: 5.34vw;
  padding: 5.34vw 4vw;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}
.solution-list__item:last-child {
  margin-bottom: 0;
}
.solution-list__item::after {
  content: none;
}
.solution__wide .solution-list__item {
  margin-bottom: 0;
  padding: 5.87vw;
}
.solution__wide .solution-list__item::after {
  content: "";
  display: block;
  position: relative;
  top: 5.87vw;
  width: 100%;
  height: 0.54vw;
  background: #d9e8ff;
}
.solution-list__ico {
  display: block;
  width: 8vw;
  height: 8vw;
  margin: 0 auto 2.67vw;
  border-radius: 40px;
}
.solution-list__ico--problem {
  background: #89b4f8 no-repeat center center;
  background-image: url("../../images/ico_problem.svg");
  background-size: 5.34vw;
}
.solution-list__ico--solution {
  background: #ff9d00 no-repeat center center;
  background-image: url("../../images/ico_idea.svg");
  background-size: 8vw;
}
.solution-list__title {
  margin-bottom: 1.34vw;
  color: #253a4b;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.solution-list__text {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.solution-list__image {
  margin: 0 auto 5.34vw;
}
.solution-list__image img {
  width: 100%;
}
.solution-list__image--problem {
  width: 13.34vw;
  height: 13.34vw;
}

.summary {
  width: 100%;
  padding-top: 10.67vw;
  color: #4185f4;
}
.summary__inner {
  box-sizing: border-box;
  padding: 0 5.34vw;
  padding: 0 2.67vw;
}
.summary__heading {
  margin-bottom: 8vw;
  color: #253a4b;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.summary__optimal {
  color: #4185f4;
  font-size: 21px;
}

.summary-list {
  display: flex;
  justify-content: center;
  margin: 0 auto 10.67vw;
  color: #253a4b;
}
.summary-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 20px) / 3);
}
.summary-list__ico {
  display: block;
  width: 11.2vw;
  height: 11.2vw;
  margin: 0 auto 5.34vw;
}
.summary-list__ico--deadline {
  background-image: url("../../images/ico_deadline.svg");
  background-repeat: no-repeat;
}
.summary-list__ico--security {
  background-image: url("../../images/ico_security.svg");
  background-repeat: no-repeat;
}
.summary-list__ico--support {
  background-image: url("../../images/ico_support.svg");
  background-repeat: no-repeat;
}
.summary-list__title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.summary-list__note {
  font-size: 10px;
  font-weight: normal;
}

.summary-inmodal {
  display: none;
}
.summary-inmodal__detail {
  box-sizing: border-box;
  max-height: 90vh;
  padding: 13.34vw 5.34vw 21.34vw;
  overflow-y: auto;
  background: #fff;
}
.summary-inmodal__list {
  position: relative;
  top: 10.67vw;
}
.summary-inmodal__item {
  position: relative;
  margin-bottom: 16vw;
  padding: 12vw 5.34vw 5.34vw;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(96, 126, 152, 0.16);
  text-align: center;
}
.summary-inmodal__item:last-child {
  margin-bottom: 0;
}
.summary-inmodal__heading {
  display: inline;
  margin-bottom: 2.67vw;
  background: linear-gradient(transparent 70%, #c9deff 70%);
  font-size: 18px;
}
.summary-inmodal__text {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
.summary-inmodal__ico {
  display: block;
  position: absolute;
  top: -8vw;
  left: 50%;
  width: 15.47vw;
  height: 15.47vw;
  transform: translateX(-50%);
  border-radius: 50%;
}
.summary-inmodal__ico--analytics {
  background: #4185f4 url("../../images/ico_devices.svg") no-repeat center/50% 50%;
}
.summary-inmodal__ico--data {
  background: #4185f4 url("../../images/ico_cloud-computing.svg") no-repeat center/50% 50%;
}
.summary-inmodal__ico--report {
  background: #4185f4 url("../../images/ico_statistics.svg") no-repeat center/50% 50%;
}
.summary-inmodal__ico--query {
  background: #4185f4 url("../../images/ico_analytics.svg") no-repeat center/50% 50%;
}

.support {
  width: 100%;
  background: #fff;
}
.support__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support__image {
  width: 65.61vw;
}
.support__image img {
  width: 100%;
}
.support__title {
  color: #1DB9FF;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4.54vw;
}

/*# sourceMappingURL=style.css.map */
