@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.6em;
}
.__liststyle li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .__liststyle li {
    margin-bottom: 1em;
  }
}
.__liststyle li::before {
  content: "⚪︎";
  display: block;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__txtstyle01 {
  color: #f7f6f5;
  font-size: 25vw;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.1);
  line-height: 1em;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 991px) {
  .__txtstyle01 {
    font-size: 30vw;
  }
}

.__txtstyle02 {
  position: relative;
  display: flex;
  padding-bottom: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .__txtstyle02 {
    width: calc(100% + 0.4em);
    margin-left: -0.4em;
  }
}
.__txtstyle02 .__borderAnimation {
  position: absolute;
  bottom: 0;
}
.__txtstyle02 span.__slash::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 4em);
  background-color: #3a3a3a;
  transform-origin: left bottom;
  transform: rotate(20deg);
  margin-left: 1em;
  margin-right: 4.8em;
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .__txtstyle02 span.__slash::before {
    margin-left: 0.4em;
    margin-right: 3.6em;
  }
}
.__txtstyle02 span.__slash.__white::before {
  background-color: #fff;
}
.__txtstyle02 span.__txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle02 span.__txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .__txtstyle02 span.__txt {
    font-size: 1.5em;
    line-height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle02 span.__txt {
    font-size: min(4.8vw, 1.5em);
  }
}
.__txtstyle02.__inview::before {
  transform: scaleX(1);
}

.__txtstyle03 {
  position: relative;
  display: flex;
  padding-top: 1em;
  padding-left: 1.6em;
  font-size: 1.25em;
  color: #394875;
}
@media screen and (max-width: 1199px) {
  .__txtstyle03 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle03 {
    font-size: 1em;
  }
}
.__txtstyle03 span.__slash::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1em);
  background-color: #394875;
  transform-origin: left bottom;
  transform: rotate(20deg);
  margin-top: -1em;
  margin-left: -1.6em;
}
.__txtstyle03 span.__txt {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .__txtstyle03 span.__txt {
    letter-spacing: 0.06em;
  }
}
.__txtstyle03.__white {
  color: #fff;
}
.__txtstyle03.__white span.__slash::before {
  background-color: #fff;
}

