@charset "UTF-8";

/*==================================

　■スマートフォン用CSS

 *==================================*/
@media only screen and (max-width:768px) {
body {
	font-size: 13px; /*基本サイズ*/
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
/* PCのみ表示 */
.pc {
	display: none !important;
}
#wrapper {
	width: 100%;
	padding-top: 60px;
}
/** global-header
===================================*/
#global-header {
	width: 100%;
	z-index: 102;
}
#global-header h1 {
	position: relative;
	width: 132px;
	margin: 18px 0 0 8px;
	z-index: 105;
}
#global-header-sp {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 105;
	box-shadow: 0px 0px 2px 0px rgba(3, 0, 0, 0.3);
}
/** global-navigation
===================================*/
    .nav-en{
        position: fixed;
        background: #00358a;
        width:70px;
        padding: 0;
        text-align: center;
        display: block;
        top:19px;
        right: 0;
        margin-right: 75px;
        z-index: 105;
    }
    .nav-en a{
         display: block;
        color:#fff;
        font-size: 12px;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        text-decoration: none;
    }
    
#global-navigation-sp {
	padding-top: 60px;
	background: #fff;
}
#global-navigation-sp ul li {
	font-size: 15px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #eee;
}
#global-navigation-sp ul li a {
	position: relative;
	display: block;
	padding: 1em 0.75em;
	color: #444;
	letter-spacing: 0.1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-decoration: none;
}
/* 矢印 */
#global-navigation-sp ul li.drawer-dropdown>a::after {
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	content: " ";
	width: 6px;
	height: 6px;
	margin-top: -4px;
	top: 50%;
	right: 18px;
	position: absolute;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#global-navigation-sp ul li.drawer-dropdown>a::before {
	position: absolute;
	top: 0;
	right: 0;
	content: " ";
	width: 45px;
	height: 45px;
	border-left: 1px solid #eee;
	background: #fafafa;
}
#global-navigation-sp ul li.drawer-dropdown a.clicked::after {
	margin-top: -1px;
	transition: 0.3s;
}
#global-navigation-sp ul li .drawer-dropdown-menu li a {
	font-size: 14px;
	text-indent: 1em;
}
#global-navigation-sp ul li .drawer-dropdown-menu li {
	border-top: 1px solid #eee;
	border-bottom: 0;
	background: #fafafa;
}
#global-navigation-sp ul li .drawer-dropdown-menu li a {
	font-size: 14px;
	font-family: 'Oswald', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
}
#global-navigation-sp ul li .drawer-dropdown-menu li a::before {
	content: '- ';
}
#global-navigation-sp ul li.drawer-dropdown>a.clicked::after {
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/** global-footer
===================================*/
#global-footer {
	color: #fff;
	background: #3662aa;
}
#pagetop {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #2a4d88;
}
/** foot-row-01
===================================*/
#foot-row-01 {
	padding: 30px 0 20px;
}
#foot-row-01 a {
	color: #fff;
	text-decoration: none;
}
/** foot-info
===================================*/
#foot-info {
	font-size: 13px;
	text-align: center;
}
#foot-info dt {
	margin-bottom: 15px;
}
#foot-info dd {
	letter-spacing: 0.1em;
	line-height: 1.8;
}
#privacyimg {
	margin: 1em auto 0;
	display: block;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-justify-content: center;
    -webkit-justify-content: center;
	justify-content: center;
}
.foot-isoimg{
	float: left;
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;	
}
.foot-isoimg img{
	margin: 0 5px;
	height: 80px;
	float: left;
	width: auto;
}
.footer-isotxt a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.footer-isotxt{
		display: block;
}

/** foot-row-02
===================================*/
#foot-row-02 {
	padding-bottom: 15px;
}
#copyright {
	font-size: 79%;
	text-align: center;
	letter-spacing: 0.1em;
}
/*==================================

　■トップページ

 *==================================*/
 /** メインビジュアル
===================================*/
.top {
	overflow: hidden;
}
#mainvisual ,
#mainvisual-sp {
	position: relative;
	width: 100%;
	background: #444;
	overflow: hidden;
}
#mainvisual::after {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: url(../img/pattern_01.png) repeat;
	z-index: 2;
}
.mobile::after {
	display: none;
}

