@charset "utf-8";
/* CSS Document */
/* 目次 
* リセット
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
* TOP
* 下層共通 ※変更不可
* サイトマップ
* 
* お問い合わせ #contact
*/

/*=================== PCここから==================*/
@media screen and (min-width: 1000px) {
  /**************************************************
2. 共通（レイアウト・見出し・その他・table・header<strong></strong>・footer・ハンバーガー・btn・戻るボタン)
**************************************************/
  /*------------------------------
基本スタイル ※変更不可
------------------------------*/
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
  /* float */
  .pc-float-l {
    float: left;
  }
  .pc-float-r {
    float: right;
  }
  /*------------------------------
  レイアウト ※変更不可
  ------------------------------*/
    /* 枠 */
    .wrapper {
      padding: 0;
    }
  
  /*------------------------------
  見出し h1-h6 ※変更不可
  ------------------------------*/
  h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h5 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /*------------------------------
  PCヘッダー、Gナビ共通 ※変更不可
  ------------------------------*/
/*------------------------------
PCヘッダー、Gナビ共通 ※変更不可
------------------------------*/
#header-pc {
  margin: 0;
  width: 100%;
  height: auto;
  background: #fff;
  border-bottom: 5px solid #DDBB99;
}
#header-pc .text{
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 13px;
}
#header-pc .head-inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#header-pc .logo{
  width: 300px;
  padding: 15px 0;
  float: left;
}
#header-pc .head-contactbox .contact a {
  display: block;
  padding: 20px 48px;
  line-height: 1;
  background-color: #95664D;
  margin-bottom: 10px;
  border-radius: 6px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
#header-pc .head-contactbox{
  width: 600px;
  padding: 15px 0;
  float: right;
}
#header-pc .head-contactbox> .float-l{
  width: 280px;
}
#header-pc .head-contactbox> .float-r{
  width: 310px;
}
#header-pc .head-contactbox .float-r .contact:hover {
  opacity: 0.8;
}
#header-pc .head-contactbox .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height:auto; 
}
#header-pc .head-contactbox .company a {
  display: block;
  width: 28%;
  line-height: 28px;
  margin: auto 0 0 auto;
  background: #fff;
  border: 2px solid #C48C1F;
  border-radius: 2px;
  text-align: center;
  color: #221815;
  font-weight: bold;
}
#header-pc .head-contactbox .flex li{
  display: block;
  width: 48%;
  height:auto; 
}
#header-pc .head-contactbox .img-box {
  margin-top: -10px;
}
/*------------------------------
global-nav
------------------------------*/
#header-pc .global-nav {
  display: block;
  width: 100%;
}
#header-pc .global-nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  transition: 0.3s;
}
#header-pc .global-nav .current::after,
#header-pc .global-nav .nav-item:hover:after {
  content: '▲';
  color: #DDBB99;
  width: 10px;
  position: absolute;
  bottom: -9px;
  left: 45%;
}

#header-pc .global-nav .nav-item {
  transition: all .3s ease-in-out;
  display: block;
  width: calc(100%/7);
  height: 70px;
  border-left: 1px solid #E6E6E6;

  position: relative;
}
/* #header-pc .global-nav .nav-item:last-child {
  border-right: 1px solid #E6E6E6;
} */
#header-pc .global-nav .nav-item:nth-child(6) {
  border-right: 1px solid #E6E6E6;
}

#header-pc .global-nav .nav-item > a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #221815;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-pc .global-nav .nav-item > a.lh2 {
  line-height: 20px;
}
#header-pc .global-nav .nav-item > a.mega{
  position: relative;
}
#header-pc .global-nav .nav-item > a.mega:after{
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  right: calc(50% - 15px);
  width: 6px;
  height: 6px;
  margin: auto;
  border-bottom: 1px solid #042666;
  border-right: 1px solid #042666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}
#header-pc .global-nav .sp-only {
  display: none;
}


