@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  font-family: Roboto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", Arial, sans-serif;
  font-size: 1.4rem;
  font-feature-settings: "pkna";
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url(/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  min-width: 1200px;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0.05em;
}

.l-header {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  background: #fff;
}

.l-headerFixed {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  background: #fff;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.3s;
}
.l-headerFixed.is-appear {
  opacity: 1;
  transform: translateY(0);
}

.header {
  display: flex;
  width: 1080px;
  align-items: center;
  margin: auto;
}
.header__logo {
  width: 133px;
  padding: 12px 0;
}
.header__logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.header__txt {
  line-height: 1.4;
  margin-right: auto;
  padding-left: 24px;
}
.header__cta {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  line-height: 48px;
  overflow: hidden;
  border-radius: 2em;
  color: #fff;
  background: #ff635c;
  transform: perspective(1px) translateZ(0);
}
.header__cta::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 172.2147239264, 168.5);
  opacity: 0.4;
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.2s;
}
.header__cta:hover {
  color: #fff;
}
.header__cta:hover::before {
  transform: scaleX(1);
}
.header__cta:visited {
  color: #fff;
}
.header__cta {
  width: 173px;
  margin-left: auto;
  letter-spacing: 0.1rem;
}
.header__download {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  line-height: 48px;
  overflow: hidden;
  border-radius: 2em;
  color: #fff;
  background: #3c7da2;
  transform: perspective(1px) translateZ(0);
}
.header__download::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(100.6621621622, 162.5878378378, 197.8378378378);
  opacity: 0.4;
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.2s;
}
.header__download:hover {
  color: #fff;
}
.header__download:hover::before {
  transform: scaleX(1);
}
.header__download:visited {
  color: #fff;
}
.header__download {
  width: 173px;
  margin-left: 16px;
  letter-spacing: 0.1rem;
}

.phoneCta {
  line-height: 1;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.phoneCta img {
  width: 20px;
  height: auto;
  vertical-align: text-bottom;
  margin-right: 2px;
}
.phoneCta span {
  color: #666;
  font-weight: normal;
  font-size: 1.1rem;
}

.l-mainView {
  position: relative;
  height: 490px;
  background: #31496a url(/contact/img/pc/lp/fr102/mvBg.jpg) center/auto 100% no-repeat;
}

.mainView {
  width: 1080px;
  margin: auto;
  padding: 0 8px;
  color: #fff;
}
.mainView__img {
  padding-top: 8px;
}
.mainView__copy {
  margin-top: 24px;
  font-weight: bold;
  font-size: 5.5rem;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.mainView__cta {
  width: 350px;
  margin-top: 24px;
}
.mainView__cta a {
  display: block;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  line-height: 72px;
  overflow: hidden;
  border-radius: 2em;
  color: #fff;
  background: #ff635c;
  transform: perspective(1px) translateZ(0);
}
.mainView__cta a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 172.2147239264, 168.5);
  opacity: 0.4;
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.2s;
}
.mainView__cta a:hover {
  color: #fff;
}
.mainView__cta a:hover::before {
  transform: scaleX(1);
}
.mainView__cta a:visited {
  color: #fff;
}
.mainView__note {
  margin-top: 40px;
  font-size: 1rem;
}

.issue {
  width: 1080px;
  margin: auto;
  padding: 40px 0 80px;
  text-align: center;
}
.issue__ttl {
  font-weight: bold;
  font-size: 4.4rem;
}

.issueList {
  display: flex;
  justify-content: space-between;
  margin: 48px 56px 0;
}
.issueList__item__img {
  text-align: center;
}
.issueList__item__txt {
  margin-top: 16px;
  font-size: 1.6rem;
}
.issueList__item__txt span {
  color: #ff635c;
  font-weight: bold;
  font-size: 1.8rem;
}