/* スクロール */
#scroll {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 38px;
	height: 20px;
	margin-left: -10px;
	z-index: 3;
	cursor: pointer;
	opacity: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
}
#anchor {
	display: block;
	margin-top: -110px;
	padding-top: 110px;
}
#scroll:hover {
	bottom: 30px;
}
/* ボリューム切り替えボタン */
#vol-toggle {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	width: 25px;
	height: 20px;
	border: none;
	border-radius: 0;
	outline: none;
	z-index: 3;
}
/* 音量ONのとき */
.vol-on {
	background: url(../img/volume_btn_on.png) no-repeat left top;
}
/* 音量OFFのとき */
.vol-off {
	background: url(../img/volume_btn_off.png) no-repeat left top;
}
/* ローディング */
#loading {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 30px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 1;
}
.anchor {
	padding-top: 91px;
	margin-top: -91px;
}
/** スライダー
===================================*/
#main-slider {
	width: 100%;
}
#slide-01 {
	background: url(../img/slide_01.jpg) no-repeat center center;
	background-size: cover;
}
#slide-02 {
	background: url(../img/slide_02.jpg) no-repeat center center;
	background-size: cover;
}
#slide-03 {
	background: url(../img/slide_03.jpg) no-repeat center center;
	background-size: cover;
}
#slide-04 {
	background: url(../img/slide_04.jpg) no-repeat center center;
	background-size: cover;
}
/** トップページ inview
===================================*/
/*下からスライドイン*/
.target-01 {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: 1s;
}
.mv-01 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*左からスライドイン*/
.target-02 {
	opacity: 0;
	transform: translate(-60px, 0);
	-webkit-transform: translate(-60px, 0);
	transition: 1s;
}
.mv-02 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.target-03 {
	opacity: 0;
	transform: translate(60px, 0);
	-webkit-transform: translate(60px, 0);
	transition: 1s;
}
.mv-03 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/** ピックアップ
===================================*/
#pickup {
	width: 100%;
	padding: 2px 0;
}
#pickup li {
	position: relative;
}
#pickup li {
	margin-bottom: 2px;
}
#pickup li a {
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
#pickup li a:hover {
	opacity: 1;
}
#pickup li a p {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -14px;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	z-index: 2;
}
#pickup li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#pickup li:nth-child(1) a:after {
	background: url(../img/pickup_01.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#pickup li:nth-child(2) a:after {
	background: url(../img/pickup_02.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#pickup li:nth-child(3) a:after {
	background: url(../img/pickup_03.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#pickup li a:hover:after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


.index-ti-01 {
	margin-bottom: 30px;
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
.index-ti-02 {
	margin-bottom: 10px;
	color: #444;
	font-size: 28px;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}
.index-text-01 {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 2;
}
/** ADVANTAGE
===================================*/
#index-advantage {
	padding: 50px 3%;
	background: #fafafa;
}
#index-advantage-text {
	margin-bottom: 30px;
}
#index-advantage-img,
#index-service-img {
	text-align: center;
}
/** SERVICE
===================================*/
#index-service {
	padding: 50px 3%;
	background: url(../img/service_bg_01.jpg) no-repeat center center;
	background-size: cover;
}
#index-service-text {
	margin-bottom: 30px;
}
/** COMPANY
===================================*/
#index-company {
	padding: 50px 3%;
}
.index-ti-03 {
	margin-bottom: 30px;
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}
#company-list li {
	margin-bottom: 2px;
}
#company-list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 220px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}
#company-list li a:hover {
	opacity: 1;
}
#company-list li a p {
	position: absolute;
	display: inline-block;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
}
#company-list li:nth-child(2) a p {
	color: #00358a;
}

#company-list li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#company-list li:nth-child(1) a:after {
	background: url(../img/index_company_01.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#company-list li:nth-child(2) a:after {
	background: url(../img/index_company_02.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#company-list li:nth-child(3) a:after {
	background: url(../img/index_company_03.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#company-list li:nth-child(4) a:after {
	background: url(../img/index_company_04.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#company-list li a:hover:after {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/** NEWS
===================================*/
#index-news {
	padding: 0 3% 50px;
}
#index-news .btn-01 {
	margin-top: 2em;
}

.news-list li {
	position: relative;
	width: 100%;
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #e4e4e4;
}
.news-list li a::after {
	display: inline-block;
	content: " ";
	position: absolute;
	right: 10px;
	top: -20%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #ddd;
	border-top: 2px solid #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news-list .post-date {
	margin-bottom: 5px;
}
.news-list time {
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	letter-spacing: 0.1em;
}
.tag {
	display: inline-block;
	width: 85px;
	height: 20px;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 20px;
	text-align: center;
}
.news-list a {
	position: relative;
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}
.news-list .post-title {
	display: block;
	line-height: 20px;
}
.news-list .post-title a:hover {
	text-decoration: underline;
}
/** カテゴリー 色
===================================*/
/* お知らせ */
.cat-info {
	color: #fff;
	background: #999;
}
/* 採用情報 */
.cat-recruit {
	color: #00358a;
	background: #e8f2fb;
}
/*==================================

　■2階層目以降共通項目

 *==================================*/
.inside {
	padding-bottom: 60px;
}
#page-menu {
	width: 100%;
	padding: 16px 3%;
	background: #fff;
	box-sizing: border-box;
}
#page-menu h1 {
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#page-title {
	width: 100%;
	padding: 100px 0;
	color: #fff;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
}
#page-nav {
	padding: 20px 1em;
	border-bottom: 1px solid #ddd;
}
#page-nav ul li {
	display: inline-block;
	margin-right: 1.5em;
}
#page-nav ul li a {
	display: block;
	padding-left: 16px;
	color: #00358a;
	letter-spacing: 0.1em;
	line-height: 1;
	text-decoration: none;
	background: url(../img/arrow_02.png) no-repeat left center;
	background-size: 10px 8px;
}
#page-title-02 {
	padding: 16px 3%;
	margin-bottom: 20px;
	background: #fff;
}
#page-title-02 h1 {
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
/** anchor
===================================*/
.anchor {
	padding-top: 60px;
	margin-top: -60px;
}
/** セクション
===================================*/
.sec-sty-01 {
	padding: 3em 3% 3.5em;
}
.sec-sty-02 {
	padding: 30px 3% 40px;
}
.sec-sty-01 .isoimg {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-justify-content: center;
    -webkit-justify-content: center;
	justify-content: center;
}
.sec-sty-01 .isoimg img{
	margin: 0 5px;
	height: 80px;
	float: left;
	width: auto;
}



