@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;700&family=Hind:wght@300;400;500;600;700&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-sky: #3399cc;
  --color-blue: #003366;
  --color-dark-blue: #003366;
  --color-gray: #c8c8c8;
  --color-gray-dark: #999;
  --color-red: #ff3333;
  --color-button-bg: #0099cc;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(90deg, rgba(8, 190, 242, 1) 0%, rgba(9, 129, 206, 1) 100%);
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(90deg, rgba(22, 137, 204, 1) 0%, rgba(22, 137, 204, 1) 100%);
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(90deg, rgba(9, 152, 211, 1) 0%, rgba(7, 72, 169, 1) 100%);
}

:root {
  --delay: 0;
  --duration: 1200ms;
  --iterations: 1;
}

html, body {
  font-family: var(--font-family--gothic);
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .pc {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .pc {
    display: none !important;
  }
}

a {
  color: black;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

p {
  line-height: 2;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1224px;
  }
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.vk-mobile-nav-menu-btn {
  width: 30px;
  height: 30px;
  right: 8px;
  left: auto;
  background: none;
  border: none;
  border-bottom: 2px solid #0A1C65;
  border-radius: 0;
}
.vk-mobile-nav-menu-btn::before, .vk-mobile-nav-menu-btn::after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  display: block;
  background: #0A1C65;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.vk-mobile-nav-menu-btn::before {
  top: 10px;
}
.vk-mobile-nav-menu-btn::after {
  top: 19px;
}
.vk-mobile-nav-menu-btn.menu-open {
  background: none;
  border-bottom: none;
}
.vk-mobile-nav-menu-btn.menu-open::before, .vk-mobile-nav-menu-btn.menu-open::after {
  background: white;
  top: 14px;
}
.vk-mobile-nav-menu-btn.menu-open::before {
  transform: rotate(45deg);
}
.vk-mobile-nav-menu-btn.menu-open::after {
  transform: rotate(-45deg);
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
  color: white;
}

.l-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
}
@media (min-width: 992px) {
  .l-site-header {
    height: 100px;
  }
}

.admin-bar .l-site-header {
  top: 46px;
}
@media (min-width: 992px) {
  .admin-bar .l-site-header {
    top: 32px;
  }
}

.l-site-header-container {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .l-site-header-container {
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .l-site-header-container {
    padding-left: min(3vw, 86px);
    padding-right: min(2vw, 40px);
  }
}

.l-site-header-logo {
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0;
}
.l-site-header-logo a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-site-header-logo a:hover {
  color: black;
}
.l-site-header-logo__mark {
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (min-width: 992px) {
  .l-site-header-logo__mark {
    font-size: 18px;
  }
}
.l-site-header-logo__mark img {
  display: block;
  margin: auto;
  width: 30px;
}
@media (min-width: 992px) {
  .l-site-header-logo__mark img {
    width: 50px;
  }
}
.l-site-header-logo__name {
  font-size: 15px;
  font-weight: 900;
  color: #0A1C65;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .l-site-header-logo__name {
    display: none;
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .l-site-header-logo__name {
    display: block;
  }
}
.l-site-header-logo__name .rubi {
  display: block;
  font-family: var(--font-family--min);
  font-size: 10px;
}
@media (min-width: 1400px) {
  .l-site-header-logo__name .rubi {
    font-size: 15px;
  }
}

.vk-mobile-nav {
  background: var(--color-blue);
}

.page-header {
  background: var(--color-blue);
}
.page-header.has-bg {
  display: block;
}
@media (min-width: 992px) {
  .page-header.has-bg {
    height: 450px;
  }
}
.page-header.has-bg img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .page-header.has-bg img {
    height: 100%;
  }
}
.page-header.has-bg .page-header-inner-title {
  height: 90px;
}
@media (min-width: 992px) {
  .page-header.has-bg .page-header-inner-title {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: calc(50% - 126px);
    height: 200px;
  }
}
.page-header .page-header-inner-title {
  display: grid;
  place-content: center;
  margin: auto;
  background: var(--color-blue);
}
.page-header .page-header-title {
  font-family: var(--font-family--min);
  font-size: 18px;
  color: white;
}
@media (min-width: 992px) {
  .page-header .page-header-title {
    font-size: 40px;
    line-height: 1.3;
  }
}

.page-header {
  margin-top: 50px !important;
}
@media (min-width: 992px) {
  .page-header {
    margin-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .global-nav-list {
    gap: 1.5em;
  }
}
@media (min-width: 1200px) {
  .global-nav-list {
    gap: 2.5em;
  }
}
@media (min-width: 1400px) {
  .global-nav-list {
    gap: 2.5em;
  }
}
.global-nav-list > li a {
  color: #0A1C65;
}
@media (min-width: 992px) {
  .global-nav-list > li a {
    padding: 0;
  }
}
.global-nav-list > li .global-nav-name {
  font-size: 16px;
  font-weight: 900;
}
.device-pc .global-nav-list > li {
  cursor: pointer;
}
.device-pc .global-nav-list > li > a {
  padding: 0;
}
@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 1em 0;
  }
}
.device-pc .global-nav-list > li .sub-menu {
  margin-left: 0;
  left: 0;
  background: var(--color-blue);
  width: auto;
  white-space: nowrap;
}
.device-pc .global-nav-list > li .sub-menu li {
  font-size: 14px;
}
.device-pc .global-nav-list > li .sub-menu li a {
  color: white;
}