.l-solution {
  position: relative;
  padding: 80px 0 72px;
  background: url(/contact/img/pc/lp/fr102/solutionBg.jpg) center/cover no-repeat;
}
.l-solution::after {
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 40px solid #fff;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.solution {
  position: relative;
  width: 1080px;
  margin: auto;
  padding: 48px 24px;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
.solution::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #31496a;
  content: "";
  transform: translate(-50%, -50%);
}
.solution__lead {
  font-size: 2rem;
}
.solution__txt {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px dotted #979797;
  font-size: 3.4rem;
}
.solution__txt span {
  background: linear-gradient(transparent 70%, #ffd7d7 60%);
}

.evidence {
  width: 1080px;
  margin: auto;
  padding: 96px 0;
  text-align: center;
}
.evidence__ttl {
  font-weight: bold;
  font-size: 4.4rem;
}
.evidence__img {
  margin: 96px 24px 0;
}
.evidence__img img {
  width: 100%;
  height: auto;
}

.l-support {
  background: #f2f3f5 url(/contact/img/pc/lp/fr102/supportBg.jpg) center/cover no-repeat;
}

.support {
  width: 1080px;
  margin: auto;
  padding: 80px 0 140px;
}
.support__ttl {
  line-height: 1.6;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
}
.support__ttl strong {
  font-weight: bold;
  font-size: 6rem;
}
.support__ttl span {
  color: #ff635c;
}

.supportList {
  margin: 140px 72px 0;
}
.supportList__item {
  display: flex;
  justify-content: space-between;
}
.supportList__item:not(:first-child) {
  margin-top: 140px;
}

.supportContent {
  flex: 0 0 556px;
}
.supportContent__ttl {
  color: #3c7da2;
  font-weight: bold;
  font-size: 3rem;
}
.supportContent__check {
  line-height: 1;
  margin-top: 24px;
  color: #ff635c;
  font-weight: bold;
  font-size: 3rem;
}
.supportContent__check img {
  margin-right: 6px;
}
.supportContent__txt {
  margin-top: 24px;
  font-size: 1.8rem;
}

.company {
  width: 1080px;
  margin: auto;
  padding: 56px 0 100px;
}
.company__ttl {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}
.company__img {
  margin: 64px 12px 0;
}
.company__img img {
  width: 100%;
  height: auto;
}

.l-case {
  padding: 76px 0 100px;
  background: #f7f7f7;
}

.case {
  width: 1080px;
  margin: 40px auto 0;
}
.case__ttl {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}

.caseList {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
.caseList__item {
  position: relative;
  width: 310px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: all 0.3s ease;
}
.caseList__item a {
  display: block;
  padding-bottom: 46px;
  color: #333;
  text-decoration: none;
}
.caseList__item + .caseList__item {
  margin-left: 32px;
}
.caseList__item::after {
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 26px;
  height: 26px;
  background: url(/contact/img/pc/lp/fr102/icnArrow_blue.svg) center right/26px auto no-repeat;
  content: "";
  transition: all 0.3s ease;
}
.caseList__item:visited {
  color: #333;
}
.caseList__item:hover {
  box-shadow: 0 0 20px rgba(49, 73, 106, 0.16);
  color: #333;
}
.caseList__item:hover::after {
  transform: translateX(8px);
}
.caseList__item__img {
  margin-bottom: 24px;
  border-bottom: 1px solid #f5f5f5;
}
.caseList__item__label {
  display: inline-block;
  margin: 0 24px 6px;
  padding: 1px 8px;
  border: 1px solid #3093c1;
  border-radius: 3px;
  color: #3093c1;
}
.caseList__item__ttl {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.6rem;
}
.caseList__item__ttl, .caseList__item__txt {
  line-height: 1.6;
  padding: 0 24px;
}

.flow {
  width: 1080px;
  margin: auto;
  padding: 80px 0;
}
.flow__ttl {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}

.flowList {
  position: relative;
  margin: 48px 48px 0;
  padding-left: 200px;
}
.flowList::before {
  position: absolute;
  top: 60px;
  left: 0;
  content: url(/contact/img/pc/lp/fr102/flow.svg);
}
.flowList__item {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #3c7da2;
  border-radius: 8px;
}
.flowList__item:not(:first-child) {
  margin-top: 52px;
}
.flowList__item:not(:first-child)::before {
  position: absolute;
  top: -36px;
  left: 50%;
  border-top: 20px solid rgba(39, 80, 101, 0.2);
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.flowList__item__ttl {
  display: flex;
  line-height: 1.2;
  flex-direction: column;
  flex: 0 0 258px;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
  border-radius: 6px 0 0 6px;
  color: #fff;
  background: #3c7da2;
  font-weight: bold;
  font-size: 2.6rem;
}
.flowList__item__ttl span {
  opacity: 0.7;
  font-size: 3.9rem;
}
.flowList__item__txt {
  padding: 0 24px;
  font-size: 1.8rem;
}
.flowList__item__txt a {
  color: #3c7da2;
  transition: 0.2s;
}
.flowList__item__txt a:hover {
  opacity: 0.8;
}
.flowList__item__txt a:visited {
  color: #3c7da2;
}
.flowList__item__note {
  position: absolute;
  right: 0;
  bottom: -30px;
}

.l-cost {
  padding: 80px 0;
  background: #f7f7f7;
}

.cost {
  width: 1080px;
  margin: auto;
}
.cost__ttl {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}
.cost__txt {
  margin-top: 16px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.cost__note {
  margin: 16px 48px 0;
  font-size: 1.6rem;
}

.costTable {
  display: flex;
  margin: 48px 48px 0;
  border: 2px solid #31496a;
  text-align: center;
}
.costTable__column {
  width: 33.3333333333%;
}
.costTable__column__head {
  padding: 12px 0;
  color: #fff;
  background: #31496a;
  font-weight: bold;
  font-size: 2rem;
}
.costTable__column:not(:first-child) .costTable__column__head {
  border-left: 1px dotted #979797;
}
.costTable__column__cell {
  padding: 24px 0;
  background: #fff;
  font-size: 2rem;
}
.costTable__column:not(:first-child) .costTable__column__cell {
  border-left: 1px dotted #31496a;
}
.costTable__column__cell span {
  font-weight: bold;
  font-size: 3.5rem;
}

.faq {
  width: 1080px;
  margin: auto;
  padding: 56px 0;
}
.faq__ttl {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}
.faq__ttl span {
  font-size: 2.4rem;
}

.question,
.answer {
  display: flex;
  align-items: center;
  margin: 16px 48px 0;
  padding: 16px 40px;
}
.question span,
.answer span {
  font-weight: bold;
  font-size: 4.1rem;
}
.question__txt,
.answer__txt {
  line-height: 1.6;
  margin-left: 48px;
  font-size: 1.8rem;
}
.question__txt a,
.answer__txt a {
  color: #3c7da2;
  transition: 0.2s;
}
.question__txt a:hover,
.answer__txt a:hover {
  opacity: 0.8;
}
.question__txt a:visited,
.answer__txt a:visited {
  color: #3c7da2;
}
.question__txt small,
.answer__txt small {
  font-size: 1.2rem;
}

.question {
  margin-top: 40px;
  background: #f2f2f2;
}
.question span {
  color: #3c7da2;
}
.question__txt {
  font-weight: bold;
}

.l-cta {
  padding: 94px 0 80px;
  background: url(/contact/img/pc/lp/fr102/ctaBg.jpg) center/cover no-repeat;
}

.cta {
  width: 1080px;
  margin: auto;
  color: #fff;
}
.cta__ttl {
  line-height: 1.6;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
}
.cta__ttl span {
  font-size: 6rem;
}

.ctaList {
  display: flex;
  justify-content: space-between;
  margin: 48px 64px 0;
}
.ctaList__item {
  width: 50%;
  padding: 8px 56px;
}
.ctaList__item:first-child {
  border-right: 1px solid #fff;
}
.ctaList__item__btn {
  width: 324px;
  margin: auto;
}
.ctaList__item__btn a {
  display: block;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  line-height: 76px;
  overflow: hidden;
  border-radius: 2em;
  color: #fff;
  background: #ff635c;
  transform: perspective(1px) translateZ(0);
}
.ctaList__item__btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 172.2147239264, 168.5);
  opacity: 0.4;
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.2s;
}
.ctaList__item__btn a:hover {
  color: #fff;
}
.ctaList__item__btn a:hover::before {
  transform: scaleX(1);
}
.ctaList__item__btn a:visited {
  color: #fff;
}
.ctaList__item__btn a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}
.ctaList__item__btn--download a {
  background: #3c7da2;
}
.ctaList__item__btn--download a::before {
  background: rgb(100.6621621622, 162.5878378378, 197.8378378378);
}
.ctaList__item__txt {
  margin-top: 32px;
  font-weight: bold;
  font-size: 1.8rem;
}

.l-footer {
  background: #333;
}

.p-eventFixedCta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 12px 0;
  background: #ffe866;
  transform: translateY(100%);
  transition: 0.3s;
}
.p-eventFixedCta.is-appear {
  transform: translateY(0);
}

