/**
 * filename: common.css
 * version: 3.0
 **/
html {
  background-color: #ffffff;
  color: #606060;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}
@media (min-width: 1601px) {
  html {
    font-size: 0.62vw;
  }
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

.wbr {
  display: inline-block;
}

.sbr {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sbr {
    display: inline;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/*** #loader ***/
#loader {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#loader > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
#loader > .inner > .box1 {
  height: 18rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
}
@media screen and (max-width: 1199px) {
  #loader > .inner > .box1 {
    height: 15rem;
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #loader > .inner > .box1 {
    height: 12rem;
    width: 12rem;
  }
}
#loader > .inner > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#loader > .inner > .box2 {
  height: 5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
}
@media screen and (max-width: 1199px) {
  #loader > .inner > .box2 {
    height: 4rem;
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #loader > .inner > .box2 {
    height: 3rem;
    width: 3rem;
  }
}
#loader > .inner > .box2 > .par1 {
  height: 100%;
  width: 100%;
}
#loader > .inner > .box2 > .par1 > [class*=elm] {
  height: 100%;
  width: 100%;
  -webkit-animation: spinner 3s infinite ease-in-out;
  animation: spinner 3s infinite ease-in-out;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
}
#loader > .inner > .box2 > .par1 > [class*=elm].elm2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@keyframes spinner {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*** #contents ***/
#contents {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  min-height: 100vh;
  min-width: 32rem;
  overflow: hidden;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #contents {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    padding-bottom: 5.5rem;
    padding-top: 5.5rem;
  }
}
#contents::before {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  transition: opacity 0.7s;
  z-index: 9999;
}
#contents.active::before {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

/*** #header ***/
#header {
  background-color: #ffffff;
  height: 7.5rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}
@media screen and (max-width: 1199px) {
  #header {
    height: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 5.5rem;
  }
}
#header:not(.type1)::after {
  border-bottom: 0.1rem solid #d0d0d0;
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  left: 3rem;
  position: absolute;
  width: calc(100% - 6rem);
}
@media screen and (max-width: 1199px) {
  #header:not(.type1)::after {
    left: 2.25rem;
    width: calc(100% - 4.5rem);
  }
}
@media screen and (max-width: 767px) {
  #header:not(.type1)::after {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
}
#header > .inner {
  height: 100%;
  width: 100%;
  padding: 0rem 3rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #header > .inner {
    padding: 0rem 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner {
    padding: 0rem 1.5rem;
  }
}
#header > .inner > .box1 {
  height: auto;
  position: relative;
  width: 25rem;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box1 {
    width: 22.5rem;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner > .box1 {
    width: 20rem;
  }
}
#header > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
}
#header > .inner > .box1 > .hdr1 > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box1 > .hdr1 > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box1 > .hdr1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#header > .inner > .box1 > .hdr1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box2 {
  height: auto;
  width: calc(100% - 28rem);
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 {
    background-color: rgba(255, 255, 255, 0.9);
    height: calc(100vh - 6.5rem);
    opacity: 0;
    position: fixed;
    right: 0;
    padding-bottom: 6.5rem;
    top: 6.5rem;
    transition: opacity 0.35s, transform 0.35s;
    transform: translateX(100%);
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner > .box2 {
    height: calc(100vh - 5.5rem);
    padding-bottom: 5.5rem;
    top: 5.5rem;
    width: 15rem;
  }
}
@media screen and (max-width: 767px) and (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 {
    width: 30rem;
  }
}
#header > .inner > .box2.active {
  opacity: 1;
  transform: translateX(0);
}
#header > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 > .box1 {
    height: 100%;
  }
}
#header > .inner > .box2 > .box1 > .lst1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 > .box1 > .lst1 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner > .box2 > .box1 > .lst1 {
    padding: 1.5rem;
  }
}
#header > .inner > .box2 > .box1 > .lst1 > .itm {
  height: auto;
  width: auto;
  margin: 0 1.5rem;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm {
    margin: 2.25rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm {
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) and (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm {
    width: 50%;
  }
}
#header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1 {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #909090;
  display: block;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1 {
    font-size: 1.17rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1 {
    font-size: 1.08rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1 {
    text-align: center;
  }
}
#header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1::after {
  background-color: #00ada9;
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1::after {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1.hov {
    transition: opacity 0.35s;
  }
}
#header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1.hov::after {
  transition: width 0.35s ease-in-out;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1.hov:hover {
    opacity: 0.5;
  }
}
#header > .inner > .box2 > .box1 > .lst1 > .itm > .lnk1.hov:hover::after {
  width: 100%;
}
#header > .inner > .box3 {
  display: none;
  z-index: 1105;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box3 {
    display: block;
    height: 3rem;
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner > .box3 {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box3 > .lnk1 {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
  }
}
#header > .inner > .box3 > .lnk1.hov {
  transition: opacity 0.35s;
}
#header > .inner > .box3 > .lnk1.hov:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box3 > .lnk1 > .elm1 {
    background-color: #606060;
    border-radius: 0.1rem;
    display: inline-block;
    height: 0.2rem;
    left: 0;
    position: absolute;
    top: calc(50% - .1rem);
    transition: 0.35s;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box3 > .lnk1 > .elm1::before {
    background-color: #606060;
    content: "";
    height: 0.2rem;
    display: block;
    left: 0;
    position: absolute;
    top: -1rem;
    transition: 0.35s;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner > .box3 > .lnk1 > .elm1::before {
    top: -0.8rem;
  }
}
@media screen and (max-width: 1199px) {
  #header > .inner > .box3 > .lnk1 > .elm1::after {
    background-color: #606060;
    content: "";
    height: 0.2rem;
    display: block;
    left: 0;
    position: absolute;
    top: 1rem;
    transition: 0.35s;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner > .box3 > .lnk1 > .elm1::after {
    top: 0.8rem;
  }
}
#header > .inner > .box3 > .lnk1.active > .elm1 {
  background-color: rgba(255, 255, 255, 0);
}
#header > .inner > .box3 > .lnk1.active > .elm1::before {
  top: 0;
  transform: rotate(135deg);
}
#header > .inner > .box3 > .lnk1.active > .elm1::after {
  top: 0;
  transform: rotate(225deg);
}

