@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*text-color*/
/*text-shadow*/
/*font-family*/
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #150035;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #150035;
}

/* --------------
component
-------------- */
/*ボタン*/
.c-btn {
  width: 100%;
  background: #ffffff;
  border: 2px solid #150035;
  color: #150035;
  border-radius: 5px;
  font-size: 1.6rem;
  box-shadow: 3px 3px 0 #277AC9;
  text-align: center;
  transition: 0.3s all;
}
.c-btn.nav-contact {
  max-width: 180px;
  padding: 14px 10px;
}
.c-btn.medium {
  max-width: 245px;
  padding: 18px 5px;
  -webkit-text-stroke: 0.6px #150035;
}
.c-btn.small {
  max-width: 200px;
  padding: 20px 5px;
  -webkit-text-stroke: 0.6px #150035;
}
.c-btn:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0 0 #277AC9;
}

/* --------------
layout
-------------- */
/* ヘッダー＆ナビゲーション */
.l-header {
  background: #ffffff;
  position: fixed;
  z-index: 999;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.5s;
  border-bottom: 3px solid #EC1632;
}
.l-header.fixed {
  background: none;
  border-bottom: none;
}
.l-header .logo {
  width: 100%;
  max-width: 250px;
  display: flex;
  align-items: center;
  height: auto;
}
.l-header .logo img {
  width: 100%;
}
.l-header .logo a img {
  transition: 0.3s all;
}
.l-header .logo a:hover img {
  transform: translateY(-3px);
}
.l-header .main_nav {
  position: relative;
  width: calc(100% - 250px);
  max-width: 770px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.l-header .main_nav ul li {
  font-size: 1.4rem;
}
.l-header .main_nav a {
  display: block;
  color: #150035;
  text-decoration: none;
  font-weight: 600;
}
.l-header .main_nav .text-btn {
  padding: 5px 22px;
  text-shadow: 0 0 15px #ffffff, 0 0 25px #ffffff, 0 0 40px #ffffff;
  transition: 0.3s all;
}
.l-header .main_nav .text-btn:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.l-header .main_nav .main_nav_list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.l-menu-btn {
  display: none;
}

/* 検索バー */
.sb-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  min-width: 78px;
  height: 78px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 78px;
  margin: 0;
  z-index: 10;
  padding: 20px 90px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #150035;
}

.sb-search-input::-webkit-input-placeholder {
  color: #f9ba01;
}

.sb-search-input:-moz-placeholder {
  color: #f9ba01;
}

.sb-search-input::-moz-placeholder {
  color: #f9ba01;
}

.sb-search-input:-ms-input-placeholder {
  color: #f9ba01;
}

.sb-icon-search,
.sb-search-submit {
  width: 78px;
  height: 78px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 78px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #ffffff; /* IE needs this */
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #ffffff;
  background: #150035 url(img/icon_search.png) 50% 50% no-repeat;
  z-index: 90;
}

/* Open state */
.sb-search.sb-search-open {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search {
  color: #ffffff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit {
  z-index: 90;
}

/*topPage FvBg*/
#FvWrap {
  background: #DAECFF;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 600px;
}

#bgvid {
  position: fixed;
  width: auto;
  height: auto;
  min-width: 135%;
  min-height: 135%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: url("videos/top_video.jpg") no-repeat;
  background-size: cover;
  filter: blur(5px);
}

.scroll_btn {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 0.5s;
  height: 69px;
}

.scroll_btn a {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
}

.scroll_btn i {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 20px auto 12px;
  border: 1px solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.scroll_btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #ffffff;
  margin: 0 auto;
  transition: 0.5s;
}

.scroll_btn:hover {
  opacity: 0.6;
  height: 60px;
  padding-top: 10px;
}

.scroll_btn:hover::after {
  height: 6px;
}

.l-footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.l-footer__wrapper {
  width: 100%;
  padding-inline: 3%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: space-between;
}
.l-footer__img {
  width: 100%;
  max-width: 180px;
}
.l-footer__img img {
  transition: 0.3s all;
}
.l-footer__img img:hover {
  transform: translateY(-3px);
}
.l-footer__nav {
  width: calc(100% - 30px);
  max-width: fit-content;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: auto;
}
.l-footer__link {
  width: 100%;
  max-width: fit-content;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: 0.3s all;
}
.l-footer__link:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.l-footer__link:not(:first-child):not(:last-child) {
  padding: 3px 30px;
}
.l-footer__link:not(:first-child)::before {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
}
.l-footer__link:first-child {
  padding: 3px 30px 3px 0;
}
.l-footer__link:last-child {
  padding: 3px 0 3px 30px;
}
.l-footer__copyright {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 30px;
  color: #A0ACB9;
}

/* --------------
program
-------------- */
.p-fv {
  width: 100%;
  height: 100%;
}
.p-fv.p-fv--img {
  position: relative;
  min-height: 500px;
  padding: 60px 0;
  background-color: #DAECFF;
  overflow: hidden;
}
.p-fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.p-fv__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(218, 238, 255, 0.9) 0%, rgba(218, 238, 255, 0.4) 40%, rgba(255, 238, 255, 0.2) 50%, rgba(218, 238, 255, 0) 90%);
  z-index: 1;
}
.p-fv__content {
  max-width: 1000px;
  padding-left: 3%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: linear-gradient(to right, rgba(218, 238, 255, 0.9) 0%, rgba(218, 238, 255, 0.8) 40%, rgba(218, 238, 255, 0.7) 60%, rgba(218, 238, 255, 0) 90%);
}
.p-fv__title {
  width: 100%;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #150035;
  margin-bottom: 20px;
}
.p-fv__highlight {
  width: 100%;
  font-weight: 700;
  color: #EC1632;
  margin-bottom: 20px;
}
.p-fv__description {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #150035;
  margin-bottom: 10px;
  -webkit-text-stroke: 0.2px;
}
.p-fv__description:last-child {
  margin-bottom: 0;
}
.p-fv__main-img-wrap {
  position: absolute;
  width: 100%;
  height: 95%;
  min-height: 600px;
  overflow: hidden;
  right: 0;
  top: 0;
}
.p-fv__main-img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: contain;
  object-position: right top;
  max-width: none;
  margin-left: auto;
}

