@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');
/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
position:absolute;
bottom:1%;
right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
position: absolute;
left:-20px;
bottom:150px;
    /*テキストの形状*/
color: #eee;
font-size: 0.7rem;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 140px;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
content:"";
    /*描画位置*/
position: absolute;
bottom:140px;
right:0;
    /*矢印の形状*/
width:1px;
height: 50px;
background:#eee;
}
/*===============================================
●PCレイアウト設定 
===============================================*/
@media print, screen and (min-width: 651px){
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
.index .main {
position: relative
}
.index .main img{
height: 100vh;
width: 100%
}
.index .main .text_catch1{
color: #FFF;
font-weight: 600;
font-size: clamp(30px,3.0vw,60px);
position: absolute;
left: 50%;
top : 50%;
transform: translateX(-50%) translateY(-50%);
text-align: center;
line-height: 70%;
letter-spacing: 2.0rem
}
.index .main .text_catch2{
font-family: 'Noto Serif JP', sans-serif;
font-size: clamp(16px,1.8vw,30px);
padding-bottom: 30px
}
.slide {
  position   : relative;
  overflow   : hidden;
  width      : 850px;
  height     : 70px;
  margin     : auto; 
}
 
 /*メイン画像スライドショー用のCSS */
.slide .text_slide {
  display    : block;
  position   : absolute;
/* 要素を表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 25s ease infinite;
} 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide .text_slide:nth-of-type(1) { animation-delay: 0s }
.slide .text_slide:nth-of-type(2) { animation-delay: 5s }
.slide .text_slide:nth-of-type(3) { animation-delay: 10s }
.slide .text_slide:nth-of-type(4) { animation-delay: 15s }
.slide .text_slide:nth-of-type(5) { animation-delay: 20s }

.index .box_text1{
padding: 5vw 0;
}
.index .box_text1 .com{
font-family: 'Noto Serif JP', sans-serif;
width: 800px;
max-width: 90%;
margin:  0 auto;
line-height: 180%;
text-align: center;
font-size: clamp(1.2rem,1.8vw,2.0rem);
font-weight: 400;
color: #666;
}
.subtitle{
position: absolute;
top: 5vh;
left: 3%;
 display: inline-block;
 box-sizing: border-box;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: clamp(13px,5vw,70px);
color: #c8ba8c;
font-family: "Times New Roman", Times, "serif"
}
/* プロダクト＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.inner-block {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 30px;
  background-color: #FFF;
  height: 90vw;
  background-image: url("../images/index/bg_pala.jpg");
background-size: cover
}
.inner-block .product1 {
   position: absolute;
  width: 37%;
  left: 17%;
}
.inner-block .product1 img{
width: 100%
}
.inner-block .product2 {
  width: 30%;
  margin-top: 27vw;
  padding-left: 15vw
  }
.inner-block .product2 a {
display: block;
position: relative;
width: 20vw;
padding: 15px 0 15px 30%;
font-size: clamp(1.2rem,1.3vw,1.6rem);
font-weight: 400;
margin-bottom: 15px;
border: #6d5b2f 1px solid;
color: #6d5b2f;
background-color: rgba(255,255,255,0.7);
overflow: hidden;
border-radius: 33px 5px 5px 33px;/*左側の角丸く*/
}
.inner-block .product2 a .text12{
font-size: 11px;
font-weight: 400
}
.inner-block .product2 a img{
position: absolute;
left: 0;
top: 50%;
width: 7vw;
transform: translateY(-50%);
z-index: 4
}
.btn{
position: relative;
overflow: hidden;
text-decoration: none;
width: 200px;
padding: 5px 2px 2px 5px;
border-bottom: 1px #333 solid;
padding-bottom: 2px;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
  display: block;
}
.btn span img{
position: absolute;
left: 0;
top: 50%;
width: 7vw;
transform: translateY(-50%)
}
.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（中央から外） */

.bgcenterout:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background: #c8ba8c;
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin:center;
}

