@charset "UTF-8";
body {
  display: none;
  font-style: normal;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 25px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
h1 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-top: 16px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-top: 16px;
}
h3 {
  font-size: 1.375rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.noscroll {
  overflow: hidden;
}

header {
  margin: 3vw auto;
  padding: 0 16.5%;
  z-index: 1;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 5;
}
main {
  width: 100%;
}

.l-main {
  text-align: center;
}

footer {
  width: 100%;
  margin: 0 auto;
  background-color: #808080;
}
@media screen and (max-width: 768px) {
  footer {
    width: 50vw;
  }
}
@media screen and (max-width: 390px) {
  footer {
    width: 50vw;
  }
}

.l-footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-button__header {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-button__header {
    display: block;
    position: relative;
    top: 1rem;
    right: 0%;
    width: 2rem;
    height: 2rem;
    z-index: 10;
  }
}
@media screen and (max-width: 390px) {
  .c-button__header {
    display: block;
    position: relative;
    top: 1rem;
    right: 0%;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 10;
  }
}
.c-button__header__line {
  display: block;
  position: relative;
  width: 100%;
  height: 0.4vw;
  background-color: #000000;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.c-button__header__line::before, .c-button__header__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.c-button__header__line::before {
  transform: translateY(-1.5vw);
  -webkit-transform: translateY(-1.5vw);
  -moz-transform: translateY(-1.5vw);
  -ms-transform: translateY(-1.5vw);
  -o-transform: translateY(-1.5vw);
}
.c-button__header__line::after {
  transform: translateY(1.5vw);
  -webkit-transform: translateY(1.5vw);
  -moz-transform: translateY(1.5vw);
  -ms-transform: translateY(1.5vw);
  -o-transform: translateY(1.5vw);
}

.c-button__header__line.close {
  background-color: transparent;
}

.close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.c-button__works {
  font-weight: bold;
  font-size: 1.375rem;
  color: white;
  line-height: 30px;
  letter-spacing: 0.2rem;
}
.c-button__works a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30rem;
  height: 8rem;
  background-color: #33A8E8;
}
@media screen and (max-width: 390px) {
  .c-button__works a {
    width: 20rem;
    height: 6rem;
    font-size: 1rem;
    line-height: 24px;
  }
}

.c-button__contact {
  font-weight: bold;
  font-size: 1.375rem;
  color: white;
  line-height: 30px;
  letter-spacing: 0.2rem;
}
.c-button__contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30rem;
  height: 8rem;
  background-color: #F7931A;
}
@media screen and (max-width: 390px) {
  .c-button__contact a {
    width: 20rem;
    height: 6rem;
    font-size: 1rem;
    line-height: 24px;
  }
}

#lottie {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #ffffff), color-stop(20%, #33A8E8));
  background: -webkit-linear-gradient(top, #ffffff 80%, #33A8E8 20%);
  background: linear-gradient(180deg, #ffffff 80%, #33A8E8 20%);
}

.p-header__logo {
  width: 13.5vw;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 20vw;
  }
}
@media screen and (max-width: 390px) {
  .p-header__logo {
    width: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .p-header__wrapper {
    visibility: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
    right: -100%;
    opacity: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 1;
  }
  .p-header__wrapper nav {
    background-color: rgba(0, 153, 255, 0.7);
    color: #ffffff;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
}

.fade {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.p-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-header__nav li {
  margin-left: 15%;
  margin-top: 5%;
  font-size: 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  .p-header__nav li {
    margin: 0 auto;
    margin-bottom: 5rem;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
  }
}

.p-top__wrapper {
  width: 65vw;
  margin: 0 auto;
  position: relative;
}
.p-top__wrapper__content {
  margin: 12vw auto;
  position: absolute;
}
.p-top__wrapper__content h1 {
  font-size: 2vw;
  line-height: 3.5vw;
}
.p-top__wrapper__content p {
  font-size: 1.5vw;
  line-height: 2.2vw;
  width: 40vw;
  margin-top: 1.3vw;
}
@media screen and (max-width: 390px) {
  .p-top__wrapper__content {
    visibility: hidden;
  }
}

.p-top__wrapper__sp {
  display: none;
}
@media screen and (max-width: 390px) {
  .p-top__wrapper__sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #33A8E8;
  }
  .p-top__wrapper__sp__content {
    padding: 0 0 40px 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .p-top__wrapper__sp__content h1 {
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 2px;
    margin-bottom: 0.6rem;
  }
  .p-top__wrapper__sp__content p {
    line-height: 1.2rem;
  }
}

.p-content__header__img .tb {
  display: none;
}
.p-content__header__img .sp {
  display: none;
}
.p-content__header__content {
  margin: 50px auto;
}
.p-content__header h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-content__header {
    margin: 0px auto;
  }
  .p-content__header__img .pc {
    display: none;
  }
  .p-content__header__img .tb {
    display: block;
    width: 90vw;
    margin: 0 auto;
  }
  .p-content__header__img .sp {
    display: none;
  }
  .p-content__header__content {
    margin: 30px 0 50px 0;
  }
}
@media screen and (max-width: 390px) {
  .p-content__header {
    margin: 0px auto;
  }
  .p-content__header p {
    width: 90%;
    font-size: 0.7rem;
    margin: 0 auto;
  }
  .p-content__header__img {
    width: 90vw;
  }
  .p-content__header__img .pc {
    display: none;
  }
  .p-content__header__img .tb {
    display: none;
  }
  .p-content__header__img .sp {
    display: block;
    width: 100vw;
    margin: 0 auto;
  }
}

.p-button__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-button__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 390px) {
  .p-button__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.p-service {
  background-color: #ffffff;
}
.p-service__wrapper {
  margin: auto;
  padding: 85px 0 85px 0;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .p-service__wrapper {
    margin: 0 auto;
    padding: 30px 0 50px 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .p-service__wrapper {
    margin: 0 auto;
    padding: 0 0 50px 0;
    max-width: 100%;
  }
}
.p-service__flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 60px;
}
.p-service__flow__content {
  text-align: left;
  margin-left: 60px;
}
.p-service__flow__content p {
  width: 430px;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}
.p-service__flow__content h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-service__flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 30px;
  }
  .p-service__flow__item img {
    width: 60vw;
  }
  .p-service__flow__content {
    text-align: center;
    margin: 30px auto 30px;
  }
  .p-service__flow__content h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 390px) {
  .p-service__flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-service__flow__item img {
    width: 80vw;
  }
  .p-service__flow__content {
    width: 100%;
    margin: 30px auto 30px;
  }
  .p-service__flow__content h3 {
    margin: 0 auto 7px;
  }
  .p-service__flow__content p {
    margin: 0 auto;
    width: 90%;
  }
}
.p-media {
  background-color: #FFD433;
}
.p-media__wrapper {
  margin: auto;
  padding: 85px 0 85px 0;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .p-media__wrapper {
    padding: 50px 0 50px 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .p-media__wrapper {
    padding: 0 0 50px 0;
    max-width: 100%;
  }
}
.p-media__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 108px;
}
.p-media__icon__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-bottom: 1.8rem;
}
.p-media__icon__lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-media__icon {
    width: 80%;
    gap: 1.75rem;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .p-media__icon img {
    width: 25vw;
    height: auto;
  }
  .p-media__icon__upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.75rem;
  }
  .p-media__icon__lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.75rem;
  }
}
@media screen and (max-width: 390px) {
  .p-media__icon {
    gap: 1rem;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .p-media__icon img {
    width: 40%;
    height: auto;
  }
  .p-media__icon__upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
  }
  .p-media__icon__lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
  }
}

