@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/destyle.css@4.0.1/destyle.min.css);
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --base-font-size: 15px;
  --font-size--mid: 18px;
}
@media (max-width: 768px) {
  :root {
    --base-font-size: 14px;
  }
}

button {
  font: revert;
}

img {
  width: 100%;
  vertical-align: top;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: var(--base-font-size);
  line-height: 2;
  background-color: #f1f1f1;
  position: relative;
}

.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.l-main {
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .l-main {
    padding-top: 51px;
    margin-bottom: 0;
  }
}

.l-main--lower {
  padding-top: 71.5px;
}

.l-footer {
  width: 100%;
}

.l-inner {
  max-width: min(1090px, 100% - 40px);
  margin: 0 auto;
}
.l-inner--small {
  max-width: min(780px, 100% - 40px);
  margin: 0 auto;
}

.l-inner--top-bottom {
  padding-top: 112px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .l-inner--top-bottom {
    padding-top: 42px;
    padding-bottom: 60px;
  }
}

.l-sp-nav__inner {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 414px;
  height: 70px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #007cce;
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .c-button {
    height: 54px;
  }
}

.c-title {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .c-title {
    padding-bottom: 40px;
  }
}
.c-title--en {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #007cce;
  font-family: "Jost", sans-serif;
  text-align: center;
  line-height: 1;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .c-title--en {
    padding-bottom: 14px;
  }
}
.c-title--ja {
  display: block;
  font-size: 26px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-title--ja {
    font-size: 24px;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 71.7px;
}
@media (max-width: 768px) {
  .modal__overlay {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: min(930px, 100% - 40px);
  width: 100%;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 75vh;
}
@media (max-width: 768px) {
  .modal__container {
    max-height: 80vh;
  }
}

.modal__header {
  display: flex;
  justify-content: end;
  border: none;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  border: none;
}

.modal__close {
  border: 0;
  border: none;
  outline: none;
}

.modal__header .modal__close:before {
  content: "✕";
  font-size: 50px;
  font-weight: 100;
}
@media (max-width: 768px) {
  .modal__header .modal__close:before {
    font-size: 30px;
  }
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  border: none;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  line-height: 1;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#modal-category {
  font-family: "Jost", sans-serif;
  color: #007cce;
  font-weight: 600;
  text-align: center;
  padding-bottom: 12px;
}

#modal-title {
  text-align: center;
  padding-bottom: 12px;
}

#modal-description {
  text-align: center;
  padding-bottom: 12px;
}

#modal-url {
  text-align: center;
  color: #007cce;
}
#modal-url a {
  word-break: break-all;
}

.modal__content .p-in-image #modal-image {
  object-fit: contain;
  width: 100%;
  max-height: 35vh;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.p-header {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.p-header__col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 290px;
}
@media (max-width: 1024px) {
  .p-header__logo {
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  .p-header__logo {
    max-width: 150px;
  }
}
.p-header__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 2% 13px;
}
@media (max-width: 768px) {
  .p-header__content {
    padding: 19px 20px 13px;
  }
}
.p-header__menu {
  width: fit-content;
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-header__menu-list {
  display: flex;
  gap: 2vw;
}
.p-header__menu-list-item a {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.p-header__contact {
  max-width: 72px;
  width: 100%;
  background-color: #007cce;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header__contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.p-header__contact .p-in-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 26px;
}

#mv {
  position: relative;
  overflow: hidden;
}

.p-mv {
  width: 100vw;
  height: 100vh;
}
.p-mv img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-mv {
    width: 100%;
    height: auto;
  }
  .p-mv img {
    width: 100%;
    height: auto;
  }
}

.p-news__list-item {
  display: flex;
  padding: 26.5px 36px;
  border-bottom: 1px solid;
}
.p-news__list-item:nth-of-type(1) {
  border-top: 1px solid;
}
@media (max-width: 768px) {
  .p-news__list-item {
    flex-direction: column;
    padding: 18px 36px;
  }
}
.p-news__list-item .p-in-date {
  flex-basis: 26.8361581921%;
}
.p-news__list-item .p-in-date::before {
  content: url(../image/icon_news.svg);
  padding-right: 0.5em;
}

