/*==================================================================================================
	blue.ver
==================================================================================================*/
.navbar {
  padding: 1.25rem 0rem 1.25rem 3rem;
  overflow-y: hidden;
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 1rem 3rem;
  }
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.9);
    margin-top: 6rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 3rem;
  }
  .navbar-collapse .navbar-nav {
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 991.5px) {
  @-moz-document url-prefix() {
    .navbar {
      padding: 1rem 3rem;
    }
    .navbar-collapse {
      background: rgba(255, 255, 255, 0.9);
      margin-top: 6rem;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      padding: 0 3rem;
    }
    .navbar-collapse .navbar-nav {
      height: calc(100vh - 60px);
    }
  }
  @supports (-ms-ime-align: auto) {
    .navbar {
      padding: 1rem 3rem;
    }
    .navbar-collapse {
      background: rgba(255, 255, 255, 0.9);
      margin-top: 6rem;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      padding: 0 3rem;
    }
    .navbar-collapse .navbar-nav {
      height: calc(100vh - 60px);
    }
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    padding: 1rem 1.5rem;
  }
  .navbar-collapse {
    padding: 0 2rem;
  }
}
.navbar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .navbar-header {
    width: auto;
  }
}
.navbar-brand {
  padding: 0;
  margin-right: 0;
}
.navbar-brand .logo {
  margin-right: 2.3rem;
  max-height: 55px;
}
.navbar-brand .logo img {
  max-height: 55px;
}
@media only screen and (max-width: 991px) {
  .navbar-brand .logo img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 991.5px) {
  @-moz-document url-prefix() {
    .navbar-brand .logo img {
      max-height: 40px;
    }
  }
  @supports (-ms-ime-align: auto) {
    .navbar-brand .logo img {
      max-height: 40px;
    }
  }
}

.recruit {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .recruit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    font-size: 1.4rem;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media screen and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1070px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991.5px) {
  @-moz-document url-prefix() {
    .navbar-expand-lg .navbar-nav .nav-link {
      margin-left: 0;
      margin-right: 0;
    }
  }
  @supports (-ms-ime-align: auto) {
    .navbar-expand-lg .navbar-nav .nav-link {
      margin-left: 0;
      margin-right: 0;
    }
  }
}

.nav-item .nav-link {
  font-weight: bold;
  color: #303030;
  padding: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .nav-item .nav-link {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem !important;
  }
}
@media only screen and (max-width: 991.5px) {
  @-moz-document url-prefix() {
    .nav-item .nav-link {
      border-bottom: 1px solid #c1c1c1;
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
      padding-left: 1.5rem !important;
    }
  }
  @supports (-ms-ime-align: auto) {
    .nav-item .nav-link {
      border-bottom: 1px solid #c1c1c1;
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
      padding-left: 1.5rem !important;
    }
  }
}
@media screen and (max-width: 991px) {
  .nav-item:last-child .nav-link {
    margin-bottom: 1em;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open.png);
  background-size: contain;
  width: 55px;
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler .navbar-toggler-icon {
    width: 32px;
    height: 25px;
  }
}
@media only screen and (max-width: 991.5px) {
  @-moz-document url-prefix() {
    .navbar-toggler .navbar-toggler-icon {
      width: 32px;
      height: 25px;
    }
  }
  @supports (-ms-ime-align: auto) {
    .navbar-toggler .navbar-toggler-icon {
      width: 32px;
      height: 25px;
    }
  }
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close.png);
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    width: 32px;
    height: 25px;
  }
}
@media only screen and (max-width: 991.5px) {
  @-moz-document url-prefix() {
    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
      width: 32px;
      height: 25px;
    }
  }
  @supports (-ms-ime-align: auto) {
    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
      width: 32px;
      height: 25px;
    }
  }
}

.nav-bg {
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .nav-bg {
    background-color: inherit;
  }
}

.-sub {
  background-color: #fff;
}

