@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** 基本表示
************************************/
body {
  background: #fff;
  color: #333;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  
}
section {
  max-width: 100%;
 width: 100%;
 margin: auto;
 padding: 0;
}
.author-info{
  display: none;
}
#breadcrumb{
  display: none;
}
/************************************
**　ヘッダーメニュー
************************************/
.navi-in>ul li {
  height: 100%;
}
.navi-in a{
  font-size: 14px;
  padding: 0 0.6em!important;
}
/* #navi .navi-in a:hover {
  transform: none!important;
} */
.header-container-in.hlt-top-menu{
  padding: 2% 2%;
  max-width: 1350px !important;
  width: 100% !important;
}
.logo a{
  padding: 0;
}
.navi-in .has-icon{
  right: -15px;
}
.navi-in > ul .sub-menu a{
  padding: 0 !important;
}
  
/************************************
** 本文部分
************************************/
.main {
  background: #fff;
  padding: 0 !important;
}

/************************************
** 内容
************************************/
.content {
  /* margin-top: 24px; */
  margin: 0;
}

/************************************
** Facebookページを「いいね！」するエリアのスタイル（サイドバーの時）
************************************/
.mobile-menu-buttons {
  color: #000;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
@media screen and (min-width: 1024px){
  /************************************
  **　ヘッダーメニュー
  ************************************/
  .navi-in>ul li+li:not(:last-child) {
    position: relative;
  }
  .navi-in>ul li+li:not(:last-child)::before {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 2px;
  }
  .navi-in>ul li:last-child {
    padding: 0 !important;    

  }
  /*.navi-in>ul li:last-child a {
    color: #fff!important;
  }*/
  .menu_contact{
    padding: 0 20px;
    background: #232323;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    margin-top: 8px;
    width: 150px;
    position: relative;
  }
  .menu_contact::before {
    content: '';
      /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
      /*キラッと光る形状*/
      width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
  }
  /*hoverした際の移動のアニメーション*/
  .menu_contact:hover::before {
	animation: shine 0.7s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.menu_contact:hover{
  transition: 0.5s;
    background: #72B816;
  }
  
  .bgleft:before {
    content: '';
     /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
     /*色や形状*/
    background:#333;/*背景色*/
    width: 100%;
   height: 100%;
     /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
   transform-origin: right top;
 }
  .contact_arow{
    max-width: 25px;
    position: absolute;
    top: -2px;
    right: 15px;

  }
/* .contact_arow::before,
  .contact_arow::after{
    display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 85px;
  margin: auto;
  }
  .contact_arow::before{
    background: #232323;
    width: 5px;
    height: 0.5px;
  }
  .contact_arow::after{
    width: 5px;
    height: 5px;
    border: 1px solid #232323;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: center;
  }
  */
  .submenu_btn{
    background: #e4e4e4;
    color: #252525;
    padding: 0 10px;
  }

  #navi .navi-in>ul>li{
    padding:0 20px !important;
  }
  #navi .navi-in>ul>li:last-child{
    padding: 0 !important;
  }
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.mein_visu{
 /* width: 100%;
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  max-width: 1350px;
  width: 100%;
  /*background: linear-gradient(to bottom, #78b0a0, #efdab9);*/
background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}
.wrap{
  width: 100% !important;
  max-width: 100% !important;
}
.vegas-content-scrollable {
  overflow: hidden;
}
.message_space{
  max-width: 1350px;
    width: 100%;
    margin: auto;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
}
h2{
  font-size: 1.4em;
}
.message_space h2{
    /*border-right: 20px solid #232323;
    font-size: 3.2rem;
    padding-right: 2%;
    text-align: right;
    margin-bottom: 20px;
    height: 3.4rem;
    line-height: 1.2;*/
    border-left: 20px solid #232323;
    font-size: 3.2rem;
    padding-right: 2%;
    text-align: left;
    margin-bottom: 20px;
    height: 3.4rem;
    line-height: 1.2;
    padding-left: 1%;
}
.topmessage_textspace h3{
    font-size: 1.5rem;
    text-align: left;
    line-height: 2.0em;
    margin-bottom: 20px;
}
.message_img_space{
  max-width: 30%;
}
.message_img_space img{
  width: 100%;
}
.topmessage_textspace{
  max-width: 65%;
  width: 100%;
}
.topmessage_textspace p{
  font-size: 14px;
  /*line-height: 2.2em;*/
  text-align: left;
  margin-bottom: 50px;
  font-weight: 700;
}
.meinvisu_space video {
    max-width: 75%;
    width: 100%;
    display: block;
}


@media screen and (max-width: 646px) {
.topmessage_textspace p{
  text-align: left;
}
}

.message_space .link_btn{
  padding: 20px;
  background: #232323;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 8px;
  text-align: center;
  width: 400px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  font-weight: 700;
}
.message_space .link_btn:hover{
  transform: scale(1.1);
  background: #72B816;
}
.link_btn_contact_arow{
  width: 25px;
  position: absolute;
  right: 30px;
  top: 20px;
}
@media screen and (max-width: 834px) {
    .link_btn_contact_arow {
        top: 34px;
    }
}

.message_more{
  text-align: -webkit-right;
  text-decoration: none;
}

body .maincontent p{
  font-size: 1.0rem !important;
  line-height: 2.2em;
}
.service_space{
 position: relative;
}
.service_space h2{
  /*line-height: 1.2em;
  color: #fff;
  border-left: 10px solid #fff;
  font-size: 1.5rem;
  padding-left: 1%;*/
  line-height: 1.2em;
    color: #fff;
    border-left: 20px solid #fff;
    /* font-size: 1.5rem; */
    padding-left: 1%;
    font-size: 3.2rem;
    padding-right: 2%;
    /* text-align: right; */
    margin-bottom: 20px;
    height: 7.4rem;
    line-height: 1.2;
}
.service_space p{
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
}
.service_space .link_btn{
}
.service_position{
  max-width: 1350px;
  width: 100%;
  margin: auto;
  padding: 0 2%;
}
.service_space #particles-js{
  padding: 50px 0;
}
.service_space p{
  margin: 50px 0;
}
.recruit_space{
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
.recruit_space h2{
    line-height: 1.2em;
}
.news_space{
  width: 100%;
  max-width: 1350px;
  margin-top: 80px;
  padding: 0 2%;
}
.news_space h2{
    /*border-left: 10px solid #232323;
    font-size: 1.2rem;
    padding-left: 1%;*/
    line-height: 1.2em;
    /* color: #fff; */
    border-left: 20px solid #000000;
    /* font-size: 1.5rem; */
    padding-left: 1%;
    font-size: 3.2rem;
    padding-right: 2%;
    /* text-align: right; */
    margin-bottom: 20px;
    height: 3.4rem;
    line-height: 1.2;
}
.news_space ul{
  list-style: none;
  /*font-size: 0.8em;*/
  padding: 0;
  border-top:dotted 1px #fff;
  white-space: nowrap;
  margin-top: 20px;
  font-size: 1.0rem !important;
  font-weight: 700;
}
.news_space ul li{
  padding: 5px 0;
}
.news_date_space .date{
  font-size: 12px;
  padding: 0px 20px;
  display: inline-block;
  width: 10%;
}
.news_date_space a{
  text-decoration: none;
}
.contact_space{
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  color: #232323;
  margin-bottom: 80px;
}
.contact_space h2{
  padding-top: 80px;
  margin-bottom: 30px;
  font-size: 3.2rem;
}
.contact_space .link_btn{
  padding-bottom: 100px; 
  display: block;
}
.contact_space .link_btn a{
  border: 1px solid #000;
  font-size: 0.6em;
  padding: 1% 2%;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.contact_space .link_btn a:hover{
  color: #fff;
}
.contact_space .link_btn img{
  max-width: 40px;
  width: 100%;
  vertical-align: middle;
  padding-right: 1%;
}
.contact_space p{
  margin-bottom: 60px;
}
.contact_space h3{
  font-size: 1.5em;
  margin-bottom: 30px;
}
.contact_space a{
  text-decoration: none;
  color: #232323;
}
.contact_space span{
  font-size: 2em;
}
.footer-bottom{
    margin-top: 0 !important; 
}
.footer{
  margin: 0 !important;
  padding: 0;
}
.fotter_menuspace{
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.copyright_space{
  text-align: center;
  font-size: 12px;
}
.fotter_menuspace ul{
  list-style: none;
  font-size: 0.8em;
  display: ruby;
  padding: 0;
  width: 100%!important;
  max-width: 1350px!important;
  margin-bottom: 50px;
}
.fotter_menuspace ul li a{
  text-decoration: none;
  color: #333;
}
.fotter_logo img{
  max-width: 200px;
  margin-bottom: 50px;
}
.companymessageandtext_img{
  width: 40% !important;
}
.fotter_menuspace ul li a:hover{
  text-decoration: none;
  color: #1967d2;
}
.fotter_menuspace ul li{
  padding: 0 1%;
  border-right: 1px solid #333;
}
.fotter_menuspace ul li:first-child{
  padding-left: 0;
}
.fotter_menuspace ul li:last-child{
  border-right: none;
}

#navi .navi-in>ul>li>a {
  padding: 0!important;
}
.meinvisu_space{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  width: 100%;
}
@media screen and (max-width: 834px) {
.meinvisu_space{
  padding: 0;
}
}

.mein_visu p{
  color: #fff;
  font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 3.2rem);
  line-height: 1.4em;
  font-weight: 600;
  width: 100%;
  max-width: 25%;
  white-space: nowrap;
  padding-left: 2%;
}
.meinvisu_space img{
  max-width: 75%;
  width: 100%;
  display: block;
}
.serviceproduct_more .link_btn{
  padding: 20px;
  background: #fff;
  color: #232323;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 8px;
  text-align: center;
  width: 400px;
  font-size: 15px;
  position: relative;
  transition: 0.5s;
  font-weight: 700;
}
.serviceproduct_more .link_btn:hover{
  transform: scale(1.1);
  background: #72B816;
}
.serviceproduct_more .link_btn_contact_arow{
  width: 25px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.service_position a{
  text-decoration: none;
}

.contact_more .link_btn{
  padding: 20px;
  background: #232323;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 8px;
  text-align: center;
  width: 400px;
  font-size: 15px;
  position: relative;
  transition: 0.5s;
  font-weight: 700;
}
.contact_more .link_btn:hover{
  transform: scale(1.1);
  background: #72B816;
}
.contact_more .link_btn_contact_arow{
  width: 25px;
  position: absolute;
  right: 30px;
  top: 5px;
}
@media screen and (max-width: 834px) {
    .contact_more .link_btn_contact_arow{
        top: 20px;
    }
  }
.contact_more{
  text-align: -webkit-center;
}
.article-header{
  max-width: 1350px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
.article-header .date-tags{
  display: none;
}
.entry-content{
  max-width: 1350px;
  width: 100%;
  padding: 0 2%;
  margin: auto;
}
.entry-title{
  font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: normal !important;
    font-size: 2.2rem;
    border-bottom: 1px solid #d1d1d1;
}
.entry-content h2{
  padding: 0;
  background: none;
  margin-top: 10px;
  font-size: 1.2em;
}
.entry-content p{
  font-size: 1.0rem;
  line-height: 1.0;
  font-weight: 600;
}
.corporatetop_space{
  max-width: 1350px;
  width: 100%;
  margin: auto;
}
.content_page h2{
  text-decoration: none;
  border: none;
  border-left: 15px solid #232323;
  font-size: 2.0rem;
  padding-left: 1%;
  margin-bottom: 30px;
}

.content_page_massege{
  margin-bottom: 50px;
}
.content_page_massege h3{
  font-size: 1.5rem;
  line-height: 2.2em;
  margin-bottom: 20px;
  border: none;
  padding: 0;
}
.content_page_massege p{
  font-size: 1.0em !important;
  line-height: 2.0em;
  font-weight: 600;
}
.content_fastp{
  margin-bottom: 50px;
}
.content_page_massege h3 img{
    vertical-align: middle;
    margin: 10px 15px;
}
.company_list{
  max-width: 1350px;
  width: 100%;
  margin: auto;
  border-top: 1px solid #d1d1d1;
}
.list_column{
  display: flex;
  font-size: 1.0rem !important;
  padding: 25px 0;
  border-bottom: 1px solid #d1d1d1;
  font-weight: 600;
}
.list_column dt{
  width: 15%;
  margin-left: 20px;
  font-size: 1.0rem;
  font-weight: 600;
}
.list_column  dd{
  width: 85%;
  margin-left: 0;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}
.access_space{
  display: flex;
  justify-content: space-between;
}
.access_text{
  width: 50%;
}
.access_map{
  width: 50%;
  margin-left: 2%;
}
.service-list {
  display: flex;
  list-style: none;
  max-width: 1350px;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto;
  padding: 0;
}
.service-list li {
}
.service-list li:last-child {
  margin-right: 0;
}
.service-list a {
  text-decoration: none;
  padding: 2%;
  border: 1px solid #000000;
  font-weight: bold;
  max-width: 30%;
  width: 100%;
  margin-bottom: 2% !important;
  margin-right: 2% !important;
  display: block;
  position: relative;
  color: #323232;
}
.service-list a::after{
  content: '';
  border: 0;
  border-top: solid 2px #232323;
  border-right: solid 2px #232323;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.service-list a:hover{
  transition: 0.5s;
  background-color: #D4D4D4;
  color: #72B816;;
}
.service_listcotent{
  margin-bottom: 50px;
}
.service_listcotent h3{
  border-bottom: 2px solid #232323;
  margin-bottom: 20px;
}
.production_example{
  background: #EEEEEE;
  border-radius: 30px;
  padding: 2%;
}
.production_example h4{
  border: none;
  margin-bottom: 10px;
}
.production_example p{
  margin-bottom: 10px;
}
.function_list_space h4{
  border: none;
  padding: 0;
}
.function_list_content{
  background: #EEEEEE;
  border-radius: 30px;
  padding: 2%;
  display: inline-flex;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  margin-bottom: 20px;
}
.list_number{
  margin: auto 0;
  font-size: 1.8em;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
}
.function_list_content p{
  margin: auto 0;
}
.admin-panel{
  display: none;
}
.contact_foamspace p{
  margin: 0;
}
.contactpage_space .toiawaseTable{
  max-width: 1350px;
  width: 100%;
  margin-bottom: 10px;
}
.contactpage_space .toiawaseTable th{
  background: #fff;
  width: 28%;
  font-weight: normal;
  text-align: left;
  padding-left: 2%;
}
.contactpage_space .toiawaseTable td{
  background: #fff;
  width: 75%;
}
.contactpage_space .toiawaseTable p{
  white-space: nowrap;
}
/*.contactpage_space input{
  width: 100% !important;
}*/
.submit_btn{
  position: relative;
}
.contactpage_space .btn_center{
  margin: auto !important;
  text-align: center;
  max-width: 200px !important;
  width: 100%;
  transition: 0.5s;
  background: #232323;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-top: 8px;
  width: 200px !important;
}
.contactpage_space .btn_center input{
  background: none;
  color: #fff;
  border: none;
  padding-left: 40px;
}
.contactpage_space .btn_center:hover{
  transform: scale(1.1);
  background: #72B816;
}
.contact_btnarrowimg{
  position: absolute;
  width: 30px;
  top: 10px;
  right: 15px;
}
.form_info{
  margin-bottom: 50px !important;
}
.card-thumb{
  display: none;
}
.card-content{
  margin-left: 0;
  margin-bottom :0px;
}
.widget-entry-card-snippet{
  margin-right: 50px;
}
.related-entry-heading{
  max-width: 1350px;
  width: 100%;
  padding: 0 20px;
}
.a-wrap{
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.related-entry-heading {
  border-left: 10px solid #232323;
  font-size: 1.5rem;
  padding-left: 1%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.article-footer{
  display: none;
}
.personalinfo_chapter{
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}
.define dt{
  border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    font-size: 1em;
    padding: 0;
    font-weight: bold;
}
.define dd{
  font-size: 0.8em;
  margin-bottom: 30px;
}
.sitemap_space{
  margin: 0 2%;
}
.sitemap_space .define dt{
 border: none;
 margin-bottom: 0;
 line-height: 2.5em;
}
.sitemap_space .define dt:hover{
 background-color: #e4e4e4;
}
.sitemap_space .define a{
  text-decoration: none;
}
.sitemap_space .define dd{
  margin-bottom: 0;
  line-height: 2.5em;
}
.sitemap_space .define dd:hover{
  background-color: #e4e4e4;
 }
 .contact_space p br{
   display: none;
 }
 .link_btn br{
  display: none;
}
.map{
  width: 735px;
  height: 435px;
}
.post_code p{
  position: relative;
}
.post_mark{
  position: absolute;
  top: 20%;
  z-index: 1;
  left: 7px;
}
.post_code .wpcf7-form-control{
  padding-left: 25px;
}
#navi-in ul li{
  display: block;
}
#navi-in ul li a:hover{
	color:#72B816 !important;
}
#navi-in ul li a{
	/*線の基点とするためrelativeを指定*/
  position: relative;
}
#navi-in ul li a::after{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 10px;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background:#72B816;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: center top;/*上部中央基点*/
  display: block !important;
}
#navi-in ul li a:hover::after {
  transform: scale(1, 1);/*X方向にスケール拡大*/
}
#navi-in ul li:last-child a::after {
  transition: none; /* アニメーションを無効に */
  transform: none;   /* 変形も無効に */
  background: none;
}
.fotter_menulist li{
  display: block;
}
.fotter_menulist li a:hover{
	color:#72B816 !important;
}
.fotter_menulist li a{
	/*線の基点とするためrelativeを指定*/
  position: relative;
}
.fotter_menulist li a::after{
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 25px;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background:#72B816;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: center top;/*上部中央基点*/
  display: block !important;
}
.fotter_menulist li a:hover::after {
  transform: scale(1, 1);/*X方向にスケール拡大*/
}
/*.contact_arow img {
  display: block;
}*/
 @media screen and (max-width: 834px){
  .list_column dt{
      width: 100%;
      padding-bottom: 5px;
  }
  .access_map{
    padding-top: 5px;
  }
  .contact_arow img {
    display: none;
  }
/*  .meinvisu_space p{
    position: absolute;
    top: 20px;
    z-index: 1;
    color: #000;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    font-weight: bold;
    text-align: right;
    white-space: normal;
    text-align: left;
    left: 20px;
    white-space: nowrap;
  }
    */
    .meinvisu_space p{
      display: none;
    }
  .meinvisu_space  img{
    width: 100% !important;
    max-width: 100%;
    position: relative;
 }
 .meinvisu_space video{
    width: 100% !important;
    max-width: 100%;
    position: relative;
 }
 .message_img_space{
  display: none;
 }
 .topmessage_textspace{
  max-width: 100%;
 }
 .message_more{
  text-align: -webkit-center;
  display: inline-block;
  width: 100%;
 }
 .topmessage_textspace{
  width: 100%;
 }
 .message_space .link_btn {
  width: 80%;
}
.serviceproduct_more{
  text-align: -webkit-center;
  display: inline-block;
  width: 100%;
}
 .serviceproduct_more .link_btn{
  width: 80%;
 }
 .contact_more{
  text-align: -webkit-center;
  display: inline-block;
  width: 100%;
}
.contact_more .link_btn{
  width: 80%;
 }
 .fotter_logo img{
  margin-bottom: 0;
 }
 .contact_space p br{
  display: block;
}
.link_btn br{
  display: block;
}
.serviceproduct_more .link_btn_contact_arow{
  top: 34px;
}
.service-list a{
  max-width: 100%;
  margin-right: 1% !important;
}
.entry-title{
  padding-left: 0;
  padding-bottom: 10px;
}
 .article-header{
  padding: 0 2%;
 }
 .content_page h2{
  margin-bottom: 10px;
 }
 .content_page_massege{
  margin-bottom: 30px;
 }
 .access_space{
  display: block;
 }
 .access_text{
  width: 100%;
 }
 .access_map{
  margin-left: 0;
  width: 100%;
 }
 
.map{
  width: 100%;
  height: 200px;
}
.list_column{
  display: block;
}
.list_column dd{
  margin-left: 20px;
}
.list_column a{
  text-decoration: none !important;
}
.article ul, .article ol{
  padding-left: 0;
}
.service-list li {
  max-width: 48%;
  margin-right: 0 !important; 
}
.service_listcotent{
  margin-bottom: 30px;
}
.production_example h4{
  margin-bottom: 0;
}
.production_example p{
  padding: 0 2%;
}
.toiawaseTable,tbody,tr,td,th {
  width: 100%;    /* 幅を100%にする */
  display: block; /* ブロック要素にする */
}
.contactpage_space .toiawaseTable td{
  width: 100%;
}
.fotter_deco{
  height: 150px !important;
}
.article dd{
  margin-left: 20px;
}
}
*/
/* 幾何学模様 */
.service_space{
	height: auto;/*高さを100%にして描画エリアをとる*/
  position: relative;
}
#particles-js{ 
  position: relative;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 32em;
	background-color:#252525;/*背景色*/
}

