@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: left;
  color: #4C4438;
  font-size: 16px;
  line-height: 1.7;
  background: #FFF;
  word-break: break-all;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 65px;
  }
}

a:link,
a:visited {
  color: #339C6A;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #339C6A;
  text-decoration: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 4px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4C4438;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  border: 1px solid #999;
  padding: 8px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
    width: 100%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 3px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4C4438;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 8px 34px 8px 8px;
  cursor: pointer;
  background: #FFF url(../img/icon_select.png) no-repeat 92% center;
  background-size: 13px 13px;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
  white-space: nowrap;
  cursor: pointer;
}
input[type=radio] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 1px solid #4C4438;
  border-radius: 50%;
}
input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #339C6A;
  border-radius: 50%;
}

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

.wpcf7-not-valid-tip {
  color: #DD685D !important;
}

.wpcf7-response-output {
  padding: 10px !important;
  border-radius: 8px;
}

.wpcf7-spinner {
  display: none !important;
}

input::placeholder {
  color: #BBB;
}

textarea::placeholder {
  color: #BBB;
}

.l-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: fixed;
    top: 0;
    height: 65px;
    background: #FFF;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  }
}
.l-header::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 295px;
  height: 240px;
  background: url(../img/bg_header_left.png) no-repeat left top/contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .l-header::before {
    width: 80px;
    height: 55px;
  }
}
.l-header::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 295px;
  height: 240px;
  background: url(../img/bg_header_right.png) no-repeat right top/contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .l-header::after {
    width: 80px;
    height: 55px;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-global-nav {
    display: block !important;
  }
  .l-global-nav__inner {
    padding-top: 162px;
  }
  .l-global-nav__inner-wrap {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-global-nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-property: transform;
  }
  .l-global-nav.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .l-global-nav__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .l-global-nav__inner-wrap {
    width: 100%;
    overflow-y: auto;
    padding: 15px 40px;
  }
}
.l-container-fluid {
  position: relative;
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid {
    padding: 40px 15px;
  }
}

.l-container-fluid-narrow {
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid-narrow {
    padding: 40px 15px;
  }
}

.l-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.l-container-narrow {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.l-mainvisual {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .l-mainvisual {
    padding: 15px 15px 0 15px;
    background: linear-gradient(0deg, #FFF, #EBF2DD);
  }
}

.l-swiper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-swiper {
    border-radius: 15px;
  }
}

.l-whitebox {
  padding: 70px;
  background: #FFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .l-whitebox {
    padding: 30px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
}

.l-footer {
  position: relative;
  padding: 70px 30px 50px 30px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 15px 85px 15px;
  }
}
.l-footer::before {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 290px;
  background: url(../img/bg_footer_left.png) no-repeat left bottom/contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .l-footer::before {
    width: 200px;
    height: 183px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer::before {
    width: 100px;
    height: 90px;
  }
}
.l-footer::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 290px;
  background: url(../img/bg_footer_right.png) no-repeat right bottom/contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .l-footer::after {
    width: 200px;
    height: 183px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer::after {
    width: 100px;
    height: 90px;
  }
}

.l-footer-inner {
  margin: 40px 0 60px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer-inner {
    margin: 30px 0;
    display: block;
  }
}
.l-footer-inner__left {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .l-footer-inner__left {
    width: auto;
  }
}
.l-footer-inner__right {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .l-footer-inner__right {
    width: auto;
    margin-top: 30px;
  }
}

a.c-btn-more {
  background: #339C6A;
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 18px 50px;
  font-size: 108%;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-more {
    width: 280px;
  }
}
a.c-btn-more:hover {
  background: #33B46A;
}
a.c-btn-more::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  a.c-btn-more::after {
    right: 25px;
    width: 14px;
    height: 14px;
  }
}

a.c-btn-recruit-apply {
  background: #ACC51A;
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 18px 50px;
  font-size: 108%;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-recruit-apply {
    width: 280px;
  }
}
a.c-btn-recruit-apply:hover {
  background: #B9D01A;
}
a.c-btn-recruit-apply::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow.png) no-repeat center center/cover;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  a.c-btn-recruit-apply::after {
    right: 25px;
    width: 14px;
    height: 14px;
  }
}