/* メガメニュー*/
#header-pc .global-nav .nav-item:hover .megamenu {
  opacity: 1;
  max-height: 9999px;
  padding: 50px 0;
}
#header-pc .global-nav .nav-item .megamenu {
  width: 100%;
  max-height: 0;
  height: auto;
  background: rgba(4,38,102,0.7);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  transition: all .2s ease-in;
  z-index: 900;
}
#header-pc .global-nav .nav-item .megamenu-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  height:auto; 
  margin: 0 auto;
  opacity: 1;
}
#header-pc .global-nav .nav-item .megamenu-inner a {
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin: 10px;
  border-radius: 4px;
  background: #fff;
  color: #042666;
  text-align:center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
#header-pc .global-nav .nav-item .megamenu-inner a:hover{
  background: #F8FBFD;
}

/*=============== 下層見出し背景 ===============*/
.common-bg .bg-wrap {
  height: 300px;
}
.common-bg .page-title h2 {
    /* height: 300px; */
    /* padding-top: 110px;*/
  font-size: 38px;
  font-size: 3.8rem
}
.common-bg .page-title .bg-type {
  width: 98%;
  height: 300px;
}
.common-bg .page-title .bg-type .wrap-m {
  max-width: 1140px;
}
  /*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/
  /*スマホハンバーガー非表示*/
  .fd-tb{
    display: none;
  }
  #header {
    /*fixedで上部固定*/
    position: fixed;
    height: 128px;
    width: 100%;
    z-index: 999; /*最前面へ*/
    color: #fff;
    padding: 0 0 20px 0;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


  /*　上に上がる動き　*/
  #header-pc.UpMove{
  animation: UpAnime 0.5s forwards;
  }

  @keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
  }

  /*　下に下がる動き　*/

  #header-pc.DownMove{
  animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
  }

    
  /* レイアウト用CSS*/

  #header .fd-r{
  width: 40%;
  max-width: 440px;
  }
  #header .fd-l{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
  width: 50%;
  }

  #header .logo {
    padding-left: 14px;

  }
  #header .logo .img-box {
  width: 50%;
  max-width: 230px;
  }
    
  #header .logo h1 {
    color: #1A1A1A;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #header .telbox{
    width: 50%;
  max-width: 320px;
      margin-right: 10px;
  }

  #header .fd-con-box{
  width:160px;
  }
  #header .fd-con-box a{
  height: 60px;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    transition: .3s;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 10px;
  }
  #header .fd-con-box a.requ-btn{
        background: #fff;
    border: 2px solid #203774;
    color: #203774;
  }
  #header .fd-con-box a.rese-btn{
        background: #A82D09;
    border: 2px solid #A82D09;
    color: #fff;
  }
  #header .fd-con-box a:hover {
    transition: .3s;
  }
  #header .fd-con-box a.requ-btn:hover{
        background: #203774;
    border: 2px solid #203774;
    color: #fff;
  }
  #header .fd-con-box a.rese-btn:hover{
        background: #fff;
    border: 2px solid #A82D09;
    color: #A82D09;
  }

  /*Gmenu*/
  #header .gnav,#header .gnav ul {
    background: #1A1A1A;
          height: 48px;
          width: 100%;
  }
  #header .gnav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;

  }

  .sp-nav{
    display: none!important;
  }
  /*------------------------------
  フッター ※変更不可
  ------------------------------*/
  #footer .wrap-m {
    padding: 80px 0 100px 0;
  }
  #footer .logo {
    float: left;
  }
  #footer .f-nav {
    float: right;
    width: 75%;
  }
  #footer .f-nav ul {
    border-left: solid 1px #DBD0BA;
    padding-left: 50px;
  }
  #footer.f-nav .logo.img-box {
    max-width: 160px;
    margin: 0;
  }
  .f-contactbox .cv-list {
    max-width: 1920px;
  }
  .f-contactbox .cv-list p.phone,
  .f-contactbox .cv-list p.mail {
    max-width: none;
  }
  .f-contactbox .cv-btn.tel img {
    max-width: 320px;
  }
  
  /*------------------------------
  お問い合わせ・資料請求 追従ボタン
  ------------------------------*/
  #side-contact {
    width: 80px;
    height: 400px;
    position: fixed;
    top: 20%;
    right: -10px;
    background: #95664D;
    z-index: 10;
    opacity: 1;
    border: solid 2px #ffffff;
    border-radius: 6px;
    box-shadow: 10px 8px 10px 0px #a3a3a3;
  }
  #side-contact:hover {
    filter:brightness(1.2);
  }
  #side-contact {
    /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
  }
  #side-contact a {
    writing-mode: vertical-rl;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 30px 18px 10px 18px;
    text-align: justify;
    letter-spacing: 14px;
  }
  
  /*　左の動き　*/
  #side-contact.LeftMove {
    animation: LeftAnime 0.5s forwards;
  }
  @keyframes LeftAnime {
    from {
      opacity: 0;
      transform: translateX(100px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  /*　右の動き　*/
  #side-contact.RightMove {
    animation: RightAnime 0.5s forwards;
  }
  @keyframes RightAnime {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 1;
      transform: translateX(100px);
    }
  }

  /**************************************************
  3. TOP
  ***************************************************/
  /*------------------------------
  kv
  ------------------------------*/
  #top .kv .img-box.tb{
      display: block;
  }
  /*------------------------------
  共通
  ------------------------------*/
  #top .intro {
    max-width: 600px;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 0;
    margin: 0 auto 20px auto;
    border-radius: 6px;
  }
  /*------------------------------
  .con共通
  ------------------------------*/
  #top .con02,
  #top .con03,
  #top .con04,
  #top .con05 {
    padding: 5% 0;
  }

  /*------------------------------
  con01
  ------------------------------*/
  #top .con01 p.lead {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #top .con01 .right.img-box,
  #top .con01 .left.img-box {
    max-width: 460px;
    width: 100%;
  }
  #top .con01 .center.img-box {
    max-width: 660px;
    width: 100%;
    margin-bottom: 50px;
  }
  #top .con01 .right.img-box {
    margin: -700px -25% 0 auto;
  }
  #top .con01 .left::after {
    top: -59%;
    left: -40%; 
  }
  #top .con01 .left.img-box {
    margin: -200px 0 0 -20%;
  }
  #top .con01 .bg-dot {
    max-width: 460px;
    max-height: 460px;
    right: 0;
    bottom: -21%;
  }
  #top .con01 .right::after, #top .con01 .left::after {
    max-width: 450px;
    max-height: 450px;
  }
  
  /*------------------------------
  con02
  ------------------------------*/
  #top .con02 .wrap-m {
    padding-top: 60px;
  }
  #top .con02 .lead {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  #top .con02 .lead span {
    font-size: 20px;
    font-size: 2rem;
  }
  #top .con02 .flex-box {
    padding-bottom: 60px;
  }
  #top .con02 .img-box {
    width: calc(96% / 4 - 40px);
    margin: 0 auto 10px auto;
  }
  #top .con02 .img-box:first-child {
    margin: 0 auto 0 60px;
  }
  #top .con02 .img-box:last-child {
    margin: 0 60px 0 auto;
  }

  /*------------------------------
  con03
  ------------------------------*/
  #top .con03::before {
    background-position: top left -15%;
    max-width: 1300px;
    height: 28%;
    top: 5%;
    right: 0;
  }
  #top .con03 h2::before {
    top: -195%;
    left: -65%;
    width: 440px;
    height: 440px;
  }
  #top .con03 .flex-box {
    width: 70%;
    padding-bottom: 0;
    margin: 0 0 0 auto;
  }
  #top .con03 .merit-bg02::before {
    background-position: top left;
    background-size: contain;
    left: 0;
    bottom: 18%;
    max-width: 1300px;
    height: 43%;
    z-index: 0;
    opacity: 1;
  }
  #top .con03 .bg-dot-gray {
    position: relative;
  }
  #top .con03 .btn-box::before {
    right: 0;
    bottom: -70px;
    width: 440px;
    height: 440px;
  }

  /*------------------------------
  con04
  ------------------------------*/
  #top .con04::before {
    max-width: 100%;
    height: 250px;
  }
  /*------------------------------
  con05
  ------------------------------*/
  #top .con05 .flex-box .text-box::before,
  #top .con05 .flex-box .img-box::before,
  #top .con05 .flex-box .img-box::after {
    max-width: 300px;
    max-height: 300px;
  }
  #top .con05 .flex-box .text-box p {
    margin: 0 auto 70px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #top .con05 .flex-box .text-box::before {
    top: -180px;
    left: -180px;
  }
  #top .con05 .flex-box .img-box {
    margin-left: 60px;
  }
  #top .con05 .flex-box .img-box::before {
    max-width: 380px;
    max-height: 380px;
    top: -226px;
    right: -243px;
  }
  #top .con05 .flex-box .img-box::after {
    max-width: 250px;
    max-height: 250px;
    top: 53%;
    left: -150px;
  }
  #top .con05 .btn-box {
    margin-top: 20px;
  }
  
  /*------------------------------
  con06
  ------------------------------*/
  #top .con06 .flex-box .text-box::before,
  #top .con06 .flex-box .img-box::before {
    max-width: 380px;
    max-height: 380px;
    height: 380px;
  }
  #top .con06 .flex-box .text-box::before {
    top: 10px;
    left: -330px;
  }
  #top .con06 .flex-box .img-box::before {
    top: -450px;
    right: -500px;
  }
  #top .con06 .text-box::before {
    max-width: 380px;
    max-height: 380px;
    height: 380px;
    left: -370px;
    bottom: -130px;
  }

  #top .con06 .text-box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #top .con06 .annotation p {
    font-size: 11px;
    font-size: 1.1rem;
}

  /*------------------------------
  con07
  ------------------------------*/
  #top .con07 p.lead {
    margin-bottom: 90px;
  }
  #top .con07 .sub-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  #top .con07 p.sub.lead {
    margin-bottom: 50px;
  }
  #top .con07 .model {
    width: 800px;
    margin: 0 auto 100px auto;
  }
  #top .con07 .model .model-item {
    margin-bottom: 30px;
  }
  #top .con07 .model .model-item .ttl,
  #top .con07 .model .model-item2 .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #top .con07 .model .model-item .num {
    font-size: 40px;
    font-size: 4rem;
  }
  #top .con07 .model .model-item2 .num {
    font-size: 60px;
    font-size: 6rem;
  }

  #top .con07 .table {
    margin-right: 3%;
  }
  #top .con07 .table01 th {
    font-size: 22px;
    font-size: 2.2rem;
    height: 120px;
  }
  #top .con07 .table01 td {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #top .con07 .table01 tr:nth-child(3) th,
  #top .con07 .table01 tr:nth-child(3) td {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #top .con07 .simulation .details {
    padding: 40px;
  }
  #top .con07 .details .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #top .con07 .details  ul li {
    margin-bottom: 4px;
  }
  #top .con07 .details  ul li:last-child {
    margin-bottom: 0;
  }
  #top .con07 .details  ul li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  

  #top .con07 .initial-cost {
    width: 800px;
    margin: 0 auto 30px auto;
  }
  #top .con07 .initial-cost + .annotation {
    width: 800px;
    margin: -10px auto 0 auto;
  }
  
  #top .con07 .initial-cost .ttl {
    margin-bottom: 25px;
  }
  #top .con07 .initial-cost .example .text-box {
    margin: 25px 0 0 0;
    padding: 25px 0;
  }


  /*------------------------------
  con08
  ------------------------------*/
  #top .con08 .banner-item .text-box .ttl {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 60px 21px 0 60px;
  }
  #top .con08 .banner-item .text-box .sub-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 60px;
  }
  #top .con08 .banner-item .arrow-right-circle {
    max-width: 50px;
    margin: 10px 0 0 60px;
  }

  /**************************************************
  * informationList共通
  ***************************************************/
  .informationList li a {
    display: flex;
  }
  .informationList .date {
    margin-right: 14px;
  }
  .informationList li:hover {
    background: #EEE2CB;
    transition: all .5s;
  }
  .informationList li p {
    line-height: 4.2;
  }
  .informationList .cont {
    line-height: 4.2;
  }
  .informationList .date,#information .date {
    line-height: 4.2;
    margin-bottom: 0;
  }
  
