@charset "utf-8";
/* Generic Child-suitaStyle-front
    front-page専用スタイル
    body.home
　　　-コンテナ div id="container" #container
　　　-共通要素 （ .btn.more-link ）
    　-メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
    　-各コンテンツ section
　　　-メディアクエリ（ブレイクポイントごと）
*/

/* コンテナ div id="container" #container
---------------------------------------------------- */
body.home #container {
    margin: 0 auto;
    width: 100%;
}
/*メインコンテンツ - メインカラム*/
body.home main.content {
    float: none;
    margin: 0;
    padding: 00;
    width: 100%;
}

body.home main.content{
  overflow: hidden;
}


/* 共通要素
---------------------------------------------------- */
/* セクション section */
section span.text-attention{
  color: #f39474;
  font-weight: bold;
}

/* h2見出し h2.ttl */
section .section-wrap h2.ttl{
  text-align: left;
  color: #75a038;
  font-weight: 500;
  font-size: 2em;
}

section, .page .content p, .single-post .content p{
  font-size: 1.15rem;
  font-weight: 500;
}

.sp-576{
  display: none;
}

.m10-r{
  margin-right: 10px!important;
}

/* お知らせ・ブログ等　新着表示 .entry-list --- */

#news .section-wrap {
    margin: 0 auto;
    width: 1260px;
    padding: 90px auto;
    height: 100%;
}
#news .section-wrap header {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
}
#news .section-wrap header .en {
  margin-bottom: 0px;
  font-size: 24px;
  color: #C69C6D;
  display: inline-block;
  margin-left: 10px;
}
#news .section-wrap header {
  display: flex;
  margin-bottom: 0px;
}
section .section-wrap header h2.ttl {
  padding: 0px;
}

.entry-list .section-wrap .article-list{
    margin: 0 auto;
}
.entry-list .section-wrap .article-list article{
    align-items: center;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 1rem 0;
    position: relative;
    transition: .3s;
}
.entry-list .section-wrap .article-list article:hover{
    background-color: #f7f7f7;
}
.entry-list .section-wrap .article-list article .entry-meta{
    color: #000;
        font-size: 1rem;
    font-weight: bold;
    margin: 0;
}
.entry-list .section-wrap .article-list article .entry-meta .entry-time{
    display: inline-block;
    padding: 0 0 0 .5em;
    width: 10em;
}
.entry-list .section-wrap .article-list article .entry-meta .category{
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: .25em;
    text-align: center;
    width: 100px;
}
.entry-list .section-wrap .article-list article .entry-meta .category.notice{
    background-color: #7bbf69;
    color: #fff;
}
.entry-list .section-wrap .article-list article .entry-meta .category.recruit{
    background-color: #89d8c1;
        color: #fff;
}
.entry-list .section-wrap .article-list article .entry-meta .category.blog{
    background-color: #f39474;
        color: #fff;
}

.entry-list .section-wrap .article-list article .entry-title{
    flex: 1;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 0 0 1em;
}
.entry-list .section-wrap .article-list article .entry-title a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
        font-family: 'Noto Sans JP', sans-serif;
}
.entry-list .section-wrap .article-list article .entry-title a::after{
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    z-index:1;
    pointer-events:auto;
    content:"";
    background-color:rgba(0,0,0,0);
}
/* moreリンクボタン .btn.more-link */
p.btn.more-link{
  margin: 0px;
}
p.btn.more-link a{
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    line-height: normal;
    padding: 0px;
    text-decoration: none;
    width: fit-content;
    font-size: 18px;
    color: #000;
}
p.btn.more-link a::after{
  background-image: url(../images/front/arrow.png);
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
p.btn.more-link a:hover{
    background-color: #fff;
    color: #46A56C;
}

/* 凡庸ボタン */
section p.btn-common {
  padding: 0.8em 0.5em;
  background-color: #89bf43;
  color: #fff;
  border-radius: 30px;
  min-width: 220px;
  position: relative;
    border:3px solid #89bf43;
  box-sizing: border-box;
  margin: 0.8em 0.2em!important;
  /* margin-right: 1em!important; */
}

section p.btn-common a{
  color: #fff;
  text-decoration: none;
  align-items: center;
  display: block;
  font-size: 1.15em;
  text-align: center;
}

section p.btn-common a::after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 0 0 .5rem;
  color: #fff;
  position: absolute;
  right: 27px;
  bottom: 0.55em;
  font-size: 27px;
}
section p.btn-common:hover {
  background-color: #fff;
  border:3px solid #89bf43;
  box-sizing: border-box;
}

section p.btn-common:hover a{
  color: #89bf43;
  text-decoration: none;
  text-align: center;
}

section p.btn-common:hover a::after {
  color: #89bf43;
}

/* MOREボタン */
section p.more-btn {
  padding: 0.8rem 2rem;
  background-color: #fff;
  color: #7bbf69;
  border-radius: 50px;
  border:3px solid #7bbf69;
  width: 160px;
  position: relative;
}

section p.more-btn a{
  color: #7bbf69;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  position: relative;
}

section p.more-btn a span::after {
  position: relative;
  display: block;
  content: "";
	left: 6px;
  top: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #7bbf69;
	border-right: 2px solid #7bbf69;
}
section p.more-btn a span::before{
  position: relative;
  display: block;
  content: "";
	width: 17px;
  top: 8px;
  left: 4px;
	height: 2px;
	background: #7bbf69;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
section p.more-btn:hover{
  border:3px solid #7bbf69;
  background-color: #7bbf69;
}

section p.more-btn:hover a{
    color: #fff;
}

section p.more-btn:hover a span::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

section p.more-btn:hover a span::before {
	background: #fff;
}




/* ヘッダ header id="header" #header
   ※フロントページのみの指定
---------------------------------------------------- */
#header {
    /*ヘッダ固定の指定を外す際はposition:relativeに変更し、header.php内の「ヘッダーの高さ分だけコンテンツを下げる」をコメントアウトし、
    ログイン時のアドミンバー表示調整（body.logged-in #header）もコメントアウトする
    （@media screen and (max-width: 782px)にもログイン時のアドミンバー表示調整の記述有）
    */
    margin: 0;
    position: absolute;
        left: 0;
        top: 0;
    z-index: 9999;
}

/*フロントページのヘッダー背景色を削除*/
#header .header-wrap{
background: linear-gradient(  rgba(255,255,255,0.8) 0%,
  rgba(255,255,255,0.5) 60%,
  rgba(255,255,255,0) 100%) !important;
  padding-bottom: 30px;
}

#menu .menu-header-container{
  margin-top: 30px;
}

/*ログイン時のアドミンバー表示調整*/
body.logged-in #header {
        top: 32px;
}

#menu ul{
  background-color: transparent!important;
}

ul#menu-header li{
    background-color: #fff;
}

#menu ul li{
  border-radius: 30px;
  padding: 20px 10px;
  margin: 10px 20px;
  font-weight: bold;
  border-right: transparent!important;
}

#menu ul li:first-child{
  border: none;
}



/* フロントトップsection id="front-top" #front-top （#front-nav #main-vis / #attention）
---------------------------------------------------- */
#container .content #front-top{
    display: flex;
    flex-direction: column;
    height: 1200px;
    justify-content: space-between;
    margin: 0;
    position: relative;
}

/* フロントトップ - メインビジュアル div#main-bis（bxslider） */
#main-vis{
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 0px!important;
}
/*bxslider スタイルリセット*/
#main-vis .bx-wrapper {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
	overflow: hidden;
    padding: 0;
}
#main-vis .bx-wrapper .bx-viewport{
	margin: 0 auto;
  height: 1200px!important;
}
#main-vis .bx-wrapper .bx-viewport .slider{
  height: 1200px!important;
}

/*各スライド設定*/
#main-vis .bx-wrapper .bx-viewport .slider > div{
    height: 100%;
    position: relative;
}
#main-vis .bx-wrapper .bx-viewport .slider div .catch{
  position: absolute;
      top: 51vh;
      z-index: 999;
}
/* #main-vis .bx-wrapper .bx-viewport .slider div .catch .in{
      background: rgba(255, 255, 255, 0.7);
      padding: 45px;
      margin: 8px;
} */
#main-vis .bx-wrapper .bx-viewport .slider div .catch h2{
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing:5px;
    color: #fff;
    text-shadow: 
      0 0 1px #8ebf69, 0 0 3px #8ebf69, 
      0 0 6px #8ebf69, 0 0 10px #8ebf69, 
      0 0 30px #8ebf69, 0 0 50px #8ebf69; 
    width: 100vw;
    text-align: center;
}
/* #main-vis div .catch h2 .small{
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    font-weight: normal;
    writing-mode: vertical-rl;
} */




#main-vis .bx-wrapper .bx-viewport .slider .slide01{
    background: url("../images/front/slide/slide1.png") center no-repeat;
    background-size: cover;
}
#main-vis .bx-wrapper .bx-viewport .slider .slide02{
    background: url("../images/front/slide/slide2.png") center no-repeat;
    background-size: cover;
}
/* #main-vis .bx-wrapper .bx-viewport .slider .slide03{
    background: url("../images/front/slide/slide3.png") center no-repeat;
    background-size: cover;
}
#main-vis .bx-wrapper .bx-viewport .slider .slide04{
    background: url("../images/front/slide/slide4.png") center no-repeat;
    background-size: cover;
} */


/* 病院とつながる、安心の訪問看護　#about
---------------------------------------------------- */
#about.about-box{
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 55%;
  min-width: 960px;
  max-width: 1050px;
  border-radius: 0 30px 0 0;
  padding: 30px 30px 30px 120px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.about-btn-wrap{
  display: flex;
  justify-content: start;
}

.about-text{
  width: 60%;
}

.about-image{
  padding-top: 60px;
  padding-left: 30px;
}

h2.ttl-boder-stripe-gr{
  position: relative;
  padding-bottom: 10px;
  color: #75a038;
  font-size: 1.7em;
  font-weight: 500;
}

h2.ttl-boder-stripe-gr::after{
  content: '';
  display: block;
  background: repeating-linear-gradient(-45deg, #cce299, #cce299 5px, #e8f2d0 5px, #e8f2d0 10px);
  height: 10px;
  width: 100%;
  margin-top: 8px;
}




/* ご利用の皆様へ　#guide
---------------------------------------------------- */

section#guide{
  background-image:  radial-gradient( rgba(243, 148, 116, 0.4), #fff 40% );
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}

section#guide .hand-right{
 position: absolute;
 top: -60px;
 right: -180px;
 z-index: 999;
}

section#guide .hand-left{
 position: absolute;
 bottom: 0;
 left: -160px;
z-index: 999;
}

h2.ttl-boder-stripe-red{
  position: relative;
  padding-bottom: 10px;
  color: #f39474;
}

h2.ttl-boder-stripe-red::after{
  content: '';
  display: block;
  background: repeating-linear-gradient(-45deg, #f39474, #f39474 5px, #ffe1d9 5px, #ffe1d9 10px);
  height: 10px;
  width: 100%;
  margin-top: 15px;
}

#guide .section-wrap header h2{
  width: 40%;
  min-width: 560px;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  margin-top: 60px;
}

#guide .section-wrap header{
  display: flex;
  justify-content: center;
}

#guide .section-wrap .menu-area{
  display: flex;
  justify-content: space-between;
  width: 1260px;
  margin: 0 auto;
}

#guide .section-wrap .menu-area .menu-box{
  border: 3px solid #f39474;
  padding: 30px 30px;
  border-radius: 30px;
  margin: 40px 0px;
  max-width: 595px;
  width: 80%;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}

#guide .section-wrap .menu-area .menu-box .menu-box-wrap .menu-img-wrap{
 width: 100%;
 border-radius: 30px;
 max-height: 230px;
 overflow: hidden;
}
#guide .section-wrap .menu-area .menu-box .menu-box-wrap .menu-img-wrap img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}

#guide .section-wrap .menu-area .menu-box .menu-box-wrap h3{
  margin: 20px;
  color: #f39474;
  font-size: 1.7em;
  font-weight: 500;
}

#guide .section-wrap .menu-area .menu-box .menu-btn-box{
    width: 100%;
    padding: 0 auto;
    margin-top: 2em;
}

#guide .section-wrap .menu-area .menu-box .menu-box-wrap .menu-btn-box p{
  margin: 1em auto;
}


/* 訪問エリア　#visit-area
---------------------------------------------------- */
section#visit-area{
  position: relative;
  width: 100%;
  margin: 30px 0;
}

section#visit-area .section-wrap{
  position: absolute;
  top: 40px;
  right: 0;
  width: 50%;
  padding: 10px 0 10px 10px;
  background: repeating-linear-gradient(-45deg, #cce299, #cce299 5px, #e8f2d0 5px, #e8f2d0 10px);
    border-radius: 30px 0 0 30px;
}

section#visit-area .section-wrap .section-inner{
  background-color: #fff;
  padding: 30px 0 40px 40px;
  border-radius: 30px 0 0 30px;
  font-weight: 500;
  font-size: 18px;
}


section#visit-area .section-wrap .section-inner .visit-area-list{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

section#visit-area .section-wrap .section-inner .visit-area-list li{
  margin: 0.5em 1em 0 0;
}

section#visit-area .section-wrap .section-inner .visit-area-list li::before{
        content: '●';
        display: inline-block;
        padding-right: 5px;
        color: #f39474;
}

section#visit-area .visit-area-map{
  position: absolute;
  bottom: 5%;
  right: 8%;
  z-index: 1000;
}

section#visit-area .visit-area-bg{
  display: block;
}


/* お知らせ #news
---------------------------------------------------- */
#news{
    margin: 60px 0 0 0;
    padding: 20px 0 20px 0;
    background-color:hsla(84,72%,80%,1);
background-image:
radial-gradient(at 86% 91%, rgb(236, 249, 247) 0px, transparent 50%),
radial-gradient(at 13% 90%, rgba(221, 247, 241, 0.97) 0px, transparent 50%),
radial-gradient(at 88% 8%, rgba(208, 236, 163, 1) 0px, transparent 50%),
radial-gradient(at 14% 7%, rgba(208, 236, 163, 1) 0px, transparent 50%);
/* height: 260px; */
}

#news .section-wrap{
  display: flex;
  justify-content: space-between;
}

#news .section-wrap .left-area h2.ttl-news{
  font-family: Noto Serif JP;
  font-size: 90px;
  font-weight: 500;
      letter-spacing:3px;
    color: #fff;
    text-shadow: 
      0 0 1px #8ebf69, 0 0 3px #8ebf69, 
      0 0 6px #8ebf69, 0 0 10px #8ebf69, 
      0 0 30px #8ebf69, 0 0 50px #8ebf69; 
}

#news .section-wrap .article-list{
    margin: 0.7rem 0;
    padding: 0;
    width: 55%;
}
/* お知らせカテゴリタブリスト */
.news-list-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* 各カテゴリタブ */
.tab-switch {
    display: none;
}
.tab-label {
    align-items: center;
    background: #fff;
    color: #000;
    font-weight: 500;
    display: flex;
    flex: 1;
    justify-content: center;
    line-height: 100%;
    margin: 2rem 10px;
    order: -1;
    padding: 1rem 0;
    text-align: center;
    transition: .3s;
}
.news-list-wrap .tab-label:last-of-type {
    margin-right: 0;
}
.tab-label:hover {
    background: rgba(145,114,16,.10);
    cursor: pointer;
}
/* 各カテゴリタブ - アクティブ*/
.tab-switch:checked+.tab-label {
    background: rgba(145,114,16,.25);
}
/* 各カテゴリタブ コンテンツ */
.tab-content {
    display: none;
    padding: 0;
    position: relative;
    width: 100%;
}
/* 各カテゴリタブ コンテンツ - アクティブ*/
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
/* トピック #topic
---------------------------------------------------- */
  #topic {
    padding: 0px 0 80px 0;
  }
  #topic .section-wrap {
      margin: 0 auto;
      width: 1260px;
      padding: 90px auto;
  }
  #topic .section-wrap h2.ttl {
    font-size: 36px;
  }
  #topic .section-wrap header{
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  #topic .section-wrap header .en {
    margin-bottom: 0px;
    font-size: 24px;
    color: #C69C6D;
    display: inline-block;
    margin-left: 10px;
  }
  #topic .section-wrap ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  #topic .section-wrap ul li{
    background-color: #fff;
    max-width: 268px;
    width: 22%;
    border: 1px solid #CCCCCC;
    padding: 15px;
    text-align: center;
  }
  /*#topic .section-wrap ul li a {
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 15px;
    color: #000;
  }
    #topic .section-wrap ul li a:hover {
      background-color: #f7f7f7;
    }*/
  #topic .section-wrap ul li .day{
    text-align: center;
    font-size: 16px;
    color: #C69C6D;
  }
  #topic .section-wrap ul li .ttl{
    text-align: center;
  }

  #topic .section-wrap ul li .entry-meta, .entry-footer, .archive-meta{
    margin: 10px 0;
  }

