@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #000;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif , "MS-P 明朝";
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

.mainContainer {
	width: 100%;
}
img {
	vertical-align: top;
}

section,
article {
	display: block;
}

li {
	list-style-type: none;
}
a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.botline {
	border: 1px solid #000;
	width: 50px;
	margin: 20px auto;
}

/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	border-bottom-color:#fff;
	background-size: cover;
}

.toppage header {
	height: auto !important;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
	top: 20px;
	left: 20px;
}

header.sub_top_view {
	background-image: url(../img/top/01.jpg);
}

/*グローバルナビゲーション-------------------------------------------*/

#globalNavi {
	font-size: 16px;
	cursor: pointer;
}

/*パン屑-------------------------------------------*/
.breadcrumbs {
	display: block;
	padding: 10px;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	clear: both;
	margin: 50px 0 30px 0;
}
h2 {
	font-size: 28px;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
	padding-top: 5px 0;
	position: relative;
	display: block;
	font-weight: normal;
}
.top-sec-title {
	font-size: 28px ;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
	padding-top: 5px 0;
}
.section__subtitle {
	font-size: 32px;
	font-weight: bolder;
}
.section__subtitle span {
	font-size: 12px;
	color: #505050;
	padding-left: 20px;
	letter-spacing: 2px;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
	bottom: 20%;
	left: 5%;
	z-index: 100;
}
.top_view__message h2{
	color: #fff;
	font-size: 35px;
	text-align: left;
	padding: 5px;
	line-height: 50px;
}

/*TOP メニュー-------------------------------------------*/
.top-menu{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	width: 100%;
	overflow: hidden;
	background: #fdffdd5c;
}
.tp__menu-item-left{
	width: 60%;
	margin-right: auto;
}
.tp__menu-item-right{
	position: absolute;
	top:0;
	right:0;
	width: 40%;
}

.top-menu-title{
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-top: 5px 0;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
}
.top-menu-title span{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: normal;
}
.tp__menu-text-bottom{
	position: absolute;
	bottom: -30px;
	left: 100px;
}
.top-menu-more{
	padding: 100px 50px;
	color: #000;
	background: #fff;
}
.top-menu-text {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	line-height: 32px;
	color :#333333;
}
.btn__line-right{
	position: absolute;
	top:50%;
	right: 10%;
	transform: translate(-50%, -50%);
	border-bottom: solid 1px #4f4f4f;
	width: 50px;
}

/*TOP こだわり-------------------------------------------*/
.top-concept{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	width: 100%;
	overflow: hidden;
	background: #fdffdd5c;
}
.tp__concept-item-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
}
.tp__concept-item-right{
	width: auto;
	margin-left: auto;
}
.top-concept-title{
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-top: 5px 0;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
}
.top-concept-title span{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: normal;
}
.tp__concept-text-bottom{
	position: absolute;
	bottom: -30px;
	left: 100px;
}
.top-concept-more{
	padding: 100px 50px;
	color: #000;
	background: #fff;
}
.top-concept-text {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	line-height: 32px;
}
.btn__line-left{
	position: absolute;
	top:50%;
	right: 10%;
	transform: translate(-50%, -50%);
	border-bottom: solid 1px #4f4f4f;
	width: 50px;
}

/*TOP ボタン-------------------------------------------*/
a.tpbox__btn {
	text-align: center;
}
.tpbox__btn:hover {
	opacity: 0.7;
}

.tpbox__btn{
	position: relative;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 40px;
	background-color: #fff;
	border: solid 1px #000;
	text-align: center;
	width: 45%;
	margin: 0 auto;
	margin-top: 20px;
}
.tpbox__btn a{
	display: block;
	width: 100%;
}
.yajirusi_horizontal::before{
	position: absolute;
	top: 18px;
	right: -25px;
	width: 50px;
	height: 1px;
	background: #8c8c8c;
	content: "";
}

a.tpbox__btn-2 {
	text-align: center;
}
.tpbox__btn-2:hover {
	opacity: 0.7;
}

.tpbox__btn-2{
	position: relative;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 40px;
	background-color: #fff;
	border: solid 1px #000;
	text-align: center;
	width: 55%;
	margin-top: 20px;
}
.tpbox__btn-2 a{
	display: block;
	width: 100%;
}
.yajirusi_horizontal-2::before{
	position: absolute;
	top: 18px;
	right: -25px;
	width: 50px;
	height: 1px;
	background: #8c8c8c;
	content: "";
}

/*TOP 会社概要-------------------------------------------*/
.comapany__img{
	overflow: hidden;
	width: 100%;
	height: auto;
}
.sec__company{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: hidden;
}
.sec__company h2{
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
	padding-top: 5px 0;
	font-weight: bold;
	margin-top: 20px;
	color:#000;
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
}
.tp__company-item-left{
	width: 40%;
	margin: 0 5%;
}
.tp__company-item-right{
	width: 40%;
	margin: 0 8% 0 2%;
}
.tp__company-text{
	padding: 20px 50px;
	margin-left: auto;
	margin-right: auto;
}
.tp__company-text span{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: normal;
}
.tp__company-text p{
	font-size: 15px;
}
.tp__company-text2{
	padding: 20px 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.tp__company-text2 p {
	font-size: 15px;
	margin: 10px 0;
}

/*TOP　TOPICS-------------------------------------------*/

.news_topics{
	display: flex;
	margin-top: 40px;
}
.news_topics ul {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.tp__news-text {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
	padding-top: 5px 0;
	width: 30%;
	margin-left: 30px;
	margin-right: 30px;
}
.tp__news-text span{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: normal;
}
.news_topics ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	letter-spacing: 2px;
}
.news_topics ul li:first-child {
	padding-top: 20px;
	border-top: solid 1px #000;
}


/*TOP googlemap-------------------------------------------*/
.topGoogleMap{
	width: 100%;
	height: 350px;
	filter:grayscale(100%);-webkit-filter:grayscale(100%)
}

/*フッター-------------------------------------------*/
footer {
	clear: both;
	display: block;
	color: #fff;
	background-color: #000;
}
.footer_block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.footer_block ul li a {
	text-decoration: none;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	color: #fff;
}
.footer_block ul li a:hover {
	opacity: 0.5;
}
.footer_block ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_block ul li ul {
	width: 100% !important;
}
small {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 15px 0;
	display: block;
	background: #000;
	color: #fff;
}
.footer_block__inner ul li {
	font-size: 14px;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 30px;
	z-index: 200;
	background: #fff;
}
.footerToTop a {
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 15px;
	margin-top: 20px;
}
.footerToTop:hover {
	opacity: 0.7;
}

/*サブページ　CONCEPT-------------------------------------------*/
.tpbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tpbox1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 50px 0;
}
.tpbox__itemleft {
	width: 48%;
	flex-direction: column-reverse;
}
.tpbox__itemright {
	width: 48%;
	height: auto;
}
.tpbox__itemright h2 {
	font-size: 24px;
	text-align: left;
}
img.tpbox__img {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*サブページ　MENU-------------------------------------------*/
.menu__Categorytitle {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #666;
	display: block;
	border: 1px solid #FFFFFF;
}
.sectionBlock table.menuTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionBlock table.menuTable th{
	color: #000;
	letter-spacing: 2px;
	width: 40%;
	text-align: left;
	margin-left: 10%;
}


/*サブページ　会社概要、お問い合わせ-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.sectionBlock table.company_table,
#mail_form table.mail_formTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionBlock table.company_table th,
.sectionBlock table.company_table td {
	padding: 20px;
	font-size: 14px;
	border-bottom: solid 1px #E3E3E3;
}
.sectionBlock table.company_table th {
	color: #000;
	letter-spacing: 2px;
}
/*お問い合わせのページ-------------------------------------------*/
#mail_form table.mail_formTable th {
	text-align: right;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	color: #666;
}
.sectionBlock #mail_form table.mail_formTable th p {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}
#mail_form table.mail_formTable td {
	padding: 20px;
	border-bottom:solid 1px #CCC;
	font-size: 14px;
}
form input.mail_formBtn {
	font-size: 18px;
	background-color: #666;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	line-height: 24px;
}
form input.mail_formBtn:hover {
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	cursor: pointer;
}
#mail_form table.mail_formTable tr:last-child td{
	border-bottom:none;
}

.mf__inquiry,
.mf,
input,
textarea{
	width: 60%;
	font-size: 16px;
	padding: 2px 0;
}

@media screen and (min-width:1100px) {

/*ヘッダー-------------------------------------------*/
header {
	height: 220px;
}

.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}
.headerBgCover__sub{
	height: 50px;
}

/*PCグローバルナビ-------------------------------------------*/
#globalNavi {
	width: 100%;
	display: block;
	height: 150px;
	position: absolute;
	z-index: 1000;
	right: 100px !important;
	top: -25px;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	height: 80px;
	width: 1100px;
	float: right;
	display: block;
	text-align: right;
}

#globalNavi ul li{
	width: 125px;
	height: 150px;
	display: inline-block;
}

#globalNavi li a {
	width: 125px;
	height: 150px;
	display: table-cell;
	color: #fff;
	text-decoration: none;
	text-align: -webkit-auto;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	text-align: center;
}
#globalNavi li a:hover {
	opacity: .7;
}

