@charset "UTF-8";
/*
Theme Name: underscore child
Version: 20240426
Template: underscore
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: #3d3d3d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  opacity: 0.5; /* 透過率50% */
  transition: 0.5s; /* 0.2秒アニメーション */
  -webkit-transition: 0.5s;
}

/* --- inner --- */
.inner {
  width: 86%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.inner-spfull {
  width: 86%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.top-h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.page-h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  /* --- inner --- */
  .inner {
    width: 86%;
    max-width: 86%;
  }
  .inner-spfull {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .top-h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .page-h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  background-color: #fff;
  z-index: 6000;
  transition: all 0.3s ease-out;
  transition: var(--transit-default, all 0.3s ease-out);
  width: 100%;
}
.pc-header input, .pc-header label {
  display: none;
}
.pc-header .pc-navigation {
  display: flex;
  flex-wrap: nowrap;
}
.pc-header .pc-navigation .header-logo {
  width: 200px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
.pc-header .pc-navigation .header-logo img {
  display: block;
}
.pc-header .pc-navigation .global-navi {
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.pc-header .pc-navigation .global-navi ul {
  -webkit-padding-start: 0px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px 30px;
}
.pc-header .pc-navigation .global-navi ul li a {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
}
.pc-header .pc-navigation .global-navi .contact-btn {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 1rem;
}
.pc-header .pc-navigation .global-navi .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #177aa8;
  border-radius: 7px;
  width: 13rem;
  height: 2.8rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sp-header {
    position: fixed;
    background-color: #FFF;
    height: 57px;
    top: 0;
    width: 100%;
    z-index: 255;
  }
  .sp-header .logo-box {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .sp-header .logo-box img {
    width: 200px;
  }
  .sp-header nav {
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
  }
  @keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  .sp-header #overlay-button {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .sp-header #overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: rgb(41, 40, 40);
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .sp-header #overlay-button span:before {
    top: -10px;
    visibility: visible;
  }
  .sp-header #overlay-button span:after {
    top: 10px;
  }
  .sp-header #overlay-button span:before, .sp-header #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: rgb(41, 40, 40);
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
  }
  .sp-header #overlay-button:hover span, .sp-header #overlay-button:hover span:before, .sp-header #overlay-button:hover span:after {
    background-color: rgb(41, 40, 40);
  }
  .sp-header input[type=checkbox] {
    display: none;
  }
  .sp-header input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
  }
  .sp-header input[type=checkbox]:checked ~ #overlay-button:hover span, .sp-header input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
  }
  .sp-header input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .sp-header input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .sp-header #overlay {
    height: 100%;
    width: 100vw;
    background: #645c5b;
    z-index: 2;
    visibility: hidden;
    position: fixed;
    top: 0;
    overflow-x: scroll;
    overscroll-behavior: contain;
  }
  .sp-header #overlay.active {
    list-style: disc;
  }
  .sp-header #overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding-left: 0;
    list-style-type: none;
  }
  .sp-header #overlay ul li {
    padding: 1em;
  }
  .sp-header #overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
  }
  .sp-header #overlay ul li a span {
    display: inline-block;
  }
  .sp-header #overlay ul li a .en {
    margin-right: 10px;
  }
  .sp-header #overlay ul li a .ja {
    color: #d3d3d3;
  }
  .sp-header #overlay ul li a:hover {
    color: #000 !important;
  }
}
/* ページヘッダー */
.page-wrapper .page-header {
  width: 100%;
  height: 500px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-wrapper .page-header h1 {
  color: #4b4b4b;
  font-size: 1.4rem;
  font-weight: bold;
}
.page-wrapper .page-header span {
  color: #C73357;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* パンくずリスト */
.pankuzu {
  background-color: #FFF;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.pankuzu ul {
  list-style: none;
  font-size: 0.8rem;
}
.pankuzu ul li {
  display: inline;
}
.pankuzu ul li a {
  color: inherit;
  text-decoration: none;
}

.pankuzu li + li:before {
  content: ">";
  margin: 0.5em;
}

/* 2カラム */
.column-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.column-wrap .left-column {
  width: 70%;
  margin-right: 5%;
}
.column-wrap .right-column {
  width: 25%;
}

/*   404 notfound   */
main .nf404-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .nf404-wrap h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
main .nf404-wrap p {
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
main .nf404-wrap a {
  color: #000;
  text-decoration: underline;
}

/* サイドバー */
.sidebar .sidebar-section {
  margin-bottom: 2rem;
}
.sidebar .sidebar-section h2 {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  margin-bottom: 1rem;
}
.sidebar .sidebar-section ul li {
  font-size: 0.9rem;
  margin-bottom: 3px;
}

/* 検索フォーム */
.search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}
.search-form label {
  width: 100%;
}
.search-form label input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-size: 1em;
  outline: none;
}
.search-form label input::-moz-placeholder {
  color: #777777;
}
.search-form label input::placeholder {
  color: #777777;
}
.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: #6aaf82;
  cursor: pointer;
}
.search-form button::after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
}