/**************************************************
* 下層共通
***************************************************/
/* 枠 */
  .page-wrap .page-wrap-box-inner {
    padding: 0 50px;
}
.page .bg-dotted-right-top {
  background-position-y: -80px;
  background-position-x:120%;
  background-size: 628px, 100% 100%;
}
.page .bg-dotted-left-bottom {
  background-size: 628px, 100% 100%;
  background-position-y: center;
  background-position-x: -270px;
}
/*------------------------------
.page-linknav ※変更不可
------------------------------*/
  .page-linknav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  .page-linknav li {
    width: 25%;
    padding: 5px;
  }

/**************************************************
* よくあるご質問
***************************************************/
  /*アコーディオン*/
  .acobox .acolist dt {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .acobox .acolist dd {
    padding: 20px;
  }
  /* ∨Λ */
  .aco_icon:after, .aco_icon.active:after {
    top: 45%;
    right: 0;
  }

/**************************************************
#flow
***************************************************/
#flow .timeline .number img {
  max-width: 80px;
}
#flow .timeline .icon img {
  max-width: 82px;
}
#flow .timeline .text-box .title {
  margin-bottom: 12px;
}

#flow .timeline .item:after {
  left: 62px;
}
/**************************************************
*  #training
***************************************************/
#training .con01 .flow-temp > li:not(:last-child)::before, #training .con01 .flow-temp > li:not(:last-child)::after {
  left: 133px;
}