.global-nav--layout--float-right {
  margin-right: 20px;
}

.l-site-header-buttons {
  display: none;
}
@media (min-width: 992px) {
  .l-site-header-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
}
.l-site-header-buttons__tel {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-blue);
  display: none;
}
@media (min-width: 1200px) {
  .l-site-header-buttons__tel {
    display: block;
  }
}
.l-site-header-buttons__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: white;
  width: 198px;
  height: 52px;
  font-size: 16px;
  font-weight: 900;
  color: #0A1C65;
  border: 1px solid #0A1C65;
  border-radius: 30px;
}
.l-site-header-buttons__mail:hover {
  background: #0A1C65;
  color: white;
}
.l-site-header-buttons__mail:hover img {
  filter: invert(1) brightness(2);
}

@media (min-width: 992px) {
  .page-header.has-bg + .breadcrumb {
    padding-left: calc(50% - 126px);
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .page-header.has-bg + .breadcrumb .container {
    display: flex;
    align-items: center;
    height: 80px;
  }
}

@media (min-width: 992px) {
  .breadcrumb-list {
    font-size: 14px;
  }
}
.breadcrumb-list li::after {
  content: "＞";
}
.breadcrumb-list .fa-home {
  display: none;
}

.l-site-footer {
  background: #00084F;
  color: white;
  padding-top: 78px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .l-site-footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.l-site-footer a {
  color: white;
}

.l-site-footer-content {
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .l-site-footer-content {
    display: flex;
    justify-content: space-between;
  }
}

.l-site-footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .l-site-footer-info {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.l-site-footer-info__name {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .l-site-footer-info__name {
    display: flex;
    align-items: flex-end;
    gap: 20PX;
    margin-bottom: 26px;
  }
}
.l-site-footer-info__logo {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .l-site-footer-info__logo {
    font-size: 16px;
    margin-bottom: 0;
    width: 50px;
  }
}
.l-site-footer-info__logo img {
  display: block;
  width: 46px;
  margin: auto;
}
@media (min-width: 992px) {
  .l-site-footer-info__logo img {
    width: 50px;
  }
}
.l-site-footer-info__company-name {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .l-site-footer-info__company-name {
    font-size: 30px;
  }
}
.l-site-footer-info__company-name .rubi {
  font-family: var(--font-family--min);
  font-size: 10px;
}
.l-site-footer-info__address {
  text-align: center;
}
@media (min-width: 992px) {
  .l-site-footer-info__address {
    display: flex;
    gap: 1em;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.6em;
  }
}
.l-site-footer-info__address p {
  margin: 0;
}
.l-site-footer-info__tel {
  font-size: 14px;
}
@media (min-width: 992px) {
  .l-site-footer-info__tel {
    font-size: 16px;
  }
}
.l-site-footer-info-time {
  font-size: 12px;
}
@media (min-width: 992px) {
  .l-site-footer-info-time {
    font-size: 14px;
  }
}

.l-site-footer-copyright {
  font-size: 12px;
  text-align: center;
  color: white;
}
@media (min-width: 992px) {
  .l-site-footer-copyright {
    font-size: 14px;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 992px) {
  .footer-nav {
    display: block;
    width: 50%;
    margin-bottom: 48px;
    padding: 0;
  }
}
.footer-nav .footer-nav-list {
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 1em;
}
.footer-nav .footer-nav-list li {
  color: white;
  padding: 0;
  position: relative;
}
.footer-nav .footer-nav-list li a {
  color: white;
}

.p-footer-cta {
  background: url("../images/common/bg_cta.jpg") center left no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 42px;
}
@media (min-width: 992px) {
  .p-footer-cta {
    background: url("../images/common/bg_cta.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-footer-cta .container {
  max-width: 1350px;
}
@media (min-width: 992px) {
  .p-footer-cta .container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
.p-footer-cta__header {
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-footer-cta__header {
    margin-bottom: 8px;
    flex-grow: 1;
    text-align: left;
  }
}
.p-footer-cta__header-en {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #999;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .p-footer-cta__header-en {
    font-size: 100px;
  }
}
.p-footer-cta-title-main {
  font-family: "Times New Roman", Serif;
  font-size: 50px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-footer-cta-title-main {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
.p-footer-cta-title-sub {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-footer-cta-title-sub {
    font-size: 22px;
  }
}
.p-footer-cta-desc {
  font-size: 14px;
}
@media (min-width: 992px) {
  .p-footer-cta-desc {
    font-size: 20px;
  }
}
.p-footer-cta-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 14px;
}
@media (min-width: 992px) {
  .p-footer-cta-tel {
    justify-content: flex-start;
    font-size: 26px;
  }
}

.p-footer-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 992px) {
  .p-footer-cta-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 65px;
    flex-grow: 1;
  }
}
.p-footer-cta-buttons .c-gradation-button {
  width: 240px;
  height: 52px;
}
@media (min-width: 992px) {
  .p-footer-cta-buttons .c-gradation-button {
    width: 320px;
    height: 80px;
  }
}
.p-footer-cta-buttons .c-gradation-button span.text {
  padding-top: 3px;
}
@media (min-width: 992px) {
  .p-footer-cta-buttons .c-gradation-button span.text {
    font-size: 22px;
    padding-top: 4px;
  }
}

.p-footer-cta-button {
  width: 290px;
  max-width: 100%;
  height: 78px;
  background: var(--color-blue);
  border: 1px solid #76797a;
}
@media (min-width: 992px) {
  .p-footer-cta-button {
    width: 530px;
    height: 140px;
  }
}
.p-footer-cta-button__tel {
  display: grid;
  place-content: center;
}
.p-footer-cta-button__tel--num {
  font-size: 22px;
  font-weight: 900;
  color: white;
}
@media (min-width: 992px) {
  .p-footer-cta-button__tel--num {
    font-size: 40px;
  }
}
.p-footer-cta-button__tel--time {
  font-size: 10px;
  color: #999999;
}
@media (min-width: 992px) {
  .p-footer-cta-button__tel--time {
    font-size: 14px;
  }
}
.p-footer-cta-button__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
  color: white;
}
@media (min-width: 992px) {
  .p-footer-cta-button__mail {
    font-size: 20px;
    gap: 26px;
  }
}
.p-footer-cta-button__mail--icon {
  width: 21px;
}
@media (min-width: 992px) {
  .p-footer-cta-button__mail--icon {
    width: 40px;
  }
}
.p-footer-cta-button__mail--icon img {
  vertical-align: bottom;
}

a.p-footer-cta-button:hover {
  background: rgba(153, 153, 153, 0.5);
  color: white;
}
a.p-footer-cta-button:hover .p-footer-cta-button__mail--icon img {
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  .home .l-site-header {
    background: transparent;
  }
}
.home .global-nav-list li a {
  color: white;
}
.home .l-site-header-buttons__tel {
  color: white;
}
.home .l-site-header-buttons__mail {
  border: none;
}
.home.header_scrolled .l-site-header {
  background: rgba(255, 255, 255, 0.95);
}
.home.header_scrolled .global-nav-list li a {
  color: #0A1C65;
}
.home.header_scrolled .l-site-header-buttons__tel {
  color: var(--color-blue);
}
.home.header_scrolled .l-site-header-buttons__mail {
  border: 1px solid #0A1C65;
}
@media (min-width: 992px) {
  .home .site-body {
    padding-top: 80px;
  }
}

.p-front-hero {
  margin-top: 50px;
  height: 390px;
  background: url("../images/front/kv_bg.jpg") center top no-repeat;
  background-size: 100% 210px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-hero {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .p-front-hero {
    height: 900px;
    background: url("../images/front/kv_bg.jpg") top right no-repeat;
    background-size: calc(100% - 100px) 828px;
  }
}
@media (min-width: 1400px) {
  .p-front-hero {
    background-size: min(75%, 100% - 460px) 828px;
  }
}
.p-front-hero-image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .p-front-hero-image {
    width: 62.5vw;
    height: 800px;
    display: grid;
    place-items: end;
  }
}
.p-front-hero-image .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-front-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .p-front-hero__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 100px;
    padding-right: 80px;
  }
}
.p-front-hero-future {
  position: absolute;
  bottom: -26px;
  left: 30px;
  width: 320px;
  z-index: 10;
}
@media (min-width: 992px) {
  .p-front-hero-future {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
  }
}
.p-front-hero__catch {
  font-family: var(--font-family--min);
  font-size: 30px;
  font-weight: 900;
  color: white;
  text-shadow: 0 0 6px rgb(9, 24, 87);
  position: absolute;
  top: 64px;
  left: 20px;
  width: 100%;
  padding-right: 80px;
  z-index: 10;
}
@media (min-width: 992px) {
  .p-front-hero__catch {
    position: relative;
    left: 0;
    top: 0;
    font-size: 90px;
    text-shadow: 0 0 14px rgb(9, 24, 87);
    width: auto;
  }
}
.p-front-hero .custom-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -23px;
  z-index: 10;
  right: 20px;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .p-front-hero .custom-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 31px;
    gap: 16px;
  }
}
.p-front-hero .custom-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  outline: none;
}
@media (min-width: 992px) {
  .p-front-hero .custom-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 180px;
    height: 10px;
  }
}
.p-front-hero .custom-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0A1C65;
}

