@charset "UTF-8";
/* c-breadcrumb */
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 0.625rem 0;
  }
}

.c-breadcrumb__item {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 10px;
  margin-left: 0.625rem;
  position: relative;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  position: absolute;
  content: ">";
  top: 0;
  left: -8px;
  left: -0.5rem;
  color: #808080;
}
.c-breadcrumb__item a, .c-breadcrumb__item span {
  display: inline-block;
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item a, .c-breadcrumb__item span {
    display: inline;
  }
}
.c-breadcrumb__item a {
  color: #808080;
}

.c-btn {
  display: block;
  text-align: center;
  width: 360px;
  width: 22.5rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #00a2a2;
  border: 0.125rem solid #00a2a2;
  background: #00a2a2;
  border-radius: 0.1875rem;
  overflow: hidden;
  padding: 21px 20px;
  padding: 1.3125rem 1.25rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
  z-index: 1;
}
.c-btn::after {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  right: 30px;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
  z-index: -1;
}
.c-btn:hover {
  opacity: 1;
  background: #fff;
  color: #00a2a2;
}
.c-btn:hover::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}

.c-btn--back::after {
  right: unset;
  left: 30px;
  left: 1.875rem;
  background: url(../img/common/arrow_icon_005.png) no-repeat center/contain;
}
.c-btn--back:hover::after {
  background: url(../img/common/arrow_icon_006.png) no-repeat center/contain;
}

/* c-case-card */
.c-case-card.pickup {
  position: relative;
}
.c-case-card.pickup:before {
  content: "";
  position: absolute;
  top: -6px;
  top: -0.375rem;
  left: -6px;
  left: -0.375rem;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background: #0d948d;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 10;
}
.c-case-card.pickup:after {
  content: "PICK \aUP!";
  white-space: pre;
  position: absolute;
  top: -2px;
  top: -0.125rem;
  left: 2px;
  left: 0.125rem;
  left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  color: #fff;
  z-index: 11;
}

.c-case-card__inner {
  display: block;
}
.c-case-card__inner:hover {
  opacity: 1;
}
.c-case-card__inner:hover .c-case-card__img img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.c-case-card__inner:hover .c-case-card__title {
  color: #00a2a2;
}

.c-case-card__img {
  width: 100%;
  padding-top: 58.389261745%;
  position: relative;
  overflow: hidden;
}
.c-case-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-case-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-case-card__title {
    font-size: 1.125rem;
  }
}

.c-case-card__text {
  color: #828282;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-case-card__text {
    font-size: 0.9375rem;
  }
}

.c-case-card__category {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.c-case-card__category span {
  text-align: center;
  display: inline-block;
  min-width: 126px;
  min-width: 7.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #00a2a2;
  border: 1px solid #00a2a2;
  border: 0.0625rem solid #00a2a2;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-case-card__category span {
    min-width: 6.25rem;
  }
}

/* c-column-card */
.c-column-card.pickup {
  position: relative;
}
.c-column-card.pickup:before {
  content: "";
  position: absolute;
  top: -6px;
  top: -0.375rem;
  left: -6px;
  left: -0.375rem;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background: #0d948d;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 10;
}
.c-column-card.pickup:after {
  content: "PICK \aUP!";
  white-space: pre;
  position: absolute;
  font-size: 12px;
  font-size: 0.75rem;
  top: -2px;
  top: -0.125rem;
  left: 2px;
  left: 0.125rem;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  color: #fff;
  z-index: 11;
}

.c-column-card__inner {
  display: block;
}
.c-column-card__inner:hover {
  opacity: 1;
  opacity: 1;
}
.c-column-card__inner:hover .c-column-card__img img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.c-column-card__inner:hover .c-column-card__title {
  color: #00a2a2;
}

.c-column-card__img {
  width: 100%;
  padding-top: 58.389261745%;
  position: relative;
  overflow: hidden;
}
.c-column-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.c-column-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.c-column-card__date {
  display: inline-block;
  color: #3d3d3d;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-column-card__date {
    margin-top: 0.9375rem;
  }
}
.c-column-card__date.c-column-card__date--detail {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .c-column-card__date.c-column-card__date--detail {
    margin-top: 0.625rem;
  }
}

.c-column-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-column-card__title {
    font-size: 1.125rem;
  }
}

.c-column-card__category {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-column-card__category.c-column-card__category--top {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.c-column-card__category span {
  text-align: center;
  display: inline-block;
  min-width: 120px;
  min-width: 7.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #00a2a2;
  border: 1px solid #00a2a2;
  border: 0.0625rem solid #00a2a2;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-column-card__category span {
    min-width: 6.25rem;
  }
}

/* c-entitle */
.c-entitle {
  font-family: "Roboto Condensed", serif;
  font-size: 26px;
  font-size: 1.625rem;
  color: rgba(117, 117, 117, .5);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-entitle {
    font-size: 1.25rem;
  }
}

/* c-pagination */
.c-pagination {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    padding-top: 3.75rem;
  }
}
.c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination li {
  margin: 5px 10px;
  margin: 0.3125rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-pagination li {
    margin: 0.3125rem 0.3125rem;
  }
}
.c-pagination li.current {
  opacity: 1;
  pointer-events: none;
}
.c-pagination li.current:hover {
  opacity: 1;
}
.c-pagination li.is-disabled a, .c-pagination li.is-disabled button {
  pointer-events: none;
  display: none;
}
.c-pagination a, .c-pagination span {
  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;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .c-pagination a, .c-pagination span {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1rem;
  }
}
.c-pagination a {
  background: #b7b7b7;
}
.c-pagination a button.prev, .c-pagination a button.next {
  position: relative;
}
.c-pagination a button.prev::before, .c-pagination a button.next::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pagination a button.prev::before {
  background: url(../img/common/pagination_icon_001.png) no-repeat center/contain;
}
.c-pagination a button.next::before {
  background: url(../img/common/pagination_icon_002.png) no-repeat center/contain;
}
.c-pagination span.current {
  background: #00a2a2;
}
.c-pagination span.dots {
  color: #00a2a2;
}

/* c-service-card */
.c-service-card__inner {
  display: block;
}
.c-service-card__inner:hover {
  opacity: 1;
}
.c-service-card__inner:hover .c-service-card__img img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.c-service-card__inner:hover .c-service-card__title {
  color: #00a2a2;
  opacity: 1;
}
.c-service-card__inner:hover .c-service-card__text {
  color: #00a2a2;
  opacity: 1;
}

@-webkit-keyframes transformBefore {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2.375rem) translateY(-50%);
            transform: translateX(2.375rem) translateY(-50%);
    opacity: 0;
  }
}

@keyframes transformBefore {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2.375rem) translateY(-50%);
            transform: translateX(2.375rem) translateY(-50%);
    opacity: 0;
  }
}
@-webkit-keyframes transformAfter {
  0% {
    -webkit-transform: translateX(-2.375rem) translateY(-50%);
            transform: translateX(-2.375rem) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
@keyframes transformAfter {
  0% {
    -webkit-transform: translateX(-2.375rem) translateY(-50%);
            transform: translateX(-2.375rem) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
.c-service-card__img {
  overflow: hidden;
}
.c-service-card__img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-service-card__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 25px;
  margin-top: 1.5625rem;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-service-card__title {
    font-size: 1.25rem;
  }
}
.c-service-card__title--small {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-service-card__title--small {
    font-size: 1.25rem;
  }
}
.c-service-card__title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  background: #00a2a2;
  border-radius: 50%;
  z-index: 1;
}
.c-service-card__title span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  overflow: hidden;
  z-index: 2;
}
.c-service-card__title span::before, .c-service-card__title span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-service-card__title span::before {
  right: 11px;
  right: 0.6875rem;
}
.c-service-card__title span::after {
  opacity: 0;
  right: 11px;
  right: 0.6875rem;
  -webkit-transform: translateX(-2.375rem) translateY(-50%);
          transform: translateX(-2.375rem) translateY(-50%);
}

.c-service-card__text {
  line-height: 1.875;
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-service-card__text {
    font-size: 0.9375rem;
  }
}
.c-service-card__text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 110px;
  width: 6.875rem;
  height: 1px;
  height: 0.0625rem;
  background: #767676;
}

