@charset "UTF-8";
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.all-wrapper {
  /*パンくず*/
}
.all-wrapper .breadcrumb-wrap {
  margin: 0 0 30px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin: 0 0 45px;
  }
}
.all-wrapper .breadcrumb-wrap .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: underline;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after {
  content: "＞";
  padding: 0 3px;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  content: "";
}

/* all-wrapper */
/*　////////////////////////////////
lower-main
//////////////////////////////////　*/
.lower-main {
  background: #f2efeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-bottom: 60px;
}
.lower-main .main-img {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-main .main-img .main-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  margin-top: auto;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .lower-main {
    padding: 30px;
    margin-bottom: 100px;
  }
  .lower-main .main-img {
    height: 600px;
  }
}
.info-title {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .info-title {
    margin-top: 100px;
  }
}
/*　////////////////////////////////
メイン画像
//////////////////////////////////　*/
.webp .lower-main .main-img {
  background-image: url("/img/concept/webp/concept_main.webp");
}

.no-webp .lower-main .main-img {
  background-image: url("/img/concept/concept_main.jpg");
}

/*----- .concept-top ------------------------------------*/
.concept-top .sub-title {
  text-align: center;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  line-height: 2;
  margin-bottom: 20px;
}
.concept-top .f-wrap-02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.concept-top .f-wrap-02 .f-box .blur-img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.concept-top .f-wrap-02 .f-box .concept-txt {
  font-size: clamp(1.4rem, 1.45vw, 1.5rem);
}

@media (min-width: 768px) {
  .concept-top .sub-title {
    margin-bottom: 80px;
  }
}
/*----- .commitment ------------------------------------*/
.commitment .f-wrap-02 {
  padding: 0 10px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.commitment .sub-title {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  margin-bottom: 10px;
}
.commitment .first-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.commitment .second-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.commitment .third-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .commitment .f-wrap-02 {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .commitment .f-wrap-02 {
    padding: 0px;
  }
}
/*----- .staff ------------------------------------*/
.staff .job {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  display: inline-block;
  margin-bottom: 0.6em;
}
.staff .name {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  margin-bottom: 0.6em;
  font-weight: normal;
}
.staff .explain {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.staff .explain span {
  font-weight: 500;
}
.staff .insta-link {
  display: inline-block;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  padding-left: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1;
  color: #938172;
}
.staff .insta-link::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .staff .insta-link::before {
    width: 26px;
    height: 26px;
  }
}
.staff .insta-link::before {
  background-image: url("/img/common/insta.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (min-width: 768px) {
  .staff .f-wrap-02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .staff .f-wrap-02 .left-box {
    width: 46%;
  }
  .staff .f-wrap-02 .right-box {
    width: 50%;
  }
}