html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #373737;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #373737;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

button:disabled {
  opacity: 0.8;
  pointer-events: none;
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.hidden {
  display: none;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 28px;
  border-radius: 6px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background-color: #dc5f84;
  cursor: pointer;
  transition: all 0.3s;
}
.more:hover {
  opacity: 0.8;
}
.more--close {
  background-color: #adadad;
}

.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #f00;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.hidden-fields-container,
.screen-reader-response {
  display: none;
}

.c-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .c-head {
    gap: 16px 0;
    margin-bottom: 32px;
  }
}

.c-border {
  width: 40px;
  height: 4px;
  border-radius: 9999px;
  background-image: linear-gradient(to right, #1ba6d2 0%, #57d7ff 100%);
}

.c-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 32px;
  }
}
.c-ttl span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-ttl span {
    font-size: 20px;
  }
}
.c-ttl small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 80px;
  background-image: linear-gradient(to right, #d013bf 0%, #ffab23 100%);
  border: 4px solid #fff;
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 4px 14px 0 rgba(72, 71, 71, 0.25);
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 300px;
    width: 100%;
    height: 68px;
  }
}
.c-btn:hover {
  opacity: 1;
  box-shadow: none;
  color: #fff !important;
}
.c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 43px;
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
  background-image: url("../images/iadore/i_arrow_btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn:after {
    right: 24px;
    width: 8px;
    height: 15px;
  }
}

.c-btn02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 80px;
  background-color: #000;
  border-radius: 9999px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  box-shadow: -3px -3px 0 0 #25f4ee, 3px 3px 0 0 #fe2c55;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    width: 316px;
    height: 48px;
    font-size: 12px;
  }
}
.c-btn02:hover {
  opacity: 1;
  box-shadow: none;
  color: #fff !important;
}
.c-btn02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 43px;
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
  background-image: url("../images/iadore/i_arrow_btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn02:after {
    width: 7px;
    height: 12px;
  }
}
.c-btn02--sm {
  width: 279px;
  height: 55px;
  font-size: 16px;
}
.c-btn02--sm:after {
  right: 28px;
  width: 7px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .c-btn02--sp {
    box-shadow: none;
    background-image: linear-gradient(to right, #d013bf 0%, #ffab23 100%);
    width: 120px;
    height: 32px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn02--sp:after {
    width: 4px;
    height: 8px;
    right: 14px;
  }
}

.l-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 40px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.l-header__logo {
  width: 77px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 38px;
  }
}
.l-header .p-nav {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .l-header .p-nav {
    gap: 0 12px;
  }
}
.l-header .p-nav__line {
  width: 48px;
}
@media screen and (max-width: 767px) {
  .l-header .p-nav__line {
    width: 32px;
  }
}

.l-main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 40px;
  }
}

.p-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-intro {
  padding: 100px 0 60px;
  background-color: #f2fcff;
  background-repeat: no-repeat;
  background-position: center calc(100% + 57px);
  background-size: contain;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 24px 0 40px;
    background-position: center calc(100% + 28px);
  }
}
.p-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    gap: 24px 0;
  }
}
.p-intro__txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  transform: skewX(-10deg);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    font-size: 14px;
  }
}

.p-news {
  padding: 0 0 104px;
  background-color: #f2fcff;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 40px 0 80px;
  }
}
.p-news__swiper {
  overflow-x: hidden;
}
.p-news__swiper__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 122px;
  margin: 0 auto;
}
.p-news .swiper-wrapper {
  height: auto;
}
.p-news .swiper-slide {
  height: auto;
}
.p-news .swiper-button-prev,
.p-news .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 56px;
  height: 56px;
  margin: 0;
}
.p-news .swiper-button-prev:hover,
.p-news .swiper-button-next:hover {
  opacity: 0.8;
}
.p-news .swiper-button-prev.swiper-button-disabled,
.p-news .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.p-news .swiper-button-prev {
  transform: rotate(-180deg);
}
.p-news__list {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-bottom: 24px;
  }
}
.p-news__item {
  position: relative;
  display: block;
  padding: 64px 24px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px 0 rgba(17, 156, 203, 0.2);
}
@media screen and (max-width: 767px) {
  .p-news__item {
    padding: 40px 20px;
  }
}
.p-news__item:hover {
  color: inherit;
}
.p-news__item__ttl {
  font-size: 20px;
  margin-bottom: 2px;
  color: #1ba6d2;
}
.p-news__item__time {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #bfbfbf;
}
.p-news__item__txt {
  margin-top: 17px;
  font-weight: 500;
  line-height: 1.8;
}
.p-news__item__arrow {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 56px;
}

