/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*------------------------------
Font Awesome
-----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

  ul,ol,li{
    list-style: none;
    
  }
  ul,ol{
    padding-left: 0;
  }
  dl,dd,dt{
    margin: 0;
  }
  .u-sp-b{
    display: none;
  }
  .u-pc-b{
    display: block;
  }
  
  body{
    line-height: 1.6;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    color: #333;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }

  /* -------------------------pタグのマージン削除 */
  .form__area p,.p_mb0 p,.reason02__section01__txt p{
    margin-bottom: 0;
  }
  p.sum{
    line-height: 2.2;
  }
  .indent{
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }

  a{
    /* text-decoration:none!important; */
    transition: .3s ease-in-out!important;
    color: #333;
  }

  .underline{
    border-bottom: solid 3px var(--e-global-color-accent);
  }
  .red{
    color: red;
  }
  
  .linkArrow,
  .linkArrow_a a{
    position: relative;
  }
  .linkArrow::after,
  .linkArrow_a a::after{
    content: "";
    width: 20px;
    height: 5px;
    background-image: url(https://daishin-kbm.com/dwys/wp-content/themes/hello-theme-child-master/img/arrow_r.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 1.5em;
    right: 1em;
  }
  .gnav_btn:after{
    top: 2.4em;
  }

  /* --------------------------グローバルメニュー */
.sp__invisible{
  display: none;
}

.sp__contact,.sp__mail{
  width: 50%!important;
  margin: 1em 0!important;
  border-bottom: none!important;
}
.sp__contact a.hfe-menu-item,.sp__mail a.hfe-menu-item,.sp__tel a.hfe-menu-item{
  justify-content: center;
}
.sp__contact a.hfe-menu-item,.sp__mail a.hfe-menu-item{
  width: 90%;
  margin: auto!important;
  
}
.sp__contact a.hfe-menu-item{
  color: #fff!important;
  background-color: var(--e-global-color-primary)!important;
}
.sp__mail a.hfe-menu-item{
  border: 1px solid var(--e-global-color-accent)!important;
}
.sp__tel a.hfe-menu-item{
  color: var(--e-global-color-accent)!important;
  font-size: 1.5rem!important;
}

/* ----------------------------header */
.ehf-header #masthead{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

/* ---------------------------------- */
.trnsfrm_cntr{
  position: absolute;
  top: 50%;
  margin-top: -140px;
}


/* ----------------------------------head */
.ttl h2 span{
  font-size: 50px;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  color: #fff;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

/* ----------------------------------loader */
#loader-bg{
  position: fixed;
  top: 0;
  left: 0;
  transition: all 1s;
  transition-delay: 0.7s;
}
#loader{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  z-index: 999;
}
#loader p{
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
.shitashimi{
  /* font-family: GSanSerif-B !important; */
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
  text-decoration-color: orange;
}

.js-loaded{
  opacity: 0;
  visibility: hidden;
}

.js-changeLogo .logo__c,
.js-changeLogo.invisible .logo__w{
  display: none;
}

.js-changeLogo .logo__w,
.js-changeLogo.invisible .logo__c{
  display: block;
}

.js-changeLogo.invisible nav.gnav > ul > li > .gnav__menu{
  color: #333;
}

/* -----------------------------------gnav */
#panel_btn{
  display: none;
}
nav.gnav{
  display: inline-block;
  position: relative;
  top: -5px;
}
.gnav > ul{
  margin-bottom: 80px;
}
.gnav > ul > li{
  display: inline-block;
  width: auto;
  margin-right: 20px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
nav.gnav > ul > li > .gnav__menu{
  cursor: pointer;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 0.15em;
  transition: .1s ease-in-out;
}
nav.gnav > ul > li > .gnav__menu span{
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  padding-bottom: 0.5em;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  -webkit-font-smoothing:antialiased;
}
/* ----------------------------------dropdown */
nav.gnav > ul > li > ul.menu{
  margin-top: 0px;
  position: absolute;
  top: 55px;
  left: -50px;
}
nav.gnav > ul > li > ul.menu li{
  width: 200px;
  display: block;
  text-align: center;
  margin-right: 0;
  font-size: 12rem;
  margin-bottom: 0;
  border-bottom: 2px solid var(--e-global-color-primary);
}
nav.gnav > ul > li > ul.menu li a{
  color: #fff;
  display: block;
  background-color: rgba(1,72,40,0.9);
  padding: 10px 0;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 12px;
}
nav.gnav > ul > li > ul.menu li a span{
  width: 100%;
  position: relative;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  margin-right: 0px;
  font-size: 12px;
  display: block;
}

.cnav{
  display: inline-block;
}

.cnav a{
  display: inline-block;
  margin: 0;
  text-align: center;
}

.lang{
  color: var(--e-global-color-accent);
  position: relative;
  margin-right: 2%;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.15em;
}
.cnav .lang{
  width: auto;
  padding: 1em 3em;
  margin-right: 20px;
  font-size: 10px;
  border: 1px solid var(--e-global-color-accent);
}

.cnav .button{
  width: auto;
  padding: 1.8em 3.5em;
  text-align: center;
  border: 1px solid var(--e-global-color-accent);
  background-color: var(--e-global-color-accent);
  color: #fff;
  font-size: 14px;
}
.button span{
  font-weight: bold;
}

#home_fv{
	position:relative;
	height:100vh
}