.p-section--arrow {
  position: relative;
}
.p-section--arrow::after {
  content: "";
  width: 100%;
  max-width: 200px;
  height: 80px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #EEF6FF;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.p-section__wrapper {
  padding-block: 130px;
  padding-inline: 3%;
}
.p-section__inner-space {
  width: 100%;
  max-width: calc(1500px + 6%);
  padding-inline: 3%;
  margin-inline: auto;
}
.p-section__inner {
  width: 100%;
  max-width: clamp(1240px, 100%, 1500px);
  margin-inline: auto;
}
.p-section__inner--medium {
  max-width: clamp(1080px, 100%, 1500px);
}
.p-section__inner--small {
  max-width: 1240px;
}
.p-section__inner--mini {
  max-width: 1140px;
}
.p-section__wrapper-space {
  padding-block: 130px;
}
.p-section__title {
  font-size: 3.5rem;
  text-align: center;
  padding-bottom: 80px;
  font-weight: 700;
  line-height: 1.5;
}
.p-section__title--btm-small {
  padding-bottom: 30px;
}
.p-section__top-small-space {
  padding-top: 20px;
}
.p-section__top-medium-space {
  margin-top: 60px;
}
.p-section__top-space {
  margin-top: 80px;
}
.p-section__top-wide-space {
  margin-top: 160px;
}
.p-section__btm-space {
  margin-bottom: 80px;
}
.p-section__btn-wrap {
  width: 100%;
  margin-top: 80px;
  margin-inline: auto;
}
.p-section__main-text {
  font-size: 1.8rem;
  line-height: 2;
  -webkit-text-stroke: 0.2px;
}
.p-section__main-text--top-space {
  margin-top: 30px;
}
.p-section__main-small-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-section__main-small-text--btm-space {
  margin-bottom: 40px;
}

.p-news {
  width: 100%;
}
.p-news__wrapper {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}
.p-news__list {
  width: 100%;
  border-bottom: #A0ACB9 1px solid;
}
.p-news__list:not(:first-child) {
  padding-top: 30px;
}
.p-news__link {
  transition: 0.3s all;
  font-size: 1.6rem;
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
.p-news__link:hover {
  opacity: 0.8;
  transform: translateY(-3px);
  text-decoration: none;
}
.p-news__link .title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0.2px;
}
.p-news__inner {
  width: 100%;
  max-width: 260px;
  display: flex;
  gap: 10px;
}
.p-news__inner .date,
.p-news__inner .new,
.p-news__inner .category {
  font-size: 1.4rem;
}
.p-news__inner .date {
  padding-top: 2px;
}
.p-news__inner .date--top-space {
  padding-top: 7px;
}
.p-news__inner .new {
  font-weight: 700;
  color: #ffffff;
  background: #EC1632;
  padding: 3px 11px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  font-size: 1.2rem;
}
.p-news__inner .category {
  font-weight: 700;
  border-radius: 3px;
  padding: 3px 11px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  color: #ffffff;
  background: #5FAEFF;
  max-width: fit-content;
  text-align: center;
}
.p-news__inner .category.event {
  background: #48BCC1;
}
.p-news__inner .category.blog {
  background: #FF7C48;
}

.p-strong {
  width: 100%;
}
.p-strong__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 60px;
}
.p-strong__item {
  width: calc((100% - 60px) / 2);
  display: flex;
  gap: 28px;
}
.p-strong__item-img {
  width: 100%;
  max-width: 220px;
}
.p-strong__item-img img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 220px;
}
.p-strong__item-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 17px;
}
.p-strong__item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-stroke: 0.2px;
}

.p-new-era {
  width: 100%;
}
.p-new-era__wrapper {
  width: 100%;
  display: flex;
  gap: 48px;
  align-items: center;
}
.p-new-era__layout-space {
  margin-top: 20px;
}
.p-new-era__img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.p-new-era__text {
  font-size: 1.8rem;
  line-height: 2;
  -webkit-text-stroke: 0.2px;
}
.p-new-era__inner {
  width: 100%;
  display: flex;
  gap: 57px;
  flex-wrap: wrap;
}
.p-new-era__item {
  width: calc((100% - 57px) / 2);
  display: flex;
  gap: 28px;
  align-items: center;
}
.p-new-era__item-img {
  width: 100%;
  max-width: 125px;
}
.p-new-era__item-img img {
  width: 100%;
  display: block;
  height: auto;
  margin-inline: auto;
}
.p-new-era__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 10px;
}
.p-new-era__item-text {
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-stroke: 0.2px;
}

.p-business {
  width: 100%;
  overflow-x: hidden;
}
.p-business__list {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
.p-business__list:not(:last-child) {
  margin-bottom: 150px;
}
.p-business__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  position: relative;
}
.p-business__img--left {
  margin-right: auto;
}
.p-business__img--left::before, .p-business__img--left::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: -100vw;
  background: #DAECFF;
  width: 100vw;
  height: 100%;
  padding-block: 30px;
  z-index: -1;
}
.p-business__img--left::before {
  left: 0;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  background: #DAECFF;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.p-business__img--right {
  margin-left: auto;
}
.p-business__img--right::before, .p-business__img--right::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: -100vw;
  background: #DAECFF;
  width: 100vw;
  height: 100%;
  padding-block: 30px;
  z-index: -1;
}
.p-business__img--right::before {
  right: 0;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  background: #DAECFF;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.p-business__img img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.p-business__img img.left {
  margin-right: auto;
}
.p-business__img img.right {
  margin-left: auto;
}
.p-business__item {
  width: calc(100% - 30px - 400px);
}
.p-business__item-title {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 2rem;
  align-items: flex-end;
  line-height: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.p-business__item-title .en {
  font-size: 1.4rem;
  color: #A0ACB9;
  font-weight: normal;
  display: inline-block;
  -webkit-text-stroke: 0.2px;
}
.p-business__item-subtitle {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #5FAEFF;
  padding-top: 26px;
  padding-bottom: 17px;
}
.p-business__item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-stroke: 0.2px;
}
.p-business__item-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 13px;
}
.p-business__item-list-text > li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  -webkit-text-stroke: 0.2px;
}

