@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Quicksand&family=Roboto+Condensed&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, table {
  margin: 0;
}

body {
  background-color: #fff;
  line-height: 1.875;
  color: #000;
  font-family: "Noto Sans JP" , "ヒラギノ角ゴシック Pro" , "Hiragino Kaku Gothic Pro" , メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: top;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  padding: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Drawer
=============================== */
.drawer-hamburger {
  top: 0;
  right: 0;
  padding: 0;
  width: 66px;
  height: 66px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
  background-color: #000;
  width: 30px;
}

.drawer-hamburger-icon {
  margin: 0 auto;
}

.drawer-hamburger-icon::after {
  top: -8px;
}

.drawer-hamburger-icon::before {
  top: 8px;
}

.drawer-open .drawer-overlay {
  -webkit-animation: drawerOverlayBlur 1s ease forwards;
          animation: drawerOverlayBlur 1s ease forwards;
}
.drawer-open .drawer-hamburger {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon::after,
.drawer-open .drawer-hamburger-icon::before {
  background-color: #000;
}
.drawer-open .drawer-menu {
  padding: calc(38px - 0.6em) 30px;
}

@-webkit-keyframes drawerOverlayBlur {
  0% {
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@keyframes drawerOverlayBlur {
  0% {
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .container--md-934 {
    max-width: 58.375rem;
  }
  .container--md-1000 {
    max-width: 62.5rem;
  }
  .container--md-1094 {
    max-width: 68.375rem;
  }
  .container--md-1200 {
    max-width: 75rem;
  }
  .container--md-1280 {
    max-width: 80rem;
  }
}
@media (min-width: 992px) {
  .container--md-934 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .container--md-1000, .container--md-1094, .container--md-1200 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .container--md-1280 {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-header.-home-purpose {
  background: url("../img/bg-home-purpose-header.png") bottom left repeat-x;
}
.section-header.-home-outline {
  border-top: 2px solid #3d8264;
}
.section-header.-home-projects {
  position: relative;
}
.section-header.-home-projects::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  background-color: #e8f6f4;
  width: 100%;
  height: 2px;
}
.section-header.-programinfo-about {
  background: url("/programinfo/img/bg-about-header.png") bottom left repeat-x;
}
.section-header.-programinfo-step1 {
  background: url("/programinfo/img/bg-step1-header.png") bottom left repeat-x;
}
.section-header.-programinfo-schedule {
  position: relative;
  height: 0;
}
.section-header.-programinfo-schedule::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 0.125rem;
}
.section-header__inner {
  position: relative;
}
.section-header__heading {
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.section-header.-home-purpose .section-header__heading {
  background-color: #fff;
  color: #d1eeea;
}
.section-header.-home-outline .section-header__heading {
  margin-top: -0.2em;
  color: #3d8264;
}
.section-header.-home-projects .section-header__heading {
  position: relative;
  top: -0.2em;
  color: #fff;
}
.section-header.-programinfo-about .section-header__heading {
  position: relative;
  top: 0;
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  background-color: #fff;
  color: #272730;
}
.section-header.-programinfo-step1 .section-header__heading {
  position: relative;
  top: 0;
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  background-color: #e8f6f4;
  color: #272730;
}
.section-header.-programinfo-schedule .section-header__heading {
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  background-color: #7ec395;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #fff;
}
@media (max-width: 767px) {
  .section-header {
    background-size: auto 100% !important;
  }
  .section-header.-home-projects {
    margin-bottom: 1.4285714286rem;
  }
  .section-header.-programinfo-step1 {
    margin-top: -6.25rem;
  }
  .section-header__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 85.375rem;
  }
  .section-header__heading {
    font-size: 3rem;
  }
  .section-header.-home-purpose .section-header__heading {
    position: absolute;
    bottom: 6.25rem;
    left: 0;
    padding-right: 0.2em;
    padding-left: 0.2em;
  }
  .section-header.-programinfo-about .section-header__heading {
    top: -0.55em;
  }
  .section-header.-programinfo-step1 .section-header__heading {
    top: -0.55em;
  }
  .section-header__image {
    text-align: center;
  }
  .section-header__image img {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 7.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .section-header.-programinfo-about .section-header__image img {
    height: 6.25rem;
  }
  .section-header.-programinfo-step1 .section-header__image img {
    height: 6.25rem;
  }
}
@media (min-width: 768px) {
  .section-header {
    background-size: 5px auto !important;
  }
  .section-header.-programinfo-step1 {
    margin-top: -6.25rem;
  }
  .section-header__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 85.375rem;
  }
  .section-header__heading {
    font-size: 4.5rem;
  }
  .section-header.-home-purpose .section-header__heading {
    position: absolute;
    bottom: 18.75rem;
    left: 0;
    padding-right: 0.2em;
    padding-left: 0.2em;
  }
  .section-header__image {
    text-align: center;
  }
  .section-header__image img {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 24.6875rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .section-header.-programinfo-about .section-header__image img {
    height: 18.75rem;
  }
  .section-header.-programinfo-step1 .section-header__image img {
    height: 18.75rem;
  }
}
.heading-page {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .heading-page {
    margin-bottom: 1.4285714286rem;
    height: 2.8571428571rem;
  }
  .heading-page img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (min-width: 768px) {
  .heading-page {
    margin-bottom: 3.125rem;
  }
}

.heading-right-edge {
  overflow: hidden;
}
.heading-right-edge__heading {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: right;
  color: #fff;
}
.heading-right-edge span {
  display: inline-block;
  background-color: #3d8264;
  padding-left: 0.75em;
}
.heading-right-edge span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #3d8264;
  height: 100%;
}
@media (max-width: 767px) {
  .heading-right-edge__heading {
    font-size: 1rem;
  }
  .heading-right-edge span {
    padding-right: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .heading-right-edge__heading {
    max-width: 68.375rem;
    font-size: 1.5rem;
  }
  .heading-right-edge span {
    padding-right: 1em;
  }
  .heading-right-edge span::after {
    width: calc((100svw - 68.375rem) / 2);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .heading-right-edge.-move-up {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .heading-right-edge.-move-up-half {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .heading-right-edge.-move-down {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .heading-right-edge.-move-down-half {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.heading-bg05 {
  display: inline-block;
  background-color: #3d8264;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .heading-bg05 {
    display: inline-block;
    padding: 0.2em 1em;
    font-size: 1.2857142857rem;
  }
}
@media (min-width: 768px) {
  .heading-bg05 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25rem;
    height: 2.75rem;
    font-size: 1.5rem;
  }
}

.btn-glow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: #ff8200;
  padding: 0;
  width: 100%;
  height: 3.125rem;
  color: #fff !important;
  font-weight: 600;
  font-size: inherit;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0px 0px 1.875rem rgb(255, 165, 0);
          box-shadow: 0px 0px 1.875rem rgb(255, 165, 0);
  border-radius: 1.5625rem;
  text-decoration: none !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.btn-glow:hover {
  background-color: #ff6100;
}
.btn-glow.-disabled {
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #999;
  outline: none !important;
}
.btn-glow.-disabled:hover {
  background-color: inherit !important;
}
@media (min-width: 768px) {
  .btn-glow.-w-md-360, .btn-glow.-w-md-380, .btn-glow.-w-md-500 {
    margin-right: auto;
    margin-left: auto;
  }
  .btn-glow.-w-md-360 {
    max-width: 22.5rem;
  }
  .btn-glow.-w-md-380 {
    max-width: 23.75rem;
  }
  .btn-glow.-w-md-500 {
    max-width: 31.25rem;
  }
}

.btn-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background: #ff8200 url("../img/icon-arrow-sm.svg") right 0.9375rem center no-repeat;
  background-size: 0.375rem auto;
  padding: 0;
  width: 100%;
  color: #fff !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-default {
    height: 2.8571428571rem;
    border-radius: 1.4285714286rem;
  }
}
@media (min-width: 768px) {
  .btn-default {
    height: 2.1875rem;
    border-radius: 1.09375rem;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-default:hover {
    background-color: #ff6100;
  }
  .btn-default.-w-md-200 {
    max-width: 12.5rem;
  }
  .btn-default.-w-md-400 {
    max-width: 25rem;
  }
}

@media (max-width: 767px) {
  .horizontal-buttons__col + .horizontal-buttons__col {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .horizontal-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 4.7531992687%;
       -moz-column-gap: 4.7531992687%;
            column-gap: 4.7531992687%;
  }
  .horizontal-buttons__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}

.text-underline {
  text-decoration: underline !important;
}

.link {
  color: #ff8200 !important;
  text-decoration: underline !important;
}
.link:hover {
  text-decoration: none !important;
}

.dl-square > dt {
  color: #3d8264;
  font-weight: 600;
}
.dl-square > dt::before {
  content: "";
  display: inline-block;
  margin-right: 0.2em;
  background-color: #3d8264;
  width: 0.8em;
  height: 0.8em;
}

.list-dot {
  padding-left: 1em;
  list-style: outside disc;
}

.list-circle > li {
  padding-left: 1.2em;
}
.list-circle > li::before {
  content: "";
  position: absolute;
  margin-left: -1.2em;
  display: inline-block;
  background-color: #000;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .list-circle > li::before {
    margin-top: 0.3em;
  }
}
@media (min-width: 768px) {
  .list-circle > li::before {
    margin-top: 0.55em;
  }
}

.list-rounded-item > li {
  margin-top: 0.5em;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.4em 0.5em;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 768px) {
  .list-rounded-item {
    font-size: 1.125rem;
  }
}

.modal-content-inner {
  background: #e8f6f4;
}

@media (max-width: 991px) {
  .modal-item-inner {
    width: 100%;
    height: 100%;
  }
  .modal-content {
    margin: 0.9375rem;
    padding: 0;
  }
  .modal-item-close {
    top: -0.3571428571rem;
    right: -0.3571428571rem;
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
}
@media (min-width: 992px) {
  .modal-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .modal-content-inner {
    border: 10px solid #fff;
    padding: 0 3.75rem 3.125rem 3.75rem;
    max-width: 62.5rem;
  }
  .modal-item-close {
    top: -1.375rem;
    right: -1.375rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.home-modal-content__heading {
  font-weight: 600;
}
@media (max-width: 991px) {
  .home-modal-content__heading {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.4285714286rem;
  }
}
@media (min-width: 992px) {
  .home-modal-content__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 10rem;
    font-size: 1.75rem;
  }
  .home-modal-content__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-modal-content__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64.5%;
        -ms-flex: 0 0 64.5%;
            flex: 0 0 64.5%;
  }
  .home-modal-content__image {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    margin-right: -4.375rem;
  }
}

.home-modal01-dl dt {
  margin-bottom: 0.25em;
  border-top: 2px solid #878e92;
  font-weight: 600;
}
.home-modal01-dl dd {
  line-height: 1.8;
}
@media (max-width: 991px) {
  .home-modal01-dl dt {
    padding-top: 0.7142857143rem;
    font-size: 1.2857142857rem;
  }
  .home-modal01-dl dd {
    padding-bottom: 1.4285714286rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .home-modal01-dl dt {
    padding-top: 0.625rem;
    font-size: 1.25rem;
  }
  .home-modal01-dl dd {
    padding-bottom: 2.5rem;
    font-size: 1rem;
  }
}

.home-modal02-dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-weight: 600;
}
.home-modal02-dl dt::after {
  content: "";
  display: block;
  background-color: #878e92;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
}
.home-modal02-dl dd {
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  .home-modal02-dl dt {
    font-size: 1.2857142857rem;
  }
  .home-modal02-dl dd {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .home-modal02-dl dt {
    font-size: 1.25rem;
  }
  .home-modal02-dl dd {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .site-header {
    background-color: #fff;
  }
  .site-header__container {
    height: 5.2857142857rem;
  }
  .site-header__logo a {
    display: block;
    padding: 1.0714285714rem;
    line-height: 1;
  }
  .site-header__logo img {
    width: auto;
    height: 2.5714285714rem;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
  }
  .site-header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    height: 4.625rem;
  }
  .site-header__logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 8.5rem;
  }
}

@media (max-width: 767px) {
  .site-main {
    margin-top: 2.1428571429rem;
  }
}
@media (min-width: 768px) {
  .site-main {
    margin-top: 4.625rem;
  }
}

.site-footer__container {
  margin-right: auto;
  margin-left: auto;
}
.site-footer__pagetop {
  text-align: center;
}
.site-footer__pagetop a {
  display: block;
}
.site-footer__pagetop img {
  width: 4.6875rem;
}
.site-footer__logo {
  text-align: center;
}
.site-footer__company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__company img {
  width: auto;
  height: 2.375rem;
}
.site-footer__copyright {
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer__container {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
  .site-footer__pagetop {
    margin-bottom: 2.8571428571rem;
    -webkit-transform: translateY(-1.2857142857rem);
            transform: translateY(-1.2857142857rem);
  }
  .site-footer__logo {
    margin-bottom: 2.8571428571rem;
  }
  .site-footer__logo img {
    max-width: 60%;
  }
  .site-footer__company {
    margin-bottom: 2.1428571429rem;
    -webkit-column-gap: 2.8571428571rem;
       -moz-column-gap: 2.8571428571rem;
            column-gap: 2.8571428571rem;
  }
  .site-footer__copyright {
    margin-bottom: 2.1428571429rem;
    font-size: 0.7142857143rem;
  }
}
@media (min-width: 768px) {
  .site-footer__pagetop {
    margin-bottom: 4rem;
    -webkit-transform: translateY(-1.125rem);
            transform: translateY(-1.125rem);
  }
  .site-footer__logo {
    margin-bottom: 2.875rem;
  }
  .site-footer__logo img {
    max-width: 26.875rem;
  }
  .site-footer__company {
    margin-bottom: 2.1875rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .site-footer__copyright {
    margin-bottom: 1.875rem;
    font-size: 0.75rem;
  }
}

.nav-main__button.-guideline {
  background-color: #e8f6f4;
  color: #000;
}
.nav-main__button.-entry {
  background-color: #ff8200;
  -webkit-box-shadow: 0px 0px 1.875rem rgb(255, 165, 0);
          box-shadow: 0px 0px 1.875rem rgb(255, 165, 0);
  color: #000;
}
@media (max-width: 991px) {
  .nav-main {
    background: #3d8264;
  }
  .nav-main ul {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-main a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #fff;
  }
  .nav-main__button {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 3.125rem;
    border-radius: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .nav-main ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .nav-main a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .nav-main a:hover {
    opacity: 0.5;
  }
  .nav-main__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 2em;
    padding-left: 2em;
    height: 1.875rem;
    border-radius: 0.9375rem;
    -webkit-transition: background-color 0.3s !important;
    transition: background-color 0.3s !important;
  }
  .nav-main__button.-guideline:hover {
    background-color: #7ec395;
    opacity: 1;
  }
  .nav-main__button.-entry:hover {
    background-color: #ff6100;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .nav-main ul {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .nav-main-toggle {
    display: none;
  }
}

/* Main */
.home-main__inner {
  position: relative;
}
.home-main__text, .home-main__title {
  position: absolute;
}
.home-main__note {
  border: 1px solid #878e92;
  padding: 0.5em 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .home-main {
    margin-bottom: 2.8571428571rem;
  }
  .home-main__inner {
    margin-bottom: 3.5714285714rem;
  }
  .home-main__image {
    padding-left: 2.1428571429rem;
  }
  .home-main__text {
    top: 1.0714285714rem;
    left: 0;
    width: 9.2857142857rem;
  }
  .home-main__title {
    right: 0;
    bottom: -1.4285714286rem;
    width: 100%;
  }
  .home-main__note {
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5;
    font-size: 0.8571428571rem;
  }
}
@media (min-width: 768px) {
  .home-main {
    margin-top: 6.75rem;
    margin-bottom: 11.875rem;
  }
  .home-main__inner {
    margin-bottom: 8.875rem;
  }
  .home-main__image {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 62.25rem;
  }
  .home-main__text {
    top: 8.125rem;
    left: 0;
    width: 14.125rem;
  }
  .home-main__title {
    right: 0;
    bottom: -2.8125rem;
    width: 60.0625rem;
  }
  .home-main__note {
    margin-right: auto;
    margin-left: auto;
  }
}

/* NEWS */
.home-news__text a {
  color: #ff8200;
  text-decoration: underline;
}
.home-news__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .home-news {
    margin-bottom: 2.8571428571rem;
    font-size: 0.8571428571rem;
  }
}
@media (min-width: 768px) {
  .home-news {
    margin-bottom: 9.6875rem;
  }
  .home-news__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    margin-left: auto;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    max-width: 42.125rem;
  }
  .home-news__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home-news__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7.8125rem;
        -ms-flex: 0 0 7.8125rem;
            flex: 0 0 7.8125rem;
  }
  .home-news__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 7.8125rem);
        -ms-flex: 0 0 calc(100% - 7.8125rem);
            flex: 0 0 calc(100% - 7.8125rem);
  }
}

/* PURPOSE */
.home-purpose-inner {
  position: relative;
}
.home-purpose-copy {
  position: absolute;
}
@media (max-width: 767px) {
  .home-purpose-copy {
    top: -2.8571428571rem;
    right: 0;
  }
  .home-purpose-copy img {
    max-width: 4.2857142857rem;
  }
}
@media (min-width: 768px) {
  .home-purpose-copy {
    top: -20rem;
    right: 3.75rem;
  }
}

@media (max-width: 767px) {
  .home-purpose-about {
    margin-top: 20px;
    padding-top: 20px;
  }
  .home-purpose-about__title {
    margin-bottom: 10px;
  }
  .home-purpose-about__title img {
    max-width: 11.25rem;
  }
  .home-purpose-about__content {
    padding-top: 0.5em;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .home-purpose-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-purpose-about__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.83%;
        -ms-flex: 0 0 25.83%;
            flex: 0 0 25.83%;
  }
  .home-purpose-about__title img {
    max-width: 11.25rem;
  }
  .home-purpose-about__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-top: 0.5em;
  }
}

/* OUTLINE */
.home-outline02 {
  position: relative;
}
.home-outline02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background-color: #d1eeea;
  height: 0.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .home-outline02::before {
    width: calc(100% - 5.5rem);
    max-width: 74.5rem;
  }
}

.program-point__item {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.program-point__item:nth-child(1) {
  background-image: url("../img/bg-program-point-01.png");
}
.program-point__item:nth-child(2) {
  background-image: url("../img/bg-program-point-02.png");
}
.program-point__item:nth-child(3) {
  background-image: url("../img/bg-program-point-03.png");
}
.program-point__item:nth-child(4) {
  background-image: url("../img/bg-program-point-04.png");
}
.program-point__item:nth-child(5) {
  background-image: url("../img/bg-program-point-05.png");
}
.program-point__item:nth-child(6) {
  background-image: url("../img/bg-program-point-06.png");
}
.program-point__title {
  margin-bottom: 0.7em;
  border-bottom: 1px solid #878e92;
  padding-bottom: 0.7em;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.program-point__title small {
  font-size: 66%;
}
@media (max-width: 767px) {
  .program-point {
    margin-top: 1.4285714286rem;
  }
  .program-point__item {
    margin-bottom: 1.4285714286rem;
    background-size: 40% auto;
    padding-top: 3em;
    padding-left: 15%;
  }
  .program-point__title {
    font-size: 1.4285714286rem;
  }
}
@media (min-width: 768px) {
  .program-point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .program-point__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.7%;
        -ms-flex: 0 0 45.7%;
            flex: 0 0 45.7%;
    background-size: 17.5rem auto;
    padding-top: 6.25rem;
    padding-left: 11%;
  }
  .program-point__item:nth-child(even) {
    margin-top: 6.625rem;
  }
  .program-point__title {
    font-size: 1.5rem;
  }
}

.business-domain {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.business-domain__item {
  border-top: 2px solid #c4d9d0;
}
.business-domain__item.-item01 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.business-domain__item.-item02 {
  grid-column: 1/2;
  grid-row: 2/3;
  border-bottom: 2px solid #c4d9d0;
}
.business-domain__item.-item03 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.business-domain__item.-item04 {
  grid-column: 2/3;
  grid-row: 2/3;
  border-bottom: 2px solid #c4d9d0;
}
.business-domain__item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
  background-color: #3d8264;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
}
.business-domain__item dt small {
  font-weight: 500;
}
.business-domain__item dd {
  font-weight: 600;
}
@media (max-width: 991px) {
  .business-domain {
    grid-template-columns: 1fr 1fr;
    gap: 0.7142857143rem;
  }
  .business-domain__item {
    border: 0 !important;
  }
  .business-domain__item dt {
    margin-bottom: 0.25em;
    height: 2.1428571429rem;
    font-size: 1.4285714286rem;
    border-radius: 1.0714285714rem;
  }
  .business-domain__item dt small {
    font-size: 60%;
  }
  .business-domain__item dd {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .business-domain {
    grid-template-columns: 39.5795246801% 55.7586837294%;
    -webkit-column-gap: 3.25rem;
       -moz-column-gap: 3.25rem;
            column-gap: 3.25rem;
  }
  .business-domain__item dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.6875rem;
       -moz-column-gap: 1.6875rem;
            column-gap: 1.6875rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
  .business-domain__item dt,
  .business-domain__item dd {
    height: 4.0625rem;
  }
  .business-domain__item dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.25rem;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
    font-size: 2.625rem;
  }
  .business-domain__item dt small {
    font-size: 38%;
  }
  .business-domain__item dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.75rem;
  }
}

.eight-icons {
  border-top: 2px solid #fff;
}
.eight-icons__title {
  margin-bottom: 1em;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}
.eight-icons__title.-move {
  color: #b50016;
}
.eight-icons__title.-city {
  color: #00135d;
}
.eight-icons__title strong {
  font-weight: 700;
  font-size: 130%;
}
@media (max-width: 767px) {
  .eight-icons {
    padding-top: 1.4285714286rem;
  }
  .eight-icons__col {
    margin-bottom: 1.4285714286rem;
  }
  .eight-icons__title {
    line-height: 1.2;
    font-size: 1.4285714286rem;
  }
}
@media (min-width: 768px) {
  .eight-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 2.2%;
       -moz-column-gap: 2.2%;
            column-gap: 2.2%;
    row-gap: 2.8125rem;
    padding-top: 4.375rem;
  }
  .eight-icons__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.9%;
        -ms-flex: 0 0 48.9%;
            flex: 0 0 48.9%;
    padding-right: 5.2%;
    padding-left: 5.2%;
  }
  .eight-icons__title {
    font-size: 1.5rem;
  }
  .eight-icons__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .projects-lineup__item + .projects-lineup__item {
    margin-top: 2.1428571429rem;
  }
}
@media (min-width: 768px) {
  .projects-lineup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .projects-lineup__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.539614561%;
        -ms-flex: 0 0 44.539614561%;
            flex: 0 0 44.539614561%;
  }
}

.related-theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.related-theme__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.375rem;
      -ms-flex: 0 0 1.375rem;
          flex: 0 0 1.375rem;
}
.related-theme__title img {
  width: 100%;
}
.related-theme__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .related-theme__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.5714285714rem;
        -ms-flex: 0 0 1.5714285714rem;
            flex: 0 0 1.5714285714rem;
  }
  .related-theme__icons {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-column-gap: 0.7142857143rem;
       -moz-column-gap: 0.7142857143rem;
            column-gap: 0.7142857143rem;
  }
  .related-theme__icons img {
    width: 5.7142857143rem;
  }
}
@media (min-width: 768px) {
  .related-theme__icons {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
  }
  .related-theme__icons img {
    width: 5.5rem;
  }
}

