@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* company common */


.c-cont__ttl {
    padding-bottom: .5em;
}

/*============================
	c-message
============================*/
.c-message {
    padding-bottom: 0;
}

.c-mes__img {
    width: 38%;
    max-width: 360px;
}

.c-mes__txtwrap {
    width: 60%;
}

.c-mes__txtwrap .name {
    margin-top: .5em;
}

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

@media screen and (max-width:767px) {
    .c-mes__img {
        width: 75%;
        margin: 0 auto 30px;
    }

    .c-mes__txtwrap {
        width: 100%;
    }
}

/*============================
	c-outline 
============================*/
.c-outline {
    padding-bottom: 0;
}

.c-out__tbl {
    width: 100%;
    border-top: solid 2px #000000;
}

.c-out__tbl th {
    width: 200px;
    text-align: left;
    padding: 1em 1em 1em 0;
    border-bottom: solid 1px #c6c6c6;
    line-height: 1.6;
    font-weight: 500;
}

.c-out__tbl td {
    text-align: left;
    padding: 1em 0;
    line-height: 1.6;
    border-bottom: solid 1px #c6c6c6;
    font-weight: 500;
}

.c-out__tbl--flex {
    align-items: flex-start;
}

.c-out__tbl--link {
    margin-left: 2em;
    font-size: 1.6rem;
    border: solid 1px #e60012;
    padding: 0 1em;
    letter-spacing: 0;
    width: fit-content;
}

.c-out__tbl--link.link02 {
    margin: 0 0 0 auto;
}

.c-out__tbl--link img {
    width: auto;
    margin-right: .5em;
    vertical-align: middle;
}

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

    .c-out__tbl th {
        width: 160px;
        padding: 1em 1em 1em 0;
    }

    .c-out__tbl td {
        padding: 1em 0;
    }


    .c-out__tbl--link {
        margin-left: 2em;
        font-size: 1.2rem;
    }

    .c-out__tbl--link.link02 {
        margin: 0 0 0 auto;
    }

    .c-out__tbl--link img {
        margin-right: .5em;
        transform: scale(.75);
    }
}

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

    .c-out__tbl th {
        width: 100%;
        display: block;
        font-weight: bold;
        border-bottom: dashed 1px #c6c6c6;
        padding: 1em 0 .5em 0;
    }

    .c-out__tbl td {
        width: 100%;
        display: block;
        padding: .5em 0 1em;
        border-color: #222;
    }


    .c-out__tbl--link {
        margin: 5px 0 0;
        font-size: 1.2rem;
    }

    .c-out__tbl--link.link02 {
        margin: 0;
    }

    .c-out__tbl--link img {
        margin-right: .5em;
        transform: scale(.75);
    }
}


/*============================
    c-history
============================*/
.c-history {
    padding-bottom: 0;
}

.c-his__ul {
    padding-left: 60px;
    position: relative;
}

.c-his__ul::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e60012;
    top: .5em;
    left: 10px;
}

.c-his__ul li {
    margin-bottom: 1em;
    position: relative;
}

.c-his__ul li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e60012;
    border-radius: 50%;
    top: .5em;
    left: -60px;
}

.c-hic__year {
    font-weight: bold;
    min-width: 250px;
    white-space: nowrap;
    margin-right: 1em;
}

@media screen and (max-width:1024px) {
    .c-his__ul {
        padding-left: 40px;
    }

    .c-his__ul::before {
        width: 1px;
        height: 100%;
        top: .5em;
        left: 10px;
    }

    .c-his__ul li {
        margin-bottom: 1em;
    }

    .c-his__ul li::before {
        width: 20px;
        height: 20px;
        top: .5em;
        left: -40px;
    }

    .c-hic__year {
        min-width: 190px;
        margin-right: 1em;
    }
}

@media screen and (max-width:767px) {
    .c-his__ul {
        padding-left: 30px;
    }

    .c-his__ul::before {
        width: 1px;
        height: 100%;
        top: .5em;
        left: 7px;
    }

    .c-his__ul li {
        margin-bottom: 1em;
    }

    .c-his__ul li::before {
        width: 15px;
        height: 15px;
        top: .5em;
        left: -30px;
    }

    .c-hic__year {
        min-width: auto;
        margin-right: 0;
    }
}

/*============================
	c-base
============================*/

.c-base__item.top .c-base__info {
    width: 45%;
}

.c-base__item.top iframe {
    width: 50%;
    height: 275px;
}

.c-base__atc {
    width: 48%;
    margin-bottom: 100px;
}

.c-base__info {
    min-height: 220px;
}
.c-base__info p span:first-child{
    white-space: nowrap;
    width: 5em;
    display: block;

}
.c-base__info p span:last-child{
    flex: 0 1 auto;
    display: block;
    width: calc(100% - 5em);
}
.c-base__atc iframe {
    width: 100%;
    height: 275px;
}

.c-base__atc.mb-0 {
    margin-bottom: 0;
}

.nomap .c-base__info {
    min-height: auto;
}

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

    .c-base__item.top .c-base__info {
        width: 45%;
    }

    .c-base__item.top iframe {
        width: 50%;
        height: 250px;
    }

    .c-base__atc {
        width: 48%;
        margin-bottom: 60px;
    }

    .c-base__info {
        min-height: 180px;
    }

    .c-base__atc iframe {
        height: 250px;
    }

}

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

    .c-base__item.top .c-base__info {
        width: 100%;
    }

    .c-base__item.top iframe {
        width: 100%;
        height: 200px;
    }

    .c-base__atc {
        width: 100%;
        margin: 0 auto 40px;
    }

    .c-base__atc.mb-0 {
        margin-bottom: 40px;
    }

    .c-base__atc:last-child {
        margin-bottom: 0;
    }

    .c-base__info {
        min-height: auto;
    }
    .c-base__info .flex{
        display: flex;
    }
    .c-base__atc iframe {
        height: 200px;
    }
}



/* privacy__page */

/*============================
	pr-contents 
============================*/
.prc-box{
    background-color: #f2f2f2;
    padding: 30px 3%;
}
.prc__tel {
    line-height: 1;
}
.prc__fax {
    line-height: 1;
}