/** 区切り線
===================================*/
.line {
	border-bottom: 1px solid #f5f5f5;
}
/** ボックス
===================================*/
.box-01 {
	margin: 0 auto;
}
.box-02 {
	padding: 0 3%;
	margin-bottom: 2em;
}
.box-02>p {
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.box-02>p:not(:last-child) {
	margin-bottom: 2em;
}
/** タイトル
===================================*/
.ti-01 {
	position: relative;
	margin-bottom: 40px;
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}
.ti-01 span {
	display: block;
	padding-top: 10px;
	padding-bottom: 19px;
	font-size: 13px;
	text-align: center;
}
.ti-01::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background: #00358a;
}
.ti-02 {
	padding-bottom: 0.5em;
	margin-bottom: 0.75em;
	color: #00358a;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	border-bottom: 1px solid #ccc;
}
.ti-03 {
	margin-bottom: 0.5em;
	color: #00358a;
	font-size: 15px;
	letter-spacing: 0.1em;
}
.ti-04 {
	position: relative;
	margin-bottom: 60px;
	color: #00358a;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
}
.ti-04::after {
	position: absolute;
	left: 50%;
	bottom: -28px;
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background: #00358a;
}
.ti-05 {
	margin-bottom: 2em;
	color: #00358a;
	text-align: center;
}
.ti-05 span {
	display: block;
	letter-spacing: 0.1em;
}
.ti-05 span:nth-child(1) {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 400;
}
.ti-05 span:nth-child(2) {
	padding-top: 0.5em;
	font-size: 18px;
	font-weight: normal;
}
/** lead
===================================*/
.lead-01 {
	margin-bottom: 2em;
	font-size: 14px;
	text-align: center;
	line-height: 2;
}
/** table
===================================*/
.table-01 {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #ddd;
}
.table-01 th {
	padding: 6px 0;
	font-size: 14px;
	border-bottom: 1px dotted #ddd;
}
.table-01 td {
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
}
.table-01 th, .table-01 td {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.8;
	vertical-align: middle;
}
/** list
===================================*/
.list-01 dt {
	color: #00358a;
	font-size: 13px;
	margin-bottom: 1em;
}
.list-01 dd {
	position: relative;
	padding-left: 1em;
	margin-bottom: 0.5em;
	line-height: 1.8;
}
.list-01 dd::before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	content: '・';
}
/** btn
===================================*/
.btn-01 {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #00358a;
}
.btn-01 {
	display: block;
	height: 50px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00358a;
	background: #00358a;
	box-sizing: border-box;
	transition: 0.3s;
}
.btn-01:hover {
	color: #00358a;
	background: #fff;
	opacity: 1;
}
.blank {
	position: relative;
}
.blank::after {
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	content: '';
	width: 13px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/blank_01.png) no-repeat left top;
	background-size: 13px 10px;
}
.btn-02 {
	display: block;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.btn-02 {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 44px;
	color: #00358a;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00358a;
	background: #fff;
	box-sizing: border-box;
	transition: 0.3s;
}
.btn-02:hover {
	color: #fff;
	background: #00358a;
	opacity: 1;
}
.btn-list-01 {
	margin-bottom: 2em;
	padding: 20px 3% 5px;
	background: #fafafa;
}
.btn-list-01 li {
	margin-bottom: 15px;
}
/** 背景
===================================*/
.bg-01 {
	background: #fafafa;
}
/*==================================

　■COMPANY

 *==================================*/
#company #page-title {
	background: url(../img/company_bg_01.jpg) no-repeat center center;
	background-size: cover;
}
/* 事業内容 */
.business-list {
	margin-top: 1em;
}
.business-list li {
	list-style: circle;
	list-style-position: inside;
}
.business-list li.lv2 {
	padding-left: 1em;
	list-style: inside;
}
.business-list li span, .business-list li.lv2 span {
	display: block;
	padding-left: 23px;
}
/** clients
===================================*/
#clients p {
	line-height: 1.8;
}
#clients p:not(:last-child) {
	margin-bottom: 1em;
}
/** history
===================================*/
.history-list {
	position: relative;
}
.history-list h4 {
	display: none;
}
.history-list dl {
	margin: 0 auto 1em;
}
.history-list dl dt {
	width: 120px;
	padding: 10px 1em 8px;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
	border-radius: 3px 3px 0 0;
	background: #3662aa;
}
.history-list dl dd {
	padding: 4px 1em;
	letter-spacing: 0.1em;
	line-height: 1.8;
	border: 2px solid #3662aa;
	border-radius: 0 3px 3px 3px;
}
/*==================================

　■ご挨拶・経営理念

 *==================================*/
#message {
	padding-bottom: 3em;
	background-color: #f0f0f0;
}
#message .inner {
	padding: 30px 0 0;
}
#message-content {
}
#message-text {
	padding: 0 3%;
	margin-bottom: 1em;
	font-size: 14px;
}
#message-text p {
	margin-bottom: 1em;
	line-height: 1.8;
}
#ceo {
	padding-right: 5%;
	text-align: right;
	letter-spacing: 0.1em;
}
#ceo span {
	display: block;
	margin-top: 1em;
}
#ceo span img {
	max-width: 150px;
}

#message-title {
	width: 100%;
	display: table;
}
#message-title .ti-01,
#ceo-img {
	display: table-cell;
	text-align: center;
}
#ceo-img {
	width: 40%;
}
#message-title .ti-01 {
	width: 60%;
	vertical-align: middle;
}
#message-title .ti-01::after {
	display: none;
}
.ti-01 span {
	position: relative;
}
.ti-01 span::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background: #00358a;
}


#ceo-img {
	
	margin-bottom: 2em;
	
}
#ceo-img img {
	width: 100%;
	max-width: 320px;
}
#philosophy .ti-01 {
	line-height: 1.2;
}
#philosophy .ti-01 span {
	font-size: 13px;
}
#philosophy p {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
#mission p {
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.1em;
}
#conduct ul {
	margin: 0 auto;
	font-size: 14px;
}
#conduct ul li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 2em;
	line-height: 1.8;
}
#conduct ul li::before {
	content: '一.';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
/*==================================

　■事業所

 *==================================*/
