@charset "UTF-8";
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  color: #222;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

p {
  font-weight: 500;
}

html {
  font-size: 16px;
  scroll-behavior: auto;
}

@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

p {
  font-size: 18px;
  font-size: 1.125rem;
}

section[id] {
  scroll-margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
  }
}

.l-main {
  overflow: hidden;
}

.l-main__wrapper {
  max-width: 1210px;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-main__wrapper {
    padding: 0 1.875rem;
  }
}

.c-button {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  font-weight: bold;
  color: #007eaf;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  display: block;
  border: 1px solid #007eaf;
  border-radius: 2.8125rem;
  width: 375px;
  width: 23.4375rem;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-button::after {
  content: '';
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 2px solid #007eaf;
  border-top: 0.125rem solid #007eaf;
  border-right: 2px solid #007eaf;
  border-right: 0.125rem solid #007eaf;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-button--small {
  width: 166px;
  width: 10.375rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  border-radius: 1.5625rem;
}

.c-button:hover {
  background-color: #00A7EA;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-button:hover::after {
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-button--small-l {
  width: 200px;
  width: 12.5rem;
}

@media screen and (max-width: 767px) {
  .c-button {
    font-size: 0.9375rem;
    padding: 1.25rem 1.25rem;
    width: 100%;
  }
  .c-button--small {
    font-size: 0.9375rem;
    width: 9.375rem;
    padding: 0.75rem 1.25rem;
  }
}

.c-box {
  border-radius: 30px;
  background-color: #F4F4F4;
}

.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.675rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #007eaf;
  max-width: 680px;
  margin: 0 auto 60px;
  margin: 0 auto 3.75rem;
}

.c-head__num {
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: bold;
  color: #007eaf;
  line-height: 1.33;
  letter-spacing: 6.5px;
  letter-spacing: 0.40625rem;
  white-space: nowrap;
}

.c-head__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}

.c-intro-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.78;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-head {
    margin-bottom: 1.875rem;
    gap: 0.9375rem;
  }
  .c-head__num {
    font-size: 2.5625rem;
  }
  .c-head__title {
    font-size: 1.125rem;
    letter-spacing: 1.9px;
  }
  .c-intro-text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.75px;
  }
}

.p-index-head {
  background-color: #f7f7f7;
  padding: 70px 0;
  padding: 4.375rem 0;
  margin: 0 calc(50% - 50vw) 3.125rem;
  width: 100vw;
}

.p-index-head__title {
  font-size: 54px;
  font-size: 3.375rem;
  color: #007eaf;
  line-height: 1.2;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-index-intro {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
}

.p-index-intro__lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  padding-top: 30px;
}

.p-index-intro__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px 3%;
  gap: 2.1875rem 3%;
}

.p-index-intro__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  padding: 24px 20px 24px 30px;
  padding: 1.5rem 1.25rem 1.5rem 1.875rem;
}

.p-index-intro__index-item {
  width: 31%;
  background-color: #d5f1fc;
  color: #000;
  border-radius: 2.5rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.p-index-intro__index-item:hover {
  background-color: #00a7ea;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
}

.p-index-intro__index-item:hover .p-index-intro__index-number::after {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
}

.p-index-intro__index-number {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.75;
  letter-spacing: 2.5px;
  letter-spacing: 0.15625rem;
  position: relative;
  padding-right: 15px;
  padding-right: 0.9375rem;
  font-weight: bold;
  word-break: keep-all;
}

.p-index-intro__index-number::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 94%;
  background-color: #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.p-index-intro__index-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.1em;
}

.p-index-about__catch {
  border-top: 2px solid #007eaf;
  border-bottom: 2px solid #007eaf;
  padding: 55px 10px 35px;
  padding: 3.4375rem 0.625rem 2.1875rem;
  background-color: #d5f1fc;
  max-width: 885px;
  margin: 0 auto 85px;
  margin: 0 auto 5.3125rem;
  position: relative;
  width: 80%;
}

.p-index-about__catch-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  background-color: #007eaf;
  border-radius: 1.8rem;
  font-size: 32px;
  font-size: 2rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-weight: bold;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
  width: 250px;
  width: 15.625rem;
  text-align: center;
}

