@charset "UTF-8";

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFBB00;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
	text-align: center;
}
#loading p {
	color: #fff;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
body {
	background-color:#FFF;
}
#wrapper {
	min-width:1200px;
}

/* ------ Header ------ */

header {
	width: 100%;
}
#header {
	width: 100%;
	border-top: 5px #FFBB00 solid
}
#header-inner {
	width: 1100px;
	margin: 0 auto;
	padding:1.2em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home #header-inner {}
#logo {
	width: 320px;
	padding:3px 0 0;
}
#logo a {
	display:block;
}
#gnav-btn {
	display :none;
}
#gnav ul {
	display: flex;
}
#gnav ul li {
	padding-left: 1.5em;
}
#gnav ul li a {
	position: relative;
  display: inline-block;
  text-decoration: none;
}
#gnav ul li a:hover
#gnav ul li a.now {
	text-decoration: none;
}
#gnav ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFBB00;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#gnav ul li a:hover:after,
#gnav ul li a.now:after {
  transform: scale(1, 1);
}
#gnav ul li.shadeBtn span {
	display:none;
}

/* ------ Contents ------ */
#contents-body {
	width:100%;
	padding-bottom: 40px;
}
#home #contents-body {
	position:relative;
	/*padding-bottom: 0;
	box-shadow:0 -2px 5px rgba(0,0,0,0.1);*/
}
.contents {
	width:1060px;
	margin:0 auto;
	padding:0 0 30px;
}
.home-contents {
	width:1060px;
	margin:0 auto;
	padding:60px 0 0;
}
#full-col {
	width: 100%;
	padding:0 ;
	background-color:#fff;
	box-sizing:border-box;
}
#main-col {
	width:690px;
	float:left;
	padding:0 30px 0 10px;
	background-color:#fff;
}
#side-col {
	width:240px;
	float:left;
	padding:0;
	background-color:#fff;
}

h2 {
	display: inline-block;
	font-size: 28px;
	color:#000;
}
.ttl-box {
	text-align: center;
}
.ttl-box h2 {
	padding: 0 20px 5px;
	margin:0 auto 40px;
	/*letter-spacing:0.4em;*/
	border-bottom:1px #333 solid;
}
h3 {
	padding:0 0 0 30px;
	margin:0 0 20px;
	font-size: 22px;
	position: relative;
}
h3:before {
	content: "■";
	color: #FFBB00;
	position: absolute;
	top: 0;
	left: 0;
}
.asterisk {
	margin-left:1em;
}
.asterisk:before {
	content:"※";
	margin-left:-1em;
}

.col-set {
	display: flex;
	flex-flow: wrap;
	padding-bottom:30px;
}

.col-set .col6 {
	width: 100%;
	padding: 0 15px 30px;
}
.col-set .col4 {
	width: 66.66%;
	padding: 0 15px 30px;
}
.col-set .col3 {
	width: 50%;
	padding: 0 15px 30px;
}
.col-set .col2 {
	width: 33.33%;
	padding: 0 15px 30px;
}
.col-set .col1 {
	width: 16.66%;
	padding: 0 15px 30px;
}
.in-box {
	padding-top:20px;
}
.h3-box {
	padding-left: 30px;
}

/* home */
#home-mainvisual {
	height: 638px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 638px;
}
@media screen and (min-width: 1701px) {
	#home-mainvisual {
		background-size: cover;
	}
}
#home-mainvisual .home-mainvisual-inner {
	text-align: center;
}
#home-mainvisual .home-mainvisual-inner img {
	height: 638px;
}

#mainvisual {}
#mainvisual .mainvisual-inner {
	text-align: center;
}


.home-info-block,
.info_ttl-box {
	background-color: #E6F1D7;
}
.info_ttl-box {
	margin-bottom: 30px;
	padding: 20px 0;
}
dl.info-list {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
dl.info-list dt {
	width: 20%;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
dl.info-list dd {
	width: 80%;
	padding-bottom: 20px;
}
.info-list .date,
.info_ttl-box .date {
	display:inline-block;
	padding-right: 1em;
	font-size:14px;
	color: #444;
}
.info-list .cat,
.info_ttl-box .cat {
	display:inline-block;
	width: 100px;
	text-align: center;
	font-size:12px;
	color:#fff;
	background-color: #000;
}
.info-list .new {
	padding-left: 0.5em;
	color: #FF3D40;
}
.news-icon-class {
	color:#45addc;
	border:1px #45addc solid;
}

.detailText{
	padding-bottom: 30px;
}
.detailUpfile {
	padding-bottom: 40px;
}
.backBtn {
	text-align:center;
}
.backBtn a {
	display:inline-block;
	width: 100px;
	padding: 5px 0;
	text-align: center;
	color:#fff;
	border-radius: 20px;
	background-color: #FFBB00;
	transition: .3s;
}
.backBtn a:hover {
	background-color: #000;
}

/*ページャーボタン*/
.pager{
	text-align:center;
	padding:10px 0;
	clear:both;
}
.pager a{
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin:0 1px;
}
.pager a.current{
	background: #999;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px 2px;
	margin:0 1px;
	text-decoration: none;
}
.pager a:hover{
	background:#999;
	color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

.home-mbc-block {}
.img-box {
	text-align: center;
}
.img-box a {
	padding: 20px 20px 15px;
	text-align: center;
	display: block;
	border: 1px #111 solid;
}
.img-box .img {
	overflow:hidden;
}
.img-box .txt {
	padding: 10px 0 0;
	font-size: 20px;
}
.img-box a .img img {
	transition:.4s all;
}
.img-box a:hover .img img {
	transform:scale(1.1,1.1);
}

.home-contact-block {
	padding-bottom: 60px;
}
.banner-set {}
.banner-set ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-set li {
	width: 48%;
	padding:0 2.5%;
}
.banner-set li a {
	display: block;
}

.home-pickup-block {
	background-color: #E6F1D7;
}
.home-pickup-block .img-box {
	background-color: #fff;
}


/* second */
#pagetitle-block {
	/*height:208px;*/
	margin-bottom:30px;
	background:url(../images/block_bg.png) repeat center top;
	box-shadow:0 0 8px rgba(0,0,0,0.2) inset;
}
#pagetitle-block .contents {
	width:960px;
	padding:0 10px;
	position:relative;
}
#pagetitle-block h1 {
	padding:30px 0;
	font-size:42px;
	color:#fff;
}
#pagetitle-block h1 span {
	padding-right:15px;
	font-size:24px;
}
#breadcrumb {
	padding:15px 0 30px;
}
.breadcrumb-inner {
	width: 1060px;
	margin: 0 auto;
}
.breadcrumb-inner ul {
	display: flex;
}
.breadcrumb-inner li {
	margin-right:10px;
	padding-right:20px;
	font-size:14px;
	background:url(../images/arrow_bk.svg) no-repeat right center;
	background-size: 14px;
}
.breadcrumb-inner li:last-child {
	margin-right:0;
	padding-right:0;
	background:none;
}
.breadcrumb-inner li a {
	text-decoration:underline;
}


.ttl-tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}
.ttl-tab ul {
	display: flex;
}
.ttl-tab ul li {
	padding: 0 18px 8px;
	border-bottom: 1px #ccc solid;
	transition: all .3s;
	position: relative;
}
.ttl-tab ul li:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #FFBB00;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ttl-tab ul li:hover:after,
.ttl-tab ul li.now:after {
  transform: scale(1, 1);
}

.about_box {
	padding: 20px 10px;
	text-align: center;
	border: 1px #aaa solid;
}
.about_box ul {
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
}
.about_box ul li {
	padding: 0 10px;
}

.flow-tb {}
.flow-tb dt {
	padding-left: 4em;
	position: relative;
}
.flow-tb dt .time {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 3em;
	padding:0 5px;
	font-size: 12px;
	text-align: right;
	background-color: #FFBB00;
}
.flow-tb dd {
	padding-bottom: 1.5em;
	padding-left: 4em;
}
.flow-img li {
	padding-bottom: 20px;
	text-align: center;
	font-size: 13px;
}

.voice_img {
	padding: 20px;
	text-align: center;
	border: 1px #aaa solid;
	box-shadow: 3px 3px 0 rgba(100,100,100,0.1);
}
.voice_img .large {
	padding-bottom: 5px;
}
.voice_img .img {
	padding-top: 15px;
}

.company_tb,
.company_tb2 {
	width:100%;
	border-top:1px #ccc dotted;
}
.company_tb th {
	width:150px;
	padding:10px;
	border-bottom:1px #ccc dotted;
}
.company_tb td {
	padding:10px;
	border-bottom:1px #ccc dotted;
}
.company_tb2 th {
	width:280px;
	padding:10px;
	border-bottom:1px #ccc dotted;
}
.company_tb2 td {
	padding:10px;
	border-bottom:1px #ccc dotted;
}
.company_img {}
.company_img li {
	padding-bottom: 25px;
}

.initiative-list {}
.initiative-list li {
	padding: 4px 0;
}

.letter-list li {
	padding: 10px 0;
	border-bottom: 1px #ccc dotted;
}
.letter-list li a {
	padding:5px 30px 5px 0;
	background: url(../images/icon_pdf.png) no-repeat right center;
}