#office #page-title {
	background: url(../img/office_bg_01.jpg) no-repeat center center;
	background-size: cover;
}
.office-sec h3 {
	color: #00358a;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.office-map {
	width: 60%;
	max-width: 278px;
	margin: 0 auto 2em;
}
.office-address {
}
.office-address dl:not(:last-child) {
	margin-bottom: 3em;
}
.office-address dl dt {
	margin-bottom: 0.5em;
	color: #00358a;
	font-size: 18px;
}
.office-address dl dd {
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.office-address dl dd .btn-01 {
	margin-top: 1em;
}
/*==================================

　■セキュリティポリシー

 *==================================*/
.policy-date {
	line-height: 1.8;
	text-align: right;
	padding-right: 3%;
}
/*==================================

　■プライバシーポリシー

 *==================================*/
#policy {
	margin-bottom: 2em;
	color: #00358a;
	padding: 18px 2em 18px 3em;
	border: 2px dotted #00358a;
}
#privacy-policy .list-01 {
	margin-bottom: 2em;
}
#policy ol li {
	list-style: outside;
	list-style-type: decimal;
	line-height: 1.8;
}
#policy ol li:not(:last-child) {
	margin-bottom: 1em;
}
#privacymark div:nth-child(1) {
	float: left;
	width: 40%;
}
#privacymark div:nth-child(2) {
	float: left;
	width: 60%;
}
.contact-box {
	padding: 15px 5%;
	margin: 0 auto 30px;
	text-align: center;
	border: 2px solid #00358a;
}
.cb-t-01 {
	margin-bottom: 10px;
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.cb-t-01 span {
	display: block;
}
.cb-t-02 {
	margin-bottom: 0.25em;
	color: #00358a;
	font-size: 15px;
}
.cb-t-03 {
	font-size: 12px;
	text-align: left;
}
.contact-box .btn-01 {
	margin: 0 auto 10px;
}
.title-span{
	font-size: 60%;
	display: block;
margin-top: 5px;
}
/*==================================

　■お問い合わせ

 *==================================*/
#contact>.inner {
	padding: 16px 3% 0;
}
#contact-read p:not(:last-child) {
	margin-bottom: 1em;
	line-height: 2;
}
#contact-read #contact-text-01 {
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0.75em;
	color: #00358a;
	text-align: center;
	border: 2px dotted #00358a;
}
/** contact-table
===================================*/
.contact-table {
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.contact-table th, .contact-table td {
	display: block;
	width: 100%;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 2;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
.contact-table th {
	position: relative;
	padding: 0.5em 1em;
	background: #fafafa;
}
.contact-table th.must::after {
	position: absolute;
	right: 1em;
	display: inline-block;
	content: '必 須';
	color: #e7364c;
	font-size: 93%;
	font-weight: normal;
}
.contact-table td {
	display: block;
	width: 100%;
	padding: 20px 10px;
}
.contact-table td .mwform-radio-field {
	display: block;
	margin: 0 0 1em;
}
.contact-table input[type="text"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-align: left;
	text-indent: 5px;
	font-size: 100%;
	vertical-align: middle;
	border: none;
	border-radius: 0;
	background: #f6f6f6;
	box-sizing: border-box;
}
.contact-table textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border: none;
	font-size: 100%;
	text-align: left;
	text-indent: 5px;
	background: #fafafa;
}
.explain {
	color: #888;
	font-size: 10px;
}
.form-text-01 {
	margin-top: 1em;
	font-size: 13px;
	line-height: 1.8;
}
.form-text-02 {
	margin-top: 1em;
	font-size: 13px;
	line-height: 1.8;
}
#terms {
	margin: 2em 0;
	padding: 20px;
	background: #fafafa;
}
#terms h2 {
	margin-bottom: 15px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
}
#terms-text {
	padding: 1em;
	height: 150px;
	font-size: 11px;
	border: 1px solid #ddd;
	background: #fff;
	overflow-y: auto;
}

#terms-text::-webkit-scrollbar {
  width: 5px;
}
#terms-text::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
#terms-text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#terms-text p:not(:last-child) {
	margin-bottom: 2em;
}
.input-box {
	text-align: center;
}
.input-box a {
	display: inline-block;
	margin: 1em 0 2em;
}
/**  MW WP FORM
===================================*/
/*確認画面へ進むボタン用*/
.form-btn {
	overflow: hidden;
	_zoom: 1;
}
.form-btn li {
	text-align: center;
	margin-bottom: 20px;
}
.form-btn li:last-child {
	margin-bottom: 0;
}
.form-btn input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	background: #00358a;
	border: none;
	cursor: pointer;
	overflow: hidden;
}
/*送信ボタン用*/
.mw_wp_form_input .btn input, .mw_wp_form_confirm .btn input {
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	background: #00358a;
	border: none;
	cursor: pointer;
	overflow: hidden;
}
/*戻るボタン用*/
.submitback input {
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	background: #98948e;
	border: none;
	cursor: pointer;
	overflow: hidden;
}
/*戻るボタン用*/
.mw_wp_form mw_wp_form_confirm .hidden, .mw_wp_form_preview .hidden {
	display: none;
}
/* 完了メッセージ */
.red {
	color: #DF070B;
}
.form_t1 {
	padding: 40px 0 20px;
	line-height: 2;
	font-size: 115%;
	font-weight: bolder;
	text-align: center;
}
.form_t2 {
	line-height: 2;
}

/* 確認画面のときに非表示にする*/
.mw_wp_form_confirm #contact-read,
.mw_wp_form_confirm #input-confirm,
.mw_wp_form_confirm #terms {
	display: none;
}
.mw_wp_form_confirm .contact-table {
	margin-bottom: 2em;
}

#contact .mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

/*==================================

　■お知らせ

 *==================================*/
#news>.inner {
	padding: 0 3%;
}

/*==================================

　■ISO／品質・環境方針

 *==================================*/
#iso #page-title {
	background: url(../img/iso_bg_01.jpg) no-repeat center center;
	background-size: cover;
}
.iso-text-01 {
	margin-bottom: 30px;
	line-height: 2;
}
.iso-text-02 {
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	color: #00358a;
	font-size: 16px;
	line-height: 2;
	border: 1px solid #00358a;
}
.iso-text-03 {
	margin-top: 3em;
	text-align: right;
}
#iso .policy-date {
	margin-top: 3em;
}
/*==================================

　■福利厚生

 *==================================*/
