@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  position: relative;
  overflow:hidden;
}

#main-contents div.body {
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.visual {
  background: url("../../_images/environment/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * 環境を知る
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 共通タイトル部
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.environment .lead .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color:#320b1e;
}

.environment .lead .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.environment .lead .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.environment .lead .text {
  font-size: 1.6rem;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.environment .lead .text {
  font-size: 1.6rem;
  text-align: left;
}
}


/* ****************************************************************************************************
   * 数字で見るあじさい介護センター
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#environment {
  position: relative;
  padding-top: 70px;
}

/* ----------------------------------------------------------------------------------------------------
   * レイアウト
/* ------------------------------------------------------------------------------------------------- */

#environment section.layout-flex-2 {}

#environment section.layout-flex-2 > * {
  width: 49%;
  padding: 0;
}
#environment section.layout-flex-2 .images {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#environment section.layout-flex-2 {
  display: block;
}

#environment section.layout-flex-2 > * {
  width: 525px;
  padding: 0;
  margin: 20px auto 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:480px) {

#environment section.layout-flex-2 > * {
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#environment .title-1 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1.25em;
}
#environment .title-1::before {
  content: "";
  display: block;
  background: #f733a6;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#environment .title-1 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1.25em;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（上段）
/* ------------------------------------------------------------------------------------------------- */

#environment section.layout-flex-2 .content {
  margin-top: 1em;
  background: #e7fcf5;
  border-radius: 20px;
  padding: 20px;
  min-height: 284px;
  max-height: 284px;
}

#environment section.layout-flex-2 .content.flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#environment section.layout-flex-2 .content p {
  font-weight: bold;
}

#environment section.layout-flex-2 .content p span {
  color: #f733a6;
  font-weight: bold;
  margin: 0 2%;
}

#environment section.layout-flex-2 .icon {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#environment section.layout-flex-2 .content {
  margin-top: 1em;
  background: #e7fcf5;
  border-radius: 20px;
  padding: 20px;
  min-height: auto;
  max-height: 100%;
}

}


/* ----------------------------------------------------------------------------------------------------
   * 男女比率
/* ------------------------------------------------------------------------------------------------- */

#environment section.layout-flex-2 .item-1 .content.flex {
  flex-direction: row-reverse;
}

#environment .item-1 .content .item {
  width: 54%;
}
#environment .item-1 .content .item > * {
  display: flex;
  align-items: center;
  justify-content:flex-start;
}

#environment .item-1 .content .icon-1 {
  min-width: 46px;
}

#environment .item-1 .content .item > div ~ div {
  margin-top: 20px;
}

#environment .item-1 .content .box {
  display: flex;
  margin-left: 20px;
}

#environment .item-1 .content p {
  font-size: 2.0rem;
  margin-top: 0;
}

#environment .item-1 .content p.area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 3em;
}
#environment .item-1 .content p.color {
  font-size: 5.0rem;
  color: #f733a6;
  line-height: 1.0;
  width: 2em;
  text-align: right;
}
#environment .item-1 .content p.unit {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1.2;
  width: /*1.2em*/auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #environment section.layout-flex-2 .item-1 .content.flex {
    display: block;
    flex-direction: row-reverse;
  }

  #environment .item-1 .content .item {
    margin: 20px auto 0;
  }
  #environment .item-1 .content .icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #environment .item-1 .content .icon-1 {
    min-width: 23px;
  }
  #environment .item-1 .content .icon-1 img {
    width: 23px;
  }
  #environment .item-1 .content .icon img {
    width: 78px;
  }
  #environment .item-1 .content .item div ~ div {
    margin-top: 0.5em;
  }

  #environment .item-1 .content p.area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    font-size: 1.4rem;
  }
  #environment .item-1 .content p.color {
    font-size: 2.4rem;
    color: #f733a6;
    line-height: 1.0;
    width: auto;
    text-align: right;
  }
  #environment .item-1 .content p.unit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2;
    width: auto;
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 年齢層
/* ------------------------------------------------------------------------------------------------- */

#environment .item-2 ul.layout-2 {
  max-width: 465px;
}

#environment .item-2 ul.layout-2 li {
  width: 12%;
  text-align: center;
}
#environment .item-2 ul.layout-2 li p {
  margin-top: 0.5em;
}

#environment .item-2 ul.layout-2 li span {
  font-size: 3.0rem;
  display: block;
  color: #f733a6;
  line-height: 1.0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #environment .item-2 ul.layout-2 {
    display: flex;
    max-width: 465px;
  }
  #environment .item-2 ul.layout-2 li span {
    font-size: 1.8rem;
    display: block;
    color: #f733a6;
    line-height: 1.0;
  }
  #environment .item-2 ul.layout-2 li p {
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 資格取得者数
/* ------------------------------------------------------------------------------------------------- */

#environment .layout-2 .item-3 .content,
#environment .layout-2 .item-4 .content {}

#environment .item-3 {
  width: 67%;
}

#environment .item-3 .content {
  margin-top: 1em;
  background: #e7fcf5;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

#environment .item-3 .content > .layout-flex-2 {}

#environment .item-3 .content > .layout-flex-2 > :nth-child(n+3) {
  /*margin-top: 10px;*/
  margin-top: 15px;
}

#environment .item-3 .content > .layout-flex-2 .item {
  position: relative;
  display: flex;
  align-items: center;
}
#environment .item-3 .content > .layout-flex-2 .item::before {
  content: "";
  display: block;
  background: url("../../_images/environment/icon-qualifications.png") no-repeat;
  width: 31px;
  height: 31px;
  margin-right: 10px;
}


#environment .item-3 .content > .layout-flex-2 .item .title {
  width: 7.5em;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: left;

  line-height: 1.4;
}
#environment .item-3 .content > .layout-flex-2 .item span.color {
  font-size: 4.0rem;
  font-weight: bold;
  color: #f733a6;
  line-height: 1.0;
  width: 2em;
  display: inline-block;
  text-align: right;
}
#environment .item-3 .content > .layout-flex-2 .item span.unit {
  font-weight: bold;
  font-size: 2.0rem;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#environment section.layout-2 {
  display: block;
}

#environment section.layout-2 > * {
  width: 525px;
  padding: 0;
  margin: 20px auto 0;
}
#environment section.layout-2 .item-3 .content,
#environment section.layout-2 .item-4 .content {}

#environment .item-3 .content > .layout-flex-2 .item .title {
  width: 7em;
}
#environment .item-3 .content > .layout-flex-2 .item span.color {
  width: auto;
  text-align: center;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

  #environment .item-3 .content > .layout-flex-2 {}

  #environment .item-3 .content > .layout-flex-2 > :nth-child(n+3) {
    margin-top: 10px;
  }
  #environment .item-3 .content > .layout-flex-2 .item {
    position: relative;
    display: flex;
    align-items: center;
  }
  #environment .item-3 .content > .layout-flex-2 .item::before {
    content: "";
    display: block;
    background: url("../../_images/environment/icon-qualifications.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    margin-right: 10px;
  }
  #environment .item-3 .content > .layout-flex-2 > * ~ * {
    margin-top: 10px;
  }
  #environment .item-3 .content > .layout-flex-2 .item .title {
    width: 7.5em;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
  }
  #environment .item-3 .content > .layout-flex-2 .item span.color {
    font-size: 2.4rem;
    font-weight: bold;
    color: #f733a6;
    line-height: 1.0;
    width: 2em;
    display: inline-block;
    text-align: right;
  }
  #environment .item-3 .content > .layout-flex-2 .item span.unit {
    font-weight: bold;
    font-size: 1.4rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:480px) {
  /*ブラウザの幅が736px以下の時*/
  #environment section.layout-2 > * {
    width: 100%;
    padding: 0;
    margin: 20px auto 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 雇用形態
/* ------------------------------------------------------------------------------------------------- */

#environment .item-4 {
  width: 30%;
}

