@charset "UTF-8";

/* テスト用 */
/* html {
  margin: 0 !important;
}

#wpadminbar {
  display: none;
} */


/* リキャプチャ */

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* base */
html {
  visibility: hidden;
  font-size: 100%;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #040000;
  word-break: break-word;
}

.main-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.inner {
  padding: 0 4%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

p {
  margin: 0;
  padding: 0;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.brsp {
  display: none;
}

/* トップページ */
/* header */
.main-header {
  height: 90px;
}

.sub-header {
  display: none;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  height: 90px;
  margin: 0;
}

.main-nav li {
  padding: 30px;
}

#menu {
  font-weight: 600;
  text-align: left;
  color: #9FA0A0;
}

#menu:hover {
  color: #040000;
}

#menu.active {
  color: #040000;
}

.ex-nav {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #404040;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 3px;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.ex-nav:hover {
  opacity: 0.6;
}

.ex-nav .text {
  color: #404040;
  text-wrap: nowrap;
  white-space: nowrap;
}

.ex-nav .arw {
  width: 10px;
  height: auto;
}

.ex-nav.sns-x-nav {
  gap: 6px;
}

header .main-header .sns-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  transform: translateY(3px);
}

header .sub-header .sns-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: fit-content;
  height: fit-content;
  gap: 15px;
}




.ja-nav {
  text-align: left;
}

.en-nav {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
}

/* くどうれいん */
.main-title {
  position: fixed;
}

.main-name {
  font-weight: 600;
  writing-mode: vertical-lr;
  font-size: 28px;
  margin: 0;
  margin-left: 22%;
  width: 250px;
  letter-spacing: 0.19em;
}

.main-name a {
  color: #000;
}

/* メイン写真 */
.main-visual {
  text-align: center;
  padding: 30px 0;
}

.main-img {
  width: 595px;
}

/* トップページ投稿 */
.main-news {
  padding-top: 30px;
}

.main-news-content {
  display: flex;
  padding: 0 60px;
}

.new {
  margin-right: 25px;
  min-width: 40px;
}

.post-link {
  display: flex;
  color: #040000;
  margin-bottom: 15px;
  width: 100%;
}

.post-link:hover {
  color: #040000;
}

.post-excerpt:hover {
  color: #9FA0A0;
}

.post-time {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  min-width: 90px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.home .no-article {
  text-align: left;
}

.no-article {
  text-align: center;
  margin: 0;
}

/* アクセスカウンタ */
.access-counta {
  position: absolute;
  right: 2%;
  bottom: 0;
}

.access-counta-sp {
  display: none;
}

.access-counta-content {
  padding-bottom: 3px;
  text-align: right;
  font-size: 12px;
}

.counter {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #040000;
  padding: 1px 5px;
  text-align: center;
}

/* footer */
.main-footer {
  position: sticky;
  right: 2%;
  bottom: 0;
  padding-bottom: 30px;
  text-align: right;
  overflow: hidden;
  pointer-events: none;
}

.copy-right {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-orientation: sideways;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 8px
}



/* 下層ページテンプレート */

section.page-tmp01:first-child {
  padding: 60px 0;
}




/* 書籍情報ページ */

.book.fixed {
  position: fixed !important;
  width: 100% !important;
  overflow: hidden !important;
}

.book .main-book {
  padding: 150px 0 60px;
}

.book main button {
  outline: 0;
}

.book .main-book .container {
  padding-left: 12%;
  /* padding-right: 30px; */
}

.book .main-book .container .tab_block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}

.book .main-book .container .tab_block .cate-btn01 {
  color: #898989;
  font-size: 14px;
  letter-spacing: 0.006em;
  line-height: 1;
  width: fit-content;
  height: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
  gap: 5px;
}

.book .main-book .container .tab_block .cate-btn01 * {
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}


.book .main-book .container .tab_block .cate-btn01 .mark {
  border: 1px solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  aspect-ratio: 1/1;
  display: inline-block;
}

.book .main-book .container .tab_block .cate-btn01 .text {
  text-wrap: nowrap;
  white-space: nowrap;
}

.book .main-book .container .tab_block .cate-btn01.is-active {
  color: #000000;
  pointer-events: none;
}

.book .main-book .container .tab_block .cate-btn01.is-active .mark {
  background-color: #000000;
}

.book .main-book .container .book_block {
  padding-right: 25px;
  /* width: calc(100% + 40px);
  margin-right: -40px; */
}