/*メインコンテンツ-------------------------------------------*/

.sectionBlock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	/* padding-top: 80px;
	padding-bottom: 50px; */
	overflow: hidden;
}

.breadcrumbs ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*フッター-------------------------------------------*/
.footer_block  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 240px;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer_block .footer_block__inner ul {
	display: flex;
	justify-content: center;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}
.mainContainer {
	width: 90%;
	margin-left: 5%;
	overflow: hidden;
}

/*ヘッダー-------------------------------------------*/

header {
	height: 100px;
}

header h1 {
	left: 80px;
	top: 45px;
	width: 180px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.top_view__message {
	left: 5%;
}


/*メニューボタン-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 60px;
	width: 70px;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	z-index: 5000;
	top: 15px;
	right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened span {
	background-color: #585858;
}
.menuTrigger span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #fff;
}
.menuTrigger span {
	transition: all 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.menuTrigger span.top {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
}
.menuTrigger span.bottom {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
}
.menuTrigger:hover span.top {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
.menuTrigger:hover span.bottom {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}
.menuTrigger.opened  span.middle {
	background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
}
.menuTrigger.opened  span.top {
	transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
}
.menuTrigger.opened  span.bottom {
	transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
}

/*グローバルナビ-------------------------------------------*/
#globalNavi {
	position: fixed;
	width: 100%;
	height: 55%;
	padding-top: 80px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNavi ul li a {
	color: #000;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 22px;
	padding: 10px 35px;
	text-align: right;
}
#globalNavi ul li a:hover {
	opacity: 0.5;
}


/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
margin: 50px 0 10px 0;
}

.tpbox__btn {
	margin-left: 50px;
	width: 60%;
}
.tpbox__btn-2 {
	width: 70%;
}