/* News */
.news-list__item + .news-list__item {
  border-top: 2px solid #878e92;
}
.news-list__date {
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.news-list__text a {
  color: #ff8200;
  text-decoration: underline;
}
.news-list__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.4285714286rem;
  }
  .news-list__date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 1;
    margin-bottom: 1.0714285714rem;
    line-height: 1;
    font-size: 2.5714285714rem;
  }
  .news-list__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .news-list__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.0714285714rem;
  }
}
@media (min-width: 768px) {
  .news-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 3.75rem 1.875rem 1.875rem 1.25rem;
    -webkit-column-gap: 4.478976234%;
       -moz-column-gap: 4.478976234%;
            column-gap: 4.478976234%;
  }
  .news-list__item:last-child {
    padding-bottom: 5rem;
  }
  .news-list__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1.875rem;
    font-size: 4.5rem;
  }
  .news-list__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 55.8500914077%;
        -ms-flex: 1 1 55.8500914077%;
            flex: 1 1 55.8500914077%;
    padding-left: 3.75rem;
  }
  .news-list__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.7074954296%;
        -ms-flex: 0 0 29.7074954296%;
            flex: 0 0 29.7074954296%;
  }
}

/*  PROGRAM INFO */
.programinfo-menu > dt {
  font-weight: 700;
}
.programinfo-menu > dd li {
  border-bottom: 1px solid #a6bcbb;
}
.programinfo-menu > dd li:last-child {
  border-bottom: 0;
}
.programinfo-menu > dd a {
  display: block;
  background-image: url("/programinfo/img/icon-programinfo-menu.png");
  background-repeat: no-repeat;
  background-size: 0.3125rem auto;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
@media (max-width: 767px) {
  .programinfo-menu > dt {
    padding-top: 1.0714285714rem;
    padding-bottom: 1.0714285714rem;
    border-top: 2px solid #7c8a8d;
    font-size: 1.2857142857rem;
  }
  .programinfo-menu > dd {
    padding-bottom: 1.0714285714rem;
  }
  .programinfo-menu > dd a {
    padding-right: 3.2142857143rem;
    background-position: right 1.0714285714rem center;
  }
}
@media (min-width: 768px) {
  .programinfo-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .programinfo-menu > dt, .programinfo-menu > dd {
    border-top: 2px solid #7c8a8d;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .programinfo-menu > dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-size: 1.5rem;
  }
  .programinfo-menu > dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .programinfo-menu > dd a {
    background-position: right 1.875rem center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .programinfo-menu > dd a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 992px) {
  .case-menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 2.65625%;
       -moz-column-gap: 2.65625%;
            column-gap: 2.65625%;
    row-gap: 2rem;
  }
}

.case-menu__inner {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border-radius: 30px;
}
.case-menu__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3d8264;
  width: 100%;
  height: 0.875rem;
}
.case-menu__inner::after {
  content: "";
  position: absolute;
  display: block;
  background: url("/programinfo/img/icon-arrow-case-menu.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.case-menu__number {
  position: absolute;
  top: 0;
  left: 6.3158%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #3d8264;
  line-height: 1;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
.case-menu__title {
  text-align: center;
  font-weight: 600;
}
.case-menu__thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: 600;
}
.case-menu__thumbnail-image {
  margin-bottom: 0.625rem;
}
.case-menu__thumbnail-image img {
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 991px) {
  .case-menu {
    margin-bottom: 1.0714285714rem;
  }
  .case-menu__inner {
    padding: 1.4285714286rem 1.0714285714rem 1.0714285714rem 1.0714285714rem;
  }
  .case-menu__inner::after {
    right: 1.0714285714rem;
    bottom: 1.0714285714rem;
    width: 1.0714285714rem;
    height: 1.0714285714rem;
  }
  .case-menu__number {
    left: 0.7142857143rem;
    padding-bottom: 0.7142857143rem;
    width: 2.1428571429rem;
    height: 3.5714285714rem;
    font-size: 1.7142857143rem;
  }
  .case-menu__title {
    margin-bottom: 1.0714285714rem;
  }
}
@media (min-width: 992px) {
  .case-menu.-menu01 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .case-menu.-menu02 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .case-menu.-menu03 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .case-menu.-menu04 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .case-menu__inner {
    padding-right: 6.3158%;
    padding-left: 6.3158%;
    padding-bottom: 2.5rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .case-menu__inner::after {
    right: 1.25rem;
    bottom: 1.25rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .case-menu__inner:hover {
    opacity: 0.7;
  }
  .case-menu__number {
    padding-bottom: 0.625rem;
    width: 3.125rem;
    height: 4.375rem;
    font-size: 2.25rem;
  }
  .case-menu__title {
    margin-bottom: 1.875rem;
    padding-top: 1.25rem;
    font-size: 1.375rem;
  }
}

.case-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.625rem 0.625rem 1.875rem 1.875rem;
}
.case-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #3d8264;
  width: 100%;
  height: 0.9375rem;
}
.case-section__number {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #3d8264;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.case-section__number small {
  font-weight: 600;
  font-size: 33.3%;
}
.case-section__label {
  position: absolute;
  line-height: 1;
  font-weight: 600;
  color: #3d8264;
}
.case-section__heading, .case-section__lead {
  text-align: center;
}
.case-section__heading {
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}
.case-section__lead {
  margin-top: 0.5em;
}
.case-section__item-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}
.case-section__item-title {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #878e92;
  font-weight: 600;
  line-height: 1.5;
}
.case-section__item-text {
  margin-bottom: 1em;
  padding-top: 0.5em;
}
.case-section__theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-section__theme > dt {
  width: 1.375rem;
  height: 5.625rem;
}
.case-section__theme > dt img {
  width: 100%;
  height: 100%;
}
.case-section__theme > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.case-section__theme > dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9.4276094276%;
     -moz-column-gap: 9.4276094276%;
          column-gap: 9.4276094276%;
}
.case-section__theme > dd ul img {
  width: 5.625rem;
  height: auto;
}
.case-section__notice {
  text-align: right;
  color: #969699;
  font-size: 0.75rem;
}
@media (max-width: 991px) {
  .case-section {
    padding-bottom: 1.4285714286rem;
  }
  .case-section + .case-section {
    margin-top: 2.1428571429rem;
  }
  .case-section__number {
    top: 0;
    left: 1.0714285714rem;
    border-radius: 0 0 10px 10px;
    padding-bottom: 0.7142857143rem;
    width: 3.2857142857rem;
    height: 4.2857142857rem;
    font-size: 2.1428571429rem;
  }
  .case-section__label {
    top: 1.4285714286rem;
    right: 0.7142857143rem;
    font-size: 0.8571428571rem;
  }
  .case-section__heading {
    padding-top: 4.2857142857rem;
    font-size: 1.7142857143rem;
  }
  .case-section__items {
    margin-top: 1.4285714286rem;
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
  .case-section__item {
    margin-bottom: 2.1428571429rem;
  }
  .case-section__item-title {
    font-size: 1.4285714286rem;
  }
  .case-section__theme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.0714285714rem;
  }
  .case-section__notice {
    margin-top: 1.4285714286rem;
    padding-right: 1.0714285714rem;
  }
}
@media (min-width: 992px) {
  .case-section {
    padding-bottom: 5.9375rem;
  }
  .case-section + .case-section {
    margin-top: 7.25rem;
  }
  .case-section__number {
    top: 0;
    left: 3.3125rem;
    border-radius: 0 0 10px 10px;
    padding-bottom: 1.25rem;
    width: 6.25rem;
    height: 9.5rem;
    font-size: 4.5rem;
  }
  .case-section__label {
    top: 1.5rem;
    right: 2.25rem;
  }
  .case-section__heading {
    padding-top: 3.75rem;
    font-size: 2.875rem;
  }
  .case-section__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 6.2157221207%;
       -moz-column-gap: 6.2157221207%;
            column-gap: 6.2157221207%;
    margin-top: 2.5rem;
  }
  .case-section__item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
  }
  .case-section__theme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.3125rem;
  }
  .case-section__notice {
    margin-top: 3.125rem;
    margin-bottom: -3.125rem;
    padding-right: 1.75rem;
  }
}