.p-index-about__catch-text {
  text-align: center;
  line-height: 1.75;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-index-about__box {
  padding: 45px 30px 55px;
  padding: 2.8125rem 1.875rem 3.4375rem;
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}

.p-index-about__title {
  font-size: 32px;
  font-size: 2rem;
  color: #007eaf;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.p-index-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 2%;
  gap: 1.875rem 2%;
}

.p-index-about__item {
  width: 24%;
}

.p-index-about__head {
  color: #007eaf;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.p-index-about__img {
  position: relative;
  width: 100%;
}

.p-index-about__img::before {
  content: "";
  display: block;
  padding-top: 68%;
}

.p-index-about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index-about__text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-index-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 5%;
  gap: 1.5625rem 5%;
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
}

.p-index-about__wrap-item {
  width: 47.5%;
  padding: 50px 20px 50px 40px;
  padding: 3.125rem 1.25rem 3.125rem 2.5rem;
}

.p-index-about__wrap-head {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #007eaf;
  letter-spacing: 0.6px;
}

.p-index-about__wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-index-about__wrap-contents {
  width: 65%;
}

.p-index-about__wrap-num {
  color: #007eaf;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
}

.p-index-about__wrap-num span {
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1.35;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-index-about__wrap-num--small {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.p-index-about__wrap-num--small span {
  font-size: 67px;
  font-size: 4.1875rem;
  margin: 0 15px;
  margin: 0 0.9375rem;
}

.p-index-about__wrap-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  min-height: 63px;
  min-height: 3.9375rem;
}

.p-index-about__wrap-img {
  max-width: 175px;
  width: 32%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-index-about__staff {
  width: 100%;
  padding: 60px 55px 70px;
  padding: 3.75rem 3.4375rem 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  gap: 40px;
  gap: 2.5rem;
}

.p-index-about__circle {
  position: relative;
  display: block;
  margin: 0 auto 50px;
  margin: 0 auto 3.125rem;
  padding: 0 5px;
  width: 220px;
  width: 13.75rem;
  height: 220px;
  height: 13.75rem;
  line-height: 1.38;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #00a7ea;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 27px;
  font-size: 1.6875rem;
}

.p-index-about__circle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(96%);
          transform: translateX(-50%) translateY(96%);
  width: 36px;
  width: 2.25rem;
  height: 38.5px;
  height: 2.40625rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #00a7ea;
  z-index: 0;
}

.p-index-about__circle span {
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
}

.p-index-about__circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

.p-index-about__staff-img {
  max-width: 390px;
}

.p-index-about__btn {
  margin-bottom: 135px;
  margin-bottom: 8.4375rem;
}

.p-index-about__btn .c-button {
  margin: 0 auto;
}

.p-index-job__list {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.p-index-job__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.p-index-job__item:last-of-type {
  margin-bottom: 0;
}

.p-index-job__img {
  width: 38.5%;
  position: relative;
  z-index: 1;
}

.p-index-job__img::before {
  content: "";
  display: block;
  padding-top: 60.84071%;
}

.p-index-job__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-index-job__textarea {
  width: 61.3%;
  background-color: rgba(0, 167, 234, .07);
  padding: 40px 40px;
  padding: 2.5rem 2.5rem;
  padding-left: 80px;
  padding-left: 5rem;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  position: relative;
}

.p-index-job__textarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  background-color: rgba(0, 167, 234, .07);
  width: 50%;
  height: 100%;
}

.p-index-job__head {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #007eaf;
}

.p-index-job__head span {
  font-size: 42px;
  font-size: 2.625rem;
}

.p-index-job__sub {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-index-job__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
}

.p-index-job__note {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.p-index-job__sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-index-point__list {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.p-index-point__item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #007eaf;
  gap: 25px;
  gap: 1.5625rem;
}

.p-index-point__item:last-of-type {
  margin-bottom: 0;
}

.p-index-point__item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
}

.p-index-point__box {
  width: 610px;
  width: 38.125rem;
}

.p-index-point__circle {
  position: relative;
  width: 164px;
  width: 10.25rem;
  height: 164px;
  height: 10.25rem;
  border: 9px solid #00a7ea;
  border-radius: 50%;
  color: #007eaf;
}

.p-index-point__circle-box {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-index-point__circle-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.4px;
  border-bottom: 3px solid #007eaf;
  text-align: center;
}

.p-index-point__circle-num {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.p-index-point__head {
  color: #007eaf;
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 30px;
  font-size: 1.875rem;
}

.p-index-point__text {
  line-height: 1.75;
  letter-spacing: 0.9px;
}

.p-index-point__item-img {
  margin: 0 auto;
  display: block;
}

.p-index-point__item-img--01 {
  max-width: 250px;
  max-width: 15.625rem;
}

.p-index-point__item-img--02 {
  max-width: 320px;
  max-width: 20rem;
}

.p-index-point__item-img--03 {
  max-width: 320px;
  max-width: 20rem;
}

.p-index-point__btn {
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}

.p-index-point__btn .c-button {
  margin: 0 auto;
  display: block;
}

.p-index-point__sub-text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-index-vision .c-intro-text {
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  letter-spacing: 0.9px;
  line-height: 2.78;
}

.p-index-vision__head {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #007eaf;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.p-index-vision__img {
  margin: 0 auto 60px;
  margin: 0 auto 3.75rem;
  display: block;
  max-width: 980px;
  max-width: 61.25rem;
}

.p-index-vision__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}

.p-index-vision__more {
  margin-bottom: 150px;
  margin-bottom: 0px;
}

.p-index-vision__more .c-button {
  width: 24%;
  height: 92px;
  height: 5.75rem;
  position: relative;
  padding: 0;
}

.p-index-vision__more .c-button__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-index-vision__more-head {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38;
  letter-spacing: 1.3px;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #00a7ea;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.p-index-vision__more-list {
  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;
  gap: 15px;
  gap: 0.9375rem;
}

.p-index-job__graph-head {
  font-weight: bold;
  color: #007eaf;
  text-align: center;
  margin-bottom: 160px;
  margin-bottom: 10rem;
}

.p-index-job__graph-title {
  font-size: 25px;
  font-size: 1.5625rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-bottom: 2px solid #007eaf;
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.p-index-job__graph-subhead {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.3px;
  font-weight: bold;
}

.p-graph {
  margin: 0 0 200px;
  margin: 0 0 12.5rem;
  position: relative;
}

.p-graph__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #007eaf;
}

.p-graph__inner {
  max-width: 320px;
  max-width: 20rem;
  margin: 0 auto;
  position: relative;
}

.p-graph__label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -120%);
          transform: translate(-50%, -120%);
  right: 100px;
  right: 6.25rem;
  background-color: #fff;
  color: #df3569;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  border: 4px solid #df3569;
  border: 0.25rem solid #df3569;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  width: 354px;
  width: 22.125rem;
}