/* c-subtitle */
.component-tab {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .component-tab {
    margin-top: 0.625rem;
    margin-bottom: 2.5rem;
  }
}
.component-tab--column {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .component-tab--column {
    margin-top: 0.625rem;
    margin-bottom: 0;
  }
}
.component-tab .component-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 12px;
  gap: 0.375rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .component-tab .component-tab-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.component-tab .component-tab-list:not(:has(:nth-child(n+4))) {
  gap: 6px 24px;
  gap: 0.375rem 1.5rem;
}
.component-tab .component-tab-list:not(:has(:nth-child(n+4))) .component-tab-list__item {
  width: calc(33.33333% - 0.5rem);
}
@media screen and (max-width: 768px) {
  .component-tab .component-tab-list:not(:has(:nth-child(n+4))) .component-tab-list__item {
    width: 100%;
  }
}
.component-tab .component-tab-list__item {
  width: calc(33.33333% - 0.5rem);
}
@media screen and (max-width: 768px) {
  .component-tab .component-tab-list__item {
    width: 100%;
  }
}
.component-tab .component-tab-list__item a {
  display: block;
  width: 100%;
  padding: 14px;
  padding: 0.875rem;
  border: 1px solid #7f7f7f;
  border-radius: 0.625rem;
  background-color: #fafafa;
  color: #7f7f7f;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .component-tab .component-tab-list__item a {
    padding: 0.74375rem;
    font-size: 0.95625rem;
  }
}
.component-tab .component-tab-list__item a.is-active {
  border-color: #00a2a2;
  background-color: #fff;
  color: #00a2a2;
  pointer-events: none;
  cursor: auto;
  cursor: initial;
}

.component-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .component-tags {
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
}
.component-tags__item {
  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;
  height: 24px;
  height: 1.5rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  border-radius: 1.5rem;
  background-color: #00a2a2;
  color: #00a2a2;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .component-tags__item {
    height: 1.275rem;
    padding: 0 0.796875rem;
    font-size: 0.6375rem;
  }
}
.component-tags.column-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.component-tags.column-category .component-tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  height: 1.5rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  border: 1px solid #00a2a2;
  background-color: #fff;
  border-radius: 0.1875rem;
  padding: 0 16px;
  padding: 0 1rem;
  color: #00a2a2;
  font-size: 12px;
  font-size: 0.75rem;
}
.component-tags.column-tags {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.component-tags.column-tags .component-tags__item {
  background-color: #eee;
  color: #7f7f7f;
}
.component-tags.column-tags.is-active .component-tags__item {
  cursor: auto;
  cursor: initial;
  pointer-events: none;
}
.component-tags.column-tags.component-tags--nav {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.component-tags.column-tags.column-tags--detail {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.component-tags--nav .component-tags__item {
  height: 30px;
  height: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .component-tags--nav .component-tags__item {
    height: 1.59375rem;
    font-size: 0.85rem;
  }
}
.component-tags--nav .component-tags__item button {
  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;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  border-radius: 1.5rem;
  color: #7f7f7f;
  background-color: #eee;
  -webkit-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-tags--nav .component-tags__item button:hover {
  color: #00a2a2;
  background-color: #e8f6f6;
  opacity: 1;
}
.component-tags--nav .component-tags__item button.is-active {
  color: #00a2a2;
  background-color: #e8f6f6;
  pointer-events: none;
  opacity: 1;
}
.component-tags--nav .component-tags.is-active {
  cursor: auto;
  cursor: initial;
  pointer-events: none;
}

/* c-text */
.c-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}

/* c-title */
.c-title {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2rem;
    line-height: 1.3;
  }
}

/* c-unit */
.c-unit__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .c-unit__img {
    width: 100%;
  }
}

.c-unit__body {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .c-unit__body {
    width: 100%;
  }
}

.c-unit__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-unit__header {
    margin-top: 1.25rem;
  }
}

.c-unit__number {
  font-family: "Roboto Condensed", serif;
  font-size: 70px;
  font-size: 4.375rem;
  color: rgba(212, 212, 212, .5);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-unit__number {
    font-size: 2.5rem;
  }
}

.c-unit__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #00a2a2;
  line-height: 1.3;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-unit__title {
    font-size: 1.25rem;
  }
}

.c-unit__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-unit__subtitle {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
  }
}

.c-unit__text {
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-unit__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 0.625rem;
  }
}

.c-unit__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-unit__btn {
    margin: 1.25rem auto 0;
  }
}

.c-unit__box {
  background: #e8f6f6;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 25px 20px 25px 30px;
  padding: 1.5625rem 1.25rem 1.5625rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-unit__box {
    margin-top: 1.25rem;
    padding: 1.25rem 0.9375rem;
  }
}

.c-unit__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}
.c-unit__box-inner:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-unit__box-inner:not(:first-child) {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .c-unit__box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-unit__box-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
  white-space: nowrap;
  background: #fff;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  height: 1.875rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.c-unit__box-title--multiple {
  min-width: 176px;
  min-width: 11rem;
}
@media screen and (max-width: 600px) {
  .c-unit__box-title--multiple {
    min-width: auto;
  }
}

.c-unit__list {
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-unit__list {
    margin-left: 0;
  }
}
.c-unit__list--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.c-unit__list--2col .c-unit__list-item {
  width: calc(50% - 1.25rem);
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .c-unit__list--2col .c-unit__list-item {
    min-width: 9.375rem;
    width: auto;
  }
}
.c-unit__list--2col-wide {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 600px) {
  .c-unit__list--2col-wide {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.c-unit__list--2col-wide .c-unit__list-item {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 600px) {
  .c-unit__list--2col-wide .c-unit__list-item {
    min-width: 9.375rem;
    width: auto;
  }
}

.c-unit__list-item {
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-unit__list-item {
    font-size: 0.9375rem;
  }
}
.c-unit__list-item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

/* 基本スタイル */
html {
  font-family: "Noto Sans JP", serif;
  color: #111;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  button:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* 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;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
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;
}

button {
  padding: 0;
}

/* l-article */
.l-article {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .l-article {
    width: 100%;
  }
}

/* l-btn */
.l-btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

/* l-content */
.l-content {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-footer　*/
/* l-header */
.l-inner {
  width: 100%;
  max-width: 1450px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-main */
.l-main {
  overflow: hidden;
}

/* l-page */
.l-page {
  padding: 100px 0 110px;
  padding: 6.25rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding: 2.5rem 0 3.75rem;
  }
}
.l-page--detail-column {
  padding: 60px 0 110px;
  padding: 3.75rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .l-page--detail-column {
    padding: 2.5rem 0 3.75rem;
  }
}

/* l-sidebar */
.l-sidebar {
  width: 26.5%;
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    width: 100%;
    margin-top: 3.75rem;
  }
}

/* l-single */
.l-single {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .l-single {
    margin-top: 4.375rem;
  }
}

/* l-wrapper */
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    display: block;
  }
}

