@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
img {
  max-width: 100%;
}

body.menu-open, html.menu-open {
  overflow: hidden;
}

#wellness_lp .viewSp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #wellness_lp .viewPc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #wellness_lp .viewSp {
    display: block !important;
  }
  #wellness_lp .viewPc {
    display: none !important;
  }
}
#wellness_lp {
  font-family: "Noto Sans JP", sans-serif;
  color: #595757;
}
#wellness_lp ._inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
#wellness_lp .headerLPwrap {
  display: flex;
  padding-top: 40px;
  background-color: #F6F4E9;
}
#wellness_lp .headerLPwrap .menuBtn {
  display: none;
}
#wellness_lp .headerLPwrap ._inner {
  display: flex;
  justify-content: space-between;
}
#wellness_lp .headerLPwrap ._inner .logo img {
  width: 150px;
}
#wellness_lp .headerLPwrap ._inner .headerListWrap {
  display: flex;
  align-items: center;
}
#wellness_lp .headerLPwrap ._inner .headerList {
  display: flex;
  align-items: center;
}
#wellness_lp .headerLPwrap ._inner .headerList a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #595757;
  font-size: 16px;
  padding: 0 17px;
  line-height: 1.1;
}
#wellness_lp .headerLPwrap ._inner .headerList a:first-child {
  border-left: 1px solid #595757;
}
#wellness_lp .headerLPwrap ._inner .headerList a:hover {
  text-decoration: underline;
}
#wellness_lp .headerLPwrap ._inner .headerList a:focus, #wellness_lp .headerLPwrap ._inner .headerList a:focus-visible, #wellness_lp .headerLPwrap ._inner .headerList a:visited, #wellness_lp .headerLPwrap ._inner .headerList a:active {
  text-decoration: none;
}
#wellness_lp .mv {
  padding-top: 25px;
  text-align: center;
  background-color: #F6F4E9;
  position: relative;
}
#wellness_lp .mv ._inner {
  width: auto;
  padding: 0 80px;
}
#wellness_lp .mv img {
  vertical-align: middle;
  max-width: 100%;
}
#wellness_lp .ucan {
  background-color: #F6F4E9;
  border-radius: 0 0 80px 80px;
}
#wellness_lp .ucan ._inner {
  position: relative;
  padding-bottom: 80px;
}
#wellness_lp .ucan ._inner:after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 75px;
  background: #F6F4E9;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0);
}
#wellness_lp .ucan ._inner .title {
  padding-top: 85px;
}
#wellness_lp .ucan ._inner .title img {
  width: 694px;
}
#wellness_lp .ucan ._inner .listWrap {
  display: flex;
  width: 100%;
  margin-top: 35px;
}
#wellness_lp .ucan ._inner .listWrap li {
  width: 100%;
  border-right: 1px dashed #595757;
}
#wellness_lp .ucan ._inner .listWrap li a {
  display: block;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