.p-service {
  padding: 104px 0;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 80px 0;
  }
}
.p-service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 26px;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
  }
}
.p-service__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 382px;
  height: 120px;
  border-radius: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    max-width: 335px;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    font-size: 24px;
  }
}
.p-service__item span {
  transform: skewX(-10deg);
}
.p-service__item img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-service__item img {
    right: 7px;
    bottom: 13px;
    height: auto;
  }
}
.p-service__item:first-child {
  background-color: #add227;
}
@media screen and (max-width: 767px) {
  .p-service__item:first-child img {
    width: 48px;
  }
}
.p-service__item:nth-child(2) {
  background-color: #536dfe;
}
@media screen and (max-width: 767px) {
  .p-service__item:nth-child(2) img {
    width: 48px;
  }
}
.p-service__item:nth-child(3) {
  background-color: #ff6c5f;
}
@media screen and (max-width: 767px) {
  .p-service__item:nth-child(3) img {
    width: 54px;
  }
}
.p-service__item:nth-child(4) {
  background-color: #ffc300;
}
@media screen and (max-width: 767px) {
  .p-service__item:nth-child(4) img {
    width: 55px;
  }
}
.p-service__item:last-child {
  background-color: #40c4ff;
}
@media screen and (max-width: 767px) {
  .p-service__item:last-child img {
    width: 65px;
  }
}

.p-projects {
  padding: 104px 0;
  background-color: #f2fcff;
}
@media screen and (max-width: 767px) {
  .p-projects {
    padding: 80px 0 108px;
  }
}
.p-projects__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-projects__head {
    justify-content: center;
    margin-bottom: 32px;
  }
}
.p-projects__head__box {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
@media screen and (max-width: 767px) {
  .p-projects__head__box {
    flex-direction: column;
  }
}
.p-projects .c-head {
  margin-bottom: 0;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-projects .c-head {
    align-items: center;
    margin-bottom: 32px;
  }
}
.p-projects .c-ttl {
  font-family: "Pacifico", cursive;
  font-weight: 400;
}
.p-projects__lead {
  margin-top: -14px;
}
@media screen and (max-width: 767px) {
  .p-projects__lead {
    margin-top: 0;
  }
}
.p-projects__swiper {
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-projects__swiper {
    margin-bottom: 48px;
  }
}
.p-projects__swiper__arrows {
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 122px;
  margin: 0 auto;
}
.p-projects__swiper__arrows--pc {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-projects__swiper__arrows--pc {
    display: none;
  }
}
.p-projects__swiper__arrows--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-projects__swiper__arrows--sp {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-projects__list {
    margin-bottom: 24px;
  }
}
.p-projects .swiper-button-prev,
.p-projects .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 56px;
  height: 56px;
  margin: 0;
}
.p-projects .swiper-button-prev:hover,
.p-projects .swiper-button-next:hover {
  opacity: 0.8;
}
.p-projects .swiper-button-prev.swiper-button-disabled,
.p-projects .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.p-projects .swiper-button-prev {
  transform: rotate(-180deg);
}
.p-projects .swiper-wrapper {
  height: auto;
}
.p-projects .swiper-slide {
  width: 304px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-projects .swiper-slide {
    width: auto;
  }
}

