@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: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/_common/visual-icon-1.png") no-repeat;
  width: 104px;
  height: 212px;
  position: absolute;
  bottom: 0;
  left: 165px;
  margin-bottom: -7.2em;
  animation: bound 2s linear infinite;
}
body.layout-lower
#visual .body::after {
  content: "";
  display: block;
  background: url("../../_images/_common/visual-icon-2.png") no-repeat;
  width: 254px;
  height: 212px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -7.2em;
  animation: bound2 3.5s linear infinite;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body::before {
  width: 52px;
  height: 106px;
  background-size: 52px 106px;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin-bottom: -3.5em;
  animation: bound 2s linear infinite;
}
body.layout-lower
#visual .body::after {
  width: 127px;
  height: 106px;
  background-size: 127px 106px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -3.5em;
  animation: bound2 3.5s linear infinite;
}

}

/* ****************************************************************************************************
   * ごあいさつ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.greeting {
  position: relative;
  background: var(--c-l-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.greeting .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.greeting .title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 600;
}
.greeting .title span {
  color: var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .greeting .title {
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.greeting picture {
  display: block;
  text-align: center;
}
.greeting .detail {}

.greeting .detail .text {
  font-size: 2.6rem;
  font-weight: 700;
}

.greeting .detail .sign {
  text-align: right;
  font-size: 2.6rem;
  font-weight: 700;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1080px) {
  /*ブラウザの幅が736px以下の時*/
  .greeting .detail {
    margin-top: 20px;
  }
  
  .greeting .detail .text {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .greeting .detail .sign {
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
  }
}


/* ****************************************************************************************************
   * まごころサポートとは
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.about .title {
  font-size: 3.6rem;
  line-height: 1.6;
  text-align: center;
}
.about .title img {
  vertical-align: text-bottom;
}
.about .title picture {}
.about .title i {
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
.about .title small {
  display: block;
  font-size: 2.6rem;
  color: var(--c-blue);
}
.about .title span {
  font-size: 3.6rem;
  color: var(--c-blue);
  margin-left: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about .title {
    font-size: 2.6rem;
  }
  .about .title picture img {
    width: 174px;
  }
  .about .title i img {
    width: 15px;
  }
  .about .title img {
  }
  .about .title small {
    font-size: 1.6rem;
  }
  .about .title span {
    font-size: 2.0rem;
    color: var(--c-blue);
    margin-left: 0.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.about .lead {}

.about .lead p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about .lead p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.about .layout-flex-4 {}
.about .layout-flex-4 li {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about .layout-flex-4 {}
  .about .layout-flex-4 li:nth-child(n+3) {
    margin-top: 0.5em;
  }
}

/* ****************************************************************************************************
   * まごころサポート4つの特徴
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.feature {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--c-l-blue2);
}

.feature .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.feature .title {
  color: var(--c-blue);
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.feature .lead {}

.feature .lead p {
  text-align: center;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .feature .lead p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.feature ul.layout-flex-2 {
  margin-top: 70px;
}

.feature ul.layout-flex-2 li {
  background: #fff;
  border-radius: 10px;
  padding: 70px 70px 50px;
}
.feature ul.layout-flex-2 li:nth-child(n+3) {
  margin-top: 60px;
}

.feature ul.layout-flex-2 li .title-1 {
  position: relative;
  display: block;
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-blue);
  padding-top: 3em;
}
.feature ul.layout-flex-2 li .title-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-60%);
}

.feature ul.layout-flex-2 li:nth-child(1) .title-1::before {
  background: url("../../_images/greeting/feature-1.png") no-repeat;
  width: 81px;
  height: 157px;
}
.feature ul.layout-flex-2 li:nth-child(2) .title-1::before {
  background: url("../../_images/greeting/feature-2.png") no-repeat;
  width: 76px;
  height: 159px;
}
.feature ul.layout-flex-2 li:nth-child(3) .title-1::before {
  background: url("../../_images/greeting/feature-3.png") no-repeat;
  width: 100px;
  height: 152px;
}
.feature ul.layout-flex-2 li:nth-child(4) .title-1::before {
  background: url("../../_images/greeting/feature-4.png") no-repeat;
  width: 81px;
  height: 169px;
}

.feature ul.layout-flex-2 li .text {
  display: block;
  text-align: center;
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .feature ul.layout-flex-2 {
    margin-top: 40px;
  }
  .feature ul.layout-flex-2 li {
    border-radius: 5px;
    padding: 20px;
  }
  .feature ul.layout-flex-2 li:nth-child(n+3) {
    margin-top: 40px;
  }
  
  .feature ul.layout-flex-2 li .title-1 {
    position: relative;
    display: block;
    font-size: 1.7rem;
    text-align: center;
    color: var(--c-blue);
    padding-top: 3em;
  }
  .feature ul.layout-flex-2 li .title-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-35%);
  }
  
  .feature ul.layout-flex-2 li:nth-child(1) .title-1::before {
    background: url("../../_images/greeting/feature-1.png") no-repeat;
    width: 40px;
    height: 78px;
    background-size: 40px 78px;
  }
  .feature ul.layout-flex-2 li:nth-child(2) .title-1::before {
    background: url("../../_images/greeting/feature-2.png") no-repeat;
    width: 38px;
    height: 79px;
    background-size: 38px 79px;
  }
  .feature ul.layout-flex-2 li:nth-child(3) .title-1::before {
    background: url("../../_images/greeting/feature-3.png") no-repeat;
    width: 50px;
    height: 76px;
    background-size: 50px 76px;
  }
  .feature ul.layout-flex-2 li:nth-child(4) .title-1::before {
    background: url("../../_images/greeting/feature-4.png") no-repeat;
    width: 40px;
    height: 84px;
    background-size: 40px 84px;
  }
  
  .feature ul.layout-flex-2 li .text {
    display: block;
    text-align: left;
  }
}