.step1-table th {
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 991px) {
  .step1-table {
    margin-bottom: 2.8571428571rem;
    border-bottom: 2px solid #d1eeea;
    line-height: 1.5;
  }
  .step1-table thead,
  .step1-table tbody,
  .step1-table tr,
  .step1-table th,
  .step1-table td {
    display: block;
  }
  .step1-table tr {
    margin-bottom: 2.1428571429rem;
    border-top: 2px solid #d1eeea;
    padding-top: 1.0714285714rem;
    padding-bottom: 1.0714285714rem;
  }
  .step1-table th {
    margin-bottom: 0.7142857143rem;
  }
  .step1-table td {
    padding-left: 1.4285714286rem;
  }
}
@media (min-width: 992px) {
  .step1-table th,
  .step1-table td {
    border-top: 2px solid #d1eeea;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .step1-table th {
    width: 20%;
    font-size: 1.5rem;
    vertical-align: top;
  }
}

.step1-box {
  background-color: #e8f6f4;
}
.step1-box__title span {
  display: inline-block;
  background-color: #000;
  color: #e8f6f4;
  padding: 0.1em 0.75em;
  font-weight: 600;
}
.step1-box__content p + p {
  border-top: 2px solid #7ec395;
}
@media (max-width: 767px) {
  .step1-box__content {
    padding: 0.7142857143rem 1.4285714286rem;
  }
}
@media (min-width: 768px) {
  .step1-box__title span {
    font-size: 1.5rem;
  }
  .step1-box__content {
    padding: 0.9375rem 2.1875rem;
  }
}

