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

.cboxIframe {
  background: #fff;
}

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

#cboxLoadedContent {
  border-radius: 20px;
  background: #fff;
}

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

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

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

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

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
}

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

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}

/*============================
//_button.scss
//PC
============================ */
.button {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  transition: .3s;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  transform: skewX(-15deg);
  transition: .3s;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.button span {
  position: relative;
  z-index: 2;
  transition: .3s;
}
.button:hover {
  transition: .3s;
}
.button:hover::after {
  width: calc(100% + 10px);
}

.button__box {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.button__box--sp {
  display: none;
}
.button--base {
  border: 2px solid #D61719;
  background: #D61719;
}
.button--base::after {
  background: #fff;
}
.button--base:hover span {
  color: #D61719;
}
.button--base__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 530px;
  height: 90px;
  border-radius: 45px;
  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 {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  padding: 120px 0 0;
  background: #F5F7FA;
}
.case__box {
  padding: 0 0 60px;
}
.case__head {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  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: 40px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.case__price {
  font-size: 28px;
}
.case__category {
  margin: 10px 0 20px;
  font-size: 42px;
}
.case__tag {
  display: flex;
  justify-content: center;
}
.case__taglist {
  display: flex;
  position: relative;
  align-items: center;
  height: 32px;
  margin: 0 20px;
  padding: 0 15px;
  border-radius: 2px;
  background: #24A390;
}
.case__taglist::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 20px;
  height: 32px;
  background: url("../../images/ico_tag.svg") no-repeat center center/100% 100%;
}
.case__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}
.case__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case__content {
  box-sizing: border-box;
  width: 530px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.case__image {
  position: relative;
  margin: 30px 0;
  text-align: center;
}
.case__image img {
  width: 350px;
  height: 250px;
}
.case__image::before, .case__image::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.case__image::before {
  left: 10px;
  width: 80px;
  height: 110px;
  background: url("../../images/img_case_ico01.png") no-repeat center center/100% 100%;
}
.case__image::after {
  right: 10px;
  width: 85px;
  height: 110px;
  background: url("../../images/img_case_ico02.png") no-repeat center center/100% 100%;
}
.case__title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.case__service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case__servicelist {
  display: flex;
  position: relative;
  align-items: center;
  width: 240px;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
}
.case__servicelist:nth-last-child(-n+2) {
  margin: 0;
}
.case__servicelist:hover {
  cursor: pointer;
}
.case__servicelist:hover .case__serviceico {
  transform: scale(1.1, 1.1);
}
.case__servicelist:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.case__serviceico {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 15px 0 0;
  transition: .2s;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(31, 41, 51, 0.1);
}
.case__serviceico img {
  max-width: 36px;
  max-height: 40px;
}
.case__serviceico span {
  position: absolute;
  top: 32px;
  left: 38px;
  transform: scale(0.8);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: normal;
}
.case__desc {
  margin: 20px 0 0;
  color: #585E64;
  font-size: 14px;
  line-height: 1.8;
}
.case__desc strong {
  color: #D61719;
}
.case__arrow {
  position: relative;
  padding: 40px 0;
}
.case__arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  left: calc(50% - 24px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 24px 0 24px;
  border-color: #1F2933 transparent transparent;
}
.case__policy {
  margin: 20px 0;
}
.case__policylist {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  color: #585E64;
  font-size: 14px;
  font-weight: bold;
}
.case__policylist:last-child {
  margin: 0;
}
.case__policytag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 25px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background: #24A390;
  color: #fff;
  font-size: 10px;
}
.case__policyico {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 0 2px 6px;
}
.case__policyico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../../images/ico_information.svg") no-repeat center center/100% 100%;
}
.case__policytxt {
  position: relative;
  padding: 0 20px 0 0;
}
.case__policytxt::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 15px;
  height: 15px;
  transition: .2s;
  background: url("../../images/ico_information.svg") no-repeat center center/100% 100%;
}
.case__policytxt:hover {
  cursor: pointer;
}
.case__policytxt:hover::after {
  transform: scale(1.2, 1.2);
}
.case__policytxt:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.case__period {
  background: #F5F7FA;
  padding: 10px 20px;
  font-weight: bold;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: .2s;
}
.tooltip--policy {
  right: -108px;
  bottom: 35px;
  width: 260px;
}
.tooltip--feature {
  bottom: 90px;
  left: 0;
  width: 240px;
}
.tooltip__txt {
  display: flex;
  position: relative;
  align-items: center;
  width: 260px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 20px rgba(31, 41, 51, 0.2);
  font-size: 10px;
  font-weight: normal;
}
.tooltip__txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff transparent transparent;
}
.tooltip__inner {
  display: flex;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 20px rgba(31, 41, 51, 0.2);
}
.tooltip__inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff transparent transparent;
}
.tooltip__ico {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 40px;
}
.tooltip__ico img {
  max-width: 36px;
  max-height: 40px;
}
.tooltip__ico span {
  position: absolute;
  top: 18px;
  left: 20px;
  transform: scale(0.8);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: normal;
}
.tooltip__info {
  margin: 0 0 0 15px;
}
.tooltip__title {
  display: flex;
  font-size: 12px;
}
.tooltip__title span {
  display: block;
}
.tooltip__list {
  margin: 10px 0 0;
}
.tooltip__item {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 14px;
  font-size: 10px;
  font-weight: normal;
}
.tooltip__item:last-child {
  margin: 0;
}
.tooltip__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 8px;
  background: url("../../images/ico_check.svg") no-repeat center center/100% 100%;
}
.tooltip__item span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

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

