@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top #main {
  background-image: url("../img/top/main.jpg");
  height: calc(100vh - 120px) !important;
  overflow: hidden;
  position: relative;
}

#top #main > .nosmoking {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  z-index: 999999;
  width: 300px;
}

.is-fixed #top #main {
  height: calc(100vh - 70px) !important;
}

#top #main h1 {
  width: 35vw;
}

#top #main .video_btn {
  display: none;
}

#top #main video {
  width: 100%;
  min-height: 100vh;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#top main section {
  padding: 10vw;
}

#top main #concept_sec {
  position: relative;
  z-index: 0;
}

#top main #concept_sec:after {
  background: url("../img/common/symbol.svg") no-repeat center;
  content: "";
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: -1;
}

#top main #concept_sec .contents p {
  text-align: center;
  line-height: 2.8;
}

#top main #concept_sec .contents p span {
  display: block;
}

#top main #concept_sec .contents p br.br_01 {
  display: none;
}

#top main #concept_sec .contents p br.br_02 {
  display: none;
}

#top main #brand_sec {
  background: url("../img/top/brand_bg.jpg") no-repeat top center / cover;
  position: relative;
  z-index: 0;
}

#top main #brand_sec:before {
  background: rgba(0,0,0,0.35);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#top main #brand_sec .hd_01 {
  color: #ffffff;
}

#top main #brand_sec .brand_list {
  width: calc(100% + 1px);
}

#top main #brand_sec .brand_list .shop {
  width: calc(100% / 4 - 1px);
  margin-top: 1px;
  margin-left: 1px;
}

#top main #brand_sec .brand_list .shop:nth-of-type(-n+4) {
  margin-top: 0;
}

#top main #brand_sec .brand_list .shop:nth-of-type(4n+1) {
  margin-left: 0;
}

#top main #news_sec .ttl_box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #ffffff;
  border-top: 2px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  padding: 1.5vw;
  position: relative;
}

#top main #news_sec .ttl_box:before {
  content: "";
  background: #b01221;
  position: absolute;
  top: -2px;
  left: 0;
  width: 40em;
  height: 2px;
}

#top main #news_sec .ttl_box h2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 1 1;
  -webkit-flex: 1 1;
}

#top main #news_sec .ttl_box h2 span:nth-of-type(1) {
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 900;
  color: #b01221;
}

#top main #news_sec .ttl_box h2 span:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0 1.5vw;
}

#top main #news_sec .ttl_box > span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

#top main #news_sec .ttl_box > span:before {
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2.0rem;
  content: "\f00b";
  color: #b01221;
  padding: 0.1em 0.25em 0 0;
  padding: 0 0.25em 0.1em 0\0;/*IE*/
}

#top main #news_sec .ttl_box > span a:hover {
  color: #b01221;
}

#top main #news_sec .article_box article {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

#top main #news_sec .article_box article a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 1.5vw 7.5vw 1.5vw 1.5vw;
  width: 100%;
}

#top main #news_sec .article_box article .arrow:before,
#top main #news_sec .article_box article .arrow:after {
  right: 1.5vw;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

#top main #news_sec .article_box article .arrow:hover:before,
#top main #news_sec .article_box article .arrow:hover:after{
  right: 0vw;
}

#top main #news_sec .article_box article a > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

#top main #news_sec .article_box article a > div span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #b01221;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 1.25vw 0 0;
  padding: 0.4em 1em;
  min-width: 10em;
}

#top main #news_sec .article_box article a > p {
  flex: 1 1;
  -webkit-flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 2vw;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

#top main #news_sec .article_box article a:hover > p {
  opacity: 0.5;
}

/* -----------------------------------------------------------
    私たちの想い
----------------------------------------------------------- */
.concept #main {
  background-image: url("../img/concept/main.jpg");
}

.concept .concept_box {
  margin: 10vw 0 0;
}

.concept .concept_box .contents {
  position: relative;
  z-index: 0;
}

.concept .concept_box .contents:after {
  background: url("../img/common/symbol.svg") no-repeat center;
  content: "";
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: -1;
}

.concept .concept_box .contents p {
  text-align: center;
  line-height: 2.8;
  margin: 1vw 0 0;
}

.concept .concept_box .contents p:first-of-type {
  margin: 0;
}

.concept .concept_box .contents p span {
  display: block;
}

.concept .concept_box .contents p br.br_01 {
  display: none;
}

.concept .concept_box .contents p br.br_02 {
  display: none;
}

/* -----------------------------------------------------------
    ブランド
----------------------------------------------------------- */
.brand_top #main {
  background-image: url("../img/brand/common/main.jpg");
}

.brand_top .brand_list .shop {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  width: calc(100% / 4);
}

.brand_top .brand_list .shop:nth-of-type(-n+4) {
  border-top: 1px solid #dbdbdb;
}

.brand_top .brand_list .shop:nth-of-type(4n+1) {
  border-left: 1px solid #dbdbdb;
}

/* -----------------------------------------------------------
    ブランド 共通
----------------------------------------------------------- */
#lower.brand #main {
  height: calc(100vh - 120px);
}

#lower.brand #main:before {
  background: rgba(0,0,0,0.35);
}

.is-fixed #lower.brand #main {
  height: calc(100vh - 70px) !important;
}

.brand #main h1 {
  width: 17.5%;
  margin: -90px 0 0;
}

.brand main {
  padding: 0 10vw 10vw !important;
}

.brand main .brand_concept {
  margin: -90px 0 0;
  position: relative;
}

.brand main .brand_concept .catchphrase {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #b01221;
  color: #ffffff;
  min-height: 180px;
  height: 180px\0;
  padding: 0.5vw 1vw;
}

.brand main .brand_concept .catchphrase h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
}

.brand main .brand_concept .catchphrase h2 span {
  display: block;
}

.brand main .brand_concept .catchphrase h2 span br {
  display: none;
}

.brand main .brand_concept .img_box {
  display: flex;
  display: -webkit-flex;
}

.brand main .brand_concept .img_box picture {
  width: 100%;
}

.brand main .brand_concept .concept_txt {
  display: flex;
  display: -webkit-flex;
  background: #f9f9f9;
  padding: 4vw;
}

.brand main .brand_concept .concept_txt picture {
  flex: 0 1 60%;
  -webkit-flex: 0 1 60%;
  max-width: 60%;
}

.brand main .brand_concept .concept_txt picture img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 55vh;
}

.brand main .brand_concept .concept_txt .txt_box {
  line-height: 2.4;
  flex: 1 1;
  -webkit-flex: 1 1;
  background: #ffffff;
  padding: 3.5vw 3.5vw 2.5vw;
}

.brand main .brand_concept .concept_txt .txt_box p {
  position: relative;
  padding: 2vw 0 0;
}