.p-front-main-visual {
  position: relative;
}
@media (min-width: 992px) {
  .p-front-main-visual {
    padding-bottom: 60px;
  }
}
.p-front-main-visual__main {
  width: 100%;
  aspect-ratio: 75/97;
}
@media (min-width: 992px) {
  .p-front-main-visual__main {
    aspect-ratio: auto;
    height: 900px;
  }
}
.p-front-main-visual__main img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front-main-visual__sub {
  width: 100%;
  height: 115px;
}
@media (min-width: 992px) {
  .p-front-main-visual__sub {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 960px;
    height: 230px;
  }
}
.p-front-main-visual__sub--inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-family: var(--font-family--min);
  font-size: 26px;
  font-weight: 600;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-main-visual__sub--inner {
    font-size: 52px;
    font-weight: 500;
  }
}

.p-front-main-visual__a .p-front-main-visual__sub {
  background: url("../images/front/hero_sp_sub_1.jpg") center center no-repeat;
  background-size: cover;
}

.p-front-main-visual__b .p-front-main-visual__sub {
  background: url("../images/front/hero_sp_sub_2.jpg") center center no-repeat;
  background-size: cover;
}

.p-front-main-visual__c .p-front-main-visual__sub {
  background: url("../images/front/hero_sp_sub_3.jpg") center center no-repeat;
  background-size: cover;
}

