/*
Temlate: algood
Theme Name: algood
Author: Yuiko
Version: 1.00
*/
@charset "UTF-8";
/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100vw;
}

body {
  overflow-x: auto;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/* COMMON LETTER*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
p {
    font-size: 16px;
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 1.7;
}
h1 {
    font-size: 32px;
    font-family: 'Noto Sans Japanese', sans-serif;
}
h2 {
    font-size: 30px;
    font-family: 'Noto Sans Japanese', sans-serif;
}
h3 {
    font-size: 24px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    
}
h4 {
    font-size: 20px;
    font-family: 'Noto Sans Japanese', sans-serif;
}
h5 {
    font-size: 14px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
}
h6 {
    font-size: 10px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
}
.h2-title {
    font-family: "M PLUS 1p";
    font-weight: bolder;
    color: #1FB247;
}
.m-plus {
  font-family: "M PLUS 1p";
}
.h3-phonenumber {
    margin-right: 20px;
}
.top-img-letter {
  font-family: 'YuMincho';
  font-weight: 500;
  z-index: 5;
  padding-top: 300px;
  text-align: center;
  color:#fff;
  z-index: 20;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.30);
}
.second-top-company {
  font-family: 'YuMincho';
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 60px;
}
.text-campany-box > p {
  line-height: 1.7;
}
.text-campany-box {
  padding-bottom: 60px;
  background-image: url(img/chogo_perth.jpg);
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  object-fit: cover;
  min-height: 450px;
}
.h2-humancare {
  text-align: center;
  max-width: 1080px;
  width: 100%;
  border-radius: 50px;
  padding: 10px;
  font-weight: 500;
  border:solid 1px #B4D850;
  margin: 0 auto;
}
.h3-borderbottom {
  border-bottom: 3px solid #B4D850;
  width: fit-content;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.mincho {
  font-family: 'YuMincho';
}
.bold {
  font-weight: bold;
}
.h3-menu {
  font-size: 20px;
}
.h3-headline {
  text-align: center;
  border: #B4D850 solid 3px;
  margin: 0 40px;
  border-radius: 30px;
  padding: 10px;
}
.h4-button {
  background-color: #B4D850;
  padding: 5px;
  margin-top: 10px;
  border-radius: 30px;
}
.under767 {
  display: none;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  .h3-headline {
    margin: 0 10px;
  }
  .under767 {
    display: block;
  }
  .over767 {
    display: none;
  }
}
/* COMMON */
.page-section {
  margin: 60px 40px 70px;
}
.section-padding {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .page-section {
    margin: 40px 15px 60px;
  }
  .layoutbox {
    margin: 10px 0 20px;
  }
}
.box {
  margin: 60px 0 0 0;
}
.text-center {
  text-align: center;
}
.border-bottom {
  border: #B4D850 solid 3px;
  width: 100%;
}
.center {
  margin: 10px auto;
  text-align: center;
}
.layoutbox {
  margin: 60px 0 70px;
}
table {
  margin: 60px 0 30px;
  width: 100%;
  
}
tr {
  border-top: #d9d9d9 1px solid;
  border-bottom: #d9d9d9 1px solid;
}
.tr-white {
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
th, td {
  padding: 10px;
}
th {
  min-width: 150px;
  border-right: #d9d9d9 1px solid;
  
}
.table-bg {
  background: #FFF2F2;;
}
.table-overflow {
  overflow-x: scroll;
}
/* HEADER */
header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  position: sticky;
  top:-102px;
  left:0;
  height: fit-content;
}
header {
  z-index: 999;
  position: sticky;
  top:-102px;
  left:0;
  background-color: #fff;
  height: fit-content;
}
@media (max-width: 767px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    height: fit-content;
  }
  .menu-item-no {
    display: none;
  }
  .h3-menu {
    font-size:16px;
  }
}
.header-logo-box {
  height: fit-content;
}
.header-inner {
  margin: 0 40px;
  display: flex;
  justify-content: space-between;
  vertical-align: baseline;

}
.header-logo {
    width: 90px;
    height: 90px;
}
.logo-box-L {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.logo-box-R {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
button {
    background-color: #fff;
    border-radius: 40px;
    padding: 19px 45px;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 600,
  'GRAD' 0,
  'opsz' 24;
  font-size: 40px;
  color: #1FB247;
  padding: 5px;
}
.material-bg {
  background-color: #1FB247;
  color:#fff;
  height: fit-content;
  padding: 15px;
  border-radius: 35px;
}
.simple-material {
  font-variation-settings:
  'FILL' 0,
  'wght' 600,
  'GRAD' 0,
  'opsz' 24;
  font-size: 40px;
  color: #1FB247;
  background-color: none;
}
@media (max-width: 767px) {
  .header-logo-box {
    height: fit-content;
  }
  .header-inner {
    margin: 0 10px;
}
.h2-title {
  font-size: 25px;
  font-weight: bold;
}
  .header-logo {
    height: 50px;
    width: 50px;
  }
  .h3-phonenumber{
    display: none;
  }
  .btn-form {
    display: none;
  }
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  background-color: #1FB247;
  color: #fff;
  height: fit-content;
  padding: 10px;
    border-radius: 25px;
    margin: 0 5px;
    font-size: 60px;
}
.icon-noround {
  background-color: transparent;
  font-size: 40px;
  font-variation-settings:
  'FILL' 100,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  font-size: 40px;
  margin: 0 0 ;
  padding: 0 0 ;
}
}

/* MENU */
nav {
    height: 57px;
    padding: 20px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 999;
    box-shadow: 0px 5px 5px 0px#d9d9d9;
}
nav a {
    display: block;
    border-right: #d9d9d9 .5px solid ;
    border-left: #d9d9d9 .5px solid ;
}
.menu {
    display: flex;
    width: 100%;
    text-align: center;
}
.menu_item {
  width: 100%;
}
.menu_item_last {
  border-right: none;
}

/* HAMBURGER MENU*/
@media (min-width: 767px ) {
  .header__hamburger {
  display: none;
}
.header__nav {
  display: none;
}
.hamburger-box{
  display: none
}
}
@media (max-width: 767px) {
  .logo-box-R {
    display: none;
  }
  header {
  z-index: 99;
  position: sticky;
  top:0;
  left:0;
  height: fit-content;
}
.menu-bar {
  display: none;
}
}
.header__hamburger {
  width: 30px;
  height: 100%;
}
.hamburger {
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
  padding: 20px 0 0;
  position: relative;
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #1FB247;
  color: #1FB247;
  position: relative;
  transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
  color: #000;
  height: 3px;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}
.header__nav.active {
  transform: translateY(0);
}
.header__nav {
  position: absolute;
  right: 0;
  top: -20px;
  width: 100%;
  height: 60vh;
  transform: translateY(-100%); 
  background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
}
.nav-items {
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
  border-right: none ;
  border-left: none;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
/* FOOTER */
footer {
  width: 100%;
  background-color: #B4D850;
  padding: 20px 40px;
}
.footer-address {
  margin: 20px 0  40px;
}
.footer-address h5{
  font-weight: 500;
}

/* TOP */
.top-img-box {
  min-height: 600px;
  text-align: center;
  background-image: url(img/img_top.png);
  background-position: center;
  object-fit: contain;
}
.btn-green {
  background-color: #B4D850;
  padding: 19px 45px;
  margin: 20px 0px;
}
.btn-tel {
  background-color: #B4D850;
  padding: 19px 45px;
  margin: 20px 0px;
  border-radius: 40px;
}
.second-top-img {
  height: 500px;
  object-fit: cover;
}
.main-inner {
  padding: 0px 40px;
}
/* TOP card-layout */
.cardlayout-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.card_item {
  width: calc(33.33% - 20px * 2 / 3);
  min-height: 350px;
  border-radius: 30px 0 30px 0;
  box-shadow: 0px 5px 5px #d9d9d9;
  padding: 20px 20px;
}
.card_item_link {
  transition: all 0.3s ease 0s;
}
@media (max-width: 960px) {
  .card_item {
    width: calc(50% - 20px / 2);
  }
}
@media (max-width: 767px) {
  .card_item {
    width: 100%;
  }
}
.card_item_link:hover {
  opacity: 0.6;
}
.card1 {
  background-image: url(img/akuwa_perth.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.card20px {
  margin-left: -20px;
}
.card2 {
  background-image: url(img/nurse.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.card3 {
  background-image: url(img/helper.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.card4 {
  background-image: url(img/doctor.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.card5 {
  background-image: url(img/senior.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.card6 {
  background-image: url(img/medicine.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.icon {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 50px;
}
.card-p {
  padding-top: 10px;
}
/* TOP Cardlayoutbox-2 */
.card-text {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0px 30px 40px;
}
.facility-card {
  box-shadow: 1px 5px 5px 5px#d9d9d9;
  width: calc(50% - 20px * 1 / 2);
}
.card-top-half {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.cardlayout-box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 960px) {
  .facility-card {
    width: calc(50% - 20px / 2);
  }
}
@media (max-width: 767px) {
  .facility-card {
    width: 100%;
  }
}
.bg-section {
  background-image: url(img/helper.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  padding: 60px 0 ;
}
.left {
  width: 30%;
}
.right {
  width: 68%;
}
.news {
  margin: 40px 0 70px;
}
.news-contents {
  border-bottom: 1px solid #d9d9d9;
  border-top: .5px solid #d9d9d9;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-flex {
  display: flex;
  margin: 60px 40px 70px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-flex {
    display: block;
  }
  .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .right {
    width: 100%;
  }
}
/* TOP esmile article*/
.article-flexbox {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.article {
  width: calc(25% - 20px * 3 / 4);
}
@media (max-width: 960px) {
  .article {
    width: calc(50% - 20px / 2);
  }
}
@media (max-width: 767px) {
  .article {
    width: calc(50% - 20px / 2);
  }
}
.SNS {
  margin-top: 40px;
  background-color: #d9d9d9;
  height: 500px;
}
.box-20px {
  margin-top: 10px;
}
.subpage-top {
  height: 216px;
  padding-top: 60px;
  background-blend-mode: lighten;
  background-color:rgba(255,255,255,0.7);
}
/* facility */
.subpage-top-facility {
  background-position: center;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode: lighten;
  background-image: url(img/chogo_perth.jpg);
}
.patient-card-box {
  display: flex;
  gap: 20px;
}
.patient-card {
  box-shadow: 0px 5px 5px #d9d9d9;
  border-radius: 30px;
}
.patient-card-text{
  padding: 30px 20px 20px;
  background-color: #B4D850;
  border-radius: 0 0 30px 30px;
}
.patient-card-top {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .patient-card-box {
    display: block;
  }
}
/* recruit */
.subpage-top-recruit {
  background-image: url(img/helper.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  background-position: 0px -100px;
}
.comment-box {
  display: flex;
  gap: 20px;
}
.comment-profile {
  width: 100px;
  height: 100px;
}
.balloon1{
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #fff3ad;
  border-radius: 10px;         /* 角丸を指定 */
}
/* 三角アイコン - 普通の吹き出し */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* company */
.subpage-top-company {
  background-position: center;
  background-image: url(img/img_top.png);
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}
.company-card-box {
  text-align: center;
}
.link-logo {
  width: 200px;
  height: 220px;
}
.company {
  margin: 0 auto;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .company {
    margin: 0 auto;
  }
}
/* accesse */
.subpage-top-accesse {
  background-position: center;
  background-image: url(img/kajiwara_perth.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}
/* contact */
.subpage-top-contact {
  background-image: url(img/contact.jpg);
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}
/* KAJIWARA */
.top-img-box-kajiwara {
  background-image: url(img/kajiwara/kajiwara-top.JPG);
  background-size: cover;
  background-blend-mode:lighten;
}
/* AKUWA */
.top-img-box-akuwa {
  background-image: url(img/akuwa/akuwa-top.JPG);
  background-size: cover;
  background-blend-mode:lighten;
}
/* FUJISAWA */
.top-img-box-fujisawa{
  background-image: url(img/fujisawa/fujisawa-top.jpg);
  background-size: cover;
  background-blend-mode:lighten;
}
/* OWN PAGE*/
.card_item_facility {
  width: calc(33.33% - 20px * 2 / 3);
}
.facility-card-img {
  height: 300px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 960px) {
  .card_item_facility {
    width: calc(50% - 20px / 2);
  }
}
@media (max-width: 767px) {
  .card_item_facility {
    width: 100%;
  }
}
.btn-white {
  padding: 19px 45px;
  margin: 20px 10px;
  border:1px solid #B4D850;
}
.contact-form-box  {
  display: block;
  text-align: center;
  border:1px solid #B4D850;
  padding: 30px 0 0;
  border-radius: 30px;
}
.contact-form-button-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-form-button-box {
    display: block;
  }
}