.p-development {
  width: 100%;
}
.p-development__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.p-development__item {
  width: calc((100% - 20px) / 2);
}
.p-development__item-title {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 25px;
  line-height: 1.2;
}
.p-development__item-list-text > li {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.p-development__item-list-text > li:not(:last-child) {
  padding-bottom: 3px;
}
.p-development__bg {
  border-radius: 10px;
  padding: 20px 3%;
  margin-top: 50px;
}
.p-development__example-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.p-development__example-inner-item {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-development__example-img {
  width: 100%;
  max-width: 180px;
  height: 136px;
  height: auto;
  display: flex;
  align-items: center;
}
.p-development__example-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-inline: auto;
  border-radius: 10px;
}
.p-development__example-contents {
  width: calc(100% - 20px - 180px);
}
.p-development__example-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
}
.p-development__example-text {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-stroke: 0.2px;
}
.p-development__example-link {
  display: flex;
  width: 100%;
  max-width: fit-content;
  font-weight: 700;
  font-size: 1.6rem;
  margin-left: auto;
  position: relative;
  text-decoration: underline;
  padding-top: 10px;
}

.p-company {
  width: 100%;
}
.p-company__wrapper {
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 7%;
  padding-right: 3%;
}
.p-company__img {
  width: 100%;
  max-width: 600px;
  height: 100%;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.p-company__img::before, .p-company__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
.p-company__img::before {
  right: -600px;
  width: 100vw;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0vw, rgb(255, 255, 255) 25vw, rgba(255, 255, 255, 0.5) 40vw, rgba(255, 255, 255, 0.3) 50vw, rgba(255, 255, 255, 0) 65vw, rgba(255, 255, 255, 0) 100vw);
  z-index: 1;
}
.p-company__img::after {
  right: 599px;
  width: 100vw;
  background-image: url(../img/office_img_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-company__img img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.p-company__table {
  width: calc(93% - 600px);
  font-size: 1.6rem;
  -webkit-text-stroke: 0.2px;
}
.p-company__table tr {
  width: 100%;
  display: flex;
  gap: 70px;
}
.p-company__table tr:not(:first-child) {
  padding-top: 20px;
}
.p-company__table tr:not(:last-child) {
  padding-bottom: 14px;
  border-bottom: 1px solid #A0ACB9;
}
.p-company__table-item {
  font-weight: normal;
  width: 100%;
  max-width: 90px;
}
.p-company__table-text {
  width: calc(100% - 70px - 90px);
  line-height: 1.6;
}
.p-company__table-history {
  width: 100%;
}
.p-company__table-history-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.p-company__table-history-inner .p-company__table-since {
  font-weight: normal;
  width: 100%;
  max-width: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5FAEFF;
}
.p-company__table-history-inner .p-company__table-since::before, .p-company__table-history-inner .p-company__table-since::after {
  content: "";
  position: absolute;
  left: 6px;
  background: #5FAEFF;
  width: 2px;
}
.p-company__table-history-inner .p-company__table-since .big {
  font-size: 5rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
.p-company__table-history-inner .p-company__table-since .small {
  display: flex;
  font-size: 1.6rem;
  align-items: flex-end;
  line-height: 2;
}
.p-company__table-history-inner:not(:first-child) .p-company__table-since::before {
  bottom: 50%;
  height: 50%;
}
.p-company__table-history-inner:not(:last-child) .p-company__table-since::after {
  top: 50%;
  height: 50%;
}
.p-company__table-history-inner:not(:last-child) .p-company__table-since-text {
  padding-bottom: 25px;
  border-bottom: 1px solid #A0ACB9;
}
.p-company__table-history-inner:not(:first-child) .p-company__table-since-text {
  padding-top: 25px;
}
.p-company__table-history-wrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
  max-width: fit-content;
  font-weight: normal;
}
.p-company__history-item {
  display: block;
  background: #5FAEFF;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
}
.p-company__table-since-text {
  width: calc(90% - 200px);
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-stroke: 0.2px;
}

.p-news-archive {
  width: 100%;
}
.p-news-archive--space {
  padding: 80px 3%;
  border-radius: 20px;
}
.p-news-archive--wide-space {
  padding: 130px 3%;
  border-radius: 20px;
}
.p-news-archive__main-img {
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
}
.p-news-archive__main-img img {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin-inline: auto;
}
.p-news-archive__category-list {
  display: flex;
  gap: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 74px;
}
.p-news-archive__category-list .all.current .p-news-archive__link,
.p-news-archive__category-list .topics.current .p-news-archive__link,
.p-news-archive__category-list .blog.current .p-news-archive__link,
.p-news-archive__category-list .event.current .p-news-archive__link {
  background: #150035;
  border: 1px solid #150035;
  color: #ffffff;
}
.p-news-archive__link {
  background: #ffffff;
  display: block;
  padding: 10px 20px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #A0ACB9;
  text-align: center;
  border: 1px solid #A0ACB9;
  border-radius: 30px;
  transition: background 0.5s ease, border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-news-archive__link:hover {
  text-decoration: none;
  background-color: #EC1632;
  border-color: #EC1632;
  color: #ffffff;
}
.p-news-archive__title {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #150035;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
}
.p-news-archive__text {
  width: 100%;
  -webkit-text-stroke: 0.2px;
}
.p-news-archive__text p {
  color: #150035;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
.p-news-archive__text p:not(:last-child) {
  margin-bottom: 2em;
}
.p-news-archive__text p img {
  max-width: 650px;
  margin-inline: auto;
}

.p-breadcrumbs {
  width: 100%;
}
.p-breadcrumbs__wrapper {
  width: 100%;
  max-width: calc(1500px + 6%);
  padding-inline: 3%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  position: relative;
  padding-right: 10px;
  padding-top: 10px;
}
.p-breadcrumbs__link {
  color: #150035;
  transition: 0.3s all;
  line-height: 1.6;
}
.p-breadcrumbs__link:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.p-breadcrumbs__item {
  padding-left: 1em;
  width: fit-content;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
.p-breadcrumbs__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 7px;
  height: 7px;
  display: inline-block;
  border: 2px solid #A0ACB9;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg) translateY(-2px);
  margin: 0 14px 0 6px;
}

/** ページネーション **/
.p-page {
  margin-top: 60px;
}

.p-page__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page__wrapper .page-numbers {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.p-page__item {
  list-style: none;
}

.p-page__prev,
.p-page__next,
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #150035;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.p-page__prev:hover,
.p-page__next:hover,
.page-numbers:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.p-page__prev.current,
.p-page__next.current,
.page-numbers.current {
  background-color: #5FAEFF;
  color: #ffffff;
  border-color: #5FAEFF;
  cursor: default;
}
.p-page__prev.current:hover,
.p-page__next.current:hover,
.page-numbers.current:hover {
  transform: translateY(0);
}
.p-page__prev.dots,
.p-page__next.dots,
.page-numbers.dots {
  border: none;
  background-color: transparent;
  cursor: default;
}
.p-page__prev.dots:hover,
.p-page__next.dots:hover,
.page-numbers.dots:hover {
  background-color: transparent;
  border: none;
  color: #150035;
}

.p-page__prev,
.p-page__next {
  font-weight: 600;
}

.p-page__prev[aria-disabled=true],
.p-page__next[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-page__prev[aria-disabled=true]:hover,
.p-page__next[aria-disabled=true]:hover {
  background-color: #ffffff;
  border-color: #A0ACB9;
  color: #150035;
}

.p-post-share {
  position: relative;
  width: 578px;
  margin: 55px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-post-share__list {
  font-size: 1.4rem;
  line-height: 1;
  width: 33.3333333333%;
  height: 40px;
}
.p-post-share__link {
  background: #ffffff none no-repeat scroll 0.5rem center;
  color: #150035;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  transition: 0.3s all;
  font-weight: 400;
}
.p-post-share__link svg {
  width: 23px;
  height: 23px;
  margin-right: 8px;
}
.p-post-share__link:hover {
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
.p-post-share__link--facebook:hover {
  background-color: #3b5998;
}
.p-post-share__link--twitter:hover {
  background-color: #1da1f2;
}
.p-post-share__link--twitter:hover g {
  fill: #ffffff;
}

.p-contact .contact_tbl th,
.p-contact .contact_tbl td {
  font-size: 1.4rem;
}
.p-contact .contact_tbl th span.tips,
.p-contact .contact_tbl td span.tips {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  border-radius: 2px;
}
.p-contact .contact_tbl th {
  width: 215px;
  text-align: left;
  padding: 7px 0 0 0;
  position: relative;
}
.p-contact .contact_tbl th > p {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.p-contact .contact_tbl th > p span.tips {
  margin-top: 4px;
  display: inline-block;
  position: inherit;
}
.p-contact .contact_tbl td {
  padding: 0 0 0 30px;
  width: 100%;
}
.p-contact .contact_tbl tbody tr {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.p-contact .contact_tbl tbody tr:not(:last-child) {
  margin-bottom: 45px;
}
.p-contact .contact_agree {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.p-contact .contact_agree > p {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 600px;
  margin-inline: auto;
  justify-content: center;
}
.p-contact .contact_agree > p a {
  margin-left: 20px;
  color: #f9ba02;
}
.p-contact .contact_agree > p a img {
  width: 100%;
  max-width: 11px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  height: auto;
  vertical-align: top;
}
.p-contact .contact_btns {
  margin-inline: auto;
  margin-top: 50px;
  width: 100%;
}
.p-contact .contact_btns > p {
  width: 100%;
  text-align: center;
}
.p-contact .contact_btns .btn {
  max-width: 200px;
  height: 60px;
  font-weight: normal;
  -webkit-text-stroke: 0.6px #150035;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  border: 2px solid #150035;
  color: #150035;
  border-radius: 5px;
  font-size: 1.6rem;
  box-shadow: 3px 3px 0 #277AC9;
  text-align: center;
  transition: 0.3s all;
}
.p-contact .contact_btns .btn > p {
  width: 100%;
  text-align: center;
}
.p-contact .contact_btns .btn:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0 0 #277AC9;
}
.p-contact .contact_tbl td input[type=text],
.p-contact .contact_tbl td input[type=tel],
.p-contact .contact_tbl td input[type=email],
.p-contact .contact_tbl td textarea {
  border: 1px solid #A0ACB9;
  font-size: 1.4rem;
  border-radius: 5px;
}
.p-contact .contact_tbl td textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
}
.p-contact .wpcf7-not-valid-tip {
  color: #EC1632;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact .wpcf7 form.invalid .wpcf7-response-output,
.p-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.p-contact .wpcf7 form.payment-required .wpcf7-response-output,
.p-contact .wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  padding: 13px 3vw;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1.3;
}

.p-privacy {
  width: 100%;
  line-height: 1.5;
}
.p-privacy--wrapper {
  padding-block: 80px;
  border-radius: 20px;
}
.p-privacy__icon {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-inline: auto;
  margin-bottom: 25px;
}
.p-privacy__inner {
  width: 100%;
  max-width: 1140px;
  font-size: 1.4rem;
  -webkit-text-stroke: 0.2px;
}
.p-privacy__inner--number > li {
  margin-bottom: 12px;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
}
.p-privacy__inner--number > li .alpha > li {
  margin-bottom: 12px;
  list-style-type: lower-alpha;
  list-style-position: outside;
  margin-left: 1em;
}
.p-privacy__inner .alpha {
  margin-top: 12px;
}
.p-privacy__inner .alpha > li {
  margin-bottom: 12px;
  list-style-type: lower-alpha;
  list-style-position: outside;
  margin-left: 1em;
}
.p-privacy__top-space {
  margin-top: 20px;
}
.p-privacy__btm-space {
  margin-bottom: 30px;
}
.p-privacy__title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 10px;
}
.p-privacy__text {
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-stroke: 0.2px;
}
.p-privacy__table {
  width: 100%;
  border: 1px solid #A0ACB9;
  font-size: 1.4rem;
}
.p-privacy__table th,
.p-privacy__table td {
  padding: 10px;
  border: 1px solid #A0ACB9;
  white-space: break-spaces;
  line-height: 1.4;
}
.p-privacy__table th:last-child,
.p-privacy__table td:last-child {
  max-width: 150px;
}
.p-privacy__table th {
  text-align: center;
}
.p-privacy__table th.small {
  width: 100px;
}
.p-privacy__table th.medium {
  width: 190px;
}
.p-privacy__info_box {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1vw;
  border-radius: 5px;
  border: 1px solid #A0ACB9;
}

.p-page-top {
  position: fixed;
  right: 3%;
  bottom: 20px;
  width: 60px;
  height: 65px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  filter: drop-shadow(3px 3px 0 #277AC9);
}
.p-page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.p-page-top svg {
  width: 100%;
  height: 100%;
  display: block;
}
.p-page-top span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #150035;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  -webkit-text-stroke: 0.5px #150035;
}
.p-page-top:hover {
  transform: translateY(3px);
  filter: drop-shadow(0 0 0 #277AC9);
}

/* --------------
utility
-------------- */
.u-m-center {
  margin-inline: auto;
}

.u-inline-block {
  display: inline-block;
}

.u-sp-block {
  display: none !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-red {
  color: #EC1632 !important;
}

.u-text-medium {
  font-size: 2.1rem !important;
}

.u-pale-blue-bg {
  background: #EEF6FF !important;
}

.u-medium-blue-bg {
  background: #DAECFF !important;
}

.u-gray-bg {
  background: #F3F8FF !important;
}

.u-white-bg {
  background: #ffffff !important;
}

.u-break-spaces {
  white-space: normal !important;
}

.u-indent {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

/* ===========================
Utility - Scroll Animation
=========================== */
/** スクロールアニメーション **/
.js-scroll-trigger {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-scroll-trigger.fade {
  transform: translateY(0);
}
.js-scroll-trigger.fade-up {
  transform: translateY(30px);
}
.js-scroll-trigger.fade-down {
  transform: translateY(-30px);
}
.js-scroll-trigger.fade-left {
  transform: translateX(-30px);
}
.js-scroll-trigger.fade-right {
  transform: translateX(30px);
}
.js-scroll-trigger.fade-zoom {
  transform: scale(0.9);
}

.js-scroll-trigger.is-animated {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

.js-scroll-trigger.speed-slow {
  transition-duration: 1.2s;
}
.js-scroll-trigger.speed-fast {
  transition-duration: 0.5s;
}

.js-scroll-trigger.delay-1 {
  transition-delay: 0.1s;
}
.js-scroll-trigger.delay-2 {
  transition-delay: 0.2s;
}
.js-scroll-trigger.delay-3 {
  transition-delay: 0.3s;
}
.js-scroll-trigger.delay-4 {
  transition-delay: 0.4s;
}
.js-scroll-trigger.delay-5 {
  transition-delay: 0.5s;
}

@media screen and (max-width: 2000px) {
  .p-company__img::before {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0vw, rgb(255, 255, 255) 20vw, rgba(255, 255, 255, 0.5) 25vw, rgba(255, 255, 255, 0.3) 30vw, rgba(255, 255, 255, 0) 50vw, rgba(255, 255, 255, 0) 100vw);
  }
}
@media screen and (max-width: 1500px) {
  .p-company__img::before {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0vw, rgb(255, 255, 255) 10vw, rgba(255, 255, 255, 0.5) 15vw, rgba(255, 255, 255, 0.3) 20vw, rgba(255, 255, 255, 0) 30vw, rgba(255, 255, 255, 0) 100vw);
  }
  .p-company__img::after {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .p-company__img::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  /* ヘッダー＆ナビゲーション */
  .l-header .logo {
    width: 200px;
  }
  .l-header .main_nav .text-btn {
    padding: 5px 18px;
  }
  .p-fv__main-img {
    min-height: 500px;
  }
  .p-fv__main-img-wrap {
    min-height: 500px;
  }
  .p-fv__content {
    top: 45%;
  }
  .p-fv__title {
    font-size: 4.5rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .p-fv__description {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .p-section__top-wide-space {
    margin-top: 80px;
  }
  .p-strong__wrapper {
    gap: 40px 25px;
  }
  .p-strong__item {
    width: calc((100% - 25px) / 2);
  }
  .p-strong__item-title {
    font-size: 2rem;
  }
  .p-new-era__text {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .p-business__list {
    flex-wrap: wrap;
    gap: 15px;
  }
  .p-business__list:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-business__item {
    width: 100%;
    order: 1;
  }
  .p-business__img {
    max-width: 280px;
    order: 2;
  }
  .p-business__img--left::before, .p-business__img--left::after, .p-business__img--right::before, .p-business__img--right::after {
    margin-block: 0;
    padding-block: 0;
  }
  .p-business__img--left::before, .p-business__img--right::before {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    top: 50%;
  }
  .p-business__img--left::after, .p-business__img--right::after {
    top: 0;
  }
  .p-business__img--left {
    margin-right: unset;
    margin-left: auto;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .p-business__img--left::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-business__img--left::after {
    right: -100vw;
    left: auto;
  }
  .p-business__img img {
    margin-bottom: 0;
    max-width: 200px;
  }
  .p-business__img img.left {
    margin-left: auto;
    margin-right: unset;
  }
  .p-development__item-title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .p-development__item-list-text > li {
    font-size: 1.5rem;
  }
  .p-development__example-inner {
    gap: 30px;
  }
  .p-development__example-inner-item {
    width: 100%;
  }
  .p-company__img {
    max-width: 50%;
  }
  .p-company__wrapper {
    gap: 40px;
  }
  .p-company__table {
    width: 50%;
    font-size: 1.5rem;
  }
  .p-company__table tr {
    gap: 5px;
    flex-wrap: wrap;
  }
  .p-company__table-item {
    max-width: 100%;
  }
  .p-company__table-text {
    width: 100%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 850px) {
  .c-btn.nav-contact {
    max-width: 250px;
    padding: 18px 10px;
  }
  .c-btn-small {
    width: 100%;
    max-width: 50px;
    height: auto;
  }
  .c-btn-small:hover {
    transform: translateY(-3px);
  }
  .c-btn-small img {
    width: 100%;
    height: auto;
  }
  .u-text-medium {
    font-size: 1.9rem !important;
  }
  .u-sp-block {
    display: block !important;
  }
  /* ヘッダー＆ナビゲーション */
  .l-header {
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: 0.5s;
    border-bottom: 3px solid #EC1632;
    width: 100%;
    transition: 0.5s;
    border-bottom: 3px solid #EC1632;
  }
  .l-header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    max-width: 75px;
    max-height: 70px;
    border-bottom-left-radius: 30px;
  }
  .l-header .logo {
    width: 100%;
    max-width: 300px;
    align-items: flex-start;
    gap: 10px;
  }
  .l-header .logo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-header .logo img {
    width: 100%;
  }
  .l-header .main_nav {
    display: none;
    float: none;
    width: 100%;
    clear: both;
  }
  .l-header .main_nav ul {
    float: none;
    padding: 0;
    margin: 0;
    gap: 40px;
    justify-content: center;
    padding-bottom: 30px;
  }
  .l-header .main_nav ul li {
    width: 100%;
    font-size: 1.6rem;
  }
  .l-header .main_nav ul li.home {
    display: none;
  }
  .l-header .main_nav .text-btn {
    display: block;
    padding: 5px 12px;
    text-align: center;
  }
  .l-header .main_nav .search {
    float: none;
    width: 38px;
    height: 38px;
  }
  .l-header.fixed {
    background: none;
    border-bottom: none;
  }
  .l-header.fixed .main_nav a {
    color: #ffffff;
  }
  .l-header.fixed .main_nav .search {
    background: url(img/icon_search.png) 50% 50% no-repeat;
  }
  #globalNavBtn {
    display: block;
    z-index: 999;
  }
  .l-menu-btn {
    position: fixed;
    top: 13px;
    right: 2vw;
    width: 28px;
    height: 28px;
    padding: 20px;
    z-index: 2;
    transition: 0.5s;
    display: block;
  }
  .l-menu-btn .menu-btn__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  .l-menu-btn .menu-btn__inner:hover:before {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar1,
  .l-menu-btn .menu-btn__inner .menu-btn--bar2 {
    position: absolute;
    top: 0;
    width: 16px;
    height: 2px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar1 {
    background: #150035;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar1::before, .l-menu-btn .menu-btn__inner .menu-btn--bar1::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar1::before {
    background: #EC1632;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar1::after {
    background: #150035;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar2 {
    background: #150035;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar2::before, .l-menu-btn .menu-btn__inner .menu-btn--bar2::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar2::before {
    background: #EC1632;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar2::after {
    background: #150035;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar1:after,
  .l-menu-btn .menu-btn__inner .menu-btn--bar2:after {
    top: 16px;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar1 {
    left: 0;
  }
  .l-menu-btn .menu-btn__inner .menu-btn--bar2 {
    right: 0;
  }
  .l-menu-btn.is-prepend .menu-btn__inner .menu-bt1n--bar1,
  .l-menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2 {
    background: #EC1632;
  }
  .l-menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation: bar1-top 0.5s ease forwards;
    animation: bar1-top 0.5s ease forwards;
  }
  .l-menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:before {
    -webkit-animation: bar1-mid 0.5s ease forwards;
    animation: bar1-mid 0.5s ease forwards;
  }
  .l-menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:after {
    -webkit-animation: bar1-bot 0.5s ease forwards;
    animation: bar1-bot 0.5s ease forwards;
  }
  .l-menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation: bar2-top 0.5s ease forwards;
    animation: bar2-top 0.5s ease forwards;
  }
  .l-menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:before {
    -webkit-animation: bar2-mid 0.5s ease forwards;
    animation: bar2-mid 0.5s ease forwards;
  }
  .l-menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:after {
    -webkit-animation: bar2-bot 0.5s ease forwards;
    animation: bar2-bot 0.5s ease forwards;
  }
  @-webkit-keyframes btn-height {
    0% {
      height: 18px;
    }
    50% {
      height: 24px;
    }
    100% {
      height: 24px;
    }
  }
  @keyframes btn-height {
    0% {
      height: 18px;
    }
    50% {
      height: 24px;
    }
    100% {
      height: 24px;
    }
  }
  @-webkit-keyframes bar1-top {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(0);
      transform: translate3d(0, 7px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(0);
      transform: translate3d(0, 7px, 0) rotate(0);
      width: 30px;
    }
    100% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
      transform: translate3d(0, 7px, 0) rotate(45deg);
      width: 24px;
    }
  }
  @keyframes bar1-top {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(0);
      transform: translate3d(0, 7px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(0);
      transform: translate3d(0, 7px, 0) rotate(0);
      width: 24px;
    }
    100% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
      transform: translate3d(0, 7px, 0) rotate(45deg);
      width: 24px;
    }
  }
  @-webkit-keyframes bar1-mid {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, -8px, 0) rotate(0);
      transform: translate3d(0, -8px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, -8px, 0) rotate(0);
      transform: translate3d(0, -8px, 0) rotate(0);
      width: 12px;
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  @keyframes bar1-mid {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, -8px, 0) rotate(0);
      transform: translate3d(0, -8px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, -8px, 0) rotate(0);
      transform: translate3d(0, -8px, 0) rotate(0);
      width: 12px;
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  @-webkit-keyframes bar1-bot {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, -16px, 0) rotate(0);
      transform: translate3d(0, -16px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, -16px, 0) rotate(0);
      transform: translate3d(0, -16px, 0) rotate(0);
      width: 12px;
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  @keyframes bar1-bot {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, -16px, 0) rotate(0);
      transform: translate3d(0, -16px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, -16px, 0) rotate(0);
      transform: translate3d(0, -16px, 0) rotate(0);
      width: 12px;
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  @-webkit-keyframes bar2-top {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(0);
      transform: translate3d(0, 7px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(0);
      transform: translate3d(0, 7px, 0) rotate(0);
      width: 24px;
    }
    100% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
      transform: translate3d(0, 7px, 0) rotate(-45deg);
      width: 24px;
    }
  }
  @keyframes bar2-top {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(0);
      transform: translate3d(0, 7px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(0);
      transform: translate3d(0, 7px, 0) rotate(0);
      width: 24px;
    }
    100% {
      -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
      transform: translate3d(0, 7px, 0) rotate(-45deg);
      width: 24px;
    }
  }
  @-webkit-keyframes bar2-mid {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, -8px, 0) rotate(0);
      transform: translate3d(0, -8px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, -8px, 0) rotate(0);
      transform: translate3d(0, -8px, 0) rotate(0);
      width: 12px;
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  @keyframes bar2-mid {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, -8px, 0) rotate(0);
      transform: translate3d(0, -8px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, -8px, 0) rotate(0);
      transform: translate3d(0, -8px, 0) rotate(0);
      width: 12px;
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  @-webkit-keyframes bar2-bot {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, -16px, 0) rotate(0);
      transform: translate3d(0, -16px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, -16px, 0) rotate(0);
      transform: translate3d(0, -16px, 0) rotate(0);
      width: 12px;
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  @keyframes bar2-bot {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
      width: 12px;
    }
    50% {
      -webkit-transform: translate3d(0, -16px, 0) rotate(0);
      transform: translate3d(0, -16px, 0) rotate(0);
      width: 12px;
    }
    75% {
      -webkit-transform: translate3d(0, -16px, 0) rotate(0);
      transform: translate3d(0, -16px, 0) rotate(0);
      width: 12px;
    }
    100% {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  .navOn .l-header {
    background: #ffffff;
    border-bottom: 3px solid #EC1632;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100vh;
  }
  .navOn .l-header .main_nav {
    display: block;
  }
  .navOn .l-header.fixed .main_nav a {
    display: block;
    color: #150035;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  /* 検索バー */
  .sb-search {
    position: relative;
    width: auto;
    margin: 15px 20px 10px;
    height: 38px;
  }
  .sb-search-input {
    height: 38px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 5px 38px 5px 10px;
  }
  .sb-search .sb-icon-search {
    color: #ffffff;
    z-index: 11;
    width: 38px;
    height: 38px;
  }
  .sb-search .sb-search-submit {
    z-index: 90;
    width: 38px;
    height: 38px;
  }
  .sb-search.sb-search-open {
    width: auto;
  }
  .l-footer__nav {
    width: 100%;
    flex-wrap: wrap;
  }
  .l-footer__link:not(:first-child):not(:last-child) {
    padding: 3px 20px;
  }
  .l-footer__link:first-child {
    padding: 3px 20px 3px 0;
  }
  .l-footer__link:last-child {
    padding: 3px 0 3px 20px;
  }
  .p-section--arrow::after {
    max-width: 110px;
    height: 60px;
    bottom: -60px;
  }
  .p-section__wrapper {
    padding-block: 100px;
  }
  .p-section__btn-wrap {
    margin-top: 65px;
  }
  .p-section__title {
    font-size: 3rem;
    padding-bottom: 65px;
  }
  .p-section__main-text {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .p-section__wrapper-space {
    padding-block: 100px;
  }
  .p-section__top-space {
    margin-top: 60px;
  }
  .p-section__top-medium-space {
    margin-top: 30px;
  }
  .p-section__btm-space {
    margin-bottom: 60px;
  }
  .p-fv__inner::before {
    background: linear-gradient(to bottom, rgba(218, 238, 255, 0.7) 0%, rgba(218, 238, 255, 0.4) 30%, rgba(218, 238, 255, 0.4) 40%, rgba(218, 238, 255, 0) 80%);
  }
  .p-fv__content {
    top: 20%;
    transform: none;
  }
  .p-fv__title {
    font-size: 4.5rem;
  }
  .p-fv__highlight {
    margin-bottom: 0;
  }
  .p-fv__description {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .p-strong__wrapper {
    flex-wrap: wrap;
    gap: 30px 25px;
  }
  .p-strong__item-img {
    max-width: 160px;
  }
  .p-strong__item {
    width: 100%;
    gap: 23px;
  }
  .p-strong__item-title {
    font-size: 2rem;
  }
  .p-new-era__wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  .p-new-era__img {
    order: 1;
    margin-inline: auto;
  }
  .p-new-era__text {
    order: 2;
    width: 100%;
  }
  .p-new-era__layout-space {
    margin-top: 60px;
  }
  .p-new-era__inner {
    flex-wrap: wrap;
    gap: 30px;
  }
  .p-new-era__item {
    width: 100%;
    gap: 23px;
  }
  .p-business__item-text, .p-business__item-list-text > li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-company__wrapper {
    padding-left: 3%;
    flex-wrap: wrap;
  }
  .p-company__img {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .p-company__img img {
    border-radius: 20px;
    height: auto;
    margin-inline: auto;
  }
  .p-company__table {
    width: 100%;
  }
  .p-company__table-history-inner {
    gap: 40px;
  }
  .p-company__table-history-inner .p-company__table-since {
    max-width: 180px;
  }
  .p-company__table-since-text {
    width: calc(100% - 40px - 180px);
  }
  .p-development__item-list-text > li {
    font-size: 1.4rem;
  }
  .p-news-archive__main-img {
    margin-top: 30px;
  }
  .p-news-archive__main-img img {
    max-width: 250px;
  }
  .p-news-archive--space {
    padding: 50px 3%;
  }
  .p-news-archive--wide-space {
    padding: 60px 3%;
  }
  .p-news-archive__category-list {
    margin-bottom: 45px;
    gap: 0;
  }
  .p-news-archive__link {
    padding: 10px 1.5vw;
    border-radius: 0;
    font-size: 1.2rem;
  }
  .p-news-archive__item:not(:first-child) .p-news-archive__link {
    border-left-width: 0;
  }
  .p-page {
    margin-top: 40px;
  }
  .p-privacy--wrapper {
    padding-block: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .main_nav ul {
    margin-bottom: 30px;
  }
  .l-footer__nav {
    justify-content: center;
  }
  .l-footer__link:not(:first-child):not(:last-child) {
    padding: 3px 20px;
  }
  .l-footer__link:first-child {
    padding: 3px 20px;
  }
  .l-footer__link:first-child::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .l-footer__link:last-child {
    right: 0;
    padding: 3px 20px;
  }
  .l-footer__link:last-child::after {
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    right: 0;
  }
  .p-contact .contact_tbl tbody tr {
    flex-wrap: wrap;
    gap: 5px;
  }
  .p-contact .contact_tbl tbody tr:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-contact .contact_tbl tbody tr td {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .c-btn.nav-contact {
    max-width: 200px;
  }
  .c-btn.medium {
    max-width: 220px;
    padding: 20px 5px;
  }
  .c-btn.small {
    max-width: 180px;
  }
  .c-logo {
    margin-top: 3px;
  }
  .c-btn-small {
    max-width: 40px;
  }
  /* ヘッダー＆ナビゲーション */
  .l-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .l-header::before {
    max-width: 62px;
    max-height: 52px;
    border-bottom-left-radius: 20px;
  }
  .l-header .logo {
    max-width: 230px;
  }
  .l-header .main_nav ul {
    display: block;
  }
  .l-header .main_nav .text-btn {
    display: block;
    padding: 10px 12px;
  }
  .navOn .l-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-menu-btn {
    top: 5px;
    right: 1.4%;
  }
  .l-footer__link:first-child, .l-footer__link:not(:first-child):not(:last-child) {
    padding: 3px 15px;
  }
  .p-section__wrapper {
    padding-block: 60px;
  }
  .p-section__title {
    font-size: 2.5rem;
    padding-bottom: 35px;
  }
  .p-section__top-space {
    margin-top: 50px;
  }
  .p-section__main-text, .p-section__main-small-text {
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-stroke: 0.2px;
  }
  .p-section__btn-wrap {
    margin-top: 50px;
  }
  .p-section__btm-space {
    margin-bottom: 40px;
  }
  .p-section--arrow::after {
    max-width: 70px;
    height: 40px;
    bottom: -40px;
  }
  .p-fv__main-img-wrap {
    min-height: 93vh;
  }
  .p-fv__main-img {
    width: auto;
  }
  .p-fv__inner::before {
    background: linear-gradient(to bottom, rgba(218, 238, 255, 0.7) 0%, rgba(218, 238, 255, 0.5) 30%, rgba(218, 238, 255, 0.3) 40%, rgba(218, 238, 255, 0) 60%);
  }
  .p-fv__content {
    top: 25%;
    background: linear-gradient(to right, rgba(218, 238, 255, 0.9) 0%, rgba(218, 238, 255, 0.3) 40%, rgba(218, 238, 255, 0.5) 60%, rgba(218, 238, 255, 0) 90%);
  }
  .p-fv__title {
    font-size: 3.8rem;
    margin-bottom: 15px;
  }
  .p-fv__description {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .p-news__inner {
    gap: 10px;
  }
  .p-news__link {
    flex-wrap: wrap;
    gap: 15px;
  }
  .p-news__inner {
    max-width: 100%;
  }
  .p-news__inner .date,
  .p-news__inner .new,
  .p-news__inner .category {
    font-size: 1.2rem;
  }
  .p-news__inner .date--top-space {
    padding-top: 5px;
  }
  .p-strong__item {
    gap: 20px;
  }
  .p-strong__item-img {
    max-width: 130px;
  }
  .p-strong__item-title {
    font-size: 1.8rem;
  }
  .p-strong__item-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-new-era__wrapper {
    gap: 20px;
  }
  .p-new-era__text {
    font-size: 1.4rem;
  }
  .p-new-era__item {
    gap: 18px;
  }
  .p-new-era__img {
    max-width: 250px;
  }
  .p-new-era__item-img {
    max-width: 90px;
  }
  .p-new-era__item-title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .p-new-era__item-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-business__list:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-business__img {
    max-width: 230px;
  }
  .p-business__img img {
    max-width: 170px;
  }
  .p-company__img {
    max-width: 300px;
  }
  .p-company__table-history-inner {
    flex-wrap: wrap;
    gap: 5px;
    position: relative;
  }
  .p-company__table-history-inner::before, .p-company__table-history-inner::after {
    display: block;
    content: "";
    position: absolute;
    left: 6px;
    background: #5FAEFF;
    width: 2px;
  }
  .p-company__table-history-inner:not(:last-child)::before {
    bottom: -40px;
    height: calc(50% + 20px);
  }
  .p-company__table-history-inner:not(:last-child)::after {
    top: 20px;
    height: 50%;
  }
  .p-company__table-history-inner .p-company__table-since .big {
    font-size: 4.2rem;
  }
  .p-company__table-history-inner .p-company__table-since .small {
    font-size: 1.4rem;
  }
  .p-company__table-history-inner .p-company__table-since::before, .p-company__table-history-inner .p-company__table-since::after {
    display: none;
  }
  .p-company__table-history-inner:not(:first-child) .p-company__table-since {
    padding-top: 20px;
  }
  .p-company__table-history-inner:not(:first-child) .p-company__table-since-text {
    padding-top: 0;
  }
  .p-company__table-since-text {
    width: calc(100% - 40px);
    margin-left: auto;
    font-size: 1.4rem;
  }
  .p-company__table-history-wrap {
    margin-right: auto;
    padding-left: 25px;
  }
  .p-development__bg {
    padding: 35px 3%;
  }
  .p-development__wrapper {
    gap: 30px;
  }
  .p-development__item {
    width: 100%;
    gap: 15px;
  }
  .p-development__example-inner {
    gap: 30px;
  }
  .p-development__example-contents {
    width: 100%;
  }
  .p-development__example-img {
    margin-inline: auto;
    max-width: 230px;
  }
  .p-news-archive__title {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .p-news-archive__text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-news-archive__text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .p-news-archive__text p img {
    max-width: 300px;
  }
  .p-post-share {
    margin: 50px auto 0;
  }
  .p-post-share__list {
    font-size: 1.2rem;
  }
  .p-contact .contact_btns {
    margin-top: 30px;
  }
  .p-contact .contact_agree > p {
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-contact .contact_tbl tbody tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-contact .wpcf7 form.invalid .wpcf7-response-output,
  .p-contact .wpcf7 form.unaccepted .wpcf7-response-output,
  .p-contact .wpcf7 form.payment-required .wpcf7-response-output,
  .p-contact .wpcf7 form.sent .wpcf7-response-output {
    padding: 13px 1.5vw;
    font-size: 1.4rem;
  }
  .p-privacy--wrapper {
    padding-block: 50px;
  }
  .p-privacy__title {
    font-size: 1.5rem;
  }
  .p-privacy__table, .p-privacy__text, .p-privacy__inner, .p-privacy__info_box {
    font-size: 1.3rem;
  }
  .p-privacy__table th {
    padding: 10px 5px;
  }
  .p-privacy__table th.small {
    width: 70px;
  }
  .p-privacy__table th.medium {
    width: 100px;
  }
  .p-page-top {
    width: 45px;
    height: 50px;
    right: 2%;
    bottom: 20px;
  }
  .p-page-top span {
    font-size: 0.95rem;
    bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .u-btn.small {
    max-width: 160px;
  }
  .l-menu-btn {
    top: 7px;
  }
  .l-header::before {
    max-width: 55px;
  }
  .p-fv__title {
    font-size: 3rem;
  }
  .p-fv__description {
    font-size: 1.3rem;
  }
  .p-strong__item-img {
    max-width: 100px;
  }
  .p-strong__item-title {
    padding-bottom: 10px;
  }
  .p-new-era__inner {
    gap: 20px;
  }
  .p-new-era__item-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .p-new-era__item-img {
    max-width: 80px;
  }
  .p-new-era__item-img__item {
    gap: 15px;
  }
  .p-business__img {
    max-width: 200px;
  }
  .p-business__img img {
    max-width: 150px;
  }
  .p-news-archive__main-img img {
    max-width: 200px;
  }
}
@media screen and (max-width: 400px) {
  .p-fv__title {
    font-size: 2.5rem;
  }
  .p-fv__description {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */