@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kugiri_m02 {
    padding: 2rem 0 20rem;
}

.main_area {
    overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo {
    padding: 2rem 0 7rem;
	max-width: 750px;
	margin: 0 auto;
}

.page_promo .promo_inner .ttl_wrap {
    margin: 0;
}

.page_promo .promo_inner .promo_ttl {
    position: relative;
    padding-bottom: 3.5rem;
}

.page_promo .promo_inner .promo_ttl::after {
    position: absolute;
    content: "";
    width: 10rem;
    height: .4rem;
    background: var(--theme_a_color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page_promo .promo_inner .promo_ttl .slug {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.2rem;
    letter-spacing: .2em;
    display: block;
    text-align: center;
}

.page_promo .promo_inner .promo_ttl .ja {
    font-size: 4.8rem;
    color: var(--theme_a_color);
    padding: 0;
    letter-spacing: .08em;
    display: block;
    text-align: center;
}

.page_main_img {
    padding-bottom: 5rem;
}

.page_main_img img {
	width: 100%;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
安萬の魅力
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-concept .kugiri_m02 {
    padding-bottom: 0;
    padding-top: 0;
}

.page-concept .page_promo {
    background: url("../images/common/feature/feature_promo.jpg") no-repeat 50% / cover;
    width: 100%;
    height: 84.1rem;
    position: relative;
    z-index: 0;
    padding-top: 7rem;
}

.page-concept .page_promo::after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.4);
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-concept .page_promo .promo_inner .promo_ttl {
    margin-bottom: 8rem;
}

.page-concept .page_promo .promo_inner .promo_ttl::after {
    background: #fff;
    width: 6rem;
}

.page-concept .page_promo .promo_inner .promo_ttl .slug {
    color: #fff;
}

.page-concept .page_promo .promo_inner .promo_ttl .ja {
    color: #fff;
}

.page-concept .page_promo .promo_inner p.main_txt {
    width: 23rem;
    margin: 0 auto;
}

#page_feature {
    padding-top: 5.5rem;
    padding-bottom: 12rem;
    background: #fff;
}

#page_feature .feature_about {
    padding-bottom: 10rem;
}

#page_feature .feature_about .txt_wrap {
    margin-bottom: 7rem;
}

#page_feature .feature_about .txt_wrap p {
    font-size: 3.2rem;
    text-align: center;
    line-height: 2;
    letter-spacing: .08em;
}

#page_feature .feature_about .txt_wrap p:not(:last-child) {
    margin-bottom: 3rem;
}

#page_feature .feature_about .img_about_wrap {
    display: flex;
    justify-content: space-between;
}

#page_feature .feature_about .img_about_wrap p.left {
    width: 29rem;
    margin-top: 5rem;
}

#page_feature .feature_about .img_about_wrap .img_right_area .main {
    width: 34rem;
}

#page_feature .feature_about .img_about_wrap .img_right_area .sub {
    width: 19rem;
    margin: -4rem 0 0 -8rem;
}

#page_feature .feature_wrap {
    padding-top: 5rem;
}

#page_feature .feature_list {
    position: relative;
    z-index: 0;
}

#page_feature .feature_list:not(:last-child) {
    margin-bottom: 14rem;
}


#page_feature .feature_list:nth-child(even) h3 {
    right: auto;
    left: 5rem;
}

#page_feature h3.sub_ttl {
	top: 1rem;
}

#page_feature h3.sub_ttl span.num.num02::before {
	right: 8rem;
}

#page_feature .feature_list:nth-child(even) .img_wrap {
    margin-left: auto;
}

#page_feature .feature_list:nth-child(even) .img_wrap .small {
    margin-right: auto;
    margin-left: 3rem;
}

#page_feature .feature_list .img_wrap {
    margin-bottom: 6rem;
}

#page_feature .img_wrap p.img.small {
    width: 37rem;
    margin-left: auto;
    margin-top: -4rem;
    margin-right: 3rem;
}

#page_feature .feature_list p.main_txt {
    width: 62rem;
    color: inherit;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
安萬のメニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.menu_tenpo_list {
    display: grid;
    gap: 3rem;
}

ul.menu_tenpo_list li a {
    font-size: 3.8rem;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: .04em;
    position: relative;
    margin: 0 auto;
    width: 57rem;
    height: 24rem;
    padding: 2rem 3rem;
    background: no-repeat 50% / cover;
    line-height: 1.25;
    text-align: center;
}