.p-graph__label::after {
  content: '';
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 10px solid #E4007F;
  border-top: 0.625rem solid #E4007F;
  border-left: 10px solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 10px solid transparent;
  border-right: 0.625rem solid transparent;
}

.p-graph__label-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.36px;
}

.p-graph__label-value {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.84px;
}

.p-graph__label-value span {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36;
  letter-spacing: 0.44px;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.p-graph__circle {
  width: 320px;
  width: 20rem;
  height: 320px;
  height: 20rem;
  margin: 0 auto;
  position: relative;
  background: conic-gradient(#1B3B5B 0% 38.2%, #0095D9 38.2% 63%, #3DC4FF 63% 100%);
  border-radius: 50%;
}

.p-graph__circle--2 {
  background: conic-gradient(#1B3B5B 0% 39.4%, #0095D9 39.4% 64.2%, #3DC4FF 64.2% 71.6%, #D6F2FF 71.6% 100%);
}

.p-graph__circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  background: #fff;
  border-radius: 50%;
}

.p-graph__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}

.p-graph__amount {
  font-size: 57px;
  font-size: 3.5625rem;
  font-weight: bold;
  color: #007eaf;
  line-height: 1.37;
  letter-spacing: 1.14px;
}

.p-graph__amount span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  line-height: 1.36;
  letter-spacing: 0.44px;
}

.p-graph__dot {
  position: absolute;
  top: 0;
  right: -7%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-graph__dot--2 {
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.p-graph__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}

.p-graph__item--renewal {
  top: 10%;
  left: -36%;
}

.p-graph__item--renewal .p-graph__item-value {
  position: relative;
}

.p-graph__item--renewal .p-graph__item-value::after {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(110%);
          transform: translateX(-50%) translateY(110%);
  position: absolute;
  height: 48px;
  height: 3rem;
  width: 1px;
  background-color: #000;
}

.p-graph__item--renewal .p-graph__item-value::before {
  content: "";
  bottom: -127%;
  left: 50%;
  position: absolute;
  height: 1px;
  width: 100px;
  width: 6.25rem;
  background-color: #000;
  position: absolute;
}

.p-graph__item--maintenance-contract {
  top: 50%;
  right: -55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-graph__item--maintenance-contract .p-graph__item-title {
  position: relative;
}

.p-graph__item--maintenance-contract .p-graph__item-title::after {
  content: "";
  top: 0;
  left: 15%;
  -webkit-transform: translateX(-50%) translateY(-110%);
          transform: translateX(-50%) translateY(-110%);
  position: absolute;
  height: 48px;
  height: 3rem;
  width: 1px;
  background-color: #000;
}

.p-graph__item--maintenance-contract .p-graph__item-title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100px;
  width: 6.25rem;
  background-color: #000;
  top: -111%;
  left: -48%;
  position: absolute;
}

.p-graph__item--maintenance-spot {
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(130%);
          transform: translateX(-50%) translateY(130%);
}

.p-graph__item--maintenance-spot .p-graph__item-title {
  position: relative;
}

.p-graph__item--maintenance-spot .p-graph__item-title::after {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-110%);
          transform: translateX(-50%) translateY(-110%);
  position: absolute;
  height: 48px;
  height: 3rem;
  width: 1px;
  background-color: #000;
}

