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

 file name  : sp.css
 style info : モバイル用
=================================================================== */
@media screen and (min-width: 1px) and (max-width: 1400px){

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
.is-fixed header {
  padding: 0 0vw 0 1.5vw;
}

header .site_id {
  width: 15%;
}

.is-fixed header .site_id {
  width: 10%;
}

/* -----------------------------------------------------------
   .list_ccl
----------------------------------------------------------- */
.list_ccl {
  font-size: 15px;
  font-size: 1.5rem;
}

.list_ccl li:before {
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.4em 0 0;
}

/* -----------------------------------------------------------
   .l_nav
----------------------------------------------------------- */
.l_nav {
  padding: 1.75vw 7.5vw;
}

/* -----------------------------------------------------------
    #main
----------------------------------------------------------- */
#lower #main h1 span:nth-of-type(1) {
  font-size: 36px;
  font-size: 3.6rem;
}

/* -----------------------------------------------------------
    .step_box
----------------------------------------------------------- */
.step_box > ul li .process_num {
  flex: 0 1 220px;
  -webkit-flex: 0 1 220px;
  max-width: 220px;
  min-height: 220px;
  height: 220px\0;
}

.step_box > ul li .process_num span:nth-of-type(1) {
  font-size: 22px;
  font-size: 2.2rem;
}

.step_box > ul li .process_num span:nth-of-type(2) {
  font-size: 55px;
  font-size: 5.5rem;
}

.step_box > ul li .process_txt dl dt {
  font-size: 28px;
  font-size: 2.8rem;
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
#lower main {
  padding: 10vw 7.5vw;
}

/* -----------------------------------------------------------
    aside
----------------------------------------------------------- */
aside {
  padding: 0 7.5vw;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer .above {
  padding: 5vw 7.5vw;
}

footer .below {
  padding: 3vw 7.5vw;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top main section {
  padding: 10vw 7.5vw;
}

/* -----------------------------------------------------------
    ブランド 共通
----------------------------------------------------------- */
.brand main {
  padding: 0 7.5vw 10vw !important;
}

.brand main .brand_concept .concept_txt picture img {
  height: 52vh;
}

.brand main .brand_concept .concept_txt .txt_box {
  line-height: 2.2;
}

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

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

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

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

/* -----------------------------------------------------------
    採用情報 トップ
----------------------------------------------------------- */
.recruit #main .ttl {
  width: 60%;
}

/* -----------------------------------------------------------
    採用情報 - インタビュー
----------------------------------------------------------- */
.staff #main .comment {
  width: 45%;
  margin: 0 0 0 7.5vw;
}

.staff #main .staff_txt {
  left: 7.5vw;
}

.staff main .video_box .video_mov {
  min-height: auto;
}

.staff main .video_box .video_txt {
  line-height: 2.3;
  margin: 0 0 0 2.5vw;
}

/* -----------------------------------------------------------
    FC加盟 - 代表メッセージ
----------------------------------------------------------- */
.greeting main .greeting_box h1 {
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 1.3;
}

/* -----------------------------------------------------------
    FC加盟 - ブランド紹介
----------------------------------------------------------- */
.introduction main .introduction_box .commitment_box section .txt_box h1 {
  font-size: 37px;
  font-size: 3.7rem;
}

.introduction main .introduction_box .commitment_box section .txt_box h2 {
  font-size: 21px;
  font-size: 2.1rem;
}

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

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

.introduction main .introduction_box .other_box .note {
  font-size: 14px;
  font-size: 1.4rem;
}

/* -----------------------------------------------------------
    FC加盟 - 五苑マルシンの強み
----------------------------------------------------------- */
.advantage main .contents .desc_box .txt_box {
  margin: 3vw 0 0;
}

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

.advantage main .contents .desc_box .txt_box section .ttl_box {
  min-height: 300px;
  height: 300px\0;
}

.advantage main .contents .desc_box .txt_box section .desc_txt h2 {
  font-size: 25px;
  font-size: 2.5rem;
}

/* -----------------------------------------------------------
    FC加盟 - 加盟条件
----------------------------------------------------------- */
.conditions main .conditions_box > #scale_sec .contents {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.conditions main .conditions_box > #scale_sec .contents section {
  width: 18.5vw;
  height: 18.5vw;
}

.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: 0.5vw;
}

/* -----------------------------------------------------------
    FC加盟 - オーナーの声
----------------------------------------------------------- */
.owners main .owners_box section picture {
  flex: 0 1 55%;
  -webkit-flex: 0 1 55%;
  max-width: 55%;
}

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

.owners main .owners_box section:nth-of-type(2n) .txt_box {
  margin-right: -12.5vw;
}

.owners main .owners_box section:nth-of-type(2n+1) .txt_box {
  margin-left: -12.5vw;
}

}

@media screen and (min-width: 1px) and (max-width: 1280px){

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header .site_id {
  width: 17.5%;
}

.is-fixed header .site_id {
  width: 12.5%;
}

/* -----------------------------------------------------------
   .l_nav
----------------------------------------------------------- */
.l_nav {
  padding: 2vw 3vw;
}

/* -----------------------------------------------------------
   .hgroup
----------------------------------------------------------- */
.hgroup h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

.hgroup h2 {
  font-size: 54px;
  font-size: 5.4rem;
}

/* -----------------------------------------------------------
   .heading
----------------------------------------------------------- */
.heading h1 {
  font-size: 30px;
  font-size: 3.0rem;
}

.heading p {
  font-size: 17px;
  font-size: 1.7rem;
}

/* -----------------------------------------------------------
   .hd
----------------------------------------------------------- */
.hd_01 span:nth-of-type(1) {
  font-size: 44px;
  font-size: 4.4rem;
}

.hd_02 {
  font-size: 30px;
  font-size: 3.0rem;
  padding: 0 0 1.5vw;
}

.hd_03 {
  font-size: 26px;
  font-size: 2.6rem;
}

.hd_04 {
  font-size: 28px;
  font-size: 2.8rem;
}

.hd_04:after {
  bottom: -30%;
}

/* -----------------------------------------------------------
   .tbl_box
----------------------------------------------------------- */
.tbl {
  font-size: 15px;
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
   .inquiry
----------------------------------------------------------- */
.inquiry .inquiry_ttl h2 {
  font-size: 36px;
  font-size: 3.6rem;
}

.inquiry .inquiry_lede .inquiry_lede_txt {
  font-size: 18px;
  font-size: 1.8rem;
}

/* -----------------------------------------------------------
    .step_box
----------------------------------------------------------- */
.step_box > ul li .process_num {
  flex: 0 1 200px;
  -webkit-flex: 0 1 200px;
  max-width: 200px;
  min-height: 200px;
  height: 200px\0;
}

.step_box > ul li .process_num span:nth-of-type(1) {
  font-size: 20px;
  font-size: 2.0rem;
}

.step_box > ul li .process_num span:nth-of-type(2) {
  font-size: 52px;
  font-size: 5.2rem;
}

.step_box > ul li .process_txt dl dt {
  font-size: 26px;
  font-size: 2.6rem;
}

/* -----------------------------------------------------------
    .overlap_box
----------------------------------------------------------- */
.overlap_box .txt_box {
  margin: -4vw 4vw 0;
  padding: 4vw 4vw 0;
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
#lower main {
  padding: 10vw 5vw;
}

/* -----------------------------------------------------------
    aside
----------------------------------------------------------- */
aside {
  padding: 0 5vw;
}

aside ul li a {
  font-size: 22px;
  font-size: 2.2rem;
  height: 25vh;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer .above {
  padding: 5vw;
}

footer .above address figure {
  display: none;
}

footer .below {
  padding: 3vw 5vw;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top #main h1 {
  width: 45vw;
}

#top main section {
  padding: 10vw 5vw;
}

/* -----------------------------------------------------------
    ブランド 共通
----------------------------------------------------------- */
.brand main {
  padding: 0 5vw 10vw !important;
}

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

.brand main .brand_concept .concept_txt picture img {
  height: 50vh;
}

.brand main .brand_concept .concept_txt .txt_box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  line-height: 2;
  padding: 3.5vw;
}

.brand main .brand_concept .concept_txt .txt_box p {
  padding: 0;
  width: 100%;
  word-break: break-all;
}

.brand main .brand_concept .concept_txt .txt_box p:before {
  content: none;
}

.brand main .brand_box > section .contents section {
  margin: 0 0 0 4vw;
}

.brand main .brand_box > section .contents section .brand_contents .txt_box h2 {
  font-size: 17px;
  font-size: 1.7rem;
}

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

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

.brand main .brand_slide .brand_shop a {
  height: 25vh;
}

/* -----------------------------------------------------------
    企業情報 - トップ
----------------------------------------------------------- */
.company_top main .company_contents_list .company_message a {
  height: 400px;
  padding: 5vw 7.5vw;
}

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

.company_top main .company_contents_list .company_message a .message_txt p {
  font-size: 18px;
  font-size: 1.8rem;
}

.company_top main .company_contents_list .company_contents {
  width: calc(100% + 3vw);
  margin: 3vw 0 0;
}

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

.company_top main .company_contents_list .company_contents .company_contents_nav a h1 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* -----------------------------------------------------------
    企業情報 - 創業者の想い
----------------------------------------------------------- */
.message main .overlap_box .txt_box .message_box > section h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

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

.message main .overlap_box .txt_box .message_box > section section h2 br {
  display: none;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - 社内研修
----------------------------------------------------------- */
.training main .contents > section .txt_box {
  margin: 0 0 0 3vw;
}

.training main .contents > section .txt_box h2 {
  font-size: 26px;
  font-size: 2.6rem;
}

.training main .contents > section .txt_box .lede {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 1vw 0 0;
}

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

.training main .contents > section .img_box img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 32.5vh;
}

/* -----------------------------------------------------------
    ニュース 詳細
----------------------------------------------------------- */
.news_detail main .post {
  max-width: 100%;
  min-width: 100%;
}

/* -----------------------------------------------------------
    採用情報 トップ
----------------------------------------------------------- */
.recruit #main .ttl {
  width: 75%;
}

.recruit main .wrapper #recruit_sec h1 {
  font-size: 30px;
  font-size: 3.0rem;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in p {
  font-size: 16px;
  font-size: 1.6rem;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in h2 {
  font-size: 30px;
  font-size: 3.0rem;
}

.recruit main .wrapper #interview_sec .contents {
  width: calc(100% + 4vw);
}

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

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt {
  padding: calc(4vw + 10px) 3vw 3vw;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .comment {
  font-size: 20px;
  font-size: 2.0rem;
}

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

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

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

.recruit main .wrapper #personality_sec .contents section {
  margin: 0 0 0 4vw;
}

.recruit main .wrapper #personality_sec .contents section .personality_box .personality_txt h2 {
  font-size: 17px;
  font-size: 1.7rem;
}

.recruit main .wrapper #promotions_sec .contents .container section h2 {
  font-size: 40px;
  font-size: 4.0rem;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions .lede {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar {
  background-size: 35%, 35%, 80%;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:before,
.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:after {
  width: 45px;
}

.recruit main .wrapper #promotions_sec .contents .container #careerup h2:after {
  width: 400px\0;
  height: 55px;
  top: 20%;
}

/* -----------------------------------------------------------
    採用情報 - インタビュー
----------------------------------------------------------- */
.staff #main .comment {
  width: 50%;
  margin: 0 0 0 5vw;
}

.staff #main .staff_txt {
  left: 5vw;
}

.staff main .video_box {
  display: block;
}

.staff main .video_box .video_mov {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-top: 55%;
}

.staff main .video_box .video_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.staff main .video_box .video_txt {
  display: block;
  max-width: 100%;
  margin: 2.5vw 0 0;
  padding: 4vw;
}

/* -----------------------------------------------------------
    FC加盟 - トップ
----------------------------------------------------------- */
.fc_top #main .ttl h1 {
  font-size: 50px;
  font-size: 5.0rem;
}

.fc_top #main .ttl h2 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fc_top main .fc_contents_list .fc_contents_nav a {
  padding: 3vw;
}

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

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

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

.fc_top main .fc_contents_list .fc_contents_nav a h1 span:nth-of-type(2) {
  letter-spacing: 0.15em;
}

.staff main .video_box .video_txt p {
  padding: 0;
}

.staff main .video_box .video_txt p:before {
  content: none;
}

/* -----------------------------------------------------------
    FC加盟 - 代表メッセージ
----------------------------------------------------------- */
.greeting main .greeting_box h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
}

/* -----------------------------------------------------------
    FC加盟 - ブランド紹介
----------------------------------------------------------- */
.introduction main .introduction_box .logo_box h1 {
  font-size: 30px;
  font-size: 3.0rem;
}

.introduction main .introduction_box .desc_box .txt_box h2 {
  font-size: 30px;
  font-size: 3.0rem;
}

.introduction main .introduction_box .commitment_box section .txt_box h1 {
  font-size: 30px;
  font-size: 3.0rem;
}

.introduction main .introduction_box .commitment_box section .txt_box h2 {
  font-size: 18px;
  font-size: 1.8rem;
}

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

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

.introduction main .introduction_box .other_box .txt_box h1 {
  font-size: 20px;
  font-size: 2.0rem;
}

/* -----------------------------------------------------------
    FC加盟 - 五苑マルシンの強み
----------------------------------------------------------- */
.advantage main .contents .desc_box .txt_box section .ttl_box {
  min-height: 250px;
  height: 250px\0;
}

.advantage main .contents .desc_box .txt_box section .ttl_box h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

.advantage main .contents .desc_box .txt_box section .ttl_box i {
  font-size: 60px;
  font-size: 6.0rem;
}

.advantage main .contents .desc_box .txt_box section .desc_txt h2 {
  font-size: 20px;
  font-size: 2.0rem;
}

.advantage main .contents .advantage_box .contents {
  width: calc(100% + 4vw);
}

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

/* -----------------------------------------------------------
    FC加盟 - 加盟条件
----------------------------------------------------------- */
.conditions main .conditions_box > #location_sec .contents section {
  margin-left: 4vw;
}

.conditions main .conditions_box > #scale_sec .contents section {
  width: 20vw;
  height: 20vw;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box p {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0.5vw 0 0;
}

.conditions main .conditions_box > #example_sec .contents {
  display: block;
}

.conditions main .conditions_box > #example_sec .contents section {
  width: 100%;
  margin-left: 0;
}

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

.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;
}

/* -----------------------------------------------------------
    FC加盟 - オーナーの声
----------------------------------------------------------- */
.owners main .owners_box section picture {
  flex: 0 1 60%;
  -webkit-flex: 0 1 60%;
  max-width: 60%;
}

.owners main .owners_box section:nth-of-type(2n) .txt_box {
  margin-right: -15vw;
}

.owners main .owners_box section:nth-of-type(2n+1) .txt_box {
  margin-left: -15vw;
}

.owners main .owners_box section .txt_box h1 {
  font-size: 18px;
  font-size: 1.8rem;
}

.owners main .owners_box section .txt_box p {
  line-height: 1.8;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.contact main .form_flow li {
  width: calc(100% / 3 - 1.5vw);
}

}

@media screen and (min-width: 1px) and (max-width: 1124px){

/* -----------------------------------------------------------
    FC加盟 - オーナーの声
----------------------------------------------------------- */
.owners main .owners_box section {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: inherit;
}

.owners main .owners_box section picture {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  max-width: 100%;
}

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

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

.owners main .owners_box section .txt_box {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  width: 100%;
  margin: 3vw 0 0;
}

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

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

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

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

}

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

html.fixed,
html.fixed body {
  overflow: hidden;
  height: 100%;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
  line-height: 1.5;
}

/* -----------------------------------------------------------
    toggle-panel
----------------------------------------------------------- */
#panel-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  right: 3vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}

#panel-btn:after {
  content: "MENU";
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: bolder;
  color: #b01221;
  letter-spacing: 0.15em;
}

.open #panel-btn:after {
  content: "CLOSE";
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: bolder;
  letter-spacing: 0.15em;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #151515;
  transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  margin-left: 0;
  background: #151515;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -10px;
}

#panel-btn-icon:after {
  margin-top: 8px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  min-height: 100px;
  padding: 0 3vw;
}

.is-fixed header {
  min-height: 60px;
  padding: 0 0vw 0 3vw;
}

header .site_id {
  width: 20%;
  z-index: 9999;
}

.is-fixed header .site_id {
  width: 15%;
}

/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
#g_nav {
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(255,255,255,1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  padding: 5vw;
}

.open #g_nav {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}

#g_nav ul {
  display: block;
}

#g_nav .main_nav {
  width: 100%;
}

#g_nav .main_nav li.arrow:before,
#g_nav .main_nav li.arrow:after {
  content: "";
  right: 3vw;
}

#g_nav .main_nav li.arrow:hover:before,
#g_nav .main_nav li.arrow:hover:after {
  right: 6vw;
}

#g_nav .main_nav li.arrow:hover:before {
  background: #ffffff;
}

#g_nav .main_nav li.arrow:hover:after {
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

#g_nav .main_nav li a {
  display: block;
  border-top: 1px solid #dbdbdb;
  color: #9e9e9e;
  font-size: 1.3rem;
  padding: 3vw;
  width: 100%;
  position: static;
}

#g_nav .main_nav li:last-of-type a {
  border-bottom: 1px solid #dbdbdb;
}

#g_nav .main_nav li:last-of-type:hover a {
  border-bottom: 1px solid #b01221;
}

#g_nav .main_nav li a:after {
  content: none;
}

#g_nav .main_nav li:not(:first-of-type) {
  margin: 0;
}

#g_nav .main_nav li a span {
  display: inline-block;
  color: #151515;
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 0.5em 0 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

#g_nav .main_nav li a:hover {
  background: #b01221;
  border-top: 1px solid #b01221;
  color: #ffffff;
}

#g_nav .main_nav li.arrow:hover + li a {
  border-top: 1px solid #b01221;
}

#g_nav .main_nav li a:hover span {
  color: #ffffff;
}

#g_nav .sub_nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

#g_nav .sub_nav li {
  width: 100%;
}

#g_nav .sub_nav li a {
  min-width: 100%;
  min-height: 70px;
}

.is-fixed #g_nav .sub_nav li a {
  min-width: 100%;
  min-height: 70px;
}

/* -----------------------------------------------------------
    .btn_box
----------------------------------------------------------- */
.btn_box {
  margin: 7.5vw 0 0;
}

.btn_box > div:not(:first-of-type) {
  margin: 0 0 0 3vw;
}

.btn {
  min-height: 50px;
}

.wid_00 {
  width: 9.5em;
}

.wid_01 {
  width: 12em;
}

.wid_02 {
  width: 14.5em;
}

.wid_03 {
  width: 17em;
}

.wid_04 {
  width: 19.5em;
}

.wid_05 {
  width: 22em;
}

.wid_06 {
  width: 24.5em;
}

/* -----------------------------------------------------------
   .arrow
----------------------------------------------------------- */
.arrow:before {
  width: 40px;
}

.arr01:before,
.arr01:after {
  right: -20px;
}

/* -----------------------------------------------------------
   .list_ccl
----------------------------------------------------------- */
.list_ccl li {
  margin: 0.5vw 0 0;
}

/* -----------------------------------------------------------
   .gallery_box
----------------------------------------------------------- */
.gallery_box {
  width: calc(100% + 3vw);
}

.gallery_box picture {
  width: calc(100% / 2 - 3vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

.gallery_box picture:nth-of-type(-n+3) {
  margin-top: 3vw;
}

.gallery_box picture:nth-of-type(3n+1) {
  margin-left: 3vw;
}

.gallery_box picture:nth-of-type(-n+2) {
  margin-top: 0;
}

.gallery_box picture:nth-of-type(2n+1) {
  margin-left: 0;
}

/* -----------------------------------------------------------
   .heading
----------------------------------------------------------- */
.heading h1 {
  font-size: 2.4rem;
  margin: 3vw 0 0;
}

.heading p span {
  display: block;
}

.process .heading p span {
  display: inline;
}

.faq .heading p span {
  display: inline;
}

/* -----------------------------------------------------------
   .hd
----------------------------------------------------------- */
.hd_01 span:nth-of-type(1) {
  font-size: 3.4rem;
}

.hd_01 span:nth-of-type(2) {
  font-size: 1.5rem;
}

.hd_02 {
  font-size: 2.4rem;
  padding: 0 0 1.75vw;
}

.hd_03 {
  font-size: 2.0rem;
}

.hd_04 {
  font-size: 2.6rem;
}

.hd_04:after {
  bottom: -28%;
}

/* -----------------------------------------------------------
   .tbl_dl
----------------------------------------------------------- */
.tbl_dl > dl > dt,
.tbl_dl > dl > dd {
  padding: 3vw;
}

.tbl_dl > dl > dt {
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  max-width: 25%;
}

.tbl_dl > dl > dd .address:not(:first-of-type) {
  margin: 2.5vw 0 0;
}

.tbl_dl > dl > dd .address .inq {
  margin: 0 0 1vw;
}

/* -----------------------------------------------------------
   .tbl_box
----------------------------------------------------------- */
.tbl th,
.tbl td {
  padding: 1vw;
}

/* -----------------------------------------------------------
   .inquiry
----------------------------------------------------------- */
.inquiry {
  margin: 12.5vw 0 0;
}

.inquiry .inquiry_ttl h2 {
  font-size: 2.5rem;
  padding: 0 2.5vw;
}

.inquiry .inquiry_lede .inquiry_lede_txt {
  font-size: 1.6rem;
  line-height: 1.6;
}

.inquiry .inquiry_lede .inquiry_lede_tel {
  font-size: 1.7rem;
  margin: 1.5vw 0 0;
}

.inquiry .inquiry_btn {
  margin: 5vw 0 0;
}

.inquiry .inquiry_btn ul {
  width: 90%;
}

.inquiry .inquiry_btn ul li {
  width: 100%;
}

.inquiry .inquiry_btn ul li:not(:first-of-type) {
  margin: 0 0 0 3vw;
}

.inquiry .inquiry_btn ul li .btn {
  width: 100%;
}

/* -----------------------------------------------------------
    .tabs
----------------------------------------------------------- */
.tabs ul li a {
  min-height: 50px;
}

/* -----------------------------------------------------------
    pagination
----------------------------------------------------------- */
.pagination {
  font-size: 1.6rem;
  margin: 7.5vw 0 0;
}

.pagination li.prev a:before,
.pagination li.next a:after {
  font-size: 5.0rem;
}

.pagination li.prev a:before {
  margin-right: 1.25vw;
}

.pagination li.next a:after {
  margin-left: 1.25vw;
}

/* -----------------------------------------------------------
    pager
----------------------------------------------------------- */
.pager {
  font-size: 1.6rem;
  margin: 7.5vw 0 0;
}

.pager li.prev a:before,
.pager li.next a:after,
.pager li.prev span:before,
.pager li.next span:after {
  font-size: 5.0rem;
}

.pager li.prev a:before,
.pager li.prev span:before {
  margin-right: 1.25vw;
}

.pager li.next a:after,
.pager li.next span:after {
  margin-left: 1.25vw;
}

.pager li.list a i {
  font-size: 3.0rem;
}

/* -----------------------------------------------------------
   .l_nav
----------------------------------------------------------- */
.l_nav {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  padding: 3vw 5vw;
}

.l_nav {
  overflow-x: auto;
  overflow-y: hidden;
}

.l_nav ul li {
  white-space: nowrap;
  margin: 0 0 0 4vw;
}

.l_nav ul li:first-of-type {
  margin: 0;
}

.l_nav ul li:last-of-type {
  padding: 0 4vw 0 0;
}

/* -----------------------------------------------------------
   .hgroup
----------------------------------------------------------- */
.hgroup h1 {
  font-size: 2.0rem;
}

.hgroup h2 {
  font-size: 5.0rem;
  margin: 3vw 0 0;
}

/* -----------------------------------------------------------
    #main
----------------------------------------------------------- */
#main {
  margin: 100px 0 0;
}

.is-fixed #main {
  margin: 60px 0 0;
}

