@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.background {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #004B43;
  overflow: hidden; }

.backgroundColor {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #004B43; }

.backgroundLine {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 1154px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .backgroundLine__alignImage {
    position: relative;
    width: 100%;
    aspect-ratio: 1751.718/1041.033;
    max-height: 1154px; }
    @media screen and (max-width: 768px) {
      .backgroundLine__alignImage.PC {
        display: none; } }
    .backgroundLine__alignImage.SP {
      display: none; }
      @media screen and (max-width: 768px) {
        .backgroundLine__alignImage.SP {
          position: unset;
          display: unset; } }
  .backgroundLine__type1-green {
    position: absolute;
    top: 428px;
    flex-shrink: 0;
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5001px;
    animation: fadeIn-1 20s infinite forwards ease-in-out; }
    @media screen and (max-width: 768px) {
      .backgroundLine__type1-green {
        top: 212px; } }
  .backgroundLine__type1-white {
    position: absolute;
    top: -20px;
    flex-shrink: 0;
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5001px;
    animation: fadeIn-1 20s 0.2s infinite forwards ease-in-out; }
    @media screen and (max-width: 768px) {
      .backgroundLine__type1-white {
        top: 18px; } }
  .backgroundLine__type2 {
    position: absolute;
    top: 41px;
    flex-shrink: 0;
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5001px;
    animation: fadeIn-2 20s infinite forwards ease-in-out; }
    @media screen and (max-width: 768px) {
      .backgroundLine__type2 {
        top: 35px; } }
  .backgroundLine__type3-green {
    z-index: 0;
    position: absolute;
    top: 205px;
    transform: translateX(28.82%);
    flex-shrink: 0;
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5001px;
    animation: fadeIn-3 20s infinite forwards ease-in-out; }
    @media screen and (max-width: 768px) {
      .backgroundLine__type3-green {
        top: 209px;
        transform: unset; } }
  .backgroundLine__type3-white {
    z-index: -1;
    position: absolute;
    top: 0;
    flex-shrink: 0;
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5001px;
    animation: fadeIn-3 20s 0.2s infinite forwards ease-in-out; }
  .backgroundLine__type4-green {
    position: absolute;
    flex-shrink: 0;
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5001px;
    animation: fadeIn-4 20s infinite forwards ease-in-out; }
    @media screen and (max-width: 768px) {
      .backgroundLine__type4-green {
        top: 65px; } }
  .backgroundLine__type4-white {
    position: absolute;
    top: 0;
    flex-shrink: 0;
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5001px;
    animation: fadeIn-4 20s 0.2s infinite forwards ease-in-out; }

@keyframes fadeIn-1 {
  0% {
    stroke-dashoffset: 5001px; }
  5% {
    stroke-dashoffset: 0; }
  20% {
    stroke-dashoffset: 0; }
  25% {
    display: none;
    stroke-dashoffset: -5000px; }
  26% {
    display: none;
    stroke-dashoffset: 5001px; }
  27% {
    display: unset; } }
@keyframes fadeIn-2 {
  25% {
    stroke-dashoffset: 5001px; }
  30% {
    stroke-dashoffset: 0; }
  45% {
    stroke-dashoffset: 0; }
  50% {
    display: none;
    stroke-dashoffset: -5000px; }
  51% {
    display: none;
    stroke-dashoffset: 5001px; }
  52% {
    display: unset; } }
@keyframes fadeIn-3 {
  50% {
    stroke-dashoffset: 5001px; }
  55% {
    stroke-dashoffset: 0; }
  70% {
    stroke-dashoffset: 0; }
  75% {
    display: none;
    stroke-dashoffset: -5000px; }
  76% {
    display: none;
    stroke-dashoffset: 5001px; }
  77% {
    display: unset; } }
@keyframes fadeIn-4 {
  0% {
    display: none;
    stroke-dashoffset: 5001px; }
  1% {
    display: unset; }
  75% {
    stroke-dashoffset: 5001px; }
  80% {
    stroke-dashoffset: 0; }
  95% {
    stroke-dashoffset: 0; }
  100% {
    display: none;
    stroke-dashoffset: -5000px; } }
.backgroundEffect {
  z-index: 3;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .backgroundEffect__alignImage {
    position: relative;
    width: 100%;
    aspect-ratio: 1440/800;
    max-height: 1154px; }
    @media screen and (max-width: 768px) {
      .backgroundEffect__alignImage {
        transform: translateX(-50%);
        width: 305%;
        aspect-ratio: 1191.333/708; } }
  .backgroundEffect__greenEffect {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .backgroundEffect__whiteEffect {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .backgroundEffect__cycleEffect {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.first-view {
  width: 100%;
  margin: auto;
  height: 100vh;
  max-height: 840px;
  display: flex;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 1280px) {
    .first-view {
      max-height: 780px; } }
  @media screen and (max-width: 768px) {
    .first-view {
      max-height: 700px; } }
  .first-view .first-image {
    position: absolute;
    top: 79.18px;
    width: 100%;
    max-width: 1440px;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    perspective: 1000px; }
    @media screen and (max-width: 768px) {
      .first-view .first-image {
        top: 129.66px; } }
    .first-view .first-image img {
      width: max(30.55vw, 360px);
      max-width: 440px;
      object-fit: cover; }
      @media screen and (max-width: 768px) {
        .first-view .first-image img {
          height: 436px; } }
    .first-view .first-image .left_img {
      transform: rotateY(28deg);
      transform-origin: left center; }
      @media screen and (max-width: 768px) {
        .first-view .first-image .left_img {
          width: 93.5%;
          transform: rotateY(20deg); } }
    .first-view .first-image .right_img {
      transform: rotateY(-28deg);
      transform-origin: right center; }
      @media screen and (max-width: 768px) {
        .first-view .first-image .right_img {
          display: none; } }
  .first-view .first_view_wrapper {
    width: 100%;
    max-width: 1440px;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 7.5vh; }
    .first-view .first_view_wrapper .first-copy {
      z-index: 1;
      transform: translateX(min(14.58vw, 210px));
      display: flex;
      flex-direction: column;
      justify-content: start;
      gap: 21px; }
      @media screen and (max-width: 768px) {
        .first-view .first_view_wrapper .first-copy {
          width: 100%;
          top: 406px;
          left: 5.13vw;
          gap: 3px; } }
      .first-view .first_view_wrapper .first-copy p {
        color: #FFF;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-family: "Noto Sans JP", serif;
        font-size: min(80px, 5.56vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 8px; }
        @media screen and (max-width: 768px) {
          .first-view .first_view_wrapper .first-copy p {
            font-size: 50px;
            letter-spacing: 5px; } }
    @media screen and (max-width: 768px) {
      .first-view .first_view_wrapper .first-view__CTX {
        top: 588px;
        width: 90%; } }
    .first-view .first_view_wrapper .first-view__CTX a {
      border: 2px solid #089D8C;
      background: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: min(34px, 2.939vh) 0;
      position: relative; }
      @media screen and (max-width: 768px) {
        .first-view .first_view_wrapper .first-view__CTX a {
          width: 100%;
          padding: 34px 0; } }
      .first-view .first_view_wrapper .first-view__CTX a span {
        color: #000;
        font-family: "Noto Sans JP", sans-serif;
        font-size: min(2.5vw, 36px);
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
        @media screen and (max-width: 768px) {
          .first-view .first_view_wrapper .first-view__CTX a span {
            font-size: max(6.15vw, 24px); } }
      .first-view .first_view_wrapper .first-view__CTX a svg {
        position: absolute;
        top: 50%;
        right: min(1.67vw, 24px);
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .first-view .first_view_wrapper .first-view__CTX a svg {
            right: 36px; } }
    .first-view .first_view_wrapper .entry_flex {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: min(38px, 3vw); }
      @media screen and (max-width: 768px) {
        .first-view .first_view_wrapper .entry_flex {
          flex-direction: column; } }
      .first-view .first_view_wrapper .entry_flex .entry_button {
        width: min(416px, 28.89vw); }
        @media screen and (max-width: 768px) {
          .first-view .first_view_wrapper .entry_flex .entry_button {
            top: 588px;
            width: 90%; } }
        .first-view .first_view_wrapper .entry_flex .entry_button a {
          border: 2px solid #089D8C;
          background: #FFF;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 24px 0 20px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .first-view .first_view_wrapper .entry_flex .entry_button a {
              width: 100%; } }
          .first-view .first_view_wrapper .entry_flex .entry_button a span {
            color: #000;
            font-family: "Noto Sans JP", sans-serif;
            font-size: min(1.736vw, 25px);
            font-style: normal;
            font-weight: 500;
            line-height: normal; }
            @media screen and (max-width: 768px) {
              .first-view .first_view_wrapper .entry_flex .entry_button a span {
                font-size: max(4vw, 18px); } }
          .first-view .first_view_wrapper .entry_flex .entry_button a svg {
            position: absolute;
            top: 50%;
            right: min(1.67vw, 24px);
            transform: translateY(-50%); }
            @media screen and (max-width: 768px) {
              .first-view .first_view_wrapper .entry_flex .entry_button a svg {
                right: 36px; } }
        .first-view .first_view_wrapper .entry_flex .entry_button.entry-green a {
          border: 2px solid #FFF;
          background: #089D8C; }
          .first-view .first_view_wrapper .entry_flex .entry_button.entry-green a span {
            color: #FFFFFF; }
        .first-view .first_view_wrapper .entry_flex .entry_button.entry-green:hover a {
          border: 2px solid #089D8C;
          background: #FFFFFF; }
        .first-view .first_view_wrapper .entry_flex .entry_button.entry-green:hover span {
          color: #000; }
        .first-view .first_view_wrapper .entry_flex .entry_button.entry-white a {
          border: 2px solid #FFF;
          background: #047468; }
          .first-view .first_view_wrapper .entry_flex .entry_button.entry-white a span {
            color: #FFFFFF; }
        .first-view .first_view_wrapper .entry_flex .entry_button.entry-white:hover a {
          border: 2px solid #047468;
          background: #FFFFFF; }
        .first-view .first_view_wrapper .entry_flex .entry_button.entry-white:hover span {
          color: #000; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none;
  transition: .3s; }

ul {
  padding-left: 0; }

body {
  overflow-x: hidden; }

section {
  width: min(100%, 1440px); }

.header_content {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }
  .header_content header {
    width: 100%;
    display: flex;
    position: relative;
    /* 初期状態では非表示 */ }
    @media screen and (max-width: 768px) {
      .header_content header {
        display: none; } }
    .header_content header .header_buttons_display {
      width: 100%;
      height: 100px;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.88);
      align-items: center;
      /* 縦方向の中央揃え */ }
    .header_content header .header_buttons {
      position: absolute;
      top: 8px;
      left: 12px;
      width: 100%;
      height: 100px;
      padding: 20px 70px;
      margin: 0 0 0 auto;
      border-radius: 50px;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      /* 縦方向の中央揃え */ }
    .header_content header .header_buttons_first {
      width: fit-content;
      height: 60px;
      border-radius: 40px;
      display: flex;
      align-items: center;
      /* 縦方向の中央揃え */
      padding: 0; }
    .header_content header .header_button {
      width: 260px;
      height: 65px;
      border-radius: 40px;
      display: flex;
      align-items: center;
      /* 縦方向の中央揃え */
      padding: 20px 30px;
      margin: 10px;
      justify-content: space-between;
      cursor: pointer; }
      .header_content header .header_button p {
        color: #FFF;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        text-align: center; }
    .header_content header .career {
      background: #089D8C; }
    .header_content header .customer {
      background: #004B43; }
    .header_content header .header-arrow {
      width: 30px;
      height: 30px;
      z-index: 2;
      /* 矢印を前面に */
      color: white; }
    .header_content header .header_buttons_after {
      display: flex;
      margin: 0 20px;
      text-align: center; }
    .header_content header .header_midasi_content {
      margin: 0 20px;
      width: fit-content; }
    .header_content header .header_midasi_en {
      color: #004B43;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 350;
      line-height: normal; }
    .header_content header .header_midasi_jp {
      color: #089D8C;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 350;
      line-height: normal; }
    .header_content header .hidden {
      display: none; }
  .header_content .sp_header {
    width: calc(100% - 12px);
    max-width: 1440px;
    height: min(6.94vw, 100px);
    position: fixed;
    top: min(1.11vw, 16px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 51px;
    background: rgba(255, 255, 255, 0.88);
    display: none;
    justify-content: flex-end;
    align-items: center;
    gap: min(2.5vw, 36px);
    padding: 0 min(4.17vw, 60px);
    z-index: 100; }
    @media screen and (max-width: 768px) {
      .header_content .sp_header {
        display: flex;
        width: 100%;
        height: initial;
        top: 40px;
        border-radius: initial;
        background: initial;
        padding: 0 4.87%; } }
    .header_content .sp_header .button_link {
      display: flex;
      gap: 6px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .header_content .sp_header .button_link {
          width: 100%;
          gap: 2.84%; } }
      .header_content .sp_header .button_link .sp_br {
        display: none; }
        @media screen and (max-width: 768px) {
          .header_content .sp_header .button_link .sp_br {
            display: initial; } }
      .header_content .sp_header .button_link .expert {
        color: #FFF;
        font-family: "Noto Sans JP", sans-serif;
        font-size: min(1.25vw, 18px);
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: min(0.83vw, 12px);
        padding: min(1.39vw, 20px) min(1.39vw, 20px) min(1.39vw, 20px) min(2.5vw, 36px);
        border-radius: 40px;
        background: #089D8C; }
        @media screen and (max-width: 768px) {
          .header_content .sp_header .button_link .expert {
            width: 48.58%;
            font-size: clamp(14px, 2vw, 16px);
            border-radius: 6px;
            gap: clamp(0px, 2.6vw, 20px);
            padding: 16px clamp(10px, 2.6vw, 20px); } }
      .header_content .sp_header .button_link .customer {
        color: #FFF;
        font-family: "Noto Sans JP", sans-serif;
        font-size: min(1.25vw, 18px);
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: min(1.39vw, 20px) min(1.39vw, 20px) min(1.39vw, 20px) min(2.5vw, 36px);
        border-radius: 40px;
        background: #004B43; }
        @media screen and (max-width: 768px) {
          .header_content .sp_header .button_link .customer {
            width: 48.58%;
            font-size: clamp(13px, 2vw, 16px);
            border-radius: 6px;
            gap: clamp(0px, 2.6vw, 20px);
            padding: 16px clamp(10px, 2.6vw, 20px); } }

#jobs_features {
  margin: auto; }
  #jobs_features .entry_flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(1.67vw, 24px); }
    @media screen and (max-width: 768px) {
      #jobs_features .entry_flex {
        flex-direction: column; } }
    #jobs_features .entry_flex .entry_button {
      width: min(35.56vw, 512px); }
      @media screen and (max-width: 768px) {
        #jobs_features .entry_flex .entry_button {
          top: 588px;
          width: 90%; } }
      #jobs_features .entry_flex .entry_button a {
        border: 2px solid #089D8C;
        background: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 34px 0;
        position: relative; }
        @media screen and (max-width: 768px) {
          #jobs_features .entry_flex .entry_button a {
            width: 100%; } }
        #jobs_features .entry_flex .entry_button a span {
          color: #000;
          font-family: "Noto Sans JP", sans-serif;
          font-size: min(2.5vw, 36px);
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
          @media screen and (max-width: 768px) {
            #jobs_features .entry_flex .entry_button a span {
              font-size: max(6.15vw, 24px); } }
        #jobs_features .entry_flex .entry_button a svg {
          position: absolute;
          top: 50%;
          right: min(1.67vw, 24px);
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            #jobs_features .entry_flex .entry_button a svg {
              right: 36px; } }

.job_feature {
  width: 100%;
  flex-shrink: 0; }

.features {
  width: 100%;
  display: flex;
  padding: 80px 2%;
  margin: auto; }

.feature {
  width: 50%;
  height: auto;
  flex-shrink: 0;
  align-items: stretch; }

.feature_content {
  width: 94%;
  height: 100%;
  flex-shrink: 0;
  padding: 20px 20px 80px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  margin: auto;
  text-align: center;
  transition: transform 0.8s ease;
  font-size: 1px;
  position: relative; }

/* ホバー時にアニメーションを発動 */
.feature_content:hover {
  border: 2px solid #004B43;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.05);
  /* ホバー時に拡大 */
  stroke-dashoffset: 0;
  stroke: url(#paint1_linear); }
  .feature_content:hover .view_more {
    border-bottom: solid 1px #004B43;
    /* 下線 */ }
  .feature_content:hover .view_more p {
    color: #004B43; }
  .feature_content:hover .circle-path {
    stroke-dashoffset: 0;
    stroke: url(#paint1_linear); }

.feature_content:not(:hover) .circle-path {
  transition: stroke-dashoffset 0.3s linear;
  stroke-dashoffset: 80;
  stroke: url(#paint0_linear); }

.feature_img {
  width: 90%;
  margin: auto;
  object-fit: cover;
  object-position: top; }
  .feature_img img {
    width: 100%; }

.feature_img p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4px;
  font-size: min(1.53vw, 22px);
  height: min(6.25vw, 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .feature_img p span {
    font-size: min(0.97vw, 14px); }

#feature1 {
  background-color: #089D8C; }

#feature2 {
  background: #004B43; }

.features_explanations {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(2.5vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4px; }

.features_explanations p {
  padding: 30px 0 24px 0;
  font-size: min(1.53vw, 22px); }

.features_explanations ul {
  width: 100%;
  margin: auto;
  list-style: none inside none; }

.features_explanations li {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
  padding-left: 12px;
  padding-bottom: 10px;
  text-align: left;
  position: relative; }

.features_explanations li:before {
  content: "•";
  position: absolute;
  left: 0; }

.view_more {
  display: flex;
  align-items: center;
  /* 縦方向の中央揃え */
  justify-content: space-between;
  /* 両端寄せ */
  border-bottom: solid 1px black;
  /* 下線 */
  width: 60%;
  /* 適用する幅 */
  padding: 50px 0 10px 0;
  /* 上下の余白 */
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); }

.view_more p {
  margin: 0;
  color: #000;
  font-size: 18px; }

@media (max-width: 768px) {
  .feature_content {
    width: 100%;
    padding: 20px 20px 60px; }

  .features {
    padding: 40px 4%;
    flex-wrap: wrap;
    margin: auto; }

  .feature {
    width: 100%;
    height: auto;
    margin: 20px 0; }

  .feature_img {
    width: 90%;
    height: fit-content;
    margin: auto; }

  .feature_img p {
    width: 100%;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.5px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .feature_img p span {
      font-size: 8px; }

  .feature_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top; }

  .features_explanations p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    padding: 16px; }

  .features_explanations li {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px; }

  .view_more {
    padding: 20px 0 10px 0;
    width: 185px;
    display: flex; }

  .view_more p {
    color: #0A0A0A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 188.889% */
    letter-spacing: 1.8px; }

  .view_more_button button {
    width: 18px;
    height: 18px; } }
.circle-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer; }

.container {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center; }

.circle-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  /* 12時の位置からスタート */ }

.circle-path {
  fill: #ccc;
  stroke: url(#paint0_linear);
  stroke-width: 1;
  stroke-dasharray: 80;
  /* 円周を計算 (2 * π * 12.5) */
  stroke-dashoffset: 80;
  /* 初期状態で非表示 */
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s linear;
  will-change: stroke-dashoffset; }

.inner-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  position: relative;
  z-index: 1; }

.circle-arrow {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 2;
  /* 矢印を前面に */ }
