.fv {
  overflow: hidden;
  position: relative;
  margin-top: 70px;
  padding: 110px 40px 80px;
  background: url(../img/fv-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 65px;
    padding: 10.6666666667vw 5.3333333333vw 6.6666666667vw;
    background-position: bottom;
  }
}
.fv__items {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 60px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv__items {
    width: 45%;
    gap: 20px;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }
}
.fv__item {
  height: 138px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .fv__item {
    width: 100%;
    height: auto;
  }
}
.fv__item img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fv__item img {
    height: auto;
    width: 100%;
  }
}
.fv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.fv__contents {
  width: 52%;
}
@media screen and (max-width: 1320px) {
  .fv__contents {
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .fv__contents {
    width: 100%;
  }
}
.fv__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv__tags {
    flex-wrap: wrap;
  }
}
.fv__tag {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  border-radius: 50px;
  white-space: nowrap;
  letter-spacing: 0.1em;
  background: #354BA2;
  padding: 10px 24px;
}
@media screen and (max-width: 1320px) {
  .fv__tag {
    font-size: 24px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv__tag {
    font-size: 6.4vw;
    padding: 6px 16px;
  }
}
.fv__text {
  border-top: 3px solid #354BA2;
  padding: 20px 0;
  text-align: center;
  color: #354BA2;
  letter-spacing: 0.1em;
  font-size: 35px;
  border-bottom: 3px solid #354BA2;
  margin: 15px 0 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .fv__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 5.0666666667vw;
    padding: 10px 0;
    letter-spacing: 0.05em;
  }
}
.fv h2 {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 46px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1320px) {
  .fv h2 {
    white-space: nowrap;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
}
.fv__title {
  margin-bottom: 25px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv__title {
    margin-bottom: 53.3333333333vw;
  }
}
.fv__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fv__btn {
  display: block;
  width: 48.5%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 30px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1320px) {
  .fv__btn {
    font-size: 24px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .fv__btn {
    width: 49%;
    font-size: 5.3333333333vw;
    padding: 18px 0;
    border-radius: 12px;
  }
}
.fv__btn:first-child {
  background: #2BAC85;
}
.fv__btn:nth-child(2) {
  background: #fff;
  color: #354BA2;
}
.fv__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 650px;
}
.fv__img img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 96%;
    right: -22%;
  }
}

.cta {
  padding: 50px 40px;
  background: #4EBBC4;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
}
.cta__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .cta__btns {
    gap: 10px;
  }
}
.cta__btns a {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .cta__btns a {
    width: 150px;
  }
}

.about {
  padding: 60px 40px 30px;
  background: #4EBBC4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 5.3333333333vw 42.6666666667vw;
  }
}
.about__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about .section__title {
  text-align: center;
  color: #fff;
}
.about .section__title::after {
  margin: 20px auto 0;
}
.about h3 {
  margin: 50px auto 30px;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  padding: 10px 20px;
  font-size: 50px;
  color: #4EBBC4;
  box-sizing: border-box;
  max-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .about h3 {
    line-height: 1.2;
    text-align: center;
    font-size: 6.4vw;
    padding: 10px;
    margin: 8vw auto;
  }
}
.about__subTitle {
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
  color: #fff;
  max-width: 840px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .about__subTitle {
    letter-spacing: 0.05em;
    font-size: 5.3333333333vw;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 5.3333333333vw;
    margin: 0 auto 5.3333333333vw;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
}
.about__text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  color: #305FCD;
  position: relative;
  padding: 15px 15px;
  border-radius: 15px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 50px;
}
.about__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 768px) {
  .about__text::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 35%;
    border-style: solid;
    border-width: 25.5px 7.8px 0 7.8px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
    transform: rotate(30deg);
  }
}
.about__text .icon {
  position: absolute;
  bottom: -80px;
  left: -200px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .about__text .icon {
    bottom: -210px;
    left: -30px;
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 4.8vw;
    text-align: justify;
    line-height: 1.5;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
}
.about__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about__tags {
    gap: 10px;
  }
}
.about__tags span {
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  font-size: 24px;
  background: #305FCD;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .about__tags span {
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    line-height: 1.3;
    font-size: 4vw;
    border-radius: 100px;
  }
}