.is-onlyPC {
  display: block;
}

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 {
  margin: 0;
  padding: 0;
}

.header {
  background: #fff;
}

.text-link {
  display: inline;
  position: relative;
  padding: 0 0 0 30px;
  color: #24A390;
  font-size: 14px;
  font-weight: bold;
}
.text-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../../images/arrow_ico.svg") no-repeat center center/100% 100%;
}
.text-link--hover {
  bottom: 0;
  transition: .3s;
}
.text-link--hover:hover {
  bottom: -3px;
}

.pagetop {
  display: flex;
  position: fixed;
  z-index: 100;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #585E64;
  color: #585E64;
}
.pagetop::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 15px);
  width: 30px;
  height: 20px;
  background: url("../../images/ico_arrow.svg") no-repeat center center/100% 100%;
}
.pagetop:hover {
  opacity: .7;
}

/*============================
//_contact.scss
//PC
============================ */
.uly-contact {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  padding: 80px 0 0;
  background: #fff;
}
.uly-contact__box {
  justify-content: center;
  width: auto;
}
.uly-contact__caption {
  margin: 50px 0 40px;
  font-size: 16px;
  text-align: center;
}
.uly-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 60px;
  margin: 0 30px 0 0;
  overflow: hidden;
  border: 2px solid #1F2933;
  border-radius: 35px;
  background: #1F2933;
}
.uly-contact__button:last-child {
  margin: 0;
}
.uly-contact__button--form::after {
  right: 25px;
  width: 20px;
  height: 16px;
  background-image: url("../../images/arrow_wh.svg");
}
.uly-contact__button--form:hover {
  background: #1F2933;
}
.uly-contact__button--form:hover::after {
  right: 20px;
}
.uly-contact__left {
  width: auto;
  height: auto;
  background: none;
}
.uly-contact__left img {
  margin-left: 0;
}
.uly-contact__right {
  width: auto;
  margin-left: 15px;
}
.uly-contact__right--tel {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}
.uly-contact__right--form {
  font-size: 20px;
}

