@charset "utf-8";
/* CSS Document */

/*=================== TBここから ==================*/
@media screen and (min-width: 700px) {
  /**************************************************
2. 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
***************************************************/
/*------------------------------
基本スタイル ※変更不可
------------------------------*/
.sp{
  display: block;
}
.tb {
  display: block;
}
/* float */
.tb-float-l {
  float: left;
}
.tb-float-r {
  float: right;
}
/*------------------------------
レイアウト ※変更不可
------------------------------*/
/*wrap共通*/
.wrap-m {
  width: 96%;
}
.wrap-s {
  width: 86%;
}
/*------------------------------
テキスト ※変更不可
------------------------------*/
.lead {
  font-size: 18px;
  font-size: 1.8rem;
}
.lead .lead-s {
  font-size: 15px;
  font-size: 1.5rem;
}
/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h1 {
  font-size: 30px;
  font-size: 3.0rem;
}
h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
h3 {
  font-size: 23px;
  font-size: 2.3rem;
}
h4 {
  font-size: 21px;
  font-size: 2.1rem;
}
h5 {
  font-size: 19px;
  font-size: 1.9rem;
}
h6 {
  font-size: 17px;
  font-size: 1.7rem;
}
/*------------------------------
ボタン ※変更不可
------------------------------*/
.btn-box {
  margin-top: 60px;
}
.btn-box .btn {
  max-width: 324px;
  height: 66px;
}
/*------------------------------
table共通 ※変更不可
------------------------------*/
table {
  margin: 60px auto 80px;
}
tbody th, tbody td {
  display: table-cell;
}
tbody th {
  width: 40%;
  border-bottom: 1px solid #cecece;
}
tbody td {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  margin-bottom: 24px;
}
/*------------------------------
SPヘッダー、Gナビ共通 ※変更不可
------------------------------*/
/*------------------------------
フッター ※変更不可
------------------------------*/
.f-contactbox  .wrap-m {
  max-width: 1000px;
}
.f-contactbox > p {
  margin-bottom: 4rem;
}
.f-contactbox .line {
  padding: 40px 0;
  margin-bottom: 70px;
  font-size: 22px;
  font-size: 2.2rem;
}
.f-contactbox p.lead {
  margin-bottom: 30px;
}
.f-contactbox p.lead .tb-none {
  display: none;
}

.f-contactbox .cv-list p.phone::before,
.f-contactbox .cv-list p.mail::before {
  width: 27px;
  height: 24px;
}
.f-contactbox .cv-list p.phone::before {
  background-size: 18px;
}
.f-contactbox .cv-list p.mail::before {
  background-size: 27px;
}

.f-contactbox .cv-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
}
.f-contactbox .cv-list > li {
  width: calc(100%/2 - 20px);
  margin-right: 40px;
}
.f-contactbox .cv-list > li:last-child {
  margin-right: 0;
}
.f-contactbox .cv-btn {
  display: flex;
  justify-content: center;
  max-width: none;
}
.f-contactbox .cv-btn.mail {
  font-size: 24px;
  font-size: 2.4rem;
}
.f-contactbox .cv-list p.phone,
.f-contactbox .cv-list p.mail {
  margin-bottom: 10px;
  max-width: none;
}
.f-contactbox .cv-btn.tel img {
  max-width: 250px;
}

#footer .wrap-m {
  padding: 50px 0 50px 0;
}
#footer .f-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#footer .f-nav ul:nth-of-type(1) {
  width: 40%;
}
#footer .f-nav ul:nth-of-type(2) {
  width: 30%;
}
#footer .f-nav ul:nth-of-type(3) {
  width: 30%;
}
#footer.f-nav ul li.company {
  width: 50%;
}
#footer .f-nav ul {
  border-left: solid 1px #DBD0BA;
  padding-left: 20px;
}
#footer.f-nav ul li {
  margin-bottom: 25px;
}
#footer.f-nav ul li:last-child {
  margin-bottom: 0;  
}

#footer .f-nav ul.main li {
  font-weight: bold;
}
#footer .f-nav ul.main li:before {
  content:'● ';
  color: #DDBB99;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 5px;
  font-size: 0.5rem;
}

/*------------------------------
ぱんくず ※変更不可
------------------------------*/
.common-bg #breadcrumbs li,
.common-bg #breadcrumbs li a {
  color: #000000;
  font-size: 13px;
  font-size: 1.3rem;
}
#breadcrumbs li,
#breadcrumbs li a {
  font-size: 13px;
  font-size: 1.3rem;
}


