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

.is-onlyPC {
  display: block;
}

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

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

.uly-contact {
  background: #F5FDFF;
}

.footer__map {
  margin-top: 0;
}

/*============================
//_button.scss
//PC
============================ */
.button, .button__contact, .button__download {
  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__contact::after, .button__download::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  transform: skewX(-15deg);
  transition: .3s all;
}
.button:hover, .button__contact:hover, .button__download:hover {
  transition: .3s all;
}
.button:hover::after, .button__contact:hover::after, .button__download:hover::after {
  width: calc(100% + 10px);
}

.button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: .3s all;
}
.button--orange {
  width: 260px;
  height: 80px;
  padding: 0;
  border-radius: 41px;
  background: rgba(255, 157, 0, 0.4);
}
.button--orange::after {
  content: none;
}
.download-box__contents .button--orange, .support__button-box .button--orange {
  width: 406px;
  margin: 0 auto;
}
.contact__button-box .button--orange {
  width: 406px;
}
.hero-button-box .button--orange {
  width: 340px;
}
.button--center {
  width: 365px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  border-radius: 41px;
}
.button--center::after {
  content: none;
}
.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 {
  width: 320px;
}
.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, .support__button-box .button__contact {
  width: 386px;
}
.contact__button-box .button__contact span::after, .support__button-box .button__contact span::after {
  right: -25px;
}
.contact__button-box .button__contact::after, .support__button-box .button__contact::after {
  background: #fff;
}
.contact__button-box .button__contact:hover, .support__button-box .button__contact:hover {
  background: #fff;
  color: #ff9d00;
}
.contact__button-box .button__contact:hover span, .support__button-box .button__contact:hover span {
  color: #ff9d00;
}
.contact__button-box .button__contact:hover span::after, .support__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%;
}

.contact {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: url("../../images/img_bg.png") no-repeat center/cover;
}
.contact .ly-inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  padding: 114px 0 64px;
}
.contact__headline {
  color: #fff;
  font-size: 36px;
  margin-bottom: 40px;
}
.contact__desc {
  margin-bottom: 40px;
  width: 616px;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.download {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: #fff;
}
.download .download-box {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  height: 342px;
  padding: 46px 136px;
  border-radius: 30px;
  background: linear-gradient(75deg, #22AAFF 0%, #89DBFF 100%);
  color: #fff;
  font-weight: bold;
}
.download .download-box__headline {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.6;
}
.download .download-box__body {
  display: flex;
  justify-content: center;
}
.download .download-box__image {
  width: 200px;
  height: 100%;
  margin-right: 70px;
  box-shadow: 10px 10px rgba(255, 255, 255, 0.4);
}
.download .download-box__image img {
  width: 100%;
}
.download .download-box__contents {
  width: 480px;
  margin: 10px auto 0;
}
.download .download-box__desc {
  display: block;
  position: relative;
  width: 480px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.download .download-box__desc::before, .download .download-box__desc::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 37px;
}
.download .download-box__desc::before {
  left: -2px;
  background: url("../../images/ico_tilted_L.svg") no-repeat center/contain;
}
.download .download-box__desc::after {
  top: 0;
  right: 0;
  background: url("../../images/ico_tilted_R.svg") no-repeat center/contain;
}

.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: #F5FDFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.faq__answer::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 35px;
  color: #1867D2;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: bold;
}

.flow {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: #fff;
}
.flow__hero {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.flow__hero img {
  width: 100%;
}
.flow__inner {
  width: 1000px;
  margin: 0 auto;
}
.flow__headline {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.flow__headline span {
  color: #1DB9FF;
}
.flow__content {
  display: flex;
  gap: 30px;
}
.flow__step-list {
  display: flex;
  flex-direction: column;
}
.flow__title {
  padding-top: 28px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.flow__desc {
  display: block;
  width: 830px;
  padding: 30px;
  font-size: 18px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(96, 126, 152, 0.15);
  margin-bottom: 18px;
}
.flow__link {
  color: #253a4b;
  text-decoration: underline;
}
.flow__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::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 70px;
  height: 6px;
  transform: translateX(-50%);
  background: url("../../images/ico_dot.svg") no-repeat center/contain;
}

.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(67deg, #22AAFF 0%, #89DBFF 100%);
}
.hero__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 180px;
  color: #fff;
}
.hero__head {
  width: 650px;
  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-button-box {
  display: flex;
  justify-content: center;
  width: 650px;
}

.hero-achievement {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 650px;
  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;
}

.reason {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}
.reason .heading02 {
  margin-bottom: 65px;
}
.reason__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
.reason__box {
  flex: 1 1 0;
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 85px;
  padding: 60px 60px 30px;
  border-radius: 30px;
  background: #F5FDFF;
  text-align: center;
}
.reason__box::before {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 45px);
  top: -45px;
  width: 90px;
  height: 90px;
  background: url("../../images/ico_kaisetsu01.svg") no-repeat center/contain;
}
.reason__title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.reason__headline-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reason__box .reason__headline-box {
  font-size: 24px;
}
.reason__contents > .reason__box:last-child .reason__headline-box {
  font-size: 27px;
  display: inline;
  text-align: left;
}
.reason__headline {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 65%, #ffeac7 45%);
  font-weight: bold;
  font-size: 42px;
}
.reason__contents > .reason__box .reason__headline {
  font-size: 32px;
}
.reason__contents {
  display: flex;
  align-items: stretch;
  gap: 30px;
  justify-content: center;
}
.reason__contents .reason__box {
  margin-bottom: 0;
}
.reason__contents .reason__box::before {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 45px);
  top: -45px;
  width: 90px;
  height: 90px;
  background: url("../../images/ico_kaisetsu02.svg") no-repeat center/contain;
}
.reason__contents .reason__box:last-child::before {
  background: url("../../images/ico_kaisetsu03.svg") no-repeat center/contain;
}
.reason__number {
  color: #1DB9FF;
  font-family: "Montserrat";
  font-size: 60px;
  line-height: 1.3;
}
.reason__text {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}
.reason__tag-box {
  margin-bottom: 30px;
  width: 100%;
}
.reason__tag {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  background: #ff9d00;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 16px;
}
.reason__tag:last-child {
  margin-right: 15px;
}

.support {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background: #F5FDFF;
}
.support .heading02 {
  margin-bottom: 65px;
}
.support__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
}
.support__text {
  position: relative;
  color: #253a4b;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
.support__text::after {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 1;
  width: 75.43px;
  height: 140.24px;
  top: -53px;
  right: 0;
  background: url("../../images/ico_people2.svg") no-repeat center/contain;
}
.support__title {
  font-weight: bold;
  font-size: 18px;
  color: #253a4b;
  text-align: center;
}
.support__title span {
  font-size: 17px;
}
.support-content--flow .support__title {
  position: relative;
  font-size: 24px;
  margin-bottom: 53px;
}
.support-content--flow .support__title::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: -33px;
  left: -105px;
  background: url("../../images/img_step01.png") no-repeat center/contain;
}
.support-content--flow .support__title--step02 {
  padding-left: 20px;
}
.support-content--flow .support__title--step02::before {
  left: -83px;
  background: url("../../images/img_step02.png") no-repeat center/contain;
}
.support-content--flow .support__title--step03 {
  padding-left: 20px;
}
.support-content--flow .support__title--step03::before {
  left: -83px;
  background: url("../../images/img_step03.png") no-repeat center/contain;
}
.support__desc {
  font-size: 18px;
}