/* 採用情報 #recruit
---------------------------------------------------- */
#recruit {
  position: relative;
  margin-top: 100px;
  height: 700px;
  background-color: rgb(227, 248, 245);
background-image:
radial-gradient(at 90% 9%, rgb(236, 249, 224) 0px, transparent 50%),
radial-gradient(at 8% 9%, rgb(227, 248, 245) 0px, transparent 50%),
radial-gradient(at 88% 90%, rgb(255, 255, 255) 0px, transparent 50%),
radial-gradient(at 10% 90%, rgb(222, 242, 197) 0px, transparent 50%);
  margin-bottom: 80px;
  /* overflow: hidden; */
}

#recruit .section-wrap{
  transform: translateX(calc(50vw - 630px));
  width: calc(100vw - calc(50vw - 630px));
  padding-top: 60px;
  margin-top: 120px;
}

#recruit .section-wrap .recruit-inner{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction:row-reverse
}

#recruit .section-wrap .recruit-inner header{
  width: 33%;
  min-width: 480px;
}

#recruit .section-wrap .recruit-inner img{
  transform: translateY(-120px);
  width: 62%;
}

#recruit .section-wrap ul.recruit-btn-list {
  width: 90%;
  max-width: 1260px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 6px #999;
  position: absolute;
  top: 62%;
  right: 0;
  left: 0;
}

.recruit-btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 4px solid #89bf43; 
  border-radius: 12px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-btn-list li {
  border: 0; /* デフォルトは消す */
  border-right: 4px solid #89bf43;
  border-bottom: 4px solid #89bf43;
}

/* 最右列は右線なし */
.recruit-btn-list li:nth-child(3n) {
  border-right: none;
}

/* 最下段は下線なし */
.recruit-btn-list li:nth-last-child(-n+3) {
  border-bottom: none;
}
.recruit-btn-list li a {
  display: block;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  color: #89bf43;
  font-size: 1.15em;
  font-weight: 500;
}

.recruit-btn-list li a:hover {
  text-decoration: none;
  color: #fff;
  font-size: 1.15em;
  font-weight: 500;
  background-color: #89bf43;
}

#recruit .section-wrap ul li a::after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 0 0 1.5em;
  font-size: 1.5em;
  color: #89bf43;
}

#recruit .section-wrap ul li a:hover::after {
  color: #fff;
}


#recruit .section-wrap header {
  text-align: center;
}

#recruit .section-wrap header p {
  text-align: left;
  margin-bottom: 30px;
  font-weight: 500;
}

#news .section-wrap .right-area{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 1rem;
}


/* お問い合わせ #contact
---------------------------------------------------- */

section#contact .section-wrap .contact-sub-title{
  display: flex;
  justify-content: center;
}

section#contact .section-wrap .contact-sub-title img{
  display: block;
  width: 50%;
}

section#contact .section-wrap p.sub-title{
  text-align: center;
  font-weight: 400;
  color: #7bbf69;
  font-size: 50px;
  margin: 0;
}

section#contact .section-wrap .contact-box{
  background-color: #d3f1a8;
  width: 90%;
  max-width: 1520px;
  margin: 0 auto 60px;
  font-size: 18px;
  font-weight: 500;
  padding: 40px 60px;
} 

section#contact .section-wrap .contact-box ul.worry-list{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

section#contact .section-wrap .contact-box ul.worry-list li{
  background-color: #fff;
  margin: 0.8em;
  padding: 1em 1.5em;
  border-radius: 30px;
  font-weight: 500;
}

section#contact .section-wrap .contact-box p{
  text-align: center;
}

section#contact .section-wrap .contact-box .contact-info-box{
  background-color: #fff;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  margin: 60px 0 20px;
  align-items: stretch; 
}

section#contact .section-wrap .contact-box .contact-info-img{
  padding-right: 40px;
  flex: 44;
}

section#contact .section-wrap .contact-box .contact-info-img img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* トリミングOKで上下いっぱいに */
  display: block;
}

section#contact .section-wrap .contact-box .contact-info-box .contact-info-text{
  width: 56%;
  flex: 56;
}

section#contact .section-wrap .contact-box .contact-info-box .contact-info-text p{
  text-align: left;
  margin: 1em 1em 0 0;
}

section#contact .section-wrap .contact-box .contact-info-box header{
  display: flex;
  justify-content: space-between;
}

section#contact .section-wrap .contact-box .contact-info-box .contact-info-text p span.big{
  font-size: 1.5em;
  margin-right: 1em;
}

section#contact .section-wrap .contact-box .contact-info-box .contact-info-text p.access-btn{
  padding: 0.3em;
  border-radius: 50px;
  border: 4px solid #89bf43;
  width: 200px;
  text-align: center;
  margin: 0 0 0 2em!important;
  max-height: 50px;
}

