@charset 'utf-8';

.title--1 {
    margin-bottom: 44px;
}

/*

------------------------------------------------ */
.about,
.recruit_jp {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: bold;
}

.about__info {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 0;
}
.about__info__text {
    text-align: left;
    font-size: 1.9rem;
    line-height: 3.25;
    color: #575757;
}
.about__company {
    font-size: 20.9868px;
    line-height: 1.75;
    width: 100%;
    max-width: 950px;
    margin: 0 auto 50.5px;
}

.recruit {
    font-family: "Overpass", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ",
        "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}

.recruit_jp,
.recruit_name--work {
    font-family: "Noto Sans JP", sans-serif;
}

.recruit_jp {
    font-weight: 600;
    font-size: 19.14px;
    margin-left: 12.5px;
}

.recruit_name {
    font-size: 23.41px;
    font-weight: bold;
    color: #000;
    margin-bottom: 45.7px;
    -webkit-font-smoothing: antialiased;
}
.recruit_name:nth-last-of-type(1) {
    margin-bottom: 102.5px;
}

.recruit_emphasis {
    font-weight: bold;
    color: #000;
}

.about__company:nth-last-of-type(1) {
    margin-bottom: 66.5px;
}

.recruit_name--work {
    color: #000;
    font-size: 25.58px;
    font-weight: 500;
    margin-bottom: 26px;
}

.other {
    font-size: 20.9868px;
    font-weight: bold;
    line-height: 1.75;
    color: #000;
}

.under__line {
    padding-bottom: 66.5px;
    background-image: linear-gradient(to right, #000 4px, transparent 4px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.sub-category {
    /* margin-bottom: 133.6px; */
}

.about__company__data {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #575757;
    margin: 0 0 34px 7.61%;
}
.about__company__data__title {
    width: 21%;
    padding-right: 1.59%;
    color: #232323;
}
.about__company__data__info {
    width: 77.4%;
}
.about__company__data__info ul li {
    padding-left: 1.4em;
    text-indent: -1.4em;
}
.about__access {
}
.about__access__block {
    margin: 64px auto 180px;
}
.about__access__title {
    text-align: center;
    font-size: 2.4rem;
    color: #000;
}
.about__access__address,
.about__access__contact {
    font-family: "Kozuka Gothic Pr6N";
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    color: #575757;
}
.about__access__map-image {
    margin: 30px auto 60px;
}
.about__access__map-area {
    position: relative;
    margin: 30px auto 60px;
    overflow: hidden;
}
.about__access__map-area::after {
    content: "";
    display: block;
    padding-bottom: 37.08333333%;
}
.about__access__map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about__access__map-area iframe,
.about__access__map-area object,
.about__access__map-area embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.about__access__map-link {
    font-family: "Kozuka Gothic Pr6N";
    font-size: 1.6rem;
}
.about__access__map-link a {
    text-align: center;
    display: block;
    width: 267px;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px 0;
}

.btn--more {
    margin: 60px auto 0;
}
.btn--more a {
    border-radius: 6px;
}

@media screen and (min-width: 769px) {
    .about__access__contact a[href^="tel:"] {
        pointer-events: none;
    }

    .br__sp {
        display: none;
    }
    .br__pc {
        display: block;
    }

	.gnav--item a.on,
	.device_click .gnav--item a:hover {
		text-decoration: none;
		color: #f8c8b9;
		transition: 0.5s;
	}

}

/* responsive style
------------------------------------------------ */
@media screen and (max-width: 768px) {
    .br__sp {
        display: block;
    }
    .br__pc {
        display: none;
    }
    .title--1 {
        margin-bottom: 25px;
    }
    .recruit {
        padding-top: 30px;
        margin-top: -30px;
    }
    .recruit_name--work {
        font-size: 2.2rem;
    }

    .about {
    }
    .about__info {
        width: 100%;
        margin: 0 auto 30px;
    }
    .about__info__text {
        font-size: 1.1rem;
        line-height: 2.9;
    }
    .about__company {
        font-size: 1.6rem;
        line-height: 1.77;
        width: 100%;
        margin: 0 auto 26px;
    }
    .about__company:nth-last-of-type(1) {
        margin-bottom: 65px;
    }
	.recruit_jp {
		font-size: 1.3rem;
		margin-left: 6.75px;
	}

    .recruit_name {
        font-size: 17.41px;
        font-weight: bold;
        color: #000;
        margin-bottom: 30.7px;
    }

    .recruit_name:nth-last-of-type(1) {
        margin-bottom: 65px;
    }

    .other {
        font-size: 15px;
    }

    .about__company__data {
        margin: 0 0 21px 0;
    }
    .about__company__data__title {
        width: 20.1%;
        padding-right: 3.4%;
    }
    .about__company__data__info {
        width: 76.5%;
    }
    .about__access {
    }
    .about__access__block {
        margin: 0 auto 95px;
    }
    .about__access__title {
        text-align: center;
        font-size: 1.3rem;
    }
    .about__access__address,
    .about__access__contact {
        font-size: 1rem;
    }
    .about__access__map-image {
        margin: 15px auto 30px;
    }
    .about__access__map-area {
        margin: 15px auto 30px;
    }
    .about__access__map-area::after {
        padding-bottom: 67.11915535%;
    }
    .about__access__map-link {
        font-size: 0.8rem;
    }
    .about__access__map-link a {
        display: block;
        width: 134px;
        padding: 10px 0;
    }

    .btn--more {
        margin: 30px auto 0;
        width: 134px;
        font-size: 0.8rem;
    }
    .btn--more a {
        padding: 11px 0 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .br__sp--small {
        display: block;
    }
}

@media screen and (min-width: 375px) {
    .br__sp--small {
        display: none;
    }
}


@media screen and (min-width: 1px) and (max-width: 374px) {
	.recruit_jp {
        margin-left: 0;
    }
	.recruit_small {
		margin-left: 6.75px;
	}
}