/**************************************************
3. TOP
***************************************************/
/*------------------------------
kv
------------------------------*/
#top .kv {
  position: relative;
}

#top .kv-img{
  position: absolute;
  height: auto;
  top: 20px;
  left: 20px;
  width: 47%;
}
/*------------------------------
共通
------------------------------*/
#top .intro {
  max-width: 400px;
  font-size: 20px;
  font-size: 2rem;
  margin: 20px auto;
}
/*------------------------------
con共通
------------------------------*/
#top .con03 h2,
#top .con04 h2,
#top .con05 h2 {
  margin-bottom: 80px;
}
#top .con03 h2,
#top .con04 h2{
  display: inline-block;
}

#top .con03 h2,
#top .con04 h2 {
  margin-bottom: 60px;
}
/*------------------------------
con01
------------------------------*/
#top .con01 {
  padding: 65px 0;
}
#top .con01 .center.img-box {
  max-width: 800px;
}
#top .con01 .right.img-box {
  margin: -57% -6% 0 auto;
}
#top .con01 .left.img-box {
  margin: 5% 0 0 -8%;
}

#top .con01 .right::after, #top .con01 .left::after {
  max-width: 400px;
  max-height: 400px;
}

#top .con01 .bg-dot {
  max-width: 250px;
  width: 100%;
  max-height: 250px;
  height: 100%;
  background-image:  url(../images/top/bg-dot.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -16%;
  z-index: -1;
}


/*------------------------------
con02
------------------------------*/
#top .con02 {
  padding: 90px 0;
}
#top .con02 .img-box {
  width: calc(96% / 4 - 20px);
  margin: 0 auto 10px auto;
}
#top .con02 .img-box:first-child {
  margin: 0 auto 0 20px;
}
#top .con02 .img-box:last-child {
  margin: 0 20px 0 auto;
}
/*------------------------------
con03
------------------------------*/
#top .con03 {
  padding: 0 0 90px;
}

#top .con03::before {
  background-position: top left -65%;
  max-width: 1000px;
  height: 25%;
}
#top .con03 h2::before {
  top: -147%;
  left: -40%;
  width: 300px;
  height: 300px;
}
#top .con03 h2::after {
  margin: 0 22% 0 auto;
}
#top .con03 p.lead {
  width: 330px;
}
#top .con03 .merit-bg02::before {
  background-image: url(../images/top/merit-bg02-pc.png);
  background-position: top right 20%;
  bottom: 18%;
  height: 30%;
  width: 100%;
  height: 27%;
}
#top .con03 .flex-box {
  padding-bottom: 90px;
}
#top .con03 .merit_item {
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
  margin-bottom: 40px;
}
#top .con03 .merit_item:nth-child(3n) {
  margin-right: 0px;
}
#top .con03 .merit_item:nth-child(even) {
  margin-right: 20px;
}
#top .con03 .btn-box::before {
  content: '';
  display: block;
  background-image: url(../images/top/bg-dot-gray.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -100px;
  bottom: -70px;
  width: 300px;
  height: 300px;
  z-index: 0;
}

/*------------------------------
con04
------------------------------*/
#top .con04::before {
  max-width: 1000px;
  height: 170px;
}
#top .con04 .img-box {
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
  margin-bottom: 30px;
}
#top .con04 .img-box:nth-child(even) {
  margin-right: 20px;
}
#top .con04 .img-box:nth-child(4) {
  margin-right: 0 !important;
}
#top .con04 .img-box:nth-child(5) {
  margin: 0 20px 0 auto;
}
#top .con04 .img-box:nth-child(6) {
  margin-bottom: 0;
}
#top .con04 .img-box:last-child {
  margin: 0 auto 0 0;
}

/*------------------------------
con05
------------------------------*/
#top .con05 .flex-box {
  flex-wrap: nowrap;
}

#top .con05 .flex-box .text-box,
#top .con05 .flex-box .img-box {
  width: calc(100% / 2 - 10px);
}
#top .con05 .flex-box .img-box {
  margin-left: 20px;
}
#top .con05 .flex-box .text-box::before {
  max-width: 250px;
  max-height: 250px;
  top: -138px;
  left: -150px;
}

#top .con05 .flex-box .img-box::before {
  max-width: 300px;
  max-height: 300px;
  top: -155px;
  right: -212px;
}
#top .con05 .flex-box .img-box::after {
  max-width: 180px;
  max-height: 180px;
  left: -70px;
  top: 45%;
}
#top .con05 .btn-box {
  margin-top: 20px;
}

