.mv__inner {
  display: grid;
  position: relative;
}

.mv__inner>* {
  grid-column: 1/-1;
  grid-row: 1/-1;
}

@media screen and (max-width: 1024px) {
  .mv__bg {
    height: 200px;
  }
}

.mv__bg picture,
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .mv__bg+.inner {
    padding-inline: 0;
  }
}

.mv__ttl {
  padding-left: 32px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 36px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .mv__ttl {
    padding-left: 4%;
    font-size: 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: none;
    transform: none;
    gap: 18px;
  }
}

.mv__ttl span {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .mv__ttl span {
    font-size: 1.5rem;
  }
}

.mv__img {
  width: 336px;
  aspect-ratio: 336/285;
  position: absolute;
  bottom: 0;
  right: min(10.2vw, 153px);
}

@media screen and (max-width: 1024px) {
  .mv__img {
    width: 150px;
    right: 15px;
  }
}

.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.service__top {
  padding-block: 50px;
  background: url(../img/corporate/pc/service-bg@2x.png) no-repeat center/cover;
}

@media screen and (max-width: 1024px) {
  .service__top {
    padding-block: 40px;
    padding-block: 60px;
    padding-block: 15px;
  }
}

.service__list01 {
  max-width: 890px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .service__list01 {
    width: 100%;
    gap: 8px;
  }
}

.service__list01::before,
.service__list01::after {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 34/40;
  background: url(../img/common/particle.svg) no-repeat center/contain;
  position: absolute;
}

@media screen and (max-width: 1024px) {

  .service__list01::before,
  .service__list01::after {
    width: 16px;
  }
}

.service__list01::before {
  top: -41px;
  left: min(-4.4666666667vw, -67px);
}

@media screen and (max-width: 1024px) {
  .service__list01::before {
    top: -20px;
    left: -8px;
  }
}

.service__list01::after {
  bottom: -41px;
  right: min(-4.2666666667vw, -64px);
}

@media screen and (max-width: 1024px) {
  .service__list01::after {
    bottom: -20px;
    right: -8px;
  }
}

.service__list02 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

@media screen and (max-width: 1024px) {
  .service__list02 {
    margin-top: 22px;
    gap: 16px;
  }
}

.service__list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 63px;
}

@media screen and (max-width: 1024px) {
  .service__list03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
}

.service__item {
  min-height: 170px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .service__item {
    min-height: 74px;
    border-radius: 10px;
  }
}