.fixed-top {
  z-index: 99999;
  position: fixed !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .fixed-top {
    z-index: 999;
  }
  .fixed-top::before {
    -webkit-box-shadow: 0 0 6px #ababab;
            box-shadow: 0 0 6px #ababab;
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 991.5px) {
  @-moz-document url-prefix() {
    .fixed-top {
      z-index: 999;
    }
    .fixed-top::before {
      box-shadow: 0 0 6px #ababab;
      content: "";
      position: absolute;
      z-index: -1;
      background-color: #ffffff;
      width: 100%;
      height: 60px;
      top: 0;
      left: 0;
    }
  }
  @supports (-ms-ime-align: auto) {
    .fixed-top {
      z-index: 999;
    }
    .fixed-top::before {
      -webkit-box-shadow: 0 0 6px #ababab;
              box-shadow: 0 0 6px #ababab;
      content: "";
      position: absolute;
      z-index: -1;
      background-color: #ffffff;
      width: 100%;
      height: 60px;
      top: 0;
      left: 0;
    }
  }
}

@media only screen and (max-width: 991px) {
  _:lang(x) + _:-webkit-full-screen-document, .navbar {
    display: block;
  }
  _:lang(x) + _:-webkit-full-screen-document, .navbar-collapse {
    background: none;
    margin-top: 60px;
  }
  _:lang(x) + _:-webkit-full-screen-document, .navbarBg {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
  }
  _:lang(x) + _:-webkit-full-screen-document, .-hideOverflowWrap {
    overflow: hidden;
  }
}
.navWrap {
  margin-left: auto;
}

#edittingNowOnTheOurCms .headerContainer .fixed-top {
  position: relative !important;
  z-index: 0;
}
#edittingNowOnTheOurCms .pageLabel.-common.-common {
  margin-top: 0 !important;
}

.footer .entry {
  padding: 6rem 0 7rem;
  background: url(../img/common/entry-footer.jpg) no-repeat center center/cover !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .entry {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 480px) {
  .footer .entry {
    padding: 2.5rem 0;
  }
}
.footer .entry:before {
  content: "";
  background: -webkit-gradient(linear, left top, right bottom, from(#0095e0), to(#0070b0));
  background: -webkit-linear-gradient(top left, #0095e0, #0070b0);
  background: linear-gradient(to bottom right, #0095e0, #0070b0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.7;
}
.footer .entry .entryTtl {
  color: #ffffff;
  z-index: 1;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .footer .entry .entryTtl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .entry .entryTtl {
    margin-bottom: 1rem;
  }
}
.footer .entry .entryTtl .boxTitle {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer .entry .entryTtl .boxTitle {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .entry .entryTtl .txt br {
    display: none;
  }
}
.footer .entry .btnArea {
  position: relative;
  z-index: 1;
  text-align: center;
}
.footer .entry .entryBanner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .entry .entryBanner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer .entry .entryBanner__item {
  margin-right: 3rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer .entry .entryBanner__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .footer .entry .entryBanner__item:last-child {
    margin-bottom: 0;
  }
}
.footer .entry .entryBanner__item:last-child {
  margin-right: 0;
}
.footer .footerCont {
  padding: 3.5rem 0 4rem;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .footer .footerCont {
    padding: 2.5rem 0 3rem;
  }
}
.footer .footerCont .footerInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .footerCont .footerInfo {
    margin-bottom: 2rem;
  }
}
.footer .footerCont .footerInfo .footerLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerInfo .footerLogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 3.5rem;
  }
}
.footer .footerCont .footerInfo .footerLogo .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-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;
  margin-right: 3rem;
}
@media screen and (max-width: 960px) {
  .footer .footerCont .footerInfo .footerLogo .logo {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerInfo .footerLogo .logo {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.footer .footerCont .footerInfo .footerLogo .logo img {
  margin-bottom: 0.5rem;
  width: 216px;
}
@media screen and (max-width: 960px) {
  .footer .footerCont .footerInfo .footerLogo .logo img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerInfo .footerLogo .logo img {
    width: 150px;
  }
}
.footer .footerCont .footerInfo .footerLogo .logo .recruit {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.footer .footerCont .footerInfo .footerLogo .txt p {
  font-size: 1.4rem;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerInfo .footerLogo .txt p {
    font-size: 1.2rem;
  }
}
.footer .footerCont .footerSitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerSitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footerCont .footerSitemap .listSitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerSitemap .listSitemap {
    display: block;
    width: 100%;
  }
}
.footer .footerCont .footerSitemap .listSitemap__item {
  margin-bottom: 2.5rem;
  margin-right: 4em;
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerSitemap .listSitemap__item {
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: 1px solid #c9c9c9;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerCont .footerSitemap .listSitemap__item .link {
    padding: 1.5rem 0;
    display: block;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .footerCont .footerSitemap .listSitemap__item .link {
    padding: 1rem 0;
    margin-left: 1rem;
  }
}
.footer .footerCont .footerSitemap .listSitemap__item .link.-line {
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 960px) {
  .footer .footerCont .footerSitemap .listSitemap__item .link.-line {
    padding-left: 1.5rem;
    letter-spacing: 0;
  }
}
.footer .footerCont .footerSitemap .listSitemap__item .link.-line:before {
  content: "";
  position: absolute;
  background-color: #c9c9c9;
  width: 10px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footerCont .footerSitemap .listSitemap__item .link.-line:before {
    top: 35%;
  }
}
@media only screen and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footerCont .footerSitemap .listSitemap__item .link.-line:before {
    top: 45%;
  }
}
.footer .copyright {
  text-align: center;
  background-color: #363739;
  color: #9ca0a1;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 991.6px) {
  @supports (-ms-ime-align: auto) {
    .navbar-header {
      width: auto;
    }
    .navbar-toggler {
      display: none !important;
    }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none !important;
    }
    .collapse {
      display: block !important;
    }
  }
}
/*==================================================================================================
	purple.ver
==================================================================================================*/
body.-purple .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_purple.png);
}
body.-purple .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_purple.png);
}
body.-purple .footer .entry:before {
  background: #4C4163;
}
body.-purple .footer .copyright {
  background-color: #363739;
  color: #9ca0a1;
}