.brand main .brand_concept .concept_txt .txt_box p:before {
  content: "";
  background: #b01221;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.brand main .brand_concept .concept_txt .txt_box span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 1vw 0 0;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 1.5vw 0 0;
  width: 100%;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box div {
  width: 100%;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box > div:not(:first-of-type) {
  margin: 0 0 0 1px;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box div .btn {
  min-height: 50px;
  height: 50px\0;
  letter-spacing: 0.125em;
  padding: 0.3vw;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box .icon:after {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 0.25em;
}

.brand main .brand_concept .ec_box {
  display: flex;
  display: -webkit-flex;
  background: #f9f9f9;
  padding: 0 4vw 4vw;
}

.brand main .brand_concept .ec_box figure:nth-of-type(2) {
  margin: 0 0 0 3vw;
}

.brand main .brand_concept .ec_box figure a img {
  width: 100%;
}

.brand main .brand_concept .ec_box figure a:hover {
  opacity: 0.5;
}

.brand main .brand_box {
  margin: 10vw 0 0;
}

.brand main .brand_box > section:not(:first-of-type) {
  margin: 10vw 0 0;
}

.brand main .brand_box > section .contents {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.brand main .brand_box > section .contents section {
  width: calc(100% / 3);
  margin: 0 0 0 5vw;
}

.brand main .brand_box > section .contents section:first-of-type {
  margin: 0;
}

.brand main .brand_box > section .contents section .brand_contents {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.brand main .brand_box > section .contents section .brand_contents .txt_box {
  margin: 1.5vw 0 0;
  order: 2;
  -webkit-order: 2;
}

.brand main .brand_box > section .contents section .brand_contents .txt_box h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b01221;
}

.brand main .brand_box > section .contents section .brand_contents .txt_box p {
  margin: 0.5vw 0 0;
}

.brand main .brand_box > section .contents section .brand_contents picture {
  height: 0%;
  order: 1;
  -webkit-order: 1;
}

.brand main .brand_box > #store_info .contents {
  display: block;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dt {
  flex: 0 1 25%;
  max-width: 25%;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl {
  display: flex;
  margin-top: 0.35vw;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl:first-of-type {
  margin-top: 0;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl dt {
  font-weight: 900;
  width: 6em;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl dd {
  flex: 1 1;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl.add dd span {
  color: #b01221;
  margin-left: 0.5em;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl.add dd span a {
  color: #b01221;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl.add dd span a:hover {
  color: #d3ba00;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl.add dd span a b {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl.add dd span a b:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 0.15em;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .info dl.tel dd a:hover {
  color: #b01221;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet {
  margin-top: 1vw;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet ul {
  display: flex;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet ul li:not(:first-of-type) {
  margin: 0 0 0 1em;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet ul li:before {
  content: "";
  margin: 0;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet ul li a {
  color: #b01221;
  display: flex;
  align-items: center;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet ul li a:hover {
  color: #d3ba00;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet ul li a:before {
  background-size: cover;
  content: "";
  height: 15px;
  width: 15px;
  margin-right: 0.25em;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet ul li.hp a:before {
  background-image: url("../img/common/hotpepper_logo.svg");
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dd .gourmet ul li.gn a:before {
  background-image: url("../img/common/gurunabi.png");
}

.brand main .brand_site {
  margin: 10vw 0 0;
}

.brand main .brand_site a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #ffffff;
  height: 60vh;
  position: relative;
  z-index: 0;
  padding: 5vw 7.5vw;
}

.brand main .brand_site a:after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand main .brand_site a:before {
  content: "";
  background: linear-gradient(90deg, #000000 0, transparent 80%),rgba(0,0,0,0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.brand main .brand_site a:hover:before {
  background: linear-gradient(90deg, #000000 0, transparent 80%),rgba(0,0,0,0.8);
}

.brand main .brand_site a .brand_site_txt {
  width: 45%;
}

.brand main .brand_site a .brand_site_txt h2 {
  font-size: 30px;
  font-size: 3.0rem;
  position: relative;
}

.brand main .brand_site a .brand_site_txt h2:before {
  background: #b01221;
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -1.5vw;
  left: 0;
}

.brand main .brand_site a .brand_site_txt .detail_txt {
  margin: 3vw 0 0;
  line-height: 2;
}

.brand main .brand_site a .brand_site_txt .detail_for {
  font-weight: 900;
  margin: 2.5vw 0 0;
}

.brand main .brand_slide {
  margin: 10vw 0 0;
}

.brand main .brand_slide .brand_shop a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 30vh;
  padding: 4.5vw;
  position: relative;
  z-index: 0;
}

.brand main .brand_slide .brand_shop a:after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand main .brand_slide .brand_shop a:before {
  content: "";
  background: rgba(0,0,0,0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.brand main .brand_slide .brand_shop a:hover:before {
  background: rgba(0,0,0,0.8);
}

.brand main .brand_slide .brand_shop a figure {
  width: 100%;
}

/* -----------------------------------------------------------
    ブランド - 鉄板ミート
----------------------------------------------------------- */
.teppanmeat #main {
  background-image: url("../img/brand/teppanmeat/main.jpg");
}

.teppanmeat main .brand_site a:after {
  background-image: url("../img/brand/teppanmeat/brand_site_img.jpg");
}

.brand main .brand_slide #teppanmeat a:after {
  background-image: url("../img/brand/teppanmeat/teppanmeat_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 串カツ・どて焼き 三右衛門
----------------------------------------------------------- */
.sanemon #main {
  background-image: url("../img/brand/sanemon/main.jpg");
}

.sanemon main .brand_site a:after {
  background-image: url("../img/brand/sanemon/brand_site_img.jpg");
}

.brand main .brand_slide #sanemon a:after {
  background-image: url("../img/brand/sanemon/sanemon_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - お好み鉄板 じゅうじゅううめぇ家
----------------------------------------------------------- */
.umeeya #main {
  background-image: url("../img/brand/umeeya/main.jpg");
}

.umeeya main .brand_site a:after {
  background-image: url("../img/brand/umeeya/brand_site_img.jpg");
}

.brand main .brand_slide #umeeya a:after {
  background-image: url("../img/brand/umeeya/umeeya_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - Meat Dining River:Ve
----------------------------------------------------------- */
.riverve #main {
  background-image: url("../img/brand/riverve/main.jpg");
}

.riverve main .brand_site a:after {
  background-image: url("../img/brand/riverve/brand_site_img.jpg");
}

.brand main .brand_slide #riverve a:after {
  background-image: url("../img/brand/riverve/riverve_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - Spanish Bar Pasion
----------------------------------------------------------- */
.pasion #main {
  background-image: url("../img/brand/pasion/main.jpg");
}

.pasion main .brand_site a:after {
  background-image: url("../img/brand/pasion/brand_site_img.jpg");
}

.brand main .brand_slide #pasion a:after {
  background-image: url("../img/brand/pasion/pasion_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - ARROW TREE
----------------------------------------------------------- */
.arrowtree #main {
  background-image: url("../img/brand/arrowtree/main.jpg");
}

.arrowtree main .brand_site a:after {
  background-image: url("../img/brand/arrowtree/brand_site_img.jpg");
}

.brand main .brand_slide #arrowtree a:after {
  background-image: url("../img/brand/arrowtree/arrowtree_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 串カツ鉄板居酒屋 くし若まる
----------------------------------------------------------- */
.kushiwakamaru #main {
  background-image: url("../img/brand/kushiwakamaru/main.jpg");
}

.brand main .brand_slide #kushiwakamaru a:after {
  background-image: url("../img/brand/kushiwakamaru/kushiwakamaru_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 情熱ホルモン
----------------------------------------------------------- */
.jonetsuhorumon #main {
  background-image: url("../img/brand/jonetsuhorumon/main.jpg");
}

.jonetsuhorumon main .brand_site a:after {
  background-image: url("../img/brand/jonetsuhorumon/brand_site_img.jpg");
}

.brand main .brand_slide #jonetsuhorumon a:after {
  background-image: url("../img/brand/jonetsuhorumon/jonetsuhorumon_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 焼肉五苑
----------------------------------------------------------- */
.yakinikugoen #main {
  background-image: url("../img/brand/yakinikugoen/main.jpg");
}

.yakinikugoen main .brand_site a:after {
  background-image: url("../img/brand/yakinikugoen/brand_site_img.jpg");
}

.brand main .brand_slide #yakinikugoen a:after {
  background-image: url("../img/brand/yakinikugoen/yakinikugoen_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 四川麻婆 天天酒家
----------------------------------------------------------- */
.tenten #main {
  background-image: url("../img/brand/tenten/main.jpg");
}

.brand main .brand_slide #tenten a:after {
  background-image: url("../img/brand/tenten/tenten_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 天ぷら海鮮 五福
----------------------------------------------------------- */
.gofuku #main {
  background-image: url("../img/brand/gofuku/main.jpg");
}

.gofuku main .brand_site a:after {
  background-image: url("../img/brand/gofuku/brand_site_img.jpg");
}

.brand main .brand_slide #gofuku a:after {
  background-image: url("../img/brand/gofuku/gofuku_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 焼肉・しゃぶしゃぶ 八苑
----------------------------------------------------------- */
.yakinikuhachien #main {
  background-image: url("../img/brand/yakinikuhachien/main.jpg");
}

.yakinikuhachien main .brand_site a:after {
  background-image: url("../img/brand/yakinikuhachien/brand_site_img.jpg");
}

.brand main .brand_slide #yakinikuhachien a:after {
  background-image: url("../img/brand/yakinikuhachien/yakinikuhachien_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 酒とひものと天麩羅 人情酒場
----------------------------------------------------------- */
.ninjosakaba #main {
  background-image: url("../img/brand/ninjosakaba/main.jpg");
}

.brand main .brand_slide #ninjosakaba a:after {
  background-image: url("../img/brand/ninjosakaba/ninjosakaba_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 蟹奉行
----------------------------------------------------------- */
.kanibugyo #main {
  background-image: url("../img/brand/kanibugyo/main.jpg");
}

.kanibugyo main .brand_site a:after {
  background-image: url("../img/brand/kanibugyo/brand_site_img.jpg");
}

.brand main .brand_slide #kanibugyo a:after {
  background-image: url("../img/brand/kanibugyo/kanibugyo_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 中華菜館 九苑酒家
----------------------------------------------------------- */
.chineseryuen #main {
  background-image: url("../img/brand/chineseryuen/main.jpg");
}

.brand main .brand_slide #chineseryuen a:after {
  background-image: url("../img/brand/chineseryuen/chineseryuen_bg.jpg");
}

/* -----------------------------------------------------------
    ブランド - 中華料理 五苑
----------------------------------------------------------- */
.chinesegoen #main {
  background-image: url("../img/brand/chinesegoen/main.jpg");
}

.brand main .brand_slide #chinesegoen a:after {
  background-image: url("../img/brand/chinesegoen/chinesegoen_bg.jpg");
}

/* -----------------------------------------------------------
    企業情報 共通
----------------------------------------------------------- */
.company main > .btn_box {
  margin: 10vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - トップ
----------------------------------------------------------- */
.company_top #main {
  background-image: url("../img/company/top/main.jpg");
}

.company_top main .company_contents_list .company_message a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 550px;
  padding: 5vw;
  position: relative;
  z-index: 0;
}

.company_top main .company_contents_list .company_message a:after {
  background: url("../img/company/message/main.jpg") no-repeat center top / cover;
}

.company_top main .company_contents_list .company_message a .message_txt {
  font-weight: 900;
}

.company_top main .company_contents_list .company_message a .message_txt h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

.company_top main .company_contents_list .company_message a .message_txt p {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 1.5vw 0 0;
}

.company_top main .company_contents_list .company_contents {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 4vw);
  margin: 4vw 0 0;
}

.company_top main .company_contents_list .company_contents .company_contents_nav {
  width: calc(100% / 3 - 4vw);
  margin-top: 4vw;
  margin-left: 4vw;
}

.company_top main .company_contents_list .company_contents .company_contents_nav:nth-of-type(-n+3) {
  margin-top: 0;
}

.company_top main .company_contents_list .company_contents .company_contents_nav:nth-of-type(3n+1) {
  margin-left: 0;
}

.company_top main .company_contents_list .company_contents .company_contents_nav a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.company_top main .company_contents_list .company_contents .company_contents_nav a h1 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 1vw 0 0;
  order: 2;
  -webkit-order: 2;
  position: relative;
}

.company_top main .company_contents_list .company_contents .company_contents_nav a .arrow:before,
.company_top main .company_contents_list .company_contents .company_contents_nav a .arrow:after {
  right: 0vw;
}

.company_top main .company_contents_list .company_contents .company_contents_nav a:hover .arrow:before,
.company_top main .company_contents_list .company_contents .company_contents_nav a:hover .arrow:after {
  right: 1.5vw;
}

.company_top main .company_contents_list .company_contents .company_contents_nav a picture {
  height: 0%;
  order: 1;
  -webkit-order: 1;
}

/* -----------------------------------------------------------
    企業情報 - 創業者の想い
----------------------------------------------------------- */
.message #main {
  background-image: url("../img/company/message/main.jpg");
}

.message main .overlap_box .txt_box .message_box > section:not(:first-of-type) {
  margin: 4vw 0 0;
}

.message main .overlap_box .txt_box .message_box > section h1 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #b01221;
}

.message main .overlap_box .txt_box .message_box > section section {
  margin: 1.5vw 0 0;
}

.message main .overlap_box .txt_box .message_box > section section h2 {
  font-size: 18px;
  font-size: 1.8rem;
}

.message main .overlap_box .txt_box .message_box > section section p {
  line-height: 2;
  margin: 0.5vw 0 0;
}

.message main .overlap_box .txt_box .name_box {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin: 5vw 0 0;
}

.message main .overlap_box .txt_box .name_box .post {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0.25vw 0 0;
}

.message main .overlap_box .txt_box .name_box .name {
  margin: 0.75vw 0 0;
  width: 140px;
}

/* -----------------------------------------------------------
    企業情報 - 会社概要
----------------------------------------------------------- */
.outline #main {
  background-image: url("../img/company/outline/main.jpg");
}

/* -----------------------------------------------------------
    企業情報 - 会社沿革
----------------------------------------------------------- */
.history #main {
  background-image: url("../img/company/history/main.jpg");
}

/* -----------------------------------------------------------
    企業情報 - グループ会社
----------------------------------------------------------- */
.group #main {
  background-image: url("../img/company/group/main.jpg");
}

.group main .group_box > section:not(:first-of-type) {
  margin: 6vw 0 0;
}

.group main .group_box > section .tbl_dl {
  margin: 1.5vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - 経営理念
----------------------------------------------------------- */
.philosophy #main {
  background-image: url("../img/company/philosophy/main.jpg");
}

.philosophy main .contents figure {
  text-align: center;
}

.philosophy main .contents figure img {
  width: 70%;
}

.philosophy main .contents .philosophy_box {
  margin: 5vw 0 0;
}

.philosophy main .contents .philosophy_box p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2.4;
  text-align: center;
}

.philosophy main .contents .philosophy_box p span {
  display: block;
}

.philosophy main .contents .philosophy_box p span b {
  color: #b01221;
}

/* -----------------------------------------------------------
    企業情報 - 経営ビジョン
----------------------------------------------------------- */
.vision #main {
  background-image: url("../img/company/vision/main.jpg");
}

.vision main .contents {
  position: relative;
}

.vision main .contents figure {
  text-align: center;
}

.vision main .contents figure img {
  width: 60%;
}

.vision main .contents .vision_box {
  background: #ffffff;
  padding: 3vw 0;
  position: absolute;
  bottom: 4vw;
  left: 0;
  width: 100%;
}

.vision main .contents .vision_box p {
  line-height: 2.6;
  text-align: center;
}

.vision main .contents .vision_box p > span {
  display: block;
}

.vision main .contents .vision_box p > span br.br_01 {
  display: none;
}

.vision main .contents .vision_box p > span br.br_02 {
  display: none;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み 共通
----------------------------------------------------------- */
.efforts #main {
  background-image: url("../img/company/efforts/main.jpg");
}

.efforts main .tabs {
  margin: 0 0 7.5vw;
}

.efforts main .contents .gallery_box {
  margin: 5vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - K&Kスクール
----------------------------------------------------------- */
.school main .contents .txt_box {
  margin: 5vw 0 0;
}

.school main .contents .txt_box .lede {
  line-height: 2;
}

.school main .contents .txt_box .school_box {
  margin: 5vw 0 0;
}

.school main .contents .txt_box .school_box section:not(:first-of-type) {
  margin: 4vw 0 0;
}

.school main .contents .txt_box .school_box section ul {
  margin: 1.5vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - 社内研修
----------------------------------------------------------- */
.training main .contents > section {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 5vw 0 0;
}

.training main .contents > section:first-of-type {
  margin: 0;
}

.training main .contents > section .img_box {
  flex: 0 1 30%;
  -webkit-flex: 0 1 30%;
  max-width: 30%;
  order: 1;
  -webkit-order: 1;
}

.training main .contents > section .txt_box {
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 0 0 4vw;
  order: 2;
  -webkit-order: 2;
}

.training main .contents > section .txt_box h2 {
  font-size: 30px;
  font-size: 3.0rem;
  color: #b01221;
}

.training main .contents > section .txt_box .lede {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  margin: 1.5vw 0 0;
}

.training main .contents > section .txt_box ul {
  margin: 1vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - インターンシップ
----------------------------------------------------------- */
.internship main .contents .lede {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
}

.internship main .contents .lede span {
  display: block;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - ミートアカデミー
----------------------------------------------------------- */
.academy main .contents .txt_box {
  margin: 5vw 0 0;
}

.academy main .contents .txt_box p:not(:first-of-type) {
  margin: 1.5vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - 外国人・障害者雇用
----------------------------------------------------------- */
.employ main .contents .txt_box {
  margin: 5vw 0 0;
}

.employ main .contents .txt_box p:not(:first-of-type) {
  margin: 1.5vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - 健康への取り組み
----------------------------------------------------------- */
.health main .contents .lede {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
}

.health main .contents .lede span {
  display: block;
}

.health main .contents .health_box {
  max-width: 667px;
  width: 100%;
  margin: 3vw auto 0;
}

.health main .contents .health_box figure {
  text-align: center;
}

.health main .contents .health_box figure img {
  width: 80%;
}

.health main .contents .health_box .txt_box {
  margin: 5vw 0 0;
}

.health main .contents .health_box .txt_box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.health main .contents .health_box .txt_box ul {
  margin: 2vw 0 0;
}

/* -----------------------------------------------------------
    ニュース共通
----------------------------------------------------------- */
.news #main {
  background-image: url("../img/news/main.jpg");
}

/* -----------------------------------------------------------
    ニュース一覧
----------------------------------------------------------- */
.news_list main .hd_box {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.news_list main .hd_box .select {
  position: relative;
  z-index: 0;
}

.news_list main .hd_box .select ul {
  display: flex;
  display: -webkit-flex;
}

.news_list main .hd_box .select ul li {
  background: #b01221;
  position: relative;
  width: 250px;
  margin: 0 0 0 1vw;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.news_list main .hd_box .select ul li:first-of-type {
  margin: 0;
}

.news_list main .hd_box .select ul li:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ffffff;
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.news_list main .hd_box .select ul li:hover {
  background: #d3ba00;
}

.news_list main .hd_box .select ul li select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  height: 60px;
  padding: 0 1vw;
}

.news_list main .hd_box .select ul li select option {
  color: #151515;
}

.news main .hd_box .select ul li select::-ms-expand {
  display: none;
}

.news_list main .article_box {
  background: #f9f9f9;
  margin: 5vw 0 0;
  padding: 4vw;
}

.news_list main .article_box article {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 1px 0 0;
}

.news_list main .article_box article:first-of-type {
  margin: 0;
}

.news_list main .article_box article a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #ffffff;
  padding: 1.5vw 10vw 1.5vw 1.5vw;
  width: 100%;
}

.news_list main .article_box article .arrow:before,
.news_list main .article_box article .arrow:after {
  right: 1.5vw;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.news_list main .article_box article .arrow:hover:before,
.news_list main .article_box article .arrow:hover:after{
  right: 3vw;
}

.news_list main .article_box article a > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.news_list main .article_box article a > div span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #b01221;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 1.25vw 0 0;
  padding: 0.4em 1em;
  min-width: 10em;
}

.news_list main .article_box article a > p {
  flex: 1 1;
  -webkit-flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 2vw;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.news_list main .article_box article a:hover > p {
  opacity: 0.5;
}

/* -----------------------------------------------------------
    ニュース 詳細
----------------------------------------------------------- */
.news_detail main .post {
  max-width: 1024px;
  min-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.news_detail main .post article .news_title {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 1vw;
}

.news_detail main .post article .news_title h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.4;
}

.news_detail main .post article .news_title div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 1.5vw 0 0;
}

.news_detail main .post article .news_title div time {
  color: #9e9e9e;
}

.news_detail main .post article .news_title div p {
  color: #b01221;
  margin: 0 0 0 1vw;
}

.news_detail main .post article .article_box {
  border-bottom: 1px solid #dbdbdb;
  padding: 4vw 0;
}

.news_detail main .post article .article_box p {
  line-height: 2;
  margin: 2vw 0 0;
}

.news_detail main .post article .article_box picture,
.news_detail main .post article .article_box figure {
  margin: 2.5vw 0 0;
}

.news_detail main .post article .article_box p:first-of-type {
  margin: 0;
}

/* -----------------------------------------------------------
    採用情報 トップ
----------------------------------------------------------- */
#lower.recruit #main {
  background-image: url("../img/recruit/top/main.jpg");
  height: calc(100vh - 120px);
}

#lower.recruit #main:before {
  background: rgba(0,0,0,0.3);
}

.is-fixed #lower.recruit #main {
  height: calc(100vh - 70px) !important;
}

.recruit #main .ttl {
  color: #ffffff;
  width: 50%;
  position: relative;
}

.recruit #main .ttl h1 {
  font-size: 28px;
  font-size: 2.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.recruit #main .ttl h1:after {
  background: #b01221;
  content: "";
  width: 102%;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: -2%;
  z-index: -1;
}

.recruit main .wrapper > section:not(:first-of-type) {
  margin: 10vw 0 0;
}

.recruit main .wrapper #recruit_sec h1 {
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
}

.recruit main .wrapper #recruit_sec h1 span {
  display: block;
}

.recruit main .wrapper #recruit_sec .contents .txt_box {
  background: #f9f9f9;
  padding: 4vw;
  text-align: center;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in {
  background: #ffffff;
  padding: 5vw;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in h2 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #b01221;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  margin: 2vw 0 0;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in p span {
  display: block;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in p br.br_01 {
  display: none;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in p br.br_02 {
  display: none;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in p br.br_03 {
  display: none;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in .btn_box {
  margin: 3vw 0 0;
}

.recruit main .wrapper #interview_sec .contents {
  display: flex;
  display: -webkit-flex;
  width: calc(100% + 5vw);
}

.recruit main .wrapper #interview_sec .contents .staff {
  background: #f9f9f9;
  width: calc(100% / 2 - 5vw);
  margin-top: 5vw;
  margin-left: 5vw;
}

.recruit main .wrapper #interview_sec .contents .staff:nth-of-type(-n+2) {
  margin-top: 0;
}

.recruit main .wrapper #interview_sec .contents .staff:nth-of-type(2n+1) {
  margin-left: 0;
}

.recruit main .wrapper #interview_sec .contents .staff a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt {
  background: #f9f9f9;
  padding: calc(3vw + 10px) 3vw 3vw;
  position: relative;
  order: 2;
  -webkit-order: 2;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .position {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #b01221;
  color: #ffffff;
  font-weight: 900;
  min-width: 200px;
  min-height: 50px;
  height: 50px\0;
  position: absolute;
  top: -25px;
  left: 3vw;
  z-index: 1;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .comment {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .join {
  color: #888888;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1vw 0 0;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .join span:nth-of-type(2):before {
  content: "/";
  margin: 0 0.5em;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .name {
  margin: 0.5vw 0 0;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .name span:nth-of-type(1) {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .name span:nth-of-type(2) {
  color: #b01221;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0 1em;
}

.recruit main .wrapper #interview_sec .contents .staff a picture {
  height: 0%;
  order: 1;
  -webkit-order: 1;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.recruit main .wrapper #personality_sec .contents {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.recruit main .wrapper #personality_sec .contents section {
  width: calc(100% / 3);
  margin: 0 0 0 5vw;
}

.recruit main .wrapper #personality_sec .contents section:first-of-type {
  margin: 0;
}

.recruit main .wrapper #personality_sec .contents section .personality_box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column; 
  -webkit-flex-direction: column;
}

.recruit main .wrapper #personality_sec .contents section .personality_box .personality_txt {
  margin: 1.5vw 0 0;
  order: 2;
  -webkit-order: 2;
}

.recruit main .wrapper #personality_sec .contents section .personality_box .personality_txt h2 {
  color: #b01221;
  font-size: 18px;
  font-size: 1.8rem;
}

.recruit main .wrapper #personality_sec .contents section .personality_box .personality_txt p {
  margin: 0.5vw 0 0;
}

.recruit main .wrapper #personality_sec .contents section .personality_box picture {
  height: 0%;
  order: 1;
  -webkit-order: 1;
}

.recruit main .wrapper #promotions_sec .contents {
  background: #f9f9f9;
  padding: 4vw;
}

.recruit main .wrapper #promotions_sec .contents .container {
  background: #ffffff;
  padding: 5vw;
}

