@charset "UTF-8";
/*
Theme Name: underscore child
Version: 20240426
Template: underscore
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;900&display=swap");
@font-face {
  font-family: "Helvetica";
  src: url(../font/Helvetica.ttf);
}
body,
button,
input,
select,
optgroup,
textarea {
  line-height: 1.5;
  color: #333;
}

.font-no-tameno-class {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

a {
  color: #333;
}

a:visited {
  color: #333;
}

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

.post, .page {
  margin: 0 !important;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
/* --- 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;
}

@media screen and (max-width: 767px) {
  /* --- inner --- */
  .inner {
    width: 86%;
    max-width: 86%;
  }
  .inner-spfull {
    width: 100%;
    max-width: 100%;
  }
}
.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: 230px;
  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;
  margin-left: 3.5rem;
}
.pc-header .pc-navigation .global-navi .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #595959;
  width: 15rem;
  height: 100%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sp-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    height: 70px;
    z-index: 9999;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .sp-header .sp-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    display: block;
    width: 150px;
  }
  .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: 2px;
    top: 7px;
    padding: 26px 11px;
    z-index: 11;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .sp-header #overlay-button span {
    height: 1px;
    width: 35px;
    border-radius: 0px;
    background-color: rgb(141, 141, 141) !important;
    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: 1px;
    width: 35px;
    border-radius: 0px;
    background-color: rgb(141, 141, 141) !important;
    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(255, 255, 255);
  }
  .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);
    color: #FFF;
  }
  .sp-header input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
    color: #FFF;
  }
  .sp-header #overlay {
    width: 100vw;
    background: #000000;
    z-index: 10;
    visibility: hidden;
    position: fixed;
    padding: 10%;
    display: flex;
    align-items: center;
    height: 100%;
    overflow-y: scroll;
  }
  .sp-header #overlay .spnav-inner {
    width: 100%;
  }
  .sp-header #overlay .spnav-inner .sp-navlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .sp-header #overlay .spnav-inner .sp-navlogo img {
    width: 200px;
  }
  .sp-header #overlay .spnav-inner .sp-navlist {
    display: block;
    margin-bottom: 20px;
  }
  .sp-header #overlay .spnav-inner .sp-navlist li {
    margin-bottom: 10px;
    position: relative;
  }
  .sp-header #overlay .spnav-inner .sp-navlist li::after {
    content: ">";
    font-size: 0.8rem;
    display: block;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sp-header #overlay .spnav-inner .sp-navlist li a span {
    display: flex;
    align-items: center;
    line-height: 1.3;
  }
  .sp-header #overlay .spnav-inner .sp-navlist li a .en {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 4px;
  }
  .sp-header #overlay .spnav-inner .sp-navlist li a .ja {
    color: #d1d1d1;
    font-size: 0.7rem;
  }
  .sp-header #overlay .spnav-inner .sp-navlist-second {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
  }
  .sp-header #overlay .spnav-inner .sp-navlist-second li {
    width: 48%;
    margin-bottom: 0%;
    position: relative;
  }
  .sp-header #overlay .spnav-inner .sp-navlist-second li a span {
    display: flex;
    align-items: center;
    line-height: 1.3;
  }
  .sp-header #overlay .spnav-inner .sp-navlist-second li a .en {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .sp-header #overlay .spnav-inner .sp-navlist-second li a .ja {
    color: #d1d1d1;
    font-size: 0.7rem;
  }
  .sp-header #overlay .spnav-inner .sp-info .left {
    margin-bottom: 35px;
  }
  .sp-header #overlay .spnav-inner .sp-info .left h1 img {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .sp-header #overlay .spnav-inner .sp-info .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-header #overlay .spnav-inner .sp-info .right ul {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .sp-header #overlay .spnav-inner .sp-info .right ul li a img {
    width: 32px;
  }
  .sp-header #overlay.active {
    list-style: disc;
  }
}
/* パンくずリスト */
.pankuzu {
  background-color: #FFF;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 50px;
  display: flex;
  align-items: center;
}
.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;
}

@media screen and (max-width: 767px) {
  .pankuzu {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
/* 2カラム */
.column-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.column-wrap .left-column {
  width: 70%;
  margin-right: 5%;
}
.column-wrap .right-column {
  width: 25%;
}
.column-wrap .right-column .genre-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 6%;
}
.column-wrap .right-column .genre-list ul li {
  width: 47%;
  background-color: #F2F2F2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  height: 40px;
  border-radius: 7px;
}

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: "";
}

