@charset "utf-8";
/* CSS Document */
img {width: 100%;}
@media screen and (min-width: 600px){
.sp_display {display: none;}
}
@media screen and (max-width: 599px){
.pc_display {display: none;}
}

/* Header設定
-------------------------------------------------------------------------- */

/* PC -----------------------------------------------*/
header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
header h1 img {
    width: auto;
    height: 100px;
    vertical-align: middle;
}
header nav {
    display: flex;
    justify-content: space-between;
}
header nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
}
header nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}
header nav ul li a:link,
header nav ul li a:visited {
    padding: 1rem;
    color: #00A4A8;
    text-decoration: none;
}
header nav ul li a:hover {
    border-bottom: 3px solid #00A4A8;
}
#toggle {
	display: none;
}

/* スマホ -----------------------------------------------*/
@media screen and (max-width: 599px){
header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 .5rem #000000;
}
header h1 img {
    height: 3rem;
}
header nav {
    align-items: center;
    height: 5rem;
    padding: .5rem 1rem;
}
header nav ul {
    flex-direction: column;
    background: rgba(255,255,255,0.9);
}
header nav ul li {
    text-align: center;
}

#toggle {
	display: flex;
    align-items: center;
    padding: 0 1rem;
}
#global {
    display: none;
    position: fixed;
    top: 3rem;
    right: 0;
}
#global li a:link,
#global li a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    color: #00A4A8;
}
#global li a:hover {
    color: #FFFFFF;
}
}

section {
    padding: 3rem 0;
}

footer {
    background: #eeeeee;
    text-align: center;
}
footer img {
    width: 8rem;
    padding: 2rem 0;
}
#copy {
    padding: .5rem;
    background: #00A4A8;
    color: #FFFFFF;
}
#pageup {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
}
#pageup a:link,
#pageup a:visited {
    padding: .5rem 1rem;
    background: #00A4A8;
    border-radius: .4rem;
    color: #FFFFFF;
}
#pageup a:hover {
    background: rgba(255,255,255,0.00);
    color: #00A4A8;
}
.section_title {
    margin: 0 0 2rem;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	color: #00A4A8;
}
.section_title small {
	font-size: 1rem;
	font-weight: bold;
	color: #dddddd;
}

/*共通　設定 */
.content {
    width: 96%;
    max-width: 60rem;
    margin: 0 auto;
}


/* ホーム　設定 */
#slider {
    width: 100%;
}
@media screen and (max-width: 599px){
#slider {
    margin: 3rem 0;
}
}
#news {}
#news li {
    padding: .5rem 0;
    border-bottom: 1px solid #dddddd;
}
#news li:nth-child(2n) {
    background: #eeeeee;
}
#news li time {
    display: inline-block;
    width: 6rem;
    margin-right: 2rem;
}
@media screen and (max-width: 599px){
#news li time {
    display: block;
}
}


/* 企業理念　設定 */
#outline {}
#outline_content {
    display: flex;
    justify-content: space-between;
}
#message_img {
    width: 350px;
	border-right:solid 1px #00A4A8;
	padding-right:50px;
	
}
#message_comment {
    width: 560px;
}
@media screen and (max-width: 599px){
#outline_content {
 display: block;   
}
#message_img {
    width: 150px;
	border-right:none;
	padding-right:30px;
	float: left;
   
	
}
#message_comment {
	width: 100%;
    font-size: 0.9rem;
}
}

/* 事業内容　設定 */
#business {}
#business_content {
    display: flex;
    justify-content: space-between;
}
#business_content li {
    margin: 0 auto;
}
#business_content dl {
    width: 20rem;
    padding: 1rem;
}
#business_content dl dt {
    margin: 0 0 1rem;
    text-align: center;
}
#business_content dl dt img {
    width: 15rem;
    vertical-align: middle;
    border-radius: 10rem;
}
#business_content dl dd {
}
#business_content dl dd h2 {
    text-align: center;
}
#business_comment {
    text-align: center;
}
@media screen and (max-width: 599px){
#business_content {
    flex-wrap: wrap;
}
}
/* 会社案内　設定 */
#company {}
#company_content {
	text-align: center;
}
#companymap {
    position: relative;
    margin: 2rem 0 0;
    padding-bottom: 20%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#companymap iframe,
#companymap object,
#companymap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 採用情報　設定 */
#recruit {}
#recruit_catch {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
#recruit_content {
	text-align: center;
}
#recruit_content table {
	margin:30px 0 0;
	border: 1px solid #dddddd;
}
#recruit_content th {
	width: 30%;
	padding: .5rem;
	background: #eeeeee;
	border: 1px solid #dddddd;
    vertical-align: middle;
}
#recruit_content td {
	width: 70%;
	padding: .5rem;
	border: 1px solid #dddddd;
	text-align: left;
}
@media screen and (max-width: 599px){
    #recruit_content th,#recruit_content td {
        display: block;
        width: 100%;
    }
}

/* お問い合わせ　設定 */
#contact {}
.formTable {
    width: 100%;
	border: 1px solid #dddddd;
}
.formTable th {
	width: 30%;
	padding: .5rem;
	background: #eeeeee;
	border: 1px solid #dddddd;
    vertical-align: middle;
}
.formTable td {
	width: 70%;
	padding: .5rem;
	border: 1px solid #dddddd;
	text-align: left;
}
@media screen and (max-width: 599px){
    .formTable th,.formTable td {
        display: block;
        width: 100%;
    }
}
#formbutton {
    text-align: center;
}

/* フォームインプット　設定 */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    width: 100%;
    max-width: 400px;
    padding: .5rem;
    border: 2px solid #dddddd;
}
select {
    padding: .5rem;
    border: 2px solid #dddddd;
}
input[type="submit"],
input[type="reset"] {
    width: 300px;
    margin: 1rem;
    padding: 1rem 2rem;
    background: #00A4A8;
    border: 1px solid #00A4A8;
    color: #FFFFFF;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
    background: #7AFBFF;
    color: #00A4A8;
}
@media screen and (max-width: 599px){
input[type="submit"],
input[type="reset"] {
    width: 100%;
    margin: 1rem 0;
}
}