.recruit main .wrapper #promotions_sec .contents .container section:not(:first-of-type) {
  margin: 5vw 0 0;
}

.recruit main .wrapper #promotions_sec .contents .container section h2 {
  color: #b01221;
  font-size: 46px;
  font-size: 4.6rem;
  text-align: center;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions .lede {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions .lede span {
  display: block;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions .lede span br {
  display: none;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions figure {
  width: 100%;
  margin: 4vw 0 0;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions figure.fig_sp {
  display: none;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar {
  background-image: url("../img/recruit/top/sevenstar_bg01.svg"), url("../img/recruit/top/sevenstar_bg02.svg"), url("../img/recruit/top/sevenstar_bg03.png");
  background-repeat: no-repeat;
  background-position: top left, top right, bottom center;
  background-size: 35%, 35%, auto;
  padding: 0 0 5vw;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:before,
.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 60px;
  height: auto;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:before {
  background-image: url("../img/recruit/top/sevenstar_before.svg");
  margin: 0 0.5em 0 0;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:after {
  background-image: url("../img/recruit/top/sevenstar_after.svg");
  margin: 0 0 0 0.5em;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar .promotions {
  margin: 3vw 0 0;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar .promotions .sevenstar_txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  margin: 4vw 0 0;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar .promotions .sevenstar_txt span {
  display: block;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar .promotions .sevenstar_txt span br {
  display: none;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar .promotions .note {
  justify-content: center;
  -webkit-justify-content: center;
  margin: 1vw 0 0;
}

.recruit main .wrapper #promotions_sec .contents .container #careerup h2 {
  position: relative;
}

.recruit main .wrapper #promotions_sec .contents .container #careerup h2:after {
  background-image: url("../img/recruit/top/careerup_after.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  width: 460px\0;
  height: 60px;
  position: absolute;
  top: 25%;
  left: 51%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recruit main .wrapper #promotions_sec .contents .container #careerup .promotions {
  margin: 4vw 0 0;
}

.recruit main .wrapper #guideline_sec .tabs {
  margin: 5vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section:not(:first-of-type) {
  margin: 5vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl {
  margin: 3vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl:not(:first-of-type) {
  margin: 1.5vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dt {
  display: flex;
  display: -webkit-flex;
  font-weight: 900;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > .work_location {
  margin: 1.5vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dt:before {
  content: "■";
  font-weight: normal;
  margin: 0 0 0 0.15em;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd {
  margin: 0.25vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd > dl:not(:first-of-type) {
  margin: 0.5vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd > dl > dt {
  font-weight: 700;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd .list_none li {
  display: block;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd .list_none li:before {
  content: "";
  margin: 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd .list_none li span:nth-of-type(2):before {
  content: "：";
  margin: 0 0.25em;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd.salary {
  margin: 0.5vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd.salary li:before {
  content: "※";
  margin: 0 0.15em 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd > dl > dd p {
  margin: 0.25vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl > dd ul li:not(:first-of-type) {
  margin: 0.15vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .tbl_dl > dl a:hover {
  opacity: 0.5;
}

.recruit main .wrapper #guideline_sec .contents section section .step_box {
  margin: 3vw 0 0;
}

.recruit main .wrapper #guideline_sec .contents section section .step_box .note {
  margin: 1vw 0 0;
}

/* -----------------------------------------------------------
    採用情報 - インタビュー
----------------------------------------------------------- */
#lower.staff #main {
  background-position: center top;
  height: calc(100vh - 120px);
}

.is-fixed #lower.staff #main {
  height: calc(100vh - 70px) !important;
}

#lower.staff01 #main {
  background-image: url("../img/recruit/staff/staff01/main.jpg");
}

#lower.staff02 #main {
  background-image: url("../img/recruit/staff/staff02/main.jpg");
}

#lower.staff03 #main {
  background-image: url("../img/recruit/staff/staff03/main.jpg");
}

#lower.staff #main:before {
  background: rgba(0,0,0,0);
}

.staff #main {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.staff #main .comment {
  width: 40%;
  margin: 0 0 0 10vw;
}

.staff #main .staff_txt {
  color: #ffffff;
  position: absolute;
  bottom: 5vw;
  left: 10vw;
}

.staff #main .staff_txt .name span:nth-of-type(1) {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 900;
}

.staff #main .staff_txt .name span:nth-of-type(2) {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0 1em;
}

.staff #main .staff_txt .join {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0.5vw 0 0;
}

.staff #main .staff_txt .join span:nth-of-type(2):before {
  content: "/";
  margin: 0 0.5em;
}

.staff main .video_box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #f9f9f9;
  padding: 4vw;
}

.staff main .video_box .video_mov {
  flex: 0 1 56%;
  -webkit-flex: 0 1 56%;
  max-width: 56%;
  min-height: 450px;
}

.staff main .video_box .video_mov video {
  width: 100%;
}

.staff main .video_box .video_txt {
  line-height: 2.4;
  flex: 1 1;
  -webkit-flex: 1 1;
  background: #ffffff;
  margin: 0 0 0 3vw;
  padding: 3.5vw 3.5vw 2.5vw;
}

.staff main .video_box .video_txt p {
  position: relative;
  padding: 2vw 0 0;
}

.staff main .video_box .video_txt p:before {
  content: "";
  background: #b01221;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.staff main .interview_box {
  margin: 10vw 0 0;
}

.staff main .interview_box > section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.staff main .interview_box > section .overlap_box .txt_box section:not(:first-of-type) {
  margin: 3vw 0 0;
}

.staff main .interview_box > section .overlap_box .txt_box section h2 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #b01221;
  line-height: 1;
  padding: 0 0 0 calc(25px + 0.75em);
  position: relative;
}

.staff main .interview_box > section .overlap_box .txt_box section h2:before {
  content: "";
  background: #b01221;
  width: 25px;
  height:1px;
  position: absolute;
  top: 0.5em;
  top: 0.4em\0;/*IE*/
  left: 0;
}

.staff main .interview_box > section .overlap_box .txt_box section p {
  line-height: 2;
  margin: 1vw 0 0;
}

.staff main > .btn_box {
  margin: 10vw 0 0;
}

/* -----------------------------------------------------------
    FC加盟 共通
----------------------------------------------------------- */
.fc main > .btn_box {
  margin: 10vw 0 0;
}

/* -----------------------------------------------------------
    FC加盟 - トップ
----------------------------------------------------------- */
#lower.fc_top #main {
  background-image: url("../img/fc/top/main.jpg");
  height: calc(100vh - 120px);
}

#lower.fc_top #main:before {
  background: rgba(0,0,0,0.45);
}

.is-fixed #lower.fc_top #main {
  height: calc(100vh - 70px) !important;
}

.fc_top #main .ttl {
  color: #ffffff;
  text-align: center;
}

.fc_top #main .ttl h1 {
  font-size: 55px;
  font-size: 5.5rem;
}

#lower.fc_top #main .ttl h1 span {
  font-size: 55px;
  font-size: 5.5rem;
  display: inline;
  position: relative;
  z-index: 0;
}

.fc_top #main .ttl h1 span:after {
  background: #b01221;
  content: "";
  width: 96%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.fc_top #main .ttl h2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 1.5vw 0 0;
}

.fc_top #main .ttl h2:before,
.fc_top #main .ttl h2:after {
  content: "";
  background: #ffffff;
  width: 3vw;
  height: 2px;
}

.fc_top #main .ttl h2:before {
  margin: 0 0.75em 0 0;
}

.fc_top #main .ttl h2:after {
  margin: 0 0 0 0.75em;
}