ul.menu_tenpo_list li.honten a {
    background-image: url("../images/menu/honten.jpg");
}

ul.menu_tenpo_list li.labo a {
    background-image: url("../images/menu/labo.jpg");
}

ul.menu_tenpo_list li.okazaki a {
    background-image: url("../images/menu/outlet.jpg");
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
メニュー「共通」「一覧」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menu_cat_list {
    display: grid;
    width: 64.8rem;
    margin: 0 auto;
    gap: 2.5rem 2.5rem;
    grid-template-columns: repeat(2 ,1fr);
}

.menu_cat_list li a {
    font-size: 3.6rem;
    letter-spacing: .08em;
    color: #fff;
    font-weight: bold;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 19rem;
    background: #C2860D;
    line-height: 1.25;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
店舗情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-shop-child .shop_logo {
    margin: 0 auto 5.5rem;
}

.page-shop-child .shop_logo.logo_honten {
    width: 18.2rem;
}

.page-shop-child .shop_logo.logo_labo {
	width: 16rem;
}

.page-shop-child .shop_logo.logo_okazaki {
	width: 18.45rem;
}

.page-shop-child h1.shop_ttl {
    margin-bottom: -2rem;
}

.page-shop-child h1.shop_ttl .ja {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: .06em;
    text-align: center;
    margin-bottom: 0;
    display: block;
}

.page-shop-child h1.shop_ttl .ja .small {
	font-size: 4.2rem;
}

.page-shop-child .page_main_img {
    padding-bottom: 3rem;
}

.page-shop-child .page_main_img .page_width {
    width: 100%;
}

.page-shop-child .main_area h2.main_ttl {
    font-size: 4.2rem;
    letter-spacing: .1em;
    color: var(--theme_a_color);
    text-align: center;
    margin-bottom: 4rem;
}

.page-shop-child p.main_lead {
    font-weight: bold;
    text-align: center;
    margin-bottom: 9rem;
}

.page-shop-child .shop_swiper {
    margin-bottom: 9rem;
	position: relative;
}

.page-shop-child .shop_swiper .swiper-slide p.img {
    padding-top: 40.7rem;
    margin-bottom: 3.5rem;
}

.page-shop-child .shop_swiper .swiper-slide p.main_txt {
    font-size: 2.8rem;
    line-height: 1.5;
    padding: 0 1rem;
}

.page-shop-child .shop_swiper .swiper-button-next, .page-shop-child .shop_swiper .swiper-button-prev {
    top: 39%;
}

.page-shop-child .shop_swiper .swiper-button-next::after, .page-shop-child .shop_swiper .swiper-button-prev::after {
    content: "";
    background: no-repeat 50% /contain;
    width: 1.8rem;
    height: 2.7rem;
}

.page-shop-child .shop_swiper .swiper-button-next {
    right: -24px;
}

.page-shop-child .shop_swiper .swiper-button-next::after {
    background-image: url("../images/shop/swiper-button-next.svg");
}

.page-shop-child .shop_swiper .swiper-button-prev {
    left: -24px;
}

.page-shop-child .shop_swiper .swiper-button-prev::after {
    background-image: url("../images/shop/swiper-button-prev.svg");
}

.page-shop-child p.insta_btn a {
    position: relative;
    display: flex;
    border: 1px solid #CCCCCC;
    width: 42rem;
    /* height: 12rem; */
    margin: 0 auto 7rem;
    border-radius: 6rem;
    padding: 2rem 2rem 2rem 14rem;
}

.page-shop-child p.insta_btn img.logo {
    width: 9rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 4rem;
}

.page-shop-child p.insta_btn img.txt {
    width: 20rem;
}

.page-shop-child .reserve_box {
    border: 2px solid #B22930;
    background: #FAF4E6;
    border-radius: 7px;
    padding: 5rem 3rem 4rem;
    width: 68rem;
    margin: 0 calc(50% - 34rem) 10rem;
}

.page-shop-child .reserve_box h2 {
    font-size: 3.6rem;
    letter-spacing: .04em;
    font-weight: bold;
    color: #B22930;
    text-align: center;
    padding-left: 6rem;
    position: relative;
    display: table;
    margin: 0 auto 5rem;
}

.page-shop-child .reserve_box h2::before {
    position: absolute;
    content: "";
    background: url("../images/common/reserve_icon.svg") no-repeat 50% /contain;
    width: 4.4rem;
    height: 4.4rem;
    top: 58%;
    transform: translateY(-50%);
    left: 0;
}

.page-shop-child .reserve_box ul.items {
    padding: 0 2rem;
    margin-bottom: 4.5rem;
}

.page-shop-child .reserve_box ul.items li {
    line-height: 1.25;
    padding-left: 4rem;
    position: relative;
    margin-bottom: 2.5rem;
}

.page-shop-child .reserve_box ul.items li::before {
    position: absolute;
    content: "・";
    color: #B22930;
    top: 0;
    left: 1rem;
}

.page-shop-child .reserve_box .btn_wrap {
    gap: 1rem;
    display: flex;
    justify-content: center;
}

.page-shop-child .reserve_box .btn_wrap p.btn a {
    font-weight: bold;
    color: #fff;
    background: #B22930;
    width: 30rem;
    height: 11rem;
    border-radius: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-shop-child .tab_list_item {
    width: 68rem;
    margin: 0 calc(50% - 34rem) 8.5rem;
    justify-content: space-between;
    display: flex;
    gap: 1.5rem;
}

.page-shop-child .tab_list_item li {
    flex: 1;
}

.page-shop-child .tab_list_item li a {
    font-size: 2.8rem;
    color: #fff;
    background: var(--theme_a_color);
    line-height: 1.3214285;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 13rem;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
}

.page-shop-child .addr_wrap {
    margin-bottom: 10rem;
}

.shop_dl_wrap dl.dl_list dt , .shop_dl_wrap dl.dl_list dd {
    padding: 2.4rem 0;
    display: flex;
    align-items: center;
}

.shop_dl_wrap dl.dl_list dt {
    width: 21rem;
    border-top: 1px solid;
    font-weight: bold;
    position: relative;
    border-color: var(--theme_a_color);
    color: var(--theme_a_color);
    padding-left: .5rem;
    font-size: 3.2rem;
}

.shop_dl_wrap dl.dl_list:last-of-type dt {
    border-bottom: 1px solid var(--theme_a_color);
}

.shop_dl_wrap dl.dl_list dd {
    border-top: 1px solid #cccccc;
    width: calc(100% - 21rem);
    padding-left: 2rem;
    flex-direction: column;
    align-items: flex-start;
}

.shop_dl_wrap dl.dl_list:last-of-type dd {
    border-bottom: 1px solid #cccccc;
}

.shop_dl_wrap dl.dl_list dd .time_wrap:not(:last-child) {
    margin-bottom: 3rem;
}

.shop_dl_wrap dl.dl_list dd .time_wrap h3.ttl {
    font-size: 3rem;
    font-weight: bold;
    color: var(--theme_a_color);
    position: relative;
    margin-bottom: 1rem;
}

.shop_dl_wrap dl.dl_list dd .time_wrap h3.ttl::before {
    content: "";
    display: inline-block;
    background: var(--theme_a_color);
    width: 1em;
    height: 1em;
    border-radius: 100%;
    vertical-align: middle;
}

.shop_dl_wrap dl.dl_list dd .time_wrap ul.time_list li {
    padding-left: 2em;
    text-indent: -2em;
}

.shop_dl_wrap dl.dl_list dd a.access {
    color: #0071BC;
    text-decoration: underline;
}

.page-shop-child .menus .bg_wrap {
    background:  no-repeat 50% / cover;
    width: 60rem;
    height: 30rem;
    border-radius: 7px;
    position: relative;
    padding-top: 5rem;
    margin: 0 auto;
    overflow: hidden;
}

.page-shop-child .page_honten .menus .bg_wrap {
	background-image: url("../images/shop/honten_img02.jpg");
}

.page-shop-child .page_labo .menus .bg_wrap {
	background-image: url("../images/shop/labo_img03.jpg");
}

.page-shop-child .page_okazaki .menus .bg_wrap {
	background-image: url("../images/shop/okazaki_img02.jpg");
}

.page-shop-child .menus .bg_wrap::after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-shop-child .menus p.btn {
    position: relative;
    z-index: 1;
}

.page-shop-child .menus p.btn a {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .04em;
    line-height: 1.25;
    position: relative;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding-bottom: 10rem;
}

.page-shop-child .menus p.btn a::after {
    position: absolute;
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat 50% / 1.5rem 2.8rem var(--theme_a_color);
    width: 7.7rem;
    height: 7.7rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}

.page-shop-child .map_wrap {
    padding-bottom: 8rem;
    margin-top: 10rem;
}

.page-shop-child p.map iframe {
    width: 68rem;
    height: 40rem;
    margin: 0 calc(50% - 34rem) 1rem;
}

.page-shop-child .map_wrap ul.access_btns {
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3.5rem;
}

.page-shop-child .map_wrap ul.access_btns li a {
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
    background: var(--theme_a_color);
    width: 29.5rem;
    height: 8.2rem;
    border-radius: 4.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-shop-child .map_wrap p.addr {
    line-height: 1.5;
    padding-left: 9rem;
    position: relative;
    margin-bottom: 2rem;
}

.page-shop-child .map_wrap p.addr::before {
    position: absolute;
    content: "";
    background: url("../images/common/map_gold.svg") no-repeat 50% / contain;
    width: 3.4rem;
    height: 4rem;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
}

.page-shop-child .map_wrap p.train {
    line-height: 1.5;
    padding-left: 9rem;
    position: relative;
}

.page-shop-child .map_wrap p.train::after {
    position: absolute;
    content: "";
    background: url("../images/common/train_icon.svg") no-repeat 50% / contain;
    width: 3.4rem;
    height: 3.2rem;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
}

.page-shop-child .map_wrap p.train .small {
    font-size: 2.4rem;
}

.page-shop-child .park .inner {
    margin-bottom: 6rem;
}

.page-shop-child .page_labo .park .parking_img {
    margin-top: 8rem;
    width: 75rem;
    margin: 8rem calc(50% - 37.5rem) 0;
}

.page-shop-child .page_okazaki .park .parking_img {
	margin-top: 8rem;
	width: 68rem;
	margin: 8rem calc(50% - 34rem) 0;
}

.page-shop-child .park p.sub_ttl {
    font-size: 3.4rem;
    letter-spacing: .06em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.page-shop-child .park p.txt {
    text-align: center;
    line-height: 1.5;
}

#page_reserve {
    background: no-repeat 50% / cover;
    position: relative;
    z-index: 0;
    padding-top: 14.5rem;
    padding-bottom: 13rem;
	margin-top: 12rem;
    min-height: 70rem;
}

#page_reserve.honten_bg {
	background-image:  url(../images/shop/honten_reserve.jpg);
}

#page_reserve.labo_bg {
	background-image:  url(../images/shop/labo_reserve.jpg);
}

#page_reserve.okazaki_bg {
	background-image:  url("../images/shop/okazaki_reserve.jpg");
    align-items: center;
    display: flex;
}

#page_reserve::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: -1;
    top: 0;
    left: 0;
}

