@charset "utf-8";
/* CSS common Document */
:root {
	--first-color:#333333;
	--white-color:#fff;
	--gray-color:#EBEDEF;
	--navy-color:#154360;
	--blue-color:#3498DB;
	--black-color:#000000;
	--black-hover-color:#343434;
	--green-color:#27686D;
	--green-hover-color:#2e8a92;
	--pink-color:#E74C3C;
	--pink-hover-color:#E74C3C;
	--red-color:#f62459;
	--red-hover-color:#f62459;
	--background-main-color:#EBEDEF;
	--background-breadcrumb-color:#f0f3f4;
	--background-footer-color:#41a1a9;
  --background-green-color-2:#caefec;
	--link-color:#000;
	--link-hover-color:#666;
	--h1-color:#333333;
  --text-color:#333333;
	--bs-gutter-x: 30px;
  --main-color-1:#88C7CC;
  --main-color-2:#6BA9AE;
  --main-color-3:#27686D;
  --waku:#C5C5C5;
  --accent:#E6E6E6;
    
}
.dialog-off-canvas-main-canvas{
  position: relative;
}
.pt-40{
  padding-top:40px;
}
.pb-20{
  padding-bottom:20px;
}
.pb-40{
  padding-bottom:40px;
}
.mb-14{
  margin-bottom:14px;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container{
  max-width: 500px;
}
.btn.btn-primary{
  background:var(--main-color-1);
  height:44px;
  line-height: 44px;
  color:#fff;
  border-radius: 30px;
  font-size:20px;
  font-weight: 600;
  width:100%;
  max-width: 282px;
  text-align: center;
  display: block; 
  padding:0px 15px;
  font-family: "Inria Serif", "Inria Sans", 'NotoSansJP', Hiragino Sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, MS PGothic, helvetica, sans-serif;
  margin-top:15px;
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover{
  border:none;  
}
.btn.btn-secondary{
  background:var(--main-color-3);
  height:44px;
  line-height: 44px;
  color:#fff;
  border-radius: 30px;
  font-size:16px;
  font-weight: 600;
  width:100%;
  max-width: 282px;
  text-align: center;
  display: block; 
  padding:0px 15px;
}
.display-none{
  display: none;
}
.flex{
  display: flex;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
.dialog-off-canvas-main-canvas{
  max-width: 500px;
  margin-left:auto;
  margin-right: auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
body,div,p,a,ul,li{
	box-sizing: border-box;
}
.modal{
  top:200px;
}
.bg-green{
  background:var(--background-footer-color);
}
.bg-green-2{
  background:var(--background-green-color-2);
}

/****全体レイアウト・デザイン******/
/****共通*****/
@font-face {
  font-family : "NotoSansJP";
  font-weight : 400;
  font-display: swap;
  src         : url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}

@font-face {
  font-family : "NotoSansJP";
  font-weight : 500;
  font-display: swap;
  src         : url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
}

@font-face {
  font-family : "NotoSansJP";
  font-weight : 700;
  font-display: swap;
  src         : url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family : "CormorantSC";
  font-weight : 500;
  font-display: swap;
  src         : url("../fonts/CormorantSC-Medium.woff2") format("woff2");
}
@font-face {
  font-family : "Onest";
  font-weight : 500;
  font-display: swap;
  src         : url("../fonts/Onest-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "number";
  src: local('NotoSansJP');
  unicode-range: U+0030-0039;
}
body {
  background-color: #F5F5F5;
  color:var(--text-color);
	font-family: 'NotoSansJP', Hiragino Sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, MS PGothic, helvetica, sans-serif;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}
.content_top_in{
  max-width: 950px;
  margin-left:auto;
  margin-right:auto;
}
.region.region-title{
  color:#333;
  padding-top:20px;
  padding-bottom:20px;
}
.region.region-title h1{
  color: #333;
  font-size: 16px;
  text-align: center;
  margin:0px;
}
.row {
    --bs-gutter-x: 30px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.dialog-off-canvas-main-canvas{
	overflow: hidden;
}
.flex-group{
  display: flex;
}
.bg_fff{
  background:#fff;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
@media screen and (max-width: 767.9px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
}
a{
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/****共通見出し******/
h1.page-title{
  color:var(--h1-color);
	font-size:2.4rem;
}

.layout-sidebar-first .block h2.block-title,
.layout-sidebar-second .block h2.block-title,
.layout-content .block h2.block-title{
	color:var(--h1-color);
	font-family: "Inria Serif", serif;
  font-weight: 400;
  font-size:40px;
}
.layout-content .block h2.block-title{
  text-align: center;
  margin:0px;
}
.region-highlighted h2{
	color:var(--h1-color);
	font-size:2rem;
}
.node--view-mode-grid .field--name-title a,
.node--view-mode-carousel .field--name-title a{
	font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .region-highlighted h2{
    font-size:1.6rem;
  }
  .node--view-mode-grid .field--name-title a, .node--view-mode-carousel .field--name-title a {
    font-size: 1.2rem;
    font-weight: 600;
  }
  h1.page-title{
    font-size:1.8rem;
  }
}
/****共通詳細ページスタイル****/
.bordertop.layout{
	padding-top:50px;
	border-top:1px solid #E5E7E9;
}
.field--label-inline .field__label::after{
	display: none;
}
/******ヘッダー******/
#head_top_area{
  background: #e0f7fa;
  border-bottom: 1px solid #80deea;
}
#head_top_area .pagehead_top{
  display: flex;
  gap:10px;
  font-size:11px;
  margin:0px;
}
#head_top_area .pagehead_top li{
      line-height: 150%;
}
#head_top_area .pagehead_top li:last-child{
  font-weight: bold;
}
.view-seeker-icon{
	position: relative;
  line-height: 40px;
  cursor: pointer;
}
.view-seeker-icon .view-footer{
  
}
.head_top_bottom_area {
 background: #455A64;
  border-top:1px solid #607D8B;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width:100%; 
  display: none;
	position: absolute;
  top: 100%;
  z-index: 99999;
  color:#fff;
  padding:20px;
  
}
.head_top_bottom_area .container{
  display: flex;
  gap:15px;
}
.datearea{
  font-size:12px;
  margin-top:10px;
}
.datearea label{
  font-weight: 600;
}
.head_top_bottom_area ul {
  display: flex;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.head_top_bottom_area ul li a{
  display: block;
  height:30px;
  line-height: 30px;
  padding:0px 15px;
  background:#37474F;
  color:#fff;
  border-left:1px solid #263238;
  border-right:1px solid #546E7A;
  font-size:12px;
}
.head_top_bottom_area ul li a:hover{
  background:#263238;
}
.head_top_bottom_area ul li:first-child a{
  border-left: none;
  border-radius: 8px 0px 0px 8px;
}
.head_top_bottom_area ul li:last-child a{
  border-right: none;
  border-radius: 0px 8px 8px 0px;
}
.photoarea img{
  width:80px;
  height:80px;
  border-radius: 50%;
  border:3px solid #607D8B;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.seeker_menu{
  line-height: 100%;
}
@media screen and (max-width: 991.9px) {
  .seeker_menu{
    flex:1;
  }
  .head_top_bottom_area ul{
    display: block;
  }
  .head_top_bottom_area ul li a{
    width:100%;
    border-left:0px;
    border-right:0px;
    border-top:1px solid #263238;
    border-bottom:1px solid #546E7A;
  }
  .head_top_bottom_area ul li:first-child a{
    border-top: none;
    border-radius: 8px 8px 0px 0px;
  }
  .head_top_bottom_area ul li:last-child a{
    border-bottom: none;
    border-radius: 0px 0px 8px 8px;
  }
}


/****共通slick*****/
.slick{
	overflow: hidden;
}

.slick {
	position: relative;
}
.slick__arrow {
    bottom: auto;
    height: 2px;
    right: 0;
    position: absolute;
    top: 30px;
    transform: translateY(-50%);
    width: 60px;
    z-index: 2;
}

.slick-prev {
    left: -11px;
}
.slick-next {
    right: 0;
}
.slick-prev:before,.slick-next:before {
    width: 45px;
    height: 45px;
    display: block;
	content:"" !important;
}
.slick-prev:before{
  
}
.slick-prev:before {
    background: url(../img/icon/arrow-left-1-icon.svg) no-repeat top 7px center;
    background-size: 32px;
}
.slick-next:before {
    background: url(../img/icon/arrow-right-1-icon.svg) no-repeat top 7px center;
    background-size: 32px;
}
.column-black .slick-prev:before {
    background: url(../img/icon/arrow-left-1-icon_white.svg) no-repeat top 7px center;
    background-size: 12px;
}
.column-black .slick-next:before {
    background: url(../img/icon/arrow-right-1-icon_white.svg) no-repeat top 7px center;
    background-size: 12px;
}
.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick__arrow {
    right: 80px;
    left: auto;
}

/* slick調整 */
.column-grid-block.carousel{
  padding-left:15px;
  padding-right:15px;
}
.slick__arrow {
  position: initial;
  transform: initial;
}
.slick__arrow .slick-arrow {
  position: absolute;
  top: 50%;
}
.slick__arrow .slick-arrow.slick-prev {
  left: 15px;
}
.slick__arrow .slick-arrow.slick-next {
  right: 30px;
}


/* category */
.slick .block-field-blocknodecolumnfield-col-category {
  margin: 0.8rem 0;
}
.slick .block-field-blocknodecolumnfield-col-category .field__item {
  display: inline-block;
  color: #fff;
  line-height: 1;
  border: 0.1rem solid #fff;
  padding: 0.2rem 0.5rem;
}

/****ページャー****/
.pager {
    text-align: center;
    margin-top: 20px;
}
.pager ul.pager__items>li a {
    border: 1px solid #dee2e6;
    font-weight: 400;
    display: inline-block;
    line-height: 34px;
    margin: 0 1px;
    text-align: center;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    font-size: 14px;
}
.pager ul.pager__items {
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
}
.pager ul.pager__items>li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
.pager ul.pager__items>li.is-active a {
    background: #41a1a9;
    color: #fff;
    border-color: #41a1a9;
}
.pager ul.pager__items>li a:last-child {
    margin-right: 0;
}
.pager ul.pager__items>li a {
    font-size: 12px;
}
.pager ul.pager__items>li {
    margin-right: 5px;
}

/***フッター****/
h2#block-vwork-front-fotter-sitecontent-menu {
  color: var(--h1-color);
  font-size: 1.6rem;
}
footer ul.menu li {
    margin-bottom: 15px;
}
footer .block-system-branding-block .site-name{
  margin-bottom:10px;
  font-size:1.4rem;
  font-weight: 600;
}
footer .block-system-branding-block .site-slogan{
  font-size:1.2rem;
  margin-bottom:20px;
}
.view-footer a.btn{
  margin-left:auto;
  margin-right:auto;
}

/****共通 views****/
.view .field--type-image a {
	line-height: 0;
    overflow: hidden;
	display: block;
}
.view .field--type-image  a img{
	transition: all 0.3s;
}
.view .field--type-image  a img:hover{
    transform: scale(1.2);
}
.view .node .layout__region--content{
	position: relative;
}
.view .flag a{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icon/bookmark.svg") no-repeat top center;
    filter: invert(17%) sepia(69%) saturate(6543%) hue-rotate(329deg) brightness(90%) contrast(95%);
    border: none;
    border-radius: auto;
    box-sizing: border-box;
    color: #222;
    font-size: 0px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    top: 20px;
    right: 20px;
    background-size: 100%;
}
.view .flag a:hover{
	background: url("../img/icon/bookmark.svg") no-repeat top center;
  filter: invert(17%) sepia(69%) saturate(6543%) hue-rotate(329deg) brightness(90%) contrast(95%);
}
.view .flag.action-unflag a{
	background: url("../img/icon/bookmark_check.svg") no-repeat top center;
  filter: invert(17%) sepia(69%) saturate(6543%) hue-rotate(329deg) brightness(90%) contrast(95%);
}
.js-flag-message{
  position: absolute;
  z-index: 99999 !important;
  width:200px;
  text-align:center;
  border-radius: 10px;
  height:30px;
  line-height: 30px;
  color:#9E9E9E;
  left:-100px;
  display: block;
}
/****fixed*****/
/*
#fix-footer {
	font-size: 1.3rem;
}*/


/*** JOB すべてのページで利用する可能性あり****/


/******職種から検索サイド*******/
.occupation-side .views-row{
	margin-bottom:15px;
}
.occupation-side .row {
    display: flex;
    flex-wrap: nowrap;
    --bs-gutter-x: 30px;
}
.occupation-side .col-left {
    width: 110px;
    height: 70px;
    margin-top: 0;
}
.occupation-side img {
    max-width: 110px;
    height: 70px;
    object-fit: cover;
}
.occupation-side .col-right{
	width:auto;
	flex:1;
  padding-left: 0;
}
.occupation-side .col-right .occupationl_ttl{
/*	font-size:1.3rem;	*/
	font-weight: 600;
	color:var(--first-color);
}
.col.layout-content .occupation-side.view .view-content{
	display: flex;
	flex-wrap: wrap;
  gap: 0 4rem;
}
.col.layout-content .occupation-side.view .view-content .views-row{
	/* width:50%; */
  width: calc((100% - 4rem)/ 2);
}
@media screen and (max-width: 767px) {
  .col.layout-content .occupation-side.view .view-content {
    flex-direction: column;
  }
  .col.layout-content .occupation-side.view .view-content .views-row {
    width: 100%;
  }
}
/******carousel*******/

.node--type-job.node--view-mode-carousel .block.block-layout-builder .field img {
  width: 100%;
  height: auto;
}

.node--type-job.node--view-mode-carousel .layout--onecol .block-layout-builder {
  margin-bottom: 0;
}
.node--type-job.node--view-mode-carousel .block.block-layout-builder .field {
/*	font-size:1.3rem;	*/
	display: flex;
	gap:10px;
}
.node--type-job.node--view-mode-carousel .block.block-layout-builder .field .field__label{
	font-weight:600;
	white-space: nowrap;
	color:var(--first-color);
}
.region-highlighted .node--type-job.node--view-mode-carousel h2{
	font-size:1.6rem;
}
.node--type-job.node--view-mode-carousel .layout__region--content .field{
	margin-bottom:10px;
}
.node--type-job.node--view-mode-carousel .layout__region--content .field p{
	padding:0px;
	margin:0px;
}
@media screen and (max-width: 767px) {
  .slick__arrow .slick-arrow.slick-prev {
  left: 2px;
}
.slick__arrow .slick-arrow.slick-next {
  right: 22px;
}
  .block-views-blockjob-other-thiscompany-block-1 {
    margin-bottom: 6rem;
  }
  
  
  .view .field--type-image a img {
    width: 100%;
    object-fit: cover;
  }
}
/*****メッセージ*****/
.messages {
  margin-top:20px;
  margin-bottom:20px;
  max-width: 680px;
  margin-left:auto;
  margin-right:auto;
  animation: fadeOut 5s ease 3s 1 forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*****ログイン*******/
.path-user.not_login .maincontent{
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.path-user.not_login .maincontent h1.page-title{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.path-user.not_login .maincontent form{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom:40px;
  background:#fff;
}
/*****マイページ******/
.user-logged-in .register_seeker_term{
  display: none;
}
.user-logged-in.path-user #block-vwork-front-content form{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
/*****コラム*****/
.node--type-column .node__content .field--name-body img{
  max-width: 880px;
  height:auto;
  object-fit: cover; 
  width: 100%;
}
/****エリアから探す*****/
.area_search_block{
  padding-top:30px;
  padding-bottom:30px;
  text-align: center;
}
.area_search_block ul{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
.area_search_block ul.area-list li{
  border-radius: 5px;
  border:1px solid #41a1a9;
  display: block;
  width: 100%;
  text-align: center;
  height:50px;
  line-height: 50px;
  font-weight: 600;
  color:#000000;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  font-size:14px;
  cursor: pointer;
    -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.area_search_block ul.area-list li:hover{
  background:#41a1a9;
  color:#fff;
}
.area_search_block ul.area-list li{
  width:calc(33% - 10px);
  
}
.area_search_block ul.area-list li:nth-child(1),
.area_search_block ul.area-list li:nth-child(2){
  width:calc(50% - 10px);
}

#block-onerise-front-entrycomplate{
  max-width:950px;
  margin-left:auto;
  margin-right:auto;
  background:#fff;
  padding:20px;
  border-radius: 5px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
#block-onerise-front-entrycomplate p{
  font-size: 14px;
  line-height: 180%;
}
/***ページネーション***/
.pager ul.pager__items>li.is-active a {
  background: #41a1a9;
  border: 2px solid #41a1a9;
  /*line-height:35px;
    width: 41px;*/
}

.pager ul.pager__items>li a {
  line-height: 38px;
  border-radius: 50%;
  border: 2px solid #41a1a9;
  box-shadow: 0 3px 3px rgba(196, 196, 196);
}

.pager ul.pager__items>li a:hover {
  color: #333;
}

.pager ul.pager__items .pager__item.pager__item--next a,
.pager ul.pager__items .pager__item.pager__item--last a,
.pager ul.pager__items .pager__item.pager__item--previous a,
.pager ul.pager__items .pager__item.pager__item--first a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}


.pager__item--next a span,
.pager__item--last a span,
.pager__item--previous a span,
.pager__item--first a span {
  visibility: hidden;
  position: relative;
}

.pager__item--next a span::before,
.pager__item--previous a span::before {
  content: "…";
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.pager__item--last a,
.pager__item--first a {
  display: inline-block;
  position: relative;
}



.pager__item--last a::before,
.pager__item--first a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pager__item--last a::before {
  background-image: url('/themes/custom/onerise_front_shop/img/icon/pager_item_last.png');
}

.pager__item--first a::before {
  background-image: url('/themes/custom/onerise_front_shop/img/icon/pager_item_first.png');
}

/*** お知らせ ****/
.news-page .views-row{
  padding:20px;
  background:#fff;
  margin-bottom:20px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 5px;
}
.news-title{
  font-size:21px;
  font-weight: 600;
  margin-bottom:15px;
}
#block-onerise-front-shop-views-block-front-job-shop-news-block-1{
  background:#b2ebf2;
  padding: 10px 0px;
}
.news-front{
  font-size:12px;
  position: relative;
}
.news-front ul{
  margin:0px;
}
.news-front ul li{
  display: none;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  text-align: center;
  z-index: 9 !important;
}
.news-front li{
  margin-bottom:8px;
}
.news-front .views-row:last-child{
  margin-bottom:0px;
}
.news-block-category{
  height:20px;
  line-height: 20px;
  font-size:10px;
  border-radius: 5px;
  padding:0px 10px;
  display: inline-block;
  color:#fff;
  margin-right: 10px;
}
.news-block-category.info{
  background:#3498db;
}
.news-block-category.system{
  background:#e74c3c;
}
.news-block-category.newservice{
  background:#1abc9c;
}
.news-block-category.trable{
  background:#000;
}
/**** 右カラム *****/
.layout-sidebar-second .region-sidebar-second .feature-banner-list .feature-top-img img{
  max-width: 100%;
  height:auto;
  object-fit: contain;
}
.layout-sidebar-second .region-sidebar-second .feature-banner-list li{
  margin-bottom:10px;
}

/**** 共通 slick *****/
.slick--field-gravure-photo{
  position: relative;
  margin-left:-15px;
  margin-right:-15px;
}

.slick--field-gravure-photo.slick ul[role="tablist"]{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:20px;
}
.slick ul[role="tablist"]{
  display: flex;
  gap:10px;
}
.slick ul[role="tablist"] li button{
  background:#fff;
  border-radius: 50%;
  width:12px;
  height:12px;
  text-indent: -99999;
  border:none;
  font-size:0;
}
.slick ul[role="tablist"] li.slick-active button{
  background:#88C7CC;
}


/****** 共通リストページのタイトルエリア ******/
.content-list .view-header{
  text-align: center;
  padding-bottom: 15px;
  display: block;
}
.shop-cast.content-list .view-header{
  padding-top:30px;
  padding-bottom:30px;
}
.path-short .content-list .view-header,
.path-gravure .content-list .view-header{
  padding-top:35px;
  padding-bottom:35px;
}
.content-title-en{
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-size:40px;
}
.content-title-jp{
  font-size:12px;
}
.content-title-p{
  font-size:14px;
}
/***** ニュース ******/


.page-node-type-area-news .node.areanews-detail{
  font-family: "Noto Serif JP", serif;
}
/*
body.page-node-type-area-news .areanews-detail.node--type-area-news.full .field--name-field-arenews-thumbnail img{
  margin-left:-15px;
  margin-right:-15px;
  object-fit: cover;
  height:auto;
  width: auto;
  overflow: hidden;
  max-width: 500px;
}
*/
body.page-node-type-area-news .areanews-detail.node--type-area-news.full .field--name-field-arenews-thumbnail{
  margin-left:-15px;
  margin-right:-15px;
  width: calc(100% + 30px);
}
body.page-node-type-area-news .areanews-detail.node--type-area-news.full .field--name-field-arenews-thumbnail img{
 
  object-fit: cover;
  height:auto;
  width: 100%;
  overflow: hidden;
  max-width: 500px;
}
.page-node-type-area-news .areanews-detail-image{
  position: relative;
  margin-bottom:20px;
}

.page-node-type-area-news .areanews-detail-image .areanews-title{
  position: absolute;
  bottom:0px;
  width:100%;
  padding:15px 0px;
  font-size:20px;
  font-weight: 700;
  color:#fff;
}
body.page-node-type-area-news .full .areanews-body{
  color:#000;
}

body.page-node-type-area-news .full .areanews-body p{
  font-size:14px;
  line-height: 180%;
}
body.page-node-type-area-news .full .areanews-body img{
  width:100%;
  height:auto;
}




/***** 都道府県トップ第一エリア選択*****/
.fsb-list .view-content{
  display: flex;
  background: var(--accent);
  border-radius: 10px;
  padding: 20px;
  gap:10px;
  flex-wrap: wrap;
}
.fsb-list .view-content .views-row .fsb_box a{
  display: block;
}
.fsb-list .view-content .views-row .fsb_box{
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.fsb-list .view-content .views-row .fsb_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}
.fsb-list .view-content .views-row .fsb_box .fsb_title{
  position: absolute;
  color:#fff;
  font-size:16px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 要素自身のサイズの半分だけ戻す */
  z-index: 2;
      width: 100%;
    text-align: center;
  
}
.fsb-list .view-content .views-row .fsb_box  img{
  width: 100%;
  object-fit: cover;
  max-height: 150px;
  min-width: 100%;
  height: auto;
  min-height: 100px;
}


.fsb-list .view-content .views-row{
  width: calc((100% - 20px) / 3);
}
.fsb-list .view-content .views-row:nth-child(1),
.fsb-list .view-content .views-row:nth-child(2){
  width: calc((100% - 10px) / 2);
}

.fsb-list .view-content .views-row:nth-child(1) .fsb_box  img,
.fsb-list .view-content .views-row:nth-child(2) .fsb_box  img,
.block-simple-blockfront-top-area .fsb-list .view-content .views-row:nth-child(3) .fsb_box  img{
  width: auto;
  height: auto;
  object-fit: cover;
  max-height: 136.6px;
  min-width: 100%;
}
#area-pref-modal .fsb-list .view-content .views-row:nth-child(1) .fsb_box  img,
#area-pref-modal .fsb-list .view-content .views-row:nth-child(2) .fsb_box  img,
#area-pref-modal .fsb-list .view-content .views-row:nth-child(3) .fsb_box  img{
  width: 100%;
  object-fit: cover;
  max-height: 150px;
  min-width: 100%;
  height: auto;
  
}



#block-front-area-top .fsb-list .view-content .views-row:nth-child(1),
#block-front-area-top .fsb-list .view-content .views-row:nth-child(2){
  width: calc((100% - 20px) / 3);
}
/* 6個目以降は最初は非表示 */
.fsb-list:not(.is-open) .view-content .views-row:nth-child(n+6) {
  display: none;
}
#block-front-area-top .fsb-list:not(.is-open) .view-content .views-row:nth-child(n+6) {
  display: block;
}

/* もっと見るボタン */
.fsb-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 16px auto 0;
  padding: 10px 24px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.fsb-more-button:hover {
  opacity: 0.8;
}

/* 開いた後、＋を×っぽくしたい場合 */
.fsb-list.is-open .fsb-more-button span {
  transform: rotate(45deg);
  display: inline-block;
}
.futter_text_link {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
}
.futter_text_link li {
  width:100%;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.futter_text_link li a{
  display: block;
  width:100%;
  height:56px;
  line-height: 56px;
  padding:0px 10px;
  border-radius: 5px;
  background:#E6E6E6 url("../img/icon/arrow_link.png") no-repeat top 20px right 15px;
  color:#000;
  font-size:12px;
}
.futter_text_link li a:hover{
  background-color:#E1E1E1
}
.middle_area_text_link{
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  margin-left:10px;
  margin-right:10px;
  justify-content: center;
  margin-bottom: 0px;
}
.middle_area_text_link li {
  text-align:center;
}
.middle_area_text_link li a{
  text-decoration: underline;
  padding-left:15px;
}
.middle_area_text_link li a::before {
  content: "▶️";
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
  line-height: 1;
  vertical-align: -1px;
}
#block-middle-area-text-link{
  padding-bottom:40px;
}


body .pt-40:not(:has(.views-row)) {
  padding-top: 0 !important;
}
body .pb-40:not(:has(.views-row)) {
  padding-bottom: 0 !important;
}


.slick--view--front-shop-gravure--block-6 .slide__caption {

        padding: 0px;
        position: relative;
}
.slick--view--front-shop-gravure--block-6 .slide__caption .field--name-field-pfirstview-desc{
  position: absolute;
  bottom:20px;
  padding-left:20px;
  padding-right:20px;
  color:#fff;
  font-size:20px;
  font-weight: 600;
  line-height: 160%;
}
body.error-page .w900.maincontent{
  margin-top:30px;
  margin-bottom:30px;
}
body.error-page .w900.maincontent .region.region-content{
  background:#FADBD8;
  border-radius: 5px;
  border:1px solid #F5B7B1;
  color:#E74C3C;
  font-size:14px;
  line-height: 180%;
  padding:20px;
}
.ranking-page.ranking-empty{
  margin-top:30px;
  margin-bottom:30px;
  background:#FADBD8;
  border-radius: 5px;
  border:1px solid #F5B7B1;
  color:#E74C3C;
  font-size:14px;
  line-height: 180%;
  padding:20px;
}
