@charset "UTF-8";

/*hover */
/*-----------------------*/

.red-l {
color: #c30813;
}
.red-l:hover {
color: #c30813;
	text-decoration:underline;
}


.hover a {
	-webkit-transition: 350ms;
	transition: 350ms;
}

.hover a:hover {
	opacity: 0.7;
}

a.hover {
	-webkit-transition: 350ms;
	transition: 350ms;
}

a.hover:hover {
	opacity: 0.7;
}
.link { text-decoration: underline; color: #30868E; }
.ua-nontouch .link:hover { text-decoration: none; color: #30868E; }


body {
	font-size: 15px;
	padding-top: 80px;
	border-bottom: #c30813 solid 10px;
	color:#151515;
}
@media (max-width: 991px) {

body {
	padding-top: 65px;
}
}
@media (max-width: 575px) {

body {
	padding-top: 67px;
}
}

img {
	height: auto;
}

/*------------------------------------------------------------*/
/* 共通の見出し用 CSS */
/*------------------------------------------------------------*/



.title-h2 {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	line-height: 1.3;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.title-h2::after {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 100px;
	margin: 0 auto;
	content: '';
	border-bottom: #c30813 solid 3px;
}

.title-h2-white {
	color: white;
}

.title-h2-white::after {
	border-bottom: white solid 3px;
}

.title-h2 .term-name {
	font-size: 14px;
	margin: 10px;
}

.border-title {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	color: #c30813;
}

.border-title span.border-title-span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

.border-title span.border-title-span::before, .border-title span.border-title-span::after {
	position: absolute;
	top: 50%;
	width: 400%;
	height: 1px;
	content: '';
	background-color: #c30813;
}

.border-title span.border-title-span::before {
	right: 100%;
}

.border-title span.border-title-span::after {
	left: 100%;
}

.under-border-title {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	position: relative;
	margin: 0 0 40px;
	padding: 0 .4em .1em;
	text-align: center;
	color: #c30813;
}

.under-border-title::after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-color: #e8effc;
}


.frame-shadow {
    padding: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
    background-color: #fff;
}


.bg-glay {
    padding: 30px;	
	    background-color: #efefef;
	
}







@media (max-width: 991px) {

.frame-shadow {
    padding: 20px 15px;
  
}
	
	

.bg-glay {
    padding: 15px;
	
}	
	
	
	
	
}

/*------------------------------------------------------------*/
/* more・Read more　のボタン用 CSS */
/*------------------------------------------------------------*/



.button000 {
	display: inline-block;
	padding: 15px 25px;
	-webkit-transition: 250ms;
	transition: 250ms;
	text-align: center;
    color: #c30813;
    border: solid 1px #c30813;
	background: white;
}

.ua-nontouch .button000:hover {
	color: white;
	background-color: #c30813;
}

.button000 p {
	display: inline-block;
	margin: 0 5px;
}

.readmore-wrap {
	position: relative;
	margin: 30px auto 0;
	text-align: center;
}

.button001 {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	color: white;
	background: #c30813;
}

.button001 img {
	margin: 5px 20px 10px 0;
}

/*------------------------------------------------------------*/
/* ページネーション用 CSS */
/*------------------------------------------------------------*/



.pagination {
	margin: 0 auto;
	text-align: center;
}

.nav-links .page-numbers {
	padding: .25em;
	border: solid 1px #ccc;
		background-color: #fff;
}

.nav-links .page-numbers:hover {
	color: white;
	background: #c30813;
}

.nav-links .current {
	color: white;
	border: none;
	background: #c30813;
}

.nav-links .current:hover {
	background: #c30813;
}



/* headerset008 */
/*--------------------------------------------------*/





.nav008-scrolled .header008 {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}







/* PC */
@media (min-width: 992px) {

/* header008 --------------------------------------*/

.header008 {
	position: fixed;
	z-index: 10000;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 10px 3%;
	-webkit-transition: 300ms;
	transition: 300ms;
	letter-spacing: .1em;
	background-color: rgba(255, 255, 255, .75);/*    box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
}

.header008-inner {
	position: relative;
}

.header008-logo {
/* empty */
}

/* nav008 --------------------------------------*/
  /* 親 */

.nav008 {
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	/*    height: 2.4em;*/
	margin: auto 0;
}

.nav008-parent {
	display: table;
	margin-right: -20px;
}

.nav008-parent > li {
	position: relative;
	display: table-cell;/*  padding: 0 .7em;*/
}

.nav008-parent > li > a {
	font-size: 14px;
	line-height: 1;
	position: relative;
	display: inline-block;
	    padding: 1.25em 1em;
	-webkit-transition: 300ms;
	transition: 300ms;
	vertical-align: middle;
}

/*
  .nav008-parent > li > a::before,
  .nav008-parent > li > a::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 1px;
    margin: 0 auto;
    content: '';
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    background-color: currentColor;
  }
  .nav008-parent > li > a::before {
    top: 0;
  }
  .nav008-parent > li > a::after {
    bottom: 0;
  }
  .ua-nontouch .nav008-parent > li > a[href]:hover::before,
  .nav008-parent > li.nav008-current > a::before,
  .ua-nontouch .nav008-parent > li > a[href]:hover::after,
  .nav008-parent > li.nav008-current > a::after {
    width: 100%;
    opacity: .9;
  }
*/

/*
.nav008-parent > li > a {
	font-size: 14px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 1.25em 1.5em;
	-webkit-transition: 300ms;
	transition: 300ms;
	vertical-align: middle;
}*/


.nav008-parent > li > a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	margin: 0 auto;
	content: '';
	-webkit-transition: 250ms;
	transition: 250ms;
	opacity: 0;
	background-color: #c30813;
}

.ua-nontouch .nav008-parent > li > a[href]:hover::before, .nav008-parent > li.nav008-parent > a::before {
	opacity: .25;
}

.ua-nontouch .nav240pc-parent > li > a[href]:hover::before, .nav240pc-parent > li.nav240pc-current > a::before {
	opacity: .25;
}

.ua-nontouch .nav008-parent > li > a[href]:hover::before, .nav008-parent > li.nav008-current > a::before, .ua-nontouch .nav008-parent > li > a[href]:hover::after, .nav008-parent > li.nav008-current > a::after {
	opacity: .25;
}

/* 子孫共通 */

.nav008-child {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	min-width: 13em;
	/*    padding-top: 5px;*/
	-webkit-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.nav008-child li {
	position: relative;/*  border: solid #ddd;
    border-width: 1px 1px 0;*/



}

.nav008-child li:last-child {
	border-bottom-width: 1px;
}

.nav008-child li a {
	font-size: 14px;
	line-height: 1;
	display: block;
	padding: .8em 1em;
	-webkit-transition: background-color 250ms;
	transition: background-color 250ms;
	background-color: white;
}

.ua-nontouch .nav008-child li a[href]:hover {
	/*    background-color: #f4f4f4;*/
background-color: rgba(195, 8, 19, 0.25);
}

.ua-nontouch .nav008-haschild:hover .nav008-child {
	visibility: visible;
	opacity: 1;
}
.nav008-touch-open .nav008-child {
	visibility: visible;
	opacity: 1;
}

/* 孫 */

.nav008-grandchild {
	position: absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
	min-width: 10em;
	-webkit-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.ua-nontouch .nav008-hasgrandchild:hover .nav008-grandchild {
	visibility: visible;
	opacity: 1;
}
/* media query */







.nav008-haschild a:active ul {
	visibility: visible;
	opacity: 1;
}


}
@media (min-width: 992px) and (max-width: 1199px) {



.nav008-child li a {
	padding: 10px 10px;
}

.nav008-parent > li > a {
	font-size: 13px;
	line-height: 1;
	    padding: 1.25em 0.8em;

}
	
.header008 {
    padding: 10px 15px;

}
	
	
}
/* SP */
@media (max-width: 991px) {

html.nav008-opened {
	overflow-y: hidden;
}

.header008 {
}

/* header008 --------------------------------------*/

.header008 {
	/*   position: absolute;*/
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 0 10px;
	background-color: rgba(255, 255, 255, .75);
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.header008-inner {
/* empty */
}

.header008-logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

/* nav008 --------------------------------------*/
  /* 親 */

.nav008 {
/* empty */
}

.nav008-parent {
	position: fixed;
	z-index: 9998;
	top: 0;
	right: -100%;
	overflow-y: auto;
	width: 240px;
	height: 100%;
	padding: 60px 0;
	-webkit-transition: 500ms cubic-bezier(.215, .61, .355, 1);
	transition: 500ms cubic-bezier(.215, .61, .355, 1);
	background-color: white;
	-webkit-overflow-scrolling: touch;
}

html.nav008-opened .nav008-parent {
	right: 0;
}

.nav008-parent > li {
	border: solid #aaa;
	border-width: 1px 0 0;
}

.nav008-parent > li:last-child {
	border-bottom-width: 1px;
}

.nav008-parent a {
	font-size: 14px;
	line-height: 1.3;
	display: block;
	overflow: hidden;
	padding: 10px 30px 10px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 子孫 */

.nav008-child,  .nav008-grandchild {
	display: none;
}

.nav008-child li,  .nav008-grandchild li {
	border-top: 1px dashed #aaa;
}

.nav008-haschild > a,  .nav008-hasgrandchild > a {
	position: relative;
}

.nav008-haschild > a::after,  .nav008-hasgrandchild > a::after {
	font-family: 'fontello';
	line-height: 1;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	height: 1em;
	margin: auto 0;
	content: '\e849';
}

.nav008-haschild > a.nav008-expanded::after,  .nav008-hasgrandchild > a.nav008-expanded::after {
	content: '\e841';
}

.nav008-child > li > a {
	padding-left: 20px;
}

.nav008-grandchild > li > a {
	padding-left: 30px;
}
}
/* overlay */
/*--------------------------------------------------*/
@media (min-width: 992px) {

.nav008-overlay {
	display: none;
}
}
@media (max-width: 991px) {

.nav008-overlay {
	position: fixed;
	z-index: 9997;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	-webkit-transition: 500ms cubic-bezier(.215, .61, .355, 1);
	transition: 500ms cubic-bezier(.215, .61, .355, 1);
	opacity: 0;
	background-color: rgba(51, 51, 51, .9);
}

html.nav008-opened .nav008-overlay {
	visibility: visible;
	opacity: 1;
}
}
/* hamburger */
/*--------------------------------------------------*/
@media (min-width: 992px) {

.nav008-hamburger {
	display: none;
}
}
@media (max-width: 991px) {

.nav008-hamburger {
	position: fixed;
	z-index: 9999;
	top: 10px;
	right: 10px;
	padding: 6px 5px 4px;
	-webkit-transition: 440ms;
	transition: 440ms;
	text-align: center;
}

.nav008-scrolled .nav008-hamburger {
	background-color: rgba(255, 255, 255, .75);
}
}

.nav008-hamburger-text {
	font-size: 10px;
	line-height: 1;
	margin-top: -2px;
	-webkit-transition: color 440ms;
	transition: color 440ms;
}

/*
** Hamburgers
** @description Tasty CSS-animated hamburgers
** @author Jonathan Suh @jonsuh
** @site https://jonsuh.com/hamburgers
** @link https://github.com/jonsuh/hamburgers
*/

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	-webkit-transition-property: opacity, filter, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.ua-nontouch .hamburger:hover {
	opacity: .7;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 15px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	position: absolute;
	width: 25px;
	height: 3px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	border-radius: 4px;
	background-color: #333;
}

.hamburger-inner::before, .hamburger-inner::after {
	display: block;
	content: '';
}

.hamburger-inner::before {
	top: -7px;
}

.hamburger-inner::after {
	bottom: -7px;
}

/* Spin */

.hamburger-spin .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hamburger-spin .hamburger-inner::before {
	-webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
	transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.hamburger-spin .hamburger-inner::after {
	-webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
}

html.nav008-opened .hamburger-spin .hamburger-inner {
	-webkit-transition-delay: .14s;
	transition-delay: .14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

html.nav008-opened .hamburger-spin .hamburger-inner::before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
	transition: top .1s ease-out, opacity .1s .14s ease-out;
	opacity: 0;
}

html.nav008-opened .hamburger-spin .hamburger-inner::after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* mainvisual240 --------------------------------------*/
/* 矢印 */



.sp-horizontal .sp-arrows {
	margin-top: 0;
	opacity: 1;
}

.sp-previous-arrow, .sp-next-arrow {
	width: 30px;
	height: 60px;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: .5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ua-nontouch .sp-previous-arrow:hover, .ua-nontouch .sp-next-arrow:hover {
	opacity: .75;
}

.sp-previous-arrow::before, .sp-previous-arrow::after, .sp-next-arrow::before, .sp-next-arrow::after {
	display: none;
}

.sp-horizontal .sp-previous-arrow {
	left: 0;
	background-image: url("images-headerset240/headerset240-prev.png");
}

.sp-horizontal .sp-next-arrow {
	right: 0;
	background-image: url("images-headerset240/headerset240-next.png");
}

/* キャッチフレーズ */



.sp-layer {
	top: auto !important;
	bottom: 75px !important;
	height: auto !important;
	padding: 50px;
	background-color: rgba(255, 255, 255, 0.5);
}

.sp-layer img {
	width: 100%;
	max-width: 450px;
}

/* media query */
@media (max-width: 1199px) {

.sp-layer img {
	max-width: 300px;
}
}
@media (max-width: 991px) {

.sp-layer {
	bottom: 40px !important;
	padding: 40px;
}
 [data-position="centerRight"] {
 right: 40px !important;
}
 [data-position="centerLeft"] {
 left: 40px !important;
}
}
@media (max-width: 767px) {

.sp-previous-arrow, .sp-next-arrow {
	width: 20px;
	height: 40px;
}

.sp-layer {
	margin: 0 10px !important;
}
 [data-position="centerRight"], [data-position="centerLeft"] {
 right: 0 !important;
 bottom: 10px !important;
 left: 0 !important;
 text-align: center;
}
}
@media (max-width: 575px) {

.sp-layer {
	padding: 30px;
}
}

/*------------------------------*/
/* #Subvisual */
/*------------------------------*/



#Subvisual {
	padding: 30px 0;
	background-color:#efefef;
	background-image: url("../images/common/stripe.png");
	background-attachment: fixed;
}

#Subvisual h2 {
	font-family: 'Trebuchet MS';
	font-size: 40px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: .025em;
	text-transform: capitalize;
	color: #8a919f;
}

#Subvisual h2::first-letter {
	color: #c30813;
}

#Subvisual p {
	font-size: 14px;
	text-align: center;
}

/*------------------------------*/
/* #Breadcrumb */
/*------------------------------*/



#Breadcrumb {
	position: relative;
	margin-bottom: 50px;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
}
@media (max-width: 767px) {

#Breadcrumb {
	margin-bottom: 25px;
}
}

#Breadcrumb a {
	color: #c30813;
}