/* TOP メニュー */
.top-menu {
	background: #fff;
}
.top-menu {
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}
.tp__menu-item-left {
	width: 100%;
}
.tp__menu-item-right {
	width: 100%;
	position: unset;
}
.top-menu-title {
	font-size: 24px;
	padding: 0px 50px;
	text-align: left;
}
.top-menu-text {
	font-size: 15px;
	text-align: left;
	padding: 0 50px;
}
.top-menu-more {
	padding: 50px 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/* TOP こだわり */
.top-concept {
	background: #fff;
}
.top-concept {
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column-reverse;
	margin-bottom: 10px;
}
.tp__concept-item-left {
	width: 100%;
	position: unset;
}
.tp__concept-item-right {
	width: 100%;
}
.top-concept-title {
	font-size: 24px;
	padding: 0px 50px;
	text-align: left;
}
.top-concept-text {
	font-size: 15px;
	text-align: left;
	padding: 0 50px;
}
.top-concept-more {
	padding: 50px 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/* 会社概要 */
.top-menu-title {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 30px;
	padding-top: 5px 0;
	font-weight: bold;
}
.top-sec-title {
	font-size: 24px;
	line-height: 35px;
}
.sec__company {
	flex-wrap: wrap;
	width: 100%;
}
.tp__company-item-right {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tp__company-item-left {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.tp__company-textbox{
	margin-bottom: 50px;
}
.sec__company h2 {
	margin-top: 0;
	font-size: 24px;
}
.tp__company-text {
	padding: 0px 50px;
}
.tp__company-text2 {
	padding: 0px 50px;
}
/* TOP 新着情報 */
.news_topics ul {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.news_topics {
	margin-top: 20px;
}
.tp__news-text {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-top: 5px 0;
	font-weight: bold;
}
/*トップフォーム-------------------------------------------*/
.top_view__message {
	display: none;
}

/*フッター-------------------------------------------*/
.footer_block .footer_block__inner {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 24%;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	width: 100%;
	padding-right: 5px;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_block .footer_block__inner ul {
	display: flex;
	justify-content: center;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:768px) {

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	display: none;
}


/*メインコンテンツ-------------------------------------------*/

.sectionBlock {
	clear: both;
	margin-top: 50px;
	margin-bottom: 0;
}

.top-sec-title{
	font-size: 22px;
	line-height: 28px;
}

/* TOPメニュー */
.top-menu-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.tp__menu-item-left p,
.tp__menu-item-right p{
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
}
.tp__menu-text-bottom {
	bottom: -20px;
}
/* TOPこだわり */
.top-concept-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.tp__concept-item-left p,
.tp__concept-item-right p {
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
}
/* TOP会社情報 */
.sec__company h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.sec__company p {
	font-size: 13px;
}
.tp__company-text2 {
	padding: 0px 50px;
}
/* TOPお知らせ */
.news_topics {
	flex-wrap: wrap;
	margin-top: 0px;
}
.news_topics ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.news_topics ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 13px;
}

/*コンセプト　こだわりのフレックスボックス*/
.tpbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tpbox1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
	flex-direction: column-reverse;
}
.tpbox :nth-child(odd) {
	flex-direction: row-reverse;
}
.tpbox__itemleft {
	width: 100%;
}
.tpbox__itemright {
	width: 100%;
	padding-top: 20px;
}
.tpbox__img:nth-child(odd) {
	display: block;
	width: 100%;
	flex-direction: column-reverse;
}
.tpbox__itemright h2 {
	margin-bottom: 10px;
}
.tpbox__itemright p{
	font-size: 13px;
}


/*テーブル-------------------------------------------*/
.sectionBlock table.company_table th,
.sectionBlock table.company_table td,
.sectionBlock table.mail_formTable th,
.sectionBlock table.mail_formTable td {
	display: block;
	padding: 15px;
	text-align: left;
}
.sectionBlock table.mail_formTable th,
.sectionBlock table.mail_formTable td {
	text-align: center !important;
}
.sectionBlock table.mail_formTable th {
	border-right: none !important;
}


/*フッター-------------------------------------------*/
.footer_block .footer_block__inner .footerRight {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_block .footer_block__inner .footerRight p {
	line-height: 26px;
	margin-bottom: 0px;
}
img.footerLogo {
	width: 70%;
	margin-left: 15%;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:568px) {
.tpbox__btn {
	padding: 0px 25px;
	margin-left: 25px;
}
.tpbox__btn-2 {
	padding: 0px 15px;
}
/* TOP　メニュー */
.top-menu-title {
	font-size: 18px;
	line-height: 25px;
	padding: 0px 25px;
}
.top-menu-text {
	font-size: 13px;
	padding: 0px 25px;
}
/* TOPコンセプト */
.top-concept-title {
	font-size: 18px;
	line-height: 25px;
	padding: 0px 25px;
}
.top-concept-text {
	font-size: 13px;
	padding: 0px 25px;
}
/* TOP会社情報 */
.sec__company h2 {
	font-size: 18px;
	line-height: 25px;
}
.tp__company-text {
	padding: 0px 25px;
}
.tp__company-text2 {
	padding: 0px 25px;
}
/* TOP新着情報 */
.tp__news-text {
	width: 100%;
}
.tp__news-text {
	font-size: 18px;
	line-height: 25px;
	/* padding: 0px 25px; */
}

.section__subtitle {
	font-size: 24px;
	margin-bottom: 0;
}
.section__subtitle span {
	font-size: 12px;
	padding-left: 5px;
}


/*フッター-------------------------------------------*/
.footer_block .footer_block__inner {
	width: 100%;
}
.footer_block ul li .listTitle {
	font-size: 12px;
	letter-spacing: 0px;
}
.footer_block ul li a {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
}
.footer_block .footer_block__inner ul {
	width: 50%;
}
.footer_block .footer_block__inner ul li{
	font-size: 13px;
	text-align: left;
}
.footer_block .footer_block__inner ul {
	display: block;
	display: flow-root;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}



}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {
.tpbox__btn {
	font-size: 13px;
	padding: 5px 0px;
	line-height: 25px;
}
.tpbox__btn-2 {
	font-size: 13px;
	padding: 5px 0px;
	line-height: 25px;
}
.yajirusi_horizontal::before {
	top: 17px;
	width: 40px;
}
.yajirusi_horizontal-2::before {
	top: 17px;
	width: 40px;
}

.sectionBlock .news_topics ul li {
	margin-top: 10px;
	font-size: 13px;
}

.tpbox__itemright h2 {
	font-size: 16px;
}

.footer_block .footer_block__inner ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 0 5%;
	font-size: 13px;
	text-align: center;
}

.mf__inquiry,
.mf,
input,
textarea{
	width: 80%;
}



}
/*-----（/～400）-----*/


/*スライドショー---------------------------------------------------------*/
.top_view {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_view img.imgBase {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_view img.topImg01,
.top_view img.topImg02,
.top_view img.topImg03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top_view img.topImg02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_view img.topImg03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
		-webkit-filter: opacity(50%);
		-moz-filter:opacity(50%);
		-ms-filter:opacity(50%);
		filter: opacity(50%);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
		-webkit-filter: opacity(100%);
		-moz-filter: opacity(100%);
		-ms-filter: opacity(100%);
		filter: opacity(100%);
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*アイテムのエフェクト-------------------------------------------*/
.itemEffect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.itemEffect.delay02 {
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}
.itemEffect.delay04 {
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.itemEffect.delay06 {
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.itemEffect.delay08 {
	transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
}
.itemEffect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
