@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

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

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.85;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.l-main {
  display: block;
  background-color: transparent;
}

#wrapper .l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-main__section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  .l-main__section {
    padding: 6rem 0;
  }
}

.l-main__section-contents {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-main__section-contents {
    margin-top: 4rem;
  }
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 2rem 0 0 2rem;
}

.l-header__logo {
  width: 17.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 9.9rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -9;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9.5rem 2rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  visibility: hidden;
  overflow-y: scroll;
  padding-bottom: 4rem;
  clip-path: inset(0 0 100% 100%);
}
.l-header__nav.open {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  clip-path: inset(0 0 0 0);
}

.l-header__nav-list {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.l-header__nav-item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 0;
  border-bottom: 1px solid #8BBC64;
}

.l-header__nav-link {
  color: #696B6D;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}

.l-header__cv-btn-wrap {
  width: 100%;
}
.l-header__cv-btn-wrap .c-cv-btn:not(:last-child) {
  margin-bottom: 1.6rem;
}

/*------------------------------------------------------------------------------
  l-footer
------------------------------------------------------------------------------*/
.l-footer {
  background-color: #8BBC64;
}

.l-footer__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__inner {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4rem 2rem 6rem;
  }
}

.l-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16rem;
          flex: 0 1 16rem;
  width: 16rem;
  margin-right: 4rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 12rem;
            flex: 0 1 12rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 0;
  }
  .l-footer__logo img {
    max-width: 14rem;
  }
}
@media screen and (max-width: 369px) {
  .l-footer__logo img {
    max-width: 12rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem 2rem;
    max-width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
    gap: 2.5rem 0;
  }
}

.l-footer__nav-item a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-item a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 369px) {
  .l-footer__nav-item a {
    font-size: 1.4rem;
  }
}
.l-footer__nav-item a:hover {
  color: #FAFF91;
  opacity: 1;
}
.l-footer__nav-item a:hover::before {
  width: 100%;
}
.l-footer__nav-item a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FAFF91;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.c-inner {
  max-width: 115.8rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.c-inner--sm {
  max-width: 104rem;
}

.c-inner--lg {
  max-width: 128rem;
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
.c-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FDB018;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50rem;
  height: 8rem;
  border-radius: 14px;
  -webkit-box-shadow: 0 6px 0 #DD970C;
          box-shadow: 0 6px 0 #DD970C;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 35rem;
    height: 5.4rem;
    border-radius: 10px;
  }
}
.c-btn:hover {
  background-color: #FC940D;
  -webkit-box-shadow: 0 0 0 #DD970C;
          box-shadow: 0 0 0 #DD970C;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  opacity: 1;
}
.c-btn:hover .c-btn__text {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn:hover .c-btn__text {
    font-size: 2rem;
  }
}
.c-btn:hover .c-btn__arrow::before {
  opacity: 0.7;
}
.c-btn:hover .c-btn__arrow::after {
  left: -13px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-btn:hover .c-btn__arrow::after {
    left: -8px;
  }
}

.c-btn__text {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 1.8rem;
  }
}

