/*
Temlate: carepartners
Theme Name: carepartners
Author: Yuiko
Version: 1.00
*/
@charset "UTF-8";
/*----------------------------------------
	INDEX PAGE
----------------------------------------*/
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition-property: all;
  transition-timing-function: ease-in;
  transition-duration: 2s;
  transition-delay: 0s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.spinner {
  margin: 250px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #B5D16B;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* 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%;
  }
  .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;
    width: fit-content;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 40px;
    border-radius: 30px;
    text-align: center;
  }
  .text-align-center {
    text-align: center;
  }
  .kaigo-fukushishi-box-honbun {
    margin: 20px 0;
    text-align: left;
  }
  .study-man-normal {
    height: 300px;
    margin: 0 auto;
  }
  @media (max-width:767px ) {
    .kaigo-hukushihi-box {
      padding: 20px 15px;
    }
  }

  /* 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;
    }
  }
  .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%;
  }
  .left-card {
    width: 100%;
  }
  @media (max-width:767px ) {
    .map-box{
      display: block;
    }
    iframe {
      padding-top: 40px;
    }
  }
/*----------------------------------------
	HOUMONKAIGO - SERVICE
----------------------------------------*/
.own-page-top-box {
    height: 400px;
    background-image: url(img/houmon-kaigo-original.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.own-page-title-box {
    text-align: center;
    padding: 150px 0px;
}
.kaigo-card {
    width: 48%;
}
.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: 200px;
    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;
}
.catgory-menu-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.category-menu-title {
  border: 1px solid #969696;
  padding: 10px 30px;
  border-radius: 20px ;
  margin-top: 10px;
}
.category-menu-title:hover {
  color: #B5D16B;
}
/*----------------------------------------
	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 {
  font-weight: bold;
  border-bottom: 1px solid #B5D16B;
}
@media ( max-width:767px ){
  .catgory-menu-box {
    display: block;
    flex-direction: column;
    width: 100%;
  }
  .catgory-menu-box-R {
    width: 100%;
  }
  .catgory-menu-box-L {
    width: 100%;
  }
  .section-flex {
    display: block;
    gap: 20px;
  }
  .article-box {
    width: 100%;
  }
}
.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;
}
.main-recruit {
  background-color: #FFF2E7;
}
.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: 50%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.flex-box-content {
  padding-left: 20px;
}
.flex-box-map {
  display: flex;
  gap: 20px;
}
.map-container {
  width: calc(33.33% - 20px * 2 / 3);
}
.img-map{
   width: 100%;
   height: auto;
  }
.recruit-ul {
    margin-top: 10px;
  }
  .recruit-ul li {
    border-bottom: 1px solid #FFF2E7;
    padding: 10px 0;
    text-align: center;
  }
  .recruit-ul li :hover {
    color: #FF912B;
  }
@media ( max-width:767px ){
  .flex-box-map {
    display: block;
  }
  .map-container {
    width: 100%;
  }
	.map-container:nth-chile(n+1){
		margin-top: 40px;
	}
  iframe {
    height: 350px;
    margin-top: 40px;
  }
  .flex-box {
    display: block;
  }
  .flex-box-img {
    width: 100%;
    margin-bottom: 20px;
    height: fit-content;
  }
  .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;
}
.side-bar .widgettitle {
  border-left: solid 10px #B5D16B;
  padding-left: 10px;
  margin-top: 20px;
}
.side-bar .wp-block-heading {
  margin-top: 20px;
  border-left: solid 10px #B5D16B;
  padding-left: 10px;
}
.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;
  }
}
.article-card {
  margin-bottom: 20px;
}
nav .navigation .pagination {
  box-shadow: none;
  display: flex;
}

/* CONTACT FORM 7 */
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
	margin-bottom:40px;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	padding: 10px 10px;
	width: 100%;
}
.CF7_table ::placeholder {
	color:#797979;
}
.contact-dropdown {
	padding: 10px 10px;
	width: fit-contents;
}
/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
/* 「利用規約」ボックス */
.contact-riyoukiyaku-box {
	height:300px;
	overflow: auto;
	padding: 10px;
	border: solid 1px #bdbdbd;
	margin-top:40px;
	width: 80%;
	margin: 0 auto;
}
/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
		vertical-align: middle;
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
	.contact-riyoukiyaku-box {
		width: 95%;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#B5D16B;/* 緑*/
	border:0;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	padding: 10px 20px;
}
.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}