.fc_top #main .ttl h3 {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #b01221;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 3.5vw 0 0;
  padding: 0.75em 2em;
}

.fc_top #main .ttl h3 br {
  display: none;
}

.fc_top main .fc_contents_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 1.5vw);
}

.fc_top main .fc_contents_list .fc_contents_nav {
  xwidth: calc(100% / 2 - 1.5vw);
  margin-top: 1.5vw;
  margin-left: 1.5vw;
}

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(-n+2) {
  margin-top: 0;
}

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(2n+1) {
  margin-left: 0;
}

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(1),
.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(4),
.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(5) {
  width: calc(65% - 1.5vw);
}

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(2),
.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(3),
.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(6) {
  width: calc(35% - 1.5vw);
}

.fc_top main .fc_contents_list .fc_contents_nav a {
  display: flex;
  display: -webkit-flex;
  padding: 2.5vw;
  position: relative;
  z-index: 0;
}

.fc_top main .fc_contents_list .fc_contents_nav > a {
  height: 550px;
}

.fc_top main .fc_contents_list .fc_contents_nav a:after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.fc_top main .fc_contents_list #greeting_nav a:after {
  background-image: url("../img/fc/top/greeting_bg.jpg");
}

.fc_top main .fc_contents_list #introduction_nav a:after {
  background-image: url("../img/fc/top/introduction_bg.jpg");
  background-position: left top;
}

