#page-top .container.company {
    background-image: url(../img/company01.png?v=2);
}

.page-bottom::before,
.page-bottom .container::before {
    content: "#Company";
}

@media(max-width:1200px) {
    .company-bottom .bread {
        padding-top: 100px;
    }
}

@media(max-width:970px) {
    .company-bottom .bread {
        padding-top: 48px;
    }
}

@media(max-width:625px) {
    #page-top .container.company {
        background-image: url(../img/company02.png);
    }
}

@media(max-width:540px) {
    .company-bottom .bread {
        padding-top: inherit;
    }
}

/* MVV */
#mvv{
    padding: 180px 0;
    width: 90%;
    margin: 0 auto;
}

#mvv .mvv-row {
    text-align: center;
}

#mvv .mvv-row .mvv-top {
    display: inline-block;
    position: relative;
    font-size: clamp(17px,4.53vw,30px);
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    margin-bottom: 45px;
}

#mvv .mvv-row .mvv-top::before {
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    opacity: 0.2;
    font-weight: var(--font-weight-bold);
    letter-spacing: -0.03em;
    font-style: italic;
    font-family: var(--zenKakuGothic);
    position: absolute;
}

#mvv .mvv-row:nth-of-type(2) .mvv-top,
#mvv .mvv-row:nth-of-type(3) .mvv-top {
    margin-top: 75px;
}

#mvv .mvv-row:nth-of-type(1) .mvv-top::before {
    content: "Mission";
    color: #E33252;
}

#mvv .mvv-row:nth-of-type(2) .mvv-top::before {
    content: "Vision";
    color: #38B2D4;
}

#mvv .mvv-row:nth-of-type(3) .mvv-top::before {
    content: "Value";
    color: #EED655;
}

#mvv .mvv-row .mvv-detail {
    font-size: clamp(19px,5.06vw,22px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    line-height: 150%;
    text-align: center;
}

.value-br {
    display: none;
}

@media(max-width:1100px) {
    #mvv {
        padding: 50px 0 60px;
    }
}

@media(max-width:640px) {
    .value-br {
        display: initial;
    }
}

/* 代表メッセージ */
#message {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
}

#message h3 {
    font-size: clamp(24px,6.4vw,30px);
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
}

#message .message-img {
    width: 100%;
    max-width: 1000px;
}

#message div.ceomessage{
	position:relative;
	width: fit-content;
	margin: 0 auto 60px auto;
}

#message div.ceomessage .caption{
	position: absolute;
	bottom:0;
    left: 0;
    background-color: #000000;
    opacity: 0.8;
    color: #ffffff;
    width: 45%;
		min-width:300px;
    padding: 1.5em 3em;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 0 50px 0 0;
}

#message .caption span{
	font-size:0.8em;
}

#message .message-top {
    font-size: clamp(19px,5vw,22px);
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

#message .message-text {
    text-align: left;
    font-size: clamp(16px,4.2vw,18px);
    letter-spacing: 0.1em;
    line-height: 150%;
    font-weight: var(--font-weight-medium);
    max-width: 900px;
    margin: 0 auto;
}

#message .message-first {
    padding-bottom: 1.8em;
}

#message .message-img-sp {
    display: none;
}

.message-sp {
    display: none;
}

@media(max-width:640px) {
    #message {
        padding-bottom: 60px;
    }

    #message .message-img {
        display: none;
    }

    #message .message-img-sp {
        display: block;
        max-width: 400px;
        margin: 0 auto 60px auto;
    }
	#message div.ceomessage .caption{
    width: 90%;
	max-width:300px
}

    .message-sp {
        display: initial;
    }    
}

/* 会社情報 */
#company-info {
    padding-bottom: 100px;
}

#company-info h3 {
    font-size: clamp(24px,6.4vw,30px);
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
}

#company-info #table01 {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    text-align: left;
}

#company-info tr {
    border-bottom: 1px solid var(--blackColor);
}

#company-info th {
    width: 20%;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    vertical-align: middle;
    padding-bottom: 20px;
    padding-top: 20px;
}

#company-info td {
    text-align: left;
    font-size: 18px;
    line-height: 150%;
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media(max-width:840px) {
    #company-info {
        padding-bottom: 60px;
    }

    #company-info tr {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        max-width: 450px;
        margin: 0 auto;
    }

    #company-info th {
        width: 100%;
        padding-bottom: 0;
        padding-top: 20px;
    }

    #company-info tr:nth-of-type(1) th {
        padding-top: 0;
    }

    #company-info td {
        padding-top: 0;
        text-align: left;
    }
}

/* アクセス */
#access {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 200px;
}

#access h3 {
    font-size: clamp(24px,6.4vw,30px);
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
}

#access .map-box {
    text-align: left;
    position: relative;
    height: 430px;
    margin-bottom: 30px;
}

#access .map-text {
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
    background-color: var(--whiteColor);
    padding: 30px 48px;
    border-radius: 0 40px 40px 0;
    width: 450px;
}

#access iframe {
    width: 76%;
    height: 100%;
    float: right;
    border-radius: 40px 0 0 0;
}

#access .office {
    font-size: 20px;
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

#access .address {
    font-size: clamp(16px,4.26vw,18px);
    line-height: 150%;
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.1em;
}

#access .address.main-address {
    margin-bottom: 1.5em;
}

#access .map-box:nth-of-type(2) {
    margin-bottom: 0;
}

#access .map-box:nth-of-type(2) .map-text {
    left: inherit;
    right: 0;
    top: 65%;
    transform: translateY(-50%);
    border-radius: 40px 0 0 40px;
}

#access .map-box:nth-of-type(2) iframe {
    float: left;
	border-radius: 0 40px 0 0;
}

@media(max-width:1050px) {
    #access  {
        padding-bottom: 330px;
    }

    #access .map-box {
        margin-bottom: 160px;
    }

    #access iframe {
        width: 100%;
        height: 100%;
    }

    #access .map-box .map-text,
    #access .map-box:nth-of-type(2) .map-text {
        top: inherit;
        transform: none;
        bottom: -40%;
        width: 90%;
        max-width: 450px;
        padding: 20px 30px;
    }

    #access .address.main-address {
        margin-bottom: 0;
    }
}