/*------------------------------
con06
------------------------------*/
#top .con06 .flex-box .text-box,
#top .con06 .flex-box .img-wrap {
  width: 100%;
}

#top .con06 .text-box .annotation {
  margin-top: 10px;
}
#top .con06 .annotation.sp {
  display: none;
}
#top .con06  .img-wrap .img-box {
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
  margin-bottom: 0;
}
#top .con06 .img-wrap .img-box:last-child {
  margin-right: 0;
}
#top .con06  .img-wrap .img-box::before {
  top: -100px;
  right: -100px;
}
#top .con06 .btn-box {
  margin-top: 20px;
}



/*------------------------------
con07
------------------------------*/
#top .con07 .simulation .tb-none {
  display: none;
}
#top .con07 .sub-ttl {
  font-size: 22px;
  font-size: 2.2rem;
}
#top .con07 .flex-box .num {
  font-size: 32px;
  font-size: 3.2rem;
}
#top .con07 .model .model-item .num {
  font-size: 32px;
  font-size: 3.2rem;
}
#top .con07 .flex-box .model-item2 .num {
  font-size: 50px;
  font-size: 5rem;
}

#top .con07 .table {
  overflow-x: auto;
}
#top .con07 .table01 {
  margin: 0 auto;
}
#top .con07 .table01 th {
  height: 90px;
}
#top .con07 .table01 th,
#top .con07 .table01 td {
  font-size: 17px;
  font-size: 1.7rem;
}
#top .con07 .table01 tr:nth-child(3) th,
#top .con07 .table01 tr:nth-child(3) td {
  font-size: 15px;
  font-size: 1.5rem;
}
#top .con07 .table {
  width: 67%;
  margin-right: 20px;
}
#top .con07 .details {
  width: 30%;
  padding: 10px 20px;
}
#top .con07 .simulation .details ul li p span {
  display: none;
}
#top .con07 .simulation .details {
  padding: 10px 20px;
}
#top .con07 .simulation .annotation.tb {
  margin-top: 10px;
}
#top .con07 .simulation .annotation.sp {
  display: none;
}

#top .con07 .initial-cost .example {
  padding: 40px 30px 40px 40px;
}
#top .con07 .initial-cost .example,
#top .con07 .initial-cost .details {
  width: calc(100% / 2);
}
#top .con07 .initial-cost .details {
  padding: 40px 40px 40px 30px;
}
#top .con07 .initial-cost .example .text-box {
  margin: 20px 0 0 0;
}

  /*------------------------------
con8
------------------------------*/
#top .con08 .banner-item {
  width: calc(100%/2 - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}
#top .con08 .banner-item:nth-child(even) {
  margin-right: 0;
}
#top .con08 .banner-item:nth-child(3),
#top .con08 .banner-item:last-child {
  margin-bottom: 0;
}


/**************************************************
* 下層共通
***************************************************/
/* 見出し */
.page-title h2 {
  width: 100%;
}
.common-bg.wrapper {
  background-repeat: repeat;
  background-size: contain;
}

.page-wrap .page-wrap-box {
  padding: 40px 0 80px;
}
.page-wrap .page-wrap-box-inner {
  padding: 0 40px;
}
/*------------------------------
.page-linknav ※変更不可
------------------------------*/
.page-linknav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.page-linknav li {
  width: 50%;
  padding: 5px;
}
.page-linknav li a > span {
  padding: 25px 0;
  font-size: 20px;
  font-size: 2.0rem;
}

/**************************************************
* お知らせ詳細
***************************************************/
#information.wrapper {
  /* padding-bottom: 100px; */
}
#information ul.informationList {
margin: 80px auto 80px;
}
#information .wrap_blog {
  /* padding: 0; */
}

/*記事内見出し一覧*/
.single #information h2 {
font-size: 24px;
font-size: 2.4rem;
}
.single #information h3 {
font-size: 22px;
font-size: 2.2rem;
}
.single #information h4 {
font-size: 20px;
font-size: 2.0rem;
}
.single #information h5 {
font-size: 18px;
font-size: 1.8rem;
}
.single #information h6 {
font-size: 16px;
font-size: 1.6rem;
}

/**************************************************
* お問い合わせ #contact
***************************************************/
#contact .wpcf7 {
margin: 80px auto;
}
#contact br.sp {
display: none;
}