.uly-heading {
  position: relative;
  margin: 0 0 60px;
  color: #1F2933;
  font-size: 42px;
  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 {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  margin: 195px 0 150px;
  background: #F5F7FA;
}
.function::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../../images/bg_function.png") no-repeat center/100% 100%;
}
.function::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 150px;
  transform: scale(1, -1);
  background: url("../../images/bg_function.png") no-repeat center/100% 100%;
}
.function__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  padding: 45px 0;
}
.function__box {
  display: flex;
  flex-wrap: wrap;
}
.function__item {
  box-sizing: border-box;
  width: 260px;
  margin: 0 20px 20px 0;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(31, 41, 51, 0.1);
  color: #585E64;
}
.function__item:nth-child(4n) {
  margin-right: 0;
}
.function__title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 12px;
  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: 50px;
  height: 60px;
  margin: 30px auto 20px;
}
.function__desc {
  margin: 0 auto;
  font-size: 11px;
  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 {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}
.faq__inner {
  width: 850px;
  margin: 0 auto;
  padding: 45px 0 120px;
}
.faq__box {
  overflow: hidden;
  margin: 0 0 30px;
  border-radius: 10px;
  transition: .3s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq__box:hover {
  transform: scale(1.025, 1.025);
}
.faq__box:last-child {
  margin: 0;
}
.faq__title {
  display: flex;
  transition: .3s linear;
  font-size: 16px;
}
.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: 60px;
  height: 60px;
  margin: 0 25px 0 0;
  transition: .3s linear;
  background: #1F2933;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.is-open .faq__question {
  background: #24A390;
}
.faq__text {
  display: flex;
  align-items: center;
  width: calc(100% - 90px);
}
.faq__ico {
  position: relative;
  margin: 0 40px 0 auto;
}
.faq__ico::before, .faq__ico::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  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: 20px;
  padding: 35px 35px 35px 80px;
  background: rgba(36, 163, 144, 0.1);
}
.faq__answer::before {
  content: "A.";
  position: absolute;
  top: 25px;
  left: 35px;
  color: #24A390;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: bold;
}

.flow {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  padding: 120px 0;
  background: #F5F7FA;
}
.flow__wrap {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px;
  border-radius: 15px;
  background: #fff;
}
.flow__box--arrow {
  position: relative;
  margin: 30px 0 0;
}
.flow__box--arrow::before {
  content: "";
  position: absolute;
  left: calc(50% - 24px);
  top: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 24px 0;
  border-color: #585E64 transparent transparent;
}
.flow__headline {
  position: relative;
  margin: 0 0 75px;
  color: #1F2933;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.flow__headline::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 14px);
  width: 28px;
  height: 2px;
  background: #1F2933;
}
.flow__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px 0 0;
}
.flow__item {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  width: 300px;
  margin: 0 40px 80px 0;
  padding: 50px 30px 30px;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 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: 600px;
  margin: 0;
}
.flow__ico {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -35px;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #1F2933;
}
.flow__ico img {
  max-width: 35px;
  max-height: 35px;
}
.flow__title {
  display: table-cell;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.flow__subtit {
  margin: 0 0 10px;
  color: #585E64;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.flow__desc {
  display: flex;
  flex: 1 0 auto;
  margin: 0 0 20px;
  font-size: 12px;
}
.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 0 10px 0;
}
.flow__item--single .flow__column:last-child {
  margin: 0;
}
.flow__list {
  padding: 0 0 8px 1em;
  font-size: 12px;
  text-indent: -1em;
}
.flow__list:last-child {
  padding-bottom: 0;
}
.flow__item--single .flow__list {
  font-size: 14px;
  font-weight: bold;
}
.flow__bnr {
  width: 1100px;
  margin: 80px auto 0;
  text-align: center;
}
.flow__bnr img {
  max-width: 100%;
}
.flow__bnr:hover {
  opacity: 0.7;
}

.online {
  position: relative;
  width: 700px;
  margin: 60px auto 0;
  padding: 40px 0;
  border-radius: 10px;
  background: #F5F7FA;
}
.online::before, .online::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.online::before {
  left: -50px;
  width: 104px;
  height: 150px;
  background: url("../../images/img_online_ico01.png") no-repeat center center/100% 100%;
}
.online::after {
  right: -95px;
  width: 154px;
  height: 200px;
  background: url("../../images/img_online_ico02.png") no-repeat center center/100% 100%;
}
.online .button__box {
  margin: -20px auto 0;
}

.heading {
  position: relative;
  margin: 0 0 60px;
  font-size: 42px;
  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: 22px;
}
.heading02__ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 15px 0 0;
  background: #1F2933;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
.heading02__ico span {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1;
}
.heading03 {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.heading03__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  border: 2px solid #1F2933;
  font-size: 16px;
}
.heading04 {
  position: relative;
  margin: 0 0 60px;
  font-size: 22px;
  text-align: center;
}
.heading04::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 14px);
  width: 28px;
  height: 2px;
  background: #1F2933;
}
.heading--hero {
  margin: 0 0 30px;
  color: #D61719;
  font-size: 50px;
}
.heading--hero span {
  display: block;
  margin: 20px 0 0;
  color: #1F2933;
  font-size: 30px;
}

