@charset "UTF-8";

/*全体*/
body {
    font-family: sans-serif;
}

li {
    text-decoration: none;
}

.wrapper {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

h1 {
    line-height: 2.5rem;
    text-align: center;
}

h2 {
    line-height: 2.5rem;
    margin-bottom: 20px;
}

p {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
}

table {
    width: 100%;
    text-align: left;
    line-height: 3rem;
    margin-bottom: 80px;
}

th {
    width: 23%;
    border-bottom: 1px solid #404040;
}

td {
    width: 77%;
    border-bottom: 1px solid silver;
}

span {
    font-weight: bold;
    font-size: 1.1rem;
}

.container {
    margin-left: 10%;
    margin-right: 10%;
}

/*ヘッダー*/
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 40px;
    box-sizing: border-box;    
}

.header-left {
    display: flex;
}

.header-left a:hover {
    opacity: 0.7;
}

.header-left__company {
    font-weight: bold;
    font-size: 1.1rem;
    padding-left: 20px;
}

.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.header-right li {
    display: inline-block;
    margin-left: 20px;
}

.header-menu a:link {
    text-decoration: none;
    color: black;
}

.header-menu a:visited {
    color: #404040;
}

.header-btn {
    margin-left: 30px;
    align-items: center;
    font-size: 0.9rem;
}

.header-menu a:hover {
    opacity: 0.3;
}

.header-menu a:active {
    color: rgb(252, 32, 4);
}

.header-btn a:link {
    text-decoration: none;
}

.header-btn a:hover {
    opacity: 0.7;
}

.header-btn a:active {
    color: rgb(252, 32, 4);
}

.btn {
    background-color: #404040;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
}

/*イントロ*/
.intro {
    position: relative;
    height: 600px;
    background-image: url(../images/top-backimage.png);
    background-size: cover;
    background-position: bottom;
    margin-bottom: 80px;
}

.intro__text {
    width: 80%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: normal;
    transform: translate(-50%, -50%);
    background-color: rgba(64, 64, 64, 0.3);
    padding: 20px;
}

/*About Us*/
.aboutus {
    margin-bottom: 80px;
}

/*サービス*/
.services {
    margin-bottom: 80px;
}

.service {
    display: flex;
    margin-bottom: 60px;
}

.service__image01, .service__image02, .service__image03 {
    width: 50%;
    height: 400px;
    border-radius: 10px;
}

.service__image01 {
    background-image: url(../images/service01.png);
    background-size: cover;
}

.service__image02 {
    background-image: url(../images/service02.png);
    background-size: cover;
    order: 2;
}

.service__image03 {
    background-image: url(../images/service03.png);
    background-size: cover;
}

.service__text01, .service__text02, .service__text03 {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 10px;
    text-align: left;
}

.service__text01 p, .service__text02 p, .service__text03 p {
    text-align: left;
}

/*会社情報*/
.company-info {
    margin-bottom: 80px;
}

.map {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

/*お問い合わせ*/
.contact-wrapper {
    position: relative;
    background-image: url(../images/contact2.png);
    background-size: cover;
    background-position: center;
    height: 400px;
}

.contact h2 {
    text-align: center;
}

.contact__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 30px 40px 50px;
}

.contact__text p {
    margin-bottom: 40px;
}

.contact__text a:link {
    text-decoration: none;
}

.contact__text a:hover {
    opacity: 0.7;
}

.contact__text a:active {
    color: rgb(252, 32, 4);
}


.contact-btn {
    background-color: #333333;
    border-radius: 20px;
    color: #fff;
    padding: 20px 40px;
}

/*フッター*/
.inr {
    padding-left: 40px;
    padding-right: 40px;
}

footer {
    background-color: #404040;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
    line-height: 2rem;
    font-size: 0.8rem;
    color: #fff;
}

.footer-left a:hover {
    opacity: 0.3;
}

.company-profile {
    display: flex;
    justify-content: space-between;
    text-align: left;
    text-decoration: none;
}

.footer-left span {
    font-size: 1rem;
}

.footer-left p {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.footer-right__menu {
    text-decoration: none;
    margin-top: 50px;
    list-style: none;
}

.footer-right__menu a:link {
    text-decoration: none;
    color: #fff;
}

.footer-right__menu a:visited {
    color: #ccc;
}

.footer-right__menu a:hover {
    opacity: 0.3;
}

.footer-right__menu a:active {
    color: rgb(252, 32, 4);
}
