@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@500&family=Oswald&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

.single-post .entry-body h1, .single-post .entry-body h2, .single-post .entry-body h3, .single-post .entry-body h4, .single-post .entry-body h5, .single-post .entry-body h6, .single-post .entry-body p {
  margin-bottom: var(--vk-margin-element-bottom);
}

.container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container_wide_left {
  margin-left: calc(50% - 50vw);
}

.container_wide_right {
  margin-right: calc(50% - 50vw);
}

.oswald {
  font-family: "Oswald", serif;
}

.f_min {
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 1199px) {
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .tapc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 1199px) {
  .tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab {
    display: none;
  }
}

.spta {
  display: none;
}
@media (max-width: 1199px) {
  .spta {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.flex {
  display: flex;
}

.fdc {
  flex-direction: column;
}

.flex1 {
  flex: 1;
}

.jcsb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.aie {
  align-items: flex-end;
}

.tac {
  text-align: center;
}

.color_white {
  color: #fff;
}

.color_main {
  color: #005aa4;
}

.color_orange {
  color: #f15a24;
}

.color_red {
  color: #c1272d;
}

.border_main {
  border: 1px solid #005aa4;
}

.border_gray {
  border: 1px solid #ccc;
}

.bg_main {
  background: #005aa4;
}

.bg_gray {
  background: #eeefef;
}

.bt_main {
  border-top: 1px solid #005aa4;
}

.bb_main {
  border-bottom: 1px solid #005aa4;
}

.bb_main_2 {
  border-bottom: 2px solid #005aa4;
}

.f_bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .lh14_tab {
    line-height: 1.4;
  }
}

.ti1 {
  text-indent: -1em;
  padding-left: 1em;
}

.ti16 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.w100 {
  width: 100%;
}

.max_900 {
  max-width: 900px;
  margin: 0 auto;
}

.max_h30 {
  max-height: 30px;
}

.max_h40 {
  max-height: 40px;
}

@media (max-width: 1199px) {
  .max_h40_spta {
    max-height: 40px;
    width: auto;
  }
}

@media (max-width: 1199px) {
  .max_h60_spta {
    max-height: 60px;
    width: auto;
  }
}

.fz80p {
  font-size: 80%;
}

.fz80_en {
  font-size: 80px;
}
@media (max-width: 1199px) {
  .fz80_en {
    font-size: 46px;
  }
}

.fz60_en {
  font-size: 60px;
}
@media (max-width: 1199px) {
  .fz60_en {
    font-size: 40px;
  }
}

.fz40_en {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .fz40_en {
    font-size: 24px;
  }
}

.fz40 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .fz40 {
    font-size: 24px;
  }
}

.fz36 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .fz36 {
    font-size: 24px;
  }
}

.fz30 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .fz30 {
    font-size: 22px;
  }
}

.fz26 {
  font-size: 26px;
}
@media (max-width: 1199px) {
  .fz26 {
    font-size: 20px;
  }
}

.fz24 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .fz24 {
    font-size: 20px;
  }
}

.fz22 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .fz22 {
    font-size: 18px;
  }
}

.fz20 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .fz20 {
    font-size: 18px;
  }
}

.fz18 {
  font-size: 18px;
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.fz12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .fzsp20 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .fzsp22 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .fzsp18 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .fzsp16 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .fzsp14 {
    font-size: 14px;
  }
}

.w_fit {
  width: fit-content;
}

.tdno {
  text-decoration: none;
}

.tdunderline {
  text-decoration: underline;
}

.pt100 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .header_scrolled .site-header {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header_scrolled .site-header .global-nav {
    margin: 0;
  }
}