.c-btn-send {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn-send {
    margin-top: 20px;
  }
}
.c-btn-send input[type=submit] {
  display: inline-block;
  width: 300px;
  padding: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 108%;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  background: #ACC51A;
  border: 0;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn-send input[type=submit] {
    width: 280px;
  }
}
.c-btn-send input[type=submit]:hover {
  background: #B9D01A;
}

a.c-btn-line {
  width: 240px !important;
  background: #339C6A;
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 18px 50px;
  font-size: 108%;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-line {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  a.c-btn-line {
    width: 280px !important;
  }
}
a.c-btn-line:hover {
  background: #33B46A;
}
a.c-btn-line::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  width: 24px;
  height: 24px;
  background: url(../img/icon_line.png) no-repeat center center/cover;
}

.c-grid {
  margin-bottom: 60px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-grid {
    margin-bottom: 30px;
  }
  .c-grid:last-child {
    margin-bottom: 0;
  }
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-grid-come {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-grid-come {
    margin-top: 0;
    flex-direction: column-reverse;
  }
}
.c-grid-come__left {
  width: 47%;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .c-grid-come__left {
    width: auto;
    padding-top: 0;
    margin-top: 20px;
  }
}
.c-grid-come__right {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .c-grid-come__right {
    width: auto;
  }
}

.c-tab-content {
  display: none;
}
.c-tab-content.active {
  display: block;
}

.c-label-required {
  float: right;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  margin-top: 2px;
  padding: 6px;
  background: #DD685D;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .c-label-required {
    font-size: 11px;
    padding: 4px 6px 5px 6px;
  }
}

.c-label-required-textarea {
  float: right;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  margin-top: -12px;
  padding: 6px;
  background: #DD685D;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .c-label-required-textarea {
    margin-top: 2px;
    font-size: 11px;
    padding: 4px 6px 5px 6px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-lead {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 93%;
    line-height: 1.5;
  }
  .p-logo {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .p-logo img {
    width: 550px;
  }
}
@media screen and (max-width: 1024px) {
  .p-lead {
    display: none;
  }
  .p-logo {
    position: static;
    text-align: center;
    padding-top: 18px;
  }
  .p-logo img {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-logo-footer {
    text-align: center;
  }
}
.p-logo-footer img {
  width: 430px;
}
@media screen and (max-width: 768px) {
  .p-logo-footer img {
    width: 300px;
  }
}

.p-address {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-address {
    margin-top: 12px;
    font-size: 85%;
    text-align: center;
  }
}

.p-sns-line {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-sns-line {
    position: static;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
}
.p-sns-line li img {
  width: 35px;
}

.p-footer-number {
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #E3DFCF;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-footer-number {
    padding: 15px 15px 13px 15px;
    display: block;
    text-align: center;
  }
}
.p-footer-number dt {
  margin-right: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-footer-number dt {
    margin: 0 0 2px 0;
  }
}
.p-footer-number dd a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-footer-number dd a {
    pointer-events: fill;
  }
}
.p-footer-number dd a img {
  width: 240px;
}

.p-table-hour {
  width: 100%;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table-hour {
    font-size: 93%;
    white-space: nowrap;
  }
}
.p-table-hour th {
  padding: 9px;
  border: 1px solid #E3DFCF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-table-hour th {
    padding: 7px 5px;
  }
}
.p-table-hour th.head1 {
  background: #ACC51A;
  color: #FFF;
}
.p-table-hour th.head2 {
  background: #F5F4EC;
}
.p-table-hour td {
  padding: 13px;
  border: 1px solid #E3DFCF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-table-hour td {
    padding: 10px 5px;
  }
}

.p-note-hour {
  margin-top: 15px;
  font-size: 93%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-note-hour {
    margin-top: 10px;
    font-size: 85%;
  }
}

.p-footer-map {
  width: 100%;
  height: 290px;
}
@media screen and (max-width: 768px) {
  .p-footer-map {
    height: 230px;
  }
}

.p-copyright {
  margin-top: 50px;
  font-size: 93%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-copyright {
    margin-top: 30px;
  }
}

.p-fixed-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fixed-button {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0 5px 5px 5px;
  }
  .p-fixed-button li {
    text-align: center;
  }
}

.p-pagetop {
  position: fixed;
  bottom: -75px;
  right: 30px;
  z-index: 998;
  cursor: pointer;
}
.p-pagetop img {
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .p-pagetop {
    display: none;
  }
}