/* p-archive-case */
.p-archive-case .p-case-cards {
  gap: 70px 30px;
  gap: 4.375rem 1.875rem;
}
.p-archive-case__text {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-archive-case__text {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.p-archive-case__text--no {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive-case__text--no {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

/* p-single-case */
/* p-archive-column */
.p-archive-column__text--no {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive-column__text--no {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

/* p-single-column */
/* p-article */
.p-article__title {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.37;
}
@media screen and (max-width: 768px) {
  .p-article__title {
    font-size: 1.5rem;
  }
}
.p-article__title--detail-column {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-article__company {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #828282;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-article__company {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-article__date {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #828282;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-article__date {
    margin-top: 0.625rem;
  }
}

.p-article__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-article__category {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-article__category span {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 70px;
  min-width: 4.375rem;
  color: #00a2a2;
  border: 1px solid #00a2a2;
  border: 0.0625rem solid #00a2a2;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding: 3px 15px;
  padding: 0.1875rem 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-article__category {
    margin-top: 0.625rem;
  }
}

.p-article__img {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-article__img {
    margin-top: 2.5rem;
  }
}

.p-article__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-article__subtitle {
    font-size: 1.125rem;
    margin-top: 2.1875rem;
  }
}

.p-article__text {
  line-height: 2;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-article__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-article__toc {
  background: #f7f7f7;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 35px 40px;
  padding: 2.1875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-article__toc {
    margin-top: 2.5rem;
    padding: 1.5625rem 1.25rem;
  }
}

.p-article__toc-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #848484;
}

.p-article__toc-units {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-article__toc-unit + .p-article__toc-unit {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-article__toc-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00a2a2;
}
@media screen and (max-width: 768px) {
  .p-article__toc-subtitle {
    font-size: 1.125rem;
  }
}

.p-article__toc-items {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-article__toc-items {
    margin-left: 0.625rem;
  }
}

.p-article__toc-item {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-article__toc-item {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-article__post {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-article__post {
    margin-top: 2.5rem;
  }
}
.p-article__post h2, .p-article__post h3, .p-article__post h4, .p-article__post h5, .p-article__post h6 {
  font-weight: 700;
  margin: 0;
}
.p-article__post h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #00a2a2;
  line-height: 1.3;
  background: #e8f1f1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-article__post h2 {
    font-size: 1.375rem;
  }
}
.p-article__post h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-left: 4px solid #15a0a0;
  border-left: 0.25rem solid #15a0a0;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-article__post h3 {
    font-size: 1.25rem;
    padding-left: 0.625rem;
  }
}
.p-article__post h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #00a2a2;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-article__post h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #00a2a2;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-article__post h5::before {
  content: "";
  display: inline-block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 50%;
  background: #00a2a2;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.p-article__post p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-article__post p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-article__post p:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.p-article__post a {
  color: #00a2a2 !important;
}
.p-article__post a span {
  color: #00a2a2 !important;
}
.p-article__post figure:not(:last-child) {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-article__post figure:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.p-article__post ul:not(:last-child), .p-article__post ol:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.p-article__post li {
  padding-left: 1em;
  position: relative;
}
.p-article__post li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.p-article__post .wp-block-image.aligncenter {
  width: 100%;
}
.p-article__post .wp-block-image.aligncenter img {
  margin: 0 auto;
  display: block;
}
.p-article__post .wp-block-image.alignleft {
  width: 100%;
}
.p-article__post .wp-block-image.alignleft img {
  margin-right: auto;
  display: block;
}
.p-article__post .wp-block-image.alignright {
  width: 100%;
}
.p-article__post .wp-block-image.alignright img {
  margin-left: auto;
  display: block;
}

.p-article__btn {
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-article__btn {
    margin-top: 3.75rem;
  }
}

/* p-cards */
.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
  gap: 3.125rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-cards {
    display: block;
  }
}

.p-cards__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.25rem);
          flex: 0 1 calc(33.333% - 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-cards__item + .p-cards__item {
    margin-top: 2.5rem;
  }
}
.p-cards__item--service {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 3.33333rem);
          flex: 0 1 calc(33.333% - 3.33333rem);
  gap: 80px;
  gap: 5rem;
}
.p-cards__item--one-item {
  width: 100%;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.p-cards__item--one-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  gap: 3.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cards__item--one-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-cards__item--one-item a:hover span.p-cards__item--arrow {
  -webkit-transform: translate(0.625rem, -50%);
          transform: translate(0.625rem, -50%);
}
.p-cards__item--one-item-content {
  width: calc(50% - 3.75rem);
}
@media screen and (max-width: 768px) {
  .p-cards__item--one-item-content {
    width: 100%;
  }
}
.p-cards__item--one-item .c-case-card__img {
  width: 446px;
  width: 27.875rem;
  max-width: 50%;
  height: 250px;
  height: 15.625rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-cards__item--one-item .c-case-card__img {
    width: 100%;
    max-width: 100%;
    padding-top: 58.389261745%;
  }
}
.p-cards__item--one-item .c-case-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-cards__item--one-item .c-case-card__img img {
    max-height: none;
    max-height: initial;
  }
}
.p-cards__item--one-item span.p-cards__item--arrow {
  display: block;
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  overflow: hidden;
  z-index: 2;
  background-color: #0d948d;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-cards__item--one-item span.p-cards__item--arrow {
    display: none;
  }
}
.p-cards__item--one-item span.p-cards__item--arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
  height: 20px;
  height: 1.25rem;
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.p-cards__item--one-item span.p-cards__item--arrow::before {
  right: 11px;
  right: 0.6875rem;
}
.p-cards__item--one-item + .p-cards__item--one-item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-cards__item--one-item + .p-cards__item--one-item {
    margin-top: 2.5rem;
  }
}

/* p-p-drawer */
.p-drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  text-align: center;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0;
  padding: 3.75rem 0;
}
.p-drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-drawer__item {
  font-weight: 700;
}
.p-drawer__item span, .p-drawer__item a {
  display: inline-block;
  padding: 15px 0;
  padding: 0.9375rem 0;
}
.p-drawer__item span {
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  background: url(../img/common/arrow_icon_003.png) no-repeat center right/11px;
  background: url(../img/common/arrow_icon_003.png) no-repeat center right/0.6875rem;
}

.p-drawer__subitems {
  display: none;
}

.p-drawer__subitem {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-drawer__subitem a {
  padding: 8px 0;
  padding: 0.5rem 0;
}

.p-drawer__btns {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-drawer__btn {
  text-align: center;
  display: block;
  font-weight: 700;
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
  border-radius: 0.1875rem;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-drawer__btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  border-radius: 0.1875rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.p-drawer__btn:hover {
  opacity: 1;
}
.p-drawer__btn:hover::before {
  left: 0;
}
.p-drawer__btn:first-child {
  color: #008c8c;
  background: #fff;
  border: 2px solid #008c8c;
  border: 0.125rem solid #008c8c;
}
.p-drawer__btn:first-child::before {
  background: #008c8c;
}
.p-drawer__btn:first-child:hover {
  color: #fff;
}
.p-drawer__btn:nth-child(2) {
  color: #fff;
  background: #003b3b;
  border: 2px solid #003b3b;
  border: 0.125rem solid #003b3b;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-drawer__btn:nth-child(2)::before {
  background: #fff;
}
.p-drawer__btn:nth-child(2):hover {
  color: #003b3b;
}

/* p-fnav */
.p-fnav__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-fnav__item-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .p-fnav__items {
    width: 45%;
  }
}
.p-fnav__items + .p-fnav__items {
  margin-left: 60px;
  margin-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-fnav__items + .p-fnav__items {
    margin-left: 0;
  }
}

.p-fnav__item {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-fnav__item {
    font-size: 0.9375rem;
  }
}
.p-fnav__item + .p-fnav__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-fnav__item a {
  display: inline-block;
}

.p-fnav__subitems {
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-fnav__subitems {
    margin-left: 0.625rem;
  }
}

.p-fnav__subitem {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-fnav__subitem + .p-fnav__subitem {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* p-footer-contact */
.p-footer-contact {
  background: #00a2a2;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-footer-contact {
    padding: 3.75rem 0;
  }
}
.p-footer-contact .c-entitle {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(255, 255, 255, .5);
}
@media screen and (max-width: 768px) {
  .p-footer-contact .c-entitle {
    font-size: 1.5rem;
  }
}
.p-footer-contact .c-title {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer-contact .c-title {
    margin-top: 0.625rem;
  }
}

.p-footer-contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-footer-contact__item {
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.625rem);
          flex: 0 1 calc(50% - 0.625rem);
}
@media screen and (max-width: 768px) {
  .p-footer-contact__item + .p-footer-contact__item {
    margin-top: 1.25rem;
  }
}
.p-footer-contact__item:first-child .p-footer-contact__item-text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__item:first-child .p-footer-contact__item-text {
    margin-top: 1.25rem;
  }
}
.p-footer-contact__item:nth-child(2) .p-footer-contact__item-inner {
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__item:nth-child(2) .p-footer-contact__item-inner {
    padding-top: 2.5rem;
  }
}
.p-footer-contact__item:nth-child(2) .p-footer-contact__item-text {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__item:nth-child(2) .p-footer-contact__item-text {
    margin-top: 1.25rem;
  }
}

.p-footer-contact__item-inner {
  display: block;
  padding: 50px 20px;
  padding: 3.125rem 1.25rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__item-inner {
    padding: 2.5rem 1.25rem;
  }
}
.p-footer-contact__item-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 59, 59, .2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  display: none;
}
.p-footer-contact__item-inner:hover {
  opacity: 1;
}
.p-footer-contact__item-inner:hover::before {
  left: 0;
  display: block;
}
.p-footer-contact__item-inner:hover .p-footer-contact__item-btn {
  color: #fff;
}
.p-footer-contact__item-inner:hover .p-footer-contact__item-btn::before {
  display: block;
}

.p-footer-contact__item-icon {
  width: 104px;
  width: 6.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__item-icon {
    width: 5.625rem;
  }
}

.p-footer-contact__item-text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__item-text {
    font-size: 1rem;
  }
}

.p-footer-contact__item-btn {
  text-align: center;
  display: block;
  width: 380px;
  width: 23.75rem;
  max-width: 100%;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-footer-contact__item-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #003b3b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  display: none;
}