.schedule > dt {
  background: rgb(126, 195, 149);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(126, 195, 149)), to(rgb(232, 246, 244)));
  background: -webkit-linear-gradient(top, rgb(126, 195, 149) 0%, rgb(232, 246, 244) 100%);
  background: linear-gradient(180deg, rgb(126, 195, 149) 0%, rgb(232, 246, 244) 100%);
  padding-top: 0.5em;
  color: #f1f6fb;
  font-weight: 600;
  border-radius: 3px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.schedule__year {
  position: absolute;
  top: -1em;
  left: 0;
  background-color: #fff;
  padding-right: 0.2em;
  padding-left: 0.2em;
  color: #3d8264;
}
.schedule__recommend {
  color: #3d8264;
}
@media (max-width: 991px) {
  .schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0.7142857143rem;
       -moz-column-gap: 0.7142857143rem;
            column-gap: 0.7142857143rem;
    margin-bottom: 0.7142857143rem;
    line-height: 1.5;
  }
  .schedule > dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.7142857143rem;
        -ms-flex: 0 0 1.7142857143rem;
            flex: 0 0 1.7142857143rem;
  }
  .schedule > dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  .schedule table,
  .schedule tbody,
  .schedule tr,
  .schedule th,
  .schedule td {
    display: block;
  }
  .schedule table {
    width: 100%;
  }
  .schedule tr {
    position: relative;
    border-top: 1px solid #7ec395;
    padding-top: 1.0714285714rem;
    padding-bottom: 2.1428571429rem;
  }
  .schedule th {
    margin-bottom: 0.7142857143rem;
    text-align: left;
  }
  .schedule th br {
    display: none;
  }
  .schedule__recommend {
    margin-top: 0.7142857143rem;
    margin-bottom: 1.0714285714rem;
    font-size: 0.8571428571rem;
  }
  .schedule__recommend > dt {
    border-bottom: 1px solid #3d8264;
    padding-bottom: 0.5em;
  }
  .schedule__recommend > dt br {
    display: none;
  }
  .schedule__recommend > dd {
    padding-top: 0.5em;
  }
}
@media (min-width: 992px) {
  .schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  .schedule > dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.5rem;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
    font-size: 1.5rem;
  }
  .schedule > dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.375rem;
        -ms-flex: 0 0 54.375rem;
            flex: 0 0 54.375rem;
  }
  .schedule th,
  .schedule td {
    border-top: 1px solid #7ec395;
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
  .schedule th {
    position: relative;
    text-align: left;
    font-weight: 600;
    color: #3d8264;
    width: 28%;
    font-size: 1.125rem;
    vertical-align: top;
  }
  .schedule__year {
    font-size: 1.125rem;
  }
  .schedule__recommend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.875;
  }
  .schedule__recommend > dt {
    border-right: 1px solid #3d8264;
    padding-right: 1em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.875rem;
        -ms-flex: 0 0 6.875rem;
            flex: 0 0 6.875rem;
  }
  .schedule__recommend > dd {
    padding-left: 1em;
  }
}