#wellness_lp .ucan ._inner .listWrap li a:hover {
  opacity: 0.8;
}
#wellness_lp .ucan ._inner .listWrap li a:hover .listText {
  text-decoration: underline;
}
#wellness_lp .ucan ._inner .listWrap li a:focus, #wellness_lp .ucan ._inner .listWrap li a:focus-visible, #wellness_lp .ucan ._inner .listWrap li a:visited, #wellness_lp .ucan ._inner .listWrap li a:active {
  text-decoration: none;
}
#wellness_lp .ucan ._inner .listWrap li:first-child {
  border-left: 1px dashed #595757;
}
#wellness_lp .ucan ._inner .listWrap li .circle {
  width: 97px;
  height: 97px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #595757;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wellness_lp .ucan ._inner .listWrap li .circle img.icon1 {
  width: 43px;
  margin-right: 4px;
}
#wellness_lp .ucan ._inner .listWrap li .circle img.icon2 {
  width: 60px;
}
#wellness_lp .ucan ._inner .listWrap li .circle img.icon3 {
  width: 48px;
}
#wellness_lp .ucan ._inner .listWrap li .circle img.icon4 {
  width: 52px;
}
#wellness_lp .ucan ._inner .listWrap li .circle img.icon5 {
  width: 60px;
}
#wellness_lp .ucan ._inner .listWrap li .listText {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}
#wellness_lp .statement {
  padding-top: 100px;
}
#wellness_lp .statement ._inner .textWrap dt {
  font-size: 30px;
  font-weight: bold;
}
#wellness_lp .statement ._inner .textWrap dd {
  margin-top: 16px;
  display: flex;
}
#wellness_lp .statement ._inner .textWrap dd .text {
  position: relative;
  font-size: 22px;
  line-height: 2.1818181818;
  z-index: 2;
}
#wellness_lp .statement ._inner .textWrap dd .illust {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
#wellness_lp .statement ._inner .textWrap dd .illust img {
  width: 320px;
}
#wellness_lp .statement ._inner .line {
  border: 0;
  border-top: 1px solid #595757;
  margin: 80px 0 0;
}
#wellness_lp .lineup {
  padding-top: 90px;
  padding-bottom: 100px;
}
#wellness_lp .lineup ._inner .title {
  text-align: center;
}
#wellness_lp .lineup ._inner .title img {
  width: 168px;
}
#wellness_lp .lineup ._inner .itemWrap {
  margin-top: 30px;
}
#wellness_lp .lineup ._inner .itemWrap .itemWrapIn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
#wellness_lp .lineup ._inner .itemWrap .item {
  width: 320px;
}
#wellness_lp .lineup ._inner .itemWrap .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #F7931E;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#wellness_lp .lineup ._inner .itemWrap .item .btn:hover {
  opacity: 0.8;
}
#wellness_lp .about_wellness {
  background-color: #F6F4E9;
  padding-top: 150px;
  padding-bottom: 160px;
}
#wellness_lp .about_wellness ._inner .title {
  text-align: center;
}
#wellness_lp .about_wellness ._inner .title img {
  width: 637px;
}
#wellness_lp .about_wellness ._inner .illust {
  text-align: center;
  margin-top: 70px;
}
#wellness_lp .about_wellness ._inner .illust img {
  width: 871px;
}
#wellness_lp .about_wellness ._inner .explainText {
  margin-top: 100px;
  font-size: 22px;
  line-height: 2.1818181818;
}
#wellness_lp .about_wellness ._inner .line {
  border: 0;
  border-top: 1px solid #595757;
  margin-top: 90px;
}
#wellness_lp .about_wellness ._inner .message {
  text-align: center;
  margin-top: 150px;
}
#wellness_lp .about_wellness ._inner .message img {
  width: 761px;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap {
  margin-top: 40px;
  padding: 0 60px;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list {
  display: flex;
  border-top: 1px dashed #595757;
  min-height: 470px;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list:first-child {
  border: 0;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list:nth-child(even) {
  flex-direction: row-reverse;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list:nth-child(even) .img {
  margin-right: 30px;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list:nth-child(2) .img {
  margin-top: 55px;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head {
  min-width: 560px;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .s_text {
  font-size: 22px;
  font-weight: bold;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .b_text {
  font-size: 46px;
  font-weight: bold;
  margin-top: 13px;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .detail_text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
#wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .img {
  min-height: 300px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding-top: 40px;
}
#wellness_lp .voice.company {
  margin-top: -80px;
  background-color: #AFCADF;
  padding: 120px 0 230px;
  border-radius: 80px 80px 0 0;
}
#wellness_lp .voice.company ._inner {
  width: 870px;
}
#wellness_lp .voice.company ._inner .wrap {
  display: flex;
}
#wellness_lp .voice.company ._inner .wrap .head {
  background: transparent;
  border: 0;
  border-right: 2px solid #595757;
  min-width: auto;
  max-width: none;
  height: 263px;
  padding-right: 28px;
}
#wellness_lp .voice.company ._inner .wrap .detail {
  margin-left: 159px;
}
#wellness_lp .voice.company ._inner .wrap .detail .spWrap .img {
  display: none;
}
#wellness_lp .voice.company ._inner .wrap .detail .b_text {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.8461538462;
}
#wellness_lp .voice.company ._inner .wrap .detail .s_text {
  font-size: 16px;
  margin-top: 18px;
  font-weight: bold;
}
#wellness_lp .voice.company ._inner .wrap .detail .s_text span {
  padding-left: 13px;
}
#wellness_lp .voice.company ._inner .wrap .detail .s_text span:first-child {
  padding-left: 0;
}
#wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
#wellness_lp .voice.company ._inner .wrap .detail .comment .img {
  text-align: left;
  margin-top: 28px;
  margin-top: auto;
  padding-top: 2px;
  margin-bottom: 17px;
  margin-bottom: 27px;
}
#wellness_lp .voice.company ._inner .wrap .detail .comment .img img {
  width: 240px;
  vertical-align: bottom;
}
#wellness_lp .voice.company ._inner .wrap .detail .comment .text {
  line-height: 1.9444444444;
  font-size: 17.3px;
  min-width: 315px;
  display: flex;
  flex-direction: column;
}
#wellness_lp .voice.company ._inner .wrap .detail .comment .text .in .space {
  display: inline-block;
  width: 1em;
}
#wellness_lp .voice.company ._inner .wrap .detail .comment .text .in .line-space {
  display: block;
  height: 1em;
  height: 34px;
}
#wellness_lp .voice.customer {
  background-color: #F5DB84;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
}
#wellness_lp .voice.customer ._inner {
  width: 870px;
}
#wellness_lp .voice.customer ._inner .wrap {
  position: relative;
}
#wellness_lp .voice.customer ._inner .wrap .titleImg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap {
  display: flex;
  padding: 100px 0 130px;
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list {
  overflow: hidden;
  margin-top: 40px;
  padding-right: 104px;
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .detail {
  margin-top: 10px;
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .balloon {
  background-color: #3FA9F5;
  width: 98px;
  height: 81px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
  margin-right: 20px;
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .balloon:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 45px;
  background: #3FA9F5;
  clip-path: polygon(0 0, 60% 0%, 60% 100%);
  transform: rotate(45deg);
  position: absolute;
  left: 73px;
  bottom: -14px;
  transform: translate(0, 0) rotate(-45deg);
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .balloon.orange {
  background-color: #F7931E;
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .balloon.orange:after {
  background-color: #F7931E;
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .detail dt {
  font-size: 24px;
  font-weight: bold;
}
#wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .detail dd {
  font-size: 18px;
  line-height: 2;
  margin-top: 14px;
}
#wellness_lp .voice.customer ._inner .head {
  margin-left: auto;
  margin-top: 60px;
}
#wellness_lp .voice ._inner .head {
  background-color: #fff;
  border: 2px solid #595757;
  writing-mode: vertical-rl;
  min-width: 106px;
  max-width: 106px;
  height: 400px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 3px;
}
#wellness_lp .voice ._inner .head img {
  width: 25px;
}

@media screen and (max-width: 1100px) {
  #wellness_lp ._inner {
    width: auto;
    padding: 0 20px;
  }
  #wellness_lp .headerLPwrap ._inner {
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
  }
  #wellness_lp .headerLPwrap ._inner .headerList a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 15px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head {
    min-width: 50%;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .s_text {
    font-size: 19px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .b_text {
    font-size: 30px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .img {
    min-width: 50%;
  }
}
@media screen and (max-width: 910px) {
  #wellness_lp .headerLPwrap ._inner .headerList a {
    font-size: 13px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head {
    min-width: 50%;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .img {
    min-width: 300px;
  }
  #wellness_lp .voice.company ._inner {
    width: auto;
  }
  #wellness_lp .voice.company ._inner .wrap .detail {
    margin-left: 40px;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap {
    flex-direction: column;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .text {
    min-width: 300px;
  }
  #wellness_lp .voice.customer ._inner {
    width: auto;
  }
  #wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list {
    padding-right: 40px;
  }
  #wellness_lp .voice.customer ._inner .wrap .detail {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap {
    display: block;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .text,
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap .text .in,
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap .text .in {
    display: inline;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .spWrap {
    display: flex;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .img {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #wellness_lp ._inner {
    width: auto;
    padding: 0 20px;
  }
  #wellness_lp .headerLPwrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding-top: 0;
  }
  #wellness_lp .headerLPwrap.is-open {
    height: 100dvh;
  }
  #wellness_lp .headerLPwrap ._inner {
    width: 100%;
    gap: 0;
  }
  #wellness_lp .headerLPwrap .btn-trigger {
    position: relative;
    width: 36px;
    height: 16px;
    cursor: pointer;
    margin-right: 20px;
  }
  #wellness_lp .headerLPwrap .btn-trigger.active {
    width: 30px;
  }
  #wellness_lp .headerLPwrap .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #595757;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  #wellness_lp .headerLPwrap .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  #wellness_lp .headerLPwrap .btn-trigger span:nth-of-type(2) {
    top: 7px;
  }
  #wellness_lp .headerLPwrap .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #wellness_lp .headerLPwrap #btn01.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-25deg);
  }
  #wellness_lp .headerLPwrap #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #wellness_lp .headerLPwrap #btn01.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(25deg);
  }
  #wellness_lp .headerLPwrap .menuBtn {
    display: block;
    display: block;
    width: 60px;
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wellness_lp .headerLPwrap .menuBtn .menuClose {
    display: none;
    width: 25px;
  }
  #wellness_lp .headerLPwrap .menuBtn .menuOpen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  #wellness_lp .headerLPwrap .menuBtn .menuOpen span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  #wellness_lp .headerLPwrap .menuBtn.is-open .menuClose {
    display: block;
  }
  #wellness_lp .headerLPwrap .menuBtn.is-open .menuOpen {
    display: none;
  }
  #wellness_lp .headerLPwrap ._inner {
    flex-direction: column;
    padding: 0;
    justify-content: flex-start;
  }
  #wellness_lp .headerLPwrap ._inner .headTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F6F4E9;
    padding: 5px 0px 5px 10px;
    min-height: 70px;
  }
  #wellness_lp .headerLPwrap ._inner .headTop .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wellness_lp .headerLPwrap ._inner .headTop .logo img {
    width: 100px;
  }
  #wellness_lp .headerLPwrap ._inner .headerListWrap {
    background-color: #F5DB84;
    height: 100%;
    max-height: 0;
    padding: 0 13px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: max-height 0.2s ease, padding 0.2s ease, opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }
  #wellness_lp .headerLPwrap ._inner .headerListWrap.is-open {
    max-height: calc(100dvh - 70px);
    padding: 20px 13px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  #wellness_lp .headerLPwrap ._inner .headerListWrap.is-open .headerList {
    padding-top: 45px;
    padding-bottom: 45px;
    height: auto;
    height: 100%;
    width: 100%;
  }
  #wellness_lp .headerLPwrap ._inner .headerListWrap.is-open .headerList a {
    height: 100%;
  }
  #wellness_lp .headerLPwrap ._inner .headerListWrap .headerList {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background-color: #fff;
    border-radius: 30px;
    height: 0;
  }
  #wellness_lp .headerLPwrap ._inner .headerListWrap .headerList a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    border: 0;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
  }
  #wellness_lp .mv {
    padding-top: 70px;
  }
  #wellness_lp .mv ._inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  #wellness_lp .ucan {
    border-radius: 0 0 30px 30px;
  }
  #wellness_lp .ucan ._inner {
    padding-bottom: 50px;
  }
  #wellness_lp .ucan ._inner:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #wellness_lp .ucan ._inner .title {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
  }
  #wellness_lp .ucan ._inner .title img {
    width: auto;
  }
  #wellness_lp .ucan ._inner .listWrap {
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 0px;
  }
  #wellness_lp .ucan ._inner .listWrap li:nth-child(4) {
    border-left: 1px dashed #595757;
  }
  #wellness_lp .ucan ._inner .listWrap li .circle {
    width: 47px;
    height: 47px;
  }
  #wellness_lp .ucan ._inner .listWrap li .circle img.icon1 {
    width: 21px;
  }
  #wellness_lp .ucan ._inner .listWrap li .circle img.icon2 {
    width: 29px;
  }
  #wellness_lp .ucan ._inner .listWrap li .circle img.icon3 {
    width: 23px;
  }
  #wellness_lp .ucan ._inner .listWrap li .circle img.icon4 {
    width: 26px;
  }
  #wellness_lp .ucan ._inner .listWrap li .circle img.icon5 {
    width: 30px;
  }
  #wellness_lp .ucan ._inner .listWrap li .listText {
    font-size: 11px;
  }
  #wellness_lp .statement {
    padding-top: 70px;
  }
  #wellness_lp .statement ._inner .textWrap dt {
    font-size: 20.5px;
  }
  #wellness_lp .statement ._inner .textWrap dd {
    flex-direction: column-reverse;
  }
  #wellness_lp .statement ._inner .textWrap dd .text {
    font-size: 16px;
    margin-top: 20px;
  }
  #wellness_lp .statement ._inner .textWrap dd .illust {
    text-align: center;
    margin-left: 0;
    justify-content: center;
  }
  #wellness_lp .statement ._inner .textWrap dd .illust img {
    max-width: 200px;
  }
  #wellness_lp .statement ._inner .line {
    margin-top: 40px;
  }
  #wellness_lp .lineup {
    padding-top: 50px;
    overflow: hidden;
  }
  #wellness_lp .lineup ._inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  #wellness_lp .lineup ._inner .title img {
    width: 110px;
  }
  #wellness_lp .lineup ._inner .itemWrap {
    overflow: visible;
  }
  #wellness_lp .lineup ._inner .itemWrap .itemWrapIn {
    justify-content: flex-start;
  }
  #wellness_lp .lineup ._inner .itemWrap .swiper-wrapper {
    align-items: stretch;
    gap: 0;
  }
  #wellness_lp .lineup ._inner .itemWrap .item {
    width: auto;
    height: auto;
  }
  #wellness_lp .lineup ._inner .itemWrap .item .btn {
    width: auto;
    width: 70%;
  }
  #wellness_lp .about_wellness {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  #wellness_lp .about_wellness ._inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #wellness_lp .about_wellness ._inner .title img {
    width: auto;
  }
  #wellness_lp .about_wellness ._inner .illust {
    margin-top: 40px;
  }
  #wellness_lp .about_wellness ._inner .illust img {
    width: auto;
  }
  #wellness_lp .about_wellness ._inner .explainText {
    font-size: 15.5px;
    margin-top: 30px;
  }
  #wellness_lp .about_wellness ._inner .line {
    margin-top: 60px;
  }
  #wellness_lp .about_wellness ._inner .message {
    margin-top: 75px;
    padding-left: 14px;
    padding-right: 14px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list {
    flex-direction: column;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 0;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list:first-child {
    padding-top: 10px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list:nth-child(even) {
    flex-direction: column;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list:nth-child(even) .img {
    margin-left: auto;
    margin-right: auto;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head {
    min-width: auto;
    max-width: none;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .s_text {
    font-size: 17px;
    line-height: 1.8;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .b_text {
    font-size: 31px;
    margin-top: 5px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .imgSp {
    margin-top: 25px;
    text-align: center;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .imgSp img {
    max-width: 210px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .head .detail_text {
    margin-top: 15px;
    font-size: 15px;
  }
  #wellness_lp .about_wellness ._inner .detail_list_wrap .detail_list .img {
    min-width: auto;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #wellness_lp .voice.company {
    border-radius: 30px 30px 0 0;
    padding-top: 70px;
    padding-bottom: 180px;
  }
  #wellness_lp .voice.company ._inner {
    width: auto;
  }
  #wellness_lp .voice.company ._inner .wrap {
    flex-direction: column;
  }
  #wellness_lp .voice.company ._inner .wrap .head {
    margin-left: 0;
    height: auto;
    border: 0;
    border-bottom: 2px solid #595757;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 1px;
    padding-right: 1px;
    align-self: flex-start;
    margin: 0 auto;
  }
  #wellness_lp .voice.company ._inner .wrap .head img {
    height: 16px;
  }
  #wellness_lp .voice.company ._inner .wrap .detail {
    margin-left: 0;
    margin-top: 25px;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .spWrap {
    display: flex;
    margin-top: 20px;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .spWrap .img {
    display: block;
    width: 170px;
    margin-left: 10px;
    margin-left: auto;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .b_text {
    font-size: 22px;
    line-height: 2;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .s_text {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.4;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .s_text span {
    display: block;
    white-space: nowrap;
    line-height: 1.88;
    padding-left: 0;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap {
    margin-top: 20px;
    gap: 0;
    flex-direction: column;
    display: block;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap .text {
    display: inline;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap .text .in {
    display: inline;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap .text .in .img {
    display: none;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .textVoiceWrap .text .in .line-space {
    height: 27px;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .comment .text {
    font-size: 16px;
    min-width: auto;
  }
  #wellness_lp .voice.customer {
    border-radius: 30px 30px 0 0;
  }
  #wellness_lp .voice.customer ._inner {
    width: auto;
  }
  #wellness_lp .voice.customer ._inner .wrap .titleImg {
    width: 72%;
  }
  #wellness_lp .voice.customer ._inner .wrap .voice_list_wrap {
    flex-direction: column-reverse;
    padding-top: 30px;
  }
  #wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list {
    padding-right: 0;
  }
  #wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .balloon {
    width: 76px;
    height: 65px;
    font-size: 13px;
    margin-right: 13px;
  }
  #wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .balloon:after {
    width: 12px;
    height: 21px;
    bottom: -7px;
    left: 64px;
  }
  #wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .detail {
    margin-left: 0;
    margin-top: 5px;
  }
  #wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .detail dt {
    font-size: 17px;
    line-height: 1.77;
  }
  #wellness_lp .voice.customer ._inner .wrap .voice_list_wrap .in .voice_list .detail dd {
    font-size: 15px;
  }
  #wellness_lp .voice.customer ._inner .head {
    margin-left: 0;
    letter-spacing: 0;
  }
  #wellness_lp .voice ._inner {
    padding-left: 36px;
    padding-right: 36px;
  }
  #wellness_lp .voice ._inner .head {
    width: auto;
    margin-left: 0;
    height: 70px;
    border-radius: 0;
    letter-spacing: 0;
    max-width: none;
  }
  #wellness_lp .voice ._inner .head img {
    width: auto;
    height: 20px;
  }
}
@media screen and (max-width: 434px) {
  #wellness_lp .voice.company ._inner .wrap .detail .spWrap .img {
    width: 148px;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .s_text {
    font-size: 13px;
    font-size: 16px;
  }
  #wellness_lp .voice.company ._inner .wrap .detail .s_text span {
    display: block;
    padding-left: 0;
  }
}/*# sourceMappingURL=wellness_lp.css.map */