.p-footer-contact__item:nth-child(1) .p-footer-contact__item-btn {
  color: #fff;
  background: #003c3c;
}
.p-footer-contact__item:nth-child(1) .p-footer-contact__item-btn::before {
  display: none;
}
.p-footer-contact__item:nth-child(1):hover .p-footer-contact__item-btn {
  background: #276262;
}
.p-footer-contact__item:nth-child(2) .p-footer-contact__item-btn {
  color: #fff;
  background: #ec8921;
}
.p-footer-contact__item:nth-child(2) .p-footer-contact__item-btn::before {
  display: none;
}
.p-footer-contact__item:nth-child(2):hover .p-footer-contact__item-btn {
  background: #f5a047;
}

/* p-footer */
.p-footer {
  color: #fff;
  background: #252525;
  padding: 120px 0 35px;
  padding: 7.5rem 0 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 3.75rem 0 1.5625rem;
  }
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__content {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__logos {
    text-align: center;
  }
}

.p-footer__logo {
  width: 242px;
  width: 15.125rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 12.5rem;
    margin-inline: auto;
  }
}

.p-footer__title {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer__title {
    font-size: 1rem;
  }
}

.p-footer__nav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 80px;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.p-footer__sns-item {
  width: 33px;
  width: 2.0625rem;
}
.p-footer__sns-item + .p-footer__sns-item {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.p-footer__sns-item a {
  display: block;
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-top: 1px solid #cecece;
  border-top: 0.0625rem solid #cecece;
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    display: block;
    padding-top: 0.9375rem;
    margin-top: 2.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__body {
    margin-top: 1.25rem;
  }
}

.p-footer__site {
  background: url(../img/common/link_icon.png) no-repeat center right/17px;
  background: url(../img/common/link_icon.png) no-repeat center right/1.0625rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-footer__external-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer__external-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.25rem;
  }
}

.p-footer__external-link {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
.p-footer__external-link + .p-footer__external-link {
  margin-left: 50px;
  margin-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__external-link + .p-footer__external-link {
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.25rem;
  }
}

.p-footer__link {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .p-footer__link {
    width: 45%;
    margin-top: 0.625rem;
  }
}
.p-footer__link + .p-footer__link {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer__link + .p-footer__link {
    margin-left: 0;
  }
}

.p-footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ccc;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    text-align: center;
    margin-top: 1.25rem;
  }
}

.p-footer__pmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__pmark {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__pmark.u-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.p-footer__pmark-img {
  width: 65px;
  width: 4.0625rem;
  min-width: 65px;
  min-width: 4.0625rem;
  max-width: 100%;
  scale: 1.3;
}
@media screen and (max-width: 768px) {
  .p-footer__pmark-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-footer__pmark-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.67;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-footer__pmark-text {
    margin-left: 0;
  }
}

/* p-form */
.p-form__text {
  line-height: 1.75;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  padding-right: 100px;
  padding-right: 6.25rem;
}
.p-form__text.align-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form__text.align-center {
    text-align: left;
  }
}
.p-form__text a {
  color: #00a2a2;
  text-decoration: underline;
}
.p-form__text--download {
  padding-right: 0;
}
.p-form__text--small {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-form__text--small {
    padding-right: 0;
  }
}

.p-form__items {
  padding-right: 100px;
  padding-right: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-form__items {
    padding-right: 0;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-form__item {
    display: block;
  }
}
.p-form__item + .p-form__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-form__item + .p-form__item.mt-40 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-form__item + .p-form__item.mt-40 {
    margin-top: 1.5625rem;
  }
}

.p-form__item-label {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-form__item-label {
    width: 100%;
  }
}
.p-form__item-label label, .p-form__item-label span {
  display: inline-block;
}
.p-form__item-label label {
  font-weight: 700;
  color: #3d3d3d;
}
.p-form__item-label span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #d90000;
  border: 0.0625rem solid #d90000;
  color: #d90000;
  padding: 0 2px;
  padding: 0 0.125rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
}

.p-form__item-input {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .p-form__item-input {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.p-form__item-input input[type=text], .p-form__item-input input[type=tel], .p-form__item-input input[type=email], .p-form__item-input textarea {
  width: 100%;
  border-radius: 0.125rem;
  background: #f6f6f6;
  border: 1px solid #b7b7b7;
  border: 0.0625rem solid #b7b7b7;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
.p-form__item-input input[type=text], .p-form__item-input input[type=tel], .p-form__item-input input[type=email] {
  height: 41px;
  height: 2.5625rem;
}
.p-form__item-input textarea {
  height: 148px;
  height: 9.25rem;
  resize: none;
}

.p-form__radio {
  margin-top: -10px;
  margin-top: -0.625rem;
}
.p-form__radio label {
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-form__radio label {
    display: block;
  }
}
.p-form__radio label:not(:last-child) {
  margin-right: 40px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-form__radio label:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.p-form__radio input[type=radio] {
  display: block;
}
.p-form__radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 33px;
  padding-left: 2.0625rem;
  position: relative;
}
.p-form__radio input[type=radio] + span::before, .p-form__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
}
.p-form__radio input[type=radio] + span::before {
  display: block;
  background: #f6f6f6;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  border: 0.0625rem solid #b7b7b7;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
}
.p-form__radio input[type=radio] + span::after {
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 6px;
  left: 0.375rem;
  top: 8px;
  top: 0.5rem;
}
.p-form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.p-form__btn {
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-form__btn {
    margin-top: 3.75rem;
  }
}
.p-form__btn--thanks {
  display: block;
  margin-inline: auto;
}
.p-form__btn--thanks a.c-btn {
  display: inline-block;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-form__btn--thanks a.c-btn {
    width: 18.75rem;
    margin-top: 1.875rem;
  }
}

.p-form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-form__btns {
    display: block;
    margin-top: 3.75rem;
  }
}
.p-form__btns .p-form__btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-form__btns .p-form__btn {
    margin: 0 auto;
  }
}
.p-form__btns .p-form__btn:nth-child(2) {
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-form__btns .p-form__btn:nth-child(2) {
    margin-left: auto;
    margin-top: 1.25rem;
  }
}

.p-form-error {
  color: #d90000;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block;
}
.p-form-error--recaptcha {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}
.p-form-error--recaptcha.align-left {
  text-align: left;
}

/* p-gnav */
.p-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-gnav__item {
  font-weight: 700;
}
.p-gnav__item + .p-gnav__item {
  margin-left: 40px;
  margin-left: 2.5rem;
}
.p-gnav__item > span, .p-gnav__item > a {
  height: 90px;
  height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  padding: 0.625rem 0;
  cursor: pointer;
  position: relative;
}
.p-gnav__item > span::after, .p-gnav__item > a::after {
  position: absolute;
  bottom: 25px;
  bottom: 1.5625rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #00a2a2;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-gnav__item > span:hover, .p-gnav__item > a:hover {
  opacity: 1;
}
.p-gnav__item > span:hover::after, .p-gnav__item > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-gnav__item--dropdown > span {
  padding-right: 18px;
  padding-right: 1.125rem;
  background: url(../img/common/arrow_icon_003.png) no-repeat center right/11px;
  background: url(../img/common/arrow_icon_003.png) no-repeat center right/0.6875rem;
}

.p-gnav__child {
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  top: 5.625rem;
  width: 100%;
  background: #e4eeee;
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
}

.p-gnav__child-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-gnav__child-title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  background: url(../img/common/arrow_icon_002.png) no-repeat center right/13px;
  background: url(../img/common/arrow_icon_002.png) no-repeat center right/0.8125rem;
  padding-right: 33px;
  padding-right: 2.0625rem;
}

.p-gnav__child-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #bcbcbc;
  border-left: 0.0625rem solid #bcbcbc;
  padding-left: 70px;
  padding-left: 4.375rem;
  margin-left: 70px;
  margin-left: 4.375rem;
}

.p-gnav__child-items + .p-gnav__child-items {
  margin-left: 50px;
  margin-left: 3.125rem;
}

.p-gnav__child-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-gnav__child-item + .p-gnav__child-item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-gnav__child-item a {
  display: inline-block;
  background: url(../img/common/arrow_icon_004.png) no-repeat center right/5px;
  background: url(../img/common/arrow_icon_004.png) no-repeat center right/0.3125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
}

.p-gnav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  margin-left: 2.5rem;
}

