@charset "utf-8";
/**************
CSS Document
flocssでコーディング
***************/
/**********
foudation
**********/
/* 既存CSSのreset */
#base{
  width: auto;
}
div#cont{
  margin: 0;
}

/*初期設定CSS*/
.theme_another{
  color:#333;
  font:500 14px "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height:1.6;
  letter-spacing:.1em;
}

/**********
layout
**********/
.l_mainCont{
  padding: 48px 24px;
}
.l_mainCont--map{}
.l_mainCont--lineup{
  background: #FFBB33;
}
.l_mainCont__inner{
  max-width: 1200px;
  margin: 0 auto; 
}
.l_mainCont__inner + .l_mainCont__inner{
  margin-top: 64px;
}
@media screen and (max-width: 768px){
  .l_mainCont--map{
    padding-left: 0;
    padding-right: 0;
  }
}
/**********
component
**********/
/*グリッド*/
.c_grid{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.c_grid__item{
  display: flex;
}
.c_grid__inner{
  display: block;
  width: 100%;
}
.c_grid--hasGutter{
  margin: -12px;
}
.c_grid--hasGutter > .c_grid__item{
  padding: 12px;
}
.c_grid--hasGutterXs{
  margin: -4px;
}
.c_grid--hasGutterXs > .c_grid__item{
  padding: 4px;
}
.c_grid--hint{
  margin: -8px;
}
.c_grid--hint > .c_grid__item{
  width: calc(50% - 17px);
  padding: 8px;
}
.c_grid--hint > .c_grid__item--arrow{
  width: 34px;
}
@media screen and (max-width: 599px){
  .c_grid--hint{
    margin: 0;
  }
  .c_grid--hint > .c_grid__item{
    width: 100%;
    padding: 0;
  }
}

/* ビューポートの中心寄せ */
.c_viewPortCenter{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%, -50%);
}

/*ボタン*/
.c_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  line-height: 1em;
  transition: .3s opacity;
}
.c_btn:hover{
  opacity: .5;
}
.c_btn::after{
  content: "";
  display: block;
  width: 0;
}
.c_btn--themeColor{
  background: #FFBB33;
  color: #fff;
}
.c_btn--themeColor::after{
  height: 1em;
  padding: 8px 0;
}


