@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
Theme Name: tosho-sekkei-theme
Theme URI: https://mh-tec.co.jp/
Author: mh-tec Design team
Author URI: https://mh-tec.co.jp/
Version: 2.0
*/
:root {
  --main-color: #0057b8;
  --sub-color: #edf0f2;
}
.main-color {
  color: #241d1a;
}
.sub-color {
  color: var(--sub-color);
}
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; line-height:2;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
strong {font-weight: bold;}
legend{color:#000}

img {
  max-width: 100%;
}

html {
  font-size: 20px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3rem;
  letter-spacing: 1px;
  color: #241d1a;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

a:hover {
  opacity: 0.5;
}



.tablenav {
  margin: 30px 0;
  text-align: center;
}
.tablenav a {
  text-decoration: none !important;
}
.tablenav .page-numbers {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #241d1a;
  border-radius: 50%;
  padding: 5px 16px;
  margin: 0 5px;
}
.tablenav .current {
  background-color: #241d1a;
  color: #fff;
}
.tablenav .prev,.tablenav .next {border: none;}

.row {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.pure-toggle:focus ~ .pure-toggle-label {
  border-color: #241d1a;
  color: #241d1a;
}
.pure-toggle-label {
  border: none !important;
}
.pure-toggle-label:hover {
  border-color: #241d1a;
  color: #241d1a;
}
.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #241d1a;
}
.pure-toggle-label .pure-toggle-icon,
.pure-toggle-label .pure-toggle-icon:before,
.pure-toggle-label .pure-toggle-icon:after {
  background: #241d1a;
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'],
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'],
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] {
  border-color: #241d1a;
  color: #241d1a;
}
.pure-drawer {
  background-color: #ffffff;
  border-left: 2px solid #241d1a;
}
.pure-pusher {
  background-color: #fff;
}
.pure-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.pure-toggle-label .pure-toggle-icon, .pure-toggle-label .pure-toggle-icon:before, .pure-toggle-label .pure-toggle-icon:after {
  width: 24px;
  height: 2px;
  border-radius: 0;
}
.pure-toggle-label .pure-toggle-icon:before {
    transform: translate3d(-50%, -7px, 0);
    -webkit-transform: translate3d(-50%, -7px, 0);
}
.pure-toggle-label .pure-toggle-icon:after {
    transform: translate3d(-50%, 5px, 0);
    -webkit-transform: translate3d(-50%, 5px, 0);
    content: "MENU";
    font-size: 10px;
    text-indent: -2px;
    letter-spacing: 0px;
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:after, .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after, .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:after {
    content: "";
}
/* basic */
.container {
  width: 100%;
  max-width: 992px;
}



@media screen and (max-width: 991px){
  .container {
    width: 96%;
  }
}
/* header */
.header-top {
  padding: 30px 0 25px;
  display: flex;
  justify-content: space-between;
}
.header-menu {
  width: 350px;
}
.header-menu li {
  width: 33.33%;
  float: left;
  display: block;
  text-align: right;
  
}
.header-menu a {
  font-size: 0.6rem;
  line-height: 14px;
  padding: 8px 5px;
  display: inline-block;
  text-align: left;
  width: 90px;
}
ul.menu:after {
  display: block;
  content: "";
  clear: both;
}
.header-logo-pc img {
  max-width: 390px;
}
.header-bottom {
	width: 95%;
	max-width: 992px;
	display: block;
	padding: 12px 0 14px;
	background: rgba(255,255,255,0.7);
	margin: 0 auto 3rem;
	position: relative;
	z-index: 1;
}
.header-bottom .container {
	position: absolute;
	top: 0;
	right: 0;
} 
.header-sns {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.header-sns img {
  width: 28px;
  margin-right: 15px;
}
.header-logo-sp img {
  width: 260px;
}

.child_page_link {
	display: flex;
	margin: -3px auto auto;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.child_page_link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.child_page_link br {
  display: none;
}
.child_page_link li {
  border-left: 1px solid;
  line-height: 1;
  padding: 0 20px;
  display: block;
}
.child_page_link li:last-child {
  border-right: 1px solid;
  justify-content: center;
}


@media screen and (max-width: 992px){
  header {
    padding: 24px 10px 20px;
  }
	.child_page_link {
		display: flex;
		margin: 1.5rem auto auto;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
/* kv */
.under-kv {
  background-image: url(/wp/wp-content/uploads/2024/02/mv.png);
	position: relative;	
	display: flex;
	justify-content: center;
  align-items: center;
	min-height: 100px;
	margin-bottom: 1rem;
	z-index: 0;
	background-size: cover;
}
@media screen and (max-width: 1000px){
  .under-kv {
    min-height: 10vw;
  }
}
@media screen and (max-width: 1280px){
  .under-kv > form {
    max-width: 96%;
    min-width: 220px;
  }
  .under-kv > form input {
    max-width: 100%;
  }
}
@media screen and (max-width: 540px){
  .under-kv {
    flex-wrap: wrap;
  }
  .under-kv > form {
    margin-left: auto;
    position: relative;
  }
  .search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.under-kv::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: inherit;
	filter: brightness(60%);
	/* 最背面へ */
	z-index: -1;
}


.kv-sp {
  display: none;
}


@media screen and (max-width: 991px){
  .kv-sp {
    display: block;
  }
  .kv-pc {
    display: none;
  }
}

.about {
  position: relative;
}
.about .container {
  display: flex;
  padding: 64px;
}


@media screen and (min-width: 992px){
  .about:before {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 10px;
    content: "";
    background-color: #1E41A9;
  }
  .about-l {
    width: 320px;
  }
  .about-r {
    width: 500px;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 3rem;
  }
}

/* news */
.news {
  padding-bottom: 120px;
}
.news h2 {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid;
  line-height: 30px;
  padding: 3px 28px;
  margin-bottom: 12px;
  font-weight: bold;
}
.news-box {
  padding: 0 28px;
}
.news-box li {
  line-height: 
  24px;
  padding: 6px 0;
}

/* footer */
.footer-container {
	margin-top: 50px;
	border-top: 1px solid #000;
	padding: 25px 0 35px;
}
.footer-container .menu {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-container .menu br {
  display: none;
}
.footer-container .menu li {
  border-left: 1px solid;
  line-height: 1;
  padding: 0 20px;
  display: block;
}
.footer-container .menu li:last-child {
  border-right: 1px solid;
  justify-content: center;
}
@media screen and (max-width: 991px){
  .footer-container .menu li {
    width: 30%;
    border-left: 1px solid;
    border-right: 1px solid;
    margin-left: -1px;
    padding: 10px;
  }
  .footer-container .menu:after {
    width: 30%;
    display: block;
    height: 1px;
    content: "";
    margin-left: -1px;
  }
  .footer-container {
    padding: 25px 0 15px;
  }
}
@media screen and (max-width: 767px){
  .footer-container .menu li,
  .footer-container .menu:after {
    width: 100%;
    padding: 10px 20px;
    border: none;
    margin: auto;
  }
}
.copy {
  font-size: 10px;
  padding: 15px 0;
  text-align: center;
  color: #aaa;
}

/* SP */
@media screen and (max-width: 991px){
  .about .container {
    display: block;
    padding: 20px 10%;
  }
  .about-l {
    width: 50%;
    float: right;
    position: relative;
    padding: 0 20px 20px;
    font-size: 0.65rem;
    line-height: 1.3rem;
  }
  .about-l:before {
    width: 2px;
    height: calc(100% + 60px);
    position: absolute;
    left: 0;
    top: -60px;
    background: #1E41A9;
    content: "";
    z-index: 3;
  }
  .about-r {
    width: 100%;
    float: right;
    padding: 20px 0 60px;
    font-size: 1.2rem;
    line-height: 2.3rem;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
  }
  .about-r span {
    display: inline-block;
    text-align: left;
  }
  .about .container:after {
    clear: both;
  }
  .news h2 {
    font-size: 0.8rem;
    font-weight: bold;
    border-bottom: 1px solid;
    line-height: 30px;
    padding: 3px 5px;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .news-box {
    padding: 0 5px;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 22px;
  }
  .footer-logo img {
    width: 320px;
    max-width: 86%;
  }
  .footer-sns {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-sns img {
    width: 28px;
    height: auto;
  }
  .footer-sns a + a {
    margin-left: 30px;
  }
  .pure-drawer img {
    width: 70%;
    margin-left: 5%;
  }
  .pure-drawer .menu a {
    display: block;
    padding: 5px 10px;
    font-size: 0.75rem;
  }
  .pure-drawer .menu a br {
    display: none;
  }
}
@media screen and (max-width: 479px){
  .about-l {
    width: 50%;
    padding: 0 0px 20px 10px;
  }
  .about .container {
    padding: 20px 0;
  }
  .about-r {
    font-size: 1rem;
  }
}
/* ------------------------------------------------------------------------------------
#under-content
------------------------------------------------------------------------------------ */
#under-content h1 {
  width: 100%;
  max-width: 992px;
  text-align: left;
  color: #fff;
  z-index: 10;
  font-size: clamp(1rem, 3vw, 3rem);
	margin-left:1em;
}

#under-content h2 {
  position: relative;
  font-size: clamp(1rem, 2vw, 2rem);
  font-family: 'Noto Serif JP', serif;
  padding: 0 0 0 1rem;
  line-height: 1;
  margin: 0 0 2rem -1rem;
}
#under-content h2::after {
  position: absolute;
  content: "";
  display:inline-block;
  background: #000;
  height: 1px;
  width: 100%;
  bottom: -0.5rem;
  left: 0;
  padding: 0;
}
#under-content h3 {
  position: relative;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  background: #f3f3f3;
  padding: 0.3rem 1rem;
  margin: auto auto 1.5rem -1rem;
}
#under-content h3::before {

}
#under-content h4 {
  font-family: 'Noto Serif JP', serif;
  width: auto;
  position: relative;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  padding: 0.3rem 1rem;
  margin: auto auto 1.5rem -1rem;
}
#under-content h4::before {
  position: absolute;
  content: "";
  display:inline-block;
  background: #000;
  height: 1px;
  width: 0.5rem;
  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#under-content h5 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  padding: 0.3rem 1rem;
  margin: auto auto 1.5rem -1rem;
}
#under-content h6 {
  font-weight: bold;
  color: #666;
  padding: 0.3rem 1rem;
  margin: auto auto 1.5rem -1rem;
}

  #under-content {
    position: relative;
    background-color: transparent;
    height: auto;
    margin: 0 auto;
  }
  #under-content .container {
    height: 100%;
    position: relative;
  }
  #under-content .container .row > div {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 3px 3px 3px #405884;
  }
  #under-content .container .content-box {
    padding: 30px;
  }

  /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content {
            max-width: 90%;
            margin-top: 5vh;
          }
          #under-content .container .row > div {
            min-height: 300px;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          #under-content {
            max-width: 90%;
            margin-top: 5vh;
          }
          #under-content .container .row > div {
            min-height: 300px;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }

  #under-content p {
    margin-bottom: 1.25em;
  }
  #under-content a,