.p-graph__item--hospital {
  right: 0;
  -webkit-transform: translateX(120%) translateY(-50%);
          transform: translateX(120%) translateY(-50%);
  top: 50%;
}

.p-graph__item--hospital .p-graph__item-title {
  position: relative;
}

.p-graph__item--hospital .p-graph__item-title::after {
  content: "";
  top: 0;
  left: 15%;
  -webkit-transform: translateX(-50%) translateY(-110%);
          transform: translateX(-50%) translateY(-110%);
  position: absolute;
  height: 48px;
  height: 3rem;
  width: 1px;
  background-color: #000;
}

.p-graph__item--hospital .p-graph__item-title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100px;
  width: 6.25rem;
  background-color: #000;
  top: -111%;
  left: -79%;
  position: absolute;
}

.p-graph__item--other {
  right: 0;
  left: -30%;
  top: 85%;
  position: relative;
}

.p-graph__item--other::after {
  content: "";
  top: 0;
  left: 15%;
  -webkit-transform: translateX(-50%) translateY(-110%);
          transform: translateX(-50%) translateY(-110%);
  position: absolute;
  height: 48px;
  height: 3rem;
  width: 1px;
  background-color: #000;
}

.p-graph__item--other::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100px;
  width: 6.25rem;
  background-color: #000;
  top: -57%;
  left: 15%;
  position: absolute;
}

.p-graph__item-title {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}

.p-graph__item-value {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  color: #007eaf;
  line-height: 1;
}

.p-graph__item-value span {
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 2px;
  margin-left: 0.125rem;
}

