body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	list-style-type: none;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
    font-size: 1.4rem;
}

.grecaptcha-badge { visibility: hidden; }

figure{
    margin: 0;
    padding: 0;
}

textarea {
	font-size: 100%;
}

*:focus {
outline: none;
}

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

hr{
}

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	font-feature-settings: "palt" 1;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: justify;
	text-justify: inter-ideograph;
}

iframe[name="google_conversion_frame"]{
	position: absolute;
	top: 0;
}

body {
    height: 100%;
    background: #F3F2F2;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: none;
	color: #444;
}

a:hover img{
}
 
a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.s_text {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

.sp_view{
	display: none !important;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

header {
    background-color: #FCFCFC;
    width: 100%;
    position: fixed;
    z-index: 100;
    height: 80px;
    border-bottom: solid 1px;
}

.page-id-487{
    background-color: #fff;
}

.page-id-487 header {
    border-bottom: none;
    background-color: unset;
}

.page-id-487 .works_section {
    padding-top: 108px;
}

.header_inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 88%;
    margin: 0 auto;
}

.header_inner h1 {
    width: 160px;
    order: 2;
    margin: 24px auto 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header_inner .link_button {
    order: 1;
    position: absolute;
}

.link_button a {
    border: solid 1px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 28px 8px;
    box-sizing: border-box;
    border-radius: 20px;
    letter-spacing: 0.05em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

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

.scroll-header{
	height: auto;
}

.scroll-header h1 {
    width: 120px;
    margin: 16px auto;
}

.openbtn1 {
    height: 48px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    position: absolute;
    right: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.button_hb{
	width: 40px;
    position: relative;
    height: 48px;
}

.openbtn1 p {
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
}

.openbtn1 .openbtn_menu{
}

.openbtn1.active .openbtn_menu{
	display: none;
}

.openbtn1 .openbtn_close{
	display: none;
}

.openbtn1.active .openbtn_close{
	display: block;
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 3px;
    background-color: #000;
    width: 100%;
    border-radius: 7px;
}

.openbtn1 span:nth-of-type(1) {
    top: 12px;
    width: 80%;
    left: 10%;
}

.openbtn1 span:nth-of-type(2) {
    top: 24px;
}

.openbtn1 span:nth-of-type(3) {
    top: 36px;
    width: 80%;
    left: 10%;
}

.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
    display: none;
}

.openbtn1.active span:nth-of-type(3) {
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
}

#g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    right: 0;
    box-sizing: border-box;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    right: 0;
    background-color: #F3F1F1;
    pointer-events: unset;
    top: 0;
    display: flex;
    align-items: stretch;
}

.navigation_left {
    width: 50%;
    background-color: #8D9198;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation_left_inner {
    width: 50%;
}

.navigation_left_inner img {
    filter: invert(100%);
    max-width: 160px;
}

.navigation_left_inner p {
    line-height: 1.8;
}

.navigation_left_inner p a{
	text-decoration: underline;
	color: #fff;
}

.navigation_left .link_button {
    position: absolute;
    top: 59px;
    left: 5.5%;
}

.navigation_left .link_button a{
	background-color: #fff;
}

.navigation_left .link_button a:hover{
	background-color: #000;
}

#g-nav-list {
    width: 64%;
    background-color: #F3F1F1;
}

#g-nav-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#g-nav-list ul li {
    position: relative;
    width: 100%;
    padding: 40px 4%;
    box-sizing: border-box;
}

#g-nav-list ul li p{
	font-size: 2.4rem;
    font-weight: bold;
}

#g-nav-list ul li p:first-child {
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

#g-nav-list ul li p:last-child{
	font-size: 1.4rem;
}

#g-nav-list ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 4%;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    gap: 20px;
}

#g-nav-list ul li a:hover{
	background-color: #8D9198;
	color: #fff;
}

#g-nav-list ul li a:hover p{
	color: #fff;
}

.works_section {
    padding-top: 81px;
}

.works_list {
    width: 100% !important;
    background-color: #fff;
}

