@charset "UTF-8";
.c-txt-lg {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-lg {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-sm {
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-sm {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-sm {
    font-size: 16px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .c-contact .contact-form .privacy, .category-list, .p-news__list, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb-sm, .c-contact .contact-form .privacy, .category-list, .p-news__list, .p-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-sm, .c-contact .contact-form .privacy, .category-list, .p-news__list, .p-title {
    margin-bottom: 50px;
  }
}

.mb-md, .p-footer__address {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md, .p-footer__address {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md, .p-footer__address {
    margin-bottom: 80px;
  }
}

.mb-lr, .top-view {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-lr, .top-view {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr, .top-view {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-lr, .top-view {
    margin-bottom: 120px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-lr {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .pb-lr {
    padding-bottom: 120px;
  }
}

.c-container, .p-service__list__item .Wrap, .p-service .p-title {
  padding: 0 6vw;
}
@media screen and (min-width: 1280px) {
  .c-container, .p-service__list__item .Wrap, .p-service .p-title {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container, .p-service__list__item .Wrap, .p-service .p-title {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  color: #fff;
  font-family: "Ubuntu", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: clamp(1.3rem, 1.2rem + 0.5vw, 1.8rem);
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body.bg-white {
  color: rgb(39, 39, 39);
}
body.bg-white .p-header .logo {
  background-image: url(../images/common/logo.webp);
}
body.bg-white .bg-movie video {
  opacity: 0;
}
body.bg-white .bg-movie::before {
  opacity: 0;
}
body.bg-white .bg-movie::after {
  opacity: 1;
}
body.bg-white .p-title .ja {
  color: #1a5276;
}
body.bg-white .more-btn__label {
  color: #0099cc;
}
body.bg-white .more-btn__arrow {
  border: 1px solid #0099cc;
}
body.bg-white .p-footer {
  color: #fff;
}
body.is-scrolled .p-header .pc-container {
  background-color: rgba(255, 255, 255, 0.9019607843);
}
body.is-scrolled .p-header .pc-container .pc-nav-item a {
  color: rgb(39, 39, 39);
}
body.is-scrolled .p-header .pc-container .pc-nav-item.contact-btn a {
  color: #fff;
}
body.is-scrolled .p-header .pc-container .pc-nav-item.contact-btn {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  body.is-scrolled .p-header .pc-container .pc-nav-item.contact-btn:hover a {
    color: #0099cc;
    opacity: 1;
  }
}
body.is-scrolled .p-header .pc-container .hoverItem p {
  color: rgb(39, 39, 39);
}
body.is-scrolled .p-header .pc-container .hoverItem p::before {
  border-top: 2px solid rgb(39, 39, 39);
  border-right: 2px solid rgb(39, 39, 39);
}
body.is-scrolled .p-header .pc-container .logo {
  background-image: url(../images/common/logo.webp);
}

body.hidden {
  overflow: hidden !important;
}
body.hidden .p-header .logo {
  background-image: url(../images/common/logo.webp);
}

.superwrapper {
  overflow: hidden;
}

#main-contents {
  position: relative;
  z-index: 1;
}
#main-contents.blurred .bg-movie {
  filter: blur(10px);
  transform: scale(1.05);
}
#main-contents.sub-page .superwrapper {
  background-color: rgba(26, 82, 118, 0.3019607843);
  padding-top: 50px;
}
@media (min-width: 768px) {
  #main-contents.sub-page .superwrapper {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  #main-contents.sub-page .superwrapper {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  #main-contents.sub-page .superwrapper {
    padding-top: 100px;
  }
}

#main-contents #earth-canvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  aspect-ratio: 1/1;
  max-width: 500px;
  z-index: -1;
  opacity: 0.6;
  filter: blur(0px);
  transition: all 0.8s ease;
}
@media (min-width: 1024px) {
  #main-contents #earth-canvas {
    max-width: 600px;
  }
}

.bg-movie {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: filter 0.5s ease, transform 0.5s ease;
}
.bg-movie video {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.bg-movie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #0099cc 40%, #eef4f9);
  opacity: 0.7;
  z-index: 1;
  transition: opacity 0.8s ease;
}
@media (min-width: 1024px) {
  .bg-movie::before {
    background: linear-gradient(180deg, #0099cc 60%, #eef4f9);
  }
}
.bg-movie::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #eef4f9;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.8s ease;
}

.p-title {
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s;
}
.p-title .en {
  display: block;
  font-weight: 600;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 2px;
}
.p-title .ja {
  font-weight: 700;
  position: relative;
  font-size: 0.8em;
  letter-spacing: 2px;
  color: #cce8f5;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-title .en {
    font-size: 2.2em;
  }
}
@media (min-width: 1024px) {
  .p-title {
    display: flex;
    align-items: baseline;
  }
  .p-title .en {
    font-size: 2.6em;
  }
  .p-title .ja {
    font-size: 0.9em;
    margin-left: 30px;
  }
}
@media (min-width: 1280px) {
  .p-title .en {
    font-size: 3em;
  }
  .p-title .ja {
    font-size: 1em;
  }
}

.c-title {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
}
.c-title .en {
  font-size: 1.4em;
  padding-left: 50px;
  position: relative;
}
.c-title .en::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .c-title .en {
    font-size: 1.6em;
  }
}
@media (min-width: 1024px) {
  .c-title .en {
    padding-left: 70px;
  }
  .c-title .en::before {
    width: 50px;
  }
}
@media (min-width: 1280px) {
  .c-title .en {
    font-size: 1.8em;
  }
}

.more-btn {
  text-align: center;
}
.more-btn__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .more-btn__link:hover .more-btn__arrow::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .more-btn__link:hover .more-btn__arrow .bg {
    transform: translateX(0);
  }
}
.more-btn__label {
  text-align: left;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
}
.more-btn__arrow {
  position: relative;
  width: 40px;
  height: 24px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}
.more-btn__arrow::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0099cc;
  border-right: 2px solid #0099cc;
  transform: rotate(45deg);
  z-index: 1;
}
.more-btn__arrow .bg {
  display: block;
  position: absolute;
  inset: 0;
  background-color: #0099cc;
  transform: translateX(-101%);
  transition: transform 0.3s;
}
@media (min-width: 1024px) {
  .more-btn__arrow {
    width: 55px;
    height: 30px;
  }
  .more-btn__arrow::before {
    width: 12px;
    height: 12px;
  }
}

.c-topview {
  padding-top: 80px;
  border-bottom: 1px solid #ccc;
}
.c-topview__title {
  margin-bottom: 30px;
}
.c-topview__title h2 {
  text-transform: uppercase;
  font-size: 2.8em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.c-topview__title h3 {
  font-size: 1em;
  font-weight: 600;
}
.c-topview .breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.c-topview .breadcrumb li {
  font-size: 0.85em;
  font-weight: 500;
}
.c-topview .breadcrumb li.bc-current {
  color: #fff;
  background-color: #1a5276;
  border: 1px solid #1a5276;
  padding: 3px 12px;
  border-radius: 9999px;
}
.c-topview .breadcrumb li.bc-sep {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.c-topview .breadcrumb li a {
  background-color: #fff;
  color: #888;
  border: 1px solid #fff;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .c-topview {
    padding-top: 100px;
  }
  .c-topview__title h2 {
    font-size: 3.2em;
  }
  .c-topview__title h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 1024px) {
  .c-topview {
    padding-top: 150px;
  }
  .c-topview__title {
    margin-bottom: 50px;
  }
  .c-topview__title .item {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .c-topview__title h2 {
    font-size: 3.8em;
  }
  .c-topview__title h3 {
    font-size: 1.3em;
    margin-left: 30px;
  }
  .c-topview .breadcrumb {
    margin-bottom: 40px;
  }
  .c-topview .breadcrumb li.bc-current {
    padding: 5px 18px;
  }
  .c-topview .breadcrumb li.bc-sep {
    width: 20px;
  }
  .c-topview .breadcrumb li a {
    padding: 5px 18px;
  }
}
@media (min-width: 1280px) {
  .c-topview {
    padding-top: 150px;
  }
  .c-topview__title h2 {
    font-size: 4.2em;
  }
  .c-topview__title h3 {
    font-size: 1.5em;
  }
}

/* オープニングアニメーション */
.opening-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0099cc;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.8s ease-out;
}
.opening-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* ロゴアニメーション */
.opening-logo {
  opacity: 0;
  animation: logoFadeIn 1.2s ease-out 0.3s forwards;
  margin-bottom: 30px;
}
.opening-logo img {
  width: 75%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .opening-logo img {
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 1280px) {
  .opening-logo img {
    max-width: 600px;
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* プログレスバー */
.opening-progress {
  width: 75%;
  max-width: 500px;
  height: 2px;
  background: rgba(7, 36, 152, 0.2);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .opening-progress {
    width: 50%;
    max-width: 600px;
    height: 4px;
  }
}
.opening-progress-bar {
  width: 0;
  height: 100%;
  background: #fff;
  animation: progressBar 3.5s ease-out forwards;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top-view {
  position: relative;
  height: 500vh;
}
.top-view .hero {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.top-view .hero__text {
  color: #fff;
  padding: 0 6vw;
  position: absolute;
  width: 100%;
  min-width: 380px;
  max-width: 600px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: 10;
}
.top-view .hero__text h2 {
  transition: transform 0.1s linear, opacity 0.1s linear;
  will-change: transform, opacity;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.8;
}
.top-view .hero__text h2.first {
  text-align: center;
  font-size: 3em;
}
.top-view .hero__text h2.right {
  text-align: right;
}
@media (min-width: 768px) {
  .top-view .hero__text {
    min-width: 700px;
    max-width: 700px;
  }
  .top-view .hero__text h2 {
    font-size: 2.6em;
  }
  .top-view .hero__text h2.first {
    font-size: 3.6em;
  }
}
@media (min-width: 1024px) {
  .top-view .hero__text {
    min-width: 820px;
    max-width: 820px;
    top: 45%;
  }
  .top-view .hero__text h2 {
    font-size: 2.8em;
  }
  .top-view .hero__text h2.first {
    font-size: 4em;
  }
}
@media (min-width: 1280px) {
  .top-view .hero__text {
    min-width: 860px;
    max-width: 860px;
    padding: 0;
  }
  .top-view .hero__text h2 {
    font-size: 3.2em;
  }
  .top-view .hero__text h2.first {
    font-size: 4.8em;
  }
}
.top-view .hero__float {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  will-change: transform, opacity;
  text-align: center;
  padding: 0 20px;
}
.top-view .hero__float h3 {
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top-view .hero__float h3 br {
    display: none;
  }
}

.scrolldown {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  padding: 0 0 80px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  z-index: 40;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #fff;
}
.scrolldown::after {
  height: 50px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(50px);
  }
}

.p-service__list__item {
  margin-bottom: 40px;
}
.p-service__list__item .Img {
  aspect-ratio: 4/3;
  margin-bottom: 30px;
}
.p-service__list__item .Ttl {
  margin-bottom: 20px;
}
.p-service__list__item .Ttl .num {
  font-size: 0.9em;
  line-height: 1.4;
  color: #fff;
  background-color: #0099cc;
  font-weight: 700;
  display: inline-block;
  padding: 3px 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.p-service__list__item .Ttl strong {
  display: block;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 600;
}
.p-service__list__item .Desc p {
  margin-bottom: 20px;
}
.p-service__list__item .Desc p .onlyPC {
  display: none;
}
.p-service__list__item .Desc .more-btn {
  text-align: right;
}
@media (min-width: 768px) {
  .p-service__list__item {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
  .p-service__list__item .Img {
    flex-basis: 50%;
    aspect-ratio: 4/3;
    margin-bottom: 0;
  }
  .p-service__list__item .Wrap {
    flex-basis: 50%;
    align-self: center;
    padding: 0 5vw;
  }
}
@media (min-width: 1024px) {
  .p-service__list__item .Ttl {
    margin-bottom: 30px;
  }
  .p-service__list__item .Ttl .num {
    font-size: 1em;
    padding: 5px 30px;
    margin-bottom: 15px;
  }
  .p-service__list__item .Ttl strong {
    font-size: 1.3em;
  }
  .p-service__list__item .Desc p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .p-service__list__item .Img {
    flex-basis: 45%;
  }
  .p-service__list__item .Wrap {
    flex-basis: 55%;
  }
  .p-service__list__item .Ttl {
    margin-bottom: 50px;
  }
  .p-service__list__item .Ttl strong {
    font-size: 1.4em;
  }
  .p-service__list__item .Desc p {
    margin-bottom: 50px;
  }
  .p-service__list__item .Desc p .onlyPC {
    display: block;
  }
}
@media (min-width: 1500px) {
  .p-service__list__item {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-service__list__item .Wrap {
    padding: 0 80px;
  }
}

.p-news__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.p-news__item {
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  border-radius: 5px;
}
.p-news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #1a5276;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  border-radius: 0 0 4px 0;
}
.p-news__item a {
  color: rgb(39, 39, 39);
}
.p-news__wrap {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.p-news__date {
  color: #333;
  font-size: 0.9em;
  display: inline-block;
  margin-left: 15px;
}
.p-news .cate-item {
  background-color: #fff;
  font-size: 0.8em;
  color: #333;
  padding: 5px 10px;
  border-radius: 9999px;
}
.p-news__content {
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  height: 4em;
}
.p-news__empty {
  padding: 60px 0;
  text-align: center;
}
.p-news__empty-text {
  color: rgb(39, 39, 39);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-news__item {
    padding: 30px 30px 20px;
  }
  .p-news.c-news .p-news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-news .c-container, .p-news .p-service .p-title, .p-service .p-news .p-title, .p-news .p-service__list__item .Wrap, .p-service__list__item .p-news .Wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news .more-btn {
    grid-row: 1/2;
    grid-column: 2/3;
    justify-self: right;
    align-self: flex-end;
    margin-bottom: 40px;
  }
  .p-news__list {
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0 8vw;
  }
  .p-news.c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 2/3;
    margin: 0;
  }
  .p-news.c-news .pagination {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 1280px) {
  .p-news .more-btn {
    margin-bottom: 50px;
  }
  .p-news__list {
    gap: 30px;
  }
  .p-news.c-news .p-news__list {
    gap: 30px;
  }
}
@media (min-width: 1500px) {
  .p-news__list {
    margin: 0 100px;
  }
}

.gallery {
  padding-top: 30px;
}
.gallery__track {
  display: flex;
  gap: 40px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  will-change: transform;
}
@media (min-width: 1024px) {
  .gallery__track {
    gap: 30px;
  }
}
.gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 100px;
  background: rgba(255, 255, 255, 0.9019607843);
  border-radius: 8px;
  padding: 16px 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gallery__item {
    width: 300px;
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .gallery__item {
    width: 360px;
    height: 150px;
    padding: 24px 30px;
  }
}
@media (min-width: 1280px) {
  .gallery__item {
    width: 420px;
    height: 160px;
  }
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-company {
  height: 100vh;
  min-height: 650px;
  padding: 80px 0;
  background: url(../images/new/img6.webp) no-repeat center/cover;
  position: relative;
}
.p-company::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a5276;
  opacity: 0.6;
}
.p-company__desc {
  position: relative;
  z-index: 10;
  font-weight: 500;
}
.p-company__desc h3 {
  margin-bottom: 30px;
  font-size: 1.3em;
  line-height: 2;
}
.p-company .more-btn {
  position: absolute;
  bottom: 50px;
  right: 7vw;
}
@media (min-width: 768px) {
  .p-company {
    min-height: 700px;
    background-attachment: fixed;
  }
}
@media (min-width: 1024px) {
  .p-company {
    padding: 100px 0;
    height: calc(100vh - 90px);
  }
  .p-company__desc h3 {
    font-size: 1.6em;
  }
  .p-company .more-btn {
    bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .p-company {
    padding: 120px 0;
    min-height: 800px;
  }
  .p-company .more-btn {
    right: 12vw;
  }
}
@media (min-width: 1500px) {
  .p-company {
    max-height: 800px;
  }
  .p-company .more-btn {
    right: auto;
    left: calc(50% + 500px);
    transform: translateX(-50%);
  }
}

.p-contact {
  position: relative;
  z-index: 10;
  padding: 80px 0;
}
.p-contact__desc {
  color: #fff;
  position: relative;
  z-index: 10;
  font-weight: 500;
  margin-bottom: 45px;
}
.p-contact__desc p {
  margin-bottom: 15px;
}
.p-contact__list__item {
  margin-bottom: 15px;
}
.p-contact__list__item:last-child {
  margin-bottom: 0;
}
.p-contact__btn a {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 380px;
  padding: 20px 25px;
  border-radius: 9999px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  position: relative;
}
.p-contact__btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/tel-white.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.p-contact__btn a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-contact__btn a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.p-contact__btn a span {
  font-size: 1.2em;
  font-weight: 600;
}
.p-contact__btn.form a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-contact__btn.line a::before {
  width: 22px;
  height: 22px;
  left: 29px;
  background-image: url(../images/common/sns.svg);
}
@media (min-width: 768px) {
  .p-contact__btn a {
    padding: 25px;
  }
  .p-contact__btn a span {
    font-size: 1.3em;
  }
  .p-contact__btn a::before {
    width: 24px;
    height: 24px;
    left: 40px;
  }
  .p-contact__btn.line a::before {
    width: 28px;
    height: 28px;
    left: 38px;
  }
}
@media (min-width: 1024px) {
  .p-contact {
    padding: 100px 0;
  }
  .p-contact .c-container, .p-contact .p-service .p-title, .p-service .p-contact .p-title, .p-contact .p-service__list__item .Wrap, .p-service__list__item .p-contact .Wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .p-contact .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    display: block;
  }
  .p-contact .p-title .ja {
    margin-left: 0;
  }
  .p-contact__desc {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .p-contact__list {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
  }
  .p-contact__list__item {
    margin-bottom: 20px;
  }
  .p-contact__btn a {
    margin: 0;
    width: 100%;
    max-width: 450px;
  }
}

.p-footer {
  padding: 60px 0 0;
  position: relative;
  z-index: 10;
}
.p-footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a5276;
  opacity: 0.8;
}
.p-footer__logo {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.p-footer__logo img {
  width: 85%;
  max-width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__address {
  position: relative;
  z-index: 10;
}
.p-footer__address h3 {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-footer__nav {
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 35px;
}
.p-footer__list__item {
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 500;
}
.p-footer__list__item a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__list__item a:hover {
    opacity: 0.7;
  }
}
.p-footer__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-top: 15px;
}
.p-footer__sub__item {
  font-size: 0.8em;
}
.p-footer__sub__item a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__sub__item a:hover {
    opacity: 0.7;
  }
}
.p-footer .copyright {
  position: relative;
  z-index: 10;
  border-top: 1px solid #ccc;
  padding: 20px 6vw;
}
.p-footer .copyright .text {
  color: #ccc;
  font-size: 12px;
  text-align: right;
}
@media (min-width: 768px) {
  .p-footer__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-footer__list__item {
    flex-basis: 18%;
  }
  .p-footer__list__item:nth-child(1) {
    flex-basis: 20%;
  }
  .p-footer__list__item:nth-child(3) {
    flex-basis: 26%;
  }
  .p-footer__sub {
    display: block;
    margin-top: 15px;
  }
  .p-footer__sub__item {
    font-size: 0.8em;
    margin-bottom: 7px;
  }
}
@media (min-width: 1024px) {
  .p-footer {
    padding: 80px 0 0;
  }
  .p-footer .c-container, .p-footer .p-service .p-title, .p-service .p-footer .p-title, .p-footer .p-service__list__item .Wrap, .p-service__list__item .p-footer .Wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-footer__logo img {
    width: 100%;
  }
  .p-footer__address h3 {
    font-size: 1.5em;
    margin-bottom: 8px;
  }
  .p-footer__nav {
    flex: 1;
  }
  .p-footer__wrap {
    margin-right: 5vw;
  }
  .p-footer__list__item {
    font-size: 1.2em;
    flex-basis: 50%;
  }
  .p-footer__list__item:nth-child(1) {
    flex-basis: 50%;
  }
  .p-footer__list__item:nth-child(3) {
    flex-basis: 100%;
  }
  .p-footer__sub {
    display: flex;
    margin: 15px 0;
    gap: 10px 30px;
  }
  .p-footer__sub__item {
    font-size: 0.7em;
    margin-bottom: 0px;
  }
  .p-footer .copyright {
    font-size: 14px;
    padding: 30px 6vw;
  }
}
@media (min-width: 1280px) {
  .p-footer__logo img {
    max-width: 420px;
  }
  .p-footer__wrap {
    margin-right: 8vw;
  }
  .p-footer .copyright {
    padding: 30px 8vw;
  }
}
@media (min-width: 1500px) {
  .p-footer__wrap {
    margin-right: 120px;
  }
  .p-footer .copyright {
    padding: 30px 0;
  }
  .p-footer .copyright .text {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.c-message__img {
  margin: 0 -6vw 40px;
  aspect-ratio: 4/3;
}
.c-message__desc h3 {
  font-size: 1.3em;
  line-height: 2;
  margin-bottom: 20px;
}
.c-message__desc p {
  margin-bottom: 15px;
}
.c-message__name {
  margin-top: 40px;
  text-align: right;
}
.c-message__name .name {
  display: block;
  font-size: 1.1em;
  line-height: 2;
}
@media (min-width: 768px) {
  .c-message__img {
    margin: 0 -6vw 50px;
    aspect-ratio: 16/9;
  }
  .c-message__desc h3 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .c-message__name {
    margin-top: 50px;
  }
  .c-message__name .name {
    font-size: 1.2em;
  }
}
@media (min-width: 1024px) {
  .c-message .c-container, .c-message .p-service .p-title, .p-service .c-message .p-title, .c-message .p-service__list__item .Wrap, .p-service__list__item .c-message .Wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-message__img {
    flex-basis: calc(38% + 6vw);
    margin: 0 0 0 -6vw;
    display: flex;
    align-items: flex-start;
  }
  .c-message__img img {
    width: 100%;
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-message__desc {
    flex-basis: 58%;
    align-self: center;
  }
}
@media (min-width: 1280px) {
  .c-message__img {
    flex-basis: calc(38% + 8vw);
    margin: 0 0 0 -8vw;
  }
  .c-message__img img {
    height: 70%;
  }
  .c-message__desc h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1500px) {
  .c-message__img {
    flex-basis: 38%;
    margin: 0;
  }
  .c-message__img img {
    height: 60%;
  }
}

.c-philosophy {
  padding: 50px 0;
  background: url(../images/new/bg-1.webp) no-repeat center/cover;
  position: relative;
}
.c-philosophy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a5276;
  opacity: 0.5;
}
.c-philosophy .c-title {
  text-align: center;
}
.c-philosophy .c-title .en {
  padding-left: 0;
}
.c-philosophy .c-title .en::before {
  display: none;
}
.c-philosophy__list {
  position: relative;
  z-index: 10;
  color: #fff;
}
.c-philosophy__list__item {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.c-philosophy__list__item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-philosophy__list__item h3 {
  margin-bottom: 30px;
}
.c-philosophy__list__item h3 .en {
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 500;
}
.c-philosophy__list__item h3 .ja {
  font-size: 0.9em;
  font-weight: 400;
  display: block;
  padding-left: 25px;
  position: relative;
}
.c-philosophy__list__item h3 .ja::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-philosophy__list__item h4 {
  text-align: center;
  font-size: 1.1em;
  line-height: 2;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 600;
  text-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
.c-philosophy__list__item h4::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #cce8f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-philosophy__list__item .Desc {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-philosophy__list__item .Desc h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  flex-basis: 120px;
}
.c-philosophy__list__item .Desc p {
  flex: 1;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .c-philosophy {
    padding: 60px 0;
  }
  .c-philosophy__list__item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .c-philosophy__list__item h3 {
    display: flex;
    align-items: baseline;
  }
  .c-philosophy__list__item h3 .ja {
    display: inline-block;
    margin-left: 20px;
  }
  .c-philosophy__list__item h4 {
    font-size: 1.2em;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .c-philosophy__list__item h4 br {
    display: none;
  }
  .c-philosophy__list__item h4::before {
    width: 90px;
  }
  .c-philosophy__list__item .Desc {
    align-items: center;
  }
  .c-philosophy__list__item .Desc h4 {
    flex-basis: 180px;
  }
  .c-philosophy__list__item .Desc p {
    padding-top: 0px;
  }
  .c-philosophy__list__item .Desc p br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-philosophy {
    padding: 80px 0;
    background-attachment: fixed;
    background-image: url(../images/new/bg-2.webp);
  }
  .c-philosophy__list__item h3 {
    margin-bottom: 40px;
  }
  .c-philosophy__list__item h3 .en {
    font-size: 1.6em;
  }
  .c-philosophy__list__item h3 .ja {
    font-size: 1em;
    padding-left: 40px;
  }
  .c-philosophy__list__item h3 .ja::before {
    width: 30px;
  }
  .c-philosophy__list__item h4 {
    font-size: 1.4em;
  }
  .c-philosophy__list__item .List {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .c-philosophy__list__item .List .Desc {
    margin-bottom: 0;
  }
  .c-philosophy__list__item .List .Desc h4 {
    font-size: 1.2em;
    text-align: left;
    flex-basis: 140px;
  }
  .c-philosophy__list__item .List .Desc h4::before {
    right: auto;
  }
  .c-philosophy__list__item .List .Desc p br {
    display: block;
  }
}
@media (min-width: 1280px) {
  .c-philosophy .c-container, .c-philosophy .p-service .p-title, .p-service .c-philosophy .p-title, .c-philosophy .p-service__list__item .Wrap, .p-service__list__item .c-philosophy .Wrap {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.c-history__desc p {
  margin-bottom: 25px;
  line-height: 2.2;
}
.c-history__desc p .onlyPC {
  display: none;
}
.c-history__parallax {
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-top: 80px;
}
.c-history__parallax-inner {
  height: 130%;
  background-image: url(../images/new/bg-3.webp);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .c-history__desc {
    text-align: center;
  }
  .c-history__desc p {
    margin-bottom: 45px;
    line-height: 2;
  }
  .c-history__desc p .onlyPC {
    display: block;
  }
  .c-history__parallax {
    height: 500px;
    aspect-ratio: auto;
    margin-top: 80px;
  }
  .c-history__parallax-inner {
    height: 130%;
    background-image: url(../images/new/bg-4.webp);
    background-attachment: fixed;
  }
}
@media (min-width: 1280px) {
  .c-history__parallax {
    height: 700px;
  }
}

.c-about__desc {
  margin-bottom: 40px;
}
.c-about__desc table {
  width: 100%;
}
.c-about__desc tr {
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.c-about__desc th {
  font-size: 0.85em;
  padding-right: 8px;
  flex-basis: 40%;
  max-width: 180px;
  display: flex;
  align-items: center;
  text-align: left;
  color: #fff;
}
.c-about__desc td {
  flex: 1;
  font-size: 0.9em;
  color: #fff;
}
.c-about__desc td a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-about__desc td b.top {
  display: inline-block;
  margin-top: 5px;
}
.c-about__map__item {
  margin-bottom: 30px;
}
.c-about__map__item h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.c-about__map__item h3::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-about__map__item .g-map {
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.c-about__map__item .g-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
.c-about__map__item .g-map {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-about__map__item .g-map:hover iframe {
    filter: grayscale(0%);
  }
}
@media (min-width: 768px) {
  .c-about__desc {
    margin-bottom: 50px;
  }
  .c-about__desc tr {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .c-about__desc th {
    font-size: 1em;
    padding-right: 15px;
    flex-basis: 40%;
    max-width: 220px;
  }
  .c-about__desc td {
    font-size: 1em;
  }
  .c-about__map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .c-about__map__item {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-about__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c-about__desc {
    flex-basis: 58%;
    margin-bottom: 0;
  }
  .c-about__map {
    flex-basis: 38%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .c-about__map .g-map {
    aspect-ratio: 3/2;
  }
}
@media (min-width: 1280px) {
  .c-about__map .g-map {
    aspect-ratio: 2/1;
  }
}

.c-service__img {
  aspect-ratio: 4/3;
  margin-bottom: 40px;
}
.c-service__desc h3 {
  font-size: 1.4em;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 20px;
}
.c-service__desc p {
  margin-bottom: 15px;
}
.c-service__desc .more-btn {
  margin-top: 30px;
  text-align: right;
}
@media (min-width: 768px) {
  .c-service__wrap {
    display: flex;
    justify-content: center;
  }
  .c-service__img {
    flex-basis: 40%;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
  }
  .c-service__img img {
    width: 100%;
    height: 70%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-service__desc {
    flex-basis: 60%;
  }
  .c-service__desc .c-container, .c-service__desc .p-service .p-title, .p-service .c-service__desc .p-title, .c-service__desc .p-service__list__item .Wrap, .p-service__list__item .c-service__desc .Wrap {
    padding: 0 5vw;
  }
}
@media (min-width: 1280px) {
  .c-service__img {
    flex-basis: 45%;
  }
  .c-service__img img {
    height: 100%;
  }
  .c-service__desc {
    flex-basis: 55%;
  }
  .c-service__desc h3 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .c-service__desc p {
    margin-bottom: 20px;
  }
  .c-service__desc .more-btn {
    margin-top: 45px;
  }
  .c-service__desc .c-container, .c-service__desc .p-service .p-title, .p-service .c-service__desc .p-title, .c-service__desc .p-service__list__item .Wrap, .p-service__list__item .c-service__desc .Wrap {
    padding: 0 5vw;
  }
}
@media (min-width: 1500px) {
  .c-service__wrap {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-service__desc .c-container, .c-service__desc .p-service .p-title, .p-service .c-service__desc .p-title, .c-service__desc .p-service__list__item .Wrap, .p-service__list__item .c-service__desc .Wrap {
    padding: 0 80px;
  }
}

.category-list h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 15px;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.category-list ul li {
  font-size: 0.9em;
  position: relative;
}
.category-list ul li a {
  color: #fff;
}
.category-list ul li.current-cat a, .category-list ul li.current-cat-parent a {
  text-decoration: underline;
  font-weight: bold;
}
@media (min-width: 768px) {
  .category-list h4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1024px) {
  .category-list {
    grid-row: 1/3;
    grid-column: 1/2;
    margin-right: 5vw;
  }
  .category-list ul {
    display: block;
  }
  .category-list ul li {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
@media (min-width: 1280px) {
  .category-list {
    margin-right: 8vw;
  }
  .category-list h4 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 10vw 0;
}
@media (min-width: 768px) {
  .pagination {
    margin: 4vw 0 8vw;
  }
}
@media (min-width: 1024px) {
  .pagination {
    margin: 60px 0 80px;
  }
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination .page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 2px;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .pagination .page-numbers .page-numbers {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}
.pagination .page-numbers .page-numbers.current {
  background-color: #0099cc;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}
.pagination .page-numbers .page-numbers:not(.current):not(.dots):hover {
  background-color: rgba(0, 153, 204, 0.08);
}
.pagination .page-numbers .page-numbers.dots {
  width: 24px;
  cursor: default;
  color: #aaa;
}
.pagination .page-numbers .page-numbers.prev, .pagination .page-numbers .page-numbers.next {
  width: auto;
  padding: 0 4px;
  gap: 6px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .pagination .page-numbers .page-numbers.prev, .pagination .page-numbers .page-numbers.next {
    font-size: 13px;
  }
}
.pagination .page-numbers .page-numbers.prev:hover, .pagination .page-numbers .page-numbers.next:hover {
  color: #0099cc;
  background: transparent;
}
.pagination .page-numbers .page-numbers.prev {
  margin-right: 8px;
}
.pagination .page-numbers .page-numbers.next {
  margin-left: 8px;
}

.c-news-sl {
  padding-top: 80px;
}
.c-news-sl__tit h3 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 8px;
}
.c-news-sl__date {
  color: #888;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl .more-btn {
  text-align: right;
}
@media (min-width: 768px) {
  .c-news-sl {
    padding-top: 100px;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 1024px) {
  .c-news-sl {
    padding-top: 130px;
  }
  .c-news-sl .c-container, .c-news-sl .p-service .p-title, .p-service .c-news-sl .p-title, .c-news-sl .p-service__list__item .Wrap, .p-service__list__item .c-news-sl .Wrap {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1280px) {
  .c-news-sl {
    padding-top: 150px;
  }
  .c-news-sl .c-container, .c-news-sl .p-service .p-title, .p-service .c-news-sl .p-title, .c-news-sl .p-service__list__item .Wrap, .p-service__list__item .c-news-sl .Wrap {
    max-width: 1000px;
  }
}
@media (min-width: 1500px) {
  .c-news-sl .c-container, .c-news-sl .p-service .p-title, .p-service .c-news-sl .p-title, .c-news-sl .p-service__list__item .Wrap, .p-service__list__item .c-news-sl .Wrap {
    max-width: 1200px;
  }
  .c-news-sl__contents {
    padding: 50px 0;
  }
}

.wp-categories {
  margin-bottom: 20px;
}
.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-categories ul li a {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  background-color: #1a5276;
  border: 1px solid #1a5276;
  padding: 3px 12px;
  border-radius: 9999px;
}
@media (min-width: 1024px) {
  .wp-categories ul li a {
    padding: 5px 18px;
  }
}

.c-contact-text {
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-contact-text {
    text-align: center;
  }
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #eee;
  padding: 8px 10px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: none;
  background-color: #eee;
  padding: 8px 10px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 25px;
}
.c-contact .contact-form dt {
  font-size: 1.1em;
  font-weight: 500;
}
.c-contact .contact-form .must {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-bottom: 8px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 0.9em;
  color: #fff;
  margin-left: 10px;
  background-color: #1a5276;
  padding: 2px 10px;
  border-radius: 5px;
}
.c-contact .contact-form .free {
  padding-bottom: 8px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .ms-1 {
  color: #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px 0 15px;
}
.c-contact .contact-form .privacy {
  font-size: 1.1em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-contact .contact-form .privacy a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-contact .contact-form .privacy a:hover {
    opacity: 0.7;
  }
}
.c-contact .contact-form .submit-btn {
  text-align: center;
  font-size: 1.1em;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #fff;
  background-color: #e9e9e9;
}
.c-contact .contact-form .submit-btn input {
  border: 1px solid #fff;
  background-color: #0099cc;
  color: #fff;
  width: 70%;
  max-width: 320px;
  font-weight: bold;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
.c-contact .contact-form .wpcf7-not-valid-tip {
  color: #ccc;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .c-contact .contact-form .wrap {
    max-width: 540px;
    margin: 0 auto;
  }
  .c-contact .contact-form dl {
    padding-bottom: 35px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 55px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 1024px) {
  .c-contact .contact-form input, .c-contact .contact-form textarea {
    padding: 12px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form select {
    height: 55px;
    padding: 12px;
  }
  .c-contact .contact-form .submit-btn input {
    height: 64px;
  }
}
@media (min-width: 1280px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 40px;
  }
  .c-contact .contact-form .must {
    padding-bottom: 12px;
  }
  .c-contact .contact-form .free {
    padding-bottom: 12px;
  }
  .c-contact .contact-form .submit-btn input {
    max-width: 350px;
    height: 70px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 50px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item h3 {
  font-size: 1.1em;
  line-height: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-privacy {
    margin-top: 60px;
  }
  .c-privacy-item h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 1024px) {
  .c-privacy {
    margin-top: 80px;
  }
  .c-privacy-item {
    margin-bottom: 45px;
  }
  .c-privacy-desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .c-privacy-desc {
    max-width: 1000px;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 8px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo-wh.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 36px;
  width: 250px;
  opacity: 1;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-header .logo__img {
    margin: 10px 10px 0 15px;
  }
  .p-header .logo {
    height: 43px;
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    height: 100px;
    transition: all 0.3s ease;
  }
  .p-header .pc-container__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    max-width: 1500px;
    margin: 0 auto;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    padding: 10px 4.5vw 0 0;
  }
  .p-header .pc-container .pc-nav-item a {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-nav-item a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  .p-header .pc-container .pc-nav-item small {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
  }
  .p-header .pc-container .pc-nav-item.contact-btn {
    background-color: #1a5276;
    color: #fff;
    padding: 6px 30px;
    border-radius: 9999px;
    margin: 10px 3vw 0 0;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-nav-item.contact-btn:hover {
    background-color: #fff;
  }
  .p-header .pc-container .pc-nav-item.contact-btn:hover a {
    color: #0099cc;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .p-header .pc-container .logo__img {
    margin: 0px 10px 0px 15px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 40px;
    width: 280px;
  }
  .p-header .pc-container .hoverItem {
    position: relative;
  }
  .p-header .pc-container .hoverItem p {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    padding-bottom: 4px;
  }
  .p-header .pc-container .hoverItem p::before {
    position: absolute;
    top: 3px;
    right: -20px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
  }
  .p-header .pc-container .hoverItem p {
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .hoverItem p:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .p-header .pc-container .hoverItem .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 110%;
    left: -50%;
    width: 240px;
    padding: 15px 10px 5px;
    border: 1px solid #fff;
    background-color: rgba(26, 82, 118, 0.9019607843);
    border-radius: 5px;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .hoverItem .dropDown li {
    margin-bottom: 10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ccc;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .hoverItem .dropDown li:hover {
    opacity: 0.3;
  }
  .p-header .pc-container .hoverItem .dropDown li a {
    font-size: 0.8em;
    font-weight: 500;
  }
  .p-header .pc-container .hoverItem .dropDown li a span {
    color: #fff;
  }
  .p-header .pc-container .hoverItem .dropDown li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-header .pc-container .hoverItem:hover p {
    cursor: pointer;
  }
  .p-header .pc-container .hoverItem:hover p::before {
    transform: rotate(-45deg);
  }
  .p-header .pc-container .hoverItem:hover .dropDown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-header .pc-container .hoverItem:hover .dropDown li {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(5) {
    transition-delay: 0.5s;
  }
}
@media (min-width: 1280px) {
  .p-header .pc-container .logo__img {
    margin: 0px 10px 0px 25px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 45px;
    width: 300px;
  }
  .p-header .pc-container .pc-nav-item {
    padding-right: 60px;
  }
  .p-header .pc-container .pc-nav-item a {
    font-size: 1em;
  }
  .p-header .pc-container .pc-nav-item.contact-btn {
    padding: 6px 30px;
    margin-right: 50px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #eef4f9;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding: 90px 0 50px;
}
.mobile-menu__item {
  margin: 0 8vw 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
  font-size: 1.1em;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
}
.mobile-menu__item::before {
  content: "";
  width: 25px;
  height: 18px;
  border-radius: 5px;
  background-color: #0099cc;
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 0;
  margin: auto;
}
.mobile-menu__item::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 9px;
  margin: auto;
  transform: rotate(45deg);
}
.mobile-menu__item span {
  display: flex;
  align-items: baseline;
}
.mobile-menu__item small {
  font-size: 0.85em;
  color: #006fa3;
  display: inline-block;
  margin-left: 15px;
}
.mobile-menu__item--has-child {
  padding-bottom: 0;
}
.mobile-menu__item--has-child::before, .mobile-menu__item--has-child::after {
  display: none;
}
.mobile-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
  color: rgb(39, 39, 39);
}
.mobile-menu__link::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0099cc;
  border-right: 2px solid #0099cc;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
  margin-right: 8px;
}
.mobile-menu__link.is-active::after {
  transform: rotate(-45deg);
}
.mobile-menu__sub-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  list-style: none;
}
.mobile-menu__sub-list.is-open {
  max-height: 400px;
}
.mobile-menu__sub-item a {
  display: block;
  padding: 1em 1em 1em 30px;
  font-size: 0.85em;
  color: rgb(39, 39, 39);
  letter-spacing: 1px;
  font-weight: 400;
  border-top: 1px solid rgba(136, 136, 136, 0.4);
  position: relative;
}
.mobile-menu__sub-item a::before {
  content: "";
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background-color: #0099cc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mobile-menu a {
  color: rgb(39, 39, 39);
}
@media (min-width: 768px) {
  .mobile-menu__list {
    padding: 120px 0 50px;
  }
  .mobile-menu__item {
    font-size: 1.2em;
  }
  .mobile-menu__item::before {
    width: 45px;
    height: 28px;
    bottom: 15px;
  }
  .mobile-menu__item::after {
    width: 10px;
    height: 10px;
    bottom: 15px;
    right: 18px;
  }
  .mobile-menu__item small {
    margin: 0 0 0 15px;
  }
  .mobile-menu__link::after {
    width: 13px;
    height: 13px;
    margin-right: 18px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 64px;
  transition: all 0.3s ease;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  padding: 20px 17px;
  background-color: #1a5276;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
  transition: all 0.3s ease;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mobile-container {
    height: 75px;
  }
  .mobile-container .mobile-menu__btn {
    width: 75px;
    height: 75px;
    padding: 20px;
  }
  .mobile-container .mobile-menu__btn > span {
    width: 34px;
    margin-bottom: 9px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}
@media (min-width: 768px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(11px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-11px) rotate(-135deg);
  }
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear.float .item {
  transform: translateY(40px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.float .item {
  transform: translateY(40px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear.float .item {
  transform: translateY(40px);
  filter: blur(4px);
}
.appear.float.inview .item {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.appear.float.inview .item:nth-child(1) {
  transition-delay: 0.7s;
}
.appear.float.inview .item:nth-child(2) {
  transition-delay: 1.4s;
}
.appear.float.inview .item:nth-child(3) {
  transition-delay: 2.1s;
}
.appear.float.inview .item:nth-child(4) {
  transition-delay: 2.8s;
}
.appear.float.inview .item:nth-child(5) {
  transition-delay: 3.5s;
}
.appear.float.inview .item:nth-child(6) {
  transition-delay: 4.2s;
}
.appear.float.inview .item:nth-child(7) {
  transition-delay: 4.9s;
}
.appear.float.inview .item:nth-child(8) {
  transition-delay: 5.6s;
}
.appear.float.inview .item:nth-child(9) {
  transition-delay: 6.3s;
}
.appear.float.inview .item:nth-child(10) {
  transition-delay: 7s;
}
.appear.float.inview .item:nth-child(11) {
  transition-delay: 7.7s;
}
.appear.float.inview .item:nth-child(12) {
  transition-delay: 8.4s;
}
.appear.float.inview .item:nth-child(13) {
  transition-delay: 9.1s;
}
.appear.float.inview .item:nth-child(14) {
  transition-delay: 9.8s;
}
.appear.float.inview .item:nth-child(15) {
  transition-delay: 10.5s;
}
.appear.float.inview .item:nth-child(16) {
  transition-delay: 11.2s;
}
.appear.float.inview .item:nth-child(17) {
  transition-delay: 11.9s;
}
.appear.float.inview .item:nth-child(18) {
  transition-delay: 12.6s;
}
.appear.float.inview .item:nth-child(19) {
  transition-delay: 13.3s;
}
.appear.float.inview .item:nth-child(20) {
  transition-delay: 14s;
}
.appear.float.inview .item:nth-child(21) {
  transition-delay: 14.7s;
}
.appear.float.inview .item:nth-child(22) {
  transition-delay: 15.4s;
}
.appear.float.inview .item:nth-child(23) {
  transition-delay: 16.1s;
}
.appear.float.inview .item:nth-child(24) {
  transition-delay: 16.8s;
}
.appear.float.inview .item:nth-child(25) {
  transition-delay: 17.5s;
}
.appear.float.inview .item:nth-child(26) {
  transition-delay: 18.2s;
}
.appear.float.inview .item:nth-child(27) {
  transition-delay: 18.9s;
}
.appear.float.inview .item:nth-child(28) {
  transition-delay: 19.6s;
}
.appear.float.inview .item:nth-child(29) {
  transition-delay: 20.3s;
}
.appear.float.inview .item:nth-child(30) {
  transition-delay: 21s;
}
.appear.float.inview .item:nth-child(31) {
  transition-delay: 21.7s;
}
.appear.float.inview .item:nth-child(32) {
  transition-delay: 22.4s;
}
.appear.float.inview .item:nth-child(33) {
  transition-delay: 23.1s;
}
.appear.float.inview .item:nth-child(34) {
  transition-delay: 23.8s;
}
.appear.float.inview .item:nth-child(35) {
  transition-delay: 24.5s;
}
.appear.float.inview .item:nth-child(36) {
  transition-delay: 25.2s;
}
.appear.float.inview .item:nth-child(37) {
  transition-delay: 25.9s;
}
.appear.float.inview .item:nth-child(38) {
  transition-delay: 26.6s;
}
.appear.float.inview .item:nth-child(39) {
  transition-delay: 27.3s;
}

.appear.float .item {
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), filter 1.4s ease;
}

.faq .ac-title.is-active {
  transition: all 3s;
}
.faq .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */