@charset "UTF-8";

/*　すべてのWebページに適用される　*/
* {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo, Osaka, "ＭＳ　Ｐ　ゴシック",
	"MS PGothic", sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
    color: #333333;
    font-size: 15px;
    line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
}

img {
    vertical-align: bottom;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #3583aa;
    text-decoration: none;
}

a:link {
	color: #6aa4d6;
}

a:visited {
	color: #788d98;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #aed3f2;
}

img {
	border-style: none;
}

/* すべてのページに適用 - headerまわり - */

header {
    width: 960px;
    height: 100px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 20px;
}

.global-nav {
    float: right;
    margin-top: 40px;
}

.global-nav li {
    float: left;
    margin: 0 15px;
    font-size: 17px;
    list-style: none;
    font-family: 'Bitter', serif;
}

.global-nav li a {
    color: #1f5312;
}

.global-nav li a:hover {
    border-bottom: 2px solid #1f5312;
    padding-bottom: 3px;
    text-decoration: none;
}

#wrap {
 clear: both;
 background-color: #ffffff;
 margin-top: 50px;
 margin-right: 100px;
 margin-bottom: 50px;
 margin-left: 100px;
 padding: 50px;
}

.content {
    width: 960px;
    margin: 0 auto;
}

/* すべてのページに適用 - footer - */

footer {
	padding: 20px 0;
	color: #1f5312;
	text-align: center;
    background-color: transparent;
}

footer small {
    font-size: 12px;
}

/* 個別のスタイル */
/* index.html */


#index h1 {
    font-size: 100px;
    line-height: 1;
    color: #1f5312;
    font-family: 'Bitter', serif;
    margin-bottom: 50px;
    border: none;
}

#index p {
    font-size: 16px;
    color: #1f5312;
}

.btn a {
    background-color: #429f3a ;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Bitter', serif;
    width: 185px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    border-radius: 5px;
    border: 3px solid #429f3a;
}

.btn a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #429f3a;
}

#index {
    background-image: url(../images/bg-index.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#index #wrap {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
}

#index .content {
    margin-top: 150px;
}

#index footer{
    width: 960px;
    margin: 150px auto 0 auto;
    text-align: left;
    background-color: transparent;
}

/* トップページ周りのCSS */

#profile {
    background-image: url(../images/bg-profile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
}

.main-center {
    width: 940px;
    margin: 0 auto;
}

h1 {
    font-family: 'Bitter', serif;
    font-size: 36px;
    border-bottom: 2px solid #788d98;
}

h2 {
    font-family: 'Bitter', serif;
    font-size: 24px;
}

.icon:before {
    content: "";
    padding-right: 10px;
    border-left: 7px solid #9cb4a4;
}

#profile .profile-txt {
    width: 540px;
    float: left;
}

#profile .profile-txt small{
    font-size: 12px;
}
#profile .profile-txt span {
    font-weight: bold;
}

#profile .profile-image {
    float: right;
}

.clearfix:after {
    content: "";
    display:block;
    clear: both;
}

section {
    margin-bottom: 35px;
}

#profile .career th {
    width:240px;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

#profile .career td {
    width:660px;
    padding: 12px 40px 12px 40px;
    border: 1px solid #cccccc;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* お問い合わせページ */

#contact {
    background-image: url(../images/bg-contact.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
}

#contact .access table {
    float: left;
}

#contact .access th,
#contact .access td {
    text-align: left;
    vertical-align: top;
    line-height: 2.5;
}

#contact .access td {
    padding-left: 30px;
}

#contact .access iframe{
    width: 460px;
    float: right;
}

#contact .form {
    background-color: #eaeaea;
    padding: 30px 50px;
}

#contact .form dl dt {
    width: 165px;
    padding: 10px 0;
    float: left;
    clear: both;
}

#contact .form dl dd {
    padding: 10px 0;
}

#contact .form .name {
    width: 240px;
    height: 30px;
}

#contact .form .email {
    width: 300px;
    height: 30px;
}

#contact .form .tel {
    width: 240px;
    height: 30px;
}

#contact .form .type {
    width: 180px;
    height: 30px;
}

#contact .form .message {
    width: 660px;
    height: 150px;
}

#contact .form button {
    background-color: #429f3a ;
    color: #ffffff;
    font-size: 20px;
    width: 120px;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    border: 3px solid #429f3a;
    margin-left: 165px;
}

#contact .form button:hover{
    background-color: #ffffff;
    color: #429f3a;
    cursor: pointer;
}

#contact .form .requred:after {
    content: "*";
    color: #ff0000;
}

#contact .form .attention {
    margin: 20px 0 0 165px;
}

/* aboutページ */

#about {
    background-image: url(../images/bg-about.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
}

#about .office-txt{
    width: auto;
}

/* serviceページ */

#service {
    background-image: url(../images/bg-service.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
}

#service .career th {
    width:240px;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

#service .career td {
    width:660px;
    padding: 12px 40px 12px 40px;
    border: 1px solid #cccccc;
}

/*
@media screen and (max-width:600px) {
    /*　画面サイズが600px以下の場合に適用

    body{
        font-size: 3.5vw;
    }
    
    h1{
        font-size: 7.2vw;
    }
    
    h2{
        font-size: 6vw;
    }
    
    header{
        width: auto;
        margin: 0.5%;
    }
    
    .logo {
        float:none;
        margin-top: 60px;
        text-align: center;
    }
    
    .global-nav {
        float: none;
        margin-top: 40px;
        text-align: center;
    }
    
    .global-nav li {
        display: inline;
        float: none;
        margin: 0 8px;
    }
    
    #wrap {
        margin-top: 40px;
        padding: 35px 0 0;
    }
    
    .content {
        width: 100%;
    }
    
    .main {
        float: none;
        width: auto;
        margin: 0 5%;
    }
} */