.c-btn__arrow {
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.2rem;
  height: 2.4rem;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    right: 22px;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-btn__arrow::before, .c-btn__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.3rem;
  height: 2.4rem;
  background-image: url(../img/icon_caret-right-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow::before, .c-btn__arrow::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-btn__arrow::before {
  z-index: 0;
  opacity: 1;
}
.c-btn__arrow::after {
  left: -32px;
  z-index: 1;
  opacity: 0;
}

.c-btn--sm {
  max-width: 42.8rem;
}
@media screen and (max-width: 1023px) {
  .c-btn--sm {
    max-width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--sm {
    max-width: 35rem;
  }
}
.c-btn--sm:hover .c-btn__text {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn--sm:hover .c-btn__text {
    font-size: 2rem;
  }
}
.c-btn--sm:hover .c-btn__arrow::after {
  left: -10px;
}
.c-btn--sm .c-btn__text {
  font-size: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .c-btn--sm .c-btn__text {
    font-size: 1.8rem;
  }
}
.c-btn--sm .c-btn__arrow {
  top: 52%;
  right: 20px;
  width: 1.7rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn--sm .c-btn__arrow {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-btn--sm .c-btn__arrow::before, .c-btn--sm .c-btn__arrow::after {
  top: 52%;
  width: 1.6rem;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn--sm .c-btn__arrow::before, .c-btn--sm .c-btn__arrow::after {
    height: 1.6rem;
  }
}

.c-btn--md {
  max-width: 59rem;
}
@media screen and (max-width: 767px) {
  .c-btn--md {
    height: 7.2rem;
  }
  .c-btn--md .c-btn__text {
    line-height: 1.4;
    text-align: center;
  }
}

.c-btn--lg {
  max-width: 72.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn--lg {
    height: 7.2rem;
  }
}
.c-btn--lg:hover .c-btn__text {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn--lg:hover .c-btn__text {
    font-size: 2rem;
  }
}
.c-btn--lg .c-btn__text {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn--lg .c-btn__text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.c-btn--green {
  background-color: #83C151;
  -webkit-box-shadow: 0 6px 0 #6DA143;
          box-shadow: 0 6px 0 #6DA143;
}
.c-btn--green:hover {
  background-color: #56C100;
  -webkit-box-shadow: 0 0 0 #6DA143;
          box-shadow: 0 0 0 #6DA143;
}

/*------------------------------------------------------------------------------
  c-cv-btn
------------------------------------------------------------------------------*/
.c-cv-btn {
  color: #fff;
  text-align: center;
  background-color: #83C151;
  width: 100%;
  max-width: 22rem;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 1rem 1.7rem;
  -webkit-box-shadow: 0 4px 0 #6DA143;
          box-shadow: 0 4px 0 #6DA143;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-cv-btn:hover {
  opacity: 1;
  background-color: #56C100;
  -webkit-box-shadow: 0 4px 0 #4DA100;
          box-shadow: 0 4px 0 #4DA100;
  -webkit-transform: scale(1.045);
          transform: scale(1.045);
}

.c-cv-btn--orange {
  background-color: #FDB018;
  -webkit-box-shadow: 0 4px 0 #DD970C;
          box-shadow: 0 4px 0 #DD970C;
}
.c-cv-btn--orange:hover {
  opacity: 1;
  background-color: #FC940D;
  -webkit-box-shadow: 0 4px 0 #DD6F00;
          box-shadow: 0 4px 0 #DD6F00;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-cv-btn__lead {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
  display: block;
}

.c-cv-btn__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.c-cv-btn__text--sm {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  display: block;
}

.c-cv-btn--lg {
  max-width: 100%;
  padding: 1rem;
  -webkit-box-shadow: 0 6px 0 #6DA143;
          box-shadow: 0 6px 0 #6DA143;
}
.c-cv-btn--lg:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-cv-btn--lg.c-cv-btn--orange {
  padding: 1.35rem 1rem;
  -webkit-box-shadow: 0 6px 0 #DD970C;
          box-shadow: 0 6px 0 #DD970C;
}
.c-cv-btn--lg .c-cv-btn__lead {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
  c-floating
------------------------------------------------------------------------------*/
.c-floating {
  position: fixed;
  right: 25px;
  bottom: 24px;
  width: 22rem;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .c-floating {
    display: none !important;
  }
}
.c-floating .c-cv-btn:not(:last-child) {
  margin-bottom: 1.4rem;
}

/*------------------------------------------------------------------------------
  c-burger-btn
------------------------------------------------------------------------------*/
.c-burger-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-burger-btn {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    background-color: #FDB018;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* ハンバーガーメニューが開いたとき */
  }
  .c-burger-btn.cross .c-burger-btn__bar--top {
    -webkit-transition-delay: 40ms;
            transition-delay: 40ms;
    -webkit-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
  .c-burger-btn.cross .c-burger-btn__bar--mid {
    -webkit-transition-delay: 20ms;
            transition-delay: 20ms;
    -webkit-transform: translateX(-15px) scaleX(0);
            transform: translateX(-15px) scaleX(0);
  }
  .c-burger-btn.cross .c-burger-btn__bar--bottom {
    -webkit-transition-delay: 20ms;
            transition-delay: 20ms;
    -webkit-transform: translateY(-8px) rotate(-135deg);
            transform: translateY(-8px) rotate(-135deg);
  }
}

.c-burger-btn__bar {
  margin: 0 auto;
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-burger-btn__bar--top,
.c-burger-btn__bar--mid {
  margin-bottom: 4px;
}

/*------------------------------------------------------------------------------
  c-title
------------------------------------------------------------------------------*/
.c-title {
  color: #696B6D;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .c-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.4rem;
  }
}
.c-title > span {
  display: inline-block;
  border-bottom: 4px solid #8ABC63;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-title > span {
    border-width: 2px;
  }
}

.c-title--white {
  color: #fff;
}
.c-title--white > span {
  border-color: #fff;
}

/*------------------------------------------------------------------------------
  c-label
------------------------------------------------------------------------------*/
.c-label {
  color: #8ABC63;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #8ABC63;
  border-radius: 18px;
  background-color: #fff;
  padding: 0.3rem 1rem;
}

.c-label--lg {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 2rem;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  .c-label--lg {
    font-size: 1.8rem;
  }
}

.c-label--primary {
  color: #fff;
  background-color: #8ABC63;
}

/*------------------------------------------------------------------------------
  Video Modal
------------------------------------------------------------------------------*/
.c-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-video-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}

/* 背景の黒幕 */
.c-video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

/* 動画コンテナ */
.c-video-modal__container {
  position: relative;
  width: 90%;
  max-width: 100rem;
  z-index: 1;
}

/* 動画本体 */
.c-video-modal__content {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.c-video-modal__content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

/* 閉じるボタン */
.c-video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-video-modal__close:hover {
  color: #FDB018;
}

/*------------------------------------------------------------------------------
  p-mv
------------------------------------------------------------------------------*/
.p-mv {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../img/mv-bg_sp.jpg);
    padding-top: 8rem;
    position: relative;
  }
  .p-mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
    z-index: 1;
  }
  .p-mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39rem;
    opacity: 0.8;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(64, 122, 108, 0.2)), to(rgba(64, 122, 108, 0)));
    background: linear-gradient(0deg, rgba(64, 122, 108, 0.2) 0%, rgba(64, 122, 108, 0) 100%);
    background-blend-mode: multiply;
    z-index: 2;
  }
}

