@charset "utf-8";

/* ボタン */
.btn{
	width:280px;
	height:60px;
	background-color:#808080;
}
.btn a{
	text-align: center;
	line-height:60px;
	width: 100%;
    display: block;
	position: relative;
	font-size:12px;
		font-weight:200;
	color:#ffffff;
	position:relative;
	transition: .3s;
}

.btn a:after{
	position: absolute;
	right:17px;
	top:23px;
	width:15px;
	height:15px;
	content:"";
	background-image:url("/wp-content/themes/tmsi/img/common/btn_right.svg");
	background-repeat:no-repeat;
	background-size:contain;
	transition: .3s;
}
.btn a:hover:after{
	right:12px;
}
.btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* ボタン end */
/*改行系*/
.pc_only{
	display:block !important;
}
.sp_only{
	display:none !important;
}
@media (max-width: 850px){
	.pc_only{
		display:none !important;
	}
	.sp_only{
		display:block !important;
	}
}

/* ##### 共通 end ##### */

/* ##### header ##### */
header{
   position: fixed;
	width:calc(100% - 100px);
   top: 0;
   left: 0;
	z-index:20;
	height:100px;
}
.hc1 header{
	background-color:#ffffff;
}
header .header-inner{
	padding:20px 40px 0 100px; 
}
header .logo{
	width:213px;
}
.lg1{
	display: block;
}
.lg2{
	display: none;
}
.hc1 header .lg1{
	display: none;
}
.hc1 header .lg2{
	display: block;
}
header .hrt{
	justify-content:flex-end;
	margin-bottom:15px;
}
header .hrt dl{
	padding:0 10px;
}
header .hrt dt{
	color:#ffffff;
	font-size:11px;
	margin-top: 2px;
}
.hc1 header .hrt dt,.hgb .hrt dt{
	color:#000000;
}
.hrt dd{
	order:-1;
	width:20px;
	margin-right:5px;
}
.nav-list > li{
	padding:0 20px;
}
.nav-list > li > a{
	position:relative;
	color:#ffffff;
	font-size:13px;
	transition:ease 0.3s;
}
.nav-list > li > a:hover{
	color:#DCCCFF;
	opacity:1;
}
.nav-list > li > a:after{
	position:absolute;
	content:"";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
	display:block;
	bottom:-15px;
	left:0;
	right:0;
	margin:0 auto;
	transition:ease 0.3s;
}
.nav-list > li > a:hover:after{
	bottom:-20px;
	border-top: 5px solid #DCCCFF;
	opacity:1;
}
.hc1 .nav-list > li > a:after{
	border-top: 5px solid #000000;
}
.hc1 header .nav-list li a{
	color:#000000;
}
@media (max-width: 1350px){
	header .header-right{
		/* display:none; */
	}
}
@media (max-width: 1080px){
	header .header-inner{
		padding:20px 40px 0 50px; 
	}
	header .logo{
		/*70周年ロゴより戻す際は、下のwidth:260pxのコメントアウトをはずす*/
		width:213px;
	}
	.nav-list li{
		padding:0 10px;
	}
	.nav-list li a{
		font-size:13px;
	}
}
@media (max-width: 850px){
	header{
		width: calc(100% - 60px);
		height:60px;
	}
	header .header-inner{
		padding:10px;	
	}
	header .logo{
		/* 元はwidth:90%設定、スマホ実機の場合左に余白が出来るため60%に設定 */
		width:60%;
	}
	header .logo a{
		display:block;
		width:100%;
		text-align:center;
	}
	header .logo img{
		max-height:45px;
		/*70周年ロゴより戻す際は、下のwidth:280pxのコメントアウトをはずす*/
		width: 280px;
	}
	body:not(.home) header{
		background-color:#ffffff;
	}
	body:not(.home) header .lg1{
		display: none;
	}
	body:not(.home) header .lg2{
		display: block;
	}
	.header-right{
		/* display:none; */
	}
	.hamburger{
		width:60px;
		height:60px;
		background:none !important;
	}
	.menu-trigger{
		width:30px;
	}
	.hc1 .hamburger{
		background-color:#ffffff !important;
	}
	body:not(.home) .hamburger{
		background-color:#ffffff !important;
	}
	.hc1 .menu-trigger span{
		background-color:#000000;
	}
	.active .menu-trigger span{
		background-color:#000000;
	}
	body:not(.home) .menu-trigger span{
		background-color:#000000;
	}
}

/* ##### header END ##### */
/* ##### bigpull ##### */
ul.nav-list > li:hover .big-pull{
	height:100px;
}

.big-pull {
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 90;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
	background-color:#ffffff;
}
.big-pull > .flex {
   width: 1024px;
	height:100px;
	align-items:center;
	box-sizing:border-box;
	margin:0 auto;
}
.big-pull > .flex dt{
	width:40%;
	color:#000000;
	font-size:20px;
	font-weight:600;
	text-align:center;
}
.big-pull .flex dd{
	width:60%;
}

.big-pull .flex dd ul li{
	flex-grow: 1;
	min-width: 150px;
}
.big-pull .flex dd ul li a{
	width:100%;
	color:#000000;
	font-size:13px;
	transition:ease 0.3s;
	font-weight:600;
	line-height:30px;
}

/* ##### bigpull END ##### */
/* ##### footer ##### */
.totop {
    width: 40px;
    height: 40px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 3;
}

.totop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
}

.arrow:before {
    font-size: 22px;
    line-height: 100%;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.totop a:hover {
    opacity: 1;
}

.totop a:hover .arrow:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
@media (max-width: 850px){
	.totop{
		right:30px;
		bottom:30px;
	}
}
#fct{
	padding:70px 0;
	background-color:#f0f0ee;
}
#fct h2{
	text-align:center;
	font-size:24px;
	line-height:40px;
}
#fct h2 span{
	font-size:15px;
	line-height:30px;
	display:block;
}
#fct .container{
	justify-content:center;
	align-items:center;
	margin:40px 0;
}
#fct .container .ftell{
	width:390px;
	border-right:2px solid;
	text-align: center;
}
#fct .container .ftell .ft1:before{
	content:"";
  display: inline-block;
	width:25px;
	height:30px;
	background-image:url("/wp-content/themes/tmsi/img/common/icon_tel.svg");
	background-repeat:no-repeat;
	background-size:contain;
	margin:2px 10px 0 0;
}
#fct .container .ftell .ft1{
	display:flex;
	align-items: center;
   justify-content: center;
	line-height: 30px;
	font-size:30px;
	letter-spacing:3px;
   margin-bottom: 15px;
	font-weight:800;
}
#fct .container .ftell .ft1 a{
	line-height: 30px;
	font-size:30px;
	letter-spacing:3px;
	color:#000000;
	width:auto;
}
#fct .container .ftell .ft2{
	font-size:12px;
	letter-spacing:2px;
	text-align: center;
}
#fct .btn{
	margin: 0 50px;
}
.fpo{
	display:inline !important;
}
@media (max-width: 850px){
	#fct .container{
		flex-direction:column;
		padding:0 20px;
		box-sizing:border-box;
	}
	#fct .btn{
		margin: 0 auto;
	}
	#fct .container .ftell{
		width:100%;
		margin-bottom:30px;
		border:none;
	}
	#fct .container .ftell .ft1{
		margin:0 0 20px 0;
	}
.fpo{
	display:none !important;
}
}

footer{
	background-color:#000;
	padding:150px 0 30px 0;
}
footer .inner{
	margin-bottom:80px;
}
footer .inner .left{
	width:50%;
}
footer .inner .left figure{
	width:323px;
	margin-bottom:20px;
}
footer .inner .left p{
	color:#ffffff;
	font-size:13px;
	line-height:36px;
}
footer a{  	
	color:#ffffff;
}
footer .inner .right{
	width:50%;
}
footer .inner .right ul{
	width:245px;
	height:220px;
	margin: 0 auto;
}
footer .inner .right ul li{
	flex-direction:column;
	align-items: center;
	position:relative;
}
footer .inner .right ul li:before{
	flex:1;
	width:1px;
	background-color:#ffffff;
	content:"";
}
footer .inner .right ul li:after{
	width:1px;
	height:0;
	background-color:#000000;
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	transition:ease 0.3s;
}
footer .inner .right ul li:hover:after{
	height:20px;
}
footer .inner .right ul li a{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;   	
	color:#ffffff;
	margin-top:10px;
	    display: block;
    width: 20px;
}

footer .fbtm p{
	text-align:center;
	color:#ffffff;
	font-size:10px;
}
@media (min-width: 851px){
footer .inner .right ul li .acc-content{
	display:none !important;
}	
}

@media (max-width: 850px){
	footer{
		padding:20px 0;
	}
	footer .inner{
		padding:0;
	}
	footer .inner .left figure{
		width:100%;
	}
	footer .inner .left{
		width:100%;
		padding:0 20px;
		margin-bottom:50px;
	}
	footer .inner .left p{
		line-height:30px;
		text-align:center;
	}
	footer .inner .right{
		width:100%;
	}
	footer .inner .right ul{
		flex-direction:column;
		width:100%;
		height:auto;
	}
	footer .inner .right ul.acc-content{
		background-color:#aaaaaa;
	}
	footer .inner .right ul.acc-content li:last-of-type{
		border:none;
	}
	footer .inner .right ul li:first-of-type{
		border-top:1px solid #ffffff;
	}
	footer .inner .right ul li{
		margin:0;
		width:100%;
		border-bottom:1px solid #ffffff;
	}
	footer .inner .right ul li a{
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;   	
		width:100%;
		margin:0;
		padding:20px;
		box-sizing: border-box;
	}
	footer .inner .right ul li a{
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;   	
		width:100%;
		margin:0;
		padding:20px;
		box-sizing: border-box;
	}
	footer .inner .right ul li:before{
		display:none;
	}
	footer .inner .right ul li:after{
		display:none;		
	}
	footer .inner .right ul li a.acc-btn{
		/*pointer-events: none;*/
	}
	footer .inner .right ul li .acc-content{
		display:block;
	}
}
/* ##### footer END ##### */
/* ##### hamburger ##### */
.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
	background-color:#000000;
}

/* ##### hamburger END ##### */
/* ##### hgb ##### */
.hgb{
	position: fixed;
	background-color:#ffffff;
	transition: ease 1.0s;
	z-index: 100;	
	top:0;
}
.active .hgb{
	right:0;
} 

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media (max-width: 850px){
	.hgb{
		width:90%;
		right:-90%;
		height: 100%;
		overflow-y: scroll;
	}
		.hgb .hgb_container{
		width:100%;
				display:flex;
		justify-content:center;
				align-items:center;
		box-sizing:border-box;
		padding:40px 0 10px 0;
	}
	.hgb .sns{
		width:150px;
		margin:0px auto;
	}
	.hgb .hgb_nav{
		width:100%;
		padding:20px;
	}
}
@media (min-width: 851px){
	.hgb{

		width:600px;
		right:-600px;
		height: 100%;
    overflow: scroll;
	}
	.hgb .hgb_container{
		width:100%;
				display:flex;
		justify-content:center;
				align-items:center;
		box-sizing:border-box;
		padding:60px 0;
	}
	.hgb .hgb_nav{
		width:70%;
	}
	.hgb .sns{
		width:20px;
		height:150px;
		flex-direction:column;
		margin:20px auto;
		top:200px;
		right:20px;
	}
}

.hgb .hgb_nav li:first-of-type{
	border-top:1px solid;
}
.hgb .hgb_nav li{
	height:auto;
	width:100%;
	border-bottom:1px solid;
}
.hgb .hgb_nav li.hrt{
	height:50px;
}
.hgb .hgb_nav li.hrt a{
	padding: 15px 10px;
    width: 100%;
	height:50px;
	display: block;
	position:relative;
		box-sizing: border-box;
}
.hgb .hgb_nav li .list-content{
	position:relative;
    width: 100%;
    height: 80px;
    display: block;
	box-sizing: border-box;
	cursor:pointer;
}
.hgb .hgb_nav li ul.acc-content li{
    width: 100%;
    height: 80px;
    display: block;
	box-sizing: border-box;
}
.hgb .hgb_nav li ul.acc-content li a{
    width: 100%;
	height:100%;
	padding-left:10px;
    display: flex;
    align-items: center;
	box-sizing: border-box;
	position:relative;
}
.hgb .hgb_nav li ul.acc-content li:last-of-type{
	border-bottom:0;
}
.hgb .hgb_nav li a::before,.hgb .hgb_nav li .list-content::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #eeeeee;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.hgb .hgb_nav li a:hover::before,.hgb .hgb_nav li .list-content:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.hgb .hgb_nav li .list-content .num{
	position:absolute;
	top:10px;
	left:10px;
	width:30px;
	height:30px;
	font-size:11px;
}
.hgb .hgb_nav li .list-content h3{
	position:absolute;
	color:#000000;
	top:20px;
	left:30px;
	font-size:15px;
	line-height:25px;
}
.hgb .hgb_nav li .list-content h3 span{
	display:block;
	font-size:10px;
}
.hgb .sns li{
	width:20px;
}
@media (min-width: 851px){

}

@media (max-width: 850px){
	.hgb .hgb_nav li{
		height:auto;
	}
	.hgb .hgb_nav li a{
		height:60px;
	}
	.hgb .hgb_nav li .acc-content li:last-of-type{
		border-bottom:none;
	}
	.hgb .hgb_nav li .acc-content li a{
		display:flex;
		align-items:center;
		padding-left: 20px;
	}
	.hgb .hgb_nav li a h3{
	top:10px;
	left:40px;
		line-height:20px;
}
}
/* ##### hgb END ##### */
/* ##### side ##### */
.side{
	position:fixed;
	right:0;
	top:300px;
}
.widget_nav_menu li a{
	line-height:30px;
}
/* ##### side END ##### */
/* ##### top common ##### */
.top main h2{
	font-size:24px;
	line-height:42px;
	margin-bottom:30px;
	font-weight:600;
}
.top main h2 span{
	display:block;
	font-size:15px;
	font-weight:600;
}
.top main section{
	position:relative;
}
.top main section:not(#tc4){
	height:700px;
}
.top main section:first-of-type:after{
	display:none;
}
.top main section:not(#tc4):after{
	content:"";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	background-color:rgba(0,0,0,0.5);
}
.top main section#tc4 .clm4:after{
	content:"";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	background-color:rgba(0,0,0,0.5);
}
.top main section .inner{
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	align-items:center;
	z-index:3;
}
.top .section_bg{
	width:100%;
	height:100%;
	z-index:1;
}
.scrollFx.appear .scrollFx__mask {
    width: 100%;
}
.w_box{
	width:400px;
	z-index:3;
	background-color:rgba(255,255,255,0.8);
}
.w_box > *:last-child{
	margin-bottom:0 !important;
}
.wbm{
	height:100%;
}
.wbr{
	margin:0 0 0 auto;
}
.w_box .txt{
	font-size:13px;
	line-height:28px;
	text-align:justify;
	margin-bottom:70px;
	font-weight:200;
}
.w_box .btn{
	margin:0 auto;
}
.num{
	font-size:30px;
	color:#808080;
	width:80px;
	height:80px;
	margin-bottom:10px;
	background-image:url("/wp-content/themes/tmsi/img/common/slash.svg");
	background-repeat:no-repeat;
	background-size:cover;
	font-weight:600;
}
.scrollFx {
    position: relative;
}
#tc2 .scrollFx{
	height:700px;
}
#tc2 .scrollFx.appear .scrollFx__mask{
	height:700px;
}
#tc3 .scrollFx{
	height:440px;
}
#tc3 .scrollFx.appear .scrollFx__mask{
	height:440px;
}
#tc5 .scrollFx{
	height:440px;
}
#tc5 .scrollFx.appear .scrollFx__mask{
	height:440px;
}
#tc6 .scrollFx{
	height:700px;
}
#tc6 .scrollFx.appear .scrollFx__mask{
	height:700px;
}
#tc7 .scrollFx{
	height:700px;
}
#tc7 .scrollFx.appear .scrollFx__mask{
	height:700px;
}
.scrollFx__mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    overflow: hidden;
    transition: width .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.scrollFx.appear .scrollFx__mask{
	padding:40px;	
}
.scrollFx.appear .scrollFx__mask:before {
    transform: scaleX(0);
}

.scrollFx__mask:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-color: #E0E5FF;
    transform-origin: right center;
    transform: scaleX(1);
    transition: transform .75s cubic-bezier(0.190, 1.000, 0.220, 1.000) .6s;
}
@media (max-width: 850px){
	.top main section:not(#tc4){
		height:auto;
		margin-bottom:60px;
	}
	.top main section .inner{
		position:static;
	}
	.top .section_bg{
		height:200px;
		position:relative;
	}
	.top .section_bg img{
		position:absolute;
		width:100%;
		height:100%;
		z-index:1;
	}
	.top .section_bg:after{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		content:"";
		background-color:rgba(0,0,0,0.3);
		z-index:2
	}
	.scrollFx{
		height:auto !important;
		position:static;
	}
	.scrollFx .scrollFx__mask{
		height:auto !important;
		padding:0 !important;
		position:static;
		width: 100%;
	}
	.scrollFx__mask:before{
		transform: scaleX(0);
	}
	.scrollFx.appear .scrollFx__mask:before {
    transform: scaleX(0);
	}
	.top main section:after{
		display:none;
	}
	.w_box{
		width:100%;
		padding:40px 0 0 0;
	}
	.w_box .txt{
		font-size:15px;
		line-height:30px;
	}
	.num{
		font-size:22px;
		width:60px;
		height:60px;
	}
	.top main h2{
		font-size:20px;
		line-height:36px;
	}
	.top main h2 span{
		font-size:15px;
	}
	.top main section#tc4 .clm4:after{
		display:none;
	}
}
/* ##### top common END ##### */
/* ##### tc1 ##### */
#tc1{
	width:100%;
	height:700px;
	position:relative;
}
#tc1:after{
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 2;
	content:"";
	display:block;
	background-color:rgba(0,0,0,0.5);
}
#tc1 .swiper-container_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.img-container{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	overflow:hidden;
}