.p-contact {
  background-color: #ffffff;
}
.p-contact__wrapper {
  margin: auto;
  padding: 50px 0 50px 0;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .p-contact__wrapper {
    margin: 0 auto;
    padding: 30px 0 50px 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .p-contact__wrapper {
    margin: 0 auto;
    padding: 0 0 50px 0;
    max-width: 100%;
  }
}
.p-contact iframe {
  margin-bottom: 100px;
}
@media screen and (max-width: 390px) {
  .p-contact iframe {
    margin-bottom: 30px;
  }
}
.p-contact__footer__content {
  margin: 30px auto;
}
.p-contact__footer__content h1 {
  font-size: 3.75rem;
  display: block;
  margin: 30px auto;
}
.p-contact__footer__content p {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px auto;
}
.p-contact__footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin: 20px auto 60px;
}
.p-contact__footer__sns img {
  width: 3.6rem;
}
.p-contact__footer__button .c-button__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 390px) {
  .p-contact__footer h1 {
    font-size: 2.5rem;
  }
  .p-contact__footer p {
    font-size: 1rem;
    width: 82%;
    margin: 0 auto;
  }
  .p-contact__footer__sns {
    gap: 40px;
  }
  .p-contact__footer__sns img {
    width: 50px;
  }
}

.p-footer__wrapper {
  width: 60vw;
  margin: 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "futura-pt", sans-serif;
}
.p-footer__wrapper__logo {
  width: 12vw;
}
.p-footer__wrapper__copyright {
  font-size: 1rem;
  color: #ffffff;
  margin-top: 1rem;
}
.p-footer__wrapper__nav {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 50%;
}
.p-footer__wrapper__menu p {
  font-size: 0.875rem;
  margin-bottom: 22px;
}
.p-footer__wrapper__menu li {
  margin-bottom: 10px;
}
.p-footer__wrapper__sns p {
  font-size: 0.875rem;
  margin-bottom: 22px;
}
.p-footer__wrapper__sns li {
  margin-bottom: 10px;
}
.p-footer__wrapper__sns p:last-of-type {
  font-size: 0.5rem;
}
@media screen and (max-width: 390px) {
  .p-footer__wrapper {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer__wrapper__company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
  .p-footer__wrapper__logo {
    width: 24vw;
  }
  .p-footer__wrapper__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer__wrapper__menu {
    margin-bottom: 24px;
  }
  .p-footer__wrapper p {
    margin-bottom: 4px;
  }
  .p-footer__wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .p-footer__wrapper li {
    font-size: 1rem;
  }
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * component
 *--------------------------------------*/
/*--------------------------------------*
 * project
 *--------------------------------------*/
/*--------------------------------------*
 * utility
 *--------------------------------------*//*# sourceMappingURL=style.css.map */