/* EVENT */
.event-menu dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #000;
  height: 1.875rem;
}
.event-menu dd a {
  background-color: #fff;
  border-radius: 10px;
  padding-right: 0.75em;
  padding-left: 0.75em;
}
.event-menu dd a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ff8200 transparent transparent transparent;
}
@media (max-width: 991px) {
  .event-menu {
    margin-bottom: 3.5714285714rem;
  }
  .event-menu dd li {
    margin-top: 0.7142857143rem;
  }
  .event-menu dd a {
    display: block;
    padding: 0.7142857143rem 1.0714285714rem 0.7142857143rem 2.5rem;
    line-height: 1.3;
  }
  .event-menu dd a::before {
    position: absolute;
    margin-top: 0.3em;
    margin-left: -1.4285714286rem;
  }
}
@media (min-width: 992px) {
  .event-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    margin-top: 2.1875rem;
    margin-bottom: 6.25rem;
  }
  .event-menu dt {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .event-menu dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
  .event-menu dd a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.875rem;
  }
}

.event {
  position: relative;
  border-radius: 10px;
  background-color: #e8f6f4;
}
@media (max-width: 991px) {
  .event + .event {
    margin-top: 2.8571428571rem;
  }
}
@media (min-width: 992px) {
  .event {
    padding: 2.8125rem 3.5625rem;
  }
  .event + .event {
    margin-top: 5rem;
  }
}

