@charset "UTF-8";
.c-section {
  padding: 12rem 0;
}
.c-section:first-of-type {
  padding-top: 0;
}
.c-section:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 16.2790697674vw 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	企業理念
* --------------------------------------------------------------------------------------------------*/
.p-purpose .c-heading-ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  color: #47a6dc;
  margin-top: 14rem;
  line-height: 1.7619047619;
}
@media screen and (max-width: 767px) {
  .p-purpose .c-heading-ttl {
    font-size: 4.8837209302vw;
    margin-top: 16.2790697674vw;
  }
}
.p-purpose .c-heading-txt {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-purpose .c-heading-txt {
    margin-top: 5.8139534884vw;
    font-size: 3.2558139535vw;
  }
}

svg.cercle-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-90deg) scale(1.5, 1.5);
          transform: rotate(-90deg) scale(1.5, 1.5);
}

circle.cercle-line {
  fill: none;
  stroke: #47a6dc;
  stroke-width: 0.5px;
  stroke-dasharray: 315;
  opacity: 0;
}

@-webkit-keyframes cercleSacle {
  0% {
    -webkit-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
  }
  90% {
    -webkit-transform: rotate(-90deg) scale(1.2);
            transform: rotate(-90deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
  }
}

@keyframes cercleSacle {
  0% {
    -webkit-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
  }
  90% {
    -webkit-transform: rotate(-90deg) scale(1.2);
            transform: rotate(-90deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
  }
}
@-webkit-keyframes before-cercleSacle {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes before-cercleSacle {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes drawline {
  0% {
    opacity: 1;
    stroke-dashoffset: 315;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes drawline {
  0% {
    opacity: 1;
    stroke-dashoffset: 315;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes txtUp {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes txtUp {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.p-cercle-list {
  position: relative;
  min-height: 64rem;
  margin-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-cercle-list {
    margin-top: 13.9534883721vw;
    min-height: 81.3953488372vw;
  }
}
.p-cercle-list.animeStart .c-cercle svg.cercle-wrap {
  -webkit-animation: cercleSacle ease 0.6s forwards;
          animation: cercleSacle ease 0.6s forwards;
}
.p-cercle-list.animeStart .c-cercle circle.cercle-line {
  -webkit-animation: drawline ease 0.6s forwards;
          animation: drawline ease 0.6s forwards;
}
.p-cercle-list.animeStart .c-cercle::after {
  -webkit-animation: before-cercleSacle ease 0.6s forwards;
          animation: before-cercleSacle ease 0.6s forwards;
}
.p-cercle-list.animeStart .c-cercle p {
  -webkit-animation: txtUp 0.6s 0.4s forwards;
          animation: txtUp 0.6s 0.4s forwards;
}
.p-cercle-list.animeStart .c-cercle02 circle.cercle-line,
.p-cercle-list.animeStart .c-cercle02 svg.cercle-wrap, .p-cercle-list.animeStart .c-cercle02::after {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.p-cercle-list.animeStart .c-cercle02 p {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.p-cercle-list.animeStart .c-cercle03 circle.cercle-line,
.p-cercle-list.animeStart .c-cercle03 svg.cercle-wrap, .p-cercle-list.animeStart .c-cercle03::after {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.p-cercle-list.animeStart .c-cercle03 p {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}
.p-cercle-list.animeStart .c-cercle04 circle.cercle-line,
.p-cercle-list.animeStart .c-cercle04 svg.cercle-wrap, .p-cercle-list.animeStart .c-cercle04::after {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}
.p-cercle-list.animeStart .c-cercle04 p {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}
.p-cercle-list.animeStart .c-cercle05 circle.cercle-line,
.p-cercle-list.animeStart .c-cercle05 svg.cercle-wrap, .p-cercle-list.animeStart .c-cercle05::after {
  -webkit-animation-delay: 3.2s !important;
          animation-delay: 3.2s !important;
}
.p-cercle-list.animeStart .c-cercle05 p {
  -webkit-animation-delay: 3.8s !important;
          animation-delay: 3.8s !important;
}
.p-cercle-list .c-cercle {
  position: absolute;
  width: 25rem;
  height: 25rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 1000px;
}
@media screen and (max-width: 767px) {
  .p-cercle-list .c-cercle {
    width: 32.5581395349vw;
    height: 32.5581395349vw;
  }
}
.p-cercle-list .c-cercle::after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1000px;
  border: 1px solid rgba(243, 243, 243, 0.9529411765);
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-cercle-list .c-cercle::after {
    width: calc(100% - 0.4651162791vw);
    height: calc(100% - 0.4651162791vw);
  }
}
.p-cercle-list .c-cercle p {
  color: #47a6dc;
  text-align: center;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-cercle-list .c-cercle p {
    font-size: 2.7906976744vw;
  }
}
.p-cercle-list .c-cercle.c-cercle01 {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-cercle-list .c-cercle.c-cercle02 {
  top: 13.6rem;
  left: auto;
  right: calc(50% + 5.8rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cercle-list .c-cercle.c-cercle02 {
    top: 18.6046511628vw;
    right: calc(50% + 5.8139534884vw);
  }
}
.p-cercle-list .c-cercle.c-cercle03 {
  top: 35.1rem;
  left: auto;
  right: calc(50% - 1.1rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cercle-list .c-cercle.c-cercle03 {
    top: 46.511627907vw;
    right: calc(50% - 1.8604651163vw);
  }
}
.p-cercle-list .c-cercle.c-cercle04 {
  top: 35.1rem;
  right: auto;
  left: calc(50% - 1.1rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cercle-list .c-cercle.c-cercle04 {
    top: 46.511627907vw;
    left: calc(50% - 1.8604651163vw);
  }
}
.p-cercle-list .c-cercle.c-cercle05 {
  top: 13.6rem;
  right: auto;
  left: calc(50% + 5.8rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cercle-list .c-cercle.c-cercle05 {
    top: 18.6046511628vw;
    left: calc(50% + 5.8139534884vw);
  }
}

/* ----------------------------------------------------------------------------------------------------
*	ご挨拶
* --------------------------------------------------------------------------------------------------*/
.p-message {
  background-color: #2e2e2e;
}
.p-message .c-section-headline * {
  color: #fff;
}

.p-messger-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-messger-content {
    display: block;
    padding: 0;
  }
}

.p-img-content {
  width: 52.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-img-content {
    width: auto;
    margin-right: 0;
    padding: 0 9.3023255814vw;
  }
}
.p-img-content img {
  max-width: 100%;
  height: auto;
}

.p-img-wrapper {
  -webkit-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.p-img-ttl {
  width: 38rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-img-ttl {
    margin-top: 2.3255813953vw;
    width: 57.9069767442vw;
  }
}

.p-txt-content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-txt-content {
    margin-top: 5.3488372093vw;
  }
}
.p-txt-content p {
  color: #adadad;
}
@media screen and (max-width: 767px) {
  .p-txt-content p {
    font-size: 3.2558139535vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	Guideline /  Safety Policy
* --------------------------------------------------------------------------------------------------*/
.p-guideline {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-safety-policy .c-heading-txt {
    font-size: 3.2558139535vw;
  }
}

.p-content-list {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-content-list {
    margin-top: 13.9534883721vw;
  }
}

.p-content-item {
  padding: 5rem 2rem 3.2rem;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-content-item {
    padding: 10.2325581395vw 4.6511627907vw 4.6511627907vw;
    border-radius: 2rem;
  }
}
.p-content-item + .p-content-item {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-content-item + .p-content-item {
    margin-top: 10vw;
  }
  .p-content-item + .p-content-item.c-line--2 {
    margin-top: 13.023255814vw;
    padding-top: 12.5581395349vw;
  }
}
.p-content-item:nth-of-type(3n + 1) .c-content-ttl {
  background-color: #47a6dc;
}
.p-content-item:nth-of-type(3n + 2) .c-content-ttl {
  background-color: #ea4ba7;
}
.p-content-item:nth-of-type(3n) .c-content-ttl {
  background-color: #97c440;
}

.c-content-ttl {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 1.5rem 5.4rem;
  line-height: 1.4;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-content-ttl {
    font-size: 3.488372093vw;
    padding: 3.488372093vw 4.6511627907vw;
  }
}
.c-content-ttl.c-bgcolor--aqua {
  background-color: #47a6dc !important;
}
.c-content-ttl.c-bgcolor--pink {
  background-color: #ea4ba7 !important;
}
.c-content-ttl.c-bgcolor--green {
  background-color: #97c440 !important;
}

.p-content-body {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-content-body p {
    font-size: 3.2558139535vw;
  }
}

.p-ideal {
  background: #F7F7F7;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .p-ideal {
    padding: 20.9302325581vw 0;
  }
}
.p-ideal-content {
  max-width: 94.6rem;
  margin: 0 auto;
  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: 0rem;
}
@media screen and (max-width: 767px) {
  .p-ideal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ideal-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.p-ideal-img img {
  max-width: 49.6rem;
}
@media screen and (max-width: 767px) {
  .p-ideal-img img {
    width: 60.6976744186vw;
  }
}
.p-ideal-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-ideal-txt p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ideal-txt p {
    margin-top: 6.976744186vw;
    font-size: 3.7209302326vw;
  }
}
.p-ideal-txt p + p {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-ideal-txt p + p {
    margin-top: 6.976744186vw;
  }
}