@charset "UTF-8";
/*---------------------------------------------

 PC用　768px以上設定

---------------------------------------------*/
@media screen and (min-width: 768px) {
  /* font
  ---------------------------------------------*/
  /*---------------------------------------------
  	common
  ---------------------------------------------*/
  body {
    font-size: 1.6rem;
  }
  .inner {
    width: 1316px;
    /*1286pxベース（余白なし）*/
    margin: 0 auto;
    padding: 0 15px;
  }
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  /*---------------------------------------------
  	header
  ---------------------------------------------*/
  header {
    padding: 10px 0 20px;
    /* メニュー設定 */
    /* hover時の下線設定 */
  }
  header .logo {
    margin-top: 18px;
  }
  header .logo img {
    width: 325px;
  }
  header .sub .catch {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #fff;
  }
  header nav {
    display: block !important;
    /* PCメニュー表示用に設定 */
    float: right;
    position: relative;
    width: auto;
    background-color: transparent;
    top: 0;
    -webkit-transition: 0;
    transition: 0;
  }
  header nav ul {
    line-height: 1;
    display: block;
    padding: 0;
    border: none;
  }
  header nav li {
    float: left;
    padding: 0 25px;
  }
  header nav li:last-child {
    padding: 0 0 0 25px;
  }
  header nav li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  header nav li:first-of-type {
    font-size: 1.7rem;
  }
  header nav a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0;
    -webkit-transition: 0;
    transition: 0;
    /* sp用の設定をリセット */
  }
  header nav a:hover {
    background-color: transparent;
    /* sp用の設定をリセット */
  }
  header nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav a:hover::after {
    opacity: 1;
    bottom: -8px;
    width: 42px;
  }
  header #nav-toggle {
    display: none;
  }
  /* pc時の閲覧ページのナビ用設定 */
  nav .active a::after {
    opacity: 1;
    bottom: -8px;
    width: 42px;
    -webkit-transition: none;
    transition: none;
  }
  /* mac safariでのみ余白ができるため調整用のcssハック（最上部テキスト） */
  _::-webkit-full-page-media,
_:future,
:root .sub .catch {
    margin-right: -5px;
  }
  /*---------------------------------------------
  	footer
  ---------------------------------------------*/
  footer {
    padding: 60px 0;
  }
  footer .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
  footer .info {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  footer .info .company .name {
    margin-bottom: 15px;
  }
  footer .info .company img {
    width: 325px;
    height: auto;
  }

  footer .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .menu .column {
    width: auto;
  }
  footer .menu .column:nth-child(-n+2) {
    margin-bottom: 0;
  }
  footer .menu .column:nth-child(n+2) {
    margin-left: 60px;
  }
  footer .parent_sp {
    display: none;
  }
  footer .parent_pc {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .parent_pc a {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  footer .parent_pc a:hover {
    opacity: 0.8;
  }
  footer .parent_pc img {
    width: 120px;
    height: auto;
  }
  footer .parent_pc .text {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1;
  }

  /* 202502
  ---------------------------------------------*/

  footer .bl_link_privacy {
    margin-top: 15px;
  }
  footer .bl_sns {
    margin-inline:unset;
    margin-top: 15px;
  }


  /*---------------------------------------------
   .banner
  ---------------------------------------------*/
  .bannerArea ul {
    flex-direction: row;
  }
  .bannerArea li:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  /*---------------------------------------------
  	#home
  ---------------------------------------------*/
  /* .hero
  ---------------------------------------------*/
  #home #hero {
    min-height: 630px;
    /* important */
    margin-bottom: 60px;
  }
  /* .news
  ---------------------------------------------*/
  #home .news h2 {
    font-size: 2.6rem;
  }
  #home .news .newsArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #home .news .bl_movie_title {
    font-size: 1.8rem;
  }
  #home .news .pickup {
    width: 40%;
    padding: 45px 30px;
    background-color: #fafafa;
  }
  #home .news .normal {
    width: 56%;
  }
  #home .news .normal li a {
    padding: 30px 40px;
  }
  #home .news .normal li h3 {
    font-size: 1.6rem;
  }
  /* .about
  ---------------------------------------------*/
  #home .about {
    margin-bottom: 80px;
  }
  #home .about h2 {
    font-size: 2.6rem;
  }
  #home .about p {
    font-size: 1.8rem;
    text-align: center;
  }
  /* .category
  ---------------------------------------------*/
  #home .category {
    margin-bottom: 70px;
  }
  #home .category .inner {
    padding: 35px 0;
  }
  #home .category .categoryArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #home .category .categoryArea h3 {
    font-size: 2.6rem;
  }
  #home .category .categoryArea > div {
    width: 30%;
    margin-bottom: 0px;
  }
  #home .category .categoryArea .pict {
    margin: 35px 0 25px;
  }
  #home .category .categoryArea .pict img {
    width: 130px;
    height: auto;
  }
  #home .category .categoryArea .btn a {
    width: 70%;
    padding: 8px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.8rem;
  }
  #home .category .categoryArea .btn a:hover {
    background-color: #fff;
  }
  #home .category .categoryArea .btn a::after {
    right: 25px;
  }
  /*---------------------------------------------
  	common 中ページ共通
  ---------------------------------------------*/
  /* .read
  ---------------------------------------------*/
  .read {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .read h1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
  /*---------------------------------------------
  	#about
  ---------------------------------------------*/
  /* .category
  ---------------------------------------------*/
  #about .category .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  #about .category .title h2 {
    font-size: 2.4rem;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  #about .category .title p {
    font-size: 1.6rem;
  }
  #about .category .nursing_home,