#tc1 .inner{
	position:absolute;
	left:0;
	right:0;
    z-index: 3;
}
#tc1 .tc1_cover{
	position:relative;
	height:100%;
}

#tc1 .tc1_box_a{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:300px;
	width:400px;
	text-align:center;
	z-index:3;
}
#tc1 .tc1_box_a figure{
	width:55px;
	height:55px;
	margin:0 auto 20px auto;
}
#tc1 .tc1_box_a strong{
	font-size:24px;
	color:#ffffff;
	font-weight:600;
	margin-bottom:10px;
	line-height: 50px;
	font-weight:400;
}
#tc1 .tc1_box_a p{
	font-size:21px;
	color:#ffffff;
	text-align:center;
}
#tc1 .tc1_box_b{
	position:absolute;
	width:300px;
	bottom:60px;
	right:0px;
}
#tc1 .t_new_title{
	background-color:rgba(255,255,255,0.9);
	padding:20px;
}
#tc1 .t_new_title P{
	font-size:15px;
	font-weight:600;
}
#tc1 .t_new_title p span{
	margin-left:5px;
}
#tc1 .t_new_list{
	height:300px;
	background-color:rgba(240,240,240,0.9);
	overflow:scroll;
}
#tc1 .t_new_box{
	position:relative;
}
#tc1 .t_new_box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #eeeeee;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#tc1 .t_new_box:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#tc1 .t_new_box:first-child{
	border-bottom:1px solid #c8c8c8;
}
#tc1 .t_new_box{
	border-bottom:1px solid #c8c8c8;
}
#tc1 .t_new_box a{
	padding:20px;
}
#tc1 .t_new_box a dl{
	flex-direction:column;
	margin:0;
}
#tc1 .t_new_box a dl dt{
	font-size:12px;
	line-height:24px;
	width:160px;
}
#tc1 .t_new_box a dl dd{
	font-size:11px;
	order:-1;
	margin-bottom:10px;
}
#tc1 .t_new_box a figure{
	width:75px;
	height:75px;
}
#tc1 .t_new_more{
	background-color:rgba(255,255,255,0.9);	
	transition:ease 0.3s;
}
#tc1 .t_new_more:hover{
	background-color:rgba(0,0,0,0.5);		
}
#tc1 .t_new_more a{
	font-size:12px;
	line-height:70px;
	font-weight:600;
	width:100%;
	text-align:center;
	display: block;
}
#tc1 .t_new_more:hover a{
	color:#ffffff;
}
#tc1 .tc1_box_c{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	    display: block;
    width: 50px;
}
#tc1 .tc1_box_c p{
	font-size:12px;
	color:#ffffff;
	position:relative;
	height:130px;
}
#tc1 .tc1_box_c p:after{
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	width:1px;
	height:100px;
	content:"";
	margin:0 auto;
	background-color:#ffffff;
}
#tc1 .tc1_box_d{
	position:absolute;
	width:223px;
	bottom:60px;
	left:0px;
	 background-color: rgba(255,255,255,0.9);
	padding:15px;
}
#tc1 .tc1_box_d h4{
	position:relative;
	font-size: 11px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 20px;
}
#tc1 .tc1_box_d h4:after{
	position:absolute;
	content:"";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
	display:block;
	bottom:-10px;
	left:0;
	right:0;
	margin:0 auto;
	transition:ease 0.3s;
}
#tc1 .tc1_box_d a{
	transition:ease 0.3s;
	display:block;
}
#tc1 .tc1_box_d a:hover{
	opacity:0.5;
}
#tc1 .tc1_box_d figure{
	margin-bottom:10px;
	height:130px;
}
#tc1 .tc1_box_d p{
font-size: 13px;
font-weight: 500;
line-height: 22px;
letter-spacing: 2px;
text-align: left;	
}
	.metaslider .slides img{
		height:700px !important;
    -o-object-fit: cover;
    object-fit: cover !important;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
	}
@media (max-width: 850px){
	#tc1{
		height:770px !important;
	}
	.metaslider .slides img{
		height:770px !important;
    -o-object-fit: cover;
    object-fit: cover !important;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
	}
	#tc1 .tc1_box_a{
		top:180px;
		width:100%;
	}
	#tc1 .tc1_box_a strong{
		font-size:18px;
	}
	#tc1 .tc1_box_a p{
		font-size:16px;
	}
	#tc1 .tc1_box_b{
		width:100%;
		left:0;
		right:0;
		top:auto;
		bottom:100px;
		margin:0 auto;
	}
	#tc1 .t_new_title{
		position:absolute;
		background:none;
		padding:15px;
	}
	#tc1 .t_new_list{
		height:100px;
		overflow:hidden;
	}
	#tc1 .t_new_box a{
		padding:15px;
		align-items: flex-end;
	}
	#tc1 .t_new_box a dl{
		
		margin-right:5px;
		    width: calc(100% - 80px);
		height:45px;
	}
	#tc1 .t_new_box a dl dt{
		width:100%;
	}
	#tc1 .t_new_box a dl dd{
		margin-bottom:0;
		border-top:1px solid;
		padding-top:5px;
	}
	#tc1 .t_new_more a{
		line-height:36px;
	}
	#tc1 .tc1_box_c p{
		height:70px;
	}
	#tc1 .tc1_box_c p:after{
		height:50px;
	}
	#tc1 .tc1_box_d{
	width:100%;
	bottom:260px;
	padding:0px;
}
	#tc1 .tc1_box_d a{
	display:flex;
		height:115px;
}
#tc1 .tc1_box_d h4{
	margin-bottom: 6px;
	text-align:left;
}
#tc1 .tc1_box_d h4:after{
	    bottom: 7px;
    left: 70px;
    right: auto;
}
#tc1 .tc1_box_d figure{
	margin-bottom:0px;
	width:115px;
	height:115px;
}
	#tc1 .tc1_box_d .txt{
		width:calc(100% - 115px);
		padding:15px;
	}