.hero {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  background: url("../../images/hero_bg.jpg") no-repeat center center/contain;
  background-color: rgba(245, 247, 250, 0.5);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 92px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../../images/hero_nav.png") no-repeat center center/100% 100%;
}
.hero__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 200px 0 60px;
}
.hero__inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 530px;
  height: 530px;
  background: url("../../images/hero_img.png") no-repeat center center/100% 100%;
}
.hero__logo {
  width: 386px;
  height: 40px;
  margin: 0 0 30px;
}
.hero__button .button--base {
  width: 400px;
}
.hero__button .button--base__bg {
  width: 430px;
}

.intro {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 120px;
  background: #F5F7FA;
}
.intro::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../../images/bg_triangle_gray.png") no-repeat center center/100% 100%;
}
.intro__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}
.intro__catch {
  padding: 60px 0;
  background: #1F2933;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.intro__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 120px 0 0;
}
.intro__item {
  width: calc((100% - 90px) / 4);
  margin: 0 0 30px;
  padding: 60px 0 35px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(31, 41, 51, 0.1);
  text-align: center;
}
.intro__item--hover {
  display: block;
  position: relative;
  bottom: 0;
  transition: .3s;
}
.intro__item--hover:hover {
  bottom: 10px;
}
.intro__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  margin: 0 auto;
}
.intro__ico img {
  max-width: 120px;
  max-height: 80px;
}
.intro__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #1F2933;
  font-size: 14px;
  font-weight: bold;
}
.intro__desc {
  padding: 25px 0 0;
  font-size: 22px;
  text-align: center;
}
.intro__img {
  width: 1100px;
  margin: 80px auto 0;
  text-align: center;
}
.intro__img img {
  max-width: 100%;
}
.intro__img:hover {
  opacity: .7;
}

/*============================
//_modal.scss
//PC
============================ */
.execution-modal {
  display: none;
}
.execution-modal__box {
  box-sizing: border-box;
  width: 1200px;
  min-width: 1200px;
  padding: 60px 0;
  border-radius: 20px;
  background: #F5F7FA;
  text-align: center;
}
.execution-modal__headline {
  font-size: 42px;
  font-weight: bold;
}
.execution-modal__heading {
  margin: 50px 0 10px;
  font-size: 26px;
  font-weight: bold;
}
.execution-modal__desc {
  margin: 50px 0 20px;
  font-size: 26px;
  font-weight: bold;
}
.execution-modal__list {
  font-size: 24px;
}

.execution-modal-panel {
  display: flex;
  justify-content: center;
}
.execution-modal-panel__item {
  width: 250px;
  margin: 0 15px;
  padding: 25px 0;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.execution-modal-panel__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
}
.execution-modal-panel__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(31, 41, 51, 0.1);
}
.execution-modal-panel__ico img {
  max-width: 38px;
  max-height: 38px;
}
.execution-modal-panel__desc {
  font-size: 12px;
}

#cboxClose {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("/v2/images/common/ico_close.svg") no-repeat center center;
  text-indent: -9999px;
}

.pickup {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 120px 0 0;
}
.pickup__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}

.pickup_case {
  display: flex;
  justify-content: space-between;
}
.pickup_case__item {
  display: block;
  position: relative;
  bottom: 0;
  width: calc((100% - 40px) / 3);
  transition: .3s;
  background: #fff;
}
.pickup_case__item:hover {
  bottom: 10px;
}
.pickup_case__image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.pickup_case__image img {
  width: 100%;
  object-fit: cover;
}
.pickup_case__tag {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 35px;
  border-radius: 10px 0 0 0;
  background: #24A390;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.pickup_case__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  box-shadow: 0 0 20px rgba(31, 41, 51, 0.1);
}
.pickup_case__title {
  margin: 0 0 20px;
  color: #1F2933;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.pickup_case__desc {
  margin: 0 0 30px;
}
.pickup_case__list {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  color: #585E64;
  font-size: 12px;
}
.pickup_case__list:last-child {
  margin: 0;
}
.pickup_case__list::before {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  left: 0;
  width: 12px;
  height: 9px;
  background: url("../../images/ico_check.svg") no-repeat center center/100% 100%;
}