.p-toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
  }
  .p-toggle .hamburger-icon {
    display: block;
    position: absolute;
    top: 31px;
    left: 18px;
    width: 28px;
    height: 2px;
    background: #4C4438;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before,
  .p-toggle .hamburger-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 2px;
    background: #4C4438;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before {
    margin-top: -10px;
  }
  .p-toggle .hamburger-icon::after {
    margin-top: 8px;
  }
  .p-toggle .close {
    background: transparent;
  }
  .p-toggle .close::before,
  .p-toggle .close::after {
    margin-top: 0;
  }
  .p-toggle .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .p-toggle .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .p-global-nav {
    display: flex;
    align-items: center;
  }
  .p-global-nav * {
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .p-global-nav > li {
    position: relative;
    margin: 0 18px;
    font-size: 116%;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    z-index: 0;
  }
  .p-global-nav > li::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -21px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #B7D56E;
    pointer-events: none;
  }
  .p-global-nav > li::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    background: #FFDB00;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
  }
  .p-global-nav > li:hover::before {
    opacity: 0.4;
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
  .p-global-nav > li a {
    color: #4C4438;
    text-decoration: none;
  }
  .p-global-nav > li:hover ul {
    visibility: visible;
    opacity: 100;
    filter: alpha(opacity=100);
  }
  .p-global-nav > li ul {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    width: 180px;
    margin-top: 15px;
    margin-left: -53px;
    left: 0;
    padding: 17px 20px;
    background: rgb(40, 156, 81);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  .p-global-nav > li ul::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
  }
  .p-global-nav > li ul li a {
    font-size: 80%;
    line-height: 2;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
  }
  .p-global-nav > li ul li a:hover {
    text-decoration: underline;
  }
  .p-global-nav > li:first-child, .p-global-nav > li:last-child::after {
    display: none;
  }
  .p-global-nav > li:nth-child(6) {
    font-size: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-global-nav {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-global-nav > li {
    margin-bottom: 5px;
  }
  .p-global-nav > li > a {
    display: block;
    font-size: 116%;
    color: #4C4438;
    text-align: center;
    text-decoration: none;
  }
  .p-global-nav > li > a br {
    display: none;
  }
  .p-global-nav > li ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0;
    padding: 12px 10px 9px 10px;
    background: #D7DCA8;
    border-radius: 10px;
  }
  .p-global-nav > li ul:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #D7DCA8;
  }
  .p-global-nav > li ul li {
    width: 50%;
    font-size: 93%;
    line-height: 1.6;
    text-align: center;
  }
  .p-global-nav > li ul li a {
    color: #4C4438;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-sub-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 270px;
  }
  .p-sub-nav li {
    width: 50%;
  }
  .p-sub-nav li a {
    display: block;
    font-size: 93%;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    transition: 0.2s;
  }
  .p-sub-nav li:first-child a {
    padding: 8.5px;
    color: #339C6A;
    background: #FFF;
    border: 1.5px solid #339C6A;
  }
  .p-sub-nav li:first-child a:hover {
    background: #EDFAE6;
  }
  .p-sub-nav li:first-child a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 18px;
    height: 18px;
    background: url(../img/icon_language.png) no-repeat center center/cover;
  }
  .p-sub-nav li:last-child a {
    padding: 10px;
    color: #FFF;
    background: #339C6A;
  }
  .p-sub-nav li:last-child a:hover {
    background: #33B46A;
  }
  .p-sub-nav li:last-child a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon_line.png) no-repeat center center/cover;
  }
  .p-utility-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 85px;
    right: 30px;
    width: 275px;
  }
  .p-utility-nav li:first-child a {
    pointer-events: none;
  }
  .p-utility-nav li:last-child a img {
    display: block;
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sub-nav {
    display: flex;
    gap: 15px;
    width: 100%;
  }
  .p-sub-nav li {
    width: 50%;
  }
  .p-sub-nav li a {
    display: block;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    transition: 0.2s;
  }
  .p-sub-nav li:first-child a {
    padding: 10.5px;
    color: #339C6A;
    background: #FFF;
    border: 1.5px solid #339C6A;
  }
  .p-sub-nav li:first-child a:hover {
    background: #EBF2DD;
  }
  .p-sub-nav li:first-child a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 18px;
    height: 18px;
    background: url(../img/icon_language.png) no-repeat center center/cover;
  }
  .p-sub-nav li:last-child a {
    padding: 12px;
    color: #FFF;
    background: #339C6A;
  }
  .p-sub-nav li:last-child a:hover {
    background: #33B46A;
  }
  .p-sub-nav li:last-child a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon_line.png) no-repeat center center/cover;
  }
  .p-utility-nav {
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 270px;
  }
  .p-utility-nav li:last-child img {
    display: block;
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
.p-footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 850px;
  margin: -2px auto;
}
@media screen and (max-width: 768px) {
  .p-footer-nav {
    margin: -10px 0 0 0;
    padding-left: 10px;
    justify-content: flex-start;
  }
}
.p-footer-nav li {
  margin: 2px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer-nav li {
    position: relative;
    margin: 10px 0 0 0;
    padding-left: 13px;
    font-size: 85%;
    line-height: 1.4;
    width: 50%;
    text-align: left;
  }
  .p-footer-nav li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #ACC51A;
  }
}
.p-footer-nav li a {
  color: #4C4438;
}