.p-strength {
  position: relative;
  padding: 233px 0 606px;
}
@media screen and (max-width: 767px) {
  .p-strength {
    padding: 36px 0 0;
  }
}
.p-strength::before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 378px;
  height: 856px;
  background-image: url("../images/iadore/deco_strength.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-strength::before {
    bottom: -11vw;
    width: 208px;
    height: 336px;
    background-image: url("../images/iadore/deco_strength_sp.svg");
  }
}
.p-strength__img {
  position: absolute;
  top: 0;
  left: 0;
  width: min(44.6vw, 643px);
}
@media screen and (max-width: 767px) {
  .p-strength__img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.p-strength__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-strength__inner {
    justify-content: flex-start;
  }
}
.p-strength__box {
  width: 614px;
}
@media screen and (max-width: 767px) {
  .p-strength__box {
    width: 100%;
    margin-top: -16vw;
  }
}
.p-strength__box__ttl {
  transform: skewX(-5deg) rotate(-3deg);
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 10px;
  background-color: #000;
  font-size: 23px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-strength__box__ttl {
    display: none;
  }
}
.p-strength__box__ttl span {
  font-size: 30px;
}
.p-strength__box__spTtl {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-strength__box__spTtl {
    display: block;
    margin-bottom: 24px;
  }
}
.p-strength__box__spTtl span {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  background-color: #000;
  font-size: 18px;
  color: #fff;
  transform: skewX(-6deg) rotate(-3deg);
}
.p-strength__box__spTtl span:first-child {
  padding: 10px 24px;
  font-size: 30px;
}
.p-strength__box__spTtl span:first-child small {
  font-size: 24px;
}
.p-strength__box__spTtl span:last-child {
  margin-left: 30px;
  white-space: nowrap;
}
.p-strength__box__txt {
  padding-left: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-strength__box__txt {
    padding-left: 0;
  }
}

.p-about {
  position: relative;
  margin-top: -290px;
  background-image: url("../images/iadore/bg_about.png");
  background-repeat: no-repeat;
  background-position: center 268px;
  background-size: contain;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: 0;
    padding-top: 96px;
    background-image: url("../images/iadore/bg_about_sp.png");
    background-position: center 710px;
  }
}
.p-about__ttl {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    margin-bottom: 8px;
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-about__deco {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-about__lead {
  position: relative;
  margin: 11px 0 56px;
  padding-left: 80px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    margin: 32px 0 40px;
    padding-left: 60px;
    font-size: 20px;
  }
}
.p-about__lead:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-about__lead:before {
    width: 50px;
  }
}
.p-about__txt {
  margin-bottom: 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    margin-bottom: 40px;
  }
}
.p-about__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    padding: 0 20px;
  }
}

