@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
.swiper-wrapper {
  transition-timing-function: linear;
}

.scroll-text {
  display: none;
}

.cm__bg-text {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Cormorant Garamond", serif !important;
  font-size: 220px;
  line-height: 1 !important;
  text-align: center;
}

.cm__ttl {
  margin-bottom: 50px;
  text-align: center;
}
.cm__ttl h4 {
  font-size: 24px;
}
.cm__ttl h4 span {
  display: inline-block;
  background: url(../img/deco_04.svg) no-repeat;
  width: 280px;
  background-position: bottom;
  padding-bottom: 10px;
}
.cm__ttl h3 {
  font-size: 42px;
  margin-bottom: 40px;
}

/*-----------------------------sec-intro-----*/
.sec-intro {
  padding: 120px 0 150px;
  position: relative;
}
.sec-intro:after {
  content: "";
  background: url(../img/text_recruiting.svg) no-repeat;
  width: 40%;
  height: 100%;
  left: -20px;
  top: 90px;
  position: absolute;
  z-index: 0;
}

.sec-intro__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-intro__flex-img {
  padding-left: 6%;
  width: 46%;
  position: relative;
  z-index: 1;
  order: 1;
}

.sec-intro__flex-detail {
  order: 2;
  width: 50%;
  position: relative;
  z-index: 1;
}
.sec-intro__flex-detail h4 {
  font-size: 34px;
  margin-bottom: 20px;
}
.sec-intro__flex-detail h4 span {
  background: #df9b9b;
  color: #fff;
  display: inline-block;
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 20px;
}

/*-----------------------------sec-trouble-----*/
.sec-trouble {
  background: #f6efe7;
  padding: 140px 0 0;
  position: relative;
  margin-bottom: -100px;
}

.sec-trouble .cm__bg-text {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}

.sec-trouble__img {
  margin-bottom: 40px;
}

.sec-trouble__box {
  background: url(../img/check.jpg) repeat;
  border: 5px solid #df9b9b;
  padding: 75px 100px 35px;
  margin-bottom: 100px;
}

.sec-trouble__box-ttl {
  margin-bottom: 50px;
  text-align: center;
}
.sec-trouble__box-ttl span {
  display: inline-block;
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
}
.sec-trouble__box-ttl h4 span {
  font-size: 42px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec-trouble__box-ttl h4 span:after {
  content: "";
  position: absolute;
  background: url(../img/deco_01.svg) no-repeat;
  background-position: bottom;
  height: 100%;
  width: 100%;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: -1;
}

.sec-trouble__box-text {
  margin-bottom: 40px;
  text-align: center;
}

.sec-trouble__triangle-text {
  background: url(../img/deco_02.svg) no-repeat;
  max-width: 880px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  z-index: 2;
  position: relative;
}
.sec-trouble__triangle-text h6 {
  font-size: 32px;
}

/*-----------------------------sec-feature-----*/
.sec-feature {
  background: url(../img/pink_stripe.jpg) repeat;
  padding: 300px 0 160px;
  position: relative;
}
.sec-feature:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/triangle.svg) no-repeat;
  height: 250px;
  background-position: top center;
  z-index: 1;
}

.sec-feature__head {
  margin-bottom: 100px;
  text-align: center;
}
.sec-feature__head span {
  font-size: 32px;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.sec-feature__head span:before {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 50px;
  left: 0%;
  top: 57%;
  transform: translateY(-50%) rotate(-37deg);
}
.sec-feature__head span:after {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 50px;
  right: 0%;
  top: 57%;
  transform: translateY(-50%) rotate(37deg);
}
.sec-feature__head h5 {
  font-size: 42px;
}

.sec-feature__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 85px;
}

.sec-feature__flex-img {
  width: 50%;
}

.sec-feature__flex-detail {
  width: 46%;
}