.p-mv__inner {
  padding-left: 5.1rem;
}
@media screen and (max-width: 1100px) {
  .p-mv__inner {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-left: 0;
  }
}

.p-mv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1600px) {
  .p-mv__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contents {
    display: block;
    margin: 0 auto;
    position: relative;
  }
}

.p-mv__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.8%;
          flex: 0 0 45.8%;
  max-width: 63.6rem;
  margin-top: 5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__main {
    width: calc(100% - 4rem);
    margin: 0 auto 1.4rem;
  }
}

.p-mv__title {
  max-width: 57.6rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    width: 84.1vw;
    max-width: 50rem;
    margin: 0 auto 0.6rem;
    position: relative;
    z-index: 9;
  }
}
.p-mv__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__features {
  width: 100%;
  max-width: 63.6rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__features {
    max-width: 60rem;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
}
.p-mv__features img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__text {
  color: #696B6D;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1100px) {
  .p-mv__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    position: absolute;
    bottom: 106px;
    right: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .p-mv__text > span {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.1rem 1rem;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    border-radius: 4px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .p-mv__text > span:first-child {
    margin-left: 0.8rem;
  }
}

.p-mv__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 83.2rem;
          flex: 0 1 83.2rem;
  min-width: 83.2rem;
}
@media screen and (max-width: 1100px) {
  .p-mv__img {
    min-width: 66vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 58.8rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------------------------------------
  p-problem
------------------------------------------------------------------------------*/
.p-problem {
  background-color: #F7FBFE;
}

.p-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5.7rem 0 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 0;
    margin: 4.3rem auto 4.8rem;
  }
}

.p-problem__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22.36%;
          flex: 0 1 22.36%;
}
@media screen and (max-width: 767px) {
  .p-problem__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.p-problem__item-text {
  color: #696B6D;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .p-problem__item-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__item-text {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 369px) {
  .p-problem__item-text {
    font-size: 1.4rem;
  }
}

.p-problem__item-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-problem__item-img {
    width: calc(100% - 2.8rem);
    margin: 0 auto;
  }
}
.p-problem__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-problem__btn-copy {
  color: #696B6D;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-problem__btn-copy {
    font-size: 1.6rem;
    margin-bottom: 0.9rem;
  }
}
.p-problem__btn-copy span {
  position: relative;
}
.p-problem__btn-copy span::before, .p-problem__btn-copy span::after {
  content: "";
  position: absolute;
  top: -6px;
  background-color: #8ABC63;
  width: 0.3rem;
  height: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-problem__btn-copy span::before, .p-problem__btn-copy span::after {
    top: -2px;
    width: 0.2rem;
    height: 2.8rem;
  }
}
.p-problem__btn-copy span::before {
  left: -34px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
@media screen and (max-width: 767px) {
  .p-problem__btn-copy span::before {
    left: -10px;
  }
}
.p-problem__btn-copy span::after {
  right: -34px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
@media screen and (max-width: 767px) {
  .p-problem__btn-copy span::after {
    right: -10px;
  }
}

/*------------------------------------------------------------------------------
  p-resolution
------------------------------------------------------------------------------*/
.p-resolution {
  background-color: #8BBC64;
  padding: 8rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-resolution {
    padding: 6rem 0 5.4rem;
  }
}
.p-resolution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 28px 0 28px;
  border-color: #F7FBFE transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-resolution::before {
    border-width: 20px 19px 0 19px;
  }
}