/* footer */
.site-footer {
  padding-top: 100px;
  background-color: #f9f8f4;
}
.site-footer .footer-wrap {
  display: flex;
  padding-bottom: 30px;
}
.site-footer .footer-wrap .footer-left {
  width: 35%;
  margin-right: 5%;
}
.site-footer .footer-wrap .footer-left h1 {
  font-size: 1rem;
  margin-bottom: 20px;
}
.site-footer .footer-wrap .footer-left .footer-add {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 25px;
}
.site-footer .footer-wrap .footer-left .footer-tel {
  font-size: 0.9rem;
  display: block;
}
.site-footer .footer-wrap .footer-left .footer-fax {
  font-size: 0.9rem;
  display: block;
}
.site-footer .footer-wrap .footer-right {
  width: 60%;
}
.site-footer .footer-wrap .footer-right .foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
  margin-bottom: 40px;
}
.site-footer .footer-wrap .footer-right .foot-nav li {
  width: 30%;
}
.site-footer .footer-wrap .footer-right .foot-scnav {
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.site-footer .footer-wrap .footer-right .foot-scnav li {
  width: 45%;
}
.site-footer .footer-wrap .footer-right .foot-scnav li a {
  height: 40px;
  background-color: #b6b4b4;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 0.9rem;
}
.site-footer .site-info {
  font-size: 0.8rem;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #CCC;
}

/* pagination */
.pagination {
  margin-top: 3rem;
  text-align: center;
}
.pagination .nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .nav-links .page-numbers a.page-numbers, .pagination .nav-links .page-numbers .current, .pagination .nav-links .page-numbers a.prev, .pagination .nav-links .page-numbers a.next, .pagination .nav-links .page-numbers .dots {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #7090DD;
  border-radius: 50%;
  margin-right: 25px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #7090DD;
}
.pagination .nav-links a.page-numbers:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
  border-radius: 50%;
}
.pagination .nav-links .page-numbers.current {
  background: #7090DD;
  color: #FFFFFF;
  padding: 0;
}
.pagination .nav-links a.prev, .pagination .nav-links a.next {
  border: 1px solid #004BB1;
  color: #004BB1;
  position: relative;
}
.pagination .nav-links .next::before, .pagination .nav-links .prev::after {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: 40px;
  background-color: rgb(224, 215, 215);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pagination .nav-links .next::before {
  left: -15px;
}
.pagination .nav-links .prev::after {
  right: -15px;
}
.pagination .nav-links .dots {
  background: transparent;
  border: none;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 10px;
  }
  .page-wrapper {
    padding-top: 70px;
  }
  .page-wrapper .page-header {
    width: 100%;
    height: 200px;
    background-image: url("../img/page/page-header-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page-wrapper .page-header h1 {
    color: #000;
    font-size: 1.5rem;
  }
  .page-wrapper .page-header span {
    color: #000;
    font-size: 0.8rem;
  }
  .page-wrapper main {
    background-color: #F7F7F7;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* 2カラム */
  .column-wrap {
    display: block;
    margin-bottom: 3rem;
  }
  .column-wrap .left-column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3rem;
  }
  .column-wrap .right-column {
    width: 100%;
  }
  /* pagination */
  .pagination {
    margin-top: 3rem;
    text-align: center;
  }
  .pagination .nav-links .page-numbers a.page-numbers, .pagination .nav-links .page-numbers .current, .pagination .nav-links .page-numbers a.prev, .pagination .nav-links .page-numbers a.next, .pagination .nav-links .page-numbers .dots {
    width: 30px;
    height: 30px;
    margin-right: 25px;
    font-size: 0.8rem;
  }
  .pagination .nav-links .next::before, .pagination .nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .pagination .nav-links .next::before {
    left: -15px;
  }
  .pagination .nav-links .prev::after {
    right: -15px;
  }
  .pagination .nav-links .dots {
    background: transparent;
    border: none;
  }
  .site-footer {
    padding-top: 40px;
    background-color: #f9f8f4;
  }
  .site-footer .footer-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .site-footer .footer-wrap .footer-left {
    width: 100%;
    margin-right: 0%;
    order: 2;
  }
  .site-footer .footer-wrap .footer-left h1 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .site-footer .footer-wrap .footer-left .footer-add {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 25px;
  }
  .site-footer .footer-wrap .footer-left .footer-tel {
    font-size: 0.9rem;
    display: block;
  }
  .site-footer .footer-wrap .footer-left .footer-fax {
    font-size: 0.9rem;
    display: block;
  }
  .site-footer .footer-wrap .footer-right {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .site-footer .footer-wrap .footer-right .foot-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 5%;
    margin-bottom: 40px;
  }
  .site-footer .footer-wrap .footer-right .foot-nav li {
    width: 30%;
    text-align: center;
  }
  .site-footer .footer-wrap .footer-right .foot-scnav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .site-footer .footer-wrap .footer-right .foot-scnav li {
    width: 45%;
  }
  .site-footer .footer-wrap .footer-right .foot-scnav li a {
    height: 30px;
    background-color: #b6b4b4;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 0.9rem;
  }
  .site-footer .site-info {
    font-size: 0.8rem;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #CCC;
  }
}/*# sourceMappingURL=main.css.map */