body::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: -1;
  background-image: url(../images/about/img_fix01.jpg);
}
@media screen and (max-width: 767px) {
  body::before {
    background-size: cover;
    background-image: url(../images/about/img_fix01_sp.png);
  }
}
body.bg01::before {
  background-image: url(../images/about/img_fix01.jpg);
}
@media screen and (max-width: 767px) {
  body.bg01::before {
    background-image: url(../images/about/img_fix01_sp.png);
  }
}
body.bg02::before {
  background-image: url(../images/about/img_fix02.jpg);
}
@media screen and (max-width: 767px) {
  body.bg02::before {
    background-image: url(../images/about/img_fix02_sp.png);
  }
}

.c-pagettl,
.c-pankz {
  background-color: #ffffff;
}

.bgspace {
  height: 33rem;
}
@media screen and (max-width: 767px) {
  .bgspace {
    height: 20rem;
  }
}

.p-about {
  padding-top: 6.5rem;
  background-color: #ffffff;
}
.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-about__content .img {
  width: 82.2rem;
  margin-right: -17.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__content .img {
    width: 100%;
    margin: 5.1282051282vw auto auto;
  }
}
.p-about__content .cnt {
  width: 58rem;
  position: relative;
  padding-right: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__content .cnt {
    width: 100%;
    padding: 0;
  }
}
.p-about__content .title {
  font-weight: bold;
  font-size: 4.4rem;
  letter-spacing: 0.11em;
  line-height: 1.4772727273;
  text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
@media screen and (max-width: 767px) {
  .p-about__content .title {
    font-size: 6.1538461538vw;
  }
}
.p-about__content .title .typ {
  font-size: 100%;
  padding-left: 0.5em;
}
.p-about__content .title .typ:first-of-type span:first-of-type {
  color: #F17B00;
}
.p-about__content .name {
  text-align: right;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .p-about__content .name {
    font-size: 4.1025641026vw;
    margin-top: 0;
  }
}
.p-about__content .name span {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about__content .name span {
    font-size: 5.1282051282vw;
  }
}
.p-about__content .name.c-fadeup.js-animeOn {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-about__text {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 7.6923076923vw;
  }
}
.p-about__text .m-text {
  letter-spacing: 0.1em;
}

.p-philosophy {
  background-color: #ffffff;
  padding-top: 13rem;
  padding-bottom: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-philosophy .c-secttl {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy .c-secttl {
    margin-bottom: 3rem;
  }
}
.p-philosophy__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__title {
    font-size: 5.1282051282vw;
  }
}
.p-philosophy__title .char {
  display: inline-block;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  overflow: hidden;
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  font-weight: 500;
}
.p-philosophy__title .char::after {
  display: block;
  position: absolute;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  will-change: transform;
  content: attr(data-char);
  top: 0;
  left: 0;
  color: #000000;
  font-weight: bold;
}
.p-philosophy__title .char:first-of-type {
  color: rgba(241, 123, 0, 0.2);
}
.p-philosophy__title .char:first-of-type::after {
  color: #F17B00;
}
.p-philosophy__title.js-animeOn .char {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-philosophy__title.js-animeOn .char.is-show::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-philosophy__content {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-philosophy__content {
    display: block;
    margin-top: 2.5rem;
  }
}
.p-philosophy__content .img {
  width: 53.3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__content .img {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-philosophy__content .cnt {
  width: 70.3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__content .cnt {
    width: 100%;
  }
}
.p-philosophy .m-text {
  letter-spacing: 0.11em;
  text-align: justify;
}

.p-reason {
  padding-top: 7.5rem;
  padding-bottom: 20rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    gap: 4rem;
    margin-top: 4rem;
  }
}
.p-reason__item {
  position: relative;
  padding-top: 7.5rem;
}
.p-reason__item::before {
  content: "";
  width: 118rem;
  height: 40.8rem;
  display: block;
  background-color: #F9FCF9;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-reason__item::before {
    width: 60vw;
    height: 80%;
  }
}
.p-reason__item .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__item .box {
    display: block;
    padding: 0;
  }
}
.p-reason__item .box .cnt {
  width: 50%;
  padding-right: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item .box .cnt {
    width: 100%;
    padding: 0;
  }
}
.p-reason__item .box .img {
  width: 50%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item .box .img {
    margin-top: 3rem;
    width: 100%;
  }
}
.p-reason__item .box .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item .box .heading {
    margin-bottom: 2rem;
  }
}
.p-reason__item .box .num {
  color: #38A882;
  font-size: 8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason__item .box .num {
    font-size: 10.2564102564vw;
  }
}
.p-reason__item .box .title {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-reason__item .box .title {
    font-size: 5.1282051282vw;
  }
}
.p-reason__item .box .m-text {
  letter-spacing: 0.1em;
  text-align: justify;
}
.p-reason__item:nth-of-type(2n)::before {
  left: auto;
  right: 0;
}
.p-reason__item:nth-of-type(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-reason__item:nth-of-type(2n) .box .cnt {
  padding-right: 0;
  padding-left: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-of-type(2n) .box .cnt {
    padding: 0;
  }
}
.p-reason__item::before {
  opacity: 0;
  -webkit-transform: translateX(-10rem);
          transform: translateX(-10rem);
  -webkit-transition: 0.5s ease transform, 0.5s ease opacity;
  transition: 0.5s ease transform, 0.5s ease opacity;
}
.p-reason__item.js-animeOn::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-reason__item .heading .char {
  display: inline-block;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  overflow: hidden;
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  font-weight: 500;
}
.p-reason__item .heading .char::after {
  display: block;
  position: absolute;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  will-change: transform;
  content: attr(data-char);
  top: 0;
  left: 0;
  color: #000000;
  font-weight: bold;
}
.p-reason__item .heading.js-animeOn .char {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-reason__item .heading.js-animeOn .char.is-show::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-reason__item .heading .num .char {
  color: rgba(56, 168, 130, 0.2);
}
.p-reason__item .heading .num .char::after {
  color: #38A882;
}

.p-outline {
  padding-top: 10rem;
  background-color: #ffffff;
}
.p-outline__content {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-outline__content {
    margin-top: 4rem;
    display: block;
  }
}
.p-outline__content .box {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-outline__content .box {
    width: 100%;
  }
}
.p-outline__content .box:nth-of-type(2) {
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline__content .box:nth-of-type(2) {
    margin-top: 2rem;
  }
}
.p-outline__content .box:nth-of-type(2) .table01 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline__content .box:nth-of-type(2) .table01 {
    margin-top: 2rem;
  }
}
.p-outline__content .box:nth-of-type(2) .table01 th {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-outline__content .box:nth-of-type(2) .table01 th {
    width: 16.6666666667vw;
  }
}
.p-outline .table01 {
  width: 100%;
}
.p-outline .table01 th, .p-outline .table01 td {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  border-bottom: 0.1rem solid #707070;
  vertical-align: top;
  padding: 2.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-outline .table01 th, .p-outline .table01 td {
    font-size: 3.5897435897vw;
  }
}
.p-outline .table01 th {
  width: 19.5rem;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-outline .table01 th {
    width: 30.7692307692vw;
  }
}
.p-outline .table01 .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-outline .table01 .access {
    gap: 2rem;
  }
}
.p-outline .table01 .map-btn {
  width: 16.2rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-outline .table01 .map-btn {
    width: 30.7692307692vw;
    height: 6.4102564103vw;
  }
}
.p-outline .table01 .map-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #38A882;
  color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vh;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-outline .table01 .map-btn a {
    font-size: 3.3333333333vw;
  }
}
.p-outline .table01 .map-btn a span {
  text-decoration: underline;
}
.p-outline .table01 .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-outline .table01 .tel {
    display: block;
  }
}

