@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  min-height: 100dvh;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.l-about-lead {
  padding: 4rem 0 5rem;
}

.l-about-miryoku {
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-about-miryoku {
    padding: 2rem 0;
  }
}

.l-about {
  padding: 8rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding: 5rem 0 10rem;
  }
}

.l-banner {
  padding: 5.3rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-banner {
    padding: 3.8rem 0 4.6rem;
  }
}

.l-blog-archive {
  padding: 4rem 0 8rem;
}

.l-blog {
  padding: 7.9rem 0 7.6rem;
}
@media screen and (max-width: 767px) {
  .l-blog {
    padding: 5rem 0;
  }
}

.l-breadcrumbs {
  padding: 1rem 0;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs--single {
    margin-top: 6rem;
  }
}

.l-communication {
  padding: 4rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .l-communication {
    padding: 2rem 0 4rem;
  }
}

.l-feature {
  padding: 7.4rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .l-feature {
    padding: 5.4rem 0 5.9rem;
  }
}

.l-flow {
  padding: 10rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding: 5rem 0;
  }
}

.l-footer {
  padding: 4.6rem 0 4.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3rem 0 3.8rem;
  }
}

.l-form {
  padding: 4rem 0 8rem;
}

.l-function {
  padding: 7rem 0 10.8rem;
}
@media screen and (max-width: 767px) {
  .l-function {
    padding: 4.5rem 0 4.7rem;
  }
}

.l-fv {
  width: 100%;
  height: calc(100vh - 10rem);
}
@media screen and (max-width: 767px) {
  .l-fv {
    height: calc(100vh - 6rem);
  }
}

.l-header {
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6rem;
  }
}

.l-history {
  padding: 7rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-history {
    padding: 4rem 0;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.l-kadai {
  padding: 7.6rem 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .l-kadai {
    padding: 5.1rem 0 3.6rem;
  }
}

.l-offer-point {
  padding: 4rem 0 8rem;
}

.l-other {
  padding: 8.4rem 0 9.1rem;
}
@media screen and (max-width: 767px) {
  .l-other {
    padding: 5rem 0;
  }
}

.l-overview {
  padding: 4rem 0;
}

.l-page-fv {
  height: 20rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-page-fv {
    margin-top: 6rem;
  }
}

.l-privacy {
  padding: 4rem 0 8rem;
}

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

.l-staff {
  padding: 4rem 0 8rem;
}

.l-thanks {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .l-thanks {
    margin-top: 6rem;
  }
}

.c-btn {
  width: 100%;
  height: 8rem;
  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;
  color: #fff;
  background-color: #FF8E3F;
  border-radius: 4rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, .16);
          box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, .16);
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    height: 7rem;
    font-size: 2rem;
  }
}

.c-btn--blue {
  background-color: #0370C0;
}
@media screen and (max-width: 767px) {
  .c-btn--blue {
    font-size: 1.6rem;
  }
}

.c-btn::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn.c-btn--after::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/download_icon.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn--red {
  background-color: #F64545;
}

.c-btn--min {
  height: 5rem;
  font-size: 1.6rem;
  padding: 0 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .c-btn--min {
    font-size: 1.4rem;
    height: 4rem;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--min {
    padding: 0 1.5rem;
  }
}

.c-btn--min::after {
  width: 1.8rem;
  height: 1.8rem;
  right: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .c-btn--min::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 1rem;
  }
}

.c-btn02 {
  min-width: 25rem;
  min-height: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #B7D2F0;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(183, 210, 240, .3);
          box-shadow: 0.3rem 0.3rem 0 rgba(183, 210, 240, .3);
  position: relative;
  color: #000;
}

.c-btn02::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/icon_arrow-black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn02--back::after {
  background: url(../images/icon_arrow-black-back.svg) no-repeat center/contain;
  right: auto;
  left: 2rem;
}

.c-btn02 span {
  display: none;
}

.c-card-blog__img img {
  aspect-ratio: 320/201;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-blog__body {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-card-blog__body {
    margin-top: 1.5rem;
  }
}

.c-card-blog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-card-blog__head {
    gap: 2rem;
  }
}

.c-card-blog__time {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card-blog__time {
    font-size: 1.4rem;
  }
}

.c-card-blog__category {
  min-width: 7rem;
  min-height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #FC3838;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .c-card-blog__category {
    font-size: 1.2rem;
  }
}

.c-card-blog__title {
  margin-top: 1.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .c-card-blog__title {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.c-card-clear {
  counter-increment: num;
  position: relative;
}

.c-card-clear__label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background-color: #fff;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.c-card-clear__label::before {
  content: counter(num, decimal-leading-zero);
}

.c-card-clear__img img {
  aspect-ratio: 271/180;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-clear__title {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-clear__title {
    margin-top: 1.8rem;
    font-size: 1.8rem;
  }
}

.c-card-communication__img img {
  aspect-ratio: 310/175;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-communication__body {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-card-communication__body {
    margin-top: 1rem;
  }
}

.c-card-communication__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.375;
  color: #0370C0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-communication__title {
    font-size: 1.8rem;
  }
}

.c-card-communication__text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-card-communication__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.c-card-function {
  background-color: #fff;
  border-top: 2px solid #05B050;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(5, 176, 80, .1);
          box-shadow: 0.5rem 0.5rem 0 rgba(5, 176, 80, .1);
  counter-increment: num;
}

.c-card-function__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-card-function__head {
    gap: 1.5rem;
  }
}

.c-card-function__label {
  width: 10rem;
  height: 10rem;
  background-color: #05B050;
  color: #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;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-function__label {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 1.4rem;
  }
}

.c-card-function__label::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, .2);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-card-function__label::before {
    width: 4rem;
    height: 4rem;
  }
}

.c-card-function__label::after {
  content: counter(num, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-card-function__label::after {
    font-size: 2.8rem;
  }
}

.c-card-function__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4666666667;
  color: #05B050;
}
@media screen and (max-width: 767px) {
  .c-card-function__title {
    font-size: 2rem;
  }
}

