@charset "utf-8";


/* /////////////////////////////////////////////////////////////

INDEX

サイト全体の基本スタイルの設定

///////////////////////////////////////////////////////////// */

@media screen and (min-width: 992px) {


  
}

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

.wrapper{
  padding-top: 30px;
}


.home .edit-link{
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width: 1281px) {
  .home .edit-link{
    box-sizing: border-box;
  }
}

/* ヘッダー帯：カラー・透過調整 */
.header-obi {
  background-color: rgba(255, 255, 255, 0)!important;
  
}
.home .header-obi {
  background-color: rgba(255, 255, 255, 1)!important;
}

/* 採用情報リンクボタン */
.header-wj-box{
  margin: 0!important;
  position: fixed!important;
  top:0!important;
  right: 30px!important;
  transform: translateY(0)!important;
  -webkit-transform: translateY(0)!important;
  z-index: 9000;
}

.saiyou-link-box a{
  position: relative;
  display: block;
  padding:0.3em  0.5em 0.3em  0.5em;
  
  color: #ffffff!important;
  font-size: 1.3em;text-align: center;
  display: inline-block;
  width: 200px;
  height: auto;

  background-color: #049dbf;
  border-radius: 0 0 10px 10px;
  transition: all 0.2s ease-in;

}
.saiyou-link-box a:hover{
  opacity: 0.8;
}

.saiyou-link-box a::before{
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  background-image: url("img/homelink-icon.png");
  background-size: cover;
  vertical-align: middle;
  margin-top: -0.2em;
}


/* メニュー部分
-------------------------------------------------------------- */

.menu-main-container .main-menu .menu-item-has-children>a{
  cursor: default;
}

/* コンテンツ共通
-------------------------------------------------------------- */

/* コンテンツヘッド：背景グラデーション */
.contents-bs::before{
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
  
}

.conview-2 .entry-header-contents{
  bottom: 5%!important;
}