/*アイコン*/
.c_hasIco{
  position: relative;
}
.c_hasIco--abs::before{
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c_hasIco--detail::before{
  content: url(/resource/img/new_service_lineup/another_plus.png);
  margin-right: 4px;
}
.c_hasIco--ask::before{
  content: url(/resource/img/new_service_lineup/another_inquiry.png);
  margin-right: 4px;
}

/* 画像 */
.c_imgBox{
  line-height: 0;
  text-align: center;
}
.c_imgBox > img{
  vertical-align: top;
}
.c_imgBox--liquid > img{
  max-width: 100%;
  height: auto;
}

/* 画像リンク */
.c_linkImage{
  display: block;
  color: inherit;
  text-decoration: none;
  transition: .3s opacity;
}
.c_linkImage:hover{
  color: inherit;
  text-decoration: none;
  opacity: .5;
}

/**********
project
**********/
/* 見出し */
/*見出し*/
.p_heading{}
.p_heading__ttl{
  font-weight: bold;
  font-size: inherit;
}

.p_heading--primary{
  position: relative;
  padding-bottom: 72px;
}
.p_heading--primary > .p_heading__img{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 25%;
  min-width: 160px;
}
.p_heading--primary > .p_heading__sub{
  position: absolute;
  top: 0;
  right: 0;
}
.p_heading--secondary{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  line-height: 1.3;
  color: #fff;
}
.p_heading--secondary > .p_heading__ttl{
  word-break: keep-all;
  font-size: 24px;
}

.p_heading--card > .p_heading__sub{
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
}
.p_heading--card > .p_heading__sub--accentColor{
  background: #1BC1B1;
  color: #fff;
}
.p_heading--card > .p_heading__sub--webin{
  display: block;
  padding: 0;
  text-align: right;
}
.p_heading--detail{
  margin-bottom: 16px;
}
.p_heading--detail > .p_heading__ttl{
  font-size: 24px;
  line-height: 1.3;
}
.p_heading--detail > .p_heading__sub{
  margin-bottom: 6px;
  line-height: 1;
  text-align: right;
}
.p_heading--hint{
  margin-bottom: 24px;
}

@media screen and (max-width: 768px){
  .p_heading--secondary{
    display: block;
  }
  .p_heading--secondary > .p_heading__ttl{
    margin-bottom: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 599px){
  .p_heading--primary > .p_heading__sub{
    width: 56px;
  }
  .p_heading--secondary{
    display: block;
  }
  .p_heading--secondary > .p_heading__ttl{
    font-size: 16px;
    letter-spacing: 0;
  }
  .p_heading--detail > .p_heading__ttl{
    font-size: 16px;
    text-align: center;
  }
}

/* サービスマップ */
.p_objectMap{
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.p_objectMap__svg{
  max-width: 100%;
  min-width: 728px;
}
.p_objectMap__link{
  cursor: pointer;
}
@media screen and (max-width:768px){
  .p_objectMap__svg{
    height: auto;
  }
}

/* カード */
.p_card{
  padding: 24px;
  border-radius: 16px;
  background: #fff;
}
.p_card__header{
  display: flex;
  align-items: center;
}
.p_card__thumbnail{
  flex: 0 0 56px;
}
.p_card__ttl{
  flex: 1 1 auto;
}
.p_card__thumbnail + .p_card__ttl{
  padding-left: 16px;
}
.p_card__header + .p_card__msg{
  margin-top: 8px;
}

/* セレクトボックス */
.p_selectBox{
  position: relative;
  display: block;
  width: 240px;
}
.p_selectBox::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  display: block;
  width: .5em;
  height: .5em;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  line-height: 1;
  transform: rotate(45deg) translateY(-50%);
}
.p_selectBox__select{
  display: block;
  width: 100%;
  padding: 4px 0;
  border: 2px solid #fff;
  background-color: #FFBB33;
  color: #fff;
  text-indent: .5em;
  font-size: 16px;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.p_selectBox__select::-ms-expand{
  display: none;
}
@media screen and (max-width: 768px){
  .p_selectBox{
    margin-left: auto;
  }
}

/* モーダル */
.p_modelBox{
  width: 33.333vw;
  min-width: 560px;
}
.p_modelBox__inner{
  padding: 16px 40px;
  border-radius: 12px;
  background: #fff;
}
.p_modelBox__inner--insColor{
  border-top: 16px solid #e6002d; 
}
.p_modelBox__close{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

@media screen and (max-width:599px){
  .p_modelBox{
    width: 80vw;
    min-width: auto;
  }
}

/* サービス詳細 */
.p_detailBox{
  position: relative;
  overflow: hidden;
}
.p_detailBox__logo{
  margin-bottom: 24px;
}
.p_detailBox__body{
  position: relative;
}
.p_detailBox__section{
  width: 100%;
  margin-bottom: 40px;
  overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.p_detailBox__msg{
  white-space: pre-wrap;
}
.p_detailBox__btns{
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 8px);
}
.p_detailBox__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
.p_detailBox__arrow img{
  vertical-align: top;
}
.p_detailBox__arrow--prev{
  left: 4px;
}
.p_detailBox__arrow--next{
  right: 4px;
}
@media screen and (max-width:599px){
  .p_detailBox__section{
    max-height: 180px;
    margin-bottom: 80px;
  }
  .p_detailBox__thumbnail > img{
    width: auto;
    height: 88px;
  }
}
/* ヒントボックス */
.p_hintBox{}
.p_hintBox__img{
  margin-bottom: 8px;
}
.p_hintBox__msg{
  display: flex;
  justify-content: center;
}
.p_hintBox__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:599px){
  .p_hintBox__msg{
    letter-spacing: 0;
  }
  .p_hintBox__arrow{
    transform: rotate(90deg);
  }
}

/*DX向け新着情報*/
.p_newsBox{}
.p_newsBox__more{
  text-align: right;
}
.p_newsBox__more a{
  display: inline-block;
  padding: 4px 24px;
  border: 1px solid;
  line-height: 1;
  color: #333;
  font-size: 16px;
  background: #fff;
  transition: .4s opacity;
}
.p_newsBox__more a:hover{
  opacity: .7;
}
.p_newsBox__body{
  padding: 16px;
  border-radius: 12px;
  background: #fff;
}
.p_newsBox__list{
  max-height: 280px;
  overflow: auto;
}
.p_newsBox__listItem{
  font-weight: bold;
}
.p_newsBox__listItem + .p_newsBox__listItem{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted #999;
}
.p_newsItem{}
.p_newsItem__date{
  line-height: 1;
}
.p_newsItem__date + .p_newsItem__ttl{
  margin-top: 8px;
}
.p_newsItem__ttl{
  line-height: 1.3;
}


/* ローディングアイコン */
.p_loadingIcoList{
  display: flex;
  letter-spacing: -.5em;
}
.p_loadingIcoList__item{
  flex: 0 1 auto;
  animation: backwards 1s loadingAnime;
  animation-play-state: paused;
}
.p_loadingIcoList__item--move{
  animation-play-state: running;
}
.p_loadingIcoList__item--1{
  animation-delay: 0s;
}
.p_loadingIcoList__item--2{
  animation-delay: .2s;
}
.p_loadingIcoList__item--3{
  animation-delay: .4s;
}
.p_loadingIcoList__item--4{
  animation-delay: .6s; 
}
.p_loadingIcoList__item--5{
  animation-delay: .8s; 
}
.p_loadingIcoList__item--6{
  animation-delay: 1s; 
}
.p_loadingIcoList__item--7{
  animation-delay: 1.2s; 
}
.p_loadingIcoList__item img{
  max-width: 100%;
  height: auto;
}

/* エラーメッセージ */
.p_errorMsg{
  color: #e6002d;
  font-weight: bold;
}

/* オーバーレイ */
.p_overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  min-width: 100vw;
  min-height: 100vh;
  background: #fff;
}
.p_overlay--modal{
  background: #333;
  opacity: .9;
}
/**********
utility
**********/
/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

/* 間隙 */
.u_mr16{
  margin-right: 16px;
}
/* フォントサイズ */
.u_fs40{
  font-size: 40px;
}

/* 表示/非表示 */
.u_hide{
  display: none;
}
@media screen and (max-width: 599px){
  .u_resSmHide{
    display: none;
  }
}

@keyframes loadingAnime{
  0% {
    transform: translateY(-300%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.js_rooms-enter-active{
  transition-duration: .5s;
}
.js_rooms-enter-active > .js_room{
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: ease-in;
}
.js_rooms-enter > .js_room{
  transform: translateY(10%) scale(0.8);
  opacity: 0;
}
.js_objects-enter-active{
  transition-duration: .5s;
}
.js_objects-enter-active > .js_unActiveObject{
  transition-property: transform, opacity;
  transition-duration: .5s;
}
.js_objects-enter > .js_unActiveObject{
  transform: scale(0.5);
  opacity: 0;
}
.js_objectLink-enter-active{
  transition-property: transform;
  transition-duration: .2s;
}
.js_objectLink-enter{
  transform: scale(.8);
}

.js_details-enter-active, .js_details-move {
  transition: .8s all;
}
.js_details-leave-active {
  position: absolute;
  visibility: hidden;
}
.js_details-enter {
  opacity: 0;
  transform: scale(.9);
}
.js_modal-enter-active, .js_modal-leave-active{
  transition: .8s opacity;
}
.js_modal-enter, .js_modal-leave-to{
  opacity: 0;
}

.js_feed-enter-active{
  transition: .8s transform;
}
.js_feed-leave-active {
  position: absolute;
  visibility: hidden;
}
.js_feed-enter {
  transform: translateX(100%);
}
.js_feed-enter.js_feedRev {
  transform: translateX(-100%);
}

[v-cloak].js_hideCreating,
[v-cloak] .js_hideCreating{
  display: none;
}