/*hoverした際の形状*/
.bgcenterout:hover:before{
  transform:scale(1, 1);
}
.inner-block .product3 {
  position: absolute;
  width: 50%;
  right: 3vw;
  top: 25vh;
  overflow: hidden;
  height: 300vw;

}
.inner-block .product3 img{
width: 100%;
display: block;
}
.index .box_partner{
position: relative;
background-color: #F4F4F4;
padding: 100px 0
}
.index .box_partner .com{
width: 800px;
max-width: 80%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 2%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.index .box_partner .com .inner{
display: block;
padding: 1%;
background-color: #FFF;
border: #DDD 1px solid;
width: 16%;
height: auto;
padding-bottom: 18%;
margin-bottom: 15px;
position: relative
}
.index .box_partner .com img{
position: absolute;
width: 85%;
top:50%;
left: 50%;
transform: translateY(-50%) translateX(-50%)
}
.index .box_otc{
position: relative;
background-color: #F4F4F4;
padding: 100px 0
}
.index .box_otc .com{
width: 800px;
max-width: 80%;
margin: 0 auto;
border: #6d5b2f 1px solid;
font-size: clamp(1.2rem,1.3vw,1.6rem);
padding: 2%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.index .box_otc .com .inner{
text-align: center;
padding: 1%;
width: 20%;
height: auto;
}
.index .box_otc .com .text{
font-size: clamp(1.0rem,1.1vw,1.4rem);
}
.index .box_investor{
position: relative;
background-color: #F0F0F0;
font-size: clamp(1.2rem,1.3vw,1.6rem);
padding: 100px 0
text-align: center;
}
.index .box_investor .com{
width: 300px;
max-width: 80%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 2%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.index .box_investor .com .inner{
text-align: center;
padding: 1%;
width: 20%;
height: auto;
}
.index .box1{
background-color: #FFF;
min-height:600px;
background-image: url("../images/index/bg_news.png");
background-position: top right;
}
.index .box1 .document{
margin-left:20%;
width: 800px;
max-width: 70%;
}
.index .box_news{
padding: 80px 0;
position: relative
}
.index .box_news .document .article_news{
width: 80%
}
.index .box_news .document .article_news a{
display: block;
color: #614d40;
font-weight: 400;
padding-bottom: 3px;
border-bottom: #614d40 1px dotted;
margin-bottom: 25px;
}
.index .box_news .document .article_news a .date{
font-size: 13px;
color: #333;
padding-bottom: 3px
}
.index .bt_more a{
width: 300px;
max-width: 90%;
 margin: 20px auto;
 display: block;
 padding: 15px 0;
 font-size: 2.5rem;
 font-weight: 500;
 color: #3f220f;
 transition: 0.5s;
 position: relative;
 text-align: center
}

.index .bt_news a:after{
 font-family: FontAwesome;
  content: '\f105'; /* アイコンのunicode */
  position:absolute;
  right:5px;
  top:18px;
  font-size:14px;
  font-weight: 800;

}
.index .bt_news a:hover{
 background-color: #bd998e; 
   color: #FFF
}
.index .box_vid{
position: relative;
background-color: #F4F4F4;
padding: 100px 0
}
.index .box_vid .com{
width: 650px;
max-width: 80%;
margin: 0 auto;
border: #6d5b2f 1px solid;
font-size: clamp(1.2rem,1.3vw,1.6rem);
padding: 2%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.index .box_vid .com .video {
  width: 100％;
  max-width: 1000px; /* 最大でも400px以下に */
}
.index .box_vid .com .inner{
text-align: center;
padding: 1%;
width: 20%;
height: auto;
}
.index .box_vid .com .text{
font-size: clamp(1.0rem,1.1vw,1.4rem);
}
/*外国人就労--------------------------------------------------------------------------*/
.foreigner{padding-bottom: 50px}
.foreigner .img-box{
padding: 2%;
border: #666 1px solid;
margin-top: 40px
}
.foreigner img{
width: 100%
}
.foreigner .box1{
width: 800px;
max-width: 90%;
line-height: 200%;
font-size: 1.8rem;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
color: #000;
margin: 0 auto
}
.foreigner .box2{
width: 850px;
max-width: 90%;
line-height: 200%;
font-size: 1.8rem;
color: #000;
margin: 0 auto
}
.foreigner .box2 .quote{
padding-top: 30px;
font-size: 1.3rem;
line-height: 150%
}
.foreigner .text1{
font-size: 2.0rem;
font-weight: 600;
line-height: 200%
}
.foreigner .text2{
font-size: clamp(0.9rem,1.0vw,1.8rem);font-weight: 600;
line-height: 200%
}
.foreigner .text_red{
color: #900
}
.foreigner dl{
width: 48%;
border: #6d5b2f 1px solid
}
.foreigner dl {
    position: relative;
    padding: 0.5em 1em;
    width: 45%;
border: #6d5b2f 1px solid;
margin: 30px 0
}
.foreigner dt {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: 0;
    padding: 4px 9px;
    height: 25px;
    line-height: 25px;
    font-size: 1.7rem;
    background: #6d5b2f;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}
.foreigner dd td{
border: none;
border-bottom: #6d5b2f 1px dotted
}
.foreigner dd td:nth-child(1){
width: 25%;
color:#6d5b2f;
font-weight: 00
}
.foreigner dd td:nth-child(2){
text-align: right
}
.foreigner dd tr:nth-child(1){
font-weight: bold
}
.foreigner .box_flex .com{
font-size: clamp(0.9rem,1.0vw,1.8rem);
line-height: 180%;
font-weight: 500;
padding-top: 30px
}
/*医療データ共有--------------------------------------------------------------------------*/
.medicaldata{
padding: 50px 0
}
.medicaldata .box1{
position: relative;
min-height: 40vw
}
.medicaldata .box1 .com{
position: absolute;
top:6vw;
right:0;
background-color: rgba(000,000,000,0.7);
padding: 2%;
color: #FFF;
font-size: clamp(0.9rem,1.0vw,1.6rem);
line-height: 180%;
width: 60%;
font-weight: 300
}
.medicaldata .box1 img{
width: 50%;
}
.medicaldata .box2 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em auto;
    background: rgba(255,255,255,0.8);
    font-weight: 500;
	font-size: clamp(1.2rem,1.3vw,1.8rem);
	width: 80%;
	color: #6d5b2f;
padding: 2%;
}
.medicaldata .box2:after {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-bottom: 15px solid #FFF;
    width: 0;
    height: 0;
}
.medicaldata .box_flex .com{
font-size: clamp(0.9rem,1.0vw,1.8rem);
line-height: 180%;
font-weight: 500;
padding-top: 30px
}
.medicaldata .text1{
color: #6d5b2f;
font-size: 2.3rem;
font-weight: 600;
line-height: 180%;
padding: 40px 0
}
/*ID証明--------------------------------------------------------------------------*/
.id .text1{
padding: 80px 0 50px 0;
font-size: 3.2rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
text-align: center;
color: #666
}

.id .text2 {
  position: relative;
  color: #6d5b2f;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.id .text2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 300px;
  height: 80px;
  border-radius: 70%;
  border: 5px solid #6d5b2f;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.id .text3 {
  position: relative;
  color: #6d5b2f;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: left;
  margin: 1.5em 0;
}
.id .box_img{
padding: 50px 0
}
.id .box_img img{
width: 100%
}
.id .box1{
border: #6d5b2f 2px solid;
padding: 2%;
line-height: 180%;
font-size: 1.8rem;
font-weight: 400;
margin-bottom: 50px
}
.id .text_red{
color: #C00;
 font-weight: bold
}
.id .box2{
width: 300px;
max-width: 80%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 2%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.id .text4{
border: #6d5b2f 2px solid;
padding: 2%;
line-height: 180%;
font-size: 1.8rem;
font-weight: 400;
margin-bottom: 50px
}
/*システム開発--------------------------------------------------------------------------*/
.system .text1{
padding: 80px 0 50px 0;
font-size: 3.2rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
text-align: center;
color: #666
}

.system .text2 {
  color: #6d5b2f;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

.system .box_img{
padding: 50px 0;
}
.system  .box_img img{
width: 100%
}
.system  .box1{
border: #6d5b2f 2px solid;
padding: 2%;
line-height: 180%;
font-size: 1.8rem;
font-weight: 400;
width: 75%;
margin: 0 auto;
margin-bottom: 50px
}
/*環境植林事業--------------------------------------------------------------------------*/
.afforestation .text1{
padding: 80px 0 50px 0;
font-size: 3.2rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
text-align: center;
color: #666
}

.afforestation .text2 {
  position: relative;
  color: #6d5b2f;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.afforestation .text2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 300px;
  height: 80px;
  border-radius: 70%;
  border: 5px solid #6d5b2f;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.afforestation .box_img{
padding: 50px 0
}
.afforestation .box_img img{
width: 100%
}
.afforestation .box1{
border: #6d5b2f 2px solid;
padding: 2%;
line-height: 180%;
font-size: 1.8rem;
font-weight: 400;
margin-bottom: 50px
}
.afforestation .text_red{
color: #C00;
 font-weight: bold
}
.afforestation .box2{
border: #6d5b2f 2px solid;
padding: 2%;
max-width: 90%;
line-height: 180%;
font-size: 1.8rem;
font-weight: 400;
margin-bottom: 50px
}
/*公益財団法人等の事務--------------------------------------------------------------------------*/
.foundations .text1{
padding: 80px 0 50px 0;
font-size: 3.2rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
text-align: center;
color: #666
}

.foundations .text2 {
  color: #6d5b2f;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.foundations .text3 {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 40px 0 20 0;
  text-align: center;
}
.foundations dl{
border: #6d5b2f 1px solid;
margin-bottom: 30px;
position: relative
}
.foundations dt{
background-color: #6d5b2f;
color: #FFF;
 font-size: 1.8rem;
 font-weight: 500;
width: 40%;
padding: 5px 5px 5px 15px;
position: absolute;
top :0;
}
.foundations dd{
font-size: 1.6rem;
line-height: 160%;
font-weight: 400;
padding: 60px 2% 2% 2%
}
.foundations .photo{
padding-top: 150px
}
/*企業情報--------------------------------------------------------------------------*/
.profile{
padding-bottom: 50px
}
.profile td{
border: none;
border-bottom: #999 solid 1px;
margin-bottom: 15px
}
.profile td:nth-child(1){
width: 25%
}
/*お問合せ--------------------------------------------------------------------------*/
.contact .document{
width: 900px;
max-width: 90%;
border: #999 1px solid;
padding: 2%;
margin: 50px auto
}

.contact .box1{
padding: 30px 0 30px 0;
text-align: center;
font-size: 18px;
font-weight: 400;
color: #6d5b2f
}
.contact table{
	margin: 0 auto;
	padding: 5%;
	border-collapse:collapse;
	margin:0;
	margin-top: 50px;

}
.contact table td{
	display: block;
	width: 100%;
	color: #666;
	border: none;
	padding: 0.5%

}
.contact table td:nth-child(2){
	margin-bottom: 30px

}
.contact table .num td{
width: 25%;
}

.contact table textarea {
width: 80%;
height: 10em;
	border:#CCC 1px solid;
}
.contact table label{
	display:block;
}
.contact table input[type="text"]{
	width:50%;
	border:#CCC 1px solid;
		height: 25px;
}
.contact table .num input[type="text"]{
	width:10%;
		height: 25px;
}
.contact table input[type="email"]{
	width:50%;
	border:#CCC 1px solid;
		height: 25px;
}
.contact input[type="submit"]{
	display: inline-block;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	background-color:#6d5b2f;
	padding:10px 100px;
	margin-top:20px;
	margin-bottom:30px;
	cursor:pointer;
}
.contact input[type="submit"]:hover{
	background-color: #553725;color: #FFF
}

/*お知らせ--------------------------------------------------------------------------*/

.news .box_news{
max-width: 95%;
margin: 50px auto;
border: #6d5b2f 1px solid;
padding: 2%
}
.news .box_news a{
display: block;
color: #6d5b2f;
font-weight: 500;
font-size: 16px;
padding-bottom: 3px;
border-bottom: #666 1px dotted;
margin-bottom: 20px;
}
.news .box_news a:hover{
color: #00C
}
.news .box_news a .date{
font-size: 13px
}
.news dl{
margin: 100px 0;
border-bottom: #CCC 2px solid;
border-top: #CCC 2px solid;
padding: 40px 0
}
.news dt{
font-size: 18px;
font-weight: 600;
padding-bottom: 30px
}
.news dt .date{
font-size: 14px;
font-weight: 400
}
.news dd{
margin-left: 0;
line-height: 180%
}
.news .back a{
color: #00C;
font-weight: 600;
display: block;
padding-bottom: 50px
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 650px){
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
.index .main {
position: relative
}
.index .main img{
height: 100vh;
width: 100%
}
.index .main .text_catch1{
color: #FFF;
font-weight: 600;
font-size: 3.5vw;
position: absolute;
left: 50%;
top : 30%;
transform: translateX(-50%) translateY(-50%);
text-align: center;
line-height: 70%;
letter-spacing: 2.0rem
}
.index .main .text_catch2{
font-family: 'Noto Serif JP', sans-serif;
font-size: clamp(16px,1.8vw,30px);
padding-bottom: 30px;
line-height: 180%
}
.slide {
  position   : relative;
  overflow   : hidden;
  width      : 850px;
  height     : 70px;
  margin     : auto; 
}
 
 /*メイン画像スライドショー用のCSS */
.slide .text_slide {
  display    : block;
  position   : absolute;
/* 要素を表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 25s ease infinite;
} 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide .text_slide:nth-of-type(1) { animation-delay: 0s }
.slide .text_slide:nth-of-type(2) { animation-delay: 5s }
.slide .text_slide:nth-of-type(3) { animation-delay: 10s }
.slide .text_slide:nth-of-type(4) { animation-delay: 15s }
.slide .text_slide:nth-of-type(5) { animation-delay: 20s }

.index .box_text1{
padding: 5vw 0;
}
.index .box_text1 .com{
font-family: 'Noto Serif JP', sans-serif;
width: 90%;
margin:  0 auto;
line-height: 180%;
font-size: 1.6rem;
font-weight: 400;
color: #000;
}
.subtitle{
font-size: 30px;
color: #c8ba8c;
font-family: "Times New Roman", Times, "serif";
text-align: center;
padding: 50px 0 30px 0
}
/* プロダクト＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.inner-block {
  margin: 0 auto;
  position: relative;
  width: 100%;
  background-color: #FFF;
  background-image: url("../images/index/bg_pala.jpg");
  background-repeat: no-repeat;
background-size: cover;
background-color: #FFF;
padding-bottom: 40px
}

.inner-block .product2 {
  width: 95%;
  margin: 5vw auto;

  }
.inner-block .product2 a {
display: block;
position: relative;
padding: 10px 0 10px 30%;
font-size: clamp(1.2rem,1.3vw,1.6rem);
font-weight: 400;
margin-bottom: 15px;
border: #6d5b2f 1px solid;
color: #6d5b2f;
background-color: rgba(255,255,255,0.7);
overflow: hidden;
border-radius: 33px 5px 5px 33px;/*左側の角丸く*/
}
.inner-block .product2 a .text12{
font-size: 11px;
font-weight: 400;
}
.inner-block .product2 a img{
position: absolute;
left: 0;
top: 50%;
width: 25%;
transform: translateY(-50%)
}


.inner-block .product3 {
  width: 70%;
  margin: 0 auto

}
.inner-block .product3 img{
width: 100%;
display: block;
}

.index .box_partner{
position: relative;
background-color: #F4F4F4;
}
.index .box_partner .com{
width: 85%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 4%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.index .box_partner .com .inner{
width: 80%;
margin-bottom: 15px;
}
.index .box_partner .com img{
width: 95%;
padding: 2%;
border: 1px #CCC solid
}
.index .box_otc{
position: relative;
background-color: #F4F4F4;
}
.index .box_otc .com{
width: 85%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 4%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.index .box_otc .com .inner{
width: 100%;
margin-bottom: 12px;
}
.index .box_investor{
position: relative;
background-color: #E0E0E0;
}
.index .box_investor .com{
width: 60%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 4%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.index .box_investor .com .inner{
width: 100%;
margin-bottom: 12px;
}
.index .box1{
background-color: #FFF;
}
.index .box1 .document{
width: 85%;
}
.index .box_news{
padding-bottom: 40px;
position: relative
}
.index .box_news .document .article_news{
}
.index .box_news .document .article_news a{
display: block;
color: #614d40;
font-weight: 400;
padding-bottom: 3px;
border-bottom: #614d40 1px dotted;
margin-bottom: 25px;
}
.index .box_news .document .article_news a .date{
font-size: 13px;
color: #333;
padding-bottom: 3px
}
.index .bt_more a{
width: 300px;
max-width: 90%;
 margin: 20px auto;
 display: block;
 padding: 15px 0;
 font-size: 2.5rem;
 font-weight: 500;
 color: #3f220f;
 transition: 0.5s;
 position: relative;
 text-align: center
}

.index .bt_news a:after{
 font-family: FontAwesome;
  content: '\f105'; /* アイコンのunicode */
  position:absolute;
  right:5px;
  top:18px;
  font-size:14px;
  font-weight: 800;

}
.index .bt_news a:hover{
 background-color: #bd998e; 
   color: #FFF
}
.index .box_vid{
position: relative;
background-color: #F4F4F4;
}
.index .box_vid .com{
width: 85%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 4%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.index .box_vid .com .inner{
width: 100%;
margin-bottom: 12px;
}
.index .box_vid .video {
  width: 100%;
  max-width: 400px; /* 最大でも400px以下に */
}
/*外国人就労--------------------------------------------------------------------------*/
.foreigner{padding-bottom: 50px}
.foreigner .img-box{
padding: 2%;
border: #666 1px solid;
margin-top: 40px
}
.foreigner img{
width: 100%
}
.foreigner .box1{
width: 800px;
max-width: 90%;
line-height: 200%;
font-size: 1.6rem;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
color: #000;
font-weight: 500;
margin: 0 auto;
}
.foreigner .box2{
width: 850px;
max-width: 90%;
line-height: 200%;
font-size: 1.8rem;
color: #000;
margin: 0 auto
}
.foreigner .box2 .quote{
padding-top: 30px;
font-size: 1.4rem;
line-height: 150%;
word-break: break-all
}
.foreigner .text1{
font-size: 1.6rem;
font-weight: 600;
line-height: 200%
}
.foreigner .text2{
font-size: 1.6rem;
font-weight: 600;
line-height: 200%
}
.foreigner .text_red{
color: #900
}
.foreigner dl {
    position: relative;
    padding: 0.5em 1em;
    width:90%;
border: #6d5b2f 1px solid;
margin: 30px 0
}
.foreigner dt {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: 0;
    padding: 4px 9px;
    height: 25px;
    line-height: 25px;
    font-size: 1.7rem;
    background: #6d5b2f;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}
.foreigner dd td{
border: none;
}
.foreigner dd td:nth-child(1){
width: 50%;
color:#6d5b2f;
font-weight: 500;
}
.foreigner dd td:nth-child(2){
text-align: right;
border-bottom: #6d5b2f 1px dotted
}
.foreigner dd tr:nth-child(1){
font-weight: bold
}
.foreigner .box_flex .com{
font-size: 1.5rem;
line-height: 180%;
font-weight: 500;
padding-top: 30px
}
/*医療データ共有--------------------------------------------------------------------------*/
.medicaldata{
padding: 50px 0
}
.medicaldata .box1{
}
.medicaldata .box1 .com{
background-color: rgba(000,000,000,0.7);
padding: 4%;
color: #FFF;
font-size: 1.5rem;
line-height: 180%;
width: 95%;
margin: 0 auto;
font-weight: 300
}
.medicaldata .box1 img{
width: 80%;
display: block;
margin: 20px auto
}
.medicaldata .box2 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em auto;
    background: rgba(255,255,255,0.8);
    font-weight: 500;
	font-size: 1.5rem;
	width: 80%;
	color: #6d5b2f;
padding: 3%;
}
.medicaldata .box2:after {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-bottom: 15px solid #FFF;
    width: 0;
    height: 0;
}
.medicaldata .box_flex .com{
font-size: 1.5rem;
line-height: 180%;
font-weight: 500;
padding-top: 30px
}
.medicaldata .text1{
color: #6d5b2f;
font-size: 2.0rem;
font-weight: 600;
line-height: 180%;
padding: 40px 0
}
/*ID証明--------------------------------------------------------------------------*/
.id .text1{
padding: 50px 0 20px 0;
font-size: 2.0rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
color: #666
}

.id .text2 {
  position: relative;
  color: #6d5b2f;
  font-size: 2.0rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

.id .box_img{
padding: 30px 0
}
.id .box_img img{
width: 100%
}
.id .box1{
border: #6d5b2f 2px solid;
padding: 4%;
line-height: 180%;
font-size: 1.6rem;
font-weight: 400;
margin-bottom: 50px
}
.id .text_red{
color: #C00;
 font-weight: bold
}
.id .box2{
width: 70%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 4%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

/*システム開発--------------------------------------------------------------------------*/
.system .text1{
padding: 50px 0 20px 0;
font-size: 1.6rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
text-align: center;
color: #666
}

.system .text2 {
  color: #6d5b2f;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 0;
  margin: 1.5em 0;
}

.system .box_img{
padding: 50px 0;
}
.system  .box_img img{
width: 100%
}
.system  .box1{
border: #6d5b2f 2px solid;
padding: 2%;
line-height: 180%;
font-size: 1.8rem;
font-weight: 400;
margin: 0 auto;
margin-bottom: 50px
}
/*環境植林事業--------------------------------------------------------------------------*/
.afforestation .text1{
padding: 50px 0 20px 0;
font-size: 2.0rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
color: #666
}

.afforestation .text2 {
  position: relative;
  color: #6d5b2f;
  font-size: 2.0rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

.afforestation .box_img{
padding: 30px 0
}
.id .box_img img{
width: 100%
}
.afforestation .box1{
border: #6d5b2f 2px solid;
padding: 4%;
line-height: 180%;
font-size: 1.6rem;
font-weight: 400;
margin-bottom: 50px
}
.afforestation .text_red{
color: #C00;
 font-weight: bold
}
.afforestation .box2{
width: 60%;
margin: 0 auto;
border: #6d5b2f 1px solid;
padding: 4%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

/*公益財団法人等の事務--------------------------------------------------------------------------*/
.foundations .text1{
padding: 80px 0 50px 0;
font-size: 2.0rem;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
text-align: center;
color: #666
}

.foundations .text2 {
  color: #6d5b2f;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.foundations .text3 {
  font-size:1.8rem;
  font-weight: 600;
  padding: 40px 0 20 0;
  text-align: center;
}
.foundations dl{
border: #6d5b2f 1px solid;
margin-bottom: 30px;
position: relative
}
.foundations dt{
background-color: #6d5b2f;
color: #FFF;
 font-size: 1.6rem;
 font-weight: 500;
width:80%;
padding: 5px 5px 5px 15px;
position: absolute;
top :0;
}
.foundations dd{
font-size: 1.6rem;
line-height: 160%;
font-weight: 400;
padding: 60px 2% 2% 2%
}
.foundations .photo{
padding: 50px 0
}
/*企業情報--------------------------------------------------------------------------*/
.profile{
padding-bottom: 50px
}
.profile td{
border: none;
margin-bottom: 15px;
font-size: 1.5rem;
font-weight: 500
}
.profile td:nth-child(1){
width: 55%
}
.profile td:nth-child(2){
border-bottom: #999 solid 1px;
}
.profile p{
border: none;
margin-bottom: 15px;
font-size: 1.5rem;
font-weight: 500;
}
/*お問合せ--------------------------------------------------------------------------*/
.contact .document{
width: 900px;
max-width: 90%;
border: #999 1px solid;
padding: 2%;
margin: 50px auto
}

.contact .box1{
padding: 30px 0 30px 0;
font-size: 1.5rem;
font-weight: 400;
color: #6d5b2f
}
.contact table{
	margin: 0 auto;
	padding: 5%;
	border-collapse:collapse;
	margin:0;
	margin-top: 50px;

}
.contact table td{
	display: block;
	width: 100%;
	color: #666;
	border: none;
	padding: 0.5%

}
.contact table td:nth-child(2){
	margin-bottom: 15px

}
.contact table .num td{
width: 70%;
}

.contact table textarea {
width: 80%;
height: 10em;
	border:#CCC 1px solid;
}
.contact table label{
	display:block;
}
.contact table input[type="text"]{
	width:80%;
	border:#CCC 1px solid;
		height: 25px;
}
.contact table .num input[type="text"]{
	width:10%;
	height: 25px;
}
.contact table input[type="email"]{
	width:50%;
	border:#CCC 1px solid;
		height: 25px;
}
.contact input[type="submit"]{
	display: block;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	background-color:#6d5b2f;
	padding:10px 0;
	margin-top:20px;
	margin-bottom:30px;
	cursor:pointer;
	width: 80%
}
}

/*お知らせ--------------------------------------------------------------------------*/

.news .box_news{
max-width: 95%;
margin: 50px auto;
border: #6d5b2f 1px solid;
padding: 2%
}
.news .box_news a{
display: block;
color: #6d5b2f;
font-weight: 500;
font-size: 16px;
padding-bottom: 3px;
border-bottom: #666 1px dotted;
margin-bottom: 20px;
}
.news .box_news a:hover{
color: #00C
}
.news .box_news a .date{
font-size: 13px
}
.news dl{
margin: 100px 0;
border-bottom: #CCC 2px solid;
border-top: #CCC 2px solid;
padding: 40px 0
}
.news dt{
font-size: 18px;
font-weight: 600;
padding-bottom: 30px
}
.news dt .date{
font-size: 14px;
font-weight: 400
}
.news dd{
margin-left: 0;
line-height: 180%
}
.news .back a{
color: #00C;
font-weight: 600;
display: block;
padding-bottom: 50px
}
}