.p-gnav__btn {
  text-align: center;
  display: block;
  font-weight: 700;
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
  border-radius: 0.1875rem;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-gnav__btn:hover {
  opacity: 1;
}
.p-gnav__btn:first-child {
  color: #fff;
  background: #003c3c;
}
.p-gnav__btn:first-child:hover {
  background: #276262;
}
.p-gnav__btn:nth-child(2) {
  color: #fff;
  background: #ec8921;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.p-gnav__btn:nth-child(2):hover {
  background: #f5a047;
}

/* p-p-hamburger */
.p-hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 20px;
  right: 1.25rem;
  top: 20px;
  top: 1.25rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
.p-hamburger.active .p-hamburger__border {
  top: 8px;
  top: 0.5rem;
}
.p-hamburger.active .p-hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-hamburger.active .p-hamburger__border:nth-child(2), .p-hamburger.active .p-hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-hamburger__border:nth-child(1) {
  top: 0;
}
.p-hamburger__border:nth-child(2) {
  top: 10px;
  top: 0.625rem;
}
.p-hamburger__border:nth-child(3) {
  top: 20px;
  top: 1.25rem;
}

/* p-p-header */
.p-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  height: 5.625rem;
  background: #fff;
  z-index: 100;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 3.75rem;
    padding: 0 0.9375rem;
  }
}

.p-header__inner {
  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;
  height: inherit;
}

.p-header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  width: 155px;
  width: 9.6875rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 8.125rem;
  }
}
.p-header__logo a {
  display: block;
}

.p-header__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #222;
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-header__text {
    font-size: 0.75rem;
    margin-left: 1.0625rem;
  }
}

/* p-mv */
.p-mv {
  padding: 220px 0 130px;
  padding: 13.75rem 0 8.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding: 6.875rem 0 3.125rem;
  }
}

.p-mv__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 43%;
  height: 100%;
  background: url(../img/common/mv_bg.png) no-repeat center right/cover;
}
@media screen and (max-width: 1600px) {
  .p-mv__bg {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__bg {
    width: 75%;
  }
}

.p-mv__title {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    font-size: 1.5rem;
  }
}
.p-mv__title.p-download-thanks-mv__title {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-mv__title.p-download-thanks-mv__title {
    font-size: 1.375rem;
  }
}

.p-mv__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 64%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    width: 45%;
  }
}
.p-mv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* p-popup */
.p-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  z-index: 200;
  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;
}

.p-popup__content {
  width: 800px;
  width: 50rem;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 60px 60px;
  padding: 3.75rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-popup__content {
    padding: 1.875rem 1.25rem;
  }
}

.p-popup__title {
  text-align: center;
  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;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-popup__title {
    font-size: 1.125rem;
  }
}
.p-popup__title span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #d90000;
  border: 0.0625rem solid #d90000;
  color: #d90000;
  padding: 0 4px;
  padding: 0 0.25rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-popup__title span {
    font-size: 0.75rem;
    padding: 0 0.125rem;
    margin-left: 0.1875rem;
  }
}

.p-popup__body {
  height: 300px;
  height: 18.75rem;
  overflow-y: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-popup__body {
    height: 12.5rem;
    margin-top: 1.25rem;
  }
}

.p-popup__list-item + .p-popup__list-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-popup__list-title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-popup__list-title {
    font-size: 0.9375rem;
  }
}

.p-popup__list-text {
  line-height: 1.8;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-popup__list-text {
    font-size: 0.875rem;
  }
}
.p-popup__list-text a {
  display: inline-block;
  text-decoration: underline;
}

.p-popup__text {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-popup__text {
    font-size: 0.9375rem;
  }
}

.p-popup__btn {
  text-align: center;
  display: block;
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
  color: #111;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-popup__btn {
    margin-top: 1.875rem;
  }
}
.p-popup__btn:hover {
  opacity: 1;
  color: #fff;
  background: #00a2a2;
  border: 1px solid #00a2a2;
  border: 0.0625rem solid #00a2a2;
}

/* p-relation */
.p-relation {
  background: #e8f6f6;
  padding: 100px 0 120px;
  padding: 6.25rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-relation {
    padding: 3.75rem 0;
  }
}
.p-relation .c-title {
  text-align: center;
}

.p-relation__cards {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-relation__cards {
    margin-top: 2.5rem;
  }
}
.p-relation__cards .c-case-card__title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-relation__cards .c-case-card__title {
    font-size: 1.25rem;
  }
}

.p-relation__btn {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-relation__btn {
    margin-top: 2.5rem;
  }
}

/* p-section-header */
.p-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 60px;
  margin: 1.875rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-section-header {
    display: block;
    margin-bottom: 2.5rem;
  }
}
.p-section-header .c-btn {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-section-header .c-btn {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

/* p-section-heading */
.p-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-section-heading .c-title {
  line-height: 1;
}
.p-section-heading .c-entitle {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-section-heading .c-entitle {
    margin-left: 0.625rem;
  }
}

/* p-service-cards */
.p-service-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 30px;
  gap: 5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service-cards {
    display: block;
  }
}
.p-service-cards--top .c-service-card__inner:hover .c-service-card__title {
  opacity: 0.7;
  color: inherit;
}
.p-service-cards--top .c-service-card__inner:hover .c-service-card__text {
  opacity: 0.7;
  color: inherit;
}

.p-service-cards__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.25rem);
          flex: 0 1 calc(33.333% - 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-service-cards__item + .p-service-cards__item {
    margin-top: 2.5rem;
  }
}

/* p-sidebar */
.p-sidebar__unit + .p-sidebar__unit {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-sidebar__unit + .p-sidebar__unit {
    margin-top: 2.5rem;
  }
}

.p-sidebar__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00a2a2;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #00a2a2;
  border-bottom: 0.125rem solid #00a2a2;
}
@media screen and (max-width: 768px) {
  .p-sidebar__subtitle {
    font-size: 1.125rem;
  }
}

.p-sidebar__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sidebar__item + .p-sidebar__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sidebar__item-inner {
  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;
}
.p-sidebar__item-inner:hover {
  opacity: 1;
}
.p-sidebar__item-inner:hover .p-sidebar__item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-sidebar__item-img {
  width: 34%;
  overflow: hidden;
}
.p-sidebar__item-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-sidebar__item-img--service img {
  aspect-ratio: 36/23;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sidebar__item-title {
  width: 61%;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* p-units */
.p-units__item {
  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;
}
@media screen and (max-width: 768px) {
  .p-units__item {
    display: block;
  }
}
.p-units__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-units__item + .p-units__item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-units__item + .p-units__item {
    margin-top: 2.5rem;
  }
}

/* p-contact */
.p-contact__content {
  width: 1100px;
  width: 68.75rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-contact__text {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    font-size: 0.9375rem;
  }
}
.p-contact__text--thanks {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-contact__text--thanks {
    font-size: 1rem;
  }
}

.p-contact__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #b7b7b7;
  border-bottom: 0.0625rem solid #b7b7b7;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-contact__flow {
    margin-top: 1.875rem;
    padding-bottom: 2.5rem;
  }
}

.p-contact__flow-item + .p-contact__flow-item {
  margin-left: 80px;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__flow-item + .p-contact__flow-item {
    margin-left: 2.5rem;
  }
}
.p-contact__flow-item + .p-contact__flow-item .p-contact__flow-item-number {
  position: relative;
}
.p-contact__flow-item + .p-contact__flow-item .p-contact__flow-item-number::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #00a2a2;
  height: 2px;
  height: 0.125rem;
  width: 110px;
  width: 6.875rem;
  left: -110px;
  left: -6.875rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-contact__flow-item + .p-contact__flow-item .p-contact__flow-item-number::before {
    width: 5.625rem;
    left: -5.625rem;
  }
}
.p-contact__flow-item.current .p-contact__flow-item-number {
  background: #e8f6f6;
  color: #00a2a2;
}
.p-contact__flow-item.current .p-contact__flow-item-text {
  color: #00a2a2;
}

.p-contact__flow-item-number {
  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;
  width: 92px;
  width: 5.75rem;
  height: 92px;
  height: 5.75rem;
  margin: 0 auto;
  font-family: "Roboto Condensed", serif;
  font-size: 32px;
  font-size: 2rem;
  color: #b7b7b7;
  background: #f0edec;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-contact__flow-item-number {
    width: 4.375rem;
    height: 4.375rem;
    font-size: 1.75rem;
  }
}

.p-contact__flow-item-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #b7b7b7;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-contact__flow-item-text {
    font-size: 0.875rem;
  }
}

.p-contact__form {
  width: 950px;
  width: 59.375rem;
  max-width: 100%;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 2.5rem;
  }
}

/* p-archive-download */
.p-archive-download__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 80px;
  gap: 5rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-download__cards {
    display: block;
  }
}

.p-archive-download__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2.5rem);
          flex: 0 1 calc(50% - 2.5rem);
}
@media screen and (max-width: 768px) {
  .p-archive-download__card + .p-archive-download__card {
    margin-top: 2.5rem;
  }
}