/*==================================================================================================
	red.ver
==================================================================================================*/
body.-red .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_red.png);
}
body.-red .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_red.png);
}
body.-red .footer .entry:before {
  background: #1C1C1C;
  opacity: 0.8;
}
body.-red .footer .copyright {
  background-color: #101010;
  color: #9ca0a1;
}

@media only screen and (max-width: 990px) {
  _::-webkit-full-page-media .navbar-expand-lg .navbar-collapse, _:future .navbar-expand-lg .navbar-collapse, :root .css_selector .navbar-expand-lg .navbar-collapse {
    position: relative;
  }
}

/*==================================================================================================
	orange.ver
==================================================================================================*/
body.-orange .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_orange.png);
}
body.-orange .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_orange.png);
}
body.-orange .footer .entry:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#EC9238), to(#FF7207));
  background: -webkit-linear-gradient(top left, #EC9238, #FF7207);
  background: linear-gradient(to bottom right, #EC9238, #FF7207);
  opacity: 0.8;
}
body.-orange .footer .copyright {
  background-color: #282422;
  color: #9ca0a1;
}

/*==================================================================================================
	yellow.ver
==================================================================================================*/
body.-yellow .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_yellow.png);
}
body.-yellow .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_yellow.png);
}
body.-yellow .footer .entry:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#FFDD00), to(#FF9900));
  background: -webkit-linear-gradient(top left, #FFDD00, #FF9900);
  background: linear-gradient(to bottom right, #FFDD00, #FF9900);
  opacity: 0.8;
}
body.-yellow .footer .copyright {
  background-color: #242420;
  color: #9ca0a1;
}

/*==================================================================================================
	green.ver
==================================================================================================*/
body.-green .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_green.png);
}
body.-green .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_green.png);
}
body.-green .footer .entry:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#AFD938), to(#A5DF00));
  background: -webkit-linear-gradient(top left, #AFD938, #A5DF00);
  background: linear-gradient(to bottom right, #AFD938, #A5DF00);
  opacity: 0.8;
}
body.-green .footer .copyright {
  background-color: #222622;
  color: #9ca0a1;
}

/*==================================================================================================
	beige.ver
==================================================================================================*/
body.-beige .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_beige.png);
}
body.-beige .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_beige.png);
}
body.-beige .footer .entry:before {
  background: #3E2C06;
  opacity: 0.6;
}
body.-beige .footer .copyright {
  background-color: #232323;
  color: #9ca0a1;
}

