@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;
}

/*============================
//_common.scss
//PC
============================ */
.is-onlySP {
  display: none;
}

.is-onlyPC {
  display: block;
}

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

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

.uly-contact {
  background: #f5f9ff;
}

.footer__map {
  margin-top: 0;
}

#cboxLoadedContent {
  width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
}

#cboxClose {
  top: 40px;
  right: 30px;
  width: 40px;
  height: 40px;
  transition: .2s;
  background: url("../../images/ico_close.svg") no-repeat;
}
#cboxClose:hover {
  opacity: .7;
  background-position: initial;
}

/*============================
//_button.scss
//PC
============================ */
.button, .button__right-arrow, .button__down-arrow, .button__contact, .button__download, .button__phone, .button--download, .button--down-arrow {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  padding: 0 20px 0 0;
  overflow: hidden;
  transition: .3s all;
  border-radius: 30px;
  background: #fff;
  color: #253a4b;
  font-size: 16px;
  font-weight: bold;
}
.button::after, .button__right-arrow::after, .button__down-arrow::after, .button__contact::after, .button__download::after, .button__phone::after, .button--download::after, .button--down-arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  transform: skewX(-15deg);
  transition: .3s all;
}
.button:hover, .button__right-arrow:hover, .button__down-arrow:hover, .button__contact:hover, .button__download:hover, .button__phone:hover, .button--download:hover, .button--down-arrow:hover {
  transition: .3s all;
}
.button:hover::after, .button__right-arrow:hover::after, .button__down-arrow:hover::after, .button__contact:hover::after, .button__download:hover::after, .button__phone:hover::after, .button--download:hover::after, .button--down-arrow:hover::after {
  width: calc(100% + 10px);
}