.p-archive-download__card-inner:hover {
  opacity: 1;
}
.p-archive-download__card-inner:hover .p-archive-download__card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-archive-download__card-img {
  overflow: hidden;
}
.p-archive-download__card-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-archive-download__card-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-download__card-title {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
}

.p-archive-download__card-text {
  color: #3d3d3d;
  line-height: 1.8;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-archive-download__card-text {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

/* p-single-download */
.p-single-download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-single-download__inner {
    display: block;
  }
}

.p-single-download__content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-single-download__content {
    width: 100%;
  }
}

.p-single-download__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-download__title {
    font-size: 1.25rem;
  }
}

.p-single-download__img {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single-download__text {
  line-height: 1.8;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__text {
    font-size: 0.9375rem;
  }
}

.p-single-download__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e8f6f6;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__box {
    display: block;
    padding: 1.5625rem 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-single-download__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00a2a2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-single-download__subtitle {
    font-size: 1.125rem;
  }
}

.p-single-download__list {
  padding-left: 30px;
  padding-left: 1.875rem;
  margin-left: 35px;
  margin-left: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single-download__list {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}
.p-single-download__list::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  width: 0.0625rem;
  height: 110%;
  background: #00a2a2;
}
@media screen and (max-width: 768px) {
  .p-single-download__list::before {
    display: none;
  }
}

.p-single-download__list-item {
  line-height: 2;
  background: url(../img/common/check_icon.png) no-repeat top 10px left/21px;
  background: url(../img/common/check_icon.png) no-repeat top 0.625rem left/1.3125rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__list-item {
    font-size: 0.9375rem;
    background-size: 1.0625rem;
    padding-left: 1.5625rem;
  }
}

.p-single-download__form {
  width: 40.5%;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-single-download__form {
    width: 100%;
    padding-top: 0;
    margin-top: 2.5rem;
  }
}
.p-single-download__form .p-form__items {
  padding-right: 0;
}
.p-single-download__form .p-form__item {
  display: block;
}
.p-single-download__form .p-form__item-label {
  width: 100%;
}
.p-single-download__form .p-form__item-input {
  width: 100%;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.p-single-download__form .p-form__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}

/* p-feature */
.p-feature__header {
  background: #e8f6f6;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-feature__header {
    padding-bottom: 2.5rem;
  }
}

.p-feature__subtitle {
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-feature__subtitle {
    font-size: 1.375rem;
    margin-top: 2.5rem;
  }
}
.p-feature__subtitle span.small {
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-feature__subtitle span.small {
    font-size: 1.125rem;
  }
}
.p-feature__subtitle span.green {
  color: #00a2a2;
}

.p-feature__img {
  width: 610px;
  width: 38.125rem;
  max-width: 100%;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-feature__img {
    margin-top: 2.5rem;
  }
}

.p-feature__text {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.92;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-feature__text {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 2.5rem;
  }
}

.p-feature__content {
  padding: 100px 0 110px;
  padding: 6.25rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-feature__content {
    padding: 2.5rem 0 3.75rem;
  }
}

.p-feature__heading {
  text-align: center;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-feature__heading {
    font-size: 1.25rem;
  }
}
.p-feature__heading span {
  color: #00a2a2;
}

.p-feature__units {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .p-feature__units {
    margin-top: 2.5rem;
  }
}

/* p-about */
.p-about {
  background: #e8f6f6;
  padding: 105px 0 110px;
  padding: 6.5625rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 3.75rem 0;
  }
}
.p-about .c-title {
  text-align: center;
}

.p-about__units {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-about__units {
    margin-top: 2.5rem;
  }
}
.p-about__units .p-units__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-about__units .p-units__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-about__units .p-units__item:not(:first-child) {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__units .p-units__item:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.p-about__units .c-unit__number {
  font-size: 60px;
  font-size: 3.75rem;
  color: rgba(0, 162, 162, .3);
}
@media screen and (max-width: 768px) {
  .p-about__units .c-unit__number {
    font-size: 2.5rem;
  }
}
.p-about__units .c-unit__box-inner {
  gap: 0;
}
.p-about__units .c-unit__box-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
  white-space: nowrap;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.p-about__units .c-unit__title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about__units .c-unit__title {
    font-size: 1.25rem;
  }
}
.p-about__units .c-unit__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-about__units .c-unit__box {
  background: #fff;
}

/* p-archive-service */
.p-archive-service__text {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-archive-service__text {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

/* p-case */
.p-case {
  background: #e8f6f6;
  padding: 105px 0 120px;
  padding: 6.5625rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-case {
    padding: 3.75rem 0;
  }
}
.p-case.bg-white {
  background: #fff;
}
.p-case.bg-white .c-title {
  text-align: center;
}
.p-case .c-title {
  font-size: 46px;
  font-size: 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-case .c-title {
    font-size: 1.75rem;
  }
}

.p-case__cards {
  margin-top: 60px;
  margin-top: 3.75rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .p-case__cards {
    margin-top: 2.5rem;
  }
}
.p-case__cards .c-case-card__title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-case__cards .c-case-card__title {
    font-size: 1.25rem;
  }
}

/* p-example */
.p-example {
  background: #00a2a2;
  padding: 105px 0 110px;
  padding: 6.5625rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-example {
    padding: 3.75rem 0;
  }
}

.p-example__title {
  text-align: center;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-example__title {
    font-size: 1.25rem;
  }
}
.p-example__title span {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-example__title span {
    font-size: 1.75rem;
  }
}

.p-example__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
  gap: 1.25rem 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-example__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-example__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 0.83333rem);
          flex: 0 1 calc(33.333% - 0.83333rem);
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-example__item {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.25rem 0.9375rem;
  }
  .p-example__item + .p-example__item {
    margin-top: 0.9375rem;
  }
}

.p-example__item-icon {
  width: 80px;
  width: 5rem;
  min-width: 80px;
  min-width: 5rem;
}
@media screen and (max-width: 768px) {
  .p-example__item-icon {
    width: 3.75rem;
    min-width: 3.75rem;
  }
}

.p-example__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.67;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-example__item-text {
    font-size: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

/* p-fv */
.p-fv {
  position: relative;
  z-index: 1;
  padding: 155px 0 75px;
  padding: 9.6875rem 0 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-fv {
    padding: 6.25rem 0 2.5rem;
  }
}

.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 72%;
  background: url(../img/service/fv_bg.png) no-repeat center right/cover;
}
@media screen and (max-width: 768px) {
  .p-fv__bg {
    width: 100%;
    background: #0d948d;
  }
}

.p-fv__subtitle span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-fv__subtitle span {
    font-size: 1rem;
  }
}
.p-fv__subtitle span:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-left: 0.0625rem solid rgba(255, 255, 255, .5);
  padding-left: 11px;
  padding-left: 0.6875rem;
  margin-left: 11px;
  margin-left: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .p-fv__subtitle span:not(:first-child) {
    padding-left: 0.5rem;
    margin-left: 0.375rem;
  }
}

.p-fv__title {
  font-size: 42px;
  font-size: 2.625rem;
  font-style: italic;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-fv__title span {
  font-size: 42px;
  font-size: 2.625rem;
  display: block;
  margin-top: 0;
}
.p-fv__title span.en {
  margin-left: -20px;
  margin-left: -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-fv__title span.en {
    margin-left: -1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
  .p-fv__title span {
    font-size: 1.75rem;
    margin-top: 0;
  }
}

.p-fv__text {
  color: #fff;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-fv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-fv__btns {
    margin-top: 1.25rem;
  }
}

.p-fv__btn {
  text-align: center;
  display: block;
  font-weight: 700;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  border-radius: 0.1875rem;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-fv__btn {
    font-size: 0.9375rem;
    width: 12.5rem;
    padding: 0.9375rem 0.625rem;
  }
}
.p-fv__btn:hover {
  opacity: 1;
}
.p-fv__btn:first-child {
  color: #fff;
  background: #003c3c;
}
.p-fv__btn:first-child:hover {
  background: #276262;
}
.p-fv__btn:nth-child(2) {
  color: #fff;
  background: #ec8921;
  margin-left: 20px;
  margin-left: 1.25rem;
}
.p-fv__btn:nth-child(2):hover {
  background: #f5a047;
}

.p-fv__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  width: 38%;
  height: calc(100% - 5.625rem);
}
@media screen and (max-width: 1600px) {
  .p-fv__img {
    width: 40%;
  }
}
.p-fv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* p-guide */
.p-guide {
  padding: 145px 0 110px;
  padding: 9.0625rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-guide {
    padding: 5rem 0 3.75rem;
  }
}