.service__list01 .service__item {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .service__list01 .service__item {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.service__list02 .service__item {
  font-size: 2.375rem;
}

@media screen and (max-width: 1024px) {
  .service__list02 .service__item {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.service__list03 .service__item {
  width: 325px;
  max-width: 100%;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1024px) {
  .service__list03 .service__item {
    gap: 12px;
    width: 300px;
  }
}

.service__list03 .service__item::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service__list03 .service__item span {
  display: block;
}

.service__list03 .service__item span:nth-of-type(1) {
  font-size: 2rem;
  line-height: 1.46875;
}

@media screen and (max-width: 1024px) {
  .service__list03 .service__item span:nth-of-type(1) {
    font-size: 1.75rem;
  }
}

.service__list03 .service__item span:nth-of-type(2) {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}

@media screen and (max-width: 1024px) {
  .service__list03 .service__item span:nth-of-type(2) {
    font-size: 0.75rem;
  }
}

.service__item-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.service__item-bg picture,
.service__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {

  .service__item-bg picture,
  .service__item-bg img {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .service__mid {
    padding-block: 40px 0;
  }
}

.service__row {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 122px;
}

@media screen and (max-width: 1024px) {
  .service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 48px;
  }
}

.service__img01 {
  padding-top: 82px;
  margin-bottom: -25px;
}

@media screen and (max-width: 1024px) {
  .service__img01 {
    padding-top: 0;
    margin-inline: auto;
    margin-bottom: -15px;
    max-width: 150px;
  }
}

.service__para {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 2rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .service__para {
    font-size: 1.125rem;
  }
}

.service__para span {
  display: block;
}

.service__para span+span {
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .service__para span+span {
    margin-top: 12px;
  }
}

.service__para::before,
.service__para::after {
  content: "";
  display: block;
  width: 74px;
  height: 4.25px;
  background: #014375;
  position: absolute;
  left: -42px;
}

@media screen and (max-width: 1024px) {

  .service__para::before,
  .service__para::after {
    width: 40px;
    height: 2px;
    left: initial;
  }
}

.service__para::before {
  top: -20px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media screen and (max-width: 1024px) {
  .service__para::before {
    top: initial;
    bottom: -30px;
    left: 60px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

.service__para::after {
  bottom: -20px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 1024px) {
  .service__para::after {
    bottom: -30px;
    right: 60px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

.service__bottom {
  padding-block: 85px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .service__bottom {
    padding-block: 40px;
  }
}

.service__bottom::before {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 85/76;
  background: url(../img/common/particles.svg) no-repeat center/contain;
  position: absolute;
  top: 64px;
  left: min(11.8666666667vw, 178px);
}

@media screen and (max-width: 1024px) {
  .service__bottom::before {
    width: 40px;
    left: 15px;
    top: 30px;
  }
}

.service__img02 {
  position: absolute;
  bottom: -20px;
  right: min(5.6vw, 144px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0 calc(100% - 20px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0 calc(100% - 20px));
}

@media screen and (max-width: 1024px) {
  .service__img02 {
    width: 120px;
    right: 15px;
  }
}

.price {
  padding: 100px 0 194px;
  background: url(../img/corporate/pc/price-bg@2x.png) no-repeat center/cover;
}

@media screen and (max-width: 1024px) {
  .price {
    padding: 60px 0 90px;
  }
}

.price__box {
  margin-top: 100px;
  padding: 80px 80px 100px;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .price__box {
    margin-top: 40px;
    padding: 30px 30px 40px;
  }
}

.price__box:first-of-type {
  margin-top: 34px;
}

@media screen and (max-width: 1024px) {
  .price__box:first-of-type {
    margin-top: 24px;
  }
}

.price__box:first-of-type::after {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 85/76;
  background: url(../img/common/particles.svg) no-repeat center/contain;
  position: absolute;
  top: -76px;
  right: -80px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 1024px) {
  .price__box:first-of-type::after {
    width: 40px;
    top: -50px;
    right: 0;
  }
}

.price__box:nth-of-type(2) {
  padding: 45px 74px 84px;
}

@media screen and (max-width: 1024px) {
  .price__box:nth-of-type(2) {
    padding: 30px 26px 40px;
  }
}

.price__box:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 85/74;
  background: url(../img/common/particles.svg) no-repeat center/contain;
  position: absolute;
  bottom: -76px;
  left: -80px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 1024px) {
  .price__box:nth-of-type(2)::before {
    width: 40px;
    bottom: -50px;
    left: 0;
  }
}

.price__para {
  font-size: 1.125rem;
  line-height: 1.7222222222;
}

@media screen and (max-width: 1024px) {
  .price__para {
    font-size: 0.875rem;
  }
}

.price__list.--col3 {
  /* margin-top: 96px;
  margin-bottom: 100px; */
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px 5%;
}

@media screen and (max-width: 1024px) {
  .price__list.--col3 {
    margin-top: 24px;
    margin-bottom: 24px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.price__list.--col1 {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .price__list.--col1 {
    margin-top: 56px;
  }
}

.price__item {
  padding-block: 16px;
}

@media screen and (max-width: 1024px) {
  .price__item {
    padding-block: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .price__item:first-of-type {
    border-top: 1px solid #fff;
  }
}

.price__list.--col3 .price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  .price__list.--col3 .price__item {
    gap: 16px;
    padding-block: 24px;
    /* border-bottom: 1px solid #fff; */
  }
}

@media screen and (max-width: 1024px) {
  .price__list.--col3 .price__item:first-of-type {
    border-top: none;
  }
}

.price__list.--col1 .price__item {
  padding-block: 54px 62px;
  border-top: 3px solid #014375;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .price__list.--col1 .price__item {
    padding-block: 32px;
    border-width: 1.5px;
  }
}

.price__list.--col1 .price__item:last-of-type {
  padding-top: 82px;
}

@media screen and (max-width: 1024px) {
  .price__list.--col1 .price__item:last-of-type {
    padding-top: 100px;
  }
}

.price__list.--col3 .price__item-ttl {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 1.625rem;
  line-height: 1.3636363636;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .price__list.--col3 .price__item-ttl {
    gap: 16px;
    font-size: 1.125rem;
  }
}

.price__list.--col3 .price__item-ttl::before,
.price__list.--col3 .price__item-ttl::after {
  flex-grow: 1;
  content: "";
  display: block;
  height: 3px;
  border-top: 3px solid #fff;
}

@media screen and (max-width: 1024px) {

  .price__list.--col3 .price__item-ttl::before,
  .price__list.--col3 .price__item-ttl::after {
    height: 1px;
    border-top-width: 1px;
  }
}

.price__list.--col3 .price__item-ttl small {
  font-size: 1.375rem;
}

@media screen and (max-width: 1024px) {
  .price__list.--col3 .price__item-ttl small {
    font-size: 1rem;
  }
}

.price__list.--col1 .price__item-ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 36px;
  font-size: 1.625rem;
  background: #fff4da;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .price__list.--col1 .price__item-ttl {
    padding-inline: 16px;
    font-size: 1.125rem;
  }
}

.price__table {
  /* margin-top: auto; */
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 0;
}

@media screen and (max-width: 1024px) {
  .price__table {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}

.price__list.--col3 .price__table {
  justify-content: center;
}

.price__list.--col1 .price__table {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price__table-row {
  display: grid;
  grid-template-columns: subgrid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column: 1/-1;
  gap: 32px;
}

.price__list.--col3 .price__table-row {
  gap: 24px;
}

.price__table-ttl {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}

@media screen and (max-width: 1024px) {
  .price__table-ttl {
    font-size: 1rem;
  }
}

.price__list.--col3 .price__table-ttl {
  font-size: 1rem;
}

.price__table-para {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .price__table-para {
    font-size: 1.25rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.price__list.--col3 .price__table-para {
  font-size: 1.625rem;
}

@media screen and (max-width: 1024px) {
  .price__list.--col3 .price__table-para {
    font-size: 1.25rem;
  }
}

.price__table-para span {
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .price__table-para span {
    margin-bottom: -8px;
    margin-right: 0;
    font-size: 1rem;
  }
}

.price__cation {
  margin-top: 42px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .price__cation {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

.price__last {
  font-size: 1.3125rem;
}

@media screen and (max-width: 1024px) {
  .price__last {
    font-size: 1rem;
  }
}

.price__balloon {
  padding: 18px 34px;
  font-size: 1.0625rem;
  line-height: 1.3529411765;
  border-radius: 31px;
  position: absolute;
  right: 0;
  top: -28px;
}

@media screen and (max-width: 1024px) {
  .price__balloon {
    padding: 12px 16px;
    font-size: 0.875rem;
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    top: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.price__balloon::before {
  content: "";
  display: block;
  width: 47px;
  aspect-ratio: 47/33.5;
  background: #014375;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  right: 82px;
  bottom: -26px;
}

@media screen and (max-width: 1024px) {
  .price__balloon::before {
    width: 20px;
    bottom: -13px;
  }
}

.flow {
  padding: 100px 0 206px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .flow {
    padding: 60px 0 120px;
  }
}

.flow__wrap {
  margin-top: 42px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .flow__wrap {
    margin-top: 64px;
  }
}

.flow__img01 {
  position: absolute;
  top: 46px;
  left: 78px;
  width: 227px;
  aspect-ratio: 227/119;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (max-width: 1024px) {
  .flow__img01 {
    width: 150px;
    top: 31px;
    left: 0;
  }
}

.flow__img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.flow__img02 {
  width: 223px;
  aspect-ratio: 223/276;
  position: absolute;
  bottom: 0;
  right: min(12.8vw, 192px);
}

@media screen and (max-width: 1024px) {
  .flow__img02 {
    width: 120px;
    right: 15px;
  }
}

.flow__img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 1024px) {
  .flow__list {
    gap: 24px;
  }
}

.flow__item {
  border-radius: 20px;
  padding: 75px 50px 75px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 55px;
}

@media screen and (max-width: 1024px) {
  .flow__item {
    border-radius: 10px;
    padding: 30px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}

.flow__item-img {
  /* width: 50%; */
  align-self: flex-start;
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .flow__item-img {
    /* width: 100%; */
    flex: 0 1 auto;
    border-radius: 10px;
  }
}

.flow__item-img img {
  /* width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; */
}

.flow__item-body {
  flex: 1 0 0%;
}

@media screen and (max-width: 1024px) {
  .flow__item-body {
    flex: 0 1 auto;
  }
}

.flow__item-number {
  font-size: 2.8125rem;
}

@media screen and (max-width: 1024px) {
  .flow__item-number {
    font-size: 1.25rem;
    text-align: center;
  }
}

.flow__item-ttl {
  margin-top: 32px;
  font-size: 2.0625rem;
  line-height: 1.1515151515;
}

@media screen and (max-width: 1024px) {
  .flow__item-ttl {
    margin-top: 8px;
    font-size: 1.5rem;
    text-align: center;
  }
}

.flow__item-para {
  margin-top: 45px;
  font-size: 1.125rem;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  .flow__item-para {
    margin-top: 16px;
    font-size: 1rem;
  }
}

.insurance {
  padding-block: 25px;
}

@media screen and (max-width: 1024px) {
  .insurance {
    padding-block: 20px;
  }
}

.insurance__para {
  margin-top: 56px;
  font-size: 1.5rem;
  line-height: 2.25;
}

@media screen and (max-width: 1024px) {
  .insurance__para {
    margin-top: 24px;
    font-size: 1rem;
    margin-bottom: 6rem;
  }
}

.order {
  padding-block: 200px;
}

@media screen and (max-width: 1024px) {
  .order {
    padding-block: 60px 80px;
  }
}

.order__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 48px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .order__list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
  }
}

.order__list::before,
.order__list::after {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 85/76;
  background: url(../img/common/particles.svg) no-repeat center/contain;
  position: absolute;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 1024px) {

  .order__list::before,
  .order__list::after {
    width: 40px;
  }
}

.order__list::before {
  bottom: -112px;
  left: -42px;
}

@media screen and (max-width: 1024px) {
  .order__list::before {
    bottom: -50px;
    left: 0;
  }
}

.order__list::after {
  top: -112px;
  right: -42px;
}

@media screen and (max-width: 1024px) {
  .order__list::after {
    top: -50px;
    right: 0;
  }
}

.order__item {
  min-height: 90px;
  font-size: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .order__item {
    min-height: 65px;
    font-size: 1.25rem;
    border-radius: 10px;
  }
}

.contact {
  background-color: rgba(180, 227, 238, 0.5);
}

.contact__inner {
  padding-block: 55px 70px;
  position: relative;
}

.contact__ttl {
  font-size: calc(45.42 / 16 * 1rem);
  text-align: center;
}

.contact__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #b4e3ee, #00aadb);
  position: absolute;
  top: 105px;
  right: -23px;
  color: #fff;
  line-height: calc(45.6 / 31.15);
  font-size: calc(31.15 / 16 * 1rem);
  text-align: center;
  transform: translateY(-46%);
  z-index: 9;
}

.contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 34px;
  margin-top: 29px;
  line-height: 1.6;
  text-align: center;
}

.contact__list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 170px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.contact__list_item.--tel {
  grid-column: span 2;
  flex-direction: row;
  padding-bottom: 0.15em;
  font-size: calc(80.65 / 16 * 1rem);
}

.contact__list_item::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: no-repeat center center / contain;
  position: absolute;
  top: 22px;
  left: 22px;
}

.contact__list_item.--tel::before {
  background-image: url(../img/corporate/contact-tel.svg);
}

.contact__list_item.--mail::before {
  background-image: url(../img/corporate/contact-mail.svg);
}

.contact__list_item.--line::before {
  background-image: url(../img/corporate/contact-line.svg);
}

.contact__list_head {
  font-size: calc(35.09 / 16 * 1rem);
}

.contact__list_item.--tel .contact__list_head {
  font-size: 1em;
}

.contact__list_item.--tel .contact__list_head::after {
  content: ":";
  margin-inline: 0.1em;
}

.contact__list_body {
  font-size: calc(36.88 / 16 * 1rem);
}

.contact__list_item:first-child .contact__list_body {
  font-size: 1em;
}

.contact__list_tel-number {}

.contact__list_tel-time {
  position: absolute;
  right: 1em;
  bottom: 0.35em;
  font-size: calc(24.78 / 16 * 1rem);
}

@media screen and (max-width: 1024px) {
  .contact {}

  .contact__inner {
    padding-block: 60px;
  }

  .contact__ttl {
    font-size: calc(22 / 16 * 1rem);
  }

  .contact__circle {
    width: 90px;
    height: 90px;
    right: 8px;
    top: 16px;
    font-size: calc(15 / 16 * 1rem);
  }

  .contact__list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
    line-height: 1.3;
  }

  .contact__list_item {
    height: 75px;
    border-radius: 10px;
  }

  .contact__list_item.--tel {
    grid-column: auto;
    font-size: calc(24 / 16 * 1rem);
  }

  .contact__list_item::before {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 15px;
  }

  .contact__list_head {
    font-size: calc(20 / 16 * 1rem);
  }

  .contact__list_body {
    font-size: calc(20 / 16 * 1rem);
  }

  .contact__list_tel-time {
    right: 0.5em;
    bottom: 0.3em;
    font-size: calc(13 / 16 * 1rem);
  }
}