@charset "utf-8";
/*************************
共通
*************************/
html {
  -webkit-overflow-scrolling: touch;
}
/* --------▼　MTのみ崩れる箇所の対策　▼-------- */
*, :after, :before, html, a {
  box-sizing: border-box;
}
figure {
  margin: 0 0 1rem;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
/* --------▲　MTのみ崩れる箇所の対策　▲-------- */
main .container {
  width: auto;
  max-width: inherit;
  height: auto;
  background-color: #f5f4f0;
  padding-bottom: 90px;
}
body .orihica_main img {
  height: auto;
}
.container .breadcrumbs {
  padding: 12px;
}
.orihica_main .topicModuleBanner a:hover {
  opacity: .7;
  transition: .2s
}
.orihica_main p, .orihica_main ul, .orihica_main h2, .comment {
  line-height: 2;
  color: #171717;
}
.orihica_main .center {
  text-align: center;
}
/* メインビジュアル */
.orihica_main .mv .mv_img img {
  width: 100%;
  margin: 0 auto;
}
.orihica_main .mv {
  margin: 0 auto 50px;
}
.orihica_main .about {
  line-height: 2.3;
  margin: 0 0 80px;
  padding-top: 40px;
  font-size: 14px;
  text-align: center;
}
.orihica_main .lead_text {
  font-size: 14px;
  text-align: center;
}
.section {
  margin-top: 100px;
}
/* 見出し */
h1 {
  margin: 0;
}
h2 {
  margin-bottom: 30px;
  font-size: 19px;
  text-align: center;
  line-height: 1.7;
  font-weight: 300;
}
h2 span {
  font-size: 25px;
  background: linear-gradient(transparent 50%, #fff 50%);
  font-weight: bold;
  padding: 0px 20px;
  position: relative;
}
h2 span::after {
  content: "";
  display: block;
  position: absolute;
}
h2 img {
  margin: auto;
  margin-bottom: 5px;
}
/*　week position　*/
.Monday h2 span::after {
  width: 131px;
  height: 55px;
  top: -60px;
  left: -37px;
  background: url("../img/5days-officestyle_tx01.webp") no-repeat;
  background-size: 131px 55px;
}
.Tuesday h2 span::after {
  width: 133px;
  height: 56px;
  top: -60px;
  left: -70px;
  background: url("../img/5days-officestyle_tx02.webp") no-repeat;
  background-size: 133px 56px;
}
.Wednesday h2 span::after {
  width: 181px;
  height: 70px;
  top: -60px;
  left: -226px;
  background: url("../img/5days-officestyle_tx03.webp") no-repeat;
  background-size: 181px 70px;
}
.Thursday h2 span::after {
  width: 154px;
  height: 59px;
  top: -60px;
  left: -190px;
  background: url("../img/5days-officestyle_tx04.webp") no-repeat;
  background-size: 154px 59px;
}
.Friday h2 span::after {
  width: 112px;
  height: 55px;
  top: -60px;
  left: 0px;
  background: url("../img/5days-officestyle_tx05.webp") no-repeat;
  background-size: 112px 55px;
}
/*　 lead-contents　*/
.leadText {
  font-size: 15px;
  text-align: center;
  margin-bottom: 80px;
}
.bg {
  background-color: #a75353;
}
.staff-Profile {
  width: 500px;
  padding: 50px 0;
  font-size: 14px;
}
.staff-Profile p {
  color: #FFFFFF;
}
.flex-box {
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: flex-start;
}
.staff-Profile .staff-R {
  width: 164px;
}
.staff-Profile .staff-L {
  max-width: 325px;
  margin: auto 0;
}
.staff-Profile .staff-Name {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: bold;
}
.staff-Profile .staff-Name span {
  width: 60%;
  text-align: center;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
.instagram_btn {
  position: relative;
  max-width: 250px;
  margin-top: 20px;
  padding: 10px 43px 10px 55px;
  background: #FFF;
  color: #171717 !important;
  border: 2px solid #171717;
  border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.instagram_btn .glay {
  color: #ccc;
}
.instagram_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  right: 18px;
  top: calc(50% - 3px);
  border-top: 1px solid #171717;
  border-right: 1px solid #171717;
  transform: rotate(45deg);
}
.instagram_btn .icon {
  display: inline-block;
  position: relative;
}
.icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -30px;
  top: calc(50% - 8px);
  background-image: url("../img/5days-officestyle_insta.webp");
  background-size: 17px 17px
}
.instagram_btn:hover {
  background: #f5f4f0;
}
.staff-Profile .staff-R img + p {
  font-weight: 100;
}
.comment {
  display: flex;
}
.comment-img {
  width: 120px;
  height: 100% !important;
  margin: -20px 13px 0 0;
}
.coordination h2 img {
  max-width: 420px
}
/*モジュール調整*/
.topicModuleCol2 {
  margin-bottom: 40px;
}
.topicModuleCol2__image {
  display: none;
}
.topicModuleItemBtn {
  background: #fff;
  border: 1px solid #171717 !important;
  color: #171717 !important;
}
.topicModuleItemBtn:hover {
  background: #171717;
  color: #fff !important;
  opacity: 1;
}
.topicModuleItemBtn:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.topicModuleItemBtn::after {
  border-top: 1px solid #171717;
  border-right: 1px solid #171717;
}
.topicModuleCol2__item .topicModuleItem__button {
  display: inline-block;
  background: #fff;
  border: 1px solid #171717 !important;
  color: #171717 !important;
}
.topicModuleCol2__item .topicModuleItem {
  flex-direction: row;
  color: #171717;
}
.topicModuleCol2__item .topicModuleItem__titleCol {
  width: 38%;
}
.topicModuleCol2__item .topicModuleItem__buttonCol {
  width: 135px;
  display: block;
  text-align: right;
}
.orihica_main .topicModuleCol1__priceItem {
  display: block;
}
.topicModuleCol1__priceItem, .topicModuleCol2__price {
  width: auto;
}
.topicModuleCol2__price .topicModuleItem__priceCol {
  width: 63%;
}
.topicModuleCol1__priceItem + .topicModuleCol1__priceItem, .topicModuleCol2__price + .topicModuleCol2__price {
  border-top: 1px solid #ccc;
}
.topicModuleBanner {
  margin-bottom: 0;
}
.footer {
  margin-top: 0;
}
.orihica_main .card_desc p {
  line-height: 1;
}
/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
  .sp {
    display: none;
  }
  .topicModuleCol2__item .topicModuleItem__buttonCol {
    max-width: 117px;
  }
  .topicModuleCol2__text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .w1100 {
    max-width: 1100px;
  }
  .mt30 {
    margin-top: 0;
  }
}
/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
  .orihica_main .pc {
    display: none;
  }
  .bg {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 16px;
  }
  h1.mv_img {
    margin-left: -16px;
    margin-right: -16px;
  }
  .orihica_main .about {
    margin-bottom: 12vw;
  }
  h2 {
    font-size: 17px;
    margin-bottom: 15px
  }
  h2 span {
    font-size: 5vw;
    padding: 0px 10px;
  }
  .section {
    margin-top: 90px;
  }
  .mt30 {
    margin-top: 30px;
  }
  /*** コンテンツ ***/
  .orihica_main .leadText, .orihica_main .mainText {
    font-size: 14px;
    text-align: left;
  }
  .orihica_main .mainText {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .orihica_main .mv {
    margin: 0 auto 20px;
  }
  .comment {
    margin-bottom: 20px;
  }
  /*　 lead-contents　*/
  .leadText {
    margin-bottom: 40px;
  }
  .flex-box {
    display: block;
  }
  .flex-box .flex-box {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
  }
  .staff-Profile {
    width: auto;
    margin: auto;
    padding: 50px 0;
  }
  .staff-Profile + .staff-Profile {
    border-top: 1px solid #fff;
  }
  .staff-Profile .staff-Name {
    margin-bottom: 18px;
    padding-bottom: 0px;
    justify-content: center;
    border-bottom: none;
  }
  .staff-Profile .staff-Name span {
    width: auto;
  }
  .staff-Profile .staff-L {
    width: 65%;
    margin: auto 12px auto 0;
    font-size: 11px;
    text-align: left;
  }
  .staff-Profile .staff-R {
    max-width: 100%;
  }
  .instagram_btn {
    width: 70%;
    margin: 20px auto;
    padding: 13px 22px 12px 35px;
  }
  .comment-img {
    margin-top: 0;
  }
  /*　week position　*/
  .Monday h2 span::after {
    width: 90px;
    height: 38px;
    top: -50px;
    left: -33px;
    background-size: 90px 38px;
  }
  .Tuesday h2 span::after {
    width: 91px;
    height: 38px;
    top: -54px;
    left: -56px;
    background-size: 91px 38px;
  }
  .Wednesday h2 span::after {
    width: 124px;
    height: 47px;
    top: -72px;
    left: -109px;
    background-size: 124px 47px;
  }
  .Thursday h2 span::after {
    width: 104px;
    height: 40px;
    top: -70px;
    left: -107px;
    background-size: 104px 40px;
  }
  .Friday h2 span::after {
    width: 74px;
    height: 38px;
    top: -51px;
    left: 0px;
    background-size: 74px 38px;
  }
  .coordination h2 img {
    width: 90%;
  }
  /*モジュール調整*/
  .topicModuleCol2 {
    margin-bottom: 20px;
  }
  .topicModuleCol2__item .topicModuleItem__buttonCol {
    width: 135px;
  }
  .topicModuleCol2__price .topicModuleItem__priceCol {
    width: 50%;
  }
  .breadcrumbs {
    margin-top: 0px;
  }
  .card_list {
    width: 100%;
  }
  .module .topicModuleCol2 {
    display: grid;
  }
  .module .topicModuleCol2__item {
    order: 2;
  }
  .module .topicModuleCol2__item + .topicModuleCol2__item {
    order: 1;
  }
  .orihica_main .module .mb_50_sp {
    margin-bottom: 20px !important;
  }
}