.fv__video,.sp_top__cal{
	position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;

}
.fv__video video{
	    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
		display:block;
    min-height: 100%;
    min-width: 100%;
}

/* -----------------------------------top__aboutus */
.top__about__image__box__ttl{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 100%;
}
.top__about__image__box__ttl span{
  display: block;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-size: 28px;
}
.top__about__image__box02 .top__about__image__box__ttl span{
	font-size: 22px;
}

.ha-has-bg-overlay>.elementor-widget-container:before{
  z-index: 1;
}

/* -----------------------------------top__service */
.top__service .ttl span{
  color: var(--e-global-color-primary);
}

.top__service__image__box{
  position: absolute;
  bottom: 40px;
}
.top__service__image__box__image::before{
  z-index: 9;
}
.top__service__image__box__text p span{
  font-size: 24px;
  display: block;
  font-weight: bold;
}

/* ----------------------------------rop_recruit */
.recruit__box{
  position: relative;
}
.page-content #recruit a{
  text-decoration: none;
}

/* -----------------------------------footer__nav */
.f-nav{
  color: #fff;
}
.f-nav ul{
  display: flex;
  justify-content: center;
}

.f-nav ul li{
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #586470;
  padding: 0 3%;
  height: auto;
}
.f-nav ul li:nth-child(1){
  border-left: 1px solid #586470;
}

.f-nav ul li dl dt{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
}
.f-nav ul li dl dd{
  margin-bottom: 5px;
}
.f-nav ul li a{
  font-size: 12px;
  color: #fff;
}

