@charset "utf-8";
body{
	font-family: 'Open Sans',"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 768px){
h1,h2 {
    font-size: 24px;
	text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}
}
.main{
	background-image: url("../images/main.jpg");
	background-size:cover;
}
@media (max-width: 768px) {
  .main {
    background-position: 70% 20%;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
	h1,h2 {
    font-size: 33px;
	}
}
@media (max-width: 767px) and (min-width: 568px){
#home {
    height: 100vh;
}
}
.section-btn {
    background: #d7b065;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.6px;
    padding: 14px 32px 14px 32px;
    margin-top: 32px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
#message{
	height: 200px;
}
/*会社概要*/
.corporate_profile{
}
.corporate_profile dl {
    margin-top: 2px;
	display: table;
	width: 100%;
}
.corporate_profile dl dt {
    width: 28%;
    padding-left: 14px;
    background: #f0f0f0;
    margin-right: 2px;
	display: table-cell;
}

.corporate_profile dl dd {
    width: 70%;
    padding-left: 12px;
    background: #f9f9f9;
	display: table-cell;
}
.corporate_profile dl dt p,
.corporate_profile dl dd p {
    padding: 14px 0;
	margin-bottom:0px;
}

.corporate_profile ul{
    padding: 14px 0;
}
.corporate_profile ul li{
    line-height: 24px;
}
.corporate_profile a {
    color: #4dac26;
}
