@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  min-width: 120rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}
@media only screen and (max-width: 1200px) {
  html {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    min-width: 100%;
    font-size: 2.2vw;
    scroll-padding-top: 13.75vw;
    -webkit-text-size-adjust: 100%;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  min-width: 120rem;
  letter-spacing: 0.1em;
  text-rendering: optimizeSpeed;
  font-feature-settings: "palt";
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: auto;
  }
}

html,
body {
  height: 100%;
}

html,
body {
  scroll-behavior: smooth;
}

/* 念のため両方 */
.main,
.wrapper {
  /* 実際にスクロールする要素に */
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

a,
.hover {
  color: rgba(0, 0, 0, 0.75);
  transition: opacity 0.3s ease;
  text-decoration: none;
}

a:hover,
.hover:hover {
  opacity: 0.6;
}

.-center {
  text-align: center !important;
}

.-right {
  text-align: right !important;
}

.-left {
  text-align: left !important;
}

@media only screen and (max-width: 640px) {
  .-sp-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .-sp-right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 640px) {
  .-sp-left {
    text-align: left !important;
  }
}

.-bold {
  font-weight: bold;
}

.-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .-sp {
    display: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .-pc {
    display: none;
  }
}

.anchor {
  position: absolute;
  top: -8.8rem;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .anchor {
    top: -12.5vw;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  max-width: 120rem;
  min-width: 120rem;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 0 5vw;
    width: 100%;
    min-width: 100%;
  }
}
.inner.-middle {
  max-width: 95rem;
  min-width: 95rem;
}
@media only screen and (max-width: 640px) {
  .inner.-middle {
    width: 100%;
    min-width: 100%;
  }
}
.inner.-large {
  max-width: 133rem;
}
@media only screen and (max-width: 1390px) {
  .inner.-large {
    width: 96.2025316456%;
  }
}
.inner.-xlarge {
  max-width: 158rem;
}
@media only screen and (max-width: 1580px) {
  .inner.-xlarge {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .inner.-xlarge {
    width: 100%;
  }
}
.inner.-full {
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .inner.-full {
    padding: 0 5vw;
  }
}
.inner.-full-mgn {
  padding: 0 9rem 0 6rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .inner.-full-mgn {
    padding: 0 2.34375vw;
  }
}

.wrapper {
  width: 100%;
  min-width: 120rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper {
    min-width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 120rem;
  z-index: 20;
}
@media only screen and (max-width: 1200px) {
  .header {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  .header {
    min-width: 100%;
    background: #fff;
  }
}
.header a {
  text-decoration: none;
}
.header_container {
  padding-left: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 120rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .header_container {
    padding-left: 3.125vw;
    min-width: 100%;
    align-items: center;
  }
}
.header_logo {
  margin: 0;
  width: 32rem;
  position: relative;
  z-index: 21;
}
@media only screen and (max-width: 640px) {
  .header_logo {
    width: 46.875vw;
  }
}
.header_logo .logo_image {
  transition: opacity 0.3s ease;
}
.header_logo .logo_image.-white {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .header_logo .logo_image.-white {
    opacity: 0;
  }
}
.header_logo .logo_image.-black {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .header_logo .logo_image.-black {
    opacity: 1;
  }
}
.header.-invert .logo_image.-white {
  opacity: 0;
}
.header.-invert .logo_image.-black {
  opacity: 1;
}

.globalNav {
  transform: translateX(45rem);
  transition: ease 0.5s;
  z-index: 1000;
  width: 45rem;
  height: calc(100vh - 9rem);
  overflow-y: auto;
  position: fixed;
  top: 9rem;
  right: 0;
  background: #fff;
  backdrop-filter: blur(20px);
  z-index: 20;
  box-shadow: -1rem 0 2rem 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 640px) {
  .globalNav {
    padding-top: 13.75vw;
    transform: translateX(100%);
    width: 100%;
    height: 100vh;
    top: 0;
  }
}
.globalNav .simplebar-scrollbar {
  background-color: #009564 !important;
  border-radius: 13px;
}
.globalNav .simplebar-scrollbar:before {
  display: none;
}
.globalNav .simplebar-track {
  background-color: #fff;
}
.globalNav .simplebar-track.simplebar-vertical {
  border: solid 3px #fff;
  width: 1rem;
}
.globalNav.-open {
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.globalNav_button {
  margin: 0 0 0 auto;
  background: #008249;
  width: 9rem;
  height: 9rem;
  border: none;
  position: relative;
  z-index: 21;
}
@media only screen and (max-width: 640px) {
  .globalNav_button {
    margin: 0;
    width: 13.75vw;
    height: 13.75vw;
  }
}
.globalNav_button::after {
  content: "MENU";
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 300;
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .globalNav_button::after {
    bottom: 2.5vw;
    font-size: 1.875vw;
  }
}
.globalNav_button-outer {
  position: relative;
  width: 2.2rem;
  height: 1.6rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
@media only screen and (max-width: 640px) {
  .globalNav_button-outer {
    width: 3.75vw;
    height: 3.75vw;
  }
}
.globalNav_button-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.2rem;
  height: 2px;
  margin: -1px 0 0;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .globalNav_button-item {
    width: 3.75vw;
  }
}
.globalNav_button-item:before, .globalNav_button-item:after {
  display: block;
  position: absolute;
  left: 0;
  width: 2.2rem;
  height: 2px;
  background: #fff;
  content: "";
  transition: transform 200ms, top 200ms;
}
@media only screen and (max-width: 640px) {
  .globalNav_button-item:before, .globalNav_button-item:after {
    width: 3.75vw;
  }
}
.globalNav_button-item:before {
  top: -0.8rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .globalNav_button-item:before {
    top: 1.25vw;
  }
}
.globalNav_button-item:after {
  top: 0.8rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .globalNav_button-item:after {
    top: -1.25vw;
  }
}
.globalNav_button-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 5rem;
  background: #fff;
}
.globalNav_button-sub::after {
  margin: auto;
  content: "＋";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 400;
  color: #008249;
}
.globalNav_button-sub.-open::after {
  content: "－";
  position: absolute;
  top: 1em;
  right: 0.5em;
  font-size: 2rem;
  font-weight: 400;
  color: #008249;
}
.globalNav_list {
  position: relative;
}
.globalNav_list-sub {
  padding: 0 0 1em 1em;
  display: none;
}
.globalNav_list-sub.-open {
  display: block;
}
.globalNav_item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  position: relative;
  line-height: 1.3;
  font-weight: 400;
}
.globalNav_item > a {
  padding: 0.75em 0;
  padding-left: 3rem;
  display: block;
  position: relative;
}
.globalNav_item > a::after {
  margin: auto 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.8rem;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #008249;
  border-bottom: 1px solid #008249;
  transform: rotate(-45deg);
}
.globalNav_item-sub {
  padding-left: 3.6rem;
  font-size: 1.6rem;
}
.globalNav_item-sub a {
  padding: 0.5em;
  padding-left: 2.4rem;
  display: block;
  position: relative;
}
.globalNav_item-sub a::before {
  margin: auto 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #008249;
  border-bottom: 1px solid #008249;
  transform: rotate(-45deg);
}

.-open.globalNav_button::after {
  content: "CLOSE";
}
.-open .globalNav_button-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3vw;
  height: 2px;
  margin: -1px 0 0;
  background: #fff;
  background-color: transparent;
}
.-open .globalNav_button-item:before, .-open .globalNav_button-item:after {
  background: #fff;
  top: 0;
}
.-open .globalNav_button-item:before {
  transform: rotate(225deg);
}
.-open .globalNav_button-item:after {
  transform: rotate(-225deg);
}

.subNav {
  position: absolute;
  top: 0;
  right: 9rem;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .subNav {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10;
  }
}
.subNav_list {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .subNav_list {
    width: 100%;
  }
}
.subNav_list-sub {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.subNav_list-sub-container {
  padding: 2rem 3rem;
  display: none;
  position: absolute;
  top: 9rem;
  left: 0;
  width: 36rem;
  background: #008249;
}
@media only screen and (max-width: 640px) {
  .subNav_list-sub-container {
    top: auto;
    bottom: 15.625vw;
    width: 100%;
  }
}
.subNav_item {
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 640px) {
  .subNav_item {
    width: 16.6666666667%;
  }
}
.subNav_item > span,
.subNav_item > a {
  padding-top: 3rem;
  display: flex;
  flex-direction: colulmn;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  color: #fff;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .subNav_item > span,
  .subNav_item > a {
    width: 100%;
    height: 15.625vw;
    color: rgba(0, 0, 0, 0.75);
    letter-spacing: 0;
    font-size: 2.5vw;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
  }
}
.subNav_item span::after {
  margin: 0 auto;
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.subNav_item.-target span {
  background: rgba(0, 0, 0, 0.1) url(../img/common/icon_target.svg) no-repeat center top 25%;
  background-size: 2.8rem auto;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .subNav_item.-target span {
    background: #fff url(../img/common/icon_target_k.svg) no-repeat center top 25%;
    background-size: 2.8rem auto;
  }
}
.subNav_item.-access a {
  background: rgba(0, 0, 0, 0.1) url(../img/common/icon_access.svg) no-repeat center top 25%;
  background-size: 2rem auto;
}
@media only screen and (max-width: 640px) {
  .subNav_item.-access a {
    background: #fff url(../img/common/icon_access_k.svg) no-repeat center top 25%;
    background-size: 2rem auto;
  }
}
.subNav_item.-news a {
  background: rgba(0, 0, 0, 0.1) url(../img/common/icon_news.svg) no-repeat center top 25%;
  background-size: 2.5rem auto;
}
@media only screen and (max-width: 640px) {
  .subNav_item.-news a {
    background: #fff url(../img/common/icon_news_k.svg) no-repeat center top 25%;
    background-size: 2.5rem auto;
  }
}
.subNav_item.-inquiry a {
  background: rgba(0, 0, 0, 0.1) url(../img/common/icon_inquiry.svg) no-repeat center top 25%;
  background-size: 2.8rem auto;
}
@media only screen and (max-width: 640px) {
  .subNav_item.-inquiry a {
    background: #fff url(../img/common/icon_inquiry_k.svg) no-repeat center top 25%;
    background-size: 2.8rem auto;
  }
}
.subNav_item.-request a {
  background: rgba(0, 0, 0, 0.1) url(../img/common/icon_request.svg) no-repeat center top 25%;
  background-size: 2.8rem auto;
}
@media only screen and (max-width: 640px) {
  .subNav_item.-request a {
    background: #fff url(../img/common/icon_request_k.svg) no-repeat center top 25%;
    background-size: 2.8rem auto;
  }
}
.subNav_item.-exam {
  position: absolute;
  top: 9rem;
  right: -9rem;
  background: #fff;
  width: 9rem;
}
@media only screen and (max-width: 640px) {
  .subNav_item.-exam {
    position: static;
    width: 16.6666666667%;
  }
}
.subNav_item.-exam a {
  padding: 6rem 0 3rem;
  color: #000;
  height: auto;
  writing-mode: vertical-rl;
  background: rgba(0, 0, 0, 0.03) url(../img/common/icon_exam_k.svg) no-repeat center top 2.5rem;
  background-size: 3rem auto;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .subNav_item.-exam a {
    padding: 0;
    padding-top: 3rem;
    background: #fff url(../img/common/icon_exam_k.svg) no-repeat center top 25%;
    background-size: 3rem auto;
    height: 15.625vw;
    writing-mode: horizontal-tb;
    font-size: 2.5vw;
    letter-spacing: 0;
  }
}
.subNav_item-sub {
  width: 50%;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.subNav_item-sub a {
  padding: 0.5em 0 0.5em 1.6rem;
  display: block;
  position: relative;
  font-size: 1.3rem;
  width: auto;
  height: auto;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .subNav_item-sub a {
    font-size: 3.125vw;
    letter-spacing: 0.1em;
  }
}
.subNav_item-sub a::before {
  margin: auto 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.target_list {
  padding: 3rem 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(0, 130, 73, 0.05);
}
.target_item {
  width: 50%;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.target_item a {
  padding: 0.5em 0 0.5em 1.6rem;
  display: block;
  position: relative;
  font-size: 1.5rem;
}
.target_item a::before {
  margin: auto 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #008249;
  border-bottom: 1px solid #008249;
  transform: rotate(-45deg);
}

.header_sns {
  padding: 2.4rem 0;
  justify-content: center;
}

.main {
  line-height: 1.8;
  background: url(../img/common/bg_main.webp) repeat-y center top;
  background-size: 100% auto;
  overflow: hidden;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .main {
    padding-bottom: 9.375vw;
    padding-top: 13.75vw;
  }
}
.main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .main::after {
    display: none;
  }
}
.main a {
  color: #009564;
  text-decoration: underline;
}

.page_head {
  margin-bottom: 2rem;
  position: relative;
  height: 60rem;
}
@media only screen and (max-width: 640px) {
  .page_head {
    margin-bottom: 3.125vw;
    height: 46.875vw;
  }
}
.page_head .content {
  margin: 0;
}
.page_head .pageHead_block {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(84deg, rgba(47, 180, 136, 0.5) 2.58%, #009564 100%);
  width: 58rem;
  height: 21rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .page_head .pageHead_block {
    margin: 0 auto 0 0;
    width: 70%;
    height: 19.375vw;
    right: 0;
    left: 0;
  }
}
.page_head .pageHead_block .jp {
  margin: 0 0 0.1em;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .page_head .pageHead_block .jp {
    font-size: 5.625vw;
  }
}
.page_head .pageHead_block .en {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .page_head .pageHead_block .en {
    line-height: 1.3;
    font-size: 3.125vw;
  }
}
.page_head figure {
  overflow: hidden;
}
.page_head figure img {
  width: 192rem;
  height: 60rem;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .page_head figure img {
    width: 150vw;
    height: 46.875vw;
  }
}
.page_head.-secondary {
  height: 36rem;
}
@media only screen and (max-width: 640px) {
  .page_head.-secondary {
    height: 37.5vw;
  }
}
.page_head.-secondary .pageHead_block {
  padding-top: 9rem;
  height: 100%;
  width: 30.2083333333%;
  min-width: 40rem;
}
@media only screen and (max-width: 640px) {
  .page_head.-secondary .pageHead_block {
    padding: 0.75em;
    width: 72%;
    height: auto;
    min-width: auto;
  }
}
.page_head.-secondary .pageHead_block .jp {
  margin: 0 0 0.1em;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .page_head.-secondary .pageHead_block .jp {
    font-size: 4.375vw;
    line-height: 1.3;
  }
}
.page_head.-secondary .pageHead_block .en {
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .page_head.-secondary .pageHead_block .en {
    font-size: 2.5vw;
  }
}
.page_head.-secondary figure img {
  height: 36rem;
  object-position: 0 10%;
}
@media only screen and (max-width: 640px) {
  .page_head.-secondary figure img {
    height: 37.5vw;
    object-position: 50% 50%;
  }
}

.breadcrumb {
  margin: 0 auto;
  width: 114rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    margin-bottom: 7.8125vw;
    width: 100%;
    padding: 0 4.6875vw;
  }
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumb ol {
    font-size: 2.1875vw;
  }
}
.breadcrumb ol li + li::before {
  content: "＞";
  margin: 0 0.5rem;
  opacity: 0.6;
}
.breadcrumb a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}

.page_bottom {
  margin-bottom: -12rem;
}
@media only screen and (max-width: 640px) {
  .page_bottom {
    margin-bottom: -9.375vw;
  }
}

.footer {
  padding: 10rem 0 6rem;
  color: #fff;
  background: #008249;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 12.5vw 0 21.875vw;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .footer .inner {
    padding: 0 7.8125vw;
  }
}
.footer .footerNav {
  margin-bottom: 10rem;
  display: flex;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .footer .footerNav {
    display: none;
  }
}
.footer .footerNav_list {
  width: 25%;
}
.footer .footerNav_list-sub {
  width: 100%;
}
.footer .footerNav_item {
  font-size: 2rem;
}
.footer .footerNav_item > a {
  margin: 1.5em 0 0.75em;
  display: block;
}
.footer .footerNav_item.-middle {
  font-size: 1.8rem;
}
.footer .footerNav_item.-middle a {
  margin: 1em 0 0.5em;
}
.footer .footerNav_item:first-child a {
  margin-top: 0;
}
.footer .footerNav_item-sub {
  margin-top: 0.55em;
  font-size: 1.5rem;
  opacity: 0.8;
  letter-spacing: 0.05em;
}
.footer .footerNav_item-sub a {
  display: block;
}
.footer .footerNav_mobile {
  margin-bottom: 9.375vw;
}
.footer_univ {
  margin-bottom: 6rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .footer_univ {
    margin-bottom: 9.375vw;
    flex-direction: column;
    font-size: 3.4375vw;
  }
}
.footer_logo {
  margin: 0 auto 0 0;
  width: 32rem;
}
@media only screen and (max-width: 640px) {
  .footer_logo {
    margin: 0 0 9.375vw;
    width: 77.5vw;
  }
}
.footer_address {
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .footer_address {
    margin: 0 0 6.25vw;
  }
}
.footer_name {
  margin-bottom: 0.75em;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .footer_name {
    margin: 0 0 6.25vw;
    font-size: 6.875vw;
  }
}
.footer .footerCorp {
  margin: 0 0 0 auto;
  font-weight: 400;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .footer .footerCorp {
    margin: 0;
  }
}
.footer .footerCorp_list {
  margin-bottom: 4rem;
}
.footer .footerCorp_item {
  margin-bottom: 0.85em;
}
.footer_copy {
  font-size: 1.3rem;
}/*# sourceMappingURL=common.css.map */