@charset "utf-8";
@import "default.css";
@import "jquery.megamenu.css";
@import "base.css";
@import "common.css";
@import "meanmenu.css";
@import "accordion.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
#catch {
	height: 300px;
	background-color: #FFC500;
	margin-top: -100px;
	background-image: url(../images/company/main_title_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-width: 1020px;
}
#catch+nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 100px;
}
#catch+nav ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#catch+nav ul li {
	height: 30px;
	line-height: 34px;
	border-right: 1px solid rgba(204,204,204,1.00);
	width: 25%;
	text-align: center;
	font-size: 16px;
}
#catch+nav ul li:first-child {
	border-left: 1px solid rgba(204,204,204,1.00);
}

#catch+nav ul li a {
	color: #595757;
	text-decoration: none;
}
#catch+nav ul li a:hover {
	color: rgba(239,147,0,1.00);
}
#catch+nav ul li.this a {
	color: rgba(239,147,0,1.00);
}
#csr .box {
	margin-bottom: 100px;
}
#csr .box figure {
	display: flex;
	display: -webkit-flex; /* Safari */
　
    display: -ms-flexbox;
	margin-bottom: 25px;
}
#csr .box figure+p {
	font-size: 18px;
}
#profile {
	min-width: 1020px;
}
#profile .box:nth-of-type(1) {
	background-image: url(../images/company/profile_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#profile .box:nth-of-type(1) dl {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content:flex-start; /* Safari */
	align-content:flex-start;
}
#profile .box:nth-of-type(1) dl dt {
	background-color: rgba(53,74,128,1.00);
	width: 200px;
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	text-align: center;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
#profile .box:nth-of-type(1) dl dt span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	margin-top: -15px;
}
#profile .box:nth-of-type(1) dl dd {
	width: 650px;
	background-color: rgba(238,238,238,1.00);
	font-size: 17px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	
}
#profile .box:nth-of-type(1) dl dd ul {
	float: left;
	margin-right: 70px;
	line-height: 180%;
}
#profile .box:nth-of-type(2) .google-map {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#message {
	min-width: 1020px;
}
#message .box:nth-of-type(1) {
	background-image: url(../images/company/message_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 1000px;
	margin-bottom: 50px;
}
#message .box:nth-of-type(1) .inner {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 80px;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
}
#message .box:nth-of-type(1) .inner h2 {
	margin-bottom: 50px;
}
#message .box:nth-of-type(1) .inner p {
	margin-bottom: 30px;
	width: 535px;
}
#message .box:nth-of-type(1) .inner p:last-child {
	text-align: right;
}
#history {
	min-width: 1020px;
}
#history nav {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
#history nav ul {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
}
#history nav ul li {
	margin-right: 30px;
}
#history nav ul li a {
	color: #595757;
	font-size: 16px;
	text-decoration: none;
}
#history nav ul li a:hover {
	color: rgba(239,147,0,1.00);
}
#history nav ul li.this a {
	color: rgba(239,147,0,1.00);
}
#history .box:nth-of-type(1)  {
	background-color: rgba(83,81,82,1.00);
	color: rgba(255,255,255,1.00);
	border-top: 3px solid rgba(255,149,1,1.00);
	padding-bottom: 70px;
	margin-bottom: 60px;
}
#history .box:nth-of-type(1) .inner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content: flex-start; /* Safari */
	align-content: flex-start;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#history .box:nth-of-type(1) .inner:last-of-type  {
	border-bottom-style: none;
}

#history .box:nth-of-type(1) .inner .year {
	width: 83px;
	color: rgba(0,0,0,1.00);
	text-align: center;
	font-size: 17px;
	padding-top: 15px;
	background-image: url(../images/company/arrow02.png),url(../images/company/arrow01.png);
	background-repeat: no-repeat,repeat-y;
	background-position: center bottom, center top;
}
#history .box:nth-of-type(1) .inner dl {
	width: 680px;
	font-size: 16px;
	padding-top: 15px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content:flex-start; /* Safari */
	align-content:flex-start;
}
#history .box:nth-of-type(1) .inner dl dt {
	width: 84px;
	text-align: center;
	padding-right: 10px;
}
#history .box:nth-of-type(1) .inner dl dd {
	width: 577px;
	padding-bottom: 30px;
}
#history .box:nth-of-type(1) .inner dl dd figure {
	margin-top: 10px;
}
#history .box .btn a {
	width: 300px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
	text-align: center;
	line-height: 60px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 16px;
	background-image: url(../images/company/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
#history .box .btn a:hover {
	border: 1px solid rgba(239,147,2,1.00);
	color: rgba(239,147,2,1.00);
}
#history .box .inner dl .center {
	color: rgba(170,191,247,1.00);

}
.company {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.company ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
}




/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
#catch {
	height: 150px;
	background-color: #FFC500;
	background-image: url(../images/company/main_title_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#catch+nav {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5%;
}
#catch+nav ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#catch+nav ul li {
	height: 30px;
	line-height: 34px;
    margin-bottom: 5px;
	border-right: 1px solid rgba(204,204,204,1.00);
	width: 33%;
	text-align: center;
	font-size: 12px;
}
#catch+nav ul li:first-child {
	border-left: 1px solid rgba(204,204,204,1.00);
}
#catch+nav ul::after{
  content:"";
  display: block;
  width:33%;
}
#catch+nav ul li a {
	color: #595757;
	text-decoration: none;
}
#catch+nav ul li a:hover {
	color: rgba(239,147,0,1.00);
}
#catch+nav ul li.this a {
	color: rgba(239,147,0,1.00);
}
#csr .box {
	margin-bottom: 10%;
}
#csr .box figure img {
	margin-bottom: 2%;
}
#csr .box figure+p {
	font-size: 15px;
}
#profile .box:nth-of-type(1) {
	background-image: url(../images/company/profile_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 10%;
}
#profile .box:nth-of-type(1) dl {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content:flex-start; /* Safari */
	align-content:flex-start;
	font-size: 13px;
}
#profile .box:nth-of-type(1) dl dt {
	background-color: rgba(53,74,128,1.00);
	width: 25%;
	color: rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);
	text-align: center;
	position: relative;
	padding-top: 2%;
	padding-bottom: 2%;
}
#profile .box:nth-of-type(1) dl dt span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	margin-top: -15px;
}
#profile .box:nth-of-type(1) dl dd {
	width: 73%;
	background-color: rgba(238,238,238,1.00);
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	
}
#profile .box:nth-of-type(1) dl dd ul {
	line-height: 180%;
}
#profile .box:nth-of-type(2) .google-map {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#message .box:nth-of-type(1) {
	background-image: url(../images/company/message_back.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 50px;
	background-size: contain;
}
#message .box:nth-of-type(1) .inner {
	margin-right: 2%;
	margin-left: 2%;
	text-align: left;
	padding-top: 5%;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
}
#message .box:nth-of-type(1) .inner h2 {
	margin-bottom: 1%;
	margin-right: 39%;
}
#message .box:nth-of-type(1) .inner p {
	margin-bottom: 3%;
	font-size: 13px;
	line-height: 170%;
}
#message .box:nth-of-type(1) .inner p:nth-of-type(1) {
	margin-right: 40%;
}
#message .box:nth-of-type(1) .inner p:nth-of-type(2) {
	color: #464646;
}
#message .box:nth-of-type(1) .inner p:nth-of-type(3) {
	color: #464646;
}
#message .box:nth-of-type(1) .inner p:nth-of-type(4) {
	color: #464646;
}
#message .box:nth-of-type(1) .inner p:last-child {
	text-align: right;
	margin-left: 50%;
}
#history h1 {
	margin-left: 2%;
	margin-right: 2%;
}
#history nav {
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
#history nav ul {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
}
#history nav ul li {
	margin-right: 10%;
}
#history nav ul li a {
	color: #595757;
	font-size: 16px;
	text-decoration: none;
}
#history nav ul li a:hover {
	color: rgba(239,147,0,1.00);
}
#history nav ul li.this a {
	color: rgba(239,147,0,1.00);
}
#history .box:nth-of-type(1)  {
	background-color: rgba(83,81,82,1.00);
	color: rgba(255,255,255,1.00);
	border-top: 3px solid rgba(255,149,1,1.00);
	padding-bottom: 10%;
	margin-bottom: 10%;
	padding-left: 2%;
	padding-right: 2%;
}
#history .box:nth-of-type(1) .inner {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content: flex-start; /* Safari */
	align-content: flex-start;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#history .box:nth-of-type(1) .inner:last-of-type  {
	border-bottom-style: none;
}

