@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
* {
  zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 16px;
}

body {
  color: #3d3935;
}

.page-wrap p,
.page-wrap div,
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6,
.page-wrap ul,
.page-wrap li,
.page-wrap dl,
.page-wrap dt,
.page-wrap dd,
.page-wrap body {
  font-family: YakuHanJPs_Narrow, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.page-wrap .mincho {
  font-family: VideoJS, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
}

.page-wrap p {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.page-wrap ul {
  list-style: none;
}

/*-------- img hover ---------*/
.page-wrap img {
  border: none;
}

.page-wrap a:hover img {
  opacity: 0.8;
}

/*----------------------------*/
.page-wrap a:link {
  text-decoration: none;
}

.page-wrap a:visited {
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: none;
}

.page-wrap a:active {
  text-decoration: none;
}

/*----------------------------*/
/* ▼PC▼ */
#mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
  display: block;
}

#globalsp_navigation,
#globalsp_footer {
  display: none;
}

.sp_only {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ▲PC▲ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ▼Smartphone▼ */
@media screen and (max-width: 812px) {
  #mbs_common_footerwrap,
  #mbs_common_headerwrap2014 {
    display: none;
  }
  #globalsp_navigation,
  #globalsp_footer {
    display: block;
  }
  html {
    min-width: 100%;
    font-size: 16px;
  }
  body {
    min-width: 100% !important;
  }
  .page-wrap {
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  br.sp_only {
    display: inline;
  }
}
/* ▲Smartphone▲ */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.common-abg-wrap__footer {
  padding: 20px 0;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
.page-wrap .c-base-wrap {
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-top.png), url(../images/bg-bottom.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
}
.page-wrap .c-base-wrap:nth-of-type(odd) {
  background-color: #f9fce5;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-base-wrap {
    background-position: left top, left bottom;
    background-size: auto 25vw;
  }
}
.page-wrap .c-base-wrap__inner {
  position: relative;
  padding: 60px 0;
}