.p-guide__title {
  text-align: center;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-guide__title {
    font-size: 1.75rem;
  }
}
.p-guide__title span {
  color: #00a2a2;
}

.p-guide__units {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-guide__units {
    margin-top: 2.5rem;
  }
}

/* p-other */
.p-other {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-other {
    margin-bottom: 3.75rem;
  }
}
.p-other .c-title {
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  color: #00a2a2;
}
@media screen and (max-width: 768px) {
  .p-other .c-title {
    font-size: 1.75rem;
  }
}

.p-other__content {
  background: #e8f6f6;
  padding: 90px 100px 100px;
  padding: 5.625rem 6.25rem 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-other__content {
    padding: 2.5rem 1.25rem;
  }
}

.p-other__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 20px;
  gap: 2.1875rem 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-other__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-other__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 0.83333rem);
          flex: 0 1 calc(33.333% - 0.83333rem);
}
@media screen and (max-width: 768px) {
  .p-other__item + .p-other__item {
    margin-top: 2.5rem;
  }
}
.p-other__item.current .p-other__item-inner {
  pointer-events: none;
}
.p-other__item.current .p-other__item-title {
  color: #838383;
}
.p-other__item.current .p-other__item-title::after {
  background: #ccc;
}
.p-other__item.current .p-other__item-title span::before, .p-other__item.current .p-other__item-title span::after {
  background: url(../img/common/arrow_icon_008.png) no-repeat center/contain;
}
.p-other__item.current .p-other__item-img {
  position: relative;
}
.p-other__item.current .p-other__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.p-other__item-inner {
  display: block;
}
.p-other__item-inner:hover {
  opacity: 1;
}
.p-other__item-inner:hover .p-other__item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-other__item-inner:hover .p-other__item-title {
  opacity: 1;
  color: #00a2a2;
}
.p-other__item-inner:hover .p-other__item-title::after {
  background: #00a2a2;
}
.p-other__item-inner:hover .p-other__item-title span::before, .p-other__item-inner:hover .p-other__item-title span::after {
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
}

.p-other__item-img {
  overflow: hidden;
}
.p-other__item-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  aspect-ratio: 193/125;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-other__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-other__item-title {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.p-other__item-title::after {
  position: absolute;
  content: "";
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  background: #fff;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-other__item-title span {
  display: block;
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  overflow: hidden;
  z-index: 2;
}
.p-other__item-title span::before, .p-other__item-title span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background: url(../img/common/arrow_icon_007.png) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.p-other__item-title span::before {
  right: 11px;
  right: 0.6875rem;
}
.p-other__item-title span::after {
  opacity: 0;
  right: 11px;
  right: 0.6875rem;
  -webkit-transform: translateX(-2.375rem) translateY(-50%);
          transform: translateX(-2.375rem) translateY(-50%);
}

@keyframes transformBefore {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2.375rem) translateY(-50%);
            transform: translateX(2.375rem) translateY(-50%);
    opacity: 0;
  }
}
@keyframes transformAfter {
  0% {
    -webkit-transform: translateX(-2.375rem) translateY(-50%);
            transform: translateX(-2.375rem) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
/* p-reason */
.p-reason {
  padding: 120px 0 150px;
  padding: 7.5rem 0 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding: 3.75rem 0;
  }
}
.p-reason-wrapper {
  background-color: #e8f6f6;
  margin: 60px 0 120px;
  margin: 3.75rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason-wrapper {
    margin: 1.875rem 0 3.75rem;
  }
}

.p-reason__inner {
  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;
}
@media screen and (max-width: 768px) {
  .p-reason__inner {
    display: block;
  }
}

.p-reason__body {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-reason__body {
    width: 100%;
  }
}

.p-reason__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-reason__title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.p-reason__title span {
  font-size: 46px;
  font-size: 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-reason__title span {
    font-size: 1.75rem;
  }
}

.p-reason__items {
  width: 690px;
  width: 43.125rem;
  max-width: 100%;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-reason__items {
    margin-top: 2.5rem;
  }
}

.p-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  border-bottom: 0.0625rem solid #ccc;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.p-reason__item + .p-reason__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-reason__item:first-child {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item:first-child {
    padding-left: 0;
  }
}
.p-reason__item:first-child .p-reason__item-icon {
  width: 50px;
  width: 3.125rem;
  min-width: 50px;
  min-width: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item:first-child .p-reason__item-icon {
    width: 2.5rem;
    min-width: 2.5rem;
  }
}
.p-reason__item:nth-child(2) {
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-child(2) {
    padding-left: 0;
  }
}
.p-reason__item:nth-child(2) .p-reason__item-icon {
  width: 54px;
  width: 3.375rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-child(2) .p-reason__item-icon {
    width: 2.5rem;
    min-width: 2.5rem;
  }
}
.p-reason__item:nth-child(3) {
  padding-left: 17px;
  padding-left: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-child(3) {
    padding-left: 0.3125rem;
  }
}
.p-reason__item:nth-child(3) .p-reason__item-icon {
  width: 46px;
  width: 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item:nth-child(3) .p-reason__item-icon {
    width: 2.1875rem;
    min-width: 2.1875rem;
  }
}

.p-reason__item-titles {
  margin-left: 35px;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item-titles {
    margin-left: 1.25rem;
  }
}

.p-reason__item-number {
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  color: #00a2a2;
}

.p-reason__item-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-reason__item-title {
    font-size: 1rem;
    line-height: 1.3;
    margin-right: 0.625rem;
  }
}
.p-reason__item-title span {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  color: #00a2a2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-reason__item-title span {
    font-size: 1.5rem;
  }
}

.p-reason__item-text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #00a2a2;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-reason__item-text {
    font-size: 1.125rem;
  }
}
.p-reason__item-text span {
  font-family: "Roboto Condensed", serif;
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item-text span {
    font-size: 1.875rem;
  }
}

.p-reason__img {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .p-reason__img {
    width: 100%;
    margin-top: 2.5rem;
  }
}

