@charset "UTF-8";
.js-show-up {
  opacity: 0;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
.js-show-up.is-show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.js-show-left {
  opacity: 0;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}
.js-show-left.is-show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.js-show-right {
  opacity: 0;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
.js-show-right.is-show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@font-face {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap) format("woff2");
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
  scroll-behavior: smooth;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 572px) {
  html {
    font-size: 14px;
  }
}

input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  margin: 0;
}

dt,
th {
  font-weight: 400;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.wrap {
  margin-inline: auto;
  padding: 0 40px;
  width: min(100%, 1240px);
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

.wrap-tb {
  margin-inline: auto;
  padding: 0 40px;
  width: min(100%, 964px);
}
@media screen and (max-width: 768px) {
  .wrap-tb {
    padding: 0 20px;
  }
}

.wrap-tb-s {
  margin-inline: auto;
  padding: 0 40px;
  width: min(100%, 768px);
}
@media screen and (max-width: 768px) {
  .wrap-tb-s {
    padding: 0 20px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media screen and (max-width: 572px) {
  .mt-150 {
    margin-top: 100px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 572px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 572px) {
  .mt-50 {
    margin-top: 30px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.body-fadein {
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}

.scroll-off {
  overflow: hidden;
}

.sec-head {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 572px) {
  .sec-head {
    padding-top: 70px;
  }
}
.sec-head__en {
  position: absolute;
  top: 0;
  left: 60px;
  color: #F0F0F0;
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  z-index: -1;
}
@media screen and (max-width: 572px) {
  .sec-head__en {
    font-size: 4rem;
    left: 20px;
  }
}
.sec-head__ja {
  background-color: #333;
  width: 400px;
  list-style: 2.6;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 572px) {
  .sec-head__ja {
    font-size: 1.75rem;
    width: 80%;
  }
}

.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #333;
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  -webkit-transition: 1s;
  transition: 1s;
}
.loading.is-hide {
  opacity: 0;
  visibility: hidden;
}
.loading .logo {
  width: 300px;
}
.loading .logo img {
  width: 100%;
}

.nav {
  color: #666;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 572px) {
  .nav {
    margin-top: 20px;
  }
}
.nav__list-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .nav__list-item:not(:first-child) {
    margin-top: 20px;
  }
}
.nav__list-item > a {
  display: block flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid currentColor;
  line-height: 1.1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__list-item > a:hover {
  opacity: 0.5;
}
.nav__list-item > a p:nth-child(1) {
  font-size: 1.5rem;
}
@media screen and (max-width: 572px) {
  .nav__list-item > a p:nth-child(1) {
    font-size: 1.125rem;
  }
}
.nav__list-item > a p:nth-child(2) {
  font-size: 1.125rem;
}
@media screen and (max-width: 572px) {
  .nav__list-item > a p:nth-child(2) {
    font-size: 1rem;
  }
}

@-webkit-keyframes fadeLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
    display: none;
  }
}

@keyframes fadeLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
    display: none;
  }
}
@-webkit-keyframes loadOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: none;
  }
}
@keyframes loadOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: none;
  }
}
.loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  background-color: #333;
  -webkit-animation-name: loadOut;
          animation-name: loadOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.loading__logo {
  position: absolute;
  inset: 0;
  margin: auto;
  text-align: center;
  width: 300px;
  height: 80px;
}
.loading__logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-animation: fadeLogo 1s;
          animation: fadeLogo 1s;
}
.loading__logo img {
  width: 300px;
}
@media screen and (max-width: 572px) {
  .loading__logo img {
    width: 250px;
  }
}

.top-container .link-fix {
  position: fixed;
  inset: 0 0 auto;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-container .link-fix {
    inset: auto 0 0;
  }
}
@media screen and (max-width: 572px) {
  .top-container .link-fix {
    gap: 0;
    inset: auto 0 0;
    width: 100%;
  }
}
.top-container .link-fix__instagram {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: center;
  width: 280px;
  line-height: 2.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 572px) {
  .top-container .link-fix__instagram {
    width: 50%;
  }
}
.top-container .link-fix__instagram:hover, .top-container .link-fix__instagram:focus {
  opacity: 0.7;
}
.top-container .link-fix__contact {
  background-color: #AB9500;
  color: #fff;
  text-align: center;
  width: 280px;
  line-height: 2.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 572px) {
  .top-container .link-fix__contact {
    width: 50%;
  }
}
.top-container .link-fix__contact:hover, .top-container .link-fix__contact:focus {
  opacity: 0.7;
}