.access-btn a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
}

.access-btn:hover{
  border: 4px solid #89bf43;
  background-color: #89bf43;
}

.access-btn:hover a{
  color: #fff;
}


.contact-info-text .contact-btn-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icon-btn-sq{
  background-color: #89bf43;
  padding: 0.6em 1.5em 0.6em 1em;
  margin: 1em 1em 0.5em 0;
  width: 300px;
  min-width: 47%;
  text-align: center;
  transition: opacity 0.3s;
  font-size: 1.15em;
}

.icon-btn-sq:hover{
opacity: 0.7;
}

.icon-btn-sq a{
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  display: block;
}

span.icon-qa{
  content: "";
  display: inline-block;
  width: 2.5em;   /* アイコンの幅 */
  height: 2.5em;  /* アイコンの高さ */
  margin-right: 1em; /* テキストとの余白 */
  background: url("../images/front/contact/icon-qa.png") no-repeat center center;
  background-size: contain; /* アイコンのサイズを要素にフィット */
  vertical-align: middle;   /* テキストと揃える */
}

span.icon-panf{
  content: "";
  display: inline-block;
  width: 2.5em;   /* アイコンの幅 */
  height: 2.5em;  /* アイコンの高さ */
  margin-right: 1em; /* テキストとの余白 */
  background: url("../images/front/contact/icon-panf.png") no-repeat center center;
  background-size: contain; /* アイコンのサイズを要素にフィット */
  vertical-align: middle;   /* テキストと揃える */
}

span.icon-contact{
  content: "";
  display: inline-block;
  width: 2.5em;   /* アイコンの幅 */
  height: 2.5em;  /* アイコンの高さ */
  margin-right: 1em; /* テキストとの余白 */
  background: url("../images/front/contact/icon-contact.png") no-repeat center center;
  background-size: contain; /* アイコンのサイズを要素にフィット */
  vertical-align: middle;   /* テキストと揃える */
}



/* バナー #banner
---------------------------------------------------- */
#banner {
  background-color: #E6E6E6;
}
#banner .section-wrap {
    margin: 0 auto;
    width: 1260px;
    padding: 20px 0px;
}
#banner .section-wrap ul{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#banner .section-wrap ul li{
  width: 20%;
}


.pc-tb {
display: block;
}

/* メディアクエリ（ブレイクポイントごと）
---------------------------------------------------- */
@media(max-width:1900px) {

  /* guide */
  #guide .section-wrap .menu-area{
   width: 1080px; 
  }

  #guide .section-wrap .menu-area .service-box{
    margin-right: 2em;
  }

  /*訪問エリア visit-area */
  section#visit-area .visit-area-map{
  width: 20%;
  bottom: 0;
  }

  section#visit-area .section-wrap .section-inner .visit-area-list{
    width: 100%;
  }
}

@media(max-width:1700px) {
  section#guide .hand-right{
    width: 430px;
    right: -160px;
  }

  section#guide .hand-left{
    width: 430px;
  }
}

@media(max-width:1650px) {
    #guide .section-wrap .menu-area{
   width: 960px; 
  }

    #guide .section-wrap .menu-area .menu-box .menu-box-wrap .menu-btn-box p{
    margin: 1em auto;
  }

  /*訪問エリア visit-area */
  section#visit-area .section-wrap {
    width: 58%;
  }

  /*採用情報 recruit */
  #recruit .section-wrap ul.recruit-btn-list{
    top: 70%;
  }

}

@media(max-width:1540px) {
  section#guide .hand-right{
    width: 380px;
    right: -140px;
  }

  section#guide .hand-left{
    width: 380px;
    left: -140px;
    bottom: -95px;
  }
}

@media(max-width:1440px) {
  /* section#guide .hand-right{
    width: 350px;
    right: -50px;
    top: -100px;
  }

  section#guide .hand-left{
    width: 350px;
    left: -120px;
    bottom: -120px;
  } */

 /*訪問エリア visit-area */
    section#visit-area .visit-area-map{
  bottom: -15%;
  }

  section#visit-area {
    margin: 40px 0;
  }

    /*採用情報 recruit */
  #recruit .section-wrap{
  margin-top: 180px;
}
  
  #recruit .section-wrap ul.recruit-btn-list{
    top: 75%;
  }

  #recruit .section-wrap .recruit-inner img{
    width: 58%;
  }


}


@media(max-width:1366px) {

  /* 　採用情報　#recruit
  ---------------------------------------------------- */
  #recruit .section-wrap{
  transform: translateX(calc(50vw - 540px));
  width: calc(100vw - calc(50vw - 540px));
}

  #recruit .section-wrap ul.recruit-btn-list{
    top: 85%;
  }

}

@media(max-width:1260px) {

  .pc-tb {
  display: none;
  }


/* 共通要素
---------------------------------------------------- */
    /* セクション section */

    #introduction .section-wrap .point {
      width: 100%;
    }
    #introduction .section-wrap .point .left-area {
      width: 40%;
    }
    #introduction .section-wrap .point .left-area img {
      margin-bottom: 15px;
    }

    #introduction .section-wrap .point .right-area {
      width: 55%;
    }

    /* サービスのご案内　#service
    ---------------------------------------------------- */
    #service .section-wrap ul li {
      width: 48%;
      margin-bottom: 20px;
    }