.button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: .3s all;
}
.button--white {
  width: 260px;
  height: 80px;
  margin-right: 20px;
  padding: 0;
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.4);
}
.button--white::after {
  content: none;
}
.contact__button-box .button--white {
  width: 406px;
}
.button--orange {
  width: 260px;
  height: 80px;
  padding: 0;
  border-radius: 41px;
  background: rgba(255, 157, 0, 0.4);
}
.button--orange::after {
  content: none;
}
.plan-download__contents .button--orange, .contact__button-box .button--orange {
  width: 406px;
}
.button--center {
  width: 365px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  border-radius: 41px;
}
.button--center::after {
  content: none;
}
.button--long {
  width: 420px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border-radius: 41px;
}
.button--long::after {
  content: none;
}
.button--long:hover {
  box-shadow: 0 0 10px rgba(41, 48, 54, 0.1);
}
.button__right-arrow {
  width: 350px;
  padding: 0;
  background: #4185f4;
  color: #fff;
}
.button__right-arrow span {
  position: relative;
}
.button__right-arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 8px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../../images/ico_arrow_white.svg") no-repeat center center/100%;
}
.button__right-arrow::after {
  background: #fff;
}
.button__right-arrow:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(41, 48, 54, 0.1);
  color: #4185f4;
}
.button__right-arrow:hover span {
  z-index: 2;
  color: #4185f4;
}
.button__right-arrow:hover span::after {
  right: -17px;
  width: 12px;
  height: 16px;
  transform: translateY(-50%) rotate(-90deg);
  background: url("../../images/ico_arrow_blue.svg") no-repeat center center/100%;
}
.button__right-arrow--light {
  background: #1DB9FF;
  width: 420px;
}
.button__right-arrow--light:hover span {
  color: #1DB9FF;
}
.button__right-arrow--light:hover span::after {
  background: url("../../images/ico_arrow_blue_light.svg") no-repeat center center/100%;
}
.button__down-arrow {
  width: 240px;
  height: 60px;
}
.button__down-arrow span {
  position: relative;
}
.button__down-arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  width: 12px;
  height: 9px;
  margin-top: -4px;
  background: url("../../images/ico_arrow_black.svg") no-repeat center center/100%;
}
.button__down-arrow::after {
  background: #fff;
}
.button__down-arrow:hover {
  background: #4185f4;
  color: #4185f4;
}
.button__down-arrow:hover span {
  z-index: 2;
  color: #4185f4;
}
.button__down-arrow:hover span::after {
  width: 12px;
  height: 18px;
  margin-top: .5px;
  transform: translateY(-50%);
  background: url("../../images/ico_arrow_blue.svg") no-repeat center center/100%;
}
.button__contact {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  border-radius: 34px;
  background: #ff9d00;
  color: #fff;
}
.button__contact span {
  position: relative;
}
.button__contact span::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 33px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: .3s all;
  background: url("../../images/ico_email.svg") no-repeat center center/100%;
}
.button__contact::after {
  background: #fff;
}
.button__contact:hover {
  background: #fff;
  color: #ff9d00;
}
.button__contact:hover span {
  z-index: 2;
  color: #ff9d00;
}
.button__contact:hover span::after {
  background: url("../../images/ico_email_orange.svg") no-repeat center center/100%;
}
.hero-button-box .button__contact span::after {
  right: -18px;
}
.hero-button-box .button__contact:hover {
  background: #fff;
  color: #ff9d00;
}
.hero-button-box .button__contact:hover span::after {
  background: url("../../images/ico_email_orange.svg") no-repeat center center/100%;
}
.contact__button-box .button__contact {
  width: 386px;
}
.contact__button-box .button__contact span::after {
  right: -25px;
}
.contact__button-box .button__contact::after {
  background: #fff;
}
.contact__button-box .button__contact:hover {
  background: #fff;
  color: #ff9d00;
}
.contact__button-box .button__contact:hover span {
  color: #ff9d00;
}
.contact__button-box .button__contact:hover span::after {
  background: url("../../images/ico_email_orange.svg") no-repeat center center/100%;
}
.button__download {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 386px;
  height: 60px;
  padding: 0 0 0 30px;
  border-radius: 34px;
  background: #ff9d00;
  color: #fff;
}
.button__download span {
  position: relative;
}
.button__download span::before {
  content: "無料";
  position: absolute;
  top: 1px;
  left: -57px;
  padding: 2px 12px;
  border-radius: 34px;
  background: #fff;
  color: #ff9d00;
  font-size: 12px;
}
.button__download span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../../images/ico_dl.svg") no-repeat center center/100%;
}
.button__download::after {
  background: #fff;
}
.button__download:hover {
  background: #fff;
  color: #ff9d00;
}
.button__download:hover span {
  z-index: 2;
  color: #ff9d00;
}
.button__download:hover span::before {
  top: 0;
  left: -58px;
  border: 1px solid #ff9d00;
  background: #fff;
  color: #ff9d00;
}
.button__download:hover span::after {
  background: url("../../images/ico_dl_orange.svg") no-repeat center center/100%;
}
.button__phone {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 386px;
  height: 60px;
  background: #fff;
  color: #253a4b;
  pointer-events: none;
}
.button__phone span {
  position: relative;
}
.button__phone span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: .3s all;
  background: url("../../images/ico_phone.svg") no-repeat center center/100%;
}
.button--download {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 386px;
  padding: 0 0 0 30px;
  border-radius: 34px;
  background: #ff9d00;
  color: #fff;
}
.button--download span {
  position: relative;
}
.button--download span::before {
  content: "無料";
  position: absolute;
  top: 1px;
  left: -57px;
  padding: 2px 12px;
  border-radius: 34px;
  background: #fff;
  color: #ff9d00;
  font-size: 12px;
}
.button--download span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../../images/ico_dl.svg") no-repeat center center/100%;
}
.button--download::after {
  background: #fff;
}
.button--download:hover {
  background: #fff;
  color: #ff9d00;
}
.button--download:hover span {
  z-index: 2;
  color: #ff9d00;
}
.button--download:hover span::before {
  top: 0;
  left: -58px;
  border: 1px solid #ff9d00;
  background: #fff;
  color: #ff9d00;
}
.button--download:hover span::after {
  background: url("../../images/ico_dl_orange.svg") no-repeat center center/100%;
}
.button--down-arrow {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 240px;
}
.button--down-arrow span {
  position: relative;
}
.button--down-arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  width: 12px;
  height: 7px;
  margin-top: -4px;
  background: url("../../images/ico_arrow_black.svg") no-repeat center center/100%;
}
.button--down-arrow::after {
  background: #fff;
}
.button--down-arrow:hover {
  background: #4185f4;
  color: #4185f4;
}
.button--down-arrow:hover span {
  z-index: 2;
  color: #4185f4;
}
.button--down-arrow:hover span::after {
  width: 12px;
  height: 18px;
  margin-top: -.3px;
  transform: translateY(-50%);
  background: url("../../images/ico_arrow_blue.svg") no-repeat center center/100%;
}
.button--right-arrow {
  width: 350px;
  background: #4185f4;
  color: #fff;
}
.button--right-arrow span {
  position: relative;
}
.button--right-arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 8px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../../images/ico_arrow_white.svg") no-repeat center center/100%;
}
.button--right-arrow::after {
  background: #fff;
}
.button--right-arrow:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(41, 48, 54, 0.1);
  color: #4185f4;
}
.button--right-arrow:hover span {
  z-index: 2;
  color: #4185f4;
}
.button--right-arrow:hover span::after {
  width: 12px;
  height: 16px;
  transform: translateY(-50%) rotate(-90deg);
  background: url("../../images/ico_arrow_blue.svg") no-repeat center center/100%;
}
.button--phone {
  width: 386px;
  border-radius: 34px;
  background: #fff;
  color: #253a4b;
  pointer-events: none;
}
.button--phone span {
  position: relative;
}
.button--phone span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: .3s all;
  background: url("../../images/ico_phone.svg") no-repeat center center/100%;
}

