/*recruit*/
.recruitpage .section-inner {
  max-width: 1324px;
}

.recruit-mv {
  padding: 0 0 100px;
}

.recruit-mv__in {
  position: relative;
}

.recruit-mv__in .temp {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 10.57%;
  align-items: flex-start;
  color: #fff;
  line-height: 1.64;
}

.recruit-mv__in .temp .en {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 0;
  color: #fff;
}

.recruit-mv__in .temp .ja {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 2px;
}

.recruit-mv .outer {
  margin: 138px 0 0;
}

.recruit-mv .outer .temp .en {
  font-size: 98px;
}

.recruit-mv .outer .temp .ja {
  font-size: 34px;
  line-height: 1.64;
}

.recruit-mv .outer .txt {
  margin-top: 57px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}

.recruit-place .box {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 122px 60px 71px;
}

.recruit-place .box .txt {
  margin-top: 36px;
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
}

.recruit-place .box .boxlist {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 32px;
  margin-top: 84px;
}

.recruit-place .box .boxlist li {
  width: calc(50% - 16px);
  background: #fff;
  border-radius: 20px;
  padding: 46px 0 35px;
  text-align: center;
}

.recruit-place .box .boxlist li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 189px;
}

.recruit-place .box .boxlist li .info {
  margin-top: 45px;
}

.recruit-place .box .boxlist li .info .head {
  font-size: 32px;
  font-weight: 700;
}

.recruit-place .box .boxlist li .info .desc {
  font-size: 44px;
  font-weight: 600;
  color: #CA3E40;
}

.recruit-place .box .boxlist li .info .desc .en {
  font-family: var(--font-en);
  font-size: 58px;
  line-height: 1.64;
}

.recruit-place .box .boxlist li .info .note {
  margin: -10px 0 10px;
  font-size: 18px;
  font-weight: 500;
}

.recruit-place .box .structure {
  background: #fff;
  border-radius: 20px;
  padding: 46px 0 44px;
  margin-top: 42px;
  text-align: center;
}

.recruit-place .box .structure .head {
  font-size: 32px;
  font-weight: 700;
}

.recruit-place .box .structure .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  justify-content: center;
}

.recruit-place .box .structure .list li {
  width: 25%;
  border-right: solid 1px #E2E2E2;
}

.recruit-place .box .structure .list li:last-of-type {
  border-right: none;
}

.recruit-place .box .structure .list li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
}

.recruit-place .box .structure .list li .desc {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.64;
}

.recruit-place .box .structure .list li .desc .em {
  color: #CA3E40;
}

.recruit-place .box .structure .list li .desc .en {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 600;
}

.recruit-schedule {
  padding: 120px 0 142px;
}

.recruit-schedule .phase {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.64;
}

.recruit-schedule .scheflow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 45px auto 0;
}

.recruit-schedule .scheflow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  width: 20px;
  height: 100%;
  background: #FCD68C;
  border-radius: 30px;
}

.recruit-schedule .scheflow .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.64;
}

.recruit-schedule .scheflow .row:nth-of-type(3) {
  margin: -110px 0 0;
}

.recruit-schedule .scheflow .row>div {
  width: 50%;
}

.recruit-schedule .scheflow .row .left {
  padding-right: 40px;
}

.recruit-schedule .scheflow .row .right {
  padding-left: 40px;
}

.recruit-schedule .scheflow .row:nth-of-type(1) .right {
  margin-top: 50px;
}

.recruit-schedule .scheflow .row:nth-of-type(2) .right {
  margin-top: 150px;
}

.recruit-schedule .scheflow .row:nth-of-type(3) .right {
  margin-top: 204px;
}

.recruit-schedule .scheflow .row .time {
  position: relative;
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: 700;
  color: var(--highlight-color);
}

.recruit-schedule .scheflow .row .time::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: calc(100% + 40px);
  height: 1px;
  background: #524137;
}

.recruit-schedule .scheflow .row .right .time::before {
  left: auto;
  right: 0;
}

.recruit-schedule .scheflow .row .time::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: -46px;
  width: 12px;
  height: 12px;
  background: #524137;
  border-radius: 50%;
}

