@charset "UTF-8";
body, div, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, blockquote {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow-wrap: break-word;
  font-weight: bold;
  color: #333;
  height: 100%;
}

address, cite, code, dfn, h1, h2, h3, h4, th, var {
  font-style: normal;
  font-weight: normal;
}

fieldset, abbr {
  border: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

img {
  border: none;
  vertical-align: bottom;
}

a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 95%;
  }
}

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

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
header {
  background-color: #fbf9f6;
}
header .logo {
  margin: 0;
  padding: 1em 0 1em 3vw;
}
@media only screen and (max-width: 768px) {
  header .logo {
    padding: 1em;
  }
}

h1 {
  background-color: rgba(37, 52, 66, 0.9);
  color: #fff;
  padding: 25px 0 15px 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
    display: block;
    margin-right: 10px;
  }
}
h1 ruby rt {
  font-size: 14px;
}

.fv {
  margin: 0;
  padding: 0 0 40px 0;
  position: relative;
  width: 100%;
  background-color: #FFFCF9;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .fv {
    overflow-x: hidden;
    padding: 0 0 10px 0;
  }
}
.fv h2 {
  color: #655339;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fv h2 {
    font-size: 18px;
  }
}
.fv .fv-catch {
  padding: 0;
  max-width: 1080px;
  min-height: 100%;
  margin: 0 auto;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
  }
}
.fv .fv-catch .fv-catch__contents {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-catch__contents {
    width: 95%;
  }
}
.fv .fv-catch .fv-catch__contents table {
  color: #655339;
  margin: 0;
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-catch__contents table {
    font-size: 14px;
    width: 100%;
  }
}
.fv .fv-catch .fv-catch__contents table th {
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  background-color: #ededed;
  width: 36%;
}
.fv .fv-catch .fv-catch__contents table td {
  padding: 5px 10px;
  background-color: #f5f2ed;
}
.fv .fv-catch .fv-profile {
  width: 94%;
  flex: 1;
  height: 100%;
  background-color: rgba(251, 249, 249, 0.9);
  z-index: 99;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-profile {
    width: 90%;
    padding: 10px;
    margin: 20px auto 0 auto;
    display: block;
  }
}
.fv .fv-catch .fv-profile .img {
  width: 260px;
  height: auto;
  margin: 0;
  padding: 0 10px 5px 0;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-profile .img {
    width: 75%;
    margin: 10px auto;
  }
}
.fv .fv-catch .fv-profile .img img {
  width: 100%;
}
.fv .fv-catch .fv-profile .comment {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-profile .comment {
    width: 100%;
    padding: 0;
    font-size: 15px;
  }
}
.fv .fv-catch__tag {
  max-width: 1080px;
  width: 99%;
  margin: 20px auto;
  border: 2px solid #3c4854;
  color: #333333;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch__tag {
    width: 95%;
  }
}
.fv .fv-catch__tag p {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  top: -14px;
  left: 10px;
  margin: 0 7px;
  padding: 0 26px;
  background-color: #3c4854;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  font-size: 18px;
  border: 2px solid #3c4854;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch__tag p {
    font-size: 14px;
    padding: 0 15px;
  }
}
.fv .fv-catch__tag p::before {
  width: 15px;
  height: 7.5px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg) translate(2px, -2px);
  content: "";
}
.fv .fv-catch__tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0 auto;
  width: 97%;
  font-size: 15px;
  text-shadow: 0 0 0.2px #333, 0 0 0.2px #333;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch__tag ul {
    width: 95%;
    font-size: 12px;
    padding: 0 0 15px 0;
  }
}
.fv .fv-catch__tag ul li {
  flex: 1 1 calc(30% - 10px);
  background: #f8f8f8;
  padding: 7px 10px;
  box-sizing: border-box;
  text-align: center;
  border: 1px dotted #3c4854;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .fv .fv-catch__tag ul li {
    flex: 1 1 calc(50% - 10px); /* 2列表示 */
  }
}
.fv .fv-catch {
  padding: 0;
  max-width: 1080px;
  min-height: 100%;
  margin: 0 auto;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
  }
}
.fv .fv-catch .fv-catch__contents {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-catch__contents {
    width: 95%;
  }
}
.fv .fv-catch .fv-catch__contents table {
  color: #655339;
  margin: 0;
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-catch__contents table {
    font-size: 14px;
    width: 100%;
  }
}
.fv .fv-catch .fv-catch__contents table th {
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  background-color: #ededed;
  width: 36%;
}
.fv .fv-catch .fv-catch__contents table td {
  padding: 5px 10px;
  background-color: #f5f2ed;
}
.fv .fv-catch .fv-profile {
  width: 94%;
  flex: 1;
  height: 100%;
  background-color: rgba(251, 249, 249, 0.9);
  z-index: 99;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-profile {
    width: 90%;
    padding: 10px;
    margin: 20px auto 0 auto;
    display: block;
  }
}
.fv .fv-catch .fv-profile .img {
  width: 500px;
  height: auto;
  margin: 0;
  padding: 0 10px 5px 0;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-profile .img {
    width: 75%;
    margin: 10px auto;
    padding: 0;
  }
}
.fv .fv-catch .fv-profile .img img {
  width: 100%;
}
.fv .fv-catch .fv-profile .comment {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch .fv-profile .comment {
    width: 100%;
    padding: 0;
    font-size: 15px;
  }
}
.fv .fv-catch2 {
  padding: 0;
  display: flex;
  max-width: 1080px;
  min-height: 100%;
  margin: 0 auto;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch2 {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
  }
}
.fv .fv-catch2 .fv-catch__contents {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch2 .fv-catch__contents {
    width: 95%;
  }
}
.fv .fv-catch2 .fv-catch__contents table {
  color: #655339;
  margin: 0;
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch2 .fv-catch__contents table {
    font-size: 14px;
    width: 100%;
  }
}
.fv .fv-catch2 .fv-catch__contents table th {
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  background-color: #ededed;
  width: 36%;
}
.fv .fv-catch2 .fv-catch__contents table td {
  padding: 10px;
  background-color: #f5f2ed;
}
.fv .fv-catch2 .fv-profile {
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex: 1;
  height: 100%;
  background-color: rgba(251, 249, 249, 0.9);
  z-index: 99;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch2 .fv-profile {
    width: 90%;
    padding: 10px;
    margin: 20px auto 0 auto;
    gap: 15px;
    display: block;
  }
}
.fv .fv-catch2 .fv-profile .img {
  width: 250px;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch2 .fv-profile .img {
    width: 75%;
    margin: 10px auto;
  }
}
.fv .fv-catch2 .fv-profile .img img {
  width: 100%;
}
.fv .fv-catch2 .fv-profile .comment {
  width: 95%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .fv .fv-catch2 .fv-profile .comment {
    width: 100%;
    padding: 0;
    font-size: 15px;
  }
}

