@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aldrich&family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Gothic&family=M+PLUS+Rounded+1c&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 0.07vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: #333333;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--g-angle)), color-stop(var(--g-color-0)), color-stop(var(--g-color-1)), to(var(--g-color-2)));
  background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1), var(--g-color-2) var(--g-position-2));
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  border-radius: 70px;
  border-right: 3px solid white;
  border-top: 3px solid white;
  -webkit-box-shadow: 3px 3px 0px rgba(130, 178, 197, 0.5019607843);
          box-shadow: 3px 3px 0px rgba(130, 178, 197, 0.5019607843);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  height: 73px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 5px 0px;
  width: 388px;
  --gap-h-fcf4c54c-c053-4f23-b562-46ea8a3c9be0: 10px;
  --gap-v-fcf4c54c-c053-4f23-b562-46ea8a3c9be0: 0px;
  --gap-uuid: fcf4c54c-c053-4f23-b562-46ea8a3c9be0;
  max-width: 100%;
  --g-color-0: #61b437ff;
  --g-position-0: 0%;
  --g-color-1: #61b43780;
  --g-position-1: 48%;
  --g-color-2: #61b437ff;
  --g-position-2: 100%;
  --g-color-3: #61b437ff;
  --g-position-3: 100%;
  --g-color-4: #61b437ff;
  --g-position-4: 100%;
  --g-color-5: #61b437ff;
  --g-position-5: 100%;
  --g-color-6: #61b437ff;
  --g-position-6: 100%;
  --g-color-7: #61b437ff;
  --g-position-7: 100%;
  --g-color-8: #61b437ff;
  --g-position-8: 100%;
  --g-color-9: #61b437ff;
  --g-position-9: 100%;
  --g-color-10: #61b437ff;
  --g-position-10: 100%;
  --g-color-11: #61b437ff;
  --g-position-11: 100%;
  --g-angle: 180deg;
}
.c-btn span {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-left: -40px;
  position: relative;
}
.c-btn span::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  z-index: 1;
}
.c-btn span::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: unset;
  border-left: 7px solid #61b437;
  position: absolute;
  top: calc(50% - 4px);
  right: -24px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .c-btn {
    width: 100%;
    height: 62px;
  }
  .c-btn span {
    font-size: 24px !important;
  }
}