.fc_top main .fc_contents_list #process_nav a:after {
  background-image: url("../img/fc/top/process_bg.jpg");
  background-position: left top;
}

.fc_top main .fc_contents_list #advantage_nav a:after {
  background-image: url("../img/fc/top/advantage_bg.jpg");
}

.fc_top main .fc_contents_list #owners_nav a:after {
  background-image: url("../img/fc/top/owners_bg.jpg");
}

.fc_top main .fc_contents_list #conditions_nav a:after {
  background-image: url("../img/fc/top/conditions_bg.jpg");
}

.fc_top main .fc_contents_list #faq_nav a:after {
  background-image: url("../img/fc/top/faq_bg.jpg");
}

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(6) {
  width: calc(35% - 1.5vw);
}

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(6) .fc_contents {
  width: 100%;
}

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(6) .fc_contents:nth-of-type(2) {
  margin: 1.5vw 0 0;
}

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(6) .fc_contents > a {
  height: calc(550px / 2 - 0.75vw);
}

.fc_top main .fc_contents_list .fc_contents_nav a h1 {
  color: #ffffff;
  font-weight: 900;
}

.fc_top main .fc_contents_list .fc_contents_nav a h1 span {
  display: block;
}

.fc_top main .fc_contents_list .fc_contents_nav a h1 span:nth-of-type(1) {
  font-size: 30px;
  font-size: 3.0rem;
}