/*------------------------------
フォーム 共通 ※変更不可
------------------------------*/
/*iosフォーカス防止*/
form input[type=text], form input[type=tel], form input[type=email], form select, form textarea {
  font-size: 15px !important;
  transform: scale(1.0);
}
/*------------------------------
form-area 共通 ※変更不可
------------------------------*/
.form-area tbody:first-child {
  border-top: none;
}
.form-area tbody tr {
  display: table;
  width: 100%;
  border: 1px solid #DCDCDC;
}
.form-area tbody tr {
  margin-top: -1px
}
.form-area tbody th, .form-area tbody td {
  height: 100%;
  border: none;
  display: table-cell;
}
.form-area tbody th {
  display: block;
  min-width: 220px;
  width: 30%;
  padding: 25px 15px;
  border-right: 1px solid #DCDCDC;
  line-height: 2.5em;
}
.form-area tbody tr:last-child th {
  line-height: 10em;
}
.form-area tbody td {
  padding: 15px;
  width: 100%;
}
.form-area .pad {
  width: 100%;
}
.form-area .pad br {
  display: none;
}
.form-area .form-text-125 {
  height: 30px;
  vertical-align: bottom;
}
span.wpcf7-list-item {
  display: inline;
  margin-bottom: 0;
}

/**************************************************
* 下層共通 ※変更不可
***************************************************/
.page .lead {
  text-align: center;
  margin: 64px auto;
}
/* 見出し */
.page h3.h3-ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
.page h4.h4-ttl {
  font-size: 18px;
  font-size: 1.8rem;
}
.page h3.h3-ttl.bdr {
  padding-bottom: 10px;
}
.page h3.h3-ttl.bdr .icon img {
  margin-right: 8px;
  margin-bottom: -6px;
}
.page .bg-dotted-right-top {
  background-size: 50%, 100% 100%;
  background-position-y: -100px;
  background-position-x: 140%;
}
.page .bg-dotted-left-bottom {
  background-size: 40%, 100% 100%;
  background-position-x: -140px;
}

/*=============== 下層見出し背景 ===============*/
.common-bg .page-title h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.common-bg .bg-wrap {
  height: 200px;
}
.common-bg .page-title .bg-type {
  width: 95%;
  height: 200px;
}
.common-bg .page-title h2::after {
  margin-top: 14px;
}
/*------------------------------
table下層共通 ※変更不可
------------------------------*/
.page table.type-01 tbody th {
  width: 24%;
}

/**************************************************
#flow
***************************************************/
/* 時系列 */
#flow .timeline .text-box .title {
  font-size: 22px;
  font-size: 2.2rem;
}
#flow .timeline .item .img-box {
  padding-right: 8px;
  display: flex;
}
#flow .timeline .text-box {
  width: 60%;
  margin: -8px 0 0 8px;
  flex: 1;
  display: grid;
  align-content: center;
}
#flow .timeline .description {
  width: 100%;
  margin: 0;
}
#flow .timeline .number img {
  margin-right: 12px;
}
#flow .half-circle p {
  font-size: 30px;
  font-size: 3.0rem;
}
#flow .half-circle {
  background-position-y: -68px;
}

/**************************************************
*  ずっといえが考える「介護」 #vision
***************************************************/
#vision .con01 .text-box p {
  font-size: 22px;
  font-size: 2.2rem;
}

/**************************************************
#training
***************************************************/
#training .con01 .flow-temp > li dl {
  display: flex;
}
#training .con01 .flow-temp .img-box img {
margin-right: 20px;
}
#training .con01 .flow-temp > li:not(:last-child)::before, #training .con01 .flow-temp > li:not(:last-child)::after {
left: 90px;
}


/**************************************************
*  定期巡回・随時対応サービスとは #service
***************************************************/
#service .con02 .flex-box {
  flex-wrap: nowrap;
}
#service .con02 .flex-box .text-box {
  max-width: 600px;
  margin-right: 3em;
  width: 100%;
}

/**************************************************
*  ずっといえの特長「介護」 #features
***************************************************/
#features .detail-box .text-box {
  width: 70%;
}
#features .detail-box {
  padding: 2em;
}
#features .detail-box .img-box {
  margin: 0 auto 0 auto;
  width: 26%;
  max-width: 140px;
}
#features .detail-box .img-box img {
  max-width: 90%;
}
    
/**************************************************
* offices
***************************************************/
#offices table {
        margin: 0 auto 20px;
}
#offices table tbody td {
        border-right: unset;
    }
#offices table tbody th {
        border-top: 1px solid #cecece;
}

.bg-color{
  font-size: 24px;
  font-size: 2.4rem;
}
	


	
	
/**************************************************
*  ずっといえが考える「介護」 #vision
***************************************************/
.common-bg .page-title .bg-type.vision {
  background-position-x: 100%;
}

} /*=================== TBここまで ==================*/