.sec-feature__head-02 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.sec-feature__head-02 p {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Cormorant Garamond", serif !important;
  font-size: 120px;
  line-height: 1 !important;
}
.sec-feature__head-02 h5 {
  font-size: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.sec-feature__list {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
}
.sec-feature__list li {
  width: 23%;
}
.sec-feature__list li img {
  display: block;
  margin: 0 auto 20px;
  width: 70%;
}
.sec-feature__list li p {
  font-size: 21px;
  font-family: "Shippori Mincho", serif !important;
  text-align: center;
}
.sec-feature__list li p span {
  display: block;
  font-size: 15px;
  line-height: 1 !important;
}

/*-----------------------------sec-balance-----*/
.sec-balance {
  padding: 110px 0 140px;
}

.sec-balance .cm__ttl h4 span {
  background: url(../img/deco_03.svg) no-repeat;
  background-position: bottom;
}

.sec-balance__flex {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

.sec-balance__flex-wrap {
  width: 49%;
  padding: 0 45px 30px;
  position: relative;
}
.sec-balance__flex-wrap.left {
  background: #efeaf1;
}
.sec-balance__flex-wrap.left .bubble {
  position: absolute;
  width: 260px;
  left: -6%;
  top: -6%;
}
.sec-balance__flex-wrap.right {
  background: #f3e6eb;
}
.sec-balance__flex-wrap.right .bubble {
  position: absolute;
  width: 260px;
  right: -12%;
  top: -6%;
}

.sec-balance__flex-ttl {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.sec-balance__flex-ttl p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 120px;
  line-height: 1 !important;
  font-family: "Shippori Mincho", serif !important;
}
.sec-balance__flex-ttl h5 {
  position: absolute;
  font-size: 28px;
  font-weight: 400;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sec-balance__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec-balance__wrap .sec-balance__wrap-content {
  width: 70%;
}
.sec-balance__wrap .sec-balance__wrap-content p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.sec-balance__flex-wrap.left .sec-balance__wrap-img {
  margin-top: -165px;
  width: 19%;
  position: relative;
  z-index: 1;
}
.sec-balance__flex-wrap.right .sec-balance__wrap .sec-balance__wrap-content {
  order: 2;
}
.sec-balance__flex-wrap.right .sec-balance__wrap .sec-balance__wrap-img {
  order: 1;
  margin: -165px 0 0 -12%;
  width: 38%;
}

.sec-balance__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-balance__list.purple li {
  background: #cbbcd3;
}
.sec-balance__list.pink li {
  background: #e0bcc9;
}
.sec-balance__list.orange li {
  background: #e0c5b3;
}
.sec-balance__list li {
  color: #fff;
  font-family: "Shippori Mincho", serif !important;
  font-size: 16px;
  margin-bottom: 2%;
  padding: 8px 10px 10px;
  text-align: center;
  width: 49%;
}

.sec-balance__wide {
  background: #f2e8e3;
  padding: 0 10%;
  position: relative;
}
.sec-balance__wide .bubble {
  position: absolute;
  width: 36%;
  max-width: 260px;
  right: -6%;
  top: -6%;
  z-index: 1;
}
.sec-balance__wide .sec-balance__list li {
  width: 31%;
}

.sec-balance__wide-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-balance__wide-flex-img {
  order: 1;
  margin: -10px 6% -1px 0;
  width: 32%;
}

.sed-balance__wide-flex-detail {
  order: 2;
  width: 62%;
}
.sed-balance__wide-flex-detail .sec-balance__list {
  margin: 20px auto 0;
  justify-content: center;
  width: 90%;
}
.sed-balance__wide-flex-detail .sec-balance__list li {
  margin-right: 3%;
}
.sed-balance__wide-flex-detail .sec-balance__list li:last-child {
  margin-right: 0;
}

/*-----------------------------sec-effort-----*/
.sec-effort {
  background: url(../img/green_stripe.jpg) repeat;
  padding: 85px 0 110px;
  position: relative;
}

.sec-effort .cm__bg-text {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}

/*-----------------------------sec-env-----*/
.sec-env {
  background: url(../img/purple_stripe.jpg) repeat;
  padding: 85px 0 110px;
  position: relative;
}

.sec-env .cm__bg-text {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}

.sec-effort__box {
  background: #c1d8d7;
  position: relative;
  margin-bottom: 80px;
  padding: 6% 5%;
}

.sec-effort__box-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.sec-effort__box-intro-img {
  width: 46%;
}

.sec-effort__box-intro-detail {
  width: 50%;
}
.sec-effort__box-intro-detail h5 {
  font-size: 24px;
}
.sec-effort__box-intro-detail h4 {
  display: inline-block;
  font-size: 32px;
  margin-bottom: 30px;
  position: relative;
}
.sec-effort__box-intro-detail h4 span {
  position: relative;
  z-index: 1;
}
.sec-effort__box-intro-detail h4:after {
  content: "";
  position: absolute;
  background: url(../img/deco_05.svg) no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: 0;
}

.sec-effort__box-white {
  background: #fff;
  margin-bottom: 60px;
  padding: 40px;
  position: relative;
}
.sec-effort__box-white h4 {
  font-size: 24px;
  text-align: center;
}
.sec-effort__box-white p {
  text-align: center;
}
.sec-effort__box-white .sec-effort__box-white-img-l {
  position: absolute;
  left: 3%;
  width: 66px;
  bottom: -1px;
}
.sec-effort__box-white .sec-effort__box-white-img-r {
  position: absolute;
  right: -2%;
  width: 180px;
  top: -12%;
}

.sec-effort__box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-effort__box-flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
}
.sec-effort__box-flex-wrap picture {
  margin-right: 4%;
  width: 30%;
}

.sec-effort__box-flex-wrap-detail {
  width: 66%;
}
.sec-effort__box-flex-wrap-detail .border {
  color: #fff;
  background: #9cc1bf;
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0px 10px 2px;
}
.sec-effort__box-flex-wrap-detail .ft-ship {
  font-size: 21px;
}
.sec-effort__box-flex-wrap-detail .text {
  font-size: 15px;
}

.sec-effort__reason {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 5%;
}

.sec-effort__reason-detail {
  width: 70%;
}

.sec-effort__reason-detail-ttl {
  margin-bottom: 30px;
  position: relative;
}
.sec-effort__reason-detail-ttl h5 {
  font-size: 28px;
  margin-left: 70px;
}
.sec-effort__reason-detail-ttl img {
  position: absolute;
  left: -120px;
  bottom: 0;
  width: 190px;
}

.sec-effort__reason-img {
  width: 35%;
  margin: 0 -1.5% -4% 1%;
}

.work {
  position: relative;
}
.work .cat {
  position: absolute;
  left: -2%;
  top: -40px;
  width: 268px;
}

.person {
  position: relative;
}
.person .cat {
  position: absolute;
  right: -2%;
  top: -20px;
  width: 330px;
}

.system {
  position: relative;
  margin-bottom: 0;
}
.system .sec-effort__box-intro {
  text-align: center;
}
.system .sec-effort__box-intro-detail {
  width: 100%;
}
.system .sec-effort__box-intro-illu-l {
  position: absolute;
  left: 13%;
  top: -25px;
  width: 70px;
}
.system .sec-effort__box-intro-illu-r {
  position: absolute;
  right: 13%;
  top: -25px;
  width: 70px;
}
.system .cat {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 380px;
}

.sec-effort__box-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.sec-effort__box-list li {
  background: #fff;
  margin: 0 2% 2% 0;
  padding: 25px 20px;
  position: relative;
  width: 31%;
}
.sec-effort__box-list li:nth-of-type(3n) {
  margin-right: 0;
}
.sec-effort__box-list li picture {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
  z-index: 0;
}
.sec-effort__box-list li h6 {
  color: #9cc1bf;
  font-size: 21px;
  margin-bottom: 10px;
  text-align: center;
}
.sec-effort__box-list li p {
  position: relative;
  z-index: 1;
}

/*-----------------------------sec-interview-----*/
.sec-interview {
  padding: 120px 0 150px;
}

.sec-interview__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
}

.sec-interview__ttl-en {
  color: #ab8b8c;
  font-size: 70px;
  line-height: 1 !important;
  width: 50%;
}

.sec-interview__ttl-jp {
  text-align: right;
  width: 50%;
}

.sec-interview__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-interview__flex-img {
  position: relative;
  width: 48%;
}
.sec-interview__flex-img .sec-interview__text-wrap {
  position: absolute;
  left: 0;
  bottom: -60px;
}
.sec-interview__flex-img .name {
  margin: 20px;
  width: 70%;
}

.sec-interview__flex-detail {
  width: 48%;
}
.sec-interview__flex-detail h5 {
  font-size: 32px;
  margin-bottom: 20px;
}

.in-01 {
  margin-bottom: 90px;
}
.in-01 .sec-interview__text-wrap span {
  background: #e0bcc9;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 5px 10px 8px;
}

.in-02 .sec-interview__flex-img {
  order: 2;
}
.in-02 .sec-interview__flex-img .sec-interview__text-wrap span {
  background: #c1d8d7;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 5px 10px 8px;
}
.in-02 .sec-interview__flex-detail {
  order: 1;
}

/*-----------------------------sec-message-----*/
.sec-message {
  background: #f6efe7;
  padding: 110px 0 160px;
}

.sec-message__ttl-en {
  color: #fff;
  font-size: 70px;
  line-height: 1.2 !important;
  text-align: center;
}

.sec-message__ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}

.sec-message__flex {
  align-items: center;
  display: flex;
  justify-self: space-between;
}

.sec-message__flex-img {
  order: 1;
  margin-right: 6%;
  width: 38%;
}
.sec-message__flex-img img {
  border-radius: 10px;
}

.sec-message__flex-detail {
  order: 2;
  width: 56%;
}

.sec-message__flex-detail-name {
  font-size: 28px;
  margin-top: 30px;
  text-align: right;
}
.sec-message__flex-detail-name span {
  font-size: 14px;
  margin-right: 10px;
}

/*-----------------------------sec-info-----*/
.sec-info {
  background: #f9f9f9;
  padding: 140px 0 120px;
}

.sec-info__wrap {
  display: flex;
  padding: 20px 0;
  position: relative;
}
.sec-info__wrap.recruit {
  margin-bottom: 90px;
}

.sec-info__ttl {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 20%;
}
.sec-info__ttl .sec-info__ttl-jp {
  font-size: 32px;
}
.sec-info__ttl .sec-info__ttl-en {
  color: #df9b9b;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 12px;
}

.sec-info__detail {
  border-left: 1px solid #dddddd;
  padding-left: 5%;
  width: 75%;
}

.sec-info__table {
  width: 100%;
}
.sec-info__table th {
  border-bottom: 1px dashed #d1d1d1;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 300;
  padding: 25px;
  vertical-align: top;
  width: 20%;
}
.sec-info__table th.first {
  padding-top: 0;
}
.sec-info__table td {
  border-bottom: 1px dashed #d1d1d1;
  font-weight: 300;
  line-height: 1.7;
  padding: 25px;
  width: 80%;
}
.sec-info__table td.first {
  padding-top: 0;
}

.sec-info__table-list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 30px;
}
.sec-info__table-list li:last-child {
  margin-bottom: 0;
}
.sec-info__table-list li .dot {
  color: #df9b9b;
}
.sec-info__table-list li .grey span {
  background: #e6e6e6;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.4;
  font-size: 15px;
  padding: 1px 10px 3px;
  margin-right: 5px;
  text-indent: 0;
}