#lower #main {
  height: calc(50vh - 100px);
}

.is-fixed #lower #main {
  height: calc(50vh - 60px);
}

#lower #main h1 span:nth-of-type(1) {
  font-size: 3.0rem;
}

#lower #main h1 span:nth-of-type(2) {
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
    .brand_list
----------------------------------------------------------- */
.brand_list .shop a {
  height: 35vw;
  padding: 5vw;
}

/* -----------------------------------------------------------
    .overlap_box
----------------------------------------------------------- */
.overlap_box .txt_box {
  margin: 5vw 0 0;
  padding: 0;
}

/* -----------------------------------------------------------
    .step_box
----------------------------------------------------------- */
.step_box > ul li .process_num {
  flex: 0 1 100px;
  -webkit-flex: 0 1 100px;
  max-width: 100px;
  min-height:100px;
  padding: 1.5vw;
}

.step_box > ul li .process_num span:nth-of-type(1) {
  font-size: 1.4rem;
}

.step_box > ul li .process_num span:nth-of-type(2) {
  font-size: 3.4rem;
}

.step_box > ul li .process_txt {
  padding: 1.5vw 2.5vw;
}

.step_box > ul li .process_txt dl dt {
  font-size: 2.0rem;
}

.step_box > ul li .process_txt dl dd {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0.5vw 0 0;
}

/* -----------------------------------------------------------
    aside
----------------------------------------------------------- */
aside ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 1px);
}

aside ul li {
  width: calc(100% / 2 - 1px);
  margin-top: 1px;
  margin-left: 1px;
}

aside ul li:nth-of-type(-n+2) {
  margin-top: 0;
}

aside ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer .above {
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 10vw 5vw;
}

footer .above address {
  font-size: 1.5rem;
}

footer .above .add_btn {
  margin: 3vw 0 0;
}

footer .above .add_btn ul li:not(:first-of-type) {
  margin: 0 0 0 3vw;
}

footer .below {
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 10vw 5vw;
}

footer .below nav ul li:not(:first-of-type) {
  margin: 0 0 0 3vw;
}

footer .below .copyright {
  margin: 3vw 0 0;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top #main {
  height: calc(100vh - 100px) !important;
  flex-direction: column;
  -webkit-flex-direction: column;
}

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

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

#top #main h1 {
  xwidth: 60vw;/*バナーなしの場合*/
  width: 50vw;
}

#top #main .video_btn {
  display: block;
  xmargin: 10vw 0 0;/*バナーなしの場合*/
  margin: 5vw 0 0;
}

#top #main .video_btn a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #b01221;
  border: 1px solid #b01221;
  color: #ffffff;
  min-width: 14em;
  min-height: 50px;
  padding: 1vw;
}

#top #main .video_btn a:before {
  content: "\f144";
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0 0.25em 0 0;
}

#top #main .video_btn a:hover {
  background: none;
  border: 1px solid #ffffff;
}

#top #main video {
  display: none;
  visibility: hidden;
}

#top main #concept_sec {
  overflow: hidden;
}

#top #main > .nosmoking {
  bottom: 2vw;
  right: 0;
  left: 50%;
	transform: translateX(-50%);
}

#top main #concept_sec:after {
  width: 70vw;
  height: 70vw;
}

#top main #concept_sec .contents p {
  line-height: 2.6;
}

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

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

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

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

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

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

#top main #news_sec .ttl_box {
  padding: 3vw 0;
}

#top main #news_sec .ttl_box:before {
  width: 20em;
}

#top main #news_sec .ttl_box h2 span:nth-of-type(1) {
  font-size: 3.4rem;
}

#top main #news_sec .ttl_box h2 span:nth-of-type(2) {
  font-size: 1.5rem;
}

#top main #news_sec .ttl_box > span:before {
  font-size: 1.7rem;
}

#top main #news_sec .article_box article a {
  padding: 3vw 10vw 3vw 0;
}

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

#top main #news_sec .article_box article a > div span {
  font-size: 1.0rem;
  margin: 0 2vw 0 0;
  min-width: 8em;
}

#top main #news_sec .article_box article a > div time {
  font-size: 1.4rem;
}

#top main #news_sec .article_box article a > p {
  font-size: 1.4rem;
}

/* -----------------------------------------------------------
    私たちの想い
----------------------------------------------------------- */
.concept .concept_box .contents:after {
  width: 70vw;
  height: 70vw;
}

.concept .concept_box .contents p {
  line-height: 2.6;
  margin: 2vw 0 0;
}

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

/* -----------------------------------------------------------
    ブランド
----------------------------------------------------------- */
.brand_top .brand_list .shop {
  width: calc(100% / 2);
}

.brand_top .brand_list .shop:nth-of-type(-n+4) {
  border-top: none;
}

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

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

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

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

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

.brand #main h1 {
  width: 40%;
  margin: -70px 0 0;
}

.brand main .brand_concept {
  margin: -70px 0 0;
}

.brand main .brand_concept .catchphrase {
  min-height: 140px;
  padding: 0.5vw 1vw;
}

.brand main .brand_concept .catchphrase h2 {
  font-size: 1.8rem;
}

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

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

.brand main .brand_concept .concept_txt {
  display: block;
}

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

.brand main .brand_concept .concept_txt picture img {
  object-fit: contain;
  height: auto;
}

.brand main .brand_concept .concept_txt .txt_box {
  display: block;
  padding: 3.5vw 4.5vw;
}

.brand main .brand_concept .concept_txt .txt_box span {
  margin: 2vw 0 0;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box {
  font-size: 1.5rem;
  margin: 3vw 0 0;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box .icon:after {
  font-size: 1.5rem;
  margin: 0 0 0 0.5em;
}

.brand main .brand_box > section .contents section {
  margin: 0 0 0 3vw;
}

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

.brand main .brand_box > section .contents section .brand_contents .txt_box h2 {
  font-size: 1.6rem;
}

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

.brand main .brand_box > #store_info .contents .tbl_dl > dl {
  display: block;
  margin-top: 3vw;
}

.brand main .brand_box > #store_info .contents .tbl_dl > dl > dt {
  max-width: 100%;
  margin-top: 0;
}

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

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

.brand main .brand_site a {
  display: block;
  height: 100%;
  padding: 7.5vw;
}

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

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

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

.brand main .brand_site a .brand_site_txt h2 {
  font-size: 2.4rem;
}

.brand main .brand_site a .brand_site_txt h2:before {
  bottom: -3vw;
}

.brand main .brand_site a .brand_site_txt .detail_txt {
  margin: 6.5vw 0 0;
}

.brand main .brand_site a .brand_site_txt .detail_for {
  margin: 5vw 0 0;
}

.brand main .brand_slide .brand_shop a {
  height: 20vh;
  padding: 5vw;
}

/* -----------------------------------------------------------
    企業情報 - トップ
----------------------------------------------------------- */
.company_top main .company_contents_list .company_message a {
  height: 300px;
}

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

.company_top main .company_contents_list .company_message a .message_txt p {
  font-size: 1.5rem;
  text-shadow: 0px 0px 8px rgba(255,255,255,0.6),0px 0px 8px rgba(255,255,255,0.6),0px 0px 8px rgba(255,255,255,0.6);
}

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

.company_top main .company_contents_list .company_contents .company_contents_nav {
  width: calc(100% / 2 - 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: 4vw;
}

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

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

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

.company_top main .company_contents_list .company_contents .company_contents_nav a h1 {
  font-size: 1.6rem;
  margin: 1.5vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - 創業者の想い
----------------------------------------------------------- */
.message main .overlap_box .txt_box .message_box > section:not(:first-of-type) {
  margin: 5vw 0 0;
}

.message main .overlap_box .txt_box .message_box > section h1 {
  font-size: 2.4rem;
}

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

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

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

.message main .overlap_box .txt_box .name_box .post {
  margin: 0.5vw 0 0;
}

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

/* -----------------------------------------------------------
    企業情報 - グループ会社
----------------------------------------------------------- */
.group main .group_box > section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

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

/* -----------------------------------------------------------
    企業情報 - 経営理念
----------------------------------------------------------- */
.philosophy main .contents figure img {
  width: 100%;
}

.philosophy main .contents .philosophy_box p {
  font-size: 2.0rem;
  line-height: 2.2;
}

/* -----------------------------------------------------------
    企業情報 - 経営ビジョン
----------------------------------------------------------- */
.vision main .contents figure img {
  width: 80%;
}

.vision main .contents .vision_box {
  bottom: 3vw;
}

.vision main .contents .vision_box p {
  line-height: 2;
}

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

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み 共通
----------------------------------------------------------- */
.efforts main .tabs {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

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

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

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

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

.training main .contents > section .img_box img {
  object-fit: contain;
  height: auto;
}

.training main .contents > section .txt_box {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  margin: 3vw 0 0;
}

.training main .contents > section .txt_box h2 {
  font-size: 2.2rem;
}

.training main .contents > section .txt_box .lede {
  margin: 1.75vw 0 0;
}

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

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - ミートアカデミー
----------------------------------------------------------- */
.academy main .contents .txt_box p:not(:first-of-type) {
  margin: 2.5vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - 外国人・障害者雇用
----------------------------------------------------------- */
.employ main .contents .txt_box p:not(:first-of-type) {
  margin: 2.5vw 0 0;
}

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

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

.health main .contents .health_box {
  max-width: 100%;
}

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

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

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

/* -----------------------------------------------------------
    ニュース一覧
----------------------------------------------------------- */
.news main .hd_box .select ul li:after {
  font-size: 2.0rem;
  right: 1.5vw;
}

.news main .hd_box .select ul li select {
  height: 50px;
  padding: 0 1.5vw;
}

.news_list main .article_box article a {
  padding: 3vw 12vw 3vw 3vw;
}

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

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

.news_list main .article_box article a > div span {  
  font-size: 1.0rem;
  margin: 0 2vw 0 0;
  min-width: 8em;
}

.news_list main .article_box article a > div time {
  font-size: 1.4rem;
}

.news_list main .article_box article a > p {
  font-size: 1.4rem;
}

/* -----------------------------------------------------------
    ニュース 詳細
----------------------------------------------------------- */
.news_detail main .post article .news_title {
  padding: 0 0 2vw;
}

.news_detail main .post article .news_title h2 {
  font-size: 2.4rem;
}

.news_detail main .post article .news_title div {
  font-size: 1.4rem;
  margin: 2.5vw 0 0;
}

.news_detail main .post article .news_title div p {
  margin: 0 0 0 1.5vw;
}

.news_detail main .post article .article_box {
  padding: 5vw 0;
}

.news_detail main .post article .article_box p {
  margin: 2.5vw 0 0;
}

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

/* -----------------------------------------------------------
    採用情報 トップ
----------------------------------------------------------- */
#lower.recruit #main {
  height: calc(100vh - 100px);
}

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

.recruit #main .ttl {
  width: 90%;
}

.recruit #main .ttl h1 {
  font-size: 2.5rem;
}

.recruit main .wrapper #recruit_sec h1 {
  font-size: 2.4rem;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in h2 {
  font-size: 2.2rem;
}

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

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

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

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in .btn_box > div {
  width: 100%;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in .btn_box .btn {
  width: 100%;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .position {
  min-width: calc(100% - 6vw);
  min-height: 40px;
  top: -20px;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .comment {
  font-size: 1.6rem;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .join {
  font-size: 1.3rem;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .join span {
  display: block;
}

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

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

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

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .name span:nth-of-type(2) {
  font-size: 1.3rem;
}

.recruit main .wrapper #personality_sec .contents section .personality_box .personality_txt h2 {
  font-size: 1.6rem;
  line-height: 1.4;
}

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

.recruit main .wrapper #promotions_sec .contents .container section h2 {
  font-size: 3.2rem;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions .lede {
  font-size: 1.6rem;
  line-height: 1.6;
}

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

.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:before,
.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:after {
  width: 35px;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar .promotions .sevenstar_txt {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.175em;
}

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

.recruit main .wrapper #promotions_sec .contents .container #careerup h2:after {
  height: 40px;
  top: 25%;
}

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

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

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

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

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

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

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

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

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

.recruit main .wrapper #guideline_sec .tabs ul {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.recruit main .wrapper #guideline_sec .tabs ul li {
  width: calc(100% / 2);
}

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

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

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

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

.staff #main .staff_txt {
  bottom: 10vw;
  left: 10vw;
}

.staff #main .staff_txt .name span:nth-of-type(1) {
  font-size: 2.4rem;
}

.staff #main .staff_txt .name span:nth-of-type(2) {
  font-size: 1.5rem;
}

.staff #main .staff_txt .join {
  font-size: 1.5rem;
}

.staff main .video_box .video_txt {
  padding: 4vw 5vw;
}

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

.staff main .interview_box > section .overlap_box .txt_box section h2 {
  font-size: 1.8rem;
  padding: 0 0 0 calc(20px + 0.5em);
}

.staff main .interview_box > section .overlap_box .txt_box section h2:before {
  width: 20px;
}

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

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

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

.fc_top #main .ttl h1 {
  font-size: 3.8rem;
}

#lower.fc_top #main .ttl h1 span {
  font-size: 3.8rem;
}

.fc_top #main .ttl h1 span:after {
  height: 8px;
}

.fc_top #main .ttl h2 {
  font-size: 2.1rem;
}

.fc_top #main .ttl h2:before,
.fc_top #main .ttl h2:after {
  width: 5vw;
}

.fc_top #main .ttl h3 {
  font-size: 1.6rem;
  margin: 5vw 0 0;
  padding: 1em 1.5em;
}

.fc_top main .fc_contents_list {
  width: calc(100% + 2vw);
}

.fc_top main .fc_contents_list .fc_contents_nav {
  margin-top: 2vw;
  margin-left: 2vw;
}

.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(60% - 2vw);
}

.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(40% - 2vw);
}

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

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

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

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

.fc_top main .fc_contents_list .fc_contents_nav a h1 span:nth-of-type(1) {
  font-size: 2.2rem;
  letter-spacing: 0.175em;
}

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

/* -----------------------------------------------------------
    FC加盟 - 代表メッセージ
----------------------------------------------------------- */
.greeting main .greeting_box {
  background-size: cover;
  padding: 7.5vw 5vw 5vw;
  position: relative;
  z-index: 0;
}

.greeting main .greeting_box:before {
  background: rgba(255,255,255,0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.greeting main .greeting_box h1 {
  font-size: 4.3rem;
  margin: 0 0 0 5vw;
}

.greeting main .greeting_box .greeting_txt {
  width: 100%;
  margin: -3vw 0 0;
  padding: 7vw 5vw 5vw 5vw;
}

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

.greeting main .greeting_box .greeting_txt .ceo_box {
  font-size: 1.6rem;
}

/* -----------------------------------------------------------
    FC加盟 - ブランド紹介
----------------------------------------------------------- */
.introduction main .introduction_box .logo_box h1 {
  font-size: 2.2rem;
  margin: 4vw 0 0;
}

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

.introduction main .introduction_box .desc_box .txt_box h2 {
  font-size: 2.4rem;
}

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

.introduction main .introduction_box .desc_box .txt_box p {
  font-size: 1.5rem;
  line-height: 2;
  margin: 2.5vw 0 0;
}

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

.introduction main .introduction_box .commitment_box section {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: inherit;
  margin: 7.5vw 0 0;
}

.introduction main .introduction_box .commitment_box section picture {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  max-width: 100%;
}

.introduction main .introduction_box .commitment_box section:nth-of-type(2n) picture {
  height: 0%;
}

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

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

.introduction main .introduction_box .commitment_box section:nth-of-type(2n+1) .txt_box {
  margin-top: 3.5vw;
  margin-right: 0;
}

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

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

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

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

.introduction main .introduction_box .other_box {
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 7.5vw;
}

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

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

.introduction main .introduction_box .other_box .txt_box h1 {
  font-size: 1.9rem;
}

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

/* -----------------------------------------------------------
    FC加盟 - 五苑マルシンの強み
----------------------------------------------------------- */
.advantage main .contents .desc_box .txt_box {
  display: block;
  margin: 5vw 0 0;
}

.advantage main .contents .desc_box .txt_box section {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  margin: 5vw 0 0;
}

.advantage main .contents .desc_box .txt_box section .ttl_box {
  flex: 0 1 calc(100% / 3);
  -webkit-flex: 0 1 calc(100% / 3);
  min-height: 220px;
}

.advantage main .contents .desc_box .txt_box section .desc_txt {
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 0 0 5vw;
}

.advantage main .contents .desc_box .txt_box section .desc_txt h2 {
  font-size: 2.2rem;
}

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

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box {
  padding: calc(2.5vw + 20px) 3vw 2.5vw;
}

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box h2 {
  font-size: 1.6rem;
  min-height: 40px;
  top: -20px;
}

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

/* -----------------------------------------------------------
    FC加盟 - 加盟条件
----------------------------------------------------------- */
.conditions main .conditions_box > #location_sec .contents section .location_box .txt_box {
  padding: calc(2.5vw + 20px) 3vw 2.5vw;
}

.conditions main .conditions_box > #location_sec .contents section .location_box .txt_box h2 {
  font-size: 1.6rem;
  min-height: 40px;
  top: -20px;
}

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

.conditions main .conditions_box > #cost_sec .contents .tbl_box .tbl thead th:last-of-type {
  width: 67%;
}

.conditions main .conditions_box > #scale_sec .contents section {
  width: 21vw;
  height: 21vw;
  margin-left: 1.5vw;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box h2 {
  font-size: 2.0rem;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box p {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}

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

/* -----------------------------------------------------------
    FC加盟 - オーナーの声
----------------------------------------------------------- */
.owners main .owners_box section picture img {
  height: 60vh;
}

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

/* -----------------------------------------------------------
    FC加盟 - よくあるご質問
----------------------------------------------------------- */
.faq main .contents dl dt {
  padding: 3vw 6.5vw 3vw 3.5vw;
}

.faq main .contents dl dt span:before,
.faq main .contents dl dt span:after {
  right: 3vw;
  width: 20px;
}

.faq main .contents dl dt:before,
.faq main .contents dl dd span:before {
  font-size: 2.0rem;
  margin: 0 0.5em 0 0;
}

.faq main .contents dl dd {
  padding: 0 6.5vw 3vw 3.5vw;
}

/* -----------------------------------------------------------
    介護福祉事業
----------------------------------------------------------- */
.care main .care_box {
  margin: 10vw 0 0;
}

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

.care main .care_box .care_txt section h2 {
  font-size: 2.2rem;
}

.care main .care_box .care_txt section p {
  margin: 1.5vw 0 0;
}

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

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

.care main .care_box .care_detail h2 {
  font-size: 1.9rem;
}

.care main .care_box .care_detail h2 span {
  display: block;
}

.care main .care_box .care_detail h2:before,
.care main .care_box .care_detail h2:after {
  width: 25px;
}

.care main .care_box .care_detail h2:before {
  left: -3em;
}

.care main .care_box .care_detail h2:after {
  right: -3em;
}

.care main .care_box .care_detail .btn_box {
  margin: 5vw auto 0;
  width: 90%;
}

.care main .care_box .care_detail .btn_box div {
  width: 100%;
}

.care main .care_box .care_detail .btn_box div .btn {
  width: 100%;
}

.care main .care_box .care_detail .btn_box div .icon:after {
  font-size: 1.4rem;
  margin: 0 0 0 0.25em;
}

/* -----------------------------------------------------------
    個人情報保護方針 / サイト利用規約
----------------------------------------------------------- */
.enact main article {
  margin: 7.5vw 0 0;
}

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

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

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

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

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

/* -----------------------------------------------------------
    お問い合わせ / エントリー
----------------------------------------------------------- */
.contact main .form_flow li {
  width: calc(100% / 3 - 1vw);
  min-height: 60px;
  padding: 0 3vw;
}

.contact main .form_flow li:after {
  border-width: 30px 0 30px 20px;
}

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

.contact main .form_flow li span:nth-of-type(1) {
  font-size: 1.4rem;
  padding: 0 0.25em 0 0;
}

.contact main .form_flow li span:nth-of-type(2) {
  font-size: 2.6rem;
}

.contact main .form_flow li span:nth-of-type(3) b {
  display: none;
}

.form_box {
  margin: 7.5vw 0;
  padding: 5vw 0;
}

.form_box dl {
  display: block;
  padding: 5vw 0;
}

.form_box dl:first-of-type {
  padding: 0 0 5vw;
}

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

.form_box dl.fs dt {
  margin: 0;
}

.form_box dl dd {
  margin: 0.5vw 0 0;
}

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

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

.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 2vw;
}

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

.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 2vw;
}

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

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

/* トップ
----------------------------------------------------------- */
.form_box dl dt span:before {
  margin: 0 0.75em 0 0;
  padding: 0.2em 0.5em;
}

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

.select_01 {
  width: 100%;
}

.txtarea_04 {
  width: 100%;
}

/*    入力内容の確認ページ
----------------------------------------------------------- */
.confirm main .form_box dl dt:before {
  content: "■";
  margin: 0 0.15em 0 0;
}

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

.complete main .form_box h2 {
  font-size: 2.4rem;
  margin: 0 0 3vw;
}

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

.complete main .form_box p:nth-of-type(2) span:nth-of-type(1),
.complete main .form_box p:nth-of-type(3) span:nth-of-type(1) {
  display: block;
}

}

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

/* -----------------------------------------------------------
    toggle-panel
----------------------------------------------------------- */
#panel-btn {
  right: 3vw;
}

/* -----------------------------------------------------------
    .btn_box
----------------------------------------------------------- */
.btn_box {
  margin: 10vw 0 0;
}

.wid_00 {
  width: 8em;
}

.wid_01 {
  width: 10.5em;
}

.wid_02 {
  width: 13em;
}

.wid_03 {
  width: 15.5em;
}

.wid_04 {
  width: 18em;
}

.wid_05 {
  width: 20.5em;
}

.wid_06 {
  width: 23em;
}

/* -----------------------------------------------------------
   .arrow
----------------------------------------------------------- */
.arrow:before {
  width: 35px;
}

.arr01:before,
.arr01:after {
  right: -17px;
}

/* -----------------------------------------------------------
   .list_ccl
----------------------------------------------------------- */
.list_ccl li {
  margin: 0.75vw 0 0;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  min-height: 70px;
  padding: 0 3vw;
}

.is-fixed header {
  padding: 0 0vw 0 3vw;
}

header .site_id {
  width: 22.5%;
}

.is-fixed header .site_id {
  width: 20%;
}

/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
#g_nav .main_nav li.arrow:before,
#g_nav .main_nav li.arrow:after {
  right: 4vw;
}

#g_nav .main_nav li a {
  padding: 4vw;
}

#g_nav .sub_nav li a {
  min-height: 60px;
}

.is-fixed #g_nav .sub_nav li a {
  min-height: 60px;
}

/* -----------------------------------------------------------
   .l_nav
----------------------------------------------------------- */
.l_nav {
  padding: 5vw;
}

.l_nav ul li {
  margin: 0 0 0 5vw;
}

.l_nav ul li:last-of-type {
  padding: 0 5vw 0 0;
}

/* -----------------------------------------------------------
   .hgroup
----------------------------------------------------------- */
.hgroup h1 {
  font-size: 1.7rem;
}

.hgroup h2 {
  font-size: 3.3rem;
  letter-spacing: 0.08em;
}

/* -----------------------------------------------------------
   .hd
----------------------------------------------------------- */
.hd_01 span:nth-of-type(1) {
  font-size: 3.0rem;
}

.hd_01 span:nth-of-type(2) {
  margin: 1.5vw 0 0;
}

.hd_02 {
  font-size: 2.2rem;
  padding: 0 0 2vw;
}

.hd_03 {
  font-size: 1.8rem;
}

.hd_04 {
  font-size: 2.4rem;
}

.hd_04:after {
  bottom: -35%;
}

/* -----------------------------------------------------------
   .tbl_dl
----------------------------------------------------------- */
.tbl_dl > dl > dt {
  flex: 0 1 28%;
  -webkit-flex: 0 1 28%;
  max-width: 28%;
}

.outline .tbl_dl > dl > dt {
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  max-width: 25%;
}

.history .tbl_dl > dl > dt {
  flex: 0 1 33%;
  -webkit-flex: 0 1 33%;
  max-width: 33%;
}

.tbl_dl > dl > dd .address:not(:first-of-type) {
  margin: 3vw 0 0;
}

.tbl_dl > dl > dd .address .ttl {
  margin: 0 0 1vw;
}

.tbl_dl > dl > dd .address .inq {
  margin: 1.5vw 0;
}

.tbl_dl > dl > dd .address .inq span {
  display: block;
}

.tbl_dl > dl > dd .address .inq span:nth-of-type(2):before {
  content: "";
  margin: 0;
}

/* -----------------------------------------------------------
   .tbl_box
----------------------------------------------------------- */
.tbl_box {
  overflow-x: auto;
}

.tbl_box::-webkit-scrollbar {
  height: 0.5em;
  background: #e9e9e9;
}

.tbl_box::-webkit-scrollbar-thumb {
  background: #b01221;
}

.tbl_box .tbl {
  width: 896px;
}

.tbl th,
.tbl td {
  padding: 2vw 2.5vw;
}

#example_sec .tbl_box .tbl {
  width: 767px;
}

/* -----------------------------------------------------------
   .alternate_box
----------------------------------------------------------- */
.alternate_box section {
  margin: 15vw 0 0;
}

/* -----------------------------------------------------------
   .inquiry
----------------------------------------------------------- */
.inquiry {
  margin: 15vw 0 0;
}

.inquiry .inquiry_ttl h2 {
  font-size: 1.9rem;
  padding: 0 1.75vw;
}

.inquiry .inquiry_lede {
  margin: 5vw 0 0;
}

.inquiry .inquiry_lede .inquiry_lede_txt {
  font-size: 1.5rem;
}

.inquiry .inquiry_lede .inquiry_lede_txt span {
  display: block;
}

.inquiry .inquiry_lede .inquiry_lede_txt span br {
  display: block;
}

.property .inquiry .inquiry_lede .inquiry_lede_txt span {
  display: inline;
}

.inquiry .inquiry_lede .inquiry_lede_tel {
  font-size: 1.6rem;
  margin: 2vw 0 0;
}

.inquiry .inquiry_btn {
  margin: 7.5vw 0 0;
}

.inquiry .inquiry_btn ul {
  width: 100%;
}

/* -----------------------------------------------------------
    .tabs
----------------------------------------------------------- */
.tabs ul {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 1.4rem;
}

.tabs ul li {
  width: calc(100% / 3);
}

.tabs ul li a {
  border-top: none;
}

.tabs ul li:first-of-type a {
  border-left: none;
}

.tabs ul li:nth-of-type(-n+3) a {
  border-top: 1px solid #dbdbdb;
}

.tabs ul li:nth-of-type(3n+1) a {
  border-left: 1px solid #dbdbdb;
}

.tabs ul li a:hover,
.tabs ul li a.current {
  border-top: none;
  border-left: none;
}

.tabs ul li:nth-of-type(-n+3) a:hover,
.tabs ul li:nth-of-type(-n+3) a.current {
  border-top: 1px solid transparent;
}

.tabs ul li:nth-of-type(3n+1) a:hover,
.tabs ul li:nth-of-type(3n+1) a.current {
  border-left: 1px solid transparent;
}

/* -----------------------------------------------------------
    pagination
----------------------------------------------------------- */
.pagination {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 10vw 0 0;
}

.pagination li {
  margin: 0 0.15vw;
}

.pagination li.prev {
  margin: 0 1.5vw 0 0;
}

.pagination li.next {
  margin: 0 0 0 1.5vw;
}

.pagination li a {
  padding: 0 0.5em;
}

.pagination li.prev a:before,
.pagination li.next a:after {
  font-size: 3.5rem;
}

.pagination li.prev a:before {
  margin-right: 1.5vw;
}

.pagination li.next a:after {
  margin-left: 1.5vw;
}

/* -----------------------------------------------------------
    pager
----------------------------------------------------------- */
.pager {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 10vw 0 0;
}

.pager li.prev a:before,
.pager li.next a:after,
.pager li.prev span:before,
.pager li.next span:after {
  font-size: 3.5rem;
}

.pager li.prev a:before,
.pager li.prev span:before {
  margin-right: 1.5vw;
}

.pager li.next a:afterr,
.pager li.next span:after {
  margin-left: 1.5vw;
}

.pager li.list a i {
  font-size: 2.4rem;
}

/* -----------------------------------------------------------
   .heading
----------------------------------------------------------- */
.heading h1 {
  font-size: 1.9rem;
}

.heading h1 span br {
  display: block;
}

.heading p {
  font-size: 1.6rem;
}

.process .heading p span {
  display: block;
}

.faq .heading p span {
  display: block;
}

/* -----------------------------------------------------------
    #main
----------------------------------------------------------- */
#main {
  margin: 70px 0 0;
}

#lower #main {
  height: calc(50vh - 70px);
}

#lower #main h1 span:nth-of-type(1) {
  font-size: 2.6rem;
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
#lower main {
  padding: 15vw 5vw;
}

/* -----------------------------------------------------------
    .contents
----------------------------------------------------------- */
.contents {
  margin: 7.5vw 0 0;
}

/* -----------------------------------------------------------
    .brand_list
----------------------------------------------------------- */
.brand_list .shop a:before {
  border-width: 0 0 10px 10px;
  bottom: 5px;
  right: 5px;
}

/* -----------------------------------------------------------
    .overlap_box
----------------------------------------------------------- */
.overlap_box .txt_box {
  margin: 7.5vw 0 0;
}

/* -----------------------------------------------------------
    .step_box
----------------------------------------------------------- */
.step_box > ul li .process_num {
  flex: 0 1 70px;
  -webkit-flex: 0 1 70px;
  max-width: 70px;
  min-height: 70px;
}

.step_box > ul li .process_num span:nth-of-type(1) {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.step_box > ul li .process_num span:nth-of-type(2) {
  font-size: 2.4rem;
}

.step_box > ul li .process_txt {
  padding: 3vw;
}

.step_box > ul li .process_txt dl dt {
  font-size: 1.8rem;
}

.step_box > ul li .process_txt dl dd {
  margin: 0.75vw 0 0;
}

.step_box > ul li .process_txt dl dd ul li {
  margin: 1vw 0 0;
}

/* -----------------------------------------------------------
    aside
----------------------------------------------------------- */
aside ul li a {
  font-size: 1.7rem;
  height: 200px;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer {
  margin: 15vw 0 0;
}

footer .above {
  padding: 5vw;
}

footer .above address {
  xdisplay: block;
  font-size: 1.6rem;
  xwidth: 100%;
}

footer .above address .add {
  display: block;
}

footer .above address .add p:not(:first-of-type) {
  margin: 1vw 0 0;
}

footer .above .add_btn {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  margin: 5vw 0 0;
  width: 100%;
}

footer .above .add_btn ul li {
  width: 100%;
}

footer .above .add_btn ul li .btn {
  width: 100%;
}

footer .above .add_btn ul li a:before {
  margin: 0 0.25em 0 0;
}

footer .below {
  padding: 5vw;
}

footer .below nav {
  width: 100%;
}

footer .below nav ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

footer .below nav ul li {
  width: calc(100% / 2);
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

footer .below nav ul li:not(:first-of-type) {
  margin: 0;
}

footer .below nav ul li:nth-of-type(-n+2) {
  border-top: 1px solid #ffffff;
}

footer .below nav ul li:nth-of-type(2n+1) {
  border-left: 1px solid #ffffff;
}

footer .below nav ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-height: 50px;
  padding: 0.5vw;
}

footer .below nav ul li a:hover {
  opacity: 1;
  background: #ffffff;
  color: #151515;
}

footer .below .copyright {
  margin: 5vw 0 0;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top #main {
  height: calc(100vh - 70px) !important;
}

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

#top #main h1 img {
  margin-left: 0 !important;
  left: 0 !important;
}

#top main section {
  padding: 15vw 5vw;
}

