html {
  background-color: #ffffff;
  color: #484848;
  font-family: "Noto Serif JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 0.55555vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.bxs, .bsm, .bmd, .blg, .bxl {
  display: none;
}

.ixs, .ism, .imd, .ilg, .ixl {
  display: none;
}

@media screen and (max-width: 575px) {
  .bxs {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .bsm {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bmd {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blg {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .bxl {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .ixs {
    display: inline;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .ism {
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .imd {
    display: inline;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ilg {
    display: inline;
  }
}

@media screen and (min-width: 1200px) {
  .ixl {
    display: inline;
  }
}

/*** #loader ***/
#loader {
  background-color: #ffffff;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#loader.type2 > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
#loader.type2 > .inner > .box1 {
  height: auto;
  left: 15%;
  position: absolute;
  top: 50%;
  width: 70%;
}
#loader.type2 > .inner > .box1 > .box1 {
  background-color: #484848;
  height: 0.1rem;
  transition: width 0.35s;
  width: auto;
}

/*** #contents ***/
#contents {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #contents {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents {
    padding-top: 7rem;
  }
}
#contents::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.35s;
  z-index: 10000;
}
#contents.active::after {
  opacity: 0;
  pointer-events: none;
}
#contents > .inner {
  height: auto;
  width: 100%;
}

/*** #header ***/
#header {
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.2rem rgba(160, 160, 160, 0.1);
  height: 5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #header {
    height: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    height: 7rem;
  }
}
#header.fixed {
  position: fixed;
}
#header > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
#header > .inner > .box1 {
  height: auto;
  left: calc(50% - 6rem);
  position: absolute;
  top: 1.9rem;
  width: 12rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box1 {
    left: calc(50% - 9rem);
    top: 2.1rem;
    width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 {
    left: calc(50% - 12rem);
    top: 2.3rem;
    width: 24rem;
  }
}
#header > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
}
#header > .inner > .box1 > .phd > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box1 > .phd > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box1 > .phd > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box1 > .phd > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box2 {
  height: auto;
  position: absolute;
  right: 3rem;
  top: calc(50% - 0.78rem);
  width: 5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 {
    right: 3rem;
    top: calc(50% - 0.84rem);
    width: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 {
    right: 4rem;
    top: calc(50% - 0.9rem);
    width: 6rem;
  }
}
#header > .inner > .box2 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#header > .inner > .box2 > .lst > [class^=itm] {
  height: auto;
  width: auto;
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 {
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 {
    margin-right: 4rem;
  }
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lnk {
  height: auto;
  width: auto;
  display: block;
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lnk > .img {
  display: inline-block;
  height: 1.56rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lnk > .img {
    height: 1.68rem;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lnk > .img {
    height: 1.8rem;
    transform: translateY(0.1em);
    width: auto;
  }
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst {
  height: auto;
  width: auto;
  padding: 1rem 1rem;
  align-items: center;
  background-color: #ffffff;
  display: flex;
  right: -1rem;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: opacity 0.35s ease-out;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst {
    right: -1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst {
    right: -2rem;
  }
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst.active {
  opacity: 1;
  pointer-events: visible;
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm] {
  height: auto;
  width: auto;
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 4rem;
  }
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: auto;
  font-size: 1.04rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
    font-size: 1.12rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box2 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box2 > .lst > [class^=itm].itm2 > .lnk {
  height: auto;
  width: auto;
  display: block;
}
#header > .inner > .box2 > .lst > [class^=itm].itm2 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box2 > .lst > [class^=itm].itm2 > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box2 > .lst > [class^=itm].itm2 > .lnk > .ico {
  font-size: 1.56rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm2 > .lnk > .ico {
    font-size: 1.68rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .lst > [class^=itm].itm2 > .lnk > .ico {
    font-size: 1.8rem;
  }
}
#header > .inner > .box3 {
  background-color: #ffffff;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#header > .inner > .box3 > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
#header > .inner > .box3 > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 0rem 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 {
    padding: 0rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 {
    padding: 0rem 4rem;
  }
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 {
    max-width: 75rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 {
    max-width: 100rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box1 {
    margin-bottom: 8rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box1 > .lnk {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 17.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box1 > .lnk {
    max-width: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box1 > .lnk {
    max-width: 30rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box1 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box3 > .inner > .box1 > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box3 > .inner > .box1 > .box1 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box3 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box3 > .inner > .box1 > .box2 {
    display: flex;
    justify-content: space-between;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 8rem;
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 0;
    width: calc(50% - 2rem);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 {
    width: calc(50% - 4rem);
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1::after {
    display: none;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst {
  margin: 0 auto;
  position: relative;
  width: 26rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst {
    width: 28rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst {
    width: 32rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm] {
  height: auto;
  width: 100%;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.43rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm] > .lnk {
    font-size: 1.54rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm] > .lnk {
    font-size: 1.65rem;
    line-height: 1.8;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst {
  height: auto;
  width: auto;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst {
    margin-top: 1rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm] {
  height: auto;
  width: 100%;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: auto;
  font-size: 1.17rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #606060;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
    font-size: 1.26rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
    font-size: 1.35rem;
    line-height: 1.8;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box1 > .lst > [class^=itm].itm1 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 {
    width: calc(50% - 4rem);
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst {
  margin: 0 auto;
  position: relative;
  width: 26rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst {
    width: 28rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst {
    width: 32rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm] {
  height: auto;
  width: 100%;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm] > .lnk {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm] > .lnk {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm] > .lnk > .ico {
  font-size: 1.2em;
  margin-left: 0.5em;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .txt1 {
  height: auto;
  width: auto;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .txt1 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .txt1 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .txt1 > .img {
  display: inline-block;
  height: 1.56rem;
  margin-left: 0.5em;
  transform: translateY(0.1em);
  width: auto;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .txt1 > .img {
    height: 1.68rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .txt1 > .img {
    height: 1.8rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst {
  height: auto;
  width: auto;
  margin-left: 2rem;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst {
    margin-left: 4rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm] {
  height: auto;
  width: auto;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm]:not(:last-of-type) {
  margin-right: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 4rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm]:not(:last-of-type)::after {
  background-color: #606060;
  content: "";
  display: block;
  height: 100%;
  right: -1rem;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm]:not(:last-of-type)::after {
    right: -1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm]:not(:last-of-type)::after {
    right: -2rem;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: auto;
  font-size: 1.04rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #606060;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm] > .lnk {
    font-size: 1.12rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm] > .lnk {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm6 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm1 {
  display: none;
}
#header > .inner > .box3 > .inner > .box1 > .box2 > .box2 > .lst > [class^=itm].itm7 {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
#header > .inner > .box4 {
  height: 1.5rem;
  left: 2rem;
  position: absolute;
  top: 1.75rem;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box4 {
    height: 1.75rem;
    left: 3rem;
    top: 2.125rem;
    width: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box4 {
    height: 2rem;
    left: 4rem;
    top: 2.5rem;
    width: 2rem;
  }
}
#header > .inner > .box4 > .lnk {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
#header > .inner > .box4 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#header > .inner > .box4 > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box4 > .lnk > .box1 {
  background-color: #000000;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transition: background 0.35s ease-out;
  width: 50%;
}
#header > .inner > .box4 > .lnk > .box1::before {
  background-color: #000000;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: -0.5rem;
  transition: transform 0.35s ease-out;
  width: 200%;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box4 > .lnk > .box1::before {
    top: -0.6rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box4 > .lnk > .box1::before {
    top: -0.7rem;
  }
}
#header > .inner > .box4 > .lnk > .box1::after {
  background-color: #000000;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0.6rem;
  transition: transform 0.35s ease-out;
  width: 150%;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box4 > .lnk > .box1::after {
    top: 0.7rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box4 > .lnk > .box1::after {
    top: 0.8rem;
  }
}
#header > .inner > .box4.active {
  position: fixed;
}
#header > .inner > .box4.active > .lnk > .box1 {
  background-color: rgba(0, 0, 0, 0);
}
#header > .inner > .box4.active > .lnk > .box1::before {
  top: 0;
  transform: rotate(135deg);
}
#header > .inner > .box4.active > .lnk > .box1::after {
  top: 0;
  transform: rotate(225deg);
  width: 200%;
}

/*** #main ***/
#banner {
  height: auto;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #banner {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner {
    margin-top: 4rem;
  }
}
#banner > .inner {
  height: auto;
  width: 100%;
  padding: 0rem 2rem;
}
@media screen and (min-width: 768px) {
  #banner > .inner {
    padding: 0rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner > .inner {
    padding: 0rem 4rem;
  }
}
#banner > .inner > .box1 {
  height: auto;
  width: 100%;
}
#banner > .inner > .box1 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#banner > .inner > .box1 > .lst > .itm {
  height: auto;
  width: auto;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #banner > .inner > .box1 > .lst > .itm {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #banner > .inner > .box1 > .lst > .itm {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#banner > .inner > .box1 > .lst > .itm:not(:last-of-type) {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #banner > .inner > .box1 > .lst > .itm:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner > .inner > .box1 > .lst > .itm:not(:last-of-type) {
    margin-right: 2rem;
  }
}
#banner > .inner > .box1 > .lst > .itm > .ico {
  margin-right: 0.5em;
}
#banner > .inner > .box1 > .lst > .itm > .lnk.lnk, #banner > .inner > .box1 > .lst > .itm > .txt1.lnk {
  color: #000000;
}
#banner > .inner > .box1 > .lst > .itm > .lnk.lnk.hov, #banner > .inner > .box1 > .lst > .itm > .txt1.lnk.hov {
  transition: opacity 0.35s ease-out;
}
#banner > .inner > .box1 > .lst > .itm > .lnk.lnk.hov:hover, #banner > .inner > .box1 > .lst > .itm > .txt1.lnk.hov:hover {
  opacity: 0.5;
}

/*** #main ***/
#main {
  height: auto;
  width: 100%;
}
#main > .inner {
  height: auto;
  width: 100%;
}
#main > .inner > .sec0 {
  height: auto;
  width: 100%;
  padding: 20rem 0rem;
}
@media screen and (min-width: 768px) {
  #main > .inner > .sec0 {
    padding: 30rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .inner > .sec0 {
    padding: 40rem 0rem;
  }
}
#main > .inner > .sec0 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  #main > .inner > .sec0 > .inner {
    max-width: 90rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .inner > .sec0 > .inner {
    max-width: 140rem;
    padding: 0 4rem;
  }
}
#main > .inner > .sec0 > .inner > .par {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main > .inner > .sec0 > .inner > .par {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main > .inner > .sec0 > .inner > .par {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

/*** #footer ***/
#footer {
  height: auto;
  width: 100%;
  position: relative;
}
#footer > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner {
    max-width: 90rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner {
    max-width: 140rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner {
    padding: 9rem 3rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner {
    align-items: flex-end;
    padding: 12rem 4rem 4rem;
  }
}
#footer > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 {
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 {
    width: 40rem;
  }
}
#footer > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#footer > .inner > .box1 > .box1 > .lnk {
  height: auto;
  display: block;
  margin: 0 auto;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > .box1 > .lnk {
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box1 > .lnk {
    margin: 0;
    width: 30rem;
  }
}
#footer > .inner > .box1 > .box1 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box1 > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box1 > .box1 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#footer > .inner > .box1 > .box2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box2 {
    height: auto;
    width: 100%;
    display: block;
    margin-top: 6rem;
  }
}
#footer > .inner > .box1 > .box2 > .par1 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box2 > .par1 {
    height: auto;
    width: 100%;
    display: block;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    letter-spacing: 0.075em;
    line-height: 2.7;
  }
}
#footer > .inner > .box1 > .box2 > .par1 .en {
  font-family: "Open Sans", sans-serif;
}
#footer > .inner > .box1 > .box2 > .par1 > .lnk {
  color: #000000;
}
#footer > .inner > .box1 > .box2 > .par1 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box1 > .box2 > .par1 > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box1 > .box2 > .par1 > .lnk > .img {
  margin-left: 1em;
  height: 1.2rem;
  margin-right: 0.25em;
  width: auto;
}
#footer > .inner > .box1 > .box2 > .par2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box2 > .par2 {
    height: auto;
    width: 100%;
    display: block;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    letter-spacing: 0.075em;
    line-height: 2.7;
  }
}
#footer > .inner > .box1 > .box2 > .par2 .en {
  font-family: "Open Sans", sans-serif;
}
#footer > .inner > .box1 > .box2 > .par2 > .lnk {
  color: #000000;
}
#footer > .inner > .box1 > .box2 > .par2 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box1 > .box2 > .par2 > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 {
    width: calc(100% - 24rem);
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 {
    width: calc(100% - 44rem);
  }
}
#footer > .inner > .box2 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 {
    justify-content: flex-end;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 {
    margin-bottom: 4rem;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm] {
    width: auto;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 4rem;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm] > .lnk {
  height: auto;
  width: auto;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm] > .lnk {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm] > .lnk {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box2 > .lst1 > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box2 > .lst1 > [class^=itm].itm1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm].itm1 {
    justify-content: flex-end;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst {
    margin-left: 1.5rem;
    margin-top: 0;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst {
    margin-left: 2rem;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm] {
  height: auto;
  width: auto;
}
#footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 2rem;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: auto;
  font-size: 1.04rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #606060;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
    font-size: 1.12rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm] > .lnk {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box2 > .lst1 > [class^=itm].itm1 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box2 > .lst2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst2 {
    justify-content: flex-end;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst2 {
    margin-bottom: 4rem;
  }
}
#footer > .inner > .box2 > .lst2 > [class^=itm] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst2 > [class^=itm] {
    width: auto;
  }
}
#footer > .inner > .box2 > .lst2 > [class^=itm].itm1 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst2 > [class^=itm].itm1 {
    display: block;
  }
}
#footer > .inner > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
    margin-right: 2rem;
  }
}
#footer > .inner > .box2 > .lst2 > [class^=itm].itm2 {
  margin-right: 2rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst2 > [class^=itm].itm2 {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst2 > [class^=itm].itm2 {
    margin-right: 2rem;
  }
}
#footer > .inner > .box2 > .lst2 > [class^=itm].itm3 {
  width: auto;
}
#footer > .inner > .box2 > .lst2 > [class^=itm] > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst2 > [class^=itm] > .lnk {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst2 > [class^=itm] > .lnk {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#footer > .inner > .box2 > .lst2 > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box2 > .lst2 > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box2 > .lst3 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 {
    justify-content: flex-end;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm] {
    width: auto;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
    margin-right: 2rem;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm] > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm] > .lnk {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm] > .lnk {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm] > .lnk {
    width: auto;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box2 > .lst3 > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 {
    justify-content: flex-end;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .txt1 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .txt1 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .txt1 {
    width: auto;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst {
    margin-left: 3rem;
    margin-top: 0;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst {
    margin-left: 4rem;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm] {
  height: auto;
  width: auto;
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm]:not(:last-of-type) {
  margin-right: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 4rem;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm]:not(:last-of-type)::after {
  background-color: #a0a0a0;
  content: "";
  display: block;
  height: 100%;
  right: -1rem;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm]:not(:last-of-type)::after {
    right: -1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm]:not(:last-of-type)::after {
    right: -2rem;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: auto;
  font-size: 1.04rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #606060;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm] > .lnk {
    font-size: 1.12rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm] > .lnk {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box2 > .lst3 > [class^=itm].itm2 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box3 {
  height: auto;
  width: auto;
  bottom: 100%;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}
#footer > .inner > .box3 > .lnk {
  height: auto;
  width: auto;
  font-size: 1.04rem;
  letter-spacing: 0.075em;
  line-height: 3.2;
  color: #000000;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box3 > .lnk {
    font-size: 1.12rem;
    line-height: 3.4;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 > .lnk {
    font-size: 1.2rem;
    line-height: 3.6;
  }
}
#footer > .inner > .box3 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#footer > .inner > .box3 > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box3 > .lnk > .img {
  display: inline-block;
  margin-left: 0.5em;
  width: 0.5em;
}
#footer > .inner > .box4 {
  height: auto;
  width: 100%;
}
#footer > .inner > .box4 > .par {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box4 > .par {
    font-size: 1.12rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box4 > .par {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

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