.book .main-book .container .book_block .inner_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(16px, 3vw, 30px);
  width: 100%;
}

.book .main-book .container .book_block .book_item {
  width: calc((100% - clamp(16px, 3vw, 30px) * 2) / 3);
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
}

.book .main-book .container .book_block .book_item .inner__cont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 25px 11px 39px;
  height: 100%;
}

.book .main-book .container .book_block .book_item:hover {
  background-color: #F6F6F6;
}

.book .main-book .container .book_block .book_item.is-active {
  background-color: #F6F6F6;
}

.book .main-book .container .book_block .book_item .date_box {
  width: 1em;
  transform: rotate(90deg);
}

.book .main-book .container .book_block .book_item .date-text {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  color: #454545;
  text-wrap: nowrap;
  white-space: nowrap;
  padding-left: 11px;
}

.book .main-book .container .book_block .book_item .date-text::before {
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 3px;
  height: 3px;
  background-color: #454545;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /* transform: translateY(-1px); */
}

.book .main-book .container .book_block .book_item .date-text .text {
  font-size: 1em;
  display: inline-block;
  line-height: 1.2;
}

.book .main-book .container .book_block .book_item .main_cont {
  width: 87%;
}

.book .main-book .container .book_block .book_item .main_cont .pict {
  aspect-ratio: 129/190;
  width: 51%;
  height: auto;
  overflow: hidden;
  font-size: 0;
  display: block;
  margin-bottom: 0;
}

.book .main-book .container .book_block .book_item .main_cont .pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
  margin-bottom: 0;
}

.book .main-book .container .book_block .book_item .main_cont .c-ttl02 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  display: block;
  color: #000000;
  letter-spacing: 0em;
  margin-top: 10px;
  margin-bottom: 0;
}

.book .main-book .container .book_block .book_item .main_cont .spec-txt {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 540;
  margin-bottom: 12px;
  text-align: left;
  display: block;
  letter-spacing: 0em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  margin-bottom: 0;
  /* gap: 0 3px; */
  color: #9FA0A0;
  margin-bottom: 0;
  margin-top: 2px;
}

.book .main-book .container .book_block .book_item .main_cont .spec-txt>span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 0;
}

/* .book .main-book .container .book_block .book_item .main_cont .spec-txt>span+span {
  padding-left: 1em;
} */

.book .main-book .container .book_block .book_item .main_cont .spec-txt>span:before {
  content: "｜";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.book .main-book .container .book_block .book_item .main_cont .spec-txt>span+span:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.book .main-book .container .book_block .book_item .main_cont .spec-txt>span+span:last-of-type::before {
  display: none;
}



.book .js-md-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
  /* padding: 30px; */
}

.book .js-md-content.is-active {
  pointer-events: auto;
}

.book .js-md-content .modal_cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  max-width: calc(1030px + 35px * 2);
  max-height: calc(671px + 40px * 2);
  min-height: 500px;
  width: 100%;
  height: 100%;
  padding: 40px 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  pointer-events: none;
}

.book .js-md-content .modal_cont .modal_inner_wrap {
  max-height: 100%;
  height: 60vw;
  width: 100%;
  gap: 30px 35px;
  padding: 4.5% 4.5% 7%;
  background-color: #fff;
  position: relative;
  aspect-ratio: 1030 / 671;
  pointer-events: auto;
}