@media screen and (max-width: 834px) 	/*（タブレット用）*/{
	#particles-js{
	height: 35em;
}
}
@media screen and (max-width: 480px) /*（スマホ用）*/{
	#particles-js{
	height: 40em;
}
}
#wrapper{
	position: absolute;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: auto;
  top: 70px;
}

.fotter_deco{
  height: 200px;
  position: relative;
}
.wave{
  position:relative;
  height:200px;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
  }
  canvas{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  }

  /* コンタクトフォーム横幅調節 */
.wpcf7 input[name="your-name"] { /* 名前入力欄 */
  width: 100%;
 }
 .wpcf7 input[name="your-email"] { /* メール入力欄 */
  width: 100%;
 }
 .wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
  width: 100%;
 }
 .wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
  width: 100%;
 }
 /* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#72B816;
    text-align:center;
    color:#fff;
    z-index: 10;
  }
  
  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
  }
  
  /* Loading アイコンの大きさ設定　*/
  #splash_logo img {
    width:150px;
  }
  
  /* fadeUpをするアイコンの動き */
  .fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  .randomAnime{
    display: inline-block; /* インライン要素としてアニメーションが機能しやすくなる */
    visibility: visible;
  }

/* ぼかしから出現 */
.blur{
	animation-name:blurAnime;
	animation-duration:5s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}


.slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
  &.slidein-left{
      transform: translate(-100%,0);
  }
  &.slidein-right{
      transform: translate(100%,0);
  }
  &.slidein-up{
      transform: translate(0,-100%);
  }
  &.slidein-bottom{
      transform: translate(0,100%);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
&.fadein-left{
    transform: translate(-30px,0);
}
&.fadein-right{
    transform: translate(30px,0);
}
&.fadein-up{
    transform: translate(0,-30px);
}
&.fadein-bottom{
    transform: translate(0,30px);
}
&.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
}
.interview_space{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
}
.interview_list{
  position: relative;
    margin: 2em 0;
    padding: 2.5em 1em;
    border: solid 1px #d1d1d1;
    border-radius: 8px;
    width: 100%;
    max-width: 45%;
    padding-bottom: 1em;
    margin-left: 1em;
}
.interview_list span{
    position: absolute;
    display: inline-block;
    top: -52px;
    left: -58px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.0em !important;
    line-height: 2.0em;
    font-weight: 600;
    /* background: #FFF; */
    font-weight: bold;
}
.interview_list img{
  width: 100px;
  height: auto;
}
.interview_list p{
    margin: 0;
    padding: 1.0em 2.5em;
}
.messageandtext{
    max-width: 1350px;
    width: 100%;
    margin: auto;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
    margin-top: 0;
}