a:hover,
a:visited,
a:focus {
  text-decoration:underline;
  color: inherit;
}
/* ------------------------------------------------------------------------------------
ページ内リンク
------------------------------------------------------------------------------------ */
#under-content ul.pagelink {
width: 80%;
text-align:left;
}
#under-content ul.pagelink li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  padding: 5px;
  list-style: none!important;
  border-left: 1px solid;
}
#under-content ul.pagelink li:last-child {
  border-right: 1px solid;
  justify-content: center;
}
#under-content ul.pagelink li a {
  display: block;
  line-height: 100%;
	font-size: 0.75rem;
  position: relative;
  padding: 15px;
  letter-spacing: 0;
  text-decoration: none!important;
}
#under-content ul.pagelink li a:hover {
  opacity: 0.5;
  text-decoration: none !important;
}

/*responsive*/
@media (max-width: 767px) { /* xs */
  #under-content ul.pagelink li {
    width: 100%;
  }
}
@media screen and (min-width:767px) and (max-width:1199px) { /* lg */
  #under-content ul.pagelink li {
    width: 49%;
  }
}
@media screen and (min-width:1200px) { /* xl */
  #under-content ul.pagelink li {
    width: 32%;
  }
}
  #under-content .content-box ul > li:before { 
  }
.events_none {
  pointer-events: none;
}

