@charset "UTF-8";

/* 共通部分
----------------------------- */
html {
  font-size: 100%
}

body {
  color: #2e3740;
  font-family: 'Open Sans','Sawarabi Gothic','M+ P Type-1 (basic latin) Black',sans-serif;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
  color:#2e3740;
}

a:hover {
  opacity: 0.7;
}

.container {
  width: 90%;
  max-width: 980px;
  margin: auto;
}

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

/* header
----------------------------- */
.logo {
  width: 100px;
  margin-top: 14px;
}

header li {
  list-style-type: none;
}

.header-left {
  float: left;
}

.header-title-item {
  float: left;
}

.header-title-item p {
  margin-top: 50px;
  margin-left: 10px;
  margin-bottom: 0;
  color: rgb(164, 161, 161);
  font-size: 14px;
}

.header-right {
  float: right;
}

.header-nav-item {
  float: left;
  margin-left: 30px;
  margin-top: 32px;
}

/* main
----------------------------- */

.main-visual {
  background-image: url(../img/top.jpg);
  background-size: cover;
  padding: 80px 0;
}

.main-visual_logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.main-visual_lead {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
/* section共通クラス
----------------------------- */
.section {
  padding: 60px;
}

.section-title {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
}

.section-lead{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: rgb(164, 161, 161);
}
/* profile
----------------------------- */

.section-lead {
  padding-bottom: 20px;
}

.profile-left {
  float: left;
  width: 46%;
}

.profile-right {
  float: right;
}

.profile-name_main {
  margin: 26px 0 20px;
}

/* service
----------------------------- */
.service {
  background-color: #f5f9fc;
}
.service-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.service-item {
  width: 30%;
}

.service-item img {
  padding-bottom: 20px;
}

.service-item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 14px;
}

.service-item p {
  font-size: 16px;
}
/* work
----------------------------- */

.work-wrapper {
  text-align: center;
}

.work-wrapper img {
  padding-bottom: 22px;
}

.work-wrapper h2 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 14px;
}

.work-wrapper p {
  text-align: left;
  font-size: 14px;
  padding-bottom: 16px;
}

.work-wrapper a{
  color: #009bc6;
}

.work-left {
  float: left;
  width: 48%;
}

.work-right {
  float: right;
  width: 48%;
}



/* contact
----------------------------- */

.contact {
  background-color: #f5f9fc;
}
.container {
  text-align: center;
}

.contact-message {
  padding-bottom: 20px;
}
.contact-item-mail {
  padding: 0 80px 0 0;
}

.contact-item-mail img {
  width: 65px;
  height: auto;
  padding-bottom: 30px;
}

.contact-item-twitter {
  padding: 0 75px 0 0;
}

.contact-item-twitter img {
  width: 82px;
  height: auto;
  padding-bottom: 30px;
}
.contact a{
  color: #009bc6;
  padding-right: 10px;
}

.contact-items-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

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

footer {
  text-align: center;
  color: #bebfc0;
  background-color: #fff;
  padding: 15px 0;
}

.copyright {
  font-size: 14px;
  float: none;
  margin: 0;
}

/* スマホ用の表示
----------------------------- */

@media screen and (max-width: 767px) {
  .clear::after {
    content: none;
  }

/* header
----------------------------- */

.header-left {
  float: none;
}

.header-title-item {
  float: none;
}

.header-left {
  margin-bottom: 10px;
}

.header-title {
  text-align: center;
}

.header-title-item p{
  margin-top: 0;
}

.header-right {
  float: none;
}

.header-nav {
  display: flex;
  justify-content: space-between;
}

.header-nav-item {
  float: none;
  margin: 0;
  text-align: center;
  padding-left: 16px;
  padding-right: 18px;
}

/* main
----------------------------- */

.main-visual {
  padding: 80px 0;
}

.main-visual_logo {
  width:38%;
}

.main-visual_lead {
  font-size: 16px;
}

/* section共通クラス
----------------------------- */

.section {
  padding: 120px 0;
}

.section-title {
  font-size: 24px;
  font-weight: normal;
}

.section p {
  font-size: 12px;
}

/* profile
----------------------------- */

.profile-left {
  float: none;
  width: 100%;
}

.profile-right {
  float: none;
  width: 100%;
}

/* service
----------------------------- */

.service-wrapper {
  flex-wrap: wrap;
}

.service-item {
  width: 100%;
  margin-bottom: 26px;
}

/* work
----------------------------- */

.work-left {
  flex: none;
  width: 100%;
  margin-bottom: 32px;
}

.work-right {
  float: none;
  width: 100%;
  margin-bottom: 26px;
}

/* contact
----------------------------- */

.contact-items-wrapper {
  flex-wrap: wrap;
}

.contact-items-wrapper a {
  padding: 0;
}

.contact-items-wrapper img {
  padding-bottom: 10px;
}

.contact-item-mail {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.contact-item-twitter {
  width: 100%;
  padding: 0;
}

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

.copyright {
  font-size: 10px;
  float: none;
  text-align: center;
}

}