@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 2em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.visual {
  background: url("../../_images/service/visual.jpg?20260310") no-repeat;
  background-size: cover;
}
.page-insurance
.visual {
  background: url("../../_images/service/insurance/visual.jpg") no-repeat;
  background-size: cover;
}
.page-important
.visual {
  background: url("../../_images/service/important/visual.jpg?20260507") no-repeat;
  background-size: cover;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 事業内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service {
  position: relative;
}

/* ****************************************************************************************************
   * 下部ナビ
**************************************************************************************************** */

#page-nav {
  position: relative;
  background: url("../../_images/service/service-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-right: 0;
  margin-left: auto;
  z-index: 2;
  width: calc( 100% - 120px );
  border-radius: 60px 0 0 60px;
  max-width: 1440px;
}

#page-nav .body {
  max-width: 1120px;
  margin-left: 100px !important;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1320px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 60px auto;
    z-index: 2;
    width: 100%;
  }
  #page-nav .body {
    margin: 0 auto !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#page-nav .title-area .title {
  color: #000;
}
#page-nav .title-area .title::after {
  color: var(--c-orange);
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav .layout-flex-3 {
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  margin-top: 40px;
  gap: 45px;
}
#page-nav .layout-flex-3 > * {
  width: auto;
}
#page-nav .layout-flex-3 li {
  background: #fff;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  min-width: 330px;
}
#page-nav .layout-flex-3 li .meta {}
#page-nav .layout-flex-3 li .meta.layout-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#page-nav .layout-flex-3 li .meta.layout-2 .images {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  border-radius: 10px;
  min-width: 100px;
}
#page-nav .layout-flex-3 li .meta.layout-2 .images img {
  transition: 0.2s;
  border-radius: 10px;
}
#page-nav .layout-flex-3 li:hover .meta.layout-2 .images img {
  transform: scale(1.1);
}

#page-nav .layout-flex-3 li .meta.layout-2 .text-1 {
  margin-top: 0;
  margin-left: 1em;
  width: 55%;
  text-align: left;
}
#page-nav .layout-flex-3 li .btn-1 {
  position: relative;
  display: block;
  padding: 10px 3em 10px 10px;
}
#page-nav .layout-flex-3 li .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/service/nav-arrow.png") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s;
}
#page-nav .layout-flex-3 li:hover > * {
  opacity: 1;
}
#page-nav .layout-flex-3 li:hover .btn-1::after {
  right: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1320px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav .layout-flex-3 {
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
  }
  #page-nav .layout-flex-3 > * {
    width: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav .layout-flex-3 > * {
    width: 100%;
    margin: 0 auto;
  }
}

/* ****************************************************************************************************
   * リード文
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#lead {
  position: relative;
}
#lead .body {
  max-width: 1120px;
  padding-top: 60px;
  padding-bottom: 120px;
}
body.page-insurance
#lead .body {
  padding-bottom: 50px;
}


#lead .contents.layout-2 {}
#lead .contents .content {
  max-width: 580px;
  width: 60%;
}
#lead .contents .images {
  max-width: 324px;
  width: 40%;
}

#lead .contents .content .subtitle {
  font-size: 3.3rem;
  color: var(--c-orange);
  font-weight: 900;
  line-height: 1.4;
}
#lead .contents .content .text {
  margin-top: 60px;
  font-weight: bold;
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-insurance
  #lead .body {
    padding-bottom: 0;
  }
  #lead .contents .content .subtitle {
    font-size: 2.2rem;
  }
  #lead .contents .content .text {
    margin-top: 1em;
    font-size: 1.5rem;
  }
  #lead .contents .content {
    max-width: 100%;
    width: 100%;
  }
  #lead .contents .images {
    max-width: 100%;
    width: 100%;
    margin-top: 1em;
  }
  #lead .contents .images img {
    margin: 0 auto;
    width: 220px
  }
}

/* ****************************************************************************************************
   * セクション
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 見出しタイトル
/* ------------------------------------------------------------------------------------------------- */

