/* -----------------------------------------------------------
/  Webフォント
----------------------------------------------------------- */

@import url(yakuhanjp.min.css);
@import url(yakuhanmp.min.css);

.mincho {
  font-family: "YakuHanMP", "Georgia", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif !important;
}

/* -----------------------------------------------------------
/  全体
----------------------------------------------------------- */

* {
  letter-spacing: -0.02em;

  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "YakuHanJP", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}



/* -----------------------------------------------------------
/  ユーティリティ
----------------------------------------------------------- */

.bg-transparent {
  background-color: transparent !important;
}

.size-full {
  max-width: 100%;
  height: auto;
}


/* -----------------------------------------------------------
/  ローディング
----------------------------------------------------------- */

#loader {
  position: fixed;
  z-index: 999999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: #101010;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader > img {
  -webkit-animation: opacity 3s ease-in-out infinite;
  animation: opacity 3s ease-in-out infinite;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* -----------------------------------------------------------
/  Flickity Slider
----------------------------------------------------------- */

.flickity-page-dots {
  line-height: 1 !important;
  position: absolute !important;
  bottom: 15px !important;
  left: 15px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

.flickity-page-dots .dot {
  display: inline-block !important;
  width: 30px !important;
  height: 4px !important;
  margin: 0 5px !important;
  cursor: pointer !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;
}

.flickity-page-dots .dot.is-selected {
  background: #d9a339 !important;
}


/* -----------------------------------------------------------
/  ScrollReveal
----------------------------------------------------------- */


/*.top,
.bottom,
.left,
.right,
.delay-top,
.delay-bottom,
.delay-left,
.delay-right,
.moredelay-top,
.moredelay-bottom,
.moredelay-left,
.moredelay-right,
.more2delay-delay-top,
.more2delay-bottom,
.more2delay-left,
.more2delay-right {
  visibility: hidden;
}*/


/* -----------------------------------------------------------
/  コンポーネント
----------------------------------------------------------- */


/* -------- 矢印 -------- */

.arw-right {
  padding-left: 20px;
}

.arw-left {
  padding-right: 20px;
}


/* -------- 見出し -------- */

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.bg-bar {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #211613;
}

.bg-bar:before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 40%;
  height: 25px;
  content: "";
  background: url(../images/common/bg-bar-blue.svg) repeat-x;
}

.bg-bar:after {
  position: absolute;
  top: 17px;
  right: 0;
  width: 40%;
  height: 25px;
  content: "";
  background: url(../images/common/bg-bar-blue.svg) repeat-x;
}

.bg-bar .rubi {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  color: #3982d3;
}

@media screen and (max-width: 576px) {
  .bg-bar {
    font-size: 28px;
  }
}


/* -------- 段落 -------- */

p {
  font-size: 15px;
  line-height: 2;
  color: #1a1a1a;
}


/* -------- 透かし文字 -------- */

.alphatxt-outer {
  position: relative;
  z-index: 1;
}

.alphatxt {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 900;
  position: absolute;
  z-index: -1;
  left: 0;
  margin-top: -0.5em;
  white-space: nowrap;
  opacity: 0.15;
  color: #1a1a1a;
}

.alphatxt.vertical {
  margin-left: -0.5em;
  -ms-writing-mode: tb-lr;

  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}


/* -------- カード -------- */

.card.no-border {
  border: none;
}

.card.white .card-body .card-title,
.card.white .card-body .card-text {
  color: #ffffff;
}

.card .card-body .card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1a1a1a;
}

.card .card-body .card-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  color: #666666;
}


/* -----------------------------------------------------------
/  ヘッダー
----------------------------------------------------------- */

body .site-header {
  padding: 20px 0 0;
  border-top: 4px solid #de084a;
}

body .site-header .brand-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .site-header .brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body .site-header .brand .logo {
  margin-right: 10px;
}

body .site-header .brand .logo-type {
  margin-right: 14px;
}

body .site-header .brand .area {
  padding: 4px;
  text-align: center;
  border: solid 1px #8bc9fa;
  border-radius: 4px;
  background: #ddedf7;
}

body .site-header .brand .area .rubi {
  font-size: 10px;
  display: block;
}