.__txtstyle04 {
  text-align: center;
}
.__txtstyle04 span.__en {
  font-size: 1.125em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle04 span.__en {
    font-size: 1em;
  }
}
.__txtstyle04 span.__jp {
  display: block;
  font-size: 1.5em;
  letter-spacing: 0.4em;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle04 span.__jp {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle04 span.__jp {
    font-size: 1.25em;
    line-height: 2em;
    letter-spacing: 0.6em;
  }
}

a.__txtlink {
  color: #3a3a3a;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linkbtn {
  width: 22em;
}
@media screen and (max-width: 767px) {
  .__linkbtn {
    width: min(100%, 22em);
  }
}
.__linkbtn a, .__linkbtn button {
  color: #fff;
  background-color: #394875;
  width: 100%;
  padding: 0.85em 1.6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn a, .__linkbtn button {
    font-size: min(4.2vw, 0.9375em);
  }
}
.__linkbtn a span.btn-inner, .__linkbtn button span.btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.__linkbtn a span.btn-inner .__dot, .__linkbtn button span.btn-inner .__dot {
  display: block;
  flex-shrink: 0;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 1.6em;
  transition: all 0.48s ease;
}
.__linkbtn a span.btn-inner .__plus, .__linkbtn button span.btn-inner .__plus {
  display: block;
  width: 0.7em;
  margin-left: 1.6em;
  transition: all 0.48s ease;
}
.__linkbtn a span.btn-inner .__plus img, .__linkbtn button span.btn-inner .__plus img {
  width: 100%;
  height: auto;
}
.__linkbtn a span.btn-inner .__newwin, .__linkbtn button span.btn-inner .__newwin {
  display: block;
  width: 0.7em;
  margin-left: 1.6em;
}
.__linkbtn a span.btn-inner .__newwin img, .__linkbtn button span.btn-inner .__newwin img {
  filter: brightness(0) invert(1);
  width: 100%;
  height: auto;
}
.__linkbtn a span.btn-inner .__down, .__linkbtn button span.btn-inner .__down {
  display: block;
  width: 0.7em;
  margin-left: 1.6em;
}
.__linkbtn a span.btn-inner .__down img, .__linkbtn button span.btn-inner .__down img {
  filter: brightness(0) invert(1);
  width: 100%;
  height: auto;
}
.__linkbtn a:hover span.btn-inner .__dot, .__linkbtn button:hover span.btn-inner .__dot {
  transform: translateX(0.48em);
}
.__linkbtn a:hover span.btn-inner .__plus, .__linkbtn button:hover span.btn-inner .__plus {
  transform: rotate(180deg);
}
.__linkbtn.__newwin {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn.__newwin a {
  transition: all 0.36s ease;
}
.__linkbtn.__newwin a span.btn-inner {
  padding-left: 2em;
}
.__linkbtn.__newwin a span.btn-inner .__txt {
  margin-right: 2em;
}
.__linkbtn.__newwin a:hover {
  opacity: 0.7;
}
.__linkbtn.__white a, .__linkbtn.__white button {
  color: #3a3a3a;
  background-color: #fff;
}
.__linkbtn.__white a span.btn-inner .__dot, .__linkbtn.__white button span.btn-inner .__dot {
  background-color: #2a3364;
}
.__linkbtn.__black a, .__linkbtn.__black button {
  background-color: #3a3a3a;
}
.__linkbtn.__back a span.btn-inner, .__linkbtn.__back button span.btn-inner {
  justify-content: flex-start;
}
.__linkbtn.__back a span.btn-inner .__dot, .__linkbtn.__back button span.btn-inner .__dot {
  margin-left: 0;
  margin-right: 1.6em;
}
.__linkbtn.__back a:hover span.btn-inner .__dot, .__linkbtn.__back button:hover span.btn-inner .__dot {
  transform: translateX(-0.48em);
}

.__content-wrap01 {
  width: calc(100% - (100% - 99.375 * 1rem) / 2);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__content-wrap01 {
    width: calc(100% - 40px);
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap01 {
    width: 100%;
  }
}
.__content-wrap01 .txt-wrap {
  width: 40.3125rem;
}
@media screen and (max-width: 1199px) {
  .__content-wrap01 .txt-wrap {
    width: 48.75rem;
  }
}
@media screen and (max-width: 991px) {
  .__content-wrap01 .txt-wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap01 .txt-wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.__content-wrap01 .txt-wrap .sec-ttl {
  margin-bottom: 6em;
}
@media screen and (max-width: 991px) {
  .__content-wrap01 .txt-wrap .sec-ttl {
    margin-bottom: 4em;
  }
}
.__content-wrap01 .txt-wrap .sec-txt p {
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .__content-wrap01 .txt-wrap .sec-txt p {
    font-size: 1em;
  }
}
.__content-wrap01 .img-wrap {
  width: calc(100% - 40.3125rem - 7.5rem);
  box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .__content-wrap01 .img-wrap {
    width: calc(100% - 48.75rem - 7.5rem);
  }
}
@media screen and (max-width: 991px) {
  .__content-wrap01 .img-wrap {
    width: 100%;
    margin-top: 4.8em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap01 .img-wrap {
    margin-top: 4em;
  }
}
.__content-wrap01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flowingText {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.flowingText p {
  font-size: 1.6vw;
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 auto;
}
.flowingText p:nth-of-type(1) {
  animation: loop_01 120s -60s linear infinite;
}
.flowingText p:nth-of-type(2) {
  animation: loop_02 120s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 1199px) {
  .flowingText p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 991px) {
  .flowingText p {
    font-size: 3vw;
  }
  .flowingText p:nth-of-type(1) {
    animation: loop_01 160s -80s linear infinite;
  }
  .flowingText p:nth-of-type(2) {
    animation: loop_02 160s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .flowingText p {
    font-size: 4.4vw;
  }
}

.__borderAnimation {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
}
.__borderAnimation::after {
  content: "";
  display: block;
  background-color: #3a3a3a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1.8s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__borderAnimation.__inview::after {
  transform: scaleX(1);
}
.__borderAnimation.__white::after {
  background-color: #fff;
}

.__imgAnimation {
  width: 100%;
  height: 100%;
  opacity: 0;
  clip-path: inset(0 100% 0 0); /* 右側を全カット（非表示） */
  transition: opacity 0.6s ease 0.4s, clip-path 1.8s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__imgAnimation.__inview {
  opacity: 1;
  clip-path: inset(0 0 0 0); /* 全表示 */
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.4s, transform 1.8s cubic-bezier(0.1, 0.8, 0.2, 1) 0.48s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__fadeIn.__delay00 {
  transition-property: opacity, transform;
  transition-delay: 0.1s, 0.12s;
}
.__fadeIn.__mv {
  transform: translateY(0);
  transition: opacity 1s ease 0s;
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: all 0.6s ease;
}
header .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #e8e6e3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 0.75;
  visibility: visible;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 130px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 117px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 97.5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 65px;
  }
}
header .header-logo {
  position: relative;
  margin-left: 1.875rem;
}
@media screen and (max-width: 991px) {
  header .header-logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    margin-left: 10px;
  }
}
header .header-logo img {
  width: 270px;
  height: auto;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1599px) {
  header .header-logo img {
    width: 243px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo img {
    width: 216px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo img {
    width: 189px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo img {
    width: 162px;
  }
}
header .header-logo img.__light {
  position: absolute;
  top: 0;
  opacity: 1;
}
header .header-logo img.__nomal {
  opacity: 0;
}
header.__scroll {
  background-color: rgba(255, 255, 255, 0.5);
}
header.__scroll .header-inner {
  height: 100px;
}
@media screen and (max-width: 1599px) {
  header.__scroll .header-inner {
    height: 95px;
  }
}
@media screen and (max-width: 1199px) {
  header.__scroll .header-inner {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  header.__scroll .header-inner {
    height: 65px;
  }
}
header.__scroll .header-logo img.__light {
  opacity: 0;
}
header.__scroll .header-logo img.__nomal {
  opacity: 1;
}
header.__scroll .header-content {
  box-shadow: none;
}
header .header-content {
  height: 100%;
  display: flex;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
}
header .header-content .header-btn {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .header-content .header-btn {
    display: none;
  }
}
header .header-content .header-btn a {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 1.875rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  header .header-content .header-btn a {
    padding: 0 2.5rem;
  }
}
header .header-content .header-btn a span.btn-txt {
  font-size: 1.25em;
  line-height: 1.3em;
}
header .header-content .header-btn a span.btn-txt .__jp {
  font-size: 0.65em;
  display: block;
}
header .header-content .header-btn.__entry a {
  background-color: rgba(255, 255, 255, 0.7);
}
header .header-content .header-btn.__entry a img {
  display: inline-block;
  width: 0.6em;
  height: auto;
  margin-left: 0.2em;
  margin-bottom: 0.3em;
}
header .header-content .header-btn.__entry a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
header .header-content .header-btn.__contact a {
  color: #fff;
  background-color: rgba(42, 51, 100, 0.75);
}
header .header-content .header-btn.__contact a:hover {
  background-color: rgba(42, 51, 100, 0.9);
}
header .header-content .nav-btn-wrap {
  position: relative;
  z-index: 99;
  height: 100%;
  width: 130px;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.36s ease;
}
@media screen and (max-width: 1599px) {
  header .header-content .nav-btn-wrap {
    width: 117px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-content .nav-btn-wrap {
    width: 97.5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-content .nav-btn-wrap {
    width: 65px;
  }
}
header .header-content .nav-btn-wrap:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
header .nav-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
header .nav-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease;
}
header .nav-btn span:nth-of-type(1) {
  margin-top: -8px;
}
header .nav-btn span:nth-of-type(3) {
  margin-top: 8px;
}
header .nav-btn.__open span:nth-of-type(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(20deg);
}
header .nav-btn.__open span:nth-of-type(2) {
  opacity: 0;
}
header .nav-btn.__open span:nth-of-type(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-20deg);
}
header .header-menu {
  background-color: #f0efed;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);
  width: 360px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  margin-right: -360px;
  transition: all 0.48s ease;
}
@media screen and (max-width: 767px) {
  header .header-menu {
    width: 240px;
    margin-right: -240px;
  }
}
header .header-menu .header-menu-inner {
  overflow-y: auto;
  padding-top: calc(130px + 4vh);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.48s 0.48s ease;
}
@media screen and (max-width: 1599px) {
  header .header-menu .header-menu-inner {
    padding-top: calc(104px + 4vh);
  }
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    padding-top: calc(97.5px + 8vh);
  }
}
@media screen and (max-width: 767px) {
  header .header-menu .header-menu-inner {
    padding-top: calc(65px + 8vh);
  }
}
header .header-menu.__open {
  opacity: 1;
  margin-right: 0;
}
header .header-menu.__open .header-menu-inner {
  opacity: 1;
  transform: translateY(0);
}
header .header-menu nav ul li a {
  text-align: center;
  color: #394875;
  font-size: 1.125em;
  line-height: 1.3em;
  position: relative;
  padding: 2.4vh 0;
  margin-top: 0.2em;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  header .header-menu nav ul li a {
    font-size: 1em;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: rgba(42, 51, 100, 0.4);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.48s ease;
}
header .header-menu nav ul li a span.__en {
  font-size: 0.85em;
  display: block;
}
header .header-menu nav ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}
header .header-menu .hm-entry {
  background-color: #fff;
  width: 100%;
}
header .header-menu .hm-entry a {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.3em;
  padding: 3vh 0;
  transition: all 0.24s ease;
}
header .header-menu .hm-entry a img {
  display: inline-block;
  width: 0.6em;
  height: auto;
  margin-left: 0.2em;
  margin-bottom: 0.3em;
}
header .header-menu .hm-entry a .__jp {
  font-size: 0.65em;
  display: block;
}
header .header-menu .hm-entry a:hover {
  opacity: 0.6;
}

/* footer
---------------------------------------------------- */
footer {
  background-color: #e8e6e3;
}
footer .contact-content {
  overflow: clip;
  position: relative;
  padding-top: 6.25vw;
}
footer .contact-content .en-txt {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 20px);
  margin-top: -0.24em;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
}
@media screen and (max-width: 991px) {
  footer .contact-content .en-txt {
    font-size: 23.75vw;
  }
}
footer .contact-content .en-txt.__inview {
  transform: translate(-50%, 0);
}
footer .contact-content .sec-content {
  position: relative;
  z-index: 2;
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .sec-content {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content {
    margin-top: 15.625vw;
  }
}
footer .contact-content .sec-content .sec-txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .sec-content .sec-txt {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content .sec-txt {
    margin-bottom: 2em;
  }
}
footer .contact-content .sec-content .sec-txt p {
  text-align: center;
  font-size: 1.125em;
  line-height: 2em;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content .sec-txt p {
    font-size: min(4vw, 1em);
    letter-spacing: 0.1em;
  }
}
footer .contact-content .sec-content .contact-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content .contact-list ul {
    display: block;
  }
}
footer .contact-content .sec-content .contact-list ul .contact-list-item {
  text-align: center;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item {
    width: 100%;
  }
}
footer .contact-content .sec-content .contact-list ul .contact-list-item .item-inner {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  padding-top: 3.75rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-inner {
    padding-top: 3.6em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-inner {
    padding-top: 2.4em;
    padding-bottom: 3em;
  }
}
footer .contact-content .sec-content .contact-list ul .contact-list-item .item-icon {
  color: #394875;
  font-size: 1.6875rem;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-icon {
    font-size: 2.19375rem;
  }
}
@media screen and (max-width: 991px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-icon {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-icon {
    font-size: 1.5em;
  }
}
footer .contact-content .sec-content .contact-list ul .contact-list-item .item-txt {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-txt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-txt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-txt {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1199px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item .item-small {
    font-size: 0.95em;
  }
}
footer .contact-content .sec-content .contact-list ul .contact-list-item.__tel .item-txt span.__en {
  font-size: 0.75em;
}
@media screen and (max-width: 1199px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item.__tel .item-txt span.__en {
    font-size: 0.85em;
  }
}
footer .contact-content .sec-content .contact-list ul .contact-list-item.__tel .item-txt span.__num a {
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  footer .contact-content .sec-content .contact-list ul .contact-list-item.__mail {
    margin-top: 1em;
  }
}
footer .contact-content .sec-content .contact-list ul .contact-list-item.__mail a {
  transition: all 0.48s ease;
}
footer .contact-content .sec-content .contact-list ul .contact-list-item.__mail a .item-icon {
  will-change: transform;
  transition: all 0.36s ease;
}
footer .contact-content .sec-content .contact-list ul .contact-list-item.__mail a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
footer .contact-content .sec-content .contact-list ul .contact-list-item.__mail a:hover .item-icon {
  transform: scale(1.14);
}
footer .footer-content .footer-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4em;
  padding-top: 3em;
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-inner {
    display: block;
  }
}
footer .footer-content .footer-inner .__borderAnimation {
  position: absolute;
  top: 0;
}
footer .footer-content .footer-inner .footer-logo {
  width: 270px;
}
@media screen and (max-width: 1599px) {
  footer .footer-content .footer-inner .footer-logo {
    width: 243px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .footer-inner .footer-logo {
    width: 216px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-inner .footer-logo {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-inner .footer-logo {
    width: 202.5px;
  }
}
footer .footer-content .footer-inner .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-content .footer-inner .footer-info p {
  letter-spacing: 0.06em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-inner .footer-info p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-inner .footer-info p {
    margin-bottom: 0.6em;
  }
}
footer .footer-content .footer-inner .footer-info p a {
  display: inline-block;
  transition: all 0.2s ease;
}
footer .footer-content .footer-inner .footer-info p a img {
  width: 1em;
  height: auto;
}
footer .footer-content .footer-inner .footer-info p a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-inner #pagetop {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-inner #pagetop {
    margin-top: 4em;
  }
}
footer .footer-content .footer-inner #pagetop a {
  display: flex;
  align-items: center;
  transition: all 0.24s ease;
}
footer .footer-content .footer-inner #pagetop a span.__txt {
  letter-spacing: 0.06em;
}
footer .footer-content .footer-inner #pagetop a span.__arrow {
  display: block;
  width: 0.7em;
  margin-left: 0.7em;
}
footer .footer-content .footer-inner #pagetop a span.__arrow img {
  width: 100%;
  height: auto;
}
footer .footer-content .footer-inner #pagetop a:hover {
  opacity: 0.6;
}
footer .footer-content .copyright {
  padding-top: 10rem;
  padding-bottom: 4em;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .copyright {
    padding-top: 140px;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .copyright {
    padding-top: 120px;
    padding-bottom: 1em;
  }
}
footer .footer-content .copyright p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .copyright p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .copyright p {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */