@charset "UTF-8";
.welfare-section-container {
  background-color: #fff;
  width: 100%;
  position: relative;
}

.welfare-section-container.-both-space {
  padding-top: 7.25em;
  padding-bottom: 7.25em;
}

@media screen and (max-width: 768px) {
  .welfare-section-container.-both-space {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.welfare-section-container.-top-space {
  padding-top: 7.25em;
}

@media screen and (max-width: 768px) {
  .welfare-section-container.-top-space {
    padding-top: 5em;
  }
}

.welfare-section-container.-bottom-space {
  padding-bottom: 7.25em;
}

@media screen and (max-width: 768px) {
  .welfare-section-container.-bottom-space {
    padding-bottom: 5em;
  }
}

.welfare-section-container.-bg-orange {
  background-color: #fff5ea;
}

.welfare-section-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1344px;
  padding: 0 5em 4.375em;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .welfare-section-header {
    text-align: center;
    padding-bottom: 1.6em;
  }
}

@media screen and (max-width: 768px) {
  .welfare-section-header {
    padding: 0 2.4em 2.4em;
  }
}

.welfare-section-header__title {
  line-height: 1;
}

.welfare-section-header__title .en {
  color: #ee7800;
  display: block;
  text-align: center;
  font-family: "Lato", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
  padding-bottom: 0.4em;
}

@media screen and (max-width: 768px) {
  .welfare-section-header__title .en {
    font-size: 4rem;
  }
}

@media screen and (max-width: 414px) {
  .welfare-section-header__title .en {
    font-size: 3.8rem;
  }
}

.welfare-section-header__title .ja {
  color: #ee7800;
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 414px) {
  .welfare-section-header__title .ja {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

.welfare-section-header__lead {
  display: block;
  text-align: center;
  font-weight: 500;
  padding-top: 3em;
  line-height: 2.2;
  position: relative;
}

@media screen and (max-width: 768px) {
  .welfare-section-header__lead {
    padding-top: 2.5em;
  }
}

.welfare-section-header__button {
  background-color: #fff;
  border-color: #ee7800;
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ee7800;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 1.25em 2.125em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  right: 5em;
  top: 0;
}

.welfare-section-header__button:hover {
  background-color: #ee7800;
  color: #fff;
}

.welfare-section-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1344px;
  padding: 0 5em;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.welfare-section-inner.-fluid {
  max-width: initial;
}

@media screen and (max-width: 768px) {
  .welfare-section-inner {
    padding: 0 2em;
  }
}

.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 1.15em 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.button:after {
  display: inline-block;
  content: "\e901";
  font-family: 'fontIcon';
  font-size: 1.2rem;
  vertical-align: 1px;
  margin-left: 0.8em;
}

@media screen and (max-width: 1024px) {
  .button {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 1.2rem;
  }
}

.button.is-default {
  background-color: #ee7800;
  border-color: #ee7800;
  color: #fff;
}

.button.is-default:hover {
  background-color: #fff;
  color: #ee7800;
}

.button.is-primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.button.is-primary:hover {
  background-color: #000;
  color: #fff;
}

.c-panel {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.c-panel:hover {
  opacity: .65;
}

.c-panel__title {
  font-size: 3.6rem;
  font-weight: 700;
}

.c-panel__button {
  width: 160px;
}

.welfare-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.welfare-main-visual__logo, .welfare-main-visual__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: calc(100vh - 80px);
  min-height: 560px;
  max-height: 660px;
}

@media screen and (max-width: 1024px) {
  .welfare-main-visual__logo, .welfare-main-visual__item {
    height: calc(100vh - 60px);
    min-height: 345px;
  }
}

@media screen and (max-width: 768px) {
  .welfare-main-visual__logo, .welfare-main-visual__item {
    height: calc(70vh - 60px);
  }
}

@media screen and (max-width: 414px) {
  .welfare-main-visual__logo, .welfare-main-visual__item {
    height: calc(48vh - 60px);
    min-height: 285px;
  }
}

.welfare-main-visual__box {
  background-color: transparent;
  border: 6px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "Lato", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 2.2;
  width: 560px;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto -45px auto 0;
}

@media screen and (max-width: 1024px) {
  .welfare-main-visual__box {
    width: 50%;
    padding: 0 .8em;
  }
}

@media screen and (max-width: 768px) {
  .welfare-main-visual__box {
    width: 55%;
    max-width: 345px;
    height: 40vh;
    min-height: 240px;
    font-size: 2rem;
    padding: 1.4em .6em;
  }
}

@media screen and (max-width: 414px) {
  .welfare-main-visual__box {
    border: 3px solid #fff;
    height: 25vh;
    min-height: 195px;
    font-size: 1.6rem;
    width: 52%;
    margin: auto -25px auto 0;
  }
}

.welfare-main-visual__scroll {
  position: absolute;
  font-size: 1.5rem;
  font-family: "Lato", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  right: 2.4em;
  bottom: 0;
  padding-bottom: 6em;
}

@media screen and (max-width: 768px) {
  .welfare-main-visual__scroll {
    font-size: 1.3rem;
    padding-bottom: 6.4em;
  }
}

@media screen and (max-width: 414px) {
  .welfare-main-visual__scroll {
    padding-bottom: 6em;
    right: 1.2em;
    font-size: 1.1rem;
  }
}

.welfare-main-visual__scroll:before {
  background-color: #000;
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
}

@media screen and (max-width: 414px) {
  .welfare-main-visual__scroll:before {
    height: 58px;
  }
}

.welfare-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.welfare-about-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  width: 30%;
  margin: 1.4em 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .welfare-about-box {
    width: 45%;
    margin: 2em 0;
  }
}

@media screen and (max-width: 414px) {
  .welfare-about-box {
    width: 80%;
    margin: 2em auto;
  }
}

.welfare-about-box__counter {
  background-color: #3f3e3d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -21px;
  left: -20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .welfare-about-box__counter {
    width: 64px;
    height: 64px;
  }
}

.welfare-about-box__counter:before {
  background-color: #202020;
  content: "";
  width: 113px;
  height: 113px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40px;
  right: -96px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .welfare-about-box__counter:before {
    width: 94px;
    height: 94px;
    top: 32px;
    right: -80px;
  }
}

.welfare-about-box__counter span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  font-family: "Lato", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .welfare-about-box__counter span {
    font-size: 1.2rem;
  }
}

.welfare-about-box__counter span em {
  display: block;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .welfare-about-box__counter span em {
    font-size: 3.2rem;
  }
}

.welfare-about-box__image {
  width: 100%;
}

.welfare-about-box__image img {
  display: block;
  width: 100%;
}

.welfare-about-box__lead {
  color: #ee7800;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  padding-top: 0.4em;
}

@media screen and (max-width: 1024px) {
  .welfare-about-box__lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .welfare-about-box__lead {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 414px) {
  .welfare-about-box__lead {
    font-size: 1.1rem;
  }
}

.welfare-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.welfare-lineup-box {
  background-color: #f6f6f6;
  border: 4px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.875em 0;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .welfare-lineup-box {
    width: 100%;
  }
}

.welfare-lineup-box__type {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  padding: 0.2em;
}

@media screen and (max-width: 1024px) {
  .welfare-lineup-box__type {
    font-size: 2.2rem;
    padding: 0.4em 0;
  }
}

@media screen and (max-width: 768px) {
  .welfare-lineup-box__type {
    font-size: 1.6rem;
  }
}

.welfare-lineup-box__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.875em 2.875em;
}

@media screen and (max-width: 1024px) {
  .welfare-lineup-box__inner {
    padding: 2.4em 3em 4em;
  }
}

.welfare-lineup-box__label {
  background-color: #fff;
  border: 1px solid #ee7800;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ee7800;
  display: inline-block;
  padding: 0.2em 0.8em;
}

@media screen and (max-width: 1024px) {
  .welfare-lineup-box__label {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .welfare-lineup-box__label {
    font-size: 1.2rem;
  }
}

.welfare-lineup-box__title {
  font-size: 2.4rem;
  font-weight: 600;
  padding: .8em 0 .5em;
}

@media screen and (max-width: 1024px) {
  .welfare-lineup-box__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .welfare-lineup-box__title {
    font-size: 1.6rem;
  }
}

.welfare-lineup-box__text {
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .welfare-lineup-box__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .welfare-lineup-box__text {
    font-size: 1.1rem;
  }
}

.welfare-lineup-box__image {
  padding: 1.4em 0 3.2em;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .welfare-lineup-box__image {
    height: 175px;
    padding: 1em 0 3em;
  }
}

@media screen and (max-width: 768px) {
  .welfare-lineup-box__image {
    height: auto;
  }
}

.welfare-lineup-box__image img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .welfare-lineup-box__image img {
    width: 80%;
    margin: 0 auto;
  }
}

.welfare-lineup-list__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0.4em 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .welfare-lineup-list__title {
    font-size: 1.8rem;
  }
}

.welfare-lineup-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.welfare-lineup-list__item {
  width: 45%;
  margin-top: 2em;
}

@media screen and (max-width: 414px) {
  .welfare-lineup-list__item {
    width: 100%;
  }
}

.welfare-lineup-list__target {
  display: block;
  text-decoration: none;
}

.welfare-lineup-list__image {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.welfare-lineup-list__name {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1em 0 .6em;
}

.welfare-section-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 414px) {
  .welfare-section-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.welfare-section-panel__item {
  border-right: 1px solid #fff;
  width: 50%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 414px) {
  .welfare-section-panel__item {
    border-right: 0;
    width: 100%;
  }
}

.welfare-section-panel__item:last-of-type {
  border-right: 0;
}

@media screen and (max-width: 414px) {
  .welfare-section-panel__item:last-of-type {
    border-top: 1px solid #fff;
  }
}

.welfare-section-panel__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 425px;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.welfare-section-panel__image:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .welfare-section-panel__image {
    height: 50vw;
  }
}

@media screen and (max-width: 414px) {
  .welfare-section-panel__image {
    height: 60vw;
  }
}

.welfare-section-panel__item:hover .welfare-section-panel__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.welfare-section-panel__inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.welfare-section-panel__icon {
  display: block;
  text-align: center;
  width: 100%;
}