@media screen and (max-width: 767px) {
  .p-index-head {
    padding: 1.875rem 1.875rem 2.5rem;
    margin: 0 calc(50% - 50vw) 1.5625rem;
  }
  .p-index-head__title {
    font-size: 1.875rem;
    line-height: 1.33;
    padding: 0;
  }
  .p-index-intro__index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
  .p-index-intro__index-item {
    width: 100%;
  }
  .p-index-intro__link {
    padding: 0.8125rem 1.25rem 0.8125rem 1.875rem;
  }
  .p-index-intro__index-title {
    font-size: 0.875rem;
  }
  .p-index-about__catch {
    margin-bottom: 2.5rem;
    width: 100%;
    padding: 3.4375rem 1.25rem 2.1875rem;
  }
  .p-index-about__catch-title {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
  .p-index-about__catch-text {
    font-size: 0.9375rem;
    text-align: left;
  }
  .p-index-about__title {
    font-size: 1.4375rem;
  }
  .p-index-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index-about__item {
    width: 100%;
  }
  .p-index-about__head {
    font-size: 1.1875rem;
    margin-bottom: 0.625rem;
  }
  .p-index-about__text {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
  }
  .p-index-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index-about__wrap-item {
    width: 100%;
    padding: 1.5625rem 1.5625rem 2.1875rem;
  }
  .p-index-about__wrap-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-index-about__wrap-head {
    font-size: 1.0625rem;
    letter-spacing: 0.34px;
  }
  .p-index-about__wrap-num {
    font-size: 1.375rem;
  }
  .p-index-about__wrap-num span {
    font-size: 3.375rem;
    margin-right: 0.4375rem;
  }
  .p-index-about__wrap-text {
    font-size: 0.9375rem;
    min-height: auto;
  }
  .p-index-about__btn {
    margin-bottom: 4.6875rem;
  }
  .p-index-about__staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    padding: 1.875rem 1.875rem;
    padding-right: 0.9375rem;
  }
  .p-index-about__wrap-num--small {
    font-size: 1.125rem;
  }
  .p-index-about__wrap-num--small span {
    font-size: 3rem;
    margin: 0 0.625rem;
  }
  .p-index-about__circle {
    font-size: 0.9375rem;
    width: 8.125rem;
    height: 8.125rem;
  }
  .p-index-about__circle:before {
    height: 1.4375rem;
    width: 1.3125rem;
    -webkit-transform: translateX(-50%) translateY(90%);
            transform: translateX(-50%) translateY(90%);
  }
  .p-index-about__circle span {
    font-size: 1.125rem;
  }
  .p-index-about__staff-img {
    width: 80%;
    margin: 0 auto;
  }
  .p-index-job__list {
    margin-bottom: 3.125rem;
  }
  .p-index-job__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.4375rem;
  }
  .p-index-job__img {
    width: 100%;
  }
  .p-index-job__textarea {
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding-left: 1.5625rem;
    margin-left: 10%;
  }
  .p-index-job__textarea::before {
    top: -80%;
    left: 0%;
    width: 100%;
    height: 80%;
  }
  .p-index-job__head {
    font-size: 1.25rem;
  }
  .p-index-job__head span {
    font-size: 2rem;
  }
  .p-index-job__sub {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .p-index-job__text {
    font-size: 0.9375rem;
  }
  .p-index-job__note {
    margin-bottom: 3.125rem;
  }
  .p-index-job__sales {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index-job__graph-title {
    font-size: 1.25rem;
  }
  .p-graph {
    margin-bottom: 7.5rem;
  }
  .p-graph__circle {
    width: 10rem;
    height: 10rem;
  }
  .p-graph__circle::before {
    width: 6.25rem;
    height: 6.25rem;
  }
  .p-graph__title {
    font-size: 0.6875rem;
  }
  .p-index-job__graph-head {
    margin-bottom: 4.6875rem;
  }
  .p-graph__amount {
    font-size: 1.75rem;
  }
  .p-graph__label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 110%;
  }
  .p-graph__label-text {
    font-size: 0.625rem;
  }
  .p-graph__label-value {
    font-size: 1.3125rem;
  }
  .p-graph__label-value span {
    font-size: 0.75rem;
  }
  .p-graph__amount span {
    font-size: 0.6875rem;
  }
  .p-graph__item-title {
    font-size: 0.5rem;
  }
  .p-index-job__graph-subhead {
    font-size: 0.6875rem;
  }
  .p-graph__item-value {
    font-size: 1.3125rem;
  }
  .p-graph__item-value span {
    font-size: 0.6875rem;
  }
  .p-graph__item--renewal {
    top: 10%;
    left: -50%;
  }
  .p-graph__item--renewal .p-graph__item-value::before {
    width: 3.5625rem;
  }
  .p-graph__item--renewal .p-graph__item-value::after {
    height: 1.5rem;
  }
  .p-graph__item--maintenance-spot {
    left: 46%;
  }
  .p-graph__item--maintenance-spot .p-graph__item-title::after {
    left: 25px;
    height: 28px;
  }
  .p-graph__item--maintenance-contract .p-graph__item-title::after {
    height: 24px;
  }
  .p-graph__item--maintenance-contract .p-graph__item-title::before {
    width: 51px;
  }
  .p-graph__item--other::before {
    width: 45px;
  }
  .p-graph__item--other::after {
    height: 26px;
  }
  .p-graph__item--hospital .p-graph__item-title::before {
    width: 51px;
  }
  .p-graph__item--hospital .p-graph__item-title::after {
    height: 24px;
  }
  .p-index-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1875rem;
    padding-bottom: 2.375rem;
  }
  .p-index-point__item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index-point__text {
    font-size: 0.9375rem;
  }
  .p-index-point__box {
    width: auto;
  }
  .p-index-point__circle {
    width: 7.5rem;
    height: 7.5rem;
  }
  .p-index-point__circle-text {
    font-size: 0.875rem;
  }
  .p-index-point__circle-num {
    font-size: 2.25rem;
  }
  .p-index-point__head {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-index-point__item-img--02 {
    width: 80%;
  }
  .p-index-point__btn {
    margin-bottom: 5.625rem;
  }
  .p-index-vision__head {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
  }
  .p-index-vision__img {
    margin-bottom: 2.8125rem;
  }
  .p-index-vision__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.9375rem;
  }
  .p-index-vision__more-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index-vision__more-head {
    font-size: 1.375rem;
  }
  .p-index-vision__more .c-button {
    width: 100%;
    height: 4.0625rem;
    padding: 1.25rem 1.25rem;
  }
  .p-index-vision__more {
    margin-bottom: 6.875rem;
  }
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