@media screen and (max-width: 834px) 	/*（タブレット用）*/{
  .interview_list{
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) /*（スマホ用）*/{
.interview_list{
    max-width: 90%;
  }
}
.page_img_space{
  max-width: 30%;
}
.page_textspace{
    max-width: 65%;
    width: 100%;
}
.credo_message{
  padding-left: 1em;
}

@media screen and (max-width: 834px) 	/*（タブレット用）*/{
.messageandtext_img{
    display: none;
}
.companymessageandtext_img{
    display: none;
}
.messageandtext_txet{
  max-width: 100%;
}
.mein_visu{
  position: relative;
}
.interview_space {
    padding: 20px 10px 0 30px;
}
.sp_text{
  display: block !important;
}
.mein_visu p{
  max-width:100%;
  text-align: center;
  padding: 2% 0;
}
}
@media screen and (max-width: 480px) /*（スマホ用）*/{
.messageandtext_img{
    display: none;
}
.companymessageandtext_img{
    display: none;
}
.messageandtext_txet{
  max-width: 100%;
}

.mein_visu{
  position: relative;
}
.interview_space {
    padding: 20px 10px 0 30px;
}
.sp_text{
  display: block !important;
}
.mein_visu p{
  max-width:100%;
  text-align: center;
  padding: 2% 0;
}
}
.recruit_messagetop{
    max-width: 1350px;
    width: 100%;
    margin: auto;
    /*padding: 0 2%;*/
    display: flex;
    justify-content: space-between;
}
.messageandtext_img{
  max-width: 30%;
  width: 100%;
  padding: 0 2rem 0 0;
}
.companymessageandtext_img{
  max-width: 36%;
  width: 100%!important;
  padding: 0 2rem 0 0;
}
.messageandtext_txet{
  max-width: 65%;
    width: 100%;
}
.sp_text{
  display: none;
}