@charset "UTF-8";
.container {
  max-width: 1250px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
@media (max-width: 767px) {
  .flex_box {
    flex-wrap: wrap;
  }
}

.works_toparea {
  padding-top: 20px;
  padding-bottom: 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .works_toparea {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .works_toparea {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
.works_toparea__area {
  font-size: 14px;
  letter-spacing: 0.02rem;
}
@media (max-width: 767px) {
  .works_toparea__area {
    font-size: 12px;
  }
}
.works_toparea__category {
  font-size: 14px;
  margin-bottom: 8px;
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 5px;
}
@media (max-width: 767px) {
  .works_toparea__category {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.works_toparea__ja {
  font-size: 22px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .works_toparea__ja {
    font-size: 18px;
    line-height: 22px;
  }
}

.singleWorks__mainimg {
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media (max-width: 992px) {
  .singleWorks__mainimg {
    margin: 0 auto 70px;
  }
}
@media (max-width: 767px) {
  .singleWorks__mainimg {
    margin: 0 auto 50px;
  }
}
.singleWorks__wrapper {
  margin: 0 auto;
}
.singleWorks__wrapper__title {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
  .singleWorks__wrapper__title {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .singleWorks__wrapper__title {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.singleWorks__wrapper__title h1 {
  font-size: 25px;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__title h1 {
    font-size: 18px;
    margin: 15px 0 0;
  }
}
.singleWorks__wrapper__title h2 {
  font-size: 25px;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__title h2 {
    font-size: 18px;
    margin: 30px 0 0;
  }
}
.singleWorks__wrapper__title--tab {
  justify-content: flex-start;
}
.singleWorks__wrapper__title--cat {
  border: 1px solid #c5c5c5;
  font-size: 14px;
  padding: 5px 13px;
  letter-spacing: 0.03rem;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__title--cat {
    font-size: 13px;
  }
}
.singleWorks__wrapper__title--time {
  color: #939393;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__title--time {
    font-size: 13px;
  }
}
.singleWorks__wrapper__content .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content .youtube {
    margin-bottom: 10px;
  }
}
.singleWorks__wrapper__content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.singleWorks__wrapper__content--box {
  align-items: flex-start;
}
.singleWorks__wrapper__content--img {
  width: 62%;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--img {
    width: 100%;
  }
}
.singleWorks__wrapper__content--textarea {
  width: 33%;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea {
    width: 100%;
    margin-top: 30px;
  }
}
.singleWorks__wrapper__content--textarea dl dt {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .singleWorks__wrapper__content--textarea dl dt {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea dl dt {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 28px;
  }
}
.singleWorks__wrapper__content--textarea dl dd p {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  .singleWorks__wrapper__content--textarea dl dd p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea dl dd p {
    font-size: 15px;
    line-height: 26px;
  }
}
.singleWorks__wrapper__content--textarea dl dd p + p {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea dl dd p + p {
    margin-top: 25px;
  }
}
.singleWorks__wrapper__content--textarea .keisai-detail h4 {
  border-top: 1px solid #91918d;
  margin-top: 70px !important;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea .keisai-detail h4 {
    margin-top: 25px;
    margin-top: 50px !important;
  }
}
.singleWorks__wrapper__content--textarea .keisai-detail h4:before {
  width: 100% !important;
}
.singleWorks__wrapper__content--textarea .keisai p {
  font-size: 17px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea .keisai p {
    font-size: 15px;
    line-height: 25px;
  }
}
.singleWorks__wrapper__content--textarea .keisai a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea .keisai a {
    font-size: 15px;
    line-height: 25px;
  }
}
.singleWorks__wrapper__content--textarea .keisai a:hover {
  text-decoration: none;
}
.singleWorks__wrapper__content--textarea .keisai h4 {
  padding: 50px 0 10px;
  position: relative;
  font-size: 16px;
  margin-top: 40px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea .keisai h4 {
    padding: 35px 0 15px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
  }
}
.singleWorks__wrapper__content--textarea .keisai__item {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea .keisai__item {
    font-size: 13px;
    line-height: 18px;
  }
}
.singleWorks__wrapper__content--textarea .keisai .photo__item {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content--textarea .keisai .photo__item {
    margin-top: 30px;
  }
}
.singleWorks__wrapper__content figure {
  margin-bottom: 20px;
  text-align: center;
}
.singleWorks__wrapper__content figure img {
  max-height: 500px;
}
@media (max-width: 767px) {
  .singleWorks__wrapper__content figure {
    margin-bottom: 10px;
  }
}

.pageSectiontitle {
  margin-top: 190px;
  padding: 0 0 30px;
  position: relative;
}
.pageSectiontitle.mt0 {
  margin-top: 0;
}
@media (max-width: 992px) {
  .pageSectiontitle {
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .pageSectiontitle {
    margin-top: 80px;
    padding: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .pageSectiontitle:before {
    width: 120px;
  }
}
.pageSectiontitle--ja {
  font-size: 20px;
}
@media (max-width: 767px) {
  .pageSectiontitle--ja {
    font-size: 18px;
  }
}
.singleWorks__other {
  padding-bottom: 70px;
}
.singleWorks__other .inner{
  position: relative;
}
.singleWorks__other .btn-link{
  position: absolute;
  right: 25px;
  top: -10px;
}
@media (max-width: 992px) {
  .singleWorks__other {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .singleWorks__other {
    padding-bottom: 30px;
  }
  .singleWorks__other .btn-link{

  }
}
.singleWorks__other .main_btn {
  margin: 40px auto 0;
}

.mainWorks__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mainWorks__list:after {
  content: "";
  display: block;
  width: 31%;
}
.mainWorks__list--item {
  width: 31%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mainWorks__list--item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.mainWorks__list--item figure {
  overflow: hidden;
}
.mainWorks__list--item figure img {
  transition: 0.3s;
}
.mainWorks__list--item a {
  display: block;
}

.mainWorks__list--item dl dt {
  margin-bottom: 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 5px;
}
@media (max-width: 767px) {
  .mainWorks__list--item dl dt {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
.mainWorks__list--item dl dd {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .mainWorks__list--item dl dd {
    font-size: 15px;
    line-height: 23px;
  }
}


.wp-pagenavi {
  margin-top: 40px;
  display: flex;
  width: 100%;
}

.wp-pagenavi span.current {
  font-weight: normal !important;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border-radius: 50%;
  font-size: 14px;
  border: none!important;
  /* padding: 17px 20px !important; */
  margin: 30px 10px 0 0 !important;
  background-color: #e9e9e4;
  transition: 0.3s;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi a:hover {
  background-color: #000;
  color: #fff;
}

.wp-pagenavi .nextpostslink {
  font-size: 12px;
}

.wp-pagenavi .previouspostslink {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
  .category-news .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi span.current {
    font-size: 13px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 13px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 13px;
    width: 45px;
    height: 45px;
    margin: 20px 5px 0 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
  .wp-pagenavi span.current {
    font-size: 11px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 11px;
    width: 40px;
    height: 40px;
    margin: 20px 5px 0 0 !important;
  }
}


.movieList__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.movieList__list:after {
  content: "";
  display: block;
  width: 29%;
}
.movieList__list--item {
  width: 29%;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .movieList__list:after {
    width: 45%;
  }
  .movieList__list--item {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .movieList__list--item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.movieList__list--item figure {
  overflow: hidden;
}
.movieList__list--item figure img {
  transition: 0.3s;
}
.movieList__list--item dl {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .movieList__list--item dl {
    margin-top: 10px;
  }
}
.movieList__list--item dl dt {
  margin-bottom: 10px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 5px;
}
@media (max-width: 767px) {
  .movieList__list--item dl dt {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.movieList__list--item dl dd {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .movieList__list--item dl dd {
    font-size: 13px;
    line-height: 22px;
  }
}
.movieList .m-movie__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 0;
}
.movieList .m-movie__frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*.contact__info {
  max-width: 960px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .contact__info {
    margin: 0 auto 30px;
  }
}*/
.contact__info-title {
  position: relative;
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 40px 0 0px;
}
.contact__info-title.mail {
  margin: 100px 0 30px;
}
@media (max-width: 992px) {
  .contact__info-title.mail {
    margin: 100px 0 20px;
  }
}
@media (max-width: 767px) {
  .contact__info-title.mail {
    margin: 50px 0 10px;
  }
}
@media (max-width: 767px) {
  .contact__info-title {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.contact__info-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  background-color: #91918d;
}
.contact__info-tel {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-family: "Noto Serif JP", serif;
}
.contact__info-tel span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact__info-tel span {
    font-size: 18px;
  }
  .contact__info-title:after {
    height: 15px;
  }
}
@media (max-width: 767px) {
  .contact__info-tel {
    font-size: 30px;
  }
}
.contact__info-text {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .contact__info-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.contact__info-nav {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
  padding: 15px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .contact__info-nav {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact__info-nav {
    margin-top: 20px;
  }
}
.contact__info-nav-text {
  background-color: #fff;
  padding: 32px;
}
@media (max-width: 767px) {
  .contact__info-nav-text {
    padding: 16px;
  }
}
.contact__info-nav dl + dl {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .contact__info-nav dl + dl {
    margin-top: 12px;
  }
}
.contact__info-nav dt {
  font-size: 14px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  width: 20%;
  min-width: 170px;
  padding: 0px 3px;
  text-align: center;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .contact__info-nav dt {
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 0px;
  }
}
.contact__info-nav dd {
  font-size: 15px;
  line-height: 29px;
  width: 77%;
}
.contact__info-nav dd .marker {
  position: relative;
  z-index: 3;
}
.contact__info-nav dd .marker:after {
  content: "";
  position: absolute;
  width: 99%;
  height: 100%;
  top: 1px;
  left: -4px;
  background-color: #f5db82;
  z-index: -1;
}
.contact__info-nav dd.text-center {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .contact__info-nav dd {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
}


.sub-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  border-top: none;
}

.sub-form > dt {
  width: 22%;
  padding: 20px 0 20px 8px;
  box-sizing: border-box;
  border-top: 1px solid #b2b2a9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.sub-form > dt.flex-start {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sub-form > dt.flex-start br {
    display: none;
  }
  .sub-form > dt {
    width: 100%;
    padding-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .sub-form > dt.flex-start {
    align-items: center;
  }
}

.sub-form > dt.date .rec {
  color: #ef1d1d;
  font-size: 13px;
  display: block;
  padding-top: 15px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .sub-form > dt.date .rec {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field {
    width: 100%;
  }
}
.sub-form > dd.irai .mwform-checkbox-field-text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field-text {
    font-size: 13px;
  }
}

.sub-form > dt h2 {
  font-size: 15px;
  line-height: 24px;
}

.sub-form > dt h3 {
  font-size: 11px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  padding: 4px 5px;
  margin-left: 10px;
  white-space: nowrap;
  background: #bd4545;
}
.sub-form > dt h3.nini {
  background: #959590;
}

.sub-form > dt .act {
  width: 100%;
  font-size: 14px;
  display: block;
  margin-top: 7px;
}

.sub-form > dd {
  padding: 38px 0 38px 45px;
  margin: 0;
  width: 78%;
  border-top: 1px solid #b2b2a9;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.sub-form > dd ul li {
  width: 47%;
}

.sub-form > dd.address ul li + li {
  margin-top: 20px;
}

.sub-form > dd ul li.w100 {
  width: 100%;
}

.sub-form .text {
  width: 10%;
  font-size: 14px;
  min-width: 50px;
}
@media (max-width: 767px) {
  .sub-form > dt h2 {
    font-size: 13px;
    line-height: 22px;
  }
  .sub-form .text {
    width: 100%;
    min-width: auto;
    margin-bottom: 5px;
  }
  .sub-form > dd{
    width: 100%;
    border: none;
    padding-left: 0;
    padding-top: 0;
  }
  .sub-form .text {
    font-size: 13px;
  }
}

.sub-form .address .text {
  min-width: 90px;
}
@media (max-width: 767px) {
  .sub-form .address .text {
    min-width: auto;
  }
}

.sub-form .text-form {
  width: 90%;
}
@media (max-width: 767px) {
  .sub-form .text-form {
    width: 100%;
  }
}

.sub-form > dd > div {
  width: 100%;
}

.sub-form > dd p:not(:first-of-type) {
  padding-top: 25px;
}

.sub-form > dd p {
  font-size: 14px;
  padding-bottom: 8px;
  letter-spacing: 0.01rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sub-form > dd p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.sub-form > dd .mt {
  margin-top: 10px;
}

.sub-form > dd .mb {
  margin-bottom: 15px;
}

.sub-form > dt.bikou,
.sub-form > dd.bikou {
  border-bottom: 1px solid #b2b2a9;
}
.sub-form > dd.bikou textarea{
  width: 100%;
  border: none;
  outline: none;
  padding: 22px;
  font-size: 15px;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.sub-form > dd input {
  width: 100%;
  outline: none;
  padding: 22px;
  font-size: 15px;
  background-color: #f4f4f4;
  border: none;
  box-sizing: border-box;
}

.sub-form > dd .num {
  width: 150px;
}

.sub-form > dd .address {
  width: 90%;
}

.press .sub-form > dt.address-form {
  border-bottom: 5px solid #ececec;
}
@media (max-width: 767px) {
  .press .sub-form > dt.address-form {
    border-bottom: 0px solid #ececec;
  }
  .sub-form > dd input,
  .sub-form > dd.bikou textarea{
    padding: 15px;
  }
}

.press .sub-form > dd.address-form {
  border-bottom: 5px solid #ececec;
}

.sub-form > dd ul {
  width: 100%;
}

.sub-form > dd li p {
  margin-right: 10px;
  font-size: 15px;
  display: inline;
}
@media (max-width: 767px) {
  .sub-form > dd li p {
    font-size: 12px;
  }
}

.sub-form > dd input::placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd .radio_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sub-form > dd .flex-start {
  justify-content: flex-start;
}

.sub-form > dd .date_box {
  height: 460px;
  overflow-y: scroll;
}

.contact .wpcf7{
  padding-bottom: 150px;
}
.sub-form .btn_area{
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.sub-form .btn_area .btn-wrap{
  position: relative;
  width: 350px;
  display: flex;
  justify-content: center; /* ← セットごと中央 */
  align-items: center;
  border: 1px solid #91918d;
  /*background-color: #c8c8c3;*/
  border-radius: 50px;
  padding: 16px 0;
  cursor: pointer;
  transition: .3s;
}
.sub-form .btn-inner{
  display: flex;
  align-items: center;
  gap: 10px; /* ← 間隔 */
}
.sub-form .btn-inner svg{
  width: 5px;
}
.sub-form .btn-text{
  font-size: 14px;
}
.sub-form .btn_area input[type="submit"]{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* ← 見えなくする */
  cursor: pointer;
}
.sub-form .btn-wrap:hover{
  background-color: #000;
}

.sub-form .btn-wrap:hover .btn-text{
  color: #fff;
}

.sub-form .btn-wrap:hover polygon{
  fill: #fff;
}
.wpcf7-spinner{
  display: none!important;
}
@media (max-width: 991px) {
  .contact .wpcf7{
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .contact .wpcf7{
    padding-bottom: 70px;
  }
  .sub-form .btn_area .btn-wrap{
    padding: 12px 0;
  }
  .sub-form .btn-text{
    font-size: 12px;
  }
  /*.sub-form .btn_area .btn-wrap{
    width: 300px;
  }*/
  /*.sub-form .btn_area input[type="submit"] {
    width: 300px;
  }
  .sub-form .btn_area .btn-wrap::before{
    left: 108px;
  }
  .sub-form .btn_area{
    padding-bottom: 70px;
  }*/
}