#welfare #page-title {
	background: url(../img/welfare_bg_01.jpg) no-repeat center center;
	background-size: cover;
}
#dormitory {
	padding-bottom: 40px;
}
#welfare-box-01 {
	padding: 25px 3% 30px;
	margin-bottom: 30px;
	background: #fff;
}
.welfare-ti-01 {
	margin-bottom: 25px;
	color: #00358a;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}
.welfare-ti-01 span {
	padding-top: 0.5em;
	display: block;
	font-size: 16px;
}
#welfare-box-01 figcaption {
	color: #fff;
	background: #3662aa;
}
#dormitory-list-01 {
}
#dormitory-list-01 li {
	width: 250px;
	margin: 0 auto 20px;
}
#dormitory-list-01 figcaption {
	padding: 18px 0;
	text-align: center;
	line-height: 1;
}
#dormitory-list-02 li {
	float: left;
	width: 49%;
}
#dormitory-list-02 li:not(:last-child) {
	margin-right: 2%;
}
#dormitory-list-02 li div img {
	width: 100%;
}
#dormitory-list-02 li {
	background: #3662aa;
}
#dormitory-list-02 li figcaption {
	padding: 18px 1em;
	font-size: 12px;
	line-height: 2;
}
#dormitory-list-03 {
	max-width: 400px;
	margin: 0 auto;
}
#dormitory-list-03 li:not(:last-child) {
	margin-bottom: 15px;
}
#dormitory-list-03 li img {
	width: 100%;
}
#dormitory-list-03 li figcaption {
	padding: 12px 0;
	color: #00358a;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	background: #fff;
}
#dormitory-list-03 li figcaption span {
	display: block;
	font-size: 13px;
}
.event-box-01 {
	margin: 0 auto 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #eee;
}
#event .event-box-01:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.event-text {
	margin-bottom: 1em;
}
.event-text h4 {
	margin-bottom: 1em;
	color: #00358a;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
}
.event-text p {
	line-height: 2;
}
.event-img figure {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.event-img figure img {
	width: 100%;
}
.event-img figcaption {
	padding-top: 10px;
	color: #00358a;
	letter-spacing: 0.1em;
	text-align: center;
}
.event-img figure:not(:last-child) {
	margin-bottom: 20px;
}
#club {
	padding-bottom: 20px;
}
.club-list-01 {
	margin: 0 auto;
}
.club-list-01 li {
	margin-bottom: 20px;
}
.club-list-01 li figure {
	text-align: center;
}
.club-list-01 li figcaption {
	padding-top: 10px;
	color: #00358a;
	letter-spacing: 0.1em;
	text-align: center;
}
/*==================================

　■アテックの強み

 *==================================*/
#advantage-head {
	padding: 0 0 40px;
	background: #fafafa;
}
#advantage-title h1 {
	padding: 40px 0 20px;
	margin-bottom: 10px;
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}
#advantage-title p {
	margin-bottom: 30px;
	color: #444;
	font-size: 28px;
	font-weight: bolder;
	text-align: center;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#advantage-img {
	padding: 0 3%;
	text-align: center;
}
#advantage-lead-01 {
	padding: 0 3%;
	margin-top: 2em;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#advantage-lead-02 {
	position: relative;
	padding: 20px 3%;
	color: #fff;
	text-align: center;
	background: url(../img/advantage_bg_01.gif) repeat;
}
#advantage-lead-02 p {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	vertical-align: middle;
}
#advantage-content {
	padding: 10px 0 0;
}
.advantage-sec-title {
	position: relative;
	margin: 0 0 30px;
}
.number {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 400;
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 60px;
	border: 1px solid #00358a;
	z-index: 2;
}
#ad-ti-01 .number {
	color: #00358a;
	border: 1px solid #00358a;
}
#ad-ti-02 .number {
	color: #1052a0;
	border: 1px solid #1052a0;
}
#ad-ti-03 .number {
	color: #135fba;
	border: 1px solid #135fba;
}
.advantage-sec-title h2 {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
	z-index: 2;
}
#ad-ti-01 h2 {
	color: #00358a;
}
#ad-ti-02 h2 {
	color: #1052a0;
}
#ad-ti-03 h2 {
	color: #135fba;
}
.advantage-sec-title h2 span {
	display: block;
	padding-top: 5px;
	color: #333;
	font-size: 14px;
}
.bg-title {
	display: none;
}
.advantage-img {
	margin-bottom: 2em;
	text-align: center;
}
.advantage-text p {
	margin-bottom: 2em;
	font-size: 115%;
	line-height: 2;
}
#totalsolution {
	background: url(../img/service_bg_01.jpg) no-repeat center center;
	background-size: cover;
}
#techcenter-banner {
	position: relative;
}
#techcenter-banner img {
	width: 100%;
	height: auto;
}

#techcenter-banner .btn-01 {
	position: absolute;
	top: 32%;
	left: 50%;
	width: 80%;
	margin-left: -40%;
}
/*==================================

　■教育・研修制度

 *==================================*/
#education #page-title {
	background: url(../img/education_bg_01.jpg) no-repeat center center;
	background-size: cover;
}
.education-box-01 dt {
	padding: 1em 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	background: #00358a;
}
.education-box-01 dd {
	padding: 1em 2em;
	line-height: 2;
	background: #fafafa;
}
.education-list-01 {
	margin-top: 30px;
	margin-bottom: 60px;
}
.education-list-01 li {
	display: flex;
	border: 2px solid #eee;
}
.education-list-01 li:nth-child(odd) {
	margin-bottom: 10px;
}
.education-list-01 li figure {
	width: 110px;
}
.education-list-01 li div {
	-webkit-flex: 1;
	flex: 1;
	padding: 10px 10px 0;
	letter-spacing: 0.1em;
}
.education-list-01 h4 {
	margin-bottom: 0.5em;
	color: #00358a;
	font-size: 16px;
}
.education-list-01 p {
	font-size: 13px;
}
#training-btn {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#training-btn img {
	width: 100%;
	height: auto;
}

