/*
Theme Name: Custom_Template
Template: hestia
Description: Custom_Templateテーマ.
*/


/*Common-----------------------------*/
body{
  font-size: 62.5%;
  font-weight: 400;
  font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif !important;
  color: #333;
}
h1,h2,h3,h4,h5,h6{
  font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif !important;
}
.title-logo-wrapper h1 {
  margin: 0;
}
.main > article{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section_title h3{
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.section_title .sub_text{
  font-size: 3rem;
  font-weight: 600;
  color: #e59652;
  text-align: center;
  margin-top: 1.4rem;
  margin-bottom: 0;
}
.section_title h3 span {
  display: block;
  color: #333;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
ul{
  padding: 0 !important;
}
li{
  font-size: 1.6rem;
  line-height: 1.6 !important;
  margin: 0;
  padding: 0 !important;
}
p{
  font-size: 1.6rem;
  margin-bottom: 0 !important;
}
a:hover, a:focus {
  text-decoration: unset;
}
.center{
  text-align: center;
}
.flex{
  display: flex;
}
.fd_column{
  flex-direction: column;
}
.jc_center{
  justify-content: center;
}
.ai_center{
  align-items: center;
}
.br_sp, .br_npc, .only_sp{
  display: none;
}
.fw500{
  font-weight: 500;
}
.fw600{
  font-weight: 600;
}
.fw700{
  font-weight: 600;
}
.fw800{
  font-weight: 600;
}
.boxed-layout-header{
  padding-bottom: 0;
}
.main-raised{
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.header-filter::before{
  background: none;
}
footer.footer.footer-black{
  color: #fff;
  background-color: #000;
  padding-bottom: 0;
}
.footer_info p{
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.copyright p{
  color: #fff;
  font-size: 1.2rem;
}
.red{
  color: #c12020 !important;
}
/*Content----------------------------*/
.container{
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 1240px){
  .container{
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .inner{
    width: 1200px !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 1239px) and (min-width: 992px){
  .container{
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .inner{
    width: 970px !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px){
  .container{
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .inner{
    width: 750px !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 768px){
  .container{
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .inner{
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
  }
}

/*Kv --------------------------------*/
#kv{
  position: relative;
  margin-top: 70px;
  height: 800px;
  background: center left/cover no-repeat url(http://soko-hd.com/wp-content/uploads/2025/07/トップトゥーライツ.jpg);
}
#kv h2 {
  position: absolute;
  top: 40vh;
  left: 5vw;
  font-weight: 600;
  font-size: 3rem;
  max-width: 640px;
  width: 100%;
  margin: 0;
}
#kv h2 img{
  width: 100%;
}
.fadeIn_cp{
  animation-name:fadeInAnime;
  animation-duration:12s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn_bg{
  animation-name:fadeIn_bg;
  animation-duration:6s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeIn_bg{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px){
  #kv {
    height: 450px;
    background: bottom center/cover no-repeat url(http://soko-hd.com/wp-content/uploads/2025/07/トップトゥーライツsp.jpg);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px){
  #kv {
    height: 500px;
  }
  #kv h2 {
    top: 23vh;
    max-width: 350px;
  }
}
@media screen and (max-width: 480px){
  #kv h2 {
    top: 320px;
    max-width: 270px;
  }
}

/*g-nav -----------------------------*/
.navbar-default {
  background-color: #fff;
  box-shadow: 1px 1px 1px #eee;
}
@media screen and (min-width: 769px){
  .navbar .navbar-nav > li a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #333;
  }
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: unset;
}
.navbar > .container{
  padding: 10px 25px;
}
@media screen and (max-width: 768px){
  .navbar > .container{
    padding: 10px 0 10px 25px;
  }
  .navbar-default .navbar-nav > li > a{
    color: #333;
  }
}
/*===============================================
*  HOME
===============================================*/
#about{
  background: center center/cover no-repeat url(http://soko-hd.com/wp-content/uploads/2025/07/【SKH】挨拶背景.jpg);
  background-attachment: fixed;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#about h3 {
  font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif !important;
  font-size: 2.6rem;
}
#about h3 span{
  color: #000000;
}
#about p{
  font-size: 1.6rem;
  text-align: center;
  color: #333;
  margin-top: 4%;
  line-height: 1.8;
  letter-spacing: 1px;
}
#works{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#works h3{
  margin: 0;
  color: #14174d;
}
.box_works{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 3rem auto 0;
  width: 75%;
}
.box_works > div {
  margin: 0;
  text-align: center;
  width: calc(100% / 3.5);
  margin: 0 1rem 1rem 1rem;
}
.box_works > div a{
  display: block;
}
.box_works > div img{
  width: 100%;
}
.box_works > div p {
  font-size: 1.6rem;
  margin: 1rem 0 0 0 !important;
  color: #33373a;
  font-weight: 400;
  flex-direction: column;
}
.blinking.down-arrow {
  display: inline-block;
  max-width: 16px;
  width: 100%;
  margin-top: 0;
}
/*点滅-----------------------------*/
.blinking{
  -webkit-animation:blink 1s ease-in-out infinite alternate;
  -moz-animation:blink 1s ease-in-out infinite alternate;
  animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}
/*点滅ここまで-----------------------------*/
.works_detail > div{
  display: flex;
  flex-wrap: wrap;
}
.works_detail_one .works_detail > div > div:first-child,
.works_detail_three .works_detail > div > div:first-child,
.works_detail_five .works_detail > div > div:first-child{
  width: 27%;
}
.works_detail_two .works_detail > div > div:last-child,
.works_detail_four .works_detail > div > div:last-child,
.works_detail_six .works_detail > div > div:last-child{
  width: 27%;
}
.works_detail > div img{
  width: 100%;
}
.works_detail > div > div{
  width: 70%;
  box-sizing: border-box;
  padding: 0 2%;
}
.works_detail_one, .works_detail_two, .works_detail_three,
.works_detail_four, .works_detail_five, .works_detail_six{
  padding: 7rem 0;
}
.works_detail h4{
  font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif !important;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.6;
}
.works_detail_one h4::before,.works_detail_two h4::before,.works_detail_three h4::before,
.works_detail_four h4::before,.works_detail_five h4::before,.works_detail_six h4::before{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  vertical-align: bottom;
}
.works_detail h4 a{
  color: #333 !important;
  font-weight: 600;
}
.works_detail h4 a::after{
  content: "";
  background: center center/cover no-repeat url(https://webmedia.sakura.ne.jp/base_template/wp-content/uploads/2023/10/icon_link_after.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
}
.works_detail_one {
  background: linear-gradient(100deg, #ffeafe,#e5ffff);
  color: #333333;
}
.works_detail_one h4::before{ 
  background: url(http://soko-hd.com/wp-content/uploads/2023/11/works_detail_icon01.svg); 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}
.works_detail_two{
  background: #ffff;
}
.works_detail_two h4::before{ 
  background: url(http://soko-hd.com/wp-content/uploads/2023/11/works_detail_icon02.svg); 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}
.works_detail_three{
  background: linear-gradient(90deg, #f6ffed, #dbfcff);
  color: #333333;
}
.works_detail_three h4::before{ 
  background: url(http://soko-hd.com/wp-content/uploads/2023/11/works_detail_icon03.svg); 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}
.works_detail_four{
  background: #ffff;
}
.works_detail_four h4::before{ 
  background: url(http://soko-hd.com/wp-content/uploads/2023/11/works_detail_icon04.svg); 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}
.works_detail_five{
  background: linear-gradient(100deg, #ecffe5, #fffbe8);
  color: #333333;
}
.works_detail_five h4::before{ 
  background: url(http://soko-hd.com/wp-content/uploads/2023/11/works_detail_icon05.svg); 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}
.works_detail_six{
  background: #ffff;
}
.works_detail_six h4::before{ 
  background: url(http://soko-hd.com/wp-content/uploads/2023/11/works_detail_icon06.svg); 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}
.works_detail p{
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 1.4rem 0 !important;
}
.works_detail dl{
  margin: 3rem 0 3rem 0 !important;
}
.works_detail dt{
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #14174d;
}
.works_detail dd{
  font-size: 1.4rem;
  margin-bottom: 0;
}
.works_detail dd ul li{
  list-style: inside disc;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #14174d;
  text-indent: -1em;
  margin-left: 1em;
}
.works_detail dd ul li ul li{
  margin-left: 2em;
  list-style: inside disc;
  text-indent: -1em;
}
.external_link a{
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #14174d;
  padding: 0.5rem 2rem;
  color: #fff !important;
}
.external_link a:hover{
  text-decoration: unset;
}
#company{
  background: center center/cover no-repeat url(http://soko-hd.com/wp-content/uploads/2025/07/【SKH】概要背景80.jpg);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#company h3{
  margin: 0;
  color: #fff !important;
}
#company .section_title h3 span{
  color: #fde7bf;
}
.table_company{
  border-collapse: initial;
}
.table_company td {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.5rem 0;
}
.table_company td a {
  pointer-events: none;
  color: #fff !important;
}
img.table_company-middle{
  margin: 10px 0;
}
#contact{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#contact h3 {
  margin: 0;
  color: #14174d;
}
#contact .attention {
  font-size: 1.4rem;
  display: inline-block;
  margin: 2rem 0.5rem;
}
#contact .attention a {
  color: #c12020 !important;
  text-decoration: underline;
}
.form_wrap{
  margin: 5% 0 0;
}
.form_contact {
  text-align: left;
  color: #325c84;
}
.form_contact dt{
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.form_contact dd span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 15px;
  white-space: nowrap;
}
.required {
  background-color: #95161c;
  margin-left: 10px;
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  padding: 1px 10px;
}
.wpcf7-form-control{
  margin-top: 1rem;
}
.form-group{
  margin-bottom: 30px;
}
.form_contact input,
.form_contact textarea{
  background: transparent !important;
  border: 1px solid #ddd !important;
  padding: 7px !important;
}
.submit{
  text-align: center;
  color: #fff;
}
.submit input[type="submit"]{
  background-color: #14174d;
  padding: 1.5rem 1rem;
  font-weight: 400;
}
.submit input {
  font-size: 1.6rem !important;
  font-weight: 600;
  letter-spacing: 4px;
  background: #14174d;
  box-shadow: none !important;
  width: 100%;
}
.form_contact textarea{
  padding: 10px 10px !important;
}
input[type="submit"], input[type="submit"]:hover{
  background: #325c84;
  box-shadow: none !important;
}
.mw_wp_form_complete {
  border: 1px solid #333;
  padding: 2rem 1rem;
  background-color: #f7f7f7;
}
.mw_wp_form_complete h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
.mw_wp_form_complete p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.mw_wp_form_preview dd {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  background-color: #eee;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 1.5rem;
}
.contact_tel_box {
  width: 50%;
  margin: 0 auto;
  color: #1f3649;
  font-weight: 600;
}
.contact_tel_box p {
  font-size: 2rem;
  margin: 0 !important;
  text-align: center;
}
.contact_tel_boxin img {
  width: 50px;
  margin-right: 10px;
}
.contact_tel_boxin {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
p.contact_tel_number {
  font-size: 3.6rem;
  line-height: 1.2;
  margin: 0 !important;
}
p.contact_tel_open {
  margin: 0 !important;
  line-height: 1;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.contact_mail_box {
  color: #1f3649;
  font-weight: 600;
  margin-top: 3rem;
}
.contact_mail_box p {
  font-size: 2rem;
  margin: 0 !important;
  text-align: center;
  font-weight: 400;
}
p.signature{
  text-align: right;
}
.form_contact label {
  width: 100%;
  margin-bottom: 2rem;
  color: #333;
  font-size: 1.6rem;
  text-align: left;
}
.wpcf7-form-control.wpcf7-radio{
  display: block;
  text-align: left;
}
/*===============================================
*  下層ページ
===============================================*/
body:not(.home) .main {
  margin-top: 70px;
}
.error404 h1 {
  font-size: 2rem !important;
  margin: 0 !important;
  padding: 0 1rem;
}
.error404 .hestia-blogs {
  padding: 0 2rem;
}
/*===============================================
*  プライバシーポリシー
===============================================*/
.page-header.header-small .hestia-title{
  font-size: 2.4rem;
}
.privacy-policy h3, .terms h3{
  font-size: 2.4rem;
  border-bottom: 1px solid #eee;
}
.privacy-policy ol, .terms ol{
  padding-left: 2rem;
}
.privacy-policy ul li, .terms ul li{
  list-style: inside disc;
  line-height: 1.4;
  text-indent: -1em;
  margin-left: 0.5em;
}
.privacy-policy dd, .terms dd{
  margin-top: 10rem;
}
/*===============================================
*  media query
===============================================*/
@media screen and (min-width: 1170px){
  .table_wrap, .form_wrap{
    margin: 5% 20%;
  }
}
@media screen and (max-width: 1169px) and (min-width: 992px){
  .table_wrap, .form_wrap{
    margin: 5% 15%;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px){
  .table_wrap, .form_wrap{
    margin: 5%;
  }
}
@media screen and (min-width: 769px){
  .home .page-header.header-small .container{
    padding-top: 380px !important;
    padding-bottom: 310px !important;
    width: 100%;
  }
  .home .page-header.header-small .container > .row > div{
    margin: 0;
    text-align: right;
    width: 100%;
  }
}
@media screen and (max-width: 991px){
  .contact_tel_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .home .page-header.header-small .container{
    padding-top: 200px !important;
    padding-bottom: 100px !important;
  }
  .home .page-header.header-small .hestia-title{
    font-size: 2.5rem;
  }
  .home .page-header.header-small .hestia-title span{
    display: block;
  }
  .navbar.navbar-fixed-top .navbar-collapse{
    background: rgba(255,255,255,0.95);
    margin-top: 70px;
  }
  .attachment-full{
    display: none !important;
  }
  .only_pc{
    display: none;
  }
  .only_sp{
    display: block !important;
  }
  .section_title h3 {
    font-size: 2.2rem !important;
    line-height: 1.5;
  }
  #works {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .box_works {
    width: 100%;
  }
  .box_works > div{
    margin: 1.5rem 0;
    width: calc(100% / 2.1);
  }
  .box_works > div p {
    font-size: 1.35rem;
  }
  .works_detail_one, .works_detail_two, .works_detail_three,
  .works_detail_four, .works_detail_five, .works_detail_six{
    padding: 1rem 0 3rem 0;
  }
  .works_detail_one .works_detail > div > div:first-child,
  .works_detail_three .works_detail > div > div:first-child,
  .works_detail_five .works_detail > div > div:first-child{
    width: 85%;
    margin: 5% auto 0% auto;
  }
  .works_detail_two .works_detail > div > div:last-child,
  .works_detail_four .works_detail > div > div:last-child,
  .works_detail_six .works_detail > div > div:last-child{
    width: 85%;
    margin: 5% auto 0% auto;
  }
  .works_detail_one h4::before, .works_detail_two h4::before, .works_detail_three h4::before,
  .works_detail_four h4::before, .works_detail_five h4::before, .works_detail_six h4::before{
    background: unset;
    height: 0 !important;
    width: 0 !important;
  }
  #company{
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 4%;
    padding-left: 4%;  
  }
  .table_company {
    margin-top: 3rem;
  }
  #contact{
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 4%;
    padding-left: 4%;  
  }
}
@media screen and (max-width: 768px){
  .works_detail > div img{
    width: 100%;
  }
  .works_detail > div > div{
    width: 100%;
    margin: 5% 0 0% 0;
  }
  .sp-reverse.works_detail > div{
    flex-direction: column-reverse !important;
  }
}
/*@media screen and (max-width: 640px){
.works_detail > div img{
width: 100%;
}
.works_detail > div > div{
width: 100%;
margin: 5% 0 0% 0;
}
.sp-reverse.works_detail > div{
flex-direction: column-reverse !important;
}
}*/

@media screen and (max-width: 480px){
  .br_sp{
    display: block;
  }

#about {
    background-position: bottom left;
    background-size: cover;
    background-attachment: unset;
  }

	#about p{
    padding: 0 2%;
    line-height: 2;
    font-size: 1.4rem;
  }
  .works_detail p{
    font-size: 1.4rem;
  }
  .works_detail h4{
    text-align: center;
    font-size: 1.8rem !important;
    margin: 2rem 0 0.5rem 0 !important;
  }
  .works_detail h4 span{
    font-size: 2.6rem;
    display: block;
    line-height: 1.4;
    margin-top: 10px;
  }
  .works_detail span{
    text-align: center;
    display: block;
  }
  .works_detail_one h4::before, .works_detail_two h4::before, .works_detail_three h4::before,
  .works_detail_four h4::before, .works_detail_five h4::before, .works_detail_six h4::before{
    width: 100%;
    height: 60px;
  }
  #company{
    background-position: center left;
    background-size: auto;
  }
  .table_company td{
    display: block;
  }
  .table_company .column-2 {
    border: unset;
    padding-top: 0;
  }
  .form_contact dt{
    text-align: left;
  } 
  .contact_tel_boxin {
    width: 100%;
  }
  .contact_tel_box p {
    font-size: 1.5rem;
    margin: 0 0 15px !important;
  }
  p.contact_tel_number {
    font-size: 3rem;
    margin-top: 2rem !important;
  }
  .contact_tel_box {
    text-align: center;
  }
}
@media screen and (min-width: 360px) and (max-width: 1239px){
  .br_npc{
    display: block;
  }
}

/*2027/07/08追加分↓*/

#intro-groups{
  background: center center/cover no-repeat url(http://soko-hd.com/wp-content/uploads/2025/07/【SKH】グループ背景.jpg);
  background-attachment: fixed;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#intro-groups h3 {
  font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif !important;
  font-size: 2.6rem;
}
#intro-groups h3 span{
  color: #000000;
}
#intro-groups p{
  font-size: 1.6rem;
  text-align: center;
  color: #333;
  margin-top: 4%;
  line-height: 1.8;
  letter-spacing: 1px;
}

@media screen and (max-width: 480px){
  .br_sp{
    display: block;
  }
  #intro-groups {
    background-position: bottom left;
    background-size: cover;
    background-attachment: unset;
  }
  #intro-groups p{
    padding: 0 2%;
    line-height: 2;
    font-size: 1.4rem;
  }
}