.recruit-schedule .scheflow .row .right .time::after {
  left: -46px;
  right: auto;
}

.recruit-schedule .scheflow .row .img {
  margin-top: 30px;
}

.recruit-schedule .scheflow .row .head {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.recruit-schedule .scheflow .row .txt {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.recruit-interview .box {
  padding: 77px 0 112px;
  background: #F5F0E7;
  border-radius: 20px;

  img {
    border-radius: 20px;
    transition: 0.3s;
  }
}

.recruit-interview .voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1072px;
  margin: 55px auto 0;
}

.recruit-interview .voice .child {
  width: 44.78%;
  max-width: 480px;
  cursor: pointer;
}

.recruit-interview .voice .child:hover {
  img {
    transform: scale(1.08);
    transition: 0.3s;
  }
  .btn_style {
    text-decoration: underline;
    color: var(--highlight-color);
  }
}


.recruit-interview .voice .thumb,
.modal__info .thumb {
  position: relative;
}

.recruit-interview .voice .phase,
.modal__info .phase {
  position: absolute;
  bottom: 22px;
  left: -17px;
  font-size: 20px;
  font-weight: 700;
}

.recruit-interview .voice .phase span,
.modal__info .phase span {
  display: inline-block;
  background: #fff;
  padding: 8px 8px 12px;
}

.recruit-interview .voice .phase br+span,
.modal__info .phase br+span {
  margin-top: 1px;
}

.recruit-interview .voice .info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.recruit-interview .voice .info .no,
.modal__info .info .no {
  font-family: var(--font-en);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.64;
}

.recruit-interview .voice .info .ttl,
.modal__info .info .ttl {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.64;
}

.recruit-interview .voice .info .name,
.modal__info .info .name {
  display: flex;
  align-items: center;
  gap: 16px;
}

.recruit-interview .voice .info .name .ja,
.modal__info .info .name .ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.64;
}

.recruit-interview .voice .info .name .en,
.modal__info .info .name .en {
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.64;
  color: var(--highlight-color);
}

.recruit-ideal {
  padding: 110px 0 0;
}

.recruit-ideal .boxlist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 36px;
  max-width: 1200px;
  margin: 66px auto 0;
}

.recruit-ideal .boxlist li {
  width: calc(50% - 18px);
  background: #E47F6B;
  border-radius: 20px;
  padding: 36px 50px 60px;
  color: #fff;
}

.recruit-ideal .boxlist li:nth-of-type(2) {
  background: #DBBB68;
}

.recruit-ideal .boxlist li:nth-of-type(3) {
  background: #6EABD1;
}

.recruit-ideal .boxlist li:nth-of-type(4) {
  background: #72B89C;
}

.recruit-ideal .boxlist li .no {
  font-family: var(--font-en);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.64;
}

.recruit-ideal .boxlist li .above {
  margin-top: 5px;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.64;
}

.recruit-ideal .boxlist li h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.64;
}

.recruit-ideal .boxlist li .txt {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.64;
}

.recruit-flow {
  padding: 110px 0 142px;
}

.recruit-flow .phase {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.64;
}

.recruit-flow .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 56px auto 0;
}

.recruit-flow .list li {
  width: 20%;
  border-right: solid 1px #E2E2E2;
  text-align: center;
  line-height: 1.64;
}

.recruit-flow .list li:first-of-type {
  border-left: solid 1px #E2E2E2;
}

.recruit-flow .list li .step {
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 800;
  color: #CA3E40;
}

.recruit-flow .list li h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
}

.recruit-flow .list li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin-top: 10px;
}