body .site-header .brand .area {
  font-size: 13px;
  font-weight: bold;
  color: #3982d3;
}

@media screen and (max-width: 400px) {
  body .site-header .brand .logo {
    width: 100px;
  }
  body .site-header .brand .logo-type {
    width: 148px;
  }
}

@media screen and (max-width: 320px) {
  body .site-header .brand .logo {
    width: 80px;
  }
  body .site-header .brand .logo-type {
    width: 118px;
  }
}


/* -------- 電話番号 -------- */

.tel-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tel-block > address:first-child {
  margin-right: 35px;
  margin-left: auto;
}

.tel-block > address {
  display: block;
  margin-bottom: 0;
}

.tel-block .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 3px;
  color: #211613;
}

.tel-block .number {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  margin-left: -29px;
  letter-spacing: -0.6px;
  color: #de084a;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel-block .number > img {
  margin-right: 6px;
}

.tel-block .rubi {
  font-size: 10px;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 991px) {
  .tel-block > address:first-child {
    margin-left: unset;
  }
}

@media screen and (max-width: 767px) {
  .tel-block {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tel-block > address:first-child {
    margin-right: unset;
    margin-left: unset;
  }
}


/* -----------------------------------------------------------
/  ナビゲーション
----------------------------------------------------------- */

.mainnav {
  background-color: #3982d3;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.mainnav .navbar-nav .nav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainnav .navbar-nav .nav-item:before {
  position: absolute;
  top: 25%;
  left: 0;
  width: 1px;
  height: 18px;
  content: "";
  background: #ffffff;
}

.mainnav .navbar-nav .nav-item:last-child:after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 18px;
  content: "";
  background: #ffffff;
}

.mainnav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

.mainnav .navbar-nav .nav-item .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainnav .navbar-nav .nav-item .nav-link > img {
  margin-right: 9px;
}


/* -----------------------------------------------------------
/  ハンバーガーメニュー
----------------------------------------------------------- */

.navbar-toggler {
  border: none;
  background: none;
}

.navbar-toggler > img {
  width: 32px;
}


/* -----------------------------------------------------------
/  メインビジュアル
----------------------------------------------------------- */

.mainvisual .f-slider .f-item {
  width: 1140px;
  height: auto;
}

@media screen and (max-width: 1139px) {
  .mainvisual .f-slider .f-item {
    width: 100%;
  }
}


/* -----------------------------------------------------------
/  キャンペーン
----------------------------------------------------------- */

.campaign-section {
  padding: 22px 0 28px;
  border-top: 1px solid #5d99dc;
  border-bottom: 1px solid #5d99dc;
  background-color: #eff9ff;
}

.campaign-section > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.campaign-section .title {
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  padding: 12px 30px 12px 20px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  background: #ffffff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.campaign-section .title:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  content: "";
  border: 12px solid transparent;
  border-left: 12px solid #ffffff;
}

.campaign-section .title:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  content: "";
  border: 14px solid transparent;
  border-left: 14px solid #dddddd;
}

.campaign-section .title .en {
  font-size: 12px;
  font-weight: bold;
  color: #3982d3;
}

.campaign-section .title h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #211613;
}

.campaign-section .item {
  margin: 0;
}

.campaign-section .item .date {
  font-size: 14px;
  color: #211613;
}

.campaign-section .item .item-title a {
  font-size: 14px;
  position: relative;
  display: block;
  padding-right: 30px;
  color: #de084a;
}

.campaign-section .item .item-title a:after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 25px;
  height: 27px;
  content: url(../images/common/arw-blue.svg);
}

