@charset "UTF-8";
/* setting */
:root {
  --blue: #02a2e5;
  --blue2: #1a3b85;
  --black: #000;
}

/* base */
* {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt";
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05px;
  color: #000;
}

figure {
  margin: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.3s 0s ease;
  color: var(--black);
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.pc-only,
.sp-only {
  display: none;
}

@media (min-width: 769px) {
  .pc-only {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: inherit;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  line-height: 1.6;
  padding-top: 4.375rem;
  scroll-padding-top: 4.375rem;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
    padding-top: 3.125rem;
    scroll-padding-top: 3.125rem;
  }
}

.min {
  font-family: "Noto Serif", serif;
  font-style: normal;
}

.inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

@media (max-width: 1210px) {
  .inner {
    padding: 0 20px;
  }
}
.title {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  border-bottom: 6px solid #f3f6f7;
  padding-bottom: 0.4375rem;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title {
    border-width: 4px;
    margin-bottom: 1.875rem;
  }
}
.title .en {
  padding: 0 0 0 1.25rem;
  color: #666666;
  font-weight: 500;
  font-size: clamp(0.8125rem, 4vw, 1.5rem);
}
.title::before {
  content: "";
  background: var(--blue2);
  width: 320px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
}
@media (max-width: 768px) {
  .title::before {
    width: 30%;
    height: 4px;
  }
}
.title-sub {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.title-sub::before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--blue);
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1.25rem;
}
@media (max-width: 768px) {
  .header .inner {
    padding: 0.625rem 1.25rem;
  }
}
.header-logo {
  max-width: 190px;
  z-index: 5;
}
.header-logo img {
  vertical-align: baseline;
}
.header-list {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  gap: 3.125rem;
}
@media (max-width: 768px) {
  .header-list {
    display: none;
  }
}
.header-list.is-active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 3.75rem 1.25rem 2.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .header-list__item {
    font-size: 1rem;
    margin: 1.25rem 0;
  }
}
.header-list__item:has(.header-child):hover .header-child {
  visibility: visible;
}
.header-child {
 position: absolute;
 top: 0;
 left: 0;
 width: max-content;
 padding-top: 10px;
 top : 20px;
 visibility: hidden;
}

.header-child__item {
 
}

.header-child__item a {
  background-color: rgba(2, 162, 229, 0.3);
  padding: 5px 10px;
  display: block;
  font-size: 0.9rem;
}
.header-list__item--contact a {
  background: var(--blue2);
  color: #fff;
  padding: 0.3125rem 1.25rem;
}
.header-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  flex-direction: column;
  width: 25px;
  height: 30px;
  gap: 0.3125rem;
  display: none;
}
@media (max-width: 768px) {
  .header-toggle {
    display: flex;
  }
}
.header-toggle span {
  width: 100%;
  height: 3px;
  background: var(--blue2);
  display: block;
  transition: 0.3s all;
}
.header-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.header-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -8px;
}