.event-label {
  position: absolute;
  top: -0.9em;
  left: 0;
  color: #e8f6f4;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .event-label {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 992px) {
  .event-label {
    font-size: 3rem;
  }
}

.event-title {
  position: relative;
  z-index: 1;
  border-radius: 0.625rem;
  background-color: #3d8264;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .event-title {
    margin-bottom: 1.0714285714rem;
    padding: 0.7142857143rem;
    line-height: 1.3;
    font-size: 1.4285714286rem;
  }
}
@media (min-width: 992px) {
  .event-title {
    margin-bottom: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1;
    font-size: 2.25rem;
  }
}

@media (max-width: 991px) {
  .event-data {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}
@media (min-width: 992px) {
  .event-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event-data__col01 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .event-data__col02 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40.2%;
        -ms-flex: 0 0 40.2%;
            flex: 0 0 40.2%;
  }
}

.event-attention {
  line-height: 1.7;
}
.event-attention__title::before {
  content: "";
  position: relative;
  top: 0.1em;
  display: inline-block;
  margin-right: 0.5em;
  background-color: #000;
  width: 0.5em;
  height: 1em;
}
.event-attention a {
  text-decoration: underline;
}
.event-attention a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .event-attention {
    margin-top: 1.4285714286rem;
    padding: 0.7142857143rem 1.0714285714rem 2.1428571429rem 1.0714285714rem;
  }
  .event-attention__title {
    margin-bottom: 0.25em;
  }
  .event-attention__col01 {
    margin-bottom: 1.4285714286rem;
  }
}
@media (min-width: 992px) {
  .event-attention {
    padding-top: 0.625rem;
  }
  .event-attention__title {
    margin-bottom: 0.25em;
  }
  .event-attention__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event-attention__col01 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.9387755102%;
        -ms-flex: 0 0 56.9387755102%;
            flex: 0 0 56.9387755102%;
    font-size: 0.875rem;
  }
  .event-attention__col02 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.7346938776%;
        -ms-flex: 0 0 36.7346938776%;
            flex: 0 0 36.7346938776%;
  }
}

