@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.__wide {
  width: min(100%, 1920px);
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__fsiz-20 {
  font-size: max(1.25rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__fsiz-20 {
    font-size: 1em;
  }
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__txtstyle01 {
  color: #fff;
  background: #2560b0;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% 100%;
  display: inline-block;
  font-weight: 600;
  padding: 0.2em 0.8em;
}
.__txtstyle01.__white {
  color: #2560b0;
  background: #fff;
}
.__txtstyle01.__black {
  background: linear-gradient(100deg, #222e38, rgba(34, 46, 56, 0.8));
}
.__txtstyle01.__gradation {
  background: linear-gradient(100deg, #4590d0, #2560b0);
}

.__ttlstyle01 span {
  display: block;
}
.__ttlstyle01 span.__en {
  font-weight: 300;
  font-size: max(5.625rem, 4em);
  line-height: 1.1em;
  margin-top: -0.1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 3em;
  }
}

.__ttlstyle02 {
  position: relative;
  z-index: 2;
  padding-top: 6.25rem;
}
@media screen and (max-width: 991px) {
  .__ttlstyle02 {
    text-align: center;
    padding-top: 0;
  }
}
.__ttlstyle02 span {
  display: block;
}
.__ttlstyle02 span.__en {
  background: linear-gradient(100deg, #4590d0, #2560b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  z-index: -1;
  top: 0;
  font-weight: 300;
  font-size: 13.75rem;
  line-height: 1em;
  letter-spacing: -0.04em;
  margin-top: -0.1em;
  opacity: 0.12;
}
@media screen and (max-width: 991px) {
  .__ttlstyle02 span.__en {
    position: relative;
    font-size: 18.75rem;
    margin-bottom: -0.3em;
  }
}
.__ttlstyle02 span.__jp {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: max(2.25rem, 1.645em);
  line-height: 1.6em;
}
@media screen and (max-width: 991px) {
  .__ttlstyle02 span.__jp {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__jp {
    font-size: 1.425em;
  }
}
.__ttlstyle02 span.__jp::before {
  content: "";
  display: block;
  background: linear-gradient(100deg, #fff, #4590d0, #2560b0);
  width: 0.3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 0.6em;
}
@media screen and (max-width: 991px) {
  .__ttlstyle02 span.__jp::before {
    margin-left: -1.8em;
  }
}

.__ttlstyle03 span {
  display: block;
}
.__ttlstyle03 span.__en {
  color: #4590d0;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 1em;
  margin-top: -0.1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 span.__en {
    font-size: 3.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__en {
    font-size: 2.5em;
  }
}

.__ttlstyle04 span {
  display: block;
}
.__ttlstyle04 span.__en {
  background: linear-gradient(100deg, #2560b0, #4590d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: max(1.5rem, 1.25em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle04 span.__en {
    font-size: 1.125em;
  }
}
.__ttlstyle04 span.__jp {
  font-weight: 600;
  font-size: max(2.5rem, 1.75em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle04 span.__jp {
    font-size: 1.425em;
  }
}

a.__txtlink {
  color: #111820;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(100deg, #4590d0, #2560b0);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 50vh;
  font-weight: 600;
  font-size: 0.95em;
  line-height: 1.4em;
  padding: 1em 1.6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  width: 14em;
  margin-left: 0.4em;
}
.__linkbtn01 a span.__arrow, .__linkbtn01 button span.__arrow {
  position: relative;
  display: block;
  overflow: clip;
  width: 1.2em;
  aspect-ratio: 1/1;
}
.__linkbtn01 a span.__arrow::before, .__linkbtn01 a span.__arrow::after, .__linkbtn01 button span.__arrow::before, .__linkbtn01 button span.__arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow-right_white.png);
  background-size: cover;
}
.__linkbtn01 a span.__arrow::before, .__linkbtn01 button span.__arrow::before {
  transform: translateX(-150%);
}
.__linkbtn01 a:hover span.__arrow::before, .__linkbtn01 a:hover span.__arrow::after, .__linkbtn01 button:hover span.__arrow::before, .__linkbtn01 button:hover span.__arrow::after {
  transition: all 0.4s ease;
}
.__linkbtn01 a:hover span.__arrow::before, .__linkbtn01 button:hover span.__arrow::before {
  transform: translateX(0);
}
.__linkbtn01 a:hover span.__arrow::after, .__linkbtn01 button:hover span.__arrow::after {
  transform: translateX(150%);
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  text-align: end;
  margin-left: 0;
  margin-right: 0.4em;
}
.__linkbtn01.__back a span.__arrow::before, .__linkbtn01.__back a span.__arrow::after, .__linkbtn01.__back button span.__arrow::before, .__linkbtn01.__back button span.__arrow::after {
  background-image: url(../images/arrow-left_white.png);
}
.__linkbtn01.__back a span.__arrow::before, .__linkbtn01.__back button span.__arrow::before {
  transform: translateX(0);
}
.__linkbtn01.__back a span.__arrow::after, .__linkbtn01.__back button span.__arrow::after {
  transform: translateX(150%);
}
.__linkbtn01.__back a:hover span.__arrow::before, .__linkbtn01.__back button:hover span.__arrow::before {
  transform: translateX(-150%);
}
.__linkbtn01.__back a:hover span.__arrow::after, .__linkbtn01.__back button:hover span.__arrow::after {
  transform: translateX(0);
}
.__linkbtn01.__white a {
  color: #2560b0;
  background: #fff;
}
.__linkbtn01.__white a span.__arrow::before, .__linkbtn01.__white a span.__arrow::after {
  background-image: url(../images/arrow-right_blue.png);
}

.__linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn02 a {
  position: relative;
  z-index: 2;
  color: #fff;
  background: linear-gradient(100deg, #4590d0, #2560b0);
  border-radius: 50vh;
  overflow: clip;
  font-weight: 500;
  font-size: 0.95em;
  line-height: 1.4em;
  padding: 0.6em 1.6em 0.8em;
  transition: all 0.27s ease;
}
.__linkbtn02 a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, #4590d0, #2560b0);
  transform: rotate(180deg);
  opacity: 1;
  transition: all 0.27s ease;
}
.__linkbtn02 a i {
  font-size: 0.9em;
  margin-left: 0.6em;
}
.__linkbtn02 a:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.__linkbtn02 a:hover::before {
  opacity: 0;
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .txt-wrap {
  width: calc(100% - 40.3125 * 1rem - 10 * 1rem);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap {
    width: 100%;
  }
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 2em;
}
.__content-style01 .txt-wrap .sec-txt p {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap .sec-txt p {
    margin-top: 0;
  }
}
.__content-style01 .txt-wrap .sec-link {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap .sec-link {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .sec-link {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap .sec-link .__linkbtn01 {
    margin-left: auto;
  }
}
.__content-style01 .img-wrap {
  width: 40.3125rem;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .img-wrap {
    width: 480px;
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .img-wrap {
    width: min(100%, 400px);
    margin-top: 2em;
  }
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.__content-style02 .img-wrap {
  aspect-ratio: 3/2;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 991px) {
  .__content-style02 .img-wrap {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .img-wrap {
    width: 100%;
  }
}
.__content-style02 .img-wrap:nth-of-type(2) {
  margin-left: 3em;
}
@media screen and (max-width: 991px) {
  .__content-style02 .img-wrap:nth-of-type(2) {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .img-wrap:nth-of-type(2) {
    margin-left: 0;
    margin-top: 1em;
  }
}
.__content-style02 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.19, 0.23, 0.15, 0.93) 0.4s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__txtAnimation {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2em 0;
}
.__txtAnimation::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #222e38;
  content: "";
  display: block;
  height: 100%;
}
.__txtAnimation.__blue::before {
  background-color: #2560b0;
}
.__txtAnimation .__colorflow-inner {
  opacity: 0;
}
.__txtAnimation.__inview::before {
  animation: colorFlow 0.88s ease forwards;
}
@keyframes colorFlow {
  0% {
    left: 0;
    width: 0;
  }
  40% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.__txtAnimation.__inview .__colorflow-inner {
  animation: colorFlow-content 0.48s ease forwards 0.4s;
}
@keyframes colorFlow-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.__imgAnimation {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 1.2s ease 0.4s, clip-path 1s cubic-bezier(0.25, 0.7, 0.3, 1) 0.4s;
}
.__imgAnimation.__delay00 {
  transition-delay: 0s;
}
.__imgAnimation.__inview {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: all 0.24s ease;
}
header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(100deg, #4590d0 40%, #fff 50%, #4590d0 60%);
  opacity: 0;
  transition: all 0.24s ease;
}
header > * {
  pointer-events: auto;
}
header.__scroll {
  background-color: rgba(255, 255, 255, 0.9);
}
header.__scroll::before {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  header {
    background-color: rgba(255, 255, 255, 0.9);
  }
  header::before {
    opacity: 1;
  }
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5em max(1.875rem, 24px);
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding: 0.75em 24px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0.5em 16px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 200px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 175px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 130px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 48px;
    height: 40px;
    margin-right: 2px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-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: translateY(-50%) rotate(-20deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #fff;
    width: 240px;
    height: 100vh;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav {
  margin-right: max(1.875rem, 1em);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    margin-right: 0;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 max(1.25rem, 1em);
  padding: 0.36em 0 0.52em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    padding: 0.36em 0;
    margin: 1em 0;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background: linear-gradient(100deg, #4590d0, #2560b0);
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    bottom: initial;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -1em;
  }
}
header .header-menu nav ul li a:hover {
  color: #4590d0;
}
header .header-menu nav ul li.__current a {
  pointer-events: none;
}
header .header-menu nav ul li.__current a::before {
  opacity: 1;
}
header .header-menu .header-contact {
  margin-top: 0.06em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-contact {
    text-align: center;
    width: 100%;
    margin-top: 2em;
  }
}

/* sec-contact
---------------------------------------------------- */
.content-wrap.__telfax .content-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .content-wrap.__telfax .content-inner {
    justify-content: center;
  }
}
.content-wrap.__telfax .content-inner h3 {
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0.6em;
}
.content-wrap.__telfax .content-inner .num-txt {
  font-family: "Red Rose", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1em;
  margin-top: -0.1em;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__telfax .content-inner .num-txt {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__telfax .content-inner .num-txt {
    font-size: 1.75em;
    line-height: 1.2em;
  }
}
.content-wrap.__telfax .content-inner .num-txt span, .content-wrap.__telfax .content-inner .num-txt a {
  font-size: 1em;
  display: inline;
}
.content-wrap.__telfax .content-inner .num-txt span.__main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 0.6em;
  margin-left: 0.4em;
}
.content-wrap.__telfax .note-txt p {
  text-align: center;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__telfax .note-txt p {
    font-size: 0.9em;
  }
}

.sec-contact {
  color: #fff;
  background: linear-gradient(100deg, #2560b0, #4590d0);
}
.sec-contact .sec-ttl {
  margin-top: -0.6em;
}
.sec-contact .sec-ttl h2 {
  padding-top: 0;
}
.sec-contact .sec-ttl h2 span.__en {
  color: #2560b0;
  background: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  left: initial;
  right: 0;
  opacity: 0.6;
}
.sec-contact .sec-ttl h2 span.__jp {
  font-size: max(2rem, 1.645em);
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-ttl h2 span.__jp {
    font-size: 1.25em;
  }
}
.sec-contact .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-txt {
    text-align: center;
  }
}
.sec-contact .sec-content {
  display: flex;
  align-items: center;
  margin-top: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5em;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content {
    margin-top: 4em;
  }
}
.sec-contact .sec-content .content-wrap {
  flex-shrink: 0;
  padding: 0 5rem;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .content-wrap {
    width: min(100%, 40em);
    padding: 0;
  }
}
.sec-contact .sec-content .content-wrap:nth-of-type(1) {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .content-wrap:nth-of-type(1) {
    padding-bottom: 2em;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content .content-wrap:nth-of-type(2) {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .content-wrap:nth-of-type(2) {
    padding-top: 2em;
  }
}
.sec-contact .sec-content .content-link {
  width: 100%;
  padding-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content .content-link {
    width: 24em;
    padding-left: 0;
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .content-link {
    margin-top: 3em;
    width: 20em;
  }
}
.sec-contact .sec-content .content-link .__linkbtn01 {
  width: 100%;
}
.sec-contact .sec-content .content-link .__linkbtn01 a {
  font-size: max(1.25rem, 0.95em);
  justify-content: space-between;
}
.sec-contact .sec-content .content-link .__linkbtn01 a span.__txt {
  width: auto;
}

/* footer
---------------------------------------------------- */
footer {
  color: #fff;
  background-image: url(../images/footer-bgimg.jpg);
  background-size: cover;
}
footer .footer-inner {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
footer .footer-inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.6em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap {
    display: block;
  }
}
footer .footer-inner .flex-wrap .footer-logo {
  width: 250px;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .flex-wrap .footer-logo {
    width: 225px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .footer-logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-logo {
    width: 162.5px;
  }
}
footer .footer-inner .flex-wrap .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .flex-wrap .footer-info {
  margin-top: 2em;
}
footer .footer-inner .flex-wrap .footer-info p {
  line-height: 1.4em;
  margin-top: 0.6em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .footer-info p {
    font-size: 0.95em;
  }
}
footer .footer-inner .flex-wrap .footer-info p a {
  display: inline;
}
footer .footer-inner .flex-wrap .footer-menu ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-menu ul {
    justify-content: flex-start;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-menu ul {
    display: block;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul li a {
  margin: 0 max(1.25rem, 1em);
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .flex-wrap .footer-menu ul li a {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .flex-wrap .footer-menu ul li a {
    margin-left: 0;
    margin-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-menu ul li a {
    margin-top: 1em;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .footer-inner .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-bottom {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom {
    margin-top: 60px;
    align-items: center;
  }
}
footer .footer-inner .footer-bottom .copyright p {
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-bottom .copyright p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom .copyright p {
    font-size: 10px;
  }
}
footer .footer-inner .footer-bottom #pagetop a {
  background: transparent;
  border: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom #pagetop a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-bottom #pagetop a span.__txt {
    width: 10em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom #pagetop a span.__txt {
    width: 8em;
  }
}
footer .footer-inner .footer-bottom #pagetop a span.__arrow::before, footer .footer-inner .footer-bottom #pagetop a span.__arrow::after {
  background-image: url(../images/arrow-pagetop.png);
}
footer .footer-inner .footer-bottom #pagetop a span.__arrow::before {
  transform: translateY(150%);
}
footer .footer-inner .footer-bottom #pagetop a:hover span.__arrow::before, footer .footer-inner .footer-bottom #pagetop a:hover span.__arrow::after {
  transition: all 0.4s ease;
}
footer .footer-inner .footer-bottom #pagetop a:hover span.__arrow::before {
  transform: translateY(0);
}
footer .footer-inner .footer-bottom #pagetop a:hover span.__arrow::after {
  transform: translateY(-150%);
}/*# sourceMappingURL=common.css.map */