/*** #banner ***/
#banner {
  height: auto;
  width: 100%;
  padding-top: 15rem;
}
@media screen and (max-width: 1199px) {
  #banner {
    padding-top: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  #banner {
    padding-top: 10rem;
  }
}
#banner:not(.type1) {
  position: relative;
}
#banner:not(.type1)::after {
  border-bottom: 0.1rem solid #d0d0d0;
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  left: 3rem;
  position: absolute;
  width: calc(100% - 6rem);
}
@media screen and (max-width: 1199px) {
  #banner:not(.type1)::after {
    left: 2.25rem;
    width: calc(100% - 4.5rem);
  }
}
@media screen and (max-width: 767px) {
  #banner:not(.type1)::after {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
}
#banner > .inner {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
#banner > .inner > .box1 {
  height: auto;
  width: 100%;
  left: 0;
  padding: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#banner > .inner > .box1 > .hdr1 {
  font-family: "PT Sans", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #banner > .inner > .box1 > .hdr1 {
    font-size: 2.4rem;
  }
}
#banner > .inner > .box1 > .hdr2 {
  color: #909090;
  font-family: "RodinPro-M", sans-serif;
  font-size: 1.26rem;
  letter-spacing: 0.1rem;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #banner > .inner > .box1 > .hdr2 {
    font-size: 2.4rem;
  }
}

/*** main ***/
#main {
  height: auto;
  width: 100%;
}
#main > .inner {
  height: auto;
  width: 100%;
}
#main > .inner > .sec0 {
  height: auto;
  width: 100%;
}
#main > .inner > .sec0 > .inner {
  height: auto;
  width: 100%;
  padding: 15rem 3rem;
}
@media screen and (max-width: 1199px) {
  #main > .inner > .sec0 > .inner {
    padding: 11.25rem 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main > .inner > .sec0 > .inner {
    padding: 7.5rem 1.5rem;
  }
}
#main > .inner > .sec0 > .inner > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 9rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "RodinPro-M", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #main > .inner > .sec0 > .inner > .par1 {
    margin-bottom: 6.75rem;
  }
}
@media screen and (max-width: 767px) {
  #main > .inner > .sec0 > .inner > .par1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #main > .inner > .sec0 > .inner > .par1 {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #main > .inner > .sec0 > .inner > .par1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#main > .inner > .sec0 > .inner > .lnk1 {
  font-size: 1.26rem;
  letter-spacing: 0.1em;
  line-height: 3;
  background-color: #ffffff;
  border: 0.2rem solid #606060;
  color: #606060;
  display: block;
  font-family: "Ubuntu", sans-serif;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 20rem;
}
@media screen and (max-width: 1199px) {
  #main > .inner > .sec0 > .inner > .lnk1 {
    font-size: 1.17rem;
    line-height: 2.625;
  }
}
@media screen and (max-width: 767px) {
  #main > .inner > .sec0 > .inner > .lnk1 {
    font-size: 1.08rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 1199px) {
  #main > .inner > .sec0 > .inner > .lnk1 {
    width: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main > .inner > .sec0 > .inner > .lnk1 {
    width: 15rem;
  }
}
#main > .inner > .sec0 > .inner > .lnk1.hov {
  transition: opacity 0.35s;
}
#main > .inner > .sec0 > .inner > .lnk1.hov:hover {
  opacity: 0.5;
}
#main > .inner > .sec0 > .inner > .lnk1 > .ico1 {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/*** #footer ***/
#footer {
  background-color: #ffffff;
  height: 7.5rem;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #footer {
    height: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    height: 5.5rem;
  }
}
#footer:not(.type1)::before {
  border-top: 0.1rem solid #d0d0d0;
  content: "";
  display: block;
  height: auto;
  left: 3rem;
  position: absolute;
  top: 0;
  width: calc(100% - 6rem);
}
@media screen and (max-width: 1199px) {
  #footer:not(.type1)::before {
    left: 2.25rem;
    width: calc(100% - 4.5rem);
  }
}
@media screen and (max-width: 767px) {
  #footer:not(.type1)::before {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
}
#footer > .box1 {
  height: 4rem;
  bottom: 1.75rem;
  display: none;
  position: fixed;
  right: 3rem;
  width: 4rem;
  z-index: 1200;
}
@media screen and (max-width: 1199px) {
  #footer > .box1 {
    height: 3.5rem;
    right: 2.25rem;
    width: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #footer > .box1 {
    height: 3rem;
    right: 1.5rem;
    width: 3rem;
  }
}
#footer > .box1 > .lnk1 {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 173, 169, 0.8);
  border-radius: 50%;
  display: block;
  position: relative;
}
#footer > .box1 > .lnk1 > .ico1 {
  height: auto;
  width: auto;
  color: #ffffff;
  font-size: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  #footer > .box1 > .lnk1 > .ico1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #footer > .box1 > .lnk1 > .ico1 {
    font-size: 1.5rem;
  }
}
#footer > .box1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#footer > .box1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#footer > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#footer > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #footer > .box2 > .par1 {
    font-size: 1.17rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #footer > .box2 > .par1 {
    font-size: 1.08rem;
    line-height: 1.2;
  }
}

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