@charset "UTF-8";
/* CSS Document */

/************************************
** 基本設定（General Setting）
************************************/
html, body {
  margin: 0;
  padding: 0;
  }

body {
  font-family:
      'Hiragino Kaku Gothic ProN',
      Meiryo, sans-serif;
}

h3 {
	font-size: 15px;
}

/************************************
** header
************************************/
header {
	z-index: 2;
	position: fixed;
	width: 100%;
}

header .header_inner {
	width: 95%;
	margin: 0 auto;
}

header .header_inner h1 img {
	width: 100px;
}

header .contact_box {
		width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 120px;
    background-color: #c12e2e;
    text-align: center;
    color: #fff;
}

/************************************
** cta
************************************/
.cta {
	background-image: url(./images/shiawasecbd_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	overflow: hidden;
}

.cta .bg_cover {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #00000059;
}

.cta h3 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 20px;
	color: #fff;
}

.cta .buttom {
	text-align: center;
	margin: 70px 100px 70px;
}

.cta .buttom a {
	text-decoration: none;
}

.cta .buttom .c_oem span {
	padding: 30px 70px;
	background-color: #15d8c6;
	border-radius: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	transition: 0.5s ;
}

.cta .buttom .c_other span {
	padding: 30px 70px;
	background-color: #76a6a3;
	border-radius: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	transition: 0.5s ;
}



.cta .buttom span:hover {
	background-color: #094842;
}
/************************************
** main
************************************/

.sec_wrap {
	width: 95%;
	margin: 0 auto;
}

.sec_topic {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
	font-weight: bold;
	color: #5bbf75;
	font-size: 15px;
}

section h2 {
  text-align: center;
	margin-bottom: 100px;
}

/************************************
** First View
************************************/
.cbdbank_fv {
height: 100vh;
    position: relative;
    /*background-image: url(images/wow_top_view.jpg); 
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #5bbf75;*/
}

.fit_video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_bg_filter {
    background-color: #0c41611a;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;	
}

.cbdbank_fv .txt_area {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 50%;
}

.cbdbank_fv h2 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 40px;
}
 
.cbdbank_fv .txt_area span.top_ttl {
	line-height: 1;
	background-color: #ffffffde;
	font-weight: bold;
	font-size: 1.5rem;
}

.cbdbank_fv .txt_area span.top_disc {
	
}

.emblem_area {
	overflow: hidden;
	position: absolute;
	bottom: 10%;
	right: 10%;
}

.emblem_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.emblem_area ul li {
	float: left;
	width: 100px;
	padding: 20px;
	height: 150px;
	text-align: center;
}

.emblem_area ul li img {
  width: 100px;
}

.emblem_area ul li span {
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 0.7rem;
}

/************************************
** Issue
************************************/
.issue {
	overflow: hidden;
	background: #efefe3;
}
.issue_list {
	width: 650px;
  margin: 0 auto;
}

.issue_list .l {
	margin-right: 50px;
}

.issue_list_detail {
	width: 300px;
	float: left;
}

.issue_img {
	width: 50%;

  margin: 0 auto;
}
.issue_img img {
	width: 100%;
}

.issue_description p {
	text-align: center;
}
/************************************
** Value
************************************/
.value h2 {
	margin-bottom: 20px;
}
.value .value_disc {
	    width: 600px;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.value_01 {
    background-image: url(images/v01.jpg);
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 500px;
    margin-top: 80px;
    overflow: visible;
	background-position: 100%;
}


.value_02 {
    background-image: url(images/products_planning.jpg);
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 500px;
    margin-top: 80px;
    overflow: visible;
	
}

.value_03 {
    background-image: url(images/v03.jpg);
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 500px;
    margin-top: 80px;
    overflow: visible;	
	background-position: 100%;
}

.value_box {
    width: 90%;
    margin: 50px auto;
    overflow: hidden;
}

.value_txt_area {

}

.v_txt_left {
box-shadow: 0px 8px 20px 0 rgb(0 0 0 / 10%);
    background: #fff;
    background-color: #fff;
    border-radius: 6px;
    width: 500px;
    padding: 50px;
	 margin-left: 20px;
}
 
.v_txt_right {
box-shadow: 0px 8px 20px 0 rgb(0 0 0 / 10%);
    margin-left: auto;
    background: #fff;
    background-color: #fff;
    border-radius: 6px;
    width: 500px;
    padding: 50px;
	margin-right: 20px;
}

.v_no {
	font-size: 90px;
    margin-top: -110px;
    font-weight: bold;
    color: #5fc078;
    /* border-bottom: 10px; */
    margin-bottom: 10px;
}

.vta_position {
    /*position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
}

.vta_position h3 {
font-size: 40px;
    color: #424242;
}
.value_img_area {
		width: 50%;
		height: 300px;
    position: relative;
    float: left;
}

.value_img_area img {
	width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}



/************************************
** Features
************************************/
.features {
	background: #efefe3;
	overflow: hidden;
	padding-bottom: 50px;
}

.ft_box_bg {
	background: #fff;
}

.ft_box h3 {
	margin: 0 auto;
    width: 600px;
    text-align: center;
}
.features_01 {
    width: 80%;
    margin: 50px auto;
	padding: 50px 0 0;
}

.features_01 p {
    width: 600px;
    margin: 50px auto;
    text-align: center;
		font-size: 12px;
	line-height: 1.8;
}

.oc_mark_area {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.oc_mark_area ul {
list-style: none;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    margin: 0 auto;
    /* text-align: center; */
    width: 750px;
}

.oc_mark_area ul li {
    float: left;
    width: 110px;
    padding: 20px;
    height: 205px;
    text-align: center;
}

.oc_mark_area ul li img {
    width: 100px;
}

.oc_mark_area ul li span {
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 0.7rem;
}

.ft_box_min {
	width: 37.5%;
	float: left;
	text-align: center;
}

.features_02 {
		margin-left: 10%;
		margin-right: 5%;
}

.ft_box_min img {
	  width: 30%;
    padding: 50px;
}

.ft_box_min h3 {
	margin: 0 20px 20px;
  text-align: center;
}

.ft_box_min p {
	font-size: 12px;
	line-height: 1.8;
	margin: 0 50px 50px;
}

/************************************
** footer
************************************/
footer {
	margin: 30px auto;
	width: 1000px;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_inner .footer_contact h2{
font-weight: bold;
    font-family: 'Granjon LT W01 Roman', 'Garamond W01', 'HGKyokashotai', serif;
    font-size: 50px;
    margin-bottom: 20px;
}

.foonter_inner .footer_contact p {
	font-weight: bold;
}

.fc_buttom {
    overflow: hidden;
    padding: 30px 0;
}

.fc_buttom a {
text-decoration: none;
}

.fc_buttom span {
	color: #fff;
    background: #111;
    padding: 20px 50px;
    border-radius: 30px;
    transition: .5s ;
}

.fc_buttom span:hover {
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
}	

.footer_inner .link_box {
}

.link_box ul {
	list-style: none;
	text-align: right;
	font-size: 14px;
}

.link_box ul li {
    margin: 10px 0;
}

.link_box ul li a {
	text-decoration: none;
	color: #000;
}

.copy {
	    margin: 50px 0 10px;
    text-align: center;
    font-size: 12px;
}