.header {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 1199px) {
  .header {
    height: 50px;
  }
}
.header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 50px;
}
@media (max-width: 1199px) {
  .header .header_content {
    padding: 0 0 0 1rem;
  }
}
.header .header_logo {
  width: 285px;
  margin-right: 1em;
}
@media (max-width: 1199px) {
  .header .header_logo {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .header .header_logo {
    width: 190px;
  }
}
.header .header_nav_wrap {
  width: 815px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .header .header_nav_wrap {
    width: auto;
  }
}
.header .header_nav {
  width: 620px;
  max-width: 100%;
  justify-content: stretch;
}
@media (max-width: 1199px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_nav .header_nav_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .header_nav .header_nav_list > .menu-item {
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  position: relative;
}
.header .header_nav .header_nav_list > .menu-item:not(:first-child)::before {
  content: "|";
  position: absolute;
  top: -2px;
  left: -2px;
  color: #333;
  font-size: 18px;
}
.header .header_nav .header_nav_list > .menu-item > a {
  display: block;
  padding: 2px 0 12px;
}
.header .header_nav .header_nav_list > .menu-item > a .global-nav-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1199px) {
  .header .header_nav .header_nav_list > .menu-item > a .global-nav-name {
    font-size: 16px;
  }
}
.header .header_contact {
  width: 160px;
  display: flex;
}
@media (max-width: 1199px) {
  .header .header_contact {
    width: 100px;
    margin-right: 44px;
  }
}
.header .header_contact_tel,
.header .header_contact_mail {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding-bottom: 6px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header .header_contact_tel,
  .header .header_contact_mail {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
}
.header .header_contact_tel img,
.header .header_contact_mail img {
  width: 25px;
}
@media (max-width: 1199px) {
  .header .header_contact_tel img,
  .header .header_contact_mail img {
    width: 16px;
  }
}
.header .header_contact_tel {
  background: #005aa4;
}
.header .header_contact_tel img {
  margin-bottom: 2px;
}
.header .header_contact_mail {
  background: #c1272d;
}
.header .header_contact_mail img {
  margin-bottom: 4px;
}

.global-nav-list > li > ul.sub-menu {
  background: #fff;
}

.global-nav-list > li > ul.sub-menu a {
  color: #333;
}

.device-mobile .global-nav-list > li {
  display: block;
  padding: 0;
}

.btn_cmn a {
  margin: 0 auto;
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  padding: 10px 1em;
  color: #005aa4;
  border: 1px solid #005aa4;
  font-weight: bold;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  line-height: 1.4;
}
.btn_cmn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #005aa4;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn_cmn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 29px;
  height: 20px;
  background: url(../img/common/arrow_main.png) top left/contain no-repeat;
  transform: translateY(-50%);
  transition-delay: 0.4s;
  z-index: 1;
}
.btn_cmn a:hover {
  color: #fff;
}
.btn_cmn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn_cmn a:hover:after {
  background: url(../img/common/arrow_white.png) top left/contain no-repeat;
}
.btn_cmn a span {
  position: relative;
  z-index: 1;
}

.btn_cmn_w a {
  background: #fff;
}

.btn_cmn_blank a {
  justify-content: flex-start;
}
.btn_cmn_blank a::after {
  content: "";
  position: static;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_blank.png) top left/contain no-repeat;
  transform: none;
  transition-delay: 0.1s;
  z-index: 1;
  margin-left: 10px;
}
.btn_cmn_blank a:hover:after {
  background: url(../img/common/arrow_blank_w.png) top left/contain no-repeat;
}

.btn_cmn_dl a {
  max-width: 330px;
  justify-content: center;
  margin: 0;
}
.btn_cmn_dl a::after {
  content: "";
  position: static;
  width: 16px;
  height: 16px;
  background: url(../img/common/btn_dl.png) top left/contain no-repeat;
  transform: none;
  transition-delay: 0.2s;
  z-index: 1;
  margin-left: 10px;
}
.btn_cmn_dl a:hover:after {
  background: url(../img/common/btn_dl_w.png) top left/contain no-repeat;
}

.ttl_cmn {
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.ttl_cmn .ttl_cmn_en {
  line-height: 1;
}
.ttl_cmn .ttl_cmn_ja {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ttl_cmn .ttl_cmn_ja {
    font-size: 14px;
  }
}
.ttl_cmn .ttl_cmn_ja::before {
  content: "";
  width: 1em;
  height: 1px;
  background: #005aa4;
  display: block;
  margin-right: 10px;
}
.ttl_cmn.ttl_cmn_w {
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ttl_cmn.ttl_cmn_w {
    flex-direction: column;
  }
}
.ttl_cmn.ttl_cmn_w .ttl_cmn_ja {
  line-height: 1;
}
.ttl_by_main {
  border-top: 2px solid #005aa4;
  border-bottom: 2px solid #005aa4;
  padding: 14px 0;
  line-height: 1.4;
}

.unit_title {
  color: #fff;
  background: #005aa4;
  padding: 12px 10px 12px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .unit_title {
    padding: 8px 6px 8px 20px;
  }
}
.unit_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .unit_title::before {
    left: 6px;
  }
}

.unit_list_item_ttl {
  padding-left: 30px;
  font-size: 20px;
  line-height: 1.4;
  color: #005aa4;
  font-weight: bold;
  position: relative;
}
.unit_list_item_ttl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2026/05/icon_check.png) top left/contain no-repeat;
}

.ttl_bb_main {
  padding-bottom: 20px;
  position: relative;
}
.ttl_bb_main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #005aa4;
}

.ttl_border_main {
  padding: 2px 1rem;
  border: 1px solid #005aa4;
  color: #005aa4;
  border-radius: 16px;
  font-size: 18px;
  font-weight: bold;
  width: fit-content;
  min-width: 150px;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .ttl_border_main {
    font-size: 16px;
    min-width: 120px;
  }
}