.fc_top main .fc_contents_list .fc_contents_nav a h1 span:nth-of-type(2) {
  font-size: 15px;
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
    FC加盟 - 代表メッセージ
----------------------------------------------------------- */
.greeting #main {
  background-image: url("../img/fc/greeting/main.jpg");
}

.greeting main .greeting_box {
  background-image: url("../img/fc/greeting/greeting_bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 2.5vw 0 0;
}

.greeting main .greeting_box h1 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 55px;
  font-size: 5.5rem;
  color: #b01221;
  line-height: 1.4;
}

.greeting main .greeting_box h1 span {
  display: block;
}

.greeting main .greeting_box .greeting_txt {
  background: rgba(255,255,255,0.6);
  width: 80%;
  padding: 5vw 5vw 0 0;
}

.greeting main .greeting_box .greeting_txt .txt_box p {
  line-height: 2;
  margin: 1.5vw 0 0;
}

.greeting main .greeting_box .greeting_txt .txt_box p:first-of-type {
  margin: 0;
}

.greeting main .greeting_box .greeting_txt .ceo_box {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 5vw 0 0;
}

/* -----------------------------------------------------------
    FC加盟 - ブランド紹介
----------------------------------------------------------- */
.introduction #main {
  background-image: url("../img/fc/introduction/main.jpg");
}

.introduction main .introduction_box .logo_box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
}

.introduction main .introduction_box .logo_box h1 {
  font-size: 34px;
  font-size: 3.4rem;
  margin: 3vw 0 0;
  order: 2;
  -webkit-order: 2;
}

.introduction main .introduction_box .logo_box h1 span {
  display: block;
}

.introduction main .introduction_box .logo_box figure {
  order: 1;
  -webkit-order: 1;
}

.introduction main .introduction_box .logo_box figure img {
  width: 250px;
}

.introduction main .introduction_box .desc_box .txt_box {
  background: url("../img/fc/introduction/introduction_bg.jpg") no-repeat center / cover;
  text-align: center;
  padding: 7.5vw 5vw;
}

.introduction main .introduction_box .desc_box .txt_box h2 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #b01221;
}

.introduction main .introduction_box .desc_box .txt_box p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  margin: 1.5vw 0 0;
}

.introduction main .introduction_box .desc_box .txt_box p span {
  display: block;
}

.introduction main .introduction_box .desc_box .txt_box p span br.br_01 {
  display: none;
}

.introduction main .introduction_box .desc_box .txt_box p span br.br_02 {
  display: none;
}

.introduction main .introduction_box .commitment_box {
  margin: 10vw 0 0;
}

.introduction main .introduction_box .commitment_box section:nth-of-type(2n) picture {
  order: 1;
  -webkit-order: 1;
}

.introduction main .introduction_box .commitment_box section:nth-of-type(2n+1) picture {
  order: 2;
  -webkit-order: 2;
}

.introduction main .introduction_box .commitment_box section picture img {
  height: 60vh;
}

.introduction main .introduction_box .commitment_box section:nth-of-type(2n) .txt_box {
  padding: 5vw 0 0 5vw;
  margin-left: -10vw;
  order: 2;
  -webkit-order: 2;
}

.introduction main .introduction_box .commitment_box section:nth-of-type(2n+1) .txt_box {
  padding: 5vw 5vw 0 0;
  margin-right: -10vw;
  order: 1;
  -webkit-order: 1;
}

.introduction main .introduction_box .commitment_box section .txt_box h1 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
}

.introduction main .introduction_box .commitment_box section .txt_box h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #b01221;
  margin: 2.5vw 0 0;
}

.introduction main .introduction_box .commitment_box section .txt_box h2 span {
  display: block;
}

.introduction main .introduction_box .commitment_box section .txt_box p {
  line-height: 2.2;
  margin: 1.25vw 0 0;
}

.introduction main .introduction_box .commitment_box section .txt_box .note {
  line-height: 1.6;
  margin: 1vw 0 0;
}

.introduction main .introduction_box .other_box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #dbdbdb;
  padding: 4vw;
  margin: 10vw 0 0;
}

.introduction main .introduction_box .other_box figure {
  width: 35%;
}

.introduction main .introduction_box .other_box .txt_box {
  margin: 0 0 0 4vw;
}

.introduction main .introduction_box .other_box .txt_box h1 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #b01221;
}

.introduction main .introduction_box .other_box .txt_box p {
  margin: 1vw 0 0;
}

.introduction main .introduction_box .other_box .txt_box p a:hover {
  color: #b01221;
}

/* -----------------------------------------------------------
    FC加盟 - 開店までの流れ
----------------------------------------------------------- */
.process #main {
  background-image: url("../img/fc/process/main.jpg");
}

/* -----------------------------------------------------------
    FC加盟 - 五苑マルシンの強み
----------------------------------------------------------- */
.advantage #main {
  background-image: url("../img/fc/advantage/main.jpg");
}

.advantage main .contents .desc_box .txt_box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 5vw 0 0;
}

.advantage main .contents .desc_box .txt_box section {
  width: calc(100% / 3);
  margin: 0 0 0 5vw;
}

.advantage main .contents .desc_box .txt_box section:first-of-type {
  margin: 0;
}

.advantage main .contents .desc_box .txt_box section .ttl_box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  background: #b01221;
  color: #ffffff;
  min-height: 350px;
  height: 350px\0;
}

.advantage main .contents .desc_box .txt_box section .ttl_box h1 {
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0.75vw 0 0;
  order: 2;
  -webkit-order: 2;
}

.advantage main .contents .desc_box .txt_box section .ttl_box i {
  font-size: 100px;
  font-size: 10.0rem;
  order: 1;
  -webkit-order: 1;
}

.advantage main .contents .desc_box .txt_box section .desc_txt {
  margin: 1.5vw 0 0;
}

.advantage main .contents .desc_box .txt_box section .desc_txt h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #b01221;
}

.advantage main .contents .desc_box .txt_box section .desc_txt ul {
  margin: 1vw 0 0;
}

.advantage main .contents .advantage_box {
  margin: 10vw 0 0;
}

.advantage main .contents .advantage_box .contents {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 5vw);
}

.advantage main .contents .advantage_box .contents section {
  background: #f9f9f9;
  width: calc(100% / 2 - 5vw);
  margin-top: 5vw;
  margin-left: 5vw;
}

.advantage main .contents .advantage_box .contents section:nth-of-type(-n+2) {
  margin-top: 0;
}

.advantage main .contents .advantage_box .contents section:nth-of-type(2n+1) {
  margin-left: 0;
}

.advantage main .contents .advantage_box .contents section .advantage_sec {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.advantage main .contents .advantage_box .contents section .advantage_sec .img_box {
  height: 0%;
  order: 1;
  -webkit-order: 1;
}

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box {
  background: #f9f9f9;
  padding: calc(2.5vw + 30px) 3vw 2.5vw;
  position: relative;
  order: 2;
  -webkit-order: 2;
}

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box h2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  background: #b01221;
  color: #ffffff;
  width: calc(100% - 6vw);
  min-height: 60px;
  height: 60px\0;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 3vw;
}

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box p {
  line-height: 2.2;
}

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box .note {
  line-height: 1.6;
  margin: 1vw 0 0;
}

/* -----------------------------------------------------------
    FC加盟 - 加盟条件
----------------------------------------------------------- */
.conditions #main {
  background-image: url("../img/fc/conditions/main.jpg");
}

