/*
Temlate: carepartners
Theme Name: carepartners
Author: Yuiko
Version: 1.00
*/
@charset "UTF-8";
/*----------------------------------------
	INDEX PAGE
----------------------------------------*/
/* INDEX-TOP */
.index-top-box {
    height: 600px;
    background-image: url(img/top-image.jpg);
    background-position: center;
    object-fit: contain;
    text-align: center;
  }
  .top-letter-box {
    padding-top: 250px;
  }
  .top-letter-inbox {
    background-color: #fff;
    padding: 20px;
    margin: 0 10%;
    border-radius: 60px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    z-index: 99;
  }
  .top-h2 {
    color: aliceblue;
    z-index: 99;
  }
  .green {
    color: #32A440;
    text-shadow: 1px 1px 2px #d9d9d9;
  }
  .light-green {
    color: #B5D16B;
    text-shadow: 1px 1px 2px #d9d9d9;
  }
  
  /* INDEX-CONTENTS*/
  .saiyo-banner {
    width: 100%;
	  padding-top: 10px;
  }
.saiyo-banner:nth-child(2) {
	padding-left: 10px;
}
  .company-section-box {
    padding-bottom: 60px;
    background-image: url(img/chogo_perth.jpg);
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    background-position: center;
    object-fit: cover;
    min-height: 450px;
  }
  .company-letter-inbox {
    padding-top: 100px;
    padding-left: 40px;
  }
  @media (max-width:767px ) {
    .company-letter-inbox {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  /* KAIGOFUKUSHISHI */
  .kaigo-hukushihi-box {
    background-color: #FFF2E7;
    margin: 0 auto;
    padding: 20px 40px;
    border-radius: 30px;
  }
.top-kaigo-hukushihi-box {
	width: 70%;
	background-color: #FFF2E7;
	margin: 0 auto;
    padding: 20px 40px;
    border-radius: 30px;
}
  .text-align-center {
    text-align: center;
  }
  .kaigo-fukushishi-box-honbun {
    margin: 20px 0;
    text-align: left;
  }
  .study-man-normal {
    height: 300px;
    margin: 0 auto;
	  text-align: center;
  }
  @media (max-width:767px ) {
    .kaigo-hukushihi-box {
      padding: 20px 15px;
    }
	  .top-kaigo-hukushihi-box {
		  width: auto;
		  background-color: #FFF2E7;
		  margin: 0 auto;
		  padding: 20px 40px;
		  border-radius: 30px;
	  }
  }

  /* SERVICE */
  .section-bg {
    background-image: url(img/background-check.png);
    background-size: 150px;
    background-repeat: repeat;
}
  .orange-button {
    background-color: #FF912B;
    text-align: center;
  }
  .top-service-box {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    text-align: center;
  }
  .service-card {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    background-color: #fff;
  }
  @media (max-width:767px ) {
    .top-service-box {
      display: block;
      gap: 20px;
    }
    .service-card {
      margin-top: 20px;
    }
    .kaigo-card {
      width: 100%;
      margin-top: 20px;
		text-align: left;
    }
  }
  .service-title {
    text-align: center;
    padding: 15px;
  }
  .bg-green {
    background-color: #32A440;
  }
  .bg-lightgreen {
    background-color: #B5D16B;
  }
  .kakomi {
    padding: 0px 20px 20px;
  }
  @media (max-width:767px ) {
    .kakomi {
      padding: 0px 15px 15px;
    }
  }
  /* TORIKUMI */
  .leaf-card-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .leaf-card {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    border-radius: 30px 0 30px 0;
    width: calc(33.33% - 20px * 2 / 3);
  }
  .leaf-title {
    padding: 15px 20px;
    border-radius: 30px 0 0 0;
    margin-bottom: 20px;
  }
  @media (max-width:767px ) {
    .left-card-box {
      display: block;
      flex-direction: column;
    }
    .leaf-card {
      width: 100%;
    }
  }
  /* MAP */
  .map-box {
    display: flex;
    gap: 20px;
  }
  iframe {
    width: 100%;
	height: 400px;
	  margin-top:10px;
  }
  .left-card {
    width: 100%;
  }
  @media (max-width:767px ) {
    .map-box{
      display: block;
    }
    iframe {
      padding-top: 10px;
    }
  }
/*----------------------------------------
	HOUMONKAIGO - SERVICE
----------------------------------------*/
.own-page-top-box {
    height: 400px;
    background-image: url(img/houmon-kaigo-original.png);
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 40px;
}
.own-page-title-box {
    text-align: center;
    padding: 150px 0px;
}
.kaigo-card {
    width: 48%;
	text-align: left;
}
.bg-beige {
    background-color: #FFF2E7;
    margin-top: 20px;
    padding: 20px 15px;
}
@media (max-width:767px ) {
  .kaigo-card {
    width: 100%;
    margin-top: 20px;
  }
}
/*----------------------------------------
	HOUMONKAIGO - SERVICE
----------------------------------------*/
.kango-page-top-box {
    height: 400px;
    background-image: url(img/houmon-kango-original.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/*----------------------------------------
	KOJINJOUHOUHOGOHOUSHIN
----------------------------------------*/
.only-font-top {
    height: 100px;
    text-align: center;
}
/*----------------------------------------
	HOUMONKAIGO - ENTRY
----------------------------------------*/

/*----------------------------------------
	COLUMN - TOP
----------------------------------------*/
.font-orange {
  color: #FF912B;
}
.img-study-man {
  width: 200px;
}
.font-gray {
  color: #969696;
}
.column-date-time {
  text-align: left;
}
.category-menu-box {
  width: 35%;
  max-width: 300px;
}
.category-menu-box {
  border-radius: 30px;
  background-color: #fff;
}

.category-menu-title {
  border: 1px solid #969696;
  padding: 10px 30px;
  border-radius: 20px ;
  margin-top: 10px;
}
.category-menu-title:hover {
  color: #B5D16B;
}
.category-menu-box p a:hover {
  background-color: #B5D16B;
}
.category-menu-box-title {
  margin: 10px 0;
  border-bottom: 1px solid #B5D16B;
  padding-bottom: 10px;
}
/*----------------------------------------
	ARTICLE
----------------------------------------*/

.catgory-menu-box-R {
  width: 50%;
}
.catgory-menu-box-L {
  width: 50%;
}
.flex-box-article-date-box {
  display: flex;
  gap: 5px;
}
.section-flex {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.article-box {
  width: 60%;
  margin-bottom: 40px;
}
.h3-category-menu-title {
    border-left: solid 10px #B5D16B;
    padding-left: 10px;
    background-color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
}
@media ( max-width:767px ){
  .catgory-menu-box {
    display: block;
    flex-direction: column;
    width: 100%;
	  background-color:#ffffff;
  }
  .section-flex {
    display: block;
    gap: 20px;
  }
  .article-box {
    width: 100%;
  }
	.category-menu-box {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
		margin-bottom: 100px;
  }
}
.article-card-top {
  max-width: 800px;
  margin: 0 auto;
}
/*----------------------------------------
	CATEGORY PAGE
----------------------------------------*/
.category-explanation {
  border-top: 1px solid #969696;
  margin-top: 20px;
  padding-top: 20px;
}
.article-card {
  background-color: #FFF2E7;
  padding: 20px;
  border-radius: 30px;
}

/*----------------------------------------
	HOUMON-KAIGO-RECRUIT
----------------------------------------*/
.page-top-houmonkaigo-recruit {
  height: 400px;
  background-image: url(img/houmon-kaigo-lady.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-white {
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  /*width: 100%;*/
  padding: 50px 40px;
}
.bg-white-border {
  border: 2px solid #000000;
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 40px;
}
.link {
  border-bottom: 1px solid #FF912B;
  width: fit-content;
  color:#FF912B;
}
.link a {
  font-weight: bold;
}
.link:hover {
  color: red;
}
.flex-box-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.flex-box-map {
  display: block;
	width: 100%;
  gap: 20px;
}
.map-container {
	width:  100%;
	margin-bottom: 60px;
}
.img-map{
   width: 60%;
   height: auto;
	margin-top: 40px;
  }

/*採用ボタンアニメ*/
.anime_btn_box{
  margin-bottom: 20px;
}
#anime_btn_animation .anime_btn {
  display: block;
  width: 100%;
  line-height: 50px;
  border-radius: 39px;
  text-decoration: none;
  background-color: #ffff66;
  color: #000;
  text-align: center;
  animation: btn_animation 1.5s infinite;
}
.anime_btn:hover {
  transform: scale(1.1,1.1);
}
  .recruit-ul li {
    border-bottom:1px solid #B5D16B;
  }
  .recruit-ul li a {
    padding: 10px 0 10px 0;
    display: block;
  }
  .recruit-ul li .none {
    padding: 0 0 0 0 ;
  }
  .recruit-ul li a:hover {
    background-color: #B5D16B;
  }
@media ( max-width:767px ){
  .flex-box-map {
    display: block;
  }
  .map-container {
    width: 100%;
	 padding-top: 100px;
  }
	.map-container:first-child {
		padding-top:0px;
	}
	.img-map{
		height: fit-content;
		width: 100%;
	}

  iframe {
    height: 400px;
    margin-top: 40px;
  }
  .flex-box {
    display: block;
  }
  .flex-box-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-box-content {
    padding-left: 0px;
  }
  .bg-white {
    padding: 50px 15px;
  }
}
/*----------------------------------------
	HOUMON-KANGO-RECRUIT
----------------------------------------*/
.page-top-houmonkango-recruit {
  background-image: url(img/houmon-kango-man.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*----------------------------------------
	PHP版のみ！！元データからコピペする際に注意すること！
  sidebar
----------------------------------------*/
.side-bar li {
  text-align: left;
	background-color: #ffffff;
}
.side-bar .widgettitle {
  border-left: solid 10px #B5D16B;
  padding-left: 10px;
  margin-top: 20px;
	background-color: #ffffff;
}
.side-bar .wp-block-heading {
  margin-top: 20px;
  border-left: solid 10px #B5D16B;
  padding-left: 10px;
	background-color: #ffffff;
}
.side-bar li a {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #B5D16B;
}
.side-bar li a:hover {
  background-color: #B5D16B;
}
@media ( max-width:767px ){
  .side-bar {
    display: block;
	  background-color: #ffffff;
	  width: 100%;
  }
}
.article-card {
  margin-bottom: 20px;
}
nav .navigation .pagination {
  box-shadow: none;
  display: flex;
}


/*-------------------------------------------
 * WP contents css
---------------------------------------------*/
p.has-background{
margin-top: 15px;
}
.wp-block-list {
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none; /* 標準のスタイルは消す */
}
.wp-block-list li::before{
	counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: counter(listnum); /* カウントした数に応じて番号を表示 */
Padding-right: 10px;
Vertical-align: middle;
Font-size: 20px;
Font-weight: bold;
}

Summary{
padding: 10px;
border: 2px solid #fff;
	background-color: #fff;
	margin-top: 15px;
}

/*追加*/
.sticky {
  position: sticky;
  top: 50px;
  position: -webkit-sticky;
  height: -webkit-fill-available;
}
@media ( max-width:768px ){
.mobile-none {
  display: none;
}}
@media ( min-width:767px ){
  .mobile-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}

/* コンタクトフォームテスト */
#cf-tbl{
width: 800px;
	margin: 0 auto;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
width: auto;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: auto;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: auto;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #F57500;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 50%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
	width: 80%
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: auto;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

.contact-riyoukiyaku-box {
	height:300px;
	overflow: auto;
	padding: 10px;
	border: solid 1px #bdbdbd;
	margin-top:40px;
	width: 800px;
	margin: 0 auto;
}
@media screen and (max-width:768px){
	.contact-riyoukiyaku-box {
		width: auto;
}
}