.p-title-mark {
  margin-bottom: 60px;
  padding-top: 90px;
  font-size: 208%;
  line-height: 1.4;
  text-align: center;
  background: url(../img/icon_logo.png) no-repeat center top;
  background-size: 90px 90px;
}
@media screen and (max-width: 768px) {
  .p-title-mark {
    margin-bottom: 40px;
    padding-top: 70px;
    font-size: 147%;
    background-size: 70px 70px;
  }
}

.p-title-simple-green {
  margin-bottom: 30px;
  font-size: 162%;
  line-height: 1.4;
  color: #339C6A;
}
@media screen and (max-width: 768px) {
  .p-title-simple-green {
    margin-bottom: 25px;
    font-size: 131%;
  }
}

.p-title-center-dotted {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 208%;
  line-height: 1.4;
  color: #339C6A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-title-center-dotted {
    margin-bottom: 30px;
    font-size: 162%;
  }
}
.p-title-center-dotted::before, .p-title-center-dotted::after {
  content: "";
  flex-grow: 1;
  border-top: 4px dotted #B7D56E;
}
.p-title-center-dotted::before {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-title-center-dotted::before {
    margin-right: 1.2rem;
  }
}
.p-title-center-dotted::after {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-title-center-dotted::after {
    margin-left: 1.2rem;
  }
}

.p-title-balloon {
  position: relative;
  margin-bottom: 35px;
  padding: 14px;
  font-size: 147%;
  line-height: 1.4;
  text-align: center;
  background: #F5F4EC;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-title-balloon {
    margin-bottom: 25px;
    padding: 10px;
    font-size: 116%;
    border-radius: 6px;
  }
}
.p-title-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #F5F4EC;
}

.p-title-bird {
  margin-bottom: 15px;
  padding-left: 52px;
  font-size: 147%;
  line-height: 1.4;
  background: url(../img/icon_bird_yellow.png) no-repeat 0 center;
  background-size: 42px 42px;
}
@media screen and (max-width: 768px) {
  .p-title-bird {
    padding-left: 43px;
    font-size: 116%;
    background-size: 35px 35px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .slide-img img {
    height: 230px;
  }
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 20px;
  }
}

.swiper-pagination-bullet {
  display: block;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 7px;
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  background: #ACC51A;
}

.p-btn-recruit-balloon {
  position: absolute;
  bottom: -70px;
  right: 10%;
  z-index: 1;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .p-btn-recruit-balloon {
    right: 25px;
    bottom: -42px;
  }
}
.p-btn-recruit-balloon:hover {
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .p-btn-recruit-balloon:hover {
    bottom: -30px;
  }
}
.p-btn-recruit-balloon img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-btn-recruit-balloon img {
    width: 90px;
  }
}

