@charset "UTF-8";
body {
  line-height: 1.8;
  border-style: solid;
}

.content-wrap {
  width: 100%;
  padding: 0 15px;
}
.content-wrap__inner--l {
  max-width: 1030px;
  margin: auto;
}
.content-wrap__inner--m {
  max-width: 910px;
  margin: auto;
}
.content-wrap__inner--s {
  max-width: 600px;
  margin: auto;
}

.btn {
  display: inline-block;
  padding: 12px 45px;
}

.mv {
  position: relative;
  width: 100%;
  background: url(../images/mv_bg.jpg) no-repeat center/cover;
  max-height: 648px;
  margin: auto;
  border-top: 5px solid #19A785;
  border-bottom: 5px solid #19A785;
}

.mv__text {
  padding: 10%;
}
@media screen and (min-width: 768px) {
  .mv__text {
    padding: 5% 0 5% 0;
  }
}

.osusume3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 20px auto 0;
  max-width: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .osusume3 {
    max-width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 60px;
    gap: 30px;
  }
}
.osusume3__item {
  border: 3px solid #19A785;
  background: #fff;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}
.osusume3__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .osusume3__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.osusume3__item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.osusume3__item-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .osusume3__item-text {
    text-align: center;
    font-size: 16px;
  }
}

.jirei-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.jirei-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .jirei-list__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 30px;
  }
}
.jirei-list__item {
  text-indent: -1em;
  padding-left: 1em;
}

.jirei-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.jirei-message__wrap {
  border: 2px solid #19A785;
  background: #fff;
  position: relative;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
}
@media screen and (min-width: 768px) {
  .jirei-message__wrap {
    padding: 40px;
  }
  .jirei-message__wrap::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -16px;
    top: 30px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-top: 2px solid #19A785;
    border-left: 2px solid #19A785;
    background: #fff;
  }
}

.tokutyou {
  border: 2px solid #19A785;
  border-left: 10px solid #19A785;
}
@media screen and (min-width: 768px) {
  .tokutyou {
    border-left: 36px solid #19A785;
  }
}
.tokutyou-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .tokutyou-list {
    margin-top: 60px;
    gap: 40px;
  }
}
.tokutyou__inner {
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .tokutyou__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 60px;
    gap: 40px;
  }
}
.tokutyou__title {
  font-size: 18px;
  font-weight: 500;
  color: #A2804A;
}
@media screen and (min-width: 768px) {
  .tokutyou__title {
    font-size: 28px;
  }
}
.tokutyou__text {
  font-size: 15px;
  margin-top: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .tokutyou__text {
    font-size: 16px;
  }
}
.tokutyou__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .tokutyou__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
}
.tokutyou__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.tokutyou__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .tokutyou__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}

.kizai-bg {
  background: url(../images/kizai_bg.jpg);
}

.toutyouki-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.toutyouki-items__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33% - 13.3333333333px);
          flex: 1 1 calc(33% - 13.3333333333px);
}
@media screen and (min-width: 768px) {
  .toutyouki-items__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(16.6666666667% - 16.6666666667px);
            flex: 1 1 calc(16.6666666667% - 16.6666666667px);
  }
}
.toutyouki-items__text {
  background: #19A785;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.toutyouki-items__image {
  width: 100%;
}
.toutyouki-items__image img {
  width: 100%;
}

.toutyouki-message {
  position: relative;
  top: 40px;
  background: #fff;
  padding: 20px;
  border: 2px solid #19A785;
  text-align: center;
}
.toutyouki-message::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  border-bottom: 2px solid #19A785;
  border-left: 2px solid #19A785;
  background: #fff;
}
.toutyouki-message__text {
  color: #19A785;
  font-size: 18px;
  font-weight: 500;
}

.equipments-title {
  background: #19A785;
  color: #fff;
  text-align: center;
  padding: 16px 8px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .equipments-title {
    font-size: 28px;
  }
}

.equipments {
  background: #fff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .equipments {
    gap: 40px;
    padding: 60px;
  }
}
.equipments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .equipments__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 30px auto;
    grid-template-columns: 200px auto;
    -ms-grid-rows: auto 30px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px;
  }
  .equipments__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .equipments__item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .equipments__item > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .equipments__item > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 768px) {
  .equipments__item.equipments__item-first {
    -ms-grid-columns: 300px auto;
    grid-template-columns: 300px auto;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .equipments__item.equipments__item-first > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .equipments__item.equipments__item-first > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .equipments__item.equipments__item-first > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .equipments__item.equipments__item-first > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.equipments__item.equipments__item-first .equipments__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}
@media screen and (min-width: 768px) {
  .equipments__item.equipments__item-first .equipments__item-body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.equipments__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  color: #A2804A;
  font-size: 16px;
  font-weight: 500;
  border-left: 5px solid #A2804A;
  padding-left: 0.5em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .equipments__item-title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-size: 24px;
  }
}
.equipments__item-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(35% - 10px);
          flex: 1 1 calc(35% - 10px);
}
@media screen and (min-width: 768px) {
  .equipments__item-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.equipments__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}