#tc1 .tc1_box_d p{
font-size: 12px;
line-height: 20px;
}
}
/* ##### tc1 END ##### */
/* ##### tc3 ##### */
#tc3{
	margin-bottom:150px;
}
/* ##### tc3 END ##### */
/* ##### tc4 ##### */
#tc4{
	margin-bottom:150px;	
}
#tc4 .clm4{
	width:50%;
	position:relative;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:500px;
}
#tc4 .clm4 .clm4_bg{
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
   left: 0;
}
#tc4 .clm4 h3{
	position:absolute;
	z-index:4;
	color:#ffffff;
	font-size:24px;
	line-height:40px;
	top:150px;
    left: 0;
    right: 0;
    text-align: center;
}
#tc4 .clm4 h3 span{
	display:block;
	font-size:15px;
}
#tc4 .clm4 p.clm4_txt{
	position:absolute;
	z-index:4;
	color:#ffffff;	
	width:420px;
	font-size:13px;
	line-height:28px;
	top:270px;
}
#tc4 .clm4 p.clm4_btn{
	position:absolute;
	z-index:4;
	width:280px;
	height:60px;
	border:1px solid #ffffff;
	bottom:50px;
}
#tc4 .clm4 p.clm4_btn a{
	text-align: center;
	line-height:60px;
	width: 100%;
    display: block;
	position: relative;
	font-size:12px;
	color:#ffffff;
	transition:ease 0.3s;
}
#tc4 .clm4 p.clm4_btn a:hover{
	color:#000000;
}
#tc4 .clm4 p.clm4_btn a:after{
	position: absolute;
	right:17px;
	top:23px;
	width:15px;
	height:15px;
	content:"";
	background-image:url("/wp-content/themes/tmsi/img/common/btn_right.svg");
	background-repeat:no-repeat;
	background-size:contain;
	transition:ease 0.3s;
}
#tc4 .clm4 p.clm4_btn a:hover:after{
	background-image:url("/wp-content/themes/tmsi/img/common/btn_right_b.svg");
	right:13px;

}
#tc4 .clm4 p.clm4_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #ffffff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#tc4 .clm4 p.clm4_btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (max-width: 850px){
	#tc4 {
		width:100%;
		padding:0 20px;
		box-sizing: border-box;
		margin-bottom:60px;
	}
	#tc4 .clm4{
		width:100%;
		position:static;
		height:auto;
		margin-bottom:60px;
	}
	#tc4 .clm4:last-child{
		margin-bottom:0px;
	}
	.clm4_inner{
		position:relative;
		width:100%;
		height:220px;
		margin-bottom:40px;
	}
	.clm4_inner:after{
	position: absolute;
		content:"";
		background-color:rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	}
	#tc4 .clm4 h3{
		top:75px;
		font-size:20px;
		line-height:36px;
	}
	#tc4 .clm4 p.clm4_txt{
		position:static;
		color:#000000;
		width:100%;
		margin-bottom:40px;
		font-size:15px;
		line-height:30px;
	}
	#tc4 .clm4 p.clm4_btn{
		position:static;
		width:100% !important;
		border-color:#000000;
	}
	#tc4 .clm4 p.clm4_btn a{
		color:#000000;
	}
	#tc4 .clm4 p.clm4_btn a:after{
		background-image:url("/wp-content/themes/tmsi/img/common/btn_right_b.svg");
	}
}
/* ##### tc2 END ##### */
/* ##### tc5 ##### */
#tc5{
	margin-bottom:150px;	
}
#tc5 .btn_box{
	width:620px
}
@media (max-width: 1080px){
#tc5 .btn_box{
	width:580px
}	
}
#tc5 .btn_box li{
	margin-bottom:60px;
}
#tc5 .btn_box li:last-of-type{
	margin-bottom:0;
}
#tc5 .btn_box li:nth-last-of-type(2){
	margin-bottom:0;
}
#tc5 .w_box .txt{
	margin-bottom:40px !important
}
@media (max-width: 850px){
	#tc5 .btn_box li{
		margin:0 auto 20px auto;
	}
	#tc5 .btn_box li:last-of-type{
		margin-bottom:0;
	}
	#tc5 .btn_box li:nth-last-of-type(2){
		margin-bottom:20px;
	}
}
/* ##### tc5 END ##### */
/* ##### tc7 ##### */
#tc7{
	margin-bottom:150px;
}
/* ##### tc7 END ##### */
/* ##### page common ##### */
.under main section{
	margin-bottom:100px;
}
.page_title{
	width:100%;
	height:450px;
	position:relative;
}
.page_title .page_bg{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.page_title:after{
	position:absolute;
	top:0;
	background-color:rgba(0,0,0,0.5);
	content:"";
	width:100%;
	height:100%;
	z-index:2;
}
.page_title h1{
	position:absolute;
	text-align:center;
	color:#ffffff;
	top:230px;
	left:0;
	right:0;
	margin:0 auto;
	font-size:24px;
	line-height:42px;
	z-index:3;
}
.pl01 .page_title{
	position:relative;
	height:450px;
}
#breadcrumb{
	margin:50px auto 100px auto;
}
#breadcrumb ul{
	display:flex;
	flex-wrap: wrap;
}
#breadcrumb ul li span{
	font-size:13px;
}
#breadcrumb ul li a{
	font-size:13px;	
}
#breadcrumb ul li:nth-of-type(2):before{
	content:">";
	margin:0 5px;
}
#breadcrumb ul li:nth-of-type(3):before{
	content:">";
	margin:0 5px;
}
.under h2{
	font-size:24px;
	line-height:48px;
	margin-bottom:50px;
	text-align:center;
	font-weight: 600;
}
@media (max-width: 850px){
	.under main section{
		margin-bottom:50px;
	}
	.page_title{
		margin-top:60px;
		height:150px;
	}
	.page_title h1{
		top:58px;
		font-size:18px;
		line-height:30px;
		width:90%;
	}
	#breadcrumb{
		margin:20px auto 50px auto;
	}
}
/* ##### page common END ##### */
/* ##### page page_bg ##### */

.page-id-7 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/tm/cover.jpg);
}
.page-id-21 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/pw/cover.jpg);
}
.page-id-41 .page_title .page_bg,.page-id-5270 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/precut/cover.jpg);
}
.page-id-59 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/re/cover.jpg);
}
.page-id-68 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/sdgs/cover.jpg);
}
.page-id-74 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/challenge/cover.jpg);
}
.page-id-82 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/service/cover.jpg);
}
.page-id-90 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/company/cover.jpg);
}
.page-id-106 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/history/cover.jpg);
}
.page-id-114 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/message/cover.jpg);
}
.page-id-129 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/ability/cover.jpg);
}
.page-id-136 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/entry/cover.jpg);
}
.page-id-371 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/entry/cover.jpg);
}
.page-id-142 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/contact/cover.jpg);
}
.page-id-367 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/contact/cover.jpg);
}

.page-id-149 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/recruit/cover.jpg);
}
.page-id-88 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/access/cover.jpg);
}
.page-id-388 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/policy/cover.jpg);
}
.page-id-5225 .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/certification/forest-1868136.webp);
}
.single .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/blog/cover.jpg);
}
.blog .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/blog/cover.jpg);
}
.archive .page_title .page_bg{
	background-image:url(/wp-content/themes/tmsi/img/page/blog/cover.jpg);
}