#top main #concept_sec:after {
  width: 80vw;
  height: 80vw;
}

#top main #concept_sec .contents p {
  line-height: 2;
}

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

#top main #news_sec .ttl_box {
  padding: 4vw 0;
}

#top main #news_sec .ttl_box:before {
  width: 10em;
}

#top main #news_sec .ttl_box h2 span:nth-of-type(1) {
  font-size: 2.6rem;
}

#top main #news_sec .ttl_box h2 span:nth-of-type(2) {
  font-size: 1.3rem;
}

#top main #news_sec .ttl_box > span {
  font-size: 1.4rem;
}

#top main #news_sec .ttl_box > span:before {
  font-size: 1.5rem;
}

#top main #news_sec .article_box article a {
  padding: 5vw 10vw 5vw 0;
}

#top main #news_sec .article_box article a > div span {
  margin: 0 2vw 0 0;
  padding: 0.4em 0.75em;
  min-width: 6em;
  letter-spacing: 0.15em;
}

#top main #news_sec .article_box article a > div time {
  letter-spacing: 0.15em;
}

/* -----------------------------------------------------------
    私たちの想い
----------------------------------------------------------- */
.concept .concept_box .contents p br.br_02 {
  display: block;
}

.concept .concept_box .contents p {
  line-height: 2;
  margin: 5vw 0 0;
}

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

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

.brand #main h1 {
  width: 28%;
  margin: -60px 0 0;
}

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

.brand main .brand_concept {
  margin: -60px 0 0;
}

.brand main .brand_concept .catchphrase {
  min-height: 120px;
  padding: 1vw;
}

.brand main .brand_concept .catchphrase h2 {
  font-size: 1.5rem;
  letter-spacing: 0.175em;
}

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

.brand main .brand_concept .concept_txt .txt_box {
  padding: 4vw 5vw;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box {
  font-size: 1.3rem;
}

.brand main .brand_concept .concept_txt .txt_box .btn_box .icon:after {
  font-size: 1.3rem;
  margin: 0 0 0 0.15em;
}

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

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

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

.brand main .brand_box > section .contents section {
  width: 100%;
  margin: 7.5vw 0 0;
}

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

.brand main .brand_box > section .contents section .brand_contents .txt_box h2 {
  font-size: 1.7rem;
}

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

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

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

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

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

.brand main .brand_site a .brand_site_txt h2 {
  font-size: 2.0rem;
}

.brand main .brand_site a .brand_site_txt h2:before {
  bottom: -4vw;
}

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

.brand main .brand_slide .brand_shop a {
  height: 17.5vh;
  padding: 6vw;
}

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

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

/* -----------------------------------------------------------
    企業情報 - トップ
----------------------------------------------------------- */
.company_top main .company_contents_list .company_message a {
  padding: 5vw 10vw;
}

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

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

.company_top main .company_contents_list .company_message a .message_txt p {
  font-size: 1.4rem;
}

.company_top main .company_contents_list .company_message a .message_txt p br {
  display: none;
}

.company_top main .company_contents_list .company_contents .company_contents_nav a h1 {
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
    企業情報 - 創業者の想い
----------------------------------------------------------- */
.message main .overlap_box .txt_box .message_box > section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.message main .overlap_box .txt_box .message_box > section h1 {
  font-size: 2.0rem;
}

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

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

.message main .overlap_box .txt_box .name_box {
  margin: 7.5vw 0 0;
}

.message main .overlap_box .txt_box .name_box .post {
  margin: 1vw 0 0;
}

.message main .overlap_box .txt_box .name_box .name {
  margin: 2vw 0 0;
}

/* -----------------------------------------------------------
    企業情報 - グループ会社
----------------------------------------------------------- */
.group main .group_box > section:not(:first-of-type) {
  margin: 10vw 0 0;
}

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

/* -----------------------------------------------------------
    企業情報 - 経営理念
----------------------------------------------------------- */
.philosophy main .contents .philosophy_box {
  margin: 7.5vw 0 0;
}

.philosophy main .contents .philosophy_box p {
  font-size: 1.8rem;
  line-height: 1.9;
}

/* -----------------------------------------------------------
    企業情報 - 経営ビジョン
----------------------------------------------------------- */
.vision main .contents figure img {
  width: 85%;
}

.vision main .contents .vision_box {
  margin: 7.5vw 0 0;
  padding: 0;
  position: inherit;
  bottom: 0;
}

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

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み 共通
----------------------------------------------------------- */
.efforts main .tabs {
  margin: 0 0 10vw;
}

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

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

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

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

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

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

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - 社内研修
----------------------------------------------------------- */
.training main .contents > section {
  margin: 10vw 0 0;
}

.training main .contents > section .txt_box h2 {
  font-size: 2.0rem;
}

.training main .contents > section .txt_box .lede {
  margin: 2vw 0 0;
  line-height: 1.6;
}

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

.academy main .contents .txt_box p {
  line-height: 1.8;
}

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

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

.employ main .contents .txt_box p {
  line-height: 1.8;
}

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

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - 健康への取り組み
----------------------------------------------------------- */
.health main .contents .lede {
  font-size: 1.6rem;
}

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

.health main .contents .health_box .txt_box p {
  font-size: 1.5rem;
}

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

/* -----------------------------------------------------------
    ニュース一覧
----------------------------------------------------------- */
.news main .hd_box .select ul li {
  width: 200px;
}

.news main .hd_box .select ul li:after {
  font-size: 2.4rem;
  right: 3vw;
}

.news main .hd_box .select ul li select {
  font-size: 1.6rem;
  padding: 0 3vw;
}

.news_list main .article_box {
  margin: 7.5vw 0 0;
  padding: 1vw;
}

.news_list main .article_box article a {
  padding: 5vw 12.5vw 5vw 3vw;
}

.news_list main .article_box article a > div span {
  margin: 0 2vw 0 0;
  padding: 0.4em 0.75em;
  min-width: 6em;
  letter-spacing: 0.15em;
}

/* -----------------------------------------------------------
    ニュース 詳細
----------------------------------------------------------- */
.news_detail main .post article .news_title h2 {
  font-size: 2.0rem;
}

.news_detail main .post article .news_title div {
  font-size: 1.3rem;
  margin: 3vw 0 0;
}

.news_detail main .post article .article_box {
  padding: 7.5vw 0;
}

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

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

/* -----------------------------------------------------------
    採用情報 トップ
----------------------------------------------------------- */
#lower.recruit #main {
  height: calc(100vh - 70px);
}

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

.recruit #main .ttl h1 {
  font-size: 2.0rem;
  bottom: -8px;
}

.recruit #main .ttl h1:after {
  height: 7px;
  bottom: 2px;
}

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

.recruit main .wrapper #recruit_sec h1 {
  font-size: 2.0rem;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in h2 {
  font-size: 1.9rem;
}

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

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in .btn_box .btn {
  font-size: 1.4rem;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in .btn_box .icon:after {
  font-size: 1.4rem;
  margin: 0 0 0 0.25em;
}

.recruit main .wrapper #interview_sec .contents {
  display: block;
  width: 100%;
}

.recruit main .wrapper #interview_sec .contents .staff {
  width: 100%;
  margin-top: 5vw;
  margin-left: 0;
}

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

.recruit main .wrapper #interview_sec .contents .staff:first-of-type {
  margin-top: 0;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt {
  padding: calc(7vw + 10px) 5vw 5vw;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .position {
  min-width: 200px;
  min-height: 40px;
  top: -20px;
  left: 5vw;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .comment {
  font-size: 1.8rem;
}

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

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .join span {
  display: inline;
}

.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 span:nth-of-type(1) {
  font-size: 2.0rem;
}

.recruit main .wrapper #personality_sec .contents {
  display: block;
}

.recruit main .wrapper #personality_sec .contents section {
  width: 100%;
  margin: 7.5vw 0 0;
}

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

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

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

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

.recruit main .wrapper #promotions_sec .contents {
  padding: 1vw;
}

.recruit main .wrapper #promotions_sec .contents .container {
  padding: 7.5vw;
}

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

.recruit main .wrapper #promotions_sec .contents .container section h2 {
  font-size: 2.8rem;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions .lede {
  font-size: 1.5rem;
  line-height: 1.8;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions figure {
  margin: 6vw 0 0;
}

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

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

.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:before,
.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:after {
  width: 30px;
}

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

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

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

.recruit main .wrapper #promotions_sec .contents .container #careerup h2:after {
  height: 35px;
  top: 22.5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.recruit main .wrapper #guideline_sec .contents section section .step_box .note {
  font-size: 1.4rem;
}

/* -----------------------------------------------------------
    採用情報 - インタビュー
----------------------------------------------------------- */
#lower.staff #main {
  height: calc(60vh - 70px);
}

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

.staff #main .comment {
  margin: 0 7.5vw;
}

.staff #main .staff_txt {
  bottom: 7.5vw;
  left: 7.5vw;
}

.staff #main .staff_txt .name span:nth-of-type(1) {
  font-size: 2.0rem;
}

.staff #main .staff_txt .name span:nth-of-type(2) {
  font-size: 1.4rem;
}

.staff #main .staff_txt .join {
  font-size: 1.4rem;
}

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

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

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

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

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

/* -----------------------------------------------------------
    FC加盟 - トップ
----------------------------------------------------------- */
#lower.fc_top #main {
  height: calc(100vh - 70px);
}

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

.fc_top #main .ttl h1 {
  font-size: 2.8rem;
}

#lower.fc_top #main .ttl h1 span {
  font-size: 2.8rem;
}

.fc_top #main .ttl h1 span:after {
  height: 6px;
}

.fc_top #main .ttl h2 {
  font-size: 1.7rem;
}

.fc_top #main .ttl h2:before,
.fc_top #main .ttl h2:after {
  width: 4vw;
}

.fc_top #main .ttl h3 {
  font-size: 1.5rem;
}

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

.fc_top main .fc_contents_list {
  display: block;
  width: 100%;
}

.fc_top main .fc_contents_list .fc_contents_nav {
  margin-top: 3vw;
  margin-left: 0;
}

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

.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: 100%;
}

.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: 100%;
}

.fc_top main .fc_contents_list .fc_contents_nav a {
  display: flex;
  display: -webkit-flex;
  padding: 5vw;
}