/* --------------------------------pageitile */
.page_ttl_bgi{
  position: relative;
  overflow: hidden;
}
.page_ttl_bgi::before{
  content: "";
  display: block;
  width: 105%;
  height: 108%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  z-index: -1;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.page_ttl_bgi_business::before,.page_ttl_bgi_company::before{
  background-image: url(https://daishin-kbm.com/dwys/wp-content/uploads/2025/05/94562082_HD_0m1s.jpg);
}

/* ---------------------------------mission */
.mis_bg{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.mis_cnt{
  max-width: 1024px;margin: 0 auto;
}
.mis__txt .subttl::before{
  content: '';
  width: 1.5em;
  display: block;
  border-bottom: 1px solid #999;
  position: relative;
  top: 1em;
  left: 0em;
}
.mis__txt .subttl h3 span{
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-left: 10px;
  color: var(--e-global-color-accent);
  font-weight: bold;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ---------------------------------message */
.autoPhrase{
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}
.message_cnt{max-width: 1024px!important;margin: 0 auto;}
.message__txt .subttl::before{
  content: '';
  width: 1.5em;
  display: block;
  border-bottom: 1px solid #333;
  position: relative;
  top: 1em;
  left: 0em;
}
.message__txt .subttl h3 span{
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-left: 10px;
  color: var(--e-global-color-accent);
  font-weight: bold;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* ---------------------------------reason */
/* アニメーション共通 */
.invisible .fadeUp, .invisible .fadeDown, .invisible .fadeRight, .invisible .graph_anim,.invisible.message-fade-trigger {
  opacity: 0; }

  .visible .fadeUp,.visible.message-fade-trigger {
    animation: fadeUp 1s 0.5s both;
    position: relative;
    top: 10px; }
  
  .visible .fadeDown {
    animation: fadeDown 1s 0.5s both;
    position: relative;
    top: -10px; }
  
  .visible .fadeRight {
    animation: fadeRight 1s 0.5s both;
    position: relative;
    right: 10px; }
  
  @keyframes fadeUp {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      transform: translate(0, -10px);
      opacity: 1; } }
  
  @keyframes fadeDown {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      transform: translate(0, 10px);
      opacity: 1; } }
  
  @keyframes fadeRight {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      transform: translate(10px, 0);
      opacity: 1; } }
  
  @keyframes show {
    0% {
      transform: translate(0, 0); }
    50% {
      transform: translate(100%, 0); }
    100% {
      transform: translate(200%, 0); } }
  
  @keyframes rightline {
    0% {
      width: 0px; }
    100% {
      width: 100%; } }
/*--------------------------------アニメーション共通ここまで */
  .reasonArea,.reasonFooterArea{
    max-width: 1024px;
  }
  .reason_title{
    text-align: center;
    position: relative;
    top: -5em;
  }
  .title_num{
    margin-bottom: 2em;
  }
  .title_num span{
    display: block;
    font-family: "Fjalla One", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .title_num .title__num__over{
    font-size: 23px;
    margin-bottom: 0.8em;
  }
  .title_num .title__num__under{
    font-size: 58px;
  }

  .reason_title .title_txt{
    font-weight: bold;
    font-size: 28px;
    position: relative;
    display: inline-block;
    line-height: 1;
  }
  .reason_title .title_txt::before,
  .reason_title .title_txt::after{
    content: '';
    display: block;
    width: 1px;
    height: 2em;
    background-color: #333;
    position: absolute;
    top: -0.5em;
  }
  .reason_title .title_txt::before{
    left: -1em;
    transform: rotate(-30deg);
  }
  .reason_title .title_txt::after{
    right: -1em;
    transform: rotate(30deg);
  }
  .reason01__box{
    font-weight: bold;
  }
  .reason01__box,.reason__sect02,.reason__sect01Wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reason__sect01 .reason__sect01Img{
    width: 180px;
    height: 180px;
    margin-right: 10px;
  }
  .reason__sect01 .reason__sect01Txt .reason__sect01Txt_list .reason__sect01Txt_listItem:not(:last-child){
    padding-bottom: 10px;
  }
  /* .reason__sect01 .reason__sect01Txt .reason__sect01Txt_list .reason__sect01Txt_listItem::before{
    content: "";
    width: 15px;
    height: 10px;
    display: inline-block;
    background: url(https://test.ys-japan.com/daishin-kbm/wp-content/uploads/2024/05/ic_arrow.png) center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
  } */

  .reason01__box .reason01__arrow{
    width: 70px;
    margin: -50px 40px 0;
  }
  .reason01__box .reason__sect02Img{
    width: 180px;
  }
  .reason01__box .reason__sect02Ic{
    width: 20px;
    margin: 0 10px;
  }
  .reason01__txt p{
    margin: 20px 0 10px;
    text-align: center;
  }
  /* ----------------------------理由1アニメーション遅延 */
  .reason__sect01Txt_listItem:nth-child(1).fadeRight {
    animation-delay: 1s; }
  
  .reason__sect01Txt_listItem:nth-child(2).fadeRight {
    animation-delay: 1.1s; }
  
  .reason__sect01Txt_listItem:nth-child(3).fadeRight {
    animation-delay: 1.2s; }
  
  .reason__sect01Txt_listItem:nth-child(4).fadeRight {
    animation-delay: 1.3s; }
  
  .reason__sect01Txt_listItem:nth-child(5).fadeRight {
    animation-delay: 1.4s; }
  .rs1 .fadeUp {
      animation-delay: 1.8s; }
  .reason01__arrow .fadeRight {
        animation-delay: 2.5s; }
  .reason__sect02 > div:nth-child(1).fadeRight {
     animation-delay: 3s; }
  .reason__sect02 > div:nth-child(2).fadeRight {
      animation-delay: 3.5s; }
  .reason__sect02 > div:nth-child(3).fadeRight {
      animation-delay: 4s; }
  .rs2 .fadeUp{
    animation-delay: 4.4s;
  }
  /* ----------------------------理由1アニメーション遅延ここまで */
  /* ----------------------------理由2 */
  .reason02__section01__list{
    width: 100%;
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    left: -10px;
    right: 0;
    margin: auto;
  }
  .reason02__section01__list .reason02__section01__list__item{
    width: 70px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
  }
  .reason02__section01__list .reason02__section01__list__item::before{
    content: "";
    display: inline-block;
    border: solid 3px var(--e-global-color-accent);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-sizing: content-box;
  }
  .reason02__section01__list .reason02__section01__list__item:not(:last-child):after{
    content: "";
    display: inline-block;
    width: 57px;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    top: 30px;
    right: -31px;
  }

  .reason02-sect01-cnt .reason02__section01__list .reason02__section01__list__item:nth-child(6)::before,
  .reason02-sect01-cnt .reason02__section01__list .reason02__section01__list__item:nth-child(8)::before,
  .reason02__section01__list .reason02__section01__list__item:nth-child(4)::before,
  .reason02__section01__list .reason02__section01__list__item:nth-child(10)::before{
    border: solid 3px var(--e-global-color-primary);
  }
  .reason02__section01__list .reason02__section01__list__item span{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
  }
  .reason02__section01__list .reason02__section01__list__item p{
    color: #CCCCCC;
    font-weight: bold;
  }
  .reason02__section01__list__item span.fadeDown{
    animation-delay: 2.2s;
    top: -30px;
  }
  .reason02-sect02-cnt .reason02__section01__list li:nth-child(4) span{
    width: 15em;margin-right: -5.3em;
  }
  .reason02-sect02-cnt .reason02__section01__list li:nth-child(10) span{
    width: 9em;margin-right: -2.3em;
  }
  
  .reason02__section01__list__item span.fadeDown::after{
    content: "";
    width: 1px;
    height: 15px;
    background-color: #333333;
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 15px;
    left: 0;
    right: 0;
    bottom: -20px;
  }
  .reason02__section01__txt{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
/* -------------------------理由2アニメーション遅延 */
.reason02__section01__list__item:nth-child(1).fadeUp {
  animation-delay: 0.1s; }

.reason02__section01__list__item:nth-child(2).fadeUp {
  animation-delay: 0.2s; }

.reason02__section01__list__item:nth-child(3).fadeUp {
  animation-delay: 0.3s; }

.reason02__section01__list__item:nth-child(4).fadeUp {
  animation-delay: 0.4s; }

.reason02__section01__list__item:nth-child(5).fadeUp {
  animation-delay: 0.5s; }

.reason02__section01__list__item:nth-child(6).fadeUp {
  animation-delay: 0.6s; }

.reason02__section01__list__item:nth-child(7).fadeUp {
  animation-delay: 0.7s; }

.reason02__section01__list__item:nth-child(8).fadeUp {
  animation-delay: 0.8s; }

.reason02__section01__list__item:nth-child(9).fadeUp {
  animation-delay: 0.9s; }

.reason02__section01__list__item:nth-child(10).fadeUp {
  animation-delay: 1s; }

.reason02__section01__list__item:nth-child(11).fadeUp {
  animation-delay: 1.1s; }

.reason02__section01__list__item:nth-child(12).fadeUp {
  animation-delay: 1.2s; }

.reason02__section01__list__item span.fadeDown {
  animation-delay: 2.2s;
  top: -30px; }
/* -------------------------理由2アニメーション遅延ここまで */

/* -------------------------理由3 */
  .reason03__content{
    width: 300px;
    height: 300px;
    margin:0 auto 30px;
    position: relative;
  }

  .reason03__content .reason03__cntImg01{
    width: 43%;
    height: 120px;
    position: absolute;
    margin: auto;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .reason03__content .reason03__cntImg02{
    width: 25%;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .reason03__content .reason03__cntImg03{
    width: 26%;
    position: absolute;
    top: 49px;
    right: 15px;
    margin: auto;
  }
  .reason03__content .reason03__cntImg04{
    width: 30%;
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 80px;
  }
  .reason03__content .reason03__cntImg05{
    width: 25%;
    position: absolute;
    margin: auto;
    right: 55px;
    bottom: -5px;
  }
  .reason03__content .reason03__cntImg06{
    width: 25%;
    position: absolute;
    margin: auto;
    left: 55px;
    bottom: -5px;
  }
  .reason03__content .reason03__cntImg07{
    width: 30%;
    position: absolute;
    left: -3px;
    margin: auto;
    bottom: 80px;
  }
  .reason03__content .reason03__cntImg08{
    width: 26%;
    position: absolute;
    top: 49px;
    left: 15px;
    margin: auto;
  }
  .reason03__content__txt p{
    font-size: 14px;
    font-weight: bold;
  }
  /* ---------------------------理由3アニメーション遅延 */
  .reason03__content > div:nth-child(2) .fadeDown {
    animation-delay: 1s; }
  
  .reason03__content > div:nth-child(3) .fadeDown {
    animation-delay: 1.1s; }
  
  .reason03__content > div:nth-child(4) .fadeDown {
    animation-delay: 1.2s; }
  
  .reason03__content > div:nth-child(5) .fadeDown {
    animation-delay: 1.3s; }
  
  .reason03__content > div:nth-child(6) .fadeDown {
    animation-delay: 1.4s; }
  
  .reason03__content > div:nth-child(7) .fadeDown {
    animation-delay: 1.5s; }
  
  .reason03__content > div:nth-child(8) .fadeDown {
    animation-delay: 1.6s; }

  .reason03__content__txt .fadeUp{
      animation-delay: 2s;
    }
 /* ---------------------------理由3アニメーション遅延ここまで */
/* ----------------------------理由4 */
  .reason04__grapharea{
    width: 100%;
    height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .reason04__grapharea .reason04__grapharea__txt{
    width: auto;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-right: 10px;
  }
  .reason04__grapharea .reason04__grapharea__txt p{
    margin-bottom: 0;
  }
  .reason04__grapharea .reason04__grapharea__content{
    width: 669px;
    border-left: solid 4px #454545;
    border-bottom: solid 4px #454545;
    background-color: #FAFAFA;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 10px;
  }
  .reason04__grapharea .reason04__grapharea__content:before{
    content: "↑性能";
    position: absolute;
    bottom: 0;
    left: -30px;
    font-weight: bold;
    width: 5px;
  }
  .reason04__grapharea .reason04__grapharea__content:after{
    content: "経年 →";
    position: absolute;
    bottom: -35px;
    left: 0;
    font-weight: bold;
  }

  .reason4__graph__wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .reason4__graph__wrap .reason4__graph__cont{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .reason4__graph__wrap .reason4__graph__cont:nth-child(n + 2){
    margin-left: -7px;
  }
 
  .graph_anim{
    position: absolute;
    z-index: 2;
    bottom: 90px;
    left: 0;
  }
  .graph_anim .reason4__graph__cont{
    height: 75px;
  }
  .graph_noanim{
    position: absolute;
    z-index: 1;
    bottom: 90px;
    left: 0;
  }
  .reason4__graph__item_wrapp{
    width: 130px;
  }
  .reason4__graph__item{
    width: 130px;
    overflow: hidden;
  }
  .reason4__graph__item:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 29px;
    animation: show 1s 0s both;
    background-color: transparent;
  }
  .reason4__graph__item .graph__item__line{
    display: block;
    overflow: hidden;
    position: relative;
    width: 130px;
    height: 57px;
  }
  .reason4__graph__item .graph__item__line:before{
    content: '';
    width: 300px;
    height: 210px;
    display: block;
    border: solid 5px var(--e-global-color-accent);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -22px;
  }

  .reason4__graph__arrow{
    margin-left: -7px;
  }
  .reason4__graph__arrow .graph__item__arrow{
    display: block;
    position: relative;
    width: 14px;
    height: 77px;
    overflow: hidden;
  }
  .graph_noanim .reason4__graph__arrow .graph__item__arrow{
    height: 58px;
  }
  .reason4__graph__arrow .graph__item__arrow:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid var(--e-global-color-accent);
    position: absolute;
    top: 0px;
  }

  .reason4__graph__arrow .graph__item__arrow:after{
    content: '';
    width: 5px;
    height: 77px;
    display: block;
    position: absolute;
    background-color: var(--e-global-color-accent);
    left: 5px;
    top: 4px;
  }
  .graph_noanim .reason4__graph__item .graph__item__line:before{
    border: solid 5px #bdd7c9
  }
  .graph_noanim .reason4__graph__arrow .graph__item__arrow:before{
    border-bottom: 10px solid #bdd7c9
  }
  .graph_noanim .reason4__graph__arrow .graph__item__arrow:after{
    background-color: #bdd7c9;
  }
  
  .graph_anim .reason4__graph__cont:nth-child(2){
    margin-bottom: 19px;
  }
  .graph_anim .reason4__graph__cont:nth-child(3){
    margin-bottom: 38px;
  }
  .graph_anim .reason4__graph__cont:nth-child(4){
    margin-bottom: 57px;
  }
  
  .reason04__grapharea .reason04__grapharea__content .grapharea__line{
    width: 100%;
    height: 5px;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
  }

  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle{
    width: 130px;
    font-size: 12px;
    border-left: dotted 1px #D8D8D8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8){
    font-size: 14px;
    position: relative;
  }
  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p{
    position: absolute;
    left: 40px;
    font-weight: bold;
  }
  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p:nth-child(1){
    color: var(--e-global-color-accent);top: 100px;
  }
  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p:nth-child(2){
    color: #bdd7c9;bottom: 100px;
  }

  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycleline{
    position: absolute;
    width: 527px;
    height: 50px;
    top: 36px;
    left: 0;
    transform: rotate(-8deg);
  }
  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycleline span{
    width: 100%;
    height: 100%;
    display: block;
    border-top: dotted 1px var(--e-global-color-accent);
    z-index: 10;
    position: relative;
  }
  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycletxt{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }
/* ------------------------------------------------理由4アニメーション遅延 */
  .visible .reason4__graph__cont:nth-child(1) .rightline {
    animation: rightline 0.5s 0.5s both; }
  
  .visible .reason4__graph__cont:nth-child(1) .fadeUp {
    animation: fadeUp 0.7s 0.8s both; }
  
  .visible .reason4__graph__cont:nth-child(2) .rightline {
    animation: rightline 0.5s 0.9s both; }
  
  .visible .reason4__graph__cont:nth-child(2) .fadeUp {
    animation: fadeUp 0.7s 1.2s both; }
  
  .visible .reason4__graph__cont:nth-child(3) .rightline {
    animation: rightline 0.5s 1.3s both; }
  
  .visible .reason4__graph__cont:nth-child(3) .fadeUp {
    animation: fadeUp 0.7s 1.6s both; }
  
  .visible .reason4__graph__cont:nth-child(4) .rightline {
    animation: rightline 0.5s 1.7s both; }
  
  .visible .reason4__graph__cont:nth-child(4) .fadeUp {
    animation: fadeUp 0.7s 2s both; }
  
  .visible .reason04__grapharea__content__cycleline span {
    animation: rightline 1s 2.1s both; }
/* -------------------------------------------------理由4アニメーション遅延ここまで */
  .reason_area_5 .count{
    font-size: 120px;
    color: var(--e-global-color-accent);
    font-weight: bold;
    font-family: 'Fjalla One', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    transition-duration: 10s;
  }
  .reason_area_5 .unit{
    font-size: 50px;
    font-weight: bold;
    vertical-align: bottom;
  }
  .reason_area_5 .count__wrap .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
/* -------------------------------------------------理由5アニメーション遅延 */
  .reason05__content .count{
    animation-delay: 0.8s;
  }
/* -------------------------------------------------理由5アニメーション遅延ここまで */
/* -------------------------------------------------メッセージ アニメーション遅延 */
.visible.message-fade-trigger{
animation-delay: 1.0s;}
.reasonFooterArea.fadeUp{
  animation-delay: 2.0s;
}
/* -------------------------------------------------メッセージ アニメーション遅延ここまで */
/* ---------------------------------company */
.company_cnt{max-width: 1024px!important;margin: 0 auto;}
.company_cnt .contentttl::before{
  content: '';
  width: 1.5em;
  display: block;
  border-bottom: 1px solid #333;
  position: relative;
  top: 1em;
  left: 0em;
}
.company_cnt .contentttl h3 span{
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-left: 10px;
  color: var(--e-global-color-accent);
  font-weight: bold;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.outline_table{
  font-size: 14px;
  line-height: 1.6;
}
.outline_table tbody tr:hover>th,
.outline_table tbody>tr:nth-child(odd)>th,
.outline_table tbody>tr:nth-child(odd)>td,
.outline_table tbody tr:hover>td{
  background-color: transparent;
}
.outline_table tr{
  border-bottom: 1px solid #e5e5e5;
}
.outline_table td, .outline_table th{
  border: none;
  padding: 10px 5px;
  vertical-align: baseline;
}
.outline_table th{
  width: 20%;
  text-align: left;
}
.outline_table td{
  width: 30%;
}
.outline_table td.bold{
  font-weight: 600;
}

.outline_list li{
  margin-bottom: 10px;
}
.history_list{
border-left: 2px solid #ccc;
padding-left: 20px;}
.history_list li{
  position: relative;
  top: -5px;
  font-size: 14px;
}
.history_list li:before{
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background-color: #f5f5f5;
  border: 3px solid #999;
  position: absolute;
  top: 6px;
  left: -26px;
  border-radius: 10px;
  box-sizing: content-box;
}
.history_list li span{
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}

/* -----------------------------------overall-view*/
.popUp-pc.elementor-widget{
  position: static;
}
.serviceCont{
  position: relative;
}
.elementor .bpc_img{
  width: 1024px;
  max-width: inherit;
}
.elementor .bsp_img{
  display: none;
}
.popup__btn{
  background-color:var(--e-global-color-accent);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}
.service .popup__btn{
  position: absolute;
  text-decoration: none;
}
.service .box .popup__btn{
  pointer-events:auto;
}
.popup__btn.popup__btn--A{
  top: 100px;
  left: 500px;
}
.popup__btn.popup__btn--B{
  top: 150px;
  left: 590px;
}
.popup__btn.popup__btn--C{
  top: 220px;
  left: 800px;

}
.popup__btn.popup__btn--D{
  top: 310px;
  left: 610px;
}
.popup__btn.popup__btn--E{
  top: 670px;
  left: 320px;
}

.service .overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.service .overlay img{
  width: 100%;
}

.service .popup{
  margin: 15vh auto 0;
  padding: 10px;
  background: #fff;
  width: 30%;
  position: relative;
}
.service .popup .close{
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #6E6E6E;
  font-size: 24px;
  font-weight: bold;
  width: 36px;
  height: 36px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
}
.service .popup .pop_txt{
  text-align: center;
  margin:20px 0 10px;
  font-weight:600;
  font-size: 14px;
}

/* -----------------------------------policy */
/* .policy_cnt a.textlink{
  color: var(--e-global-color-accent);
  margin-right: 20px;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  background-image: url(https://test.ys-japan.com/daishin-kbm/wp-content/uploads/2024/04/pdfIcon.png);
  background-size: 17px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 22px;
  font-size: 14px;
} */

.pp_navWrap{
  max-width: 1024px;
}
.pp_navArea{
  position: relative;
  top: -160px;
  z-index: 2;
  margin-bottom: -40px;
}
.pp_navArea .pp_nav{
  text-align: center;
}
/* .pp_navArea .pp_nav li{
  display: inline-block;
  background-color: #fafafa;
  border-radius: 4px;
  margin-bottom: 10px;
  width: auto;
  background-image: url(https://test.ys-japan.com/daishin-kbm/wp-content/uploads/2024/05/pparrow.webp);
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 94% center;
  margin: 0 2px;
} */
.pp_navArea .pp_nav li a{
  display: block;
  color: #333;
  font-weight: bold;
  padding: 15px 40px;
  text-decoration: none;
  font-size: 14px;
}
.policy__title,.policy__txt{
  font-size: 14px;
}
.policy__title{
  font-weight: bold;
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin: 20px 0 10px;
}
.policy__txt{
  margin-bottom: 20px;
}

/* ---------------------------------contact */
.form__area{
  font-size: 14px;
}
.contact__table{
  margin-top: 80px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.contact__table tbody>tr:nth-child(odd)>td, .contact__table tbody>tr:nth-child(odd)>th{
  background-color: transparent;
}

.contact__table tr{
  border-bottom:1px solid #e5e5e5;
}
.contact__table td,.contact__table th{
  border:none;
}
.contact__table th{
  width: 20%;
  padding: 10px 5px;
  vertical-align: middle;
  text-align: left;
}
.contact__table td{
  width: 80%;
}
.contact__table td input,.contact__table td textarea{
  font-size: 16px;
  padding: 5px;
  width: 100%;
}
.contact__table td textarea{
  height: 10em;
}
input[type="text"],input[type="text"], input[type="button"], input[type="email"],input[type="tel"],textarea{
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e5e5e5;
}
.formSubmitArea{
  margin-top: 40px;
  text-align: center;
}
.formSubmitArea input{
  border: none;
  padding: 20px 80px;
  color: #fff;
  border-radius: 10px;
  margin: 0 10px;
  cursor: pointer;
  line-height: 1;
}
.formSubmitArea .wpcf7-spinner{
  position: absolute;
}
.formSubmitArea input[type="submit"]{
  background-color: var(--e-global-color-primary);
}
.formSubmitArea input.wpcf7-previous{
  background-color:#ccc
}

@media (hover: hover){
  a:hover{
    opacity: 0.7;
  }
  .cnav .lang:hover{
    color: var(--e-global-color-primary);
  }
  table tbody tr:hover>td, table tbody tr:hover>th{
    background-color: transparent;
  }
  .formSubmitArea input:hover{
    opacity: 0.8;
  }
  .popup__btn:hover{
    color: #fff;
  }
}
@media screen and (max-width:869px){
  .elementor .bpc_img,.service .popup .close{
    display: none;
  }
  .elementor .bsp_img{
    display: block;
  }
  .service .popup__btn{
    position: relative;
  }
  .service .box .popup__btn{
    pointer-events: none;
  }
  .popup__btn.popup__btn--A,
  .popup__btn.popup__btn--B,
  .popup__btn.popup__btn--C,
  .popup__btn.popup__btn--D,
  .popup__btn.popup__btn--E{
    top: 50px;left: 10px;
  }
  .popUp-pc{
    width: 90%;
    margin: 0 auto;
  }
  .service .overlay{
    position: static;
    visibility: visible;
    opacity: 1;
  }
  .service .popup{
    width: auto;
    margin: auto;
    padding:0;
  }
  .service .overlay,.service .popup{
    background-color: transparent;
  }
  .service .popup .pop_txt{
    width: 90%;
    font-size: 12px;
    text-align: left;
  }
}

@media screen and (max-width:849px){
  .spTabOnly,.u-pc-b{
    display: none;
  }
  .u-sp-b{
    display: block;
  }

  .gnav_btn:after{
    top: 1.5em;
  }

  .ttl h2 span{
    font-size: 24px;
  }

  .spin__image{
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .top__about__image__box__ttl span{
    font-size: 15px;
  }

  /* ---------------------------------spMenu */
  #panel{
    display: none;
    background: var(--e-global-color-primary);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    overflow-y: scroll;
    bottom: 0;
    left: 0;
    padding-bottom: 160px;
  }
  #panel_btn{
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  #panel_btn_icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    margin: -1px 0 0 -10px;
    background: #fff;
    transition: .2s;
  }

  #panel_btn_icon::before,
  #panel_btn_icon::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .3s;
  }

  #panel_btn_icon::before{
    margin-top: -7px;
  }
  #panel_btn_icon::after{
    margin-top: 6px;
  }

  .js-changeLogo.invisible #panel_btn_icon,
  .js-changeLogo.invisible #panel_btn_icon::before,
  .js-changeLogo.invisible #panel_btn_icon::after{
    background: #333;
  }
  #panel_btn_icon.close,
  .js-changeLogo.invisible #panel_btn_icon.close{
    background: transparent;
  }
  .js-changeLogo.invisible #panel_btn_icon.close::before,
  .js-changeLogo.invisible #panel_btn_icon.close::after{
    background: #fff;
  }
  #panel_btn_icon.close::before,#panel_btn_icon.close::after{
    margin-top: 0;
  }
  #panel_btn_icon.close::before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel_btn_icon.close::after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  nav.gnav{
    display: block;
    top: 0;
  }
  .gnav > ul > li{
  position: relative;
  top: 80px;
 }
  .gnav > ul > li{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2.2em;
  }

  .js-changeLogo.invisible nav.gnav > ul > li > .gnav__menu{
    color: #fff;
  }

  nav.gnav > ul > li > .gnav__menu span{
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  nav.gnav > ul > li > ul.menu{
    position: static;
    top: 0;
    left: 0;
  }
  nav.gnav > ul > li > ul.menu li{
    display: inline-block;
    width: 46%;
  }

  .cnav{
    display: block;
    width: 87%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .cnav .lang,.cnav .button{
    width: 48%;
    padding: 1em 0;
    border: 1px solid var(--e-global-color-accent);
    font-size: 12px;
    display: block;
    margin: auto;
  }
  .cnav .lang{
    margin-right: 2%;
  }

  .top__service__image__box__text p span{
    font-size: 20px;
  }

  .top__service__image__box{
    bottom:50%;
    margin-bottom: -33px;
  }
  .top__service__image__box svg{
    width: 30px!important;
    height: 30px!important;
  }
  /* 回避手段 */
  .recruit__box{
    top: -2em;
    z-index: 1;
    transform:translateZ(1px);
  }

  .pagettl h2 span{
    font-size: 28px;
  }

  .company_cnt .contentttl h3 span{
    letter-spacing: 0.05em;
  }

  .company_cnt .minimal_letter_spacing h3 span{
    font-size: 10px;
}
.company_cnt .minimal_letter_spacing2 h3{
  transform-origin: top left;
  transform: scale(0.88, 1);
  width: 200%;
}
  /* --------------------------------------ミッション */
  .mis_cnt{
    width: 87%;
  }
  .mis__txt .subttl h3 span{
    font-size: 10px;
  }

  /* --------------------------------------message */
  .autoPhrase{
    word-break: normal;
   
  }
  .autoPhrase p{
    line-break:strict;
  }

  /* --------------------------------------会社概要 */
  .history_list li span{
    display: block;
  }
  .outline_table{
    font-size: 10px;
  }
  .outline_list li,.history_list li{
    font-size: 12px;
  }
  /* --------------------------------------Reason */
  .reason_title{
    top: -3em;
  }
  .title_num{
    margin-bottom: 1em;
  }
  .title_num .title__num__over{
    font-size: 12px;
  }
  .title_num .title__num__under{
    font-size: 32px;
  }
  .reason_title .title_txt{
    font-size: 14px;
  }

  .reason01__box{
    flex-direction: column;
  }
  .reason01__box .reason01__arrow{
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .reason__sect01 .reason__sect01Img{
    width: 140px;
    height: 140px;
  }
  .reason01__box .reason__sect02Img{
    width: auto;
    max-width: 150px;
  }
  .reason01__box .reason__sect02Ic{
    width: auto;
    margin: 0 2%;
  }

  .reason02__section01__list{
    max-width: 310px;
    flex-wrap: wrap;
  }
  .reason02__section01__list .reason02__section01__list__item:nth-child(6):after{
    content: none;
  }
  .reason02__section01__list .reason02__section01__list__item{
    width: 46px;
  }
  .reason02__section01__list .reason02__section01__list__item p,
  .reason02__section01__txt{
    font-size: 12px;
  }
  .reason02__section01__list .reason02__section01__list__item span{
    font-size: 10px;
  }

  .reason03__content__txt p{
    font-size: 12px;
  }

  .reason04__grapharea{
    height: 200px;
  }
  .reason04__grapharea .reason04__grapharea__txt{
    width: 25px;
  }
  .reason04__grapharea .reason04__grapharea__content{
    width: 252px;
    border-left: solid 2px #454545;border-bottom: solid 2px #454545;
  }
  .reason4__graph__item_wrapp,
  .reason4__graph__item{
    width: 50px;
  }
  .reason4__graph__arrow .graph__item__arrow{
    height: 40px;
  }
  .graph_noanim .reason4__graph__arrow .graph__item__arrow{
    height: 28px;
  }
  .reason4__graph__arrow .graph__item__arrow:before{
    border-left: 6.5px solid transparent;border-right: 6.5px solid transparent;
  }
  .reason4__graph__arrow .graph__item__arrow:after{
    width: 3px;height: 40px;
  }

  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycleline{
    width: 207px;top: 22px;transform: rotate(-12deg);
  }
  .reason4__graph__item .graph__item__line:before{
    width: 150px;height: 157px;border: solid 3px var(--e-global-color-accent);
  }
  .graph_anim .reason4__graph__cont{
    height: 40px;
  }
  .reason04__grapharea .reason04__grapharea__content:before{
    left: -20px;
  }
  .reason04__grapharea .reason04__grapharea__content:after{
    bottom: -25px;
  }
  .reason04__grapharea .reason04__grapharea__content .grapharea__line{
    height: 3px;
  }
  
  
  .reason4__graph__item .graph__item__line{
    width: 50px;
    height: 29px;
  }
  .graph_anim{
    bottom: 70px;
  }
  .graph_noanim{
    bottom: 70px;
  }
  .graph_noanim .reason4__graph__item .graph__item__line:before{
    border: solid 3px #bdd7c9;
  }

  .graph_anim .reason4__graph__cont:nth-child(2){
    margin-bottom: 10px;
  }
  .graph_anim .reason4__graph__cont:nth-child(3){
    margin-bottom: 20px;
  }
  .graph_anim .reason4__graph__cont:nth-child(4){
    margin-bottom: 30px;
  }
  
  .reason04__grapharea__content__cycle p{
    margin-bottom: 0;
  }

  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycletxt{
    font-size: 16px;
  }
  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p{
    font-size: 10px;
    left: 5px;
  }
  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p:nth-child(1){
    top: 70px;
  }
  .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p:nth-child(2){
    bottom: 70px;
  }

  .reason_area_5 .count{
    font-size: 60px;
  }
  .reason_area_5 .unit{
    font-size: 20px;line-height: 2.2;
  }

  /* -----------------------------------policy */
  .pp_navArea{
    position: static;
    margin-bottom:0;
  }
  .pp_navArea .pp_nav li{
    width: 100%;
    background-color: #e5e5e5;
    margin:0 0 10px 0;
  }

  /* -----------------------------------contact */
  .form__area,
  .formSubmitArea input{
    font-size: 12px;
  }
  .contact__table{
    margin-top: 40px;
    font-size: 10px;
  }
  .contact__table th{
    width: 33%;
  }
  .contact table td{
    width: 67%;
  }
  .contact__table td textarea{
    height: 5em;
  }
  .formSubmitArea input{
    padding: 17px 45px;
    margin: 0 5px;
  }


}