.case {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: #edf5ff;
}
.case__panel {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  margin-bottom: 80px;
  padding: 50px;
  border-radius: 30px;
  background: #fff;
}
.case__number {
  display: flex;
  position: absolute;
  top: -43px;
  left: 550px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #4185f4;
  color: #fff;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.case__small {
  font-size: 14px;
}
.case__headline {
  margin: 25px 0 35px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.case__box {
  margin-bottom: 35px;
}
.case__box:last-child {
  margin-bottom: 0;
}
.case__box--column {
  display: flex;
}
.case__image {
  flex-shrink: 0;
  width: 455px;
  height: 256px;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 15px;
}
.case__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__category {
  display: inline-block;
  margin-bottom: 25px;
  padding: 4px 40px;
  border-radius: 6px;
  background: #edf5ff;
  color: #4185f4;
  font-size: 16px;
  font-weight: bold;
}
.case__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.case__sub-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.case__sub-title--blue {
  color: #4185f4;
}
.case__sub-title--orange {
  color: #ff9d00;
}
.case__text {
  font-size: 16px;
  line-height: 1.6;
}
.case__ico {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  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: 15px;
  height: 15px;
  background: url("../../images/ico_check.svg") no-repeat center/contain;
}
.case__arrow {
  margin: 20px auto;
  text-align: center;
}
.case__solution {
  display: inline-block;
  margin-bottom: 25px;
  background: linear-gradient(transparent 65%, #ffeac7 35%);
  font-size: 28px;
  font-weight: bold;
}
.case__item {
  margin-right: 30px;
}
.case__item:last-child {
  margin-right: 0;
}
.case__item--column {
  display: flex;
  align-items: center;
}
.case__period {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.case__desc {
  padding-left: 2em;
  font-weight: bold;
  text-indent: -1.7em;
}

.case-tag {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.case-tag__item {
  display: inline-block;
  margin-right: 15px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #4185f4;
  color: #fff;
  font-size: 18px;
}
.case-tag__item:last-child {
  margin-right: 0;
}

.case-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.case-list__item {
  width: calc((100% - 15px) / 2);
  margin-right: 30px;
}
.case-list__item:last-child {
  margin-right: 0;
}

.contact {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: url("../../images/img_bg.png") no-repeat center/cover;
}
.contact__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  margin: 0 auto 30px;
}
.contact__item {
  display: flex;
  align-items: center;
  width: calc((100% - 20px)/2);
  margin-right: 20px;
  padding: 28px;
  border: 4px solid #edf5ff;
  border-radius: 20px;
  background: #fff;
}
.contact__item:last-child {
  margin-right: 0;
}
.contact__ico {
  width: 43px;
  height: 40px;
  margin-right: 20px;
}
.contact__ico img {
  width: 100%;
}
.contact__text {
  font-size: 20px;
  font-weight: bold;
}
.contact__desc {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.contact__button-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.faq {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: #fff;
}
.faq__box {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  margin: 0 auto 30px;
  overflow: hidden;
  transition: .3s linear;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(96, 126, 152, 0.1);
}
.faq__box:last-child {
  margin-bottom: 0;
}
.faq__box:hover {
  box-shadow: 0 0 10px rgba(96, 126, 152, 0.3);
}
.faq__title {
  display: flex;
  padding: 30px 40px;
  transition: .3s linear;
  font-size: 16px;
}
.faq__title:hover {
  cursor: pointer;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px 0 0;
  transition: .3s linear;
  color: #4185f4;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.faq__text {
  display: flex;
  align-items: center;
  width: calc(100% - 90px);
  font-size: 18px;
  font-weight: bold;
}
.faq__ico {
  position: relative;
  margin: 0 20px 0 auto;
}
.faq__ico::before, .faq__ico::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  margin: 0;
  transition: .3s linear;
  background: #4185f4;
}
.faq__ico::before {
  transform: rotate(90deg);
}
.is-open .faq__ico::before {
  transform: rotate(0);
  opacity: 0;
}
.is-open .faq__ico::after {
  background: #4185f4;
}
.faq__answer {
  display: none;
  position: relative;
  margin: 0 40px 40px;
  padding: 30px 30px 30px 85px;
  border-radius: 15px;
  background: #edf5ff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.faq__answer::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 35px;
  color: #4185f4;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: bold;
}
.faq__link {
  color: #253a4b;
  text-decoration: underline;
}
.faq__link:hover {
  opacity: .5;
  text-decoration: none;
}

.heading01 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -.03em;
  line-height: 1.5;
}
.heading01 span {
  letter-spacing: -.05em;
}

.heading02 {
  position: relative;
  margin-bottom: 75px;
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
}
.heading02::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 70px;
  height: 6px;
  transform: translateX(-50%);
  background: url("../../images/ico_dot.svg") no-repeat center/contain;
}

.heading03 {
  position: relative;
  margin-bottom: 55px;
  font-size: 24px;
  text-align: center;
}
.heading03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 40px;
  height: 4px;
  transform: translateX(-50%);
  background: #4185f4;
}
.heading03--far {
  margin-top: 60px;
}

