header.l-header-v2 {
  width: calc(100% - 80px);
  height: 92px;
  position: fixed;
  top: 40px;
  right: 40px;
  margin: auto;
  z-index: 1000;
  letter-spacing: 0.1em;
  overflow: hidden;
  -webkit-transition: 0.7s opacity ease;
  transition: 0.7s opacity ease;
}
@media screen and (max-width: 1200px) {
  header.l-header-v2 {
    height: 64px;
    top: 20px;
  }
}
@media (max-width: 810px) {
  header.l-header-v2 {
    width: calc(100% - 40px);
    right: 20px;
  }
}
@-webkit-keyframes header-close {
  0% {
    width: calc(100% - 80px);
    height: 92px;
  }
  50% {
    width: calc(100% - 80px);
    height: 60px;
  }
  100% {
    height: 60px;
    width: 60px;
  }
}
@keyframes header-close {
  0% {
    width: calc(100% - 80px);
    height: 92px;
  }
  50% {
    width: calc(100% - 80px);
    height: 60px;
  }
  100% {
    height: 60px;
    width: 60px;
  }
}
@-webkit-keyframes header-open {
  100% {
    width: calc(100% - 80px);
    height: 92px;
  }
  50% {
    width: calc(100% - 80px);
    height: 60px;
  }
  0% {
    height: 60px;
    width: 60px;
  }
}
@keyframes header-open {
  100% {
    width: calc(100% - 80px);
    height: 92px;
  }
  50% {
    width: calc(100% - 80px);
    height: 60px;
  }
  0% {
    height: 60px;
    width: 60px;
  }
}
@-webkit-keyframes header-close2 {
  0% {
    width: calc(100% - 80px);
    height: 64px;
  }
  50% {
    width: calc(100% - 80px);
    height: 64px;
  }
  100% {
    height: 64px;
    width: 64px;
  }
}
@keyframes header-close2 {
  0% {
    width: calc(100% - 80px);
    height: 64px;
  }
  50% {
    width: calc(100% - 80px);
    height: 64px;
  }
  100% {
    height: 64px;
    width: 64px;
  }
}
@-webkit-keyframes header-open2 {
  100% {
    width: calc(100% - 80px);
    height: 64px;
  }
  0% {
    height: 64px;
    width: 64px;
  }
}
@keyframes header-open2 {
  100% {
    width: calc(100% - 80px);
    height: 64px;
  }
  0% {
    height: 64px;
    width: 64px;
  }
}
@-webkit-keyframes header-close3 {
  0% {
    width: calc(100% - 40px);
    height: 64px;
  }
  50% {
    width: calc(100% - 40px);
    height: 48px;
  }
  100% {
    height: 48px;
    width: 48px;
  }
}
@keyframes header-close3 {
  0% {
    width: calc(100% - 40px);
    height: 64px;
  }
  50% {
    width: calc(100% - 40px);
    height: 48px;
  }
  100% {
    height: 48px;
    width: 48px;
  }
}
@-webkit-keyframes header-open3 {
  100% {
    width: calc(100% - 40px);
    height: 64px;
  }
  50% {
    width: calc(100% - 40px);
    height: 48px;
  }
  0% {
    height: 48px;
    width: 48px;
  }
}
@keyframes header-open3 {
  100% {
    width: calc(100% - 40px);
    height: 64px;
  }
  50% {
    width: calc(100% - 40px);
    height: 48px;
  }
  0% {
    height: 48px;
    width: 48px;
  }
}
header.l-header-v2.scroll-down .l-header-v2__inner .l-header-v2__logo {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
header.l-header-v2.scroll-down .l-header-v2__inner .l-header-v2__navi {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 810px) {
  header.l-header-v2.scroll-down .l-hamburger-v2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
header.l-header-v2.is-active .l-header-v2__inner .l-header-v2__logo {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header.l-header-v2.is-active .l-header-v2__inner .l-header-v2__navi {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 810px) {
  header.l-header-v2.is-active .l-hamburger-v2 {
    width: 44px;
    height: 44px;
  }
}
header.l-header-v2.is-active {
  -webkit-animation-name: header-close;
          animation-name: header-close;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 1200px) {
  header.l-header-v2.is-active {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-name: header-close2;
            animation-name: header-close2;
  }
}
@media (max-width: 810px) {
  header.l-header-v2.is-active {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-name: header-close3;
            animation-name: header-close3;
  }
}
@media screen and (min-width: 1201px) {
  header.l-header-v2.is-active .l-hamburger-v2 {
    pointer-events: all;
    -webkit-animation-name: h-slide-in;
            animation-name: h-slide-in;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
@-webkit-keyframes h-slide-in {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes h-slide-in {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
header.l-header-v2.scroll-up .l-header-v2__inner .l-header-v2__logo {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header.l-header-v2.scroll-up .l-header-v2__inner .l-header-v2__navi {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header.l-header-v2.scroll-up:not(.is-active) .l-header-v2__inner .l-header-v2__logo {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
header.l-header-v2.scroll-up:not(.is-active) .l-header-v2__inner .l-header-v2__navi {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
header.l-header-v2.scroll-up:not(.is-active) {
  -webkit-animation-name: header-open;
          animation-name: header-open;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 1200px) {
  header.l-header-v2.scroll-up:not(.is-active) {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-name: header-open2;
            animation-name: header-open2;
  }
}
@media (max-width: 810px) {
  header.l-header-v2.scroll-up:not(.is-active) {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-name: header-open3;
            animation-name: header-open3;
  }
  header.l-header-v2.scroll-up:not(.is-active) .l-hamburger-v2 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (min-width: 1201px) {
  header.l-header-v2.scroll-up:not(.is-active) .l-hamburger-v2 {
    pointer-events: all;
    -webkit-animation-name: h-slide-out;
            animation-name: h-slide-out;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
@-webkit-keyframes h-slide-out {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes h-slide-out {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
header.l-header-v2.hide {
  opacity: 0;
  pointer-events: none;
}
header.l-header-v2.hide .l-hamburger-v2 {
  cursor: default;
}
header.l-header-v2.is-hash {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}
header.l-header-v2 .l-header-v2__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  header.l-header-v2 .l-header-v2__inner {
    padding: 15px;
    position: relative;
  }
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__logo {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 237px;
}
@media screen and (max-width: 1200px) {
  header.l-header-v2 .l-header-v2__inner .l-header-v2__logo {
    width: 158px;
  }
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__logo img {
  width: 100%;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media screen and (max-width: 1200px) {
  header.l-header-v2 .l-header-v2__inner .l-header-v2__navi {
    display: none;
  }
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1250px) {
  header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul {
    gap: 15px;
  }
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul a {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul a:hover {
  opacity: 0.7;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul span {
  display: block;
  text-align: right;
  color: #333;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul span.en {
  font-size: 18px;
  margin-bottom: 10px;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul span.jp {
  font-size: 12px;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul .l-header-v2__contact-button a {
  background: #D39A44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 28px;
  margin: -3px 0 0;
  border-radius: 25px;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul .l-header-v2__contact-button a span {
  color: #fff;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul .l-header-v2__contact-button a span.en {
  font-size: 16px;
  margin-bottom: 6px;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul .l-header-v2__contact-button a:hover {
  opacity: 1;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul .l-header-v2__contact-button a:hover .link-arrow-white {
  background: #D39A44;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul .l-header-v2__contact-button a:hover .link-arrow-white::before {
  right: 8px;
}
header.l-header-v2 .l-header-v2__inner .l-header-v2__navi ul .l-header-v2__contact-button a:hover .link-arrow-white::after {
  right: -8px;
}
header.l-header-v2 .l-header-v2__inner .l-hamburger-v2 {
  position: absolute;
}
@media (max-width: 810px) {
  header.l-header-v2 .l-header-v2__inner .l-hamburger-v2 {
    top: 2px;
    right: 2px;
  }
}
@media (min-width: 851px) {
  header.l-header-v2 .l-header-v2__inner .l-hamburger-v2 {
    top: 0px;
    right: 0px;
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  header.l-header-v2 .l-header-v2__inner .l-hamburger-v2 {
    display: block;
  }
}

.l-hamburger-v2 {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}
@media (max-width: 1200px) {
  .l-hamburger-v2 {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1201px) {
  .l-hamburger-v2 {
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (min-width: 851px) {
  .l-hamburger-v2:hover {
    background: #00A9CA;
  }
  .l-hamburger-v2:hover .l-hamburger__item {
    background: #fff;
  }
}
.l-hamburger-v2.l-hamburger-v2-scroll {
  display: none;
  background: rgba(255, 255, 255, 0.9);
}
.l-hamburger-v2.l-hamburger-v2-scroll:hover {
  background: #00A9CA;
}
.l-hamburger-v2 .l-hamburger__item {
  width: 26px;
  height: 2px;
  background: #00A9CA;
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
}
.l-hamburger-v2 .l-hamburger__item:nth-child(1) {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-hamburger-v2 .l-hamburger__item:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-hamburger-v2 .l-hamburger__item:nth-child(3) {
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 851px) {
  .l-hamburger-v2__cont {
    width: 355px;
  }
}
.l-hamburger-v2__cont {
  border: solid 1px #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  background: #F4F2ED;
  padding: 12px 12px 24px;
  border-radius: 8px;
  right: 0;
  -webkit-transform: translate(104%, 0);
          transform: translate(104%, 0);
  -webkit-transition: right 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  transition: right 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  transition: right 0.3s 0s ease, transform 0.3s 0s ease;
  transition: right 0.3s 0s ease, transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
}
.l-hamburger-v2__cont.active {
  right: 20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 810px) {
  .l-hamburger-v2__cont {
    top: 10px;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(var(--vh, 1vh) * 100 - 20px);
    overflow-y: auto;
  }
}
.l-hamburger-v2__cont .l-hamburger-v2-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.l-hamburger-v2__cont .l-hamburger-v2-close:before {
  content: "";
  position: absolute;
  top: 29px;
  right: 17px;
  width: 26px;
  height: 2px;
  background: #00A9CA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-hamburger-v2__cont .l-hamburger-v2-close:after {
  content: "";
  position: absolute;
  bottom: 29px;
  right: 17px;
  width: 26px;
  height: 2px;
  background: #00A9CA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-hamburger-v2__cont .l-hamburger-v2-close:hover {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list {
  padding: 12px;
}
@media (min-width: 851px) {
  .l-hamburger-v2__cont .l-hamburger-v2__navi-list li {
    width: 290px;
  }
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list li a {
  padding: 20px 0;
  position: relative;
  color: #333;
  display: block;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list li a:hover .link-arrow-blue {
  background: #fff;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list li a:hover .link-arrow-blue::before {
  right: 8px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list li a:hover .link-arrow-blue::after {
  right: -8px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list span {
  display: block;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list .en {
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 5px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list .jp {
  font-size: 14px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list .link-arrow-blue {
  position: absolute;
  top: 50%;
  margin: -11px 0 0;
  right: 0;
  width: 40px;
  height: 22px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list .link-arrow-blue:after {
  top: 7px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list02 {
  padding: 14px 12px 24px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list02 li {
  margin: 0 0 15px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list02 li a {
  display: block;
  position: relative;
  font-size: 14px;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list02 li a::after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  right: 0;
  background: url(../../img/common/icon_triangle01_blue_right.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.l-hamburger-v2__cont .l-hamburger-v2__navi-list02 li a:hover::after {
  right: -10px;
}
.l-hamburger-v2__cont .l-hamburger-v2__contact-button a {
  width: calc(100% - 14px);
  margin: auto;
  background: #D39A44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 28px;
  border-radius: 30px;
}
.l-hamburger-v2__cont .l-hamburger-v2__contact-button a:hover .link-arrow-white {
  background: #D39A44;
}
.l-hamburger-v2__cont .l-hamburger-v2__contact-button a:hover .link-arrow-white::before {
  right: 8px;
}
.l-hamburger-v2__cont .l-hamburger-v2__contact-button a:hover .link-arrow-white::after {
  right: -8px;
}
.l-hamburger-v2__cont .l-hamburger-v2__contact-button a span {
  display: block;
  color: #fff;
}
.l-hamburger-v2__cont .l-hamburger-v2__contact-button a span.en {
  font-size: 24px;
  margin-bottom: 6px;
}
.l-hamburger-v2__cont .l-hamburger-v2__contact-button a span.jp {
  font-size: 14px;
}

footer.l-footer-v2 {
  background: #fff;
  padding: 80px 0 80px;
}
footer.l-footer-v2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(35deg, rgb(33, 151, 155) 0%, rgb(24, 114, 167) 40%, rgb(24, 114, 167) 65%, rgb(42, 167, 197) 100%);
}
footer.l-footer-v2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/common/dots.png) repeat;
}
footer.l-footer-v2::before, footer.l-footer-v2::after {
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
footer.l-footer-v2 > * {
  position: relative;
  z-index: 2;
}
footer.l-footer-v2 .l-footer-v2-sns li a svg path {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
footer.l-footer-v2 .l-footer-v2__contact-tel a {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
footer.l-footer-v2 .l-footer-v2__contact-txt {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
footer.l-footer-v2 .l-footer-v2-line {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
footer.l-footer-v2 .l-footer-v2__navi-list li a span {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 {
  border-top: 1px solid #fff;
}
footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 .l-footer-v2__navi02-list li a {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
footer.l-footer-v2.hide::before, footer.l-footer-v2.hide::after {
  opacity: 1;
}
footer.l-footer-v2.hide .l-footer-v2-line {
  width: calc(100% - 50px) !important;
}
footer.l-footer-v2.hide .l-footer-v2__logo--1 {
  opacity: 0;
}
footer.l-footer-v2.hide .l-footer-v2__logo--2 {
  opacity: 1 !important;
}
footer.l-footer-v2.hide .link-arrow-blue {
  background: #fff;
  border: solid 1px #fff !important;
}
footer.l-footer-v2.hide .link-arrow-blue:hover {
  background: #00A9CA;
}
footer.l-footer-v2.hide .link-arrow-blue::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../../img/common/icon_triangle01_white_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 48px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
footer.l-footer-v2.hide .link-arrow-blue::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../../img/common/icon_triangle01_blue_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
footer.l-footer-v2.hide .l-footer-v2__copy {
  color: #fff;
}
footer.l-footer-v2.hide .l-footer-v2__navi-list li a span {
  color: #fff !important;
}
footer.l-footer-v2.hide .l-footer-v2-03 .l-footer-v2__navi02 {
  border-top: 1px solid #fff;
}
footer.l-footer-v2.hide .l-footer-v2-03 .l-footer-v2__navi02 .l-footer-v2__navi02-list li a {
  color: #fff;
}
@media (max-width: 810px) and (max-width: 810px) {
  footer.l-footer-v2.hide .l-footer-v2-03 .l-footer-v2__navi02 .l-footer-v2__navi02-list li a::after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../../img/common/icon_triangle01_white_right.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: 0;
  }
}
footer.l-footer-v2.hide .l-footer-v2__contact-tel a {
  color: #fff;
}
footer.l-footer-v2.hide .l-footer-v2__contact-txt {
  color: #fff;
}
footer.l-footer-v2.hide .l-footer-v2-sns li a svg path {
  fill: #fff;
}
@media (max-width: 810px) {
  footer.l-footer-v2 {
    padding: 10% 0;
  }
}
footer.l-footer-v2 .l-footer-v2-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-01 {
    display: block;
  }
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn {
    width: 100%;
  }
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a {
  background: #D39A44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 28px;
  border-radius: 25px;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a {
    width: 100%;
  }
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a span {
  display: block;
  color: #fff;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a span.en {
  font-size: 16px;
  margin-bottom: 6px;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a span.jp {
  font-size: 12px;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a:hover {
  opacity: 1;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a:hover .link-arrow-white {
  background: #D39A44;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a:hover .link-arrow-white::before {
  right: 8px;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-btn a:hover .link-arrow-white::after {
  right: -8px;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-tel {
  font-size: 32px;
  margin: 28px 0 14px;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-contact .l-footer-v2__contact-txt {
  font-size: 14px;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-sns {
    margin: 8% 0 0;
  }
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-sns a {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
footer.l-footer-v2 .l-footer-v2-01 .l-footer-v2-sns a:hover {
  opacity: 0.7;
}
footer.l-footer-v2 .l-footer-v2-scrolltop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 250px 0 75px;
  position: relative;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-scrolltop {
    padding: 25% 0;
  }
}
footer.l-footer-v2 .l-footer-v2-scrolltop .l-footer-v2-line {
  width: 0%;
  height: 1px;
  background: #FFF;
}
footer.l-footer-v2 .l-footer-v2-scrolltop .link-arrow-blue {
  position: absolute;
  right: 0;
  bottom: 65px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-scrolltop .link-arrow-blue {
    bottom: 73px;
  }
}
footer.l-footer-v2 .l-footer-v2-scrolltop a:hover {
  background: #fff;
}
footer.l-footer-v2 .l-footer-v2-scrolltop a:hover::before {
  right: 8px;
}
footer.l-footer-v2 .l-footer-v2-scrolltop a:hover::after {
  right: -8px;
}
footer.l-footer-v2 .l-footer-v2-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-02 {
    display: block;
  }
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__logo-wrap {
  position: relative;
  width: 319px;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__logo-wrap {
    width: 70%;
    margin: 0 0 8%;
  }
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__logo {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__logo--1 {
  z-index: 1;
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__logo--2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list li {
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list li {
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list a {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  display: block;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list a {
    padding: 5% 0;
  }
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list a:hover {
  opacity: 0.7;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list a:hover {
    opacity: 1;
  }
  footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list a:hover .link-arrow-blue {
    background: #fff;
  }
  footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list a:hover .link-arrow-blue::before {
    right: 8px;
  }
  footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list a:hover .link-arrow-blue::after {
    right: -8px;
  }
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list span {
  display: block;
  text-align: right;
  color: #333;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list span {
    text-align: left;
  }
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list span.en {
  font-size: 18px;
  margin-bottom: 10px;
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list span.jp {
  font-size: 12px;
}
footer.l-footer-v2 .l-footer-v2-02 .l-footer-v2__navi .l-footer-v2__navi-list .link-arrow-blue {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer.l-footer-v2 .l-footer-v2-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-03 {
    display: block;
  }
}
footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__copy {
  font-size: 14px;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__copy {
    margin: 20% 0 0;
  }
}
footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 {
  padding: 28px 0 0;
  border-top: 1px solid #333;
  margin: 10px 0 0;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 {
    border-top: none;
    padding: 6% 0 0;
    margin: 0;
  }
}
footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 .l-footer-v2__navi02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 .l-footer-v2__navi02-list {
    display: block;
  }
  footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 .l-footer-v2__navi02-list li {
    position: relative;
    margin: 0 0 3%;
  }
}
footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 a {
  font-size: 12px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 a:hover {
  opacity: 0.7;
}
@media (max-width: 810px) {
  footer.l-footer-v2 .l-footer-v2-03 .l-footer-v2__navi02 a::after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../../img/common/icon_triangle01_blue_right.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: 0;
  }
}

.top_v2_sec-btn {
  display: inline-block;
}
@media (max-width: 810px) {
  .top_v2_sec-btn {
    text-align: left;
    width: 100%;
  }
}
.top_v2_sec-btn a {
  background: #fff;
  padding: 16px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  border-radius: 35px;
}
@media (max-width: 810px) {
  .top_v2_sec-btn a {
    padding: 12px 28px;
  }
}
.top_v2_sec-btn a .link-arrow__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
.top_v2_sec-btn a:hover .link-arrow-blue {
  background: #fff;
}
.top_v2_sec-btn a:hover .link-arrow-blue::before {
  right: 8px;
}
.top_v2_sec-btn a:hover .link-arrow-blue::after {
  right: -8px;
}

.link-arrow-white {
  width: 48px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  position: relative;
  display: block;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.link-arrow-white::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../../img/common/icon_triangle04_white_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 48px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.link-arrow-white::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../img/icon_triangle04_gold_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.link-arrow-blue {
  width: 48px;
  height: 24px;
  border-radius: 12px;
  background: #00A9CA;
  position: relative;
  display: block;
  border: 1px solid #00A9CA;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.link-arrow-blue::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../../img/common/icon_triangle01_blue_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 48px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.link-arrow-blue::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../../img/common/icon_triangle04_white_right.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.outlink-arrow-blue {
  width: 48px;
  height: 24px;
  border-radius: 12px;
  background: #00A9CA;
  position: relative;
  display: block;
  border: 1px solid #00A9CA;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.outlink-arrow-blue::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../../ui_v2/img/icon_outlink_blue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.outlink-arrow-blue::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../../ui_v2/img/icon_outlink_white.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 7px;
  right: 8px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.top_v2_sec-head {
  text-align: center;
}
.top_v2_sec-head .top_v2_sec-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 18px;
  margin: 0 auto;
}
.top_v2_sec-head .top_v2_sec-ttl {
  font-size: 20px;
  margin-top: 20px;
  color: #00A9CA;
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
@media (max-width: 810px) {
  .top_v2_sec-head .top_v2_sec-ttl {
    margin-top: 30px;
    padding: 5px 15px;
    line-height: 1.5;
  }
}
.top_v2_sec-head .top_v2_sec-subttl {
  font-size: 28px;
  color: #fff;
  margin: 32px 0 0;
}
@media screen and (max-width: 900px) {
  .top_v2_sec-head .top_v2_sec-subttl {
    font-size: 24px;
  }
}
@media (max-width: 810px) {
  .top_v2_sec-head .top_v2_sec-subttl {
    line-height: 1.6;
  }
}
@media (max-width: 375px) {
  .top_v2_sec-head .top_v2_sec-subttl {
    font-size: 22px;
  }
}
.top_v2_sec-head .top_v2_sec-txt {
  font-size: 16px;
  line-height: 2.8;
  color: #fff;
  margin: 50px 0 0;
}
@media (max-width: 810px) {
  .top_v2_sec-head .top_v2_sec-txt {
    margin: 20px 0 0;
    line-height: 2;
    text-align: left;
    text-align: justify;
  }
}
.top_v2_sec-head .top_v2_sec-txt .top_v2_sec-rp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .top_v2_sec-head .top_v2_sec-txt .top_v2_sec-rp {
    display: block;
  }
}
@media (max-width: 810px) {
  .top_v2_sec-head .top_v2_sec-txt .top_v2_sec-rp {
    display: none;
  }
}

.top_v2_sec_line {
  width: 2px;
  height: 120px;
  background: #fff;
  margin: 0 auto;
  margin: 120px auto;
}

.top_v2_sec-head02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin: 120px auto 0;
}
@media screen and (max-width: 1100px) {
  .top_v2_sec-head02 {
    display: block;
  }
}
.top_v2_sec-head02 .top_v2_sec-head02-ttl {
  font-family: "Source Sans 3", sans-serif;
  font-size: 108px;
  font-weight: 300;
}
@media (max-width: 810px) {
  .top_v2_sec-head02 .top_v2_sec-head02-ttl {
    font-size: 72px;
  }
}
.top_v2_sec-head02 .top_v2_sec-head02-subttl {
  font-size: 20px;
  margin: 20px 0 0;
}
@media (max-width: 810px) {
  .top_v2_sec-head02 .top_v2_sec-head02-subttl {
    margin: 2% 0 0;
  }
}
.top_v2_sec-head02 .top_v2_sec-head02-txt {
  text-align: right;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .top_v2_sec-head02 .top_v2_sec-head02-txt {
    text-align: justify;
    margin: 40px 0 0;
  }
}
@media (max-width: 810px) {
  .top_v2_sec-head02 .top_v2_sec-head02-txt {
    margin: 8% 0 0;
  }
}
.top_v2_sec-head02 .top_v2_sec-head02-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin: 40px 0 0;
}
@media screen and (max-width: 1100px) {
  .top_v2_sec-head02 .top_v2_sec-head02-btn {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 810px) {
  .top_v2_sec-head02 .top_v2_sec-head02-btn {
    margin: 8% 0 0;
    width: 100%;
  }
}
.top_v2_sec-head02 .top_v2_sec-head02-btn a {
  background: #F4F2ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  padding: 15px 20px;
  border-radius: 30px;
  gap: 15px;
}
@media (max-width: 810px) {
  .top_v2_sec-head02 .top_v2_sec-head02-btn a {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_v2_sec-head02 .top_v2_sec-head02-btn a .link-arrow-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_v2_sec-head02 .top_v2_sec-head02-btn a .note {
  width: 110px;
  margin: 0 15px 0 0;
}
.top_v2_sec-head02 .top_v2_sec-head02-btn a:hover .link-arrow-blue {
  background: #fff;
}
.top_v2_sec-head02 .top_v2_sec-head02-btn a:hover .link-arrow-blue::before {
  right: 8px;
}
.top_v2_sec-head02 .top_v2_sec-head02-btn a:hover .link-arrow-blue::after {
  right: -8px;
}

.top_v2_sec-head03 .top_v2_sec-head03-ttl {
  font-family: "Source Sans 3", sans-serif;
  font-size: 68px;
  font-weight: 300;
}
.top_v2_sec-head03 .top_v2_sec-head03-subttl {
  font-size: 20px;
  margin: 20px 0 0;
}
.top_v2_sec-head03 .top_v2_sec-head03-txt {
  line-height: 1.8;
  margin: 40px 0 0;
}

@media (max-width: 810px) {
  .cont-pc {
    display: none !important;
  }
}

.cont-sp {
  display: none !important;
}
@media (max-width: 810px) {
  .cont-sp {
    display: block !important;
  }
}

.c-bottom-link01-v2 {
  padding: 120px 0 120px;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 810px) {
  .c-bottom-link01-v2 {
    padding: 0;
  }
}
.c-bottom-link01-v2 .c-inner1280 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 810px) {
  .c-bottom-link01-v2 .c-inner1280 {
    display: block;
  }
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item {
  width: 48%;
}
@media (max-width: 810px) {
  .c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item {
    width: 100%;
    padding: 0 0 13%;
    display: block;
  }
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item a:hover .top_v2_sec10-img img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item a:hover .link-arrow-blue {
  background: #fff;
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item a:hover .link-arrow-blue::before {
  right: 8px;
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item a:hover .link-arrow-blue::after {
  right: -8px;
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item span {
  display: block;
  line-height: 1.8;
}
@media (max-width: 810px) {
  .c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item span {
    line-height: 2;
  }
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item .c-bottom-link01-v2-en {
  font-family: "Source Sans 3", sans-serif;
  font-size: 44px;
  font-weight: 300;
  margin: 0 0 -0.5em 0.5em;
  position: relative;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item .c-bottom-link01-v2-en {
    font-size: 32px;
  }
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item .c-bottom-link01-v2-img {
  position: relative;
  overflow: hidden;
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item .c-bottom-link01-v2-img img {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item .c-bottom-link01-v2-ttl {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 20px;
}
@media (max-width: 810px) {
  .c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item .c-bottom-link01-v2-ttl {
    font-size: 20px;
    margin: 5% 0 3.5%;
  }
}
.c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item .link-arrow-blue {
  margin: 40px 0 0;
}
@media (max-width: 810px) {
  .c-bottom-link01-v2 .c-inner1280 .c-bottom-link01-v2-item .link-arrow-blue {
    margin: 8% 0 0;
  }
}
/*# sourceMappingURL=ui_v2.css.map */