.c-card-function__body {
  padding: 4rem 5rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-function__body {
    padding: 2rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.c-card-function:nth-child(even) .c-card-function__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card-function:nth-child(even) .c-card-function__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-function__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-card-function__img {
    width: 100%;
  }
}

.c-card-function__img img {
  aspect-ratio: 450/265;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-function__textarea {
  width: 47.2222222222%;
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 2.6rem 3.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-card-function__textarea {
    width: 100%;
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
  }
}

.c-card-miryoku {
  width: 16.6rem;
  min-height: 15rem;
  padding: 2.4rem 0 1.2rem;
  background-color: #FEF4D8;
  border: 2px solid #EC7D30;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku {
    width: 13rem;
    height: 13rem;
    min-height: auto;
    padding: 1.4rem 0 1.8rem;
    gap: 0.8rem;
  }
}

.c-card-miryoku__border {
  position: absolute;
  height: 2px;
  background-color: #EC7D30;
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku__border {
    top: auto;
  }
}

.c-card-miryoku__border::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.4rem solid #EC7D30;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku__border::after {
    width: 1rem;
    height: 1rem;
    border: 0.3rem solid #EC7D30;
  }
}

.c-card-miryoku__border--03::after,
.c-card-miryoku__border--04::after {
  right: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-card-miryoku__border--01 {
  width: 10.3rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  right: 0;
  -webkit-transform: translate(100%, -50%) rotate(-18deg);
          transform: translate(100%, -50%) rotate(-18deg);
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku__border--01 {
    width: 4.5rem;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate(0, 100%) rotate(128deg);
            transform: translate(0, 100%) rotate(128deg);
  }
}

.c-card-miryoku__border--02 {
  width: 22.6rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  right: 0;
  -webkit-transform: translate(100%, -50%) rotate(11deg);
          transform: translate(100%, -50%) rotate(11deg);
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku__border--02 {
    width: 4.5rem;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate(0, 100%) rotate(45deg);
            transform: translate(0, 100%) rotate(45deg);
  }
}

.c-card-miryoku__border--03 {
  width: 8.9rem;
  -webkit-transform-origin: right;
          transform-origin: right;
  left: 0;
  -webkit-transform: translate(-100%, -50%) rotate(20deg);
          transform: translate(-100%, -50%) rotate(20deg);
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku__border--03 {
    width: 5.4rem;
    top: 0;
    right: auto;
    left: 50%;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate(-100%, -100%) rotate(116deg);
            transform: translate(-100%, -100%) rotate(116deg);
  }
}

.c-card-miryoku__border--04 {
  width: 9.5rem;
  -webkit-transform-origin: right;
          transform-origin: right;
  left: 0;
  -webkit-transform: translate(-100%, -50%) rotate(-24deg);
          transform: translate(-100%, -50%) rotate(-24deg);
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku__border--04 {
    width: 6.4rem;
    top: 0;
    right: auto;
    left: 50%;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translate(-100%, -100%) rotate(135deg);
            transform: translate(-100%, -100%) rotate(135deg);
  }
}

.c-card-miryoku__img img {
  width: 6.7rem;
  height: 5.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku__img img {
    width: 5.8rem;
    height: 5rem;
  }
}

.c-card-miryoku__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 1024px) {
  .c-card-miryoku__text {
    font-size: 1.2rem;
  }
}

.c-card-miryoku02 {
  padding: 3.3rem 3.6rem 2.2rem;
  border-radius: 2rem;
  background-color: #FEF4D8;
  border: 2px solid #EC7D30;
  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;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku02 {
    padding: 2.5rem 1.5rem;
  }
}

.c-card-miryoku02__title {
  width: 100%;
  height: 3.8rem;
  border-radius: 3rem;
  background-color: #EC7D30;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku02__title {
    height: 3.6rem;
    font-size: 1.8rem;
  }
}

.c-card-miryoku02__title span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 7.6rem), -50%);
          transform: translate(calc(-50% + 7.6rem), -50%);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4166666667;
}

.c-card-miryoku02__list {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku02__list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 0.8rem;
  }
}

.c-card-miryoku02__text {
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
}

.c-card-miryoku02__img {
  margin-top: 1.4rem;
  max-width: 20.8rem;
}

.c-card-miryoku03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.c-card-miryoku03__img {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku03__img {
    width: 100%;
  }
}

.c-card-miryoku03__img img {
  aspect-ratio: 34/19;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-miryoku03__body {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku03__body {
    width: 100%;
  }
}

.c-card-miryoku03__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku03__head {
    gap: 1.6rem;
    padding-left: 0.8rem;
  }
}

.c-card-miryoku03__head::before {
  content: "";
  width: 5.2rem;
  height: 5.2rem;
  background-color: #E4F0FE;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku03__head::before {
    width: 4rem;
    height: 4rem;
  }
}

.c-card-miryoku03__label::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #0370C0;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku03__label::before {
    font-size: 3rem;
  }
}

.c-card-miryoku03__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2692307692;
  color: #0370C0;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku03__title {
    font-size: 2rem;
  }
}

.c-card-miryoku03__text {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-card-miryoku03__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.c-card-other__img img {
  aspect-ratio: 50/26;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-other__body {
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-card-other__body {
    margin-top: 1.5rem;
  }
}

.c-card-other__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .c-card-other__title {
    font-size: 1.8rem;
  }
}

.c-card-other__text {
  margin-top: 2.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7333333333;
}
@media screen and (max-width: 767px) {
  .c-card-other__text {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}

.c-card-service {
  counter-increment: num;
  padding: 2.8rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-service {
    padding: 2rem 0 4rem;
  }
}

.c-card-service:nth-child(even)::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background-color: #E4F0FE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-card-service__label {
  text-align: center;
}

.c-card-service__label::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #368AE6;
}
@media screen and (max-width: 767px) {
  .c-card-service__label::before {
    font-size: 3rem;
  }
}

.c-card-service__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-card-service__title {
    font-size: 2rem;
  }
}