.hero {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  height: 701px;
  background: url("../../images/img_hero.png") no-repeat top 97px center/1300px 605px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 92px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../../images/img_hero_nav.png") no-repeat center center/100% 100%;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 650px;
  background: linear-gradient(150deg, #4185f4 14%, #4690f5 49%, #458ef5 54%, #f7faff 48%);
}
.hero__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 180px;
  color: #fff;
}
.hero__head {
  width: 535px;
  text-align: center;
}
.hero__lead {
  position: relative;
  margin: 0 0 25px;
  font-size: 20px;
}
.hero__lead::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 174px);
  width: 352px;
  height: 1px;
  background-color: #fff;
}
.hero__tips {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

.hero-button-box {
  display: flex;
  width: 650px;
}

.hero-achievement {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px 0;
}
.hero-achievement__item {
  position: relative;
  width: 172px;
  margin-right: 15px;
}
.hero-achievement__item:last-child {
  margin-right: 0;
}
.hero-achievement__item img {
  width: 100%;
}
.hero-achievement__text {
  position: relative;
  line-height: 1.2;
  text-align: center;
}

.ly-inner {
  padding: 80px 0;
}
.solution .ly-inner {
  padding: 0 0 80px;
}

.plan {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}
.plan__text {
  margin-bottom: 40px;
  color: #253a4b;
  font-size: 18px;
  text-align: center;
}
.plan__wrap {
  margin-bottom: 45px;
  padding: 42px 50px 80px;
  border-radius: 34px;
  box-shadow: 0 0 36px rgba(96, 126, 152, 0.1);
}
.plan__note {
  display: none;
}

.plan-table {
  position: relative;
  min-width: 1000px;
  margin: 55px auto 0;
  font-weight: bold;
  text-align: center;
}
.plan-table span {
  display: flex;
  position: absolute;
  top: -55px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 48px;
  padding: 10px;
  border-radius: 40px;
  background: #ff9d00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.plan-table span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #ff9d00;
}
.plan-table__headline {
  box-sizing: border-box;
  width: 194px;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background: #4185f4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.plan-table__body th {
  width: 220px;
  border-right: 1px solid #fff;
}
.plan-table__body td {
  padding: 15px;
  border-right: 2px 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-table__black {
  color: #253a4b;
}

.plan-download {
  box-sizing: border-box;
  width: 1100px;
  height: 342px;
  padding: 46px 136px;
  border-radius: 30px;
  background: linear-gradient(130deg, #4185f4 31%, #65cdf9 73%);
  color: #fff;
  font-weight: bold;
}
.plan-download__headline {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.plan-download__headline span {
  font-size: 36px;
}
.plan-download__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-download__image {
  width: 200px;
  margin-right: 70px;
  box-shadow: 10px 10px rgba(255, 255, 255, 0.4);
}
.plan-download__image img {
  width: 100%;
}
.plan-download__desc {
  display: block;
  position: relative;
  width: 406px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.plan-download__desc::before, .plan-download__desc::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 37px;
}
.plan-download__desc::before {
  left: -2px;
  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;
  top: -85px;
  left: 50%;
  align-items: center;
  justify-content: center;
  min-width: 621px;
  transform: translateX(-50%);
}
.plan-choice__image {
  margin-right: 20px;
}
.plan-choice__comment {
  display: inline-block;
  padding: 22px 69px;
  border-radius: 40px 40px 40px 0;
  background: #4185f4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.reason {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: #edf5ff;
}
.reason__inner {
  width: 1100px;
  margin: 0 auto;
}
.reason__box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 140px 60px 60px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}
.reason__contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason__item {
  width: calc((100% - 30px) / 2);
  height: 561px;
  margin-right: 30px;
  padding: 150px 30px 45px;
  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 75%, #ffeac7 25%);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.reason__box .reason__headline {
  font-size: 42px;
}
.reason__number {
  position: absolute;
  top: -120px;
  color: #4185f4;
  font-family: "Montserrat";
  font-size: 60px;
  line-height: 1.3;
}
.reason__box .reason__number {
  top: -120px;
  left: 288px;
  font-size: 70px;
}
.reason__number--02 {
  left: 175px;
}
.reason__number--03 {
  left: 140px;
}
.reason__text {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}

.reason-image-box {
  margin: 15px 0;
}
.reason-image-box img {
  width: 100%;
}
.reason-image-box__sp {
  display: none;
}
.reason__contents .reason-image-box {
  margin: 30px 0;
}

.solution {
  min-width: 1176px;
  margin: 0 auto;
}
.solution__box {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto 50px;
  padding: 60px 75px;
  border-radius: 30px;
  background: #edf0f4;
}
.solution__box--solution {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  width: 1176px;
  margin: 0 auto;
  padding: 60px 80px;
  border-radius: 30px;
  background: linear-gradient(130deg, #4185f4 31%, #65cdf9 73%);
}
.solution__title {
  order: 2;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}

.solution-list {
  display: flex;
  order: 1;
}
.solution-list__item {
  position: relative;
  width: 270px;
  margin-right: 65px;
  padding: 30px 27px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}
.solution-list__item:last-child {
  margin-right: 0;
}
.solution-list__item::after {
  content: "";
  position: absolute;
  bottom: -155px;
  left: 50%;
  width: 65px;
  height: 129px;
  transform: translateX(-50%);
  background: url("../../images/ico_arrow01.svg") no-repeat center;
}
.solution__box--solution .solution-list__item {
  width: calc((100% - 5px)/3);
  margin: 0 20px 50px 0;
  padding: 26px;
}
.solution__box--solution .solution-list__item:last-child {
  margin-right: 0;
}
.solution__box--solution .solution-list__item::after {
  content: none;
}
.solution-list__ico {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 20px;
  border-radius: 40px;
}
.solution-list__ico--problem {
  background: #89b4f8 no-repeat center center;
  background-image: url("../../images/ico_problem.svg");
}
.solution-list__ico--solution {
  background: #ff9d00 no-repeat center center;
  background-image: url("../../images/ico_idea.svg");
  background-size: 36px;
}
.solution-list__title {
  margin-bottom: 20px;
  color: #253a4b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.solution-list__text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.solution__wide .solution-list__text {
  font-size: 16px;
}
.solution-list__image {
  margin: 0 auto 20px;
}
.solution-list__image img {
  width: 100%;
}
.solution-list__image--problem {
  width: 50px;
  height: 50px;
}

.summary {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  color: #4185f4;
}
.summary__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}
.summary__heading {
  margin-bottom: 30px;
  color: #253a4b;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
}
.summary__optimal {
  color: #4185f4;
  font-size: 36px;
}
.summary__button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 40px;
}

.summary-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto 80px;
  color: #253a4b;
}
.summary-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 120px) /3);
  border-right: 2px solid #d9e8ff;
}
.summary-list__item:last-child {
  border-right: 0;
}
.summary-list__ico {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}
.summary-list__ico--deadline {
  background-image: url("../../images/ico_deadline.svg");
}
.summary-list__ico--security {
  background-image: url("../../images/ico_security.svg");
}
.summary-list__ico--support {
  background-image: url("../../images/ico_support.svg");
}
.summary-list__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.summary-list__note {
  font-size: 12px;
  font-weight: normal;
}

.summary-inmodal {
  display: none;
}
.summary-inmodal__detail {
  box-sizing: border-box;
  padding: 60px 70px;
  overflow-y: auto;
  background: #fff;
}
.summary-inmodal__list {
  display: flex;
  position: relative;
  top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.summary-inmodal__item {
  position: relative;
  width: calc((100% - 272px) / 2);
  margin: 0 23px 80px;
  padding: 55px 45px 35px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(96, 126, 152, 0.15);
  text-align: center;
}
.summary-inmodal__item:nth-child(odd) {
  margin-left: 0;
}
.summary-inmodal__item:nth-child(even) {
  margin-right: 0;
}
.summary-inmodal__item:nth-child(n+3) {
  margin-bottom: 0;
}
.summary-inmodal__heading {
  display: inline;
  background: linear-gradient(transparent 65%, #d9e8ff 35%);
  font-size: 20px;
}
.summary-inmodal__text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.summary-inmodal__ico {
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  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 {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: #F5FDFF;
}
.support .ly-inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.support__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 820px;
  height: 185px;
  background: url("../../images/img_ga_support.png") no-repeat center/cover;
}
.support__title {
  color: #1DB9FF;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

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