.recruit-flow .list li .desc {
  width: fit-content;
  max-width: 161px;
  margin: 24px auto 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.recruit-mention {
  padding: 110px 0 140px;
  background: #F5F0E7;
}

.recruit-mention .em {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 700;
  /* text-align: center; */
  line-height: 1.64;
  max-width: 1160px;
  margin: 0 auto;
}

.recruit-mention h3 {
  max-width: 1200px;
  margin:  0 auto 30px;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid var(--text-color);
  padding-bottom: 10px;
}

.recruit-mention .phase {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  /* text-align: center; */
  line-height: 1.9;
  max-width: 1160px;
  margin: 20px auto 20px;
}

.recruit-mention .tbl {
  margin: 60px auto 80px;
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  border: solid 1px #D8D8D8;
}

.recruit-mention .tbl th,
.recruit-mention .tbl td {
  padding: 27px 53px 33px;
  line-height: 1.9;
}

.recruit-mention .tbl th {
  width: 22.75%;
  border: solid 1px #D8D8D8;
  background: #F8F8F8;
  vertical-align: middle;
}

.recruit-mention .tbl td {
  width: 77.25%;
  border: solid 1px #D8D8D8;
  background: #fff;
}

.recruit-mention .btn_wrap,
.modal__footer .btn_wrap {
  margin-top: 74px;
}

.recruit-mention .btn,
.modal__footer .btn {
  width: 582px;
  max-width: 90vw;
  margin: 0 auto;
  height: 75px;
  background-color: var(--highlight-color);
  border: 2px solid var(--highlight-color);
  color: white;
  background-image: url(./img/btn_arrow_white.png);
  background-position: 94% center;
  border-radius: 10px;
  font-size: 22px;
}
.recruit-mention .btn:hover,
.modal__footer .btn:hover {
  background-color: white;
  color: var(--highlight-color);
  background-image: url(./img/btn_arrow_red.png);
}


@media (max-width: 1199px) {

  .recruit-ideal .boxlist,
  .recruit-flow .list,
  .recruit-interview .voice {
    padding: 0 2%;
  }

  .recruit-mention .tbl {
    width: 96%;
  }
}

@media (max-width: 991px) {
  .recruit-flow .list {
    justify-content: center;
    gap: 30px 0;
  }

  .recruit-flow .list li {
    width: 33.3333%;
  }

  .recruit-flow .list li:nth-of-type(4) {
    border-left: solid 1px #E2E2E2;
  }

  .recruit-mention .tbl th,
  .recruit-mention .tbl td {
    padding: 14px 25px 18px;
  }

  .recruit-interview .voice .child {
    width: 48%;
    max-width: none;
  }

  .recruit-interview .voice .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .recruitpage .section-inner {
    padding: 0 0;
  }

  .recruit-mv .outer .txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    br {
      display: none;
    }
  }
}

