html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 999px) {
  .pc-on {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .sp-on {
    display: none;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  color: #2D374E;
}
@media screen and (max-width: 999px) {
  html {
    font-size: calc(10 / 375 * 100vw);
  }
}

body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  a {
    transition: 0.3s ease-in;
  }
}

picture {
  display: block;
}

.inner {
  max-width: 118rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .inner {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}
.inner--sp {
  max-width: 118rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .inner--sp {
    max-width: 100%;
    padding: 0;
  }
}

.container {
  max-width: 1920px;
  margin-inline: auto;
}

.js-observe {
  opacity: 0;
  transition: 0.3s ease-in;
}
.js-observe.is-view {
  opacity: 1;
}

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__container {
  max-width: 1920px;
  padding: 0 0 0 2.4rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1130px) {
  .header__container {
    padding: 0.6rem 0 0.6rem 0.8rem;
  }
}
.header__logo {
  width: 16.4rem;
}
@media screen and (max-width: 999px) {
  .header__logo {
    width: 8.8rem;
  }
}
.header__logo img {
  width: 100%;
  aspect-ratio: 88/28;
}
.header__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1130px) {
  .header__right {
    display: none;
  }
}
.header__nav {
  display: flex;
  justify-content: center;
}
.header__nav-list {
  display: flex;
  gap: 2.4rem;
}
.header__nav-link {
  color: #2D374E;
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  color: #0090D2;
}
.header__contact {
  background-color: #F4F4F4;
  color: #0090D2;
  text-align: center;
  margin-left: 3.2rem;
  padding: 1.5rem;
  height: 8rem;
}
.header__phone {
  font-size: 2.4rem;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.header__hours {
  font-size: 14px;
  line-height: 1.2;
}
.header__cta {
  display: block;
  padding: 2.5rem 6rem;
  height: 8rem;
  background: linear-gradient(246deg, #008ECC 17.74%, #B2D248 119.04%);
  background-size: 100% 100%;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  transition: background-size 0.5s ease-in-out;
}
.header__cta:hover {
  background-size: 200% 200%;
}
.header__hamburger {
  display: none;
  width: 4.5rem;
  height: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  position: absolute;
  z-index: 1001;
  background: transparent;
  background-color: #0090D2;
  border: none;
  cursor: pointer;
  padding: 0;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1130px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger-line {
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  transform: translateY(-0.9rem) rotate(-45deg);
}
.header__mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #0090D2;
  z-index: 1000;
  padding: 6.2rem 0 0;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1130px) {
  .header__mobile-menu {
    display: block;
  }
}
.header__mobile-menu.is-active {
  transform: translateX(0);
}
.header__mobile-logo {
  width: 8.8rem;
  aspect-ratio: 88/28;
  z-index: 1001;
  position: absolute;
  top: 0.6rem;
  left: 0.8rem;
}
.header__mobile-nav {
  padding: 0 4rem;
  margin-bottom: 2.4rem;
}
.header__mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header__mobile-nav-item {
  border-bottom: 1px solid #e5e5e5;
}
.header__mobile-nav-item:last-child {
  border: none;
}
.header__mobile-nav-link {
  display: block;
  padding: 2.4rem 0;
  color: #2D374E;
  font-size: 2.4rem;
  font-weight: bold;
  transition: color 0.3s ease;
  color: #fff;
}
.header__mobile-nav-link span {
  opacity: 0.4;
  font-size: 1.6rem;
  margin-left: 1.6rem;
  font-weight: 400;
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
}
.header__mobile-nav-link:active {
  color: #0090D2;
}
.header__mobile-contact {
  background-color: #F4F4F4;
  color: #0090D2;
  text-align: center;
  padding: 2.4rem 0;
}
.header__mobile-phone {
  font-size: 3rem;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0.05em;
}
.header__mobile-hours {
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
.header__mobile-cta {
  display: block;
  padding: 3.6rem 0;
  background: linear-gradient(325deg, #008ECC -40.74%, #B2D248 119.04%);
  background-size: 100% 100%;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  transition: background-size 0.5s ease-in-out;
}
.header__mobile-cta:active {
  background-size: 200% 200%;
}

.footer {
  background-color: #F4F4F4;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}
@media screen and (max-width: 999px) {
  .footer__wrap {
    padding: 4rem 1rem;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}
.footer__logo {
  width: 22rem;
}
@media screen and (max-width: 999px) {
  .footer__logo {
    width: 18.2rem;
    margin-inline: auto;
    display: block;
  }
}
.footer__address {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 999px) {
  .footer__address {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 2.4rem;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 999px) {
  .footer__sns {
    justify-content: center;
  }
}
.footer__sns-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer__sns-link {
  width: 3.2rem;
  height: 3.2rem;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width: 1000px) {
  .footer__sns-link:hover {
    opacity: 0.7;
  }
}
.footer__sns-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__navList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 1rem;
}
@media screen and (max-width: 999px) {
  .footer__navList {
    margin-left: 1.65rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__navItem a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .footer__navItem a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__navItem a:hover {
    color: #0090D2;
  }
}
@media screen and (max-width: 999px) {
  .footer__navItem:nth-child(1) {
    order: 1;
  }
  .footer__navItem:nth-child(2) {
    order: 7;
  }
  .footer__navItem:nth-child(3) {
    order: 4;
  }
  .footer__navItem:nth-child(4) {
    order: 3;
  }
  .footer__navItem:nth-child(5) {
    order: 9;
  }
  .footer__navItem:nth-child(6) {
    order: 6;
  }
  .footer__navItem:nth-child(7) {
    order: 5;
  }
  .footer__navItem:nth-child(8) {
    order: 2;
  }
  .footer__navItem:nth-child(9) {
    order: 8;
  }
}
.footer small {
  color: #0090D2;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 1.6rem 0;
  display: block;
}
@media screen and (max-width: 999px) {
  .footer small {
    font-size: 1.1rem;
  }
}

.cta {
  background: url(../image/common/contact-bg.jpg) no-repeat center center/cover;
  padding: 11.9rem 0 10rem;
}
@media screen and (max-width: 999px) {
  .cta {
    padding: 7.2rem 0;
    background-image: url(../image/common/contact-bg_sp.jpg);
  }
}
.cta__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 999px) {
  .cta__wrap {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
.cta__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .cta__title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
}
.cta__text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-top: 2.4rem;
}
@media screen and (max-width: 999px) {
  .cta__text {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.cta__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 999px) {
  .cta__contact {
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
  }
}
.cta__phone {
  font-family: "Fjalla One", sans-serif;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .cta__phone {
    font-size: 4rem;
    text-align: center;
    pointer-events: auto;
  }
}
.cta__hours {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .cta__hours {
    font-size: 1.6rem;
    text-align: center;
  }
}
.cta__button {
  width: 40.5rem;
  padding: 2.65rem 0;
  color: #0090D2;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: block;
  margin-top: 2.4rem;
}
@media screen and (max-width: 999px) {
  .cta__button {
    width: 32.7rem;
    font-size: 1.6rem;
    padding: 2rem 0;
    margin-top: 3.2rem;
    margin-inline: auto;
  }
}
.cta__button::before, .cta__button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 2rem;
  width: 1rem;
  height: 2px;
  background-color: #0090D2;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: background-color 0.3s ease;
}
.cta__button::before {
  transform: rotate(45deg);
}
.cta__button::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1000px) {
  .cta__button:hover {
    background-color: #006ECE;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .cta__button:hover::before, .cta__button:hover::after {
    background-color: #fff;
  }
}

.link-button {
  background-color: #0090D2;
  display: inline-block;
  padding: 2.65rem 6.4rem;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 999px) {
  .link-button {
    font-size: 1.6rem;
    padding: 2rem 6.4rem;
  }
}
.link-button::before, .link-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 2rem;
  width: 1rem;
  height: 2px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: background-color 0.3s ease;
}
.link-button::before {
  transform: rotate(45deg);
}
.link-button::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1000px) {
  .link-button:hover {
    background-color: #006ECE;
    transition: background-color 0.3s ease;
  }
}

.section-title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .section-title {
    font-size: 3rem;
  }
}
.section-title span {
  font-family: "Fjalla One", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #0090D2;
  display: block;
}
@media screen and (max-width: 999px) {
  .section-title span {
    font-size: 2rem;
  }
}

.kv {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 22.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8rem auto 0;
}
@media screen and (max-width: 999px) {
  .kv {
    height: 21.6rem;
    margin: 4rem auto 0;
  }
}
.kv__title {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .kv__title {
    font-size: 3rem;
  }
}
.kv__title span {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 999px) {
  .kv__title span {
    font-size: 2rem;
  }
}

.breadList {
  padding: 1.6rem 0;
}
.breadList__list {
  display: flex;
  gap: 1.2rem 0;
  align-items: center;
  flex-wrap: wrap;
}
.breadList__item {
  font-size: 1.4rem;
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .breadList__item a:hover {
    opacity: 0.7;
  }
}
.breadList__item::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 10px;
  border-top: 1px solid #2D374E;
  border-right: 1px solid #2D374E;
  position: absolute;
  left: -0.4rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.breadList__item:first-child {
  padding: 0;
}
.breadList__item:first-child::before {
  display: none;
}

.linkList {
  margin-bottom: 10.8rem;
}
@media screen and (max-width: 999px) {
  .linkList {
    margin-bottom: 3.2rem;
  }
}
.linkList__list {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 999px) {
  .linkList__list {
    gap: 0.8rem;
    flex-wrap: wrap;
  }
}
.linkList__item {
  width: calc(33.3333333333% - 1.6rem);
}
@media screen and (max-width: 999px) {
  .linkList__item {
    width: 100%;
  }
}
.linkList__item a {
  display: block;
  padding: 4.6rem 0 4.1rem 3.1rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 999px) {
  .linkList__item a {
    padding: 2.4rem 1.6rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1000px) {
  .linkList__item a:hover {
    opacity: 0.7;
  }
}
.linkList__item a::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 999px) {
  .linkList__item a::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.linkList__item a span {
  font-family: "Fjalla One", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 999px) {
  .linkList__item a span {
    font-size: 1.7rem;
  }
}
.linkList__item a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  aspect-ratio: 364/189;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .linkList__item a img {
    aspect-ratio: 343/107;
  }
}

.u-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-center--sp {
  display: block;
}
@media screen and (max-width: 999px) {
  .u-center--sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page-index .indexKv {
  position: relative;
  max-width: 192rem;
  width: 100%;
  margin: 8rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexKv {
    margin: 4rem auto 0;
  }
}
.page-index .indexKv__title {
  color: #0090D2;
  font-size: 4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: absolute;
  top: 5rem;
  left: 6.6rem;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .page-index .indexKv__title {
    font-size: 2.8rem;
    line-height: 1.5;
    top: 2.3rem;
    left: 3rem;
  }
}
.page-index .indexKv__slide img {
  width: 100%;
}
.page-index .indexKv .swiper-pagination {
  bottom: 2.2rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexKv .swiper-pagination {
    bottom: 2rem;
  }
}
.page-index .indexKv .swiper-pagination-bullet-active {
  background: #0090D2;
}
.page-index .indexKv .swiper-pagination-bullet {
  border-radius: 0;
}
.page-index .indexReason {
  background: url(../image/index/reason-bg.jpg) no-repeat center center/cover;
  padding: 11.2rem 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexReason {
    padding: 4rem 0;
  }
}
.page-index .indexReason__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexReason__wrap {
    flex-wrap: wrap;
    gap: 2.4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexReason__content {
    display: contents;
  }
}
.page-index .indexReason__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .page-index .indexReason__title {
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-align: center;
    order: 1;
  }
}
.page-index .indexReason__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexReason__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 0;
    padding: 0 1.6rem;
    order: 2;
  }
}
.page-index .indexReason picture {
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexReason picture {
    order: 3;
    width: 100%;
  }
}
.page-index .indexReason__image {
  width: 52.5rem;
  aspect-ratio: 525/460;
}
@media screen and (max-width: 999px) {
  .page-index .indexReason__image {
    width: 100%;
    aspect-ratio: 375/161;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexReason .u-center--sp {
    order: 4;
  }
}
.page-index .indexReason .link-button {
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexReason .link-button {
    margin-top: 0;
  }
}
.page-index .indexService {
  padding: 8rem 0 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexService {
    padding: 4rem 0;
  }
}
.page-index .indexService .section-title {
  text-align: center;
}
.page-index .indexService__text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 5.6rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexService__text {
    font-size: 1.4rem;
    margin-top: 3.2rem;
    padding: 0 1.6rem;
  }
}
.page-index .indexService__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexService__list {
    margin-top: 3.2rem;
  }
}
.page-index .indexService__item {
  position: relative;
  width: calc(33.3333333333% - 0.5333333333rem);
  aspect-ratio: 374/359;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .page-index .indexService__item {
    width: calc(50% - 0.4rem);
    aspect-ratio: 1/1;
  }
}
.page-index .indexService__item--big {
  width: calc(50% - 0.4rem);
  aspect-ratio: 566/358;
}
@media screen and (max-width: 999px) {
  .page-index .indexService__item:first-child {
    width: 100%;
    aspect-ratio: 375/183;
  }
}
.page-index .indexService__item p {
  background-color: #0090D2;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8rem 2.3rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexService__item p {
    font-size: 1.3rem;
    padding: 0.4rem 1.6rem;
  }
}
.page-index .indexService__item:nth-child(1) {
  background-image: url(../image/index/service01.jpg);
}
.page-index .indexService__item:nth-child(2) {
  background-image: url(../image/index/service02.jpg);
}
.page-index .indexService__item:nth-child(3) {
  background-image: url(../image/index/service03.jpg);
}
.page-index .indexService__item:nth-child(4) {
  background-image: url(../image/index/service04.jpg);
}
.page-index .indexService__item:nth-child(5) {
  background-image: url(../image/index/service05.jpg);
}
.page-index .indexService__image {
  width: 71.4rem;
  margin: 5.6rem auto 0;
  display: block;
  aspect-ratio: 337/206;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999px) {
  .page-index .indexService__image {
    width: 100%;
    margin-top: 3.2rem;
    padding: 0 1.9rem;
  }
}
.page-index .indexService .link-button {
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexService .link-button {
    margin-top: 3.2rem;
  }
}
.page-index .indexWorks {
  padding: 8rem 0 5.2rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks {
    padding: 5.2rem 0;
  }
}
.page-index .indexWorks::before {
  content: "";
  width: 100%;
  height: 41rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(61deg, rgba(203, 232, 107, 0.28) 6.54%, rgba(57, 184, 239, 0.28) 120.38%);
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks::before {
    height: 100%;
    top: 0;
    background: linear-gradient(61deg, rgba(57, 184, 239, 0.28) 6.54%, rgba(203, 232, 107, 0.28) 120.38%);
  }
}
.page-index .indexWorks .section-title {
  text-align: center;
}
.page-index .indexWorks__text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 3.6rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 3.2rem;
  }
}
.page-index .indexWorks__list {
  margin-top: 5.6rem;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks__list {
    margin-top: 3.2rem;
    flex-wrap: wrap;
    gap: 2.4rem 0.8rem;
  }
}
.page-index .indexWorks__item {
  width: calc(25% - 1.8rem);
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks__item {
    width: calc(50% - 0.4rem);
  }
}
.page-index .indexWorks__item img {
  width: 100%;
  aspect-ratio: 266.4/264;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks__item img {
    aspect-ratio: 167.5/168;
  }
}
.page-index .indexWorks__item p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks__item p {
    font-size: 1.4rem;
    line-height: 1;
    flex-wrap: wrap;
  }
}
.page-index .indexWorks__item p span {
  color: #0090D2;
  font-family: "Fjalla One", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  margin-right: 2.4rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks__item p span {
    margin-top: 0.8rem;
    font-size: 2.4rem;
    width: 100%;
  }
}
.page-index .indexWorks .link-button {
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexWorks .link-button {
    margin-top: 3.2rem;
  }
}
.page-index .indexAbout {
  padding: 10.8rem 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout {
    padding: 4rem 1.6rem;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout .section-title {
    text-align: center;
    order: 1;
  }
}
.page-index .indexAbout__wrap {
  display: flex;
  gap: 6.4rem;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout__wrap {
    flex-wrap: wrap;
    gap: 3.2rem;
    justify-content: center;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout__wrap picture {
    order: 3;
  }
}
.page-index .indexAbout__wrap img {
  width: 52rem;
  aspect-ratio: 520/448;
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout__wrap img {
    width: 100%;
    aspect-ratio: 311/267;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout__content {
    display: contents;
  }
}
.page-index .indexAbout__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout__text {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    order: 2;
    margin-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout .u-center--sp {
    order: 4;
  }
}
.page-index .indexAbout .link-button {
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexAbout .link-button {
    margin-top: 0;
  }
}
.page-index .indexRecruit a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .page-index .indexRecruit a:hover {
    opacity: 0.7;
  }
}
.page-index .indexRecruit a img {
  width: 100%;
  aspect-ratio: 1140/320;
}
@media screen and (max-width: 999px) {
  .page-index .indexRecruit a img {
    aspect-ratio: 375/434;
  }
}
.page-index .indexNews {
  padding: 10.8rem 0;
}
@media screen and (max-width: 999px) {
  .page-index .indexNews {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexNews .section-title {
    text-align: center;
    order: 1;
  }
}
.page-index .indexNews__wrap {
  display: flex;
  gap: 8.3rem;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .page-index .indexNews__wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.2rem;
  }
}
.page-index .indexNews__content {
  flex-shrink: 0;
  width: 25.2rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexNews__content {
    display: contents;
    width: 100%;
  }
}
.page-index .indexNews__list {
  width: calc(100% - 33.5rem);
}
@media screen and (max-width: 999px) {
  .page-index .indexNews__list {
    order: 2;
    width: 100%;
  }
}
.page-index .indexNews__item {
  padding: 2.4rem 0;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 999px) {
  .page-index .indexNews__item {
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexNews__item:last-child {
    border: none;
  }
}
.page-index .indexNews__item a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexNews__item a {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-index .indexNews__item a:hover {
    opacity: 0.7;
  }
}
.page-index .indexNews__date {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #0090D2;
}
.page-index .indexNews__text {
  font-size: 1.6rem;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 999px) {
  .page-index .indexNews__text {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.7;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .page-index .indexNews .u-center--sp {
    order: 3;
  }
}
.page-index .indexNews .link-button {
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-index .indexNews .link-button {
    margin-top: 0;
  }
}

.page-strength .kv {
  background-image: url(../image/strength/kv.jpg);
}
@media screen and (max-width: 999px) {
  .page-strength .kv {
    background-image: url(../image/strength/kv_sp.jpg);
  }
}
.page-strength .strength {
  padding: 10.8rem 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 999px) {
  .page-strength .strength {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 999px) {
  .page-strength .strength .inner {
    padding: 0;
  }
}
.page-strength .strength__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__title {
    font-size: 2.4rem;
  }
}
.page-strength .strength__text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-strength .strength__text {
    margin-top: 1.6rem;
    padding: 0 2rem;
  }
}
.page-strength .strength__list {
  margin-top: 14.4rem;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__list {
    margin-top: 9.3rem;
  }
}
.page-strength .strength__item {
  margin-bottom: 16rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__item {
    margin-bottom: 7.7rem;
  }
}
.page-strength .strength__item:nth-child(even) .strength__content {
  margin-left: auto;
  padding: 11rem 8.6rem 0 21.8rem;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__item:nth-child(even) .strength__content {
    padding: 7.5rem 2.4rem 3.2rem;
  }
}
.page-strength .strength__item:nth-child(even) .strength__number {
  left: 21.8rem;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__item:nth-child(even) .strength__number {
    text-align: right;
  }
}
.page-strength .strength__item:nth-child(even) img {
  right: auto;
  left: 0;
}
.page-strength .strength__item:last-child {
  margin-bottom: 0;
}
.page-strength .strength__content {
  background: linear-gradient(50deg, #4BA6DF -20.28%, #0060B4 84.96%);
  width: 75.2rem;
  height: 40rem;
  padding: 11rem 28.3rem 0 8.6rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__content {
    width: 31.3rem;
    height: auto;
    padding: 7.5rem 2.4rem 3.2rem;
  }
}
.page-strength .strength__number {
  color: #B2D248;
  font-size: 9.6rem;
  font-family: "Fjalla One", sans-serif;
  line-height: 1.5;
  position: absolute;
  top: -5.5rem;
  left: 8.6rem;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__number {
    font-size: 6.4rem;
    position: static;
  }
}
.page-strength .strength__subtitle {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__subtitle {
    margin-top: 0.5rem;
  }
}
.page-strength .strength__contentText {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-strength .strength__contentText {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-strength .strength__contentText {
    margin-top: 1.6rem;
  }
}
.page-strength .strength img {
  width: 56rem;
  aspect-ratio: 560/400;
  position: absolute;
  top: -8rem;
  right: 7.5rem;
}
@media screen and (max-width: 1160px) {
  .page-strength .strength img {
    width: 40rem;
  }
}
@media screen and (max-width: 999px) {
  .page-strength .strength img {
    width: 27.2rem;
    right: 0;
    top: -5rem;
  }
}
.page-strength .expert {
  padding: 8rem 0 10.8rem;
}
@media screen and (max-width: 999px) {
  .page-strength .expert {
    padding: 4.8rem 0;
  }
}
.page-strength .expert__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-strength .expert__title {
    font-size: 2.4rem;
  }
}
.page-strength .expert img {
  width: 102.4rem;
  aspect-ratio: 1024/596;
  display: block;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-strength .expert img {
    margin-top: 2.4rem;
    aspect-ratio: 343/270;
    width: 100%;
  }
}
.page-strength .breadList {
  background-color: #F4F4F4;
}

.page-recruit .kv {
  background-image: url(../image/recruit/kv.jpg);
}
@media screen and (max-width: 999px) {
  .page-recruit .kv {
    background-image: url(../image/recruit/kv_sp.jpg);
  }
}
.page-recruit .intro {
  padding: 8rem 0;
}
@media screen and (max-width: 999px) {
  .page-recruit .intro {
    padding: 6rem 0;
  }
}
.page-recruit .intro__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-recruit .intro__title {
    font-size: 2.4rem;
  }
}
.page-recruit .intro__text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 999px) {
  .page-recruit .intro__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-recruit .intro__text {
    margin-top: 1.6rem;
  }
}
.page-recruit .slide {
  width: 100%;
  height: 36rem;
  background-image: url(../image/recruit/slide.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 999px) {
  .page-recruit .slide {
    height: 24rem;
  }
}
@keyframes slide-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-recruit .charm {
  padding: 8rem 0;
}
@media screen and (max-width: 999px) {
  .page-recruit .charm {
    padding: 6rem 0;
  }
}
.page-recruit .charm__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-recruit .charm__title {
    font-size: 2.4rem;
  }
}
.page-recruit .charm__list {
  display: flex;
  margin-top: 4.8rem;
  gap: 8rem;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .page-recruit .charm__list {
    flex-wrap: wrap;
    margin-top: 3.2rem;
    gap: 5rem;
  }
}
.page-recruit .charm__item {
  width: calc(33.3333333333% - 5.3333333333rem);
}
@media screen and (max-width: 999px) {
  .page-recruit .charm__item {
    width: 100%;
  }
}
.page-recruit .charm__item img {
  width: 100%;
}
.page-recruit .charm__item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-recruit .charm__item h3 {
    margin-top: 1.6rem;
  }
}
.page-recruit .charm__item p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-recruit .charm__item p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-recruit .charm__item p {
    margin-top: 1.6rem;
  }
}
.page-recruit .charm .link-button {
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-recruit .charm .link-button {
    margin-top: 3.2rem;
  }
}
.page-recruit .type__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__title {
    font-size: 2.4rem;
  }
}
.page-recruit .type__list {
  margin-top: 4.8rem;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__list {
    margin-top: 3.2rem;
  }
}
.page-recruit .type__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__item {
    flex-wrap: wrap;
  }
}
.page-recruit .type__item:last-child {
  margin-bottom: 0;
}
.page-recruit .type__item img {
  flex-shrink: 0;
  width: 41.6rem;
  aspect-ratio: 416/297;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__item img {
    width: 100%;
    order: 1;
  }
}
.page-recruit .type__content {
  width: 60.7rem;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__content {
    width: 100%;
    order: 2;
    margin-top: 2.4rem;
  }
}
.page-recruit .type__content h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.page-recruit .type__content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__content p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-recruit .type__content p {
    margin-top: 1.6rem;
  }
}
.page-recruit .type__point {
  margin-top: 8.4rem;
  background: linear-gradient(61deg, rgba(203, 232, 107, 0.28) 6.54%, rgba(57, 184, 239, 0.28) 120.38%);
  border-radius: 0 8rem 0 8rem;
  padding: 9.25rem 8rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__point {
    padding: 6rem 2rem;
    border-radius: 0 4rem 0 4rem;
  }
}
.page-recruit .type__point h3 {
  position: absolute;
  top: -2rem;
  left: 5rem;
  font-size: 4.8rem;
  font-family: "Fjalla One", sans-serif;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__point h3 {
    left: 2rem;
  }
}
.page-recruit .type__point h3 span {
  background: linear-gradient(246deg, #008ECC 17.74%, #B2D248 119.04%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.page-recruit .type__point p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .page-recruit .type__point p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.page-recruit .type .link-button {
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-recruit .type .link-button {
    margin-top: 3.2rem;
  }
}
.page-recruit .requirements {
  padding: 8rem 0;
  max-width: 89.2rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page-recruit .requirements {
    padding: 6rem 0;
  }
}
.page-recruit .requirements__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-recruit .requirements__title {
    font-size: 2.4rem;
  }
}
.page-recruit .requirements__content {
  margin-top: 4.8rem;
}
.page-recruit .requirements__content dl {
  display: flex;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 999px) {
  .page-recruit .requirements__content dl {
    flex-wrap: wrap;
  }
}
.page-recruit .requirements__content dl:last-child {
  margin-bottom: 0;
}
.page-recruit .requirements__content dl dt {
  width: 16rem;
  padding: 1.6rem;
  background-color: #E3F3FA;
  font-size: 1.6rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .page-recruit .requirements__content dl dt {
    width: 100%;
  }
}
.page-recruit .requirements__content dl dd {
  width: calc(100% - 16rem);
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #F4F4F4;
}
@media screen and (max-width: 999px) {
  .page-recruit .requirements__content dl dd {
    width: 100%;
  }
}
.page-recruit .requirements .link-button {
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-recruit .requirements .link-button {
    margin-top: 3.2rem;
  }
}

