.Fv {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .Fv {
    margin-top: 50px;
  }
}
.Fv_Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.Fv-Headline {
  text-align: center;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .Fv-Headline {
    font-size: 32px;
  }
}
.Fv-Headline span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #288de1;
}
.Fv-SubHeadline {
  text-align: center;
}
.Fv-SubHeadline-Content {
  position: relative;
  margin-top: 16px;
  padding-left: 80px;
  display: inline-block;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .Fv-SubHeadline-Content {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.Fv-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) {
  .Fv-SubHeadline-Content::before {
    width: 30px;
  }
}
@media screen and (max-width: 1330px) {
  .Service {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Service {
    padding-left: 0;
    padding-right: 0;
  }
}
.Service_Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  width: 100%;
  max-width: 1320px;
}
@media screen and (max-width: 768px) {
  .Service_Inner {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Service-Text {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .Service-Text {
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
  }
}
.Service-Tabs {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Service-Tabs {
    width: 100%;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .Service-Tabs {
    margin-top: 37px;
    justify-content: space-between;
  }
}
.Service-Tabs-Item {
  border: 3px solid #288de1;
  border-radius: 20px 20px 0 0;
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  background: #288de1;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .Service-Tabs-Item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .Service-Tabs-Item {
    width: calc((100% - 10px) / 3);
    height: 83px;
    text-align: center;
    font-size: 16px;
  }
}
.Service-Tabs-Item.isActive {
  border-bottom: none;
  background: #fff;
  color: #288de1;
}
.Service-Tabs-Item:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.Service-Content {
  border: 3px solid #288de1;
  border-radius: 10px;
  padding-top: 92px;
  padding-left: 137px;
  padding-right: 137px;
  padding-bottom: 97px;
  width: 100%;
  display: none;
}
.Service-Content.isShow {
  display: block;
}
@media screen and (max-width: 1330px) {
  .Service-Content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .Service-Content {
    border-radius: 0 0 10px 10px;
    padding-top: 36px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 37px;
  }
}
.Service-Content-Intro {
  width: 100%;
  display: flex;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Service-Content-Intro {
    flex-wrap: wrap;
  }
}
.Service-Content-Intro-Info {
  position: relative;
  width: 56.74%;
}
@media screen and (max-width: 768px) {
  .Service-Content-Intro-Info {
    padding-bottom: 56px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .Service-Content-Intro-Info {
    padding-bottom: 0;
  }
}
.Service-Content-Intro-Info-Headline {
  position: relative;
  z-index: 2;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .Service-Content-Intro-Info-Headline {
    line-height: 18px;
    font-size: 18px;
  }
}
.Service-Content-Intro-Info-Headline span {
  color: #288de1;
}
.Service-Content-Intro-Info-Text {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  max-width: 520px;
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .Service-Content-Intro-Info-Text {
    max-width: none;
    line-height: 1.4;
    font-size: 14px;
  }
}
.Service-Content-Intro-Info-Illust {
  position: absolute;
  top: 0;
  right: 0;
  width: 339px;
}
@media screen and (max-width: 768px) {
  .Service-Content-Intro-Info-Illust {
    top: inherit;
    bottom: 0;
    width: 160px;
  }
}
@media screen and (max-width: 425px) {
  .Service-Content-Intro-Info-Illust {
    width: 40%;
  }
}
@media screen and (max-width: 375px) {
  .Service-Content-Intro-Info-Illust {
    width: 53%;
  }
}
@media screen and (max-width: 320px) {
  .Service-Content-Intro-Info-Illust {
    width: 160px;
  }
}
.Service-Content-Intro-Info-Img {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .Service-Content-Intro-Info-Img {
    display: block;
  }
}
.Service-Content-Intro-Img {
  width: 43.26%;
}
@media screen and (max-width: 768px) {
  .Service-Content-Intro-Img {
    display: none;
  }
}
.Service-Content-Card {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .Service-Content-Card {
    margin-top: 40px;
  }
}
.Service-Content-Card-Item {
  position: relative;
  padding-top: 38px;
  width: 304px;
  opacity: 0;
}
@media screen and (max-width: 1330px) {
  .Service-Content-Card-Item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .Service-Content-Card-Item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 425px) {
  .Service-Content-Card-Item {
    padding-top: 30px;
    width: 100%;
  }
}
.Service-Content-Card-Item:not(:nth-child(3n-2)) {
  margin-left: 64px;
}
@media screen and (max-width: 1330px) {
  .Service-Content-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .Service-Content-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .Service-Content-Card-Item:nth-child(even) {
    margin-left: 8px;
  }
}
@media screen and (max-width: 425px) {
  .Service-Content-Card-Item:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .Service-Content-Card-Item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 425px) {
  .Service-Content-Card-Item:nth-child(n+3) {
    margin-top: 0;
  }
}
.Service-Content-Card-Item:nth-child(n+4) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .Service-Content-Card-Item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 425px) {
  .Service-Content-Card-Item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 425px) {
  .Service-Content-Card-Item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.Service-Content-Card-Item-Num {
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
}
@media screen and (max-width: 768px) {
  .Service-Content-Card-Item-Num {
    width: 45px;
  }
}
.Service-Content-Card-Item-Img {
  width: 100%;
}
.Service-Content-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-Content-Card-Item-Title {
    line-height: 1.25;
    font-size: 16px;
  }
}
.Service-Content-Card-Item-Text {
  margin-top: 10px;
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .Service-Content-Card-Item-Text {
    line-height: 1.4;
    font-size: 14px;
  }
}
.Area {
  position: relative;
  margin-top: 145px;
  padding-left: 16px;
  padding-right: 16px;
  background: #edf7fc;
}
@media screen and (max-width: 768px) {
  .Area {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.Area-IllustTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
}
@media screen and (max-width: 768px) {
  .Area-IllustTop {
    width: 117px;
  }
}
.Area-IllustBottom {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 165px;
}
@media screen and (max-width: 768px) {
  .Area-IllustBottom {
    bottom: 0;
    width: 49px;
  }
}
.Area_Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .Area_Inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.Area-Headline {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 40px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Area-Headline {
    font-size: 20px;
  }
}
.Area-Headline span {
  color: #288de1;
}
.Area-SubHeadline {
  text-align: center;
  opacity: 0;
}
.Area-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) {
  .Area-SubHeadline-Content {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.Area-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) {
  .Area-SubHeadline-Content::before {
    width: 30px;
  }
}
.Area-Content {
  margin-top: 80px;
  display: flex;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Area-Content {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.Area-Content-Map {
  width: 38.4%;
}
@media screen and (max-width: 768px) {
  .Area-Content-Map {
    width: 100%;
  }
}
.Area-Content-List {
  margin-left: 80px;
  flex: auto;
  max-width: 398px;
}
@media screen and (max-width: 768px) {
  .Area-Content-List {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
}
.Area-Content-List-Label {
  position: relative;
  padding-left: 22px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .Area-Content-List-Label {
    margin-top: 20px;
    padding-left: 15px;
    line-height: 16px;
    font-size: 16px;
  }
}
.Area-Content-List-Label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #288de1;
}
@media screen and (max-width: 768px) {
  .Area-Content-List-Label::before {
    width: 10px;
    height: 10px;
  }
}
.Area-Content-List-Text {
  margin-top: 2px;
  padding-left: 22px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .Area-Content-List-Text {
    margin-top: 10px;
    padding-left: 0;
    line-height: 1.4;
    font-size: 14px;
  }
}
.Area-Text {
  border-radius: 20px;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background: #fff;
  line-height: 2;
  text-align: center;
  font-size: 20px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Area-Text {
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 15px;
    line-height: 1.4;
    text-align: left;
    font-size: 14px;
  }
}
.Client {
  background: #edf7fc;
}
.Client_Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  .Client_Inner {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    max-width: none;
  }
}
.Client-Headline {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 40px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Client-Headline {
    font-size: 20px;
  }
}
.Client-Headline span {
  color: #288de1;
}
.Client-SubHeadline {
  text-align: center;
  opacity: 0;
}
.Client-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) {
  .Client-SubHeadline-Content {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.Client-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) {
  .Client-SubHeadline-Content::before {
    width: 30px;
  }
}
.Client-List {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Client-List {
    margin-top: 27px;
    flex-wrap: wrap;
  }
}
.Client-List-Item {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .Client-List-Item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .Client-List-Item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.Client-List-Item-Text {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .Client-List-Item-Text {
    padding-left: 15px;
    line-height: 16px;
    font-size: 16px;
  }
}
.Client-List-Item-Text:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .Client-List-Item-Text:nth-child(n+2) {
    margin-top: 10px;
  }
}
.Client-List-Item-Text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 5px;
  height: 40px;
  background: #288de1;
}
@media screen and (max-width: 768px) {
  .Client-List-Item-Text::before {
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
  }
}
