:root {
  --white: white;
  --black: black;
}

.paragraph {
  opacity: 1;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph.base {
  opacity: 1;
  font-size: 16px;
}

.paragraph.base.grey600 {
  color: #828282;
}

.maintenance-image {
  width: 780px;
  margin-bottom: 20px;
}

.icon {
  font-family: Icomoon, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.icon.mr-2 {
  margin-right: 8px;
}

.heading {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: block;
}

.heading.h1 {
  font-size: 28px;
  line-height: 1.25em;
}

.heading.h1.mb-2 {
  margin-bottom: 8px;
}

.sns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.sns.mb-8 {
  margin-bottom: 32px;
}

.row {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

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

.row.align-center.mb-8 {
  margin-bottom: 32px;
}

.full-page-wrapper {
  background-color: #f8f8f8;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
}

.full-page-wrapper.bg-white {
  background-color: #fff;
}

.icon-2 {
  margin-bottom: 0;
  font-weight: 400;
}

.icon-2.mr-2 {
  margin-right: 8px;
}

.body-content {
  background-color: #fff;
  position: relative;
}

.main-content {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 120px;
}

.main-content.maintenance {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.sns-item {
  color: #6c93f8;
  cursor: pointer;
  border: 1px solid #6c93f8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.sns-item:hover {
  opacity: .8;
}

.button-large {
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  flex: none;
  width: auto;
  height: 48px;
  margin-top: 0;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  transition: margin .2s;
  display: flex;
  position: relative;
}

.button-large:hover {
  background-color: #444;
  margin-top: -5px;
}

.button-large:active {
  background-image: linear-gradient(#bbc5f8, #6c93f8 53%, #fff);
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button-large.secondary {
  color: #fff;
  background-color: #3257dc;
}

.button-large.secondary:active {
  background-image: none;
}

.button-large.secondary.column.mb-8 {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .maintenance-image {
    width: 100%;
  }

  .main-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-large {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 15px;
  }

  .maintenance-image {
    margin-bottom: 48px;
  }

  .full-page-wrapper {
    margin-top: 74px;
  }

  .full-page-wrapper.bg-white.mt-0 {
    margin-top: 0;
  }

  .body-content {
    margin-top: 74px;
  }

  .body-content.mt-0 {
    margin-top: 0;
  }

  .main-content {
    padding: 32px 20px;
  }

  .main-content.maintenance {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .row {
    margin-bottom: 0;
  }

  .row.align-center.mb-8 {
    margin-bottom: 32px;
  }

  .button-large {
    font-size: 16px;
    line-height: 1.8em;
  }
}


@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}