.mv {
  background: url("../img/bg_mv.png") no-repeat center center;
  background-size: cover;
  padding: 4.375rem 0;
}
.mv-lead {
  color: var(--blue2);
  font-size: clamp(1.875rem, 4vw, 2.875rem);
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .mv-lead {
    margin-bottom: 0.625rem;
    font-size: clamp(1.875rem, 10vw, 2.875rem);
    text-align: center;
  }
}
.mv-text {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 3.125rem;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .mv-text {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .mv-text {
    text-align: center;
  }
}
.mv-btn a {
  background: var(--blue);
  color: #fff;
  font-size: clamp(1.75rem, 2.5vw, 1.875rem);
  font-weight: 700;
  width: min(100%, 400px);
  padding: 1.25rem 0 0.625rem;
  text-align: center;
  border-bottom: 3px solid #666;
  display: block;
}
@media (max-width: 768px) {
  .mv-btn a {
    margin: 0 auto;
  }
}
.mv-wrap {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .mv-wrap {
    flex-direction: column;
  }
}
.mv-detail {
  flex: 1;
}
@media (max-width: 768px) {
  .mv-detail {
    margin-bottom: 1.875rem;
  }
}
.mv-image {
  width: 60%;
}
@media (max-width: 1100px) {
  .mv-image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mv-image {
    width: 100%;
  }
}
.mv-image2 {
  max-width: 850px;
  margin: 0 auto;
}

.service {
  background: #f3f6f7;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .service {
    padding: 3.125rem 0;
  }
}
.service-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .service-title {
    margin-bottom: 2.5rem;
  }
}
.service-title .min {
  font-size: clamp(1.875rem, 5vw, 2.5rem);
  color: var(--blue2);
  font-weight: 500;
}
.service-title .ja {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .service-title .ja {
    font-size: 1.125rem;
  }
}
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .service-list {
    grid-template-columns: 1fr;
  }
}
.service-list__item {
  background: #fff;
  padding: 1.25rem 2.5rem;
}
.service-list__label {
  background: var(--blue);
  font-weight: 700;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  top: -1.5625rem;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.25rem, 2.5vw, 1.375rem);
  padding: 1.25rem 1.875rem 0.625rem;
  line-height: 1;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .service-list__label {
    line-height: 1.4;
    text-align: center;
    padding: 0.75rem 1.875rem 0.625rem;
  }
}
.service-list__label::before {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 20px;
  height: 10px;
  background: var(--blue);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.service-list__label--02 {
  padding-top: 0.625rem;
  top: -1.5625rem;
}
.service-list__lead {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .service-list__lead {
    margin-bottom: 1.25rem;
  }
}

.service-list__image {
  margin-bottom: 1.2rem;
}
.service-list__nav a {
    background: var(--blue2);
    display: block;
    max-width: max-content;
    color: #fff;
    text-align: center;
    padding: 0.8rem 2rem 0.4rem;
    border-radius: 10px;
    font-weight : 700;
    margin: 0 auto;
}

.pagenavi {
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center 
}

.wp-pagenavi span.current {
  border: none;
  background: var(--blue);
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  background: #f4f4f4;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.news {
  padding: 8.125rem 0;
}
@media (max-width: 768px) {
  .news {
    padding: 3.125rem 0;
  }
}
.news-date {
  color: #ccc;
}
.news-head .title {
  margin-bottom: 1rem;
}
.news-head {
  margin-bottom:  2.125rem;
}
.news-contents h2.wp-block-heading {
  font-size: clamp(1.425rem, 4vw, 1.8rem);
  border-bottom: 3px solid #f3f6f7;
  margin-bottom: 2rem;
}
.news-contents h3.wp-block-heading {
  font-size: clamp(1.225rem, 4vw, 1.5rem);
  color: var(--blue2);
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .news-contents .wp-block-media-text>.wp-block-media-text__content {
    padding: 0;
  }
}
.news-contents .wp-block-image,
.news-contents .wp-block-table,
.news-contents .wp-block-media-text,
.news-contents .wp-block-buttons {
  margin-bottom: 2rem;
}
.news-contents .wp-block-embed {
  text-align: center;
  margin-bottom: 20px;
}
.news-contents .wp-block-embed iframe {
  aspect-ratio:  16/9;
  height: 100%;
}
.wp-block-button__link {
  background: var(--blue);
}
.news-lower {
  padding-top: 2.125rem;
}
.news-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3.125rem;
}
.news-title .min {
  font-size: clamp(1.875rem, 5vw, 2.5rem);
  color: var(--blue2);
  font-weight: 500;
}
.news-title .ja {
  font-size: 1.25rem;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3.125rem;
  height: 200px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .news-list {
    height: 250px;
  }
}
.news-list__item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .news-list__item {
    display: block;
    padding-top: 15px;
  }
}
.news-list__new {
  color: #CD2828;
  padding-right: 10px;
}
.news-list__date {
  padding-right: 1.25rem;
  font-size: 1.125rem;
}
.news-list__icon {
  background: var(--blue);
  font-size: 1.25rem;
  color: #fff;
  border-radius: 4px;
  padding: 0.125rem 1.25rem;
  border-radius: 10px;
  min-width: 180px;
  text-align: center;
}
@media (max-width: 1000px) {
  .news-list__icon {
    font-size: 0.9375rem;
  }
}
.news-category-top {
  color: var(--blue);
  font-size: clamp(1.4rem, 4vw,1.8rem);
  margin-bottom: 3rem;
}
.news-list__icon a {
  color: #fff;
}
.news-list__text {
  padding-left: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .news-list__text {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .news-list__text {
    display: block;
    padding-left: 0;
  }
}
.news-contents {
  padding-bottom: 5rem;
}
.news-more {
  text-align: center;
}
.news-more a {
  background: var(--blue2);
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
  padding: 0.3125rem;
}
@media (max-width: 768px) {
  .news-more a {
    font-size: 1.25rem;
  }
}

.box-lead {
  line-height: 2;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .box-lead {
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}
.box-bg {
  background: #f1f1dc;
  padding: 3.125rem 4.375rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .box-bg {
    padding: 1.875rem 1.25rem;
    gap: 1.875rem;
    margin-bottom: 2.5rem;
  }
}
.box-bg__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .box-bg__wrap {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.box-bg__label {
  color: var(--blue2);
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  width: 200px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .box-bg__label {
    width: 100%;
  }
}
.box-bg__text {
  flex: 1;
  line-height: 1.8;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 520px) {
  .box-bg__text {
    font-size: 1rem;
  }
}
.box-bg__text .btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--blue);
  color: #fff;
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  font-weight: 700;
  border-radius: 10px;
  padding: 0.9375rem 2.5rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.box-bg__tel {
  font-size: clamp(1.25rem, 5vw, 1.875rem);
  color: var(--blue);
  font-weight: 700;
  padding: 0 0 0 1.25rem;
}
.box-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .box-list {
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }
}
.box-list__lead {
  text-align: center;
  font-size: 1.25rem;
  color: var(--blue);
  font-weight: 700;
}
@media (max-width: 768px) {
  .box-list__lead {
    font-size: 1.125rem;
  }
}
.box-image {
  max-width: 900px;
  margin: 0 auto 12.5rem;
}
@media (max-width: 768px) {
  .box-image {
    margin: 0 auto 3.125rem;
  }
}

.cooperation-bg {
  border: 3px solid var(--blue2);
  border-radius: 2.5rem;
  padding: 2.5rem 3.75rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .cooperation-bg {
    margin-bottom: 2.5rem;
    padding: 2.5rem 0.625rem;
    margin: 0 0rem 1.875rem;
    border-radius: 1.25rem;
  }
}
.cooperation-title {
  color: var(--blue2);
  font-size: clamp(1.375rem, 5vw, 1.625rem);
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .cooperation-title {
    margin-bottom: 1.25rem;
  }
}
.cooperation-lead {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .cooperation-lead {
    font-size: 1rem;
  }
}
.cooperation-list {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-bottom: 1.25rem;
}
.cooperation-list:last-child {
  margin-bottom: 0;
}
.cooperation-list__title {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  color: var(--blue2);
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cooperation-list__title {
    font-size: 1.125rem;
  }
}
.cooperation-list__title::before {
  content: "";
  background: transparent url("../img/icon_link.png");
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cooperation-list__title::before {
    width: 18px;
    height: 18px;
  }
}
.cooperation-list__title a {
  color: var(--blue2);
}
.cooperation-list__text {
  padding-left: 1.875rem;
  color: var(--blue2);
}

.contact {
  background: #f3f6f7;
  padding: 4.375rem 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 2.5rem 0;
  }
}
.contact .inner {
  width: min(100%, 1100px);
}
.contact-title {
  text-align: center;
  color: var(--blue2);
  font-size: clamp(1.625rem, 4vw, 2.5rem);
  margin-bottom: 1.25rem;
}
.contact-lead {
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 1.875rem;
}
.contact-list {
  display: flex;
  justify-content: center;
  gap: 4.375rem;
}
@media (max-width: 520px) {
  .contact-list {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.contact-list__item {
  max-width: 400px;
}
.contact-list__item--tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-size: clamp(1.875rem, 3vw, 2.9375rem);
}
.contact-list__item--tel::before {
  content: "";
  background: transparent url("../img/icon_tel.svg");
  width: 50px;
  height: 50px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contact-list__item--tel::before {
    width: 30px;
    height: 30px;
  }
}
.contact-list__item--mail {
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9375rem;
  padding: 0.9375rem 3.125rem;
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  font-weight: 700;
}
.contact-list__item--mail::before {
  content: "";
  background: transparent url("../img/icon_mail.svg");
  width: 50px;
  height: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contact-list__item--mail::before {
    width: 30px;
    height: 20px;
  }
}

.footer {
  background: var(--blue);
  padding: 2.5rem 0 1.25rem;
  text-align: center;
  color: #fff;
}
.footer-logo {
  max-width: 120px;
  margin: 0 auto 1.25rem;
}
.footer-text {
  font-size: clamp(1.125rem, 3vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 0rem;
}
@media (max-width: 768px) {
  .footer-text {
    margin-bottom: 0.625rem;
  }
}
.footer-text2 {
  font-size: clamp(1.125rem, 2.5vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-text2 img {
  max-width: 300px;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .footer-text2 img {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .footer-copy {
    font-size: 0.75rem;
  }
}

.lower-mv {
  background: #c0e5f5;
  padding: 3.75rem 0;
  text-align: center;
}
.lower-mv__title {
  font-size: clamp(2.125rem, 5vw, 2.875rem);
}
.lower-mv__title .ja {
  display: block;
  font-size: clamp(1.125rem, 5vw, 1.475rem);
}

.breadcrumb {
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb-list {
  display: flex;
  gap: 1.875rem;
}
.breadcrumb-list__item::after {
  content: "";
  right: -18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 44%;
  display: block;
}
.breadcrumb-list__item:last-child::after {
  display: none;
}
/*# sourceMappingURL=layout.css.map */