.conditions main .lede {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.conditions main .conditions_box > section:not(:first-of-type) {
  margin: 10vw 0 0;
}

.conditions main .conditions_box > #location_sec .contents {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.conditions main .conditions_box > #location_sec .contents section {
  background: #f9f9f9;
  width: calc(100% / 2);
  margin-left: 5vw;
}

.conditions main .conditions_box > #location_sec .contents section:first-of-type {
  margin-left: 0;
}

.conditions main .conditions_box > #location_sec .contents section .location_box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.conditions main .conditions_box > #location_sec .contents section .location_box .img_box {
  height: 0%;
  order: 1;
  -webkit-order: 1;
}

.conditions main .conditions_box > #location_sec .contents section .location_box .txt_box {
  background: #f9f9f9;
  padding: calc(2.5vw + 30px) 3vw 2.5vw;
  position: relative;
  order: 2;
  -webkit-order: 2;
}

.conditions main .conditions_box > #location_sec .contents section .location_box .txt_box h2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  background: #b01221;
  color: #ffffff;
  width: calc(100% - 6vw);
  min-height: 60px;
  height: 60px\0;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 3vw;
}

.conditions main .conditions_box > #cost_sec .contents .notice {
  margin: 1vw 0 0;
}

.conditions main .conditions_box > #scale_sec .contents {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.conditions main .conditions_box > #scale_sec .contents section {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  width: 17.5vw;
  height: 17.5vw;
  text-align: center;
  margin-left: 2.5vw;
  padding: 1vw;
}

.conditions main .conditions_box > #scale_sec .contents section:first-of-type {
  margin-left: 0;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #b01221;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  margin: 1vw 0 0;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box p span {
  display: block;
}

.conditions main .conditions_box > #example_sec .contents {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.conditions main .conditions_box > #example_sec .contents section {
  width: calc(100% / 2);
  margin-left: 5vw;
}

.conditions main .conditions_box > #example_sec .contents section:first-of-type {
  margin-left: 0;
}

.conditions main .conditions_box > #example_sec .contents section h2 span:not(:first-of-type) {
  margin: 0 0 0 0.5em
}

.conditions main .conditions_box > #example_sec .contents section h2 span:nth-of-type(1) {
  font-size: 20px;
  font-size: 2.0rem;
}

.conditions main .conditions_box > #example_sec .contents section h2 span:nth-of-type(2) {
  font-size: 20px;
  font-size: 2.0rem;
}

.conditions main .conditions_box > #example_sec .contents section h2 span:nth-of-type(3) {
  font-size: 15px;
  font-size: 1.5rem;
}

.conditions main .conditions_box > #example_sec .contents section .tbl_box {
  margin: 1.25vw 0 0;
}

.conditions main .conditions_box > #example_sec .contents section .tbl_box .tbl {
  font-size: 15px;
  font-size: 1.5rem;
}

.conditions main .conditions_box > #example_sec .contents section .tbl_box .tbl th,
.conditions main .conditions_box > #example_sec .contents section .tbl_box .tbl td {
  padding: 1vw;
  text-align: center;
}

.conditions main .conditions_box > #example_sec .contents section .note {
  margin: 1vw 0 0;
}

/* -----------------------------------------------------------
    FC加盟 - オーナーの声
----------------------------------------------------------- */
.owners #main {
  background-image: url("../img/fc/owners/main.jpg");
}

.owners main .owners_box section:nth-of-type(2n) picture {
  order: 2;
  -webkit-order: 2;
}

.owners main .owners_box section:nth-of-type(2n+1) picture {
  order: 1;
  -webkit-order: 1;
}

.owners main .owners_box section picture img {
  height: 80vh;
}

.owners main .owners_box section:nth-of-type(2n) .txt_box {
  padding: 5vw 5vw 0 0;
  margin-right: -10vw;
  order: 1;
  -webkit-order: 1;
}

.owners main .owners_box section:nth-of-type(2n+1) .txt_box {
  padding: 5vw 0 0 5vw;
  margin-left: -10vw;
  order: 2;
  -webkit-order: 2;
}

.owners main .owners_box section .txt_box h1 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #b01221;
}

.owners main .owners_box section .txt_box p {
  line-height: 2;
  margin: 1.25vw 0 0;
}

.owners main .owners_box section .txt_box .company_name {
  margin: 2vw 0 0;
}

.owners main .owners_box section .txt_box .company_name span {
  display: block;
  margin: 0.25vw 0 0;
}

.owners main .owners_box section .txt_box .company_name span:first-of-type {
  margin: 0;
}

.owners main .owners_box section:nth-of-type(2n) .txt_box .company_name span {
  text-align: left;
}

.owners main .owners_box section:nth-of-type(2n+1) .txt_box .company_name span {
  text-align: right;
}

/* -----------------------------------------------------------
    FC加盟 - よくあるご質問
----------------------------------------------------------- */
.faq #main {
  background-image: url("../img/fc/faq/main.jpg");
}

.faq main .contents {
  background: #f9f9f9;
  padding: 4vw;
}

.faq main .contents dl:not(:first-of-type) {
  margin: 1px 0 0;
}

.faq main .contents dl dt {
  background: #ffffff;
  font-weight: 900;
  padding: 1.5vw 5vw 1.5vw 2vw;
  position: relative;
}

.faq main .contents dl dt span:before,
.faq main .contents dl dt span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 25px;
  height: 2px;
  background-color: #b01221;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.faq main .contents dl dt span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq main .contents dl dt span.open:before {
  display: none;
}

.faq main .contents dl dt span.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq main .contents dl dt:hover {
  cursor: pointer;
}

.faq main .contents dl dt,
.faq main .contents dl dd span {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  -webkit-align-items: baseline;
}

.faq main .contents dl dt:before,
.faq main .contents dl dd span:before {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0.75em 0 0;
}

.faq main .contents dl dt:before {
  content: "Q";
  color: #b01221;
  line-height: 0;
}

.faq main .contents dl dd {
  background: #ffffff;
  line-height: 1.8;
  padding: 0 5vw 2vw 2vw;
  display: none;
}

.faq main .contents dl dd span:before {
  content: "A";
  color: #d3ba00;
  font-weight: 900;
  line-height: 0;
}

/* -----------------------------------------------------------
    店舗物件情報募集
----------------------------------------------------------- */
.property #main {
  background-image: url("../img/property/main.jpg");
}

/* -----------------------------------------------------------
    介護福祉事業
----------------------------------------------------------- */
.care #main {
  background-image: url("../img/care/main.jpg");
}

.care main .care_box {
  margin: 7.5vw 0 0;
}

.care main .care_box .care_txt {
  text-align: center;
}

.care main .care_box .care_txt section:not(:first-of-type) {
  margin: 4vw 0 0;
}

.care main .care_box .care_txt section h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #b01221;
}

.care main .care_box .care_txt section p {
  line-height: 2.2;
  margin: 1vw 0 0;
}

.care main .care_box .care_txt section p span {
  display: block;
}

.care main .care_box .care_txt section p br.br_01 {
  display: none;
}

.care main .care_box .care_txt section p br.br_02 {
  display: none;
}

.care main .care_box .care_detail {
  text-align: center;
  margin: 5vw 0 0;
}

.care main .care_box .care_detail h2 {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.15em;
  position: relative;
}

.care main .care_box .care_detail h2 br {
  display: none;
}

.care main .care_box .care_detail h2:before,
.care main .care_box .care_detail h2:after {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
}

.care main .care_box .care_detail h2:before {
  background: url("../img/care/frame_l.png") no-repeat center / cover;
  content: "";
  left: -2em;
}

.care main .care_box .care_detail h2:after {
  background: url("../img/care/frame_r.png") no-repeat center / cover;
  content: "";
  right: -2em;
}

.care main .care_box .care_detail .btn_box {
  margin: 3vw 0 0;
}

/* -----------------------------------------------------------
    個人情報保護方針 / サイト利用規約
----------------------------------------------------------- */
.enact #main {
  background-position: bottom;
}

.enact.privacy #main {
  background-image: url("../img/privacy/main.jpg");
}

.enact.terms #main {
  background-image: url("../img/terms/main.jpg");
}

.enact main article {
  counter-reset: number;
  margin: 5vw 0 0;
}

.enact main article dl:not(:first-of-type) {
  margin: 3vw 0 0;
}