/* FAQ */
.faq-section a {
  color: #ff8200;
  text-decoration: underline;
}
.faq-section a:hover {
  text-decoration: none;
}
.faq-section + .faq-section {
  border-top: 0.625rem solid #fff;
}
.faq-section__heading {
  border-radius: 0.625rem;
  background-color: #3d8264;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.faq-section__inner {
  background-color: #e8f6f4;
}
.faq-section__a {
  padding-left: 1.5rem;
  background: #fff;
  border-radius: 0.625rem;
}
.faq-section__q-text {
  font-weight: 600;
  color: #3d8264;
}
@media (max-width: 767px) {
  .faq-section:last-child {
    margin-bottom: 0;
  }
  .faq-section__heading {
    padding: 1.0714285714rem;
    line-height: 1;
    font-size: 1.2857142857rem;
  }
  .faq-section__inner {
    margin-right: 0.7142857143rem;
    margin-left: 0.7142857143rem;
    padding: 0.7142857143rem;
  }
  .faq-section__q, .faq-section__a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .faq-section__q {
    margin-bottom: 0.8571428571rem;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    line-height: 1.5;
  }
  .faq-section__a {
    margin-bottom: 2.1428571429rem;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    padding: 1.4285714286rem 0.7142857143rem;
  }
  .faq-section__a:last-of-type {
    margin-bottom: 0;
  }
  .faq-section__q-icon, .faq-section__a-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .faq-section__q-icon img, .faq-section__a-icon img {
    width: 2.1428571429rem;
  }
}
@media (min-width: 768px) {
  .faq-section:last-child {
    margin-bottom: 0;
  }
  .faq-section__heading {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1;
    font-size: 2.25rem;
  }
  .faq-section__inner {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    padding: 3.5rem 5.625rem 3.5rem 5.3125rem;
  }
  .faq-section__q, .faq-section__a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .faq-section__q {
    margin-bottom: 0.75rem;
    -webkit-column-gap: 2.3125rem;
       -moz-column-gap: 2.3125rem;
            column-gap: 2.3125rem;
  }
  .faq-section__a {
    margin-bottom: 3.75rem;
    margin-left: 1.5rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    padding: 1.875rem;
  }
  .faq-section__a:last-of-type {
    margin-bottom: 0;
  }
  .faq-section__q-icon, .faq-section__a-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .faq-section__q-icon img, .faq-section__a-icon img {
    width: 3.0625rem;
  }
  .faq-section__q-text {
    font-size: 1.5rem;
  }
  .faq-section__a-text {
    font-size: 1.125rem;
  }
}