.p-cta__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
  padding: 103px 0 74px;
  border-radius: 50px;
  border: 4px solid #69c6e3;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    gap: 32px 0;
    padding: 56px 0;
    border-radius: 30px;
  }
}
.p-cta__box:before {
  content: "";
  position: absolute;
  top: 53px;
  left: 98px;
  width: 197px;
  height: 314px;
  background-image: url("../images/iadore/bg_cta_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .p-cta__box:before {
    display: none;
  }
}
.p-cta__box:after {
  content: "";
  position: absolute;
  top: 53px;
  right: 98px;
  width: 132px;
  height: 314px;
  background-image: url("../images/iadore/bg_cta_02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .p-cta__box:after {
    display: none;
  }
}
.p-cta__txt {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    font-size: 20px;
  }
}
.p-cta__btn {
  position: relative;
  z-index: 1;
}

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  0.5% {
    transform: translate(1px, 1px) rotateZ(0.1deg);
  }
  1% {
    transform: translate(-1px, -1px) rotateZ(-0.1deg);
  }
  1.5% {
    transform: translate(1px, 0px) rotateZ(0.1deg);
  }
  2% {
    transform: translate(-1px, 1px) rotateZ(-0.1deg);
  }
  2.5% {
    transform: translate(1px, -1px) rotateZ(0.1deg);
  }
  3% {
    transform: translate(-1px, 0px) rotateZ(-0.1deg);
  }
  3.5% {
    transform: translate(1px, 1px) rotateZ(0.1deg);
  }
  4% {
    transform: translate(-1px, -1px) rotateZ(-0.1deg);
  }
  4.5% {
    transform: translate(1px, 0px) rotateZ(0.1deg);
  }
  5% {
    transform: translate(-1px, 1px) rotateZ(-0.1deg);
  }
  5.5% {
    transform: translate(1px, -1px) rotateZ(0.1deg);
  }
  6% {
    transform: translate(-1px, 0px) rotateZ(-0.1deg);
  }
  6.5% {
    transform: translate(1px, 1px) rotateZ(0.1deg);
  }
  7% {
    transform: translate(-1px, -1px) rotateZ(-0.1deg);
  }
  7.5% {
    transform: translate(1px, 0px) rotateZ(0.1deg);
  }
  8% {
    transform: translate(-1px, 1px) rotateZ(-0.1deg);
  }
  8.5% {
    transform: translate(1px, -1px) rotateZ(0.1deg);
  }
  9% {
    transform: translate(-1px, 0px) rotateZ(-0.1deg);
  }
  9.5% {
    transform: translate(1px, 1px) rotateZ(0.1deg);
  }
  10% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  50.5% {
    transform: translate(1px, 1px) rotateZ(0.1deg);
  }
  51% {
    transform: translate(-1px, -1px) rotateZ(-0.1deg);
  }
  51.5% {
    transform: translate(1px, 0px) rotateZ(0.1deg);
  }
  52% {
    transform: translate(-1px, 1px) rotateZ(-0.1deg);
  }
  52.5% {
    transform: translate(1px, -1px) rotateZ(0.1deg);
  }
  53% {
    transform: translate(-1px, 0px) rotateZ(-0.1deg);
  }
  53.5% {
    transform: translate(1px, 1px) rotateZ(0.1deg);
  }
  54% {
    transform: translate(-1px, -1px) rotateZ(-0.1deg);
  }
  54.5% {
    transform: translate(1px, 0px) rotateZ(0.1deg);
  }
  55% {
    transform: translate(-1px, 1px) rotateZ(-0.1deg);
  }
  55.5% {
    transform: translate(1px, -1px) rotateZ(0.1deg);
  }
  56% {
    transform: translate(-1px, 0px) rotateZ(-0.1deg);
  }
  56.5% {
    transform: translate(1px, 1px) rotateZ(0.1deg);
  }
  57% {
    transform: translate(-1px, -1px) rotateZ(-0.1deg);
  }
  57.5% {
    transform: translate(1px, 0px) rotateZ(0.1deg);
  }
  58% {
    transform: translate(-1px, 1px) rotateZ(-0.1deg);
  }
  58.5% {
    transform: translate(1px, -1px) rotateZ(0.1deg);
  }
  59% {
    transform: translate(-1px, 0px) rotateZ(-0.1deg);
  }
  59.5% {
    transform: translate(1px, 1px) rotateZ(0.1deg);
  }
  60% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.p-thoughts {
  padding: 104px 0;
  background-color: #f2fcff;
}
@media screen and (max-width: 767px) {
  .p-thoughts {
    padding: 80px 0;
  }
}
.p-thoughts__lead {
  margin-bottom: 48px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thoughts__lead {
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-thoughts__phones {
  display: flex;
  gap: 0 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-thoughts__phones {
    gap: 0 11px;
  }
}
.p-thoughts__phone {
  display: block;
  width: 353px;
  animation: hurueru 10s infinite;
}
.p-thoughts__phone:last-child {
  animation: hurueru 10s 2s infinite;
}
.p-thoughts__phone--disabled {
  pointer-events: none;
}

.p-greeting {
  padding: 104px 0;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding: 80px 0;
  }
}
.p-greeting__box {
  display: flex;
  align-items: flex-start;
  gap: 24px 64px;
  padding: 64px 80px;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 0 20px 0 rgba(17, 156, 203, 0.2);
}
@media screen and (max-width: 767px) {
  .p-greeting__box {
    flex-direction: column-reverse;
    padding: 56px 20px;
    border-radius: 30px;
  }
}
.p-greeting__body {
  flex: 1;
}
.p-greeting__ttl {
  width: fit-content;
  margin-bottom: 8px;
  padding: 9px 16px;
  background-image: linear-gradient(to right, #1ba6d2 0%, #57d7ff 100%);
  border-radius: 5px;
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
.p-greeting__ttl span {
  font-size: 20px;
}
.p-greeting__position {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #8d8d8d;
}
.p-greeting__txt {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  font-size: 14px;
  line-height: 2;
}
.p-greeting__img {
  width: 273px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-greeting__img {
    width: 200px;
    margin: 0 auto;
  }
}

.p-contact {
  padding: 104px 0;
  background-color: #f2fcff;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 96px 0;
  }
}
.p-contact__lead {
  margin-bottom: 56px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    margin-bottom: 48px;
    text-align: left;
  }
}

.p-form__box {
  display: flex;
  flex-direction: column;
  gap: 41px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    gap: 24px 0;
  }
}
.p-form__box.is-sent {
  display: none;
}
.p-form__group {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-form__group {
    flex-direction: column;
    gap: 8px 0;
  }
}
.p-form__head {
  display: flex;
  align-items: center;
  gap: 0 9px;
  width: 220px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-form__head {
    width: auto;
    margin-top: 0;
  }
}
.p-form__head span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 23px;
  background-color: #f89cc1;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.p-form__body {
  flex: 1;
  width: 100%;
}
.p-form__input {
  width: 100% !important;
  padding: 12px 10px !important;
  background-color: #fff !important;
  border-radius: 20px !important;
  line-height: 1.8 !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .p-form__input {
    border-radius: 10px !important;
  }
}
.p-form__privacy {
  text-align: center;
}
.p-form__privacy a {
  text-decoration: underline;
  color: #373737 !important;
}
.p-form__privacy .wpcf7-form-control-wrap[data-name=policy_check] .wpcf7-form-control .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  cursor: pointer;
}
.p-form__privacy .wpcf7-form-control-wrap[data-name=policy_check] .wpcf7-form-control .wpcf7-list-item label .c-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #373737;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.p-form__privacy .wpcf7-form-control-wrap[data-name=policy_check] .wpcf7-form-control .wpcf7-list-item label .c-checkbox:checked {
  background-color: #ea83db;
  border-color: transparent;
}
.p-form__privacy .wpcf7-form-control-wrap[data-name=policy_check] .wpcf7-form-control .wpcf7-list-item label .c-checkbox:checked::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.p-form__privacy .wpcf7-form-control-wrap[data-name=policy_check] .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.p-form__btn {
  max-width: 335px;
  height: 80px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__btn::after {
    right: 50px;
    width: 11px;
    height: 20px;
  }
}
.p-form__btn input {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 9999px;
  cursor: pointer;
  background-color: transparent !important;
}

.l-footer {
  padding: 30px 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 20px 0;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 8px 0;
  }
}
.l-footer__nav {
  padding-left: 102px;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    padding-left: 0;
    font-size: 14px;
  }
}
.l-footer__copyright {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.p-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.p-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
  max-height: 90dvh;
  z-index: 10000;
}
.p-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
}
.p-modal__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    top: -35px;
    font-size: 35px;
    width: 35px;
    height: 35px;
  }
}
.p-modal__img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  max-height: 90dvh;
  width: auto;
  height: auto;
}

.p-projects__item {
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-projects__item:hover {
  opacity: 0.8;
}/*# sourceMappingURL=iadore.css.map */