@media (max-width: 990px) {


  .recruit-mv {
    padding: 0 0 60px;
  }

  .recruit-mv__in .img {
    height: 40vh;
  }

  .recruit-mv__in .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .recruit-mv__in .temp .en {
    font-size: 22px;
  }

  .recruit-mv__in .temp .ja {
    font-size: 28px;
  }

  .recruit-mv .outer {
    margin: 80px 0 0;
  }

  .recruit-mv .outer .temp .en {
    font-size: 42px;
  }

  .recruit-mv .outer .temp .ja {
    font-size: 28px;
  }



  .recruit-place .box {
    padding: 60px 20px 40px;
  }

  .recruit-place .box .txt {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }

  .recruit-place .box .boxlist {
    gap: 16px 20px;
    margin-top: 40px;
  }

  .recruit-place .box .boxlist li {
    width: 100%;
    padding: 30px 0 20px;
  }

  .recruit-place .box .boxlist li .img,
  .recruit-place .box .boxlist li .img img {
    height: 120px;
  }

  .recruit-place .box .boxlist li .info {
    margin-top: 30px;
  }

  .recruit-place .box .boxlist li .info .head {
    font-size: 24px;
  }

  .recruit-place .box .boxlist li .info .desc {
    font-size: 32px;
  }

  .recruit-place .box .boxlist li .info .desc .en {
    font-size: 40px;
  }

  .recruit-place .box .boxlist li .info .note {
    font-size: 16px;
  }

  .recruit-place .box .structure {
    padding: 30px 0 20px;
    margin-top: 30px;
  }

  .recruit-place .box .structure .head {
    font-size: 24px;
  }

  .recruit-place .box .structure .list {
    gap: 20px 0;
  }

  .recruit-place .box .structure .list li {
    width: 50%;
  }

  .recruit-place .box .structure .list li .img,
  .recruit-place .box .structure .list li .img img {
    height: 80px;
  }

  .recruit-place .box .structure .list li:nth-of-type(2) .img img {
    height: 66px;
  }

  .recruit-place .box .structure .list li .desc {
    margin-top: 20px;
    font-size: 20px;
  }

  .recruit-place .box .structure .list li .desc .en {
    font-size: 24px;
  }

  .recruit-schedule {
    padding: 60px 0 80px;
  }

  .recruit-schedule .phase {
    font-size: 16px;
    text-align: left;
  }

  .recruit-schedule .scheflow {
    margin-top: 30px;
  }

  .recruit-schedule .scheflow::after {
    right: auto;
  }

  .recruit-schedule .scheflow .row+.row,
  .recruit-schedule .scheflow .row:nth-of-type(3) {
    margin-top: 50px;
  }

  .recruit-schedule .scheflow .row>div {
    width: 100%;
  }

  .recruit-schedule .scheflow .row .left {
    padding: 0 0 0 40px;
  }

  .recruit-schedule .scheflow .row .time {
    font-size: 24px;
  }

  .recruit-schedule .scheflow .row .time::before {
    left: auto;
    right: 0;
    width: calc(100% + 30px);
  }

  .recruit-schedule .scheflow .row .time::after,
  .recruit-schedule .scheflow .row .right .time::after {
    left: -36px;
    right: auto;
  }

  .recruit-schedule .scheflow .row:nth-of-type(1) .right,
  .recruit-schedule .scheflow .row:nth-of-type(2) .right,
  .recruit-schedule .scheflow .row:nth-of-type(3) .right {
    margin-top: 50px;
  }

  .recruit-schedule .scheflow .row .head {
    margin-top: 15px;
    font-size: 18px;
  }

  .recruit-schedule .scheflow .row .txt {
    font-size: 14px;
  }

  .recruit-interview .box {
    padding: 50px 0 60px;
  }

  .recruit-interview .voice {
    gap: 50px;
    padding-inline: 20px;
    margin-top: 30px;
  }

  .recruit-interview .voice .child {
    width: 100%;
  }

  .recruit-interview .voice .phase, .modal__info .phase {
    left: -12px;
    font-size: 18px;
  }

  .recruit-interview .voice .info {
    margin-top: 15px;
  }

  .recruit-interview .voice .info .no, .modal__info .info .no {
    font-size: 36px;
  }

  .recruit-interview .voice .info .ttl, .modal__info .info .ttl {
    font-size: 10px;
  }

  .recruit-interview .voice .info .name .ja, .modal__info .info .name .ja {
    font-size: 18px;
  }

  .recruit-interview .voice .info .name .en, .modal__info .info .name .en {
    font-size: 13px;
  }

  .recruit-ideal {
    padding: 80px 0 0;
  }

  .recruit-ideal .boxlist {
    gap: 20px 16px;
    margin: 40px auto 0;
  }

  .recruit-ideal .boxlist li {
    width: 100%;
    padding: 20px 20px 35px;
  }

  .recruit-ideal .boxlist li .no {
    font-size: 36px;
  }

  .recruit-ideal .boxlist li .above {
    font-size: 16px;
  }

  .recruit-ideal .boxlist li h3 {
    font-size: 20px;
  }

  .recruit-ideal .boxlist li .txt {
    margin-top: 16px;
    font-size: 14px;
  }

  .recruit-flow {
    padding: 80px 0 100px;
  }

  .recruit-flow .phase {
    margin-top: 10px;
    font-size: 14px;
  }

  .recruit-flow .list li {
    width: 50%;
    padding: 0 10px;
  }

  .recruit-flow .list li:nth-of-type(4) {
    border-left: none;
  }

  .recruit-flow .list li:nth-of-type(odd) {
    border-left: solid 1px #E2E2E2;
  }

  .recruit-flow .list li .step {
    font-size: 13px;
  }

  .recruit-flow .list li h3 {
    font-size: 18px;
  }

  .recruit-flow .list li .img {
    height: 70px;
    margin-top: 8px;
  }

  .recruit-flow .list li .img img {
    height: 70px;
  }

  .recruit-flow .list li .desc {
    margin-top: 16px;
    font-size: 12px;
  }

  .recruit-mention {
    padding: 60px 20px 100px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .recruit-mention .em {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }

  .recruit-mention .phase {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }

  .recruit-mention .tbl,
  .recruit-mention .tbl tbody,
  .recruit-mention .tbl th,
  .recruit-mention .tbl td {
    display: block;
    width: 100%;
  }

  .recruit-mention .btn_wrap,
  .modal__footer .btn_wrap {
    margin-top: 40px;
  }

  .recruit-mention .btn,
  .modal__footer .btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }


}


