@charset "utf-8";

/* -----------------------------
	company-area
-------------------------------- */
.company-area {
    padding: 60px 0;
}

.company-area .company-name {
    color: var(--green);
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 5px;
    display: inline-block;
    transform: skewX(-10deg);
}

.company-area .company-name i {
    font-size: 1.4rem;
    margin-right: 3px;
    vertical-align: .1rem;
    color: var(--orange);
}

.company-area .access-btn {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid var(--green);
    color: var(--green);
    border-radius: 20px;
    margin: 0 0 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}

.company-area .access-btn i {
    margin-right: 3px;
}

.company-area .company-table {
    margin: 30px 0 0;
    width: 100%;
    border-collapse: collapse;
}

.company-area .company-table th {
    padding: 30px 0;
    text-align: left;
    width: 20%;
    line-height: 1.6;
    vertical-align: text-top;
    border-bottom: 1px solid #ddd;
}

.company-area .company-table td {
    padding: 30px 0;
    width: 80%;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
}

/*.company-area .company-table tr:not(:last-child) th,
.company-area .company-table tr:not(:last-child) td {
    
}*/

.company-area .company-table .tel {
    font-size: 2.0rem;
}

.company-area .company-table .tel i {
    font-size: 1.5rem;
    margin-right: 3px;
}

.sec-ttl .jp {
    font-size: 2.8rem;
}

.sec-ttl:has( .en ) .jp {
    margin-bottom: 0;
}

.sec-ttl .en {
    font-size: 1.4rem;
}

@media (hover: hover) and (pointer: fine) {
    .company-area .access-btn:hover {
        background: var(--green);
        color: #fff;
    }
}

@media screen and (max-width: 768px){
	.company-area {
        padding: 40px 0 20px;
    }
    
    .company-area .company-table {
        margin: 20px 0 0;
    }
    
    .company-area .company-table th {
        padding: 12px;
        width: 100%;
        display: block;
        border-bottom: none;
        background: #f6f6f6;
    }
    
    .company-area .company-table td {
        padding: 12px;
        width: 100%;
        display: block;
        border-bottom: none;
    }
    
    /*.company-area .company-table tr:not(:last-child) th {
        border-bottom: none;
    }*/
    
    .company-area .access-btn {
        margin: 5px 0 0;
    }
}

/* -----------------------------
	access-area
-------------------------------- */

.access-area {
    padding: 60px 0;
    background: #f6f6f6;
}

/*.access-area .sec-ttl02 .en {
    color: #88AC27;
}

.access-area .sec-ttl02 .jp {
    color: #fff;
}*/

.access-area .access-wrap {
    width: 100%;
    margin: 70px 0 0;
}

.access-area .access-wrap .access-ttl {
    font-size: 2.3rem;
    font-weight: bold;
    /*color: #fff;*/
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    transform: skewX(-10deg);
    color: var(--green);
}

.access-area .access-wrap .access-ttl::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    flex-grow: 1;
    background: var(--green);
    height: 1px;
}

.access-area .access-wrap iframe {
    width: 100%;
    height: 20vw;
    min-height: 500px;
}

@media screen and (max-width: 768px){
	.access-area {
        padding: 30px 0;
    }
    
    .access-area .access-wrap {
        margin: 40px 0 0;
    }
    
    .access-area .access-wrap .access-ttl {
        font-size: 2.1rem;
        margin: 0 0 20px;
    }
    
    .access-area .access-wrap .access-ttl::after {
        margin-left: 15px;
    }
    
    .access-area .access-wrap iframe {
        width: 100%;
        height: 60vw;
        min-height: initial;
    }
}


/* -----------------------------
	history-area
-------------------------------- */
.history-area {
    padding: 80px 0 40px;
}

.history-area .history-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 25px;
    margin: 60px 0 0;
}

.history-area .history-list li {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}

.history-area .history-list li .year {
    font-size: 4.0rem;
    line-height: 1;
    width: 100px;
    transform: skewX(-10deg);
}

.history-area .history-list li:not(:has( .year )) {
    padding-left: 171px;
}

.history-area .history-list li .circle {
    content: "";
    display: inline-block;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130px;*/
    width: 11px;
    height: 11px;
    background: var(--green);
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.history-area .history-list li .circle::before,
.history-area .history-list li .circle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 5px solid var(--green);
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
    animation: ripple 2s linear infinite;
}

.history-area .history-list li .circle::after {
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.history-area .history-list li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc( 100% + 40px );
    top: 50%;
    left: 135px;
    background: #ddd;
    position: absolute;
}

.history-area .history-list .no-line::after {
    display: none;
}

.history-area .history-list li .month {
    font-size: 2.0rem;
    
}

@media screen and (max-width: 768px){
    .history-area {
        padding: 30px 0 0;
    }
    
	.history-area .history-list {
        gap: 20px;
        margin: 30px 0 0;
    }
    
    .history-area .history-list li {
        gap: 0;
        align-items: flex-start;
    }
    
    .history-area .history-list li .year {
        font-size: 2.4rem;
        width: 18vw;
        flex-shrink: 0;
    }
    
    .history-area .history-list li .month {
        font-size: 1.8rem;
        display: inline-block;
        margin: 0 10px;
        flex-shrink: 0;
        line-height: 1.5;
    }
    
    .history-area .history-list li .circle {
        width: 7px;
        height: 7px;
        flex-shrink: 0;
        margin-top: 9px;
    }
    
    .history-area .history-list li .circle::before,
    .history-area .history-list li .circle::after {
        border: 2px solid var(--green);
        animation: ripple 1.5s linear infinite;
    }
    
    .history-area .history-list li:not(:has( .year )) {
        padding-left: calc( 18vw + 7px);
    }
    
    .history-area .history-list li::after {
        height: calc( 100% + 20px );
        left: calc( 18vw + 3px);
        top: 10px;
    }
}



/* -----------------------------
	〇〇〇
-------------------------------- */

@media screen and (max-width: 768px){
	
}