#Breadcrumb a.home {
	color: #c30813;
}

/*------------------------------*/
/* mainvisual129 */
/*------------------------------*/



.mainvisual129 {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	max-width: 1140px;
	margin: 0 auto;
}

.mainvisual129-list {
/* empty */
}

.mainvisual129-item-1 {
	position: relative;
	background-image: url("../images/index/mainvisual-01.jpg");
}

.mainvisual129-item-2 {
	position: relative;
	background-image: url("../images/index/mainvisual-02.jpg");
}


.mainvisual129-item-1 p {
	font-size: 30px;
	margin: 80px auto;
	text-align: center;
	color: #30868E;
}

.mainvisual129-item-2 p, .mainvisual129-item-3 p, .mainvisual129-item-4 p {
	font-size: 28px;
	position: absolute;
	top: 40%;
	text-shadow: 0 0 15px white, 0 0 10px white, 0 0 5px white;
}

.mainvisual129-item-2 p {
	right: 8%;
}

.mainvisual129-item-3 p {
	left: 8%;
}

.mainvisual129-item-4 p {
	right: 8%;
}
 @media (max-width: 767px) {

.mainvisual129-item-1 {
	position: relative;
	background-image: url("../images/index/mainvisual-01_2x.jpg");
}

.mainvisual129-item-2 {
	position: relative;
	background-image: url("../images/index/mainvisual-02_2x.jpg");
}




.mainvisual129-item-1 p {
	font-size: 18px;
	margin: 60px auto;
}

.mainvisual129-item-2 p, .mainvisual129-item-3 p, .mainvisual129-item-4 p {
	font-size: 16px;
	top: auto;
	right: 0;
	bottom: 20%;
	left: 0;
	max-width: 95%;
	margin: 0 auto;
	padding: 10px;
	/*background-color: rgba(255, 255, 255, 0.6):*/
}


}