.campaign-section .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.campaign-section .item .date {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .campaign-section > .container {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .campaign-section .title:before {
    top: unset;
    right: unset;
    bottom: -24px;
    left: 44%;
    border-top: 12px solid #ffffff;
    border-left-color: transparent;
  }
  .campaign-section .title:after {
    top: unset;
    right: unset;
    bottom: -28px;
    left: 43%;
    border-top: 14px solid #dddddd;
    border-left-color: transparent;
  }
  .campaign-section .item {
    flex-direction: column;
    margin-top: 18px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}


/* -----------------------------------------------------------
/  事業内容
----------------------------------------------------------- */

.business-section {
  padding-bottom: 360px;
  background: url(../images/index/bg-business.png) no-repeat center bottom;
  background-size: cover;
}

.business-section .cat-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 28px;
  padding: 8px 15px 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
}

.business-section .house .cat-title {
  background: #950212;
}

.business-section .office .cat-title {
  background: #2b62ab;
}

.card {
  margin-bottom: 24px;
  border: none;
  background: transparent;
}

.card .card-img-top {
  margin-bottom: 8px;
  border-radius: 0;
}

.card .title > img {
  margin-right: 7px;
}

.card .title {
  font-size: 15px;
  font-weight: bold;
  color: #211613;
}

@media screen and (max-width: 991px) {
  .business-section .bg-bar:before,
  .business-section .bg-bar:after {
    width: 36%;
  }
}

@media screen and (max-width: 575px) {
  .business-section .bg-bar:before,
  .business-section .bg-bar:after {
    width: 28%;
  }
}


/* -----------------------------------------------------------
/  会社案内
----------------------------------------------------------- */

.company-section {
  background: #d7e6f4;
}

.overlay-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 70px 80px;
  background: #3982d3;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-block:before {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  content: "";
  border: 2px solid #ffffff;
  background: transparent;
}

.company .overlay-block:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/index/bg-company-block.png) no-repeat center center;
  background-size: cover;
}

.overlay-block .en {
  font-size: 10px;
  font-weight: bold;
  z-index: 9;
  text-align: center;
  text-align: center;
  color: #ffffff;
}

.overlay-block .title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #ffffff;
}

.overlay-block .title:after {
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 46px;
  height: 3px;
  content: "";
  background: #ffffff;
}

.overlay-block p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  z-index: 9;
  text-align: center;
  color: #ffffff;
}

.message-block:first-child {
  margin-bottom: 20px;
}

.message-block .outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message-block .text {
  width: 60%;
  padding: 28px 30px;
  background: #ffffff;
}

.message-block .en {
  font-size: 10px;
  font-weight: bold;
  color: #e01453;
}

.message-block .title {
  font-size: 22px;
  font-weight: bold;
  color: #211613;
}

.message-block p {
  font-size: 12px;
  font-weight: normal;
  color: #656565;
}

.message-block .thumbnail {
  width: 40%;
  margin-left: auto;
  background-size: cover !important;
}

.message-block.founder .thumbnail {
  background: url(../images/index/img-founder.jpg) no-repeat center center;
}

.message-block.representative .thumbnail {
  background: url(../images/index/img-representative.jpg) no-repeat center center;
}