@media screen and (min-width: 768px) {
  .equipments__item-body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.equipments__item-text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: -0.3em;
}
@media screen and (min-width: 768px) {
  .equipments__item-text {
    font-size: 16px;
  }
}

.steps {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .steps {
    padding-top: 40px;
    gap: 60px;
  }
}
.steps__item {
  background: #fff;
  border: 2px solid #19A785;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  gap: 10px;
  max-width: 375px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .steps__item {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 40px 60px;
    gap: 40px;
  }
}
.steps__item::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: scaleY(0.8) translateX(-50%) rotate(-45deg);
          transform: scaleY(0.8) translateX(-50%) rotate(-45deg);
  background-color: #19A785;
  z-index: -1;
}
.steps__item:last-child::before {
  display: none;
}
.steps__header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
@media screen and (min-width: 768px) {
  .steps__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.steps__body {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .steps__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.steps__body-title {
  color: #A2804A;
  font-size: 20px;
  font-weight: 500;
}
.steps__body-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .steps__body-text {
    font-size: 16px;
  }
}
.steps__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(70% - 20px);
          flex: 1 1 calc(70% - 20px);
}
@media screen and (min-width: 768px) {
  .steps__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

table {
  background: #fff;
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px 13px;
  vertical-align: top;
}

.plans__title {
  position: relative;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  top: -2em;
}
.plans__title::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #4B73A4;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.plans__title-inner {
  position: relative;
  z-index: 1;
  padding: 0 1em;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .plans__title-inner {
    font-size: 18px;
    height: 60px;
  }
}
.plans__title-inner::before {
  content: "";
  display: block;
  background: #7A99C4;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.plans__header {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 32px;
}
.plans__body .table-wrap {
  padding-top: 2em;
}
.plans__body table {
  margin: auto;
}
.plans thead {
  background: #19A785;
  color: #fff;
}
.plans thead .plan-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.plans thead .plan-title-osusume {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #19A785;
  position: relative;
  padding-top: 20px;
}
.plans thead .plan-title-osusume::after {
  content: "おススメ!";
  display: block;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
  color: #19A785;
  padding: 0px 14px;
  border: 2px solid #19A785;
  font-size: 14px;
}
.plans thead .plan-text {
  background-color: #fff;
  color: #333;
}

.merit-bg {
  background: url(../images/merit_bg.jpg) no-repeat center/cover;
}

.footer {
  background: #fff;
  padding: 40px 0;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer-container {
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.footer-text {
  font-size: 14px;
}

.copyright {
  padding-top: 40px;
  text-align: center;
  font-size: 13px;
}

.CF7_wrap {
  width: 100%;
  background: #fff;
  padding: 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .CF7_wrap {
    padding: 60px 20px;
    margin-top: 80px;
  }
}

.CF7_table,
.CF7_table tr,
.CF7_table td,
.CF7_table th {
  display: block;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .CF7_table {
    display: table;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .CF7_table td,
.CF7_table th {
    display: table-cell;
    padding: 16px;
  }
}

.CF7_table td,
.CF7_table th {
  border: 0 solid #ccc;
}

.CF7_table td {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .CF7_table td {
    padding: 16px;
  }
}

.CF7_table tr {
  border: 0 solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .CF7_table tr {
    border-bottom: 0;
    display: table-row;
  }
}

.CF7_table tr:last-child {
  border-bottom: 0;
}

.CF7_req,
.CF7_unreq {
  display: inline-block;
  font-size: 14px;
  padding: 2px 6px;
  color: #333;
  background: #ddd;
  margin-right: 8px;
}

.CF7_req {
  color: #fff;
  background: #19A785;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  max-width: 100%;
  width: 100%;
  background: #eee;
  padding: 8px;
  border-radius: 2px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.CF7_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
.CF7_btn input[type=submit] {
  background: #19A785;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  min-width: 280px;
}

.sp_inq {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #19A785;
}

.footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.7rem;
}
.footer-buttons .sp-tel,
.footer-buttons .sp-mail,
.footer-buttons .sp-line {
  width: 100%;
  text-align: center;
}
.footer-buttons .sp-tel i,
.footer-buttons .sp-mail i,
.footer-buttons .sp-line i {
  display: block;
  font-size: 1.4rem;
  color: #fff;
}
.footer-buttons .sp-tel a,
.footer-buttons .sp-mail a,
.footer-buttons .sp-line a {
  color: #fff;
  display: block;
}
.footer-buttons .sp-mail,
.footer-buttons .sp-line {
  border-left: 1px solid #eee;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 11;
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .gnav {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.gnav.active {
  left: 0;
}

.menu-toggle {
  cursor: pointer;
  padding: 10px;
  border: none;
  background-color: transparent;
  outline: none;
  position: fixed;
  top: 2px;
  right: 0px;
  z-index: 11;
}
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.active .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}
.menu-toggle.active .line2 {
  opacity: 0;
}
.menu-toggle.active .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

.menu-icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
}

.line1,
.line2,
.line3 {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.line1 {
  top: 0;
}

.line2 {
  top: 8px;
}

.line3 {
  top: 16px;
}