.welfare-section-panel__icon img {
  width: 13%;
}

@media screen and (max-width: 768px) {
  .welfare-section-panel__icon img {
    width: 25%;
  }
}

@media screen and (max-width: 414px) {
  .welfare-section-panel__icon img {
    width: 15%;
  }
}

.welfare-section-panel__title {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  padding: .4em 1em .6em;
}

@media screen and (max-width: 768px) {
  .welfare-section-panel__title {
    font-size: 1.6rem;
  }
}

.welfare-section-panel__button {
  width: 220px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .welfare-section-panel__button {
    width: 60%;
  }
}

@media screen and (max-width: 414px) {
  .welfare-section-panel__button {
    width: 145px;
  }
}

.welfare-section-panel__item:hover .welfare-section-panel__button {
  background-color: #fff;
  color: #ee7800;
}

.welfare-section-description {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.2em 0;
  width: 100%;
  margin: 3.125em auto 0;
}

@media screen and (max-width: 768px) {
  .welfare-section-description {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.welfare-section-description__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 35%;
  padding: 0 2.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .welfare-section-description__logo {
    width: 55%;
    padding: 0 2.4em 2em;
    margin: 0 auto;
  }
}

.welfare-section-description__logo img {
  max-width: 100%;
}

.welfare-section-description__text {
  width: 65%;
  line-height: 2.2;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .welfare-section-description__text {
    width: 100%;
  }
}

.welfare-section-description__note {
  display: block;
  font-size: 1.2rem;
  padding-top: 2.4em;
}

@media screen and (max-width: 768px) {
  .welfare-section-description__note {
    font-size: 1.1rem;
    padding-top: 2em;
  }
}

@media screen and (max-width: 414px) {
  .welfare-section-description__note {
    font-size: 1rem;
  }
}

.welfare-section-description__note li {
  counter-increment: number;
  text-align: left;
}

.welfare-section-description__note li:before {
  content: "※" counter(number);
  margin-right: 0.4em;
}

.welfare-showroom-container {
  padding-top: 7.25em;
}

@media screen and (max-width: 768px) {
  .welfare-showroom-container {
    padding-top: 5em;
  }
}

.welfare-showroom {
  background-color: #fff5ea;
  padding: 4.625em 4em;
}

@media screen and (max-width: 768px) {
  .welfare-showroom {
    padding: 2.4em 2em;
  }
}

.welfare-showroom__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ee7800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .welfare-showroom__title {
    font-size: 1.8rem;
  }
}