.p-resolution__title {
  color: #696B6D;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.7;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .p-resolution__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-resolution__title {
    font-size: 2.4rem;
    line-height: 1.5;
    border-radius: 5px;
    padding: 2rem 1.2rem;
  }
}

.p-resolution__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-resolution__contents {
    display: block;
    margin-top: 3rem;
  }
}

.p-resolution__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.9%;
          flex: 0 1 42.9%;
}
@media screen and (max-width: 767px) {
  .p-resolution__img {
    margin-bottom: 2.2rem;
  }
}
.p-resolution__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .p-resolution__img img {
    border-radius: 7px;
  }
}

.p-resolution__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.5%;
          flex: 0 1 53.5%;
}

.p-resolution__item {
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.65;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5.8rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-resolution__item {
    font-size: 1.8rem;
    padding-left: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-resolution__item {
    font-size: 1.6rem;
  }
}
.p-resolution__item:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-resolution__item:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
.p-resolution__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.8rem;
  height: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .p-resolution__item::before {
    top: 5px;
    width: 3rem;
    height: 2.6rem;
  }
}

/*------------------------------------------------------------------------------
  p-reason
------------------------------------------------------------------------------*/
.p-reason {
  background-color: #F5F8FA;
}

.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0;
  }
}

.p-reason__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.75%;
          flex: 0 1 48.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  min-height: 18rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 2rem;
    min-height: 0;
  }
}

.p-reason__item-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8.6rem;
          flex: 0 1 8.6rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__item-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 6.4rem;
            flex: 0 1 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 4.3rem;
            flex: 0 1 4.3rem;
  }
}
.p-reason__item-number img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__item-texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item-texts {
    margin-top: -0.4rem;
  }
}

.p-reason__item-title {
  color: #8ABC63;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

.p-reason__item-list {
  line-height: 1.6;
  font-weight: normal;
}
.p-reason__item-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__item-list li {
    letter-spacing: 0;
  }
  .p-reason__item-list li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.p-reason__item-list li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-reason__item-list li::before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
}

/*------------------------------------------------------------------------------
  p-case
------------------------------------------------------------------------------*/
.p-case__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
    margin-bottom: 4rem;
  }
}