.trouble {
  background: #305FCD;
  padding: 90px 0 115px;
}
@media screen and (max-width: 768px) {
  .trouble {
    padding: 16vw 0 13.3333333333vw;
  }
}
.trouble__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.trouble__title {
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
  max-width: 100%;
  padding: 30px 70px;
  font-size: 50px;
  color: #354BA2;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .trouble__title {
    padding: 5.3333333333vw;
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto 13.3333333333vw;
  }
}
.trouble__listsWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trouble__listsWrap {
    overflow-x: auto;
    padding: 20px 10%;
    -ms-overflow-style: none;
    padding: 10px 0;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.trouble__listsWrap::-webkit-scrollbar {
  display: none;
}
.trouble__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .trouble__lists {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: flex;
    gap: 10px;
  }
}
.trouble__list {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .trouble__list {
    width: 310px;
  }
}
.trouble__list--contents {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .trouble__list--contents {
    width: 100%;
    margin-bottom: 60px;
  }
}
.trouble__list--icon {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trouble__list--icon {
    width: 100%;
    text-align: center;
  }
  .trouble__list--icon img {
    height: 150px;
    width: auto;
    margin: 0 auto;
  }
}
.trouble__list .trouble__list--icon img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .trouble__list .trouble__list--icon img {
    width: auto;
  }
}
.trouble__list:nth-child(1) .trouble__list--icon {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .trouble__list:nth-child(1) .trouble__list--icon {
    padding-bottom: 0;
  }
}
.trouble__list:nth-child(1) .trouble__list--icon img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .trouble__list:nth-child(1) .trouble__list--icon img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .trouble__list:nth-child(2) .trouble__list--icon {
    padding-top: 25px;
  }
}
.trouble__list:last-child .trouble__list--icon img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .trouble__list:last-child .trouble__list--icon img {
    width: 120px;
  }
}
.trouble__list--top {
  background: #E3F1F3;
  padding: 30px 20px;
  height: 305px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .trouble__list--top {
    padding: 8vw 5.3333333333vw;
    display: block;
    height: 540px;
  }
}
.trouble__list--bottom {
  background: #4EBBC4;
  border-radius: 10px;
  padding: 20px;
}
.trouble__list--bottom .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .trouble__list--bottom .title {
    gap: 10px;
  }
  .trouble__list--bottom .title img {
    height: 30px;
  }
}
.trouble__list--bottom .contents {
  background: #fff;
  padding: 20px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .trouble__list--bottom .contents {
    height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.trouble__list--bottom .contents h4 {
  font-size: 18px;
  font-weight: bold;
  color: #4EBBC4;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .trouble__list--bottom .contents h4 {
    font-size: 16px;
  }
}
.trouble__list--bottom .contents ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .trouble__list--bottom .contents ul {
    padding-left: 14px;
  }
}
.trouble__list--bottom .contents ul li {
  list-style-type: disc;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .trouble__list--bottom .contents ul li {
    font-size: 14px;
  }
}
.trouble__list--bottom .contents p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .trouble__list--bottom .contents p {
    font-size: 13px;
  }
}
.trouble__list .arrow {
  margin: 12px auto;
  text-align: center;
}
.trouble__list--num {
  font-size: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
}
.trouble__list--title {
  font-size: 24px;
  font-weight: bold;
  margin: 12px 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .trouble__list--title {
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 12px auto;
  }
}
.trouble__list--text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .trouble__list--text {
    font-size: 13px;
  }
}

.solution {
  padding: 100px 40px 150px;
  background: url(../img/solution-bg.webp) repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .solution {
    padding: 26.6666666667vw 5.3333333333vw 96.5333333333vw;
  }
}
.solution__icon {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 33%;
  z-index: 2;
}
.solution__icon img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .solution__icon {
    width: 75%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.solution__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.solution__subTitle {
  font-size: 32px;
  color: #4EBBC4;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .solution__subTitle {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 6.4vw;
    text-align: left;
  }
}
.solution__title {
  text-align: center;
  color: #4EBBC4;
  font-size: 55px;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .solution__title {
    line-height: 1.3;
    font-size: 8vw;
    text-align: justify;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
    max-width: 100%;
  }
}
.solution__img {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .solution__img {
    width: 100%;
  }
}