#page_reserve h2 {
    margin-bottom: 3.5rem;
}

#page_reserve h2 .ja {
    width: 50rem;
    margin: 0 auto;
	display: block;
}

#page_reserve h2 .en {
    display: block;
    margin-top: 1rem;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
    font-size: 2.2rem;
    letter-spacing: .2em;
    font-weight: 400;
	text-align: center;
}

#page_reserve ul.items {
    margin-bottom: -2rem;
}

#page_reserve ul.items li {
    margin-bottom: 2rem;
}

#page_reserve ul.items li a {
    font-size: 3.4rem;
    color: #fff;
    display: flex;
    align-items: center;
    background: #B22930;
    width: 51.6rem;
    height: 13.4rem;
    border-radius: 6.7rem;
    position: relative;
    margin: 0 auto;
    padding: 1rem 9rem 2rem;
    justify-content: center;
}

#page_reserve ul.items li a::before {
    position: absolute;
    content: "";
    left: 11rem;
    top: 50%;
    transform: translateY(-50%);
    background: no-repeat 50% / contain;
}

#page_reserve ul.items li.web a::before {
	background-image: url("../images/common/form.svg");
	width: 3.4rem;
	height: 4.2rem;
}

#page_reserve ul.items li.tel a::before {
	background-image: url("../images/shop/tel_white.svg");
	width: 3.7rem;
	height: 3.7rem;
	
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
採用情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.cmn_rec_ttl span {
    display: table;
    margin: 0 auto;
}