#training-btn::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	background: rgba(0,0,0,.7);
	z-index: 2;
}
#training-btn::before {
	content: "タップして表を見る";
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 16px;
	margin-top: -0.5em;
	letter-spacing: 0.1em;
	text-align: center;
	z-index: 3;
}
.training-title {
	margin-top: 30px;
	padding: 1.5em 0.5em;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	background: url(../img/education_bg_02.gif) repeat;
}

/** license
===================================*/
#license>p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.license-table {
	width: 100%;
	height: 100%;
	background: #eee;
}

.license-table th {
	padding: 1em;
	font-size: 14px;
	border: 2px solid #aaa;
}
.license-table td {
	width: 50%;
	padding: 1em;
	border: 2px solid #aaa;
}

.tt-list-01 li {
	position: relative;
	padding-left: 1em;
	font-size: 93%;
	line-height: 1.5;
}
.tt-list-01 li::before {
	position: absolute;
	left: 0;
	top: 0.2em;
	content: '■';
	font-size: 77%;
}


.tt-list-01 li:not(:last-child) {
	margin-bottom: 0.5em;
}

.license-table td p {
	text-align: right;
}


/** 教育のための環境
===================================*/
#education-content {
	padding: 0 0 30px;
}
#education-ti-01 {
	margin-bottom: 40px;
	padding: 80px 0;
	color: #fff;
	text-align: center;
	background: url(../img/education_bg_03.jpg) no-repeat center center;
	background-size: cover;
}
#education-ti-01 h3 {
	display: inline-block;
	padding: 1em;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	border: 2px solid #fff;
}
.table-02 {
	width: 94%;
	margin: 0 auto;
	border-top: 2px solid #00358a;
}
.table-02 th {
	display: block;
	width: 100%;
	padding: 0.5em 0 0;
	color: #00358a;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
}
.table-02 td {
	display: block;
	width: 100%;
	padding: 1em;
	font-size: 13px;
	line-height: 2;
	border-bottom: 2px solid #00358a;
}
.table-02 th, .table-02 td {
	vertical-align: middle;
}
/*==================================

　■技術センター

 *==================================*/
#techcenter #page-title {
	background: url(../img/techcenter_bg_01_sp.jpg) no-repeat center center;
	background-size: cover;
}
#techcenter #page-title {
	position: relative;
	width: 100%;
	padding: 85px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
}
#techcenter #page-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 14px;
	background: url(../img/techcenter_bg_02.jpg) repeat-x left top;
	background-size: 19px 14px;
}
#techcenter #page-title h2 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#techcenter #page-title h2 span {
	display: block;
	padding-top: 15px;
	font-size: 24px;
}
#techcenter-row-01 h3 {
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 17px;
	color: #36599c;
	line-height: 1.5;
}
#techcenter .lead-01 {
	text-align: left;
}
/** POINT
===================================*/
#point {
	padding-top: 0;
}
#point-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
	overflow-x: hidden;
}
/* 点線 */
#point-wrap::before {
	position: absolute;
	top: 0;
	left: 3%;
	display: block;
	content: '';
	width: 2px;
	height: 99.8%;
	background: url(../img/line_01.gif) repeat-y;
	z-index: -1;
}
#point-wrap::after {
	position: absolute;
	bottom: 0;
	left: 0.2%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 13px 0 13px;
	border-color: #00358a transparent transparent transparent;
}
#point-wrap h3 {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto 100px;
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px solid #00358a;
	background: #fff;
}
.point-box {
	margin: 0 auto 60px;
	padding-left: 9%;
}
.point-text {
	padding-top: 15px;
}
.point-text time {
	display: block;
	margin-bottom: 5px;
	color: #00358a;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.point-text h4 {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	color: #00358a;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5;
	border-bottom: 2px solid #00358a;
}
.point-text p {
	font-size: 13px;
	line-height: 2;
}
.point-text h5 {
	margin-bottom: 0.25em;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bolder;
}
.point-text ul li {
	line-height: 2;
}
.point-box .clearfix:not(:last-child) {
	margin-bottom: 60px;
}
.point-box:last-child .point-text p {
	margin-bottom: 1em;
}
/** inview.jsで動きをつける
===================================*/
/* 奇数行のとき */
.point-img, .point-text {
	opacity: 0;
	transform: translate(60px, 0);
	-webkit-transform: translate(60px, 0);
	transition: 1s;
}
.fade-01, .fade-01 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/** ATEC VISION
===================================*/
#vision {
	padding: 40px 0;
	background: url(../img/techcenter_bg_03.jpg) no-repeat center center;
	background-size: cover;
}
#vision h3 {
	width: 90%;
	padding: 20px 0;
	margin: 0 auto 30px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	border: 1px solid #fff;
}
#vision h3 span {
	padding-top: 10px;
	display: block;
	font-size: 16px;
}
#vision p {
	padding: 0 3%;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
}
/* 下からフェードイン */
.fadeup-target {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: 1s;
}
.fadeup {
	opacity: 1.0;
	transform: translate(0, 0);
}
/** 共和技術センターの実績
===================================*/
#case {
	padding: 50px 3% 40px;
	background: #333;
}
#case .ti-04 {
	color: #fff;
}
#case .ti-04::after {
	background: #fff;
}
#case-wrap .case-box {
	padding: 20px 3%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
}
.case-ti-01 {
	display: inline-block;
	padding: 3px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #fff;
}
.case-ti-02 {
	margin: 1em 0;
	font-size: 18px;
}
.case-box table {
	width: 100%;
}
.case-box table:not(:last-child) {
	margin-bottom: 10px;
}
.case-box table th {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	line-height: 2;
	vertical-align: middle;
	border: 1px solid #fff;
	background: #fff;
}
.case-box table th ul li {
	display: inline-block;
	padding: 0 0.5em;
}
.case-box table td {
	display: block;
	width: 100%;
	padding: 1em;
	text-align: left;
	border: 1px solid #fff;
}
.case-box table td ul {
	font-size: 13px;
}
.case-box table td ul li {
	position: relative;
	padding-left: 1em;
	line-height: 1.8;
}
.case-box table td ul li:not(:last-child) {
	margin-bottom: 5px;
}
.case-box table td ul li::before {
	position: absolute;
	left: 0;
	display: inline-block;
	content: '・';
}
#case-software {
	margin-bottom: 20px;
	background: rgba(159, 178, 201,0.88);
}
#case-software table th {
	color: #9fb2c9;
}
#case-micon {
	background: rgba(170,201,157,0.88);
}
#case-micon table th {
	color: #aac99d;
}
#facility {
	padding-bottom: 0;
}
#facility .ti-04 span {
	display: block;
	font-size: 16px;
	padding-top: 10px;
}
#facility-list {
	margin: 0 auto 30px;
}
#facility-list table {
	width: 100%;
}
#facility-list table:first-child {
	margin-bottom: 30px;
}
.facility-table thead th {
	padding: 0 0 10px;
	color: #00358a;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.facility-table tbody td {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
.facility-table tbody tr td:nth-child(2) {
	width: 60px;
}
.facility-table span {
	display: block;
	height: 22px;
	color: #00358a;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	background: #e8f2fb;
}
#facility ul {
	margin: 0 auto;
}
#facility ul li {
	float: left;
	width: 49%;
	margin-bottom: 2%;
}
#facility ul li img {
	width: 100%;
	height: auto;
}
#facility ul li:nth-child(odd) {
	margin-right: 2%;
}
/*==================================

　■サービス領域

 *==================================*/
