@charset "UTF-8";
/* header */
header .headerInner {
  background-color: #fff;
  border-bottom: 2px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  position: fixed;
  padding-left: 42px;
  width: 100%;
  height: 88px;
}
@media screen and (max-width: 767px) {
  header .headerInner {
    padding-left: 15px;
    border-bottom: none;
    height: 62px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media print {
  header .headerInner {
    padding-left: 15px;
    border-bottom: none;
    position: absolute;
  }
}
header .headerInner .headerLogo {
  width: 153px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerLogo {
    width: 123px;
    padding-top: 14px;
  }
}
@media print {
  header .headerInner .headerLogo {
    width: 123px;
    padding-top: 14px;
  }
}
header .headerInner .headerRight {
  display: flex;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight {
    z-index: auto;
  }
}
header .headerInner .headerRight .entryButton,
header .headerInner .headerRight .myButton {
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(-40deg, #a09fff 10%, #a3c9fa 38%, #9deaf6 65%, #94ffe2);
  margin-top: 20px;
  color: #000;
  letter-spacing: 0.05rem;
}
header .headerInner .headerRight .entryButton + .myButton,
header .headerInner .headerRight .myButton + .myButton {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .entryButton,
  header .headerInner .headerRight .myButton {
    width: 64px;
    height: 24px;
    font-size: 10px;
  }
}
@media print {
  header .headerInner .headerRight .entryButton,
  header .headerInner .headerRight .myButton {
    width: 64px;
    height: 24px;
    font-size: 10px;
  }
}
header .headerInner .headerRight .entryButton:hover,
header .headerInner .headerRight .myButton:hover {
  cursor: pointer;
}
@media print {
  header .headerInner .headerRight .entryButton .ipad__hide,
  header .headerInner .headerRight .myButton .ipad__hide {
    display: none;
  }
}
header .headerInner .headerRight .myButton {
  background: none;
}
header .headerInner .headerRight .accodion {
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .accodion {
    margin-left: 8px;
  }
}
@media print {
  header .headerInner .headerRight .accodion {
    margin-left: 8px;
  }
}
header .headerInner .headerRight .accodion .menu .grdBg {
  background: linear-gradient(-40deg, #a09fff 10%, #a3c9fa 38%, #9deaf6 65%, #94ffe2);
}
header .headerInner .headerRight .accodion .menu .sub-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  left: 0;
  padding: 0 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .accodion .menu .sub-menu {
    padding: 0 8px;
    margin-bottom: 14px;
  }
}
@media print {
  header .headerInner .headerRight .accodion .menu .sub-menu {
    padding: 0 8px;
    margin-bottom: 14px;
  }
}
header .headerInner .headerRight .accodion .menu .sub-menu li {
  width: 100%;
}
header .headerInner .headerRight .accodion .menu .sub-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
header .headerInner .headerRight .accodion .menu .sub-menu li a {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: block;
  padding: 5px;
  color: #000;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .accodion .menu .sub-menu li a {
    font-size: 10px;
    padding: 0 5px;
  }
}
@media print {
  header .headerInner .headerRight .accodion .menu .sub-menu li a {
    font-size: 10px;
    padding: 0 5px;
  }
}
header .headerInner .headerRight .accodion .menu .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
header .headerInner .headerRight .accodion .menu li a:hover {
  opacity: 0.6;
}
header .headerInner .headerRight .hunsMenu {
  width: 86px;
  height: 86px;
  background-color: #000;
  margin-left: 17px;
  position: relative;
  z-index: 998;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu {
    width: 60px;
    height: 60px;
    margin-left: 9px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu {
    width: 60px;
    height: 60px;
    margin-left: 9px;
  }
}
header .headerInner .headerRight .hunsMenu::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/hunsBg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
header .headerInner .headerRight .hunsMenu::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(45deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  transition: all 0.3s;
  z-index: -2;
}
header .headerInner .headerRight .hunsMenu:hover {
  cursor: pointer;
}
header .headerInner .headerRight .hunsMenu:hover::after {
  animation: slideInLeft 0.3s forwards;
}
header .headerInner .headerRight .hunsMenu:hover .hunsBorder span {
  animation: hunsHover 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu:hover .hunsBorder span {
    animation: hunsHover_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu:hover .hunsBorder span:nth-child(2) {
  animation: hunsHover02 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu:hover .hunsBorder span:nth-child(2) {
    animation: hunsHover02_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu:hover .hunsBorder span:nth-child(3) {
  animation: hunsHover 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu:hover .hunsBorder span:nth-child(3) {
    animation: hunsHover_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu:not(:hover)::after {
  animation: slideOutRight 0.3s forwards;
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder .batsu1 {
  opacity: 1;
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder .batsu1::before {
  animation: hunsActive 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active .hunsBorder .batsu1::before {
    animation: hunsActive_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder span {
  animation: hunsActive 1s forwards;
  top: 10px !important;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active .hunsBorder span {
    animation: hunsActive_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(1) {
  display: none;
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(2) {
  animation: hunsActive02 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(2) {
    animation: hunsActive02_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(3) {
  right: 0;
  left: auto;
  animation: hunsActive03 1s forwards !important;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active .hunsBorder span:nth-child(3) {
    animation: hunsActive03_sp 1s forwards !important;
  }
}
header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder .batsu1::before {
  animation: hunsHoverActive 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder .batsu1::before {
    animation: hunsHoverActive_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder span {
  animation: hunsHoverActive 1s forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder span {
    animation: hunsHoverActive_sp 1s forwards;
  }
}
header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder span:nth-child(3) {
  animation: hunsHoverActive03 1s forwards !important;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu.active:hover .hunsBorder span:nth-child(3) {
    animation: hunsHoverActive03_sp 1s forwards !important;
  }
}
header .headerInner .headerRight .hunsMenu.active:not(:hover) .hunsBorder .batsu1::before {
  animation: none !important;
}
header .headerInner .headerRight .hunsMenu.active:not(:hover) .hunsBorder span {
  animation: none !important;
}
header .headerInner .headerRight .hunsMenu .hunsBorder {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  width: 40px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(-16deg);
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder {
    top: calc(50% + 5px);
    width: 28px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder {
    width: 28px;
  }
}
header .headerInner .headerRight .hunsMenu .hunsBorder .batsu1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(32deg);
  opacity: 0;
}
header .headerInner .headerRight .hunsMenu .hunsBorder .batsu1::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder .batsu1::before {
    width: 28px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder .batsu1::before {
    width: 28px;
  }
}
header .headerInner .headerRight .hunsMenu .hunsBorder span {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder span {
    width: 28px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder span {
    width: 28px;
  }
}
header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(1) {
  top: 0;
  left: 4px;
}
header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(2) {
  width: 32px;
  top: 11px;
  right: 17%;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(2) {
    width: 22px;
    top: 8px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(2) {
    width: 22px;
    top: 8px;
  }
}
header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(3) {
  top: 20px;
  left: -2px;
}
@media screen and (max-width: 767px) {
  header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(3) {
    top: 16px;
  }
}
@media print {
  header .headerInner .headerRight .hunsMenu .hunsBorder span:nth-child(3) {
    top: 16px;
  }
}
header .headerInner #gNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90vh;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  background-image: url(../images/common/nav_stroke.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 88px;
}
@media screen and (max-height: 800px) {
  header .headerInner #gNav {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav {
    background-image: url(../images/common/nav_stroke_sp.svg);
    height: 100vh;
    padding-top: 76px;
  }
}
header .headerInner #gNav.first {
  display: none;
}
header .headerInner #gNav.close {
  animation: gnavOut 0.3s cubic-bezier(0.55, 0.05, 0.67, 0.19) forwards;
}
header .headerInner #gNav.active {
  display: block;
  animation: gnav 0.3s cubic-bezier(0.55, 0.05, 0.67, 0.19) forwards;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(0deg, #418fde, #418fde 30%, transparent);
    width: 100%;
    height: 100px;
    bottom: 149px;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-height: 750px) {
  header .headerInner #gNav::before {
    bottom: 130px;
  }
}
@media screen and (max-height: 690px) {
  header .headerInner #gNav::before {
    bottom: 110px;
  }
}
@media screen and (max-height: 620px) {
  header .headerInner #gNav::before {
    bottom: 90px;
  }
}
header .headerInner #gNav .navFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-height: 1024px) {
  header .headerInner #gNav .navFlex {
    max-height: 450px;
  }
}
@media screen and (max-height: 800px) {
  header .headerInner #gNav .navFlex {
    max-height: 300px;
  }
}
@media screen and (max-height: 570px) {
  header .headerInner #gNav .navFlex {
    max-height: 270px;
  }
}
@media screen and (max-height: 500px) {
  header .headerInner #gNav .navFlex {
    max-height: 50vh;
  }
}
@media screen and (max-width: 1200px) {
  header .headerInner #gNav .navFlex {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex {
    padding: 0 0 80px 24px;
    max-height: 70vh;
  }
}
header .headerInner #gNav .navFlex .listBox {
  width: 231px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox {
    width: 100%;
    margin-top: 0;
  }
  header .headerInner #gNav .navFlex .listBox + .listBox {
    margin-top: 16px;
  }
}
header .headerInner #gNav .navFlex .listBox .recruitTop {
  border-top: 5px solid rgba(255, 255, 255, 0.3);
  padding-top: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .recruitTop {
    margin-bottom: 25px;
  }
}
header .headerInner #gNav .navFlex .listBox .recruitTop a {
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .recruitTop a {
    font-size: 20px;
  }
}
header .headerInner #gNav .navFlex .listBox .recruitTop a span {
  position: relative;
}
header .headerInner #gNav .navFlex .listBox .recruitTop a span::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header .headerInner #gNav .navFlex .listBox .recruitTop a:hover {
  opacity: 1;
}
header .headerInner #gNav .navFlex .listBox .recruitTop a:hover span::before {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header .headerInner #gNav .navFlex .listBox .navBox + .navBox {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox + .navBox {
    margin-top: 16px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navCate {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navCate {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    line-height: 24px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList {
  border-left: 1px solid #fff;
  padding-left: 11px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList {
    border-left: navajowhite;
    padding-left: 0;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi {
  line-height: 24px;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi + .navi {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList .navi + .navi {
    margin-top: 8px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi.sub {
  margin-left: 1em;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi.sub + .sub {
  margin-top: 12px;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-right: 34px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a {
    display: block;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 5px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a::before {
    right: 24px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a span {
  position: relative;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a span::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a:hover {
  opacity: 1;
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a:hover::before {
  right: -5px;
}
@media screen and (max-width: 767px) {
  header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a:hover::before {
    right: 15px;
  }
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .navi a:hover span::before {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header .headerInner #gNav .navFlex .listBox .navBox .navList .naviTitle {
  color: #fff;
  font-weight: 500;
  opacity: 0.6;
  font-size: 16px;
}
header .headerInner #gNav .navFlex .buttonArea {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header .headerInner #gNav .navFlex .buttonArea {
    margin-right: 24px;
  }
}
header .headerInner #gNav .navFlex .buttonArea .navButton {
  max-width: 330px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: linear-gradient(30deg, #94ffe2, #9deaf6);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  color: #000;
}
@media screen and (max-width: 480px) {
  header .headerInner #gNav .navFlex .buttonArea .navButton {
    max-width: 100%;
  }
}
header .headerInner #gNav .navFlex .buttonArea .navButton + .navButton {
  margin-top: 16px;
  background: linear-gradient(30deg, #a3c9fa, #a09fff);
}

.grayHeadBg {
  background-color: #2C2C2C;
  transition: all 0.5s;
  opacity: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
}
.grayHeadBg.active {
  opacity: 0.5;
  visibility: visible;
}

@keyframes slideInLeft {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes slideOutRight {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes hunsHover {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsHover_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes hunsActive {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsActive_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes hunsHoverActive {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsHoverActive_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes hunsHoverActive03 {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsHoverActive03_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes hunsHover02 {
  50% {
    width: 0;
  }
  100% {
    width: 32px;
  }
}
@keyframes hunsHover02_sp {
  50% {
    width: 0;
  }
  100% {
    width: 22px;
  }
}
@keyframes hunsActive02 {
  50% {
    width: 0;
  }
  100% {
    width: 32px;
  }
}
@keyframes hunsActive02_sp {
  50% {
    width: 0;
  }
  100% {
    width: 22px;
  }
}
@keyframes hunsActive03 {
  50% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes hunsActive03_sp {
  50% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes gnav {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes gnavOut {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}
@media print {
  footer {
    page-break-inside: avoid;
  }
}
footer .blueBg {
  background-image: linear-gradient(20deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  padding: 64px 0 212px;
}
@media screen and (max-width: 767px) {
  footer .blueBg {
    padding: 24px 0 133px;
  }
}
footer .blueBg .buttonFlex {
  display: flex;
  justify-content: space-between;
  max-width: 992px;
  margin: 0 auto 40px;
}
footer .blueBg .buttonFlex .button01 {
  width: 31%;
}
@media screen and (max-width: 767px) {
  footer .blueBg .buttonFlex {
    flex-direction: column;
    width: 100%;
  }
  footer .blueBg .buttonFlex .button01 {
    max-width: 100%;
    width: 100%;
  }
  footer .blueBg .buttonFlex .button01 + .button01 {
    margin-top: 16px;
  }
}
footer .blueBg p {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  footer .blueBg p {
    font-size: 12px;
  }
}
footer .joinArea {
  background: linear-gradient(-150deg, #a09fff 10%, #a3c9fa 38%, #9deaf6 65%, #94ffe2);
  padding: 117px 53px 107px;
  max-width: 992px;
  margin: -145px auto 0;
  position: relative;
  width: 87.2%;
}
@media screen and (max-width: 767px) {
  footer .joinArea {
    padding: 25px 16px 28px;
    margin-top: -110px;
  }
}
footer .joinArea .joinText {
  font-family: "Inter", sans-serif;
  font-size: 160px;
  font-weight: bold;
  color: #fff;
  opacity: 0.24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .joinArea .joinText {
    font-size: 100px;
    line-height: 100px;
  }
}
footer .joinArea .buttonFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .joinArea .buttonFlex {
    flex-direction: column;
    width: 100%;
  }
}
footer .joinArea .buttonFlex .button01 {
  width: 31%;
}
@media screen and (max-width: 767px) {
  footer .joinArea .buttonFlex .button01 {
    max-width: 100%;
    width: 100%;
  }
  footer .joinArea .buttonFlex .button01 + .button01 {
    margin-top: 8px;
  }
}
footer #footer-foot .copyright {
  color: #8E8E93;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  footer #footer-foot .copyright {
    padding: 16px 0;
  }
}

* {
  letter-spacing: 0.05rem;
}

picture source,
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
a img {
  /* IE10以下で出る枠線対策 */
  border-style: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  overflow: hidden;
}

/*  main  */
main {
  padding-top: 86px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
@media print {
  main {
    padding-top: 60px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 992px;
  width: 87.2%;
}

.button01 {
  background-color: #418fde;
  color: #fff;
  display: block;
  padding: 18px;
  padding-right: 46px;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 310px;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .button01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .button01 {
    width: 100%;
    max-width: 100%;
  }
}
.button01:visited {
  color: #fff;
}
.button01.opa {
  background-color: transparent;
  border: 1px solid #fff;
}
.button01.opa::before {
  display: none;
}
.button01.opa:hover {
  background-color: #fff;
  color: #418fde;
}
.button01.opa:hover::after {
  background-image: url(../images/common/arw03.svg);
}
.button01.black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.button01.black::before {
  display: none;
}
.button01.black::after {
  background-image: url(../images/common/arw04.svg);
}
.button01.black:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #418fde;
}
.button01.black:hover::after {
  background-image: url(../images/common/arw03.svg);
}
.button01::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(50deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  border-radius: 50%;
  filter: blur(10px);
  width: 110%;
  height: 390px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}
.button01:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 5px;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
.button01:hover {
  opacity: 1;
}
.button01:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.button01:hover:after {
  right: 10px;
}

/*  second  */
.second {
  padding: 90px 0 0;
}
@media screen and (max-width: 1024px) {
  .second {
    padding: 60px 0 0;
  }
}

#pankuzu {
  background-color: #fff;
  padding: 15px 42px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #pankuzu {
    padding: 18px 24px;
  }
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li a {
  color: #418fde;
}

#page_header {
  background-image: linear-gradient(28deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  position: relative;
  padding: 81px 0;
}
@media screen and (max-width: 767px) {
  #page_header {
    padding: 44px 0;
  }
}
#page_header::before {
  content: "";
  position: absolute;
  width: 566px;
  top: 0;
  bottom: 0;
  right: calc(100% - 49vw);
  background-image: url(../images/common/Titledeco@2x.png);
  background-size: 100% 100%;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #page_header::before {
    width: 306px;
    left: 0;
    right: auto;
  }
}
#page_header h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_header h1 {
    font-size: 25px;
  }
}
#page_header .en {
  font-size: 22px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_header .en {
    font-size: 13px;
  }
}

.w-100 {
  width: 100%;
}

.blueBg {
  background-image: linear-gradient(20deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
}

.subTitleEn {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 22px;
  background: linear-gradient(5deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
  display: inline-block;
  width: max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .subTitleEn {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.subTitleEn.rl {
  writing-mode: vertical-rl;
  background: linear-gradient(-110deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  -webkit-background-clip: text;
}
@media screen and (max-width: 767px) {
  .subTitleEn.rl {
    writing-mode: horizontal-tb;
    background: linear-gradient(5deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
    -webkit-background-clip: text;
  }
}

.subTitle {
  font-weight: 500;
  font-size: 50px;
  line-height: 65px;
}
@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 23px;
    line-height: normal;
  }
}
.subTitle.min3 span::before {
  background-image: url(../images/top/subTitleDeco_3min.svg);
}
.subTitle.rl {
  writing-mode: vertical-rl;
}
.subTitle.rl span::before {
  background-image: url(../images/top/subTitleDeco_rl.svg);
  width: 43px;
  height: 110%;
  top: 0;
  right: -10px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .subTitle.rl span::before {
    background-image: url(../images/top/subTitleDeco.svg);
    width: 110%;
    height: 19px;
    left: 0;
    right: auto;
    bottom: -5px;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .subTitle.rl {
    writing-mode: horizontal-tb;
  }
}
.subTitle span {
  position: relative;
  letter-spacing: 0.7rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .subTitle span {
    letter-spacing: 0.3rem;
  }
}
.subTitle span::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/subTitleDeco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 108%;
  height: 26px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .subTitle span::before {
    bottom: -5px;
    height: 19px;
  }
}

.maruArw {
  background-image: url(../images/common/arw02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .maruArw {
    background-image: url(../images/common/arw02_sp.svg);
    width: 36px;
    height: 36px;
  }
}
.maruArw.hover {
  background-image: url(../images/common/arw02_grd.svg);
}
@media screen and (max-width: 767px) {
  .maruArw.hover {
    background-image: url(../images/common/arw02_grd_sp.svg);
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

@media print {
  .fadein {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show {
    display: none !important;
  }
}
/****************/
/*
改ページ記述例
#section00{
  page-break-before:always;
}
*/
/****************/