.p-front-container {
  width: 100%;
  max-width: 780px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-front-container {
    max-width: 1680px;
  }
}
.p-front-section-intro {
  padding-top: 8px;
}
@media (min-width: 992px) {
  .p-front-section-intro {
    margin-bottom: 80px;
  }
}
.p-front-section-intro__title {
  font-family: var(--font-family--min);
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-section-intro__title {
    font-size: 55px;
  }
}

.p-front-section-title {
  color: #0A1C65;
  line-height: 1;
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 0.5em;
}
.p-front-section-title--sub {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .p-front-section-title--sub {
    gap: 16px;
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.p-front-section-title--sub::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../images/front/h2-mark.png") center center no-repeat;
  background-size: contain;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-section-title--sub::before {
    width: 12px;
    height: 12px;
    top: 2px;
  }
}
.p-front-section-title--main {
  display: block;
  font-family: "Times New Roman", Serif;
  font-size: 42px;
}
@media (min-width: 992px) {
  .p-front-section-title--main {
    font-size: 80px;
  }
}
.p-front-section-title-desc {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.7;
  margin-top: -18px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .p-front-section-title-desc {
    font-size: 35px;
    margin-bottom: 36px;
  }
}

.p-front-section__title {
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .p-front-section__title {
    font-size: 34px;
  }
}
.p-front-section__title::before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: var(--color-blue);
}
@media (min-width: 992px) {
  .p-front-section__title::before {
    width: 30px;
    height: 6px;
  }
}

