@charset "utf-8";
/*--------------------------------------------

	 BASE

--------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	width:100%;
	min-width:1240px;
	font-family:'Noto Sans JP', "游ゴシック","YuGothic", "游ゴシック体","メイリオ", "Meiryo", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color:#333;
	line-height:1;
	letter-spacing: 0.1em;
	overflow-x: auto;
    background-color: #fff;
}
#wrapper{
	overflow: hidden;
}
/*--------------------------------------------

	 DEFAULT SELECTER

--------------------------------------------*/
table {
	width:100%;
}
img{
	max-width:100%;
}
a {
	text-decoration:none;
	color:#333;
	display:inline-block;
	transition:0.7s;
}
/*--------------------------------------------

	 FONTS

--------------------------------------------*/
.serif{
	font-family: 'Noto Sans JP', "游ゴシック","YuGothic","游ゴシック体","游ゴシック","YuGothic","游ゴシック体", "メイリオ","Meiryo","メイリオ","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@font-face{
	font-family:'DIN-Condensed';
	src:url("../Font/DINNextLTPro-Condensed.woff");
}
.osw{
    font-family: 'Oswald', sans-serif;
}
.din{
    font-family: 'DIN-Condensed', sans-serif;
}
/*--------------------------------------------

	GLOBAL CSS

--------------------------------------------*/
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.bold{
	font-weight:bold;
}
.flex {
	display:flex;
}
.nolink {
	pointer-events: none;
}
.ggmap,
.youtube {
	position: relative;
	padding-bottom: 56.37%;
	/*padding-top: 10px;*/
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width : 768px ){
	.for_sp{
		display:none !important;
	}
}
@media screen and (max-width : 767.9999px ) {
	.for_pc{
		display:none !important;
	}
}
/*--------------------------------------------

	HEADER

--------------------------------------------*/
.main_cts{
    position: relative;
}
.common_line_floating{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
#top .mv_container{
    position: relative;
}
#header{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}
.under #header{
    background-color: #fff;
}
.under #header:before{
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #14cf97 45%,#dcfa34);
}
#header .header_nav{
    width: 92.2%;
    box-sizing: border-box;
    padding: 5rem 2.5% 0 3.5%;
}
.under #header .header_nav{
        padding: 2.7rem 2.5% 2.7rem 3.5%;
}
#header .navi_headBox{
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2%;
}
.under #header .navi_headBox{
    margin-bottom: 1.4%;
}
#header .navi_logo{
    width: 16.8%;
}
#header .navi_logo .logo_img{
    background: url("../image/PC/common/taniguchi-logo.svg") no-repeat center top;
    background-size: contain;
    width: 328px;
    height: 56px;
}
.under #header .navi_logo .logo_img{
    background-image: url("../image/PC/common/taniguchi-logo-bk.svg");
}
#header .nav-tel{
    position: relative;
    font-size: 1.1rem;
    padding-left: 5.2em;
}
#header .nav-tel:before{
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background:url("../image/PC/top/nav-tel.svg")no-repeat center top;
}
.under #header .nav-tel:before{
    background-image: url("../image/PC/top/nav-tel-bk.svg")
}
#header .nav-tel a{
    color: #fff;
    box-sizing: border-box;
}
.under #header .nav-tel a{
    color: #000;
}
.nav-tel-text{
    margin-bottom: 0.7em;
}
.nav-tel-number{
    font-size: 2.6rem;
    font-weight: bold;
}
#header .navi_list{
    justify-content: flex-end;
    font-size: 1.8rem;
}
#header .header_nav .nav-item{
    font-weight: bold;
}
#header .header_nav .nav-item:not(:last-child){
    margin-right: 2.2em;
}
#header .header_nav .nav-item a{
    position: relative;
    display: inline-block;
    color: #fff;
    
}
#header .blognavi{
    color: #fff
}
.under #header .blognavi{
    color: #333;
}
#header .blog{
    font-size: 1.2rem;
    padding-left: 0.7em;
}
.under #header .header_nav .nav-item a{
    color: #333;
}
#header .header_nav .nav-item a:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
#header .header_nav .nav-item a:hover:after{
    transform: scale(1, 1);
}
#header .navi_mail{
    width: 8vw;
    text-align: center;
    background-color: #fff;
    padding: 58px 0 54px;
    box-sizing: border-box;
}
.under #header .navi_mail{
    width: 148px;
    background-color: #eee;
    padding-bottom: 45px;
}
@media screen and (max-width : 1350px){
    #header .navi_mail{
		width: 106px;
	}
}
#header .navi_mail-img img{
    width: 26px;
}
#header .navi_mail-text{
    font-size: 16px;
    margin-top: 6px;
    letter-spacing: -0.01em;
}
.mv-icon{
    position: absolute;
    font-size: 1.7rem;
    bottom: 16%;
    right: 12%;
    width: 55%;
}
.mv-icon-item{
    position: relative;
    letter-spacing: 0.04em;
    width: 32%;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 1.7em 0 1.7em 1em;
}
@media screen and (max-width : 1350px){
	.mv-icon-item{
		font-size: 1.4rem;
	}
}
.mv-icon-item:before{
    content: "";
    display: block;
    width: 40%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 9%;
    background-color: #14cf97;
}
.mv-icon-item:not(:last-child){
    margin-right: 1.3%;
}
.mv-icon-item-inner{
    align-items: flex-start;
}
.mv-icon-item-number{
    writing-mode: tb-rl;
    transform: rotate(180deg);
    color: #14cf97;
}
.mv-icon-item-line{
    position: relative;
}
.mv-icon-item-line:after{
    content: "";
    display: block;
    width:2px;
    height: 20px;
    position: absolute;
    bottom:35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #14cf97;
}
.mv-icon-item-text{
    margin-left: 0.8em;
}
/*--------------------------------------------

	FOOTER

--------------------------------------------*/
#footer{
    background-color: #333;
    color:#fff;
}
#footer .ft_Inner{
    max-width: 1200px;
    margin: 0 auto;   
    background-color: #333;
    padding:70px 0 58px;
}
#footer .head{
    justify-content: space-between;
    margin-bottom: 45px;
}
#footer .ft_navi  li a{
    color: #fff;
}
#footer .ft_navi .ft_navi-list{
    margin-right: 145px;
}
#footer .ft_navi .ft_navi-list li:not(:last-child){
    margin-bottom: 22px;
}
#footer .ft_navi .ft_navi-item01 a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#footer .ft_navi .ft_navi-item01 a:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
#footer .ft_navi .ft_navi-item01 a:hover:after{
    transform: scale(1, 1);
}
#footer .ft_navi .ft_navi-item02 a{
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    letter-spacing: 0.05em;
}
#footer .ft_navi .ft_navi-item02 a:hover{
    opacity: 0.5;
}
#footer .ft_navi .ft_navi-item02 a:before{
    content: "";
    display: block;
    width:15px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}
#footer .ft_navi .ft_navi-list02 li:not(:last-child){
    margin-bottom: 22px;
}
.logo_img img{
    width: 473px;
}
#footer .ft_info{
    justify-content: flex-end;
    font-size: 16px;
    letter-spacing: 0.05em;
}
 .ft_bottom-left{
    margin-right: 80px;
}
.ft_office{
    font-weight: bold;
    margin-bottom: 20px;
}
.ft_zip{
    margin-bottom: 12px;
}
.ft_address{
    margin-bottom: 14px;
}
.ft_tel{
    font-size: 16px;
}
.ft_logo-sns-list{
    margin-top: 30px;
    justify-content: center;
}
#footer .logo-sns-item img{
    width: 200px;
}
.ft_logo-sns-line{
    margin-right: 10px;
}
.ft_logo-company-list{
  margin-top: 14px;
}
.ft_logo-company-item:not(:last-child){
  margin-right: 10px;
}
#footer .copyright{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    background: linear-gradient(to right, #14cf97 45%,#dcfa34);
    padding: 22px 0;
}