.p-join {
  padding-top: 11rem;
  padding-bottom: 18rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-join {
    padding-top: 10rem;
    padding-bottom: 15rem;
  }
}
.p-join__content {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-join__content {
    margin-top: 4rem;
    display: block;
  }
}
.p-join__content .box {
  width: 62rem;
}
@media screen and (max-width: 767px) {
  .p-join__content .box {
    width: 100%;
  }
  .p-join__content .box + .box {
    margin-top: 3rem;
  }
}
.p-join__content .table02 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-join__content .table02 {
    border-top: 0.1rem solid #707070;
  }
}
.p-join__content .table02 th, .p-join__content .table02 td {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  border: 0.1rem solid #707070;
  padding: 1.2rem 2rem 1.3rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-join__content .table02 th, .p-join__content .table02 td {
    font-size: 3.5897435897vw;
    padding: 2.5641025641vw;
    display: block;
    width: 100%;
  }
}
.p-join__content .table02 th {
  width: 15.5rem;
  text-align: left;
  font-weight: bold;
  background-color: #F5F7FD;
}
@media screen and (max-width: 767px) {
  .p-join__content .table02 th {
    width: 100%;
    border-bottom: none;
    border-top: none;
  }
}
.p-join__content .table02 td {
  padding-left: 2.5rem;
}
.p-join__content .table02 ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.p-join__content .table02 ol li {
  padding-left: 2em;
  text-indent: -2em;
}
.p-join__content .table02 ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 1em;
}