.service {
  padding: 80px 40px;
  background: #305FCD;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 26.6666666667vw 5.3333333333vw 16vw;
  }
}
.service__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.service .section__title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service .service__tableWrap {
    width: 100%;
    overflow-x: auto;
  }
  .service .service__tableWrap table {
    width: -moz-max-content;
    width: max-content;
  }
  .service .service__tableWrap table th {
    font-size: 10px !important;
  }
  .service .service__tableWrap table thead td {
    font-size: 10px !important;
  }
}
.service__lists {
  margin: 60px auto 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .service__lists {
    margin: 16vw auto 10.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 70px;
  }
}
.service__list--num {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .service__list--num {
    font-size: 10.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.service__list--icon {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .service__list--icon {
    height: 140px;
  }
  .service__list--icon img {
    height: 100%;
    width: auto;
  }
}
.service__list--title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service__list--title {
    font-size: 5.3333333333vw;
    height: auto;
    line-height: 1.3;
  }
}
.service__list--text {
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service__list--text {
    height: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .service__list--text p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 100%;
  }
}
.service .more__btn {
  margin: 0 auto;
}
.service__tabs {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.service__tab {
  padding: 30px 7%;
  cursor: pointer;
  width: 50%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #4EBBC4;
}
@media screen and (max-width: 768px) {
  .service__tab {
    padding: 30px 20px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.service__tab span {
  background: #fff;
  display: block;
  padding: 10px 0;
  color: #4EBBC4;
  font-weight: bold;
  border-radius: 10px;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service__tab span {
    padding: 10px;
    font-size: 6.4vw;
  }
}
.service__tab.active {
  background: #fff;
}
.service__tab.active span {
  background: #4EBBC4;
  color: #fff;
}
.service__contents {
  display: none;
}
.service__contents.show {
  display: block;
}
.service__contents {
  padding: 50px 8%;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 768px) {
  .service__contents {
    padding: 13.3333333333vw 8vw;
  }
}
.service .acLists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .service .acLists {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.service .acList {
  border-radius: 10px;
  background: #305FCD;
  padding: 20px;
}
.service .acList__num {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 15px;
}
.service .acList__text {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.service .acList__text .item {
  background: #fff;
  border-radius: 10px;
  padding: 5px 15px 10px;
  font-weight: bold;
  font-size: 24px;
  color: #305FCD;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .service .acList__text .item {
    padding: 5px 10px 10px;
    font-size: 14px;
  }
}
.service .acList__text .item span {
  color: #FFAA00;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .service .acList__text .item span {
    font-size: 20px;
  }
}
.service .acList:nth-child(3) .acList__text .item {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .service .acList:nth-child(3) .acList__text .item {
    padding-top: 5px;
  }
}
.service .acList:last-child .item {
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .service .acList:last-child .item {
    padding: 10px 10px 10px;
  }
}
.service__item {
  padding-top: 20px;
  border-top: 1px solid #305FCD;
  padding-bottom: 20px;
}
.service__item .point__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .service__item .point__lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }
}
.service__item .point__lists.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .service__item .point__lists.column3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.service__item.bg {
  margin-top: -1px;
  background: #4EBBC4;
  border-radius: 20px;
  padding: 25px 20px 20px;
  margin-bottom: 50px;
  border-bottom: 0;
  border-top: 0 solid #000;
}
@media screen and (max-width: 768px) {
  .service__item.bg {
    padding-left: 0;
    padding-right: 0;
  }
}
.service__item.bg > h3 {
  color: #fff;
}
.service__item.bg table {
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .service__item.bg table {
    border-radius: 0;
  }
}
.service__item > p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.service__item .service__tableWrap table {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service__item .service__tableWrap table {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 30px;
  }
}
.service__item .service__tableWrap table th {
  padding: 25px 10px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .service__item .service__tableWrap table th {
    font-size: 5px;
    padding: 8px 5px;
  }
}
.service__item .service__tableWrap table td {
  box-sizing: border-box;
  text-align: center;
  padding: 25px 10px;
  font-size: 16px;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .service__item .service__tableWrap table td {
    font-size: 5px;
    padding: 8px 5px;
  }
}
.service__item .service__tableWrap table td span {
  font-size: 20px;
  color: #4EBBC4;
}
@media screen and (max-width: 768px) {
  .service__item .service__tableWrap table td span {
    font-size: 8px;
  }
}
.service__item .service__tableWrap table td.bg {
  background: #D4EDEF;
}
.service__item .service__tableWrap table thead th {
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  vertical-align: middle;
}
.service__item .service__tableWrap table thead td {
  box-sizing: border-box;
  text-align: center;
  padding: 20px 10px;
  font-size: 165x;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .service__item .service__tableWrap table thead td {
    font-size: 5px;
    padding: 8px 5px;
    letter-spacing: 0;
  }
  .service__item .service__tableWrap table thead td img {
    width: 40px;
  }
}
.service__item .service__tableWrap table thead td span {
  font-size: 20px;
  color: #4EBBC4;
}
.service__item .service__tableWrap table thead td.bg {
  background: #FFAA00;
}
.service__item > ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service__item > ul li {
    align-items: center;
    font-size: 14px;
  }
}
.service__item > ul li span {
  color: #4EBBC4;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-right: 10px;
}
.service__item .point__list {
  padding: 20px 20px;
  background: #4EBBC4;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__item .point__list {
    margin-bottom: 0;
  }
}
.service__item .point__list--num {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #fff;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .service__item .point__list--num {
    font-size: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__item .point__list p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__item .point__list p {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.service__item .point__list p span {
  color: #FFFF00;
  font-size: 20px;
}
.service__item .achieve__lists {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.service__item .achieve__list {
  padding: 30px 20px 55px 86px;
  border-radius: 10px;
  border: 1px solid #B3B3B3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list {
    padding-left: 60px;
  }
}
.service__item .achieve__list--icon {
  padding-right: 10px;
  padding-bottom: 10px;
  background: #fff;
  width: 76px;
  position: absolute;
  top: -2px;
  left: -2px;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list--icon {
    width: 62px;
  }
}
.service__item .achieve__list--num {
  font-size: 16px;
  font-weight: bold;
  color: #4EBBC4;
  font-family: "Barlow Condensed", sans-serif;
}
.service__item .achieve__list--title {
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  margin-bottom: 5px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list--title {
    font-size: 18px;
    height: auto;
  }
}
.service__item .achieve__list--tag {
  width: -moz-max-content;
  width: max-content;
  background: #4EBBC4;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  line-height: 1.4;
  border-radius: 40px;
  margin-bottom: 10px;
}
.service__item .achieve__list--text {
  font-size: 13px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.5;
}
.service__item .achieve__list--result {
  margin: 20px auto;
  font-size: 16px;
  color: #305FCD;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list--result {
    font-size: 12px;
    white-space: nowrap;
    margin-left: -30px;
    text-align: center;
  }
}
.service__item .achieve__list--result span {
  font-size: 32px;
  color: #FFAA00;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list--result span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list--result {
    flex-direction: column;
  }
  .service__item .achieve__list--result .arrow {
    transform: rotate(90deg);
  }
}
.service__item .achieve__list--result .before {
  padding: 8px 10px;
  color: #fff;
  font-size: 18px;
  background: #B3B3B3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list--result .before {
    line-height: 1.5;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
}
.service__item .achieve__list--result .after {
  padding: 8px 10px;
  color: #fff;
  font-size: 18px;
  background: #4EBBC4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list--result .after {
    line-height: 1.5;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
}
.service__item .achieve__list--copy {
  font-size: 24px;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4EBBC4;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__list--copy {
    font-size: 14px;
  }
}
.service__item .achieve__lists02 .achieve__list {
  padding-bottom: 30px;
}
.service__item .achieve__lists02 .achieve__list--title {
  height: auto;
  margin-bottom: 15px;
}
.service__item .achieve__lists02 .achieve__list--text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .service__item .achieve__lists02 .achieve__list--text {
    font-size: 12px;
  }
}
.service__item .lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service__item .lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 0;
  }
}
.service__item .list {
  text-align: center;
}
.service__item .list__icon {
  width: 90px;
  margin: 0 auto;
}
.service__item .list p {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service__item .list p {
    font-size: 4vw;
  }
}
.service__item .lists02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service__item .lists02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
  }
}
.service__item .list02 h4 {
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service__item .list02 h4 {
    font-size: 19px;
    margin-bottom: 30px;
  }
}
.service__item .list02 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
.service__item .list02 ul li span {
  color: #4EBBC4;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  margin-right: 10px;
}
.service__item .point02__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__item .point02__lists {
    gap: 20px;
  }
}
.service__item .point02__list--num {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  display: block;
  color: #4EBBC4;
  font-family: "Barlow Condensed", sans-serif;
}
.service__item .point02__list p {
  font-size: 24px;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .service__item .point02__list p {
    font-size: 4vw;
  }
}
.service__item .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .service__item .btns {
    flex-direction: column;
    gap: 10px;
  }
}
.service__item .btns a {
  display: block;
  color: #fff;
  border-radius: 60px;
  padding: 15px 40px;
  margin: 0;
  width: 255px;
}
.service__item .btns a:first-child {
  background: #FFAA00;
}
.service__item .btns a:nth-child(2) {
  background: #16A9B1;
}
.service__item h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  color: #305FCD;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__item h3 {
    font-size: 7.2vw;
    letter-spacing: 0;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
}
.service__item--box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service__item--box {
    display: block;
  }
}
.service__item--lists {
  display: flex;
  flex-direction: column;
  width: 55%;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .service__item--lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.service__item--list {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service__item--list {
    align-items: center;
  }
}
.service__item--list .text {
  width: calc(100% - 44px);
  background: #4EBBC4;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .service__item--list .text p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .service__item--list .text {
    font-size: 3.7333333333vw;
    border-radius: 10px;
    letter-spacing: 0.05em;
    padding: 10px;
  }
}
.service__item--img {
  margin-bottom: -6px;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .service__item--img {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .service__item--img img {
    transform: scale(1) translateX(0);
  }
}

.flow {
  padding: 100px 40px 50px;
  background: #4EBBC4;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 16vw 5.3333333333vw 13.3333333333vw;
  }
}
.flow__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.flow .section__title {
  color: #fff;
}
.flow .section__title span {
  color: #fff !important;
  background: #FFAA00;
  border-radius: 60px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  display: inline-block;
  -webkit-text-fill-color: unset !important;
}
@media screen and (max-width: 768px) {
  .flow .section__title span {
    display: none;
    font-size: 13px;
    padding: 8px 10px;
  }
}
.flow__subTitle {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__subTitle {
    display: block;
  }
}
.flow__subTitle {
  width: -moz-max-content;
  width: max-content;
  color: #fff !important;
  background: #FFAA00;
  border-radius: 60px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.flow__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    margin-top: 13.3333333333vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.flow__list {
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  position: relative;
}
.flow__list + .flow__list::after {
  content: "";
  position: absolute;
  display: block;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 19px;
  background: url(../img/arrow_right.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow__list + .flow__list::after {
    left: 50%;
    top: unset;
    bottom: -30px;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .flow__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  .flow__list::after {
    content: "";
    position: absolute;
    display: block;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 19px;
    background: url(../img/arrow_right.svg) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .flow__list::after {
    left: 50%;
    top: unset;
    bottom: -30px;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .flow__list {
    padding: 6.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
  .flow__list:last-child::after {
    display: none;
  }
}
.flow__list--num {
  font-size: 32px;
  font-weight: bold;
  color: #4EBBC4;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .flow__list--num {
    width: 100%;
  }
}
.flow__list--icon {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow__list--icon {
    width: 25%;
    margin-bottom: 0;
  }
}
.flow__list--title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__list--title {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    text-align: left;
    margin: 0 auto 10px;
    font-size: 18px;
  }
}
.flow__list--text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__list--text {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow__list--contents {
    width: 70%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .flow__list--contents {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
}

.faq {
  padding: 50px 40px 100px;
  background: #4EBBC4;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 13.3333333333vw 5.3333333333vw 8vw;
  }
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.faq .section__title {
  color: #fff;
}
.faq__lists {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    margin-top: 8vw;
  }
}
.faq__list {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    margin-bottom: 13.3333333333vw;
  }
}
.faq__list--title {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  padding: 25px 35px;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    gap: 20px;
    padding: 6.6666666667vw 5.3333333333vw;
    padding-right: 30px;
  }
}
.faq__list--title span {
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  color: #4EBBC4;
}
.faq__list--title p {
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .faq__list--title p {
    line-height: 1.3;
  }
}
.faq__list--title {
  background-image: url(../img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 98%;
}
.faq__list--title.is_active {
  background-image: url(../img/arrow_top.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 98%;
}
.faq__list--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__list--text .wrap {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  padding: 0 35px 25px;
}
@media screen and (max-width: 768px) {
  .faq__list--text .wrap {
    gap: 20px;
    padding: 0 5.3333333333vw 6.6666666667vw;
  }
}
.faq__list--text .wrap span {
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  color: #4EBBC4;
}
.faq__list--text .wrap p {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq__list--text .wrap p {
    font-size: 14px;
  }
}

.contact {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 13.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.contact__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.contact__title {
  color: #4EBBC4;
  font-size: 128px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 25.6vw;
  }
}
.contact .section__title {
  text-align: left;
  color: #4EBBC4;
  margin-top: 35px;
}
.contact .section__title::after {
  background: #4EBBC4;
}
.contact__form {
  box-sizing: border-box;
  margin-top: 50px;
}
.contact__form--item {
  margin-bottom: 40px;
}
.contact__form--item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #305FCD;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title {
    font-size: 4.2666666667vw;
    margin-bottom: 15px;
  }
}
.contact__form--item .title .required {
  color: #CD3B2B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title .required {
    font-size: 3.4666666667vw;
  }
}
.contact__form--item .text input[type=text],
.contact__form--item .text input[type=tel],
.contact__form--item .text input[type=email] {
  border: none;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: #a5a5a5 1px solid;
  font-size: 20px;
}
.contact__form--item .text input[type=text]::-moz-placeholder, .contact__form--item .text input[type=tel]::-moz-placeholder, .contact__form--item .text input[type=email]::-moz-placeholder {
  color: #D9D9D9;
}
.contact__form--item .text input[type=text]::placeholder,
.contact__form--item .text input[type=tel]::placeholder,
.contact__form--item .text input[type=email]::placeholder {
  color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text input[type=text],
  .contact__form--item .text input[type=tel],
  .contact__form--item .text input[type=email] {
    font-size: 16px;
  }
}
.contact__form--item .text .wpcf7-radio {
  display: flex;
  align-items: center;
  margin: 0 !important;
  gap: 10px;
}
.contact__form--item .text .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
}
.contact__form--item .text .wpcf7-radio label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text .wpcf7-radio {
    font-size: 14px;
    gap: 5px;
  }
}
.contact__form--item .text .wpcf7-radio input {
  margin: 0;
  margin-right: 3px;
}
.contact__form--item .text .info {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text .info {
    margin-top: 10px;
    font-size: 3.2vw;
  }
}
.contact__form--item .text textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: #a5a5a5 1px solid;
  font-size: 20px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text textarea {
    height: 200px;
    font-size: 16px;
  }
}
.contact__form--item .text textarea::-moz-placeholder {
  color: #D9D9D9;
}
.contact__form--item .text textarea::placeholder {
  color: #D9D9D9;
}
.contact__form--item.radio .text {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--item.radio .text {
    gap: 10px;
  }
}
.contact__form--privacy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__form--privacy p {
    font-size: 14px;
  }
}
.contact__form--privacy p a {
  color: #48B39F;
  text-decoration: underline;
}
.contact__form--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__form--privacy label {
    font-size: 15px;
  }
}
.contact__form--privacy label input {
  margin: 0;
}
.contact__form--submit {
  text-align: center;
  margin-top: 40px;
}
.contact__form--submit input {
  margin: 0 auto;
  display: block;
  width: 320px;
  text-align: center;
  padding: 15px 45px 15px 45px;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #282828;
  border-radius: 50px;
  transition: 0.3s ease;
  border: 1px solid #282828;
  color: #fff;
  background-color: #282828;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__form--submit input {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 15px 65px 15px 45px;
    background-position: top 55% left 65%;
  }
}
.contact__form--submit input:hover {
  color: #282828;
  opacity: 1;
  background-color: #fff;
}

.company {
  padding: 80px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 13.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.company__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company__inner {
    display: block;
  }
}
.company__contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .company__contents {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.company__contents p {
  line-height: 1.7;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .company__contents p {
    margin-top: 8vw;
  }
}
.company .section__title {
  color: #4EBBC4;
}
.company .section__title::after {
  background: #4EBBC4;
}
.company__map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .company__map {
    width: 100%;
  }
  .company__map iframe {
    height: 250px;
  }
}/*# sourceMappingURL=top.css.map */