.sec-info__detail-text {
  font-family: "Shippori Mincho", serif !important;
  font-size: 18px;
  margin-bottom: 25px;
}

.sec-info__flow-wrap {
  margin-bottom: 80px;
}

.sec-info__entry-warp {
  border: 3px solid #000000;
  padding: 0 5% 8%;
}

.sec-info__entry-ttl {
  text-align: center;
  margin: -30px auto 30px;
}
.sec-info__entry-ttl h4 {
  text-align: center;
}
.sec-info__entry-ttl h4 img {
  background: #f9f9f9;
  padding: 0 15px;
  width: 40%;
}
.sec-info__entry-ttl h4 span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -20px;
  text-align: center;
}

.sec-info__entry-text {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.sec-info__entry-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 70px;
  width: 80%;
}
.sec-info__entry-list li {
  width: 31%;
}

.sec-info__entry-dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sec-info__entry-dl dt {
  background: #333333;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-family: "Shippori Mincho", serif !important;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px 5px;
  width: 15%;
}
.sec-info__entry-dl dd {
  width: calc(85% - 20px);
  line-height: 1.4;
}

.sec-info__entry-border {
  border: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 8%;
}

.sec-info__entry-border-left {
  margin-right: 5%;
  width: 45%;
}
.sec-info__entry-border-left p {
  font-size: 18px;
}
.sec-info__entry-border-left p i {
  margin-right: 5px;
}

.sec-info__entry-border-right {
  font-size: 15px;
  width: 50%;
}

/*-----------------------------sec-salonlist-----*/
.sec-salonlist {
  background: #f6efe7;
  padding: 150px 0 110px;
}

.sec-salonlist__head {
  font-size: 70px;
  line-height: 1.4;
  margin-bottom: 70px;
  text-align: center;
}