#service-head {
	margin-bottom: 30px;
	background: url(../img/service_bg_01.jpg) no-repeat center center;
	background-size: cover;
}
#service-head .inner {
	padding: 0 3% 20px;
}
#service-img {
	padding: 0 5%;
	text-align: center;
}
#service-title {
	margin-bottom: 2em;
}
#service-title h1 {
	padding: 40px 0 20px;
    margin-bottom: 10px;
    color: #00358a;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
}
#service-title h2 {
	margin-bottom: 10px;
    color: #444;
    font-size: 28px;
	font-style: italic;
    font-weight: bolder;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
#service-title p {
	font-size: 115%;
	line-height: 2;
}
#service-row-01 {
	padding: 0;
}
/** service-list
===================================*/
.service-box {
	width: 260px;
	margin: 0 auto 40px;
	text-align: center;
	letter-spacing: 0.1em;
}
.service-box h2 {
	margin: 1.2em 0;
}
.service-box h3 {
	display: inline-block;
	margin-bottom: 1em;
	padding: 6px 20px;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #fff;
}
.service-box ul {
	margin: 0 auto;
}
.service-box ul li {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 12px;
	line-height: 1.8;
}
.service-lv1 {
	position: relative;
	color: #7a97bf;
	font-size: 16px;
	border: 2px solid #7a97bf;
	background: #fff;
}
.service-lv1::before,
.service-lv1::after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 0;
	height: 0;
	z-index: 2;
}
.service-lv1::before {
	bottom: -32px;
	border-style: solid;
	border-width: 30px 130px 0 130px;
	border-color: #7a97bf transparent transparent transparent;
}
.service-lv1::after {
	bottom: -30px;
	border-style: solid;
	border-width: 30px 130px 0 130px;
	border-color: #fff transparent transparent transparent;
}
.service-lv1 figure {
	width: 80px;
	margin: 0 auto;
}
.service-lv2,
.service-lv3,
.service-lv4 {
	position: relative;
	padding: 50px 0 20px;
	color: #fff;
	text-align: center;
}
.service-lv2 {
	background: #b5c5d9;
}
.service-lv3 {
	background: #a3b5cc;
}
.service-lv4 {
	margin-bottom: 40px;
	background: #8fa5bf;
}
.service-lv2::after,
.service-lv3::after,
.service-lv4::after {
	position: absolute;
	left: 0;
	bottom: -30px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 130px 0 130px;
	z-index: 2;
}
.service-lv2::after {		
	border-color: #b5c5d9 transparent transparent transparent;
}
.service-lv3::after {
	border-color: #a3b5cc transparent transparent transparent;
}
.service-lv4::after {
	border-color: #8fa5bf transparent transparent transparent;
}

/*.service-box dl {
	padding: 25px;
	text-align: left;
	border: 1px solid #aabed6;
}
.service-box dl dt {
	margin-bottom: 1em;
	color: #aabed6;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.service-box dl dd {
	display: inline-block;
	margin-right: 1em;
	font-size: 12px;
	line-height: 1.8;
}
*/
.service-tools {
	padding: 25px;
	text-align: left;
	border: 1px solid #aabed6;
}
.service-tools h4 {
	margin-bottom: 1em;
	color: #aabed6;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.service-tools p {
	font-size: 11px;
	line-height: 1.8;
}
.service-tools p span {
	display: inline-block;
	margin-right: 1em;
}


#service-lead-01 {
	color: #8fa5bf;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
}
#service-lead-02 {
	padding:25px 5%;
	margin-top: 2em;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: center;
	background: #444;
}
/** #service-table
===================================*/
#service-table-wrap {
	width: 100%;
    overflow-x: auto;
	margin-bottom: 50px;
}
#service-table-wrap::-webkit-scrollbar {
  height: 5px;
}
#service-table-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
#service-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#service-table {
	width: 770px;
	letter-spacing: 0.1em;
}
#service-table thead th {
	height: 40px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #7a97bf;
}
#service-table tbody th {
	width: 130px;
	color: #7a97bf;
	font-size: 12px;
	font-weight: bolder;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fafafa;
}
#service-table tbody th figure {
	padding-top: 15px;
	display: block;
	width: 50px;
	margin: 0 auto;
}
#service-table tbody td {
	padding: 1em;
	line-height: 1.8;
	font-size: 11px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #eee;
}
#service-table tbody tr td:nth-child(2) {
	width: 160px;
}
#service-table tbody tr td:nth-child(3) {
	width: 175px;
}
#service-table tbody tr td:nth-child(4) {
	width: 160px;
}

