/*
Theme Name: ミノリアライズ
*/
@charset "UTF-8";

h2 {
    font-size: 60px;
}

h2 small {
    width: 100%;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* *******************************
      会社概要
********************************** */
.company-hero {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.company-hero .inner {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 75px;
}

.company-hero h2 {
    display: block;
    color: #515151;
    text-align: left;
    padding: 0 0 50px;
    border-bottom: 1px solid #E3E3E3;
}

.company-hero h2 small {
    bottom: 30px;
}

.company-hero h3 {
    font-style: 18px;
    margin-bottom: 20px;
}


/* *******************************
      代表メッセージセクション
********************************** */
.message {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    margin-bottom: 100px;
}

.message .inner {
    max-width: 800px;
    margin: 0 auto;
}

.message h2 {
    display: block;
    font-weight: 700;
    color: #F8F9FD;
    text-align: center;
    margin-bottom: 20px;
}

.message-content {
    max-width: 330px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.message-content img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.text-area {
    text-align: center;
}

.text-area .position {
    font-size: 14px;
    margin-bottom: 5px;
}

.text-area .name {
    font-size: 18px;
    font-weight: 700;
}

.message-text {
    line-height: 1.8;
}

.message-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 12px;
}

.message-text p {
    font-size: 16px;
    margin-bottom: 20px;
}


/* *******************************
      会社概要セクション
********************************** */
.company-info {
    width: 100%;
    padding: 0 5%;
}

.company-info .inner {
    max-width: 968px;
    margin: 0 auto;
}

.company-info h2 {
    font-weight: 700;
    color: #F8F9FD;
    text-align: center;
    margin-bottom: 20px;
}

.company-info table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.company-info table tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.company-info table tr:last-child {
    margin-bottom: 0;
}

.company-info table th {
    width: 150px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #515151 ;
}

.company-info table td {
    padding: 20px 15px;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    border-bottom: 1px solid #EDF1F5;
}

.map {
    max-width: 968px;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 100px;
}


/* *******************************
      レスポンシブ
********************************** */
@media (min-width: 1024px) {
.company-info h2 {
    font-size: 66px;
    border-bottom: none;
}

.company-info table tr {
    flex-direction: initial;
    padding: 0 10%;
}

.map {
    padding: 0 10%;
}

.map iframe {
    width: 100% !important;
    height: 500px !important;
}


}