.link_arrow {
  padding-left: 1.5rem;
  position: relative;
  display: block;
  font-weight: bold;
  color: #005aa4;
}
.link_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 13px;
  background: url(../img/common/arrow_main.png) top left/contain no-repeat;
  z-index: 1;
}

.link_dl {
  padding-left: 1.2rem;
  position: relative;
  display: block;
  font-weight: bold;
  color: #005aa4;
}
.link_dl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/common/btn_dl.png) top left/contain no-repeat;
  z-index: 1;
}

.service {
  padding: 120px 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  .service {
    padding: 60px 0 40px;
  }
}

.service_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}
@media (max-width: 767px) {
  .service_list {
    grid-template-columns: 100%;
  }
}

.service_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #005aa4;
  padding: 1rem 0 0.5rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .service_item {
    border-left: none;
    padding: 1.5rem 0;
  }
}
.service_item:last-child {
  border-right: 1px solid #005aa4;
}
@media (max-width: 767px) {
  .service_item:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .service_item:not(:first-child) {
    border-top: 1px solid #005aa4;
  }
}
.service_item .service_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.service_item:nth-child(1) .service_icon {
  width: 39px;
}
.service_item:nth-child(2) .service_icon {
  width: 56px;
}
.service_item:nth-child(3) .service_icon {
  width: 34px;
}

.service_title {
  margin-top: 10px;
}

.service_text {
  margin-top: 4px;
}

.contact {
  padding: 3rem 0;
  background: #005aa4;
  position: relative;
}
@media (max-width: 767px) {
  .contact {
    padding: 2rem 0;
  }
}

.contact_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1199px) {
  .contact_content {
    gap: 10px;
  }
}

@media (max-width: 1199px) {
  .contact_text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact_text {
    font-size: 20px;
  }
}

.contact_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact_links {
    gap: 10px;
  }
}

.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact_tel {
    font-size: 18px;
  }
}
.contact_tel img {
  width: 28px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contact_tel img {
    width: 16px;
    margin-right: 4px;
  }
}

.contact_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact_mail {
    font-size: 17px;
  }
}
.contact_mail img {
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contact_mail img {
    width: 17px;
    margin-right: 4px;
  }
}

.map_frame {
  position: relative;
  height: 400px;
}
@media (max-width: 767px) {
  .map_frame {
    height: 260px;
  }
}
.map_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.footer {
  padding: 70px 0;
  background: #005aa4;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .footer_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1199px) {
  .footer .footer_content {
    grid-template-columns: 1fr;
  }
}
.footer .footer_info {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 20px;
}
@media (max-width: 1199px) {
  .footer .footer_info {
    justify-content: center;
    grid-template-columns: 300px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer_info {
    grid-template-columns: 100%;
  }
}
.footer .footer_logo {
  width: 60px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer .footer_logo {
    width: 300px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .footer .footer_logo {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .footer .footer_logo a {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 10px;
    align-items: center;
    color: #fff;
  }
}
.footer .footer_info_text_wap p {
  color: #fff;
}
.footer .footer_tel {
  margin-top: 10px;
}
.footer .footer_nav {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .footer_nav {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .footer .footer_nav {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
    gap: 10px;
  }
}
.footer .footer_nav a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer .footer_nav_home {
  grid-column: 1/-1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer .footer_nav_home {
    margin-bottom: 0;
  }
}
.footer .footer_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer_list li {
  margin: 0;
}
.footer .sub-menu {
  padding: 0;
  list-style: none;
}
.footer .sub-menu li {
  position: relative;
}
.footer .sub-menu li::before {
  content: "・";
  color: #fff;
  font-size: 14px;
}

.copyright {
  position: relative;
  padding: 1rem 0;
  text-align: center;
  font-size: 12px;
}

.search .post-list .card-img-top img,
.archive .post-list .card-img-top img {
  height: 170px;
  object-fit: cover;
}

.page_top_btn {
  background: url(../img/common/totop.png) center center/contain no-repeat;
  box-shadow: none;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
}

.lum-lightbox-inner img {
  display: inline-block;
  max-height: 85%;
}
@media (max-width: 767px) {
  .lum-lightbox-inner img {
    max-width: 150vw !important;
  }
}

.lum-close-button {
  top: 90px !important;
  right: 20px !important;
}
@media (max-width: 1199px) {
  .lum-close-button {
    top: 70px !important;
  }
}

.lum-gallery-button {
  display: none !important;
}

@media (min-width: 768px) {
  div#tip_chat_www,
  div#tip_chat_www div img {
    width: 130px !important;
    height: 130px !important;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}
.fadein.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadein2 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
  transition-delay: 0.4s;
}
.fadein2.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadein3 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
  transition-delay: 0.8s;
}
.fadein3.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}