.page-company .kv {
  background-image: url(../image/company/kv.jpg);
}
@media screen and (max-width: 999px) {
  .page-company .kv {
    background-image: url(../image/company/kv_sp.jpg);
  }
}
.page-company .greeting {
  padding: 10.8rem 0 0;
}
@media screen and (max-width: 999px) {
  .page-company .greeting {
    padding: 6rem 0 0;
  }
}
.page-company .greeting__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-company .greeting__title {
    font-size: 2.4rem;
  }
}
.page-company .greeting__content {
  margin-top: 6.4rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .page-company .greeting__content {
    flex-wrap: wrap;
  }
}
.page-company .greeting__content img {
  width: 36rem;
  aspect-ratio: 36/46;
}
@media screen and (max-width: 999px) {
  .page-company .greeting__content img {
    width: 100%;
    display: block;
    margin-top: 3rem;
  }
}
.page-company .greeting__contentLeft {
  width: 73.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .page-company .greeting__contentLeft {
    width: 100%;
  }
}
.page-company .greeting__contentLeft img {
  width: 23.2rem;
  aspect-ratio: 232.35/29.4;
}
@media screen and (max-width: 999px) {
  .page-company .greeting__contentLeft img {
    margin-top: 1rem;
  }
}
.page-company .greeting__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .page-company .greeting__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.page-company .greeting__name {
  display: flex;
  justify-content: flex-end;
  gap: 4.2rem;
  align-items: center;
  margin-top: auto;
}
@media screen and (max-width: 999px) {
  .page-company .greeting__name {
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-company .greeting__company {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .page-company .greeting__company {
    width: 100%;
  }
}
.page-company .vision {
  margin: 10.8rem auto 0;
  max-width: 114rem;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .page-company .vision {
    margin-top: 6rem;
  }
}
.page-company .vision__list {
  background: linear-gradient(190deg, #0058A5 -0.04%, #008ECC 53.88%, #B2D248 114.41%);
}
.page-company .vision__item {
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.8rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-company .vision__item {
    padding: 3.2rem 2.4rem;
  }
}
.page-company .vision__item::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 0.8rem;
}
.page-company .vision__item:last-child {
  margin-bottom: 0;
}
.page-company .vision__item:last-child::before {
  display: none;
}
.page-company .vision__item h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.page-company .vision__item p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
}
.page-company .vision__item p span {
  font-weight: 700;
}
.page-company .overview {
  padding: 8rem 0;
  max-width: 89.2rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page-company .overview {
    padding: 6rem 0;
  }
}
.page-company .overview__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-company .overview__title {
    font-size: 2.4rem;
  }
}
.page-company .overview__content {
  margin-top: 4.8rem;
}
@media screen and (max-width: 999px) {
  .page-company .overview__content {
    margin-top: 3.2rem;
  }
}
.page-company .overview__content dl {
  display: flex;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 999px) {
  .page-company .overview__content dl {
    flex-wrap: wrap;
  }
}
.page-company .overview__content dl:last-child {
  margin-bottom: 0;
}
.page-company .overview__content dl dt {
  width: 16rem;
  padding: 1.6rem;
  background-color: #e3f3fa;
  font-size: 1.6rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .page-company .overview__content dl dt {
    width: 100%;
  }
}
.page-company .overview__content dl dd {
  width: calc(100% - 16rem);
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #F4F4F4;
}
@media screen and (max-width: 999px) {
  .page-company .overview__content dl dd {
    width: 100%;
  }
}
.page-company .overview .link-button {
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-company .overview .link-button {
    margin-top: 3.2rem;
  }
}
.page-company .base {
  padding-bottom: 10.8rem;
}
@media screen and (max-width: 999px) {
  .page-company .base {
    padding-bottom: 6rem;
  }
}
.page-company .base__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-company .base__title {
    font-size: 2.4rem;
  }
}
.page-company .base__content {
  margin-top: 4.8rem;
}
@media screen and (max-width: 999px) {
  .page-company .base__content {
    margin-top: 3.2rem;
  }
}
.page-company .base__subtitle {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-company .base__subtitle {
    font-size: 2rem;
  }
}
.page-company .base__subtitle::before {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #2D374E;
  left: 0;
  bottom: -0.5rem;
  position: absolute;
}
.page-company .base__item {
  margin-top: 4.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .page-company .base__item {
    flex-wrap: wrap;
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 999px) {
  .page-company .base__item:first-child {
    margin-top: 3.2rem;
  }
}
.page-company .base__item iframe {
  width: 30rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 999px) {
  .page-company .base__item iframe {
    width: 100%;
    margin-top: 3rem;
  }
}
.page-company .base__info h4 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .page-company .base__info h4 {
    font-size: 1.8rem;
  }
}
.page-company .base__info p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
.page-company .base__info a {
  color: #0090D2;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 2rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-company .base__info a {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-company .base__info a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}
.page-company .base__info a .icon {
  display: inline-block;
  vertical-align: middle;
  color: #0090D2;
  line-height: 1;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 1rem;
}
.page-company .base__info a .icon::before, .page-company .base__info a .icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.page-company .base__info a .icon::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.page-company .base__info a .icon::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.page-service .kv {
  background-image: url(../image/service/kv.jpg);
}
@media screen and (max-width: 999px) {
  .page-service .kv {
    background-image: url(../image/service/kv_sp.jpg);
  }
}
.page-service .information {
  padding: 10.8rem 0;
}
@media screen and (max-width: 999px) {
  .page-service .information {
    padding: 6rem 0;
  }
}
.page-service .information__title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-service .information__title {
    font-size: 2.4rem;
  }
}
.page-service .information__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-service .information__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-service .information__text {
    margin-top: 1.6rem;
  }
}
.page-service .information__linkList {
  margin-top: 6.4rem;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .page-service .information__linkList {
    flex-wrap: wrap;
    margin-top: 3.6rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 999px) {
  .page-service .information__linkItem {
    width: 100%;
  }
}
.page-service .information__linkItem a {
  display: inline-block;
  background-color: #C4E5F5;
  padding: 3.2rem 4.96rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  border: 2px solid #C4E5F5;
}
@media screen and (max-width: 999px) {
  .page-service .information__linkItem a {
    width: 100%;
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.page-service .information__linkItem a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2D374E;
  line-height: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 2rem;
  top: 50%;
}
@media screen and (min-width: 1000px) {
  .page-service .information__linkItem a:hover {
    background-color: #fff;
  }
}
.page-service .information__list {
  margin-top: 10.8rem;
}
@media screen and (max-width: 999px) {
  .page-service .information__list {
    margin-top: 4.8rem;
  }
}
.page-service .information__item {
  display: flex;
  gap: 6.4rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10.8rem;
}
@media screen and (max-width: 999px) {
  .page-service .information__item {
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 8rem;
  }
}
.page-service .information__item:last-child {
  margin-bottom: 0;
}
.page-service .information__item img {
  width: 60.8rem;
  aspect-ratio: 608/385;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .page-service .information__item img {
    width: 100%;
    order: 1;
  }
}
.page-service .information__item h3 span {
  background: linear-gradient(50deg, #4BA6DF -20.28%, #0060B4 84.96%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .page-service .information__item h3 span {
    font-size: 2.4rem;
  }
}
.page-service .information__item p {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .page-service .information__item p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-service .information__item p {
    margin-top: 1.6rem;
  }
}
.page-service .information__item .link-button {
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .page-service .information__item .link-button {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 999px) {
  .page-service .information__content {
    order: 2;
  }
}

.page-works .kv {
  background-image: url(../image/works/kv.jpg);
}
@media screen and (max-width: 999px) {
  .page-works .kv {
    background-image: url(../image/works/kv_sp.jpg);
  }
}
.page-works .information {
  padding: 10.8rem 0;
}
@media screen and (max-width: 999px) {
  .page-works .information {
    padding: 6rem 0;
  }
}
.page-works .information__linkList {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-bottom: 10.8rem;
}
@media screen and (max-width: 999px) {
  .page-works .information__linkList {
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 4.8rem;
  }
}
.page-works .information__linkItem {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 999px) {
  .page-works .information__linkItem {
    width: 100%;
  }
}
.page-works .information__linkItem a {
  width: 100%;
  display: inline-block;
  background-color: #C4E5F5;
  padding: 3.2rem 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  border: 2px solid #C4E5F5;
}
@media screen and (max-width: 999px) {
  .page-works .information__linkItem a {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.page-works .information__linkItem a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2D374E;
  line-height: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 2rem;
  top: 50%;
}
@media screen and (min-width: 1000px) {
  .page-works .information__linkItem a:hover {
    background-color: #fff;
  }
}
.page-works .works {
  margin-bottom: 8rem;
}
.page-works .works:last-child {
  margin-bottom: 0;
}
.page-works .works__title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 0.8rem 0;
  color: #fff;
  background: linear-gradient(50deg, #4BA6DF -20.28%, #0060B4 84.96%);
}
@media screen and (max-width: 999px) {
  .page-works .works__title {
    font-size: 2.4rem;
  }
}
.page-works .works__list {
  margin-top: 4rem;
  display: flex;
  gap: 4rem 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .page-works .works__list {
    flex-wrap: wrap;
    margin-top: 2.4rem;
  }
}
.page-works .works__item {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 999px) {
  .page-works .works__item {
    width: 100%;
  }
}
.page-works .works__item img {
  width: 100%;
}
.page-works .works__item h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1.6rem;
}
@media screen and (max-width: 999px) {
  .page-works .works__item h3 {
    font-size: 1.8rem;
  }
}
.page-works .works__item p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 0.8rem;
}
@media screen and (max-width: 999px) {
  .page-works .works__item p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.page-privacypolicy .kv {
  background-image: url(../image/privacypolicy/kv.jpg);
}
@media screen and (max-width: 999px) {
  .page-privacypolicy .kv {
    background-image: url(../image/privacypolicy/kv_sp.jpg);
  }
}
.page-privacypolicy .policy {
  padding: 8rem 0;
}
@media screen and (max-width: 999px) {
  .page-privacypolicy .policy {
    padding: 6rem 0;
  }
}
.page-privacypolicy .policy .inner {
  max-width: 89.2rem;
}
.page-privacypolicy .policy__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .page-privacypolicy .policy__title {
    font-size: 2.4rem;
  }
}
.page-privacypolicy .policy__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .page-privacypolicy .policy__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-privacypolicy .policy__text {
    margin-top: 1.6rem;
  }
}
.page-privacypolicy .policy__list {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  .page-privacypolicy .policy__list {
    margin-top: 5rem;
  }
}
.page-privacypolicy .policy__item {
  margin-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .page-privacypolicy .policy__item {
    margin-bottom: 5rem;
  }
}
.page-privacypolicy .policy__item:last-child {
  margin-bottom: 0;
}
.page-privacypolicy .policy__item ul {
  margin-top: 2.4rem;
}
.page-privacypolicy .policy__item ul li {
  font-size: 1.6rem;
  line-height: 1.8;
}
.page-privacypolicy .policy__item a {
  color: #0090D2;
  font-size: 1.4rem;
  line-height: 1.7;
  display: block;
  position: relative;
  margin-top: 2.4rem;
}
.page-privacypolicy .policy__item a + a {
  margin-top: 0.8rem;
}
@media screen and (max-width: 999px) {
  .page-privacypolicy .policy__item a {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-privacypolicy .policy__item a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}
.page-privacypolicy .policy__item a .icon {
  display: inline-block;
  vertical-align: middle;
  color: #0090D2;
  line-height: 1;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 1rem;
}
.page-privacypolicy .policy__item a .icon::before, .page-privacypolicy .policy__item a .icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.page-privacypolicy .policy__item a .icon::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.page-privacypolicy .policy__item a .icon::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.page-notfound main {
  padding: 10.8rem 0;
  margin-top: 10.8rem;
}
@media screen and (max-width: 999px) {
  .page-notfound main {
    padding: 6rem 0;
    margin-top: 6rem;
  }
}
.page-notfound main h1 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  color: #0090D2;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-notfound main h1 {
    font-size: 2.4rem;
  }
}
.page-notfound main h2 {
  margin-top: 2.4rem;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-notfound main h2 {
    font-size: 1.8rem;
  }
}
.page-notfound main p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-notfound main p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.page-notfound main .link-button {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  .page-notfound main .link-button {
    margin-top: 4.8rem;
  }
}