/**************************************************
*  ずっといえの特長「介護」 #features
***************************************************/
#features .detail-box {
  max-width: 588px;
  margin-right: 1%;
  width: 49%;
}
#features .detail-box:nth-child(even) {
  margin-right: 0;
}
#features section .flex-box {
  justify-content: space-between;
}
#features .con01 .text-box {
  position: relative;
  width: 500px;
  z-index: 3;
  margin-top: -240px;
  margin-right: 32px;
  margin-left: auto;
  margin-bottom: 60px;
  padding: 40px;
}

/**************************************************
*  ずっといえが考える「介護」 #vision
***************************************************/
.common-bg .page-title .bg-type.vision {
  background-position-x: -40px;
  background-position-x: left;
}
.page#vision h3.h3-ttl {
  font-size: 22px;
  font-size: 2.2rem;
}
#vision .con01 .text-box p {
  font-size: 26px;
  font-size: 2.6rem;
}
#vision .con01 .img-box {
  margin-bottom: 32px;
  max-width: 720px;
  width: 56%;
}

/**************************************************
*  #offices
***************************************************/
  #offices .access, #offices .office {
      width: calc(100% / 2 - 20px);
      margin-right: 40px;
    }
  #offices .access {
      margin-right: 0;
  }
  #offices .office {
    margin-bottom: 0;
}
#offices table {
        margin: 0 auto 20px;
}
	