/* お知らせ #news
---------------------------------------------------- */
    /* #news{
        padding: 70px 0;
    } */

    #news .section-wrap .left-area h2.ttl-news{
      font-size: 60px;
    }

    #container .content #news .section-wrap{
        width: 90%;
    }

  }


@media(max-width:1259px) {
/* ご利用の皆様へ #guide */
  section#guide{
    padding: 0;
  }

  /* section#guide .hand-right{
    width: 250px;
    top: -100px;
    right: -50px;
  }

  section#guide .hand-left{
    width: 250px;
    left: -60px;
  } */

  #guide .section-wrap .menu-area{
    margin-bottom: 100px;
  }

  /* 訪問エリア #visit-area
---------------------------------------------------- */
section#visit-area .section-wrap{
  position: relative;
  width: 95%;
  margin-left: 5%;
  transform: translateY(-90px);
}

section#visit-area .visit-area-map{
  top: 5%;
  width: 50%;
  max-width: 400px!important;
}

  /* 採用情報 #recruit
---------------------------------------------------- */

  #recruit .section-wrap{
  transform: translateX(calc(50vw - 480px));
  width: calc(100vw - calc(50vw - 480px));
  margin-top: 0;
}

#recruit .section-wrap .recruit-inner header{
  min-width: 380px;
}

#recruit .section-wrap ul.recruit-btn-list{
  top: 90%;
}


 /* お問い合わせ #contact
---------------------------------------------------- */
section#contact .section-wrap .contact-sub-title img{
  width: 70%;
}

section#contact .section-wrap .contact-box ul.worry-list{
  font-size: 11.5px;
}

section#contact .section-wrap .contact-box ul.worry-list li{
  margin: 0.5em;
  padding: 1em 1em;
}

section#contact .section-wrap .contact-box .contact-info-box{
  display: block;
}

section#contact .section-wrap .contact-box .contact-info-img{
  padding-right: 0;
}

section#contact .section-wrap .contact-box .contact-info-box .contact-info-text{
  margin-top: 20px;
}

section#contact .section-wrap .contact-box .contact-info-box .contact-info-text{
  width: 100%;
}

}



@media(max-width:1024px) {
  #main-vis {
    margin-top: 66px!important;
  }
/* 共通要素
---------------------------------------------------- */

    /* セクション section */
   section, .page .content p, .single-post .content p{
  font-size: 1rem;
  }


    /* お知らせ・ブログ等新着表示 .entry-list */
    .entry-list .section-wrap .article-list article{
        border-bottom: #ccc dotted 1px;
        flex-wrap: wrap;
        padding: .5rem 0;
    }
    .entry-list .section-wrap .article-list article::after{
        display: none;
    }
    .entry-list .section-wrap .article-list article .entry-meta ,
    .entry-list .section-wrap .article-list article .entry-title{
        width: 100%;
    }
    .entry-list .section-wrap .article-list article .entry-meta{
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    .entry-list .section-wrap .article-list article .entry-meta .entry-time{
            padding: 0 .5em;
            width: auto;
    }
    .entry-list .section-wrap .article-list article .entry-meta .category{
            width: auto;
    }
    .entry-list .section-wrap .article-list article .entry-title{
        padding: .5em 0 0;
    }
    .entry-list .section-wrap .article-list article .entry-title::before{
        content: '\e5df';
        display: inline-block;
        font-family: 'Material Icons';
        padding: 0;
    }
    /* moreリンクボタン .btn.more-link */
    p.btn.more-link{}
    p.btn.more-link a{
    }

/*ヘッダー header
---------------------------------------------------- */
#header .header-wrap{
  padding-top: 18px;
  background: none;
}

#menu ul{
  width: 95%;
}


/* フロントトップsection id="front-top" #front-top （#front-nav #main-vis / #attention）
---------------------------------------------------- */
    /* フロントトップ - メインビジュアル div#main-bis（bxslider） */
    #container .content #front-top {
        height: auto;
    }

    /* フロントトップ - メインビジュアル div#main-bis（bxslider） */
    /*各スライド設定*/

    #main-vis .bx-wrapper .bx-viewport .slider div .catch{
      top: 40vh;
    }

    #main-vis div .catch h2 .small {
      font-size: 22px;
    }


/* お知らせ #news
---------------------------------------------------- */
    #news{
        padding: 40px 10;
    }
    #news .section-wrap h2.ttl {
      font-size: 28px;
    }
    .tab-label {
        font-size: .875rem;
        padding: .5rem 0;
    }


/* ご利用の皆様へ #guide
---------------------------------------------------- */
  section#guide .hand-right{
    width: 270px;
    right: -85px;
    top: 0;
  }

  section#guide .hand-left{
    width: 270px;
    left: -85px;
    bottom: -65px;
  }



/* 採用情報 #recruit
---------------------------------------------------- */
  #recruit .section-wrap {
    padding: 60px 40px;
  }

  #recruit .section-wrap ul.recruit-btn-list{
    margin: 0px 40px;
  }
}

@media(max-width:990px) {

/* フォントサイズ */
    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2{
        font-size: 2em;
    }

    section .section-wrap h2.ttl{
      font-size: 1.8em;
    }

    h2.ttl-boder-stripe-gr{
      font-size: 1.5em
    }

    h2.ttl-boder-stripe-gr{
      font-size: 1.8em;
    }

    #guide .section-wrap .menu-area .menu-box .menu-box-wrap h3{
      font-size: 1.5em;
    }

    .contact-info-text h2{
      font-size: 1.5em;
    }

/* 概要 #about */    
#main-vis .bx-wrapper .bx-viewport .slider > div{
  height: 60vh;
}

