@charset "UTF-8";
.noto-serif {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.zen-old {
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-height: 500px;
  aspect-ratio: 1920/425;
}
@media (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  main section .page_head {
    aspect-ratio: 2/1;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_txt,
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  line-height: 1;
  font-family: "Lora", serif;
  text-transform: capitalize;
  font-weight: bold;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(24px, 1.091rem + 2.05vw, 42px);
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
/******************************/
/* 記事 */
/******************************/
.news_text_block .category a {
  background-color: #CC9143;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
}
.news_text_block .single_ttl {
  border-bottom: dotted 2px #ccc;
  padding-bottom: 12px;
}
.news_text_block .single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list li {
  margin-right: 20px;
  margin-bottom: 5px;
}

.category-list li:last-child {
  margin-right: 0;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
.single-gallery_post .category {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  margin-top: 10px;
}
.single-gallery_post .category a:first-child {
  margin-top: 0;
}
.single-gallery_post h2.jp {
  padding-bottom: 12px;
  font-family: "Zen Old Mincho", serif;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 取引の流れ
 */
/******************************/
/******************************/
/* 会社案内
 */
/******************************/
.company .sec01 {
  padding: 0 0 100px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 施設 */
/******************************/
.group_living_niziiro .sec01,
.community-day-service_min_cafe .sec01,
.home-care_minnsora .sec01,
.visiting-nursing-station_minnsora .sec01,
.life-support_minnsora .sec01,
.welfare-transportation-service_minnsora .sec01,
.concierge_minnsora .sec01,
.home-visit-nursing-care_minnsora .sec01 {
  position: relative;
  padding: 0 0 100px;
}
@media (max-width: 1024px) {
  .group_living_niziiro .sec01,
  .community-day-service_min_cafe .sec01,
  .home-care_minnsora .sec01,
  .visiting-nursing-station_minnsora .sec01,
  .life-support_minnsora .sec01,
  .welfare-transportation-service_minnsora .sec01,
  .concierge_minnsora .sec01,
  .home-visit-nursing-care_minnsora .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 採用情報 */
/******************************/
.recruit .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .recruit .sec01 {
    padding: 0 0 50px;
  }
}
.recruit .sec02 {
  position: relative;
  background-color: #FFF6E9;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .recruit .sec02 {
    padding: 50px 0;
  }
}
.recruit .sec02 .sub_images_ul .li figure img {
  width: 50%;
}
.recruit .sec03 {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .recruit .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/
.error404 main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 42px;
}

/******************************/
/* テンプレ　店舗ページ */
/******************************/
.bg_color_area {
  background-color: #fff;
}

.page-template-tmpl_page_gallery .tbl_list02 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .thum_list {
    display: block;
  }
}
.page-template-tmpl_page_gallery .thum_list li {
  width: calc((100% - 60px) / 4);
  margin-top: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .thum_list li {
    width: 100%;
    margin-right: 0;
  }
}
.page-template-tmpl_page_gallery .thum_list li:nth-child(4n) {
  margin-right: 0;
}
.page-template-tmpl_page_gallery .thum_list li:nth-child(1) {
  margin-top: 0;
}
.page-template-tmpl_page_gallery .thum_list li:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .thum_list li:nth-child(2) {
    margin-top: 20px;
  }
}
.page-template-tmpl_page_gallery .thum_list li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .thum_list li:nth-child(3) {
    margin-top: 20px;
  }
}
.page-template-tmpl_page_gallery .thum_list li:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .thum_list li:nth-child(4) {
    margin-top: 20px;
  }
}
.page-template-tmpl_page_gallery .sec01 .contents_wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #333;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec01 .contents_wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.page-template-tmpl_page_gallery .sec01 .contents_wrap .sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec01 .contents_wrap .sec01_flex {
    display: block;
  }
}
.page-template-tmpl_page_gallery .sec01 .contents_wrap .sec01_flex .imgbox {
  width: 52%;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec01 .contents_wrap .sec01_flex .imgbox {
    width: 100%;
  }
}
.page-template-tmpl_page_gallery .sec01 .contents_wrap .sec01_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec01 .contents_wrap .sec01_flex .txtbox {
    margin-left: 0;
  }
}
.page-template-tmpl_page_gallery .sec01 .contents_wrap .sec01_flex .txtbox .logo_area {
  margin-top: 40px;
  margin-bottom: 30px;
}
.page-template-tmpl_page_gallery .sec01 .contents_wrap .sec01_flex .txtbox h3 {
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 30px;
}
.page-template-tmpl_page_gallery .sec02 .contents_wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #333;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec02 .contents_wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.page-template-tmpl_page_gallery .sec02 .contents_wrap .sec02_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec02 .contents_wrap .sec02_flex {
    display: block;
  }
}
.page-template-tmpl_page_gallery .sec02 .contents_wrap .sec02_flex .imgbox {
  width: 52%;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec02 .contents_wrap .sec02_flex .imgbox {
    width: 100%;
  }
}
.page-template-tmpl_page_gallery .sec02 .contents_wrap .sec02_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec02 .contents_wrap .sec02_flex .txtbox {
    margin-right: 0;
  }
}
.page-template-tmpl_page_gallery .sec02 .contents_wrap .sec02_flex .txtbox .ttl01 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.page-template-tmpl_page_gallery .sec02 .contents_wrap .sec02_flex .txtbox h3 {
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 30px;
}
.page-template-tmpl_page_gallery .sec03 {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec03 {
    padding-bottom: 50px;
  }
}
.page-template-tmpl_page_gallery .sec04 {
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec04 {
    padding: 50px 0;
  }
}
.page-template-tmpl_page_gallery .sec04 .sec04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec04 .sec04_list {
    display: block;
  }
}
.page-template-tmpl_page_gallery .sec04 .sec04_list li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec04 .sec04_list li {
    width: 100%;
    margin-right: 0;
  }
}
.page-template-tmpl_page_gallery .sec04 .sec04_list li:nth-child(3n) {
  margin-right: 0;
}
.page-template-tmpl_page_gallery .sec04 .sec04_list li:nth-child(1) {
  margin-top: 0;
}
.page-template-tmpl_page_gallery .sec04 .sec04_list li:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec04 .sec04_list li:nth-child(2) {
    margin-top: 30px;
  }
}
.page-template-tmpl_page_gallery .sec04 .sec04_list li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec04 .sec04_list li:nth-child(3) {
    margin-top: 30px;
  }
}
.page-template-tmpl_page_gallery .sec04 .sec04_list li figure {
  margin-bottom: 10px;
}
.page-template-tmpl_page_gallery .sec04 .sec04_list li h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec04 .sec04_list li h3 {
    font-size: 15px;
  }
}
.page-template-tmpl_page_gallery .sec05 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 514px;
}
.page-template-tmpl_page_gallery .sec05 .contents_wrap {
  position: absolute;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.page-template-tmpl_page_gallery .sec05 .contents_wrap .ttl01 .eng_ttl {
  color: #fff;
}
.page-template-tmpl_page_gallery .sec06 {
  padding: 100px 0;
  background-color: #F3F7F8;
}
@media (max-width: 767px) {
  .page-template-tmpl_page_gallery .sec06 {
    padding: 50px 0;
  }
}

/******************************/
/* 投稿一覧　ページ */
/******************************/
/******************************/
/* プライバシーポリシー
 */
/******************************/
.privacy-policy .indent01 {
  padding-left: 1.5em;
}
.privacy-policy .sec {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .privacy-policy .sec {
    padding: 0 0 50px;
  }
}

/******************************/
/* CONTACT　ページ */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
