@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
/*============================
//_mixin.cscc
============================ */
.is-onlySP {
  display: block;
}

.is-onlyPC {
  display: none;
}

body {
  color: #253a4b;
}

ul, ol {
  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: #F5FDFF;
}

.footer__map {
  margin-top: 0;
}

/*============================
//_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--orange {
  width: 89.34vw;
  height: 21.34vw;
  padding: 0;
  border-radius: 41px;
  background: rgba(255, 157, 0, 0.4);
}
.plan-download__contents .button--orange, .download-box__contents .button--orange {
  width: 78.67vw;
  margin: 0 auto;
}
.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, .support .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%;
}

.contact {
  box-sizing: border-box;
  padding: 0 5.34vw;
  box-sizing: border-box;
  background: linear-gradient(to right, #22AAFF, #89DBFF);
}
.contact__headline {
  position: relative;
  margin-bottom: 13.34vw;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.contact__headline::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;
}
.contact__desc {
  margin-bottom: 8vw;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
}

.download {
  width: 100%;
  padding: 18.67vw 0 10.67vw;
  background: #fff;
}
.download .ly-inner {
  box-sizing: border-box;
  padding: 0 5.34vw;
}
.download .download-box {
  padding: 5.87vw 3.2vw;
  border-radius: 30px;
  background: linear-gradient(67deg, #22AAFF 0%, #89DBFF 100%);
  color: #fff;
  font-weight: bold;
}
.download .download-box__headline {
  margin-bottom: 5.34vw;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.download .download-box__headline span {
  font-size: 20px;
}
.download .download-box__image {
  width: 67.47vw;
  margin: 0 auto 8vw;
  box-shadow: 10px 10px rgba(255, 255, 255, 0.4);
}
.download .download-box__image img {
  width: 100%;
}
.download .download-box__desc {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  width: 66.67vw;
  margin: 0 auto 2.67vw;
}
.download .download-box__desc::before, .download .download-box__desc::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5.6vw;
  height: 18.4vw;
}
.download .download-box__desc::before {
  left: -8vw;
  background: url("../../images/ico_tilted_L.svg") no-repeat center/contain;
}
.download .download-box__desc::after {
  top: 0;
  right: -5.33vw;
  background: url("../../images/ico_tilted_R.svg") no-repeat center/contain;
}

.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: #F5FDFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
.faq__answer::before {
  content: "A";
  position: absolute;
  top: 3.74vw;
  left: 6.67vw;
  color: #1867D2;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
}
.faq__link {
  color: #253a4b;
  text-decoration: underline;
}

.flow {
  width: 100%;
  background: #fff;
}
.flow__hero {
  box-sizing: border-box;
  padding: 0 5.34vw;
  margin-bottom: 21.34vw;
}
.flow__hero img {
  width: 100%;
}
.flow__inner {
  box-sizing: border-box;
  padding: 0 5.34vw;
}
.flow__headline {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10.67vw;
}
.flow__headline span {
  color: #1DB9FF;
}
.flow__title {
  position: relative;
  margin-bottom: 11.2vw;
  padding-left: 22.94vw;
  font-size: 18px;
  font-weight: bold;
}
.flow__title::before {
  content: "";
  position: absolute;
  width: 18.67vw;
  height: 18.67vw;
  top: -4.8vw;
  left: 0;
  background: url("../../images/img_step01.png") no-repeat center/contain;
}
.flow__title--02::before {
  background: url("../../images/img_step02.png") no-repeat center/contain;
}
.flow__title--03::before {
  background: url("../../images/img_step03.png") no-repeat center/contain;
}
.flow__title--04::before {
  background: url("../../images/img_step04.png") no-repeat center/contain;
}
.flow__desc {
  background: #fff;
  border-radius: 15px;
  padding: 8vw 5.34vw;
  box-shadow: 0 0 20px rgba(96, 126, 152, 0.15);
}
.flow__step-item {
  margin-bottom: 28.27vw;
  position: relative;
}
.flow__step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 6.94vw;
  height: 16.54vw;
  left: calc(50% - 3.47vw);
  bottom: -21.33vw;
  background: url("../../images/ico_arrow02.svg") no-repeat center/contain;
}
.flow__step-item:last-child {
  margin-bottom: 21.34vw;
}
.flow__link {
  text-decoration: underline;
  color: #253a4b;
}

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

.hero {
  width: 100%;
  position: relative;
  top: 9.34vw;
  height: 197.34vw;
  background: #23A2FF;
}
.hero__inner {
  box-sizing: border-box;
  padding: 0 5.34vw;
  position: relative;
  height: 186.67vw;
  padding-top: 21.34vw;
  background: url("../../images/img_hero_sp.png") no-repeat top 35px center/100%;
  color: #fff;
}
.hero__contents {
  display: block;
  position: absolute;
  top: 133.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-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%;
}

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

.reason {
  width: 100%;
  background: #fff;
}
.reason .heading02 {
  margin-bottom: 22.67vw;
}
.reason__inner {
  box-sizing: border-box;
  padding: 0 5.34vw;
}
.reason__box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 13.34vw;
  padding: 13.34vw 5.34vw 8vw;
  border-radius: 30px;
  background: #F5FDFF;
  text-align: center;
}
.reason__headline-box {
  font-size: 20px;
  margin-bottom: 5.34vw;
}
.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: relative;
  margin-bottom: 4vw;
  color: #1DB9FF;
  font-family: "Montserrat";
  font-size: 45px;
  line-height: 1.3;
}
.reason__number::before {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 8vw);
  top: -21.33vw;
  width: 16vw;
  height: 16vw;
  background: url("../../images/ico_kaisetsu01.svg") no-repeat center/contain;
}
.reason__number--02::before {
  background: url("../../images/ico_kaisetsu02.svg") no-repeat center/contain;
}
.reason__number--03::before {
  background: url("../../images/ico_kaisetsu03.svg") no-repeat center/contain;
}
.reason__text {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.reason__tag-box {
  margin-bottom: 5.34vw;
  width: 100%;
}
.reason__tag {
  display: inline-block;
  padding: 2.67vw 4vw;
  background: #ff9d00;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 16px;
}
.reason__tag:last-child {
  margin-top: 2.67vw;
}

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

.support {
  width: 100%;
  background: #F5FDFF;
}
.support .heading02:first-child {
  padding-bottom: 40vw;
}
.support .heading02:first-child::before {
  bottom: 36vw;
}
.support .heading02:first-child::after {
  content: "";
  position: absolute;
  display: block;
  top: 21.34vw;
  left: calc(50% - 10vw);
  width: 20vw;
  height: 37.34vw;
  background: url("../../images/ico_people2.svg") no-repeat center/contain;
}
.support__inner {
  box-sizing: border-box;
  padding: 0 5.34vw;
}
.support__text {
  position: relative;
  color: #253a4b;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 8vw;
}
.support__text::after {
  content: none;
}
.support__title {
  font-weight: bold;
  font-size: 18px;
  color: #253a4b;
  text-align: center;
  margin-bottom: 5.34vw;
}
.support__title span {
  font-size: 17px;
}
.support-content--flow .support__title {
  text-align: left;
  padding-left: 22.94vw;
  position: relative;
  margin-bottom: 11.2vw;
}
.support-content--flow .support__title::before {
  content: "";
  position: absolute;
  width: 18.67vw;
  height: 18.67vw;
  top: -4.8vw;
  left: 0;
  background: url("../../images/img_step01.png") no-repeat center/contain;
}
.support-content--flow .support__title--step02::before {
  background: url("../../images/img_step02.png") no-repeat center/contain;
}
.support-content--flow .support__title--step03::before {
  background: url("../../images/img_step03.png") no-repeat center/contain;
}
.support__image {
  text-align: center;
}
.support__desc {
  font-size: 14px;
}

.support-content__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.94vw;
  margin-bottom: 10.67vw;
}
.support-content__item {
  width: 43.2vw;
  padding: 10.67vw 9.07vw;
  background: #fff;
  border-radius: 8vw;
  box-shadow: 0 0 20px rgba(96, 126, 152, 0.15);
}
.support-content--flow .support-content__list {
  gap: 26.67vw;
}
.support-content--flow .support-content__item {
  width: 78.67vw;
  padding: 12.27vw 5.34vw 8vw;
  position: relative;
}
.support-content--flow .support-content__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 6.94vw;
  height: 16.54vw;
  left: calc(50% - 3.47vw);
  bottom: -21.33vw;
  background: url("../../images/ico_arrow02.svg") no-repeat center/contain;
}

.solution {
  width: 100%;
  background: #F5FDFF;
}
.solution .heading02 {
  width: 100%;
  font-size: 28px;
  padding-bottom: 50.67vw;
}
.solution .heading02 span {
  font-size: 20px;
}
.solution .heading02::before {
  bottom: 46.67vw;
}
.solution .heading02::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: calc(50% - 9.34vw);
  width: 18.67vw;
  height: 41.34vw;
  background: url("../../images/ico_people1.svg") no-repeat center/contain;
}
.solution__inner {
  position: relative;
  margin-bottom: 16vw;
  padding: 5.34vw 0 0;
}
.solution__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -16vw;
  left: calc(50% - 3.47vw);
  width: 6.94vw;
  height: 14.67vw;
  background: url("../../images/ico_arrow_blue_sp.svg") no-repeat center center/100% 100%;
}
.solution__inner--solution {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 5.34vw;
  background: linear-gradient(66deg, #22A2FF 0%, #CCEAEB 100%);
}
.solution__inner--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;
  padding-bottom: 45.34vw;
}
.solution__title::after {
  content: "";
  position: absolute;
  display: block;
  top: 32vw;
  left: calc(50% - 10vw);
  width: 20vw;
  height: 37.34vw;
  background: url("../../images/ico_people2.svg") no-repeat center/contain;
}

.solution-list {
  order: 2;
  padding: 0 10.67vw;
}
.solution-list__item {
  position: relative;
  margin-bottom: 13.34vw;
  padding: 15.74vw 5.34vw 5.34vw;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}
.solution-list__item:last-child {
  margin-bottom: 0;
}
.solution-list__item::before {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 8vw);
  top: -8vw;
  width: 16vw;
  height: 16vw;
  background: url("../../images/ico_problem.svg") no-repeat center/contain;
}
.solution-list__item::after {
  content: none;
}
.solution-list__title {
  margin-bottom: 5.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: 21.34vw;
  height: 21.34vw;
}
.solution__inner--solution .solution-list .solution-list__inner {
  background: #fff;
  border-radius: 15px;
}
.solution__inner--solution .solution-list .solution-list__item {
  background: none;
  padding: 21.34vw 4vw 4vw;
  margin-bottom: 0;
}
.solution__inner--solution .solution-list .solution-list__item:last-child::after {
  content: none;
}
.solution__inner--solution .solution-list .solution-list__item::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0vw;
  width: calc(100% - 8vw);
  height: 2px;
  background: #D9E8FF;
}
.solution__inner--solution .solution-list .solution-list__item::before {
  top: 4vw;
  background: url("../../images/ico_idea.svg") no-repeat center/contain;
}

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