#main-vis .bx-wrapper .bx-viewport .slider div .catch{
  top: 20vh;
}

/* 概要 #about */    
#about.about-box{
  position: relative;
  width: 100%;
  min-width: 300px;
  border-radius: 0 0 0 0;
  padding: 30px 10px 30px 10px;
}

#main-vis .bx-wrapper .bx-viewport .slider{
  height: 60vh!important;
}

#main-vis .bx-wrapper .bx-viewport{
    height: 60vh!important;
}

/* お知らせ #news */
#news .section-wrap{
  display: block
}

#news .section-wrap .article-list{
  width: 100%;
}

/* ご利用の皆様へ #guide */
    #guide .section-wrap .menu-area{
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
    } 

    #guide .section-wrap .menu-area .service-box{
      margin-right: 0;
    }

    section#visit-area .visit-area-map{
      width: 40%;
    }

    #guide .section-wrap .menu-area .menu-box{
      margin: 20px 0;
      padding: 20px 30px;
    }

    /* 採用情報 #recruit */

    #recruit{
      height: 800px;
      margin-bottom: 100px;
    }

    #recruit .section-wrap{
      transform: translateX(0);
      width: 100%;
    }

    #recruit .section-wrap .recruit-inner{
      display: block;
    }

    #recruit .section-wrap .recruit-inner header{
      width: 100%;
    }

    #recruit .section-wrap .recruit-inner img{
      transform: translateY(0);
      transform: translateX(25vw);
      width: 80%;
    }

    #recruit .section-wrap .recruit-inner{
      transform: translateY(-120px);
    }

    #recruit .section-wrap ul.recruit-btn-list{
      top:75%;
      grid-template-columns: repeat(2, 1fr);
    }

    /* 最右列は右線なし */
.recruit-btn-list li:nth-child(3n) {
  border-right: 4px solid #89bf43;
}

.recruit-btn-list li:nth-last-child(-n+3) {
  border-bottom: 4px solid #89bf43;
}

.recruit-btn-list li:nth-child(2n) {
  border-right: none;
}

/* 最下段は下線なし */
.recruit-btn-list li:nth-last-child(-n+2) {
  border-bottom: none;
}

.recruit-btn-list li a{
  padding: 1.4em;
}

    /* お問い合わせ　contact */
  section#contact .section-wrap .contact-box{
    padding: 40px 30px;
  }

  section#contact .section-wrap .contact-box .contact-info-box{
    padding: 40px 30px;
  }

  section#contact .section-wrap .contact-box ul.worry-list{
    flex-wrap: wrap;
    justify-content: space-around;
  }

  section#contact .section-wrap .contact-box ul.worry-list li{
    width: 45%;
    text-align: center;
  }
    
}

@media screen and (max-width: 782px){
    html #wpadminbar {
        position: fixed;
    }
    /*ログイン時のアドミンバー表示調整*/
    body.logged-in #header {
            top: 46px;
    }
    #wp-admin-bar-my-account{
        line-height: 80%;
    }
}

@media(min-width:769px) {}
@media(max-width:768px) {
/* 共通要素
---------------------------------------------------- */

    /* フォントサイズ */
    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2{
        font-size: 1.8em;
    }

    section .section-wrap h2.ttl{
      font-size: 1.5em;
    }

    #guide .section-wrap header h2{
      font-size: 27px;
    }

    h2.ttl-boder-stripe-gr{
      font-size: 1.5em;
    }

    #guide .section-wrap .menu-area .menu-box .menu-box-wrap h3{
      font-size: 1.3em;
    }

    .contact-info-text h2{
      font-size: 1.3em;
    }

    /* h2見出し h2.ttl */
    section .section-wrap header h2.ttl span{
        font-size: .75rem;
    }

    /* #main-vis .bx-wrapper .bx-viewport .slider div .catch h2{
      width: 100%;
    } */

    /* ヘッダー　header
    ---------------------------------------------------- */
    #menu ul li{
      margin: 10px 0;
    }


/* ウィジェット（ピックアップ） #pickup-widget
---------------------------------------------------- */
    #pickup-widget{
        background-color: #fef9fb;
        padding: 50px 0;
    }
    /*slick dots 上書き*/
    section.widget-area#pickup-widget .section-wrap .pickup-area.slick .slick-dots li button:before {
        border-radius: 5px;
        height: 10px;
        width: 10px;
    }
    /* #main-vis .bx-wrapper .bx-viewport .slider .slide01 {
      background-position: right -250px bottom 0px;
    } */


  /* お知らせ #news
  ---------------------------------------------------- */
    #news .section-wrap h2.ttl {
      font-size: 24px;
    }
    #news .section-wrap header .en {
      font-size: 18px;
    }
    p.btn.more-link a {
      font-size: 16px;
    }

  /* 採用情報 #recruit
  ---------------------------------------------------- */
    #recruit {
      margin-bottom: 30px;
    }
    #recruit .section-wrap h2.ttl {
      font-size: 27px;
    }
    #recruit .section-wrap header .en {
      font-size: 18px;
    }
    #recruit .section-wrap ul li a  {
      font-size: 16px;
    }
    #recruit .section-wrap {
      position: static;
      margin-top: 15px;
    }

  /* お問い合わせ #contact
  ---------------------------------------------------- */
    section#contact .section-wrap .contact-box .contact-info-box header{
      display: block;
    }

    section#contact .section-wrap .contact-box .contact-info-box .contact-info-text p.access-btn{
      margin: 1em 0!important;
    }

}
@media(max-width:767px) {}
@media(max-width:576px) {
/* 共通要素
---------------------------------------------------- */
    .sp-576{
      display: block;
    }

    /* フォントサイズ */

    #main-vis .bx-wrapper .bx-viewport .slider div .catch{
      width: 100%;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2{
        font-size: 1.5em!important;
        width: 265px;
        margin: 0 auto;
        text-align: left;
    }

        h2.ttl-boder-stripe-gr{
      font-size: 1.3em;
    }

    .contact-info-text h2{
      font-size: 20px;
    }

    /* セクション section */
    /* #container .content section .section-wrap{
        width: 94%;
    } */




/* フロントトップsection id="front-top" #front-top （#front-nav #main-vis / #attention）
---------------------------------------------------- */
    /*各スライド設定*/
    #main-vis .bx-wrapper .bx-viewport .slider > div{
        height: 60vh;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch {
      border: 0px;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2 .small{
        font-size: 18px;
    }
    #introduction .section-wrap h2.ttl {
      font-size: 18px;
    }

    #main-vis .bx-wrapper .bx-viewport .slider .slide01 {
      /*background-position: right 0px;*/
    }

    /* 概要 #about
---------------------------------------------------- */
    #about.about-box{
      display: block;
    }
    .about-text{
      width: 100%;
    }
    .about-btn-wrap{
    padding: 0 10px;
    display: block;
    }

    .about-image {
      padding: 0;
    }

    .about-image img {
      margin: 10px auto;
      display: block;
    }