.fc_top main .fc_contents_list .fc_contents_nav a:before {
  background: rgba(0,0,0,0.15);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

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

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

.fc_top main .fc_contents_list .fc_contents_nav:nth-of-type(6) .fc_contents > a {
  height: 300px;
}

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

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

/* -----------------------------------------------------------
    FC加盟 - 代表メッセージ
----------------------------------------------------------- */
.greeting main .greeting_box h1 {
  font-size: 3.0rem;
}

.greeting main .greeting_box .greeting_txt .txt_box p {
  margin: 3vw 0 0;
}

.greeting main .greeting_box .greeting_txt .ceo_box {
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
    FC加盟 - ブランド紹介
----------------------------------------------------------- */
.introduction main .introduction_box .logo_box figure img {
  width: 180px;
}

.introduction main .introduction_box .logo_box h1 {
  font-size: 1.8rem;
  margin: 5vw 0 0;
}

.introduction main .introduction_box .desc_box .txt_box h2 {
  font-size: 2.2rem;
}

.introduction main .introduction_box .desc_box .txt_box p {
  line-height: 1.8;
  margin: 3vw 0 0;
}

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

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

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

.introduction main .introduction_box .commitment_box section picture img {
  object-fit: contain;
  height: auto;
}

.introduction main .introduction_box .commitment_box section:nth-of-type(2n+1) .txt_box {
  margin-top: 5vw;
}

.introduction main .introduction_box .commitment_box section:nth-of-type(2n) .txt_box {
  margin-top: 5vw;
}

.introduction main .introduction_box .commitment_box section .txt_box h1 {
  font-size: 2.8rem;
}

.introduction main .introduction_box .commitment_box section .txt_box h2 {
  font-size: 1.7rem;
  margin: 3vw 0 0;
}

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

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

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

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

.introduction main .introduction_box .other_box .txt_box h1 {
  font-size: 1.8rem;
}

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

/* -----------------------------------------------------------
    FC加盟 - 五苑マルシンの強み
----------------------------------------------------------- */
.advantage main .contents .desc_box .txt_box {
  margin: 7.5vw 0 0;
}

.advantage main .contents .desc_box .txt_box section {
  display: block;
  margin: 7.5vw 0 0;
}

.advantage main .contents .desc_box .txt_box section .ttl_box {
  flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  min-height: 250px;
}

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

.advantage main .contents .desc_box .txt_box section .desc_txt h2 {
  font-size: 2.0rem;
}

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

.advantage main .contents .advantage_box .contents {
  display: block;
  width: 100%;
}

.advantage main .contents .advantage_box .contents section {
  width: 100%;
  margin-top: 7.5vw;
  margin-left: 0;
}

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

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box {
  padding: calc(5vw + 25px) 5vw 5vw;
}

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box h2 {
  font-size: 1.7rem;
  width: calc(100% - 10vw);
  min-height: 50px;
  top: -25px;
  left: 5vw;
}

.advantage main .contents .advantage_box .contents section .advantage_sec .txt_box .note {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 2.5vw 0 0;
}

/* -----------------------------------------------------------
    FC加盟 - 加盟条件
----------------------------------------------------------- */
.conditions main .conditions_box > section:not(:first-of-type) {
  margin: 15vw 0 0;
}

.conditions main .conditions_box > #location_sec .contents {
  display: block;
}

.conditions main .conditions_box > #location_sec .contents section {
  width: 100%;
  margin-top: 7.5vw;
  margin-left: 0;
}

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

.conditions main .conditions_box > #location_sec .contents section .location_box .txt_box {
  padding: calc(5vw + 25px) 5vw 5vw;
}

.conditions main .conditions_box > #location_sec .contents section .location_box .txt_box h2 {
  font-size: 1.7rem;
  width: calc(100% - 10vw);
  min-height: 50px;
  top: -25px;
  left: 5vw;
}

.conditions main .conditions_box > #cost_sec .contents .notice {
  font-size: 1.4rem;
  margin: 2vw 0 0;
}

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

.conditions main .conditions_box > #scale_sec .contents section {
  width: 40vw;
  height: 40vw;
  margin-top: 4vw;
  margin-left: 4vw;
}

.conditions main .conditions_box > #scale_sec .contents section:nth-of-type(-n+2) {
  margin-top: 0;
}

.conditions main .conditions_box > #scale_sec .contents section:nth-of-type(2n+1) {
  margin-left: 0;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box p {
  font-size: 1.4rem;
  margin: 1vw 0 0;
}

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

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

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

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

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

.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: 2vw 2.5vw;
}

.conditions main .conditions_box > #example_sec .contents section .note {
  font-size: 1.4rem;
  margin: 2vw 0 0;
}

/* -----------------------------------------------------------
    FC加盟 - オーナーの声
----------------------------------------------------------- */
.owners main .owners_box section .txt_box {
  margin: 5vw 0 0;
}

.owners main .owners_box section picture img {
  object-fit: contain;
  height: auto;
}

.owners main .owners_box section .txt_box h1 {
  font-size: 1.8rem;
}

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

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

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

/* -----------------------------------------------------------
    FC加盟 - よくあるご質問
----------------------------------------------------------- */
.faq main .contents {
  padding: 1vw;
}

.faq main .contents dl {
  font-size: 1.4rem;
}

.faq main .contents dl dt {
  padding: 4vw 8vw 4vw 4vw;
}

.faq main .contents dl dt span:before,
.faq main .contents dl dt span:after {
  top: calc(4vw + 10px);
  right: 4vw;
  width: 15px;
}

.faq main .contents dl dt:before,
.faq main .contents dl dd span:before {
  font-size: 1.7rem;
  margin: 0 0.25em 0 0;
}

.faq main .contents dl dd {
  padding: 0 6.5vw 4vw 4vw;
}

/* -----------------------------------------------------------
    介護福祉事業
----------------------------------------------------------- */
.care main .care_box .care_txt section:not(:first-of-type) {
  margin: 10vw 0 0;
}

.care main .care_box .care_txt section h2 {
  font-size: 1.8rem;
}

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

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

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

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

.care main .care_box .care_detail h2 {
  font-size: 1.8rem;
}

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

.care main .care_box .care_detail h2:before,
.care main .care_box .care_detail h2:after {
  width: 35px;
}

.care main .care_box .care_detail h2:before {
  left: -3.5em;
}

.care main .care_box .care_detail h2:after {
  right: -3.5em;
}

.care main .care_box .care_detail .btn_box {
  font-size: 1.4rem;
  margin: 7.5vw 0 0;
  width: 100%;
}

/* -----------------------------------------------------------
    個人情報保護方針 / サイト利用規約
----------------------------------------------------------- */
.enact main .lede {
  line-height: 1.8;
}

.enact main article {
  margin: 10vw 0 0;
}

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

.enact main article dl dd {
  margin: 1.75vw 0 0;
  line-height: 1.8;
}

.enact main article dl dd ul {
  margin: 1.75vw 0 0;
  line-height: 1.5;
}

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

.enact main article dl dd ul li:before {
  margin: 0;
}

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

.enact main article dl dd .note {
  line-height: 1.5;
}

/* -----------------------------------------------------------
    お問い合わせ / エントリー
----------------------------------------------------------- */
.contact main .lede {
  margin: 0 0 7.5vw;
  line-height: 1.8;
}

.contact main .form_flow li {
  width: calc(100% / 3 - 1vw);
  min-height: 50px;
  padding: 0 4vw 0 3vw;
}

.contact main .form_flow li:after {
  border-width: 25px 0 25px 20px;
}

.contact main .form_flow li span:nth-of-type(1) {
  font-size: 1.1rem;
  padding: 0 0.25em 0 0;
  letter-spacing: 0.1em;
}

.contact main .form_flow li span:nth-of-type(2) {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.contact main .form_flow li span:nth-of-type(3) {
  font-size: 1.3rem;
}

.form_box {
  margin: 10vw 0;
  padding: 7.5vw 0;
}

.form_box dl dd {
  margin: 1.5vw 0 0;
}

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

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

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

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

.complete main .form_box h2 {
  font-size: 2.0rem;
  margin: 0 0 5vw;
}

.complete main .form_box p {
  line-height: 1.8;
}

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

.complete main .form_box p:nth-of-type(1) span,
.complete main .form_box p:nth-of-type(2) span:nth-of-type(3) {
  display: block;
}

}

@media screen and (min-width: 1px) and (max-width: 480px){

/* -----------------------------------------------------------
    toggle-panel
----------------------------------------------------------- */
#panel-btn {
  right: 4vw;
}

#panel-btn:after {
  xcolor: #1162d0;
}