#about .category .group_home,
#about .category .home_care {
    margin-bottom: 60px;
  }
  #about .category .catchPc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 548px;
    margin-bottom: 30px;
    padding: 0px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 30px;
    padding: 40px 20px;
  }
  #about .category .catchPc::after {
    position: absolute;
    color: #fff;
    content: "ITイメージング";
    bottom: 3%;
    right: 3%;
  }
  #about .category .catchPc img {
    max-width: 100%;
  }
  #about .category .nursing_home .catchPc {
    background-image: url(../img/about_catch_bg01.jpg);
  }
  #about .category .group_home .catchPc {
    background-image: url(../img/about_catch_bg02.jpg);
  }
  #about .category .home_care .catchPc {
    background-image: url(../img/about_catch_bg03.jpg);
  }
  #about .category .nursing_home .catchPc::after {
    content: "";
  }
  #about .category .catchSp {
    display: none;
  }
  #about .category .explain .logo {
    margin-bottom: 40px;
  }
  #about .category .explain p {
    font-size: 1.8rem;
    margin-bottom: 60px;
    text-align: center;
  }
  #about .category .prefecture {
    padding: 35px 90px 5px;
  }
  #about .category .nursing_home .prefecture {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about .category .nursing_home .prefecture > div {
    width: 48%;
  }
  #about .category .group_home .prefecture .unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about .category .group_home .prefecture .unit dl {
    width: 48%;
  }
  #about .category .home_care .prefecture .unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about .category .home_care .prefecture .unit dl {
    width: 48%;
  }
  #about .category .prefecture h3 {
    font-size: 2.4rem;
  }
  #about .category .prefecture dl {
    margin: 33px 0;
  }
  #about .category .prefecture dd {
    font-size: 1.4rem;
  }
  #about .category .prefecture ul {
    margin: 10px 0 25px;
  }
  #about .category .bl_equip {
    padding: 35px 90px 5px;
    margin-bottom: -50px;
  }
  #about .category .bl_equip_title {
    font-size: 2.4rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #988575;
  }
  #about .category .bl_equip_list {
    margin: 5px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #about .category .bl_equip_box {
    width: 32%;
    margin: 0 20px 2% 0;
    padding: 10px;
  }
  #about .category .bl_equip_box:nth-of-type(3n) {
    margin-right: 0;
  }
  #about .category .bl_equip_name {
    font-size: 1.8rem;
    padding: 5px 0;
  }
  #about .category .bl_equip_empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #about .category .bl_equip_empty_txt {
    width: 100px;
  }
  #about .category .bl_equip_empty_info {
    padding: 2px 10px 1px;
    font-size: 1.6rem;
  }
  #about .category .bl_equip_empty_info img {
    width: auto;
    height: 16px;
  }
  #about .category .bl_equip_empty_one {
    width: 38%;
    font-size: 1.4rem;
    border-bottom: none;
    border-right: 1px solid #988575;
  }
  #about .category .bl_equip_empty_two {
    width: 42%;
    font-size: 1.4rem;
  }
  #about .category .bl_equip_table th {
    width: 100px;
    font-size: 1.2rem;
  }
  #about .category .bl_equip_table td {
    font-size: 1.4rem;
  }
  #about .category .el_detailBtn {
    font-size: 1.6rem;
  }
  #about .category .bl_equip_contact {
    font-size: 1.4rem;
  }
  /*---------------------------------------------
  	company 会社情報
  ---------------------------------------------*/
  /* .about
  ---------------------------------------------*/
  #company .about {
    margin-bottom: 100px;
  }
  #company .about .inner {
    width: 960px;
  }
  #company .about h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  #company .about p {
    font-size: 1.8rem;
  }
  /* .overview
  ---------------------------------------------*/
  #company .overview {
    margin-bottom: 80px;
  }
  #company .overview .inner {
    width: 960px;
  }
  #company .overview h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  #company .overview table {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  #company .overview table th {
    padding: 10px 20px;
  }
  /*---------------------------------------------
  	owner 土地活用をお考えのオーナー様へ
  ---------------------------------------------*/
  /* .about
  ---------------------------------------------*/
  #owner .about {
    margin-bottom: 100px;
  }
  #owner .about .inner {
    width: 960px;
  }
  #owner .about .about_read {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
  /* .overview
  ---------------------------------------------*/
  #owner .overview {
    margin-bottom: 80px;
  }
  #owner .overview .inner {
    width: 960px;
  }
  #owner .overview h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  #owner .overview table {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
  #owner .overview table th,
