/*
Theme Name:  KMO_FAKE-child.
Description:  Child theme for the FAKE theme.
Template:  fake_tcd074
Author:  Koushin
Author URI:  https://www.koushin.co.jp/
Version:  2.5
*/

.grecaptcha-badge{
    margin-bottom: 60px;
}

/*-Googlefont-*/
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


*.catch.rich_font {
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/img_bar.png") no-repeat bottom center;
  background-size: 45px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#container {
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/07/bg_point.gif") top center;
}


/*-top スライダー-*/

#index_slider .logo img { width: 100%; max-width: 680px;}

/*- top 5つのポイント -*/
.section-one {
  width: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.top-icon_five-points {
  width: 100%;
  position: absolute;
  top: -315px;
}
.post_content ol.five-points { margin:0 auto;}
.five-points {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .five-points, .work_list.clearfix {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 801px) {
  .five-points, .index_work_list.cb_contents.num4.last .work_list.clearfix {
    width: 960px;
    margin: auto;
  }
}
@media only screen and (max-width: 650px) {
  .top-icon_five-points { top: -187px;}
  .top-icon_five-points img {width: 100px;}
}

li.point {
  width: 33%;
  display:block;
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
}
.point img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.desc {
  text-align: center;
}
.decoration-img_box1 {
  position: absolute;
  left: 30px;
  top: -300px;
}
.decoration-img_box2 {
  position: absolute;
  right: -30px;
  bottom: 0;
}
.decoration-img_box2-container {
    position: absolute;
    top: 400px;    
    z-index: 1;    
    overflow: hidden;    
    height: 350px;
    width: 100%;

}

@media only screen and (max-width: 650px) {
  .point img { width: 160px; }
  .decoration-img_box1, .decoration-img_box2 { display: none;}
}


/*- top BLOG-*/
.index_free_space.cb_contents.num2.type1 {
  position: relative;
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/07/bg_customized.jpg");
}
.blog-container {
  padding-bottom: 100px;
}
.blog-container::before {
  content:" ";
  width:172px;
  height: 96px;
  display: block;
  position: absolute;
  top: -55px;
  left: calc(50% - 86px);
  z-index: +10;
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/icon_blog.png");
}
@media only screen and (max-width: 650px) {
  .blog-container::before {
    width: 100px;
    height: 55px;
    left: calc(50% - 50px);
    background-size: contain;
    top: -30px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
}

/*- top ご利用事例 -*/
.top-icon_case {
  width: 100%;
  position: absolute;
  top: -288px;
}
@media only screen and (max-width: 650px) {
  .top-icon_case {top: -205px;}
  .top-icon_case img { width: 100px;}
}
/*- top ご利用事例の表示-*/
.sp-pcp-post-content p {
  font-size: 14px!important;
  line-height: 1.5!important;
}
#pcp_wrapper-128 .pcp-readmore-link {
  padding: 10px 30px!important;
  border-radius: 10px!important;
}

.index_free_space.cb_contents.num3.type2 {
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/bg_cardboard.jpg");
  line-height: normal;
}
.sp-pcp-post {background:#fff!important; border-radius: 4px!important; box-shadow: 0 2px 10px 4px rgba(0,0,0,0.1)!important;}


.index_cb_header.catch.rich_font {
  margin: 0px;
}
/*- top 製品一覧 -*/
.index_work_list {
  width: 100%;
  box-sizing: border-box;
}
.index_work_list.cb_contents.num4 {
  position: relative;
}
.index_work_list.cb_contents.num4 .index_cb_header::before {
  content: " ";
  width: 100%;
  height: 54px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/bg_cardboard.jpg");
}
.index_work_list.cb_contents.num4 .index_cb_header::after {
  content:" ";
  width:172px;
  height: 96px;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 86px);
  z-index: +10;
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/icon_lineup.png");
}
@media only screen and (max-width: 650px) {
  .index_work_list.cb_contents.num4 {
    padding-top: 100px;
  }
  .index_work_list.cb_contents.num4 .index_cb_header::after {
  width: 100px;
  height: 55px;
  left: calc(50% - 50px);
  background-size: cover;
  top: 23px;
  }
}

.work_list .category {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.work_list .category span {
  display: block;
  color: #333a!important;
  background:#ffe100;
  padding: 5px 15px;
  border-radius: 4px;
}




.index_free_space.cb_contents.num3.type2 .index_cb_header .catch {
  margin: 0;
}

#pcp_wrapper-128 .pcp-readmore-link {
  font-size: 1rem;
  padding: 20px 40px;
}

.index_work_list.num3 .link_button a {
  color: #000;
}

/*-top 問い合わせパララクス-*/
.index_parallax.parallax.num6.direction_type2 desc::after {
  content: "";

}
/*- 商品紹介 -*/
.work_area .child_category_list .headline {
  background-color: #fff;
}

/*-サービスの流れ-*/
.service-flow_title { position: relative;}
.service-flow_title::before {
  content:" ";
  width:172px;
  height: 96px;
  display: block;
  position: absolute;
  top: -231px;
  left: calc(50% - 86px);
  z-index: +10;
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/icon_service.png");
}
@media only screen and (max-width: 650px) {
  .service-flow_title::before {
      top: -120px;
      width: 100px;
      height: 55px;
      left: calc(50% - 50px);
      background-size: contain;
  }
}

.service-flow {
  width: 100%; position: relative;
}
.flow_container {
        position: relative;
        background: url("https://tajimakonpou.jp/common/img/bg_kraft.jpg") top center;
        background-size: 50px;
        border-radius: 20px;
        text-align: left;
        margin-bottom: 50px;
        padding: 28px 10px 10px;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.07);
}
.flow_container:last-of-type {
  margin-bottom: 0;
}
.flow_container h2 { width: 100%; text-align: center;}
.step { font-size: 16px;}
.step_num { font-size:56px; color: #122a88; padding: 0 15px 0 5px;}
.flow_box { display: block; overflow: hidden; border-radius: 12px; background: #fff; padding: 20px; box-sizing: border-box;}
.flow_box figure {
  width: auto; max-width: 300px; display: inline-block; float: left;
}
.flow_box figure img{
  width: 100%;
}
.flow_box .ttl {
  background: url("https://tajimakonpou.jp/service/img/line_ttlbg01.gif") repeat-x left bottom 3px;
  background-size: 1px;
    }

/*- 会社概要 -*/
.message_container { overflow: hidden; padding-bottom: 100px;}
.greeting_photo { width: 100%; max-width: 300px; margin: 0 auto; padding: 20px; box-sizing: border-box;}
.greeting_name {width:200px; display:block; margin:0 0 0 auto;}

#design_content_id2 { background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/07/bg_01.png"); text-align: center;}
.rinen { padding-bottom: 100px;}
.rinen p { font-size: 24px;}

.dc_data_list dl {
  background: #fff;
}

/*- Kurumu -*/
.kurumu_message_container { overflow: hidden; padding-bottom: 100px; text-align: center;}
.kurumu_message_container p { font-size: 16px;}
.inline_logo_kurumu { width:200px; margin: 0 10px 0 0; padding: 0; box-sizing: border-box; display: inline-block; transform: translateY(15px);}
.kurumu_logo { position: relative;}
.kurumu_logo::after {
  content: "";
  width:300px;
  height: 100px;
  display: block;
  position: absolute;
  top: 120px;
  left: calc(50% - 150px);
  z-index: +10;
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/logo_kurumu_fuchi.png");
  background-size: cover;
}
.kurumu_design { position: relative; padding-bottom: 100px;}
.kurumu_design p { font-size: 16px;}

body.page-id-244 #design_content_id1 .dc_image_content .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1050px) {
  .kurumu_message_container { text-align: left;}
  .inline_logo_kurumu { width:150px; transform: translateY(17px);}
  body.page-id-244 #design_content_id1 .dc_image_content .title { text-align: left;}
  .kurumu_design p { text-align: left;}
}
@media only screen and (max-width: 900px) {
  .kurumu_logo::after { top: 60px;}
}
@media only screen and (max-width: 650px) {
  .kurumu_logo::after {
  width:240px;
  height: 80px;
  top: -14px;
  left: calc(50% - 120px);
  }
  
}

/*-採用情報-*/
.recruit_message_container { text-align: center;}
.jinzai_container { margin: 100px 0;}
.voice_flex_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.voicebox {
  width: 50%;
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (max-width: 650px) {
  .voicebox {width: 90%;}
  .voice_flex_box {margin-bottom: 40px;}
}
.voicebox_inner {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/bg_cardboard.jpg");
}
.voicebox_img { width:90px; display: block; margin: 0 auto; transform: translateY(30px);}
.voixcebox_voice {
  width: 100%;
  padding:20px 10px 10px;
  border-radius: 14px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
}
.voicebox h3 { text-align: center; margin: 22px 0 22px!important;}
#design_page3 .design2_content:last-of-type .dc_data_list {padding-top: 0px;}
.dc_data_list .catch {margin-bottom: 40px;}

/*- お問い合わせ -*/
.pc #global_menu > ul > li:last-of-type { background-color: #ffe100!important;}
.pc #global_menu > ul > li:last-of-type a { color: #333!important;} 
.contact-title {
  position: relative;
}
.contact-title img {
  width:172px;
  height: 96px;
  display: block;
  position: absolute;
  top: -154px;
  left: calc(50% - 86px);
  z-index: +10;
}
@media only screen and (max-width: 1050px) {
  .contact-title img {
    top: -136px;
  }
}
@media only screen and (max-width: 650px) {
  .contact-title img {
    top: -118px;
  }
}
.contact_container {
  box-sizing: border-box!important;
  padding: 20px!important;
  border-radius: 10px!important;
  background: url("https://tajimakonpou.jp/resitewp/wp-content/uploads/2025/09/bg_cardboard.jpg")!important;
}
.contact_container .wpforms-required-label { position: relative!important;}
.contact_container .wpforms-required-label::after {
  content:"必須";
  width: 3rem;
  display: block;
  background: rgb(211, 68, 32);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 4px;
  padding: 2px 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container { text-align: center;}