@charset "UTF-8";
.animation-delays:nth-child(1) {
  animation-delay: 0 !important;
}
.animation-delays:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-delays:nth-child(3) {
  animation-delay: 0.4s !important;
}
.animation-delays:nth-child(4) {
  animation-delay: 0.6s !important;
}
.animation-delays:nth-child(5) {
  animation-delay: 0.8s !important;
}
.animation-delays:nth-child(6) {
  animation-delay: 1s !important;
}
.animation-delays:nth-child(7) {
  animation-delay: 1.2s !important;
}
.animation-delays:nth-child(8) {
  animation-delay: 1.4s !important;
}
.animation-delays:nth-child(9) {
  animation-delay: 1.6s !important;
}
.animation-delays:nth-child(10) {
  animation-delay: 1.8s !important;
}
.animation-delays:nth-child(11) {
  animation-delay: 2s !important;
}
.animation-delays:nth-child(12) {
  animation-delay: 2.2s !important;
}
.animation-delays:nth-child(13) {
  animation-delay: 2.4s !important;
}

.radiusClipPath {
  clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
}

.arrow-type01-style {
  height: 30px;
  width: 30px;
}
.arrow-type01-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type01-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

.arrow-type02-style {
  height: 40px;
  width: 40px;
}
.arrow-type02-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type02-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

/****************************************

****************************************/
.service-section {
  margin-top: 50px;
  padding: 20px;
}
.service-section:first-child {
  margin-top: 0;
}

.service-section__title {
  font-size: 24px;
}

.service-section__contents {
  margin-top: 10px;
}

/****************************************

****************************************/
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
}
.service-list li {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 32.3943661972%;
}

.service__title,
.service__image {
  text-align: center;
}

.service__title {
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 18px;
  padding: 5px 20px;
}

.service__image {
  margin-top: 20px;
}

.service__text {
  margin-top: 20px;
  text-align: left;
}

.service__links {
  margin-top: 20px;
}
.service__links a {
  color: #0084e0;
}

/****************************************

****************************************/
.service-contents-list-title {
  margin-top: 20px;
}

.service-contents-list {
  margin-top: 10px;
}
.service-contents-list li {
  font-size: 18px;
  margin-top: 10px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.service-contents-list li:first-child {
  margin-top: 0;
}

.service-contents-list__head {
  background: var(--color09);
  color: #fff;
  padding: 5px;
  text-align: center;
}

/****************************************

****************************************/
.plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
}
.plan-list li {
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  width: 23.9436619718%;
}

.plan__number {
  color: #ff0101;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.plan__title {
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  padding: 5px 20px;
  text-align: center;
}

.plan__text {
  margin-top: 10px;
  text-align: left;
}

/****************************************

****************************************/
.flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.flow-list li {
  width: 25%;
}
.flow-list li:last-child .flow__number::after {
  content: none;
}
.flow-list li:nth-child(odd) .flow__number::after {
  border-left-color: var(--color07);
}
.flow-list li:nth-child(odd) .flow__number span {
  background: var(--color07);
}
.flow-list li:nth-child(even) .flow__number::after {
  border-left-color: var(--color09);
}
.flow-list li:nth-child(even) .flow__number span {
  background: var(--color09);
}
.flow-list li > * {
  padding-right: 20px;
}
.flow-list li a {
  color: #ff7e00;
}

.flow__number {
  min-height: 50px;
  position: relative;
}
.flow__number::before {
  background: #b3b3b3;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  top: 0;
  position: absolute;
  width: 100%;
}
.flow__number::after {
  animation: moveAnimation 2s linear 0s infinite;
  bottom: 0;
  border-style: solid;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #555555;
  border-right: 0;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 10;
}
.flow__number span {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 50px;
  position: relative;
  justify-content: center;
  width: 50px;
  z-index: 20;
}

.flow__title {
  font-size: 24px;
  margin-top: 10px;
}

.flow__text {
  margin-top: 10px;
}

/****************************************

****************************************/
.word-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
}
.word-list li {
  border-radius: 10px;
  text-align: center;
  width: 23.9436619718%;
}
.word-list a {
  text-decoration: none;
}

.word__number {
  color: #ff0101;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.word__title {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 765px) {
  .service-list,
  .plan-list,
  .word-list {
    gap: 20px 4%;
  }
  .service-list li,
  .plan-list li,
  .word-list li {
    width: 48%;
  }
  .service-section__title {
    font-size: 20px;
  }
  .flow-list li {
    width: 50%;
  }
  .flow__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .service-list li,
  .plan-list li,
  .flow-list li,
  .word-list li {
    width: 100%;
  }
}
/*# sourceMappingURL=map/service.css.map */