.container .header {
  height: 80px;
  padding: 20px 60px;
  position: fixed;
  background-color: transparent;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 10;
  background-color: transparent;
}
@media screen and (max-width: 572px) {
  .container .header {
    padding: 20px;
  }
}
.container .header .logo {
  width: 200px;
}
@media screen and (max-width: 572px) {
  .container .header .logo {
    width: 150px;
  }
}
.container .header .logo img {
  width: 100%;
}
.container .header .hamburger {
  width: 60px;
  aspect-ratio: 1;
  padding: 20px 15px;
  margin-left: auto;
}
@media screen and (max-width: 572px) {
  .container .header .hamburger {
    width: 50px;
    height: 50px;
    padding: 18px 15px;
  }
}
.container .header .hamburger.on-click .inner span:nth-child(1) {
  top: 50%;
  translate: 0 -50%;
  rotate: 390deg;
}
.container .header .hamburger.on-click .inner span:nth-child(2) {
  opacity: 0;
}
.container .header .hamburger.on-click .inner span:nth-child(3) {
  top: 50%;
  translate: 0 -50%;
  rotate: -390deg;
}
.container .header .hamburger .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .header .hamburger .inner span {
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container .header .hamburger .inner span:nth-child(1) {
  top: 0;
}
.container .header .hamburger .inner span:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}
.container .header .hamburger .inner span:nth-child(3) {
  bottom: 0;
}
.container .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  background-image: url(../image/submenu-backimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #666;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 40px;
}
@media screen and (max-width: 572px) {
  .container .submenu {
    padding: 20px;
  }
}
.container .submenu .nav {
  margin-top: 0;
}
.container .submenu.is-show {
  opacity: 1;
  visibility: visible;
}
.container .submenu__banner {
  margin-top: 50px;
  width: min(350px, 80%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container .submenu__banner:hover {
  opacity: 0.7;
}
.container .submenu__banner > img {
  width: 100%;
}
.container .submenu__copylight {
  position: fixed;
  left: 60px;
  bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .container .submenu__copylight {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.container .submenu .nav {
  width: min(500px, 80%);
}

.top-footer {
  position: fixed;
  left: 60px;
  bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top-footer {
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
@media screen and (max-width: 572px) {
  .top-footer {
    bottom: 40px;
    width: 100%;
  }
}

.footer {
  margin-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 572px) {
  .footer {
    margin-top: 50px;
  }
}
.footer__nav {
  width: min(600px, 100%);
  margin-inline: auto;
  color: #666;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 572px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__nav-list:last-child {
  margin-top: 10px;
}
@media screen and (max-width: 572px) {
  .footer__nav-list:last-child {
    margin-top: 0;
  }
}
.footer__nav-item {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 572px) {
  .footer__nav-item {
    border: none;
    text-align: center;
  }
}
.footer__nav-item:first-child {
  border-left: none;
}
.footer__nav-item:last-child {
  border-right: none;
}
.footer__nav-item a {
  display: inline-block;
  padding: 0 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 572px) {
  .footer__nav-item a {
    padding: 0.5em 1.5em;
  }
}
.footer__nav-item a:hover {
  opacity: 0.5;
}
.footer__logo {
  width: 350px;
  margin: 30px auto 0;
}
@media screen and (max-width: 572px) {
  .footer__logo {
    width: 200px;
    margin: 20px auto 0;
  }
}
.footer__logo > a {
  display: inline-block;
}
.footer__logo > a > img {
  width: 100%;
}
.footer__copylight {
  margin-top: 30px;
  text-align: center;
}

.top-container {
  width: 100%;
  height: 100dvh;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 1024px) {
  .top-container {
    padding: 0;
  }
}
.top-container .top-video {
  position: fixed;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-container .top-video {
    width: 100%;
    z-index: -1;
    opacity: 0.3;
  }
}
.top-container .top-video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-container .top-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
}
@media screen and (max-width: 1024px) {
  .top-container .top-main {
    display: block;
    height: 100%;
  }
}
.top-container .top-main .inner {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .top-container .top-main .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.top-container .top-main .inner .logo {
  width: 400px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .top-container .top-main .inner .logo {
    width: 300px;
    position: absolute;
    inset: 60px auto auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-main .inner .logo {
    width: 250px;
    inset: 40px auto auto 40px;
  }
}
@media screen and (max-width: 572px) {
  .top-container .top-main .inner .logo {
    width: 150px;
    inset: 20px auto auto 20px;
  }
}
.top-container .top-main .inner .logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-container .top-main .inner .nav {
    position: absolute;
    inset: auto auto 20vw 60px;
    width: 60%;
  }
}
@media screen and (max-width: 572px) {
  .top-container .top-main .inner .nav {
    position: absolute;
    inset: auto auto 25vw 20px;
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .top-container .top-main .inner .nav__list-item > a p:nth-child(1) {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .top-container .top-main .inner .nav__list-item > a p:nth-child(2) {
    font-size: 0.925rem;
  }
}
.top-container .top-main .main-text {
  position: fixed;
  inset: 50% 0 0 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.25rem;
  height: 550px;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .top-container .top-main .main-text {
    -webkit-transform: none;
            transform: none;
    inset: 60px 60px auto auto;
    font-size: 2.5rem;
    height: 800px;
    font-size: clamp(1.5rem, 5vw, 3rem);
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-main .main-text {
    height: 600px;
    inset: 40px 40px auto auto;
  }
}
@media screen and (max-width: 375px) {
  .top-container .top-main .main-text {
    inset: 20px 40px auto auto;
    letter-spacing: 0.075em;
    height: 400px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .top-container .top-main .main-text {
    inset: 20px 20px auto auto;
  }
}
.top-container .top-main .main-text span {
  opacity: 0;
}

@-webkit-keyframes glow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes glow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.a-service-main .sec-service {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service {
    padding-top: 80px;
  }
}
.a-service-main .sec-service > .wrap {
  margin-top: 50px;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service > .wrap {
    margin-top: 30px;
  }
}
.a-service-main .sec-service__supplement {
  margin-bottom: 10px;
}
.a-service-main .sec-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  color: #fff;
}
@media screen and (max-width: 964px) {
  .a-service-main .sec-service__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
  }
}
.a-service-main .sec-service__list-item {
  position: relative;
  height: 220px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item {
    height: 180px;
  }
}
.a-service-main .sec-service__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 黒い半透明オーバーレイ */
  pointer-events: none;
  /* オーバーレイがクリックを妨げないようにする */
}
.a-service-main .sec-service__list-item .inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .a-service-main .sec-service__list-item .inner {
    padding: 1em;
  }
}
.a-service-main .sec-service__list-item .inner:hover, .a-service-main .sec-service__list-item .inner:focus {
  opacity: 0.7;
}
.a-service-main .sec-service__list-item .inner .business-name {
  font-size: 1.125rem;
  line-height: 1.4;
}
.a-service-main .sec-service__list-item .inner .company-name {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}
.a-service-main .sec-service__list-item .inner .tagline {
  margin-top: 15px;
  text-overflow: ellipsis;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  /* 非WebKitブラウザ用のプロパティ */
}
.a-service-main .sec-service__list-item .modal {
  background-color: #999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
  inset: 50% auto auto 50%;
  opacity: 0;
  padding: 40px;
  position: fixed;
  -webkit-transition: 0.5s cubic-bezier(0, 0, 0, 1);
  transition: 0.5s cubic-bezier(0, 0, 0, 1);
  translate: -50% -40%;
  visibility: hidden;
  width: min(1160px, 95%);
  z-index: 101;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .a-service-main .sec-service__list-item .modal {
    padding: 20px;
  }
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal {
    height: 80vh;
    overflow-y: auto;
  }
}
.a-service-main .sec-service__list-item .modal .modal-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.a-service-main .sec-service__list-item .modal.is-show {
  visibility: visible;
  opacity: 1;
  translate: -50% -50%;
}
.a-service-main .sec-service__list-item .modal__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.a-service-main .sec-service__list-item .modal__close {
  position: absolute;
  inset: -20px 0 auto auto;
  width: 30px;
  aspect-ratio: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .a-service-main .sec-service__list-item .modal__close {
    inset: 0 0 auto auto;
    inset: 0 15px auto auto;
    width: 25px;
  }
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__close {
    width: 15px;
  }
}
.a-service-main .sec-service__list-item .modal__close:hover, .a-service-main .sec-service__list-item .modal__close:focus {
  opacity: 0.7;
}
.a-service-main .sec-service__list-item .modal__close > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.a-service-main .sec-service__list-item .modal__close > div::before {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
.a-service-main .sec-service__list-item .modal__close > div::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
}
.a-service-main .sec-service__list-item .modal__close > div > span {
  font-size: 0.775rem;
  position: absolute;
  display: block;
  text-align: center;
  bottom: -25px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__close > div > span {
    bottom: -20px;
  }
}
.a-service-main .sec-service__list-item .modal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.a-service-main .sec-service__list-item .modal__block-main {
  width: 70%;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-main {
    margin-top: 30px;
    width: 100%;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 20px 20px;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec1 {
    padding: 0 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .business-name {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .business-name {
    font-size: 1.125rem;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .company-name {
  margin-top: 5px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .company-name {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .business-manager {
  margin-top: 10px;
  font-size: 1.125rem;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .business-manager {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .sns-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .sns-list {
    margin-top: 10px;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .sns-list__item {
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .sns-list__item {
    width: 20px;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .sns-list__item > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .sns-list__item > a:hover, .a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .sns-list__item > a:focus {
  opacity: 0.7;
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-left .sns-list__item img {
  width: 100%;
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-right {
  width: 230px;
  margin-left: 80px;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec1 .sec1-right {
    width: 200px;
    margin: 20px auto 0;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-right > img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 1s cubic-bezier(0, 0, 1, 0);
  transition: 1s cubic-bezier(0, 0, 1, 0);
}
.a-service-main .sec-service__list-item .modal__block-sec1 .sec1-right.is-color img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.a-service-main .sec-service__list-item .modal__block-sec2 {
  padding: 20px;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec2 {
    padding: 20px 0;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec2 .industry-title {
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-sec2 .industry-title {
    margin-top: 20px;
  }
}
.a-service-main .sec-service__list-item .modal__block-sec2 .industry {
  margin-top: 5px;
}
.a-service-main .sec-service__list-item .modal__block-image {
  width: 30%;
  margin-left: 50px;
  padding-top: 30px;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-image {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
  }
}
.a-service-main .sec-service__list-item .modal__block-image img {
  width: 100%;
  aspect-ratio: 4/3;
  margin-top: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 1s cubic-bezier(0, 0, 1, 0);
  transition: 1s cubic-bezier(0, 0, 1, 0);
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service__list-item .modal__block-image img {
    width: 80%;
    margin-top: 20px;
  }
  .a-service-main .sec-service__list-item .modal__block-image img:first-child {
    margin-top: 0;
  }
  .a-service-main .sec-service__list-item .modal__block-image img:last-child {
    padding-bottom: 20px;
  }
}
.a-service-main .sec-service__list-item .modal__block-image.is-color img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.a-service-main .sec-service .beauty {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #FBF2F7;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service .beauty {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.a-service-main .sec-service .beauty__title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.a-service-main .sec-service .neo-family {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 572px) {
  .a-service-main .sec-service .neo-family {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.a-service-main .sec-service .neo-family__title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.modal-cover {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #999;
}
.modal-cover.is-show {
  opacity: 0.5;
  visibility: visible;
}

.a-team-main .sec-team {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team {
    padding-top: 80px;
  }
}
.a-team-main .sec-team > .wrap {
  margin-top: 50px;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team > .wrap {
    margin-top: 30px;
  }
}
.a-team-main .sec-team__supplement {
  margin-bottom: 10px;
}
.a-team-main .sec-team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  color: #fff;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.a-team-main .sec-team__list-item {
  position: relative;
  height: 220px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item {
    height: 180px;
  }
}
.a-team-main .sec-team__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.a-team-main .sec-team__list-item .inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1.5em;
}
.a-team-main .sec-team__list-item .inner:hover, .a-team-main .sec-team__list-item .inner:focus {
  opacity: 0.7;
}
.a-team-main .sec-team__list-item .inner .team-name {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}
.a-team-main .sec-team__list-item .inner .tagline {
  margin-top: 15px;
  text-overflow: ellipsis;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  /* 非WebKitブラウザ用のプロパティ */
}
.a-team-main .sec-team__list-item .modal {
  background-color: #999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
  inset: 50% auto auto 50%;
  opacity: 0;
  padding: 20px 40px;
  position: fixed;
  -webkit-transition: 0.5s cubic-bezier(0, 0, 0, 1);
  transition: 0.5s cubic-bezier(0, 0, 0, 1);
  translate: -50% -40%;
  visibility: hidden;
  width: min(1160px, 95%);
  z-index: 101;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal {
    padding: 20px;
    height: 80vh;
    overflow-y: auto;
  }
}
.a-team-main .sec-team__list-item .modal .modal-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.a-team-main .sec-team__list-item .modal.is-show {
  visibility: visible;
  opacity: 1;
  translate: -50% -50%;
}
.a-team-main .sec-team__list-item .modal__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.a-team-main .sec-team__list-item .modal__close {
  position: absolute;
  inset: 0 0 auto auto;
  width: 30px;
  aspect-ratio: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__close {
    inset: 0 0 auto auto;
    inset: 0 15px auto auto;
    width: 25px;
  }
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__close {
    width: 15px;
  }
}
.a-team-main .sec-team__list-item .modal__close:hover, .a-team-main .sec-team__list-item .modal__close:focus {
  opacity: 0.7;
}
.a-team-main .sec-team__list-item .modal__close > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.a-team-main .sec-team__list-item .modal__close > div::before {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
.a-team-main .sec-team__list-item .modal__close > div::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
}
.a-team-main .sec-team__list-item .modal__close > div > span {
  font-size: 0.775rem;
  position: absolute;
  display: block;
  text-align: center;
  bottom: -25px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__close > div > span {
    bottom: -20px;
  }
}
.a-team-main .sec-team__list-item .modal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.a-team-main .sec-team__list-item .modal__block-main {
  width: 50%;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block-main {
    margin-top: 50px;
    width: 100%;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .team-name {
  margin-top: 5px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .team-name {
    margin-top: 0;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .sns-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .sns-list {
    margin-top: 10px;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .sns-list__item {
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .sns-list__item {
    width: 20px;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .sns-list__item > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .sns-list__item > a:hover, .a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .sns-list__item > a:focus {
  opacity: 0.7;
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-left .sns-list__item img {
  width: 100%;
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-right {
  width: 140px;
  margin-left: 30px;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 .sec1-right {
    margin-left: 20px;
    width: 250px;
  }
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 .sec1-right {
    width: 200px;
    margin: 20px auto 0;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-right > img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 1s cubic-bezier(0, 0, 1, 0);
  transition: 1s cubic-bezier(0, 0, 1, 0);
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 .sec1-right > img {
    width: 80%;
  }
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-sec1 .sec1-right > img {
    width: 100%;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec1 .sec1-right.is-color img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.a-team-main .sec-team__list-item .modal__block-sec2 {
  padding: 20px;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block-sec2 {
    padding: 20px 0;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec2 .team-important-title {
  margin-top: 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0.2em 2em 0.4em;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block-sec2 .team-important-title {
    margin-top: 2em;
  }
}
.a-team-main .sec-team__list-item .modal__block-sec2 .team-important {
  margin-top: 1em;
}
.a-team-main .sec-team__list-item .modal__block-introduction {
  width: 50%;
  font-size: 0.925rem;
  margin: 30px 30px 0 30px;
}
@media screen and (max-width: 964px) {
  .a-team-main .sec-team__list-item .modal__block-introduction {
    margin: 20px 0 0;
    width: 100%;
    padding: 0 30px 30px 0;
  }
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-introduction {
    margin: 0;
  }
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-name {
  font-size: 1.25rem;
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container {
  margin-top: 5px;
  border: 1px solid #fff;
  padding: 1em;
  position: relative;
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .accent-text {
  font-size: 2rem;
  position: absolute;
  inset: 0 -2rem auto auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .accent-text > span {
  color: #AB9500;
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .introduction-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .introduction-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .introduction-inner .inner-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .introduction-inner .inner-text {
    width: 100%;
  }
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .introduction-inner .inner-text .team-text > span {
  display: inline-block;
  width: 100px;
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .introduction-inner .inner-image {
  width: 40%;
  aspect-ratio: 9/16;
  margin-bottom: 10px;
  padding-left: 1em;
}
@media screen and (max-width: 572px) {
  .a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .introduction-inner .inner-image {
    margin-inline: auto;
    padding-left: 0;
    width: 60%;
  }
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .introduction-inner .inner-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-team-main .sec-team__list-item .modal__block-introduction .introduction-container .team-freearea p {
  margin-top: 1em;
}

.modal-cover {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #999;
}
.modal-cover.is-show {
  opacity: 0.5;
  visibility: visible;
}

.a-shop {
  padding: 100px 0;
}
@media screen and (max-width: 964px) {
  .a-shop {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 572px) {
  .a-shop {
    padding: 80px 0 0;
  }
}
.a-shop .wrap {
  margin-top: 80px;
}
@media screen and (max-width: 964px) {
  .a-shop .wrap {
    padding: 0 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 572px) {
  .a-shop .wrap {
    margin-top: 30px;
  }
}
.a-shop__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.a-shop__category-btn {
  font-size: 0.925rem;
  display: inline-block;
  padding: 0.3em 1em;
  border: 1px solid #333;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
}
.a-shop__category-btn.active {
  color: #fff;
  background-color: #333;
}
.a-shop__category-btn:hover {
  color: #fff;
  background-color: #333;
}
.a-shop__data {
  margin-top: 80px;
}
@media screen and (max-width: 964px) {
  .a-shop__data {
    margin-top: 60px;
  }
}
@media screen and (max-width: 572px) {
  .a-shop__data {
    margin-top: 30px;
  }
}
.a-shop__data-scroll {
  display: none;
}
@media screen and (max-width: 964px) {
  .a-shop__data-scroll {
    display: block;
  }
}
.a-shop__data-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 572px) {
  .a-shop__data-txt {
    margin-left: 0;
  }
}
.a-shop__data-txt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../image/icon-link.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 964px) {
  .a-shop__data .table-wrap {
    overflow-x: auto;
    padding-bottom: 20px;
  }
}
.a-shop__data-table {
  width: 100%;
  margin-top: 5px;
}
@media screen and (max-width: 964px) {
  .a-shop__data-table {
    width: 964px;
  }
}
@media screen and (max-width: 572px) {
  .a-shop__data-table {
    width: 768px;
  }
}
.a-shop__data-table tr:not(:first-child) {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-shop__data-table tr:not(:first-child):hover {
  opacity: 0.5;
}
.a-shop__data-table tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}
.a-shop__data-table tr:nth-of-type(odd) td:not(:first-child) {
  border-left: 1px solid #fff;
}
.a-shop__data-table tr:nth-of-type(even) td:not(:first-child) {
  border-left: 1px solid #f5f5f5;
}
.a-shop__data-table th,
.a-shop__data-table td {
  text-align: center;
  padding: 0.8em 1em;
}
.a-shop__data-table th {
  background-color: #999;
  color: #fff;
  padding: 0.3em;
}
.a-shop__data-table th:first-child {
  border-radius: 30px 0 0 30px;
}
.a-shop__data-table th:last-child {
  border-radius: 0 30px 30px 0;
}
.a-shop__data-table td {
  vertical-align: middle;
  font-size: 0.85rem;
}
.a-shop__data-table td:nth-of-type(1) {
  width: 25%;
}
.a-shop__data-table td:nth-of-type(2) {
  width: 10%;
}
@media screen and (max-width: 572px) {
  .a-shop__data-table td:nth-of-type(2) {
    width: 15%;
  }
}
.a-shop__data-table td:nth-of-type(3) {
  width: 50%;
}
@media screen and (max-width: 572px) {
  .a-shop__data-table td:nth-of-type(3) {
    width: 40%;
  }
}
.a-shop__data-table td:nth-of-type(4) {
  width: 15%;
}
@media screen and (max-width: 572px) {
  .a-shop__data-table td:nth-of-type(4) {
    width: 20%;
  }
}

.a-news {
  padding: 100px 0;
}
@media screen and (max-width: 572px) {
  .a-news {
    padding: 60px 0 0;
  }
}
.a-news .wrap-tb-s {
  margin-top: 50px;
}
.a-news__list {
  padding-bottom: 50px;
}
.a-news__list-item {
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
}
.a-news__list-item a {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 572px) {
  .a-news__list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.a-news__list-item a:hover {
  opacity: 0.7;
}
.a-news__list-item .date {
  padding: 1em;
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 572px) {
  .a-news__list-item .date {
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    width: 100%;
  }
}
.a-news__list-item .ttl {
  padding: 1em;
  width: 80%;
}
@media screen and (max-width: 572px) {
  .a-news__list-item .ttl {
    text-align: left;
    padding-top: 0;
    width: 100%;
  }
}

.pagination {
  text-align: center;
}
@media screen and (max-width: 572px) {
  .pagination {
    margin-bottom: 50px;
  }
}

.nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: transparent;
  color: #333;
  margin-right: 0.5em;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 572px) {
  .nav-links a.page-numbers,
  .nav-links .current,
  .nav-links a.prev,
  .nav-links a.next,
  .nav-links .dots {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    font-size: 1.1rem;
  }
}

.nav-links a.page-numbers:hover {
  opacity: 0.7;
}

.nav-links .current {
  font-weight: bold;
  color: #C1272D;
  font-size: 1.25rem;
  padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
  color: #C1272D;
  position: relative;
}

.nav-links .dots {
  background: transparent;
  border: none;
}

.next.page-numbers {
  position: relative;
}
.next.page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 1px solid #C1272D;
  border-right: 1px solid #C1272D;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}

.prev.page-numbers {
  position: relative;
}
.prev.page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 1px solid #C1272D;
  border-left: 1px solid #C1272D;
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
          transform: translate(-25%, -50%) rotate(-45deg);
}

.a-blog {
  padding: 100px 0;
}
@media screen and (max-width: 572px) {
  .a-blog {
    padding: 60px 0 0;
  }
}
.a-blog .wrap-tb-s {
  margin-top: 50px;
}
.a-blog__list {
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
  width: 100%;
}
@media screen and (max-width: 964px) {
  .a-blog__list {
    gap: 2em;
  }
}
@media screen and (max-width: 572px) {
  .a-blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 1em;
  }
}
.a-blog__list-item > a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-blog__list-item > a:hover {
  opacity: 0.8;
}
.a-blog__list-item > a:hover .a-blog__list-image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.a-blog__list-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.a-blog__list-image > img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-blog__list-block {
  padding: 0.8em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}
@media screen and (max-width: 964px) {
  .a-blog__list-block {
    padding: 0.8em 0;
  }
}
.a-blog__list-block .blog-date {
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 3px;
  color: #666;
}
.a-blog__list-block .blog-title {
  margin-top: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .a-blog__list-block .blog-title {
    width: 100%;
  }
}
.a-blog .btn {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .a-blog .btn {
    margin-top: 60px;
  }
}

.about-main .sec-vision {
  padding: 100px 0;
}
.about-main .sec-vision__content {
  margin-top: 50px;
  text-align: center;
  line-height: 1.8;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 572px) {
  .about-main .sec-vision__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 572px) {
  .about-main .sec-vision__content-text {
    text-align: left;
  }
}
.about-main .sec-vision__content-text:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 572px) {
  .about-main .sec-vision__content-text .sm-hide {
    display: none;
  }
}
.about-main .sec-vision__content > img {
  position: absolute;
  top: calc(100% - 30px);
  left: calc(50% - 50px);
  width: 350px;
  z-index: -1;
}
@media screen and (max-width: 572px) {
  .about-main .sec-vision__content > img {
    width: 80%;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.about-main .sec-about {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 572px) {
  .about-main .sec-about {
    padding-top: 0;
  }
}
.about-main .sec-about__image {
  position: absolute;
  width: 40%;
  height: 110%;
  inset: 0 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .about-main .sec-about__image {
    width: 45%;
    height: 100%;
  }
}
@media screen and (max-width: 572px) {
  .about-main .sec-about__image {
    position: static;
    width: 100%;
    height: auto;
  }
}
.about-main .sec-about__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 2.5s cubic-bezier(0, 0, 1, 0);
  transition: 2.5s cubic-bezier(0, 0, 1, 0);
}
.about-main .sec-about__image.is-color > img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.about-main .sec-about__block {
  margin-top: 30px;
  width: 55%;
  padding: 0 6vw 6vw;
}
@media screen and (max-width: 572px) {
  .about-main .sec-about__block {
    width: 100%;
    padding: 0 20px;
  }
}
.about-main .sec-about__block-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 572px) {
  .about-main .sec-about__block-title {
    margin-bottom: 1em;
  }
}
.about-main .sec-about__block-text {
  margin-bottom: 1em;
  line-height: 1.8;
}
.about-main .sec-about__block-text span {
  display: inline-block;
}
.about-main .sec-about__block-name {
  margin-top: 3em;
}
.about-main .sec-about__block-name p {
  text-align: right;
}
.about-main .sec-about__block-name p:nth-child(1) {
  font-size: 1.125rem;
}
.about-main .sec-about__block-name p:nth-child(2) {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.about-main .sec-about__block-name p:nth-child(2) span {
  color: #AB9500;
}
.about-main .sec-overview {
  margin-top: 80px;
  background-color: #F1F1F1;
  padding: 60px;
}
@media screen and (max-width: 572px) {
  .about-main .sec-overview {
    padding: 0 20px 30px;
  }
}
.about-main .sec-overview__title {
  background-color: #333;
  width: 400px;
  list-style: 2.6;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  translate: 0 calc(-50% - 60px);
}
@media screen and (max-width: 572px) {
  .about-main .sec-overview__title {
    font-size: 1.75rem;
    translate: none;
    width: 100%;
  }
}
.about-main .sec-overview__list {
  width: min(100%, 1024px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 572px) {
  .about-main .sec-overview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-main .sec-overview__list-dt {
  border-bottom: 1px solid #ccc;
  width: 35%;
  padding: 2em;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 964px) {
  .about-main .sec-overview__list-dt {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 572px) {
  .about-main .sec-overview__list-dt {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: none;
    padding: 1em 1em 0;
  }
}
.about-main .sec-overview__list-dd {
  border-bottom: 1px solid #ccc;
  padding: 2em;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-main .sec-overview__list-dd > img {
  margin-top: 20px;
  width: 240px;
}
@media screen and (max-width: 572px) {
  .about-main .sec-overview__list-dd {
    width: 100%;
    padding: 0.5em 1em 1em 2em;
  }
}
.about-main .sec-overview__list-dd.dd-address {
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-main .sec-overview__list-dd .dd-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}
.about-main .sec-overview__list-dd .dd-list.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 572px) {
  .about-main .sec-overview__list-dd .dd-list.column-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 572px) {
  .about-main .sec-overview__list-dd .dd-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-main .sec-overview__list-dd .dd-list .list-item {
  width: 100%;
}
.about-main .sec-overview__list-dd .dd-list .list-item > a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-main .sec-overview__list-dd .dd-list .list-item > a:hover {
  opacity: 0.7;
}
.about-main .sec-overview__list-dd .dd-list .list-item > a > img {
  width: 100%;
}
.about-main .sec-overview__banner {
  margin: 50px auto 0;
  width: min(350px, 80%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 572px) {
  .about-main .sec-overview__banner {
    margin: 30px auto 0;
  }
}
.about-main .sec-overview__banner:hover {
  opacity: 0.7;
}
.about-main .sec-overview__banner > img {
  width: 100%;
}

.contact-main {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 572px) {
  .contact-main {
    padding-top: 80px;
  }
}
.contact-main .contact {
  margin-top: -25px;
  background-color: #F1F1F1;
  width: 100%;
}
.contact-main .contact__content {
  padding: 50px 40px;
}
@media screen and (max-width: 572px) {
  .contact-main .contact__content {
    padding: 50px 20px;
  }
}
.contact-main .contact__content .wpcf7 {
  margin-top: 50px;
}
@media screen and (max-width: 572px) {
  .contact-main .contact__content .wpcf7 {
    margin-top: 30px;
  }
}
.contact-main .contact__content .c-head {
  margin-top: 30px;
  font-size: 0.9rem;
}
@media screen and (max-width: 572px) {
  .contact-main .contact__content .c-head {
    margin-top: 20px;
  }
}
.contact-main .contact__content .c-head .f-label {
  font-weight: bold;
}
.contact-main .contact__content .c-head .f-required {
  display: inline-block;
  margin-left: 1em;
  background-color: #C1272D;
  color: #fff;
  padding: 0.3em 0.8em;
  line-height: 1;
}
.contact-main .contact__content .c-data {
  margin-top: 5px;
  color: #111;
}
.contact-main .contact__content .c-data input {
  width: 100%;
  padding: 0.3em 0.5em;
  background-color: #fff;
  border: 1px solid #ddd;
}
.contact-main .contact__content .c-data textarea {
  width: 100%;
  padding: 0.3em 0.5em;
  background-color: #fff;
  border: 1px solid #ddd;
}
.contact-main .contact__content .c-data select {
  width: 100%;
  padding: 0.3em 0.5em;
  background-color: #fff;
  border: 1px solid #ddd;
}
.contact-main .contact__content .c-data .your-select .wpcf7-list-item {
  margin: 5px 0 0 1em;
}
.contact-main .contact__content .c-data .your-select input {
  width: auto;
}
.contact-main .contact__content .c-check {
  text-align: center;
  margin-top: 30px;
}
.contact-main .contact__content .c-check a {
  color: #C1272D;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-main .contact__content .c-check a:hover {
  opacity: 0.7;
}
.contact-main .contact__content .btn-send {
  padding: 0;
  margin-inline: auto;
  width: 300px;
  margin-top: 50px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-main .contact__content .btn-send::after {
  content: "";
  width: 13px;
  aspect-ratio: 1;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.contact-main .contact__content .btn-send input {
  padding: 0.7em 0;
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 1;
}
.contact-main .contact__content .btn-send input:hover {
  opacity: 0.7;
}
.contact-main .contact__content .btn-send .wpcf7-spinner {
  position: absolute;
  inset: 0;
}

.policy {
  padding: 100px 0;
  color: #333;
}
@media screen and (max-width: 572px) {
  .policy {
    padding: 80px 0 0;
  }
}
.policy__ttl {
  font-size: 2.75rem;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 572px) {
  .policy__ttl {
    font-size: 2.25rem;
  }
}
.policy__content {
  margin-top: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 572px) {
  .policy__content {
    margin-top: 50px;
  }
}
.policy__content h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid #AB9500;
  font-weight: bold;
  margin-top: 2em;
  padding-bottom: 10px;
}
.policy__content h3 {
  font-size: 1.25rem;
  padding-left: 0.5em;
  font-weight: bold;
  border-left: 2px solid #AB9500;
  margin-top: 2em;
}
.policy__content h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1.5em;
}
.policy__content p {
  margin-top: 1em;
}
.policy__content p a {
  text-decoration: underline;
  color: #AB9500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.policy__content p a:hover {
  opacity: 0.7;
}
.policy__content ol {
  padding-left: 1.5rem;
  counter-reset: number 0;
}
.policy__content ol li {
  margin-top: 10px;
}
.policy__content ol li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

.thanks {
  width: 100%;
  margin-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 572px) {
  .thanks {
    margin-top: 120px;
    padding-bottom: 0;
  }
}
.thanks .inner {
  text-align: center;
}
.thanks .inner h2 {
  font-size: 2rem;
  width: 100%;
  font-weight: bold;
}
.thanks .inner h2 > span {
  display: inline-block;
}
.thanks .inner p {
  margin-top: 50px;
  line-height: 1.8;
  width: 100%;
}
.thanks .inner .btn-back {
  display: block;
  margin: 80px auto 0;
  padding: 0.7em 0;
  text-align: center;
  width: 300px;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 1;
  color: #fff;
}
.thanks .inner .btn-back:hover {
  opacity: 0.7;
}

.p-404 {
  width: 100%;
  padding: 200px 20px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 572px) {
  .p-404 {
    padding: 150px 20px;
  }
}
.p-404 .title {
  font-size: 2rem;
  font-weight: bold;
}
.p-404 .text {
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: bold;
}
.p-404 .btn-home {
  display: block;
  margin: 80px auto 0;
  padding: 0.7em 0;
  text-align: center;
  width: 300px;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 1;
  color: #fff;
}
.p-404 .btn-home:hover {
  opacity: 0.7;
}

.page-header h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 10px;
}
@media screen and (max-width: 964px) {
  .page-header h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-header h2 {
    font-size: 22px;
  }
}
.page-header .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-header .sp-only {
    display: block;
  }
}

.service-list {
  padding: 30px 20px;
  margin: 0 auto;
}
.service-list__items {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-list__item {
  background: url(../image/submenu-backimage.jpg) no-repeat center/cover;
  border: 2px solid #AB9500;
  padding: 20px 26px;
}
@media screen and (max-width: 572px) {
  .service-list__item {
    padding: 20px 16px;
  }
}
.service-list__item h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}
.service-list__item p {
  font-size: 14px;
  margin-top: 12px;
}

.sec-price {
  padding-bottom: 60px;
}

.price-list {
  padding: 56px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 572px) {
  .price-list {
    padding: 30px 20px;
  }
}

.price-list__img {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .price-list__img {
    max-width: 460px;
  }
}
.price-list__img img {
  width: 100%;
  height: auto;
  display: block;
}

.s-news {
  padding: 100px 20px;
}
@media screen and (max-width: 572px) {
  .s-news {
    padding: 80px 20px 0;
  }
}
.s-news__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.s-news__date {
  color: #666;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 572px) {
  .s-news__date {
    margin-top: 5px;
  }
}
.s-news__thumbnail {
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .s-news__thumbnail {
    margin-top: 20px;
  }
}
.s-news__thumbnail > img {
  width: 100%;
  height: 100%;
}
.s-news__content {
  margin-top: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 572px) {
  .s-news__content {
    margin-top: 30px;
    line-height: 1.6;
  }
}
.s-news__content h2 {
  font-size: 1.5rem;
  border-bottom: 3px solid #AB9500;
  font-weight: bold;
  margin-top: 2em;
  padding-bottom: 10px;
}
.s-news__content h3 {
  font-size: 1.25rem;
  padding-left: 0.5em;
  font-weight: bold;
  border-left: 3px solid #AB9500;
  margin-top: 2em;
}
.s-news__content h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.5em;
}
.s-news__content p {
  margin-top: 1em;
}
.s-news__content p a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-news__content p a:hover {
  opacity: 0.7;
}
.s-news__content figure {
  margin-top: 1em;
}
.s-news__content figure img {
  width: 100%;
}
.s-news .btn-back {
  display: block;
  margin: 80px auto 0;
  padding: 0.7em 0;
  text-align: center;
  width: 300px;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 1;
  color: #fff;
}
.s-news .btn-back:hover {
  opacity: 0.7;
}

.sec-blog {
  padding: 100px 20px;
}
@media screen and (max-width: 572px) {
  .sec-blog {
    padding: 80px 20px 0;
  }
}
.sec-blog__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.sec-blog__date {
  color: #666;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 572px) {
  .sec-blog__date {
    margin-top: 5px;
  }
}
.sec-blog__thumbnail {
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .sec-blog__thumbnail {
    margin-top: 20px;
  }
}
.sec-blog__thumbnail > img {
  width: 100%;
  height: 100%;
}
.sec-blog__content {
  margin-top: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 572px) {
  .sec-blog__content {
    margin-top: 30px;
    line-height: 1.6;
  }
}
.sec-blog__content h2 {
  font-size: 1.5rem;
  border-bottom: 3px solid #AB9500;
  font-weight: bold;
  margin-top: 2em;
  padding-bottom: 10px;
}
.sec-blog__content h3 {
  font-size: 1.25rem;
  padding-left: 0.5em;
  font-weight: bold;
  border-left: 3px solid #AB9500;
  margin-top: 2em;
}
.sec-blog__content h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.5em;
}
.sec-blog__content p {
  margin-top: 1em;
}
.sec-blog__content p a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-blog__content p a:hover {
  opacity: 0.7;
}
.sec-blog__content figure {
  margin-top: 1em;
}
.sec-blog__content figure img {
  width: 100%;
}
.sec-blog .btn-back {
  display: block;
  margin: 80px auto 0;
  padding: 0.7em 0;
  text-align: center;
  width: 300px;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 1;
  color: #fff;
}
.sec-blog .btn-back:hover {
  opacity: 0.7;
}