@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;
}

}

/* ****************************************************************************************************
   * サービス紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service {
  position: relative;
  background: var(--c-l-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.service .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.service .title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 600;
}
.service .title span {
  color: var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .title {
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.service .lead {}

.service .lead p {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.8;
}

.service .lead p span {
  color: var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .lead p {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.service .layout-flex-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.service .layout-flex-3 li {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  width: 32%;
  margin-left: 2%;
/*  max-width: 384px;*/
}
.service .layout-flex-3 li:first-child,
.service .layout-flex-3 li:nth-child(3n+1) {
  margin-left: 0;
}

.service .layout-flex-3 li:nth-child(n+4) {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .service .layout-flex-3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service .layout-flex-3 {
    justify-content: center;
  }
  .service .layout-flex-3 li {
    width: 46%;
    margin: 0 2%;
  }
  
  .service .layout-flex-3 li:first-child,
  .service .layout-flex-3 li:nth-child(3n+1) {
    margin: 0 2%;
  }
  .service .layout-flex-3 li:nth-child(n+3) {
    margin-top: 20px;
  }
  .service .layout-flex-3 li .detail {
    margin-top: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .layout-flex-3 li {
    width: 100%;
    margin: 0;
    max-width: 384px;
  }
  .service .layout-flex-3 li ~ li {
    margin-top: 20px;
  }
  
}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.service picture {
  display: block;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.service picture img {
  border-radius: 10px 10px 0 0;
}
.service .detail {
  padding: 0.5em 20px 50px;
}

.service .detail > * {
  display: block;
}

.service .detail .title-1 {
  font-size: 2.4rem;
  color: var(--c-blue);
  font-weight: 600;
  text-align: center;
}

.service .detail .text {
  font-size: 1.7rem;
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1080px) {
  /*ブラウザの幅が736px以下の時*/
  .service .detail {
    margin-top: 20px;
  }
  .service .detail .title-1 {
    font-size: 1.7rem;
    color: var(--c-blue);
    font-weight: 600;
    text-align: center;
  }
  .service .detail .text {
    font-size: 1.5rem;
    font-weight: 600;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * その他
/* ------------------------------------------------------------------------------------------------- */

.service .box {
  position: relative;
  max-width: 1080px;
  margin-top: 120px !important;
  margin-left: auto;
  margin-right: auto;
}

.service .box p {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 2.4rem;
}

.service .box p::after {
  content: "";
  display: block;
  background: url("../../_images/service/staff-icon.png") no-repeat;
  width: 150px;
  height: 161px;
  position: absolute;
  bottom: 0;
  right: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service .box p::after {
    content: "";
    display: block;
    background: url("../../_images/service/staff-icon.png") no-repeat;
    width: 75px;
    height: 80px;
    background-size: 75px 80px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .service .box {
    position: relative;
    max-width: 1080px;
    margin-top: 60px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .service .box p {
    position: relative;
    background: #fff;
    padding: 1em;
    border-radius: 10px;
    text-align: center;
    font-size: 1.8rem;
  }
}