.ind1 {
	padding-left:1em;
	text-indent:-1em;
}
.btn {
	display:inline-block;
	height: 30px;
	margin: 20px auto 0;
	border-radius:5px;
	background-color: #971E37;
	position:relative;
}
.btn:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
	left: 10px;
	top: 10px;
}
.btn a {
	display: block;
	height: 30px;
	padding:0 14px 0 22px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.btn a {
	color: #fff;
	text-decoration: none;
}
.btn:hover {
	opacity:0.8;
}
.btn-more {
	width: 108px;
	height: 30px;
	margin: 20px auto 0;
	border:1px #714519 solid;
	background-color: #F4EED7;
	position:relative;
}
.btn-more:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #714519;
	left: 10px;
	top: 10px;
}
.btn-more a {
	display: block;
	width: 108px;
	height: 30px;
	padding-left:6px;
	line-height: 30px;
	text-align: center;
}
.btn-more a:link,
.btn-more a:visited {
	color:#714519;
	text-decoration: none;
}
.btn-more a:hover,
.btn-more a:active {
	color:#714519;
	text-decoration: none;
}
.more_arrow {
	position: relative;
}
.more_arrow:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -14px;
	right: 15px;
	transform:rotate(45deg);
	background-color: #FFBB00;
	transition: .3s;
}
.more_arrow:hover:before {
	transform:rotate(-45deg);
	background-color: #000;
}
.more_arrow:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -14px;
	right: 15px;
	background: url(../images/arrow_wh.svg) no-repeat center center;
	background-size: 16px;
}

.list-disc li {
	padding-left:20px;
	padding-bottom:3px;
	/*list-style:disc;*/
	position:relative;
}
.list-disc li:before {
	content: '･';
	position: absolute;
	left: 5px;
	top: 0px;
}
.list-privacy {
	margin:10px 0;
}
.list-privacy li {
	padding-left:20px;
	padding-bottom:3px;
	/*list-style:disc;*/
	position:relative;
}
.list-privacy li:before {
	content: '○';
	position: absolute;
	left: 5px;
	top: 0px;
}
.list-pdf li {
	padding:5px 0 5px 20px;
	position:relative;
}
.list-pdf li:before {
	content: "";
	position: absolute;
	top:12px;
	left:8px;
	border: 4px solid transparent;
	border-left: 6px solid #1779db;
}
a[href$=".pdf"] {
	/*background:url(../images/pdf_icon.png) no-repeat right center;
	padding-right:24px;*/
}

/*採用案内*/
.recruit-nav {
	width: 100%;
	display: flex;
	justify-content: center;
}
.recruit-nav li {
	padding: 0 20px;
	font-size: 1.2em;
}
.recruit-nav li a {
	display: block;
	padding: 6px 20px;
	border-radius: 6px;
	background-color:#dae7f3;
}
table.recruit-tb {
	width: 100%;
	margin-bottom:15px;
}
table.recruit-tb th {
	width:170px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px #cccccc dotted;
	background-color:#E9EFDA;
}
table.recruit-tb td {
	padding: 10px 15px;
	background: #FaFaFa;
	border-bottom:1px #cccccc dotted;
	border-left:8px #fff solid;
}
.recruit-btn {
	text-align: center;
}
.recruit-btn input {
	margin: 0;
	padding: 8px 50px;
	border: 0;
	outline: none;
	font-size: 20px;
	color: #FFF;
	border-radius: 5px;
	border: 1px #FFBB00 solid;
	background-color: #FFBB00;
	cursor: pointer;
	transition: all .3s;
}
.recruit-btn input:hover {
	color: #FFBB00;
	background-color: #FFF;
}


/* ------ Footer ------ */

footer {
	width: 100%;
	background-color: #FFBB00;
}
.footer-inner {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	display:table;
	position:relative;
}
.footer-nav {
	padding-bottom: 20px;
}
.footer-nav ul {
	display: flex;
}
.footer-nav ul li {
	display:inline-block;
	margin:0 15px 0 0;
	padding: 0 15px 0 0;
	line-height:1.1;
	border-right:1px #555 solid;
}
.footer-nav ul li:last-child {
	border-right:0px #555 solid;
}
.footer-nav ul li a:link,
.footer-nav ul li a:visited {
}
.copyright {
	text-align:right;
	font-size:12px;
}

#page-top {
	position:absolute;
	top:0;
	right:10px;
}
#page-top a {
	display:block;
	text-decoration:none;
}
#page-top a span {
	padding-left:25px;
	background:url(../images/pagetop_icon.png) no-repeat left center;
}

@media screen and (max-width: 640px) {
	#wrapper {
		min-width:320px;
	}
	
	
}

.detailText a {
	text-decoration: underline;
}
.scroll {
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
	height: 5px;
}
.scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}
	
.sp {
	display: none;
}