/*modal*/

/**************************\
  Basic Modal Styles
\**************************/

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  position: relative;
  background-color: #F5F0E7;
  padding: 50px 92px;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  position: absolute;
  z-index: 2;
  right: 34px;
  top: 28px;
  display: block;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__content {
  line-height: 1.64;
}

.modal__info {
  display: flex;
  align-items: center;
  gap: 100px;
}

.modal__info .thumb {
  max-width: 480px;
  width: 48%;
}

.modal__info .info {
  flex: 1;
}

.modal__info .info .ttl {
  font-size: 16px;
}

.modal__info .info .name .ja {
  font-size: 26px;
}

.modal__info .info .name .en {
  font-size: 17px;
}

.modal__info .info .head {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: var(--theme-color-1);
  line-height: 1.5;
}

.modal__info .info .sub {
  margin-top: 25px;
}

.modal__info .info .job {
  color: var(--theme-color-1);
  font-weight: 500;
  font-size: 18px;
}

.modal__info .info .name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
}

.modal__chat {
  margin-top: 47px;
  padding: 0;
}

.modal__chat .block+.block {
  margin-top: 50px;
}

.modal__chat .que {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.64;
}

.modal__chat .que .no {
  font-family: var(--font-en);
  font-weight: 800;
}

.modal__chat .ans {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.modal__chat .ans .ico {
  width: 120px;
}

.modal__chat .ans .bal {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  min-height: 154px;
  font-size: 16px;
  line-height: 1.64;
}

.modal__chat .ans .bal::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: -20px;
  margin: auto;
  width: 48px;
  height: 36px;
  background: url(./img/recruit/recruit_balchip.svg) no-repeat center center;
  background-size: cover;
}

.modal__btn {
  cursor: pointer;
  margin-top: 37px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.modal__btn:hover {
  opacity: .8;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media (max-width: 767px) {
  .modal__close {
    right: 10px;
    top: 6px;
    width: 30px;
    height: auto;
  }

  .modal__close svg {
    width: 100%;
    height: auto;
  }

  .modal__container {
    padding: 30px 20px;
    max-width: calc(100% - 40px);
  }

  .modal__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .modal__info .thumb {
    max-width: 100%;
    width: 100%;
  }

  .modal__info .img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .modal__info .info {
    width: 100%;
  }

  .modal__info .info .head {
    font-size: 22px;
  }

  .modal__info .info .sub {
    margin-top: 15px;
  }

  .modal__info .info .job {
    font-size: 16px;
  }

  .modal__info .info .ttl {
    font-size: 14px;
  }

  .modal__info .info .name {
    font-size: 20px;
  }

  .modal__info .info .name .ja {
    font-size: 22px;
  }

  .modal__info .info .name .en {
    font-size: 15px;
  }

  .modal__chat .que {
    font-size: 20px;
  }

  .modal__chat .ans {
    gap: 15px;
  }

  .modal__chat .ans .ico {
    width: 60px;
  }

  .modal__chat .ans .bal {
    padding: 20px;
    min-height: 120px;
    font-size: 14px;
  }

  .modal__chat .ans .bal::after {
    width: 36px;
    height: 24px;
    left: -10px;
  }

  .modal__chat {
    margin-top: 30px;
  }

  .modal__btn {
    margin-top: 25px;
    width: 100%;
    font-size: 18px;
  }
}