@charset "UTF-8";


/*-------------------------------------------------------

メインビジュアル

----------------------------------------------------------*/

.h2-solidcolor-ttl {
  position: relative;
  width: 100%;
  height: 230px;
  background: #F7F6F0;
}

.h2-solidcolor-ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 34px;
  line-height: 51px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width: 767px) {
  .h2-solidcolor-ttl {
    height: 165px;
  }

  .h2-solidcolor-ttl h2 {
    font-size: 28px;
  }
}


/*-------------------------------------------------------

メインコンテンツ

----------------------------------------------------------*/


.section__ttl {
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: 0.03em;
  position: relative;
}

.section__ttl img {
  display: inline;
}

@media screen and (max-width: 767px) {
  .section__ttl {
    font-size: 20px;
  }

  .welfare-01 p {
    text-align: left;
  }
}

.section__ttl:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: -24px;
  /*下線の上下の位置*/
  left: 50%;
  width: 50px;
  /*下線の幅*/
  height: 3px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置の調整*/
  background-color: #C1C1C1;
  /*下線の色*/
}

.section__ttl01 {
  margin-top: 100px;
}

.section__ttl02 {
  margin-top: 126px;
}

@media screen and (max-width: 767px) {
  .section__ttl01 {
    margin-top: 80px;
  }

  .section__ttl02 {
    margin-top: 106px;
  }
}









.info__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .info__wrap {
    padding: 80px 20px 0;
  }
}



.table-layout-5 {
  width: 100%;
}

.table-layout-5 tbody {
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}

.table-layout-5 tbody tr {
  border-bottom: 1px dashed #C1C1C1;
}

.table-layout-5 tbody th,
.table-layout-5 tbody td {
  margin-top: 10px;
}

.table-layout-5 tbody th {
  color: #000;
  background-color: #FDF1EB;
  width: 16%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.table-layout-5 tbody td {
  font-size: 16px;
  padding: 20px 40px;
}

.table-layout-5:nth-child(3) td {
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .table-layout-5 {
    border-top: none;
    border-bottom: none;
  }

  .table-layout-5 tbody th,
  .table-layout-5 tbody td {
    margin-top: 0;
  }

  .table-layout-5 tbody th {
    display: block;
    width: 100%;
    font-size: 16px;
    background: #FDF1EB;
    text-align: left;
    padding: 13px 26px;
  }

  .table-layout-5 tbody td {
    display: block;
    font-size: 16px;
    padding: 20px 26px;
  }

  .table-layout-5:nth-child(3) {
    display: none;
  }

  .table-layout-5:nth-child(3) td {
    border-bottom: none;
  }
}

.lh-16 {
  line-height: 1.6;
}



#sec02 {
  max-width: 1000px;
  margin: 0 auto 126px;
}

#sec02 div:nth-child(2) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .flex-between-wrap {
    display: block;
  }

  #sec02 {
    margin-bottom: 180px;
  }
}

.ttl_circle {
  position: relative;
  display: inline-block;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  color: #fff;
  margin-left: -83px;
}

.ttl_circle span {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
  line-height: 1.2;
  font-size: 21px;
  white-space: nowrap;
}

.flow_color01 {
  background-color: #EA7639;
}

.flow_color02 {
  background-color: #87AD20;
}

.flow01 {
  width: 40%;
  height: 100%;
  margin-left: 70px;
  border-left: 4px solid #F9D5C3;
  padding-left: 22px;
}

.flow02 {
  width: 40%;
  height: 100%;
  border-left: 4px solid #DBE6BB;
  padding-left: 22px;
}

.flow01 h5,
.flow02 h5 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.flow01 h5::before {
  position: absolute;
  top: 2px;
  left: -36px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EA7639;
  border: 5px solid #fff;
}

.flow02 h5::before {
  position: absolute;
  top: 2px;
  left: -36px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #87AD20;
  border: 5px solid #fff;
}

.last-dot {
  font-size: 30px !important;
}

.flow01 .last-dot::before {
  position: absolute;
  top: 2px;
  left: -42px;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #EA7639;
  border: 5px solid #fff;
}

.flow02 .last-dot::before {
  position: absolute;
  top: 2px;
  left: -42px;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #87AD20;
  border: 5px solid #fff;
}

.posi-rel {
  position: relative;
}

.posi_abso {
  position: absolute;
  left: -80px;
}

.flow01 section:nth-child(2),
.flow02 section:nth-child(2) {
  margin-top: 65px !important;
}

.flow01 section,
.flow02 section {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {

  .flow01,
  .flow02 {
    width: 85%;
    margin-left: 30px;
  }

  .flow02 {
    margin-top: 90px;
    margin-left: 30px;
  }

  .flow01 p,
  .flow02 p {
    font-size: 16px;
  }

  .flow01 section:nth-child(2),
  .flow02 section:nth-child(2) {
    margin-top: 45px !important;
  }

  .flow01 section,
  .flow02 section {
    margin-top: 40px;
  }

  .flow01 h5,
  .flow02 h5 {
    font-size: 18px;
    margin-top: 10px;
  }

  .last-dot {
    font-size: 22px !important;
  }

  .ttl_circle {
    position: relative;
    display: inline-block;
    width: 151px;
    height: 52px;
    border-top-right-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
    color: #fff;
    margin-left: -26px;
  }

  .ttl_circle span {
    position: absolute;
    display: inline-block;
    font-size: 18px !important;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.2;
    font-size: 21px;
    white-space: nowrap;
  }
}