/* member single */
.member-single-top {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding-top: 30px;
  align-items: end;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
}
.member-single-top-l {
}
.member-single-name {
  font-size: 32px;
  line-height: 1.2;
}
.member-single-name-en {
  font-size: 24px;
  color: #777;
  font-weight: normal;
}
.member-single-work {
  font-size: 20px;
}
.member-single-work span  {
  margin-right: 2em;
  white-space: nowrap;
}
.member-single-work span:last-child {
  margin-right: 2em;
}
.member-single-top-r img {
  height: 200px;
  width: 200px;
  object-fit: contain;
  object-position: right bottom;
  margin-bottom: 10px;
}
.member-single-profile {
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
.member-single-info {
  margin-bottom: 30px;
}
.member-single-info th,
.member-single-info td {
  vertical-align: top;
  padding: 10px;
  line-height: 1.5;
}
.member-single-info th {
  font-weight: bold;
}
.single-sns-link {
  display: block;
}
.member-single-info-outer {
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
.member-book-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.member-book-box {
  width: 240px;
  position: relative;
}
.member-book-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.member-book-info {
  display: none;
  position: absolute;
  background: #fffd;
  padding: 10px 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-size: 12px;
  box-shadow: 0 0 3px #999;
}
.member-book-box:hover .member-book-info {
  display: block;
}
.member-book-info th {
  white-space: nowrap;
  font-weight: bold;
}
.member-book-info th,
.member-book-info td {
  padding: 0 5px 5px;
  vertical-align: top;
}
.sns-facebook {
  background: linear-gradient(to bottom,#18AEFF,#0060DB);
  color: #fff;
  width: 32px;
  line-height: 32px;
  font-size: 24px;
  text-align: center;
  color: #fff !important;
  border-radius: 16px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.sns-instagram {
  position: relative;
  width: 32px;
  height: 32px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.sns-instagram i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.sns-twitter {
  width: 32px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  vertical-align: top;
}
.sns-other {
  display: block;
}

/* modal */
.member-book-box:hover .member-book-img {
  opacity: 0.5;
  cursor: pointer;
}
.member-book-modal {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
}
.member-book-modal-inner {
  width: 96%;
  max-width: 600px;
  max-height: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  overflow-y: scroll;
  padding: 10px;
}
.member-book-modal-image {
  text-align: center;
  margin-bottom: 10px;
}
.member-book-modal-table td {
  line-height: 1.8;
}
.member-book-modal-close {
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 539px){
.member-book-modal-close {
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
}
.member-book-modal-close:hover i {
  opacity: 0.5;
}
.modal-close-btn {
  text-align: right;
  margin-top: 10px;
  font-size: 13px;
  cursor: pointer;
}
/* ------------------------------------------------------------------------------------
#under-content list
------------------------------------------------------------------------------------ */

  /*ul normal*/
  #under-content .content-box ul.page {
    padding:0 0 0 0em;
    margin:0 0 15px;
    list-style: none;
  }
  #under-content .content-box ul.page > li {
    padding-left: 1.5em;
    position: relative;
  } 
  #under-content .content-box ul.page > li:before { 
    content: "●";
    color: var(--main-color);
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 4px;
  }
  #under-content .content-box ul.page > li a {
    text-decoration: underline;
    color: var(--main-color);
  }

.news-box {
  max-height: 600px;
  margin-bottom: 3em;
  overflow-y: auto;
}