.genre-ddlist {
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 35px;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
.genre-ddlist h2 {
  font-weight: bold;
  margin-right: 30px;
  min-width: 250px;
  display: flex;
  align-items: center;
}
.genre-ddlist h2 img {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
}
.genre-ddlist .genre-ddbox {
  width: 100%;
}

.selectbox-6 {
  position: relative;
}

.selectbox-6::before,
.selectbox-6::after {
  position: absolute;
  right: 15px;
  width: 9px;
  height: 6px;
  background-color: #535353;
  content: "";
  pointer-events: none;
}

.selectbox-6::before {
  top: calc(50% - 9px);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.selectbox-6::after {
  bottom: calc(50% - 9px);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.selectbox-6 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  width: 100%;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .genre-ddlist {
    background-color: #f0f0f0;
    border-radius: 7px;
    padding: 17px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: 100%;
  }
  .genre-ddlist h2 {
    font-weight: bold;
    margin-right: 0px;
    margin-bottom: 7px;
    padding-left: 3px;
    font-size: 1rem;
    min-width: 100px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .genre-ddlist h2 img {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
  }
  .genre-ddlist .genre-ddbox {
    width: 100%;
  }
  .genre-ddlist .selectbox-6 select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    min-width: auto;
    height: 2.8em;
    width: 100%;
    padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 0.9rem;
    cursor: pointer;
  }
}
.site-footer .footer-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  background-color: #7D7D7D;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.site-footer .footer-front h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.site-footer .footer-front h2::after {
  display: block;
  content: "Contact";
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.site-footer .footer-front p {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.site-footer .footer-front .footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 13rem;
  height: 2.8rem;
  color: #000000;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.site-footer .fat-footer {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 3rem;
}
.site-footer .fat-footer .footer-left {
  min-width: 250px;
}
.site-footer .fat-footer .footer-left ul {
  margin-bottom: 40px;
}
.site-footer .fat-footer .footer-left ul li a h4 {
  margin-bottom: 10px;
}
.site-footer .fat-footer .footer-left ul li a h4 .en {
  display: inline-block;
  margin-right: 7px;
  font-size: 1rem;
}
.site-footer .fat-footer .footer-left ul li a h4 .ja {
  display: inline-block;
  font-size: 0.55rem;
}
.site-footer .fat-footer .footer-left ul li a h4 .ja::before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
.site-footer .fat-footer .footer-left .foot-info h2 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.site-footer .fat-footer .footer-left .foot-info span {
  display: block;
  margin-bottom: 3px;
}
.site-footer .fat-footer .footer-left .foot-info .text01 {
  font-size: 0.7rem;
}
.site-footer .fat-footer .footer-left .foot-info .text02 {
  font-size: 0.7rem;
  margin-bottom: 15px;
}
.site-footer .fat-footer .footer-left .foot-info .info-yb {
  font-size: 0.8rem;
}
.site-footer .fat-footer .footer-left .foot-info .info-add {
  font-size: 0.8rem;
  margin-bottom: 15px;
}
.site-footer .fat-footer .footer-left .foot-info p {
  font-size: 1rem;
}
.site-footer .fat-footer .footer-right {
  padding-left: 60px;
}
.site-footer .fat-footer .footer-right h4 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.site-footer .fat-footer .footer-right h4 .en {
  display: inline-block;
  margin-right: 7px;
  font-size: 1rem;
}
.site-footer .fat-footer .footer-right h4 .ja {
  display: inline-block;
  font-size: 0.55rem;
}
.site-footer .fat-footer .footer-right h4 .ja::before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
.site-footer .fat-footer .footer-right .foot-service {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6%;
  margin-bottom: 2rem;
}
.site-footer .fat-footer .footer-right .foot-service li {
  width: 47%;
}
.site-footer .fat-footer .footer-right .foot-service li a {
  font-size: 0.8rem;
}
.site-footer .fat-footer .footer-right .foot-works {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4%;
  margin-bottom: 2rem;
}
.site-footer .fat-footer .footer-right .foot-works li {
  width: 22%;
}
.site-footer .fat-footer .footer-right .foot-works li a {
  font-size: 0.8rem;
}
.site-footer .fat-footer .footer-right .foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6%;
  margin-bottom: 1rem;
}
.site-footer .fat-footer .footer-right .foot-links li {
  width: 47%;
}
.site-footer .fat-footer .footer-right .foot-links li a {
  font-size: 0.8rem;
}
.site-footer .site-info {
  height: 60px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 16px;
  }
  /* 2カラム */
  .column-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .column-wrap .left-column {
    width: 100%;
    margin-right: 0%;
  }
  .column-wrap .right-column {
    width: 100%;
  }
  .site-footer .footer-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    background-color: #7D7D7D;
    padding-top: 4rem;
    padding-top: 3rem;
  }
  .site-footer .footer-front h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .site-footer .footer-front h2::after {
    display: block;
    content: "Contact";
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .site-footer .footer-front p {
    font-size: 0.9rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .site-footer .footer-front .footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 13rem;
    height: 2.8rem;
    color: #000000;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .site-footer .fat-footer {
    display: none;
  }
  .site-footer .site-info {
    height: 60px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
  }
}/*# sourceMappingURL=main.css.map */