/* -----------------------------------------------------------
    .btn_box
----------------------------------------------------------- */
.btn_box {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

.icon:after {
  font-size: 1.4rem;
  margin: 0 0 0 0.25em;
}

/* -----------------------------------------------------------
   .list_ccl
----------------------------------------------------------- */
.list_ccl li {
  margin: 1vw 0 0;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  padding: 0 4vw;
}

.is-fixed header {
  padding: 0 0vw 0 4vw;
}

header .site_id {
  width: 30%;
}

.is-fixed header .site_id {
  width: 25%;
}

/* -----------------------------------------------------------
   .inquiry
----------------------------------------------------------- */
.inquiry .inquiry_ttl h2 {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  padding: 0 2vw;
}

.inquiry .inquiry_lede .inquiry_lede_txt {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

.inquiry .inquiry_lede .inquiry_lede_txt span {
  display: block;
}

.property .inquiry .inquiry_lede .inquiry_lede_txt span {
  display: block;
}

.property .inquiry .inquiry_lede .inquiry_lede_txt span:not(:first-of-type) {
  margin: 0;
}

.inquiry .inquiry_lede .inquiry_lede_tel span {
  display: block;
}

.inquiry .inquiry_lede .inquiry_lede_tel span:nth-of-type(2):before {
  content: "";
  margin: 0;
}

.inquiry .inquiry_btn {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

/* -----------------------------------------------------------
   .heading
----------------------------------------------------------- */
.heading h1 {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

.heading p {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}

/* -----------------------------------------------------------
   .hgroup
----------------------------------------------------------- */
.hgroup h2 {
  font-size: 2.6rem;
}

/* -----------------------------------------------------------
   .hd
----------------------------------------------------------- */
.hd_01 span:nth-of-type(1) {
  font-size: 2.6rem;
}

.hd_01 span:nth-of-type(2) {
  margin: 1.75vw 0 0;
}

.hd_02 {
  font-size: 2.0rem;
  padding: 0 0 4vw;
}

.hd_04 {
  font-size: 2.0rem;
}

.hd_04:after {
  bottom: -30%;
}

/* -----------------------------------------------------------
   .tbl_box
----------------------------------------------------------- */
.tbl_box .tbl {
  width: 796px;
}

.tbl th,
.tbl td {
  padding: 3vw;
}

#example_sec .tbl_box .tbl {
  width: 667px;
}

/* -----------------------------------------------------------
   .tbl_dl
----------------------------------------------------------- */
.tbl_dl > dl {
  display: block;
}

.tbl_dl > dl > dt,
.tbl_dl > dl > dd {
  padding: 5vw;
}

.tbl_dl > dl > dt {
  max-width: 100%;
  margin-top: 3vw;
}

.outline .tbl_dl > dl > dt {
  max-width: 100%;
}

.history .tbl_dl > dl > dt {
  max-width: 100%;
}

.tbl_dl > dl > dd {
  margin-left: 0;
}

.tbl_dl > dl:first-of-type > dd {
  margin-top: 1px;
}

.tbl_dl > dl > dd .address:not(:first-of-type) {
  margin: 5vw 0 0;
}

/* -----------------------------------------------------------
    .tabs
----------------------------------------------------------- */
.tabs ul li {
  width: calc(100% / 2);
}

.tabs ul li a {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.tabs ul li:nth-of-type(-n+3) a {
  border-top: none;
}

.tabs ul li:nth-of-type(3n+1) a {
  border-left: none;
}

.tabs ul li:nth-of-type(-n+2) a {
  border-top: 1px solid #dbdbdb;
}

.tabs ul li:nth-of-type(2n+1) a {
  border-left: 1px solid #dbdbdb;
}

.tabs ul li:nth-of-type(-n+3) a:hover,
.tabs ul li:nth-of-type(-n+3) a.current {
  border-top: none;
}

.tabs ul li:nth-of-type(3n+1) a:hover,
.tabs ul li:nth-of-type(3n+1) a.current{
  border-left: none;
}

.tabs ul li:nth-of-type(-n+2) a:hover,
.tabs ul li:nth-of-type(-n+2) a.current {
  border-top: 1px solid transparent;
}

.tabs ul li:nth-of-type(2n+1) a:hover,
.tabs ul li:nth-of-type(2n+1) a.current{
  border-left: 1px solid transparent;
}

/* -----------------------------------------------------------
    .step_box
----------------------------------------------------------- */
.step_box > ul li .process_num {
  flex: 0 1 60px;
  -webkit-flex: 0 1 60px;
  max-width: 60px;
  min-height: 60px;
}

.step_box > ul li .process_num span:nth-of-type(1) {
  font-size: 1.0rem;
}

.step_box > ul li .process_num span:nth-of-type(2) {
  font-size: 2.0rem;
}

.step_box > ul li .process_txt {
  padding: 4vw;
}

.step_box > ul li .process_txt dl dt {
  font-size: 1.6rem;
}

.step_box > ul li .process_txt dl dd {
  margin: 1vw 0 0;
}

.step_box > ul li .process_txt dl dd ul li {
  margin: 1.5vw 0 0;
}

/* -----------------------------------------------------------
    aside
----------------------------------------------------------- */
aside ul li a {
  font-size: 1.6rem;
  height: 125px;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer .above address .add p:nth-of-type(1) {
  font-size: 1.4rem;
  letter-spacing: 0.125em;
}

footer .above address .add p:nth-of-type(1) span:nth-of-type(2) {
  margin: 0 0 0 0.25em;
}

footer .above address .add p:nth-of-type(2) {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top #main h1 {
  width: 80vw;
}

#top #main .video_btn a {
  min-width: 12em;
  min-height: 40px;
}

#top #main > .nosmoking {
  bottom: 5vw;
	width: calc(100% - 10vw);
}

#top #main h1 {
    margin-top: -40vw;/*バナーなし場合は削除*/
}

/* -----------------------------------------------------------
    ブランド 共通
----------------------------------------------------------- */
.brand #main h1 {
  width: 30%;
  margin: -50px 0 0;
}

.brand main .brand_concept {
  margin: -50px 0 0;
}

.brand main .brand_concept .catchphrase {
  min-height: 100px;
}

.brand main .brand_concept .catchphrase h2 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

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

.brand main .brand_concept .ec_box {
  display: block;
}

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

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

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

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

/* -----------------------------------------------------------
    企業情報 - トップ
----------------------------------------------------------- */
.company_top main .company_contents_list .company_message a {
  height: 200px;
  padding: 5vw 7.5vw;
}

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

.company_top main .company_contents_list .company_message a .message_txt p {
  text-shadow: 0px 0px 8px rgba(255,255,255,0.9),0px 0px 8px rgba(255,255,255,0.9),0px 0px 8px rgba(255,255,255,0.9);
}

.company_top main .company_contents_list .company_contents .company_contents_nav a h1 {
  font-size: 1.4rem;
}

/* -----------------------------------------------------------
    企業情報 - 創業者の想い
----------------------------------------------------------- */
.message main .overlap_box .txt_box .message_box > section h1 {
  font-size: 1.7rem;
}

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

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

/* -----------------------------------------------------------
    企業情報 - 経営理念
----------------------------------------------------------- */
.philosophy main .contents .philosophy_box p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

/* -----------------------------------------------------------
    企業情報 - 経営ビジョン
----------------------------------------------------------- */
.vision main .contents figure img {
  width: 100%;
}

.vision main .contents .vision_box {
  margin: 7.5vw 0 0;
}

.vision main .contents .vision_box p {
  letter-spacing: 0.15em;
}

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

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み 共通
----------------------------------------------------------- */
.efforts main .tabs {
  margin: 0 0 15vw;
}

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

.training main .contents > section .txt_box h2 {
  font-size: 1.8rem;
}

.training main .contents > section .txt_box .lede {
  margin: 3vw 0 0;
}

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

/* -----------------------------------------------------------
    企業情報 - 会社の取り組み - 健康への取り組み
----------------------------------------------------------- */
.health main .contents .health_box figure img {
  width: 100%;
}

/* -----------------------------------------------------------
    ニュース一覧
----------------------------------------------------------- */
.news main .hd_box .select ul li {
  width: 150px;
}

.news main .hd_box .select ul li select {
  height: 40px;
}

.news_list main .article_box {
  margin: 10vw 0 0;
}

/* -----------------------------------------------------------
    採用情報 トップ
----------------------------------------------------------- */
.recruit #main .ttl h1 {
  font-size: 1.8rem;
  bottom: -15px;
}

.recruit #main .ttl h1:after {
  bottom: 1px;
}

.recruit main .wrapper #recruit_sec h1 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in h2 {
  font-size: 1.8rem;
}

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

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

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

.recruit main .wrapper #recruit_sec .contents .txt_box .txt_box_in .btn_box > div:not(:first-of-type) {
  margin: 3vw 0 0;
}

.recruit main .wrapper #interview_sec .contents .staff a .staff_txt .join {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  margin: 5vw 0 0;
}

.recruit main .wrapper #promotions_sec .contents .container section h2 {
  font-size: 2.4rem;
}

.recruit main .wrapper #promotions_sec .contents .container section .promotions .lede {
  font-size: 1.4rem;
  line-height: 1.7;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:before,
.recruit main .wrapper #promotions_sec .contents .container #sevenstar h2:after {
  width: 25px;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar .promotions .sevenstar_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}

.recruit main .wrapper #promotions_sec .contents .container #sevenstar .promotions .note {
  font-size: 1.4rem;
}

.recruit main .wrapper #promotions_sec .contents .container #careerup h2:after {
  height: 32px;
  top: 20%;
}

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------------------------
    採用情報 - インタビュー
----------------------------------------------------------- */
.staff #main .comment {
  margin: 0 5vw;
}

.staff #main .staff_txt {
  bottom: 5vw;
  left: 5vw;
}

.staff #main .staff_txt .name span:nth-of-type(1) {
  font-size: 1.8rem;
}

.staff #main .staff_txt .name span:nth-of-type(2) {
  font-size: 1.3rem;
}

.staff #main .staff_txt .join {
  font-size: 1.2rem;
}

.staff main .video_box .video_txt {
  line-height: 2;
}

.staff main .interview_box > section .overlap_box .txt_box section h2 {
  font-size: 1.7rem;
  padding: 0 0 0 calc(15px + 0.5em);
  letter-spacing: 0.15em;
}

.staff main .interview_box > section .overlap_box .txt_box section h2:before {
  width: 15px;
}

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

/* -----------------------------------------------------------
    FC加盟 - トップ
----------------------------------------------------------- */
.fc_top #main .ttl h1 {
  font-size: 2.3rem;
}

#lower.fc_top #main .ttl h1 span {
  font-size: 2.3rem;
}

.fc_top #main .ttl h1 span:after {
  height: 5px;
}

.fc_top #main .ttl h2 {
  font-size: 1.5rem;
}

.fc_top #main .ttl h2:before,
.fc_top #main .ttl h2:after {
  width: 3vw;
}

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

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

.fc_top #main .ttl h3 {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

/* -----------------------------------------------------------
    FC加盟 - 代表メッセージ
----------------------------------------------------------- */
.greeting main .greeting_box h1 {
  font-size: 2.4rem;
}

/* -----------------------------------------------------------
    FC加盟 - ブランド紹介
----------------------------------------------------------- */
.introduction main .introduction_box .logo_box h1 {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin: 7.5vw 0 0;
}

.introduction main .introduction_box .desc_box .txt_box h2 {
  font-size: 2.0rem;
  letter-spacing: 0.15em;
}

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

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

.introduction main .introduction_box .commitment_box section .txt_box h1 {
  font-size: 2.6rem;
}

.introduction main .introduction_box .other_box .txt_box p {
  line-height: 1.7;
}

.introduction main .introduction_box .other_box .txt_box .note {
  line-height: 1.4;
}

/* -----------------------------------------------------------
    FC加盟 - 五苑マルシンの強み
----------------------------------------------------------- */
.advantage main .contents .desc_box .txt_box section .ttl_box {
  min-height: 200px;
}

/* -----------------------------------------------------------
    FC加盟 - 加盟条件
----------------------------------------------------------- */
.conditions main .conditions_box > #scale_sec .contents section .scale_box h2 {
  font-size: 1.8rem;
}

.conditions main .conditions_box > #scale_sec .contents section .scale_box p {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
}

.conditions main .conditions_box > #example_sec .contents section h2 {
  line-height: 1;
}

.conditions main .conditions_box > #example_sec .contents section h2 span:nth-of-type(1) {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.conditions main .conditions_box > #example_sec .contents section h2 span:nth-of-type(2) {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.conditions main .conditions_box > #example_sec .contents section h2 span:nth-of-type(3) {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.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: 3vw;
}

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

/* -----------------------------------------------------------
    介護福祉事業
----------------------------------------------------------- */
.care main .care_box .care_detail .btn_box {
  display: block;
}

.care main .care_box .care_detail .btn_box > div:not(:first-of-type) {
  margin: 3vw 0 0;
}

.care main .care_box .care_detail .btn_box {
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
    お問い合わせ / エントリー
----------------------------------------------------------- */
.contact main .form_flow li {
  min-height: 40px;
}

.contact main .form_flow li:after {
  border-width: 20px 0 20px 12px;
}

.contact main .form_flow li span:nth-of-type(1) {
  font-size: 1.0rem;
  padding: 0 0.15em 0 0;
  letter-spacing: 0.075em;
}

.contact main .form_flow li span:nth-of-type(2) {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}

.contact main .form_flow li span:nth-of-type(3) {
  font-size: 1.2rem;
}

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

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

/*    送信完了ページ
----------------------------------------------------------- */
.complete main .form_box h2 {
  font-size: 1.7rem;
}

}

@media screen and (min-width: 1px) and (max-width: 850px){

/* -----------------------------------------------------------
    APOLOGY CAMPAIGN
----------------------------------------------------------- */
#lower.campaign main {
  padding: 6vw 5vw;
}

.campaign_url {
  width: 100%;
}

.campaign_img {
  width: 100%;
}

.campaign_menu {
  width: 100%;
}

.campaign .back_site_box {
  width: 100%;
}

.campaign .back_site_box ul {
  display: block;
}

.campaign .back_site_box ul li {
  width: 100%;
  margin-bottom: 20px;
}

}