.sec-salonlist__shop {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.sec-salonlist__shop span {
  background: #f6efe7;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.sec-salonlist__shop span img {
  height: 35px;
}

.sec-salonlist__shop:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000000;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec-salonlist__shop-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec-salonlist__shop-list.hair {
  margin-bottom: 45px;
}
.sec-salonlist__shop-list li {
  margin-bottom: 20px;
  width: 49%;
}
.sec-salonlist__shop-list li:nth-child(odd) {
  margin-right: 2%;
}

.shop-list__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-list__wrap picture {
  margin-right: 20px;
  width: 37%;
}
.shop-list__wrap .shop-list__wrap-content {
  width: calc(63% - 20px);
}

.shop-list__name {
  font-family: "Shippori Mincho", serif !important;
  font-size: 21px;
}

.shop-list__address {
  font-size: 14px;
}

.shop-list__map {
  border-bottom: 1px solid #999999;
  color: #999999 !important;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-flex;
  padding-bottom: 4px;
}

.shop-list__tel {
  font-family: "Shippori Mincho", serif !important;
  margin-bottom: 10px;
}

.shop-list__more {
  background: #000000;
  border-radius: 30px;
  color: #fff !important;
  font-size: 12px;
  font-family: "Cormorant Garamond", serif !important;
  padding: 5px 15px;
}

@media only screen and (max-width: 1280px) {
  .cm__bg-text {
    font-size: 160px;
  }
  .cm__ttl h4 span {
    width: 240px;
    font-size: 20px;
  }
  .cm__ttl h3 {
    font-size: 30px;
  }
  .sec-intro__flex-detail h4 {
    font-size: 28px;
  }
  .sec-intro__flex-detail h4 span {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .sec-trouble__box-ttl span {
    font-size: 16px;
  }
  .sec-trouble__box-ttl h4 span {
    font-size: 30px;
  }
  .sec-trouble__triangle-text h6 {
    font-size: 28px;
  }
  .sec-feature {
    padding: 220px 0 100px;
  }
  .sec-feature__head span {
    font-size: 28px;
  }
  .sec-feature__head h5 {
    font-size: 30px;
  }
  .sec-feature__head {
    margin-bottom: 40px;
  }
  .sec-feature__head-02 p {
    font-size: 80px;
  }
  .sec-feature__head-02 h5 {
    font-size: 26px;
  }
  .sec-feature__list li p span {
    font-size: 13px;
  }
  .sec-feature__list li p {
    font-size: 17px;
  }
  .sec-balance {
    padding: 110px 0 100px;
  }
  .sec-balance__flex-wrap.left .bubble,
  .sec-balance__flex-wrap.right .bubble,
  .sec-balance__wide .bubble {
    width: 190px;
    max-width: 190px;
  }
  .sec-balance__flex-wrap.right .bubble {
    right: -5%;
  }
  .sec-balance__wide .bubble {
    right: -3%;
  }
  .sec-balance__flex-wrap.left .sec-balance__wrap-img {
    margin-top: -130px;
    width: 17%;
  }
  .sec-balance__flex-wrap.right .sec-balance__wrap .sec-balance__wrap-img {
    margin: -105px 0 0 -12%;
    width: 31%;
  }
  .sec-balance__flex-ttl h5 {
    font-size: 20px;
  }
  .sec-balance__flex-ttl p {
    font-size: 60px;
  }
  .sec-balance__wrap .sec-balance__wrap-content p,
  .sec-balance__wide-flex .sed-balance__wide-flex-detail p.text {
    font-size: 14px;
  }
  .sec-balance__list li {
    font-size: 13px;
  }
  .sec-balance__wide-flex-img {
    margin: -10px 0 -1px 6%;
    width: 27%;
  }
  .work .cat {
    width: 180px;
  }
  .person .cat {
    width: 220px;
  }
  .system .cat {
    width: 268px;
  }
  .sec-effort__box-intro-detail h5 {
    font-size: 18px;
  }
  .sec-effort__box-intro-detail h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .sec-effort__box-white .sec-effort__box-white-img-r {
    width: 140px;
  }
  .sec-effort__box-white h4 {
    font-size: 20px;
  }
  .sec-effort__box-white p {
    font-size: 14px;
  }
  .sec-effort__box-flex-wrap-detail .border {
    font-size: 12px;
  }
  .sec-effort__box-flex-wrap-detail .ft-ship {
    font-size: 18px;
  }
  .sec-effort__box-flex-wrap-detail .text {
    font-size: 13px;
  }
  .sec-effort__reason-detail-ttl {
    margin-bottom: 15px;
  }
  .sec-effort__reason-detail-ttl img {
    left: -80px;
    width: 140px;
  }
  .sec-effort__reason-detail-ttl h5 {
    font-size: 22px;
  }
  .sec-effort__reason-detail p {
    font-size: 14px;
  }
  .sec-effort__box-list li h6 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sec-effort__box-list li p {
    font-size: 14px;
  }
  .sec-effort__box-list li picture {
    width: 60px;
  }
  .sec-interview {
    padding: 100px 0 110px;
  }
  .sec-interview__ttl-en {
    font-size: 50px;
  }
  .sec-interview__ttl {
    margin-bottom: 30px;
  }
  .in-01 {
    margin-bottom: 60px;
  }
  .sec-interview__flex-detail h5 {
    font-size: 26px;
  }
  .sec-interview__flex-img .name {
    margin: 20px;
    width: 65%;
  }
  .sec-message__ttl-en {
    font-size: 50px;
  }
  .sec-message__ttl {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .cm__bg-text {
    font-size: 110px;
  }
  .cm__ttl h4 span {
    width: 190px;
    font-size: 16px;
  }
  .cm__ttl h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .sec-trouble__box {
    padding: 8% 5%;
    margin-bottom: 60px;
  }
  .sec-trouble .cm__bg-text,
  .sec-effort .cm__bg-text,
  .sec-env .cm__bg-text {
    top: -20px;
  }
  .sec-trouble {
    padding: 90px 0 0;
  }
  .sec-trouble__triangle-text h6 {
    font-size: 20px;
  }
  .sec-feature {
    padding: 160px 0 80px;
  }
  .sec-feature__flex {
    align-items: flex-start;
    margin-bottom: 45px;
  }
  .sec-balance__wide {
    padding: 0 5%;
  }
  .sec-balance__flex-wrap.left .bubble,
  .sec-balance__flex-wrap.right .bubble,
  .sec-balance__wide .bubble {
    width: 140px;
    max-width: 140px;
  }
  .sec-balance__wide {
    padding: 4% 5% 0;
  }
  .sec-balance__wide-flex-img {
    width: 20%;
  }
  .sed-balance__wide-flex-detail {
    width: 70%;
  }
  .work .cat {
    width: 130px;
    top: -20px;
  }
  .person .cat {
    width: 170px;
  }
  .system .cat {
    width: 213px;
    top: -30px;
  }
  .system .sec-effort__box-intro-illu-r {
    right: 15%;
    width: 50px;
  }
  .system .sec-effort__box-intro-illu-l {
    left: 15%;
    width: 50px;
  }
  .sec-interview__ttl-en {
    font-size: 40px;
    width: 40%;
  }
  .sec-interview__ttl-jp {
    text-align: right;
    width: 60%;
  }
  .sec-interview__flex-detail h5 {
    font-size: 22px;
  }
  .sec-message {
    padding: 90px 0 100px;
  }
  .sec-message__flex {
    align-items: flex-start;
  }
  .sec-message__ttl {
    font-size: 24px;
  }
  .sec-info {
    padding: 80px 0 80px;
  }
  .sec-info__wrap.recruit {
    margin-bottom: 20px;
  }
  .sec-info__ttl .sec-info__ttl-jp {
    font-size: 22px;
  }
  .sec-info__table th {
    font-size: 14px;
    padding: 15px;
  }
  .sec-info__table td {
    padding: 15px;
    font-size: 14px;
  }
  .sec-info__detail-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sec-info__entry-text {
    margin-bottom: 20px;
  }
  .sec-info__entry-list {
    margin: 0px auto 40px;
    width: 85%;
  }
  .sec-info__entry-border {
    display: block;
    padding: 5% 5%;
  }
  .sec-info__entry-border-left p {
    font-size: 16px;
  }
  .sec-info__entry-border-left {
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
  }
  .sec-info__entry-border-right {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .sec-salonlist {
    padding: 90px 0 80px;
  }
  .sec-salonlist__head {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .shop-list__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .cm__bg-text {
    font-size: 60px;
  }
  .cm__ttl {
    margin-bottom: 30px;
  }
  .cm__ttl h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec-trouble .cm__bg-text,
  .sec-effort .cm__bg-text,
  .sec-env .cm__bg-text {
    top: -13px;
  }
  .sec-intro {
    padding: 60px 0 60px;
  }
  .sec-intro__flex {
    display: block;
  }
  .sec-intro__flex-detail {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-intro__flex-img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .sec-trouble {
    padding: 60px 0 0;
  }
  .sec-trouble__box {
    padding: 5% 3%;
    margin-bottom: 60px;
  }
  .sec-trouble__box-ttl h4 span {
    font-size: 22px;
  }
  .sec-trouble__box-ttl span {
    font-size: 14px;
  }
  .sec-trouble__box-ttl {
    margin-bottom: 25px;
  }
  .sec-trouble__box-ttl h4 span:after {
    bottom: -10px;
  }
  .sec-trouble__box-text {
    margin-bottom: 20px;
    text-align: left;
  }
  .sec-troble__box-img {
    overflow: scroll;
  }
  .sec-troble__box-img img {
    width: 800px;
  }
  .scroll-text {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.8;
  }
  .sec-feature__head span {
    font-size: 18px;
  }
  .sec-feature__head h5 {
    font-size: 22px;
  }
  .sec-feature__flex {
    display: block;
    margin-bottom: 40px;
  }
  .sec-feature__flex-detail {
    width: 100%;
    margin-top: 30px;
  }
  .sec-feature__head-02 h5 {
    font-size: 18px;
  }
  .sec-feature__head-02 p {
    font-size: 60px;
  }
  .sec-feature__list li {
    width: 50%;
    margin-bottom: 4%;
  }
  .sec-balance {
    padding: 60px 0 60px;
  }
  .sec-balance__flex {
    display: block;
  }
  .sec-balance__flex-wrap {
    width: 100%;
  }
  .sec-balance__flex-wrap.left {
    margin-bottom: 20px;
  }
  .sec-balance__flex-wrap.left .sec-balance__wrap-img {
    margin-top: -110px;
    width: 12%;
  }
  .sec-balance__wrap .sec-balance__wrap-content {
    width: 80%;
  }
  .sec-balance__flex-wrap.left .bubble {
    left: 4%;
  }
  .sec-balance__flex-wrap.right .bubble {
    right: 5%;
  }
  .sec-balance__flex-wrap.right .sec-balance__wrap .sec-balance__wrap-img {
    margin: -195px 0 0 -6%;
    width: 23%;
  }
  .sec-balance__wide {
    padding: 8% 5% 4%;
  }
  .sec-effort {
    padding: 60px 0 60px;
  }
  .sec-effort__box-list li {
    padding: 6% 4%;
    width: 48%;
  }
  .sec-effort__box-list li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .sec-effort__box-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec-effort__box-list li h6 {
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-effort__box-list li p {
    font-size: 12px;
  }
  .sec-env {
    padding: 60px 0;
  }
  .sec-interview {
    padding: 60px 0 60px;
  }
  .sec-interview__ttl {
    display: block;
  }
  .sec-interview__ttl .sec-interview__ttl-en {
    font-size: 26px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .sec-interview__ttl .sec-interview__ttl-jp {
    text-align: center;
    width: 100%;
  }
  .sec-interview__flex {
    display: block;
  }
  .sec-interview__flex .sec-interview__flex-img {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-interview__flex .sec-interview__flex-detail {
    width: 100%;
  }
  .sec-message {
    padding: 50px 0 60px;
  }
  .sec-message__ttl-en {
    font-size: 40px;
  }
  .sec-message__ttl {
    font-size: 18px;
  }
  .sec-message__flex {
    display: block;
  }
  .sec-message__flex-detail {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-message__flex-img img {
    height: 450px;
    object-fit: cover;
    object-position: center -130px;
  }
  .sec-info {
    padding: 60px 0 60px;
  }
  .sec-info__ttl {
    position: sticky;
    top: 0;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .sec-info__wrap {
    display: block;
    padding: 0;
  }
  .sec-info__wrap.recruit {
    margin-bottom: 70px;
  }
  .sec-info__detail {
    border-left: 0;
    padding-left: 0;
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .sec-intro__flex-detail h4 span {
    font-size: 13px;
  }
  .sec-intro__flex-detail h4 {
    font-size: 19px;
  }
  .cm__bg-text {
    font-size: 48px;
  }
  .sec-trouble .cm__bg-text,
  .sec-effort .cm__bg-text,
  .sec-env .cm__bg-text {
    top: -10px;
  }
  .cm__ttl h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cm__ttl h4 span {
    padding-bottom: 5px;
  }
  .sec-trouble {
    padding: 60px 0 60px;
  }
  .sec-trouble__box-ttl h4 span {
    font-size: 19px;
  }
  .sec-trouble__box {
    padding: 10% 5%;
    margin-bottom: 30px;
  }
  .sec-trouble__triangle-text h6 {
    font-size: 17px;
  }
  .sec-feature {
    padding: 90px 0 50px;
  }
  .sec-feature__head {
    margin-bottom: 20px;
  }
  .sec-feature__head span {
    padding: 0 20px;
  }
  .sec-feature__head span:before {
    height: 20px;
  }
  .sec-feature__head span:after {
    height: 20px;
  }
  .sec-feature__list {
    width: 100%;
  }
  .sec-feature__list li p {
    font-size: 14px;
  }
  .sec-feature__list li p span {
    font-size: 12px;
  }
  .sec-feature__list li img {
    margin: 0 auto 10px;
    width: 55%;
  }
  .cm__ttl-content {
    text-align: left;
  }
  .sec-balance__flex-wrap {
    padding: 8% 5% 8%;
  }
  .sec-balance__wrap {
    display: block;
  }
  .sec-balance__wrap .sec-balance__wrap-content {
    width: 100%;
    margin-bottom: 20px;
  }
  /*.sec-balance__flex-wrap.left .sec-balance__wrap-img {
      margin-top: 0;
      width: 12%;
      display: block;
      margin-left: 240px;
      position: absolute;
      top: -140px;
  }

  .sec-balance__flex-wrap.left .bubble {
      left: 34%;
      top: -40px;
  }*/
  .sec-balance__flex-wrap.left .sec-balance__wrap .sec-balance__wrap-img {
    margin: 0;
    top: 160px;
    width: 15%;
    display: block;
    position: absolute;
    left: 116px;
  }
  .sec-balance__flex-wrap.right .sec-balance__wrap .sec-balance__wrap-img {
    margin: 0;
    top: 160px;
    width: 28%;
    display: block;
    position: absolute;
  }
  .sec-balance__flex-wrap.left .sec-balance__wrap .sec-balance__wrap-img img,
  .sec-balance__flex-wrap.right .sec-balance__wrap .sec-balance__wrap-img img {
    z-index: 2;
  }
  .sec-balance__flex-wrap.left .sec-balance__list,
  .sec-balance__flex-wrap.right .sec-balance__list {
    margin-left: 60%;
    margin-top: 35px;
    position: relative;
    z-index: 0;
  }
  .sec-balance__flex-wrap.left .sec-balance__list li,
  .sec-balance__flex-wrap.right .sec-balance__list li {
    width: 100%;
  }
  .sec-balance__flex-wrap.left .bubble,
  .sec-balance__flex-wrap.right .bubble {
    right: 43%;
    top: 250px;
  }
  .sec-balance__wide-flex {
    display: block;
  }
  .sed-balance__wide-flex-detail {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-balance__flex-ttl {
    text-align: left;
  }
  .sec-balance__flex-ttl h5 {
    font-size: 16px;
  }
  .sec-balance__flex-ttl p {
    font-size: 45px;
  }
  .sec-balance__wide .sec-balance__list .sec-balance__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .sed-balance__wide-flex-detail .sec-balance__list {
    margin: 40px auto 0 60%;
    justify-content: left;
    width: 40%;
    position: relative;
    z-index: 0;
  }
  .sed-balance__wide-flex-detail .sec-balance__list li {
    margin-right: 0;
    width: 100%;
  }
  .sec-balance__wide-flex-img {
    width: 35%;
    display: block;
    margin-left: 0;
    position: absolute;
    top: 310px;
  }
  .sec-balance__wide .bubble {
    right: 31%;
    top: 260px;
  }
  .sec-effort__box-intro {
    display: block;
    margin-bottom: 30px;
  }
  .sec-effort__box {
    padding: 8% 5%;
    margin-bottom: 40px;
  }
  .sec-effort__box-intro-img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .sec-effort__box-intro-detail {
    width: 100%;
  }
  .sec-effort__box-intro-detail h5 {
    font-size: 16px;
  }
  .sec-effort__box-intro-detail h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec-effort__box-white {
    margin-bottom: 40px;
    padding: 8% 18% 8% 7%;
  }
  .sec-effort__box-white .sec-effort__box-white-img-l {
    left: 83%;
    width: 56px;
    bottom: -1px;
  }
  .sec-effort__box-white .sec-effort__box-white-img-r {
    width: 90px;
  }
  .sec-effort__box-white h4 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
  .sec-effort__box-white p {
    font-size: 12px;
    text-align: left;
  }
  .sec-effort__box-flex {
    display: block;
  }
  .sec-effort__box-flex-wrap {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .sec-effort__box-flex-wrap picture img {
    height: 200px;
    object-fit: cover;
  }
  .sec-effort__box-flex-wrap .sec-effort__box-flex-wrap-detail {
    width: 100%;
  }
  .sec-effort__box-flex-wrap .sec-effort__box-flex-wrap-detail .ft-ship {
    font-size: 16px;
  }
  .sec-effort__reason {
    display: block;
    padding: 8% 5%;
  }
  .sec-effort__reason-detail {
    width: 100%;
    margin-bottom: 25px;
  }
  .sec-effort__reason-detail-ttl h5 {
    font-size: 18px;
    margin-left: 100px;
  }
  .sec-effort__reason-detail p {
    font-size: 12px;
  }
  .sec-effort__reason-detail-ttl img {
    left: -50px;
  }
  .system .sec-effort__box-intro-illu-l {
    left: 3%;
    width: 30px;
    top: -10px;
  }
  .system .sec-effort__box-intro-illu-r {
    top: -10px;
    right: -1%;
    width: 36px;
  }
  .system .sec-effort__box-intro-detail .text {
    text-align: left;
  }
  .sec-interview__flex-detail h5 {
    font-size: 19px;
  }
  .sec-interview__ttl .sec-interview__ttl-jp {
    text-align: left;
  }
  .sec-message__flex-detail-name {
    font-size: 20px;
    margin-top: 20px;
    text-align: right;
  }
  .sec-message__flex-img img {
    height: 230px;
    -o-object-position: center -130px;
    object-position: center -60px;
  }
  .sec-info__table-list li .grey span {
    font-size: 12px;
  }
  .sec-info__table-list li .grey span.last {
    margin-left: -14px;
  }
  .sec-info__flow-wrap {
    margin-bottom: 0;
    overflow: scroll;
  }
  .sec-info__flow-wrap img {
    width: 600px;
  }
  .sec-info__entry-ttl h4 img {
    width: 65%;
  }
  .sec-info__entry-text {
    font-size: 14px;
  }
  .sec-info__entry-list {
    margin: 0px auto 20px;
    width: 100%;
  }
  .sec-info__entry-dl {
    display: block;
  }
  .sec-info__entry-dl dt {
    font-size: 14px;
    margin-right: 0;
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 12px;
  }
  .sec-info__entry-dl dd {
    width: 100%;
    padding: 0 4%;
  }
  .sec-info__entry-border-left p {
    font-size: 14px;
  }
  .sec-info__entry-warp {
    margin-top: 70px;
  }
  .sec-salonlist {
    padding: 60px 0 50px;
  }
  .sec-salonlist__head {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .sec-salonlist__shop span img {
    height: 25px;
  }
  .sec-salonlist__shop {
    margin-bottom: 15px;
  }
  .sec-salonlist__shop-list li:nth-child(odd) {
    margin-right: 0;
  }
  .sec-salonlist__shop-list li {
    margin-bottom: 30px;
    width: 100%;
  }
  .shop-list__wrap {
    align-items: flex-start;
  }
  .shop-list__wrap picture {
    margin-right: 15px;
    width: 57%;
  }
  .shop-list__name {
    line-height: 1.4 !important;
  }
  .shop-list__address {
    font-size: 14px;
    line-height: 1.4 !important;
    margin-bottom: -5px;
  }
  .shop-list__map {
    font-size: 12px;
    line-height: 1 !important;
  }
  .shop-list__tel {
    margin-bottom: 4px;
    line-height: 1.2 !important;
  }
}
/*----------------
 251201 add
----------------*/
/* 以下テストのみ反映、本番ではコメントアウト */
.Menu span {
  width: 20px;
}

.Menu span img {
  margin-top: 0;
  margin-left: -25px;
}

.Menu span:after {
  left: 100%;
}

/*----------------
 251204 add
----------------*/
.add__modal-btn {
  width: fit-content;
  margin: 50px auto 60px;
  padding: 30px 45px;
  color: #fff;
  font-size: 18px;
  background-color: #4fb8b3;
  border-radius: 100vmax;
  cursor: pointer;
  font-family: "Shippori Mincho", serif !important;
}
@media screen and (max-width: 834px) {
  .add__modal-btn {
    margin: 30px 0;
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .add__modal-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
}
.add__modal-btn br {
  display: none;
}
@media screen and (max-width: 480px) {
  .add__modal-btn br {
    display: block;
  }
}

.add__modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1011;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
}
.add__modal-wrap.open {
  opacity: 1;
  pointer-events: all;
}

.add__modal-batsu {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  max-width: 12px;
  aspect-ratio: 1;
}

.add__modal-batsu img {
  vertical-align: top;
}

.add__modal-cont {
  max-width: 750px;
  width: 86%;
  max-height: 90vh;
  padding-bottom: 70px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .add__modal-cont {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .add__modal-cont {
    width: 94%;
  }
}

.add__modal-ttl {
  width: 100%;
  height: auto;
}

.add__modal-list__inner {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 834px) {
  .add__modal-list__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.add__modal-list {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .add__modal-list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.add__modal-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  padding: 20px;
  display: flex;
  justify-content: start;
  align-items: end;
  background-color: #f1f1f1;
  background-image: url(../../assets/img/newgraduate/add-modal_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .add__modal-item {
    aspect-ratio: unset;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.add__modal-num {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: "Courgette", cursive;
  background-color: #b40000;
  border-radius: 100vmax;
}
@media screen and (max-width: 500px) {
  .add__modal-num {
    width: 25px;
    font-size: 12px;
  }
}

.add__modal-txt {
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .add__modal-txt br {
    display: none;
  }
}

.add__modal-close {
  margin: 60px auto 0;
  max-width: 250px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #333;
  border-radius: 100vmax;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .add__modal-close {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .add__modal-close {
    max-width: 200px;
    line-height: 40px;
    font-size: 16px;
  }
}