.bg-color{
  font-size: 30px;
  font-size: 3rem;
}
	
    
/**************************************************
* 議事録 .minutes
***************************************************/
#minutes .minutes-inner{
    padding: 2em 3em;
}
#minutes .minutes-ttl a{
    font-size: 1.6rem;
}
/*
#minutes .minutes{
    padding-top: 50px;
}
*/

@media screen and (min-width: 1200px) {
#vision .con01 .img-box {
  width: 62%;
}
}
/*================== PC(min-width: 1200px)ここまで ==================*/


#vision .con01 .flex-box {
  justify-content: space-between;
}
#vision .con01 .text-box {
  padding: 50px 28px;
}
#vision .con01 .content-box {
  max-width: 420px;
  width: 38%;
  justify-content: right;
  display: inline-grid;
  align-items: stretch;
  align-content: start;
}
#vision .con01 .flex-box.row-reverse {
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
#vision .con01 .flex-box.row-reverse .text-box {
  padding: 80px 54px;
  width: 410px;
}

#vision .con02 {
  background-image: url(../images/vision/vision-img03-pc.png) ;
  background-repeat: no-repeat;
  background-size: 560px;
}
#vision .con02 .detail-box {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}
#vision .con02 .content-box {
  padding: 40px 48px 40px 40px;
}
#vision .con02 .h4-ttl {
  padding: 0 0 4px 0;
}
#vision .con02 .text-box {
  padding: 0;
}

}
/*================== PC(min-width: 1000px)ここまで ==================*/