.bx-wrapper {
	margin: 0;
}

.bx-wrapper .bx-viewport {
	left: auto;
	border: none;
	box-shadow: none;
}

.bx-wrapper .bx-viewport li {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bx-wrapper .bx-controls-direction a {
	font-size: 42px;
	line-height: 1;
	z-index: 9000;
	/* under .nav01-overlay */
	top: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto 0;
	
	background-image: none;
}

.bx-wrapper .bx-prev {
	left: 0;
}

.bx-wrapper .bx-next {
	right: 0;
}

.bx-wrapper .bx-prev::before, .bx-wrapper .bx-next::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.bx-wrapper .bx-prev::before {
	font-family: 'fontello';
	left: 0;
	content: '\e801';
	background-image: none;
}

.bx-wrapper .bx-next::before {
	font-family: 'fontello';
	right: 0;
	content: '\e802';
	background-image: none;
}

.bx-wrapper .bx-pager {
	bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
	opacity: .3;
	border-radius: 0;
	background-color: #c30813 !important;
}

.ua-nontouch .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: 1;
}

/* media query */
@media (min-width: 768px) {

.bx-wrapper .bx-viewport, .bx-wrapper .bx-viewport li {
	height: 450px;
}
}
@media (max-width: 575px) {

.bx-wrapper .bx-controls-direction a {
	bottom: 0;
	margin-bottom: 0;
}
}

/*--------------------------------------------------*/
/* news*/
/*--------------------------------------------------*/




aside {
	margin: 0 auto 20px;
	padding: 20px 10px;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
		background-color: #fff;
}

.widgettitle {
    margin-bottom: 5px;
    border-left: 3px solid #c30813;
    padding-left: 5px;

}





.dynamic-sidebar > li {
	padding-bottom: 10px;
}

.dynamic-sidebar a:hover {
	text-decoration: underline;
}

.archive .title-h2 {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	line-height: 1.3;
	position: relative;
	margin-bottom: 00px;
	text-align: center;
}

.archive-title {
	text-align: center;
	margin-top: 20px;
}

/*いつもの*/




.news-contents img {
	max-width: 98%;
	height: auto;
	padding: 20px 0;
}

.news-contentsr p, .news-contents a {
	word-wrap: break-word;
}

.news-contents a {
	border-bottom: 1px solid #434343;
}

.news-contents a:hover {
	border-bottom: none;
}

.news-contents .alignright {
	display: block;
	margin: 0 0 0 auto;
}/* 配置位置 右 */

.news-contents .alignleft {
	display: block;
	margin: 0 auto 0 0;
}/* 配置位置 左 */

.news-contents .aligncenter {
	display: block;
	margin: 0 auto;
}/* 配置位置 中央 */

.news-contents .wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 20px 0;
	display: block;
}

/*------------------------------*/
/* top　企業理念（ご挨拶）*/
/*------------------------------*/



.concept {
	position: relative;
}
 @media (min-width: 992px) {

.concept-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30%;
	margin: auto 0;
}

.concept-text {
	position: relative;
	z-index: -1;
	width: 75%;
	margin: 0 0 0 auto;
	padding: 50px 50px 50px 10%;
	border: #ccc 1px solid;
}

.concept .button000 {
	position: absolute;
	right: 20px;
	bottom: -20px;
}
}
@media (max-width: 991px) {

.concept-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 60%;
	margin: 0 auto;
}

.concept-text {
	width: 80%;
	width: 100%;
	margin: 0 0 0 20%;
	margin: -40px 0 20px;
	padding: 80px 40px 80px 20%;
	padding: 60px 20px 20px;
	border: #ccc 1px solid;
	border: #ccc 1px solid;
}

.concept .button000 {
	position: relative;
	display: block;
	max-width: 200px;
	margin: 10px auto;
}
}
@media (max-width: 575px) {

.concept-image {
	width: 90%;
}
}

/*------------------------------*/
/* banner133 top 三つのバナー*/
/*------------------------------*/



.banner133 {
	position: relative;
}

.banner133-item {
	position: relative;
	display: block;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.banner133-item:hover {
	opacity: .75;
}

.banner133-image {
	position: relative;
	overflow: hidden;
}

.banner133-image img {
	vertical-align: top;
}

.banner133-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner133-overlay-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 10em;
	height: 1em;
	margin: auto;
	-webkit-transition: 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-align: center;
	opacity: 0;
	color: white;
}

