@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
  filter: blur(20px);
  transform: scale(1.05);
}

.blur {
  animation: blurAnime 2.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.message {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .message {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .message {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.message {
  position: relative;
}
.message::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -72px;
  z-index: -1;
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  .message::before {
    width: 150px;
    height: 320px;
    right: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .message::before {
    right: -100px;
  }
}
@media screen and (max-width: 959px) {
  .message::before {
    top: -80px;
  }
}
@media screen and (max-width: 519px) {
  .message::before {
    right: -70px;
    width: 110px;
    height: 280px;
  }
}
.message::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -100px;
  z-index: -1;
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1279px) {
  .message::after {
    width: 150px;
    height: 320px;
    left: -50px;
  }
}
@media screen and (max-width: 959px) {
  .message::after {
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .message::after {
    bottom: -170px;
  }
}
@media screen and (max-width: 519px) {
  .message::after {
    left: -70px;
    bottom: -120px;
    width: 110px;
    height: 280px;
  }
}
.message .message-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 1023px) {
  .message .message-unit {
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit {
    gap: 24px;
  }
}
.message .message-unit__ttl {
  width: 160px;
}
@media screen and (max-width: 1279px) {
  .message .message-unit__ttl {
    width: 130px;
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit__ttl {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit__ttl {
    width: 100%;
  }
}
.message .message-unit__ttl .message-ttl__en {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #EB831E;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .message .message-unit__ttl .message-ttl__en {
    font-size: 2rem;
  }
}
.message .message-unit__ttl .message-ttl__ja {
  font-size: 4.8rem;
}
@media screen and (max-width: 1279px) {
  .message .message-unit__ttl .message-ttl__ja {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .message .message-unit__ttl .message-ttl__ja {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit__ttl .message-ttl__ja {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .message .message-unit__ttl .message-ttl__ja {
    font-size: 2.4rem;
  }
}
.message .message-unit__txt {
  width: calc(100% - 224px);
}
@media screen and (max-width: 1279px) {
  .message .message-unit__txt {
    width: calc(100% - 194px);
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit__txt {
    width: calc(100% - 162px);
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit__txt {
    width: 100%;
  }
}
.message .message-unit__txt .message-info {
  text-align: right;
}
.message .message-unit__txt .message-info__name {
  margin-left: 12px;
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  .message .message-unit__txt .message-info__name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit__txt .message-info__name {
    font-size: 2.4rem;
  }
}
.message .message-unit__txt .message-txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .message .message-unit__txt .message-txt {
    font-size: 2rem;
  }
}

.philosophy {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .philosophy {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .philosophy {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .philosophy {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.philosophy {
  background: #F8F6F5;
  padding: 64px;
  border-radius: 24px;
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .philosophy {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .philosophy {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.philosophy {
  position: relative;
}
.philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  right: -120px;
  z-index: -1;
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1279px) {
  .philosophy::before {
    width: 150px;
    height: 320px;
    right: -50px;
  }
}
@media screen and (max-width: 519px) {
  .philosophy::before {
    right: -70px;
    width: 110px;
    height: 280px;
  }
}
.philosophy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: -1;
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  .philosophy::after {
    width: 150px;
    height: 320px;
    left: -50px;
  }
}
@media screen and (max-width: 519px) {
  .philosophy::after {
    left: -70px;
    width: 110px;
    height: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .philosophy {
    padding: 56px 20px;
  }
}
@media screen and (max-width: 519px) {
  .philosophy {
    padding: 40px 16px;
  }
}
.philosophy .philosophy-list .philosophy-list__item {
  padding: 32px 64px;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .philosophy .philosophy-list .philosophy-list__item {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .philosophy-list .philosophy-list__item {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 519px) {
  .philosophy .philosophy-list .philosophy-list__item {
    padding: 24px 12px;
  }
}
.philosophy .philosophy-list .philosophy-list__item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .philosophy .philosophy-list .philosophy-list__item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 519px) {
  .philosophy .philosophy-list .philosophy-list__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.philosophy .philosophy-list .philosophy-list__item .philosophy-en {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
.philosophy .philosophy-list .philosophy-list__item .philosophy-en .ttl-deco-half {
  display: block;
  background-color: #F5AB18;
  width: 26px;
  height: 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/common/ttl-deco-half.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/common/ttl-deco-half.svg");
}
.philosophy .philosophy-list .philosophy-list__item .philosophy-en .ttl-deco-half:nth-of-type(2) {
  background-color: #CE102C;
  transform: scale(-1, -1);
}
.philosophy .philosophy-list .philosophy-list__item .philosophy-txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .philosophy .philosophy-list .philosophy-list__item .philosophy-txt {
    font-size: 2rem;
  }
}
.philosophy .philosophy-list .philosophy-list__item .value-ttl {
  position: relative;
  padding: 4px 4px 4px 48px;
  margin-bottom: 16px;
  border-radius: 32px;
  background: #F5AB18;
  color: #ffffff;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .philosophy .philosophy-list .philosophy-list__item .value-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .philosophy .philosophy-list .philosophy-list__item .value-ttl {
    margin-bottom: 6px;
    font-size: 1.8rem;
    padding: 6px 4px 6px 38px;
  }
}
.philosophy .philosophy-list .philosophy-list__item .value-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .philosophy .philosophy-list .philosophy-list__item .value-ttl::before {
    width: 26px;
    height: 26px;
  }
}
.philosophy .philosophy-list .philosophy-list__item .value-ttl:nth-of-type(1) {
  background: #F5AB18;
}
.philosophy .philosophy-list .philosophy-list__item .value-ttl:nth-of-type(1)::before {
  content: "01";
  color: #F5AB18;
}
.philosophy .philosophy-list .philosophy-list__item .value-ttl:nth-of-type(2) {
  background: #EB831E;
}
.philosophy .philosophy-list .philosophy-list__item .value-ttl:nth-of-type(2)::before {
  content: "02";
  color: #EB831E;
}
.philosophy .philosophy-list .philosophy-list__item .value-ttl:nth-of-type(3) {
  background: #CE102C;
}
.philosophy .philosophy-list .philosophy-list__item .value-ttl:nth-of-type(3)::before {
  content: "03";
  color: #CE102C;
}

.overview {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .overview {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .overview {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.overview dl .overview-tbl {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 3px;
  border: 1px solid #EB831E;
}
@media screen and (max-width: 519px) {
  .overview dl .overview-tbl {
    gap: 10px;
  }
}
.overview dl .overview-tbl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 16px 4px;
  width: 194px;
  background: #EB831E;
  color: #ffffff;
}
@media screen and (max-width: 519px) {
  .overview dl .overview-tbl dt {
    width: 96px;
  }
}
.overview dl .overview-tbl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
  width: calc(100% - 218px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .overview dl .overview-tbl dd {
    padding: 12px 12px 12px 0;
  }
}
@media screen and (max-width: 519px) {
  .overview dl .overview-tbl dd {
    width: calc(100% - 112px);
    padding: 6px 6px 6px 0;
  }
}
.overview dl .overview-tbl dd a {
  width: 100%;
  text-decoration: underline;
}
.overview dl .overview-tbl dd a:hover {
  color: #EB831E;
  text-decoration: none;
}

.access {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .access {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .access {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
.access {
  position: relative;
}
.access::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -32px;
  z-index: -1;
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
}
@media screen and (max-width: 1279px) {
  .access::before {
    width: 150px;
    height: 320px;
    right: -50px;
  }
}
@media screen and (max-width: 959px) {
  .access::before {
    top: -80px;
  }
}
@media screen and (max-width: 519px) {
  .access::before {
    right: -70px;
    width: 110px;
    height: 280px;
  }
}
.access::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -100px;
  z-index: -1;
  width: 210px;
  height: 560px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/border.svg") center/contain no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1279px) {
  .access::after {
    width: 150px;
    height: 320px;
    left: -50px;
  }
}
@media screen and (max-width: 959px) {
  .access::after {
    bottom: -80px;
  }
}
@media screen and (max-width: 519px) {
  .access::after {
    left: -70px;
    width: 110px;
    height: 280px;
  }
}
.access .access-unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .access .access-unit {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit {
    flex-direction: column-reverse;
  }
}
.access .access-unit__map {
  width: 440px;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .access .access-unit__map {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__map {
    max-width: 360px;
    width: 100%;
  }
}
.access .access-unit__dtl {
  width: calc(100% - 472px);
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl {
    width: calc(100% - 404px);
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__dtl {
    width: 100%;
  }
}
.access .access-unit__dtl .access-logo {
  width: 340px;
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-logo {
    width: 270px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__dtl .access-logo {
    width: 210px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 519px) {
  .access .access-unit__dtl .access-logo {
    margin-inline: auto;
  }
}
.access .access-unit__dtl .access-add {
  font-size: 2rem;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-add {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .access .access-unit__dtl .access-add {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-add {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__dtl .access-add {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  .access .access-unit__dtl .access-add {
    text-align: center;
  }
}
.access .access-unit__dtl .access-way {
  line-height: 1;
}
.access .access-unit__dtl .access-way span {
  margin: 0 4px;
  font-size: 2.4rem;
}
.access .gmap iframe {
  width: 100%;
}
@media screen and (max-width: 519px) {
  .access .gmap iframe {
    height: 260px;
  }
}
/*# sourceMappingURL=../../maps/pages/company.css.map */
