.container--bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(20%), to(#ebebec));
  background: linear-gradient(180deg, #ffffff, 20%, #ebebec);
}

.loading {
  background: #ffffff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.loading__msg {
  display: grid;
  height: 100%;
  left: 0;
  place-items: center;
  position: absolute;
  width: 100%;
}

.loading__msg--in {
  display: block;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 5.25px;
  margin-inline: auto;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .loading__msg--in {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
  }
}

.loading__logo {
  left: calc(50% - 384.5px);
  opacity: 0;
  position: absolute;
  top: calc(50% - 60px);
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  width: 769px;
}

@media screen and (max-width: 767px) {
  .loading__logo {
    left: calc(50% - 187.5px);
    top: 42vw;
    width: 410px;
  }
}

@media screen and (min-width: 768px) {
  .spKv {
    display: none;
  }
}

.spKv img {
  width: 100%;
}

.topMv {
  margin-bottom: 80px;
}

.topMv__img img {
  width: 100%;
}

.topMv__logoArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: 60px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.topMv__logo {
  width: 332px;
}

.topMv__logo img {
  height: auto;
  width: 100%;
}

.topMv__logo + .topMv__logo {
  border-left: 1px solid #d9d9d9;
  margin-left: 32px;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .topMv__logo + .topMv__logo {
    margin-left: 16px;
    padding-left: 16px;
  }
}

.topSlider {
  margin-bottom: 145px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topSlider {
    margin-bottom: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .topSlider {
    margin-bottom: 70px;
  }
}

.topSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.topSlider__item {
  width: 200vw;
}

.topSlider__btnWrap {
  bottom: 60px;
  position: relative;
  position: absolute;
  right: 40px;
  z-index: 1;
}

.topSlider__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  height: 32px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  width: 32px;
}

@media screen and (min-width: 768px) {
  .topSlider__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .topSlider__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.is-showStop .topSlider__btn--stop {
  display: block;
}

.is-showStart .topSlider__btn--stop {
  display: none;
}

.is-showStop .topSlider__btn--start {
  display: none;
}

.is-showStart .topSlider__btn--start {
  display: block;
}

.topSlider__cap {
  color: #999999;
  font-size: 10px;
  margin: 8px 8px 0 0;
  text-align: right;
}

.topLead {
  margin-inline: auto;
  max-width: 1240px;
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .topLead {
    width: calc(100% - 20rem);
  }
  #top .topLead {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topLead {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .topLead {
    margin-bottom: 120px;
  }
}

.topLead__lead {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: 52px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topLead__lead {
    font-size: calc(48 / 1240 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .topLead__lead {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.topLead__txt {
  font-size: 24px;
  letter-spacing: .13em;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .topLead__txt {
    font-size: calc(24 / 1240 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topLead__txt {
    font-size: calc(24 / 1240 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .topLead__txt {
    font-size: 14px;
  }
}

.topLead__txt p {
  font-weight: 500;
}

.topLead__txt p + p {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .topLead__txt p + p {
    margin-top: 30px;
  }
}

.aparelArea {
  margin-inline: auto;
  max-width: 1240px;
  background: #f9f9f9;
  border-radius: 40px;
  margin-bottom: 70px;
  overflow: hidden;
  padding: 100px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .aparelArea {
    width: calc(100% - 20rem);
  }
  #top .aparelArea {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aparelArea {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .aparelArea {
    border-radius: 20px;
    margin-bottom: 120px;
    margin-top: 0;
    max-width: 88%;
    padding: 60px 0 0;
  }
}

.aparel {
  text-align: center;
}

.aparel__ttl {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-bottom: 35px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aparel__ttl {
    font-size: calc(48 / 1240 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .aparel__ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.aparel__ttl:after {
  background: #000000;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 1px;
  left: calc(50% - 40px);
  position: absolute;
  width: 80px;
}

.aparel__txt {
  font-size: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aparel__txt {
    font-size: calc(24 / 1240 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .aparel__txt {
    font-size: 14px;
  }
}

.aparel__txt p {
  font-weight: 500;
  line-height: 2;
}

.aparel .bgLead__txtline {
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .aparel .bgLead__txtline {
    font-size: 15px;
    letter-spacing: -.7px;
  }
}

.selectStyle {
  margin-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .selectStyle {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .selectStyle {
    margin-top: 40px;
  }
}

.selectStyle__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 50px 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  padding: 70px 80px 80px 80px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .selectStyle__inner {
    gap: 40px;
    padding: 8vw 5vw;
  }
}

@media screen and (max-width: 767px) {
  .selectStyle__inner {
    gap: 40px;
    padding: 60px 20px 40px;
  }
}

.selectStyle__logo {
  width: 585px;
}

@media screen and (max-width: 767px) {
  .selectStyle__logo {
    margin-bottom: 30px;
    max-width: 80%;
  }
}

.selectStyle__logo img {
  height: auto;
  width: 100%;
}

.selectStyle__des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.selectStyle__ttl {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .selectStyle__ttl {
    font-size: calc(48 / 1240 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .selectStyle__ttl {
    font-size: 22px;
    letter-spacing: .05em;
    margin-bottom: 20px;
  }
}

.selectStyle__txt {
  font-size: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .selectStyle__txt {
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .selectStyle__txt {
    font-size: calc(24 / 1240 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .selectStyle__txt {
    font-size: 14px;
  }
}

.selectStyle__txt p {
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .selectStyle__txt p {
    line-height: 21.6px;
  }
}

.selectStyle__note {
  display: block;
  font-size: 11px;
  margin-block: 10px 20px;
}

@media screen and (max-width: 767px) {
  .selectStyle__note {
    font-size: 10px;
    letter-spacing: normal;
    line-height: 17px;
    margin-left: -10%;
    width: 120%;
  }
}

.selectStyle__bgTxt {
  background: #8f9a9c;
  color: #ffffff;
  line-height: 27px;
  padding: 58px 40px;
}

@media screen and (min-width: 768px) {
  .selectStyle__bgTxt {
    border-radius: 30px;
    margin-top: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .selectStyle__bgTxt {
    border-radius: 12px;
    font-size: 12px;
    line-height: calc(21 / 12);
    padding: 16px 20px;
  }
}

.selectStyle__bgTxt p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .selectStyle__bgTxt p {
    line-height: 2.2;
  }
}

@media screen and (max-width: 767px) {
  .selectStyle__bgTxt p {
    font-weight: 500;
  }
}

.andStIntro {
  margin-inline: auto;
  max-width: 1240px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .andStIntro {
    width: calc(100% - 20rem);
  }
  #top .andStIntro {
    width: 92%;
  }
}

.andStIntro__grid {
  display: grid;
  grid-template: 'ttl msg' auto 'txt msg' auto / 53% 1fr;
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .andStIntro__grid {
    grid-template: 'ttl ttl' auto 'txt msg' auto / 53% 1fr;
  }
}

@media screen and (max-width: 767px) {
  .andStIntro__grid {
    grid-template: 'ttl' auto 'txt' auto 'msg' auto / 1fr;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .andStIntro__grid {
    max-width: 100%;
    padding-inline: 6%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .andStIntro__grid .bgLead__txtline {
    font-size: 3.8vw;
  }
}

.andStIntro__txt {
  font-size: 15px;
  grid-area: txt;
  letter-spacing: .15em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .andStIntro__txt {
    font-size: 12px;
  }
}

.andStIntro__txt p {
  font-weight: 500;
}

.andStIntro__msg {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  font-size: 11px;
  grid-area: msg;
  line-height: 1.5;
  margin-left: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .andStIntro__msg {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .andStIntro__msg {
    margin: 15px 0 0 auto;
    width: 65%;
  }
}

.bgLead {
  font-size: 24px;
  font-weight: 500;
  grid-area: ttl;
  letter-spacing: .15em;
  line-height: 1.5;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .bgLead {
    font-size: 16px;
    letter-spacing: .05em;
    margin-bottom: 25px;
    text-align: center;
  }
}

.bgLead__txtline {
  background: #000000;
  color: #ffffff;
  display: block;
  padding: 1px 14px 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .bgLead__txtline {
    padding: 4px 8px 5px;
  }
}

.bgLead__txtline + .bgLead__txtline {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .bgLead__txtline + .bgLead__txtline {
    margin-top: 4px;
  }
}

.brandSet {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .brandSet {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .brandSet {
    max-width: 100%;
    padding-inline: 6%;
    width: 100%;
  }
}

.brandSet__lead {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brandSet__lead {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 25px;
    padding: 8px 0;
  }
}

.brandSet__lead--l {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .brandSet__lead--l {
    font-size: 16px;
    margin-top: 4px;
  }
}

.andStIntroCardsTtl {
  height: 45px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .andStIntroCardsTtl {
    height: 30px;
    margin-bottom: 10px;
    padding-inline: 6%;
  }
}

.andStIntroCardsTtl p {
  background: #8f9a9c;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  line-height: 2;
  padding-top: 4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .andStIntroCardsTtl p {
    font-size: 16px;
    font-size: 14px;
    padding-top: 0;
  }
}

.andStIntroCards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 150px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .andStIntroCards {
    margin-bottom: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .andStIntroCards {
    gap: 10px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .andStIntroCards {
    max-width: 100%;
    padding-inline: 6%;
    width: 100%;
  }
}

.andStIntroCards__item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .andStIntroCards__item {
    border-radius: 3px;
  }
}

.andStIntroCards__num {
  color: #ffffff;
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  left: 20px;
  line-height: 1;
  position: absolute;
  top: 15px;
}

@media screen and (max-width: 767px) {
  .andStIntroCards__num {
    font-size: 16px;
    left: 5px;
    top: 3px;
  }
}

.andStIntroCards .caption {
  bottom: -25px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .andStIntroCards .caption {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .andStIntroCards .caption {
    right: 6%;
  }
}

.hdService {
  padding-bottom: 178px;
  margin-inline: auto;
  max-width: 1240px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .hdService {
    width: calc(100% - 20rem);
  }
  #top .hdService {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hdService {
    padding-bottom: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .hdService {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .hdService {
    max-width: 100%;
    padding-inline: 6%;
    width: 100%;
  }
}

.hdService__ttl {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hdService__ttl {
    margin-bottom: 30px;
    text-align: left;
  }
}

.hdService__ttlline {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 5px 12px 6px;
}

@media screen and (min-width: 768px) {
  .hdService__ttlline {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hdService__ttlline {
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hdService__ttlline {
    display: inline-block;
    font-size: 16px;
    text-align: left;
  }
}

.hdService__ttlline + .hdService__ttlline {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .hdService__ttlline + .hdService__ttlline {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hdService__ttlline + .hdService__ttlline {
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hdService__ttlline + .hdService__ttlline {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .hdService__ttlline:last-child {
    padding-right: 12px;
  }
}

.serviceGrid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .serviceGrid {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.serviceGrid__item {
  border-radius: 6px;
  container-name: 'serviceGrid';
  container-type: inline-size;
  overflow: hidden;
}

.serviceGrid__item a {
  background: #ffffff;
  display: block;
  padding: 64px 0 0;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

@media screen and (min-width: 768px) {
  .serviceGrid__item a:hover {
    background: #fcfcfc;
  }
}

@media (hover: hover) and (pointer: fine) {
  .serviceGrid__item a:hover {
    background: #fcfcfc;
  }
}

@media screen and (max-width: 767px) {
  .serviceGrid__item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template: 'desc img' auto 'btn btn' auto / 50% 1fr;
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .serviceGrid__desc {
    grid-area: desc;
  }
}

.serviceGrid__title {
  margin-bottom: 30px;
  margin-inline: auto;
  padding-bottom: 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .serviceGrid__title {
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
}

.serviceGrid__title:after {
  background: #d9d9d9;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 2px;
  left: calc(50% - 20px);
  position: absolute;
  width: 40px;
}

.serviceGrid__titleSub {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .serviceGrid__titleSub {
    font-size: 5cqw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .serviceGrid__titleSub {
    font-size: 7.5px;
    margin-bottom: 4px;
  }
}

.serviceGrid__titleMain {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .serviceGrid__titleMain {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .serviceGrid__titleMain {
    margin-bottom: 0;
    width: 7.5em;
  }
}

.serviceGrid__titleEn {
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .serviceGrid__titleEn {
    font-size: 6cqw;
    margin-left: 10%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .serviceGrid__titleEn {
    display: block;
    font-size: 8px;
    margin-top: 5px;
  }
}

.serviceGrid__type {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .serviceGrid__type {
    letter-spacing: .1em;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .serviceGrid__type {
    font-size: 6cqw;
  }
}

@media screen and (max-width: 767px) {
  .serviceGrid__type {
    font-size: 12px;
    line-height: 16.8px;
  }
}

.serviceGrid__img {
  margin-bottom: 10px;
  margin-inline: auto;
  overflow: hidden;
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  .serviceGrid__img {
    grid-area: img;
    width: 100%;
  }
}

.serviceGrid__img img {
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
}

.serviceGrid a:hover .serviceGrid__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.serviceGrid__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .serviceGrid__btn {
    font-size: 13px;
    grid-area: btn;
    height: 24px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}

.topAboutus {
  background: url("../imgs/pc/bg-circle.svg") center top/100% no-repeat;
  padding: 160px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topAboutus {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .topAboutus {
    background-image: url("../imgs/sp/bg-circle.svg");
    padding: 90px 0 0;
  }
}

.topAboutus__ttl {
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .topAboutus__ttl {
    margin-bottom: 30px;
  }
  .topAboutus__ttl img {
    width: 60%;
  }
}

.topAboutus__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(36 / 24);
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .topAboutus__lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.topAboutus__txt {
  font-size: 15px;
  line-height: calc(30 / 15);
}

@media screen and (max-width: 767px) {
  .topAboutus__txt {
    font-size: 12px;
  }
}

.topAboutus__txt p {
  font-weight: 500;
}

.vrArea {
  background: url("../imgs/pc/bg-circle-white.svg") center top/100% no-repeat;
  margin-top: 120px;
  padding-bottom: 120px;
  padding-top: 120px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vrArea {
    margin-top: 80px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .vrArea {
    background-image: url("../imgs/sp/bg-circle-white.svg");
    margin-top: 80px;
    padding-bottom: 0;
    padding-top: 85px;
  }
}

.vrArea__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(36 / 24);
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .vrArea__ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.vrArea__txt {
  font-size: 15px;
  line-height: calc(30 / 15);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .vrArea__txt {
    font-size: 12px;
  }
}

.vrArea__txt p {
  font-weight: 500;
}