#history .box:nth-of-type(1) .inner .year {
	width: 83px;
	color: rgba(0,0,0,1.00);
	text-align: center;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 15px;
	background-image: url(../images/company/arrow02.png),url(../images/company/arrow01.png);
	background-repeat: no-repeat,repeat-y;
	background-position: center bottom, center top;
}
#history .box:nth-of-type(1) .inner dl {
	font-size: 14px;
	padding-top: 15px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content:flex-start; /* Safari */
	align-content:flex-start;
}
#history .box:nth-of-type(1) .inner dl dt {
	width: 15%;
	padding-left: 2%;
	text-align: center;
	padding-right: 2%;
}
#history .box:nth-of-type(1) .inner dl dd {
	width: 80%;
	padding-bottom: 30px;
}
#history .box:nth-of-type(1) .inner dl dd figure img {
	margin-top: 10px;
}
#history .box .btn a {
	width: 300px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
	text-align: center;
	line-height: 60px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 16px;
	background-image: url(../images/company/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
#history .box .btn a:hover {
	border: 1px solid rgba(239,147,2,1.00);
	color: rgba(239,147,2,1.00);
}
#history .box .inner dl .center {
	color: rgba(170,191,247,1.00);

}
.company {
	margin-right: 1%;
	margin-left: 1%;
}
.company ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
.company ul li {
	width: 32%;
}
}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#catch+nav ul li {
	font-size: 10px;
}
#message .box:nth-of-type(1) .inner p {
	margin-bottom: 4%;
	font-size: 10px;
	line-height: 160%;
}
#history .box:nth-of-type(1)  {
	background-color: rgba(83,81,82,1.00);
	color: rgba(255,255,255,1.00);
	border-top: 3px solid rgba(255,149,1,1.00);
	padding-bottom: 10%;
	margin-bottom: 10%;
	padding-left: 2%;
	padding-right: 2%;
}
#history .box:nth-of-type(1) .inner {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content: flex-start; /* Safari */
	align-content: flex-start;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#history .box:nth-of-type(1) .inner:last-of-type  {
	border-bottom-style: none;
}

#history .box:nth-of-type(1) .inner .year {
	width: 12%;
	color: rgba(0,0,0,1.00);
	text-align: center;
	font-size: 14px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 15px;
	background-image: url(../images/company/arrow02.png),url(../images/company/arrow01.png);
	background-repeat: no-repeat,repeat-y;
	background-position: center bottom, center top;
}
#history .box:nth-of-type(1) .inner dl {
	font-size: 14px;
	padding-top: 15px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content:flex-start; /* Safari */
	align-content:flex-start;
	width: 88%;
}
#history .box:nth-of-type(1) .inner dl dt {
	width: 20%;
	padding-left: 2%;
	text-align: center;
	padding-right: 2%;
}
#history .box:nth-of-type(1) .inner dl dd {
	width: 70%;
	padding-bottom: 30px;
}
#history .box:nth-of-type(1) .inner dl dd figure img {
	margin-top: 10px;
	width: 45%;
}
}