.page_bg_blog {
	background-image:url(/wp-content/themes/tmsi/img/page/newsrelease/cover.jpg);
position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_bg_nr {
	background-image:url(/wp-content/themes/tmsi/img/page/newsrelease/cover.jpg);
position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ##### page page_bg END ##### */
/* ##### page clm1_txt ##### */
.clm1_txt p{
	font-size:17px;
	line-height:32px;
	margin-bottom:50px;
	text-align: center;
}
@media (max-width: 850px){
	.clm1_txt p{
		text-align:justify;
		font-size:15px;
		line-height: 30px;
	}
}
/* ##### page clm1_txt END ##### */
/* ##### page clm1_txt2 ##### */
.clm1_txt2 p{
	font-size:17px;
	line-height:32px;
	margin-bottom:50px;
}
@media (max-width: 850px){
	.clm1_txt2 p{
		text-align:justify;
		font-size:15px;
	}
}
/* ##### page clm1_txt2 END ##### */
/* ##### page txt_img ##### */
.txt_img{
	position:relative;
	height:800px;
}
.txt_img figure{
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:800px;
}
.txt_img figure img{
	width:100%;
}
.txt_img .inner{
	position:absolute;
	left:0;
	right:0;
	height:100%;
}
.txt_img .inner .txt{
	width:50%;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:100%;
}
.txt_img .inner .txt h3{
	width:420px;
	font-size:24px;
	line-height:48px;
	margin-bottom:20px;
	font-weight: 600;
}
.txt_img .inner .txt p{
	width:420px;
	font-size:13px;
	line-height:28px;
	text-align: justify;
	margin-bottom:30px;
}
.txt_img .inner .txt p:last-of-type{
	margin-bottom:0;
}
.txt_img .inner .txt .person_box{
	border:1px solid;
	padding:20px;
	width:420px;
	margin-top:30px;
}
.txt_img .inner .txt .person_box p.name{
	margin-bottom:10px;
	width:100%;
}
.txt_img .inner .txt .person_box p.description{
	width:100%;	
}
@media (max-width: 850px){
	.txt_img{
		position:static;
		height:auto;
	}
	.txt_img figure{
		position:static;
		width:100%;
		height:auto;
		margin-bottom: 20px;
	}
	.txt_img .inner{
		position:static;
	}
	.txt_img .inner .txt{
		width:100%;
	}
	.txt_img .inner .txt h3{
		width:100%;	
		font-size:20px;
		line-height:36px;
	}
	.txt_img .inner .txt p{
		width:100%;		
		font-size:15px;
	}
	.txt_img .inner .txt .person_box{
		width:100%;
	}
}
/* ##### page txt_img END ##### */
/* ##### page txt_img2 ##### */
.txt_img2{
	position:relative;
	height:450px;
}
.txt_img2 > figure{
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:450px;
}
.txt_img2.reverse > figure{
	right:auto;
	left:0;
}
.txt_img2 > figure img{
	width:100%;
}
.txt_img2 .inner{
	position:absolute;
	left:0;
	right:0;
	height:100%;
}
.txt_img2 .inner .txt{
	width:45%;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:100%;
}
.txt_img2.reverse .inner .txt{
	margin:0 0 0 auto;
}
.txt_img2 .inner .txt h3{
	width:420px;
	font-size:16px;
	line-height:28px;
	margin-bottom:10px;
}
.txt_img2 .inner .txt figure{
	margin:0 auto;
}
.txt_img2 .inner .txt em{
	width:420px;
	font-size:50px;
	color:#808080;
	font-style:normal;
	margin: 40px 0 40px 0;
}
.txt_img2 .inner .txt p{
	width:420px;
	font-size:13px;
	line-height:28px;
	text-align: justify;
}
.page-id-88 h2{
	margin-bottom:10px;
}
.txt_img2.access{
	height:515px;
	margin-bottom:100px;
}

.txt_img2.access .inner .txt h4{
	font-weight:800;
    text-align: left;
    display: block;
    width: 420px;
	margin-bottom:5px;
}
.txt_img2.access .inner .txt h4:nth-child(n+2){
	margin-top:20px;
}
.txt_img2.access .inner .txt p{
	line-height:30px;
}
.txt_img2.access .inner .txt p.map_link{
	padding-left:20px;
}
.txt_img2.access .inner .txt p.map_link a{
	color:#e72b3b;
}
.txt_img2.access .inner .txt p.map_link a:before{
	content:"";
  display: inline-block;
	width:15px;
	height:10px;
	background-image:url("/wp-content/themes/tmsi/img/common/link2.svg");
	background-repeat:no-repeat;
	background-size:contain;
	margin:2px 10px 0 0;	
}
@media (max-width: 850px){
	.txt_img2{
		position:static;
		height:auto;
		margin-bottom:50px;
	}
	.txt_img2 figure{
		position:static;
		width:100%;
		height:auto;
		margin-bottom: 20px;
	}
	.txt_img2 .inner{
		position:static;
		margin-top: 20px;
	}
	.txt_img2 .inner .txt{
		width:100%;
	}
	.txt_img2 .inner .txt em{
		width:100%;		
	}
	.txt_img2 .inner .txt h3{
		width:100%;	
		font-size:20px;
		line-height:35px;
	}
	.txt_img2 .inner .txt p{
		width:100%;		
		font-size:15px;
		line-height:30px;
	}
	.txt_img2.access{
		height:auto;
		width:100%;
	}
	.txt_img2.access .inner .txt{
		margin-bottom:40px;
	}
	.txt_img2.access .inner .txt h4{
		width:100%;		
	}
}
/* ##### page txt_img2 END ##### */
/* ##### page txt_img3 ##### */

.txt_img3 h3{
	font-size:30px;
	margin-bottom:50px;
	font-weight:600;
}
.txt_img3 .flexb .txt{
	width:65%;
}
.txt_img3 .flexb .txt p{
	font-size:16px;
	line-height:35px;
	margin-bottom:20px;
}
.txt_img3 .flexb .img{
	width:20%;
}
.txt_img3 .flexb .img figure{
	width:100%;
	margin-bottom:20px;
}
.txt_img3 .flexb .img p{
	font-size:16px;
	text-align:center;
}
@media (max-width: 850px){
	.txt_img3 h3{
		font-size:20px;
	}
	.txt_img3 .flexb .txt{
		width:100%;		
	}
	.txt_img3 .flexb .txt p{
		font-size:15px;
	}
	.txt_img3 .flexb .img{
		width:100%;
		order:-1;
		margin-bottom:20px;
	}
	.txt_img3 .flexb .img figure{
		width:80%;
		height:400px;
		margin:0 auto 10px auto;
	}
	.txt_img3 .flexb .img p{
		font-size:15px;		
	}
}
/* ##### page txt_img3 END ##### */
/* ##### page img_bluebox ##### */
.img_bluebox{
	position:relative;
	height:550px;
	margin-bottom:100px;
}
.img_bluebox > figure.img{
	position:absolute;
	left:0;
	top:0;
	width:70%;
	height:420px;
}
.img_bluebox.reverse > figure.img{
	right:0;
	left:auto;
}
.img_bluebox .inner{
	position:absolute;
	left:0;
	right:0;
}
.img_bluebox .bluebox{
	background-color:rgba(239,239,249,0.9);
	padding:45px;
	margin:70px 0 0 auto;
	width:60%;
}
.img_bluebox.reverse .bluebox{
	margin:70px auto 0 0;	
}
.img_bluebox .bluebox h3{
	font-size:24px;
	line-height:45px;
	margin-bottom:10px;
   font-weight: 600;
}
.img_bluebox .bluebox p.txt{
	font-size:13px;
	line-height:28px;
	margin-bottom:10px;
}
.img_bluebox .bluebox .bb_clm2a .bc_child{
	width:48%;
}
.img_bluebox .bluebox .bb_clm2a .bc_child figure{
	margin-bottom:15px;
	overflow:hidden;
}
.img_bluebox .bluebox .bb_clm2a .bc_child .btn{
	width:100%;
}
.img_bluebox .bluebox .bb_clm2a .bc_child figure img{
	transition:ease 0.3s;
}
.img_bluebox .bluebox .bb_clm2a .bc_child:hover figure img{
	 transform:scale(1.2,1.2);
}
.img_bluebox .bluebox .bb_clm2a .bc_child:hover .btn a:after{
	right:12px;	
}
.img_bluebox .bluebox .bb_clm2a .bc_child:hover .btn a:before{
  transform-origin: left top;
  transform: scale(1, 1);
}

.img_bluebox .bluebox .bb_clm2b div.bc_child{
	width:60%;
	font-size:13px;
	line-height:28px;
}
.img_bluebox .bluebox .bb_clm2b div.bc_child p:not(.btn){
	font-size:13px;
	line-height:28px;
	margin-bottom:20px;
}
.img_bluebox .bluebox .bb_clm2b figure.bc_child{
	width:210px;
	height:210px
}
.img_bluebox .bluebox .bc_child .btn{
	margin:0 auto;
}
@media (max-width: 850px){
	.img_bluebox{
		position:static;
		height:auto;
	}
	.img_bluebox > figure.img{
		position:static;
		width:100%;
		height:200px;
		margin-bottom:20px;
	}
	.img_bluebox .inner{
		position:static;	
		padding:0;
	}
	.img_bluebox .inner .bluebox{
		padding:40px 20px;
		width:100%;
	}
	.img_bluebox .bluebox .bc_child{
		width:100% !important;
		margin-bottom:20px;
	}
	.img_bluebox .bluebox .bc_child:last-child{
		margin-bottom:0px;
	}
	.img_bluebox .bluebox h3{
		margin-bottom:20px;
	}
	.img_bluebox .bluebox p.txt{
		font-size:15px;
	}
}
/* ##### page img_bluebox END ##### */

/* ##### page bluebox flow ##### */
.page-id-21 .flow{
	height:850px
}
.page-id-7 .flow{
	height:850px
}
.flow h4{
	text-align:center;
	font-size:24px;
	line-height:45px;
	margin-bottom:50px;
}
.flow ul{
	position:relative;
}
.flow ul:before{
	position:absolute;
	content:"";
	width:2px;
   height: 350px;
   top: 30px;
	left:0;
	background-color:#000000;
}
.flow ul li{
	display:flex;
	justify-content:space-between;
	margin-bottom:60px;
	align-items: center;
}
.flow ul li dl{
	width:100%;
	position:relative;
	box-sizing: border-box;
}
.flow ul li dl:before{
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
   top: 28px;
   left: -3px;
	background-color:#000000;	
}

.flow ul li dl dt{
	font-size:20px;
	font-weight:600;
	letter-spacing:4px;
	line-height:21px;
	padding-bottom:10px;
	padding-left:40px;
	border-bottom:2px solid;
}
.flow ul li dl dd{
	padding-top:10px;
	font-size:13px;
	padding-left:40px;
	height:23px;
}
.flow .btn{
	margin:0 auto;
}
@media (max-width: 850px){
	.flow {
		height:auto !important;
	}
	.flow h4{
		font-size:21px;
	}
	.flow ul li dl{
		width:100%;
	}
	.flow ul li dl dt{
		font-size: 15px;
    line-height: 21px;
    letter-spacing: 1.5px;
		padding-left:20px;
	}
	.flow ul li dl dd{
		font-size:13px;
		line-height:21px;
		padding-left:20px;
	}
}

/* ##### page bluebox flow END ##### */

/* ##### page clm3 ##### */
.clm3 .clm3_child{
	width:30%;
	margin-bottom:50px;
}
.clm3 .clm3_child figure{
	margin-bottom:20px;
	height:250px;
}
.btn2{
	width:100%;
	height:60px;
	border:1px solid #000000;
	bottom:50px;
}
.btn2 a{
	text-align: center;
	line-height:60px;
	width: 100%;
    display: block;
	position: relative;
	font-size:12px;
	color:#000000;
}
.btn2 a:after{
	position: absolute;
	right:17px;
	top:23px;
	width:15px;
	height:15px;
	content:"";
	background-image:url("/wp-content/themes/tmsi/img/common/btn_right_b.svg");
	background-repeat:no-repeat;
	background-size:contain;
}
@media (max-width: 850px){
	.clm3 .clm3_child{
		width:100%;
	}
}
/* ##### page clm3 END ##### */
/* ##### page img_list ##### */

.img_list{
	width:100%;
}
.img_list .img01{
	width:65%;
	height:600px;
}
.img_list .img02{
	width:35%;
	height:600px;
}
@media (max-width: 850px){
	.img_list .img01{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}
	.img_list .img02{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}
}
/* ##### page img_list END ##### */
/* ##### page precut_contact ##### */
.precut_contact h3{
	width:150px;
	height:150px;
	font-size:16px;
	line-height:150px;
	text-align:center;
	margin:0 auto 50px auto;
	border:1px solid;
}
.precut_contact .flexb .txt{
	width:65%;
	padding:30px;
}
.precut_contact .flexb .txt ul li{
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
}
.precut_contact .flexb .txt .tell{
	font-size:32px;
	text-align:center;
}
.precut_contact .flexb .txt .btn{
	margin:30px auto;
}
.precut_contact .flexb figure{
	width:35%;
}

@media (max-width: 850px){
	.precut_contact .flexb .txt{
		width:100%;
		padding:40px 0;
	}
	.precut_contact .flexb figure{
		width:100%;
		order:-1;
		margin-bottom:30px;
	}
}
/* ##### page precut_contact END ##### */
/* ##### table ##### */
.table_cover{
	flex-direction:column;
}
.top_table{
	border-top:1px solid;	
}
.table{
	border-bottom:1px solid;
	padding:0 40px;
	margin: 0 40px;
}
.table h4{
	padding:15px 10px;
	width:25%;
	font-weight:200;
    display: flex;
    align-items: center;
}
.table ul{
	width:75%;	
}
.table ul li{
	padding:15px 10px;
	border-bottom:1px solid;
	font-weight:200;
}
.table.tl ul li{
	line-height:30px;
}
.table ul li:last-of-type{
	border-bottom:none;
}
@media (max-width: 850px){
	.table{
		flex-direction:column;
		padding:0;
		margin:0;
	}
	.table h4{
		width:100%;
		font-weight: 600;
	}
	.table ul{
		width:100%;	
		margin-bottom:10px;
	}
	.table ul li{
		border-bottom:none;
		padding:5px 10px;
	}	
}
/* ##### table end ##### */
/* ##### swiper-container02 ##### */
.slide-box{
	padding:0 40px;
	position:relative;
}
.swiper-container2{
	margin-bottom:100px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.swiper-container2 .swiper-slide{
	height:600px;	
}
.swiper-button-prev2, .swiper-button-next2 {
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    margin-top: -30px;
    background-size: contain;
	position:absolute;
	z-index:10;
	top:240px;
}     
.swiper-button-prev2 {
    background-image: url(/wp-content/themes/tmsi/img/common/nvg_prev2.svg);
	left:15px;
}
.swiper-button-next2 {
    background-image: url(/wp-content/themes/tmsi/img/common/nvg_next2.svg);
	right:10px;
}
@media (max-width: 850px){
	.slide-box{
		padding:0;
	}
	.swiper-container2 .swiper-slide{
		height:250px;
	}
	.swiper-button-prev2, .swiper-button-next2{
		top:125px;
	}
}
/* ##### swiper-container02 end ##### */

/* ##### history ##### */
.history{
	width:1000px;
}
.history ul{
	border-left:2px solid;
}
.history ul li{
	display:flex;
	justify-content:space-between;
	margin-bottom:60px;
	align-items: center;
}
.history ul li dl{
	width:716px;
	padding-left:70px;
	position:relative;
	box-sizing: border-box;
}
.history ul li dl:before{
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	top: 42px;
	left:-5px;
	background-color:#000000;	
}
.history ul li dl:after{
	position:absolute;
	content:"";
	width:100%;
	height:2px;
	top: 45px;
	left:0;
	background-color:#000000;
}
.history ul li dl dt{
	font-size:24px;
	font-weight:600;
	letter-spacing:4px;
	line-height:40px;
	margin-bottom:20px;
}
.history ul li dl dd{
	line-height:28px;
}
.history ul li figure{
	width:200px;
}
.history ul li figure img{
	width:100%;
	display:block;
}
@media (max-width: 850px){
	.history{
		width:96%;
	}
	.history ul li dl{
		width:60%;
		padding-left:20px;
	}
	.history ul li dl dt{
		font-size:13px;
		line-height:40px;
	}
	.history ul li dl dd{
		font-size:12px;
		line-height:21px;		
	}
	.history ul li object{
		width:35%;
	}
}
/* ##### history END ##### */
/* ##### page staff ##### */
.staff:after{
  content:"";
	width:300px;
	display:block;
}
.staff .staff_child{
	width:30%;
	position:relative;
	height:660px;
	margin-bottom:50px;
}
.staff .staff_child figure{
	width:340px;
	position:absolute;
	height:340px;
	z-index:1;
	top:0;
}
.staff .staff_child:last-of-type{
	height:0;
}
.staff .staff_child .txt{
	width:320px;
	position:absolute;
	z-index:1;
	top:200px;
	right:0;
	background-color:rgba(239,239,249,0.9);
	padding:15px;
	height:460px;
}
.staff .staff_child .txt h3{
	font-size:16px;
	line-height:30px;
	font-weight:600;
	color:#2e3180;
	margin-bottom:20px;
	letter-spacing: 1.5px;
}
.staff .staff_child .txt h3 span{
	font-size:16px;
	line-height:30px;
	font-weight:600;
	color:#2e3180;	
}
.staff .staff_child .txt h3 span.s1{
	display:block;
}
.staff .staff_child .txt h3 span.s2{
	margin-left:5px;
	font-size:13px;
}
.staff .staff_child .txt strong{
	font-size:16px;
	line-height:30px;
	font-weight:800;
	margin-bottom:10px;
	display: block;
}
.staff .staff_child .txt p{
	font-size:13px;
	line-height:28px;
	letter-spacing:1px;
}
@media (max-width: 850px){
	.staff .staff_child{
		width:100%;
	}
	.staff .staff_child figure{
		width:280px;
		height:280px;
		left:0;
		right:0;
		margin:0 auto;
	}
	.staff .staff_child .txt{
		width:100%;
		    height: auto;
	}
}
/* ##### page staff END ##### */

/* ##### page form ##### */
.form{
	width:880px !important;
}
.form dl:first-of-type{
	border-top:1px solid;	
}
.form dl{
	display:flex;
	padding:40px 0;
	border-bottom:1px solid;
	justify-content:space-between;
	align-items:center;
}
.form dl dt{
	width:20%;
	font-size:15px;
	line-height:30px;
	padding-left:30px;
	box-sizing:border-box;
	text-align:center;
}
.form dl dt span{
	color:red;
}
.form dl dd.d2{
	width:70%;
}
.form dl dd input,.form dl dd select{
	border:1px solid;
	line-height:30px;
	font-size:13px;
	width:99%;
	text-indent:10px;
}
.form dl dd select{
	height:30px;
}
.form dl.potal_code dd input{
	width:100px !important;
}
.form dl dd textarea{
	border:1px solid;
	line-height:30px;
	width:100%;
	font-size:13px;
}
.filebox input{
	display: block;
    width: 250px !important;
    border: none !important;
    text-indent: 0 !important;	
}

.filebox label {
    line-height: 24px;
    background-color: #000000;
    color: #ffffff;
    position: relative;
    width: 115px;
    /* overflow: hidden; */
    display: inline-block;
    height: 24px;
    text-align: center;
    font-size: 11px;
    padding: 5px 7px;
	margin-bottom: 10px;
	cursor:pointer;
}
.filebox input {
    line-height: 30px;
	font-size:12px !important;
    width: 260px;
    position: absolute;
    left: 28px;
    top: 0;
}
.filebox input:focus {
outline: none;
}
.filebox .wpcf7-not-valid-tip{
	position:absolute;
	left:300px;
	top:1px;
	width:250px;
}
.submit{
	text-align:center;
	margin:100px 0 20px 0;
}
.submit a{
	color:#808080;
	border-bottom:1px solid #808080;
	display:block;
	width:350px;
	line-height:28px;
	margin:0 auto;
	display:flex;
	align-items: center;
   justify-content: center;
	transition:ease 0.3s;
}
.submit a:hover{
	border-bottom:4px solid #000000;
}
.submit a:after{
	content: "";
   display: inline-block;
   width:16px;
   height: 16px;
   background-image: url(/wp-content/themes/tmsi/img/common/link.svg);
   background-repeat: no-repeat;
   background-size: contain;
   margin-left: 5px;
}
.submit input{
	background-color:#808080;
	width:250px;
	position:relative;
	border:1px solid #808080;
	box-sizing:border-box;
	transition:ease 0.3s;
	line-height:55px;
	text-align:center;
	color:#ffffff;
	font-size:15px;
	margin:30px auto 60px auto;
	display:block;
}

.submit input:hover{
	background-color:#eeeeee;
	color:#000000;
}

.submit input:after{
	position:absolute;
	top:23px;
	right:20px;
	content:"";
	width:28px;
	height:15px;
	display:block;
	background-repeat:no-repeat;
	background-size:contain;
	transition:all 0.3s;
}
.submit input:hover:after{
	right:10px;
}

@media (max-width: 850px){
	.form{
		width:100% !important;
	}
	.form dl{
		flex-wrap:wrap;
		padding:30px 0;
	}
	.form dl dt{
		width:60%;
		padding:0;
		font-size:13px;
		margin-bottom:10px;
		text-align:left;
	}
	.form dl dd.d1.must{
		height:15px;
		line-height:15px;
	}
	.form dl dd.d2{
		width:100%;
	}
	.form dl dd textarea{
		width:94%;
	}
	.submit a{
		width:100%;
	}
}
/* ##### page form END ##### */
/* ##### page access_list ##### */
.access_list ul:before{
	content:"";
	width:23%;
		order: 1;
}
.access_list ul:after{
	content:"";
	width:23%
}
.access_list ul li{
	width:23%;
	border-bottom:1px solid;
	transition:ease 0.3s;
	margin-bottom:20px;
}
.access_list ul li:hover{
	color:#bbbbbb;
	border-bottom:5px solid;
}
.access_list ul li a{
	width:100%;
	display:block;
	text-align:center;
	font-size:13px;
	line-height:30px;
}
@media (max-width: 850px){
	.access_list ul li{
		width:48%;
    display: flex;
    align-items: center;
    height: 60px;
	}
	.access_list ul li a{
		line-height:20px;
		padding:10px 0;
		font-size:12px;
		letter-spacing:1px
	}
}
/* ##### page access_list END ##### */

/* ##### page carousel-box ##### */
.carousel-box{
	overflow:hidden
}
.carousel-box .swiper-container3{
	position:relative;

}
.carousel-box .swiper-slide figure{
	height:147px;
	margin-bottom:20px;
}
.carousel-box .swiper-slide p{
	text-align:center;
}
.carousel-box .swiper-slide{
	padding:40px 25px;
	cursor:pointer;
}
.swiper-button-prev3a,.swiper-button-prev3b,.swiper-button-prev3c, .swiper-button-next3a,.swiper-button-next3b,.swiper-button-next3c {
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    margin-top: -30px;
    background-size: contain;
	position:absolute;
	z-index:10;
	top:120px;
}     
.swiper-button-prev3a,.swiper-button-prev3b,.swiper-button-prev3c {
    background-image: url(/wp-content/themes/tmsi/img/common/nvg_prev2.svg);
	left:-5px;
}
.swiper-button-next3a,.swiper-button-next3b,.swiper-button-next3c {
    background-image: url(/wp-content/themes/tmsi/img/common/nvg_next2.svg);
	right:-10px;
}
@media (max-width: 1000px){
	.carousel-box .swiper-slide figure{
		height:400px;
	}
	.swiper-button-prev3, .swiper-button-next3 {
		top:230px;
	}
}
@media (max-width: 450px){
	.carousel-box .swiper-slide figure{
		height:200px;
	}
	.swiper-button-prev3, .swiper-button-next3{
		top:140px;
	}
}
/* ##### page carousel-box END ##### */
/* ##### page btm_link ##### */
.btm_h3{
	text-align:center;
	font-size:16px;
	margin-bottom:30px;
	font-weight:600;
}
.btm_link{
	margin-bottom:100px;
}
.btm_link.fl3 .btm_link_child{
	width:30%;
}
.btm_link .btm_link_child{
	width:48%;
	height:90px;
	margin-bottom:50px;
	border-top:1px solid;
	border-bottom:1px solid;
	align-items: center;
}
.btm_link .btm_link_child{
	position:relative;
}
.btm_link .btm_link_child::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #eeeeee;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btm_link .btm_link_child:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btm_link .btm_link_child .img{
	position:relative;
	width:120px;
	height:90px;
}
.btm_link .btm_link_child .img figure{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
.btm_link .btm_link_child .img:after{
	position:absolute;
	top:0;
	content:"";
	background-color:rgba(0,0,0,0.5);
	z-index:2;
	width:100%;
	height:100%;
}
.btm_link .btm_link_child .img p{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	font-size:10px;
	color:#ffffff;
	z-index:3;
    text-align: center;
    line-height: 90px;
}
.btm_link .btm_link_child > p{
	width: calc(100% - 120px);
   text-indent: 20px;
	font-weight:600;
}
@media (max-width: 850px){
	.btm_link .btm_link_child{
		width:100% !important;
		margin-bottom:30px;
	}
	.btm_link .btm_link_child > p{
		text-indent:10px;
	}
}
/* ##### blog ##### */
.clm_cover{
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1250px;
}
.clm_cover .main_clm{
	width:100%;
}
.clm_cover .side_clm{
	width:200px;
}
.yealy_archive li{
	margin-bottom:20px;
}
.yealy_archive li a{
	font-size:17px;
	color:#808080;
}

.cate_list{
	margin-bottom:100px;
}
.cate_list li:first-of-type{
	border-left:none;
}
.cate_list li{
    border-top: none;
    border-right: none;
    border-bottom: #464743 1px solid;
    width: 25%;
}
.cate_list li a{
	font-size:15px;
	line-height:50px;
	text-align:center;
	width:100%;
	display:block;
	transition:ease 0.3s;
}
.cate_list li a:hover{
	background-color:#fff;
	color:#607a40;
}

.cate_list li.news a{
	background-color:#fff;
	color:#607a40;
}
.category .cate_list li.news a:hover{
	background-color:#fff;
	color:#607a40;
}
.tag .cate_list li.news a{
	background-color:#ffffff;
	color:#000000;		
}
.tag-37 .cate_list li.column a{
background-color: #fff;
    color: #607a40;	
}
.category .cate_list li.news a{
background-color: #fff;
    color: #607a40;
}
.category-news .cate_list li.news a{
background-color: #fff;
    color: #607a40;
}
.category-event .cate_list li.event a{
background-color: #fff;
    color: #607a40;
}
.category-market .cate_list li.market a{
background-color: #fff;
    color: #607a40;
}
.category-hukiage .cate_list li.market a{
background-color: #fff;
    color: #607a40;
}
.category-tsukuba .cate_list li.market a{
background-color: #fff;
    color: #607a40;
}
.category-kashiwa .cate_list li.market a{
background-color: #fff;
    color: #607a40;	
}
.category-oyama .cate_list li.market a{
background-color: #fff;
    color: #607a40;	
}
.category-mie .cate_list li.market a{
background-color: #fff;
    color: #607a40;
}
.category-column .cate_list li.column a{
background-color: #fff;
    color: #607a40;
}
.blog_list article{
    width: 100%;
    height: 270px;
    position: relative;
    margin-bottom: 50px;
}
.blog_list .error{
	margin-bottom:100px;
}
.blog_list article > a {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 50px;
    right: 0;
    height: 200px;
    z-index: 2;
    max-width: 370px;
}
.blog_list article > a figure{
	height:100%;
	box-shadow: 0;
}
.blog_list article .blog_box{
    position: absolute;
    width: 100%;
    background-color: unset;
    padding: 40px 50px 40px 480px;
    z-index: 1;
    top: 0;
    height: 100%;
}
.blog_list article .blog_box .date{
font-size: 17px;
    margin-bottom: 20px;
    font-weight: 700;
}
.blog_list article .blog_box h3{
font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 20px;
}
.screen-reader-text{
	display:none;
}
.nav-links{
	display:flex;
	justify-content:center;
	margin:20px 0 100px 0;
}
.nav-links span,.nav-links a{
	font-size:20px;
	width:40px;
	line-height:30px;
   display: block;
	text-align:center;
}
.nav-links a.prev,.nav-links a.next{
	font-size:16px;
}
.post-categories li{
	background-color:#9d9d9d;
	width:130px;
}
.post-categories li a{
	width:100%;
	display:block;
	text-align:center;
	line-height:30px;
	color:#ffffff;
}
.tag_list li{
	background-color:#9d9d9d;
	width:130px;
	margin-bottom:10px;
}
.tag_list li a{
	width:100%;
	display:block;
	text-align:center;
	line-height:30px;
	color:#ffffff;
}
.blog_txt h2{
	font-size:18px;
	text-align:left;
	margin-bottom:10px;
}
.blog_txt .date{
	margin-bottom:20px;	
}
.blog_txt img{
	width:100%;
	margin:0 auto 10px auto;
	display:block;
}
.blog_txt img.w30{
	width:30%;
}
.blog_txt img.w40{
	width:40%;
}
.blog_txt img.w50{
	width:50%;
}
.blog_txt img.w60{
	width:60%;
}
.blog_txt img.w70{
	width:70%;
}
.blog_txt img.w80{
	width:80%;
}
.blog_txt img.w90{
	width:90%;
}
.blog_txt p{
	line-height:28px;
	margin-bottom:10px;
}

.sns-btn{
	max-width:200px;
	width:80%;
	margin:50px auto;
}
.sns-btn li a{
	border:2px solid;
	border-radius:50%;
	display:block;
}
.sns-btn li a svg{
	width:50px;
	height:50px;
	display:block;
}
.single_pgn {
	width:400px;
	margin:80px auto;
}
.single_pgn a{
	font-size:18px;
	position:relative;
	width:100px;
	display:block;
	text-align:center;
	position:relative;
}
.single_pgn a:after{
	content: "";
   display: inline-block;
   background-color: #000000;
   height: 1px;
   width: 0;
   position: absolute;
   bottom: -10px;
   left: 0;
   opacity: 1;
   -webkit-transition: all .4s;
   -moz-transition: all .4s;
   transition: all .4s;	
}
.single_pgn .prev{
	width:100px;
}
.single_pgn .next{
	width:100px;
}
.single_pgn a:hover:after{
	 width: 100%;
    opacity: 1;
}

.single_pgn .center a{
	width:150px;	
}
@media (max-width: 850px){
	.clm_cover{
		flex-direction:column;
		margin-bottom:100px;
		width:100%;
	}
	.clm_cover .main_clm{
		width:100%;
	}
	.clm_cover .side_clm{
		width:100%;
	}
	.blog_list article{
		width:100%;
	}
	.cate_list{
		margin-bottom:20px;
	}
	.cate_list li{
		width:50%;
    border-top: none;
    border-right: none;
    border-left: none;
		border-bottom: #464743 1px solid;
		margin-bottom:10px;
	}
	.sp_yearly_archive{
		width:100%;
		margin-bottom:50px;
	}
	.sp_yearly_archive select{
		width:95%;
		margin:0 auto;
				background-color:#808080;
		display:block;
		height:60px;
		color:#ffffff;
	   padding: 20px;
		font-size: 14px !important;
	}
	.single_pgn{
		width:100%;
		padding:0 20px;
	}
	.single_pgn a{
		width:50px;
		font-size:14px;
		display: block;
		margin: 0 auto;
	}
	.single_pgn a:after{
		width:50px;
	}
	.single_pgn .center a{
		width:80px;	
	}
	.single_pgn .center a:after{
		width:80px;
	}
}
/* ##### blog END ##### */
/* ##### page mbox ##### */

.mbox{
	width:1040px;
	padding:140px;
	background-color:#f0f0fa;
	margin: 0 auto;
}
.mbox h2{
	font-size:20px;
	margin-bottom:20px;
}
.mbox .mbox_inner{
	align-items:center;
}
.mbox .mbox_inner .left{
	width:48%;
}
.mbox .mbox_inner figure{
	width:48%;
	height:250px;
}
.mbox p{
	margin-bottom:10px;
}
.mbox dl{
	margin-bottom:20px;
}
.mbox dl dt{
	margin-bottom:10px;
}
.mbox dl dt:before{
	content:"["
}
.mbox dl dt:after{
	content:"]"
}
@media (max-width: 850px){
	.mbox{
		width:95%;
		padding:50px;
	}
	.mbox .mbox_inner{
		flex-direction:column;
	}
	.mbox .mbox_inner .left{
		width:100%;
	}
	.mbox .mbox_inner figure{
		width:100%;
		height:auto;
	}
}
/* ##### page mbox END ##### */
/* ##### page geeting ##### */
.greeting .txt{
	font-size:13px;
	text-align:center;
	line-height:28px;
	margin-bottom:60px;
}
.greeting figure{
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto 10px auto;
}
.greeting .name{
	font-size:12px;
	display: block;
   text-align: center;
}
@media (max-width: 850px){
	.greeting .txt{
		font-size:15px;
		text-align:justify;
		line-height:30px;
		margin-bottom:50px;
	}
	.greeting .name{
		font-size:15px;
		text-align:center;
	}
}
/* ##### page greeting END ##### */

/*sdgs*/
.sdgs_logo{
	width:90%;
	margin:0 auto;
}
.sdgs_logo figure{
	width:31%;
	margin:0 0 0 10px !important;
}
.sdgs_logo figure:first-of-type{
	margin-left:0px !important;
}
@media (max-width: 850px){
.sdgs_logo{
	width:100%;
}	
}
/*sdgs*/
.sdgs_mark{
	width:36%;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
}
.sdgs_mark figure{
	width:50%;
}
.tc1_box_e{
	width:350px;
	align-items:center;
	    position: absolute;
	left:0px;
	bottom:100px;
}
.tc1_box_e h4{
	font-size:20px;
	color:#fff;
	height:60px;
	padding-right:10px;
	border-right:1px solid #fff;
	display:flex;
	align-items:center;
}
.tc1_box_e ul{
	width:270px;
	height:60px;
	overflow:hidden;
	padding-left:10px;
}
.tc1_box_e a{
	font-size:14px;
		color:#fff;
	height:60px;
	display:flex;
	align-items:center;
}

@media (max-width: 850px){
.tc1_box_e{
	width:320px;
	left:0;
	right:0;
	margin:0 auto;
	bottom:100px;
}
.tc1_box_e h4{
	font-size:18px;
}
.tc1_box_e ul{
	width:240px;
}
}

.pdf2{
	display:flex;
	justify-content:space-between;
	padding:0 100px;
}
.pdf2 .pdf-block{
		width:450px;
}
.pdf2 figure{
	width:100%;
		border:1px solid;
	margin-bottom:30px;
}

.pdf2 .pdf-block p{
	font-size:14px;
	text-align:center;
}

@media (max-width: 850px){
	.under .coc{
		border-top:1px solid #ccc;
		width: calc(100% - 40px);
		padding:50px 0 0 0;
	}
	.under .coc h2{
		font-size:20px;
		line-height:28px;
	}
	.pdf2{
	padding:0;
}
	.pdf2 .pdf-block{
		width:100%;
		margin-bottom:20px;
}
	.pdf2 figure{
	width:80%;
	margin:0 auto 30px auto;
}
	.pdf2 .pdf-block p{
	font-size:12px;
}
}


.certification-logo figure{
	width:40%;
}

	.certification-solution .btn{
		width:100%;
	}
.certification-solution .img_bluebox .bluebox .bb_clm2b div.bc_child{
	width:50%;
}

.certification-logo{
	display:flex;
	justify-content:space-between;
	padding-top:30px;
	width:250px;
}
@media (max-width: 850px){
	.certification-logo{
		width:80%;
		margin:0 auto;
		padding:0 0 30px 0;
}
	.certification-solution .btn{
		margin:0 auto;
	}
}




/* ニュースリリース */

/* カテゴリータブのスタイル */
.cate_list {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.cate_list li {
  position: relative;
  text-align: center;
  flex: 1;
}

.cate_list li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

/* アクティブ状態のスタイル */
.cate_list li.active a {
    color: #607a40;
    font-weight: bold;
}

/* マーカー（下線）のスタイル */
.cate_list li .marker {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 10%;
    width: 80%;
    height: 5px;
    background-color: #607a40;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .cate_list {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .cate_list li {
    flex: 0 0 auto;
    padding: 0 15px;
  }
}

/* ニュース記事のスタイル */
.blog_list {
  margin-top: 20px;
}

.news_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news_content {
  display: flex;
  flex-direction: column;
}

.news_meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news_meta .date {
  margin-right: 15px;
  color: #666;
}

.tag_buttons {
  display: flex;
  gap: 10px;
}

.tag_btn {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
}

.news_title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.news_title a {
  color: #333;
  text-decoration: none;
}

.news_title a:hover {
  text-decoration: underline;
}

.news_image {
  margin-top: 10px;
}

.news_divider {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
}

/* レスポンシブ対応 */
@media screen and (min-width: 768px) {
  .news_content {
    flex-direction: row;
    align-items: center;
  }

  .news_meta {
    flex-direction: column;
    align-items: flex-start;
    width: 120px;
    margin-right: 20px;
  }

  .news_title {
    flex: 1;
  }

  .news_image {
    width: 200px;
    margin-left: 20px;
    margin-top: 0;
  }
}

/* ofimgクラスのスタイル */
.ofimg {
    display: block;
    width: 100%;
    height: 200px; /* 固定の高さを設定 */
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.ofimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    display: block;
}

.ofimg:hover img {
    transform: scale(1.05);
}

/* ブログリストのスタイル */
.blog_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin: 50px 0;
}

.blog_list article {
    flex: 0 0 calc(100%);
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: unset;
    transition: transform 0.3s ease;
    border-bottom: 1px solid #464743;
}

.blog_list article:hover {
    transform: translateY(-5px);
}

.blog_box {
    padding: 15px;
}

.blog_box .date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog_box h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog_box h3 a {
    color: #333;
    text-decoration: none;
}

.blog_box h3 a:hover {
    color: #0073aa;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .blog_list article {
        flex: 0 0 calc(100%);
    }
}

@media (max-width: 480px) {
    .blog_list article {
        flex: 0 0 100%;
    }
    .ofimg {
        height: 150px;
    }
}

/* No Image画像の特別なスタイル */
.ofimg img[alt="No Image"] {
    opacity: 0.6;
    background-color: #f0f0f0;
}

.blog_box .tag {
	display: inline-block;
}

.tagicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
	margin: 15px 0 0 0;
}

.tagicon li {
    border: 1.5px solid #607a40;
    color: #607a40;
    border-radius: 10px;
    padding: 2px 20px;
	font-weight:600;
}

.tagicon li a {
    color: #607a40;
    word-break: keep-all;
}

@media screen and (min-width: 851px) {
    #blog-breadcrumb {margin-bottom: -50px;}
}

@media screen and (max-width: 850px) {
	.blog_list article {
		height:auto;}
	.blog_list article > a {
	    position: relative;
    display: block;
        margin: auto;
        left: 0;
        top: 0;
	}
	.blog_list article .blog_box {	
	    position: relative;
    padding: 40px 0;
	}
}