@-webkit-keyframes pulse-grow {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes pulse-grow {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.sec-line .line-btn__apply {
  display: block;
  width: 625px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sec-line .line-btn__apply:hover {
  opacity: 0.6;
  -webkit-animation: pulse-grow 0.6s ease-in-out infinite;
          animation: pulse-grow 0.6s ease-in-out infinite;
}
.sec-line .line-img {
  margin-top: 40px;
}
.sec-line .line-txt {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 14px;
  color: #1E1E1E;
  line-height: 1.8;
  padding: 10px;
}

.sec-problem .fas.fa-check-circle {
  color: #046F04;
  font-size: 1.25em;
}
.sec-problem .problem-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;
  width: 68%;
  padding: 10px;
}
.sec-problem .problem-text {
  font-size: 19px;
  font-weight: bold;
  line-height: 35px;
  padding-left: 10px;
  color: black;
}
.sec-problem .problem-text-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #d2dc11));
  background: linear-gradient(transparent 60%, #d2dc11 0%);
}
.sec-problem .problem-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sec-problem .problem-img {
  width: 336px;
  top: -30px;
  position: absolute;
  right: -10px;
}

.sec-voice {
  background-color: rgba(210, 220, 17, 0.2);
}
.sec-voice .wrap {
  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;
  padding: 43px 0 30px;
}
.sec-voice .panel {
  border: 5px solid #D2DC11;
  border-radius: 20px;
  margin: 7px;
  padding: 10px 10px 50px;
  background-color: white;
}
.sec-voice .panel .title {
  text-align: center;
  padding: 15px;
}
.sec-voice .panel .title span {
  background-color: #88AF31;
  font-family: "Aldrich", Sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 26px;
  border-radius: 38px;
  padding: 20px 40px;
  display: inline-block;
  color: white;
}
.sec-voice .panel .lead {
  padding: 20px 30px;
  font-size: 31px;
  font-weight: bold;
  line-height: 45px;
  color: #DE0011;
  text-align: center;
}
.sec-voice .panel .address {
  margin: 20px 20px 0;
  text-align: right;
}
.sec-voice .panel .address span {
  background-color: rgba(210, 220, 17, 0.3882352941);
  padding: 35px 30px;
  display: inline-block;
  font-family: "Sawarabi Gothic", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 37px;
  color: black;
}
.sec-voice .panel .video {
  margin: 15px;
  position: relative;
  cursor: pointer;
}
.sec-voice .panel .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  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;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 5px solid white;
}
.sec-voice .panel .play-icon {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  margin-left: 4px;
}

.sec-teacher-intro .panel {
  padding: 40px 0 50px;
  background: url(../img/line_bg.png);
  background-position: center;
}
.sec-teacher-intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-teacher-intro .col {
  width: 50%;
}
.sec-teacher-intro .desc {
  color: #353535;
  font-family: "M PLUS Rounded 1c", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
.sec-teacher-intro .desc1 {
  padding: 20px;
}
.sec-teacher-intro .desc2 {
  padding: 0 20px;
}
.sec-teacher-intro .teacher {
  padding: 10px;
}
.sec-teacher-intro .teacher .img {
  padding: 10px 20px;
}
.sec-teacher-intro .teacher .lead {
  text-align: center;
  color: #353535;
  font-size: 14px;
  font-weight: bold;
}
.sec-teacher-intro .teacher .name {
  text-align: center;
  color: #353535;
  font-size: 31px;
  font-weight: bold;
}

.sec-testimonials {
  background-color: rgba(210, 220, 17, 0.2);
}
.sec-testimonials .wrap {
  padding: 20px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.sec-testimonials .panel {
  margin: 10px;
  padding: 30px;
  background-color: white;
}
.sec-testimonials .desc {
  color: #353535;
  font-family: "M PLUS 1p", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}

.sec-salon .panel_inner {
  max-width: 1285px;
  margin: auto;
}
.sec-salon .panel {
  padding: 60px 0 20px;
}
.sec-salon .title {
  text-align: center;
}
.sec-salon .title span {
  background-color: #88AF31;
  font-family: "Aldrich", Sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 26px;
  border-radius: 38px;
  color: white;
  display: inline-block;
  padding: 20px 40px;
}
.sec-salon .title span .red {
  color: red;
  padding: 0;
  margin-right: 10px;
}
.sec-salon .lead {
  text-align: center;
  color: #046F04;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-top: 25px;
}
.sec-salon .lead span {
  background-color: #ffff00;
  display: inline-block;
}
.sec-salon .lead span:first-child {
  margin-bottom: 10px;
}
.sec-salon .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.sec-salon .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-salon .img {
  min-width: 408px;
  width: 408px;
}
.sec-salon .txtarea {
  padding: 0 20px;
}
.sec-salon .txtarea_lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
  color: black;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sec-salon .txtarea p {
  color: #353535;
  font-family: "M PLUS 1p", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.sec-salon .txtarea p .red {
  color: #ff0000;
}

.sec-benefit .txt {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 40px;
}
.sec-benefit .arrow {
  margin-top: 30px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-benefit .arrow img {
  width: 365px;
}
.sec-benefit .wrap {
  margin-top: 30px;
}

.sec-member {
  background-color: rgba(210, 220, 17, 0.2);
}
.sec-member .wrap {
  padding: 70px 0;
}
.sec-member .panel {
  border: 7px solid #B27B10;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 10px;
  background-color: white;
}
.sec-member .panel:not(:last-child) {
  margin-bottom: 30px;
}
.sec-member .img {
  padding: 0px 8px;
}
.sec-member img {
  width: 100%;
}
.sec-member .txt {
  color: #353535;
  font-family: "M PLUS 1p", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding: 20px;
}
.sec-member .txt .underline {
  text-decoration: underline;
  font-weight: bold;
}

.sec-faq .wrap {
  padding: 70px 0 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;
}
.sec-faq .ppc--qa--box {
  border: 1px solid #c6c6c6;
  background-color: #fff;
}
.sec-faq .ppc--qa--box--tit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5px;
  color: #046f04;
  background-color: rgba(210, 220, 17, 0.2);
  padding: 24px 10px 24px 15px;
  cursor: pointer;
}
.sec-faq .ppc--qa--box--tit::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #adadad;
  font-size: 20px;
  line-height: 1;
}
.sec-faq .ppc--qa--box--tit.active::after {
  content: "\f068";
}
.sec-faq .ppc--qa--box--txt {
  display: none;
  padding: 24px 15px;
}
.sec-faq .ppc--qa--box--txt p {
  margin: 0;
  color: #000;
  font-family: "M PLUS 1p", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.sec-faq .ppc--qa--box--txt .a {
  color: #ff0000;
  font-weight: 700;
}

.footer {
  text-align: center;
  padding: 60px;
  background-color: #002200;
  color: white;
  font-family: "Sawarabi Gothic", Sans-serif;
}
.footer a {
  font-size: 16px;
  color: white;
}
.footer p {
  font-size: 13px;
  margin-top: 20px;
}

.line-link {
  position: fixed;
  bottom: 20px;
  right: 0;
}
.line-link:hover {
  opacity: 0.5;
}

body.modal-open {
  overflow: hidden;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
}
.video-modal.is-open {
  display: block;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-modal__dialog {
  position: relative;
  width: 85vw;
  margin: 40px auto;
  z-index: 1;
}

.video-modal__close {
  position: absolute;
  right: -8px;
  top: -40px;
  border: 0;
  color: #fff;
  background: unset;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.video-modal__player-wrap {
  position: relative;
  width: 100%;
  background-color: #000;
  height: 88vh;
  margin-top: 7vh;
}
.video-modal__player-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
  .sec-line .line-img {
    margin-top: 0px;
  }
  .sec-line .line-btn__apply {
    width: 100%;
  }
  .sec-line .line-txt {
    font-size: 12px;
  }
  .sec-line .line-btn {
    margin-top: 10px;
  }
  .sec-problem .problem-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    width: 100%;
    margin: 20px 0 40px;
  }
  .sec-problem .problem-img {
    width: 100%;
    top: unset;
    position: relative;
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-problem .problem-img img {
    width: 195px;
  }
  .sec-problem .problem-list {
    width: 100%;
  }
  .sec-problem .problem-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .sec-problem .problem-text {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 10px;
  }
  .sec-voice .wrap {
    gap: 10px;
  }
  .sec-voice .panel {
    border: 5px solid #D2DC11;
    padding: 10px 10px 20px;
  }
  .sec-voice .panel .title span {
    font-size: 19px;
    line-height: 1.5;
    padding: 10px;
  }
  .sec-voice .panel .lead {
    padding: 20px 0;
    font-size: 22px;
    line-height: 1.5;
  }
  .sec-voice .panel .lead br {
    display: none;
  }
  .sec-voice .panel .address {
    text-align: center;
    margin: 20px 0 0;
  }
  .sec-voice .panel .address span {
    font-size: 14px;
    width: 100%;
    padding: 25px 30px;
  }
  .sec-teacher-intro .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec-teacher-intro .col {
    width: 100%;
  }
  .sec-teacher-intro .teacher .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-teacher-intro .teacher .img img {
    width: 213px;
  }
  .sec-teacher-intro .teacher .name {
    margin-top: 20px;
    font-size: 25px;
  }
  .sec-testimonials .wrap {
    gap: 0;
    padding: 20px 0 30px;
  }
  .sec-salon .title span {
    font-size: 26px;
    line-height: 1/2px;
    border-radius: 38px;
    padding: 10px;
  }
  .sec-salon .lead {
    font-size: 25px;
    margin-top: 25px;
    padding: 0 10px;
    line-height: 1.7;
  }
  .sec-salon .lead span {
    display: inline;
  }
  .sec-salon .txtarea {
    padding: 0 10px;
  }
  .sec-salon .row {
    display: block;
    margin-top: 20px;
  }
  .sec-salon .img {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
  .sec-benefit .txt {
    font-size: 27px;
    line-height: 1.3;
  }
  .sec-benefit .arrow img {
    width: 177px;
  }
  .sec-member .wrap {
    padding: 40px 5px;
  }
  .sec-member .panel:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec-member .img {
    padding: 0;
  }
  .sec-faq .ppc--qa--box--tit {
    font-size: 17px;
  }
  .sec-faq .wrap {
    padding: 20px 5px 20px;
  }
  .footer {
    padding: 60px 20px 100px;
  }
  .line-link {
    bottom: 0;
  }
}
.sp-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span {
  border-bottom: 2px solid #01439b;
  width: 30px;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  margin-bottom: unset;
  width: 30px;
}

.sp-menu-item.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2px, 3px);
  transform: rotate(-45deg) translate(-2px, 3px);
}

.sp-menu-item.change span:nth-child(2) {
  display: none;
}

.sp-menu-item.change span:last-child {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(-3px, -4px);
  transform: rotate(45deg) translate(-3px, -4px);
}

@media (max-width: 1300px) {
  .sp-menu {
    display: block;
  }
}
.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 85px);
  z-index: 20;
  padding: 60px 36px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 99;
  overflow: auto;
}
.menu-overlay .sp_link {
  padding: 15px;
  color: #01439b;
  font-weight: 500;
  font-size: 18px;
}
.menu-overlay.change {
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1300px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
}
.u-inner {
  max-width: 800px;
  margin: auto;
}

.u-inner-750 {
  max-width: 750px;
  margin: auto;
}

.u-mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.sec-title {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D2DC11), to(#88AF31));
  background-image: linear-gradient(180deg, #D2DC11 0%, #88AF31 100%);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.99);
  color: white;
  text-align: center;
}
.sec-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 100px;
  padding: 35px 15px;
}
.sec-title p {
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 0px 3px #000000;
  padding-bottom: 25px;
}

.u-bg-yellow {
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
  .sec-title h2 {
    font-size: 33px;
    line-height: 1.5;
    padding: 35px 15px;
  }
  .sec-title p {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .u-inner-750 {
    padding: 0 5px;
  }
}
@media screen and (min-width: 769px) {
  .u-pc-hidden {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