/* p-single-service */
.p-system {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 50px 50px;
  padding: 3.125rem 3.125rem;
  background: #e8f6f6;
}
.p-system__head {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-system__head {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
  }
}
.p-system__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-top: 3.125rem;
  gap: 30px 60px;
  gap: 1.875rem 3.75rem;
}
.p-system__item {
  width: calc(33.33333% - 2.5rem);
}
@media screen and (max-width: 768px) {
  .p-system__item {
    width: 100%;
  }
}
.p-system__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
.p-system__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #00a2a2;
}
.p-system__img--item01 {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.p-system__img--item02 {
  width: 28px;
  width: 1.75rem;
  height: 29.2px;
  height: 1.825rem;
}
.p-system__img--item03 {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.p-system__img--item04 {
  width: 28px;
  width: 1.75rem;
  height: 29.2px;
  height: 1.825rem;
}
.p-system__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-weight: 700;
}

/* p-topic */
.p-topic {
  padding: 15px 0 110px;
  padding: 0.9375rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-topic {
    padding: 0 0 3.75rem;
  }
}

.p-topic__title {
  text-align: center;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-topic__title {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}
.p-topic__title span {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-topic__title span {
    font-size: 1.75rem;
  }
}

.p-topic__img {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-topic__img {
    margin-top: 2.5rem;
  }
}

/* p-worries */
.p-worries {
  background: #e8f6f6;
  padding: 15px 0 110px;
  padding: 0.9375rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worries {
    padding: 0 0 3.75rem;
  }
}
.p-worries::after {
  position: absolute;
  content: "";
  width: 208px;
  width: 13rem;
  height: 69px;
  height: 4.3125rem;
  background: url(../img/service/worries_bg.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
  bottom: -3.75rem;
}
@media screen and (max-width: 768px) {
  .p-worries::after {
    width: 6.875rem;
    height: 2.5rem;
    bottom: -2.1875rem;
  }
}

.p-worries__title {
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-worries__title {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
}
.p-worries__title span.small {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-worries__title span.small {
    font-size: 1.25rem;
  }
}
.p-worries__title span.green {
  color: #00a2a2;
}

.p-worries__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-worries__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-worries__item + .p-worries__item {
  margin-left: 85px;
  margin-left: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .p-worries__item + .p-worries__item {
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.p-worries__item-img {
  width: 251px;
  width: 15.6875rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-worries__item-img {
    width: 12.5rem;
  }
}

.p-worries__item-text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-worries__item-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
}

/* p-top-case */
.p-top-case {
  padding: 140px 0 120px;
  padding: 8.75rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-case {
    padding: 3.75rem 0;
  }
}
.p-top-case .c-case-card__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-case .c-case-card__title {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
}

/* p-top-column */
.p-top-column {
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-column {
    padding: 3.75rem 0;
  }
}
.p-top-column .c-column-card__date {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-column .c-column-card__date {
    margin-top: 0.9375rem;
  }
}
.p-top-column .c-column-card__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-column .c-column-card__title {
    font-size: 1.25rem;
  }
}

.p-top-column__items {
  display: none;
}
.p-top-column__items.slick-initialized {
  display: block;
}

.p-top-column__item {
  margin: 0 14px;
  margin: 0 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-column__item {
    margin: 0 0.625rem;
  }
}

.p-top-column__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-column__bottom {
    margin-top: 2.5rem;
  }
}

.p-top-column__arrow {
  width: 50px;
  width: 3.125rem;
  min-width: 50px;
  min-width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background: #00a2a2;
  position: relative;
}
.p-top-column__arrow::after {
  position: absolute;
  content: "";
  width: 13px;
  width: 0.8125rem;
  height: 15px;
  height: 0.9375rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top-column__arrow::after {
    width: 0.625rem;
    height: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__arrow {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
  }
}
.p-top-column__arrow:hover {
  opacity: 1;
}

.p-top-column__prev::after {
  background: url(../img/common/arrow_icon_005.png) no-repeat center/contain;
}

.p-top-column__next {
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-column__next {
    margin-left: 0.625rem;
  }
}
.p-top-column__next::after {
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
}

.p-progress {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  background: #d0d0d0;
  margin-left: 90px;
  margin-left: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-progress {
    margin-left: 1.25rem;
  }
}

.p-progress-bar {
  max-width: 100%;
  height: 3px;
  height: 0.1875rem;
  background: #00a2a2;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.p-top-mv {
  position: relative;
  z-index: 1;
  padding: 185px 0 90px;
  padding: 11.5625rem 0 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding: 6.25rem 0 2.5rem;
  }
}

.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 64%;
  background: url(../img/top/top-mv_bg_pc.png) no-repeat center right/cover;
}
@media screen and (max-width: 1600px) {
  .p-top-mv__bg {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__bg {
    width: 100%;
    background-position: center left;
    background: url(../img/top/top-mv_bg_sp.png) no-repeat center right/cover;
  }
}

.p-top-mv__subtitle {
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #008585;
  background: rgba(255, 255, 255, .9);
  border-radius: 1.3125rem;
  padding: 3px 30px;
  padding: 0.1875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__subtitle {
    font-size: 0.875rem;
    padding: 0.125rem 0.9375rem;
  }
}

.p-top-mv__title {
  font-style: italic;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    margin-top: 1.25rem;
  }
}
.p-top-mv__title > span:first-of-type {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title > span:first-of-type {
    font-size: 1.25rem;
  }
}
.p-top-mv__title > span:first-of-type span {
  font-family: "Roboto Condensed", serif;
  font-size: 55px;
  font-size: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title > span:first-of-type span {
    font-size: 1.5rem;
  }
}
.p-top-mv__title > span:nth-of-type(2) {
  font-size: 72px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title > span:nth-of-type(2) {
    font-size: 1.875rem;
  }
}
.p-top-mv__title > span:nth-of-type(2) span {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title > span:nth-of-type(2) span {
    font-size: 1.5rem;
  }
}

.p-top-mv__text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-top-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__btns {
    margin-top: 1.25rem;
  }
}

.p-top-mv__btn {
  text-align: center;
  display: block;
  font-weight: 700;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  border-radius: 0.1875rem;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-mv__btn {
    font-size: 0.9375rem;
    width: 12.5rem;
    padding: 0.9375rem 0.625rem;
  }
}
.p-top-mv__btn:hover {
  opacity: 1;
}
.p-top-mv__btn:first-child {
  color: #fff;
  background: #003c3c;
}
.p-top-mv__btn:first-child:hover {
  background: #276262;
}
.p-top-mv__btn:nth-child(2) {
  color: #fff;
  background: #ec8921;
  margin-left: 20px;
  margin-left: 1.25rem;
}
.p-top-mv__btn:nth-child(2):hover {
  background: #f5a047;
}

.p-top-mv__slider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 50%;
  height: 100%;
  display: none;
}
.p-top-mv__slider.slick-initialized {
  display: block;
}
.p-top-mv__slider .slick-list, .p-top-mv__slider .slick-track {
  height: 100%;
}
.p-top-mv__slider .slider-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  bottom: 30px;
  bottom: 1.875rem;
  z-index: 30;
}
.p-top-mv__slider .slider-dot li {
  display: inline-block;
  background: #818181;
  width: 3px;
  width: 0.1875rem;
  height: 20px;
  height: 1.25rem;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  cursor: pointer;
}
.p-top-mv__slider .slider-dot li:not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}
.p-top-mv__slider .slider-dot li button {
  text-indent: -9999px;
}
.p-top-mv__slider .slider-dot li.slick-active {
  height: 50px;
  height: 3.125rem;
  background: #00a2a2;
}

.p-top-mv__slider-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* p-top-service */
.p-top-service {
  padding: 570px 0 180px;
  padding: 35.625rem 0 11.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 13.75rem 0 5rem;
  }
}
.p-top-service::before, .p-top-service::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
}
.p-top-service::before {
  top: 0;
  height: 600px;
  height: 37.5rem;
  background: url(../img/top/top-service_bg.png) no-repeat center top/cover;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-top-service::before {
    height: 15.625rem;
  }
}
.p-top-service::after {
  top: 400px;
  top: 25rem;
  bottom: 0;
  background: #19abab;
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 96%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0%, 100% 96%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-service::after {
    top: 9.375rem;
    -webkit-clip-path: polygon(0 0.5%, 100% 0%, 100% 99.5%, 0% 100%);
            clip-path: polygon(0 0.5%, 100% 0%, 100% 99.5%, 0% 100%);
  }
}
.p-top-service .c-title {
  color: #fff;
}
.p-top-service .c-entitle {
  color: rgba(255, 255, 255, .5);
}
.p-top-service .c-text {
  color: #fff;
}
.p-top-service .c-btn {
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  color: #19abab;
  background: #fff;
}
.p-top-service .c-btn::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}
.p-top-service .c-btn:hover {
  background: #19abab;
  color: white;
}
.p-top-service .c-btn:hover::after {
  background: url(../img/common/arrow_icon_001.png) no-repeat center/contain;
}
.p-top-service .c-service-card {
  color: #fff;
}
.p-top-service .c-service-card__title::after {
  background: #fff;
}
.p-top-service .c-service-card__title span::before, .p-top-service .c-service-card__title span::after {
  background: url(../img/common/arrow_icon_002.png) no-repeat center/contain;
}
.p-top-service .c-service-card__text::before {
  background: #fff;
}

/* p-top-slider */
.p-top-slider {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-slider {
    padding-top: 0.625rem;
  }
}

.p-top-slider__items {
  display: none;
}
.p-top-slider__items.slick-initialized {
  display: block;
}
.p-top-slider__items .slick-list {
  height: inherit;
}
.p-top-slider__items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-slider__item {
  margin: 0 25px;
  margin: 0 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-slider__item {
    margin: 0 0.625rem;
  }
}

/* p-top-feature */
.p-top-feature {
  background: #eef5f5;
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-feature {
    padding: 3.75rem 0;
  }
}
.p-top-feature .c-title {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-feature__inner {
  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;
}
@media screen and (max-width: 768px) {
  .p-top-feature__inner {
    display: block;
  }
}

.p-top-feature__body {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-top-feature__body {
    width: 100%;
  }
}

.p-top-feature__text {
  line-height: 2;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-feature__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.875rem;
  }
}

.p-top-feature__btn {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-feature__btn {
    margin: 2.5rem auto 0;
  }
}

.p-top-feature__img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-top-feature__img {
    width: 100%;
    margin-top: 1.875rem;
  }
}

/* u-fade */
.u-fade {
  opacity: 0;
  -webkit-transform: translateX(-1.875rem);
          transform: translateX(-1.875rem);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.u-fade.is-inview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.u-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.u-fadeUp.is-inview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade--mv01 {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.u-fade--mv01.is-inview {
  opacity: 1;
}

.u-fade--mv02 {
  opacity: 0;
  -webkit-transform: translateX(-1.875rem);
          transform: translateX(-1.875rem);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.u-fade--mv02.is-inview {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.u-fade--mv03 {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.u-fade--mv03.is-inview {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