.book .js-md-content .modal_cont .modal_inner_wrap .main_cont_wrap {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.book .js-md-content .modal_cont .modal_inner_wrap .pict_block {
  aspect-ratio: 179 / 263;
  width: 40%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  font-size: 0;
  display: block;
  margin-bottom: 0;
}

.book .js-md-content .modal_cont .modal_inner_wrap .pict_block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
  margin-bottom: 0;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block {
  width: calc(100% - 35px - 40%);
  height: 100%;
  max-height: 100%;
  max-width: 470px;
  color: #000;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block * {
  color: #000;
  letter-spacing: 0.06em;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block p.txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .c-ttl02 {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 28px;
  line-height: 1.5;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .spec-txt {
  margin-top: 8px;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .spec-txt>span {
  position: relative;
  display: inline-block;
  padding-right: 1.45em;

}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .spec-txt>span:before {
  content: "｜";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .spec-txt>span:last-of-type {
  padding-right: 0;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .spec-txt>span:last-of-type:before {
  display: none;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .info_box {
  max-width: 400px;
  margin-top: 18%;
  padding-bottom: 30px;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .info_box .info-txt {
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .info_box .link-btn01 {
  width: fit-content;
  height: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2px;
  color: #000;
  font-size: 0;
  margin-top: 10%;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.book .js-md-content .modal_cont .modal_inner_wrap .text_block .info_box .link-btn01 .text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0em;
  display: inline-block;
}

.book .js-md-content .modal_cont .modal_inner_wrap .btn_block {
  /* margin-top: 10px; */
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.book .js-md-content .modal_cont .close-btn {
  /* position: absolute; */
  width: fit-content;
  height: fit-content;
  bottom: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000000;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.book .js-md-content .modal_cont .close-btn .text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0em;
  display: inline-block;
}

.book .js-md-content .modal_cont .close-btn .icn {
  width: 14px;
  height: auto;
}

.book .js-md-content .modal_cont .close-btn:hover,
.book .js-md-content .modal_cont .modal_inner_wrap .text_block .info_box .link-btn01:hover {
  opacity: 0.6;
}

.book .js-md-content .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 120, 120, 0.2);
  z-index: 1;
  cursor: pointer;
}


/* リクエスト（フォームページ） */
.contact-attention main>section.req-cont-sec {}

.contact-attention main>section.req-cont-sec>.container {
  width: 50%;
}

.contact-attention main>section#main-title+section {
  padding: 60px 0;
}

.contact-attention main>section {}

.contact-attention .req-lead-sec .lead_field {
  line-height: 2.2;
}

.contact-attention .req-lead-sec .lead_field p.date {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  min-width: 90px;
  /* margin: 0; */
  line-height: 2.2;
}

.contact-attention .req-cont-sec .cont_field h2:first-of-type {
  font-size: 24px;
  margin-bottom: 35px;
  line-height: 1.2;
}

.contact-attention .req-cont-sec .cont_field .en-txt {
  font-size: 11px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  opacity: 0.7;
  text-align: center;
  margin-top: 25px;
  color: #000;
}

.contact-attention .req-cont-sec .cont_field .en-txt a {
  text-decoration: underline;
  color: #000;
}



.contact-attention .req-lead-sec .lead_field h2:first-of-type {
  margin-bottom: 45px;
}

.contact-attention main>section.req-form-sec {
  padding-bottom: 95px;
}

.contact-attention .req-cont-sec .form_block .dl-form {}

.contact-attention .req-cont-sec .form_block .dl-form .dl-row {
  display: block;
  margin-bottom: 0;
}

.contact-attention .req-cont-sec .form_block .dl-form .dl-row+.dl-row {
  margin-top: 35px;
}

.contact-attention .req-cont-sec .form_block .dl-form .dl-row .dl-col {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 1.5;
}

.contact-attention .req-cont-sec .form_block .dl-form .dl-row dt.dl-col {
  font-weight: bold;
  margin-bottom: 4px;
  width: 100%;
  line-height: 1.4;
}

.contact-attention .req-cont-sec .form_block .dl-form .dl-row dd.dl-col {
  font-weight: 500;
  width: 100%;
}

.contact-attention .req-cont-sec .form_block .dl-form .dl-row dd.dl-col textarea,
.contact-attention .req-cont-sec .form_block .dl-form .dl-row dd.dl-col input.text,
.contact-attention .req-cont-sec .form_block .dl-form .dl-row dd.dl-col select.menu-drop {
  width: 100%;
  background-color: #F6F6F6;
  padding: 13px 14px 12px;
  border-bottom: 1px solid #D1D1D1;

  /* ▼IE10・IE11用 */
  &:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
  }

  /* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
  &::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
  }

  /* ▼Firefox18以前用(※2) */
  &:-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
  }

  /* ▼Firefox19以上用(※3) */
  &::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    opacity: 1;
  }

  /* ▼CSS4標準(予定)の記述 */
  &::placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
  }
}

.contact-attention .req-cont-sec .form_block .dl-form .dl-row dd.dl-col textarea {
  min-height: 203px;
  height: 203px;
  resize: vertical;
  line-height: 1.6;
}

.contact-attention .req-cont-sec .form_block .dl-form .dl-row .wpcf7-not-valid-tip {
  font-weight: bold;
  margin-top: 5px;
}

.contact-attention .req-cont-sec .form_block .btn-area {
  margin-top: 68px;
  text-align: center;
}

.contact-attention .req-cont-sec .form_block .btn-area .submit-btn {
  width: fit-content;
  height: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 17px;
  margin-left: auto;
  margin-right: auto;
  max-width: 82px;
  position: relative;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.contact-attention .req-cont-sec .form_block .btn-area .submit-btn:hover {
  opacity: 0.6;
}

.contact-attention .req-cont-sec .form_block .btn-area .submit-btn .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.contact-attention .req-cont-sec .form_block .btn-area .submit-btn .submit_cont {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  display: inline-block;
  color: #000;
  text-align: center;
  width: 100%;
  height: 100%;
}

.contact-attention .req-cont-sec .form_block .btn-area .submit-btn .arw {
  width: 8px;
  height: auto;
}


/* テンプレート*/
main>section.tmp-sec01 {}

main>section.tmp-sec01>.container {
  width: 50%;
}

main>section#main-title+section {
  padding: 60px 0;
}

main>section.tmp-sec01 .tmp_field h2 {
  font-size: 24px;
  line-height: 1.2;
}

main>section.tmp-sec01 .tmp_field h2:first-of-type {
  margin-bottom: 35px;
}

main>section.tmp-sec01 .tmp_field p {
  line-height: 1.8;
}

main>section.tmp-sec01 .tmp_field .link-btn {
  width: fit-content;
  height: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  margin-left: auto;
  margin-right: auto;
}

main>section.tmp-sec01 .tmp_field .link-btn:hover {
  opacity: 0.6;
}

main>section.tmp-sec01 .tmp_field p:has(.link-btn) {
  margin-top: 67px;
  text-align: center;
}

/* 送信完了ページ */
.thanks main>section.thanks-sec {}

.thanks main>section.thanks-sec>.container {
  width: 50%;
}

.thanks main>section#main-title+section {
  padding: 60px 0;
}

.thanks main>section.thanks-sec .thanks_field h2 {
  font-size: 24px;
  line-height: 1.2;
}

.thanks main>section.thanks-sec .thanks_field h2:first-of-type {
  margin-bottom: 35px;
}

.thanks main>section.thanks-sec .thanks_field p {
  line-height: 1.8;
}

.thanks main>section.thanks-sec .thanks_field .link-btn {
  width: fit-content;
  height: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  margin-left: auto;
  margin-right: auto;
}

.thanks main>section.thanks-sec .thanks_field .link-btn:hover {
  opacity: 0.6;
}

.thanks main>section.thanks-sec .thanks_field p:has(.link-btn) {
  margin-top: 67px;
  text-align: center;
}


/* プロフィールページ */
.part-title {
  display: none;
}

.profile {
  padding: 100px 0;
}

.profile .container {
  width: 50%;
}

.profile-img {
  text-align: center;
}

.profile-info {
  padding: 0 60px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 2.2;
}

/* お知らせページ */
.news .main-news {
  padding: 60px 0;
}

.news .main-news .container {
  width: 50%;
}

.news .main-news-content {
  font-size: 14px;
  padding-right: 0;
}

.post-box {
  display: block;
  width: 100%;
}

.news .post {
  margin-bottom: 30px;
}

.nav-links {
  margin: 0 auto;
}

.page-link-box {
  padding-bottom: 40px;
  text-align: center;
}

.page-numbers {
  color: #9FA0A0;
  margin: 0 5px;
}

.page-numbers:hover {
  color: #040000;
}

.page-numbers.current,
.page-numbers.prev,
.page-numbers.next {
  color: #040000;
}

.page-numbers.prev::after {
  content: '<';
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #040000;
  margin-left: 10px;
}

.page-numbers.next::before {
  content: '>';
  font-size: 14px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #040000;
  margin-right: 10px;
}

.page-numbers {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.next,
.prev {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.screen-reader-text {
  display: none;
}

/* お仕事ページ */
.main-works {
  padding: 60px 0;
}

.main-works .container {
  width: 50%;
}

.main-works-content {
  text-align: left;
  margin: 0 auto;
  padding-left: 60px;
}

.work {
  display: flex;
  margin-bottom: 40px;
}

.work-left {
  width: 20%;
}

.work-right {
  padding-left: 20px;
  width: 75%;
}

.work-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.work-content {
  text-align: left;
}

/* コンタクトページ */
.main-form {
  padding: 60px 0;
}

.main-form .container {
  width: 50%;
}

.form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* 個別投稿ページ */
.main-single-post {
  padding-top: 60px;
  line-height: 2.2;
}

.main-single-post .container {
  width: 50%;
}

.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.post-link-box {
  padding: 40px 0;
  text-align: center;
}

.post-link-box a {
  color: #040000;
  text-align: center;
}

.post-link-flex {
  display: flex;
  justify-content: center;
  height: 45px;
}

.next-post-link,
.prev-post-link {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.next-post-link {
  min-width: 100px;
  margin-right: 30px;
}

.prev-post-link {
  min-width: 100px;
  margin-left: 30px;
}

.next-post-link::before {
  content: '>';
  font-size: 14px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #040000;
  margin-right: 10px;
}

.prev-post-link::after {
  content: '<';
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #040000;
  margin-left: 10px;
}

/* ブログページ */
.blog .main-blog {
  padding: 60px 0;
}

.blog .main-blog .container {
  width: 50%;
}

.blog .main-blog-content {
  font-size: 14px;
  padding-left: 60px;
}

.blog .post {
  margin-bottom: 30px;
}

/* PC終わり */



/* iPad用 */
@media screen and (max-width:1179px) {

  /* base */
  .main-nav li {
    padding: 30px 15px;
  }

  /* メイン写真 */

  .main-img {
    width: 60%;
  }

  /* くどうれいん */
  .main-name {
    width: 100px;
    margin-left: 50%;
  }

  /* お仕事ページ */
  .work-left {
    width: 30%;
  }

  .work-right {
    width: 70%;
  }

  /* コンテナー */
  .news .main-news .container,
  .blog .main-blog .container,
  .main-form .container,
  .profile .container,
  .main-works .container,
  .form-thanks .container {
    width: 70%;
  }

  .main-single-post .container,
  .contact-attention main>section.req-cont-sec>.container {
    width: 65%;
  }

  /* フォーム */
  .form-title {
    font-size: 16px;
  }


  /* book */
  .book .main-book .container .book_block .inner_wrap {
    gap: 0;
  }

  .book .main-book .container .book_block .book_item {
    width: calc((100%) / 3);
  }

}

/* iPad終わり */


/* スマホ用 */
@media screen and (max-width:767px) {
  .main-header {
    display: none;
  }

  .sub-header {
    display: block;
    text-align: right;
    height: 50px;
    position: relative;
  }

  .main-container {
    padding: 0;
  }

  .sub-header .sns-box {
    position: absolute;
    padding-top: 3px;
    right: calc(5% + 20px + 26px);
    top: 104%;
  }

  /* header */

  /* 🍔 */
  #hamburger {
    height: 50px;
  }

  #check-menu {
    display: none;
  }

  #ham-open,
  #ham-open span {
    display: inline-block;
    transition: all 400ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #ham-open {
    position: relative;
    vertical-align: middle;
    margin: 0;
    width: 26px;
    height: 20px;
    z-index: 15;
    right: 5%;
    top: 99%;
  }

  #ham-open span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #040000;
    border-radius: 4px;
  }

  #ham-open span:nth-child(1) {
    top: 0;
  }

  #ham-open span:nth-child(2) {
    top: 9px;
  }

  #ham-open span:nth-child(3) {
    bottom: 0;
  }

  #ham-cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
  }

  #ham-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #cbcbcb;
    z-index: 5;
    transform: translateX(-120%);
    transition: all 400ms;
  }

  .ham-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .ham-menu {
    margin-bottom: 35px;
  }

  .ham-menu a {
    color: #040000;
  }

  .ham-menu .en-nav {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .ham-menu .ja-nav {
    font-size: 18px;
  }

  #check-menu:checked~#ham-content {
    transform: translateX(0);
  }

  #check-menu:checked~#ham-cover {
    display: block;
  }

  #check-menu:checked~#ham-open span {
    background-color: #fff;
  }

  #check-menu:checked~#ham-open span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }

  #check-menu:checked~#ham-open span:nth-child(2) {
    opacity: 0;
  }

  #check-menu:checked~#ham-open span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }

  .hum-main-name {
    position: fixed;
    font-size: 18px;
    writing-mode: vertical-lr;
    color: #fff;
    top: 7%;
    left: 5%;
    letter-spacing: 0.19em;
  }

  .hum-copy-right {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    position: fixed;
    font-size: 8px;
    writing-mode: vertical-lr;
    color: #fff;
    bottom: 5%;
    right: 5%;
    text-orientation: sideways;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }

  /* 🍔終わり */
  /* base */
  .part-title {
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin: 0;
    margin-bottom: 50px;
    text-align: left;
    padding: 0 50px;
    font-weight: 600;
  }

  .brsp {
    display: block;
  }

  .main-visual {
    text-align: right;
    padding-top: 115px;
  }

  .main-visual .container {
    margin: 0;
    padding: 0;
  }

  /*くどうれいん */
  .main-name {
    width: 0;
    font-size: 20px;
    margin-left: 5px;
    letter-spacing: 0.19em;

  }

  .home .main-name {
    font-size: 28px;
    margin-left: 10px;
  }

  .main-img {
    width: 66%;
  }

  /* トップページ投稿 */
  .main-news-content {
    flex-direction: column;
    padding: 0;
    padding: 0 20px;
  }

  .new {
    margin: 0;
    margin-bottom: 10px;
  }

  .post-time {
    margin: 0;
  }

  /* アクセスカウンタ */
  .access-counta {
    display: none;
  }

  .access-counta-sp {
    display: block;
    padding: 10px 20px 30px;
  }

  .access-counta-content {
    padding-bottom: 3px;
    text-align: left;
    font-size: 12px;
  }

  /* footer */
  .main-footer {
    position: fixed;
    bottom: 5%;
    right: 0;
  }

  /* プロフィールページ */
  .profile {
    padding: 0;
    padding-bottom: 40px;
  }

  .profile .container {
    width: 100%;
  }

  .profile-content {
    padding: 0 50px;
  }

  .profile-info {
    padding: 0;
  }

  /* ニュースページ */
  .news .main-news {
    padding: 0;
  }

  .news .main-news .container {
    width: 100%;
  }

  .news .main-news-content {
    padding: 0 20px 0 50px;
  }

  .news .post {
    margin-bottom: 30px;
  }

  .news .post-link {
    flex-direction: column;
  }

  /* お仕事ページ */
  .main-works {
    padding: 0;
  }

  .main-works .container {
    width: 100%;
  }

  .work {
    flex-direction: column;
  }

  .main-works-content {
    padding: 0 30px 0 50px;
  }

  .work-box {
    margin: 0;
  }

  .work-title {
    margin: 20px 0 10px;
  }

  .work-left {
    width: 100%;
  }

  .work-right {
    padding: 0;
    width: 100%;
  }

  /* ブログページ */
  .blog .main-blog {
    padding: 0;
  }

  .blog .main-blog .container {
    width: 100%;
  }

  .blog .main-blog-content {
    padding: 0 20px 0 50px;
  }

  .blog .post-link {
    flex-direction: column;
  }

  .blog .post {
    margin-bottom: 30px;
  }

  /* コンタクトページ */
  .main-form {
    padding: 0;
  }

  .main-form .container {
    width: 100%;
  }

  .main-form-content {
    padding: 0 30px 0 50px;
  }

  .form-title {
    margin-bottom: 30px;
  }

  /* 個別投稿ページ */
  .main-single-post {
    padding: 0;
  }

  .main-single-post .container,
  .contact-attention main>section.req-cont-sec>.container,
  .thanks main>section.thanks-sec>.container,
  main>section.tmp-sec01>.container {
    width: 100%;
  }

  .single-post .part-title {
    text-transform: uppercase;
    margin-bottom: 35px;
  }

  .single-post-content,
  .contact-attention main>section.req-cont-sec .cont_field,
  .thanks main>section.thanks-sec .thanks_field,
  main>section.tmp-sec01 .tmp_field {
    padding: 0 30px 0 50px;
  }

  .post-title {
    font-size: 18px;
  }

  .next-post-link {
    margin-right: 50px;
  }

  .prev-post-link {
    min-width: 100px;
    margin-left: 50px;
  }


  /* book */
  .book .main-book {
    padding: 78px 0 40px;
  }

  .book .main-book .container {
    padding-left: 65px;
  }

  .book .main-book .container .tab_block {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px 12px;
    margin-bottom: 40px;
  }

  .book .main-book .container .tab_block .cate-btn01 {
    /* width: calc((100% - 12px * 2) / 3); */
    width: fit-content;
    text-align: left;
    min-width: 80px;
  }

  .book .main-book .container .book_block .inner_wrap {
    gap: 40px 30px;
  }

  .book .main-book .container .book_block .book_item {
    width: calc((100% - 30px) / 2);
  }

  .book .main-book .container .book_block .book_item:hover,
  .book .main-book .container .book_block .book_item.is-active {
    background-color: inherit;
  }

  .book .main-book .container .book_block .book_item .inner__cont {
    display: block;
    padding: 0;
  }

  .book .main-book .container .book_block .book_item .date_box {
    width: 100%;
    height: 1em;
    transform: none;
    margin-bottom: 15px;
    text-align: left;
  }

  .book .main-book .container .book_block .book_item .main_cont {
    width: 100%;
  }

  .book .main-book .container .book_block .book_item .main_cont .c-ttl02 {
    margin-top: 13px;
  }

  /* .book .main-book .container .book_block .book_item .main_cont .c-ttl02 br {
    display: none;
  } */

  .book .main-book .container .book_block .book_item .main_cont .pict {
    width: 100%;
  }

  .book .js-md-content .modal_cont {
    max-width: inherit;
    max-height: calc(725px + 40px + 20px);
    height: 100vh;
    width: 100%;
    padding: 40px 20px 20px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap {
    max-height: 100%;
    height: 90svh;
    padding: 22px 20px 52px;
    padding-right: 8px;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap .main_cont_wrap {
    overflow-y: scroll;
    height: 100%;
    max-height: 100%;
    --webkit-scrollbar: 1px;
    scrollbar-width: thin;
    --webkit-scrollbar-track: rgba(0, 0, 0, 0.3);
    scrollbar-track: rgba(0, 0, 0, 0.3);
    padding-right: 12px;
    padding-top: 28px;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap .pict_block {
    width: 47.5%;
    margin-left: auto;
    margin-right: auto;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap .text_block {
    width: 100%;
    margin-top: 12px;
    max-height: inherit;
    height: fit-content;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .c-ttl02 {
    font-size: 18px;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .cate-txt {
    margin-bottom: 4px;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap .text_block .ttl_box .spec-txt {
    margin-top: 6px;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap .text_block .info_box {
    margin-top: 20px;
    padding-bottom: 35px;
  }

  .book .js-md-content .modal_cont .modal_inner_wrap .btn_block {
    bottom: 14px;
  }

  /* リクエスト（フォームページ） */
  .contact-attention .req-cont-sec .cont_field h2:first-of-type {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .contact-attention .req-lead-sec .lead_field h2:first-of-type {
    margin-bottom: 30px;
  }

  .contact-attention .req-cont-sec .form_block .dl-form .dl-row+.dl-row {
    margin-top: 25px;
  }

  .contact-attention .req-cont-sec .form_block .dl-form .dl-row .dl-col {
    /* font-size: 16px; */
  }

  .contact-attention .req-cont-sec .form_block .dl-form .dl-row dd.dl-col textarea,
  .contact-attention .req-cont-sec .form_block .dl-form .dl-row dd.dl-col input.text,
  .contact-attention .req-cont-sec .form_block .dl-form .dl-row dd.dl-col select.menu-drop {
    padding: 10px 14px;
  }

  .contact-attention .req-cont-sec .form_block .btn-area {
    margin-top: 40px;
  }

  /* 送信完了ページ */
  .thanks main>section.thanks-sec .thanks_field h2,
  main>section.tmp-sec01 .tmp_field h2 {
    font-size: 18px;
  }

  .thanks main>section.thanks-sec .thanks_field h2:first-of-type,
  main>section.tmp-sec01 .tmp_field h2:first-of-type {
    margin-bottom: 30px;
  }

  .thanks main>section.thanks-sec .thanks_field .link-btn,
  main>section.tmp-sec01 .tmp_field .link-btn {
    margin-top: 45px;
  }

}


/* スマホまで */

@media screen and (min-width:768px) {
  .book .js-md-content .modal_cont .modal_inner_wrap .text_block {
    width: calc(100% - 35px - 40%);
    height: 100%;
    max-height: 100%;
    max-width: 470px;
    color: #000;
    overflow-y: scroll;
    --webkit-scrollbar: 1px;
    scrollbar-width: thin;
    --webkit-scrollbar-track: rgba(0, 0, 0, 0.3);
    scrollbar-track: rgba(0, 0, 0, 0.3);
  }

}