.enact main article dl dt {
  display: flex;
  display: -webkit-flex;
  font-weight: 900;
  color: #b01221;
}

.enact main article dl dt:before {
  content: counter(number) ".";
  counter-increment: number;
  margin: 0 0.25em 0 0;
}

.enact main article dl dd {
  margin: 0.5vw 0 0;
}

.enact main article dl dd ul {
  margin: 0.5vw 0 0;
}

.enact main article dl dd ul li {
  display: flex;
  display: -webkit-flex;
}

.enact main article dl dd ul li:not(:first-of-type) {
  margin: 0.15vw 0 0;
}

.enact main article dl dd ul li:before {
  content: "・";
  margin: 0 0.25em 0 0;
}

.enact main article dl dd p {
  margin: 0.5vw 0 0;
}

/* -----------------------------------------------------------
    お問い合わせ / エントリー
----------------------------------------------------------- */
.contact #main {
  background-image: url("../img/contact/main.jpg");
}

.contact main .lede {
  margin: 0 0 5vw;
}

.contact main .form_flow {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.contact main .form_flow li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: calc(100% / 3 - 2.5vw);
  list-style: none;
  background: #f9f9f9;
  min-height: 70px;
  height: 70px\0;/*IE*/
  position: relative;
  padding: 0 2.25vw 0 1.75vw;
}

.contact main .form_flow li:after {
  background: #ffffff;
  border-color: transparent transparent transparent #f9f9f9;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.contact main .form_flow li:last-of-type {
  padding: 0 1.75vw;
}

.contact main .form_flow li:last-of-type:after {
  content: none;
}

.contact main .form_flow li.is_current {
  background: #b01221;
}

.contact main .form_flow li.is_current span:nth-of-type(1),
.contact main .form_flow li.is_current span:nth-of-type(2),
.contact main .form_flow li.is_current span:nth-of-type(3) {
  color: #ffffff;
}

.contact main .form_flow li.is_current:after {
  border-left-color: #b01221;
}

.contact main .form_flow li span:nth-of-type(1) {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0.5em 0 0;
}

.contact main .form_flow li span:nth-of-type(2) {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}

.contact main .form_flow li span:nth-of-type(3) {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: auto;
}

.contact main .form_flow li span:nth-of-type(3) b {
  font-weight: normal;
}

.form_box {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin: 5vw 0;
  padding: 3vw 0;
}

.form_box dl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-top: 1px dashed #dbdbdb;
  padding: 2vw;
}

.form_box dl:first-of-type {
  border: none;
  padding: 0 2vw 2vw;
}

.form_box dl:last-of-type {
  padding: 2vw 2vw 0;
}

.form_box dl dt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
}

.form_box dl.fs dt {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  margin: 0.25vw 0 0;
}

.form_box dl dd {
  flex: 1 1;
  -webkit-flex: 1 1;
}

.form_box dl.horiz dd ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.form_box dl.horiz dd ul li:not(:first-of-type) {
  margin: 0 0 0 1vw;
}

.form_box dl.radio_btn dd ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.form_box dl.radio_btn dd ul li:not(:first-of-type) {
  margin: 0 0 0 1vw;
}

.form_box dl.start dd ul,
.form_box dl.birthday dd ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.form_box dl.start dd ul li:not(:first-of-type),
.form_box dl.birthday dd ul li:not(:first-of-type) {
  margin: 0 0 0 1vw;
}

.form_box dl.start dd ul li .t_a_01,
.form_box dl.birthday dd ul li .t_a_01 {
  width: 8em;
}

.form_box dl.start dd ul li .t_a_02,
.form_box dl.birthday dd ul li .t_a_02 {
  width: 7em;
}

.form_box dl dd ul.name,
.form_box dl dd ul.date {
  display: flex;
  display: -webkit-flex;
}

.form_box dl dd ul.name li,
.form_box dl dd ul.date li {
  flex: 0 1 17.5em;
  -webkit-flex: 0 1 17.5em;
}

.form_box dl dd ul.name li:not(:first-of-type),
.form_box dl dd ul.date li:not(:first-of-type) {
  margin: 0 0 0 1vw;
}

.btn_area > * {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.btn_area .agree_wrap {
  margin: 2.5vw 0;
}

.btn_area .agree_wrap dl dt {
  display: none;
}

.btn_area .agree_wrap dl dd {
  text-align: center;
}

.btn_area .btn_wrap button:not(:first-of-type) {
  margin: 0 0 0 1.5vw;
}

/* トップ
----------------------------------------------------------- */
.form_box dl dt span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.form_box dl dt span:before {
  content: "必須";
  background: #be1a21;
  color: #ffffff;
  font-size: 10px;
  font-size: 1.0rem;
  margin: 0 1em 0 0;
  padding: 0.3em 0.5em;
}

.form_box dl dd select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  color: #a0a0a0;
  height: 40px;
  width: 100%;
  padding: 0 0 0 0.5em;
}

.form_box dl dd select::-ms-expand {
  display: none;
}

.form_box dl dd select option {
  color: #151515;
}

.form_box dl dd .select {
  position: relative;
  z-index: 0;
  background: #f9f9f9;
}

.form_box dl dd .select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select,
input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1.6;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
  background: #f9f9f9;
  border: none;
  color: #151515;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"] {
  height: 40px;
  padding: 0 0.75em;
}

.form_box input[type="email"] {
  width: 100%;
}

.form_box input[type="tel"] {
  width: 15em;
}

input[type="radio"] {
  margin: 0 0.25em 0 0;
}

input[type="checkbox"] {
  border-radius: 0;
  margin: 0 0.5em 0 0;
}

.form_box textarea {
  padding: 0.5em 0.75em;
  width: 100%;
}

.select_01 {
  width: calc(35em + 1vw);
}

.txtarea {
  width: 100%;
}

.txtarea_01 {
  width: 35em;
}

.txtarea_02 {
  width: 8em;
}

.txtarea_03 {
  width: 5em;
}

.txtarea_04 {
  width: 15em;
}

.txtarea_05 {
  width: 6em;
}

::-webkit-input-placeholder {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #a0a0a0;
}

::-moz-placeholder {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #a0a0a0;
}

:-ms-input-placeholder {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #a0a0a0;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #a0a0a0;
}

.btn_area button,
.btn_area div a {
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  letter-spacing: 0.2em;
}

.btn_area > p a {
  color: #b01221;
}

.btn_area > p a:hover {
  color: #d3ba00;
}

/*    入力内容の確認ページ
----------------------------------------------------------- */
.confirm main .form_box dl.fs dt {
  margin: 0;
}

.confirm main .form_box dl.postal dd:before {
  content: "〒";
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete main .form_box {
  text-align: center;
  padding: 4vw 0;
}

.complete main .form_box h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 2.5vw;
}

.complete main .form_box p {
  font-size: 16px;
  font-size: 1.6rem;
}

.complete main .form_box p:not(:first-of-type) {
  margin: 0.75vw 0 0;
}


/* -----------------------------------------------------------
    APOLOGY CAMPAIGN
----------------------------------------------------------- */
.campaign #main {
  background-image: url("../img/campaign/main.jpg");
}

#lower.campaign main {
  padding: 6vw 5vw;
}

.campaign_url {
  display: flex;
  display: -webkit-flex;
  width: 670px;
  margin: 30px auto 0;
  border: 10px solid #1C1350;
  padding: 20px;
}

.campaign_url ul li a:hover {
  opacity: 0.3;
}

.campaign_img {
  width: 772px;
  margin: 0 auto;
}

.campaign_menu {
  width: 400px;
  margin: 30px auto;
  border: 2px solid #ddd;
}

.campaign_menu ul {
  padding: 20px 30px;
}

.campaign_menu ul li a:before {
  content: "●";
  color: #be0409;
  margin-right: 5px;
}

.campaign_menu ul li a:hover {
  color: #be0409;
}

.campaign .back_site_box {
  width: 772px;
  margin: 30px auto 0;
}

.campaign .back_site_box > a {
  width: 100%;
  background: #b01221;
  color: #FFF;
  padding: 20px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.campaign .back_site_box a:hover,
.campaign .back_site_box a.current{
  background: #d3ba00;
}

.campaign .back_site_box ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
}

.campaign .back_site_box ul li {
  width: 49%;
}

.campaign .back_site_box ul li a{
  background: #b01221;
  color: #FFF;
  padding: 20px;
  text-align: center;
  display: block;
  width: 100%;
}