.positioning {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  background: #1F2933;
  color: #fff;
}
.positioning::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../../images/bg_triangle_black.png") no-repeat center center/100% 100%;
}
.positioning__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
}
.positioning__desc {
  margin: 0 0 40px;
  font-size: 14px;
  text-align: center;
}
.positioning__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 850px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 10px;
  background: #fff;
}
.positioning__image img {
  width: 790px;
  height: 470px;
}
.positioning__title {
  position: relative;
  margin: 50px 0 70px;
  font-size: 26px;
  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;
  align-items: center;
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: bold;
}
.positioning__item:last-child {
  margin: 0;
}
.positioning__num {
  display: block;
  width: 75px;
  margin: 0 20px 0 0;
  padding: 10px 0;
  border-radius: 5px;
  background: #D61719;
  font-size: 14px;
  text-align: center;
}

#reason {
  padding-top: 60px;
  margin-top: -60px;
}

.reason {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}
.reason__contents {
  position: relative;
  margin: -150px 0 0;
  padding: 270px 0 120px;
  background: #1F2933;
  color: #fff;
}
.reason__contents::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../../images/bg_triangle_black.png") no-repeat center center/100% 100%;
}
.reason__desc {
  margin: 0 0 40px;
  text-align: center;
}
.reason__index {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reason__image {
  width: 400px;
  height: 100%;
}
.reason__list {
  width: 650px;
  position: relative;
  right: 0;
  margin: 0 0 30px;
  border-radius: 35px;
  transition: 0.3s linear;
  background: #F5F7FA;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  color: #1F2933;
  font-size: 16px;
  font-weight: bold;
}
.reason__list:first-child {
  margin-left: -80px;
}
.reason__list:nth-child(2), .reason__list:nth-child(4) {
  margin-left: -30px;
}
.reason__list:last-child {
  margin: 0 0 0 -80px;
}
.reason__list:hover {
  right: -10px;
  background: #fff;
}
.reason__link {
  display: flex;
  align-items: center;
  color: #1F2933;
}
.reason__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 10px 15px 10px 10px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.reason__title strong {
  color: #D61719;
}

.execution__box {
  background: #fff;
  padding: 45px 0 195px;
}
.execution__box:first-child {
  position: relative;
  margin: 135px 0 0;
  padding: 45px 0 195px;
}
.execution__box:first-child::before {
  display: none;
}
.execution__box:last-child {
  position: relative;
  padding: 45px 0 120px;
}
.execution__box:nth-child(odd) {
  position: relative;
}
.execution__box:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  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: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  transform: scale(-1, 1);
  background: url("../../images/bg_wave_gray.png") no-repeat center center/100% 100%;
}
.execution__box:nth-child(even) .execution__inner {
  flex-direction: row-reverse;
}
.execution__box:nth-child(even) .execution__item {
  background: #fff;
}
.execution__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.execution__body {
  width: 530px;
}
.execution__body .text-link {
  display: block;
  margin: 40px 0 0;
}
.execution__list {
  margin: 40px 0 0;
}
.execution__item {
  display: flex;
  position: relative;
  align-items: center;
  height: 60px;
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  border: 2px solid #F5F7FA;
  color: #24A390;
  font-size: 16px;
  font-weight: bold;
}
.execution__item:last-child {
  margin: 0;
}
.execution__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 25px;
  width: 20px;
  height: 14px;
  background: url("../../images/ico_check.svg") no-repeat center center/100% 100%;
}
.execution__desc {
  margin: 40px 0 0;
  color: #585E64;
  font-size: 14px;
  line-height: 1.8;
}
.execution__image {
  width: 520px;
}
.execution__image img {
  width: 100%;
}
.execution__figimage img {
  width: 100%;
  margin: 0 0 30px;
}
.execution__figtitle, .execution__imgtitle {
  color: #585E64;
  font-size: 18px;
  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 30px;
}
.execution__figcaption {
  box-sizing: border-box;
  padding: 30px;
  background: #F5F7FA;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.execution__shadow {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(31, 41, 51, 0.1);
}
.execution__bnr {
  width: 1100px;
  margin: 80px auto 0;
  text-align: center;
}
.execution__bnr img {
  max-width: 100%;
}
.execution__bnr:hover {
  opacity: 0.7;
}