.works {
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  position: relative;
}
.works .company {
  margin: 0;
  padding: 30px 2vw;
}
.works .company h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.works .works-bg {
  background-image: url(../img/pixta_91438857_M.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 200px;
  position: relative;
}
.works .works-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .works .works-bg {
    min-height: 150px;
  }
}
.works .works-bg h2 {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .works .works-bg h2 {
    padding: 0px 0;
    font-size: 32px;
  }
}
.works .works-bg h2::after {
  border-bottom: 4px solid #fff;
  width: 100px;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}
.works .works-bg .cat {
  right: 10px;
  bottom: 0;
  font-size: 4rem;
  opacity: 0.2;
  position: absolute;
  color: #ffffff;
  width: 100%;
  text-align: right;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .works .works-bg .cat {
    display: none;
  }
}
@keyframes bg-scroll {
  from {
    background-position: center top;
  }
  to {
    background-position: center bottom;
  }
}
.works .works-contents {
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
}
@media only screen and (max-width: 768px) {
  .works .works-contents {
    width: 95%;
    padding: 0;
  }
}
.works .works-contents .point {
  color: #cc0000;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .point {
    text-align: left;
    padding: 30px 0 10px 0;
  }
}
.works .works-contents .pages {
  display: block !important;
}
.works .works-contents .pages .works-contents__list-box {
  width: 100% !important;
}
.works .works-contents .pages .works-contents__list-box .pages-img {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
}
.works .works-contents .pages .works-contents__list-box .pages-img .title {
  font-size: 26px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .pages .works-contents__list-box .pages-img .title {
    font-size: 20px;
  }
}
.works .works-contents .pages .works-contents__list-box .pages-img .arrow {
  margin: 0;
  text-align: center;
}
.works .works-contents .pages .works-contents__list-box .pages-img .before, .works .works-contents .pages .works-contents__list-box .pages-img .after {
  text-align: center;
}
.works .works-contents .pages .works-contents__list-box .pages-img .before img, .works .works-contents .pages .works-contents__list-box .pages-img .after img {
  width: 100%;
}
.works .works-contents .pages .works-contents__list-box .accordion-table {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .pages .works-contents__list-box .accordion-table {
    font-size: 16px;
  }
}
.works .works-contents .works-contents__list {
  margin: 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .works-contents__list {
    display: block;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box {
  background-color: #FBF9F6;
  padding: 0 0 30px 0;
  width: 48%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box h3 {
  background-color: #253442;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box h3 {
    font-size: 18px;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img {
  margin: 20px auto;
  display: flex;
  width: 95%;
  position: relative;
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img .before {
  margin: 0;
  padding: 0;
  min-width: 50%;
  max-width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 5px 0 0 5px;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box .box-img .before {
    width: 50%;
    height: auto;
    max-height: 115px;
    min-height: 115px;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img .before::before {
  content: "Before";
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(245, 245, 245, 0.8);
  border-radius: 50px;
  font-size: 12px;
  padding: 2px 10px;
  font-weight: bold;
  color: #0093ff;
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img .before img {
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img .after {
  margin: 0;
  padding: 0;
  min-width: 50%;
  max-width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 0 5px 5px 0;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box .box-img .after {
    width: 50%;
    height: auto;
    max-height: 115px;
    min-height: 115px;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img .after::before {
  content: "After";
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(245, 245, 245, 0.8);
  border-radius: 50px;
  font-size: 12px;
  padding: 2px 10px;
  font-weight: bold;
  color: #cc0000;
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img .after img {
  border-radius: 0 5px 5px 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img .arrow {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.works .works-contents .works-contents__list .works-contents__list-box .box-img .arrow img {
  width: 80%;
  transform: rotate(270deg);
}
@media only screen and (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box .box-img .arrow img {
    width: 80%;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box .more-link {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.works .works-contents .works-contents__list .works-contents__list-box .more-link a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #655339;
  padding: 5px 40px;
  color: #655339;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.works .works-contents .works-contents__list .works-contents__list-box .more-link a::after {
  content: "";
  background-image: url(../img/arrow4.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-top: -1px;
  right: 10px;
  transition: transform 0.3s ease;
}
.works .works-contents .works-contents__list .works-contents__list-box .more-link a:hover {
  background-color: #f5f2ed;
  border-color: #a67c52;
}
.works .works-contents .works-contents__list .works-contents__list-box .more-link a:hover::after {
  transform: translateX(5px);
}
.works .works-contents .works-contents__list .works-contents__list-box table {
  color: #655339;
  margin: 0 auto 20px auto;
  font-size: 15px;
  width: 95%;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box table {
    font-size: 14px;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box table th {
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  background-color: #ededed;
  width: 33%;
}
.works .works-contents .works-contents__list .works-contents__list-box table td {
  padding: 10px;
  background-color: #f5f2ed;
}
.works .works-contents .works-contents__list .works-contents__list-box .slider {
  max-width: 95%;
  margin: 0 auto;
}
.works .works-contents .works-contents__list .works-contents__list-box .slider [class*=carousel__arrow--] {
  background: #fff url(../img/arrow.svg) no-repeat center center/50%;
  position: absolute;
  top: 48%;
  transform: translateY(-45%);
  width: 40px;
  aspect-ratio: 1;
  z-index: 2;
  margin: 0;
}
.works .works-contents .works-contents__list .works-contents__list-box .slider .carousel__arrow--prev {
  left: 0;
}
@media (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box .slider .carousel__arrow--prev {
    top: 38%;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box .slider .carousel__arrow--next {
  right: 0;
  rotate: 180deg;
  top: 43%;
}
@media (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box .slider .carousel__arrow--next {
    top: 28%;
  }
}
@media (hover: hover) {
  .works .works-contents .works-contents__list .works-contents__list-box .slider [class*=carousel__arrow--] {
    transition: 0.3s;
  }
  .works .works-contents .works-contents__list .works-contents__list-box .slider [class*=carousel__arrow--]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.works .works-contents .works-contents__list .works-contents__list-box .slider img {
  width: 100%;
  display: block;
}
.works .works-contents .works-contents__list .works-contents__list-box .slider .slick-dots {
  bottom: -19px;
}
.works .works-contents .works-contents__list .works-contents__list-box .slider .comment {
  font-size: 18px;
  width: 95%;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .works .works-contents .works-contents__list .works-contents__list-box .slider .comment {
    font-size: 14px;
  }
}

.page-back {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-size: 22px;
}
.page-back a {
  display: inline-block;
  border: 1px solid #655339;
  padding: 5px 100px;
  color: #655339;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
}
.page-back a::after {
  content: "";
  background-image: url(../img/arrow4.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-top: 5px;
  right: 10px;
  transition: transform 0.3s ease;
}
.page-back a:hover {
  background-color: #f5f2ed;
  border-color: #a67c52;
}
.page-back a:hover::after {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  /* 折りたたみ用コンテナ */
  .accordion-container {
    position: relative;
    max-height: 17.5em; /* 最初に見せたい高さに調整 */
    overflow: hidden;
    transition: max-height 1.3s ease;
  }
  .accordion-container.open {
    max-height: 1000px; /* 十分大きめの値 */
  }
  /* 続きがある雰囲気のフェード */
  .accordion-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fbf9f6);
    pointer-events: none;
  }
  /* トグルボタン */
  .toggle-btn {
    display: block;
    width: 95%;
    margin: 0.5em auto;
    padding: 0.3em 0.8em;
    background-color: rgba(237, 233, 224, 0.5);
    color: #63543b;
    border: 1px dotted #63543b;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
  }
}
/* PC では常時全表示＆ボタン非表示 */
@media (min-width: 769px) {
  .accordion-container {
    max-height: none !important;
  }
  .accordion-container::after,
  .toggle-btn {
    display: none;
  }
}
footer {
  background-color: #253442;
  text-align: center;
  padding: 5px 0;
}
footer .copy {
  margin: 0;
  padding: 0;
  color: #fff;
}

.company-group {
  max-width: 700px;
  margin: auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.company-group .kana-group {
  margin-bottom: 2em;
}
.company-group .kana-group h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding-left: 10px;
  border-left: 4px solid #555555;
}
.company-group .kana-group h3 {
  display: flex;
  align-items: center;
  font-size: 1em;
  padding: 8px 12px;
}
.company-group .kana-group h3::before {
  content: "・";
  margin-right: 8px;
  color: #007acc;
  font-size: 1.2em;
}
.company-group .kana-group h3 a {
  color: #007acc;
  text-decoration: none;
}
.company-group .kana-group h3 a:hover {
  text-decoration: underline;
  color: #005a99;
}

/* pref */
.japan-map {
  background-image: url(../img/japan_map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  max-width: 700px;
  width: 100%;
  height: 650px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 768px) {
  .japan-map {
    height: auto;
    background-image: none;
    width: 95%;
  }
}
.japan-map .area01 {
  right: 30px;
  top: 70px;
}
.japan-map .area02 {
  right: 30px;
  top: 200px;
}
.japan-map .area03 {
  right: 260px;
  top: 150px;
}
.japan-map .area04 {
  right: 30px;
  top: 400px;
}
.japan-map .area05 {
  right: 250px;
  top: 450px;
}
.japan-map .area06 {
  left: 40px;
  top: 120px;
}
.japan-map .area07 {
  left: 40px;
  top: 290px;
}
.japan-map .area08 {
  left: 40px;
  bottom: 10px;
}
.japan-map .japan-map__area {
  background-color: rgba(251, 249, 246, 0.8);
  border-radius: 4px;
  padding: 10px;
  display: block;
  width: 170px;
  position: absolute;
}
@media (max-width: 768px) {
  .japan-map .japan-map__area {
    position: static;
    width: 95%;
  }
}
.japan-map .japan-map__area .japan-map__area-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #f3cb55;
}
.japan-map .japan-map__area ul {
  margin: 0;
  padding: 5px 0 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
.japan-map .japan-map__area ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 48%;
  font-size: 14px;
  flex: 1 1 calc(50% - 10px);
}
.japan-map .japan-map__area ul li a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px 10px;
  color: #333;
}

.works-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease;
  /* スライド1枚 = 白いカード（メインコンテンツ） */
  /* PC：矢印を左右中央へ（slick自動生成） */
  /* SP：カード幅をやや狭く（左右を“チラ見せ”）＆矢印非表示 */
}
.works-modal .slider2 {
  width: 95%;
  margin: 0 auto;
}
.works-modal.is-open {
  display: block;
}
.works-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.works-modal.is-open .works-modal__overlay {
  opacity: 1;
}
.works-modal__viewport {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .works-modal__viewport {
    height: 100dvh;
  }
}
.works-modal__close {
  position: absolute;
  right: 20px;
  top: 40px;
  border: none;
  background: #eee;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 40px;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .works-modal__close {
    right: 10px;
    top: 15px;
    font-size: 22px;
  }
}
.works-modal__title {
  margin: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.works-modal__carousel {
  position: relative;
  flex: 1;
  min-height: 0;
  /* slickが付く領域。SPの“チラ見せ”のため可視にしておく */
}
.works-modal__carousel .slick-list {
  overflow: visible;
}
.works-modal__carousel .slick-track, .works-modal__carousel .slick-list {
  height: 100%;
}
.works-modal__slide {
  height: 100%;
  padding: 12px; /* カード周りの余白（SPの見切れ量にも効く） */
  box-sizing: border-box;
  outline: none;
}
.works-modal__card {
  width: 90vw; /* PC時は広めでもOK。SP時はcenterModeでチラ見え */
  max-width: 1100px; /* 大きすぎ防止（任意） */
  height: calc(100% - 24px); /* タイトル分の差し引き。必要なら調整 */
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 5px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: contain;
}
.works-modal__card h3 {
  background-color: #253442;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .works-modal__card h3 {
    font-size: 18px;
  }
}
.works-modal__card .pages-img {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
}
.works-modal__card .pages-img .title {
  font-size: 26px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .works-modal__card .pages-img .title {
    font-size: 20px;
  }
}
.works-modal__card .pages-img .arrow {
  margin: 0;
  text-align: center;
}
.works-modal__card .pages-img .arrow img {
  display: inline-block;
}
.works-modal__card .pages-img .before, .works-modal__card .pages-img .after {
  text-align: center;
}
.works-modal__card .pages-img .before img, .works-modal__card .pages-img .after img {
  margin: 0 auto;
  width: 100%;
}
.works-modal__card .accordion-table {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .works-modal__card .accordion-table {
    font-size: 14px;
  }
}
.works-modal__card .more-link {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.works-modal__card .more-link a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #655339;
  padding: 5px 40px;
  color: #655339;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.works-modal__card .more-link a::after {
  content: "";
  background-image: url(../img/arrow4.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-top: -1px;
  right: 10px;
  transition: transform 0.3s ease;
}
.works-modal__card .more-link a:hover {
  background-color: #f5f2ed;
  border-color: #a67c52;
}
.works-modal__card .more-link a:hover::after {
  transform: translateX(5px);
}
.works-modal__card table {
  color: #655339;
  margin: 0 auto 20px auto;
  font-size: 15px;
  width: 95%;
}
@media only screen and (max-width: 768px) {
  .works-modal__card table {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .works-modal__card table tr {
    display: block;
  }
}
.works-modal__card table th {
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  background-color: #ededed;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .works-modal__card table th {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
}
.works-modal__card table td {
  padding: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .works-modal__card table td {
    display: block;
    box-sizing: border-box;
  }
}
.works-modal__card .slider {
  max-width: 95%;
  margin: 0 auto;
  touch-action: pan-x;
}
.works-modal__card .slider [class*=carousel__arrow--] {
  background: #fff url(../img/arrow.svg) no-repeat center center/50% !important;
  position: absolute;
  top: 48%;
  transform: translateY(-45%);
  width: 40px;
  aspect-ratio: 1;
  z-index: 2;
  margin: 0;
}
.works-modal__card .slider .carousel__arrow--prev {
  left: 0;
}
@media (max-width: 768px) {
  .works-modal__card .slider .carousel__arrow--prev {
    top: 38%;
  }
}
.works-modal__card .slider .carousel__arrow--next {
  right: 0;
  rotate: 180deg;
  top: 43%;
}
@media (max-width: 768px) {
  .works-modal__card .slider .carousel__arrow--next {
    top: 23%;
  }
}
@media (hover: hover) {
  .works-modal__card .slider [class*=carousel__arrow--] {
    transition: 0.3s;
  }
  .works-modal__card .slider [class*=carousel__arrow--]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.works-modal__card .slider .slick-list {
  overflow: hidden !important;
}
.works-modal__card .slider img {
  width: 100%;
  display: block;
}
.works-modal__card .slider .slick-dots {
  bottom: -19px;
}
.works-modal__card .slider .comment {
  font-size: 18px;
  width: 95%;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .works-modal__card .slider .comment {
    font-size: 12px;
  }
}
.works-modal .slick-prev,
.works-modal .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-size: 0; /* ← テキストを非表示にする */
  line-height: 0;
  cursor: pointer;
}
.works-modal .slick-prev::before,
.works-modal .slick-next::before {
  font-family: "slick"; /* slick 内蔵アイコンフォント */
  font-size: 50px;
  line-height: 1;
  color: #fff;
  opacity: 1; /* デフォルトは0.75なので調整 */
}
.works-modal .slick-prev {
  left: 10px;
  /* ← 好きな記号に変更可 */
}
.works-modal .slick-prev::before {
  content: "←";
}
.works-modal .slick-next {
  right: 10px;
}
.works-modal .slick-next::before {
  content: "→";
}
@media (max-width: 640px) {
  .works-modal { /* 86% 程度にすると左右が見切れる */ }
  .works-modal__card {
    width: 80vw;
  }
  .works-modal .slick-prev, .works-modal .slick-next {
    display: none;
  }
}

.fv_slider {
  width: 100%;
  margin: 0 auto;
}
.fv_slider .slide-box {
  height: 320px; /* ここをお好みの固定高さに */
  width: 100%;
  display: flex;
  align-items: center; /* 画像を中央寄せ */
  justify-content: center;
  overflow: hidden;
}
.fv_slider [class*=carousel__arrow--] {
  background: #fff url(../img/arrow.svg) no-repeat center center/50% !important;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  width: 40px;
  aspect-ratio: 1;
  z-index: 2;
  margin: 0;
}
.fv_slider .carousel__arrow--prev {
  left: 0;
}
.fv_slider .carousel__arrow--next {
  right: 0;
  transform: translateY(-45%) scaleX(-1);
}
@media (hover: hover) {
  .fv_slider [class*=carousel__arrow--] {
    transition: 0.3s;
  }
  .fv_slider [class*=carousel__arrow--]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.fv_slider .slick-list {
  overflow: hidden !important;
}
.fv_slider img {
  max-width: 100%; /* 横に突き抜けない */
  max-height: 100%; /* 縦に突き抜けない */
  width: auto; /* ← ここがポイント！幅を自動にする */
  height: 100%; /* ← 縦横比を保持 */
  display: block;
}
.fv_slider .slick-dots {
  bottom: -19px;
}

.is-static-center {
  display: flex;
  justify-content: center; /* 並び全体を中央に */
}/*# sourceMappingURL=common.css.map */