.p-eventItem {
  display: flex;
  width: 740px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  letter-spacing: 0.1rem;
}
.p-eventItem__txt {
  font-weight: bold;
  font-size: 1.6rem;
}
.p-eventItem__txt span {
  display: inline-block;
  margin-right: 12px;
  padding: 0 12px;
  border: 2px solid rgb(47.8375634518, 182.538071066, 200.1624365482);
  color: rgb(47.8375634518, 182.538071066, 200.1624365482);
  background: #fff;
}
.p-eventItem__btn {
  width: 320px;
}
.p-eventItem__btn a {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  line-height: 48px;
  overflow: hidden;
  border-radius: 2em;
  color: #fff;
  background: rgb(47.8375634518, 182.538071066, 200.1624365482);
  transform: perspective(1px) translateZ(0);
}
.p-eventItem__btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(105.2817258883, 206.0355329949, 219.2182741117);
  opacity: 0.4;
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.2s;
}
.p-eventItem__btn a:hover {
  color: #fff;
}
.p-eventItem__btn a:hover::before {
  transform: scaleX(1);
}
.p-eventItem__btn a:visited {
  color: #fff;
}
.p-eventItem__btn a {
  position: relative;
}
.p-eventItem__btn a::after {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("/contact/img/pc/common/icon/filled/white/externalLink.svg") center/16px 16px no-repeat;
  content: "";
  transform: translateY(-50%);
  transition: 0.2s;
  right: 16px;
}
.p-eventItem__btn a {
  border-radius: 4px;
}
