body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

._en {
  font-family: "Oswald", sans-serif;
}

.copyright {
  margin-top: 0;
  background-color: #fff;
  color: #000;
}

._absolute {
  position: absolute !important;
}

.ex_header {
  position: fixed;
  z-index: 252;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  background-color: transparent;
}
.ex_logo {
  display: block;
}
.ex_global {
  width: 50vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition-property: transform;
  transition-duration: 0.4s;
  transform: translateX(0);
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.ex_global::-webkit-scrollbar {
  display: none;
}
.ex_global ._menus {
  width: 378px;
  max-width: 378px;
  margin-top: 40px;
}
.ex_global ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ex_global ul._links {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.ex_global ul._links li {
  width: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 26px;
}
.ex_global ul._links li a {
  color: #000;
}
.ex_global ul._forms {
  margin-top: 80px;
  justify-content: center;
}
.ex_global ul._forms li {
  position: relative;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #00847E;
  background-color: #00847E;
}
.ex_global ul._forms li a {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
.ex_global.hide {
  transition-property: transform;
  transition-duration: 0.4s;
  transform: translateX(50vw);
}
.ex_shade {
  content: "";
  position: fixed;
  z-index: 399;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 40%);
  transition-property: opacity;
  transition-duration: 0.4s;
  opacity: 1;
}
.ex_shade.hide {
  opacity: 0;
  z-index: -1;
}
.ex_menu {
  position: absolute;
  top: 16px;
  right: 20px;
}
.ex_menu button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.ex_menu_open {
  width: 24px;
  height: 15px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ex_menu_open span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #00847E;
}
.ex_menu_open::before, .ex_menu_open::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #00847E;
}
.ex_menu_open._in_cover span {
  background-color: #fff;
}
.ex_menu_open._in_cover::before, .ex_menu_open._in_cover::after {
  background-color: #fff;
}
.ex_menu_close {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.ex_menu_close::after, .ex_menu_close::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 8px;
  width: 24px;
  height: 3px;
  transform-origin: center center;
  transform: rotate(45deg);
  background-color: #00847E;
}
.ex_menu_close::before {
  transform: rotate(-45deg);
}
.ex_gotop {
  position: fixed;
  z-index: 250;
  height: 100vh;
  width: 60px;
  padding-bottom: 10px;
  right: 0;
  top: 0;
  background-color: #fff;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ex_gotop a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: #000;
}
.ex_gotop a::after {
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  margin-top: 10px;
  background-color: #00847E;
}
.ex_cover {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 251;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ex_cover .acms-container {
  position: relative;
  height: 100vh;
}
.ex_cover h1 {
  margin-top: calc(50vh - 78.5px);
}
.ex_cover_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ex_scroll {
  position: absolute;
  width: 60px;
  padding-bottom: 10px;
  right: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ex_scroll span {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
}
.ex_scroll span::after {
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  margin-top: 10px;
  background-color: #00847E;
}
.ex_mvbg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ex_summary {
  min-height: 100vh;
  padding-top: calc(100vh + 180px);
  background-color: #fff;
}
.ex_summary .acms-container {
  position: relative;
}
.ex_summary_text {
  width: 50%;
  margin-left: 50%;
}
.ex_fixed {
  position: fixed;
  z-index: 1;
  top: calc(50vh - 78.5px);
}
.ex_fixed._hide {
  opacity: 0;
  z-index: -1;
}
.ex_with_scroll {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.ex_with_scroll._hide {
  opacity: 0;
  z-index: -1;
}
.ex_sections {
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  padding-left: 0;
}
.ex_sections::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, #00847E 0%, rgba(0, 132, 126, 0) 30%);
  opacity: 0.4;
}
.ex_sections .acms-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
}
.ex_sections ._content {
  position: relative;
  display: block;
  height: 390px;
  width: 390px;
  color: #fff;
}
.ex_sections h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.ex_sections h2 span {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
}
.ex_sections p {
  margin-top: 70px;
  font-size: 15px;
  font-size: 1.5rem;
}
.ex_sections ._link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ex_localnav, .ex_dupnav {
  position: fixed;
  display: block;
  z-index: 5;
  top: calc(50% - 110px);
  left: 22px;
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 0;
}
.ex_localnav._show, .ex_dupnav._show {
  opacity: 1;
}
.ex_localnav li, .ex_dupnav li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  height: 15px;
  margin-top: 7px;
  color: #fff;
}
.ex_localnav li span, .ex_dupnav li span {
  display: none;
}
.ex_localnav li::before, .ex_dupnav li::before {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  margin-left: 4px;
  margin-right: 10px;
}
.ex_localnav li.current span, .ex_dupnav li.current span {
  display: block;
}
.ex_localnav li.current::before, .ex_dupnav li.current::before {
  width: 10px;
  height: 10px;
  background-color: #E8000E;
  border-radius: 5px;
  margin-left: 0;
}
.ex_news {
  position: relative;
  margin-top: 220px;
  margin-bottom: 60px;
  padding: 48px 0;
}
.ex_news::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  transform: translateX(-20vw);
}
.ex_news .acms-container {
  z-index: 2;
}
.ex_news h2 {
  position: static;
  font-size: 41px;
  font-size: 4.1rem;
  color: #00847E;
}
.ex_news ul {
  max-width: 740px;
}
.ex_news li {
  padding: 18px 0;
  border-bottom: 1px solid #E5E5E5;
}
.ex_news a {
  display: inline-block;
  color: #262626;
}
.ex_news time {
  display: inline-block;
  margin-right: 1rem;
  color: #717171;
}
.ex_recruit {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  margin-top: -100px;
  color: #00847E;
}
.ex_recruit h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.ex_recruit h2 span {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
}
.ex_form_links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.ex_form_links li {
  position: relative;
  width: 370px;
  height: 140px;
  border: 1px solid #00847E;
  margin-left: 5px;
  margin-right: 5px;
}
.ex_hover_g::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #00847E;
  width: 0;
  height: 100%;
  transition-property: width;
  transition-duration: 0.3s;
}
.ex_hover_g:hover::after {
  width: 100%;
}
.ex_hover_g:hover a {
  color: #fff;
}
.ex_hover_g a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  color: #00847E;
  font-weight: bold;
}
.ex_hover_g a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/ex_arrow_g.svg);
}
.ex_hover_g a:hover {
  color: #fff;
  z-index: 2;
}
.ex_hover_g a:hover::after {
  background-image: url(../images/ex_arrow_w.svg);
}
.ex_hover_w::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 0;
  height: 100%;
  transition-property: width;
  transition-duration: 0.3s;
}
.ex_hover_w a {
  position: relative;
  display: block;
  padding: 12px 42px;
  border: 1px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 200;
  letter-spacing: 0.2rem;
  color: #fff;
}
.ex_hover_w a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/ex_arrow_w.svg);
}
.ex_hover_w:hover::after {
  width: 100%;
}
.ex_hover_w:hover a {
  color: #00847E;
  z-index: 2;
}
.ex_hover_w:hover a::after {
  background-image: url(../images/ex_arrow_g.svg);
}
.ex_footer_content {
  padding-top: 112px;
  padding-bottom: 87px;
  background-color: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.ex_footer_content ._info,
.ex_footer_content ._nav {
  width: 50%;
}
.ex_footer_content ._info {
  font-size: 12px;
  font-size: 1.2rem;
}
.ex_footer_content ._nav {
  font-size: 13px;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.ex_footer_content ._nav ul {
  width: 40%;
}
.ex_footer_content ._nav li {
  display: block;
  margin-bottom: 2rem;
}
.ex_footer_content ._nav a {
  color: #000;
}
.ex_footer_content ._logo {
  width: 169px;
  height: 37px;
  margin-bottom: 20px;
}
.ex_footer_content ._theme {
  font-weight: bold;
  color: #00847E;
}
.ex_footer_content .ex_hover_w {
  margin-top: 20px;
  position: relative;
  width: 290px;
  border: 1px solid #00847E;
  background-color: #00847E;
  text-align: center;
}
.ex_footer_content .ex_hover_w a {
  padding: 24px 0;
  border: 0;
}
.ex_footer_content .ex_sns {
  width: 100%;
  max-width: 240px;
}
.ex_sns {
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ex_sns a {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000;
  text-align: center;
}
.ex_sns img {
  display: block;
  width: 40px;
  height: auto;
  margin: 20px;
}

@media screen and (max-width: 1210px) {
  .ex_sections {
    padding-left: 110px;
  }
}
@media screen and (max-width: 768px) {
  .ex_global {
    width: 90vw;
    padding-bottom: 100px;
  }
  .ex_global ._menus {
    max-width: 80%;
  }
  .ex_global ul._links li {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ex_global ul._forms {
    margin-top: 30px;
  }
  .ex_global ul._forms li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ex_global.hide {
    transform: translateX(100vw);
  }
  .ex_gotop {
    display: none;
  }
  .ex_cover h1 {
    margin-top: calc(50vh - 78.5px);
  }
  .ex_cover h1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ex_fixed {
    position: fixed;
    z-index: 1;
    top: calc(50vh - 78.5px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .ex_fixed img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ex_with_scroll {
    position: static;
    height: inherit;
    display: flex;
    align-items: center;
  }
  .ex_with_scroll img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ex_summary {
    padding-top: calc(100vh + 140px);
  }
  .ex_summary_text {
    width: 100%;
    margin-left: auto;
    margin-top: 115px;
  }
  .ex_sections {
    background-attachment: scroll;
    padding-left: 0;
  }
  .ex_sections:nth-of-type(2), .ex_sections:nth-of-type(4) {
    background-position: 80% center;
  }
  .ex_sections ._content {
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .ex_sections h2 {
    margin-top: 25vh;
    text-align: center;
    white-space: normal;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .ex_sections ._link {
    width: 100%;
    text-align: center;
    bottom: 100px;
  }
  .ex_sections ._link a {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .ex_sections p {
    margin-top: 30px;
  }
  .ex_localnav {
    display: none;
  }
  .ex_dupnav {
    position: absolute;
    left: 10px;
    top: 80px;
    opacity: 1;
  }
  .ex_dupnav li {
    height: 13px;
    margin-top: 5px;
  }
  .ex_dupnav li::before {
    width: 2px;
    height: 13px;
  }
  .ex_dupnav li.current::before {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .ex_news {
    margin-top: 130px;
    margin-bottom: 0;
    padding: 75px 0;
    background-color: #FAFAFA;
  }
  .ex_news::after {
    display: none;
  }
  .ex_news ul {
    max-width: 740px;
  }
  .ex_news li {
    padding: 18px 0;
    border-bottom: 1px solid #E5E5E5;
  }
  .ex_news a {
    display: block;
    color: #262626;
  }
  .ex_news time {
    display: block;
    margin-right: 1rem;
    color: #717171;
  }
  .ex_recruit {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ex_form_links {
    display: block;
    margin-top: 46px;
  }
  .ex_form_links li {
    width: 100%;
    height: 100px;
    margin: 0;
    margin-top: 10px;
  }
  .ex_footer_content {
    padding-top: 60px;
    padding-bottom: 47px;
    flex-wrap: wrap;
  }
  .ex_footer_content ._info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .ex_footer_content ._nav {
    display: none;
  }
  .ex_footer_content ._logo {
    margin-left: auto;
    margin-right: auto;
  }
  .ex_footer_content ._address {
    order: 2;
    margin-top: 70px;
  }
  .ex_footer_content .ex_hover_w {
    order: 1;
    margin-top: 0;
  }
  .ex_hover_g:hover::after {
    width: 0;
  }
  .ex_hover_g:hover a {
    color: #00847E;
  }
  .ex_hover_g a:hover {
    color: #00847E;
    z-index: 2;
  }
  .ex_hover_g a:hover::after {
    background-image: url(../images/ex_arrow_g.svg);
  }
  .ex_hover_w:hover::after {
    width: 0;
  }
  .ex_hover_w:hover a {
    color: #fff;
  }
  .ex_hover_w:hover a::after {
    background-image: url(../images/ex_arrow_w.svg);
  }
}

/*# sourceMappingURL=extend.css.map */