/* PC版(1025px以上)のCSS */

/* heroArea */

.heroArea {
    font-family: Hiragino Kaku Gothic ProN;
    background-color: #fff;
}

.heroArea__title {
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 14px;
    font-weight: normal;
}

.heroArea__text {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

/* main */

body {
    font-family: Hiragino Kaku Gothic ProN;
    background-color: #F6F8F9;
    box-sizing: border-box;
}

/* 地図のCSS */

.inner {
    max-width: 950px;
    margin: 0 auto;
    background-color: #fff;
    padding: 38px 0 47px;
    border-radius: 4px;
}

.inner__title {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    padding: 0 20px;
}

.slider {
    margin: 33px 0 0 0;
}

.slide__area .map {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 500px;
    height: 404px;
    background-image: url(../images/pillar/common/japan_map.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide__area .btn_place {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #000;
    text-decoration: none;
    background-image: url(../images/pillar/common/arrow_black.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 5px auto;
    font-weight: bold;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding-right: 0.5em;
    font-size: 14px;
    width: 77px;
    height: 29px;
    position: relative;
    position: absolute;
}

.slide__area .btn_place:hover {
    opacity: 1;
    box-shadow: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: translate(2px, 2px);

}

.slide__area .btn_place[data-area="hokkaido"] {
    top: 55px;
    left: 366px;
}

.slide__area .btn_place[data-area="tohoku"] {
    top: 154px;
    left: 338px;
    width: 63px;
}

.slide__area .btn_place[data-area="kitakanto"] {
    top: 210px;
    left: 319px;
}

.slide__area .btn_place[data-area="shutoken"] {
    top: 249px;
    left: 299px;
}

.slide__area .btn_place[data-area="koshinetsu"] {
    top: 168px;
    left: 240px;
}

.slide__area .btn_place[data-area="hokuriku"] {
    top: 212px;
    left: 207px;
    width: 63px;
}

.slide__area .btn_place[data-area="tokai"] {
    top: 255px;
    left: 225px;
    width: 63px;
}

.slide__area .btn_place[data-area="kansai"] {
    top: 290px;
    left: 230px;
    width: 63px;
}

.slide__area .btn_place[data-area="chugoku"] {
    top: 255px;
    left: 149px;
    width: 63px;
}

.slide__area .btn_place[data-area="shikoku"] {
    top: 300px;
    left: 144px;
    width: 63px;
}

.slide__area .btn_place[data-area="kyushu"] {
    top: 332px;
    left: 77px;
    width: 63px;
}

/* 今すぐ検索のCSS */

.searchNow {
    position: absolute;
    top: 20px;
    left: 15px;
    display: block;
    width: calc(378px / 2);
    height: calc(230px / 2);
    padding: 12px 40px 0 20px;
    font-size: 12px;
    line-height: 1.4;
    background-image: url(../images/pillar/common/search.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.searchNow em {
    font-size: 22px;
    font-weight: 700;
    font-style: initial;
}

/* モーダルウィンドウのCSS */

/* .pref {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

.pref__inner {
    display: block;
    margin: 0 auto;
    width: 950px;
    padding: 80px 130px 40px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.pref .pref__inner {
    width: 680px;
    height: auto;
    background: #fff;
    padding: 30px 50px;
    position: absolute;
}

.pref .btn_close {
    position: absolute;
    top: 30px;
    right: 50px;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 33px;
    cursor: pointer;
    background-image: url(../images/pillar/common/icon_cross.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 15px auto;
    transition: all 0.2s;
    text-decoration: none;
    color: #000;
}

.pref .btn_close:hover {
    background-color: #ddd;
}

.pref .item {
    display: none;
}

.pref .item.active {
    display: block;
}

.pref .areaName {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid #f5a500;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.pref .item[data-area="hokkaido"] .areaName {
    border-bottom-color: #003795;
}

.pref .item[data-area="tohoku"] .areaName {
    border-bottom-color: #0068de;
}

.pref .item[data-area="kitakanto"] .areaName {
    border-bottom-color: #00d4b8;
}

.pref .item[data-area="shutoken"] .areaName {
    border-bottom-color: #00a0e9;
}

.pref .item[data-area="koshinetsu"] .areaName {
    border-bottom-color: #6dae00;
}

.pref .item[data-area="hokuriku"] .areaName {
    border-bottom-color: #b8d200;
}

.pref .item[data-area="tokai"] .areaName {
    border-bottom-color: #ff5620;
}

.pref .item[data-area="kansai"] .areaName {
    border-bottom-color: #9c856a;
}

.pref .item[data-area="chugoku"] .areaName {
    border-bottom-color: #ff7886;
}

.pref .item[data-area="shikoku"] .areaName {
    border-bottom-color: #a5a050;
}

.pref .item[data-area="kyushu"] .areaName {
    border-bottom-color: #f5a500;
}

.pref ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.pref ul li {
    width: calc((100% - 20px * 2) / 3);
    height: 60px;
    margin: 0 20px 20px 0;
}

.pref ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #000;
    text-decoration: none;
    background-image: url(../images/pillar/common/arrow_black.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 5px auto;
    font-weight: bold;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding-right: 0;
    font-size: 16px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: opacity 0.2s;
}

.pref ul li a:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.pref ul li:nth-of-type(3n) {
    margin-right: 0;
}

.pref .areaLink {
    text-align: right;
}

.pref .areaLink a {
    font-size: 14px;
    text-decoration: underline;
    color: #06c;
}

.slider.visible .pref {
    opacity: 1;
    pointer-events: auto;
}　*/

.sp {
    display: none;
}

/* カードのCSS */

.main {
    background-color: #f6f8f9;
    padding: 50px 0 0 0;
}

.main__box {
    margin: 30px 0 0 0;
    display: grid;
    row-gap: 30px;
    padding: 0 0 50px 0;
}

.main__hokkaido,.main__tohoku,.main__kitakanto,
.main__shutoken,.main__koshinetsu,.main__hokuriku,
.main__tokai,.main__kansai,.main__chugoku,
.main__shikoku,.main__kyushu {
    max-width: 980px;
    min-width: 980px;
    margin: 0 auto;
    padding: 10px 15px 0;
}

.main__title {
    font-weight: 700;
    font-size: 20px;
}

.main__title h2 {
    font-size: 20px;
    line-height: 1.4;
}

.main__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.main__card {
    width: 306px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.main__card a {
    padding: 20px 23px 21px;
    display: block;
}

.main__card a:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease-out 0s;
}

.main__imgOuter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
}

.main__imgOuter img {
    padding: 20px 40px;
}

.main__companyName {
    color: #333333;
    margin: 14px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.main__wrapper {
    display: flex;
    column-gap: 10px;
    margin: 10px 0 0;
}

.main__address {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    font-family: Hiragino Kaku Gothic ProN;
}

.main__text {
    color: #00AAEB;
    margin: 20px 16px 0 0;
    font-weight: 500;
    text-align: right;
    position: relative;
    font-family: Hiragino Kaku Gothic ProN;
}

.main__text::after {
    border-right: 2px solid #00aaeb;
    border-top: 2px solid #00aaeb;
    content: "";
    display: block;
    height: 8.5px;
    -webkit-transform: rotate(45deg) translateY(-80%);
    -ms-transform: rotate(45deg) translateY(-80%);
    transform: rotate(45deg) translateY(-80%);
    width: 8.5px;
    position: absolute;
    right: -10px;
    top: 10px;
}


/* 余白を合わせるためここで指定 */
#content .content_wrapper {
    padding-top: 25px;
}