.service .title-2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  padding-left: 1.55em;
  line-height: 1.4;
}
.service .title-2::before {
  content: "";
  display: block;
  background: var(--c-d-orange);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .service .title-2 {
    font-size: 2.0rem;
  }
  .service .title-2::before {
    width: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 共通 画像
/* ------------------------------------------------------------------------------------------------- */

.service .photo {
  width: calc(100% - 120px);
  margin-left: auto;
  margin-right: 0;
  max-width: 1480px;
}
.service picture {
  position: relative;
  display: block;
}
.service picture img {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
}
.service picture span {
  position: absolute;
  bottom: 0;
  font-size: 8.0rem;
  color: var(--c-orange);
  font-weight: 900;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: -50px;
  margin-left: 140px;
}

.service .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .service section ~ section {
    padding-top: 50px;
  }
  .service .photo {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    max-width: 90%;
  }
  .service picture span {
    position: absolute;
    bottom: 0;
    font-size: 3.5rem;
    margin-bottom: -25px;
    margin-left: 70px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.service .body {
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
}
.service .body.layout-2 {}

.service .body .icon {
  max-width: 270px;
  width: 25%;
}
.service .body .content {
  max-width: 810px;
  width: 75%;
}
.service .body .content .text {
  font-size: 1.6rem;
}

.service .body .content .box {
  margin-top: 50px;
  background-color: #c9efff;
  padding: 1em;
  border-radius: 1em;
}
.service .body .content ul.layout-flex-3 {
  justify-content: flex-start;
}
.service .body .content ul.layout-flex-3 > * {
  width: 32%;
  margin: 0;
}
.service .body .content ul.layout-flex-3 li {
  color: #1371b0;
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service .body .icon {
    width: 20%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .service .body .content .box {
    margin-top: 1em;
  }
  .service .body .content ul.layout-flex-3 {
  }
  .service .body .content ul.layout-flex-3 > * {
    width: 48%;
  }
  .service .body .content ul.layout-flex-3 > * ~ * {
    margin-top: 0;
  }
  .service .body .content ul.layout-flex-3 li {
    padding: 0.5em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .body .icon {
    max-width: 135px;
    margin: 40px auto 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .service .body .content {
    max-width: 100%;
    margin-top: 1em;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.service .body .content .link-btn {}
.service .body .content .link-btn .btn {
  width: 400px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .service .body .content .link-btn .btn {
    width: 100%;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 介護保険関連
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#insurance {
  position: relative;
}
#insurance .body {
  max-width: 1120px;
  padding-top: 0;
  padding-bottom: 120px;
}

/* ****************************************************************************************************
   * ステップ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#insurance section ~ section {
  border-top: 1px solid #cccccc;
  padding-top: 90px;
  padding-bottom: 90px;
}
#insurance [class^="step-"]:first-child {
  margin-bottom: 90px;
}

#insurance [class^="step-"] .title-area {
  max-width: 200px;
}
#insurance [class^="step-"] .title-area span {
  font-size: 8.0rem;
  color: var(--c-orange);
  font-weight: 900;
  line-height: 1;
  font-style: italic;
}
#insurance [class^="step-"] .title-area .text-vertical {
  position: relative;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl; /* Safari用 */
  writing-mode: vertical-rl;
  font-size: 3.0rem;
  font-weight: 900;
  width: 200px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  line-height: 1.7em;
}

#insurance [class^="step-"] .inner {
  width: 75%;
}
#insurance [class^="step-"] .inner .content {
  width: 100%;
}
#insurance [class^="step-"] .inner .content .text {
  font-size: 1.8rem;
}
#insurance [class^="step-"] .inner .images {
  margin-top: 60px;
}

#insurance .link-btn {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #insurance section ~ section {
    border-top: 1px solid #cccccc;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #insurance [class^="step-"]:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #insurance [class^="step-"] .title-area {
    max-width: 100%;
    display: flex;
  }
  #insurance [class^="step-"] .title-area span {
    font-size: 3.0rem;
    color: var(--c-orange);
    font-weight: 900;
    line-height: 1;
    font-style: italic;
  }
  #insurance [class^="step-"] .title-area .text-vertical {
    position: relative;
    white-space: normal;
    -webkit-writing-mode: horizontal-tb; /* Safari用 */
    writing-mode: horizontal-tb;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 900;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-left: 1em;
  }
  #insurance [class^="step-"] .inner {
    width: 100%;
  }
  #insurance [class^="step-"] .inner .content {
    width: 100%;
    margin-top: 1em;
  }
  #insurance [class^="step-"] .inner .content .text {
    font-size: 1.5rem;
  }
  #insurance [class^="step-"] .inner .images {
    margin-top: 40px;
    display: block;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ご利用の流れ
