@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333;
}

section {
  padding: 80px 20px;
  border-bottom: 1px solid #eee;
}

h2 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing:0.05em;
}

h3 {
  font-size: 22px;
  margin-top: 30px;
}

h4 {
  font-size: 18px;
  margin-top: 20px;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 10px;
  padding-left: 20px;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

img{
  max-width:100%;
  height:auto;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 280px;
  margin: 0 auto;
  padding: 0 4%;
}
#header h1{
  font-size:30px;
  line-height:1.4;
}

#header ul {
  list-style: none;
  display: flex;
  padding: 10px 0;
}
#header li {
  font-size: 0.9rem;
  margin-left: 30px;
}
#header li a {
text-decoration:none;
  color:#333;
  font-size:14px;
  font-weight:500;
  transition:0.3s;
}
#header li a:hover {
  opacity: 0.8;
  color:#005fa3;
}


.header-left h1{
  font-size: 24px;
  margin-bottom: 5px;
}

.header-left p{
  font-size: 14px;
  margin: 0;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mv {
  margin-bottom: 80px;
}
#mv img {
  width: 100%;
  max-width: 1920px;
  height: 420px;
  object-fit: cover;
}

/* -------------------------
   事業内容
-------------------------- */

#business {
  background: #fafafa;
}

/* -------------------------
   会社概要
-------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  border-bottom: 1px solid #eee;
  padding: 15px;
}

table th {
  width: 200px;
  text-align: left;
  background: #fafafa;
}

/*---------------
team
-----------------*/
#team img{
  width:100%;
  max-width:600px;
  height:auto;
  display:block;
  margin:30px auto;
  border-radius:6px;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
}

.caption{
  text-align:center;
  font-size:14px;
  color:#666;
}

#team a{
  color:#333;
  text-decoration:none;
  border-bottom:1px solid #999;
  transition:0.3s;
}

#team a:hover{
  color:#0077cc;
  border-bottom:1px solid #0077cc;
}

/* -------------------------
   ボタン
-------------------------- */

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 30px;
  background: #0077cc;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.button:hover {
  opacity: 0.8;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
  text-align: center;
}
#contact p {
  text-align: center;
  margin-bottom: 64px;
}
#contact .button {
  margin: 0 auto;
  text-align: center;
}
#contact .button {
  width: 200px;
  background-color: #0077cc;
  color: #fff;
  padding: 16px 0;
  margin: 0 auto;
  text-align: center;
}
#contact .button:hover {
  background: #b9b9b9;
  color: #24292e;
}

/* -------------------------
   footer
-------------------------- */

#footer {
  text-align: center;
  padding: 20px;
  background: #005fa3;
  color: #fff;
  font-size: 14px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .wrapper {
    margin-bottom: 80px;
  }
  .site-title {
    margin-top: 24px;
  }
  .sec-title {
    margin-bottom: 40px;
  }
  .br-pc {
    display: none;
  }

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    max-width: 100%;
    height: auto;
    flex-direction: column;
  }
  #header li {
    font-size: 0.8rem;
    margin-left: 20px;
  }
  #header li:first-child {
    margin-left: 0;
  }

}