.execution-team__title {
  position: relative;
  padding: 110px 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.execution-team__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 31px);
  width: 62px;
  height: 111px;
  background: url("../../images/ico_client.svg") no-repeat center center/100% 100%;
}
@media all and (-ms-high-contrast: none) {
  .execution-team .execution-team__title {
    padding-top: 120px;
    font-size: 14px;
  }
}
.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% - 20px) / 3);
  margin: 0 0 10px;
  padding: 15px 0;
}
.execution-team__item--disabled {
  background: #DDDDDD;
  opacity: 0.6;
}
.execution-team__item--active {
  border: 2px solid #24A390;
  border-radius: 5px;
}
.execution-team__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}
.execution-team__ico img {
  max-width: 45px;
  max-height: 45px;
}
.execution-team__name {
  margin: 5px 0 0;
  font-size: 10px;
  font-weight: bold;
}
.execution-team__item--active .execution-team__name {
  color: #24A390;
}

.saas {
  width: 100%;
  margin: 60px 0 0;
  padding: 60px 0;
  background: #F5F7FA;
}
.saas__panel {
  display: flex;
  justify-content: center;
}
.saas__item {
  display: flex;
  position: relative;
  top: 0;
  flex-direction: column;
  align-items: center;
  width: 220px;
  margin: 0 15px;
  padding: 30px 0 20px;
  transition: 0.2s;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(31, 41, 51, 0.1);
}
.saas__item:hover {
  top: -5px;
}
.saas__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 45px;
  margin: 0 0 25px;
}
.saas__logo img {
  max-width: 65px;
  max-height: 45px;
}
.saas__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 0 0 20px;
  color: #1F2933;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.saas__desc {
  padding: 0 25px;
  color: #585E64;
  font-size: 12px;
}

.solution {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  padding: 160px 0 0;
}
.solution__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}
.solution__title {
  position: relative;
}
.solution__title::before, .solution__title::after {
  content: "";
  position: absolute;
}
.solution__title::before {
  top: -45px;
  left: calc(50% - 100px);
  width: 200px;
  height: 200px;
  border: 4px solid #F5F7FA;
  border-radius: 110px;
}
.solution__title::after {
  z-index: -2;
  top: 160px;
  left: calc(50% - 2px);
  width: 4px;
  height: 90px;
  background: #F5F7FA;
}

.solution-service {
  position: relative;
  margin: 120px 0 -450px;
}
.solution-service::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 470px);
  width: 940px;
  height: 975px;
  background: url("../../images/img_solution_bg.png") no-repeat center center/100% 100%;
}
.solution-service__box {
  display: flex;
  position: relative;
  justify-content: flex-end;
  right: 80px;
}
.solution-service__box:nth-child(even) {
  justify-content: flex-start;
  left: 80px;
}
.solution-service__box:nth-child(even) .solution-service__item {
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.05);
}
.solution-service__box:nth-child(even) .solution-service__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 420px;
  border: 14px solid transparent;
  border-left: 20px solid #F5F7FA;
}
.solution-service__box:nth-child(even) .solution-service__num {
  right: 20px;
  text-align: right;
}
.solution-service__box:nth-child(even) .solution-service__phase {
  left: 20px;
}
.solution-service__box:first-child {
  top: -25px;
}
.solution-service__box:nth-child(2) {
  top: -155px;
}
.solution-service__box:nth-child(3) {
  top: -210px;
}
.solution-service__box:nth-child(4) {
  top: -330px;
}
.solution-service__box:last-child {
  top: -450px;
}
.solution-service__item {
  position: relative;
  box-sizing: border-box;
  width: 420px;
  padding: 40px;
  border-radius: 10px;
  background: #F5F7FA;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.solution-service__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  border: 14px solid transparent;
  border-right: 20px solid #F5F7FA;
}
.solution-service__num {
  position: absolute;
  top: -26px;
  left: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.solution-service__phase {
  position: absolute;
  top: -16px;
  right: 20px;
  width: 150px;
  padding: 8px 0;
  border-radius: 5px;
  background: #24A390;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.solution-service__title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.solution-service__desc {
  margin: 0 0 20px;
  color: #585E64;
  font-size: 12px;
}
.solution-service__check {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-weight: bold;
}
.solution-service__check::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 10px;
  background: url("../../images/ico_check.svg") no-repeat center center/100% 100%;
}
.solution-service__check:last-child {
  margin: 0;
}