/* お知らせ #news
---------------------------------------------------- */
    #news{
        padding: 40px 0;
    }
    .news-list-wrap {
        background-color: rgba(145,114,16,.10);
        padding: 1rem 0 0 0;
    }
    .entry-list .section-wrap .article-list article .entry-title {
      font-size: 0.9rem;
    }
    .tab-label {
        border-radius: 1rem;
        flex: unset;
        font-size: .74rem !important;
        line-height: 1;
        margin:  5px;
        padding: .5rem;
    }
    .tab-switch:checked+.tab-label+.tab-content {
        background-color: #fff;
        margin: 1rem 0 0 0;
    }

    /* ご利用者の皆様へ　#guide
    ---------------------------------------------------- */
    h2.ttl-boder-stripe-red::after{
      width: 75%;
      margin: 0 auto;
    }
    section#guide .hand-right{
    width: 150px;
    right: -50px;
    top: 15px;
    }
    section#guide .hand-left{
    width: 150px;
    left: 0;
    bottom: 0;
    }


    /* 訪問エリア　visit-area */
    section#visit-area .visit-area-map{
      width: 45%;
      right: 5px;
    }

    /* 採用情報　#recruit
    ---------------------------------------------------- */
    /* #recruit .section-wrap {
      padding: 20px 10px;
    }
    #recruit .section-wrap ul li {
      width: 90%;
      margin: 0 auto 15px auto;
    }
    #recruit .section-wrap header p {
      font-size: 0.85rem;
      margin-bottom: 20px;
    } */

  #recruit{
    height: 980px;
    margin-bottom: 60px;
  }

        /* 最右列は右線なし */
.recruit-btn-list li:nth-child(2n) {
  border-right: 4px solid #89bf43;
}

.recruit-btn-list li:nth-last-child(-n+2) {
  border-bottom: 4px solid #89bf43;
}

.recruit-btn-list li:nth-child(1n) {
  border-right: none;
}

/* 最下段は下線なし */
.recruit-btn-list li:nth-last-child(-n+1) {
  border-bottom: none;
}

    #recruit .section-wrap ul.recruit-btn-list{
      top:75%;
      grid-template-columns: repeat(1, 1fr);
    }

      #recruit .section-wrap {
    padding: 60px 20px;
  }

  #recruit .section-wrap ul.recruit-btn-list{
    margin: 0px auto;
    width: 80%;
  }

/* お問い合わせ　#contact
---------------------------------------------------- */

section#contact .section-wrap .contact-sub-title img{
  width: 85%;
}

section#contact .section-wrap .contact-box{
  padding: 30px 20px;
}

  section#contact .section-wrap .contact-box .contact-info-box .contact-info-text p span.big{
    font-size: 1em;
  }

  section#contact .section-wrap .contact-box .contact-info-box .contact-info-text p{
    margin: 1em 0 0 0;
  }

  .icon-btn-sq a{
    font-size: 1em;
  }

  span.icon-qa {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
  }
  span.icon-panf {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
  }
  span.icon-contact {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
  }

/* .contact-info-text .contact-btn-list{
  justify-content: space-around;
} */

.icon-btn-sq{
  width: 100%;
}

}

@media(max-width:350px) {
    section .section-wrap header:has( .ttl )::before {
        display: none;
    }
    section .section-wrap header h2.ttl {
        border-left: none;
        border-right: none;
        padding: 0;
    }
}
@media(max-width:400px) {

  #main-vis .bx-wrapper .bx-viewport .slider .slide01 {
    background-position: right -220px bottom 0px;
  }
}


/*モバイル画面横向きの際*/
@media(orientation: landscape) {
    #container .content #front-top {
        height: auto;
        /*min-height: 100vh;*/
    }
}

@media screen and (min-height:600px) and ( max-height:768px) {
    #main-vis .bx-wrapper .bx-viewport .slider div .catch .in {
      padding: 25px 35px;
    }
    #main-vis div .catch h2 .small {
      font-size:24px;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2 {
      font-size: 30px;
    }

}