.p-case__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.122%;
          flex: 0 1 48.122%;
  background-color: #F5F8FA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  padding: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-case__card {
    padding: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border-radius: 10px;
    padding: 2rem 2rem 3rem;
  }
}

.p-case__card-label {
  width: 10rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-label {
    width: 8.2rem;
  }
}
.p-case__card-label img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-case__card-area {
  color: #696B6D;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-case__card-area {
    font-size: 1.8rem;
  }
}

.p-case__card-title {
  color: #696B6D;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-case__card-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__card-title {
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
}
.p-case__card-title .--sm {
  font-size: 2rem;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .p-case__card-title .--sm {
    font-size: 1.8rem;
  }
}

.p-case__card-lead {
  color: #8ABC63;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-case__card-lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__card-lead {
    font-size: 2.8rem;
    line-height: 1.3;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .p-case__card-lead .--sm-sp {
    font-size: 1.6rem;
  }
  .p-case__card-lead .--md-sp {
    font-size: 2.4rem;
    display: inline-block;
  }
}
.p-case__card-lead .--sm {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-lead .--sm {
    font-size: 1.6rem;
  }
}

.p-case__card-text {
  color: #696B6D;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-text {
    font-size: 1.6rem;
  }
}

.p-case__card-sub-title {
  color: #696B6D;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .p-case__card-sub-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__card-sub-title {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

.p-case__card-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-list li {
    font-size: 1.6rem;
  }
  .p-case__card-list li.--sp p {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.p-case__card-list li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FDB018;
}
@media screen and (max-width: 767px) {
  .p-case__card-list li::before {
    top: 12px;
    width: 5px;
    height: 5px;
  }
}
.p-case__card-list li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.p-case__card-list li p {
  color: #FDB018;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}

/*------------------------------------------------------------------------------
  p-solution
------------------------------------------------------------------------------*/
.p-solution {
  background-image: url(../img/bg-grid.png);
  background-repeat: repeat;
  background-size: 16px 16px;
}

.p-solution__title {
  color: #696B6D;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1023px) {
  .p-solution__title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__title {
    font-size: 2.4rem;
    line-height: 1.45;
    margin-bottom: 4.4rem;
    position: relative;
  }
  .p-solution__title::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22.4rem;
    height: 2px;
    background-color: #8ABC63;
  }
}
.p-solution__title .--sm {
  color: #8ABC63;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-solution__title .--sm {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__title .--sm {
    font-size: 1.6rem;
  }
}

.p-solution__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-solution__media--01 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-solution__media--01 {
    margin-bottom: 2rem;
  }
}
.p-solution__media--01 .p-solution__media-contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.66%;
          flex: 0 1 37.66%;
}
.p-solution__media--01 .p-solution__media-text {
  max-width: 36.2rem;
}

.p-solution__media--02 {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-solution__media--02 {
    margin-bottom: 3.5rem;
  }
}
.p-solution__media--02 .p-solution__media-contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38.64%;
          flex: 0 1 38.64%;
}
.p-solution__media--02 .p-solution__media-title {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-solution__media--02 .p-solution__media-title {
    font-size: 2rem;
  }
}

.p-solution__media-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 56.17%;
          flex: 0 1 56.17%;
}
.p-solution__media-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-solution__media-contents {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-solution__media-contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
  }
}