/* ------------------------------------------------------------------------------------------------- */

#insurance .flow {
  position: relative;
  padding-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #insurance .flow {
    padding-top: 50px;
  }
}

#insurance .detail ~ .detail {
  padding-top: 60px;
  margin-top: 0 !important;
}
#insurance .detail.layout-2 {
  justify-content: flex-start;
}

#insurance .detail.layout-2 .number {
  background: var(--c-d-orange);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5em;
}
#insurance .detail.layout-2 .number span {
  font-size: 3.5rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

#insurance .detail.layout-2 .content {
  position: relative;
  max-width: 730px;
  margin-top: 0;
  width: 90%;
  border-radius: 20px;
  background: var(--c-bg-orange);
  padding: 20px;
}
#insurance .detail.layout-2 .content::before {
  content: "";
  display: block;
  width: 1px;
  height: 130%;
  position: absolute;
  top: 50px;
  left: -53px;
  border-left: 2px solid var(--c-d-orange);
}
#insurance .detail.layout-2:last-child .content::before {
  display: none;
}

#insurance .detail.layout-2 .content span {
  font-size: 2.0rem;
  font-weight: 900;
  color: var(--c-d-orange);
  line-height: 1.0;
  display: flex;
  align-items: center;
}
#insurance .detail.layout-2 .content .text {}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1080px) {
  /*ブラウザの幅が736px以下の時*/
  #insurance .detail ~ .detail {
    padding-top: 40px;
  }
  #insurance .detail.layout-2 {
    display: block;
  }
  #insurance .detail.layout-2 .number {
    background: var(--c-d-orange);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  #insurance .detail.layout-2 .number span {
    font-size: 2.0rem;
    color: #fff;
  }
  
  #insurance .detail.layout-2 .content {
    position: relative;
    max-width: 100%;
    margin-top: 1em;
    width: 100%;
  }
  #insurance .detail.layout-2 .content::before {
    display: none;
  }
  #insurance .detail.layout-2:last-child .content::before {
    display: none;
  }
  
  #insurance .detail.layout-2 .content span {
    font-size: 1.8rem;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #insurance .detail.layout-2 .content .text {}
}


/* ****************************************************************************************************
   *  重要事項説明
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#important .body {
  padding-top: 60px;
  padding-bottom: 120px;
}
#important section ~ section {
  margin-top: 90px;
}
#rental section ~ section,
#sales section ~ section {
  margin-top: 90px;
}

#important section b {
  font-size: 2.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #important section ~ section {
    margin-top: 40px;
  }
  #rental section ~ section,
  #sales section ~ section {
    margin-top: 50px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#main #important table.radius tr th,
#main #important table.radius tr td {
  padding: 0.9em 1em;
}
#main #important table.radius tr th {
  text-align: center;
}

#important table.col-3 tr th {
  border-right: 1px solid #ffffff;
}
#important table.col-3 tr td {
  border-right: 1px solid #cccccc;
  text-align: center;
}
#important table.col-3 tr th:last-child,
#important table.col-3 tr td:last-child {
  border-right: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 736px) {
  #main #important table.radius tbody tr td {
    border-bottom: 1px solid #cccccc;
  }
  #main #important table.radius tbody tr:last-child td {
    border-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リストol
/* ------------------------------------------------------------------------------------------------- */

#important ol.style {
  list-style-type: none;
  margin-top: 20px;
}
#important ol.style > li {
  counter-increment: cnt;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
}
#important ol.style > li:before {
  content: counter(cnt) "）";
  margin-right: 0.5em;
}