/*==================================================================================================
	black.ver
==================================================================================================*/
body.-black .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_black.png);
}
body.-black .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_black.png);
}
body.-black .footer .entry:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#343434), to(#141414));
  background: -webkit-linear-gradient(top left, #343434, #141414);
  background: linear-gradient(to bottom right, #343434, #141414);
  opacity: 0.8;
}
body.-black .footer .copyright {
  background-color: #1D1D1D;
  color: #9ca0a1;
}

/*==================================================================================================
	paleblue.ver
==================================================================================================*/
body.-paleblue .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_paleblue.png);
}
body.-paleblue .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_paleblue.png);
}
body.-paleblue .footer .entry:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#1FE3DC), to(#0091C8));
  background: -webkit-linear-gradient(top left, #1FE3DC, #0091C8);
  background: linear-gradient(to bottom right, #1FE3DC, #0091C8);
  opacity: 0.8;
}
body.-paleblue .footer .copyright {
  background-color: #111212;
  color: #9ca0a1;
}

/*==================================================================================================
	pink.ver
==================================================================================================*/
body.-pink .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/common/nav-open_pink.png);
}
body.-pink .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../img/common/nav-close_pink.png);
}
body.-pink .footer .entry:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#FBE6AB), to(#F04F88));
  background: -webkit-linear-gradient(top left, #FBE6AB, #F04F88);
  background: linear-gradient(to bottom right, #FBE6AB, #F04F88);
  opacity: 0.8;
}
body.-pink .footer .copyright {
  background-color: #3C3438;
  color: #9ca0a1;
}

.-top {
  height: calc(100vh - 80px);
}
@media screen and (max-width: 768px) {
  .-top {
    height: calc(80vh - 65px);
  }
}
.-top .pageTitle {
  color: #0090e0;
  font-family: "Noto Sans JP", sans-serif;
}
.-top .pageTitle .jp {
  font-size: 3.4rem;
}
@media screen and (max-width: 960px) {
  .-top .pageTitle .jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .-top .pageTitle .jp {
    font-size: 1.7rem;
  }
}
.-top .pageTitle .en {
  line-height: 1;
  font-size: 9.6rem;
}
@media screen and (max-width: 960px) {
  .-top .pageTitle .en {
    font-size: 8.6rem;
  }
}
@media screen and (max-width: 768px) {
  .-top .pageTitle .en {
    font-size: 4.2rem;
  }
}

.-topPage {
  padding: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .-topPage {
    overflow: hidden;
  }
}
@supports (-ms-ime-align: auto) {
  .-topPage {
    overflow: hidden;
  }
}
.-topPage .flexBox {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .-topPage .flexBox {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .-topPage .flexBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.-topPage .flexBox.-align .image {
  position: absolute;
  right: 0;
  width: 50%;
  -webkit-transform: translateY(-8rem);
          transform: translateY(-8rem);
}
@media screen and (max-width: 1024px) {
  .-topPage .flexBox.-align .image {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
}
@media screen and (max-width: 768px) {
  .-topPage .flexBox.-align .image {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}
.-topPage .flexBox.-align .boxArea {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .-topPage .flexBox.-align .txt {
    padding-bottom: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .-topPage .flexBox.-align .txt__text {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .-topPage .flexBox.-align .txt__text {
    margin-bottom: 2rem;
  }
}
.-topPage .flexBox.-align.-right .image {
  left: 0;
}
.-topPage .flexBox.-align.-right .boxArea {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.-topPage .flexBox.-align.-right .boxArea:before {
  right: 0;
  left: auto;
}
.-topPage .flexBox.-aboutTop {
  margin-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.-topPage .flexBox.-aboutTop .image {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .-topPage .flexBox.-aboutTop .image {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
}
.-topPage .flexBox.-aboutTop .txtArea {
  padding: 20rem 0;
}
@media screen and (max-width: 1200px) {
  .-topPage .flexBox.-aboutTop .txtArea {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .-topPage .flexBox.-aboutTop .txtArea {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .-topPage .flexBox.-aboutTop .txtArea {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .-topPage .flexBox .image {
    margin: 0 auto;
    width: 100%;
  }
}
.-topPage .flexBox .image img {
  -webkit-box-shadow: 0px 0px 25px rgba(31, 83, 113, 0.1);
          box-shadow: 0px 0px 25px rgba(31, 83, 113, 0.1);
  width: 100%;
  height: intrinsic;
}
.-topPage .boxArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.-topPage .boxArea::before {
  content: "";
  position: absolute;
  width: 68%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #ebf1f4;
}
@media screen and (max-width: 768px) {
  .-topPage .boxArea::before {
    width: 100%;
  }
}
.-topPage .txtArea {
  width: 45%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 8rem 0 11rem;
}
@media screen and (min-width: 1200px) {
  .-topPage .txtArea {
    min-height: 580px;
  }
}
@media screen and (max-width: 1024px) {
  .-topPage .txtArea {
    padding: 6rem 0 8rem;
    min-height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .-topPage .txtArea {
    padding: 6rem 0;
    min-height: auto;
  }
}
.-topPage .txtArea .txt__text {
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .-topPage .txtArea .txt__text {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .-topPage .txtArea .txt__text {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .-topPage .txtArea .txt__text {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .-topPage .txtArea .txt {
    padding-bottom: 4rem;
  }
  .-topPage .txtArea {
    width: 100%;
  }
  .-topPage .txtArea .boxTitle {
    text-align: center;
  }
  .-topPage .txtArea .boxTitle:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .-topPage .txtArea .btnArea {
    text-align: center;
  }
}
.-topPage.-light .newsCont .mContainer {
  padding-bottom: 0;
  padding-top: 12rem;
}
@media screen and (max-width: 960px) {
  .-topPage.-light .newsCont .mContainer {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .-topPage.-light .newsCont .mContainer {
    padding-top: 6rem;
  }
}
.-topPage.-light .newsCont .mContainer .newsList {
  margin-bottom: 3em;
}
.-topPage.-light .newsCont .mContainer .newsList__item > a {
  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;
  padding: 1em;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .-topPage.-light .newsCont .mContainer .newsList__item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1em 0.5em;
  }
}
.-topPage.-light .newsCont .mContainer .newsList__item > a > time {
  line-height: 1.5em;
  margin-right: 1.5em;
  color: #828282;
}
.-topPage.-light .newsCont .mContainer .newsList__item > a > p {
  line-height: 1.5em;
}
.-topPage.-light .newsCont .mContainer .newsList__item:first-child > a {
  padding-top: 0;
}
.-topPage.-light .guideCont .mContainer {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .-topPage.-light .aboutCont .mContainer {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .-topPage.-light .mContainer {
    padding: 0;
  }
}

.interviewCont {
  position: relative;
}
.interviewCont .txt {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .interviewCont .txt {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .interviewCont .txt__text br {
    display: none;
  }
}
.interviewCont .listInter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .interviewCont .listInter {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .interviewCont .listInter {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
.interviewCont .listInter__item {
  width: 33.3%;
  margin-right: 3rem;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .interviewCont .listInter__item {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .interviewCont .listInter__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .interviewCont .listInter__item:last-child {
    margin-bottom: 0;
  }
  .interviewCont .listInter__item img {
    width: 100%;
  }
}
.interviewCont .listInter__item:hover {
  opacity: 1;
}
.interviewCont .listInter__item:last-child {
  margin-right: 0;
}
.interviewCont .listInter__item .image {
  position: relative;
}
.interviewCont .listInter__item .image .tag {
  position: absolute;
  background-color: #303030;
  color: #ffffff;
  padding: 0 2.5rem;
  text-align: center;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .interviewCont .listInter__item .image .tag {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interviewCont .listInter__item .image .tag {
    padding: 0.6rem 1rem;
  }
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .interviewCont .listInter__item .image .tag {
    padding-top: 1rem;
  }
}
.interviewCont .listInter__item .ttl {
  padding: 2.5rem;
}
@media screen and (max-width: 960px) {
  .interviewCont .listInter__item .ttl {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .interviewCont .listInter__item .ttl {
    padding: 1.7rem;
  }
}
.interviewCont .listInter__item .ttl .desc {
  margin-bottom: 2rem;
}
.interviewCont .listInter__item .ttl .desc p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 960px) {
  .interviewCont .listInter__item .ttl .desc p {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .interviewCont .listInter__item .ttl .desc p {
    line-height: 20px;
  }
}
.interviewCont .listInter__item .ttl .date {
  color: #9b9b9b;
  font-size: 1.4rem;
}
.interviewCont .btnArea {
  text-align: center;
}
.interviewCont::before {
  content: "";
  position: absolute;
  background-color: #007cc0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .interviewCont::before {
    height: 75%;
  }
}

.careerCont .mContainer {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .careerCont .mContainer {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .cultureCont .mContainer {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.guidelineCont {
  background-image: url(../img/top/pic_top_06.jpg);
  background-size: 100% 300px;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .guidelineCont {
    background-size: 100% 200px;
  }
}
.guidelineCont .guideArea .boxGuide {
  padding: 6rem 2rem;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px rgba(31, 83, 113, 0.1);
          box-shadow: 0px 0px 25px rgba(31, 83, 113, 0.1);
  margin-bottom: 12rem;
}
@media screen and (max-width: 960px) {
  .guidelineCont .guideArea .boxGuide {
    padding: 4rem 2rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .guidelineCont .guideArea .boxGuide {
    margin-bottom: 6rem;
    padding: 3rem 2rem;
  }
}
.guidelineCont .guideArea .boxGuide .ttl__text {
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .guidelineCont .guideArea .boxGuide .ttl__text {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .guidelineCont .guideArea .boxGuide .ttl__text {
    margin-bottom: 2rem;
  }
}
.guidelineCont .listGuide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .guidelineCont .listGuide {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.guidelineCont .listGuide__item {
  margin-right: 3rem;
  width: 33.3%;
}
@media screen and (max-width: 960px) {
  .guidelineCont .listGuide__item {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .guidelineCont .listGuide__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .guidelineCont .listGuide__item:last-child {
    margin-bottom: 0;
  }
}
.guidelineCont .listGuide__item img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .guidelineCont .listGuide__item img {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.guidelineCont .listGuide__item .ttl__text {
  margin-bottom: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .guidelineCont .listGuide__item .ttl__text {
    margin-bottom: 1.5rem;
  }
}
.guidelineCont .listGuide__item .ttl__desc {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #00a1de;
}
@media screen and (max-width: 960px) {
  .guidelineCont .listGuide__item .ttl__desc {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .guidelineCont .listGuide__item .ttl__desc {
    font-size: 2.2rem;
  }
}
.guidelineCont .listGuide__item .ttl .link {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  color: #0052a4;
}
.guidelineCont .listGuide__item .ttl .link .-arrRight {
  position: relative;
  padding-left: 4rem;
}
.guidelineCont .listGuide__item .ttl .link .-arrRight::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/arr_right.png);
  background-size: 100% 100%;
  width: 27px;
  height: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guidelineCont .listGuide__item:last-child {
  margin-right: 0;
}

body.-purple .-top .pageTitle {
  color: #4C4163;
}
body.-purple .-topPage .boxArea::before {
  background-color: #F3F3F3;
}

body.-red .-top .pageTitle {
  color: #E51D2C;
}
body.-red .-topPage .boxArea::before {
  background-color: #F8F8F8;
}

body.-orange .-top .pageTitle {
  color: #F96400;
}
body.-orange .-topPage .boxArea::before {
  background-color: #F6F6F6;
}

body.-yellow .-top .pageTitle {
  color: #FECA16;
}
body.-yellow .-topPage .boxArea::before {
  background-color: #F3F3F3;
}

body.-green .-top .pageTitle {
  color: #AFD938;
}
body.-green .-topPage .boxArea::before {
  background-color: #F3F7F4;
}

body.-beige .-top .pageTitle {
  color: #AE9B4F;
}
body.-beige .-topPage .boxArea::before {
  background-color: #F6F6F6;
}

body.-black .-top .pageTitle {
  color: #2D2D2D;
}
body.-black .-topPage .boxArea::before {
  background-color: #F8F8F8;
}

body.-paleblue .-top .pageTitle {
  color: #00C5EE;
}
body.-paleblue .-topPage .boxArea::before {
  background-color: #F8F8F8;
}
body.-paleblue .navbar-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.-paleblue .navbar-nav.ml-auto .nav-item {
  margin-right: 1rem;
}
@media only screen and (max-width: 991px) {
  body.-paleblue .navbar-nav.ml-auto .nav-item {
    width: 100%;
  }
}
body.-paleblue .navbar-nav.ml-auto .nav-item.sort-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
@media only screen and (max-width: 991px) {
  body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-5 .nav-link {
    border-bottom: none;
  }
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
  padding-right: 1rem;
  padding-left: 1rem;
  border: 2px solid;
  border-radius: 0.7rem;
  border-color: #00C5EE;
  background-color: #00C5EE;
}
@media only screen and (max-width: 991px) {
  body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-8 {
    margin-bottom: 1rem;
  }
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-8 .nav-link {
  padding-top: 0.5rem;
  padding-right: 1rem !important;
  padding-bottom: 0.5rem;
  padding-left: 1rem !important;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-8 .nav-link {
    padding-top: 1rem;
    padding-top: 1rem;
    border-bottom: 2px solid #00C5EE;
    text-align: center;
  }
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
  border: 2px solid;
  border-radius: 0.7rem;
  border-color: #00C5EE;
  color: #00C5EE;
}
@media only screen and (max-width: 991px) {
  body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-9 {
    margin-bottom: 1rem;
  }
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-9 .nav-link {
  padding-top: 0.5rem;
  padding-right: 1rem !important;
  padding-bottom: 0.5rem;
  padding-left: 1rem !important;
  color: #00C5EE;
}
@media only screen and (max-width: 991px) {
  body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-9 .nav-link {
    padding-top: 1rem;
    padding-top: 1rem;
    border-bottom: none;
    text-align: center;
  }
}
body.-paleblue .navbar-nav.ml-auto .nav-item.nav-item.sort-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
body.-paleblue .navbar-nav.ml-auto .nav-item.sort-hidden {
  display: none;
}

body.-pink .-top .pageTitle {
  color: #EE3281;
}
body.-pink .-topPage .boxArea::before {
  background-color: #F9F8F6;
}

.-pageContact {
  background: url(../img/contact/page-label.jpg) no-repeat center center/cover !important;
}

.-contactPage .-mb0 {
  padding-bottom: 0;
}
.-contactPage .basicText > a {
  text-decoration: underline;
}
.-contactPage .blockEditorContainer .container .mContainer {
  padding-bottom: 0;
}
.-contactPage .blockEditorContainer .container .mContainer:nth-child(2) {
  padding-top: 0;
}
.-contactPage .new {
  padding-bottom: 0;
}
.-contactPage .new .inner {
  padding: 0;
}
.-contactPage .new .bnrCont {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.-contactPage .new .bnrCont__item {
  width: 31%;
  margin: 0 1% 2% 1%;
}
@media screen and (max-width: 960px) {
  .-contactPage .new .bnrCont__item {
    width: 41%;
  }
}
@media screen and (max-width: 768px) {
  .-contactPage .new .bnrCont__item {
    width: 48%;
  }
}
.-contactPage .halfway .inner {
  padding: 0;
}
.-contactPage .halfway .basicText {
  padding-bottom: 0;
}
.-contactPage .form {
  padding-bottom: 0;
}
.-contactPage .form .basicText .red {
  background-color: #E02C2C;
  color: #fff;
  padding: 0 0.3em;
  margin-right: 0.2em;
}
.-contactPage .btnArea {
  text-align: center;
}
.-contactPage .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .-contactPage .form-group {
    display: block;
  }
}
.-contactPage .form-group label {
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .-contactPage .form-group label {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.-contactPage .form-group .form-check,
.-contactPage .form-group .form-control {
  width: 70%;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .-contactPage .form-group .form-check,
  .-contactPage .form-group .form-control {
    width: 100%;
  }
}
.-contactPage .form-group .form-check label,
.-contactPage .form-group .form-control label {
  font-weight: normal;
}
.-contactPage .form-group textarea {
  height: 9em !important;
}
.-contactPage .form-group .form-check {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.-contactPage .form-group .form-check:nth-child(n+3) {
  width: 70%;
  margin-left: 30%;
}
@media screen and (max-width: 768px) {
  .-contactPage .form-group .form-check:nth-child(n+3) {
    width: 100%;
    margin-left: 0;
  }
}
.-contactPage .form-group .form-check .form-check-input {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .-contactPage .form-group .form-check .form-check-input {
    margin-top: -4px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .-contactPage .form-group .form-check .form-check-input {
    margin-top: -8px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .-contactPage .form-group .form-check .form-check-input {
    margin-top: -12px;
  }
}
.-contactPage .form-group .form-check .form-check-label {
  padding-left: 2%;
  width: 97%;
}
.-contactPage .form-group .necessary_input {
  background-color: #E02C2C;
  color: #fff;
  padding: 0 0.3em;
  margin-right: 0.2em;
}
.-contactPage .form-group-privacy-policy .form-check {
  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;
}
.-contactPage .form-group-privacy-policy .form-check .form-check-input {
  margin-top: -0.2rem;
}
.-contactPage .form-group-privacy-policy .form-check .form-check-label {
  padding-left: 1rem;
}
.-contactPage form input,
.-contactPage form textarea,
.-contactPage form select {
  border: 1px solid #CDD6DD;
  border-radius: 0.2em;
  padding: 0.4em 0.8em;
  font-size: 1.6rem;
}
.-contactPage form .btnArea {
  margin-top: 4em;
  text-align: center;
}
.-contactPage form .btnArea button {
  max-width: 330px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.-contactPage form .btnArea button:hover {
  opacity: 0.8;
}
.-contactPage .myFormConfirm .form-control {
  border: none;
  font-size: 100%;
  padding: 0.375rem 0;
}
.-contactPage .myFormConfirm .btnArea.-list {
  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;
}
.-contactPage .myFormConfirm .btnArea.-list .btn.-bgBack {
  margin-right: 1em;
  background: #b7b7b7;
}
@media screen and (max-width: 768px) {
  .-contactPage .myFormConfirm .btnArea.-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .-contactPage .myFormConfirm .btnArea.-list .btn {
    margin-bottom: 1em;
  }
  .-contactPage .myFormConfirm .btnArea.-list .btn.-bgBack {
    margin-right: 0;
    background-color: #b7b7b7;
  }
}
.-contactPage .alert {
  padding: 1em 2em;
  margin-bottom: 4rem;
  border: 1px solid #ed6d6d;
  font-size: 90%;
  color: #E02C2C;
}
.-contactPage .alert > strong {
  font-size: 120%;
}
.-contactPage .alert .close:hover {
  color: #E02C2C;
}

/*==================================================================================================
	blue
==================================================================================================*/
body .-contactPage .btnArea .btn {
  background-color: #0052a4;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	purple.ver
==================================================================================================*/
body.-purple .-contactPage .btnArea .btn {
  background-color: #4C4163;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-purple .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-purple .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	red.ver
==================================================================================================*/
body.-red .-contactPage .btnArea .btn {
  background-color: #E51D2C;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-red .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-red .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	orange.ver
==================================================================================================*/
body.-orange .-contactPage .btnArea .btn {
  background-color: #F96400;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-orange .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-orange .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	yellow.ver
==================================================================================================*/
body.-yellow .-contactPage .btnArea .btn {
  background-color: #FECA16;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-yellow .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-yellow .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	green.ver
==================================================================================================*/
body.-green .-contactPage .btnArea .btn {
  background-color: #67CA26;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-green .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-green .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	beige.ver
==================================================================================================*/
body.-beige .-contactPage .btnArea .btn {
  background-color: #AE9B4F;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-beige .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-beige .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	black.ver
==================================================================================================*/
body.-black .-contactPage .btnArea .btn {
  background-color: #0B0B0B;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-black .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-black .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	paleblue.ver
==================================================================================================*/
body.-paleblue .-contactPage .btnArea .btn {
  background: rgb(31, 227, 220);
  background: -webkit-gradient(linear, left top, right top, from(rgb(31, 227, 220)), to(rgb(0, 145, 200)));
  background: -webkit-linear-gradient(left, rgb(31, 227, 220) 0%, rgb(0, 145, 200) 100%);
  background: linear-gradient(90deg, rgb(31, 227, 220) 0%, rgb(0, 145, 200) 100%);
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-paleblue .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-paleblue .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

/*==================================================================================================
	pink.ver
==================================================================================================*/
body.-pink .-contactPage .btnArea .btn {
  background-color: #EE3281;
  width: 370px;
  padding: 1.8rem 1rem;
  font-size: 2rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 960px) {
  body.-pink .-contactPage .btnArea .btn {
    width: 300px;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.-pink .-contactPage .btnArea .btn {
    font-size: 1.6rem;
    width: 250px;
    padding: 1.5rem 0.5rem;
  }
}

.-pageNews {
  background: url(../img/news/page-label.jpg) no-repeat center center/cover !important;
}

.-newsPage .mContainer.news .newsList {
  margin-bottom: 3em;
}
.-newsPage .mContainer.news .newsList__item > a {
  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;
  padding: 1.5em 1em;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .-newsPage .mContainer.news .newsList__item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1em 0.5em;
  }
}
.-newsPage .mContainer.news .newsList__item > a > time {
  line-height: 1.5em;
  margin-right: 1.5em;
  color: #828282;
}
.-newsPage .mContainer.news .newsList__item > a > p {
  line-height: 1.5em;
}
.-newsPage .mContainer.news .newsList__item:first-child > a {
  padding-top: 0;
}
.-newsPage .mContainer.news .newsDetail > time {
  letter-spacing: 0.05em;
}
.-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #0090e0;
  padding-bottom: 0.7em;
  margin-bottom: 1.7em;
  margin-top: 0.3em;
  border-bottom: 1px solid #cecece;
  font-size: 175%;
}
.-newsPage .mContainer.news .newsDetail .blockEditorContainer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.-newsPage .mContainer.news .newsDetail .btnArea {
  margin-top: 3em;
}

body.-purple .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #4C4163;
}

body.-red .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #E51D2C;
}

body.-orange .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #F96400;
}

body.-yellow .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #FECA16;
}

body.-green .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #67CA26;
}

body.-beige .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #AE9B4F;
}

body.-black .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #0B0B0B;
}

body.-paleblue .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #00C5EE;
}

body.-pink .-newsPage .mContainer.news .newsDetail > .detailTtl {
  color: #EE3281;
}