.p-recruit-about {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
.p-recruit-about::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 40px;
  left: 0;
  width: 95px;
  height: 95px;
  background: url(../img/recurit_bird_left.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-recruit-about::before {
    top: 10px;
    width: 50px;
    height: 50px;
  }
}
.p-recruit-about::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 40px;
  right: 0;
  width: 95px;
  height: 95px;
  background: url(../img/recurit_bird_right.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-recruit-about::after {
    top: 10px;
    width: 50px;
    height: 50px;
  }
}
.p-recruit-about__title {
  font-size: 193%;
  line-height: 1.3;
  color: #339C6A;
  font-weight: bold;
  text-align: center;
}
.p-recruit-about__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__title {
    font-size: 147%;
  }
  .p-recruit-about__title span {
    display: block;
    font-size: 67%;
    padding-bottom: 3px;
  }
  .p-recruit-about__title br {
    display: inline;
  }
}
.p-recruit-about__text {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__text {
    text-align: left;
  }
}

.p-recruit-point {
  background: url(../img/recruit_character.png) no-repeat center center;
  background-size: 33% auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-point {
    background: url(../img/recruit_character_smp.png) no-repeat center bottom;
    background-size: auto 300px;
    padding-bottom: 330px;
  }
}

.p-list-recruit-point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-list-recruit-point {
    display: block;
    margin-bottom: 15px;
  }
}
.p-list-recruit-point:last-of-type {
  margin-bottom: 0;
}
.p-list-recruit-point li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-list-recruit-point li {
    width: auto;
    margin-bottom: 15px;
  }
  .p-list-recruit-point li:last-child {
    margin-bottom: 0;
  }
}

.p-recruit-point-content {
  min-height: 245px;
  padding: 30px;
  background: #FFF;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-point-content {
    min-height: 100%;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
  }
}
.p-recruit-point-content dt {
  display: flex;
  align-items: center;
  font-size: 131%;
  line-height: 1.4;
  font-weight: bold;
}
.p-recruit-point-content dt span {
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 48px;
  font-size: 28px;
  line-height: 48px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-recruit-point-content dt span {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 42px;
    font-size: 24px;
    line-height: 42px;
  }
}
.p-recruit-point-content dt.one {
  color: #339C6A;
}
.p-recruit-point-content dt.one span {
  background: #339C6A;
}
.p-recruit-point-content dt.two {
  color: #93C126;
}
.p-recruit-point-content dt.two span {
  background: #93C126;
}
.p-recruit-point-content dt.three {
  color: #5399C5;
}
.p-recruit-point-content dt.three span {
  background: #5399C5;
}
.p-recruit-point-content dt.four {
  color: #C8A86E;
}
.p-recruit-point-content dt.four span {
  background: #C8A86E;
}
.p-recruit-point-content dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-point-content dd {
    margin-top: 15px;
  }
}

.p-btn-recruit-apply {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-btn-recruit-apply {
    margin-top: 30px;
    text-align: center;
  }
}

.p-tab-nav {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  display: table;
}
@media screen and (max-width: 768px) {
  .p-tab-nav {
    margin-bottom: 30px;
  }
}
.p-tab-nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #339C6A;
}
.p-tab-nav li {
  display: table-cell;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-tab-nav li {
    padding: 0 1px;
  }
}
.p-tab-nav li:first-child {
  padding-left: 0;
}
.p-tab-nav li:last-child {
  padding-right: 0;
}
.p-tab-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 18px 15px 19px 15px;
  line-height: 1.4;
  color: #4C4438;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border: 1px solid #E3DFCF;
}
@media screen and (max-width: 768px) {
  .p-tab-nav li a {
    padding: 15px 5px;
    font-size: 93%;
    border-radius: 6px 6px 0 0;
  }
}
.p-tab-nav li.active a {
  color: #FFF;
  cursor: default;
  border: 1px solid #339C6A;
  background: #339C6A;
}

.p-table-common {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-table-common {
    margin-top: 1px;
  }
}
.p-table-common th {
  width: 250px;
  padding: 15px;
  border: 1px solid #E3DFCF;
  background: #F5F4EC;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table-common th {
    display: block;
    width: 100%;
    padding: 6px 15px;
    margin-top: -1px;
    text-align: left;
  }
}
.p-table-common td {
  padding: 15px;
  border: 1px solid #E3DFCF;
}
@media screen and (max-width: 768px) {
  .p-table-common td {
    display: block;
    margin-top: -1px;
  }
}