/* コンテンツヘッド：タイトル */
.contents-bs h1.entry-title-contents{
  position: relative;
  font-weight: normal;
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: 'palt';
  color: #222222!important;
}
.contents-bs h1.entry-title-contents::after{
  content: '';
  display: block;
  margin-top: 0.3em;
  width: 100%;
  height: 0.5em;
  background-image: url("img/title-foot-maru2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.archive-header h1.archive-title{
  background-color: transparent;
}

.is-style-orgtitle,
.archive-header h1.archive-title a,
.archive-header h1.archive-title span {
  
  display: block;
  color: #222222;
  text-align: center;
  border-top:solid 2px #999999;
  border-bottom: solid 2px #999999;
  background-color: transparent;
  margin-bottom: 2em;
  font-size: 0.8em!important;
  padding: 0.5em;
  /*
  background-color: #919191;
  color: #ffffff;
  background-image: url("img/h1baseimage3.png");
  background-repeat: no-repeat;
  background-size:70% 100%;
  background-position: bottom right;
  */
}

.is-style-orgtitle{
  font-size: 1.6em!important;
}



/* ホーム（トップページ）
-------------------------------------------------------------- */


.title-foot-maru{
  position: relative;
  font-weight: normal!important;
}
.title-foot-maru::after{
  content: '';
  display: block;
  margin-top: 0.3em;
  width: 100%;
  height: 0.5em;
  background-image: url("img/title-foot-maru2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.katamuke-left{
  transform: rotate(10deg)!important;
  z-index: 10;
}
.katamuke-right{
  transform: rotate(-10deg)!important;
  z-index: 10;
}

.homebox-foot-w{
  position: relative;
}
.homebox-foot-w::before{
  content: '';
  position: absolute;
  left:0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100px;
  background-image: url("img/homebox-foot-w2.png");
  background-size: 100% 100%;
}
.homebox-foot-w::after{
  content: '';
  position: absolute;
  right:0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100px;
  background-image: url("img/homebox-foot-w1.png");
  background-size: 100% 100%;
}
@media only screen and (max-width: 599px) {
  .homebox-foot-w::after,
  .homebox-foot-w::before{
    height: 60px;
  }
}

.homebox-foot-b{
  position: relative;
}
.homebox-foot-b::before{
  content: '';
  position: absolute;
  left:0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100px;
  background-image: url("img/homebox-foot-b2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.homebox-foot-b::after{
  content: '';
  position: absolute;
  right:0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100px;
  background-image: url("img/homebox-foot-b1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 599px) {
  .homebox-foot-b::after,
  .homebox-foot-b::before{
    height: 60px;
  }
}

.homebox-foot-g{
  position: relative;
}
.homebox-foot-g::before{
  content: '';
  position: absolute;
  left:0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100px;
  background-image: url("img/homebox-foot-g2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.homebox-foot-g::after{
  content: '';
  position: absolute;
  right:0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100px;
  background-image: url("img/homebox-foot-g1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 599px) {
  .homebox-foot-g::after,
  .homebox-foot-g::before{
    height: 60px;
  }
}

.homebox-foot-k{
  position: relative;
}
.homebox-foot-k::before{
  content: '';
  position: absolute;
  left:0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100px;
  background-image: url("img/homebox-foot-k2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.homebox-foot-k::after{
  content: '';
  position: absolute;
  right:0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100px;
  background-image: url("img/homebox-foot-k1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 599px) {
  .homebox-foot-k::after,
  .homebox-foot-k::before{
    height: 60px;
  }
}

.an-widthopen.homebox-foot-k::after,
.an-widthopen.homebox-foot-g::after,
.an-widthopen.homebox-foot-w::after,
.an-widthopen.homebox-foot-b::after{
  -webkit-animation: WidthOpen 1.5s 1;
  animation: WidthOpen 1.5s 1;
  animation-fill-mode: forwards;
}
.an-widthopen.homebox-foot-k::before,
.an-widthopen.homebox-foot-g::before,
.an-widthopen.homebox-foot-w::before,
.an-widthopen.homebox-foot-b::before{
  -webkit-animation: WidthOpen 1.5s 1;
  animation: WidthOpen 1.5s 1;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}

@keyframes WidthOpen {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
 

.kumobase .wp-block-button a{
  position: relative;
  border: none!important;
  background-color: none;
  background-image: url("img/kumo-base-b2.png");
  color: #ffffff;
  font-size: 1.3em;
  padding: 1.5em!important;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.kumobase.kumo-w .wp-block-button a{
  background-image: url("img/kumo-base-w.png");
  color: #26201c;
}

.kumobase .wp-block-button a:hover{
  opacity: 0.7;
  transition: all 0.3s;
}

.set-img-frame img{
  box-sizing: border-box;
  border: solid 5px #ffffff;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.topimgae-foot{
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  width: 100%;
}
.topimgae-foot img{
  width: 100%;
  height: auto;
}



/* ホーム：全体枠調整 */
.home .wrapper{
  margin-top: 0!important;
  padding-top: 0!important;
}

/* ホーム：見出し */
.home-h2{
  font-size: 24px;
}
@media (min-width: 782px) {
  .home-h2{
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .home-h2{
    font-size: 38px;
  }
}

/* コンテンツスクロール成型 */
.top-scrol{
  display: block;
  position: fixed;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.top-scrol a{
  color: #ff8600!important;
}
.contents04-set.current a,
.contents03-set.current a,
.contents02-set.current a,
.contents01-set.current a,
.contents00-set.current a{
  color: #26201c!important;
}


/* トップイメージ */
.topimage-bs{
  overflow: hidden;
  padding: 0!important;
  border: none!important;
}
/* メタスライダー：アニメーション */
#metaslider_232 ul li img{
  ransform:scale(1.0)
}
#metaslider_232 ul li.flex-active-slide img{
  transform: scale(1.1);
  animation: animationZoom 5s ease-in-out forwards;
}
@keyframes animationZoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform:scale(1)
  } 
}
/* トップテキスト中央配置 */
.topimage-copy{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9900;
  box-sizing: border-box;
}
/* トップテキスト：縦書き文字（未使用） */
.topimage-title{
  font-size: 2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 992px) {
  .topimage-title{
    font-size: 3.5em;
  }
}

/* 英文字配置 */
.topimage-eng{
  position: absolute;
  bottom: 6%;
  right: 5%;
  z-index: 9900;
  transform: rotate( -15deg );
}
.topimage-eng h2{
  font-size: 4em;
  color: #ffffff!important;
  margin: 0!important;
}
@media only screen and (min-width: 728px) {
  .topimage-eng h2{
    font-size: 5em;
  }
}
@media only screen and (min-width: 992px) {
  .topimage-eng h2{
    font-size: 7em;
  }
}
@media only screen and (min-width: 1280px) {
  .topimage-eng h2{
    font-size: 8.5em;
  }
}

/* サブイメージ：ボックスアニメーション */
.wp-block-cover__image-background.has-parallax{
  position: absolute;
  background-attachment: scroll;
  transition: all .5s;
}
.covorup .wp-block-cover__image-background.has-parallax{
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: cupzoom 1.5s 1;
  animation: cupzoom 1.5s 1;
  animation-fill-mode: forwards;
}
@keyframes cupzoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* サブイメージ：カバーブロック全画面仕様 */
.cv-base{
  position: relative;
  width: 100%;
  height: 450px;
  transition: all .5s;
  min-height: 450px;
  box-sizing: border-box;
}
@media (min-width: 782px) {
  .cv-base{
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  .cv-base{
    min-height: 800px;
  }
}
/* サブイメージ：テキスト中央配置 */
.cv-base-in{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
/* サブイメージ：見出し */
.cv-base-in h2{
  /*
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  */
  
  font-size: 2em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .cv-base h2{
    top:10%;
    font-size: 3.5em;
  }
}
/* サブイメージ：ロゴタイプ配置 */
@media only screen and (max-width: 991px) {
  .sub-logo{
    position: absolute;
    top:23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 43px;
    width: 100%;
    text-align: center;
  }
  .sub-logo img{
    height: 43px;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .sub-logo{
    position: absolute;
    top:18px;
    left: 20px;
    height: 57px;
  }
  .sub-logo img{
    height: 57px;
    width: auto;
  }
}

/* 山並みイラスト */
.yamanami{
  position: relative;
}
.yamanami-box{
  position: relative;
  z-index: 1;
}
.yamanami-l{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 0;
}
.yamanami-r{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 0;
}

/* 暮らしを応援：サポート情報 */
ul.service-list{
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap:20px 3%;
}
ul.service-list li{
  width: 48.5%;
  text-align: center;
}
ul.service-list li a{
  display: block;
}
ul.service-list li a::before{
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  background-color: #999999;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  ul.service-list li{
    width: 31.3%;
    text-align: center;
  }
  ul.service-list li a::before{
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background-color: #999999;
    border-radius: 50%;
    margin: 0 auto;
  }
}

/* 最新のお知らせ */

.home .home-news-block{
  background-color: #ffffff;
  padding: 30px 30px 10px 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .home .home-news-block{
    padding: 50px 50px 10px 50px;
  }
}

.saiyou-jyouhou-bn{
  text-align: center;
  margin: 50px auto 50px auto;
  width: 80%;
  max-width: 800px;
}
.saiyou-jyouhou-bn img{
  border-radius: 5px;
  box-shadow: 0 0 10px #aaaaaa;
}
.saiyou-jyouhou-bn img:hover{
  opacity: 0.8;
  box-shadow: 0 0 0 #ffffff;
}

/* サービス案内
-------------------------------------------------------------- */

.yuganda-box{
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
  overflow: hidden;
}

/* サービス案内トップリンク */
.service-list-head h3{
  margin-top: 0;
}
.service-list-head a{
  display: block;
  text-align: center;
  background-color: #919191;
  color: #ffffff;
  padding: 1em;
}
.service-list-head:hover a,
.service-list-head:hover h3{
  opacity: 0.7;
}


/* サンレイの一日
-------------------------------------------------------------- */

.oneday-area .arkb-tabList__button{
  cursor: pointer;
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: 'palt';

}
@media screen and (min-width: 600px) {
  .oneday-area .arkb-tabList__button{
    font-size: 1.2em;
  }
}
.oneday-area .arkb-tabBody{
  
  padding-left: 0;
  padding-right: 0;
}

.oneday-box{
  position: relative;
  margin-top: 0;
  padding-bottom: 2em;
}

.oneday-box::after{
  content: '';
  position: absolute;
  top:40px;
  left: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-color: #777777;
  z-index: -1;
  opacity: 0;
}
.oneday-box-end::after{
  content: none;
}

.oneday-box.an-oneday::after{
  -webkit-animation: aniOneday 0.5s 1;
  animation: aniOneday 0.5s 1;
  animation-fill-mode: forwards;
  animation-duration: 3s;
}
@keyframes aniOneday {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } 
}

.oneday-box ul{
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
  display: flex;
  gap:10px 10px;
  align-items: center; 
}
.oneday-box ul li{
  font-weight: bold;
  font-size: 1.3em;
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: 'palt';
}
.oneday-box ul li:first-child{
  padding: 0;
  width: 5em;
  min-width: 5em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #777777;
  color: #ffffff;
  border-radius: 0 20px 20px 0;
}

.oneday-box-single,
.oneday-box .wp-block-columns{
  margin-left: 2.5em!important;
}

@media screen and (min-width: 600px) {
  
  .oneday-box::after{
    left: calc(5em - 10px);
  }
  
  .oneday-box ul li:first-child{
    width: 8em;
    min-width: 8em;
    border-radius: 20px;
  }
  
  .oneday-box-single,
  .oneday-box .wp-block-columns{
    margin-left: 8em!important;
  }
}

/* 求める人材
-------------------------------------------------------------- */

ul.jinzai-list-box{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap:0.5em 0.5em;
  justify-content: center;
}
ul.jinzai-list-box li{
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  border-radius: 25px;
  background-color: #ff8600;
  color: #ffffff;
  font-size: 1.2em;
}


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

/* フッター：背景 */
footer#colophon {
  background-color: #f5f5f5!important;
}
footer#colophon .footer-copyright{
  background-color:#919191;
}
footer#colophon .footer-copyright .fcopy-color a,
footer#colophon .footer-copyright .fcopy-color,
footer#colophon .widget-footer{
  color: #ffffff;
}
/* フッター：サイト情報 */
.foot-sitename1{
  font-size: 1.5em;
  margin: 0 auto 0.5em auto;
  text-align: center;
  width: 70%;
  max-width: 300px;
}
.foot-sitename2{
  margin-bottom: 2em;
  color: #222222;
}

/* モバイルフッター */
@media screen and (max-width: 991px) {
  /* ベース背景 */
  div.mb-footer{
    background-color:#919191;
  }
}

.mb-saiyou-link{
  position: absolute;
  top:50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 27%;
}
.mb-saiyou-link a{
  display: block;
  padding: 15px 0;
  background-color: #146B7E;
  color: #ffffff!important;
  text-align: center;
  width: 100%;
  line-height: 1;
  box-sizing: border-box;
}

.mb-saiyou-link a::before{
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  background-image: url("img/homelink-icon.png");
  background-size: cover;
  vertical-align: middle;
  margin-top: -0.2em;
}

@media screen and (min-width: 375px) {
  .mb-saiyou-link{
    width: 38%;
  }
}
@media screen and (max-width: 374px) {
  .mb-saiyou-link a{
    padding: 15px 0;
  }
  .mb-saiyou-link a span.saiyou-link-ded{
    display: none;
  }
}