#message {
  background-color: #e7f2fc;
}

.p-message__content-head {
  font-size: 35px;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .p-message__content-head {
    font-size: 32px;
  }
}
.p-message__content-detail {
  text-align: center;
  line-height: 2.5;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .p-message__content-detail {
    line-height: 2;
  }
}
.p-message__content-signature {
  width: fit-content;
  margin: 0 20% 0 auto;
}
.p-message__content-signature .p-in-post {
  padding-bottom: 0.3em;
}
.p-message__content-signature .p-in-image {
  max-width: 153px;
}
@media (max-width: 768px) {
  .p-message__content-signature {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}

.p-works__category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  max-width: 780px;
  margin: 0 auto;
  gap: 22px;
}
.p-works__category-list-item {
  border: 1px solid #007cce;
  border-radius: 5px;
  background-color: #fff;
  padding: 7px 0;
  min-width: 93px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.p-works__category-list-item .p-in-text {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #007cce;
  line-height: 1;
  transition: all 0.4s ease;
}
.p-works__category-list-item:hover {
  background-color: #007cce !important;
}
.p-works__category-list-item:hover .p-in-text {
  color: #fff !important;
}
.p-works__category-list .active {
  background-color: #007cce !important;
}
.p-works__category-list .active .p-in-text {
  color: #fff !important;
}
.p-works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
  gap: 0.5vw;
}
@media (min-width: 1440px) {
  .p-works__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .p-works__list {
    grid-template-columns: 1fr 1fr;
  }
}
.p-works__list-item {
  background-color: #e7f2fc;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.p-works__list-item .p-in-content .p-in-image {
  transition: all 0.4s ease;
}
.p-works__list-item .p-in-content .p-in-image img {
  max-height: 250px;
  width: 100%;
  object-fit: contain;
}
.p-works__list-item:hover .p-in-image {
  transform: scale(1.05);
}

#about {
  background-color: #e7f2fc;
}

.p-about__head {
  font-weight: 500;
}
.p-about__company {
  width: 100%;
}
.p-about__company th {
  font-weight: 400;
  width: 3em;
  text-align-last: justify;
}
.p-about__company td {
  word-break: keep-all;
  padding-left: 10%;
}
.p-about__company td .br-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-about__company td .br-sp {
    display: block;
  }
}
.p-about__list-item {
  padding-left: 1em;
}
.p-about__list-item .p-in-head {
  position: relative;
}
.p-about__list-item .p-in-head::before {
  content: "□";
  position: absolute;
  left: -1em;
}
.p-about__list-item .p-in-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.p-about__note {
  text-align: end;
}

.p-access__company-name {
  font-size: 18px;
  text-align: center;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .p-access__company-name {
    font-size: 17px;
  }
}
.p-access__company-address {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 36px;
}
.p-access__company-address .p-in-list-item::before {
  content: "・";
}
.p-access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #contact {
    display: none;
  }
}

