@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

input, select {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input, label, select, option {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  input, label, select, option {
    font-size: 16px;
    line-height: 24px;
  }
}

.responsive-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .img-pc {
    display: none;
  }
}
.img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .img-sp {
    display: block;
  }
}

.link-opacity {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.link-opacity:hover {
  opacity: 0.7;
}

.section-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .section-main .main-wrapper {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section-main .main-wrapper {
    padding: 0 13px;
  }
}

.header {
  max-width: 100vw;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
.header-wrapper_main {
  height: 60px;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .header-wrapper_main {
    height: 38px;
  }
}
.header-wrapper_sub {
  height: 50px;
  background: transparent -o-linear-gradient(191deg, #EF65F6 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(259deg, #EF65F6 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .header-wrapper_sub {
    height: 46px;
  }
}
.header-inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  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;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .header-inner {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 15px;
  }
}
.header-logo_link {
  display: inline-block;
}
.header-title {
  max-width: 156px;
  margin: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .header-title {
    max-width: 111px;
  }
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header-container {
    display: none;
  }
}
.header-btn {
  height: 34px;
}
.header-btn + .header-btn {
  margin-left: 17px;
}
.header-btn_pic {
  max-width: 21px;
  margin-right: 11px;
  position: relative;
}
.header-btn_img_show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-btn_img_hide {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-btn_linkText {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 500;
  background-image: -o-linear-gradient(45deg, #FFFFFF 0%, #EE64F5 6%, #6AABFB 100%);
  background-image: linear-gradient(45deg, #FFFFFF 0%, #EE64F5 6%, #6AABFB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .header-btn_linkText {
    font-size: 16px;
    line-height: 16px;
  }
}
.header-btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #B287F9;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-btn_link:hover {
  background-color: #6AABFB;
  border: 1px solid #6AABFB;
}
.header-btn_link:hover .header-btn_linkText {
  background-image: -o-linear-gradient(45deg, #FFFFFF 0%, #FFFFFF 6%, #FFFFFF 100%);
  background-image: linear-gradient(45deg, #FFFFFF 0%, #FFFFFF 6%, #FFFFFF 100%);
}
.header-btn_link:hover .header-btn_img_show {
  opacity: 0;
  visibility: hidden;
}
.header-btn_link:hover .header-btn_img_hide {
  opacity: 1;
  visibility: visible;
}
.header-nav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-item + .header-item {
  margin-left: 20px;
}
.header-item_link {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .header-item_link {
    font-size: 12px;
    line-height: 18px;
  }
}
.header-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-hamburger {
    display: block;
  }
}
.header-hamburger .hamburger-wrapper {
  max-width: 20px;
  width: 100%;
}
.header-hamburger .hamburger-icon.open span {
  height: 1.5px;
}
.header-hamburger .hamburger-icon.open span:first-child {
  width: 15px;
  -webkit-transform: translateY(4.5px) rotate(45deg);
  -ms-transform: translateY(4.5px) rotate(45deg);
  transform: translateY(4.5px) rotate(45deg);
}
.header-hamburger .hamburger-icon.open span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.header-hamburger .hamburger-icon.open span:last-child {
  width: 15px;
  -webkit-transform: translateY(-4.5px) rotate(-45deg);
  -ms-transform: translateY(-4.5px) rotate(-45deg);
  transform: translateY(-4.5px) rotate(-45deg);
}
.header-hamburger .hamburger-text {
  margin-bottom: 3px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 7px;
  line-height: 12px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .header-hamburger .hamburger-text {
    font-size: 7px;
    line-height: 12px;
  }
}
.header-hamburger .hamburger-btn {
  width: 100%;
  height: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-hamburger .hamburger-btn span {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  visibility: visible;
  opacity: 1;
}
.header-menu {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .header-menu {
    display: block;
  }
}
.header-menu .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu .menu-btn {
  height: 100%;
}
.header-menu .menu-btn:last-child {
  margin-left: 24px;
  padding-left: 20px;
  border-left: 1px solid #FFFFFF;
}
.header-menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu .menu-pic {
  max-width: 25px;
  margin-right: 13px;
}
.header-menu .menu-linkText {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .header-menu .menu-linkText {
    font-size: 14px;
    line-height: 18px;
  }
}
.header-menu .menu-linkText br {
  display: none;
}
@media screen and (max-width: 575px) {
  .header-menu .menu-linkText br {
    display: block;
  }
}
.header .hamburger-menu {
  display: none;
  padding: 19px 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F8;
  opacity: 0.91;
  position: fixed;
  top: 38px;
  right: -212px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .header .hamburger-menu {
    display: block;
  }
}
.header .hamburger-menu.show {
  right: 0;
}
.header .hamburger-item_link {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
  font-weight: medium;
}
@media screen and (max-width: 767px) {
  .header .hamburger-item_link {
    font-size: 16px;
    line-height: 29px;
  }
}

main {
  margin-top: -3px;
}

.main-routes .routes-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .main-routes .routes-text {
    font-size: 11px;
    line-height: 15px;
  }
}
.main-wrapper .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-top: 30px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .main-wrapper .breadcrumb {
    font-size: 11px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper .breadcrumb {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
.main-wrapper .breadcrumb span {
  color: #000000;
  margin-right: 5px;
}
.main-wrapper .breadcrumb span ~ span {
  margin-left: 5px;
}
.main-wrapper .breadcrumb a {
  -webkit-text-decoration: #000000 underline;
  text-decoration: #000000 underline;
}
.main-wrapper .breadcrumb a:hover {
  opacity: 0.7;
}

.footer {
  width: 100%;
}
.footer-wrapper {
  width: 100%;
  padding-top: 105px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#51495D), color-stop(32%, #2F2B36), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #51495D 0%, #2F2B36 32%, #000000 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #51495D 0%, #2F2B36 32%, #000000 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    padding-top: 51px;
  }
}
.footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1400px) {
  .footer-inner {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 0 40px;
  }
}
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 79px;
  }
}
.footer-link {
  display: inline-block;
}
.footer-linkText {
  color: #FFFFFF;
}
.footer-info {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .footer-info {
    margin-bottom: 22.5px;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;
  }
}
.footer-pic {
  max-width: 230px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .footer-pic {
    max-width: 211px;
    margin-bottom: 10px;
  }
}
.footer-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-text {
    font-size: 14px;
    line-height: 23px;
  }
}
.footer-mainNav .mainNav-item_link {
  display: inline-block;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .footer-mainNav .mainNav-item_link {
    font-size: 16px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .footer-mainNav .mainNav-item_link {
    width: 100%;
  }
}
.footer-mainNav .mainNav-item_main {
  margin-bottom: 5px;
}
.footer-mainNav .mainNav-item_first {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .footer-mainNav .mainNav-item_first {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer-mainNav .mainNav-item_sub {
    display: none;
  }
}
.footer-mainNav .mainNav-item_sub .mainNav-item_link {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer-mainNav .mainNav-item_sub .mainNav-item_link {
    font-size: 12px;
    line-height: 25px;
  }
}
.footer-mainNav .mainNav-item_last {
  margin-bottom: 50px;
}
.footer-mainNav .mainNav-item_arrow {
  display: none;
  width: 10px;
  height: 10px;
  position: relative;
  top: 7px;
  right: 7px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-mainNav .mainNav-item_arrow.show {
  -webkit-transform: rotate(315deg) translate(-50%, 50%);
  -ms-transform: rotate(315deg) translate(-50%, 50%);
  transform: rotate(315deg) translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .footer-mainNav .mainNav-item_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
}
.footer-mainNav .mainNav-item_arrow::before {
  content: "";
  height: 1.5px;
  background: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.footer-mainNav .mainNav-item_arrow::after {
  content: "";
  width: 1.5px;
  background: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.footer-mainNav .mainNav-item_wrapper .mainNav-innerNav {
  display: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media screen and (max-width: 767px) {
  .footer-mainNav .mainNav-item_wrapper .mainNav-innerNav {
    display: block;
  }
}
.footer-mainNav .mainNav-item_wrapper .mainNav-innerNav .innerNav-item_link {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer-mainNav .mainNav-item_wrapper .mainNav-innerNav .innerNav-item_link {
    font-size: 12px;
    line-height: 25px;
  }
}
.footer-mainNav .mainNav-item_wrapper .mainNav-innerNav .innerNav-item_link br {
  display: none;
}
@media screen and (max-width: 575px) {
  .footer-mainNav .mainNav-item_wrapper .mainNav-innerNav .innerNav-item_link br {
    display: block;
  }
}
.footer-subNav {
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .footer-subNav {
    padding-bottom: 27px;
  }
}
.footer-subNav .subNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-subNav .subNav-item + .subNav-item {
  margin-left: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .footer-subNav .subNav-item + .subNav-item {
    margin-left: 8px;
  }
}
.footer-subNav .subNav-item:nth-of-type(n+2) .subNav-item_link {
  padding-left: 16px;
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer-subNav .subNav-item:nth-of-type(n+2) .subNav-item_link {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .footer-subNav .subNav-item:nth-of-type(n+2) .subNav-item_link {
    border-left: none;
  }
}
.footer-subNav .subNav-item_link {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer-subNav .subNav-item_link {
    font-size: 12px;
    line-height: 25px;
  }
}
.footer-copyright .copyright-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1400px) {
  .footer-copyright .copyright-wrapper {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .footer-copyright .copyright-wrapper {
    padding: 0 15px;
  }
}
.footer-copyright .copyright-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copyright .copyright-text {
    font-size: 14px;
    line-height: 21px;
  }
}
.footer-copyright .copyright-text br {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-copyright .copyright-text br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-copyright .copyright-text span {
    display: none;
  }
}

.home-btn {
  max-width: 392px;
  width: 100%;
  height: 47px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-btn {
    max-width: 295px;
    height: 30px;
  }
}
.home-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .home-link {
    padding: 4px 0;
  }
}
.home-link:hover {
  background: transparent;
}
.home-link_wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent -o-linear-gradient(359deg, #EF65F6 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(91deg, #EF65F6 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 3;
}
.home-link::after {
  content: "";
  border-radius: 28px;
  background: transparent -o-linear-gradient(172deg, #5245B4 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(278deg, #5245B4 0%, #6AABFB 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-link:hover .home-link_wrapper {
  background: transparent;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.home-linkText {
  margin-right: 25px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 45px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home-linkText {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .home-linkText {
    margin-right: 22px;
  }
}
.home-arrow {
  width: 9px;
  height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: rotate(45deg) translateX(50%);
  -ms-transform: rotate(45deg) translateX(50%);
  transform: rotate(45deg) translateX(50%);
}
.home-arrow::before {
  content: "";
  height: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
}
.home-arrow::after {
  content: "";
  width: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}

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