.welfare-showroom__title:before {
  content: url("../img/icon_welfare-accessibility01.png");
  display: block;
  line-height: 1;
  margin-right: 0.4em;
}

@media screen and (max-width: 414px) {
  .welfare-showroom__title:before {
    margin-right: 0.2em;
  }
}

.welfare-showroom__title:after {
  background: #ee7800;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 55px;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
}

@media screen and (max-width: 414px) {
  .welfare-showroom__title:after {
    display: none;
  }
}

.welfare-showroom__title span {
  background-color: #fff5ea;
  display: inline-block;
  position: relative;
  padding-right: 1em;
  z-index: 5;
}

@media screen and (max-width: 414px) {
  .welfare-showroom__title span {
    padding-right: 0;
  }
}

.welfare-showroom-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 3.2em;
}

@media screen and (max-width: 768px) {
  .welfare-showroom-list {
    padding: 0;
  }
}

.welfare-showroom-list.master .welfare-showroom-list__item {
  width: 46%;
  margin-left: 8%;
}

@media screen and (max-width: 768px) {
  .welfare-showroom-list.master .welfare-showroom-list__item {
    width: 48%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 414px) {
  .welfare-showroom-list.master .welfare-showroom-list__item {
    width: 100%;
    margin-left: 0;
  }
}

.welfare-showroom-list.master .welfare-showroom-list__item:nth-of-type(2n+1) {
  margin-left: 0;
}

.welfare-showroom-list.best .welfare-showroom-list__item {
  width: 30%;
  margin-left: 5%;
}

@media screen and (max-width: 1024px) {
  .welfare-showroom-list.best .welfare-showroom-list__item {
    width: 48%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 414px) {
  .welfare-showroom-list.best .welfare-showroom-list__item {
    width: 100%;
    margin-left: 0;
  }
}

.welfare-showroom-list.best .welfare-showroom-list__item:nth-of-type(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .welfare-showroom-list.best .welfare-showroom-list__item:nth-of-type(3n+1) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 1024px) {
  .welfare-showroom-list.best .welfare-showroom-list__item:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

.welfare-showroom-list__item {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: block;
  text-decoration: none;
  margin-top: 3.25em;
}

.welfare-showroom-list__image {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}

.welfare-showroom-list__picture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 60%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.welfare-showroom-list__image:hover .welfare-showroom-list__picture {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.welfare-showroom-list__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.875em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .welfare-showroom-list__inner {
    padding: 1.2em 1.6em;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 414px) {
  .welfare-showroom-list__inner {
    font-size: 1.1rem;
  }
}

.welfare-showroom-list__name {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: .8em;
}

.welfare-showroom-list__name a {
  text-decoration: underline;
}

.welfare-showroom-list__name a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .welfare-showroom-list__name {
    font-size: 1.8rem;
    padding-bottom: .4em;
  }
}

@media screen and (max-width: 414px) {
  .welfare-showroom-list__name {
    font-size: 1.6rem;
  }
}

.welfare-showroom-list__address a {
  color: #ee7800;
}

.welfare-showroom-list__tel {
  padding-bottom: 1em;
}