h2.cmn_rec_ttl span.en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.2rem;
    letter-spacing: .2em;
    font-weight: 400;
    color: #163764;
    margin-bottom: 1rem;
}

.page-recruit header .h_inner {
	position: relative;
	z-index: 2;
}

.page-recruit .page_promo {
    position: relative;
    padding: 8rem 0 6rem;
    margin-top: -8rem;
}

.page-recruit .page_promo .promo_inner .ttl_wrap {
    position: absolute;
    bottom: 12.5rem;
    left: 5rem;
    z-index: 1;
}

.page-recruit .page_promo .promo_inner h1.promo_rec_ttl span {
    display: block;
}

.page-recruit .page_promo .promo_inner h1.promo_rec_ttl span.ja {
    width: 48rem;
    margin-bottom: -1rem;
}

.page-recruit .page_promo .promo_inner h1.promo_rec_ttl span.en {
    width: 57rem;
    position: relative;
    left: -3rem;
}

.page-recruit .page_promo .promo_inner .swiper {
    position: relative;
    z-index: 0;
}

.page-recruit .cmn_lt01 {
    letter-spacing: 1em !important;
}

.page-recruit .rec_msg {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.page-recruit .rec_msg .img_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 7.5rem;
    margin-bottom: 2.5rem;
}