.home .works_list {
    background-size: cover;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
}

.works_list_02 {
    width: 100% !important;
    background-color: #fff;
    grid-template-columns: repeat(9, 1fr);
    grid-auto-rows: calc((100vw + 8.33333vw) / 5);
    display: grid;
    padding-bottom: 120px;
}

.works_list_items {
    /* width: 20%; */
    box-sizing: border-box;
    padding: 4px;
}

.works_list_thumbnail {
    padding: calc((100vw / 40)* 1);
    transition: 0.5s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.works_list_thumbnail:hover{
  transform:scale(1.05);
  transition:0.5s all;
}

.works_list_thumbnail:nth-child(1) {
    grid-column-end: span 2;
    grid-row-end: span 1;
}

.works_list_thumbnail:nth-child(2) {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.tate.works_list_thumbnail:nth-child(2) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.seihoukei.works_list_thumbnail:nth-child(2) {
    grid-row-end: span 3;
}

.works_list_thumbnail:nth-child(3) {
    grid-column-end: span 2;
    grid-row-end: span 1;
}

.works_list_thumbnail:nth-child(4) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(5) {
    grid-column-end: span 3;
    grid-row-end: span 3;
}

.works_list_thumbnail:nth-child(6) {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(7) {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(8) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(9) {
    grid-column-end: span 2;
    grid-row-end: span 3;
}

.works_list_thumbnail:nth-child(10) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(11) {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(12) {
    grid-column-end: span 2;
    grid-row-end: span 1;
}

.works_list_thumbnail:nth-child(13) {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(14) {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(15) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(14) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(16) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(17) {
    grid-column-end: span 2;
    grid-row-end: span 3;
}

.works_list_thumbnail:nth-child(18) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(19) {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.works_list_thumbnail:nth-child(20) {
    grid-column-end: span 2;
    grid-row-end: span 1;
}

.works_list_thumbnail.seihoukei {
}

.works_list_thumbnail.tate{
}

.works_list_thumbnail.yoko {
}






.works_list_items {
    overflow: hidden;
    position: relative;
}

.works_list_items .caption {
    font-size: 1.4rem;
    color: #fff;
    width: 80%;
    line-height: 1.4;
    margin: 0 auto;
}

.works_list_items .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.works_list_items:hover .mask {
    opacity:1;
}

.works_list_items img {
  width: 100%;
}

.button_worksviewall {
    width: 100%;
    border-top: solid;
    border-bottom: solid;
    position: relative;
    padding: 36px 0;
}

.button_worksviewall a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

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

.block_pickup {
    background: #fff;
    padding: 12px 0;
    margin: 0;
    position: fixed;
    bottom: 4%;
    right: 2%;
    border: solid 1px #000;
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;
    align-items: center;
    height: 48px;
    z-index: 100;
}

.block_pickup h2 {
    margin-left: 24px;
    padding-right: 15px;
    border-right: solid 1px;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.block_pickup_inner {
    overflow: hidden;
    width: 280px;
}

.infoText {
  color: #fff;
  padding-left: 100%;
  white-space: nowrap;
  display: inline-block;
  animation: infoAnimation 24s linear infinite;
}

.infoText .pickup_detail {
    display: inline-block;
    margin-right: 32px;
}

.infoText .pickup_detail:last-child{
    margin-right: 0;
}

@keyframes infoAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

footer {
    position: relative;
    background-color: #FCFCFC;
    padding-bottom: 24px;
}

.footer_inner {
    margin: 0 auto;
    width: 88%;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.footer_left{
}

.footer_left .company_name {
    font-weight: bold;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

.footer_left .company_detail {
    line-height: 1.8;
}

.footer_left .company_detail a{
	text-decoration: underline;
}

.footer_right{
}

.footer_right ul{
}

.footer_right ul li {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 1.2rem;
}

.footer_right ul li:last-child{
	margin-bottom: 0;
}

footer .copyright{
	text-align: center;
	font-size: 1.2rem;
}

footer .arrow_totop {
    position: absolute;
    top: 20px;
    right: 2%;
    width: 32px;
}

.section_aboutpage {
    padding-top: 160px;
    margin-bottom: 80px;
}

.block_message {
    width: 88%;
    margin: 0 auto 80px;
}

.block_message_inner {
    display: flex;
    align-items: flex-start;
    gap: 8%;
    margin-bottom: 48px;
}

.block_message_inner h2 {
    font-size: 2.4rem;
    min-width: 200px;
    letter-spacing: 0.01em;
    width: 16%;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.block_message_detail {
    width: 52%;
}

.block_message_detail p {
    line-height: 2;
    margin-bottom: 24px;
}

.block_message_detail p:last-child{
	margin-bottom: 0;	
}

.block_overview {
    width: 88%;
    margin: 0 auto 80px;
}

.block_overview_inner {
    display: flex;
    align-items: flex-start;
    gap: 8%;
    margin-bottom: 48px;
}

.block_overview_inner h2 {
    font-size: 2.4rem;
    min-width: 200px;
    letter-spacing: 0.01em;
    width: 16%;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.block_overview_detail {
    width: 56%;
}

.block_overview_detail dt {
    clear: left;
    float: left;
    width: 120px;
    line-height: 1.8;
}

.block_overview_detail dd {
    padding-left: 120px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 24px;
    margin-bottom: 24px;
    line-height: 1.8;
}

.map {
    position: relative;
    height: 0;
    padding-top: 40%;
    margin-top: 48px;
}
 
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block_member{
}

.block_member h2 {
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.block_member_inner {
    margin: 0 auto;
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%;
    justify-content: space-between;
}

.block_member_item {
    width: 22.5%;
}

.thumbnail_member {
    margin-bottom: 16px;
}

.member_job {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #444;
    font-weight: 500;
    text-align: left;
    word-break: break-all;
    line-height: 1.4;
}

.block_member_item h3 {
    font-weight: 500;
    font-size: 1.6rem;
    color: #222;
}

.section_workspage {
    padding-top: 160px;
    margin-bottom: 80px;
}

.block_workspage {
    display: flex;
    margin: 0 0 0 6%;
    position: relative;
    gap: 6%;
}

.block_workspage_left {
    position: sticky;
    top: 160px;
    left: 0;
    height: 100%;
    width: 32%;
    min-width: 320px;
}

.block_workspage_left h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.4;
}

.block_workspage_left h3 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 48px;
    line-height: 1.4;
}

.works_category {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
    margin-bottom: 24px;
}

.works_category li{  
}

.works_category li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em;
  color: #222;
}

.works_category li a {
    line-height: 1;
    letter-spacing: 0.01em;
    font-size: 1.2rem;
}

.workspage_text_content {
    margin-top: 48px;
}

.workspage_text_content p {
    line-height: 1.8;
}

.workspage_text_content a{
    text-decoration: underline;
}

.workspage_text_content .client_name {
    margin-top: 24px;
    text-align: left;
}

.workspage_text_content .creator_list {
    text-align: left;
}

.workspage_detail {
    margin-top: 40px;
}

.workspage_detail p{
    margin-bottom: 16px;
    line-height: 1.8;
}

.works_siteurl {
    font-size: 1.2rem;
    font-weight: bold;
}

.works_siteurl a{
    text-decoration: underline;
}

.block_workspage_right {
    overflow: hidden;
    width: 68%;
    margin-bottom: 80px;
}

.thumbnail_workspage {
    width: 90%;
    margin-right: 10%;
    margin-bottom: 80px;
    height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 64%;
}

.thumbnail_workspage img {
    width: 100%;
}

.swiper-backface-hidden .swiper-slide img{
    display: none;
}

.works_imglist {
    width: 90%;
    margin-right: 10%;
}

.works_imglist img{
    width: 100%;
    margin-bottom: 24px;
}

.works_imglist img.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto 24px;
    width: 75%;
}

.works_photogroup {
    position: relative;
    margin-bottom: 80px;
    margin-top: 80px;
}

.works_photogroup:last-child {
    margin-bottom: 0px;
}

.works_photolist_arrow {
    position: absolute;
    top: 16px;
    right: 6%;
    width: 124px;
}

.swiper-pagination-fraction {
    top: -16px;
    bottom: unset;
}

.swiper-slide {
    height: 56vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-button-next{
    height: 24px;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    color: #000;
    font-size: 2rem;
}

.works_photogroup_title {
    margin-bottom: 24px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    min-height: 24px;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.section_newspage {
    padding-top: 200px;
    margin: 0 auto 80px;
    display: flex;
    align-items: flex-start;
    width: 88%;
    gap: 8%;
}

.headline_news{
    min-width: 200px;
    width: 16%;
}

.headline_news h2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.block_newspage_list {
    width: 80%;
}

.block_newspage_item {
    display: flex;
    gap: 32px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
    align-items: baseline;
}

.block_newspage_item .date {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.block_newspage_item h3 {
    font-size: 1.6rem;
    line-height: 1.4;
}

.section_singlepage {
    padding-top: 200px;
    margin-bottom: 80px;
}

.section_singlepage_inner{
    display: flex;
    align-items: flex-start;
    width: 88%;
    gap: 8%;
    margin:0 auto;
}

.block_newspage {
    width: 80%;
    max-width: 960px;
}

.attachment-post-thumbnail{
    width: 100%;
}

.block_newspage .date {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
}

.block_newspage h3.title_newssingle {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 40px;
}

.block_newspage_detail{
}

.block_newspage_detail p{
    margin-bottom: 16px;
    line-height: 2;
}

.block_newspage_detail img{
    margin-bottom: 16px;    
}

.navigation {
    width: 88%;
    margin: 48px auto 0;
    border-top: solid 1px #ccc;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}

.navigation a{
    text-decoration: underline;
}

.navigation_prev {
    width: 40%;
}

.navigation_next{
    width: 40%;
}

.section_workspage{
}

.block_works_header {
    width: 88%;
    margin: 0 auto 40px;
    display: flex;
    align-items: baseline;
    gap: 8%;
    justify-content: space-between;
}

.headline_works{
}

.headline_works h2 {
    font-size: 2.4rem;
    font-weight: bold;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.block_works_header_list{
}

.block_works_header_list ul {
    display: flex;
    gap: 8px 0;
    flex-wrap: wrap;
}

.block_works_header_list ul li {
    font-family: DINNextLTPro-Medium;
}

.block_works_header_list ul li::after {
    content: "/";
    padding-left: 12px;
    color: #222;
    padding-right: 12px;
}
 
.block_works_header_list ul li:last-child::after {
    content: "";
}

.section_contactpage {
    padding: 200px 0 80px;
}

.block_contactpage_inner {
    display: flex;
    gap: 12%;
    width: 88%;
    margin: 0 auto;
}

.headline_contactpage {
    width: 28%;
}

.headline_contactpage h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.headline_contactpage p {
    line-height: 1.8;
}

.block_contactpage_right {
    width: 60%;
}

.block_contactpage_right dl{
}

.block_contactpage_right dt {
    line-height: 1.4;
    float: left;
    clear: both;
}

.block_contactpage_right dt p{
    line-height: 1.4;
    font-weight: bold;
}

.block_contactpage_right dd {
    margin-left: 200px;
    margin-bottom: 40px;
    line-height: 1.4;
}

.block_contactpage_right .acceptance{
}

.block_contactpage_right .sendbutton{
}

.block_contactpage_right dd input {
    border: none;
    font-size: 1.6rem;
    padding: 8px;
    letter-spacing: 0.1em;
    width: 100%;
    border-radius: unset;
    box-sizing: border-box;
}

.block_contactpage_right dd textarea {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background-color: #fff;
    padding: 8px;
}

.block_contactpage_right dd select {
    padding: 4px;
}

.block_contactpage_right .acceptance {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 24px;
}

.block_contactpage_right .acceptance a{
    text-decoration: underline;
}

.block_contactpage_right .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block_contactpage_right .acceptance input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 8px;
    border: solid 1px;
}

.block_contactpage_right .sendbutton input {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #fff;
    border: 2px solid #111;
    color: #111;
    width: 100%;
    padding: 12px 0;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.block_contactpage_right .sendbutton input:disabled {
    opacity: 0.4;
}

.block_contactpage_right .sendbutton input::before,
.block_contactpage_right .sendbutton input::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.block_contactpage_right .sendbutton input,
.block_contactpage_right .sendbutton input::before,
.block_contactpage_right .sendbutton input::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.block_contactpage_right .sendbutton input:hover {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

.section_contactpage .wpcf7-not-valid-tip {
    color: red;
    margin-top: 8px;
}

.section_pppage {
    padding: 200px 0 80px;
}

.block_pppage_inner {
    display: flex;
    width: 88%;
    margin: 0 auto;
    gap: 8%;
}

.headline_pppage {
    min-width: 260px;
}

.headline_pppage h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.block_pppage_right {
    width: 72%;
}

.pppage_listitem{
    margin-bottom: 40px;
}

.pppage_listitem h3 {
    font-weight: 100;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: DINNextLTPro-Medium;
}

.pppage_listitem p{
    line-height: 1.8;
}

/* --- Hero Section (メインスライド) --- */
.p-top-hero {
    position: relative;
    width: 100%;
    height: 84vh;
    overflow: hidden;
    background-color: #000;
    padding-top: 80px;
}

/* キャッチコピー */
.p-top-hero__catch {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 88%;
    /* text-align: center; */
    color: #fff;
    pointer-events: none;
}

.p-top-hero__title {
    font-size: 2.4rem;
    line-height: 1.6;
    /* letter-spacing: 0.05em; */
    font-weight: 600;
    /* font-family: "Shippori Mincho", serif; */
}

/* スライダー全体 */
.p-top-hero__slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 各スライド共通設定 */
.p-top-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 1;
    filter: blur(10px);
    transform: scale(1);
    transition: opacity 2.5s ease, filter 2.5s ease, transform 8s linear;
}

/* アクティブ（表示中）のスライド */
.p-top-hero__slide.is-active {
    opacity: 1;
    z-index: 10;
    filter: blur(0);
    transform: scale(1.15);
}

.p-top-hero__slide.is-last {
    opacity: 1;
    z-index: 5;
    filter: blur(0);
    transform: scale(1.15);
}

/* --- About Section --- */
.p-top-about {
    padding: 24vh 80px 8vh;
}

.p-top-about__text {
    font-size: 2rem;
    line-height: 2;
    width: 88%;
}

/* Aboutボタン */
.p-top-about__btn {
    display: inline-block;
    padding: 16px 80px;
    border: 1px solid #333;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    background: #fff;
    margin-top: 40px;
}

.p-top-about__btn:hover {
    background: #333;
    color: #fff;
}

/* * メンバー詳細ページ専用スタイル
 * 接頭辞 .p-member-detail- を使用
 */

.p-member-detail {
    padding-top: 200px;
    margin: 0 auto 80px;
    width: 88%;
}

/* インナー（コンテンツ幅制限） */
.p-member-detail__inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; /* SPで折り返すように */
}

.p-member-detail__sidebar {
    width: 32%;
}

.p-member-detail__name {
    margin-bottom: 24px;
    word-break: break-all;
}

.p-member-detail__name h2{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.p-member-detail__image {
    width: 100%;
}
.p-member-detail__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.p-member-detail__content {
    width: 64%; /* PC時の幅 */
}

.p-member-detail__content p {
    margin-bottom: 1.4em;
    line-height: 1.8;
}

.p-member-detail__content p br{
    display: none;
}

.p-member-detail__content h3 {
    font-size: 1.4rem;
    margin: 40px 0 20px;
    font-weight: bold;
}
















@media (min-width: 801px) {

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

}









