.p-solution__media-number {
  width: 8.2rem;
  display: block;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1023px) {
  .p-solution__media-number {
    width: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__media-number {
    width: 4.3rem;
    margin-bottom: 1.5rem;
  }
}
.p-solution__media-number img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-solution__media-title {
  color: #FDB018;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .p-solution__media-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__media-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}

.p-solution__media-text {
  line-height: 1.8;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .p-solution__media-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__media-text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
}

.p-solution__media-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1rem;
  position: relative;
  z-index: 1;
}

.p-solution__media-graph {
  max-width: 22rem;
  margin-top: 2.7rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-solution__media-graph {
    max-width: 11.2rem;
    margin-top: -5rem;
  }
}
.p-solution__media-graph img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-solution__media-illust {
  position: absolute;
  bottom: -72px;
  left: 48.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42.2rem;
}
@media screen and (max-width: 1280px) {
  .p-solution__media-illust {
    width: 27vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-solution__media-illust {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__media-illust {
    top: 35.1vw;
    bottom: auto;
    left: auto;
    right: -10px;
    width: 56.4vw;
    max-width: 34rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-solution__media-illust img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-solution__btn-copy {
  color: #8ABC63;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-solution__btn-copy {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

.p-solution__media-movie {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58.77%;
          flex: 0 1 58.77%;
}

.p-solution__media-movie-link {
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.p-solution__media-movie-link:hover {
  opacity: 0.8;
}
.p-solution__media-movie-link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/*------------------------------------------------------------------------------
  p-support
------------------------------------------------------------------------------*/
.p-support {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    margin-top: 4.6rem;
  }
}

.p-solution__support-title {
  color: #696B6D;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 1023px) {
  .p-solution__support-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__support-title {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
}

.p-support__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-support__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
}

.p-support__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.211%;
          flex: 0 1 48.211%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-support__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-support__card-number {
  width: 5.7rem;
  display: block;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .p-support__card-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 4.1rem;
            flex: 0 1 4.1rem;
    margin: 0 1.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-support__card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-support__card-title {
  color: #FDB018;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support__card-title {
    font-size: 2rem;
    text-align: left;
    margin-top: 0.3rem;
  }
}

.-tep-support__card-text {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .-tep-support__card-text {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1rem;
  }
  .-tep-support__card-text br {
    display: none;
  }
}

.p-support__card-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-support__card-label-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*------------------------------------------------------------------------------
  p-step
------------------------------------------------------------------------------*/
.p-step {
  background-color: #8BBC64;
}

.p-step__ribbon {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  max-width: 82rem;
  margin: 4rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.4rem 2.4rem;
  background-color: #F4C125;
  clip-path: polygon(100% 0, calc(100% - 16px) 50%, 100% 100%, 0 100%, 16px 50%, 0% 0%);
}
@media screen and (max-width: 1023px) {
  .p-step__ribbon {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__ribbon {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding: 1.1rem 1.6rem;
    clip-path: polygon(100% 0, calc(100% - 7px) 50%, 100% 100%, 0 100%, 7px 50%, 0% 0%);
  }
}
@media screen and (max-width: 369px) {
  .p-step__ribbon {
    font-size: 1.6rem;
  }
}

.p-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-step__list {
    max-width: 72.8rem;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__list {
    display: block;
    max-width: 35rem;
    margin-bottom: 4rem;
  }
}

.p-step__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  height: 29rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.6rem 1.2rem 3.2rem;
}
@media screen and (max-width: 1023px) {
  .p-step__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22rem;
            flex: 0 1 22rem;
    height: 22rem;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    border-radius: 100px;
    min-height: 14rem;
    padding: 4.5rem 1.2rem 2.8rem 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-step__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-step__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -56px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_caret-right-y.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-step__item:not(:last-child)::after {
    right: -26px;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__item:not(:last-child)::after {
    top: auto;
    bottom: -29px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}

.p-step__item-number {
  max-width: 7.6rem;
  display: block;
  margin: 0 auto 1.6rem;
}
@media screen and (max-width: 1023px) {
  .p-step__item-number {
    max-width: 6.4rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__item-number {
    position: absolute;
    top: 24px;
    left: 32px;
    max-width: 5.4rem;
    margin: 0;
  }
}
.p-step__item-number img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-step__item-icon {
  max-width: 11.5rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1023px) {
  .p-step__item-icon {
    max-width: 8rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 8.6rem;
            flex: 0 1 8.6rem;
    margin: 0 0 0 6.8rem;
  }
  .p-step__item-icon.--2 img {
    max-width: 7rem;
    margin-left: auto;
    padding-left: 0.2rem;
    display: block;
  }
  .p-step__item-icon.--3 img {
    max-width: 6.8rem;
    margin-left: auto;
    display: block;
    padding-right: 0.2rem;
  }
}
.p-step__item-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-step__item-title {
  color: #696B6D;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-step__item-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 369px) {
  .p-step__item-title {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-consulting
------------------------------------------------------------------------------*/
.p-consulting__lead {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__lead {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .p-consulting__lead span {
    display: inline-block;
  }
}
@media screen and (max-width: 369px) {
  .p-consulting__lead {
    font-size: 1.7rem;
  }
}

.p-consulting__sub-lead {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__sub-lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-consulting__sub-lead span {
    display: inline-block;
  }
}
@media screen and (max-width: 369px) {
  .p-consulting__sub-lead {
    font-size: 1.4rem;
  }
}

.p-consulting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-consulting__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0;
  }
}

.p-consulting__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.4%;
          flex: 0 1 31.4%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 1.8rem 1.6rem;
  }
}

.p-consulting__item-title {
  color: #FDB018;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-consulting__item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-consulting__item-title {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }
}

.p-consulting__item-text {
  color: #696B6D;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-consulting__item-text {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.7;
  }
}

/*------------------------------------------------------------------------------
  p-cta
------------------------------------------------------------------------------*/
.p-cta {
  padding-top: 6rem;
  padding-bottom: 6.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 5rem;
    padding-bottom: 2.2rem;
  }
}
.p-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F3F2EE;
  width: 100%;
  height: 9.7rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-cta::before {
    height: 8rem;
  }
}

.p-cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-cta__contents {
    display: block;
  }
}

.p-cta__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6rem;
}
@media screen and (max-width: 1100px) {
  .p-cta__main {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-cta__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42%;
            flex: 0 1 42%;
  }
}

.p-cta__title {
  color: #696B6D;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 2.4rem;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.p-cta__text {
  color: #696B6D;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 50rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    line-height: 1.65;
    text-align: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__btn-wrap {
    max-width: 35rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.p-cta__btn-wrap .c-btn:first-child {
  margin-bottom: 2rem;
}

.p-cta__illust {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50.161%;
          flex: 0 1 50.161%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
  margin-bottom: -4.6rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__illust {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
    margin-bottom: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__illust {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 118.2vw;
    max-width: 46.2rem;
    margin-top: -18px;
    margin-bottom: 0;
  }
}
.p-cta__illust img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------------------------------------
  p-faq
------------------------------------------------------------------------------*/
.p-faq__list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 4rem;
  }
}

.p-faq__item {
  background-color: #F5F8FA;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-faq__item {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 369px) {
  .p-faq__item {
    padding: 2.8rem 2rem;
  }
}
.p-faq__item:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.p-faq__question,
.p-faq__answer {
  color: #696B6D;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question,
  .p-faq__answer {
    padding-left: 3.2rem;
  }
}
.p-faq__question::before,
.p-faq__answer::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before,
  .p-faq__answer::before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}

.p-faq__question {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
.p-faq__question::before {
  background-image: url(../img/text_q.svg);
}

.p-faq__answer {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-faq__answer::before {
  background-image: url(../img/text_a.svg);
}
.p-faq__answer ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
}
.p-faq__answer ul li::before {
  content: "・";
  position: absolute;
  top: 1px;
  left: 0;
}

/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
.u-primary-color {
  color: #8ABC63;
}

.u-accent-color {
  color: #FDB018;
}

/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz16 {
  font-size: 1.6rem;
}

.u-fz15 {
  font-size: 1.5rem;
}

.u-fz14 {
  font-size: 1.4rem;
}

.u-fz13 {
  font-size: 1.3rem;
}

.u-fz12 {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fw-bold {
  font-weight: bold;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

/*------------------------------------------------------------------------------
  u-text-align
------------------------------------------------------------------------------*/
.u-text-align-left {
  text-align: left;
}

.u-text-align-center {
  text-align: center;
}

.u-text-align-right {
  text-align: right;
}

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-space-2 {
  margin-top: 2px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-space-4 {
  margin-top: 4px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

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

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

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

.u-mb-05 {
  margin-bottom: 4px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

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

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

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

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-05 {
  margin-left: 4px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

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

.u-m-space-4 {
  margin: 4px !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}
/*# sourceMappingURL=style.css.map */