.p-table-form {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-table-form {
    margin-top: -20px;
  }
}
.p-table-form th {
  padding: 20px;
  border-bottom: 1px solid #F5F4EC;
  width: 280px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-table-form th {
    display: block;
    margin-top: 20px;
    padding: 0;
    border-bottom: 0;
    width: auto;
  }
  .p-table-form th br {
    display: none;
  }
}
.p-table-form td {
  padding: 20px;
  border-bottom: 1px solid #F5F4EC;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-table-form td {
    display: block;
    margin-top: 10px;
    padding: 0 0 20px 0;
  }
}

.p-note {
  font-size: 85%;
  line-height: 1.6;
  color: #C8A86E;
  padding-left: 1em;
  text-indent: -1em;
}

.p-list-note li {
  font-size: 85%;
  line-height: 1.6;
  color: #C8A86E;
  padding-left: 1em;
  text-indent: -1em;
}

.p-list-disc li {
  position: relative;
  padding-left: 1.2em;
}
.p-list-disc li::after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #B7D56E;
}

.p-example {
  margin-top: 10px;
  font-size: 85%;
  line-height: 1.5;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-example {
    font-size: 77%;
  }
}
.p-example dt {
  float: left;
}
.p-example dd {
  overflow: hidden;
}

.p-text-send {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-text-send {
    margin-top: 20px;
    text-align: left;
  }
}

.entry p {
  margin-bottom: 1.2em;
}
.entry p:last-child {
  margin-bottom: 0;
}

.entry h2 {
  margin: 45px 0 30px 0;
  padding: 13px 18px;
  font-size: 131%;
  line-height: 1.6;
  color: #FFF;
  font-weight: 500;
  background: #339C6A;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .entry h2 {
    margin: 30px 0 20px 0;
    padding: 10px 15px;
  }
}

.entry h3 {
  margin: 45px 0 30px 0;
  padding-bottom: 12px;
  font-size: 131%;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 3px solid #339C6A;
}
@media screen and (max-width: 768px) {
  .entry h3 {
    margin: 30px 0 20px 0;
    border-bottom-width: 2px;
  }
}

.entry h4 {
  margin: 30px 0 20px 0;
  padding: 4px 0 4px 15px;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 500;
  border-left: 5px solid #339C6A;
}
@media screen and (max-width: 768px) {
  .entry h4 {
    margin: 30px 0 15px 0;
  }
}

.entry h5 {
  margin: 30px 0 10px 0;
  font-size: 108%;
  line-height: 1.5;
  font-weight: 500;
}

.entry h6 {
  margin: 30px 0 10px 0;
  font-size: 108%;
  line-height: 1.5;
  font-weight: 500;
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}
.entry ul li::marker {
  color: #339C6A;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.entry table {
  width: 100%;
  margin: 1.5em 0;
}
.entry table th {
  border: 1px solid #339C6A;
  padding: 12px;
  background: #E2F6FD;
  color: #339C6A;
  text-align: center;
}
.entry table td {
  border: 1px solid #339C6A;
  padding: 12px;
}

.u-spacer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-spacer {
    margin-top: 40px;
  }
}

.u-bgcolor-lightgreen-billow {
  background-color: #EBF2DD;
  z-index: 0;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .u-bgcolor-lightgreen-billow {
    padding: 35px 15px 50px 15px;
  }
}
.u-bgcolor-lightgreen-billow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_billow_top.png) no-repeat center top/contain;
  z-index: -1;
}
.u-bgcolor-lightgreen-billow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_billow_bottom.png) no-repeat center bottom/contain;
  z-index: -1;
}

.u-bgimg-lightbeige-wave {
  background-color: #F5F4EC;
  z-index: 0;
}
.u-bgimg-lightbeige-wave::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_wave_top.png) repeat-x center top;
  background-size: 108px 15px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-lightbeige-wave::before {
    background-size: 65px 9px;
  }
}
.u-bgimg-lightbeige-wave::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_wave_bottom.png) repeat-x center bottom;
  background-size: 108px 15px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-lightbeige-wave::after {
    background-size: 65px 9px;
  }
}

.u-bgcolor-lightbeige {
  background-color: #F5F4EC;
}

.u-overlay {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FBFCF6;
  }
}

.u-color-red {
  color: #DD685D;
}

.u-anchor {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .u-anchor {
    top: -65px;
  }
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-txt-cl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-txt-cl {
    text-align: left;
  }
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}