/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
/*------------------------------*/
.lead {
  position: relative;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .lead {
    padding-block: 5rem 4rem;
  }
}
.lead .readText {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead .readText {
    text-align: left;
  }
}

/*------------------------------*/
/*------------------------------*/
.welfare {
  position: relative;
}
.welfare_wrap {
  background-color: #f2f2f2;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .welfare_wrap {
    padding-block: 6rem;
  }
}
.welfare_wrap.even {
  background-color: #fff;
}
.welfare_wrap .heading {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .heading {
    margin-bottom: 4rem;
  }
}
.welfare_wrap .heading h3 {
  display: inline-block;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  color: var(--main);
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .heading h3 {
    font-size: 2.8rem;
  }
}
.welfare_wrap .heading h3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 2rem;
  border-bottom: 1px solid var(--main);
  bottom: -2rem;
}
.welfare_wrap .heading .welfare_lead {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .heading .welfare_lead {
    margin-top: 4rem;
    text-align: left;
  }
}
.welfare_wrap .list {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list {
    grid-template-columns: 1fr;
  }
}
.welfare_wrap .list .item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 3rem 4rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list .item {
    grid-template-columns: 1fr;
    grid-column: span 1;
    padding: 3rem;
  }
}
.welfare_wrap .list .item .hd {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list .item .hd {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.welfare_wrap .list .item .hd .icon {
  width: 4rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list .item .hd .icon {
    width: 5rem;
  }
}
.welfare_wrap .list .item .hd .icon.wide {
  width: 5.4rem;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list .item .hd .icon.wide {
    width: 6.4rem;
  }
}
.welfare_wrap .list .item .hd h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list .item .text .readText {
    line-height: 1.6;
  }
}
.welfare_wrap .list .item .text .caption {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list .item .text .caption {
    margin-top: 1rem;
    padding-left: 0;
    text-indent: 0;
  }
}
.welfare_wrap .list02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 3%;
       column-gap: 3%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list02 {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
  }
}
.welfare_wrap .list02 .item {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list02 .item {
    width: 100%;
  }
}
.welfare_wrap .list02 .item .image {
  width: 18rem;
  margin: 0 auto 2rem;
  border: solid 2px #dcdcdc;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list02 .item .image {
    width: 40%;
  }
}
.welfare_wrap .list02 .item .textBox {
  width: 100%;
  margin: 0 auto;
}
.welfare_wrap .list02 .item .textBox .hd {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list02 .item .textBox .hd {
    margin-bottom: 1rem;
  }
}
.welfare_wrap .list02 .item .textBox .readText {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list02 .item .textBox .readText {
    line-height: 1.6;
    text-align: center;
    margin-top: 1.5rem;
  }
}
.welfare_wrap .list02 .item.line {
  width: 1px;
  height: auto;
  border-left: dotted 1px #bcbcbc;
}
.welfare_wrap .list03 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list03 {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
  }
}
.welfare_wrap .list03 .item {
  width: 24%;
  background-color: #fff;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list03 .item {
    width: 100%;
  }
}
.welfare_wrap .list03 .item .image {
  width: 15rem;
  margin: 0 auto 2rem;
}
.welfare_wrap .list03 .item .textBox {
  text-align: center;
}
.welfare_wrap .list03 .item .textBox .hd {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.4;
  color: var(--main);
}
.welfare_wrap .list03 .item .textBox .readText {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--main);
}
.welfare_wrap .list04 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 3%;
       column-gap: 3%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list04 {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 4rem;
  }
}
.welfare_wrap .list04 .item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list04 .item {
    width: 100%;
  }
}
.welfare_wrap .list04 .item .image {
  width: 100%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list04 .item .image {
    margin-bottom: 1.5rem;
  }
}
.welfare_wrap .list04 .item .textBox {
  width: 100%;
  margin: 0 auto;
}
.welfare_wrap .list04 .item .textBox .hd {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .welfare_wrap .list04 .item .textBox .hd {
    margin-bottom: 1rem;
  }
}
.welfare_wrap .list04 .item .textBox .readText {
  text-align: left;
  line-height: 1.6;
}
.welfare_wrap .list04 .item.line {
  width: 1px;
  height: auto;
  border-left: dotted 1px #bcbcbc;
}
/*# sourceMappingURL=style.css.map */