.page-contact .kv {
  background-image: url(../image/contact/kv.jpg);
}
@media screen and (max-width: 999px) {
  .page-contact .kv {
    background-image: url(../image/contact/kv_sp.jpg);
  }
}
.page-contact .about {
  padding-top: 10.8rem;
}
@media screen and (max-width: 999px) {
  .page-contact .about {
    padding-top: 6rem;
  }
}
.page-contact .about .inner {
  max-width: 89.2rem;
}
.page-contact .about__content {
  background: linear-gradient(61deg, rgba(203, 232, 107, 0.28) 6.54%, rgba(57, 184, 239, 0.28) 120.38%);
  padding: 4.8rem 8rem;
}
@media screen and (max-width: 999px) {
  .page-contact .about__content {
    padding: 4rem 2rem;
  }
}
.page-contact .about__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .about__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .page-contact .about__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-contact .about__text {
    margin-top: 1.6rem;
  }
}
.page-contact .form {
  padding: 4rem 0 10.8rem;
}
@media screen and (max-width: 999px) {
  .page-contact .form {
    padding-bottom: 6rem;
  }
}
.page-contact .form .inner {
  max-width: 89.2rem;
}
.page-contact .form__text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-contact .form__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.page-contact .form__content {
  margin-top: 4.8rem;
}
.page-contact .form__content dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 999px) {
  .page-contact .form__content dl {
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.page-contact .form__content dl:last-child {
  margin-bottom: 0;
}
.page-contact .form__content dl dt {
  padding-left: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (max-width: 999px) {
  .page-contact .form__content dl dt {
    padding-left: 0;
  }
}
.page-contact .form__content dl dt .hissu {
  background-color: #E95464;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3rem 0.8rem;
  border-radius: 0.4rem;
  margin-left: 0.8rem;
}
.page-contact .form__content dl dd {
  width: 62.2rem;
}
.page-contact .form__content dl dd input {
  border: 1px solid #B3B3B3;
  width: 100%;
  height: 4.8rem;
  padding: 0 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
.page-contact .form__content dl dd textarea {
  border: 1px solid #B3B3B3;
  width: 100%;
  min-height: 15rem;
  padding: 0 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
.page-contact .form__content input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page-contact .form__content span.wpcf7-spinner {
  display: none;
}
.page-contact .form__content input[type=submit] {
  background-color: #0090D2;
  display: inline-block;
  padding: 2.65rem 6.4rem;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  border: 1px solid #0090D2;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 999px) {
  .page-contact .form__content input[type=submit] {
    font-size: 1.6rem;
    padding: 2rem 6.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-contact .form__content input[type=submit]:hover {
    background-color: #006ECE;
  }
}
.page-contact .form__content .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.4rem;
}
.page-contact .form__example {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  display: inline-block;
}
.page-contact .form__policy {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.page-contact .form__policy a {
  color: #0090D2;
}
.page-contact .form__checkbox {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 0.8rem;
}
.page-contact .form__checkbox input[type=checkbox] {
  display: none;
}
.page-contact .form__checkbox .wpcf7-list-item-label {
  cursor: pointer;
}
.page-contact .form__checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border: 2px solid;
  background: #fff;
  position: absolute;
  left: -1.2rem;
  top: 0.2rem;
  box-sizing: border-box;
}
.page-contact .form__checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.9rem;
  border-top: 3px solid #2D374E;
  border-right: 3px solid #2D374E;
  transform: rotate(135deg);
  position: absolute;
  left: -0.7rem;
  top: 0.5rem;
}
.page-contact .form__button {
  position: relative;
  display: block;
  width: 20.6rem;
  margin: 4.8rem auto 0;
}
.page-contact .form__button::before, .page-contact .form__button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 2rem;
  width: 1rem;
  height: 2px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: background-color 0.3s ease;
  z-index: 10;
}
.page-contact .form__button::before {
  transform: rotate(45deg);
}
.page-contact .form__button::after {
  transform: rotate(-45deg);
}
.page-contact .form .wpcf7-response-output {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0.5rem 1.1rem;
}
@media screen and (max-width: 999px) {
  .page-contact .form .wpcf7-response-output {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.page-news .kv {
  background-image: url(../image/news/kv.jpg);
}
@media screen and (max-width: 999px) {
  .page-news .kv {
    background-image: url(../image/news/kv_sp.jpg);
  }
}
.page-news .news {
  padding: 10.8rem 0;
}
@media screen and (max-width: 999px) {
  .page-news .news {
    padding: 6rem 0;
  }
}
.page-news .news .inner {
  max-width: 89.2rem;
}
.page-news .news__item {
  padding: 2.4rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.page-news .news__link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 999px) {
  .page-news .news__link {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-news .news__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in;
  }
}
.page-news .news__date {
  font-family: "Fjalla One", sans-serif;
  color: #0090D2;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .page-news .news__date {
    font-size: 1.6rem;
  }
}
.page-news .news__text {
  font-size: 1.6rem;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 999px) {
  .page-news .news__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .page-news .news__text {
    width: 100%;
  }
}
.page-news .news .navigation {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  .page-news .news .navigation {
    margin-top: 4rem;
  }
}
.page-news .news .nav-links {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 999px) {
  .page-news .news .nav-links {
    flex-wrap: wrap;
    gap: 0.6rem;
  }
}
.page-news .news .page-numbers {
  background-color: #F4F4F4;
  color: #2D374E;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1.8rem;
  font-family: "Fjalla One", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .page-news .news .page-numbers {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
}
.page-news .news .page-numbers.current {
  background-color: #0090D2;
  color: #fff;
}
.page-news .news .page-numbers.dots {
  cursor: default;
}
.page-news .news .page-numbers.dots:hover {
  background-color: #F4F4F4;
  color: #2D374E;
}
@media screen and (min-width: 1000px) {
  .page-news .news .page-numbers:hover {
    background-color: #0090D2;
    color: #fff;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
  }
}
.page-news .newsDetail {
  padding: 10.8rem 0;
}
@media screen and (max-width: 999px) {
  .page-news .newsDetail {
    padding: 6rem 0;
  }
}
.page-news .newsDetail .inner {
  max-width: 89.2rem;
}
.page-news .newsDetail__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-news .newsDetail__title {
    font-size: 2.4rem;
  }
}
.page-news .newsDetail__date {
  font-family: "Fjalla One", sans-serif;
  color: #0090D2;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 999px) {
  .page-news .newsDetail__date {
    font-size: 1.6rem;
  }
}
.page-news .newsDetail__thumbnail {
  width: 100%;
}
.page-news .newsDetail__thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 852/568;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news .newsDetail__thumbnail + p {
  margin-top: 6.4rem;
}
.page-news .newsDetail__content {
  margin-top: 6.4rem;
}
@media screen and (max-width: 999px) {
  .page-news .newsDetail__content {
    margin-top: 4rem;
  }
}
.page-news .newsDetail__content h2 {
  font-size: 2.2rem;
  position: relative;
  padding: 8rem 0 0;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 999px) {
  .page-news .newsDetail__content h2 {
    padding: 4rem 0 0;
  }
}
.page-news .newsDetail__content h2::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  background: linear-gradient(50deg, #4BA6DF -20.28%, #0060B4 84.96%);
  width: 15rem;
  height: 0.2rem;
  z-index: 1;
}
.page-news .newsDetail__content h2::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  background: #F4F4F4;
  width: 100%;
  height: 0.2rem;
}
.page-news .newsDetail__content h3 {
  font-size: 2rem;
  margin: 6rem 0 2.4rem;
  padding-left: 1.3rem;
  border-left: 0.5rem solid #0090D2;
}
@media screen and (max-width: 999px) {
  .page-news .newsDetail__content h3 {
    margin-top: 4rem;
  }
}
.page-news .newsDetail__content h4 {
  font-size: 2rem;
}
.page-news .newsDetail__content h5 {
  font-size: 1.8rem;
}
.page-news .newsDetail__content h6 {
  font-size: 1.6rem;
}
.page-news .newsDetail__content h2, .page-news .newsDetail__content h3, .page-news .newsDetail__content h4, .page-news .newsDetail__content h5, .page-news .newsDetail__content h6 {
  font-weight: bold;
  line-height: 1.5;
}
.page-news .newsDetail__content h4, .page-news .newsDetail__content h5, .page-news .newsDetail__content h6 {
  padding: 4rem 0 1.6rem;
}
.page-news .newsDetail__content figure {
  margin-top: 3.2rem;
  display: inline-block;
}
.page-news .newsDetail__content figure img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.page-news .newsDetail__content figure + p {
  margin-top: 6.4rem;
}
@media screen and (max-width: 999px) {
  .page-news .newsDetail__content figure + p {
    margin-top: 4rem;
  }
}
.page-news .newsDetail__content p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .page-news .newsDetail__content p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.page-news .newsDetail__content p + p {
  margin-top: 3.2rem;
}
.page-news .newsDetail .link-button {
  margin-top: 6.4rem;
}

.page-newsDetail {
  margin: 8rem auto 0;
}
@media screen and (max-width: 999px) {
  .page-newsDetail {
    margin: 4rem auto 0;
  }
}/*# sourceMappingURL=style.css.map */