.page-recruit .rec_msg .img_wrap p.ceo_name {
    width: 14rem;
    position: absolute;
    top: 3rem;
    left: 9rem;
}

.page-recruit .rec_msg .img_wrap p.main_img {
    width: 45rem;
    margin-left: auto;
}

.page-recruit .rec_msg .img_wrap p.msg {
    width: 46.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-recruit .rec_msg .txt_wrap p {
    font-size: 3.2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    letter-spacing: .04em;
    width: 60rem;
    margin: 0 auto;
}

.page-recruit .rec_msg .txt_wrap p:not(:last-child) {
    margin-bottom: 3.5rem;
}

.page-recruit .rec_rest {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
}

.page-recruit .rec_rest h2.cmn_rec_ttl {
    margin-bottom: 5.5rem;
}

.page-recruit .rec_rest h2.cmn_rec_ttl span.ja {
    width: 33.7rem;
}

.page-recruit .rec_rest .img_wrap {
    margin-left: -25px;
    margin-bottom: 5rem;
}

.page-recruit .rec_rest .img_wrap p.img.main {
    width: 54rem;
}

.page-recruit .rec_rest .img_wrap p.img.sub {
    width: 34rem;
    margin-left: auto;
    margin-top: -13.5rem;
}

.page-recruit .rec_rest p.main_txt {
    width: 60rem;
    margin: 0 auto;
}

.page-recruit .rec_work {
    padding-top: 3.5rem;
    padding-bottom: 7.5rem;
}

.page-recruit .rec_work h2.cmn_rec_ttl {
    margin-bottom: 5rem;
}

.page-recruit .rec_work h2.cmn_rec_ttl span.ja {
    width: 32.2rem;
}

.page-recruit .rec_work ul.items {
    margin-bottom: -7.5rem;
}

.page-recruit .rec_work ul.items li {
    margin-bottom: 7.5rem;
}

.page-recruit .rec_work ul.items li p.img {
    margin-bottom: 4.5rem;
}

.page-recruit .rec_work ul.items li .txt_area {
    padding: 0 4rem;
}

.page-recruit .rec_work ul.items li h3.ttl {
    font-size: 4.2rem;
    letter-spacing: .06em;
    color: #C2860D;
    font-weight: bold;
    font-weight: bold;
    margin-bottom: 2rem;
}

.page-recruit .rec_work ul.items li p.txt {
    line-height: 1.5;
}

.page-recruit .rec_comfort {
    background: #F6EDDB;
    padding: 7.5rem 0 8rem;
}

.page-recruit .rec_comfort h2.cmn_rec_ttl {
    margin-bottom: 5.5rem;
}

.page-recruit .rec_comfort h2.cmn_rec_ttl span.ja {
    width: 29.3rem;
}

.page-recruit .rec_comfort ul.items {
    justify-content: space-between;
    gap: 3rem 1rem;
    width: 70rem;
    margin: 0 calc(50% - 35rem) 3.5rem;
	position: relative;
	z-index: 1;
}

.page-recruit .rec_comfort ul.items li {
    width: 34rem;
    height: 34rem;
    border: 2px solid #163764;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-recruit .rec_comfort ul.items li p.main_txt {
    font-size: 3.2rem;
    letter-spacing: .02em;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #163764;
}

.page-recruit .rec_comfort div.img_wrap {
    /* 元の幅設定をそのまま維持 */
    width: 100vw;
    margin: 0 calc(50% - 50vw) 7rem;
    display: grid;
    /* 画面を左右に2分割するだけ。これで左右の振り分けが楽になります */
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 5rem 5rem;
}
@media (min-width: 751px) {
	.page-recruit .rec_comfort div.img_wrap {
		width: calc(100% + 50px);
		margin: 0 0 7rem -25px;
	}
}

/* 共通設定 */
.page-recruit .rec_comfort div.img_wrap p.img {
    margin: 0;
}

.page-recruit .rec_comfort div.img_wrap p.img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 左上：35rem */
.page-recruit .rec_comfort div.img_wrap p.img.img01 {
    width: 35rem;
    grid-column: 1;
    grid-row: 1;
    justify-self: flex-start;
    /* センターラインに寄せる */
}

/* 右上：30rem */
.page-recruit .rec_comfort div.img_wrap p.img.img02 {
    width: 30rem;
    grid-column: 2;
    grid-row: 1;
    margin-top: -6rem;
}

/* 左下：30rem */
.page-recruit .rec_comfort div.img_wrap p.img.img03 {
    width: 30rem;
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    justify-self: end;
}

/* 右下：35rem */
.page-recruit .rec_comfort div.img_wrap p.img.img04 {
    width: 35rem;
    grid-column: 2;
    grid-row: 2;
    margin-top: -10rem;
    justify-self: flex-end;
}

.page-recruit .rec_comfort div.insta_area h3.ttl {
    font-size: 3.8rem;
    color: #163764;
    letter-spacing: .02em;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin-bottom: 6rem;
}

.page-recruit .rec_comfort div.insta_area ul.items02 {
    justify-content: space-between;
    width: 65rem;
    gap: 3rem 1rem;
    margin-bottom: 6rem;
}

.page-recruit .rec_comfort div.insta_area ul.items02 li {
    width: 31rem;
}

.page-recruit .rec_comfort div.insta_area p.btn a {
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: .02em;
    position: relative;
    width: 45rem;
    height: 10rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    padding: 1rem 7rem;
    background: #163764;
    margin: 0 auto;
}

.page-recruit .rec_comfort div.insta_area p.btn a::after {
    background: url(../images/common/arrow_w.svg) no-repeat 50% / contain;
    width: 1.4rem;
    height: 2.8rem;
    position: absolute;
    content: "";
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
}

.rec_requirements {
    padding-bottom: 8rem;
    padding-top: 8rem;
}

.rec_requirements h2 {
    margin-bottom: 6rem;
}

.rec_requirements h2 .ja {
    width: 25.8rem;
}

.rec_requirements .cmn_dl_wrap dl.dl_list dt {
    border-bottom: none;
    text-align: left;
    padding: 4.5rem 2.5rem 0;
    margin-bottom: 1.5rem;
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd {
    padding-bottom: 8rem;
    padding: 0 3rem 7rem;
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd .txt_wrap p:not(:last-child) {
    margin-bottom: 6rem;
}

.rec_requirements .cmn_dl_wrap dl.dl_list:last-child dd {
	border-bottom :.2rem solid var(--theme_a_color);
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd ul li {
    position: relative;
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd ul:not(.maru) li:not(.no_indent) {
    padding-left: 1em;
    text-indent: -1em;
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd ul.maru li {
    position: relative;
    padding-left: 1.2em;
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd ul.maru li::before {
    position: absolute;
    content: "";
    width: .9em;
    height: .9em;
    top: 0.5em;
    left: 0;
    border-radius: 100%;
    background: var(--theme_a_color);
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd .info_wrap:not(:last-child) {
    margin-bottom: 2.5rem;
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd .info_wrap h3.ttl {
    position: relative;
    font-size: 3rem;
    font-weight: 500;
    padding-left: 1.2em;
    margin-bottom: 1rem;
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd .info_wrap h3.ttl::before {
    position: absolute;
    content: "";
    width: .9em;
    height: .9em;
    top: 0.4em;
    left: 0;
    border-radius: 100%;
    background: var(--theme_a_color);
}

.rec_requirements .cmn_dl_wrap dl.dl_list dd .mb01 {
	margin-bottom: 1.5rem;
}

/*============================
#entry_area
============================*/
#entry_area {
    background: url("../images/recruit/entry_bg.jpg") no-repeat 50% / cover;
    height: 85rem;
    position: relative;
    z-index: 0;
    padding: 10rem 0 0;
	margin: 0 auto 21rem;
    max-width: 75rem;
}

#entry_area::after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#entry_area div.inner h2.main_ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 9.6rem;
    letter-spacing: .02em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
}

#entry_area div.inner p.lead {
    width: 60.6rem;
    margin: 0 auto 3.5rem;
}

#entry_area div.inner div.btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#entry_area div.inner div.btn_wrap p.btn a {
    color: #fff;
    display: flex;
    align-items: center;
    background: #B22930;
    width: 53rem;
    position: relative;
    margin: 0 auto;
    padding: 1rem 6rem 2rem;
    justify-content: center;
    border-radius: 5px;
}

#entry_area div.inner div.btn_wrap p.btn.entry a {
    font-size: 3.8rem;
    height: 14rem;
    padding-left: 12rem;
}

#entry_area div.inner div.btn_wrap p.btn.tel a {
    height: 17rem;
    flex-direction: column;
    padding-top: 3rem;
}

#entry_area div.inner div.btn_wrap p.btn a::before {
    position: absolute;
    content: "";
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    background: no-repeat 50% / contain;
}

#entry_area div.inner div.btn_wrap p.btn.entry a::before {
    background-image: url(../images/common/form.svg);
    width: 3.4rem;
    height: 4.2rem;
}

#entry_area div.inner div.btn_wrap p.btn.tel a::before {
    background-image: url(../images/shop/tel_white.svg);
    width: 3.7rem;
    height: 3.7rem;
}

#entry_area div.inner div.btn_wrap p.btn a span.num {
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1.2;
}