#owner .overview table td {
    padding: 10px 20px;
    border-bottom: dotted 1px #ccc;
  }
  #owner .overview table dl dd {
    padding-left: 1.2rem;
  }
  #owner .overview table .el_btn_form a {
    width: auto;
  }
  #owner .overview table a[href*="tel:"] {
    color: inherit;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /*---------------------------------------------
  	recruit 採用情報
  ---------------------------------------------*/
  /* .contents
  ---------------------------------------------*/
  #recruit .contents {
    margin-bottom: 100px;
  }
  #recruit .contents p {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  /*---------------------------------------------
  	#privacy プライバシーポリシー
  ---------------------------------------------*/
  .bl_privacy {
    font-size: 1.6rem;
    margin-bottom: 100px;
  }
  .bl_privacy_list dt {
    font-size: 2rem;
  }

  .bl_privacy_heading_lv2 {
    font-size: 2.4rem;
    margin-block: 50px;
  }

  /*---------------------------------------------
  	.groupHome グループホーム
  ---------------------------------------------*/
  #groupHome .wrapper {
    width: 960px;
    margin: 0 auto 100px;
  }
  #groupHome .wrapper .inner {
    width: 100%;
  }
  #groupHome .read img {
    width: 150px;
    height: auto;
  }
  #groupHome .head .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #groupHome .head .inner .name {
    width: 50%;
    text-align: left;
  }
  #groupHome .head .inner .name img {
    max-width: 90%;
  }
  #groupHome .head .inner .pict {
    width: 50%;
    text-align: right;
  }
  #groupHome .head .inner .pict img {
    height: auto;
  }
  #groupHome .access .inner .note {
    font-size: 1.4rem;
  }
  #groupHome .overview .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #groupHome .overview .inner .box {
    width: 48%;
    margin-bottom: 50px;
  }
  #groupHome .overview .inner .box p.att {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  #groupHome .overview .inner .box p.small {
    font-size: 1.5rem;
  }
  #groupHome .overview .inner .contact {
    text-align: center;
  }
  #groupHome .overview .inner .contact p.tel {
    font-size: 3rem;
  }
  #groupHome .overview .inner .contact p.tel span {
    font-size: 1.8rem;
  }

  #groupHome table {
    font-size: 1.6rem;
  }
  #groupHome .btn {
    margin: 10px 0 20px;
  }
  #groupHome .btn a {
    min-width: auto;
    width: 400px;
  }
  /*---------------------------------------------
  	#news ニュース一覧
  ---------------------------------------------*/
  #news .read .inner {
    width: 960px;
  }
  #news .list {
    margin-bottom: 100px;
  }
  #news .list .inner {
    max-width: 960px;
  }
  #news .list p {
    font-size: 1.6rem;
  }
  #news dl {
    font-size: 1.6rem;
  }
  #news .list li a {
    padding: 25px 20px;
  }
  #news .list li h3 {
    font-size: 1.8rem;
  }
  #news .list time {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
