﻿.p-service-enerun {
  background: #DB0917;
  border-radius: 60px 60px 0 0;
  padding-top: 80px;
  padding-bottom: 197px;
  margin-top: -60px;
  position: relative;
}
.p-service-enerun--atamaru {
  background-color: #00649A !important;
  margin-top: -60px;
}
.p-service-enerun__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #DB0917;
  top: 110px;
  margin-left: 16px;
  z-index: 2;
}
.p-service-enerun__inner {
  position: relative;
  padding-left: 62px;
}
.p-service-enerun__center {
  width: 100%;
  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;
  padding-top: 40px;
}
.p-service-enerun__center-image {
  width: 660px;
  height: 596px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-service-enerun__center-title1 {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: #FA5A4B;
  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;
  position: absolute;
  top: 0px;
  right: 45px;
}
.p-service-enerun__center-title1 h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.p-service-enerun__center-desc {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FA5A4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 72px;
  right: -173px;
  padding-top: 45px;
  gap: 16px 0;
}
.p-service-enerun__center-desc h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.p-service-enerun__center-text-01 {
  width: 332px;
  height: 332px;
  top: 368px;
  left: 176px;
  position: absolute;
  background: #FA5A4B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-enerun__center-text-01 p {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.p-service-enerun__center-text-02 {
  width: 256px;
  height: 256px;
  bottom: -119px;
  left: 709px;
  position: absolute;
  background: #FAF2F2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-enerun__center-text-02 p {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #222222;
}
.p-service-enerun__center-icon {
  position: absolute;
  top: 137px;
  right: -269px;
}
.p-service-enerun-sidebar {
  background-color: #FAF2F2;
  padding: 30px 32px;
  border-radius: 56px 0 0 0;
  width: 340px;
  height: 340px;
}
.p-service-enerun-sidebar h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 16px;
  position: relative;
}
.p-service-enerun-sidebar h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 2px;
  background: url(../images/service/img_border.png) repeat-x;
}
.p-service-enerun-sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  padding-top: 32px;
}
.p-service-enerun-sidebar-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: 16px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-enerun-sidebar-item a {
  width: 100%;
  border: 2px solid #DB0917;
  height: 39px;
  line-height: 37px;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #222222;
}
.p-service-enerun-sidebar-item p {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 0;
}
.p-service-enerun-sidebar-item-icon {
  bottom: -5px;
  position: absolute;
}
.p-service-enerun__left {
  position: absolute;
  left: 0;
  top: 0;
}
.p-service-enerun__right {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.p-service-enerun__right .p-service-enerun-sidebar-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-service-enerun__right .p-service-enerun-sidebar-item p {
  text-align: left;
}
.p-service-enerun__right.p-service-enerun-sidebar h3 {
  padding-top: 20px;
}

.p-service-atamaru {
  border-radius: 60px 60px 0 0;
  padding-top: 104px;
  padding-bottom: 197px;
  position: relative;
  background-color: #00649A !important;
  margin-top: -60px;
}
.p-service-atamaru__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #00649A;
  top: 110px;
  margin-left: 16px;
  z-index: 2;
}
.p-service-atamaru__inner {
  position: relative;
}
.p-service-atamaru__center {
  width: 100%;
  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;
  padding-top: 40px;
}
.p-service-atamaru__center-image {
  width: 596px;
  height: 596px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-service-atamaru__center-title1 {
  width: 332px;
  height: 332px;
  border-radius: 50%;
  background: #238FC9;
  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;
  position: absolute;
  top: -60px;
  right: -157px;
}
.p-service-atamaru__center-title1 h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.p-service-atamaru__center-desc {
  width: 168px;
  height: 168px;
  top: 360px;
  left: -27px;
  position: absolute;
  background: #238FC9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-atamaru__center-desc p {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.p-service-atamaru__center-text-01 {
  width: 168px;
  height: 168px;
  top: 368px;
  left: 176px;
  position: absolute;
  background: #238FC9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-atamaru__center-text-01 p {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.p-service-atamaru__center-text-02 {
  width: 332px;
  height: 332px;
  bottom: -119px;
  left: 709px;
  position: absolute;
  background: #FAF2F2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-atamaru__center-text-02 p {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #222222;
}
.p-service-atamaru__center-icon {
  position: absolute;
  top: 103px;
  right: -287px;
}
.p-service-atamaru-sidebar {
  background-color: #EBF8FF;
  padding: 30px 32px;
  border-radius: 56px 0 0 0;
  width: 340px;
  height: 340px;
}
.p-service-atamaru-sidebar h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 0;
}
.p-service-atamaru-sidebar h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 2px;
  background: url(../images/service/character/border-dotted.svg) repeat-x;
}
.p-service-atamaru-sidebar h3 img {
  margin-left: 8px;
}
.p-service-atamaru-sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  padding-top: 32px;
}
.p-service-atamaru-sidebar-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: 16px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-atamaru-sidebar-item a {
  width: 100%;
  border: 2px solid #00649A;
  height: 39px;
  line-height: 37px;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #222222;
}
.p-service-atamaru-sidebar-item p {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 0;
}
.p-service-atamaru-sidebar-item-icon {
  left: 22px;
  bottom: 15px;
  position: absolute;
}
.p-service-atamaru__left {
  position: absolute;
  left: 0;
  top: 0;
}
.p-service-atamaru__right {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.p-service-atamaru__right .p-service-atamaru-sidebar-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-service-atamaru__right .p-service-atamaru-sidebar-item p {
  text-align: left;
}
.p-service-atamaru__right.p-service-atamaru-sidebar h3 {
  padding-top: 20px;
}
.p-service-atamaru__icon-left {
  position: absolute;
  left: 81px;
  bottom: 5px;
}

.p-character-line {
  padding-bottom: 108px !important;
}
.p-character-line__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 112px 0;
}
.p-character-line__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.p-character-line__item-icon {
  position: absolute;
  right: -48px;
  bottom: -50px;
}
.p-character-line__item-icon img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-character-line__item.--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-character-line__item.--right .p-character-line__item-inner {
  background-color: #00D19D;
}
.p-character-line__item.--right .p-character-line__item-inner::after {
  background-color: #00A37A;
}
.p-character-line__item.--right .box-number {
  background-color: #ECFAF3;
}
.p-character-line__item.--right .box-number p,
.p-character-line__item.--right .box-number h5,
.p-character-line__item.--right .box-number span {
  color: #00A37A !important;
}
.p-character-line__item.--right .btn {
  border-color: #00A37A;
  color: #00A37A;
}
.p-character-line__item.--right .btn span {
  color: #00A37A;
}
.p-character-line__item.--right .p-character-line__item-icon {
  right: auto;
  left: 24px;
  top: -48px;
  bottom: auto;
}
.p-character-line__item.--right .p-character-line__item-icon img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-character-line__item-inner {
  width: 1072px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 32px 48px;
  background: #06C7E1;
  border-radius: 56px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-character-line__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-character-line__item-inner::after {
  position: absolute;
  content: "";
  top: -48px;
  right: -48px;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background-color: #029CB0;
  border-radius: 56px 0 0 0;
  z-index: -1;
}
.p-character-line .box-number {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 174px;
  height: 174px;
  border-top-left-radius: 56px;
  border-bottom-right-radius: 56px;
  background: #EEFAFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-character-line .box-number p {
  font-family: Zen Kaku Gothic Antique;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #029CB0;
}
.p-character-line .box-number h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0%;
  color: #029CB0;
}
.p-character-line .box-number span {
  font-family: "DM Sans", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #029CB0;
}
.p-character-line__desc {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 47px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-character-line__desc .tit {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0%;
  color: #fff;
  padding-left: 206px;
  margin-bottom: 0;
}
.p-character-line__images {
  width: 440px;
}
.p-character-line__images img {
  width: 100%;
}
.p-character-line .btn {
  width: 100%;
  height: 80px;
  line-height: 68px;
  text-align: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  border: 2px solid #029CB0;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  width: 100%;
}
.p-character-line .btn span {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #029CB0;
}
.p-character-line .btn svg {
  float: right;
  margin-top: 28px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .p-service-enerun__center-text-01 {
    left: 76px;
  }
  .p-service-enerun__center-text-02 {
    left: 450px;
    z-index: 2;
  }
  .p-service-atamaru__icon-left {
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  .p-character-line__item-icon {
    display: none;
  }
  .p-character-line__desc .tit {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service-enerun__left {
    position: absolute;
    top: auto;
    bottom: -40px;
  }
  .p-service-enerun__center-text-01 {
    bottom: 316px;
    left: -40px;
  }
  .p-service-enerun__center-text-02 {
    bottom: 266px;
    left: 498px;
  }
  .p-service-enerun__center-desc {
    top: 147px;
    right: -60px;
  }
  .p-service-enerun__inner {
    padding-bottom: 340px;
  }
  .p-service-atamaru__inner {
    padding-bottom: 340px;
  }
  .p-service-atamaru__left {
    position: absolute;
    top: auto;
    bottom: -40px;
  }
  .p-service-atamaru__center-title1 {
    right: -137px;
  }
  .p-service-atamaru__icon-left {
    display: none;
  }
  .p-character-line__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 24px;
    padding-top: 176px;
    padding-bottom: 66px;
  }
  .p-character-line__item-icon {
    display: none;
  }
  .p-character-line__images {
    width: 100%;
    height: auto;
  }
  .p-character-line .box-number {
    width: 275px;
    height: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 21px;
  }
  .p-character-line .box-number p {
    font-size: 16px;
  }
  .p-character-line .box-number h5 {
    font-size: 24px;
  }
  .p-character-line .box-number span {
    font-size: 56px;
  }
  .p-character-line__desc {
    gap: 24px;
  }
  .p-character-line__desc .tit {
    padding-left: 0;
    text-align: center;
  }
  .p-character-line .btn {
    width: 100%;
    height: 72px;
    line-height: 64px;
  }
  .p-character-line .btn span {
    font-size: 18px;
    line-height: 27px;
  }
  .p-character-line .btn svg {
    float: right;
    margin-top: 24px;
  }
  .p-character-line__item-inner::after {
    right: -24px;
    top: -24px;
    bottom: -24px;
    height: auto;
  }
  .p-character-line__inner {
    gap: 90px 0;
  }
  .p-character-line {
    padding-bottom: 88px !important;
  }
}
@media (max-width: 767px) {
  .p-service-enerun {
    padding-top: 200px;
    padding-bottom: 57px;
  }
  .p-service-enerun__left {
    position: relative;
  }
  .p-service-enerun__right {
    position: relative;
    bottom: 88px;
  }
  .p-service-enerun__inner {
    padding-left: 0;
  }
  .p-service-enerun__center-title1 {
    top: -84px;
    right: auto;
    left: 0;
  }
  .p-service-enerun__center-image {
    width: 100%;
    width: 100%;
    height: auto;
  }
  .p-service-enerun__center-image img {
    width: 100%;
  }
  .p-service-atamaru__center-image {
    width: 100%;
    height: auto;
  }
  .p-service-atamaru__center-image img {
    width: 100%;
  }
  .p-service-enerun__center-text {
    position: relative;
    width: 100%;
  }
  .p-service-enerun__center-text-01 {
    position: relative;
  }
  .p-service-enerun__center-text-02 {
    position: relative;
    width: 256px;
    height: 256px;
    bottom: 100px;
    left: 91px;
  }
  .p-service-enerun__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-service-enerun__center {
    padding-bottom: 192px;
  }
  .p-service-enerun__center-desc {
    right: 0;
    bottom: -125px;
    top: auto;
  }
  .p-service-enerun__center-text-01 {
    width: 332px;
    height: 332px;
    top: -20px;
    left: 0;
  }
  .p-service-enerun-sidebar {
    width: 100%;
    height: auto;
  }
  .p-service-atamaru {
    padding-top: 200px;
    padding-bottom: 97px;
  }
  .p-service-atamaru__left {
    position: relative;
  }
  .p-service-atamaru__right {
    position: relative;
    bottom: 88px;
    padding-bottom: 130px;
  }
  .p-service-atamaru__inner {
    padding-left: 0;
  }
  .p-service-atamaru__center-title1 {
    top: -20px;
    right: auto;
    left: 0;
    position: relative;
  }
  .p-service-atamaru__center-image {
    width: 100%;
    width: 100%;
    height: auto;
  }
  .p-service-atamaru__center-image img {
    width: 100%;
  }
  .p-service-atamaru__center-image {
    width: 100%;
    height: auto;
  }
  .p-service-atamaru__center-image img {
    width: 100%;
  }
  .p-service-atamaru__center-text {
    position: relative;
    width: 100%;
  }
  .p-service-atamaru__center-text-01 {
    position: relative;
  }
  .p-service-atamaru__center-text-02 {
    position: relative;
    width: 256px;
    height: 256px;
    bottom: 100px;
    left: 91px;
  }
  .p-service-atamaru__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-service-atamaru__center {
    padding-bottom: 40px;
  }
  .p-service-atamaru__center-desc {
    left: 0;
    top: -89px;
  }
  .p-service-atamaru__center-text-01 {
    width: 332px;
    height: 332px;
    top: -20px;
    left: 0;
  }
  .p-service-atamaru-sidebar {
    width: 100%;
    height: auto;
    bottom: 0;
    padding-bottom: 110px;
  }
  .p-service-atamaru__icon-left {
    display: none;
  }
  .p-service-atamaru__title {
    font-size: 20px;
    margin-left: 0;
    top: 95px;
  }
  .p-service-enerun__title {
    font-size: 20px;
    margin-left: 0;
    top: 95px;
  }
  .p-character-line__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 24px;
    padding-top: 176px;
    padding-bottom: 66px;
  }
  .p-character-line__item-icon {
    display: none;
  }
  .p-character-line__images {
    width: 100%;
    height: auto;
  }
  .p-character-line .box-number {
    width: 275px;
    height: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 21px;
  }
  .p-character-line .box-number p {
    font-size: 16px;
  }
  .p-character-line .box-number h5 {
    font-size: 24px;
  }
  .p-character-line .box-number span {
    font-size: 56px;
  }
  .p-character-line__desc {
    gap: 24px;
  }
  .p-character-line__desc .tit {
    padding-left: 0;
    text-align: center;
  }
  .p-character-line .btn {
    width: 100%;
    height: 72px;
    line-height: 64px;
  }
  .p-character-line .btn span {
    font-size: 18px;
    line-height: 27px;
  }
  .p-character-line .btn svg {
    float: right;
    margin-top: 24px;
  }
  .p-character-line__item-inner::after {
    right: -24px;
    top: -24px;
    bottom: -24px;
    height: auto;
  }
  .p-character-line__inner {
    gap: 90px 0;
  }
  .p-character-line {
    padding-bottom: 88px !important;
  }
}