@charset "UTF-8";


body {
    color: #082b48;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
}

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

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

a {
    text-decoration: none;
    color: #082b48;
}

a:hover {
    opacity: 0.7;
}

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

.btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

/*=================================
header
=================================*/
header {
    padding: 30px 0;
}

.header-logo {
    font-size: 30px;
    font-weight: bold;
    float: left;
}

.header-nav {
    float: right;
}

.header-nav-item {
    float: left;
    margin-left: 30px;
    line-height: 45px;
}

.header-nav-item a {
    font-weight: bold;
    text-decoration: none;
}

/*=================================
top
=================================*/
.top {
    background-image: url(../img/takeshi-mas-YFeNL4J7VOM-unsplash.jpg);
    background-size: cover;
    padding: 80px 0;
}

.top-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: bold;
    color: #1efcae;
}

.top-subtitle {
    text-align: center;
    color: #1efcae;
}

/*=================================
section
=================================*/
.section {
    padding: 120px 0;
}

.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-lead {
    text-align: center;
    opacity: 0.7;
    margin-bottom: 30px;
}

/*=================================
plofile
=================================*/
.plofile {
    background-color: beige;
}

.profile-card {
    background: #fff;
    display: flex;
    padding: 20px 10px;
    margin: 50px;
    border: #082b48 solid;
}

.card-img {
    width: 100%;
    padding: 20px 10px 0 10px;

}

.sns-links-item {
    margin: 10px;
}

.fa-twitter {
    zoom: 2;
    margin-right: 5px;
}

.fa-facebook {
    zoom: 2;
}

.plofile-card-title {
    text-align: center;
    margin-bottom: 10px;
}

.plofile-card-name {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.plofile-card-content {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.plofile-card-subhead {
    text-align: center;
    margin-bottom: 10px;
}

.plofile-card-concept {
    text-align: center;
    font-weight: bold;
}

/*=================================
service
=================================*/
.card-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

/*=================================
work
=================================*/
.work {
    background-color: beige;
}

.card-text {
    margin-bottom: 20px;
}

.card-body-link {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.card-body-link a {
    text-decoration: none;
    font-weight: bold;
    color: blue;
}

/*=================================
contact
=================================*/
.contact-comment {
    text-align: center;
    margin-bottom: 30px;
}

.contact-items {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.contact-item {
    text-align: center;
}

.contact-img {
    display: block;
    width: 80px;
    margin: 0 40px;
}

.contact-name {
    color: blue;
}

/*=================================
footer
=================================*/
footer {
    background-color: #555;
    padding: 20px 0;
    color: #fff;
}

.copyright {
    text-align: center;
}

/*=================================
スマホ用 表示
=================================*/
@media only screen and (max-width: 767px) {

.clear::after {
    content: none;
}

/*=================================
footer
=================================*/
.header-logo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
}

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

.header-nav-item {
    float: none;
    margin: auto;
}

}