.support-content {
  width: 1000px;
  margin: 0 auto 80px;
}
.support-content--flow {
  width: 1100px;
}
.support-content--flow .support-content__list {
  gap: 122px;
  margin-bottom: 50px;
}
.support-content--flow .support-content__item {
  position: relative;
  width: 245px;
  height: 187px;
  padding: 33px 20px 43px;
  text-align: center;
  box-shadow: none;
  border-radius: 46px;
  justify-content: flex-start;
}
.support-content--flow .support-content__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 78.36px;
  height: 33px;
  right: -100px;
  top: 50%;
  background: url("../../images/ico_arrow03.svg") no-repeat center/contain;
}
.support-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.support-content__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 162px;
  height: 150px;
  padding: 40px 34px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(96, 126, 152, 0.15);
}

.solution {
  min-width: 1176px;
  margin: 0 auto;
}
.solution .ly-inner {
  background: #F5FDFF;
  padding-bottom: 20px;
}
.solution .ly-inner:last-child {
  background: linear-gradient(70deg, #22AAFF 0%, #89DBFF 100%);
}
.solution .heading02 span {
  font-size: 28px;
}
.solution .heading02::before {
  content: "";
  position: absolute;
  display: block;
  left: 150px;
  width: 63.95px;
  height: 141.96px;
  background: url("../../images/ico_people1.svg") no-repeat center/contain;
}
.solution__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 60px 0;
}
.solution__inner--solution {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.solution__title {
  position: relative;
  order: 2;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}
.solution__title::after {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 1;
  width: 75.43px;
  height: 140.24px;
  top: -53px;
  right: -127px;
  background: url("../../images/ico_people2.svg") no-repeat center/contain;
}

.solution-list {
  display: flex;
  gap: 20px;
}
.solution-list__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  order: 1;
  display: flex;
  gap: 20px;
}
.solution-list__item {
  position: relative;
  width: 260px;
  padding: 30px 15px 50px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}
.solution-list__item::before {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 30px);
  top: -30px;
  width: 60px;
  height: 60px;
  background: url("../../images/ico_problem.svg") no-repeat center/contain;
}
.solution-list__item::after {
  content: "";
  position: absolute;
  bottom: -105px;
  left: 50%;
  width: 65px;
  height: 129px;
  transform: translateX(-50%);
  background: url("../../images/ico_arrow01.svg") no-repeat center;
}
.solution__inner--solution .solution-list__item {
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.solution__inner--solution .solution-list__item::before {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 30px);
  top: -30px;
  width: 60px;
  height: 60px;
  background: url("../../images/ico_idea.svg") no-repeat center/contain;
}
.solution__inner--solution .solution-list__item::after {
  content: none;
}
.solution-list__title {
  margin: 20px auto;
  color: #253a4b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.solution-list__text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.solution-list__image {
  margin: 0 auto 20px;
}
.solution-list__image img {
  width: 100%;
}
.solution-list__image--problem {
  width: 80px;
  height: 80px;
}

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