.service-ti {
	padding: 1.2em 0;
	color: #00358a;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	border: 2px solid #00358a;
}
/*#service-title-02 {
	background: url(../img/service_icon_04.jpg) no-repeat 6% center;
	background-size: 20px 17px;
}*/
#service-title-03 {
	margin-bottom: 20px;
	/*background: url(../img/service_icon_05.jpg) no-repeat right bottom;
	background-size: 133px 20px;*/
}

.service-table-02 {
	width: 100%;
	margin-bottom: 10px;
}
.service-table-02 th {
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background: #00358a;
}
.service-table-02 td {
	padding: 1em;
	font-size: 12px;
	vertical-align: middle;
	background: #fafafa;
}
.service-table-02 td p {
	line-height: 1.8;
}
.service-table-02 td p:not(:last-child) {
	margin-bottom: 1em;
}

.service-table-02 strong {
	display: block;
	margin-right: 1em;
}
.annotation {
	font-size: 11px;
}
/*==================================

　■お知らせ

 *==================================*/ 
.post .btn-01 {
	margin: 3em auto;
}
.post {
	margin: 0 auto;
}
.post-head {
	margin-bottom: 8%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}
.post .post-title {
	padding: 5px 0;
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.post-head time {
	display: block;
	color: #888;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: left;
}
.post-content h3 {
	margin-bottom: 0.5em;
	padding-left: 0.3em;
	font-size: 17px;
	border-left: 4px solid #48382f;
}
.post-content h4 {
	margin-bottom: 0.5em;
	padding-left: 0.3em;
	font-size: 16px;
	border-left: 3px solid #48382f;
}
.post-content h5 {
	margin-bottom: 0.5em;
	padding-left: 0.3em;
	font-size: 15px;
	border-left: 2px solid #48382f;
}
.post-content p {
	font-size: 14px;
}
.post-content span.red {
	color: #C80003;
}
.post-content p:not(:last-child) {
	margin-bottom: 1.5em;
}
.post-content iframe {
    width: 100%;
}
/*==================================

　■WordPress用 CSS

 *==================================*/
/**  WP-PAGE-NAVI
===================================*/
#pagenavi {
	margin-top: 8%;
	text-align: center;
}
.wp-pagenavi {
	height: 40px;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	color: #444;
}
.wp-pagenavi span.pages {
	padding: 14px 16px !important;
	margin: 3px !important;
	background: #fafafa;
	border: none !important;
}
.wp-pagenavi .current {
	font-weight: bolder;
	background: #00358a;
	color: #fff;
	padding: 14px 16px !important;
	border: none !important;
}
.wp-pagenavi a {
	padding: 14px 16px !important;
	margin: 3px !important;
	text-decoration: none !important;
	color: #444;
	border: none !important;
	background: #fafafa;
}
/**  画像
===================================*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
}
.alignleft {
}
img.alignleft {
	margin-bottom: 10px;
}
img.alignright {
	margin-bottom: 10px;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	width: 100%;
	height: auto;
}

.youtube {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.sec-sty-01.iso img {
	margin-bottom:20px;
}
    
/**  AUTOSARソリューション
===================================*/
    .autosar-main{
        margin-bottom: 10%;
    }
    .blueTitle{
        font-size: 24px;
        margin-bottom: 8%;
    }
    
    .autosar  p{
        font-size: 14px;
    }
    .autosar-top .img{
        width: 100%;
        margin: 0 auto 5%;
    }
    .autosar-top .text{
        width: 90%;
        margin: 0 auto 8%;
        padding:0;
    }

    .autosar-list-item .flex{
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
         -ms-flex-direction: column-reverse;
             flex-direction: column-reverse;
    }

    .autosar-list-item{
        width: 100%;
        padding: 40px 5% 30px;
        margin-bottom: 30px;
    }

    .autosar-list-item h2{
        font-size: 18px;
        text-align: center;
    }
    
    .autosar-list-item .title{
        width: 100%;
        margin-bottom: 3%;
    }

    .autosar-list-item .logo1{
        width: 50%;
        margin:0 auto 25px;
        text-align: center;
    }

    .autosar-list-item .left{
        width: 100%;
    }

    .autosar-list-item .logo2{
        width: 50%;
        margin:-10px auto 20px;
        text-align: center;
    }
    .autosar-support{
        padding: 40px 0;
    }
    .autosar-support section{
        width: 100%;
        padding:8% 5%;
        border-left: 0;
        border-bottom: 1px solid #00358a;
    }
    .autosar-support section:first-of-type{
        border-top:1px solid #00358a;
    }
    .autosar-support h3{
        min-height: inherit;
        font-size: 18px;
        padding: 0;
        margin-bottom: 6%;
    }
    .autosar-support .img{
        margin:10% 0 12%;
    }
    
/*==================================

　■SDGs

 *==================================*/


#sdgs .main-img{
    
    margin-bottom: 40px;
}

.sdgs-item {
    margin: 0 auto 20px;
} 

.sdgs-item .img{
    width: 100%;
    margin: 0 auto ;
        background: #fafafa;
    padding: 20px 30% 20px;
}
.sdgs-item .txt{
    width: 100%;
    padding: 0 6% 20px;
    margin: 0 auto;
}

.sdgs-item .txt h2{
    font-size: 15px;
    text-align: center;
}

.sdgs-item .txt h3{
    font-size: 14px;
}

}