#environment .item-4 .content {
  margin-top: 1em;
  background: #e7fcf5;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

#environment .item-4 .content .layout-flex-2 {}

#environment .item-4 .content .layout-flex-2 .item {
  margin-top: 1em;
}

#environment .item-4 .content .layout-flex-2 .item p {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
  color:#040000;
  line-height: 1.0;
}
#environment .item-4 .content .layout-flex-2 .item .inner {
  position: relative;
  margin-top: 0;
  padding-left: 30px;
}

#environment .item-4 .content .layout-flex-2 .item .inner-1 span.color {
  position: relative;
  font-size: 4.0rem;
  font-weight: bold;
  color: #8775c5;
  line-height: 1.0;
}
#environment .item-4 .content .layout-flex-2 .item .inner-2 span.color {
  position: relative;
  font-size: 4.0rem;
  font-weight: bold;
  color: #f733a6;
  line-height: 1.0;
}

#environment .item-4 .content .layout-flex-2 .item .inner span.color::before {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  left: -30px;
  transform: translateY(-50%);
}
#environment .item-4 .content .layout-flex-2 .item .inner-1 span.color::before {
  background: url("../../_images/environment/male-2.png") no-repeat;
  width: 25px;
  height: 30px;
}
#environment .item-4 .content .layout-flex-2 .item .inner-2 span.color::before {
  background: url("../../_images/environment/female-2.png") no-repeat;
  width: 25px;
  height: 30px;
}

#environment .item-4 .content .layout-flex-2 .item .inner span.unit {
  font-size: 2.0rem;
  font-weight: bold;
  color:#040000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #environment .item-4 .content .layout-flex-2 .item {
    margin-top: 1em; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #environment .item-4 .content .icon img {
    width: 78px;
  }
  #environment .item-4 .content .layout-flex-2 .item .inner-1 span.color {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    color: #8775c5;
    line-height: 1.0;
  }
  #environment .item-4 .content .layout-flex-2 .item .inner-2 span.color {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    color: #f733a6;
    line-height: 1.0;
  }
  #environment .item-4 .content .layout-flex-2 .item .inner span.color::before {
    content: "";
    display: block;
    position: absolute;
    top: 53%;
    left: -15px;
    transform: translateY(-50%);
  }
  #environment .item-4 .content .layout-flex-2 .item .inner-1 span.color::before {
    background: url("../../_images/environment/male-2.png") no-repeat;
    width: 12px;
    height: 15px;
    background-size: 12px 15px;
  }
  #environment .item-4 .content .layout-flex-2 .item .inner-2 span.color::before {
    background: url("../../_images/environment/female-2.png") no-repeat;
    width: 12px;
    height: 15px;
    background-size: 12px 15px;
  }
  
  #environment .item-4 .content .layout-flex-2 .item .inner span.unit {
    font-size: 1.6rem;
    font-weight: bold;
    color:#040000;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 部屋の数
/* ------------------------------------------------------------------------------------------------- */

#environment .layout-2 .item-5 .content,
#environment .layout-2 .item-6 .content {
  min-height: 250px;
  max-height: 250px;
}

#environment .item-5 {
  width: 30%;
}

#environment .item-5 .content {
  margin-top: 1em;
  background: #e7fcf5;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

#environment .item-5 .content .item {
  margin-top: 20px;
}

#environment .item-5 .content p span.color {
  font-size: 6.0rem;
  font-weight: bold;
  color: #f733a6;
  text-align: center;
  line-height: 1.0;
}

#environment .item-5 .content p span.unit {
  font-size: 2.2rem;
  font-weight: bold;
  color: #040000;
  text-align: center;
  line-height: 1.0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #environment .layout-2 .item-5 .content,
  #environment .layout-2 .item-6 .content {
    min-height: auto;
    max-height: 100%;
  }
  #environment .item-5 .content p span.color {
    font-size: 3.2rem;
    font-weight: bold;
    color: #f733a6;
    text-align: center;
    line-height: 1.0;
  }
  #environment .item-5 .content p span.unit {
    font-size: 1.6rem;
    font-weight: bold;
    color: #040000;
    text-align: center;
    line-height: 1.0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #environment .item-5 .content .icon img {
    width: 65px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 国籍
