/* header
--------------------------------------------------------*/
/* header
--------------------------------------------------------*/
@import url("element/news.css");
.page {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .page {
      padding-top: 0; } }
.page-heading {
    background-image: url("../img/common/common_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #969696; */
    /*height: 388px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	  padding-top: 30%;
	  position: relative;
	}
  .page-heading.page-404 {
background-image: url("../img/common/404_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.page-heading__title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-404 .page-heading__title {
	font-size: 2.5rem !important;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.page-heading {
		height: calc(130 / 375 * 100vw);
		max-height: 130px; 
		padding-top: 45%;
	}
	.page-heading img {
		height: calc(20 / 375 * 100vw); 
	} 
}
  .page-breadcrumb {
    background: #E6E6E6;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .page-breadcrumb {
        padding: 5px 10px; } }
    .page-breadcrumb:before {
      margin-right: 10px;
      content: "";
      display: block;
      width: 14px;
      height: 21px;
      background-image: url(../img/common/icon_home.svg);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-size: 100% auto; }
      @media screen and (max-width: 767px) {
        .page-breadcrumb:before {
          width: 12px;
          height: 18px;
          margin-right: 5px; } }
    .page-breadcrumb-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-breadcrumb-list li {
        display: inline-block;
        line-height: 1.2; }
        .page-breadcrumb-list li a,
        .page-breadcrumb-list li span {
          font-size: 10px;
          font-size: 1rem; }
          @media screen and (max-width: 767px) {
            .page-breadcrumb-list li a,
            .page-breadcrumb-list li span {
              font-size: calc(18 / 750 * 100vw); } }
        .page-breadcrumb-list li:not(:last-child)::after {
          content: ">";
          margin: 0 5px;
          position: relative;
          top: 0; }
  .page-container {
    max-width: 970px;
    padding: 135px 15px 210px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      .page-container {
        padding: calc(115 / 375 * 100vw) 15px calc(160 / 375 * 100vw); } }
    .page-container::before, .page-container::after {
      content: "";
      display: block;
      width: 1px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #000;
      position: absolute; }
    .page-container::before {
      height: 80px;
      top: 0; }
      @media screen and (max-width: 767px) {
        .page-container::before {
          height: calc(60 / 375 * 100vw); } }
    .page-container::after {
      height: 120px;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .page-container::after {
          height: calc(100 / 375 * 100vw); } }
    .page-container h1 {
      text-align: center;
      margin-bottom: 79px; }
      @media screen and (max-width: 767px) {
        .page-container h1 {
          margin-bottom: calc(50 / 375 * 100vw); } }
      @media screen and (max-width: 767px) {
        .page-container h1 [data-title="image"] img {
          height: calc(20 / 375 * 100vw); } }
      .page-container h1 [data-title="text"] {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem; }
    .page-container h2 {
      margin: 70px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page-container h2 {
          margin: calc(40 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
          font-size: calc(20 / 375 * 100vw); } }
      .page-container h2::before, .page-container h2::after {
        content: "";
        display: block;
        height: 1px;
        background: #000;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .page-container h2::before {
        margin-right: 10px; }
      .page-container h2::after {
        margin-left: 10px; }
      .page-container h2[data-title="h3"] {
        background: #000;
        color: #fff;
        text-align: left;
        padding: 1px 25px;
        position: relative;
        font-weight: bold;
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 45px; }
        @media screen and (max-width: 767px) {
          .page-container h2[data-title="h3"] {
            font-size: calc(18 / 375 * 100vw);
            margin-bottom: calc(30 / 375 * 100vw); } }
        .page-container h2[data-title="h3"]::before {
          content: "";
          display: block;
          width: 5px;
          height: 60%;
          position: absolute;
          left: 10px;
          top: 20%;
          background: #fff; }
    .page-container p + p {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .page-container p + p {
          margin-top: calc(20 / 375 * 100vw); } }
    .page-container figure + p {
      margin-top: 45px; }
      @media screen and (max-width: 767px) {
        .page-container figure + p {
          margin-top: calc(20 / 375 * 100vw); } }
  .page .greeting-block01 {
    margin-bottom: 110px; }
    @media screen and (max-width: 767px) {
      .page .greeting-block01 {
        margin-bottom: calc(50 / 375 * 100vw); } }
    .page .greeting-block01-image {
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        .page .greeting-block01-image {
          margin-bottom: calc(30 / 375 * 100vw); } }
    .page .greeting-block01-sign {
      text-align: right;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      margin-top: 48px; }
      @media screen and (max-width: 767px) {
        .page .greeting-block01-sign {
          margin-top: calc(30 / 375 * 100vw);
          font-size: calc(18 / 375 * 100vw); } }
      .page .greeting-block01-sign p {
        line-height: 1.5; }
        .page .greeting-block01-sign p span {
          display: block;
          font-size: 20px;
          font-size: 2rem; }
          @media screen and (max-width: 767px) {
            .page .greeting-block01-sign p span {
              font-size: calc(16 / 375 * 100vw); } }
  @media screen and (max-width: 767px) {
    .page .topics-news .news-data {
      padding-left: 0; } }
  .page .topics-news .news-data [data-time] {
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .page .topics-news .news-data [data-time] {
        font-size: calc(10 / 375 * 100vw); } }
  .page .topics-news .news-data [data-category] {
    font-size: 11px;
    font-size: 1.1rem;
    width: 160px;
    line-height: 22px;
    height: 22px; }
    @media screen and (max-width: 767px) {
      .page .topics-news .news-data [data-category] {
        font-size: calc(10 / 375 * 100vw);
        width: 120px; } }
  .page .topics-news .news-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 2px;
    padding-bottom: 13px;
    padding-left: 275px; }
    @media screen and (max-width: 767px) {
      .page .topics-news .news-title {
        font-size: calc(12 / 375 * 100vw);
        padding-left: 0; } }
  .page .topics-menu {
    background: #343434;
    position: relative; }
    .page .topics-menu::before, .page .topics-menu::after {
      content: "";
      display: block;
      width: 1px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #FFFFFF;
      position: absolute;
      width: 120px;
      height: 1px; }
      @media screen and (max-width: 767px) {
        .page .topics-menu::before, .page .topics-menu::after {
          width: calc(40 / 375 * 100vw); } }
    .page .topics-menu::before {
      left: 0; }
    .page .topics-menu::after {
      right: 0; }
    .page .topics-menu-inner {
      max-width: 970px;
      padding: 204px 15px 220px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page .topics-menu-inner {
          padding: calc(115 / 375 * 100vw) 15px calc(160 / 375 * 100vw); } }
      .page .topics-menu-inner::before, .page .topics-menu-inner::after {
        content: "";
        display: block;
        width: 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #FFFFFF;
        position: absolute; }
      .page .topics-menu-inner::before {
        height: 80px;
        top: 0; }
        @media screen and (max-width: 767px) {
          .page .topics-menu-inner::before {
            height: calc(60 / 375 * 100vw); } }
      .page .topics-menu-inner::after {
        height: 120px;
        bottom: 0; }
        @media screen and (max-width: 767px) {
          .page .topics-menu-inner::after {
            height: calc(100 / 375 * 100vw); } }
    .page .topics-menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: -30px; }
      @media screen and (max-width: 767px) {
        .page .topics-menu-list {
          display: block;
          margin-top: -15px; } }
      .page .topics-menu-list__item {
        background: #000;
        width: 48.5%;
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .page .topics-menu-list__item {
            margin-left: auto;
            margin-right: auto;
            width: 80%;
            margin-top: 15px; } }
        .page .topics-menu-list__item a {
          color: #fff;
          height: 280px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media screen and (max-width: 767px) {
            .page .topics-menu-list__item a {
              height: 80px;
              padding: 0 15px; }
              .page .topics-menu-list__item a img {
                width: 100%; } }
  .page .philosophy-devotion {
    list-style-type: none; }
    .page .philosophy-devotion li {
      text-align: center;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page .philosophy-devotion li {
          font-size: calc(18 / 375 * 100vw); } }
      .page .philosophy-devotion li:not(:first-child) {
        margin-top: 5px; }
  .page .philosophy-origin {
    list-style-type: none; }
    .page .philosophy-origin li {
      text-align: center;
      border-bottom: #C9C9C9 1px solid;
      padding: 5px 10px; }
      @media screen and (max-width: 767px) {
        .page .philosophy-origin li {
          text-align: left; } }
      .page .philosophy-origin li:nth-child(odd) {
        background: #FAFAFA; }
    .page .philosophy-origin__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page .philosophy-origin__title {
          font-size: calc(17 / 375 * 100vw);
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .page .philosophy-origin__title span {
        margin-right: 5px; }
    .page .philosophy-origin__text {
      font-size: 22px;
      font-size: 2.2rem; }
      @media screen and (max-width: 767px) {
        .page .philosophy-origin__text {
          font-size: calc(15 / 375 * 100vw); } }
  .page .profile-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .page .profile-access {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .page .profile-access__link {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
      padding-left: 15px; }
      @media screen and (max-width: 767px) {
        .page .profile-access__link {
          text-align: center;
          padding: 2vw 0 4vw; } }
      .page .profile-access__link .button {
        max-width: 160px;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px;
        text-align: center; }
  .page .business-brand .col:nth-child(4n) {
    margin-bottom: 50px !important; }
    @media screen and (max-width: 767px) {
      .page .business-brand .col:nth-child(4n) {
        margin-bottom: 3vw !important; } }
  .page .business-brand .col:last-child {
    margin-bottom: 0 !important; }
  .page .business-fcimage {
    margin-bottom: 110px; }
    @media screen and (max-width: 767px) {
      .page .business-fcimage {
        margin-bottom: calc(50 / 375 * 100vw); } }
  @media screen and (max-width: 767px) {
    .page .business-fcservice .col:not(:first-child) {
      margin-top: calc(20 / 375 * 100vw); } }
  .page .business-fcservice__image {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .page .business-fcservice__image {
        margin-bottom: calc(15 / 375 * 100vw); } }
  .page .business-fcservice__title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page .business-fcservice__title {
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw); } }
  .page .business-fcservice__text {
    line-height: 1.5; }
  .page .business-contact {
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
      .page .business-contact {
        margin-top: calc(40 / 375 * 100vw); } }
  .page .brandfc-menu {
    border-bottom: 1px solid #000;
    margin: 60px 0; }
    @media screen and (max-width: 767px) {
      .page .brandfc-menu {
        margin: calc(30 / 375 * 100vw); } }
    .page .brandfc-menu-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 20px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative;
      top: 1px; }
      .page .brandfc-menu-list li {
        display: block; }
        .page .brandfc-menu-list li:not(:first-child) {
          border-left: 1px solid #fff; }
        .page .brandfc-menu-list li a {
          display: block;
          background: #000;
          color: #fff;
          text-align: center;
          font-weight: bold;
          padding: 5px 10px;
          width: 250px;
          max-width: 100%;
          position: relative; }
          @media screen and (max-width: 767px) {
            .page .brandfc-menu-list li a {
              width: calc(120 / 375 * 100vw);
              line-height: 1.2;
              padding: calc(10 / 375 * 100vw); } }
          .page .brandfc-menu-list li a span {
            font-size: 22px;
            font-size: 2.2rem; }
            @media screen and (max-width: 767px) {
              .page .brandfc-menu-list li a span {
                font-size: calc(20 / 375 * 100vw); } }
          .page .brandfc-menu-list li a.current {
            background: #fff;
            color: #000; }
            .page .brandfc-menu-list li a.current::before {
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              border: 2px solid #000;
              position: absolute;
              top: 0;
              left: 0;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; }
  .page .brandfc-list .col:nth-child(3n) {
    margin-bottom: 40px !important; }
  .page .brandfc-list .col:last-child {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
    .page .brandfc-list .col:not(:last-child) {
      margin-bottom: calc(30 / 375 * 100vw) !important; } }
  .page .brandfc-list__image {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-list__image {
        margin-bottom: calc(20 / 375 * 100vw); } }
  .page .brandfc-list__title {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
    @media screen and (max-width: 767px) {
      .page .brandfc-list__title {
        margin-bottom: calc(10 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw); } }
  .page .brandfc-list__text {
    font-size: 14px;
    font-size: 1.4rem; }
  .page .brandfc-archive .col {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-archive .col {
        padding-bottom: calc(25 / 375 * 100vw);
        margin-bottom: calc(40 / 375 * 100vw); } }
  .page .brandfc-archive .button {
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: auto;
    width: 160px; }
  .page .brandfc-archive__category {
    margin-bottom: 5px; }
    .page .brandfc-archive__category span {
      display: inline-block;
      border: 1px solid #000;
      margin: 0 5px 5px 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      min-width: 70px;
      padding: 0 10px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .page .brandfc-archive__category span {
          font-size: calc(13 / 375 * 100vw); } }
  .page .brandfc-archive__image {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-archive__image {
        margin-bottom: calc(15 / 375 * 100vw); } }
  .page .brandfc-archive__name {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .page .brandfc-archive__name {
        font-size: calc(16 / 375 * 100vw); } }
    .page .brandfc-archive__name::before, .page .brandfc-archive__name::after {
      content: none; }
  .page .brandfc-archive-data {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-archive-data {
        margin-bottom: calc(20 / 375 * 100vw); } }
    .page .brandfc-archive-data dt span {
      background: #000;
      display: inline-block;
      color: #fff;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      width: 70px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .page .brandfc-archive-data dt span {
          font-size: calc(10 / 375 * 100vw); } }
    .page .brandfc-archive-data dd {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.45; }
      @media screen and (max-width: 767px) {
        .page .brandfc-archive-data dd {
          font-size: calc(14 / 375 * 100vw); } }
      .page .brandfc-archive-data dd .tel {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .page .brandfc-archive-data dd .tel {
            font-size: calc(20 / 375 * 100vw); } }
  .page .brandfc-detail-area {
    text-align: center;
    margin-bottom: 79px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-area {
        margin-bottom: calc(40 / 375 * 100vw); } }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-area [data-title="image"] img {
        height: calc(20 / 375 * 100vw); } }
    .page .brandfc-detail-area [data-title="text"] {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      font-size: 1.4rem; }
  .page .brandfc-detail-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-heading {
        margin-bottom: calc(10 / 375 * 100vw); } }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-heading figure {
        width: 25vw; } }
    .page .brandfc-detail-heading h1 {
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left;
      padding-left: 20px;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page .brandfc-detail-heading h1 {
          padding-left: calc(15 / 375 * 100vw);
          font-size: calc(17 / 375 * 100vw); } }
  .page .brandfc-detail-lead {
    margin-bottom: 40px; }
    .page .brandfc-detail-lead__image {
      margin-bottom: 20px; }
    .page .brandfc-detail-lead__title {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      margin: 28px 0 30px;
      line-height: 1.54; }
      @media screen and (max-width: 767px) {
        .page .brandfc-detail-lead__title {
          margin: calc(15 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
          font-size: calc(18 / 375 * 100vw); } }
      .page .brandfc-detail-lead__title::before, .page .brandfc-detail-lead__title::after {
        display: none; }
  @media screen and (max-width: 767px) {
    .page .brandfc-detail-feature-list__item:not(:first-child) {
      margin-top: calc(15 / 375 * 100vw); } }
  .page .brandfc-detail-feature-list__image {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-feature-list__image {
        margin-bottom: calc(15 / 375 * 100vw); } }
  .page .brandfc-detail-feature-list__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-feature-list__title {
        font-size: calc(18 / 375 * 100vw);
        margin-bottom: 0; } }
  .page .brandfc-detail-profile h2 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-profile h2 {
        margin-bottom: calc(30 / 375 * 100vw); } }
  .page .brandfc-detail-profile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page .brandfc-detail-profile-list__item {
      width: 49.1%;
      border: 1px solid #000;
      margin-bottom: 20px;
      text-align: center;
      min-height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 767px) {
        .page .brandfc-detail-profile-list__item {
          width: 100%;
          min-height: auto;
          padding: 1vw;
          margin-bottom: 3vw; } }
      .page .brandfc-detail-profile-list__item span {
        font-weight: bold; }
      .page .brandfc-detail-profile-list__item p {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.375; }
        @media screen and (max-width: 767px) {
          .page .brandfc-detail-profile-list__item p {
            font-size: calc(17 / 375 * 100vw); } }
      .page .brandfc-detail-profile-list__item .tel {
        font-size: 24px;
        font-size: 2.4rem; }
        @media screen and (max-width: 767px) {
          .page .brandfc-detail-profile-list__item .tel {
            font-size: calc(22 / 375 * 100vw); } }
  .page .brandfc-detail-profile__text {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-profile__text {
        font-size: calc(14 / 375 * 100vw); } }
  .page .brandfc-detail-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .page .brandfc-detail-link {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .page .brandfc-detail-link li {
      margin: 0 5px; }
      @media screen and (max-width: 767px) {
        .page .brandfc-detail-link li {
          margin: 5px; } }
      .page .brandfc-detail-link li .button {
        width: 260px;
        max-width: 100%; }
    .page .brandfc-detail-link + p {
      margin-top: 10px; }
  .page .brandfc-detail-data h2 {
    margin-bottom: 30px; }
  .page .brandfc-detail-top {
    margin-top: 100px; }
  .page .brandfc-attention {
    background: #343434;
    position: relative; }
    .page .brandfc-attention::before, .page .brandfc-attention::after {
      content: "";
      display: block;
      width: 1px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #FFFFFF;
      position: absolute;
      width: 120px;
      height: 1px; }
      @media screen and (max-width: 767px) {
        .page .brandfc-attention::before, .page .brandfc-attention::after {
          width: calc(40 / 375 * 100vw); } }
    .page .brandfc-attention::before {
      left: 0; }
    .page .brandfc-attention::after {
      right: 0; }
    .page .brandfc-attention-inner {
      width: 70%;
      max-width: 970px;
      padding: 50px 15px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page .brandfc-attention-inner {
          padding: calc(50 / 375 * 100vw) calc(60 / 375 * 100vw); 
			width: 100%;
		  } 
		}
      .page .brandfc-attention-inner ul li {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem; }
        @media screen and (max-width: 767px) {
          .page .brandfc-attention-inner ul li {
            font-size: calc(11 / 375 * 100vw); } }
  .page .recruit-top-voice-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .page .recruit-top-voice-block {
        display: block; } }
    .page .recruit-top-voice-block:not(:first-child) {
      margin-top: 30px; }
    .page .recruit-top-voice-block__image {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .page .recruit-top-voice-block__image {
          width: 70%;
          margin: 0 auto; } }
    .page .recruit-top-voice-block__text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .page .recruit-top-voice-block__text {
          margin-top: calc(15 / 375 * 100vw);
          padding-left: 0; } }
    .page .recruit-top-voice-block__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1.3; }
      .page .recruit-top-voice-block__name [data-voice="position"] {
        margin-right: 10px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        padding-top: 2px; }
        @media screen and (max-width: 767px) {
          .page .recruit-top-voice-block__name [data-voice="position"] {
            font-size: calc(18 / 375 * 100vw); } }
      .page .recruit-top-voice-block__name [data-voice="name"] {
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .page .recruit-top-voice-block__name [data-voice="name"] {
            font-size: calc(22 / 375 * 100vw); } }
        .page .recruit-top-voice-block__name [data-voice="name"] span {
          display: block;
          font-size: 12px;
          font-size: 1.2rem; }
          @media screen and (max-width: 767px) {
            .page .recruit-top-voice-block__name [data-voice="name"] span {
              font-size: calc(12 / 375 * 100vw); } }
    .page .recruit-top-voice-block__comment {
      font-size: 22px;
      font-size: 2.2rem;
      text-align: center;
      margin: 60px 0; }
      @media screen and (max-width: 767px) {
        .page .recruit-top-voice-block__comment {
          font-size: calc(16 / 375 * 100vw);
          margin: calc(30 / 375 * 100vw) 0; } }
    .page .recruit-top-voice-block__link {
      text-align: center; }
  .page .recruit-top-senior .col {
    margin-bottom: calc(40 / 375 * 100vw); }
  .page .recruit-top-senior-list__heading {
    text-align: center;
    margin: 25px 0 22px; }
    @media screen and (max-width: 767px) {
      .page .recruit-top-senior-list__heading {
        margin: calc(20 / 375 * 100vw) 0; } }
    .page .recruit-top-senior-list__heading [data-senior="name"] {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page .recruit-top-senior-list__heading [data-senior="name"] {
          font-size: calc(23 / 375 * 100vw); } }
    .page .recruit-top-senior-list__heading [data-senior="history"] {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page .recruit-top-senior-list__heading [data-senior="history"] {
          font-size: calc(17 / 375 * 100vw); } }
  @media screen and (max-width: 767px) {
    .page .recruit-top-senior-list__image {
      width: 70%;
      margin: 0 auto; } }
  .page .recruit-top-senior-list__text {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .page .recruit-top-senior-list__text {
        margin-bottom: calc(20 / 375 * 100vw); } }
  .page .recruit-top-senior-list__link {
    text-align: center; }
  .page .recruit-top-entry-box {
    border: 1px solid #000;
    padding: 30px 40px; }
    @media screen and (max-width: 767px) {
      .page .recruit-top-entry-box {
        padding: calc(20 / 375 * 100vw) calc(30 / 375 * 100vw); } }
  .page .recruit-top-entry__title {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .page .recruit-top-entry__title {
        font-size: calc(22 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw); } }
  .page .recruit-top-entry__text {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .page .recruit-top-entry__text {
        margin-bottom: calc(20 / 375 * 100vw); } }
  .page .recruit-top-entry__link {
    text-align: center; }
  .page .recruit-entry {
    background-color: #EFEFEF;
    background-image: url(../img/top/bg_recruit.png);
    background-position: top 100px right -70px;
    background-repeat: no-repeat;
    position: relative; }
    .page .recruit-entry::before, .page .recruit-entry::after {
      content: "";
      display: block;
      width: 1px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #ACACAC;
      position: absolute;
      width: 120px;
      height: 1px; }
      @media screen and (max-width: 767px) {
        .page .recruit-entry::before, .page .recruit-entry::after {
          width: calc(40 / 375 * 100vw); } }
    .page .recruit-entry::before {
      left: 0; }
    .page .recruit-entry::after {
      right: 0; }
    .page .recruit-entry-inner {
      max-width: 970px;
      padding: 130px 15px 230px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page .recruit-entry-inner {
          padding: calc(115 / 375 * 100vw) 15px calc(160 / 375 * 100vw); } }
      .page .recruit-entry-inner::before, .page .recruit-entry-inner::after {
        content: "";
        display: block;
        width: 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #ACACAC;
        position: absolute; }
      .page .recruit-entry-inner::before {
        height: 80px;
        top: 0; }
        @media screen and (max-width: 767px) {
          .page .recruit-entry-inner::before {
            height: calc(60 / 375 * 100vw); } }
      .page .recruit-entry-inner::after {
        height: 120px;
        bottom: 0; }
        @media screen and (max-width: 767px) {
          .page .recruit-entry-inner::after {
            height: calc(100 / 375 * 100vw); } }
    .page .recruit-entry__title {
      text-align: center;
      margin-bottom: 66px; }
      @media screen and (max-width: 767px) {
        .page .recruit-entry__title {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: calc(40 / 375 * 100vw); } }
    .page .recruit-entry__lead {
      text-align: center; }
    .page .recruit-entry-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 40px 0; }
      @media screen and (max-width: 767px) {
        .page .recruit-entry-button {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: calc(20 / 375 * 100vw) 0; } }
      .page .recruit-entry-button__item {
        margin: 0 10px; }
        @media screen and (max-width: 767px) {
          .page .recruit-entry-button__item {
            margin: calc(5 / 375 * 100vw) 0; } }
    .page .recruit-entry-attention {
      margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .page .recruit-entry-attention {
          margin-top: calc(30 / 375 * 100vw); } }
      .page .recruit-entry-attention__text {
        text-align: center; }
  .page .recruit-voice__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 20px 0 30px; }
    @media screen and (max-width: 767px) {
      .page .recruit-voice__title {
        font-size: calc(19 / 375 * 100vw);
        margin: calc(20 / 375 * 100vw) 0 calc(15 / 375 * 100vw); } }
    .page .recruit-voice__title::before, .page .recruit-voice__title::after {
      content: none; }
  .page .recruit-voice-block {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .page .recruit-voice-block {
        margin-bottom: calc(30 / 375 * 100vw); } }
  .page .recruit-voice-main {
    margin-bottom: 10px; }
    .page .recruit-voice-main__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      line-height: 1.3;
      margin-top: 20px; }
      .page .recruit-voice-main__name [data-voice="position"] {
        margin-right: 10px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        padding-top: 2px; }
        @media screen and (max-width: 767px) {
          .page .recruit-voice-main__name [data-voice="position"] {
            font-size: calc(18 / 375 * 100vw); } }
      .page .recruit-voice-main__name [data-voice="name"] {
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .page .recruit-voice-main__name [data-voice="name"] {
            font-size: calc(22 / 375 * 100vw); } }
        .page .recruit-voice-main__name [data-voice="name"] span {
          display: block;
          font-size: 12px;
          font-size: 1.2rem; }
          @media screen and (max-width: 767px) {
            .page .recruit-voice-main__name [data-voice="name"] span {
              font-size: calc(11 / 375 * 100vw); } }
  .page .recruit-voice-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .page .recruit-voice-profile {
        display: block; } }
    @media screen and (max-width: 767px) {
      .page .recruit-voice-profile__image {
        width: calc(150 / 375 * 100vw);
        margin: 0 auto; } }
    .page .recruit-voice-profile__data {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 35px; }
      @media screen and (max-width: 767px) {
        .page .recruit-voice-profile__data {
          padding-top: calc(15 / 375 * 100vw);
          padding-left: 0; } }
    .page .recruit-voice-profile__title {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .page .recruit-voice-profile__title {
          font-size: calc(16 / 375 * 100vw);
          margin-bottom: calc(10 / 375 * 100vw);
          text-align: center; } }
    .page .recruit-voice-profile__text {
      margin-top: 20px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .page .recruit-voice-profile__text {
          margin-top: calc(10 / 375 * 100vw); } }
  .page .recruit-senior-block:not(:first-child)::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../img/recruit/icon_more.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin: 60px auto; }
    @media screen and (max-width: 767px) {
      .page .recruit-senior-block:not(:first-child)::before {
        margin: calc(30 / 375 * 100vw) auto;
        width: calc(40 / 375 * 100vw);
        height: calc(40 / 375 * 100vw); } }
  .page .recruit-senior-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .page .recruit-senior-heading__image {
      max-width: 300px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .page .recruit-senior-heading__image {
          width: calc(130 / 375 * 100vw); } }
    .page .recruit-senior-heading__profile {
      background: #E5E5E5;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 20px 45px 30px; }
      @media screen and (max-width: 767px) {
        .page .recruit-senior-heading__profile {
          padding: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw); } }
      .page .recruit-senior-heading__profile [data-profile="name"] {
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .page .recruit-senior-heading__profile [data-profile="name"] {
            font-size: calc(17 / 375 * 100vw); } }
      .page .recruit-senior-heading__profile [data-profile="history"] {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin-top: 0; }
        @media screen and (max-width: 767px) {
          .page .recruit-senior-heading__profile [data-profile="history"] {
            font-size: calc(12 / 375 * 100vw); } }
      .page .recruit-senior-heading__profile [data-profile="position"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .page .recruit-senior-heading__profile [data-profile="position"] {
            margin-top: calc(5 / 375 * 100vw); } }
        .page .recruit-senior-heading__profile [data-profile="position"] li {
          background: #fff;
          font-size: 11px;
          font-size: 1.1rem;
          padding: 3px 10px;
          width: 180px;
          max-width: 32%;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .page .recruit-senior-heading__profile [data-profile="position"] li {
              width: 100%;
              max-width: 100%;
              font-size: calc(9 / 375 * 100vw);
              padding: 1px 2px; } }
          .page .recruit-senior-heading__profile [data-profile="position"] li:not(:last-child) {
            margin-right: 5px; }
            @media screen and (max-width: 767px) {
              .page .recruit-senior-heading__profile [data-profile="position"] li:not(:last-child) {
                margin-right: 0;
                margin-bottom: 1%; } }
  .page .recruit-senior-content {
    margin-top: 36px; }
    @media screen and (max-width: 767px) {
      .page .recruit-senior-content {
        margin-top: calc(20 / 375 * 100vw); } }
    .page .recruit-senior-content__title {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.545;
      margin: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .page .recruit-senior-content__title {
          font-size: calc(18 / 375 * 100vw); } }
      .page .recruit-senior-content__title::before, .page .recruit-senior-content__title::after {
        content: none; }
  .page .recruit-senior-work {
    margin-top: 25px;
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
    padding: 28px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media screen and (max-width: 767px) {
      .page .recruit-senior-work {
        display: block;
        padding: 0 calc(15 / 375 * 100vw); } }
    .page .recruit-senior-work__item {
      width: 50%;
      padding: 0 25px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page .recruit-senior-work__item {
          width: 100%;
          padding: calc(15 / 375 * 100vw) 0; } }
      .page .recruit-senior-work__item:last-child::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        left: -5px;
        top: 0;
        background: #707070; }
        @media screen and (max-width: 767px) {
          .page .recruit-senior-work__item:last-child::before {
            width: 100%;
            height: 1px;
            top: 0;
            left: 0; } }
    .page .recruit-senior-work__title {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .page .recruit-senior-work__title {
          font-size: calc(16 / 375 * 100vw);
          margin-bottom: calc(5 / 375 * 100vw); } }
    .page .recruit-senior-work__text {
      font-size: 13px;
      font-size: 1.3rem; }

.pager {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .pager {
      margin-top: calc(20 / 375 * 100vw); } }
  .pager-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pager-list li {
      margin: 0 3px 10px; }
      .pager-list li a,
      .pager-list li span {
        display: block;
        min-width: 34px;
        height: 34px;
        border: 1px solid #707070;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
      .pager-list li span {
        background: #6A6A6A;
        color: #fff; }

/* google nap */

.map {
    position: relative;
    width: 98%;
    padding-top: 56.25%;
	margin: 0 auto 50px;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
	.map {
		position: relative;
		width: 96%;
		padding-top: 56.25%;
		margin: 0 auto 50px;
		/* 16:9のアスペクト比 */
		height: 0;
	}
}


/*# sourceMappingURL=page.css.map */