.page-wrap .c-declaration-body {
  padding: 0 10px;
}
.page-wrap .c-declaration-body__head {
  text-align: center;
}
.page-wrap .c-declaration-body__head img {
  height: clamp(3.05rem, 2.1vw + 2.53rem, 4.21rem);
}
.page-wrap .c-declaration-body__text {
  margin-top: 20px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  letter-spacing: 0;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-declaration-body__text {
    font-size: 18px;
  }
}
.page-wrap .c-declaration-body__text span {
  display: inline-block;
}
.page-wrap .c-declaration-message {
  margin: 60px auto 0;
  max-width: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #C1DC08;
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-declaration-message {
    border: 6px solid #C1DC08;
    border-radius: 20px;
    padding: 30px 10px;
  }
}
.page-wrap .c-declaration-message-head {
  color: #009600;
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-wrap .c-declaration-message-head__main {
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
}
.page-wrap .c-declaration-message-body {
  margin-top: 20px;
  text-align: center;
}
.page-wrap .c-declaration-message-body span {
  display: inline-block;
}

.page-wrap .c-organization {
  max-width: 960px;
  width: calc(100% - 20px);
  margin: 20px auto 0;
  background-color: #FDED5A;
  background-image: url(../images/organization-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-organization {
    padding: 20px 10px;
    margin: 20px 10px 0;
  }
}
.page-wrap .c-organization__head {
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #009600;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
}
.page-wrap .c-organization-items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-organization-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-organization-items {
    max-width: 480px;
    margin: 10px auto 0;
    gap: 10px;
  }
}
.page-wrap .c-organization-item {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-organization-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-wrap .c-organization-item h4 {
  font-weight: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2em 1em;
  border-radius: 1em;
  background-color: #f0f5bf;
  margin: 0 auto 10px;
}
.page-wrap .c-organization-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.page-wrap .c-organization-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-wrap .c-organization-item__title {
  display: block;
  font-size: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
}
.page-wrap .c-organization-item__name {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  text-align: center;
}

.page-wrap .c-achievement {
  max-width: 960px;
  width: 100%;
  padding: 20px 10px;
  margin: 20px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-achievement {
    padding: 20px 10px;
    margin: 20px 0px 0;
  }
}
.page-wrap .c-achievement-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-achievement-body {
    max-width: 640px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .c-achievement-body {
    max-width: 420px;
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }
}
.page-wrap .c-achievement-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #C1DC08;
  border-radius: 8px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-wrap .c-achievement-item__thumb {
  line-height: 0;
}
.page-wrap .c-achievement-item__thumb img {
  width: 100%;
}
.page-wrap .c-achievement-item__title {
  line-height: 1.4;
  font-size: 16px;
  color: #009600;
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.page-wrap .c-achievement-item__btn {
  margin-top: 8px;
  text-align: center;
}
.page-wrap .c-achievement-item__btn button, .page-wrap .c-achievement-item__btn a {
  cursor: pointer;
  border: none;
  border-radius: 1em;
  background-color: #009600;
  line-height: 1;
  padding: 4px 32px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.page-wrap .c-achievement-item__btn button::after, .page-wrap .c-achievement-item__btn a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -25%);
          transform: rotate(45deg) translate(-50%, -25%);
}
.page-wrap .c-achievement-modal__title {
  color: #009600;
}
.page-wrap .c-achievement-modal__text {
  margin-top: 1em;
}
.page-wrap .c-achievement-modal__text:first-child {
  margin-top: 0;
}
.page-wrap .c-achievement-modal__image {
  text-align: center;
  line-height: 0;
  margin-top: 1em;
}
.page-wrap .c-achievement-modal__image:first-child {
  margin-top: 0;
}
.page-wrap .c-achievement-modal__image img {
  max-width: 100%;
  height: auto;
}
.page-wrap .c-achievement-modal__dl {
  margin-top: 1em;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 12px;
}

.page-wrap .c-initiative-block {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-initiative-block {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }
}
.page-wrap .c-initiative-block::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 100%;
  height: 80px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.page-wrap .c-initiative-block:last-child {
  margin-bottom: 0;
}
.page-wrap .c-initiative-block:last-child::after {
  display: none;
}
.page-wrap .c-initiative-block__head {
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #009600;
  padding: 14px 0px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  border-radius: 8px;
  color: #fff;
  width: 40px;
  -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;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-initiative-block__head {
    display: block;
    width: 100%;
    text-orientation: sideways;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
  }
}

.page-wrap .c-implementation-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-implementation-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-implementation-wrap {
    grid-template-columns: 1fr;
  }
}
.page-wrap .c-implementation-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #C1DC08;
  border-radius: 8px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-wrap .c-implementation-thumb img {
  width: 100%;
}
.page-wrap .c-implementation-title {
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  color: #009600;
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.page-wrap .c-implementation-subtitle {
  line-height: 1.4;
  font-size: 16px;
  color: #0041bb;
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin-top: 16px;
}
.page-wrap .c-implementation-subtitle:first-of-type {
  margin-top: 0;
}
.page-wrap .c-implementation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.page-wrap .c-implementation-list li {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 1em;
}
.page-wrap .c-implementation-list li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  background-color: #68C4E6;
  border-radius: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.page-wrap .c-implementation-note {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.4;
}

.page-wrap .c-effect-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 80px;
}
.page-wrap .c-effect-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #C1DC08;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.page-wrap .c-effect-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  bottom: -80px;
  width: 100%;
  height: 80px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-effect-item::after {
    right: 0px;
  }
}
.page-wrap .c-effect-item:last-child::after {
  display: none;
}
.page-wrap .c-effect-title {
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  color: #009600;
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-effect-title {
    font-size: 18px;
  }
}
.page-wrap .c-effect-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 8px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-effect-list {
    grid-template-columns: 1fr;
  }
}
.page-wrap .c-effect-list li {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 1em;
}
.page-wrap .c-effect-list li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  background-color: #68C4E6;
  border-radius: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.page-wrap .c-effect-split {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-effect-split {
    grid-template-columns: 1fr;
  }
}
.page-wrap .c-effect-split dt {
  font-size: 16px;
  color: #0041bb;
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-wrap .c-effect-split dd {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 1em;
}
.page-wrap .c-effect-split dd::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  background-color: #68C4E6;
  border-radius: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.page-wrap .c-certification {
  padding: 0 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-certification {
    padding: 0 10px;
  }
}
.page-wrap .c-certification-wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  -webkit-box-shadow: 6px 6px 0px #C1DC08;
          box-shadow: 6px 6px 0px #C1DC08;
  border: solid 1px #C1DC08;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-certification-wrap {
    padding: 16px;
    grid-template-columns: 1fr;
  }
}
.page-wrap .c-certification-wrap__mark {
  text-align: center;
}
.page-wrap .c-certification-wrap__mark img {
  width: 100%;
  max-width: 320px;
}
.page-wrap .c-certification-head {
  line-height: 1.4;
  font-size: 20px;
  color: #009600;
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.page-wrap .c-certification-text {
  margin-top: 16px;
}

/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index-head {
  background-image: url(../images/head-bg.webp);
  background-position: bottom center;
  background-size: cover;
}
.page-wrap .p-index-head__title {
  max-width: 300px;
  padding: 80px 80px;
  margin: 0 auto;
}
.page-wrap .p-index-head__title img {
  width: 100%;
}
.page-wrap .p-index-initiative {
  padding: 0 10px;
}
.page-wrap .p-index-initiative__head {
  text-align: center;
  margin-bottom: 30px;
}
.page-wrap .p-index-initiative__head img {
  height: 100px;
}
@media screen and (max-width: 640px) {
  .page-wrap .p-index-initiative__head img {
    height: 72px;
  }
}
.page-wrap .p-index-initiative-finaly {
  background-color: #FDED5A;
  background-image: url(../images/organization-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  padding: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-wrap .p-index-initiative-finaly {
    padding: 40px 20px;
  }
}
.page-wrap .p-index-initiative-finaly img {
  width: 100%;
  max-width: 700px;
}
.page-wrap .p-index-organization__head {
  text-align: center;
}
.page-wrap .p-index-organization__head img {
  height: clamp(3.05rem, 2.1vw + 2.53rem, 4.21rem);
}
.page-wrap .p-index-achievement__head {
  text-align: center;
}
.page-wrap .p-index-achievement__head img {
  height: clamp(2.44rem, 1.3vw + 2.12rem, 3.16rem);
}

/*-------------------
 * object
 *-------------------*/
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__layout {
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  pointer-events: none;
}

.modal__container {
  pointer-events: all;
  background-color: #fff;
  border: 2px solid #C1DC08;
  padding: 36px;
  max-width: 640px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .modal__container {
    border-radius: 0;
    padding: 38px 16px;
  }
}

.modal__wraper {
  overflow-y: auto;
  max-height: 80vh;
  scrollbar-width: thin;
  scrollbar-color: #C1DC08 #f0f3d9;
}
@media screen and (max-width: 640px) {
  .modal__wraper {
    max-height: calc(80vh - 80px);
  }
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.modal__close {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  background: transparent;
  border: 0;
  height: 24px;
  width: 24px;
  padding: 0;
  border-radius: 50%;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #009600;
  color: #fff;
}

.modal__close:before {
  content: "✕";
  line-height: 1;
}

.modal__content {
  margin-top: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

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

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

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

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

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

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}/*# sourceMappingURL=style.css.map */