/* ------------------------------------------------------------------------------------------------- */

#environment .item-6 {
  width: 67%;
}

#environment .item-6 .content {
  position: relative;
  margin-top: 1em;
  background: #e7fcf5 url("../../_images/environment/data-5-bg.png") no-repeat;
  background-position: bottom;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}


#environment .item-6 .content > .layout-flex-2 {
  justify-content: center;
}

#environment .item-6 .content > .layout-flex-2 > :nth-child(n+3) {
  margin-top: 10px;
}

#environment .item-6 .content > .layout-flex-2 .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 45%;
}
#environment .item-6 .content > .layout-flex-2 .item::before {
  content: "";
  display: block;
}
#environment .item-6 .content > .layout-flex-2 .icon-1::before {
  background: url("../../_images/environment/flag-1.png") no-repeat;
  width: 60px;
  height: 40px;
}
#environment .item-6 .content > .layout-flex-2 .icon-2::before {
  background: url("../../_images/environment/flag-2.png") no-repeat;
  width: 60px;
  height: 40px;
}
#environment .item-6 .content > .layout-flex-2 .icon-3::before {
  background: url("../../_images/environment/flag-3.png") no-repeat;
  width: 60px;
  height: 40px;
}
#environment .item-6 .content > .layout-flex-2 .icon-4::before {
  background: url("../../_images/environment/flag-4.png") no-repeat;
  width: 60px;
  height: 40px;
}
#environment .item-6 .content > .layout-flex-2 .icon-5::before {
  background: url("../../_images/environment/flag-5.png") no-repeat;
  width: 60px;
  height: 40px;
}
#environment .item-6 .content > .layout-flex-2 .icon-6::before {
  background: url("../../_images/environment/flag-6.png") no-repeat;
  width: 60px;
  height: 40px;
}#environment .item-6 .content > .layout-flex-2 .icon-7::before {
  background: url("../../_images/environment/flag-7.png") no-repeat;
  width: 60px;
  height: 40px;
}
#environment .item-6 .content > .layout-flex-2 .icon-8::before {
  background: url("../../_images/environment/flag-8.png") no-repeat;
  width: 60px;
  height: 40px;
}



#environment .item-6 .content > .layout-flex-2 .item .title {
  position: relative;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: left;
  margin-left: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #environment .item-6 .content > .layout-flex-2 > * ~ * {
    margin-top: 10px;
  }
  #environment .item-6 .content > .layout-flex-2 .item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }

#environment .item-6 .content > .layout-flex-2 .icon-1::before {
  background: url("../../_images/environment/flag-1.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
}
#environment .item-6 .content > .layout-flex-2 .icon-2::before {
  background: url("../../_images/environment/flag-2.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
}
#environment .item-6 .content > .layout-flex-2 .icon-3::before {
  background: url("../../_images/environment/flag-3.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
}
#environment .item-6 .content > .layout-flex-2 .icon-4::before {
  background: url("../../_images/environment/flag-4.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
}
#environment .item-6 .content > .layout-flex-2 .icon-5::before {
  background: url("../../_images/environment/flag-5.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
}
#environment .item-6 .content > .layout-flex-2 .icon-6::before {
  background: url("../../_images/environment/flag-6.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
}
#environment .item-6 .content > .layout-flex-2 .icon-7::before {
  background: url("../../_images/environment/flag-7.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
}
#environment .item-6 .content > .layout-flex-2 .icon-8::before {
  background: url("../../_images/environment/flag-8.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
}



  #environment .item-6 .content > .layout-flex-2 .item .title {
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    margin-left: 20px;
  }

}