/* Common */
.common-entry__inner {
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #3d8264;
  border-radius: 1.25rem;
}
.common-entry__text {
  line-height: 2;
  font-weight: 600;
  color: #3d8264;
  text-align: center;
}
@media (max-width: 991px) {
  .common-entry {
    margin-bottom: 2.8571428571rem;
  }
  .common-entry__inner {
    margin-right: 1.0714285714rem;
    margin-left: 1.0714285714rem;
    padding: 1.4285714286rem 1.4285714286rem 2.1428571429rem 1.4285714286rem;
  }
  .common-entry__buttons {
    margin-top: 2.1428571429rem;
  }
  .common-entry__button + .common-entry__button {
    margin-top: 1.4285714286rem;
  }
}
@media (min-width: 992px) {
  .common-entry {
    margin-bottom: 8.4375rem;
  }
  .common-entry__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    max-width: 60.375rem;
  }
  .common-entry__text {
    font-size: 1.5rem;
  }
  .common-entry__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.875rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 50.625rem;
  }
  .common-entry__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.7901234568%;
        -ms-flex: 0 0 46.7901234568%;
            flex: 0 0 46.7901234568%;
  }
}

.common-contact {
  background: #e8f6f4;
  text-align: center;
}
.common-contact a {
  text-decoration: underline !important;
}
.common-contact a:hover {
  text-decoration: none !important;
}
.common-contact__title {
  margin-bottom: 1em;
  font-weight: 600;
}
@media (max-width: 991px) {
  .common-contact {
    padding-top: 2.8571428571rem;
    padding-bottom: 4.2857142857rem;
  }
  .common-contact__title {
    line-height: 1.5;
    font-size: 1.4285714286rem;
  }
}
@media (min-width: 992px) {
  .common-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .common-contact__title {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=site.css.map */