.c-card-service__wrap {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-card-service__wrap {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.c-card-service__img {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .c-card-service__img {
    width: 100%;
  }
}

.c-card-service__img img {
  aspect-ratio: 34/22;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-service__body {
  width: 62.4%;
}
@media screen and (max-width: 767px) {
  .c-card-service__body {
    width: 100%;
  }
}

.c-card-service__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-card-service__text {
    font-size: 1.4rem;
  }
}

.c-card-service__btns {
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-card-service__btns {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-card-staff__img {
  position: relative;
}

.c-card-staff__img img {
  aspect-ratio: 200/248;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-staff__post {
  width: 10rem;
  height: 3rem;
  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;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1333333333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-card-staff__post--blue {
  background-color: #0370C0;
}

.c-card-staff__post--orange {
  background-color: #EC7D30;
}

.c-card-staff__post--green {
  background-color: #05B050;
}

.c-card-staff__body {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-staff__body {
    margin-top: 1rem;
  }
}

.c-card-staff__name {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-card-staff__name {
    font-size: 1.8rem;
  }
}

.c-card-staff__text {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-card-staff__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.c-fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-fukidashi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}

.c-fukidashi__img {
  width: 27.4%;
}
@media screen and (max-width: 767px) {
  .c-fukidashi__img {
    width: 20rem;
  }
}

.c-fukidashi__body {
  margin-top: 3rem;
  width: 66.6%;
  padding: 3.3rem 5.2rem 2rem 6.8rem;
  border: 1px solid #0370C0;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  position: relative;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(183, 210, 240, .3);
          box-shadow: 0.3rem 0.3rem 0 rgba(183, 210, 240, .3);
}
@media screen and (max-width: 767px) {
  .c-fukidashi__body {
    margin-top: 0;
    width: 100%;
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
  }
}

.c-fukidashi__body::before,
.c-fukidashi__body::after {
  content: "";
  border: solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-fukidashi__body::before,
  .c-fukidashi__body::after {
    right: auto;
    top: 100%;
    left: 50%;
  }
}

.c-fukidashi__body::before {
  border-color: rgba(3, 112, 192, 0);
  border-top-width: 1.1rem;
  border-bottom-width: 1.1rem;
  border-left-width: 3.3rem;
  border-right-width: 3.3rem;
  margin-top: -1.1rem;
  margin-right: 0.1rem;
  border-right-color: #0370C0;
}
@media screen and (max-width: 767px) {
  .c-fukidashi__body::before {
    border-top-width: 2.3rem;
    border-bottom-width: 2.3rem;
    border-left-width: 1.3rem;
    border-right-width: 1.3rem;
    margin-right: 0;
    margin-left: -1.3rem;
    margin-top: 1px;
    border-top-color: #0370C0;
    border-right-color: transparent;
  }
}

.c-fukidashi__body::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 1rem;
  border-bottom-width: 1rem;
  border-left-width: 3rem;
  border-right-width: 3rem;
  margin-top: -1rem;
  border-right-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-fukidashi__body::after {
    border-top-width: 2.2rem;
    border-bottom-width: 2.2rem;
    border-left-width: 1.2rem;
    border-right-width: 1.2rem;
    margin-top: 0;
    margin-left: -1.2rem;
    border-right-color: transparent;
    border-top-color: #fff;
  }
}

.c-item-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  counter-increment: num;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-item-flow {
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
}

.c-item-flow__num-area {
  width: 8.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
@media screen and (max-width: 767px) {
  .c-item-flow__num-area {
    width: 6.5rem;
  }
}

.c-item-flow__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-item-flow__label {
    gap: 0.4rem;
  }
}

.c-item-flow__label::before {
  content: "STEP";
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-item-flow__label::before {
    font-size: 1.2rem;
  }
}

.c-item-flow__label::after {
  content: counter(num, decimal-leading-zero);
  font-size: 3.6rem;
  line-height: 1.4722222222;
}
@media screen and (max-width: 767px) {
  .c-item-flow__label::after {
    font-size: 2.8rem;
  }
}

.c-item-flow__icon {
  margin-top: 0.7rem;
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .c-item-flow__icon {
    width: 6.5rem;
    margin-top: 0.8rem;
  }
}

.c-item-flow:not(:last-child) .c-item-flow__dashed {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4rem;
  margin-bottom: -3rem;
}
@media screen and (max-width: 767px) {
  .c-item-flow:not(:last-child) .c-item-flow__dashed {
    margin-top: 1rem;
    margin-bottom: -2rem;
  }
}

.c-item-flow__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-item-flow__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4583333333;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-item-flow__title {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
}

.c-item-flow__textarea {
  margin-top: 2rem;
  background-color: #F2F2F2;
  border-radius: 1rem;
  padding: 2rem 3.3rem 2rem 2.3rem;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-item-flow__textarea {
    margin-top: 1.5rem;
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
  }
}

.c-item-flow__bold {
  font-weight: bold;
}

.c-item-flow__item {
  text-indent: -1em;
  padding-left: 1em;
}

.c-item-flow__item:nth-child(n+2) {
  margin-top: 1.2rem;
}

.c-item-kadai__img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-item-kadai__img {
    width: 20rem;
  }
}

.c-item-kadai__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-item-kadai__text {
  margin-top: 2.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .c-item-kadai__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-item-kadai__text {
    margin-top: 2rem;
  }
}

.c-item-kadai__text--ml20 {
  margin-left: -2rem;
}
@media screen and (max-width: 767px) {
  .c-item-kadai__text--ml20 {
    margin-left: -0.8rem;
  }
}

.c-item-kadai__text--ml10 {
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .c-item-kadai__text--ml10 {
    margin-left: -0.4rem;
  }
}

.c-item-miryoku {
  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;
}

.c-item-miryoku__img {
  min-height: 6rem;
}

.c-item-miryoku__img img {
  width: 8.9rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-item-miryoku__text {
  margin-top: 1.1rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2307692308;
  text-align: center;
}

.c-item-miryoku03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-item-miryoku03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-item-miryoku03__img {
  width: 7.6rem;
  height: 7.6rem;
}
@media screen and (max-width: 767px) {
  .c-item-miryoku03__img {
    width: 7rem;
    height: 7rem;
  }
}

.c-item-miryoku03__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .c-item-miryoku03__text {
    font-size: 1.5rem;
  }
}

.c-num {
  width: 8rem;
  height: 7.6rem;
  color: #fff;
  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-family: "Oswald", sans-serif;
  font-size: 5.4rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-num {
    width: 6rem;
    height: 5.6rem;
    font-size: 4rem;
  }
}

.c-num::before {
  content: "";
  width: 5.7rem;
  height: 5.7rem;
  background-color: rgba(255, 255, 255, .2);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-num::before {
    width: 4rem;
    height: 4rem;
  }
}

.c-section-title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 2.8rem;
  }
}

.p-about-lead__box {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #0370C0;
  border-radius: 2rem;
  padding: 4rem 5rem 5rem;
  text-align: center;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
          box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
}
@media screen and (max-width: 767px) {
  .p-about-lead__box {
    max-width: 46rem;
    padding: 2rem 3rem 3rem;
  }
}

.p-about-lead__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .p-about-lead__title {
    font-size: 2rem;
  }
}

.p-about-lead__title span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-lead__title span {
    font-size: 2.4rem;
  }
}

