@charset "UTF-8";

/*-----------------------------------------------
  会社案内

-- 01 会社案内トップ
-- 02 ごあいさつ
-- 03 会社概要・沿革
-- 04 事業所案内
-- 05 労働安全衛生方針・品質方針・環境方針
-- 06 共通関連リンク

------------------------------------------------*/

/*------------------------------------------------
  01 会社案内トップ
------------------------------------------------*/
.main-company .page-title-inner {
    background-image: url('../../images/company/page-title-bg-top.jpg');
}
.main.bg-rhombus.main-company::before {
    top: 20%;
}
.main.bg-rhombus.main-company::after {
    bottom: 10%;
}
.company-top-detail {
    font-size: 1.4rem;
    font-weight: 700;
}
.company-top-block-inner {
    margin: 60px auto;
    width: calc(100% - 40px);
}
.company-top-item {
    overflow: hidden;
}
.company-top-item-heading {
    padding: 30px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.company-top-item-heading .common-link-btn {
    margin-top: 30px;
}
.company-top-item-heading .common-block-heading-var {
    margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
    .company-top-item {
        margin-bottom: 50px;
    }
    .company-top-item:last-of-type {
        margin-bottom: 0;
    }
    .company-top-item-heading {
        margin-top: -100px;
        width: 90%;
    }
    .item-message .company-top-item-heading, 
    .item-office .company-top-item-heading {
        margin-left: 0;
        margin-right: auto;
        box-shadow: 20px 0 40px rgba(0, 0, 0, 0.1);
    }
    .item-about .company-top-item-heading, 
    .item-policy .company-top-item-heading {
        margin-right: 0;
        margin-left: auto;
        box-shadow: -20px 0 40px rgba(0, 0, 0, 0.1);
    }
}

@media print, screen and (min-width: 768px) {
    .company-top-block-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .company-top-item {
        width: calc(50% - 15px);
        display: flex;
        flex-direction: column;
    }
    .company-top-item-heading {
        margin-top: -100px;
        width: calc(100% - 20px);
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .item-message .company-top-item-heading, 
    .item-about .company-top-item-heading {
        margin-left: 0;
        margin-right: auto;
        box-shadow: 20px -20px 40px rgba(0, 0, 0, 0.1);
    }
    .item-office .company-top-item-heading, 
    .item-policy .company-top-item-heading {
        margin-right: 0;
        margin-left: auto;
        box-shadow: -20px -20px 40px rgba(0, 0, 0, 0.1);
    }
    .company-top-detail {
        flex-grow: 1;
    }
}

@media print, screen and (min-width: 901px) {
    .company-top-block-inner {
        margin: 100px auto;
        max-width: var(--layout-max-width);
        gap: 60px;
    }
    .company-top-item {
        width: calc(50% - 30px);
    }
    .company-top-item-heading {
        padding: 40px;
        margin-top: -140px;
        width: calc(100% - 50px);
    }
}

@media print, screen and (min-width: 1201px) {
    .company-top-block-inner {
        margin: 140px auto 120px;
        gap: 80px 100px;
    }
    .company-top-item {
        width: calc(50% - 50px);
    }
    .company-top-detail {
        font-size: 1.8rem;
    }
    .company-top-item-heading {
        padding: 60px 50px;
        margin-top: -160px;
        width: calc(100% - 80px);
    }
}

@media print, screen and (min-width: 1401px) {
    .company-top-item-heading {
        margin-top: -180px;
        width: calc(100% - 90px);
    }
}

@media print, screen and (min-width: 1401px) {
    .company-top-block-inner {
        margin: 160px auto 140px;
        gap: 80px 160px;
    }
    .company-top-item {
        width: calc(50% - 80px);
    }
    .company-top-item-heading {
        padding: 80px 50px 50px;
        margin-top: -213px;
        width: calc(100% - 106px);
    }
}

/*------------------------------------------------
  02 ごあいさつ
------------------------------------------------*/
.main-message .page-title-inner {
    background-image: url('../../images/company/page-title-bg-message.jpg');
    background-position: left center;
}
.main.bg-rhombus.main-message::before {
    top: 36%;
}
.main.bg-rhombus.main-message::after {
    background: none;
}
.company-message-block {
    margin-top: 30px;
}
.company-message-block-inner {
    margin: auto;
    width: calc(100% - 40px);
}
.company-message-photo-block {
    display: flex;
    align-items: end;
    gap: 0 20px;
}
.company-message-contents-block {
    margin-top: 60px;
}
.company-message-motto {
    font-weight: 900;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.company-message-detail p {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2em;
    margin-bottom: 2em;
}
.company-message-detail p:last-of-type {
    margin-bottom: 0;
}
.company-message-detail p.company-message-date {
    font-size: 1.4rem;
    text-align: right;
}
.company-message-detail p strong {
    font-weight: 900;
    font-size: 140%;
}
.company-message-photo-sign {
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
}
.company-message-photo-sign .ceo-photo {
    width: 170px;
    margin-left: auto;
    margin-right: 0;
}
.company-message-detail p.company-position, 
.company-message-detail p.ceo-sign {
    margin-bottom: 0;
}
.company-message-detail p.company-position {
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-align: right;
}

@media print, screen and (max-width: 767px) {
    .company-position {
        font-size: 1rem;
    }
    .company-message-motto {
        line-height: 1.5em;
    }
}

@media print, screen and (min-width: 768px) {
    .company-message-block-inner {
        max-width: var(--layout-inner-width);
    }
    .page-overview-inner {
        height: 100%;
        position: relative;
    }
    .page-overview-inner .common-block-heading-var {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .company-message-photo-image {
        width: calc(100% - 140px);
        margin: auto;
    }
    .company-message-contents-block {
        width: 100%;
        max-width: 800px;
        margin-top: 80px;
        margin-left: auto;
        margin-right: 0;
    }
    .company-message-motto {
        font-size: 2.8rem;
        margin-bottom: 50px;
    }
}

@media print, screen and (min-width: 901px) {
    .company-message-block {
        margin-top: 50px;
    }
    .company-message-photo-block {
        gap: 0 40px;
    }
    .company-message-photo-image {
        width: calc(100% - 190px);
    }
    .company-message-contents-block {
        margin-top: 100px;
    }
    .company-message-motto {
        font-size: 3.2rem;
        margin-bottom: 70px;
    }
    .company-message-detail p {
        font-size: 1.8rem;
    }
    .company-message-detail p.company-message-date {
        font-size: 1.6rem;
    }
}

@media print, screen and (min-width: 1201px) {
    .company-message-block {
        margin-top: 80px;
    }
    .company-message-photo-image {
        width: calc(100% - 210px);
    }
    .company-message-contents-block {
        margin-top: 120px;
    }
    .company-message-motto {
        font-size: 3.8rem;
        margin-bottom: 80px;
    }
}

@media print, screen and (min-width: 1401px) {
    .company-message-contents-block {
        margin-top: 150px;
    }
    .company-message-motto {
        font-size: 4.2rem;
        margin-bottom: 100px;
    }
}

/*------------------------------------------------
  03 会社概要・沿革
------------------------------------------------*/
.main-about .page-title-inner {
    background-image: url('../../images/company/page-title-bg-about.jpg');
}
.main.bg-rhombus.main-about::before {
    top: 20%;
}
.main.bg-rhombus.main-about::after {
    top: 50%;
}
/* ページ内リンク */
.anchor-link-inner {
    margin: 30px auto;
    width: calc(100% - 40px);
}
.anchor-link-list {
    display: flex;
    gap: 0 14px;
}
.anchor-link-item a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 1em;
    padding-right: 3em;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #f5f5f5;
    border-radius: 100px;
    position: relative;
    color: var(--primary-color);
}
.anchor-link-item a::before, 
.anchor-link-item a::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.anchor-link-item a::before {
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: translateY(-50%);
}
.anchor-link-item a::after {
	background-image: url('../../images/common/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px auto;
    transform: translateY(-50%) rotate(90deg);
}
/* 会社概要 */
.company-overview-block {
    padding-bottom: 60px;
}
.company-overview-block-inner {
    margin: 30px auto;
    width: calc(100% - 40px);
}
.company-overview-table {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    margin-right: 0;
    margin-left: auto;
    max-width: 800px;
    line-height: 1.6em;
}
.company-overview-table-item {
    font-family: 700;
    color: var(--primary-color);
    width: 35%;
    padding: 1em 0;
    border-bottom: 1px solid #335582;
}
.company-overview-table-detail {
    width: 65%;
    padding: 1em;
    font-weight: 400;
    border-bottom: 1px solid #d1dbe8;
}
/* 沿革 */
.company-history-block-inner {
    margin-top: 60px;
    margin-bottom: 60px;
}
.company-history-table-wrap {
    margin-left: auto;
    margin-right: 0;
}
.history-table-month span {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--primary-color);
    background-color: #f5f5f5;
    padding: 0.5em 1em;
    border-radius: 100px;
}
.yera-ad {
	font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: var(--primary-color);
    line-height: 1;
}
.yera-jy {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary-color);
    padding-left: 22px;
    position: relative;
}
.yera-jy::before {
    content: '';
    width: 16px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url('../../images/products/heading-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 8px;
}
.company-history-table-item {
    padding: 1em 0 1em 2em;
    position: relative;
    border-left: 1px solid #7f8791;
}
.company-history-table-item:first-of-type {
    border: none;
}
.company-history-table-item:first-of-type::before {
    content: '';
    width: 1px;
    height: 90%;
    background-color: #7f8791;
    position: absolute;
    top: 2.5em;
    left: 0;
}
.history-table-year {
    position: relative;
}
.history-table-year::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    top: 0.75em;
    left: calc(-2em + -6px);
}

@media print, screen and (max-width: 1160px) {
    .company-history-table-inner {
        margin: auto;
        width: calc(100% - 40px);
    }
}

@media print, screen and (max-width: 540px) {
    .history-table-year {
        display: flex;
        align-items: center;
    }
    .history-table-month {
        margin: 1em 0;
    }
    .yera-jy {
        margin-left: 1em;
    }
}

@media print, screen and (min-width: 541px) {
    .history-table-year::before {
        top: 1em;
    }
    .history-table-year span {
        display: block;
    }
    .company-history-table-item {
        display: flex;
    }
    .history-table-year {
        width: 80px;
    }
    .history-table-event {
        width: calc(100% - 120px);
    }
    .history-table-event-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .history-table-event-item:last-of-type {
        margin-bottom: 0;
    }
    .history-table-month {
        width: 110px;
    }
    .history-table-month-detail {
        width: calc(100% - 130px);
    }
    .yera-ad {
        font-size: 4rem;
    }
}

@media print, screen and (min-width: 768px) {
    .anchor-link-inner, 
    .company-overview-block-inner, 
    .company-history-block-inner {
        max-width: var(--layout-inner-width);
    }
    .history-table-year {
        width: 120px;
    }
    .history-table-event {
        width: calc(100% - 150px);
    }
}

@media print, screen and (min-width: 901px) {
    .company-overview-block {
        padding-bottom: 100px;
    }
    .anchor-link-inner, 
    .company-overview-block-inner, 
    .company-history-block-inner {
        margin: 60px auto;
    }
    .anchor-link-item a::before, 
    .anchor-link-item a::after {
        width: 26px;
        height: 26px;
    }
    .anchor-link-item a::after {
        background-size: 12px auto;
    }
    .anchor-link-item a, 
    .company-overview-table {
        font-size: 1.6rem;
    }
    .company-overview-table-item {
        width: 25%;
    }
    .company-overview-table-detail {
        width: 75%;
    }
    .company-history-table-item {
        padding: 1.5em 0 1.5em 2em;
    }
    .history-table-year {
        width: 130px;
    }
    .history-table-month {
        width: 120px;
    }
    .history-table-month-detail {
        width: calc(100% - 140px);
    }
    .history-table-event {
        width: calc(100% - 140px);
    }
    .yera-ad {
        font-size: 4.2rem;
    }
    .yera-jy {
        font-size: 1.4rem;
    }
    .history-table-event-item {
        margin-bottom: 25px;
    }
}

@media print, screen and (min-width: 1001px) {
    .company-history-table-wrap {
        width: 860px;
    }
}

@media print, screen and (min-width: 1201px) {
    .company-history-table-item {
        padding: 25px 0 25px 2em;
    }
    .company-history-table-item:first-of-type::before {
        top: 3em;
    }
    .yera-ad {
        font-size: 4.6rem;
    }
    .yera-jy {
        font-size: 1.6rem;
    }
    .yera-jy::before {
        width: 18px;
        height: 10px;
    }
    .history-table-month span {
        font-size: 1.6rem;
    }
    .history-table-event-item {
        margin-bottom: 30px;
    }
    .history-table-month-detail {
        font-size: 1.8rem;
    }
}

/*------------------------------------------------
  04 事業所案内
------------------------------------------------*/
.main-office .page-title-inner {
    background-image: url('../../images/company/page-title-bg-guide.jpg');
}
.main.bg-rhombus.main-office::before {
    top: 20%;
}
.main.bg-rhombus.main-office::after {
    bottom: 20%;
}
.bg-world-map {
    background-image: url('../../images/company/office-overview-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
}
.main-office .company-office-subheading {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
    height: 100%;
    position: relative;
}
.main-office .company-office-subheading .common-block-heading-var {
    position: absolute;
    left: 0;
    bottom: 0;
}
.company-office-message-inner {
    margin: auto;
    margin-top: 160px;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.company-office-message-item {
    margin-left: 0;
    margin-right: auto;
    max-width: 730px;
}
.company-office-motto {
    font-weight: 900;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.company-message-detail p {
    font-size: 1.6rem;
    line-height: 2.8em;
}
.anchor-link.anchor-link-office {
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, 0);
}
.anchor-link.anchor-link-office .anchor-link-item a {
    font-size: 1.2rem;
}
.company-office-info {
    padding-top: calc(var(--header-sp-height) + 10px);
    margin-bottom: 50px;
}
.company-office-info-inner {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.company-office-block-wrap {
    margin-top: 40px;
}
.company-office-photo img {
    width: 100%;
    height: auto;
}
.company-office-map iframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
}
.company-office-address-list {
    line-height: 1.5em;
}
.address-item-heading {
    font-weight: 700;
    color: var(--primary-color);
    padding: 0.5em 0;
}
.address-item-heading span {
    position: relative;
    padding-left: 0.75em;
}
.address-item-detail {
    padding: 0.5em 0;
    border-bottom: 1px solid #dce3ed;
}
.traffic-summary-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0.5em;
}
.traffic-summary-item:last-of-type {
    margin-bottom: 0;
}
.address-item-heading span::before,
.traffic-summary-item::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #7f94b0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
}
.traffic-summary-heading {
    font-weight: 700;
    color: var(--primary-color);
}
.traffic-summary-heading.heading-train, 
.traffic-summary-heading.heading-car {
    position: relative;
    padding-left: 36px;
}
.traffic-summary-heading.heading-train::before, 
.traffic-summary-heading.heading-car::before {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    position: absolute;
    top: 0.25em;
    left: 0;
}
.traffic-summary-heading.heading-train::before {
    background-image: url('../../images/company/icon_train.svg');
}
.traffic-summary-heading.heading-car::before {
    background-image: url('../../images/company/icon_car.svg');
}
.traffic-summary-detail {
    line-height: 1.5em;
}
.anchor-link.anchor-link-office .anchor-link-list {
    display: block;
}
.anchor-link.anchor-link-office .anchor-link-item {
    display: inline-block;
    margin: 0.25em;
}

/*@media print, screen and (max-width: 1160px) {
    .anchor-link.anchor-link-office .anchor-link-list {
        display: block;
    }
    .anchor-link.anchor-link-office .anchor-link-item {
        display: inline-block;
        margin: 0.25em 0.5em;
    }
}*/

@media print, screen and (max-width: 900px) {
    .company-office-map iframe {
        min-height: 300px;
    }
    .company-office-traffic {
        margin-top: 30px;
    }
    .traffic-summary-item {
        line-height: 1.5;
    }
    .traffic-summary-heading.heading-car {
        margin-top: 30px;
    }
    .company-office-address-list {
        margin-top: -0.1em;
    }
    .address-item-heading {
        padding: 0.1em 0;
    }
}

@media print, screen and (max-width: 767px) {
    .company-office-motto {
        line-height: 1.5em;
    }
}

@media print, screen and (min-width: 768px) {
    .company-office-motto {
        font-size: 2.8rem;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 821px) {
    .company-office-info {
        padding-top: calc(var(--header-pc-height) + 10px);
        margin-bottom: 60px;
    }
}

@media print, screen and (min-width: 901px) {
    .company-office-motto {
        font-size: 3.2rem;
    }
    .anchor-link.anchor-link-office {
        margin-top: 80px;
    }
    .anchor-link.anchor-link-office .anchor-link-item a {
        font-size: 1.4rem;
    }
    .company-office-block-wrap {
        display: flex;
        font-size: 1.4rem;
    }
    .company-office-block-wrap:nth-of-type(2) {
        gap: 50px;
    }
    .company-office-block-wrap div {
        width: 50%;
    }
    .company-office-block-wrap.wrap-wide {
        display: block;
    }
    .company-office-block-wrap.wrap-wide div.company-office-address {
        width: 100%;
    }
    .company-office-address-list, 
    .traffic-summary {
        display: flex;
        flex-wrap: wrap;
    }
    .address-item-heading {
        width: 150px;
    }
    .traffic-summary-heading {
        width: 180px;
    }
    .address-item-heading {
        border-bottom: 1px solid #dce3ed;
        padding: 0.75em 0;
    }
    .address-item-detail {
        padding: 0.75em 0;
    }
    .address-item-detail {
        width: calc(100% - 150px);
    }
    .traffic-summary-detail {
        width: calc(100% - 180px);
    }
    .traffic-summary-heading:first-of-type, 
    .traffic-summary-detail:first-of-type {
        margin-bottom: 20px;
    }
    .traffic-summary-heading.heading-train, 
    .traffic-summary-heading.heading-car {
        padding-left: 42px;
    }
    .traffic-summary-heading.heading-train::before, 
    .traffic-summary-heading.heading-car::before {
        content: '';
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        top: 0.2em;
    }
}

@media print, screen and (min-width: 1001px) {
    .company-office-block-wrap {
        font-size: 1.6rem;
    }
}

@media print, screen and (min-width: 1161px) {
    .anchor-link.anchor-link-office .anchor-link-item a {
        font-size: 1.45rem;
    }
    .company-office-info {
        margin-bottom: 100px;
    }
}

@media print, screen and (min-width: 1201px) {
    .company-office-motto {
        font-size: 3.8rem;
        margin-bottom: 50px;
    }
}

@media print, screen and (min-width: 1401px) {
    .company-office-motto {
        font-size: 4.2rem;
        margin-bottom: 60px;
    }
    .anchor-link.anchor-link-office {
        margin-top: 100px;
    }
}

/*------------------------------------------------
  05 労働安全衛生方針・品質方針・環境方針
------------------------------------------------*/
.main-policy .page-title-inner {
    background-image: url('../../images/company/page-title-bg-policy.jpg');
}
.main.bg-rhombus.main-policy::before {
    top: 20%;
}
.main.bg-rhombus.main-policy::after {
    bottom: 10%;
}
.company-policy-message {
    margin-top: -50px;
}
.company-policy-message-inner {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.company-policy-motto {
    font-weight: 900;
    font-size: 2.4rem;
}
.company-policy-heading {
    font-size: 3rem;
    font-weight: 900;
    color: var(--primary-color);
    display: inline;
    line-height: 1.5em;
    background: linear-gradient(transparent 96%, var(--primary-color) 0%);
}
.company-policy-detail p {
    font-weight: 700;
    padding: 1em 0;
}
.company-policy-block-inner {
    margin: auto;
    margin-top: 50px;
    padding: 30px 50px;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
    background-color: #fff;
    box-shadow: 20px -20px 40px rgba(var(--primary-color-rgb), 0.1);
}
.company-policy-block:nth-of-type(1) .company-policy-block-inner {
    margin-top: 0;
}
.common-block-heading {
    margin-bottom: 20px;
}
.company-policy-block-detail {
    font-weight: 700;
    font-size: 1.6rem;
    margin-left: 2em;
}
.company-policy-block-link {
    margin-top: 30px;
    margin-left: 2.5em;
}
.company-policy-block-link a {
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    padding-right: 50px;
}
.company-policy-block-link a span {
    border-bottom: 1px dashed #939393;
    padding-bottom: 0.5em;
}
.company-policy-block-link a::before, 
.company-policy-block-link a::after {
    position: absolute;
    content: '';
}
.company-policy-block-link a::before {
    width: 30px;
	height: 30px;
	background-color: var(--primary-color);
	border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.company-policy-block-link a::after {
    width: 30px;
	height: 30px;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
    display: block;
    background-image: url('../../images/common/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px auto;
}
.company-policy-signature-inner {
    margin: auto;
    margin-top: 50px;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.company-policy-signature-inner p {
    text-align: right;
    font-weight: 700;
}
.company-policy-jcqa-inner {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
}
.company-policy-jcqa-text {
    font-weight: 700;
    color: #c00;
    font-size: 1.6rem;
}
.company-policy-jcqa-text span {
    font-weight: 900;
}
.company-policy-jcqa-banner {
    width: 120px;
    height: auto;
}

@media print, screen and (max-width: 767px) {
    .company-policy-motto {
        line-height: 1.5em;
    }
    .company-policy-heading-block {
        margin-bottom: 20px;
    }
    .company-policy-jcqa-inner {
        flex-wrap: wrap;
    }
    .company-policy-jcqa-text {
        order: 2;
    }
    .company-policy-jcqa-banner {
        order: 1;
        margin: auto;
        margin-bottom: 30px;
    }
}

@media print, screen and (min-width: 768px) {
    .company-policy-message {
        margin-top: -60px;
    }
    .company-policy-motto {
        font-size: 2.8rem;
    }
    .company-policy-heading {
        font-size: 3.4rem;
    }
    .company-policy-message-inner {
        display: flex;
    }
    .company-policy-message-inner .company-policy-item:nth-of-type(1) {
        width: 40%;
    }
    .company-policy-message-inner .company-policy-item:nth-of-type(2) {
        width: 60%;
    }
    .company-policy-jcqa-inner {
        justify-content: end;
        align-items: end;
    }
    .company-policy-jcqa-banner {
        margin-left: 20px;
    }
}

@media print, screen and (min-width: 901px) {
    .company-policy-message {
        margin-top: -70px;
    }
    .company-policy-motto {
        font-size: 3.2rem;
    }
    .company-policy-heading {
        font-size: 5rem;
    }
    .company-policy-message-inner .company-policy-item:nth-of-type(1) {
        width: 48%;
    }
    .company-policy-message-inner .company-policy-item:nth-of-type(2) {
        width: 52%;
    }
    .company-policy-block-inner {
        margin-top: 80px;
        padding: 60px 100px 60px 80px;
    }
    .common-block-heading {
        margin-bottom: 30px;
    }
    .company-policy-block-detail {
        font-size: 1.8rem;
    }
    .company-policy-block-link {
        margin-top: 50px;
    }
    .company-policy-signature-inner {
        margin-top: 75px;
    }
    .company-policy-jcqa-inner {
        margin-top: 80px;
    }
    .company-policy-jcqa-text {
        font-size: 1.8rem;
    }
}

@media print, screen and (min-width: 1201px) {
    .company-policy-message {
        margin-top: -85px;
    }
    .company-policy-motto {
        font-size: 3.8rem;
    }
    .company-policy-heading {
        font-size: 6.5rem;
    }
    .company-policy-block-inner {
        margin-top: 120px;
        padding: 80px 150px 80px 100px;
    }
    .common-block-heading {
        margin-bottom: 40px;
    }
    .company-policy-block-detail {
        font-size: 2rem;
        margin-left: 2.5em;
    }
    .company-policy-block-link {
        margin-top: 70px;
        margin-left: 3em;
    }
    .company-policy-signature-inner {
        margin-top: 100px;
    }
    .company-policy-jcqa-inner {
        margin-top: 120px;
    }
    .company-policy-jcqa-text {
        font-size: 2rem;
    }
}

@media print, screen and (min-width: 1401px) {
    .company-policy-message {
        margin-top: -100px;
    }
    .company-policy-motto {
        font-size: 4.2rem;
    }
    .company-policy-heading {
        font-size: 8rem;
    }
}

/*------------------------------------------------
  06 共通関連リンク
------------------------------------------------*/
@media print, screen and (min-width: 768px) {
    .relation-link {
        margin-top: 60px;
    }
}

@media print, screen and (min-width: 901px) {
    .relation-link {
        margin-top: 80px;
    }
}

@media print, screen and (min-width: 1161px) {
    .relation-link {
        margin-top: 100px;
    }
}

@media print, screen and (min-width: 1201px) {
    .relation-link {
        margin-top: 120px;
    }
}

@media print, screen and (min-width: 1401px) {
    .relation-link {
        margin-top: 150px;
    }
}

@media print, screen and (min-width: 1601px) {
    .relation-link {
        margin-top: 180px;
    }
}
