@charset "UTF-8";

.companyNav {
    margin-top: 53px;
}

.companyNav-links {
    display: flex;
    justify-content: space-between;
}

.companyNav-link {
    width: calc(25% - clamp(10px, 3.08vw, 40px));
}

.companyNav-link a {
    font-size: 18px;
    padding: 13.5px clamp(15px, 3.08vw, 35px);
    border-radius: 35px;
}

.companyNav-link a::after {
    position: absolute;
    content: ">";
    font-size: 20px;
    color: #fff;
    right: clamp(10px, 2.31vw, 20px);
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.companyGreeting {
    margin-top: 81px;
}

.companyGreeting-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 25px;
}

.companyGreeting-text p + p {
    margin-top: 27px;
}

.companyGreeting-representative {
    width: 100%;
    max-width: 285px;
}

.companyGreeting-img {
}

.companyGreeting-unit {
    margin-top: 21px;
}

.companyGreeting-post {
    text-align: right;
}

.companyGreeting-text {
    width: 100%;
    max-width: 800px;
    margin-right: 40px;
}

.companySummary {
    margin-top: 125px;
}

.companySummary-figure {
    margin-top: 30px;
}

.companySummary-figure dl {
    display: flex;
    border-bottom: 1px solid #0066CC;
}

.companySummary-figure dt {
    width: 100%;
    max-width: 248px;
    padding: 10px 16px 10px 0;
}

.companySummary-figure dd {
    width: calc(100% - 248px);
    padding: 10px 16px 10px 0;
}

.companyOffice {
    margin-top: 100px;
}

.companyOffice-items {
    margin-top: 25px;
}

.companyOffice-item:nth-of-type(n + 2) {
    margin-top: 42px;
}

.companyOffice-item-title {
    position: relative;
    font-size: 20px;
    background: #CBE1F8;
    padding: 5px 28px;
    cursor: pointer;
}

.companyOffice-item-title::before {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg,#005EE6,#00BBF9);
}

.companyOffice-item-title::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 9px;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/common/icon-arrow-white-bottom.png) no-repeat center center / contain;
    transition: .3s;
}

.companyOffice-item-title.is-open::after {
    transform: translateY(-50%) rotate(180deg);
}

.companyOffice-item-body {
    display: none;
    background: #F8F9FB;
    padding: 35px 50px;
}

.companyOffice-item-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.companyOffice-item-img {
    width: 100%;
    max-width: 360px;
}

.companyOffice-item-content {
    width: 100%;
    max-width: 500px;
    margin-right: 20px;
}

.companyOffice-item-tel {
    margin-top: 10px;
}

.companyOffice-item-traffic {
    margin-top: 15px;
}

.companyOffice-item-map {
    margin-top: 30px;
}

.companyHistory {
    margin-top: 125px;
}

.companyHistory-figure {
    margin-top: 30px;
}

.companyHistory-figure dl {
    display: flex;
    border-bottom: 1px solid #d2d3d4;
}

.companyHistory-figure dt {
    width: 100%;
    max-width: 210px;
    padding: 10px 16px 10px 45px;
	margin-top: 12px;
	font-size: 18px;
}

.companyHistory-figure dd {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 180px);
    padding: 10px 27px 10px 0;
	font-size: 17px;
}

.companyHistory-text {
width: calc(100% - 230px);
max-width: 100%;
padding-right: 20px;
margin-top: 12px
}

.companyHistory-pic {
width: 230px;
max-width: 30%;
}

.companyRecruit {
    margin-top: 150px;
}

.companyRecruit-inner {
    padding: 0 0 150px;
}

.companyRecruit-bg {
    color: #fff;
    background: url(../images/company/companyRecruit-bg.jpg) no-repeat center center / cover;
    padding: 50px 0;
}

.companyRecruit-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 25px;
}

.companyRecruit-title {
    font-size: 23px;
}

.companyRecruit-text {
    width: 840px;
    max-width: 100%;
    margin: 23px 0 25px 0;
}

.companyRecruit-btn {
    width: 100%;
    max-width: 313px;
    margin-left: auto;
    margin-top: 5px;
}

.companyRecruit-btn .btn {
    padding: 19px 10px;
    border-radius: 30px;
}


.companyHistory-usa-btn a {
    width: 215px;
    max-width: 100%;
    margin-top: 25px;
    font-size: 16px;
    padding: 13.5px clamp(15px, 3.08vw, 35px);
    border-radius: 35px;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .companyNav {
        margin-top: 30px;
    }

    .companyNav-links {
        display: block;
    }

    .companyNav-link {
        width: 100%;
    }

    .companyNav-link:nth-of-type(n + 2) {
        margin-top: 20px;
    }

    .companyNav-link a {
        font-size: 18px;
        padding: 10px 15px;
    }

    .companyGreeting {
        margin-top: 50px;
    }

    .companyGreeting-wrapper {
        display: block;
    }

    .companyGreeting-representative {
        max-width: 100%;
    }

    .companyGreeting-unit {
        margin-top: 10px;
    }

    .companyGreeting-name {
        max-width: 160px;
        margin-left: auto;
    }

    .companyGreeting-text {
        margin-top: 10px;
        margin-right: 0;
    }

    .companyGreeting-text p + p {
        margin-top: 10px;
    }

    .companySummary {
        margin-top: 50px;
    }

    .companySummary-figure {
        margin-top: 25px;
    }

    .companySummary-figure dl {
        display: block;
    }

    .companySummary-figure dt {
        max-width: 100%;
        padding: 10px 0;
    }

    .companySummary-figure dd {
        width: 100%;
        padding: 0 0 10px;
    }

    .companyOffice {
        margin-top: 50px;
    }

    .companyOffice-item:nth-of-type(n + 2) {
        margin-top: 20px;
    }

    .companyOffice-item-title {
        font-size: 18px;
        padding: 5px 15px;
    }

    .companyOffice-item-title::before {
        right: 15px;
    }

    .companyOffice-item-title::after {
        right: 22px;
    }

    .companyOffice-item-wrapper {
        display: block;
    }

    .companyOffice-item-img {
        max-width: 100%;
    }

    .companyOffice-item-body {
        padding: 20px 20px;
    }

    .companyOffice-item-content {
        max-width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }

    .companyOffice-item-traffic {
        margin-top: 10px;
    }

    .companyOffice-item-map {
        margin-top: 15px;
    }

    .companyOffice-item-map iframe {
        max-width: 100%;
    }

    .companyHistory {
        margin-top: 50px;
    }
    
    .companyHistory-figure {
        margin-top: 25px;
    }

    .companyHistory-figure dl {
        display: block;
    }

    .companyHistory-figure dt {
        max-width: 100%;
        padding: 10px 0;
    }

    .companyHistory-figure dd {
        width: 100%;
        padding: 0 0 10px;
    }
	
	.companyHistory-text {
	width: 70%;
	max-width: 70%;
	padding-right: 20px;
	}

	.companyHistory-pic {
	width: 230px;
	max-width: 30%;
	}

    .companyRecruit {
        margin-top: 50px;
    }
    
    .companyRecruit-inner {
        padding: 0 0 50px;
    }

    .companyRecruit-bg {
        padding: 30px 0;
    }

    .companyRecruit-wrapper {
        padding: 0 15px;
    }

    .companyRecruit-title {
        font-size: 20px;
    }

    .companyRecruit-text {
        max-width: 100%;
        margin-top: 10px;
    }

    .companyRecruit-btn .btn {
        padding: 15px 10px;
    }
}