.p-about-lead__text {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-about-lead__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-about-miryoku__cards {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-miryoku__cards {
    margin-top: 3rem;
  }
}

.p-about-miryoku__card:nth-child(n+2) {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-miryoku__card:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.p-about {
  position: relative;
  overflow: hidden;
}

.p-about::before,
.p-about::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.p-about::before {
  width: 46.7789165447%;
  height: 78.8602941176%;
  background: url(../images/about_bg02.png) no-repeat center/cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-about::before {
    width: 68%;
    height: 37.3626373626%;
  }
}

.p-about::after {
  width: 57.6866764275%;
  height: 115.0735294118%;
  background: url(../images/about_bg01.png) no-repeat center/cover;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about::after {
    width: 84%;
    height: 54.9450549451%;
    top: auto;
    bottom: 0;
    right: -12rem;
  }
}

.p-about__text {
  margin-top: 3.8rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 3rem;
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-archive {
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(5, 176, 80, .1);
          box-shadow: 0.5rem 0.5rem 0 rgba(5, 176, 80, .1);
  padding: 3.5rem 5rem 6rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-archive {
    padding: 3rem 3.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive {
    padding: 2.5rem 1.5rem;
  }
}

.p-archive::after {
  content: "";
  width: 12.2rem;
  height: 3.4rem;
  background-color: #05B050;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 6rem));
          transform: translate(-50%, calc(100% + 6rem));
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-archive::after {
    width: 10rem;
    height: 2.8rem;
    -webkit-transform: translate(-50%, calc(100% + 2.8rem));
            transform: translate(-50%, calc(100% + 2.8rem));
  }
}

.p-archive__title {
  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;
  height: 6rem;
  background-color: #05B050;
  color: #fff;
  border-radius: 3rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .p-archive__title {
    height: 4rem;
    font-size: 1.8rem;
  }
}

.p-archive__list-box {
  margin-top: 3.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 1024px) {
  .p-archive__list-box {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__list-box {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-archive__list {
    padding-bottom: 2rem;
  }
}

.p-archive__list:not(:last-child) {
  border-right: 1px dotted #05B050;
}
@media screen and (max-width: 767px) {
  .p-archive__list:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #05B050;
  }
}

.p-archive__list-title {
  font-weight: bold;
}

.p-archive__item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-article__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-article__cards {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-article__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}

.p-article__pagination {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
}

.p-article__pagination .page-numbers {
  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: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid #B7D2F0;
}

.p-article__pagination .page-numbers.current {
  background-color: #0370C0;
  color: #fff;
  border: none;
}

.p-article__pagination .page-numbers.dots {
  border: none;
}

.p-article__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-article__title {
    font-size: 2rem;
  }
}

.p-article__meta {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .p-article__meta {
    margin-top: 1rem;
    gap: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.p-article__time {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-article__time {
    font-size: 1.3rem;
  }
}

.p-article__category {
  min-width: 7rem;
  min-height: 2rem;
  padding: 0 0.9rem;
  background-color: #FC3838;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-article__category {
    font-size: 1.2rem;
  }
}

.p-article__thumbnail {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-article__thumbnail {
    margin-top: 2rem;
  }
}

.p-article__thumbnail img {
  aspect-ratio: 68/43;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-article__contents {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents {
    padding-top: 3rem;
  }
}

.p-article__contents h2 {
  margin-bottom: 4rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3846153846;
  padding-top: 0.5rem;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-article__contents h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

.p-article__contents h2::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #0370C0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-article__contents h3 {
  margin-bottom: 2rem;
  padding: 0 1rem 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0370C0;
  border-bottom: 1px solid #0370C0;
}
@media screen and (max-width: 767px) {
  .p-article__contents h3 {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}

.p-article__contents h4 {
  margin-bottom: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3888888889;
}
@media screen and (max-width: 767px) {
  .p-article__contents h4 {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-article__contents h4::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid #0370C0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-article__contents h4::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-article__contents p {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-article__contents p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.p-article__contents figure {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents figure {
    margin-bottom: 3rem;
  }
}

.p-article__contents figure img {
  aspect-ratio: 32/20;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-article__contents figcaption {
  margin: 0;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-article__contents figcaption {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}

.p-article__contents ul,
.p-article__contents ol {
  margin-bottom: 1.6rem;
}

.p-article__contents li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-article__contents li {
    font-size: 1.4rem;
  }
}

.p-article__contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-article__contents ul li::before {
  content: "・";
  color: #0370C0;
}

.p-article__contents ol {
  counter-increment: num;
}

.p-article__contents ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-article__contents ol li::before {
  content: counter(num) ".";
  color: #0370C0;
}

.p-article__contents table {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  border-collapse: separate;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents table {
    font-size: 1.4rem;
  }
}

.p-article__contents table th,
.p-article__contents table td {
  padding: 1.6rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-article__contents table th,
  .p-article__contents table td {
    padding: 1rem;
  }
}

.p-article__contents table th {
  font-weight: bold;
  background-color: #F2F2F2;
}

.p-article__contents table td {
  background-color: rgba(242, 242, 242, .3);
}

.wp-block-button a {
  min-width: 25rem;
  min-height: 6rem;
  background-color: #368AE6;
  color: #fff;
  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: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(183, 210, 240, .3);
          box-shadow: 0.3rem 0.3rem 0 rgba(183, 210, 240, .3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-button a {
    min-width: 20rem;
    min-height: 4rem;
    font-size: 1.4rem;
  }
}

.wp-block-buttons {
  margin-bottom: 4rem;
}

.wp-block-button a::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-article__btn {
  text-align: center;
}

.p-aside {
  padding: 1.5rem 2rem 2.4rem;
  border: 1px solid #0370C0;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
          box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
  position: relative;
}

.p-aside::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: #E4F0FE;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-aside__title {
  width: 100%;
  height: 3rem;
  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;
  border-radius: 3rem;
  background-color: #0370C0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-aside__item a {
  padding: 2rem 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px dashed #0370C0;
  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-aside__item a::after {
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  background: url(../images/icon_arrow-black.svg) no-repeat center/contain;
}

.p-banner {
  background: url(../images/banner_bg.jpg) no-repeat center/cover;
}

.p-banner__inner {
  max-width: 95rem;
}

.p-banner__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4375;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-banner__title {
    font-size: 2.8rem;
  }
}

.p-banner__btns {
  margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-banner__btns {
    margin-top: 3rem;
  }
}

.p-blog-archive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-blog-archive__inner {
    gap: 3rem;
  }
}

.p-blog-archive__article {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .p-blog-archive__article {
    width: 100%;
  }
}

.p-blog-archive__aside {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .p-blog-archive__aside {
    display: none;
  }
}

.p-blog__inner {
  max-width: 113rem;
}

.p-blog__cards {
  margin-top: 5.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-blog__cards {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.p-blog__btn {
  margin-top: 5.1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blog__btn {
    margin-top: 4rem;
  }
}

.p-breadcrumbs {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs {
    font-size: 1.2rem;
  }
}

.p-breadcrumbs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
/*   color: #0370C0; */
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__wrap {
    gap: 0.8rem;
    white-space: nowrap;
    overflow-x: scroll;
  }
}

.p-breadcrumbs__wrap span {
  color: #000;
}

.p-breadcrumbs__wrap span.post-page,
.p-breadcrumbs__wrap span.post-post,
.p-breadcrumbs__wrap span.current-item {
  color: #707070;
}

.p-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.3rem;
  }
}

.p-btns__btn {
  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;
}

.p-btns__fukidashi {
  width: 28.6rem;
  height: 3.8rem;
  background-color: #fff;
  border: 2px solid #FF8E3F;
  border-radius: 3rem;
  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: 1.8rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .p-btns__fukidashi {
    width: 24.5rem;
    height: 3.4rem;
    font-size: 1.6rem;
  }
}

.p-btns__fukidashi--red {
  border: 2px solid #FC3838;
}

.p-btns__fukidashi::before,
.p-btns__fukidashi::after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.p-btns__fukidashi::before {
  border-color: rgba(255, 142, 63, 0);
  border-top-width: 1.6rem;
  border-bottom-width: 1.6rem;
  border-left-width: 1.6rem;
  border-right-width: 1.6rem;
  margin-left: -1.6rem;
  margin-top: 2px;
  border-top-color: #FF7C5C;
}
@media screen and (max-width: 767px) {
  .p-btns__fukidashi::before {
    border-top-width: 1.2rem;
    border-bottom-width: 1.2rem;
    border-left-width: 1.2rem;
    border-right-width: 1.2rem;
    margin-left: -1.2rem;
    margin-top: 1px;
  }
}

.p-btns__fukidashi--red::before {
  border-color: rgba(252, 56, 56, 0);
  border-top-color: #FC3838;
}

.p-btns__fukidashi::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 1.4rem;
  border-bottom-width: 1.4rem;
  border-left-width: 1.4rem;
  border-right-width: 1.4rem;
  margin-left: -1.4rem;
  border-top-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-btns__fukidashi::after {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
    border-left-width: 1rem;
    border-right-width: 1rem;
    margin-left: -1rem;
  }
}

.p-clear {
  background-color: #fff;
  padding: 5.7rem 5rem 5.3rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
          box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
}
@media screen and (max-width: 767px) {
  .p-clear {
    padding: 3rem 1.8rem;
  }
}

.p-claer__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-claer__title {
    font-size: 2.8rem;
  }
}

.p-clear__cards {
  margin-top: 7.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-clear__cards {
    margin-top: 5.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-clear__card {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-clear__card {
    width: 88.0258899676%;
  }
}

.p-communication__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-communication__title {
    font-size: 2rem;
    text-align: center;
  }
}

.p-communication__title::before,
.p-communication__title::after {
  content: "";
  width: 3rem;
  height: 0.4rem;
  background-color: #0370C0;
}
@media screen and (max-width: 767px) {
  .p-communication__title::before,
  .p-communication__title::after {
    width: 2rem;
  }
}

.p-communication__cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-communication__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.p-communication__btn {
  margin-top: 7.3rem;
  width: 43.1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-communication__btn {
    margin-top: 4rem;
    width: 100%;
    max-width: 43.1rem;
  }
}

.p-feature__num {
  background-color: #FF8E3F;
  margin-left: auto;
  margin-right: auto;
}

.p-feature__title {
  margin-top: 2rem;
}

.p-feature__miryoku-blocks {
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-feature__miryoku-blocks {
    margin-top: 3rem;
  }
}

.p-feature__miryoku:nth-child(n+2) {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-feature__miryoku:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.p-flow {
  position: relative;
  overflow: hidden;
}

.p-flow__bg {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-flow__bg {
    width: calc(100% + 7rem);
    left: -3rem;
    right: 4rem;
  }
}

.p-flow__lead {
  text-align: center;
  margin-top: 4.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    margin-top: 3rem;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-flow__list {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 3rem;
  }
}

.p-flow__item:nth-child(n+2) {
  margin-top: 1rem;
}

.c-item-flow__mid {
  font-weight: 500;
}

.p-flow__fukidashi {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__fukidashi {
    margin-top: 3rem;
  }
}

.p-footer-sticky {
  position: sticky;
  top: 100%;
}

.p-footer {
  background-color: #000;
  position: relative;
}

.p-footer__privacy-logo {
  position: absolute;
  top: 50%;
  right: 4.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.8rem;
}
@media screen and (max-width: 1024px) {
  .p-footer__privacy-logo {
    width: 6rem;
    top: 78%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__privacy-logo {
    top: 85%;
    width: 4rem;
  }
}

.p-footer__logo img {
  width: 21.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    width: 15.2rem;
  }
}

.p-footer__nav {
  margin-top: 2.4rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 2rem;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

.p-footer__list:nth-child(n+2) {
  margin-top: 4rem;
}

.p-footer__copy {
  color: #fff;
  margin-top: 5rem;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.6;
}

.p-form__inner {
  max-width: 65rem;
}

.p-form__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__lead {
    font-size: 1.4rem;
  }
}

.p-form__form {
  margin-top: 4rem;
}

.p-form__table {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-form__table {
    font-size: 1.6rem;
  }
}

.p-form__wrap:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.p-form__wrap dt {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dt {
    gap: 0.6rem;
  }
}

.p-form__wrap dt span {
  color: #FF4A4A;
}

.p-form__wrap dd {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dd {
    margin-top: 0.8rem;
  }
}

.p-form__wrap dd input,
.p-form__wrap dd textarea {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #FBFBFB;
  border: 2px solid #D8D8D8;
  padding: 1.7rem 1.5rem;
}

.p-form__wrap dd input {
  height: 6rem;
}

.p-form__wrap dd input.wpcf7-not-valid,
.p-form__wrap dd textarea.wpcf7-not-valid {
  border: 2px solid #FF4A4A;
}

.p-form__wrap dd textarea {
  height: 24rem;
}

.p-form__wrap dd a {
  display: block;
  color: #0370C0;
  text-decoration: underline;
}

.p-form__wrap dd .wpcf7-not-valid-tip {
  margin-top: 1.3rem;
  font-size: 1.3rem;
}

.p-form__privacy {
  margin-top: 2rem;
}

.p-form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-form__wrap dd input[type=checkbox] {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dd input[type=checkbox] {
    width: 2rem;
    height: 2rem;
  }
}

.p-form__btn {
  margin-top: 4rem;
  text-align: center;
}

.p-form__btn input {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 1.4rem;
  }
}

.p-function {
  background-color: #EBFBEE;
}

.p-function__num {
  background-color: #05B050;
  margin-left: auto;
  margin-right: auto;
}

.p-function__title {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-function__title {
    margin-top: 2rem;
  }
}

.p-function__archive {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-function__archive {
    margin-top: 3rem;
  }
}

.p-function__cards {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-function__cards {
    margin-top: 7.6rem;
  }
}

.p-function__card:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-function__card:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.p-fv {
  background: url(../images/fv.jpg) no-repeat center/cover;
  position: relative;
  -webkit-animation: 1.4s fadeinBg 0.4s forwards;
          animation: 1.4s fadeinBg 0.4s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv {
    margin-top: 6rem;
  }
}

@-webkit-keyframes fadeinBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeinBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-fv__textbox {
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-fv__textbox {
    padding: 0 1.5rem;
    left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__textbox {
    left: 0;
  }
}

.p-fv__catch {
  font-family: "Oswald", sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0.6rem -0.6rem 0.6rem #fff;
  -webkit-animation: 1.4s fadeUp 1s forwards;
          animation: 1.4s fadeUp 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    font-size: 6rem;
    text-shadow: 0.4rem -0.4rem 0.4rem #fff;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.p-fv__text {
  margin-top: 2.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5625;
  text-shadow: 0.6rem 0 0.6rem #fff;
  -webkit-animation: 1.4s fadeUp 1.4s forwards;
          animation: 1.4s fadeUp 1.4s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    text-shadow: 0.4rem 0 0.4rem #fff;
  }
}

.p-fv__news {
  margin-top: 6rem;
  -webkit-animation: 1.4s fadeUp 1.8s forwards;
          animation: 1.4s fadeUp 1.8s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__news {
    margin-top: 3rem;
  }
}

.p-fv__news a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 57rem;
  min-height: 5rem;
  background-color: #fff;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
  padding: 0.9rem 3.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__news a {
    min-width: 100%;
    padding: 0.9rem 3.8rem 0.9rem 1.5rem;
  }
}

.p-fv__news a::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_arrow-black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__news a::after {
    right: 1.2rem;
  }
}

.p-fv__news-icon {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__news-icon {
    font-size: 1.6rem;
    padding-right: 1.3rem;
  }
}

.p-fv__news-body {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-fv__news-body {
    padding-left: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-fv__news-time {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-fv__news-time {
    font-size: 1.3rem;
  }
}

.p-fv__news-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv__news-title {
    font-size: 1.4rem;
  }
}

.p-header {
  background-color: #fff;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 200;
}
@media screen and (max-width: 1200px) {
  .p-header {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-header {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.p-header.transform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.p-header__logo {
  width: 21.2rem;
}
@media screen and (max-width: 1200px) {
  .p-header__logo {
    width: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    width: 15.2rem;
  }
}

.p-header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    overflow-y: scroll;
    padding-bottom: 7.4rem;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .p-header__list {
    gap: 3rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__list {
    gap: 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__list {
    gap: 1.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__list {
    -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;
    font-size: 1.8rem;
    font-weight: 500;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__list li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-header__list li a {
    display: block;
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E5E5E5;
  }
}

.p-header__list li a:hover {
  opacity: 1;
  color: #0370C0;
}

.p-header__btns {
  margin-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1300px) {
  .p-header__btns {
    margin-left: 2rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-header__btns.show {
    display: none;
  }
}

.p-header__btns02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__btns02 {
    margin-top: 3rem;
    display: grid;
    padding: 0 1.5rem;
  }
}

.p-header__btn {
  width: 16rem;
}
@media screen and (max-width: 1200px) {
  .p-header__btn {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    width: 14rem;
  }
}

.p-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    display: block;
    width: 2rem;
    height: 1.6rem;
    position: relative;
    margin-left: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-header__toggle span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-header__toggle span:nth-child(1) {
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__toggle span:nth-child(3) {
  bottom: 0;
}

.p-header__toggle.show span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-header__toggle.show span:nth-child(2) {
  opacity: 0;
}

.p-header__toggle.show span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-history {
  background-color: #E4F0FE;
}

.p-history__box {
  margin-top: 4rem;
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
          box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
  padding: 6rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-history__box {
    padding: 2rem;
  }
}

.p-history__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-history__wrap {
    gap: 1.6rem;
  }
}

.p-history__wrap:nth-child(n+2) {
  margin-top: 4rem;
}

.p-history__wrap dt {
  width: 8rem;
  height: 8rem;
  background-color: #0370C0;
  border-radius: 50%;
  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;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-history__wrap dt {
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
  }
}

.p-history__wrap:not(:last-child) dt::after {
  content: "";
  width: 0.2rem;
  height: 100%;
  background-color: #0370C0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.p-history__wrap dt span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-history__wrap dt span {
    font-size: 1.6rem;
  }
}

.p-history__wrap dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-history__wrap dd {
    font-size: 1.4rem;
  }
}

.p-kadai {
  background-color: #E4F0FE;
  position: relative;
}

.p-kadai__num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0370C0;
}

.p-kadai__top-list {
  margin-top: 3.8rem;
  background-color: #fff;
  padding: 5.7rem 0 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
          box-shadow: 0.5rem 0.5rem 0 rgba(183, 210, 240, .3);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-kadai__top-list {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kadai__top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 0;
  }
}

.p-kadai__top-list::after {
  content: "";
  width: 16.4rem;
  height: 4.6rem;
  background-color: #0370C0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 3.8rem));
          transform: translate(-50%, calc(100% + 3.8rem));
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-kadai__top-list::after {
    width: 14.2rem;
    height: 4rem;
    -webkit-transform: translate(-50%, calc(100% + 3rem));
            transform: translate(-50%, calc(100% + 3rem));
  }
}

.p-kadai__top-item {
  width: 22rem;
}
@media screen and (max-width: 1024px) {
  .p-kadai__top-item {
    width: 20rem;
  }
}

.p-kadai__clear {
  margin-top: 11.1rem;
}
@media screen and (max-width: 767px) {
  .p-kadai__clear {
    margin-top: 9rem;
  }
}

.p-kadai__text {
  margin-top: 4.4rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kadai__text {
    margin-top: 3rem;
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-miryoku {
  counter-increment: num;
}

.p-miryoku__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-miryoku__title-box {
    background-color: #FEF4D8;
    margin-left: calc(50% - 50vw);
    padding: 0.8rem 0 0.8rem 1.5rem;
    border-radius: 0 2rem 2rem 0;
  }
}

.p-miryoku__label {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #EC7D30;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-miryoku__label {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.p-miryoku__label::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, .2);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-miryoku__label::before {
    width: 4rem;
    height: 4rem;
  }
}

.p-miryoku__label::after {
  content: counter(num, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-miryoku__label::after {
    font-size: 2.8rem;
  }
}

.p-miryoku__label span {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-miryoku__label span {
    font-size: 1.4rem;
  }
}

.p-miryoku__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 7rem;
  border-radius: 0 2rem 2rem 0;
  background-color: #FEF4D8;
  font-size: 3rem;
  font-weight: bold;
  color: #EC7D30;
  line-height: 7rem;
  padding-left: 5.3rem;
  margin-left: -2.3rem;
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-miryoku__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-miryoku__title {
    background-color: transparent;
    z-index: 0;
    font-size: 2rem;
    height: auto;
    margin-left: 0;
    padding-left: 1.5rem;
  }
}

.p-miryoku__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-miryoku__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.p-miryoku__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  margin-top: 6rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-miryoku__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
    padding-bottom: 0;
  }
}

.p-miryoku__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  width: 16.6%;
}
@media screen and (max-width: 1024px) {
  .p-miryoku__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    width: 100%;
  }
}

.p-miryoku__img {
  width: 64.9%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-miryoku__img {
    width: 100%;
    max-width: 34.5rem;
  }
}

.p-miryoku__cards02 {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-miryoku__cards02 {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-miryoku__cards02::after {
  content: "";
  width: 12.2rem;
  height: 3.4rem;
  background-color: #EC7D30;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 4.5rem));
          transform: translate(-50%, calc(100% + 4.5rem));
}
@media screen and (max-width: 767px) {
  .p-miryoku__cards02::after {
    width: 10rem;
    height: 2.8rem;
    -webkit-transform: translate(-50%, calc(100% + 3rem));
            transform: translate(-50%, calc(100% + 3rem));
  }
}

.p-miryoku__card02 {
  height: 36rem;
}
@media screen and (max-width: 767px) {
  .p-miryoku__card02 {
    height: auto;
  }
}

.p-miryoku__card02:nth-of-type(1) {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-miryoku__card02:nth-of-type(1) {
    width: 100%;
  }
}

.p-miryoku__card02:nth-of-type(2) {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .p-miryoku__card02:nth-of-type(2) {
    width: 100%;
  }
}

.p-miryoku__plus {
  width: 4.9rem;
  height: 5.8rem;
  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: 4rem;
  font-weight: bold;
  color: #EC7D30;
}

.p-miryoku__copy {
  margin-top: 10rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-miryoku__copy {
    margin-top: 7.8rem;
    font-size: 2rem;
  }
}

.p-miryoku__items {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-miryoku__items {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
}

.p-miryoku__table-title {
  margin-top: 6.8rem;
  height: 6rem;
  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;
  color: #fff;
  background-color: #EC7D30;
  border-radius: 3rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4230769231;
}

.p-miryoku__table {
  margin-top: 2rem;
}

.p-miryoku__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-miryoku__table-box:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-miryoku__table-box dt {
  width: 15%;
  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: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-miryoku__table-box dt {
    width: 26.0869565217%;
    font-size: 1.4rem;
  }
}

.p-miryoku__table-box:nth-child(odd) dt {
  background-color: #FEF4D8;
}

.p-miryoku__table-box:nth-child(even) dt {
  background-color: #F2F2F2;
}

.p-miryoku__table-box dd {
  width: 85%;
  padding: 1.5rem 0 2rem 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-miryoku__table-box dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 73.9130434783%;
    gap: 0;
    padding: 1.4rem 1.4rem 2rem;
  }
}

.p-miryoku__table-box:nth-child(odd) dd {
  background-color: rgba(254, 244, 216, .3);
}

.p-miryoku__table-box:nth-child(even) dd {
  background-color: rgba(242, 242, 242, .3);
}

.p-miryoku__table-list {
  width: 47.9685452163%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-miryoku__table-list {
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-miryoku__table-item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-offer-point__inner {
  max-width: 95rem;
}

.p-offer-point__table {
  margin-top: 4rem;
}

.p-offer-point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-offer-point__wrap:nth-child(n+2) {
  margin-top: 2.5rem;
}

.p-offer-point__wrap dt,
.p-offer-point__wrap dd {
  padding-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-offer-point__wrap dt,
  .p-offer-point__wrap dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-offer-point__wrap.p-offer-point__wrap--privacy dt,
  .p-offer-point__wrap.p-offer-point__wrap--privacy dd {
    font-size: 1.3rem;
  }
}

.p-offer-point__wrap dt {
  width: 22.2222222222%;
  font-weight: bold;
  color: #0370C0;
  border-bottom: 1px solid #0370C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-offer-point__wrap dt {
    width: 30%;
    padding-left: 0;
  }
}

.p-offer-point__wrap dd {
  width: 77.7777777778%;
  font-weight: 500;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .p-offer-point__wrap dd {
    width: 70%;
    padding-left: 1rem;
  }
}

.p-offer-point__btn {
  margin-top: 4rem;
  text-align: center;
}

.p-other {
  background-color: #E4F0FE;
}

.p-other__inner {
  max-width: 113rem;
}

.p-other__cards {
  margin-top: 6.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-other__cards {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__cards {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-other__btn {
  margin-top: 6.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-other__btn {
    margin-top: 4rem;
  }
}

.p-overview__inner {
  max-width: 95rem;
}

.p-overview__table {
  margin-top: 4rem;
}

.p-overview__table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-overview__table div:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-overview__table dt {
  width: 16.6666666667%;
  background-color: #F2F2F2;
  padding: 1.8rem 1.5rem;
  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;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-overview__table dt {
    width: 25%;
    font-size: 1.4rem;
    padding: 1rem 0.8rem;
  }
}

.p-overview__table dd {
  width: 83.3333333333%;
  background-color: rgba(242, 242, 242, .3);
  padding: 1.8rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-overview__table dd {
    width: 75%;
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
  }
}

.p-overview__table dd img {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-overview__table dd img {
    width: 6rem;
  }
}

.p-page-fv {
  background-color: #E4F0FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-page-fv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/page-fv_bg.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-page-fv__title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  color: #0370C0;
}
@media screen and (max-width: 767px) {
  .p-page-fv__title {
    font-size: 3.2rem;
  }
}

.p-page-sec-title {
  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;
  gap: 1rem;
}

.p-page-sec-title::after {
  content: "";
  width: 4.2rem;
  height: 0.6rem;
  background: url(../images/page-title_icon.svg) no-repeat center/cover;
}

.p-privacy__inner {
  max-width: 95rem;
}

.p-privacy__list {
  margin-top: 4rem;
}

.p-privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-privacy__item {
    gap: 0.4rem;
    font-size: 1.4rem;
  }
}

.p-privacy__item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__item:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}

.p-privacy__label {
  width: 7.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__label {
    width: 5.6rem;
  }
}

.p-privacy__text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

.p-privacy__large-block {
  margin-top: 4.2rem;
  margin-left: 2.8rem;
}

.p-privacy__large-block +
.p-privacy__large-block {
  margin-top: 3.2rem;
}

.p-privacy__text-large {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-privacy__text-large {
    font-size: 1.3rem;
  }
}

.p-privacy__table {
  margin-top: 5rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-privacy__table {
    margin-top: 4rem;
    max-width: 100%;
  }
}

.p-privacy__text-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-privacy__text-title {
    font-size: 1.6rem;
  }
}

.p-privacy__text-small {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.6rem;
}

.p-service {
  overflow: hidden;
}

.p-service__lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__lead {
    font-size: 1.8rem;
  }
}

.p-service__cards {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-service__cards {
    margin-top: 2rem;
  }
}

.p-staff__cards {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-staff__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-staff__card {
  max-width: 20rem;
}

@media screen and (max-width: 767px) {
  .p-thanks__contents {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-thanks__contents h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__contents h2 {
    font-size: 1.8rem;
  }
}

.p-thanks__contents p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-thanks__contents p {
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-thanks__btn {
  margin-top: 4rem;
  text-align: center;
}

.u-blue {
  color: #0370C0;
}

.u-blue--white {
  color: #72B5FC;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-green {
  color: #6DC0B0;
}

.u-green--white {
  color: #7ED2DC;
}

.u-green--dark {
  color: #05B050;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-orange {
  color: #FF8E3F;
}

.u-red {
  color: #FF4A4A;
}

.u-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-tablet {
    display: none;
  }
}

.u-yellow {
  color: #FFDE7B;
}
/*# sourceMappingURL=styles.css.map */