.recruit .overlay-block {
  flex-direction: row;
  padding: 0;
  background-image: -webkit-linear-gradient(334deg, #fd5d8e, #f684a9);
  background-image: linear-gradient(116deg, #fd5d8e, #f684a9);

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recruit .overlay-block .text {
  width: 64%;
  padding: 50px 80px 40px;
}

.recruit .overlay-block .title,
.recruit .overlay-block p {
  text-align: left;
}

.recruit .overlay-block .title:after {
  left: 0;
}

.recruit .overlay-block .overlay-thumbnail {
  width: 100%;
  height: 100%;
  background: url(../images/index/recruit-overlay.png) center bottom;
  background-size: cover;
}

.company-section .recruit {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .company-section .company {
    margin-bottom: 25px;
  }
  .message-block:first-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .message-block:first-child {
    margin-bottom: 15px;
  }
  .recruit .overlay-block {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .recruit .overlay-block .text {
    width: 100%;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .recruit .overlay-block .overlay-thumbnail {
    height: 300px;

    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}


/* -----------------------------------------------------------
/  お知らせ
----------------------------------------------------------- */

.news-section header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-section header .title {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  color: #211613;
}

.news-section header .title > img {
  margin-right: 10px;
}

.news-section header a {
  font-size: 12px;
  color: #737373;
}

.news-outer .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #eaeaea;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-outer .item:first-child {
  border-top: 3px solid #c5c5c5;
}

.article-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-outer .item a > * {
  padding-right: 15px;
}

.article-meta .tag-outer {
  /*  flex: 0 0 80px;*/
  margin-right: 8px;
}

.article-meta .tag {
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding: 2px 10px 4px;
  text-align: center;
  color: #ffffff;
  border-radius: 99999px;
}

.article-meta .tag.news {
  background: #7a7371;
}

.article-meta .tag.campaign {
  background: #e75280;
}

.news-outer .table th,
.news-outer .table td {
  padding: 1rem 0;
  padding-right: 15px;
  padding-left: 15px;
}

.news-outer .date {
  font-size: 14px;
  color: #646464;
}

.news-outer .title {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #211613;
}

@media screen and (max-width: 575px) {
  .news-outer .item a {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}


/* -------- バナーエリア -------- */

.bnr-outer a {
  display: block;
  margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
  .news-section .bnr-outer {
    margin-top: 25px;
  }
}


/* -----------------------------------------------------------
/  フッター
----------------------------------------------------------- */

footer {
  background: #e8e7e7;
}

footer .footer-nav {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

footer .footer-nav .btn-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #211613;
}

footer .footer-nav .btn-link:before {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  content: url(../images/common/fill-circle-blue.svg);
  vertical-align: middle;
}


/* -------- フッターサブナビゲーション -------- */

footer .footer-nav-sub .btn-link {
  font-size: 11px;
  color: #8a8a8a;
}


/* -------- コピーライト -------- */

footer .copyright {
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #de084a;
}

footer .copyright p {
  font-size: 10px;
  margin: 0;
  color: #ffffff;
}


/* -----------------------------------------------------------
/  アイキャッチ
----------------------------------------------------------- */

.eyecatch {
  padding: 44px 0;
  background: #d7e6f6;
}

.eyecatch .page-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  color: #3982d3;
}


/* -----------------------------------------------------------
/  パンくずリスト
----------------------------------------------------------- */

.breadcrumb-outer {
  padding: 10px;
}

.breadcrumb-outer ol {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-outer ol li a {
  font-size: 12px;
  line-height: 1;
  color: #211613;
}

.breadcrumb-outer ol li .slash {
  line-height: 1;
  margin: 0 14px;
}


/* -----------------------------------------------------------
/  メインコンテンツ
----------------------------------------------------------- */

.main-outer {
  padding: 40px 0;
}



/* -----------------------------------------------------------
/  アーカイブ
----------------------------------------------------------- */

.archive-section .news-outer .item a {
  padding: 22px 30px 26px;
}

.archive-section .news-outer .item:nth-child(odd) a {
  background: #e8e7e7;
}


/* -----------------------------------------------------------
/  ページネーション
----------------------------------------------------------- */

.pagination-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 40px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  margin: 0 5px;
}

.pagination .page-item .page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-item .page-link {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #de084a;
}

.pagination .page-item.disabled .page-link {
  color: #9b9b9b;
  background: #d8d8d8;
}


/* -----------------------------------------------------------
/  サイドコンテンツ
----------------------------------------------------------- */

.side-link-outer {
  padding: 0;
  list-style: none;
}

.side-link-outer .side-link-header {
  font-size: 14px;
  padding: 13px 18px 14px;
  color: #ffffff;
  background: #211613;
}

.side-link-outer .link-item {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 18px 14px;
  color: #5a5a5a;
  border-bottom: 1px solid #ebebeb;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side-link-outer .link-item:after {
  width: 14px;
  height: 14px;
  content: url(../images/common/arw-circle-blue.svg);
}


/* -----------------------------------------------------------
/  シングル
----------------------------------------------------------- */

.article-item .article-meta {
  margin-bottom: 10px;
}

.article-item h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #211613;
}

.article-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3982d3;
}

.article-item img {
  margin-bottom: 20px;
}

.table tr:first-child th,
.table tr:first-child td {
  border-top: solid 1px #dddddd;
}

.table tr th,
.table tr td {
  border-bottom: solid 1px #dddddd;
}

.table th {
  min-width: 190px;
  color: #363636;
  background: #f5f5f5;
}

.table td {
  font-size: 15px;
  line-height: 1.73;
  padding: 22px 26px;
}

.table.table-red tr:first-child th,
.table.table-red tr:first-child td {
  border-top: solid 1px #dcafbe;
}

.table.table-red tr th,
.table.table-red tr td {
  border-bottom: solid 1px #dcafbe;
}

.table.table-red th {
  font-size: 16px;
  font-weight: bold;
  padding: 22px 26px;
  color: #de084a;
  background: #fce9ef;
}

.table.table-red td {
  color: #211613;
}

@media screen and (max-width: 767px) {
  .table.table-red tr th,
  .table.table-red tr td {
    display: block;
  }
}


/* -----------------------------------------------------------
/  ボタン
----------------------------------------------------------- */

.btn-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-default {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  min-width: 224px;
  padding: 15px 30px 18px;
  color: #ffffff;
  background: #3982d3;
}

.btn-red {
  background: #de084a;
}

.btn-red:hover {
  color: #750d34;
}

.btn-back {
  position: relative;
  padding-left: 44px;
}

.btn-back:before {
  position: absolute;
  top: 30%;
  left: 14px;
  width: 14px;
  height: 14px;
  content: url(../images/common/arw-circle-blue-back.svg);
}

.btn-next {
  position: relative;
  padding-right: 44px;
}

.btn-next:before {
  position: absolute;
  top: 30%;
  right: 14px;
  width: 14px;
  height: 14px;
  content: url(../images/common/arw-circle-red-next.svg);
}

.btn-next.blue:before {
  content: url(../images/common/arw-circle-blue.svg);
}

/* -----------------------------------------------------------
/  会社案内
----------------------------------------------------------- */
/* -------- 代表挨拶 -------- */
.profile {
  padding: 1.5rem;
  border: 1px solid #dedede;
}

.profile dt {
  font-size: 14px;
  font-weight: normal;
  color: #211613;
}

.profile dd {
  font-size: 14px;
  color: #545454;
}

.profile .mincho dd {
  font-size: 22px;
  font-weight: 500;
  color: #211613;
}

/* -----------------------------------------------------------
/  店舗紹介
----------------------------------------------------------- */
.shop-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-info h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 30px 0 0;
  color: #211613;
}

.shop-info .info {
  font-size: 14px;
  color: #211613;
}

.shop-image {
  margin-bottom: 60px;
}

/* -----------------------------------------------------------
/  採用情報
----------------------------------------------------------- */
.recruit .bg-bar {
  margin: 50px 0;
}
.recruit-message {
  padding-bottom: 770px;
  background: url(../images/recruit/recruit-top.png) no-repeat bottom center;
}

.recruit-message h2 {
  font-size: 32px;
  font-weight: bold;
  color: #e379a1;
}

.recruit-message p {
  font-size: 18px;
  line-height: 2;
  color: #211613;
}

.philosophy {
  margin-top: 60px;
}

.philosophy h3 {
  margin-bottom: 20px;
}

.philosophy h3 span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

/* -------- スタッフ -------- */
.staff-block .item {
  position: relative;
  margin-bottom: 30px;
}

.staff-block .item:nth-child(odd) {
  text-align: right;
}

.staff-block .text {
  position: absolute;
  top: 10%;
  left: 52%;
  padding: 52px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.staff-block .text:nth-child(odd) {
  right: 52%;
  left: unset;
}

.staff-block .name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #353535;
}

.staff-block .name .rubi {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  color: #535353;
}

.staff-block .meta {
  font-size: 12px;
  font-weight: bold;
  color: #535353;
}
.staff-block .description {
  font-size: 12px;
  line-height: 1.57;
  margin-bottom: 30px;
  letter-spacing: -0.2px;
  color: #585858;
}

.recruit-info .table-title {
  font-size: 22px;
  font-weight: bold;
  color: #3982d3;
}

@media screen and (max-width: 991px) {
  .recruit-message h2 {
    font-size: 24px;
  }
  .recruit-message p {
    font-size: 14px;
  }
  .recruit-message {
    padding-bottom: 300px;
    background-size: contain;
  }
  .recruit .bg-bar:before,
  .recruit .bg-bar:after {
    width: 26%;
  }
  .recruit .recruit-entry .bg-bar:before,
  .recruit .recruit-entry .bg-bar:after {
    width: 18%;
  }
  .staff-block .item .profile-thumb {
    width: 100%;
  }
  .staff-block .item:nth-child(odd) {
    text-align: left;
  }
  .staff-block .item:nth-child(odd) .profile-thumb {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .staff-block .item:nth-child(odd) .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .recruit-info .table th,
  .recruit-info .table td {
    display: block;
  }
  .staff-block .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .staff-block .text {
    position: unset;
    right: unset;
    left: unset;
  }
  .recruit-entry .entry-block {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .recruit-entry .entry-block .tel-block:after {
    display: none;
  }
}

/* -------- エントリー方法 -------- */
.recruit-entry h3.bg-bar:before,
.recruit-entry h3.bg-bar:after {
  width: 34%;
}

.recruit-entry .entry-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit-entry .entry-block > div {
  padding: 0 50px;
}

.recruit-entry .entry-block .tel-block {
  position: relative;
}

.recruit-entry .entry-block .tel-block:after {
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70px;
  content: "";
  background: #dadada;
}

.recruit-entry .entry-block dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  color: #3982d3;
}

.recruit-entry .entry-block .number {
  font-size: 36px;
  font-weight: 900;
  margin-left: 0;
  color: #211613;
}

.recruit-entry .entry-block .description {
  font-size: 14px;
  line-height: 1.57;
  color: #211613;
}

/* -----------------------------------------------------------
/  １日の流れ
----------------------------------------------------------- */
.recruit .schedule .item {
  position: relative;
  padding: 50px 0;
}
.recruit .schedule .item:nth-child(even) {
  background: #d7e6f4;
}
.recruit .schedule .item:after {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 43px;
  margin: 0 auto;
  content: url(../images/common/arrow-down-gray.svg);
}
.recruit .schedule .item:first-child:after {
  display: none;
}
.recruit .schedule .text .time {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 9px;
  color: #3982d3;
}

.recruit .schedule .text dt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 17px;
  color: #353535;
}

.recruit .schedule .text dd {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 20px;
  color: #211613;
}

/* -----------------------------------------------------------
/  お問い合わせ
----------------------------------------------------------- */
.form-group {
  margin-bottom: 0;
  padding: 25px 0;
  border-bottom: 1px solid #e1e1e1;
}
.form-group .col-form-label {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
}

.form-group label .tag.required {
  font-size: 10px;
  line-height: 1;
  margin: 0 10px;
  padding: 1px 7px 3px;
  text-align: center;
  color: #ffffff;
  border: solid 1px #a31c1c;
  background-color: #c63d3d;
}

.form-group .form-control {
  min-height: 50px;
  border: solid 1px #dedede;
  background-color: #efefef;
}

.form-group .note {
  font-size: 12px;
  margin-bottom: 8px;
  text-align: left;
  color: #6d6d6d;
}

.form-group .pp-check {
  font-size: 14px;
  font-weight: bold;
  padding: 24px;
  text-align: center;
  border: solid 1px #b2c9e2;
  background-color: #eaf4ff;
}

.form-group:last-child {
  border-bottom: none;
}

/* -----------------------------------------------------------
/  個人情報保護方針
----------------------------------------------------------- */
.privacy-section .section {
  margin-bottom: 3rem;
}

.privacy-section .section:not(:last-of-type) {
  padding-bottom: 3rem;
  border-bottom: 1px solid #dedede;
}

.privacy-section .section h2 {
  font-size: 20px;
}

.privacy-section .section p {
  font-size: 14px;
  font-weight: normal;
}

.privacy-section .section p:last-of-type {
  margin-bottom: 0;
}

.privacy-section .section p em {
  font-style: normal;
  line-height: 1.8;
  font-size: 16px;
}

.privacy-section .section .md_kaiji{
  font-size: 14px;
}

.privacy-section .section .md_kaiji h2{
  font-size: 18px;
}

.privacy-section .section .md_kaiji h3{
  background: #d7e6f6;
  text-align: center;
  font-size: 16px;
  padding: 1rem 0;
  color: #3982d3;
  margin-top: 1rem;
}