.banner133-content {
	padding: 15px;
	background-color: white;
}
@media (max-width: 991px) {

.banner133-content {
	padding: 10px;
}
}

.banner133-head {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 10px;
	text-align: center;

border-bottom: 1px solid #c30813;
}

.banner133-head-text {
/* empty */
}

.banner133-item .button001 {
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.banner133-item .button001::after {
	font-family: 'fontello';
	content: '\e826';
}

.banner133-text {
	margin: 10px auto 30px;
}

/* media query */
@media (min-width: 992px) {

.banner133-head-icon {
	display: none;
}
}
@media (max-width: 991px) {

.banner133-head-icon {
	position: absolute;
	right: 0;
}

.banner133-text {
	margin: 5px auto 20px;
}
}

/*------------------------------*/
/* banner133-2 banner133 2箇所目(店舗一覧)
/*------------------------------*/



.banner133-02 .banner133-overlay {
	top: -90%;
}

.banner133-02 .banner133-overlay-text {
	position: absolute;
	width: 100%;
}

.banner133-02 .banner133-overlay-text h3 {
	font-size: 16px;
	font-weight: bolder;
	margin: 20px auto 10px;
}

.banner133-02 .banner133-overlay-text p {
	font-size: 14px;
	margin: 10px 20px;
	text-align: left;
}

.banner133-02 .store-name h3 {
	font-size: 16px;
	font-weight: bolder;
	position: absolute;
	bottom: 0;
	width: 100.2%;
	padding: 5px 0;
	-webkit-transition: 250ms;
	transition: 250ms;
	text-align: center;
	color: white;
	background-color: rgba(122, 197, 204, 0.9);
}

.banner133-item:hover .store-name h3 {
	opacity: 0;
}

/*------------------------------*/
/* post135 新着情報*/
/*------------------------------*/



.post135 {
	position: relative;
	background-color:#efefef;
	background-image: url("../images/index/post-bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.post135::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
background-color:rgba(168, 168, 168, 0.86);
}



.post135-inner {
	max-width: 800px;
	margin: 0 auto;
}

.post135-list li {
/* empty */
}

.post135-list li a {
	position: relative;
	display: block;
	padding: 25px;
	-webkit-transition: background-color 250ms;
	transition: background-color 250ms;
	border: solid #ccc;
	border-width: 1px 1px 0;
	background: white;
}

.post135-list li a::after {
	font-family: 'fontello';
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto 0;
	content: "\e806";
	-webkit-transition: right 250ms;
	transition: right 250ms;
	text-align: center;
	color: #30868E;
}

.ua-nontouch .post135-list li a:hover {
	background-color: #fafafa;
}

.post135-list li:last-child a {
	border-width: 1px 1px 1px;
}

.post135-date {
/* empty */
}

.post135-category {
	font-size: 1.3rem;
	line-height: 1;
	margin-left: 15px;
	padding: 3px 10px;
	color: white;
	background-color: #27aca7;
}

.post135-title {
	display: block;
	margin-top: 5px;
}

/* media query */
@media (max-width: 767px) {

.post135-list li a {
	padding: 10px;
}

.post135-list li a::after {
	right: 5px;
}

.post135-list li:not(:first-child) a {
	border-top-style: dashed;
}
}

/*------------------------------*/
/* button136 Read more button*/
/*------------------------------*/



.button136 {
	text-align: center;
}

.button136 a {
	display: inline-block;
	padding: 10px 35px;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
	color: white;
	border: none;
	background-color: #659b66;
}

.ua-nontouch .button136 a:hover {
	opacity: .75;
}

.button136-text {
/* empty */
}

.button136-icon {
	font-size: 1.6rem;
	margin-left: 5px;
	-webkit-transition: -webkit-transform 250ms;
	transition: transform 250ms;
}

.ua-nontouch .button136 a:hover .button136-icon {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

/* table228 */
/*--------------------------------------------------*/



.table228 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px solid #ccc/* ↓長いURLなどを記載する場合に指定するパターン1 *//* word-break: break-all; *//* ※デメリット → 普通の英単語を入れた場合、単語の途中でも改行されてしまう */
  /* ※英語を使用しない場合 → 上記CSSをデフォルトとして body などに指定しても問題ありません */
  /*
  /* ↓長いURLなどを記載する場合に指定するパターン2 */
  /* table-layout: fixed; */
  /* width: 100%; */
  /* ※デメリット → すべての列の幅が均一になるので、各列の幅を手動で調節する必要があります */
}

.table228 th, .table228 td {
	font-size: 14px;
	line-height: 1.6;
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}

.table228 th {
	font-weight: bold;
}
 @media (max-width: 575px) {

.table228 th, .table228 td {
	display: block;
	width: 100%;
	padding: 10px 10px;
}

.table228 th {
	background-color: #f7f7f7;
}

.scrollableH .table228 th, .scrollableH .table228 td {
	display: table-cell;
	width: auto;
}
}

.news-fluid {
	min-height: 240px;
	margin: 0 auto 20px;
	padding: 20px;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
		background-color: #fff;
}

.news-title {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 3px solid #c30813;
}

.news-title a, .news-contents .post-link01 {
	-webkit-transition: 350ms;
	transition: 350ms;
	text-decoration: none;
	border-bottom: none;
}

.news-title a:hover, .news-contents .post-link01:hover {
	opacity: 0.7;
}

.news-date {
	font-size: 12px;
	margin: 15px 0 10px;
	text-align: right;
}

.news-date span {
	font-size: 1.3rem;
	line-height: 1;
	margin-right: 15px;
	padding: 3px 10px;
	color: white;
}

/*

.tablet-img img {
  border-radius: 100%;
}

.tablet-text {
  margin: 10px auto;
}
*/



.background-stripe {
	background-color:#efefef;
	background-image: url("../images/common/stripe.png");
	background-attachment: fixed;
}

/*



ul.flow-icon {
  position: relative;
  max-width: 700px;
  margin: 0 auto 20px;
}

@media (max-width: 991px) {
  ul.flow-icon {
    display: none;
  }
}
ul.flow-icon li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 0 0 30px;
  counter-increment: flow-step;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
}

ul.flow-icon li:not(:last-child) .flow-mark:before {
  content: "Step" counter(flow-step) "";
}

ul.flow-icon li:not(:last-child) .flow-mark {
  position: relative;
  top: 25px;
}

ul.flow-icon li:last-child .flow-mark {
  position: relative;
  top: 15px;
}

ul.flow-icon li:not(:last-child):after {
  position: absolute;
  top: 35px;
  right: -25px;
  width: 15px;
  height: 23px;
  content: '';
  background: url("../../images/common/arrow-03.svg") 0 0 no-repeat;
}

ul.flow-icon li span.long-title {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100px;
}
*/
/*------------------------------------------------------------*/
/* 採用までの流れ コンテンツ部分 */
/*------------------------------------------------------------*/

/*ul.flow-contents li {
	position: relative;
	margin: -70px 0 0 10px;
	padding: 0 0 40px 0;
	counter-increment: flow-contents-step;
}

ul.flow-contents li:not(:last-child)::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 15px;
	height: 23px;
	content: '';
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url("../../images/common/arrow-03.svg") 50% 0 no-repeat;
}

ul.flow-contents li:not(:last-child) .flow-mark:before {
	font-family: times;
	font-size: 28px;
	position: absolute;
	content: counter(flow-contents-step);
}

ul.flow-contents li .flow-mark {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 0 0 30px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 100%;
	background-color: white;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
}

ul.flow-contents li .flow-mark span.long-title {
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100px;
}

ul.flow-contents li .flow-box {
	margin-left: 25px;
	padding: 25px 20px 25px 50px;
	border: solid 1px #6495ed;
}

ul.flow-contents li:nth-child(even) .flow-box {
	border: solid 1px #4FA3AA;
}

ul.flow-contents li:last-child .flow-box {
	border: solid 1px #fa99bd;
}

ul.flow-contents li:not(:last-child) .flow-mark {
	position: relative;
	top: 50px;
	left: -50px;
	padding: 25px 0 0 0;
}

ul.flow-contents li:last-child .flow-mark {
	position: relative;
	top: 50px;
	left: -50px;
	padding: 15px 0 0 0;
}

.entry-buttun-fluid {
	position: relative;
}

p.entry-text {
	display: inline-block;
	width: 80%;
}

.entry-buttun {
	display: inline-block;
	width: 19%;
}

ul.flow-contents li .flow-box h5 {
	margin: 20px 0 5px 0;
	color: #6495ed;
}

ul.flow-contents li .flow-box .flow-adress {
	display: inline-block;
	padding: 10px;
	border: solid 1px #ccc;
}
 @media (max-width: 991px) {

p.entry-text {
	width: 100%;
}

.entry-buttun {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}
}
*/
/*------------------------------------------------------------*/
/* 募集要項 */
/*------------------------------------------------------------*/

/*.job-type {
	margin: 0 auto 80px;
}

.job-type dl {
	max-width: 70%;
	margin: 10px auto 40px;
	border-top: 1px solid #d5d5d5;
}

.job-type dl dt {
	font-weight: normal;
	line-height: 2;
	float: left;
	width: 29.5%;
	padding: .75em;
	text-align: right;
}

.job-type dl dd {
	line-height: 2;
	padding: .75em;
	border-bottom: solid 1px #d5d5d5;
}

.job-type dl dd .gray {
	display: inline-block;
	padding: 0 10px;
	border-left: 4px solid #d5d5d5;
}

.job-type dl dd .blue {
	display: inline-block;
	padding: 0 10px;
	border-left: 4px solid #6495ed;
}
 @media (min-width: 1199px) {

.job-type {
	width: 90%;
}

.job-type dl dt {
	width: 49.5%;
}

.job-type-table {
	padding: 30px 0 0;
	border: 1px dotted #2659b4;
}
}
@media (max-width: 992px) {

.job-type {
	width: 90%;
}

.job-type dl {
	max-width: 80%;
}

.job-type dl dt {
	width: 29.5%;
}
}
@media (max-width: 767px) {

.job-type-table {
	border: none;
}

.job-type dl {
	max-width: 90%;
	border-top: none;
}

.job-type dl dt {
	float: none;
	width: 100%;
	text-align: left;
	background: #e8effc;
}

.job-type dl dd {
	border-bottom: none;
}
}
*/














.concept000 {
/* ○○ */
}

.concept000-title {
	font-size: 32px;
	line-height: 1.3;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}
@media (max-width: 575px) {

.concept000-title {
	font-size: 24px;
}
}

.concept000-title::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	margin: 0 auto;
	content: '';
	background-color: #c30813;
}

.concept000-text {
	font-size: 16px;
	line-height: 2;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

/* banner021　top店舗一覧 */
/*--------------------------------------------------*/





.banner021-box {
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.banner021-box img {
	vertical-align: top;
}

.ua-touch .banner021-box {
	overflow: visible;
}

.banner021-body {
	position: absolute;
	top: 100%;
	width: 100.2%;
	height: 100%;
	margin-top: -38px;
	padding: 10px 20px;
	-webkit-transition: 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	color: #fff;
	background: rgba(122, 197, 204, 0.8);
}

.ua-nontouch .banner021-box:hover .banner021-body {
	top: 0;
	margin-top: 0;
}

.ua-touch .banner021-body {
	position: relative;
	top: 0;
	margin-top: 0;
}

.banner021-caption {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.ua-nontouch .banner021-box:hover .banner021-caption, .ua-touch .banner021-caption {
	border-bottom: 1px dotted #fff;
}

.banner021-text {
	font-size: 14px;
	line-height: 1.6;
}

.banner021-link {
	margin-top: 10px;
}
 @media (max-width: 1199px) {

.banner021-body {
	padding: 10px 10px;
}
}

/* footer139 */
/*--------------------------------------------------*/



.footer139 {
	border-top: 1px solid #c30813;
}

.footer139-inner {
/* empty */
}

.footer139-body {
	display: table;
	width: 100%;
	text-align: center;
}

/* ナビ */
/*--------------------------------------------------*/
/* 親 */



.footer139-parent {
	display: inline-block;
}

.footer139-parent-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.footer139-parent-item + li {
	margin-left: 25px;
}

.footer139-parent-title {
	line-height: 1.3;
	display: block;
}

.ua-nontouch .footer139-parent-title.footer139-link:hover {
	text-decoration: underline;
    color: #c30813;
}

/* 子 & 孫 */



.footer139-child {
	margin-top: 5px;
}

.footer139-child-item {
/* empty */
}

.footer139-child-title {
	font-size: 12px;
	line-height: 1.3;
	position: relative;
	display: block;
	padding: 5px 0;
}

.ua-nontouch .footer139-child-title.footer139-link:hover {
	color: #4FA3AA;
}

/* コピーライト */
/*--------------------------------------------------*/



.footer139-copyright {
	display: block;
	margin-top: 25px;
	padding: 15px 0;
	text-align: center;
}
@media (max-width: 575px) {

.footer139-copyright {
	margin-top: 0;
}
}

.footer139-copyright-mark {
	font-family: Arial;
}

/* media query */
/*--------------------------------------------------*/
@media (max-width: 1199px) {

.footer139-body {
	display: block;
}

.footer139-parent {
	display: block;
	text-align: center;
}

.footer139-links {
	display: block;
	margin-top: 25px;
	text-align: center;
}
}
@media (max-width: 991px) {

.footer139-body {
	display: none;
}

.footer139-copyright {
	margin-top: 0;
}
}
@media (max-width: 767px) {

.footer139-parent {
	display: none;
}

.footer139-links {
	text-align: center;
}
}

/* pagetop170 */
/*--------------------------------------------------*/



.pagetop170 {
	font-size: 28px;
	position: fixed;
	z-index: 1000;
	right: 25px;
	bottom: 25px;
	display: none;
	width: 1.75em;
	height: 1.75em;
	padding: 0;
	color: #fafafa;
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background-color: #c30813;
}
 @media (max-width: 575px) {

.pagetop170 {
	right: 10px;
	bottom: 40px;
}
}

.pagetop170 i {
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1em;
	height: 1em;
	margin: auto;
}

.pagetop170 i::before {
	margin: 0;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ua-ie .pagetop170 i::before {
	-webkit-animation: pagetop170-fix-ie 10ms infinite;
	animation: pagetop170-fix-ie 10ms infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes
pagetop170-fix-ie {
 0% {
 margin: .1px;
}
 100% {
 margin: 0;
}
}
 @keyframes
pagetop170-fix-ie {
 0% {
 margin: .1px;
}
 100% {
 margin: 0;
}
}

.pagetop170:hover i {
	-webkit-animation: pagetop170 1000ms;
	animation: pagetop170 1000ms;
}

.pagetop170-text {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
 @-webkit-keyframes
pagetop170 {
 15% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
}
@keyframes
pagetop170 {
 15% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
}

/*----------------------------------------------------------------------------------------*/
/* 基本固定ページ */
/*----------------------------------------------------------------------------------------*/


/*------------------------------------------------------------*/
/* 採用情報 */
/*------------------------------------------------------------*/

/* 採用の流れ */
/*------------------------------------------------------------*/



.flow000 {
	counter-reset: flow000-counter;
}

.flow000 ol li {
	list-style-type: none;
}

.flow000 .container-fluid {
	max-width: 900px;
	margin: 0 auto;
}

.flow000-list li {
/*	position: relative;*/
	
	display: table;
	width: 100%;
}

.flow000-list li > div {
	display: table-cell;
	vertical-align: middle;

}
.flow000-list li + li {
	margin-top: 20px;
}

.flow000-list-step-wap {
	width: 280px;
}

.flow000-list-step {
	font-size: 20px;
/*	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;*/
	display: table;
	width: 250px;
	margin: auto 0;
	padding: 25px;
	background-color: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {

.flow000-list li {
	display: block;
	width: 100%;
}

.flow000-list li > div {
	display: block;
	vertical-align: middle;
	width: 100%;
}

.flow000-list-step {
	position: relative;
	left: 25px;
	margin-bottom: -50px;
}

.flow000-list-text .button111 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 220px;
	display: block;
}
}
@media (max-width: 767px) {

.flow000-list-step {
	left: 50%;
	margin-left: -125px;
	padding: 10px 20px;
}
}

.flow000-list-step-no {
	font-family: times;
	font-size: 50px;
	font-style: italic;
	line-height: 1;
	position: relative;
	bottom: 2px;
	display: table-cell;
	width: .9em;
	content: counter(flow000-counter);
	counter-increment: flow000-counter;
	vertical-align: middle;
	color: #4FA3AA;
}

.flow000-list-step-cell {
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
}

.flow000-list-text {
/*	display: table;*/
	width: 100%;
	min-height: 150px;
	margin-left: auto;
	padding: 25px 25px 25px 25px;
	border: 1px solid #ddd;
		height: auto !important;
	height: 150px;
		background-color: #fff;
}
@media (max-width: 767px) {

.flow000-list-text {
	width: 100%;
	padding: 75px 25px 25px;
}
}

.flow000-list-text-inner {
/*	display: table-cell;*/
	vertical-align: middle;
		width: 100%;
}

.flow000-list-address {
	display: block;
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #fafafa;
}

.button111 {
	display: inline-block;
	padding: 15px 25px;
	-webkit-transition: 250ms;
	transition: 250ms;
	text-align: center;
	color: white;

	background-color: #30868E;
}

.ua-nontouch .button111:hover {
	color: white;
	opacity:0.7;

}

.entry-title {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	
}

.entry-title > span {
	position: relative;
	display: inline-block;
	padding: 0 .5em;
}

.entry-title > span::before, .entry-title > span::after {
	position: absolute;
	top: 50%;
	width: 20px;
	content: '';
	border-top: 1px solid #c30813;
}

.entry-title > span::before {
	right: 100%;
}

.entry-title > span::after {
	left: 100%;
}
 @media (min-width: 576px) {

.recruit-table-wrap {
	padding: 50px;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
}
}
.recruit-table-wrap {	 
	background-color: #fff;	 
}	 
@media (max-width: 575px) {

.recruit-table-wrap th {
	width: 100% !important;
}
}

/*------------------------------------------------------------*/
/* お問い合わせ */
/*------------------------------------------------------------*/



.contact-text {
	text-align: center;
}
@media (max-width: 575px) {

.contact-text {
	text-align: left;
}
}

.contact-text + p {
	margin-top: 15px;
}

dl.form-dl {
	max-width: 700px;
	margin: auto;
	padding: 40px;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
	background-color: #fff;
}
 @media (max-width: 767px) {

dl.form-dl {
	padding: 20px 10px;
}
}

dl.form-dl dt {
	font-size: 14px;
	margin-bottom: 5px;
	/*	color: #4FA3AA;*/
	border-left: 3px solid #c30813;
	padding-left: 5px;
}

dl.form-dl dt:not(:first-child) {
	margin-top: 20px;
}

dl.form-dl dd {
	font-size: 14px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 14px;
	max-width: 100%;
	margin-bottom: 5px;
	padding: 4px 8px;
	vertical-align: middle;
}

select {
	font-size: 14px;
	max-width: 100%;
	margin-bottom: 5px;
	padding: 4px 8px;
	vertical-align: middle;
	height: 32px;
}

.ua-iphone input[type="text"], .ua-iphone input[type="email"], .ua-iphone input[type="tel"], .ua-iphone select, .ua-iphone textarea {
	font-size: 16px;
}

.contact-form select {
	height: auto;
	padding: 4px 8px;
	vertical-align: middle;
	border-radius: 0;
	background-color: white;
	-webkit-appearance: none;
}

textarea {
	width: 100%;
}

input[type="submit"] {
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 20px;
	-webkit-transition: background-color 250ms;
	transition: background-color 250ms;
	text-align: center;
	color: white;
	border: none;
    background: #c30813;
	-webkit-transition: 350ms;
	transition: 350ms;
}

input[type="submit"]:hover {
	opacity: 0.7;
}

.form-back input[type="submit"] {
	color: white !important;
	background: #aaa !important;
	margin-right: 10px;
}

.form-back input[type="submit"]:hover {
	color: white !important;
	background: #ccc !important;
}

.mw_wp_form .error {
	font-weight: bold;
}

.required-text {
	color: #737373;
}
 @media (max-width: 767px) {

.res_input span {
	display: block;
}
}

.mw_wp_form_confirm dd .required-text {
	display: none;
}

/*------------------------------------------------------------*/
/* サイトマップ */
/*------------------------------------------------------------*/




/* sitemap167 */
/*--------------------------------------------------*/



.sitemap000 {
	max-width: 700px;
	margin: 0 auto 50px;
}

/* 親 */



.sitemap000 > ul > li > a {
	font-size: 16px;
	border-bottom: 1px dotted #444;
}

/* 親子孫共通 */



.sitemap000 a {
	line-height: 20px;
	position: relative;
	display: block;
	padding: 15px 20px 15px 0;
	-webkit-transition: color 250ms;
	transition: color 250ms;
}

.ua-nontouch .sitemap000 a:hover {
	color: #c30813;
}

.sitemap000 a::after {
	font-family: 'fontello';
	line-height: 1;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	height: 1em;
	margin: auto 0;
	content: '\e806';
	-webkit-transition: right 250ms;
	transition: right 250ms;
}

.ua-touch .sitemap000 a::after {
	right: 5px;
}

.ua-nontouch .sitemap000 a:hover::after {
	right: 5px;
}

/* 子孫共通 */



.sitemap000 ul ul a {
	font-size: 14px;
	padding: 15px 20px 15px 1.35em;
	text-indent: -1.35em;
	border-bottom: 1px dotted #ddd;
}

.sitemap000 ul ul a::before {
	display: inline-block;
	content: '●';
	-webkit-transition: color 250ms;
	transition: color 250ms;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	color: #aaa;
}

.sitemap000 ul ul a:hover::before {
	color: #00a9c7;
}

/* 孫 */



.sitemap000 ul ul ul a {
	padding-left: 2.35em;
}

/* 投稿 */



.sitemap000 .cat-item ul a {
	padding: 5px 20px 5px 1.35em;
}

/*------------------------------------------------------------*/
/* プライバシーポリシー */
/*------------------------------------------------------------*/




.privacy {
	margin-bottom: 50px;
}

.privacy h4 {
	font-size: 20px;
	margin: 40px 0 10px;
	padding-left: 10px;
	border-left: 5px solid #c30813;
}

.privacy p {
	font-size: 14px;
}

.privacy .company-fluid {
	margin: 10px auto;
	padding: 15px 20px;
	border: 1px solid #ccc;
}

.privacy .company-fluid h5 {
	font-size: 14px;
}

/*----------------------------------------------------------------------------------------*/
/* セレクト固定ページ */
/*----------------------------------------------------------------------------------------*/





/*------------------------------------------------------------*/
/* 会社概要 */
/*------------------------------------------------------------*/

.aboutus-table {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
}


@media (max-width: 767px) {
  .aboutus-table {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .aboutus-table {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}


@media (min-width: 992px) {
  .aboutus-table {
    width: 80%;
    margin: 0 auto;
  }
}



/* history000 */
/*------------------------------------------------------------*/



.history000 {
/* empty */
}

.history000-list {
	max-width: 700px;
	margin: 0 auto;
}

.history000-list > li {
	padding: 20px 0;
	border: solid #ccc;
	border-width: 1px 0 0;
}

.history000-list > li:last-child {
	border-width: 1px 0;
}

.history000-item {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.history000-item > span {
	font-size: 14px;
	line-height: 1.6;
	display: table-cell;
}

.history000-item > span:nth-child(1) {
	width: 6em;
}

.history000-item > span:nth-child(2) {
	width: 3.5em;
}

/*------------------------------------------------------------*/
/* 企業理念 */
/*------------------------------------------------------------*/


/* 社長挨拶 */
/*------------------------------------------------------------*/



.greeting-fluid {
	padding: 30px;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
		background-color: #fff;	 
}
@media (max-width: 575px) {

.greeting-fluid {
	padding: 10px;
}
}
 @media (max-width: 991px) {

.greeting-image img {
	display: block;
	width: 400px;
	margin: 0 auto 30px;
}
}
@media (max-width: 767px) {

.greeting-image img {
	width: 100%;
}
}

.greeting-lead {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 15px;
	color: #4FA3AA;
	background-color: rgba(122, 197, 204, 0.1);
}

.greeting-text {

}
@media (max-width: 991px) {

.greeting-text {
	padding-left: 0;
}
}

.greeting-text > p {

	line-height: 2;
}

.greeting-text > p + p {
	margin-top: 15px;
}

.sign-fluid {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 20px auto;
}

.sign-fluid .ones-position {
	font-size: 16px;
	text-align: right;
}

.sign-fluid .sign {
	font-size: 22px;
	text-align: right;
}

/* 企業理念 */
/*------------------------------------------------------------*/



.policy-fluid {
	counter-reset: counter;
}

.policy-fluid h4 {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.policy-fluid h4 > span {
	position: relative;
	display: inline-block;
	padding: 0 .5em;
}

.policy-fluid h4 > span::before, .policy-fluid h4 > span::after {
	position: absolute;
	top: 50%;
	width: 20px;
	content: '';
	border-top: 1px solid #c30813;
}

.policy-fluid h4 > span::before {
	right: 100%;
}

.policy-fluid h4 > span::after {
	left: 100%;
}

.policy-fluid li .policy-item {
	height: 80%;
	padding: 25px;
	border: 1px solid #ddd;
	background-color: white;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
}

.policy-item ul li {
	font-size: 16px;
	/*position: relative;
	padding-left: 1.5em;
	text-indent: -1.5em;*/
}

.policy-item ul li + li {
	margin-top: 10px;
}

/*.policy-item ul li::before {
	position: absolute;
	top: 40%;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	content: '◆';
	left:0;
color:#c30813;
}
*/




.policy-item p {
	font-size: 16px;
	margin: 0 auto 10px;
}

.credo-list p {
	display:table;
	width:100%;
	
}

.credo-list p span {
	display:table-cell;

vertical-align:middle;
}
.credo-list p span em {
color:#c30813;
}

.credo-list p span.credo-name {
	width:100px;
	font-size:18px;

}




 @media (max-width: 575px) {

.policy-fluid li .policy-item {
	padding: 15px;
}
}

/* 今後の展望 */
/*------------------------------------------------------------*/


.future {
/* ○○ */
}

.future-item {
	padding: 25px;
	border: 1px solid #ddd;
	background-color: white;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
}
@media (max-width: 991px) {

.future-item {
	padding: 15px;
}
}

.future-item + li {
	margin-top: 25px;
}

.future-image {
	min-height: 300px;
	background-position: center;
	background-size: cover;
}
@media (max-width: 575px) {

.future-image {
	min-height: 200px;
}
}

.future-item:nth-child(1) .future-image {
	background-image: url("../images/vision/future-01.jpg");
}

.future-item:nth-child(2) .future-image {
	background-image: url("../images/vision/future-02.jpg");
}

.future-item:nth-child(3) .future-image {
	background-image: url("../images/vision/future-03.jpg");
}

/*------------------------------------------------------------*/
/* 事業内容 */
/*------------------------------------------------------------*/


.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* title183 */
/*--------------------------------------------------*/
.title183 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #c30813;
}
.table-lead-fluid {
	text-align: center;
}

.table-lead-wap {
	display: inline-block;
}

.table-lead {
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

.table-lead + .table-lead {
	margin-top: 15px;
}

ul.tablet-melit li .cell p {
	margin: 20px;
}

ul.tablet-melit li .cell {
	margin: 10px auto;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
		background-color: #fff;	 
}

ul.tablet-melit li h5 {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	background-color: #ACE2E7;
	background-image: url(../images/common/stripe.png);
	background-attachment: fixed;
	text-shadow: 0 0 10px white;
}
@media (max-width: 991px) {

ul.tablet-melit li h5 {
	margin-top: 0;
}
}



/* 改修追加 */
/*--------------------------------------------------*/
.button_ankr {
    background-color: #c30813;
	display: inline-block;
    padding: 15px 25px;
    -webkit-transition: 250ms;
    transition: 250ms;
    text-align: center;
    border: solid 1px #c30813;
    color: white;
    background-color: #c30813;
}

.ankr_link {
	display: flex;
    /* width: 260px; */
    /* justify-content: space-between; */
	justify-content: center;
    margin: 0 auto;
    padding: 30px 0;
	align-items: center;
}


.pt30 {
	padding-top:30px;
}
@media (max-width: 991px) {
	.pt30 {
		padding-top:20px;
	}
}



/*------------------------------------------------------------*/
/* Q&A */
/*------------------------------------------------------------*/



.faq-fluid {
}

.faq-fluid dl {
	border: solid 1px #ddd;
	padding: 15px;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
		background-color: #fff;	 
}

.question {
	position: relative;
	padding: 20px 5px 30px 25px;
	background: white;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

.question::before {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 60px;
	line-height: 1em;
	position: absolute;
	top: -10px;
	left: 0;
	content: 'Q';
	color: rgba(100, 149, 237, 0.2);
}

.answer {
	line-height: 1em;
	position: relative;
	top: -10px;
	padding: 20px 5px 0px 25px;
	background: white;
}

.answer::before {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 60px;
	line-height: 1em;
	position: absolute;
	top: 0px;
	left: 0;
	content: 'A';
	color: rgba(250, 153, 189, 0.3);
}

.question p, .answer p {
	line-height: 1.3;
}

.question p:not(:first-child), .answer p:not(:first-child) {
	margin-top: 10px;
}
 @media (max-width: 575px) {

.faq-fluid dl {
	padding: 15px 10px;
}

.question {
	padding: 10px 5px 20px 25px;
	margin-bottom: 15px;
}

.question::before {
	font-size: 46px;
	top: -10px;
	left: 0;
}

.answer {
	top: -10px;
	padding: 10px 5px 0px 25px;
}

.answer::before {
	font-size: 46px;
	top: 0px;
	left: 0;
}
}















/*------------------------------------------------------------*/
/*先輩の声 */
/*------------------------------------------------------------*/


.right-img .staff000-image img {
	box-shadow: 10px 10px 0px 0px rgb(222, 246, 248);
}

.left-img .staff000-image img {
	box-shadow: -10px 10px 0px 0px rgb(222, 246, 248);
}

.staff000-date {
	/*  	margin-top:30px;*/
	padding: 20px;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.4);
	background-color: #FFF;
}

.staff000-lead {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 10px;
	color: #4FA3AA;
	background-color: rgba(122, 197, 204, 0.1);
}

.staff000-info {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
}

.staff000-info dt {
	float: left;
	width: 80px;
}

.staff000-info dd {
	padding: 0 0 0 80px;
}

/*------------------------------------------------------------*/
/*店舗情報 */
/*------------------------------------------------------------*/


/* info177 */
/*--------------------------------------------------*/



.info177 {
/* empty */
}

.info177-inner {
/* empty */
}

.info177-tel {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #659b66;
}

.ua-phone .info177-tel {
	line-height: 1;
	display: inline-block;
	padding: 10px;
	color: white;
	border-radius: 4px;
	background-color: #659b66;
}

.info177-map {
	min-height: 100%;
}

.info177-table {
	width: 100%;
	min-height: 100%;
	border: 1px solid #ac957a;
}

.info177-table tr:not(:first-child) {
	border-top: 1px dashed #ac957a;
}

.info177-table th, .info177-table td {
	font-size-adjust: middle;
	padding: 15px;
}

.info177-table th {
	text-align: center;
	vertical-align: middle;
	color: #907555;
	border-right: 1px dashed #ac957a;
	background-color: #e2f7d7;
}

/* media query */
@media (max-width: 767px) {

.info177-table th, .info177-table td {
	padding: 10px;
}
}

/*------------------------------------------------------------*/
/* 採用担当のメッセージ */
/*------------------------------------------------------------*/


.message-fluid {
	margin: 0 auto 50px;
}

.message-fluid .message-title {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	position: relative;
	margin: 60px 0 50px;
	padding: 25px 35px;
	text-align: center;
	background: #DFF7F9;
	background-image: url("../images/common/stripe.png");
	background-attachment: fixed;
	text-shadow: 0 0 10px white;
}
@media (max-width: 767px) {

.message-fluid .message-title {
	margin-bottom: 10px;
	padding: 15px;
}
}

.message-fluid h4 {
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #4FA3AA;
}

.message-fluid h4.motto {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 50px 0;
	text-align: center;
	color: #4FA3AA;
}

.message-fluid h4.motto > span {
	position: relative;
	display: inline-block;
}

.message-fluid h4.motto > span::before, .message-fluid h4.motto > span::after {
	position: absolute;
	width: 25px;
	height: 25px;
	content: '';
	border: solid currentColor;
}

.message-fluid h4.motto > span::before {
	top: -25px;
	left: -25px;
	border-width: 1px 0 0 1px;
}

.message-fluid h4.motto > span::after {
	right: -25px;
	bottom: -25px;
	border-width: 0 1px 1px 0;
}
@media (max-width: 575px) {

.message-fluid h4.motto {
	padding: 25px 0;
}

.message-fluid h4.motto > span::before {
	top: -10px;
	left: -5px;
}

.message-fluid h4.motto > span::after {
	right: -5px;
	bottom: -10px;
}
}

.message-profile {
	margin-top: 10px;
	padding: 20px 10px;
	text-align: center;
	border: solid 1px #ccc;
}

.message-profile-name {
	font-size: 18px;
	display: block;
}

.message-fluid .message-text {
	line-height: 1.8;
}
@media (max-width: 767px) {

.message-fluid .message-text {
	margin-top: 15px;
}
}

.message-text p:not(:last-child) {
	margin: 0 auto 15px;
}

.message-image2 {
	text-align: center;
}

.message-fluid .message-text2 {
	line-height: 1.8;
}

.message-fluid .message-text2 p + p {
	margin-top: 15px;
}

.message-text3 {
	margin-top: 80px;
	padding: 20px 30px;
	background-color: rgba(255, 255, 255, 0.6);
}

.community {
	min-height: 400px;
	background: url(../../images/vision/bg-community.png) 0 100% no-repeat;
}
 @media (max-width: 991px) {

.message-fluid .message-image img {
	height: auto;
}

.community {
	background: url(../../images/vision/bg-community.png) 30% 0 no-repeat;
}

.message-text3 {
	margin-top: 350px;
}
}
@media (max-width: 767px) {

.message-fluid h4 span.motto {
	margin: 0;
}
}
@media (max-width: 575x) {
 .message-fluid h4 span.motto {
 font-size: 22px;
}
}

/*------------------------------------------------------------*/
/* 子会社情報 */
/*------------------------------------------------------------*/


.trinity_logo img {
	width:200px;
	height:auto;
	
	
	
	
}
