.Fv {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .Fv {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .Fv {
    margin-top: 50px;
  }
}
.Fv-Img {
  border-radius: 10px 0 0 10px;
  margin-left: auto;
  width: 79.16%;
}
@media screen and (max-width: 1024px) {
  .Fv-Img {
    width: 81.25%;
  }
}
.Fv_Inner {
  position: absolute;
  top: 11.11vw;
  left: 50%;
  transform: translateX(-50%);
  width: 83.33%;
}
@media screen and (max-width: 1024px) {
  .Fv_Inner {
    top: 10vw;
    width: 88.75%;
  }
}
@media screen and (max-width: 425px) {
  .Fv_Inner {
    top: 28vw;
  }
}
@media screen and (max-width: 375px) {
  .Fv_Inner {
    top: 28vw;
  }
}
@media screen and (max-width: 320px) {
  .Fv_Inner {
    top: 27.18vw;
  }
}
.Fv-Headline {
  line-height: 1.666;
  font-size: 3.33vw;
  opacity: 0;
}
@media screen and (max-width: 425px) {
  .Fv-Headline {
    line-height: 2;
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .Fv-Headline {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  .Fv-Headline {
    font-size: 24px;
  }
}
.Fv-Headline span {
  color: #288de1;
}
.Fv-Scroll {
  margin-top: 74px;
  width: 11.69px;
}
@media screen and (max-width: 1024px) {
  .Fv-Scroll {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Fv-Scroll {
    width: 8.77px;
  }
}
@media screen and (max-width: 425px) {
  .Fv-Scroll {
    margin-top: 27px;
  }
}
.About {
  position: relative;
  margin-top: 150px;
  padding-top: 150px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 294px;
}
@media screen and (max-width: 1280px) {
  .About {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .About {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .About {
    padding-bottom: 164px;
  }
}
@media screen and (max-width: 768px) {
  .About {
    padding-top: 27px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 425px) {
  .About {
    margin-top: 52px;
  }
}
.About-IllustRight {
  position: absolute;
  top: 78px;
  right: 7px;
  width: 787px;
}
@media screen and (max-width: 1280px) {
  .About-IllustRight {
    top: 100px;
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .About-IllustRight {
    top: -6vw;
    right: 2px;
    width: 72%;
  }
}
@media screen and (max-width: 425px) {
  .About-IllustRight {
    top: 0;
    width: 330px;
  }
}
@media screen and (max-width: 375px) {
  .About-IllustRight {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .About-IllustRight {
    width: 269px;
  }
}
.About-IllustLeft {
  position: absolute;
  top: 13px;
  left: 0;
  width: 672px;
}
@media screen and (max-width: 1280px) {
  .About-IllustLeft {
    top: 100px;
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .About-IllustLeft {
    display: none;
  }
}
.About-IllustSp {
  margin-top: 9px;
  width: 56%;
  display: none;
}
@media screen and (max-width: 768px) {
  .About-IllustSp {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .About-IllustSp {
    width: 84%;
  }
}
.About_Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
.About-Headline {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 40px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .About-Headline {
    font-size: 20px;
  }
}
.About-Headline span {
  color: #288de1;
}
.About-SubHeadline {
  text-align: center;
  opacity: 0;
}
.About-SubHeadline-Content {
  position: relative;
  margin-top: 20px;
  padding-left: 80px;
  display: inline-block;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .About-SubHeadline-Content {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.About-SubHeadline-Content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .About-SubHeadline-Content::before {
    width: 30px;
  }
}
.About_Wrap {
  margin-top: 98px;
  margin-left: auto;
  max-width: 550px;
}
@media screen and (max-width: 1280px) {
  .About_Wrap {
    margin-top: 64px;
    max-width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .About_Wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .About_Wrap {
    margin-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: none;
  }
}
.About-Text {
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-size: 16px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .About-Text {
    line-height: 1.4;
    font-size: 14px;
  }
}
.About-BtnWrap {
  opacity: 0;
}
.About-Btn {
  position: relative;
  border-radius: 10px;
  margin-top: 40px;
  width: 350px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(90deg, #33a8cb 0%, #376ed6 100%);
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .About-Btn {
    margin-left: auto;
    margin-right: auto;
    width: 372px;
  }
}
@media screen and (max-width: 425px) {
  .About-Btn {
    margin-top: 40px;
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
.About-Btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 41px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-image: url("../images/index/service-btn-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .About-Btn::after {
    right: 20px;
  }
}
.About-Btn:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.ServiceHead {
  position: relative;
  padding-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .ServiceHead {
    padding-bottom: 36px;
  }
}
.ServiceHead-Box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 120px;
  width: 1200px;
  background: #fff;
}
@media screen and (max-width: 1224px) {
  .ServiceHead-Box {
    width: 87.5%;
  }
}
@media screen and (max-width: 768px) {
  .ServiceHead-Box {
    padding-top: 40px;
  }
}
.Service {
  position: relative;
  padding-top: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .Service {
    padding-top: 73px;
    padding-left: 0;
    padding-right: 0;
  }
}
.Service-IllustTop {
  position: absolute;
  top: -42px;
  right: 235px;
  width: 339px;
}
@media screen and (max-width: 1224px) {
  .Service-IllustTop {
    right: 88px;
  }
}
@media screen and (max-width: 768px) {
  .Service-IllustTop {
    width: 100px;
    top: 4px;
    right: 35px;
  }
}
.Service-IllustBottom {
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 284px;
}
@media screen and (max-width: 768px) {
  .Service-IllustBottom {
    display: none;
  }
}
.Service_Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 109px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .Service_Inner {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 0;
  }
}
.Service-Headline {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 40px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Service-Headline {
    font-size: 20px;
  }
}
.Service-Headline span {
  color: #288de1;
}
.Service-SubHeadline {
  text-align: center;
  opacity: 0;
}
.Service-SubHeadline-Content {
  position: relative;
  margin-top: 20px;
  padding-left: 80px;
  display: inline-block;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .Service-SubHeadline-Content {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.Service-SubHeadline-Content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .Service-SubHeadline-Content::before {
    width: 30px;
  }
}
.Service-BtnWrap {
  opacity: 0;
}
.Service-Btn {
  position: relative;
  border-radius: 10px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(90deg, #33a8cb 0%, #376ed6 100%);
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .Service-Btn {
    width: 372px;
  }
}
@media screen and (max-width: 425px) {
  .Service-Btn {
    margin-top: 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
.Service-Btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 41px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-image: url("../images/index/service-btn-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .Service-Btn::after {
    right: 20px;
  }
}
.Service-Btn:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.Service-Card {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Service-Card {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.Service-Card-Item {
  position: relative;
  width: 350px;
  height: 500px;
  box-shadow: 2px 2px 10px rgba(51,51,51,0.25);
  opacity: 0;
}
@media screen and (max-width: 1224px) {
  .Service-Card-Item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .Service-Card-Item {
    width: 372px;
    height: 400px;
  }
}
@media screen and (max-width: 425px) {
  .Service-Card-Item {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .Service-Card-Item {
    height: 351px;
  }
}
.Service-Card-Item:not(:nth-child(3n-2)) {
  margin-left: 75px;
}
@media screen and (max-width: 1224px) {
  .Service-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .Service-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.Service-Card-Item:nth-child(2) {
  margin-top: 48px;
}
.Service-Card-Item:nth-child(3) {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .Service-Card-Item:nth-child(n+2) {
    margin-top: 70px;
  }
}
.Service-Card-Item-Num {
  position: absolute;
  top: -45px;
  left: 0;
  width: 83px;
}
@media screen and (max-width: 768px) {
  .Service-Card-Item-Num {
    top: -22px;
    left: -12px;
    width: 56px;
  }
}
.Service-Card-Item-Img {
  width: 100%;
}
.Service-Card-Item-Title {
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
  color: #288de1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .Service-Card-Item-Title {
    line-height: 1.25;
    font-size: 16px;
  }
}
.Service-Card-Item-Text {
  margin-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .Service-Card-Item-Text {
    padding-left: 13px;
    padding-right: 13px;
    line-height: 1.4;
    font-size: 14px;
  }
}
.Panel {
  margin-top: 90px;
  width: 100%;
  display: flex;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Panel {
    margin-top: 100px;
    flex-wrap: wrap;
  }
}
.Panel-Item {
  position: relative;
  width: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .Panel-Item {
    width: 100%;
  }
}
.Panel-Item:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.Panel-Item_Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.Panel-Item-Headline {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .Panel-Item-Headline {
    font-size: 20px;
  }
}
.Panel-Item-Headline span {
  color: #288de1;
}
.Panel-Item-SubHeadline {
  text-align: center;
}
.Panel-Item-SubHeadline-Content {
  position: relative;
  margin-top: 20px;
  padding-left: 80px;
  display: inline-block;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .Panel-Item-SubHeadline-Content {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.Panel-Item-SubHeadline-Content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .Panel-Item-SubHeadline-Content::before {
    width: 30px;
  }
}
.Faq {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  background: #edf7fc;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .Faq {
    padding-left: 0;
    padding-right: 0;
  }
}
.Faq-IllustTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
}
@media screen and (max-width: 768px) {
  .Faq-IllustTop {
    width: 119px;
  }
}
.Faq-IllustBottom {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 165px;
}
@media screen and (max-width: 768px) {
  .Faq-IllustBottom {
    left: -1px;
    bottom: 290px;
    width: 49px;
  }
}
.Faq_Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .Faq_Inner {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Faq-Headline {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 40px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Faq-Headline {
    font-size: 20px;
  }
}
.Faq-Headline span {
  color: #288de1;
}
.Faq-SubHeadline {
  text-align: center;
  opacity: 0;
}
.Faq-SubHeadline-Content {
  position: relative;
  margin-top: 20px;
  padding-left: 80px;
  display: inline-block;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .Faq-SubHeadline-Content {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.Faq-SubHeadline-Content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .Faq-SubHeadline-Content::before {
    width: 30px;
  }
}
.Faq-Accordion {
  margin-top: 91px;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion {
    margin-top: 63px;
  }
}
.Faq-Accordion-Item {
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item {
    border-radius: 5px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}
.Faq-Accordion-Item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.Faq-Accordion-Item-Q {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item-Q {
    padding-left: 50px;
  }
}
.Faq-Accordion-Item-Q:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.Faq-Accordion-Item-Q::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/index/faq-icon-q.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item-Q::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .Faq-Accordion-Item-Q::before {
    top: 0;
    transform: none;
  }
}
.Faq-Accordion-Item-Q::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/index/faq-icon-open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item-Q::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 425px) {
  .Faq-Accordion-Item-Q::after {
    top: 7px;
    transform: none;
  }
}
.Faq-Accordion-Item-Q.isOpen::after {
  background-image: url("../images/index/faq-icon-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Faq-Accordion-Item-Q-Title {
  letter-spacing: 0.04em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item-Q-Title {
    line-height: 1.4;
    font-size: 14px;
  }
}
.Faq-Accordion-Item-A {
  position: relative;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 90px;
  display: none;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item-A {
    padding-left: 50px;
    padding-right: 0;
  }
}
.Faq-Accordion-Item-A.isActive {
  display: block;
}
.Faq-Accordion-Item-A::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/index/faq-icon-a.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item-A::before {
    top: 0;
    width: 30px;
    height: 30px;
  }
}
.Faq-Accordion-Item-A-Text {
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .Faq-Accordion-Item-A-Text {
    line-height: 1.6;
    font-size: 12px;
  }
}