#entry_area div.inner div.btn_wrap p.btn a span.open {
    font-size: 3rem;
    font-weight: 300;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-privacy .page_promo {
    padding-bottom: 4rem;
}

.page-privacy .page_promo .promo_inner .promo_ttl {
    padding-bottom: 0;
}

.page-privacy .page_promo .promo_inner .promo_ttl::after {
    content: none;
}

.page_privacy p.main_lead {
    line-height: 2;
    margin-bottom: 10rem;
}

.page_privacy .box {
    margin-bottom: 7rem;
}

.page_privacy .box h3.ttl {
    font-size: 4.4rem;
    margin-bottom: 4rem;
}

.page_privacy .box p {
    padding-left: 3rem;
    line-height: 2;
}

.page_privacy .box p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.page_privacy ul.indent {
    padding-left: 2rem;
}

.page_privacy ul.indent li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
    line-height: 2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
404
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .page_promo.letter404 {
        padding-top: 90px;
    }

    .page_promo.letter404::after {
        top: 73%;
		width: 35vw;
    }

    .page_promo.letter404 .promo_inner h1 .slug {
        font-size: 10.6666666vw;
        line-height: 1.15;
    }

    .page_404 h2 {
        font-size: 6.6666666vw;
        margin-bottom: 12vw;
        text-align: left;
    }

    .page_404 p.txt {
        text-align: left;
        margin-bottom: 12vw;
        font-size: 3rem;
        line-height: 2;
    }

    .page_404 p.btn a {
        min-width: auto;
        font-size: 3rem;
        border-radius: 9.3333333333vw;
        width: 68vw;
        height: 18.6666666vw;
        padding: 3vw 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media (min-width: 751px) and (max-width: 1800px) {

.page_promo.letter404::after {
        right: calc(50% - 888px);
        z-index: -1;
    }
}

.page_promo.letter404 .promo_inner h1 .slug {
    font-size: 110px;
}

.page_404 h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 32px;
}

.page_404 p.txt {
    font-size: 22px;
    letter-spacing: .1em;
    text-align: center;
    line-height: 2.25;
    margin-bottom: 65px;
}

.page_404 p.btn a {
    margin: 0 auto;
    text-align: center;
}

.page_404 p.btn a:hover {
    background: #00a99d;
    color: #fff;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p.cmn_page_btn a {
    font-size: 3.8rem;
    padding: 1rem 4rem;
    height: 11.2rem;
    border-radius: 5.6rem;
    width: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: var(--theme_a_color);
}

.page-complete p.complete_btn a {
    font-size: 3.5rem;
    margin: 0 auto;
	position: relative;
}

.page-complete p.complete_btn a::after{
	position: absolute;
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat 50% / contain;
    width: 3rem;
    height: 3rem;;
    top: 50%;
    right: 2rem;
    transition: .2s ease-in;
    transform: translateY(-50%);
}