/* ****************************************************************************************************
   * 研修制度の紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#training {
  position: relative;
  padding-top: 100px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#training .contents {
  padding: 50px 0;
}

#training .contents ~ .contents {
  border-top: 1px solid #cccccc;
}
#training .contents:first-child {
  border-top: 1px solid #cccccc;
}
#training .contents:last-child {
  padding-bottom: 0;
}

#training .title-1 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1.25em;
}
#training .title-1:before {
  content: "";
  display: block;
  background: #f733a6;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


#training .layout-2 .content {
  width: 60%;
  margin-right: 3%;
}

#training .layout-2 .photo {
  width: 36%;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {

#training .contents {
  padding: 25px 0;
}

#training .layout-2 .content {
  width: 100%;
  margin-right: 0;
}

#training .layout-2 .photo {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

}


/* ****************************************************************************************************
   * 福利厚生について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#welfare {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#welfare ul.layout-flex-2 {}

#welfare ul.layout-flex-2 li {
  position: relative;
  background: #f8f1ff;
  padding: 30px 40px 30px 140px;
  border-radius: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#welfare ul.layout-flex-2 {}

#welfare ul.layout-flex-2 li {
  position: relative;
  background: #f8f1ff;
  padding: 20px 20px 20px 90px;
  border-radius: 20px;
}
#welfare ul.layout-flex-2 li ~ li {
  margin-top: 20px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

#welfare ul.layout-flex-2 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#welfare ul.layout-flex-2 li:nth-child(1)::before {
  background: url("../../_images/environment/icon-1.png") no-repeat;
  width: 90px;
  height: 90px;
}
#welfare ul.layout-flex-2 li:nth-child(2)::before {
  background: url("../../_images/environment/icon-2.png") no-repeat;
  width: 90px;
  height: 90px;
}
#welfare ul.layout-flex-2 li:nth-child(3)::before {
  background: url("../../_images/environment/icon-3.png") no-repeat;
  width: 90px;
  height: 90px;
}
#welfare ul.layout-flex-2 li:nth-child(4)::before {
  background: url("../../_images/environment/icon-4.png") no-repeat;
  width: 90px;
  height: 90px;
}
#welfare ul.layout-flex-2 li:nth-child(5)::before {
  background: url("../../_images/environment/icon-5.png") no-repeat;
  width: 90px;
  height: 90px;
}
#welfare ul.layout-flex-2 li:nth-child(6)::before {
  background: url("../../_images/environment/icon-6.png") no-repeat;
  width: 90px;
  height: 90px;
}
#welfare ul.layout-flex-2 li:nth-child(7)::before {
  background: url("../../_images/environment/icon-7.png") no-repeat;
  width: 90px;
  height: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#welfare ul.layout-flex-2 li:nth-child(1)::before {
  background: url("../../_images/environment/icon-1.png") no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
#welfare ul.layout-flex-2 li:nth-child(2)::before {
  background: url("../../_images/environment/icon-2.png") no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
#welfare ul.layout-flex-2 li:nth-child(3)::before {
  background: url("../../_images/environment/icon-3.png") no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
#welfare ul.layout-flex-2 li:nth-child(4)::before {
  background: url("../../_images/environment/icon-4.png") no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
#welfare ul.layout-flex-2 li:nth-child(5)::before {
  background: url("../../_images/environment/icon-5.png") no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
#welfare ul.layout-flex-2 li:nth-child(6)::before {
  background: url("../../_images/environment/icon-6.png") no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
#welfare ul.layout-flex-2 li:nth-child(7)::before {
  background: url("../../_images/environment/icon-7.png") no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#welfare ul.layout-flex-2 li .title-1 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1.25em;
  line-height: 1.2;
}
#welfare ul.layout-flex-2 li .title-1:before {
  content: "";
  display: block;
  background: #f733a6;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#welfare ul.layout-flex-2 li .title-1 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1.0em;
  line-height: 1.2;
}
#welfare ul.layout-flex-2 li .title-1:before {
  content: "";
  display: block;
  background: #f733a6;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6px;
}
}




