@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/******COMMON******/
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: inherit;box-sizing: inherit;}
body{width: 100%; margin:0 auto;line-height: 1.6em;position: relative;}
html{overflow-x: hidden;margin-top: 0!important;}
section{width:100%;}
img{vertical-align: bottom;display: block;margin: 0 auto;width: 100%;max-width: 100%;height: auto;max-height:100%;object-fit: cover;}
a{display: block;color:#313131;}
a:link,a:visited{color:#313131;text-decoration:none;}
a:hover{color:#cc0000;cursor: pointer;}
a:hover img{opacity:0.8;}
table th, table td{font-size: 16px;}

span{display: inline-block;}
.content{margin-top: 80px;}
.section{max-width: 1040px;padding: 100px 20px 0;margin:-100px auto 80px;}
.section .en-ttl{font-family:acumin-pro, sans-serif;font-size: clamp(32px,4.6vw,46px);line-height: 1;letter-spacing:.05em;font-weight: 600;text-align: center;padding-bottom: 20px;}
.section h2{position: relative;font-size:clamp(16px,2.0vw,20px);line-height: 1;letter-spacing:.05em;font-weight: 400;text-align: center;margin-bottom: 50px;padding-bottom: 38px;}
.section h2:after{content: "";position: absolute;display: block;bottom: 0;left: 50%; -webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);background-color: #cc0000;width: 70px;height: 3px;}
.section h3{font-size:clamp(20px,2.8vw,28px);line-height: 1.2;letter-spacing:.05em;font-weight: 600;padding-bottom: 20px;}
.section p{padding-bottom: 10px;text-align: justify;}
.bk_gray{background: #f1f1f1;}
.bk_black{background: #313131;}
.red {color: #cc0000;}

/*--button--*/
.button {text-align: center;}
.button a {display: inline-flex;background: #fff;margin: 45px auto 55px;height: 55px;line-height: 50px;font-size: clamp(16px,2.2vw,22px);border: 1px solid #313131;padding: 0 90px;position: relative;}
.button a:hover {color: #fff;background: #313131;}
.button a::before{content: '';position: absolute;top: 51%;right: 15px;box-sizing: border-box;width: 5px;height: 5px;border: 5px solid transparent;border-left: 5px solid #313131;transform: rotate(135deg) translate(-50%,0);}
.button a::after{content: '';position: absolute;top: 52%;right: 0;width: 26px;height: 1px;border-left: 26px solid #313131;transform: translate(-50%, 0);}
.button a:hover::before {border-left: 6px solid #fff;}
.button a:hover::after {border-left: 26px solid #fff;}
.button p {padding-bottom: 0;}

/*--RESET--*/
.wrap {width:100%;}
main.main{padding: 0;}
.footer{padding:0;margin: 0;}
table td,table tr:nth-of-type(2n + 1),table tr:nth-of-type(2n){background: #fff;}

@media screen and (max-width: 768px){
	body{width: 100%;}
	.section .en-ttl {padding-bottom: 16px;}
	.section h2{margin-bottom: 30px;padding-bottom: 20px;}
/*--button--*/	
	.button a{margin: 30px auto 40px;height: 45px;line-height: 40px;padding:0 50px;}
	.button p {margin: 0 auto;}
}
@media screen and (max-width: 480px){
	.content{margin-top: 60px;}
	.section{margin: -60px auto 60px;padding: 60px 20px 0;}
}


/******HEADER******/
#header{position: fixed;top:0;left:0;z-index: 100;width:100%;height: 80px; background: #fff;box-shadow: 0 0 1px 0 #313131;}
#header-in{max-width: 1000px;width:100%; line-height: 80px;height: 80px;display: flex;flex-direction: row;justify-content: space-between;padding:0;}
#navi h1{display: inline-block;width: 100px;margin-left: 30px;vertical-align: middle;}
.icon-request,.icon-form{display: none;}
input[type="checkbox"]{display: none;}
#drawer-icon{display: none;}
#gNavi{margin: 0 0 0 auto;width: 76%;}
#gNavi-ul{display: flex;justify-content: space-between;list-style: none;padding-right: 30px;font-weight: 500;}
.gNavi-request a{background: #313131;color: #fff;display: inline-block;padding: 0 20px;line-height: 40px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: all 0.3s;transition: all 0.3s;text-align: center;vertical-align: middle;border-radius: 1.5rem;}
.gNavi-request a:hover{background:#cc0000;}
.gNavi-form a{background: #fff;border: 1px solid #313131;display: inline-block;padding: 0 20px;line-height: 40px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: all 0.3s;transition: all 0.3s;text-align: center;vertical-align: middle;border-radius: 1.5rem;}
.gNavi-form a:hover{border: 1px solid #cc0000;}
#gNavi-ul li.has-child{position: relative;}
#gNavi-ul li ul{display: none;position: absolute;left: 50%;top: 100%; width: 150px;z-index: 500; -webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);background: #313131;transition: all .3s;padding: 0;list-style: none;text-align: center;}
#gNavi-ul > li li a{line-height: 40px!important;border-bottom: 1px solid #fff;color: #fff;padding: 0;}
#gNavi-ul li:hover{color:#cc0000;cursor: pointer;}
#gNavi-ul li:hover ul{display: block;}
#gNavi-ul > li li a:hover{background:#cc0000;}

@media screen and (max-width: 768px){
	#header-in{display: block;}
	#navi h1{width: 64px;}
	.icon-request,.icon-form {display: block;position: fixed;cursor: pointer;z-index: 500;top: 18px;height: 55px;width: 55px;text-align: center;}
	.icon-request {right: 138px;}
	.icon-form {right: 75px;}
	.icon-request div,.icon-form div {width: 35px;margin: 0 auto;}
	.icon-request p,.icon-form p {font-size: 13px;font-weight: 600;}
	#gNavi{height: 100vh;width: 100%;transform: translateX(200%);transition: transform 250ms ease-in-out;overflow-y: scroll;z-index:300;background: #fff;opacity: 0.95;}
	input[type="checkbox"]#drawer-checkbox{transition: all 0.3s;box-sizing: border-box;display: none;}
	input[type="checkbox"]#drawer-checkbox:checked ~ #gNavi{transform: translateX(0);}
	#drawer-icon{display: block;position: fixed;box-sizing: content-box;transition: all 0.3s;cursor: pointer;z-index: 500;top: 13px;right: 13px;height: 26px;width: 26px;background: #fff; padding:17px 14px 11px;}
	.spinner{transition: all 0.3s;box-sizing: border-box;position: absolute;height: 3px;width: 100%;background: #313131;border-radius: 3px;}
	.horizontal{transition: all 0.3s;box-sizing: border-box;position: relative;float:left;margin-top: 7px;background: #313131;}
	.diagonal.part-1{transition: all 0.3s;box-sizing: border-box;position: relative;float:left;}
	.diagonal.part-2{transition: all 0.3s;box-sizing: border-box;position: relative;float:left;margin-top: 7px;}
	input[type="checkbox"]#drawer-checkbox:checked ~ #drawer-icon{padding:20px 14px 8px;}
	input[type="checkbox"]#drawer-checkbox:checked ~ #drawer-icon > .horizontal{transition: all 0.3s;box-sizing: border-box;opacity: 0;}
	input[type="checkbox"]#drawer-checkbox:checked ~ #drawer-icon > .diagonal.part-1{transition: all 0.3s;box-sizing: border-box;transform: rotate(135deg);margin-top:6px;}
	input[type="checkbox"]#drawer-checkbox:checked ~ #drawer-icon > .diagonal.part-2{transition: all 0.3s;box-sizing: border-box;transform: rotate(-135deg);margin-top:-13px;}
	#gNavi-ul{display: block;border-top:1px solid #666;line-height: 80px;}
	#gNavi-ul li{border-bottom:1px solid #666;text-align: center;font-size:20px;}
	.gNavi-request a{color: #313131;background: none;display: block;padding: 0;vertical-align: baseline;line-height: 80px;}
	.gNavi-request a:hover{background:none;}
	.gNavi-form a{background: none;border: none;display: block;padding: 0;vertical-align: baseline;line-height: 80px;}
	.gNavi-form a:hover{border:none;}
	#gNavi label {display: block;cursor :pointer;position: relative;}
	input[type="checkbox"]#menu_bar {display: none;}
	li.submenu-item {height: 0;overflow: hidden;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
	input[type="checkbox"]#menu_bar:checked ~ .submenu-items li{height: auto;display: block;border-top: 1px solid #ccc;} 
	#gNavi-ul li ul{display: none;position: static;width: auto;background: #fff; -webkit-transform: translate(0);transform: translate(0);}
	#gNavi-ul li li{border-bottom: none;}
	#gNavi-ul > li li a{line-height: 60px!important;color: #313131;}
	#gNavi-ul > li li a:hover{background:#fff;color:#cc0000;border: none;}
	#gNavi label:after{content:"";display:block;width:8px;height:8px;border-top: #313131 2px solid;border-right: #313131 2px solid; -webkit-transform:rotate(135deg); -ms-transform: rotate(135deg);transform: rotate(135deg);position:absolute;right: 2%;top: 0;bottom: 15%;margin: auto;}
	#gNavi input[type="checkbox"]:checked + label:after{content:"";display:block;width:8px;height:8px;border-top: #f313131 2px solid;border-right: #313131 2px solid; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);transform: rotate(-45deg);position:absolute;right: 2%;top: 7%;bottom: 0;margin: auto;}
}
@media screen and (max-width: 480px){
	#header{height: 60px;}
	#header-in{line-height: 60px;height: 60px;}
	.icon-request,.icon-form {top: 11px;height: 50px;width: 50px;}
	.icon-request {right: 120px;}
	.icon-form {right: 60px;}
	.icon-request div,.icon-form div {width: 30px;}
	.icon-request p,.icon-form p {font-size: 11px;}
	#drawer-icon {top: 3px;right: 5px;}
	#gNavi-ul{line-height: 60px;}
	#gNavi-ul li{font-size:18px;}
	.gNavi-request a{line-height: 60px;}
	.gNavi-form a{line-height: 60px;}
}


/******FOOTER******/
/*--footer-contact--*/
.footer-contact{max-width: 1040px;padding: 190px 20px 80px;margin: -100px auto 0;}
.footer-contact_body{display: flex;justify-content: space-between;}
.footer-contact01 {width: 49%;height: 350px;background: url("img/common/contact01.jpg") no-repeat;background-size: cover;display: flex;flex-direction:column;justify-content: center;align-items: center;position: relative;}
.footer-contact01:after {background: #313131;content: "";position: absolute;top: 0;left: 0;width: 100%;height: inherit;opacity: 0.4;z-index: 1;}
.footer-contact02 {width: 49%;height: 350px;background: url("img/common/contact02.jpg") no-repeat;background-size: cover;display: flex;flex-direction:column;justify-content: center;align-items: center;position: relative;}
.footer-contact02:after {background: #313131;content: "";position: absolute;top: 0;left: 0;width: 100%;height: inherit;opacity: 0.4;z-index: 1;}
.footer-contact01:before,.footer-contact02:before {content: "";position: absolute;top: 50%;left: 50%;width: 93%;height: 91%;border: 1px solid #fff;transform: translate(-50%, -50%);z-index: 2;}
.footer-contact01-box,.footer-contact02-box {z-index: 2;text-align: center;padding:40px;}
.footer-contact-ttl {color: #fff;text-shadow:3px 3px 3px rgba(49,49,49,0.14), -3px -3px 3px rgba(49,49,49,0.14), -3px 3px 3px rgba(49,49,49,0.14), 3px -3px 3px rgba(49,49,49,0.14), 3px 0px 3px rgba(49,49,49,0.14), -3px 0px 3px rgba(49,49,49,0.14), 0px 3px 3px rgba(49,49,49,0.14), 0px -3px 3px rgba(49,49,49,0.14);font-size: clamp(28px,3.6vw,36px);line-height: 1;letter-spacing:.05em;font-weight: 600;text-align: center;padding-bottom: 30px!important;}
.footer-contact-txt {font-size: clamp(16px,2.0vw,20px);color: #fff;text-shadow:3px 3px 3px rgba(49,49,49,0.14), -3px -3px 3px rgba(49,49,49,0.14), -3px 3px 3px rgba(49,49,49,0.14), 3px -3px 3px rgba(49,49,49,0.14), 3px 0px 3px rgba(49,49,49,0.14), -3px 0px 3px rgba(49,49,49,0.14), 0px 3px 3px rgba(49,49,49,0.14), 0px -3px 3px rgba(49,49,49,0.14);line-height: 1.7;}
.footer-contact-btn {display: inline-flex;background: #fff;margin: 20px 0 0;height: 55px;line-height: 50px;font-size: clamp(16px,2.2vw,22px);border: 1px solid #313131;padding: 0px 40px;position: relative;}
.footer-contact-btn:after{content: ''; position: absolute;box-sizing: border-box; width: 10px; height: 10px; border: 10px solid transparent; border-left: 10px solid #cc0000; transform: rotate(45deg); bottom: -7px; right: -7px;}
/*--footer---*/
.footer-content {max-width: 1040px;padding: 60px 20px 10px;margin: 0 auto;}
.footer-flex{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:25px;}
.footer-menu{width: 100%; display: flex;list-style: none;padding: 0 0 50px 0;}
.footer-menu li{margin-right: 80px;position: relative;}
.footer-menu li::after{content: "";position: absolute;right:-20px;top: 0;bottom: 0;margin: auto;vertical-align: middle;width: 9px;height: 9px;border-top: 2px solid #fff;border-right: 2px solid #fff;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.footer-menu li:hover::after{border-top: 2px solid #cc0000;border-right: 2px solid #cc0000;}
.footer-menu a{color: #fff;}
.footer-menu a:hover{color: #cc0000;}
.footer-logo{width: 100px;}
.footer-sns{display: flex;align-items: center;}
.footer-sns p{color:#fff;padding-right:20px;}
.footer-sns-img{width: 38px;}
.footer-copyright{color: #fff;font-size:12px;}

@media screen and (max-width: 768px){
/*--footer-contact--*/
	.footer-contact{max-width: 1040px;padding: 100px 20px 40px;margin: -100px auto 0;}
	.footer-contact_body{display: block;}
	.footer-contact01 {width: 100%;height: 280px;margin-bottom: 20px;}
	.footer-contact02 {width: 100%;height: 280px;}
	.footer-contact01-box, .footer-contact02-box {padding: 20px;}
/*--footer---*/
	.footer-flex{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:25px;}
	.footer-menu{order: 2;flex-wrap: wrap;padding: 0px 0 30px 0;}
	.footer-menu li {margin-bottom: 10px;}
	.footer-logo{order: 3;}
	.footer-sns{order: 1;margin-bottom: 30px;}
}

	
/******TOP******/
/*--TOP fv--*/
.top_section{width: 100%;margin-bottom: 80px;}
.top_section_inner{width: 100%;height: 400px;background: url(img/top/main-fv.jpg) no-repeat;background-size: cover;display: flex;flex-direction:column;justify-content: center;align-items: center;}
.top_section_inner:after {background: #313131;content: "";position: absolute;top: 0;left: 0;width: 100%;height: inherit;opacity: 0.4;z-index: 1;}
.top_section_txt1{font-size: clamp(32px,4.6vw,46px);line-height: 1.6;letter-spacing:.05em;font-weight: 500;text-align: center;position: relative;text-shadow:3px 3px 3px rgba(49,49,49,0.14), -3px -3px 3px rgba(49,49,49,0.14), -3px 3px 3px rgba(49,49,49,0.14), 3px -3px 3px rgba(49,49,49,0.14), 3px 0px 3px rgba(49,49,49,0.14), -3px 0px 3px rgba(49,49,49,0.14), 0px 3px 3px rgba(49,49,49,0.14), 0px -3px 3px rgba(49,49,49,0.14);margin: 0 0 40px;color: #fff; z-index: 2;}
.top_section_txt2{max-width: 1000px; font-size:clamp(18px,2.4vw,24px);line-height: 2;letter-spacing:.05em;text-shadow:3px 3px 3px rgba(49,49,49,0.14), -3px -3px 3px rgba(49,49,49,0.14), -3px 3px 3px rgba(49,49,49,0.14), 3px -3px 3px rgba(49,49,49,0.14), 3px 0px 3px rgba(49,49,49,0.14), -3px 0px 3px rgba(49,49,49,0.14), 0px 3px 3px rgba(49,49,49,0.14), 0px -3px 3px rgba(49,49,49,0.14);margin-bottom: 40px;text-align: center;color: #fff; z-index: 2;}
.top_section_txt3{font-size:clamp(14px,1.6vw,16px);line-height: 1.8;letter-spacing:.05em;color: #fff;background: #cc0000; font-family: acumin-pro, sans-serif;padding:0 30px;z-index: 2;}
/*--TOP service--*/
.service-flex {display: flex;}
.service-img{width: 30%;}
.service-txt{width: 70%;margin: 0 0 0 20px;}
.servise-flex2{display: flex;justify-content: space-between;}
.service_con3, .service_con4, .service_con5{width: 30%;}
.service_con3 h3, .service_con4 h3, .service_con5 h3 {text-align: center;margin-top: 20px;}
/*--TOP case--*/
.case_body {display: flex;justify-content: space-between;}
.case_card {width: 32%;background:#f1f1f1;}
.case_card_img{width: 100%;height:210px;}
.section h3.case_card_subttl{font-size:clamp(18px,2.0vw,20px);margin-top:20px;padding:0 20px 20px 40px;position: relative;}
.case_card_subttl::before{content:"";position: absolute;top:3px;left: 20px;width: 0;height: 0;border-left: 8px solid #cc0000;border-top: 8px solid transparent;border-bottom: 8px solid transparent;}
.case_card_ttl{padding: 6px 20px;}
.case_card_tags{padding: 20px;}
.case_card p.case_card_tag{display: inline-block;background: #313131;font-weight: 600;color:#fff;line-height: 20px; padding:5px 20px;margin: 0 10px 0 0;border-radius: 1rem;}
/*--TOP article--*/
.article_body {display: flex;justify-content: space-between;}
.article_card {width: 32%;background:#f1f1f1;}
.article_card_img{width: 100%;height:210px;}
.article_card_ttl{padding: 6px 20px;}
.article_card_date{font-size: 14px;padding:0 20px;}
.article_card_tags{padding: 20px;}
.article_card p.article_card_tag{display: inline-block;background: #313131;font-weight: 600;color:#fff;line-height: 20px; padding:5px 20px;margin: 0 10px 0 0;border-radius: 1rem;}
/*--TOP faq--*/
.faq_body{background: #fff;padding:60px 65px;}
.accordion-title {position: relative;font-size: clamp(16px,2.0vw,20px);cursor: pointer;padding: 30px 20px 30px 60px;border-top: 1px solid #313131;}
.accordion-title:first-child{border-top:none;}
.accordion-content {display: none;position: relative;padding: 20px 20px 20px 60px;}
.accordion-title::before {position: absolute;display: block;content: "Q";font-family:acumin-pro, sans-serif;font-size:clamp(28px,3.2vw,32px); left: 7px;top: 49%;transform: translate(0,-50%);font-weight: 600;}
.accordion-content::before {position: absolute;display: block;content: "A";font-family:acumin-pro, sans-serif;font-size: clamp(28px,3.2vw,32px);left: 7px;top: 26px;font-weight: 600;}
.accordion-title::after {border-right: solid 2px #cc0000;border-top: solid 2px #cc0000;content: "";display: block;height: 13px;position: absolute;right: 25px;top: 38%;transform: rotate(135deg);transition: transform .3s ease-in-out, top .3s ease-in-out;width: 13px;}
.accordion-title.open::after {top: 45%;transform: rotate(-45deg);}
.accordion-title.open{color:#cc0000;}
.accordion-title.before{color:#cc0000;}
/*--TOP news--*/
.news_body{padding:0 12vw;}
.news_body dl{display: flex;flex-wrap: wrap;}
.news_body dt{width: 15%;margin-bottom: 30px;}
.news_body dt:last-child{margin-bottom: 0;}
.news_body dd{width: 85%;margin-bottom: 30px;}
.news_body dd:last-child{margin-bottom: 0;}
/*--TOP compony--*/
.compony_body{display: flex;}
.compony_txt{width: 70%;padding-right: 15px;}
.compony_txt p{font-size: clamp(16px,1.8vw,18px);line-height: 1.8;}
.compony_img{width: 30%;}

@media screen and (max-width: 768px){
/*--TOP fv--*/
	.top_section_inner{height: 320px;}
	.top_section_txt1{margin: 0 0 30px;}
	.top_section_txt2{margin-bottom: 30px;}
/*--TOP service--*/
	.service-flex {display: block;}
	.service-img,.service-img2{width: 80%;margin: 0 auto;}	
	.service-txt{width: 100%;margin: 0;}
	.service_con1 h3, .service_con2 h3{text-align: center;margin-top: 20px;}
	.servise-flex2{display: block;}
	.service_con3, .service_con4, .service_con5{width: 100%;}
	.service_con3, .service_con4{margin-bottom: 30px;}
/*--TOP case--*/
	.case_body {display: block;}
	.case_card {width: 100%; margin: 0 0 30px;}
	.section h3.case_card_subttl {margin-top: 15px;padding: 0px 20px 5px 40px;}
	.case_card_tags {padding: 10px 20px 30px;}
	.case_card_tag {font-size: 14px;}
/*--TOP article--*/
	.article_body {display: block;}
	.article_card {width: 100%; margin: 0 0 30px;}
	.article_card_ttl {padding: 15px 20px 10px;}
	.article_card_tags {padding: 10px 20px 30px;}
	.article_card_tag {font-size: 14px;}
/*--TOP faq--*/
	.faq_body {padding: 0 15px;}
	.accordion-title {padding:20px 45px;}
	.accordion-content {padding: 20px 10px 20px 45px;}
/*--TOP news--*/
	.news_body{padding:0;}
	.news_body dl{display: flex;}
	.news_body dt{width: 20%;}
	.news_body dd{width: 80%;}
/*--TOP compony--*/
	.compony_body{flex-direction: column-reverse;}
	.compony_txt{width: 100%;margin-top: 15px;padding-right: 0;}
	.compony_img{width: 100%;}
}
@media screen and (max-width: 480px){
	.top_section_txt1{font-size: clamp(26px,8vw,30px);}
	.top_section_txt2{font-size:clamp(14px,4.3vw,16px);margin-bottom: 40px;}
	.top_section_txt3{font-size:clamp(12px,3.5vw,13px);padding:0 30px;}
}


/******PAGE COMMON 固定ページ（デザインあり）共通******/
/*--page fv--*/
.page_section{width: 100%;}
.page_section_inner{width: 100%;height: 250px;background-size: cover;display: flex;flex-direction:column;justify-content: center;align-items: center;}
.page_section_inner:after {background: #313131;content: "";position: absolute;top: 0;left: 0;width: 100%;height: inherit;opacity: 0.4;z-index: 1;}
.page_section_txt1{font-size: clamp(32px,4.6vw,46px);line-height: 1.6;letter-spacing:.05em;font-weight: 500;text-align: center;position: relative;text-shadow:3px 3px 3px rgba(49,49,49,0.14), -3px -3px 3px rgba(49,49,49,0.14), -3px 3px 3px rgba(49,49,49,0.14), 3px -3px 3px rgba(49,49,49,0.14), 3px 0px 3px rgba(49,49,49,0.14), -3px 0px 3px rgba(49,49,49,0.14), 0px 3px 3px rgba(49,49,49,0.14), 0px -3px 3px rgba(49,49,49,0.14);margin: 0 0 30px;color: #fff; z-index: 2;}
.page_section_txt2{max-width: 1000px; font-size:clamp(18px,2.4vw,24px);line-height: 2;letter-spacing:.05em;text-shadow:3px 3px 3px rgba(49,49,49,0.14), -3px -3px 3px rgba(49,49,49,0.14), -3px 3px 3px rgba(49,49,49,0.14), 3px -3px 3px rgba(49,49,49,0.14), 3px 0px 3px rgba(49,49,49,0.14), -3px 0px 3px rgba(49,49,49,0.14), 0px 3px 3px rgba(49,49,49,0.14), 0px -3px 3px rgba(49,49,49,0.14);margin-bottom: 30px;text-align: center;color: #fff; z-index: 2;}
.page_section_txt3{font-size:clamp(14px,1.6vw,16px);line-height: 1.8;letter-spacing:.05em;color: #fff;background: #cc0000; font-family: acumin-pro, sans-serif;padding:0 30px;z-index: 2;}

@media screen and (max-width: 768px){
/*--PAGE fv--*/
	.page_section_inner{height: 210px;}
	.page_section_txt1{margin: 0 0 30px;}
	.page_section_txt2{margin-bottom: 30px;}
}
@media screen and (max-width: 480px){
/*--PAGE fv--*/
	.page_section_txt1{font-size: clamp(26px,8vw,30px);}
	.page_section_txt2{font-size:clamp(14px,4.3vw,16px);margin-bottom: 40px;}
	.page_section_txt3{font-size:clamp(12px,3.5vw,13px);padding:0 30px;}
}


/******SEOページ******/
/*--seo fv--*/
.seo_section_inner{background: url(img/seo/seo-fv.jpg) no-repeat;background-size: cover;height:  300px!important;}
/*--seo-problem--*/
#seo-problem {padding-top: 160px;}
.problem_head h2{font-size:clamp(24px,3.6vw,36px);font-weight: 600;margin-bottom: 0;padding-bottom: 30px;}
.problem_head h2:after{display:none;}
.problem_head p{text-align: center;font-size:clamp(20px,2.0vw,20px);font-weight: 600;margin-bottom: 44px;}
.problem_body {text-align: center;}
.problem_body ul{border: 1px solid #333;list-style: none;text-align: left;display: inline-block;padding: 20px 45px;}
.problem_body ul li{padding: 5px 0 5px 30px;background: url(img/seo/check_box.png)no-repeat;background-size: 1em;background-position: left center;}
/*--seo-feature--*/
.feature-flex{display: flex;}
.feature-img{width: 30%;}
.feature-txt{width: 70%;margin: 0 0 0 20px;}
.feature_con1 h3,.feature_con2 h3{padding: 0 20px 0 70px;position: relative;margin-bottom: 20px;}
.feature_con1 h3:before{content:"01";display: inline;font-family:acumin-pro, sans-serif;font-size:clamp(36px,4.8vw,48px);position: absolute;top: 42%;left: 0px;transform: translate(0, -50%);letter-spacing: 0;}
.feature_con2 h3:before{content:"02";display: inline;font-family:acumin-pro, sans-serif;font-size:clamp(36px,4.8vw,48px);position: absolute;top: 42%;left: 0px;transform: translate(0, -50%);letter-spacing: 0;}
.feature_con1{margin-bottom: 40px;}
/*--seo-case--*/
.service-case_body{max-width: 830px;margin: 0 auto;}
.service-case_body h3{font-family:acumin-pro, sans-serif;font-size:clamp(25px,3.0vw,30px);padding-bottom: 0;}
.service-case_body p{padding-bottom: 0;}
.seo-case_items{display: flex;flex-wrap: wrap;}
.seo-case_items .case_img{width:45%;}
.seo-case_items .case_txt{width:55%;padding-left: 20px;}
.seo-case_items .case_txt h4{font-size:clamp(20px,2.4vw,24px);letter-spacing:.05em;}
.seo-case_tags{padding: 20px 0;}
.seo-case_items p.seo-case_tag{display: inline-block;background: #313131;font-weight: 600;color:#fff;line-height: 20px; padding:5px 20px!important;margin: 0 10px 0 0;border-radius: 1rem;}
.case_point01,.case_point02,.case_point03{position: relative;padding: 0 0 0 50px;margin-bottom: 20px;font-size:clamp(18px,2.0vw,20px);}
.case_point01 span,.case_point02 span,.case_point03 span{color: #cc0000;font-size:clamp(20px,2.4vw,24px);padding-left: 3px;}
.case_point01:before{position: absolute;content:"";display: inline-block;width: 35px;height: 35px;background-image: url(img/seo/icon-case01.png);background-size: contain;vertical-align: middle;background-repeat: no-repeat;top:65%;left: 0;transform: translate(0, -50%);}
.case_point02:before{position: absolute;content:"";display: inline-block;width: 35px;height: 35px;background-image: url(img/seo/icon-case02.png);background-size: contain;vertical-align: middle;background-repeat: no-repeat;top:65%;left: 0;transform: translate(0, -50%);}
.case_point03:before{position: absolute;content:"";display: inline-block;width: 35px;height: 35px;background-image: url(img/seo/icon-case03.png);background-size: contain;vertical-align: middle;background-repeat: no-repeat;top:50%;left: 0;transform: translate(0, -50%);}
/*--seo-plan--*/
.plan_body{display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 30px;}
.plan_item{width: 49%; background: #fff;margin-bottom: 30px;padding:20px;}
.plan_item table, .plan_item table th, .plan_item table td {border:none;margin: 5px;}
.plan_item table th{display: block;padding: 0;line-height: 40px;}
.plan_item table td{width: 80%;}
.plan_item table td dt{display: inline-block;padding: 0;width: 85px;line-height: 40px;background: #f1f1f1;font-weight: 600;text-align: center;margin-bottom: 5px;}
.plan_item ul{padding: 0 0 15px 25px;}
/*--seo-voice--*/
.voice_body{display: flex;flex-wrap: wrap;justify-content: space-between;}
.voice_item{width: 49%;border: 1px solid #333;margin-bottom: 40px;}
.voice_item h3{font-size:clamp(20px,2.0vw,20px);color: #fff;background: #333;text-align: center;line-height: 50px;padding-bottom: 0;}
.voice_flex{display: flex;padding: 10px 10px 0;}
.voice_item p.voice_name{font-size:clamp(14px,1.4vw,14px);text-align: center;margin-top: 10px;line-height: 1.4;}
.voice_flex_left{width: 25%;}
.voice_flex_left div{width: 80%;margin: 0 auto;}
.voice_flex_right{width:75%;margin-left: 20px;}
.voice_subttl{font-size:clamp(18px,1.8vw,18px);font-weight: 600;}
/*--seo-flow--*/
.flow_body{max-width:830px;margin: 0 auto;}
.flow_item{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 40px;}
.flow-img{width: 30%;}
.flow-txt{width: 70%;padding-left: 20px;}
.flow_con01 h3,.flow_con02 h3,.flow_con03 h3,.flow_con04 h3,.flow_con05 h3{padding: 0 20px 0 70px;position: relative;margin-bottom: 20px;font-size:clamp(20px,2.6vw,26px);}
.flow_con01 h3:before{content:"01";display: inline;font-family:acumin-pro, sans-serif;font-size:clamp(36px,4.8vw,48px);position: absolute;top: 42%;left: 0px;transform: translate(0, -50%);letter-spacing: 0;}
.flow_con02 h3:before{content:"02";display: inline;font-family:acumin-pro, sans-serif;font-size:clamp(36px,4.8vw,48px);position: absolute;top: 42%;left: 0px;transform: translate(0, -50%);letter-spacing: 0;}
.flow_con03 h3:before{content:"03";display: inline;font-family:acumin-pro, sans-serif;font-size:clamp(36px,4.8vw,48px);position: absolute;top: 42%;left: 0px;transform: translate(0, -50%);letter-spacing: 0;}
.flow_con04 h3:before{content:"04";display: inline;font-family:acumin-pro, sans-serif;font-size:clamp(36px,4.8vw,48px);position: absolute;top: 42%;left: 0px;transform: translate(0, -50%);letter-spacing: 0;}
.flow_con05 h3:before{content:"05";display: inline;font-family:acumin-pro, sans-serif;font-size:clamp(36px,4.8vw,48px);position: absolute;top: 42%;left: 0px;transform: translate(0, -50%);letter-spacing: 0;}
/*--seo-price--*/
#seo-price {margin-bottom: 180px;}
.price_sp_block{display: none;}
.price_body th{background: #f1f1f1;color:#313131;}
.price_body tr:first-child th{background: #333; color: #fff;border: 1px solid #fff;}
.price_body tr:nth-child(2) th,.price_body tr:nth-child(3) th{background: #787878; color: #fff;border: 1px solid #fff;}
.price_body td {text-align: center;}

@media screen and (max-width: 768px){
/*--seo fv--*/
	.seo_section_inner{height: 255px!important;}
/*--seo-problem--*/
	.problem_head h2{line-height: 1.2; margin-bottom: 0;padding-bottom: 30px;}
	.problem_head p{margin-bottom: 30px;}
	.problem_body ul{padding: 20px 15px;}
	.problem_body ul li{padding: 7px 0 7px 30px;}
	/*--seo-feature--*/
	.feature-flex{display: block;}
	.feature-img{width: 80%;margin: 0 auto;}
	.feature-txt{width: 100%;margin: 0;}
	.feature_con1 h3,.feature_con2 h3{padding: 0 0 0 60px;margin: 25px 0 15px;line-height: 1.6;}
	.feature_con1{margin-bottom: 40px;}
	/*--seo-case--*/
	.service-case_body{max-width: 830px;margin: 0 auto;}
	.service-case_body h3{font-family:acumin-pro, sans-serif;font-size:clamp(25px,3.0vw,30px);padding-bottom: 0;}
	.seo-case_items{display: block;}
	.seo-case_items .case_img{width:100%;margin-top: 10px;}
	.seo-case_items .case_txt{width:100%;padding-left: 0;}
	.seo-case_items .case_txt h4{margin: 20px 0 0;}
	.seo-case_tags{padding: 0 0 15px 0;}
	.seo-case_items p.seo-case_tag{margin: 15px 10px 0 0;}
/*--seo-plan--*/
	.plan_body{display: block;}
	.plan_item{width: 100%;}
/*--seo-voice--*/
	.voice_body{display: block;}
	.voice_item{width: 100%;}
/*--seo-flow--*/
	.flow_item{display: block;}
	.flow-img{width: 80%;margin: 0 auto;}
	.flow-txt{width: 100%;padding-left: 0;}
	.flow_con01 h3,.flow_con02 h3,.flow_con03 h3,.flow_con04 h3,.flow_con05 h3{padding: 0 0 0 60px;margin: 25px 0 15px;line-height: 1.6;}
/*--seo-price--*/
	#seo-price {margin-bottom: 140px;}
	.price_sp_block{display: block;text-align: right!important;font-size: clamp(12px,1.4vw,14px);}
	.price_body{overflow: auto;white-space: nowrap;}
	.price_body table{width:100%;}
	.price_body::-webkit-scrollbar{height: 5px;}
	.price_body::-webkit-scrollbar-track{background: #F1F1F1;}
	.price_body::-webkit-scrollbar-thumb {background: #BCBCBC;}
}
@media screen and (max-width: 480px){
/*--seo-problem--*/
	#seo-problem {padding-top: 80px;}
}


/******companyページ******/
/*--company fv--*/
.company_section_inner{background: url(img/company/company-fv.jpg) no-repeat;background-size: cover;}
/*--company-profile--*/
#company-profile {padding-top: 160px;}
.profile_body table{border: none;}
.profile_body table th,.profile_body table td{border: none;}
.profile_body table tr{border-bottom: 1px solid #787878;border-top: 1px solid #787878;}
.profile_body table th{background: #fff;color: #313131;text-align: left;padding:20px 0 20px 50px;width: 30%;}
.profile_body table td{padding:20px 0;width: 70%;}
.company-snsimg{width: 38px;height: auto;}
/*--company-history--*/
.history_body table{border: none;}
.history_body table th,.history_body table td{border: none;}
.history_body table tr{border-bottom: 1px solid #787878;border-top: 1px solid #787878;}
.history_body table th{background: #fff;color: #313131;text-align: left;padding:20px 0 20px 50px;width: 30%;}
.history_body table td{padding:20px 0;width: 70%;}

@media screen and (max-width: 768px){
/*--company-profile--*/
	.profile_body table th,.profile_body table td{display: block;width: 100%;}
	.profile_body table th{padding: 15px 3px 3px;}
	.profile_body table td{padding: 3px 3px 15px;}
	.company-snsimg{width: 31px;height: auto;}
/*--company-history--*/
	#company-history {padding-bottom: 60px;}
	.history_body table th,.history_body table td{display: block;width: 100%;}
	.history_body table th{padding: 15px 3px 3px;}
	.history_body table td{padding: 3px 3px 15px;}
}
@media screen and (max-width: 480px){
/*--company-profile--*/
#company-profile {padding-top: 80px;}
}

/******contactページ******/
.contact-advice{max-width: 750px;margin: 0 auto;}
.article .contact-advice p{font-size: clamp(14px,1.4vw,14px);}
/*--MW WP Form--*/
.mw_wp_form {max-width: 750px;margin: 0 auto;}
.mw_wp_form p{margin-bottom: 1em;}
.mw_wp_form a{display: inline-block;text-decoration:underline;}
.mw_wp_form input[type="text"], .mw_wp_form input[type="password"], .mw_wp_form input[type="date"], .mw_wp_form input[type="datetime"], .mw_wp_form input[type="email"], .mw_wp_form input[type="number"], .mw_wp_form input[type="search"], .mw_wp_form input[type="tel"], .mw_wp_form input[type="time"], .mw_wp_form input[type="url"], .mw_wp_form textarea, .mw_wp_form select{padding: 11px;border: none;background: #f1f1f1; border-radius: 0;font-size: clamp(16px,1.6vw,16px);}
.form-btn{margin: 45px auto 55px;width: 300px;position: relative;}
.mw_wp_form input[type='submit'] {-webkit-appearance: none;border: none;border: 1px solid #313131;background: #fff;color: #313131;font-size: clamp(16px,2.2vw,22px);height: 55px;cursor: pointer;}
.form-btn::before{content: '';position: absolute;top: 51%;right: 15px;box-sizing: border-box;width: 5px;height: 5px;border: 5px solid transparent;border-left: 5px solid #313131;transform: rotate(135deg) translate(-50%,0);}
.form-btn::after{content: '';position: absolute;top: 52%;right: 0;width: 26px;height: 1px;border-left: 26px solid #313131;transform: translate(-50%, 0);}
.form-btn:hover {color: #fff;background: #313131;}
.mw_wp_form input[type='submit']:hover{color: #fff;background: #313131;}
.form-btn:hover::before {border-left: 6px solid #fff;}
.form-btn:hover::after {border-left: 26px solid #fff;}
.form-flex{display: flex;justify-content: space-between;}
.form-flex p{width: 49%;}
.horizontal-item{display: block;margin-left: 10px;}
.mwform-checkbox-field input[type="checkbox"]{display: inline-block;}
.mwform-tel-field input[type="text"]{display: inline-block;}
.form-con {margin-bottom: 1.8em;}
.mw_wp_form_confirm .confirm-hidden{display: hidden;}

/******記事一覧・事例一覧******/
.fa-folder-open:before{display: none;}
.breadcrumb a{display: inline;}
.article h1{line-height: 250px;font-weight: 500;}
.ect-3-columns {justify-content: space-between;}
.list{max-width: 1040px;padding: 100px 20px 0;margin:-100px auto 80px;}
.entry-title, .archive-title {font-size: clamp(32px,4.6vw,46px);letter-spacing: .05em;font-weight: 500;text-align: center;position: relative;text-shadow: 3px 3px 3px rgb(49 49 49 / 14%), -3px -3px 3px rgb(49 49 49 / 14%), -3px 3px 3px rgb(49 49 49 / 14%), 3px -3px 3px rgb(49 49 49 / 14%), 3px 0px 3px rgb(49 49 49 / 14%), -3px 0px 3px rgb(49 49 49 / 14%), 0px 3px 3px rgb(49 49 49 / 14%), 0px -3px 3px rgb(49 49 49 / 14%);margin: 0 auto 80px; color: #fff;z-index: 1;width: 100%;line-height: 250px;height: 250px;}
.entry-title:before, .archive-title:before{background: url(img/company/company-fv.jpg) no-repeat;background-size: cover;z-index: -2;content: "";position: absolute;top:0;left:0;width: 100%;height: inherit;}
.entry-title:after, .archive-title:after {background: #313131;content: "";position: absolute;top: 0;left: 0;width: 100%;height: inherit;opacity: 0.4;z-index: -1;}
@media screen and (max-width: 768px){
	.entry-title, .archive-title{line-height: 170px;height: 210px;}
}
@media screen and (max-width: 480px){
	.entry-title, .archive-title{font-size: clamp(26px,8vw,30px);}
	.list{margin: -60px auto 60px;padding: 60px 20px 0;}
}



/******PAGE SINGLE COMMON 固定・投稿ページ（デザインなし）共通******/
.page .date-tags {display: none;}
.entry-content{max-width: 1040px;margin: 0 auto;padding:0 20px;}
.article p, .article dd, .article li{font-size: clamp(16px,1.6vw,16px);line-height: 1.8;text-align: justify; }
.article table th, .article table td{font-size: clamp(16px,1.6vw,16px);}
.article dd{margin-bottom: 1.4em;}
.article .t-center{text-align: center;}
/*.toc-title {background: #09b59f;}
.toc {border: 2px solid #09b59f;}
ol.toc-list > li:before {background: #09b59f;}
.eye-catch img {object-fit: cover;}
.article ul.page_nav_items {padding-left: 0!important;}
.green {color: #09b59f;}
.article .t-center{text-align: center;}
.article p.catch,.article dt{font-size: clamp(20px,1.2vw,20px);color:#00b19c;}
.article dl.list dt{font-size: clamp(18px,1.2vw,18px);color: #009e96;position: relative;padding-left:20px;}
.article dl.list dt:before{content: "";position: absolute;height: 0.5em;width: 0.5em;left: 0;top: 0.6em;background: #009e96;}
.article-header h1{text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;font-family: 'fot-tsukuardgothic-std';font-weight: bold;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);margin: 0;font-size:2em;width: 90%;text-align: center;}
.article h2{font-family: 'fot-tsukuardgothic-std';font-size: clamp(14px,2.3vw,32px);padding-left: 40px;}
.article h2:before{background-image: linear-gradient(120deg, #06b19c 0%, #1acdb7 100%);top: 0.95em;}
.article h3{font-family: 'fot-tsukuardgothic-std';font-size: clamp(14px,2.1vw,28px);}
.article h4{display: inline-block;font-family: 'fot-tsukuardgothic-std';font-size: clamp(14px,2.1vw,26px);color:#313131;border-bottom: 4px solid #beede6;}
.article dl.img_title dd{margin: 0;text-align: center;line-height: 0;}
.article dl.img_title dd img{width: 100%;}
.article dl.img_title dt{font-family: 'fot-tsukuardgothic-std';color: #009e96;border-bottom: 1px solid #009e96;padding: 0.5vw;margin: 0 auto 1vw;text-align: center;background: #f5fbfb;}
.article .btn {background-color: transparent;padding: 0;text-decoration: none;border: 0;font-family: 'fot-tsukuardgothic-std';font-size: clamp(14px,1.6vw,22px);text-align: center;display: block;}
.article .btn a {position: relative;display: inline-block;background: linear-gradient(90deg, rgba(24,202,180,1) 0%, rgba(8,180,159,1) 100%);color: #fff;border-radius: 50px;text-decoration: none;margin: 1.3vw auto 2.9vw;padding:15px 40px;}
.article .btn a::after{font-family: "Font Awesome 5 Free";content: "\f054";font-weight: 900;position: absolute;top: 50%;right: 1vw;transform: translateY(-50%);
}
.supervision{background:#fafafc;padding:20px;margin-top:80px;}
.sv-flex{display:flex;align-items: center;}
.sv-img{width:70px;height:70px;margin-right:20px;}
.sv-ttl{font-weight:bold;font-size: clamp(18px,1.2vw,18px)!important;color:#06B19C;margin: 0!important;}
.sv-name{font-weight:bold;font-size: clamp(18px,1.2vw,18px);margin-top:20px;}
.sv-clinic{font-size: clamp(16px,1vw,16px);margin-top:5px;}
.article #qaList dt{position: relative;padding-left: 40px;}
.article #qaList dt::before{content: "Q.";display:inline-block;position:absolute;top: 0;left: 0;line-height: 1.8;}
.article #qaList dd{position: relative;padding-left: 40px;margin-left: 0;}
.article #qaList dd::before{content: "A.";display:inline-block;position:absolute;top: 0;left: 0;line-height: 1.8;}
.article .photoImg {width: 40%;margin: 0 auto 1em;}
.article .photoImg img {width: 100%;}
.article .halfflex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.article .halfflex div {width: 49%;}
.article .threeflex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.article .threeflex div {width: 29%;}
.blog_underlink dt{margin-bottom: 20px;position: relative;padding-left: 20px;color:#313131;}
.blog_underlink dt:before {position: absolute;content: " ";top: 50%;left: 0;transform: translate(0,-50%);color: #00b19c;width: 0;height: 0;border-left: 10px solid #00b19c;border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
.blog_underlink dd {position: relative;padding-left: 20px;}
.blog_underlink dd:before {position: absolute;content: "≫";top: 0;left: 0;}
.article ul.access_body_items {padding-left:0!important;}
#post-5765 .price_items{margin-bottom: 0;}
@media screen and (max-width: 768px){
.article h2{font-size: clamp(16px,8.5vw,32px);}
.article h3{font-size: clamp(16px,8.0vw,28px);}
.article h4{font-size: clamp(16px,7.5vw,26px);}
.article dl.img_title dt{width: 100%;}
.article .btn{font-size: clamp(16px,5.9vw,22px);}
.article .btn a {width: 100%;}
.article .btn::after{font-size: min(2.9vw,22px);right: 2vw;}
.mobile-scroll table{width:100%;}
.mobile-scroll{overflow: auto;white-space: nowrap;}
.mobile-scroll::-webkit-scrollbar{height: 5px;}
.mobile-scroll::-webkit-scrollbar-track{background: #F1F1F1;}
.mobile-scroll::-webkit-scrollbar-thumb {background: #BCBCBC;}
.article .photoImg {width: 70%;}
.article .halfflex{display: block;}
.article .halfflex div {width: 100%;text-align: center;}
.article .threeflex{display: block;}
.article .threeflex div {width: 100%;text-align: center}
}
@media screen and (max-width: 480px){
.article h2:before {top: 0.75em;}
.article .btn::after{font-size: clamp(12px,4.8vw,18px);}
.article .photoImg {width: 100%;}
}*/