.p-front-section__button a {
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  height: 38px;
  padding: 0.5em 2.4em;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  color: #ccc;
}
@media (min-width: 992px) {
  .p-front-section__button a {
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
}
.p-front-section__button a:hover {
  background: var(--color-sky);
}
.p-front-section__button a::after {
  content: "→";
}

.p-front-section-service {
  background: #f0f4f7;
  margin-bottom: 50px;
}
.p-front-section-service__row {
  position: relative;
}
@media (min-width: 992px) {
  .p-front-section-service__row {
    height: 620px;
  }
}
.p-front-section-service__row:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-section-service__row:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .p-front-section-service__row {
    display: flex;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .p-front-section-service__row::before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    max-width: 1070px;
    background: var(--color-blue);
    position: absolute;
    left: 0;
    top: 0;
  }
}
.p-front-section-service__row:nth-child(even) {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .p-front-section-service__row:nth-child(even)::before {
    left: auto;
    right: 0;
  }
}
.p-front-section-service__row:nth-child(even) .p-front-section-service__image {
  left: auto;
  right: 50%;
}
@media (min-width: 992px) {
  .p-front-section-service__row:nth-child(even) .p-front-section-service__title--num {
    left: calc(100% - 0.5em);
  }
}
.p-front-section-service__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-blue);
  width: 100%;
  max-width: calc(100% - 40px);
  height: 135px;
  margin: 0 auto 16px;
  padding-left: 50px;
  color: white;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-section-service__title {
    height: 250px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 116px;
    background: none;
  }
}
.p-front-section-service__title--main {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .p-front-section-service__title--main {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.p-front-section-service__title--sub {
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-section-service__title--sub {
    font-size: 24px;
    font-weight: 500;
  }
}
.p-front-section-service__title--num {
  font-size: 23px;
  font-weight: 400;
  color: #999;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left bottom;
  line-height: normal;
  left: 0;
  top: -0.75em;
}
@media (min-width: 992px) {
  .p-front-section-service__title--num {
    font-size: 46px;
    top: -0.9em;
  }
}
.p-front-section-service__header {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .p-front-section-service__header {
    width: 50%;
    margin: 0;
  }
}
.p-front-section-service__header--desc {
  font-size: 13px;
}
@media (min-width: 992px) {
  .p-front-section-service__header--desc {
    padding: 40px 115px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .p-front-section-service__header .p-front-section__button {
    padding-left: 115px;
  }
}
@media (min-width: 992px) {
  .p-front-section-service__image {
    position: absolute;
    width: 50vw;
    height: 550px;
    top: 70px;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .p-front-section-service__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-front-section-maintenance {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-section-maintenance {
    margin-bottom: 80px;
  }
}
.p-front-section-maintenance__flow .p-front-section__title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__flow .p-front-section__title {
    margin-bottom: 42px;
  }
}
.p-front-section-maintenance__flow--image {
  max-width: 480px;
  margin: 0 auto 50px;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__flow--image {
    max-width: 1300px;
    margin-bottom: 120px;
  }
}
.p-front-section-maintenance__flow--image img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__flow--image img {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.p-front-section-maintenance__flow .p-front-section__button a {
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__flow .p-front-section__button a {
    margin-right: 0;
  }
}
.p-front-section-maintenance__knowledge .container {
  max-width: 480px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge .container {
    max-width: 1300px;
    display: flex;
    align-items: flex-end;
    position: relative;
  }
}
.p-front-section-maintenance__knowledge--figs {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge--figs {
    width: 50%;
  }
}
.p-front-section-maintenance__knowledge--image {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge--image {
    position: absolute;
    right: calc(50% - 60px);
    top: 0;
  }
}
.p-front-section-maintenance__knowledge--image img {
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge--image img {
    width: 50vw;
    max-width: none;
  }
}
.p-front-section-maintenance__knowledge--banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge--banner {
    gap: 30px;
  }
}
.p-front-section-maintenance__knowledge--banner a {
  display: block;
  font-size: 12px;
}
.p-front-section-maintenance__knowledge--banner a img {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge--list {
    flex-shrink: 0;
    width: 50%;
    padding-left: 130px;
  }
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge--list .p-front-section__title {
    margin-bottom: 40px;
  }
}
.p-front-section-maintenance__knowledge--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 52px;
  background: #ccd6e0;
  border-radius: 5px;
  font-size: 13px;
  padding: 0 20px 0 24px;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge--item {
    height: 80px;
    font-size: 20px;
    padding: 0 32px;
  }
}
.p-front-section-maintenance__knowledge--item:not(:last-child) {
  margin-bottom: 26px;
}
.p-front-section-maintenance__knowledge--item::after {
  content: "→";
  font-size: 13px;
  font-weight: 600;
  color: #ccc;
  display: grid;
  place-content: center;
  width: 23px;
  height: 23px;
  background: var(--color-blue);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .p-front-section-maintenance__knowledge--item::after {
    font-size: 20px;
    width: 36px;
    height: 36px;
  }
}
.p-front-section-maintenance__knowledge--item:hover {
  background: var(--color-sky);
  color: white;
}
.p-front-section-maintenance__knowledge--item:hover::after {
  background: white;
  color: var(--color-blue);
}

.p-front-section-case {
  background: #f5f5f5;
  padding-top: 46px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-section-case {
    padding-top: 100px;
    padding-bottom: 55px;
    background: url("../images/front/bg_case.jpg") center center no-repeat;
    background-size: cover;
  }
}
.p-front-section-case .p-front-section__button a {
  margin: auto;
}

.p-front-intro {
  position: relative;
  padding-top: 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-front-intro {
    margin-bottom: 80px;
  }
}
.p-front-intro-container {
  position: relative;
  padding-bottom: 46px;
}
@media (min-width: 992px) {
  .p-front-intro-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 64px;
  }
}
@media (min-width: 1330px) {
  .p-front-intro-container {
    padding-right: 180px;
  }
}
@media (min-width: 992px) {
  .p-front-intro-container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 180px);
    background: #1735B0;
  }
}
.p-front-intro-container::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 94px);
  background: url("../images/front/bg_intro.jpg") right bottom no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-front-intro-container::after {
    left: auto;
    right: calc((100vw - 100%) / 2 * -1);
    height: calc(100% - 180px);
    background-size: auto;
  }
}
.p-front-intro-image {
  position: relative;
  z-index: 5;
  width: 228px;
  padding-left: 24px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-front-intro-image {
    width: 480px;
    flex-shrink: 0;
  }
}
.p-front-intro-main {
  position: relative;
  z-index: 5;
  padding-left: 24px;
  color: white;
}
@media (min-width: 992px) {
  .p-front-intro-main {
    padding-bottom: 40px;
    padding-left: 0;
    max-width: 658px;
  }
}
.p-front-intro-title {
  font-size: 24px;
  margin-bottom: 2px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .p-front-intro-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.p-front-intro-desc {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .p-front-intro-desc {
    font-size: 18px;
    margin-bottom: 42px;
  }
}
.p-front-service {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-service {
    margin-bottom: 96px;
  }
}
.p-front-service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 100%;
  background: #F6F6F6;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-front-service::before {
    width: 50%;
  }
}
.p-front-service::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: url("../images/front/bg_service.png") left bottom no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (min-width: 992px) {
  .p-front-service::after {
    width: 959px;
  }
}
.p-front-service .p-front-container {
  position: relative;
  padding-top: 32px;
  padding-bottom: 108px;
}
@media (min-width: 992px) {
  .p-front-service .p-front-container {
    padding-top: 60px;
    padding-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .p-front-service .p-front-container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    position: absolute;
    top: 0;
    right: -50px;
  }
}
.p-front-service .p-front-section-title {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .p-front-service .p-front-section-title {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .p-front-service .p-front-section-title--sub {
    justify-content: flex-end;
  }
}
.p-front-service .p-front-section-title-desc {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .p-front-service .p-front-section-title-desc {
    text-align: right;
  }
}
.p-front-service-list {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 992px) {
  .p-front-service-list {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    top: -100px;
  }
}
@media (min-width: 992px) {
  .p-front-service-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .p-front-service-item:nth-child(2) {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .p-front-service-item:nth-child(3) {
    margin-top: 192px;
  }
}
.p-front-service-item-header {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0A1C65;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .p-front-service-item-header {
    margin-bottom: 48px;
  }
}
.p-front-service-item-header .number {
  font-family: "Times New Roman", Serif;
  font-size: 84px;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-service-item-header .number {
    font-size: 130px;
  }
}
.p-front-service-item-title {
  margin: 0;
}
.p-front-service-item-title--main {
  display: block;
  font-size: 20px;
}
@media (min-width: 992px) {
  .p-front-service-item-title--main {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
.p-front-service-item-title--sub {
  display: block;
  font-size: 16px;
}
@media (min-width: 992px) {
  .p-front-service-item-title--sub {
    font-size: 22px;
  }
}
.p-front-service-item-desc {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-service-item-desc {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.p-front-service-item-image {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-service-item-image {
    margin-bottom: 40px;
  }
}
.p-front-service-item-image img {
  display: block;
}

.p-front-card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-card-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
  }
}
.p-front-card-image {
  position: relative;
  aspect-ratio: 26/21;
  margin-bottom: 20px;
}
.p-front-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front-card-category {
  display: grid;
  place-content: center;
  width: 128px;
  height: 34px;
  border-radius: 40px;
  background: linear-gradient(150deg, #003ACF 0%, #000B35 100%);
  color: white;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 992px) {
  .p-front-card-category {
    width: 172px;
    height: 48px;
    font-size: 18px;
    top: 17px;
  }
}
.p-front-card-title {
  text-align: center;
  margin-bottom: 0.6em;
}
@media (min-width: 992px) {
  .p-front-card-title {
    font-size: 26px;
  }
}
.p-front-card-exc {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-card-exc {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .p-front-feature-list {
    gap: 80px;
  }
}
.p-front-feature .p-front-card-title {
  color: #0A1C65;
}
@media (min-width: 992px) {
  .p-front-feature .p-front-card-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .p-front-feature .p-front-card-title {
    font-size: 26px;
  }
}
.p-front-feature .p-front-card-exc {
  line-height: 1.8;
}

.p-front-news {
  background: url("../images/front/bg_news.jpg") left bottom no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-news {
    margin-bottom: 196px;
  }
}
.p-front-news-container {
  max-width: 1340px;
}
@media (min-width: 992px) {
  .p-front-news-container {
    display: flex;
  }
}
@media (min-width: 992px) {
  .p-front-news-header {
    width: 420px;
  }
}
.p-front-news-title {
  color: white;
}
.p-front-news-title--main {
  display: block;
  font-family: "Times New Roman", Serif;
  font-size: 42px;
}
@media (min-width: 992px) {
  .p-front-news-title--main {
    font-size: 100px;
    line-height: 1;
  }
}
.p-front-news-title--sub {
  display: block;
  font-size: 17px;
}
@media (min-width: 992px) {
  .p-front-news-title--sub {
    font-size: 32px;
  }
}
.p-front-news-main {
  background: white;
}
@media (min-width: 992px) {
  .p-front-news-main {
    flex-grow: 1;
    position: relative;
    top: 140px;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .p-front-news-main::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    box-shadow: -3px 1px 4px rgba(0, 0, 0, 0.1);
  }
}
.p-front-news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 20px;
}
@media (min-width: 992px) {
  .p-front-news-list {
    padding: 80px;
  }
}
.p-front-news-item {
  display: block;
  padding-bottom: 15px;
  padding-right: 28px;
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
@media (min-width: 992px) {
  .p-front-news-item {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.p-front-news-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: url("../images/front/front_news_arrow.svg") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .p-front-news-item::after {
    width: 26px;
    height: 26px;
    top: 0;
    right: 6px;
  }
}
.p-front-news-item-date {
  display: block;
  font-weight: bold;
  color: #071449;
}
.p-front-news-item-title {
  display: block;
}

.p-front-case-category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-case-category {
    gap: 24px;
    margin-bottom: 35px;
  }
}
.p-front-case-category a {
  display: grid;
  place-content: center;
  width: 128px;
  height: 34px;
  border-radius: 40px;
  background: linear-gradient(150deg, #003ACF 0%, #000B35 100%);
  color: white;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-case-category a {
    width: 172px;
    height: 48px;
    font-size: 18px;
  }
}
.p-front-case-category a:hover {
  background: linear-gradient(30deg, #003ACF 0%, #000B35 100%);
}
.p-front-case .c-gradation-button {
  margin: auto;
}

body:not(.home) .main-section h2 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  word-break: auto-phrase;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.6em;
  margin-bottom: 1.2em;
  position: relative;
}
@media (min-width: 992px) {
  body:not(.home) .main-section h2 {
    font-size: 34px;
    margin-bottom: 1em;
  }
}
body:not(.home) .main-section h2::before, body:not(.home) .main-section h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  position: absolute;
  left: calc(50% - 15px);
}
@media (min-width: 992px) {
  body:not(.home) .main-section h2::before, body:not(.home) .main-section h2::after {
    width: 40px;
    height: 6px;
    left: calc(50% - 20px);
  }
}
body:not(.home) .main-section h2::before {
  background: #990000;
  top: 100%;
}
body:not(.home) .main-section h2::after {
  background: var(--color-blue);
  top: calc(100% + 6px);
}
body:not(.home) .main-section h3 {
  display: flex;
  align-items: center;
  background: #e5eaee;
  width: 100%;
  min-height: 65px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 16px 10px 20px;
  border-left: 5px solid var(--color-blue);
}
@media (min-width: 992px) {
  body:not(.home) .main-section h3 {
    font-size: 30px;
    border-left-width: 10px;
    padding: 14px 20px 14px 25px;
  }
}
body:not(.home) .main-section h4 {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid var(--color-blue);
  position: relative;
  padding: 0.8em 0.5em;
  text-align: center;
}
@media (min-width: 992px) {
  body:not(.home) .main-section h4 {
    font-size: 28px;
  }
}
body:not(.home) .main-section h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #b4b4b4;
  position: absolute;
  left: 0;
  bottom: 2px;
}
@media (min-width: 992px) {
  body:not(.home) .main-section h4::after {
    bottom: 3px;
  }
}
body:not(.home) .main-section h5 {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (min-width: 992px) {
  body:not(.home) .main-section h5 {
    font-size: 18px;
    gap: 10px;
  }
}
body:not(.home) .main-section h5::before {
  content: "";
  display: block;
  width: 9px;
  height: 20px;
  background: var(--color-blue);
  border: 1px solid #3399cc;
}
@media (min-width: 992px) {
  body:not(.home) .main-section h5::before {
    width: 12px;
    height: 26px;
    border-width: 2px;
  }
}

.c-page-intro {
  font-size: 14px;
  font-weight: 500;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .c-page-intro {
    font-size: 18px;
    text-align: center;
  }
}

.entry-body ol {
  counter-reset: item;
  list-style-type: none;
  font-size: 14px;
  line-height: 2.5;
}
@media (min-width: 992px) {
  .entry-body ol {
    font-size: 18px;
  }
}
.entry-body ol li {
  display: flex;
  gap: 0.5em;
}
.entry-body ol li::before {
  flex-shrink: 0;
  counter-increment: item;
  content: counter(item) "";
  display: grid;
  place-content: center;
  width: 1.8em;
  height: 1.8em;
  background: #3399cc;
  font-size: 13px;
  color: white;
  margin-top: 0.4em;
}
@media (min-width: 992px) {
  .entry-body ol li::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

.wp-block-buttons .wp-block-button__link {
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
  height: 38px;
  padding: 0.5em 2.4em;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  color: #ccc;
}
@media (min-width: 992px) {
  .wp-block-buttons .wp-block-button__link {
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
}
.wp-block-buttons .wp-block-button__link:hover {
  background: var(--color-sky);
}
.wp-block-buttons .wp-block-button__link::after {
  content: "→";
}

.c-gradation-button {
  font-family: "Hind", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  height: 48px;
  border-radius: 30px;
  position: relative;
  padding: 0 8px 0 20px;
  z-index: 1;
}
@media (min-width: 992px) {
  .c-gradation-button {
    width: 272px;
    height: 72px;
    border-radius: 36px;
    padding: 0 12px 0 35px;
  }
}
.c-gradation-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(20deg, #EB0000 0%, #B800AB 50%, #3300FC 100%);
  border-radius: inherit;
  z-index: -1;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-gradation-button::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff; /* 白背景を追加 */
  border-radius: inherit;
  z-index: -1;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-gradation-button span.text {
  font-size: 16px;
  font-weight: bold;
  color: transparent; /* テキストを透明に */
  background: linear-gradient(150deg, #EB0000 0%, #B800AB 50%, #3300FC 100%);
  -webkit-background-clip: text; /* 背景をテキストにクリッピング */
  -webkit-text-fill-color: transparent;
  padding-top: 2px;
}
@media (min-width: 992px) {
  .c-gradation-button span.text {
    font-size: 28px;
  }
}
.c-gradation-button span.arrow {
  display: grid;
  place-content: center;
  width: 36px;
  height: 36px;
  background: url("../images/icons/button_arrow_wht.svg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .c-gradation-button span.arrow {
    width: 54px;
    height: 54px;
  }
}
.c-gradation-button span.arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-gradation-button:hover::after {
  background: none;
}
.c-gradation-button:hover span.text {
  -webkit-text-fill-color: #fff; /* ホバー時に白くする */
  background: none; /* グラデーションを無効化 */
}
.c-gradation-button:hover span.arrow img {
  opacity: 0;
}

.wp-block-table th, .wp-block-table td {
  padding: 0.88em;
  border: 1px solid #a6a6a6;
}
@media (min-width: 992px) {
  .wp-block-table th, .wp-block-table td {
    padding: 1em 1.5em;
  }
}
.wp-block-table th {
  word-break: auto-phrase;
}
.wp-block-table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}

.wp-block-table:where(:not([class*=font-size])) {
  font-size: 14px;
}
@media (min-width: 992px) {
  .wp-block-table:where(:not([class*=font-size])) {
    font-size: 15px;
  }
}

.wp-block-group {
  margin-bottom: 3em;
}
@media (min-width: 992px) {
  .wp-block-group {
    margin-bottom: 4em;
  }
}


/* 2026-06-10: TOP intro button label should stay on one line. */
.p-front-intro .c-gradation-button {
  width: 320px;
  max-width: calc(100% - 24px);
}

.p-front-intro .c-gradation-button span.text {
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 992px) {
  .p-front-intro .c-gradation-button {
    width: 420px;
    max-width: none;
  }
}

/*# sourceMappingURL=style.css.map */