.p-contact__phone-number {
  margin-bottom: 23px;
}
.p-contact__phone-number::before {
  content: url(../image/icon_phone.svg);
  position: relative;
  top: 5px;
  padding-right: 5px;
}
.p-contact__phone-number .p-in-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 264px;
}
.p-contact__mail {
  margin-bottom: 34px;
  font-size: 23px;
}
.p-contact__mail::before {
  content: url(../image/icon_mail.svg);
  max-width: 20px;
  margin-right: 1em;
  position: relative;
  top: 4px;
}
.p-contact__note {
  text-align: center;
}
.p-contact__sp {
  display: none;
}
@media (max-width: 768px) {
  .p-contact__sp {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}
.p-contact__sp-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.p-contact__sp-list a {
  width: 100%;
  height: 100%;
  background-color: #007cce;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 12px 0;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
.p-contact__sp-list a .p-in-image {
  max-width: 22px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer {
  background-color: #007cce;
  padding-top: 70px;
  padding-bottom: 30px;
}
.p-footer__content {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .p-footer__content {
    flex-direction: column;
    align-items: center;
  }
}
.p-footer__company-info {
  padding-bottom: 60px;
}
.p-footer__company-info-name {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding-bottom: 9px;
}
.p-footer__company-info-address {
  font-size: 11px;
  color: #fff;
}
.p-footer .copyright {
  font-size: 9px;
  color: #fff;
  text-align: center;
}

.p-header__sp-container {
  display: none;
}
@media (max-width: 768px) {
  .p-header__sp-container {
    display: block;
    padding: 0 5%;
  }
}

@media (max-width: 768px) {
  .p-header__menu,
  .p-header__contact {
    display: none;
  }
}

.p-hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.p-hamburger-menu__bar {
  width: 100%;
  height: 2px;
  background-color: #007cce;
  transition: all 0.3s ease;
}

.p-header__sp-menu {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7f2fc;
  margin-top: 60px;
  overflow: scroll;
}
.p-header__sp-menu-list {
  padding-top: 6vh;
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.p-header__sp-menu-list-item {
  border-bottom: 1px solid #007cce;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 0 0 12px 0;
}
.p-header__sp-menu-list-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-header__sp-menu-list-item a::after {
  content: url(/assets/image/icon_arrow.svg);
  padding-right: 1em;
}
.p-header__sp-menu-contact .p-contact__phone-number {
  margin-bottom: 17px;
}
.p-header__sp-menu-contact .p-contact__phone-number::before {
  content: url(../image/icon_phone.svg);
  position: relative;
  top: 7px;
  padding-right: 5px;
}
.p-header__sp-menu-contact .p-contact__phone-number .p-in-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 196px;
}
.p-header__sp-menu-contact .p-contact__mail {
  margin-bottom: 23px;
  font-size: 17px;
}
.p-header__sp-menu-contact .p-contact__mail::before {
  content: url(../image/icon_mail.svg);
  max-width: 20px;
  margin-right: 1em;
}
.p-header__sp-menu-contact .p-contact__note {
  text-align: center;
}

.js-op {
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.js-bg {
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #007cce;
}

.js-img-01 {
  position: absolute;
  z-index: 9200; /* 背景色の上に表示 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 140px;
  opacity: 0;
}
@media (max-width: 768px) {
  .js-img-01 {
    max-width: 50px;
  }
}

.js-img-02 {
  position: absolute;
  z-index: 9100; /* 背景色の上に表示 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: transparent; /* 中央部分を透明にする */
  box-shadow: 0 0 0 150vw #007cce; /* 周りに背景色を設定 */
  opacity: 0;
}
@media (max-width: 768px) {
  .js-img-02 {
    width: 50px;
    height: 50px;
  }
}
.js-img-02::before {
  content: "";
  position: absolute;
  top: -10px; /* 上からの位置を調整 */
  left: -10px; /* 左からの位置を調整 */
  right: -10px; /* 右からの位置を調整 */
  bottom: -10px; /* 下からの位置を調整 */
  box-shadow: 0 0 0 10px #007cce; /* 周りに背景色を設定 */
  z-index: 9100;
}

.p-privacy__description {
  padding-bottom: 60px;
}

.p-privacy__list {
  display: grid;
  gap: 60px;
  padding-bottom: 30px;
}
.p-privacy__list-item .p-in-head {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 1em;
}
.p-privacy__list-item ol.p-in-list {
  list-style: decimal;
  padding-left: 20px;
}
.p-privacy__list-item ul.p-in-list {
  list-style: disc;
  padding-left: 20px;
}

.p-privacy__end,
.p-privacy__date {
  text-align: right;
  width: 100%;
  padding-bottom: 1em;
}

.u-primary-color {
  color: #007cce;
}

.u-link {
  color: #007cce;
}

.u-pb {
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  .u-pb {
    padding-bottom: 40px;
  }
}

.u-pb--mid {
  padding-bottom: 30px;
}

.u-pb--small {
  padding-bottom: 8px;
}

.u-py--grid {
  padding: 33px 12px;
}