@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");
/* header */
.logo {
  width: 200px;
}
.smmlogoImg {
  max-width: 240px;
}
body.open {
  overflow: hidden;
}

#top-head {
  position: relative;
  width: 100%;
  height: px;
  padding: 0;
}
#top-head.top {
  width: 100%;
  height: auto;
  top: -100px;
  position: absolute;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 100;
}
#top-head.top #global-nav {
  padding: 0;
  /* padding-top: 36px; */
}

#page-qa #top-head,
#page-campany #top-head,
#page-shindan #top-head,
#page-privacy #top-head,
#page-dl #top-head {
  position: absolute;
}

#top-head a,
#top-head {
  color: #002299;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
 #top-head span.sp_logo {
    /* display: none; */
  }
}


#top-head .GsapMenu .menu ul li a {
  text-decoration: none;
  color: #667088;
}

#top-head .inner {
  position: relative;
  height: 100%;
}
.header_bgw {
  background-color: #fff;
}

#top-head .logo {
  font-size: 36px;
}

.logoBgBlue {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 300px;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .logoBgBlue {
    top: 30px;
  }
}

.logoBgBlue a {
  width: 180px;
}
.logoBgBlue a img{
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .logoBgBlue a img {
    width: 130px;
  }
}

@media screen and (max-width: 480px) {
  .logoBgBlue a {
    margin-bottom: 0;
    top: 30px;
  }
}

#top-head .contentsNV li a {
  color: #002298;
}

#global-nav.page_plan{
    height: 80px;
}

#global-nav.page_plan_v{
    height: 80px;
}

#global-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 34px 0 29px;
  /* ここでヘッダーメニューを調整 */
  height: 50px;
}

#global-nav ul {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 612px;
  margin-right: 110px;
  margin-left: auto;
  line-height: initial;
}
#global-nav ul li {
  width: 12.4vw;
  min-width: 170px;
  text-align: center;
}
#global-nav ul li a {
  transition: color 0.3s;
}
#global-nav ul li.sub-navi {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  width: 180px;
  padding: 0;
}
#global-nav ul li.sub-navi .sub-navi-menu {
  display: none;
  opacity: 0;
  flex-flow: column;
  width: 257px;
  height: auto;
  margin: 15px 0 0 0;
  line-height: 1.2;
  opacity: 1;
  position: absolute;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}
#global-nav ul li.sub-navi .sub-navi-menu a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 64px;
  background: #ffffff;
  transition: background 0.5s;
}
#global-nav ul li.sub-navi .sub-navi-menu a span {
  font-size: 14px;
  display: block;
}
#global-nav ul li.sub-navi .sub-navi-menu a.plan-k {
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 5px;
}
#global-nav ul li.sub-navi .sub-navi-menu a.plan-k:hover {
  color: #ffffff;
  background: rgb(0, 34, 153);
}
#global-nav ul li.sub-navi .sub-navi-menu a.plan-13 {
  border-radius: 0px 0px 12px 12px;
}
#global-nav ul li.sub-navi .sub-navi-menu a.plan-13:hover {
  color: #ffffff;
  background-color: rgb(255, 85, 0);
}
#global-nav ul li.sub-navi .sub-navi-menu.active {
  display: flex;
}
#global-nav ul li.sub-navi.active .sub-navi-menu {
  display: flex;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* Header */
/* GSAP MENU */
#top-toggle {
  width: 90px;
  height: 90px;
  background-color: #FF5500;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
  z-index: 999;
}
@media screen and (max-width: 480px) {
  #top-toggle {
    width: 65px;
    height: 65px;
    filter: none;
  }
}

#top-toggle span {
  display: block;
  width: 36px;
  height: 4px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 8px;
}

.barres {
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 120;
}
@media screen and (max-width: 480px) {
  .barres {
    width: 65px;
    height: 65px;
  }
}

.hamburger {
  width: 36px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  .hamburger {
    width: 26px;
    height: 3px;
  }
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 4px;
  background: #fff;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .hamburger::before,
  .hamburger::after {
    width: 26px;
    height: 3px;
  }
}

.hamburger::before {
  top: -10px;
}

.hamburger::after {
  top: 10px;
}

/* MENU */
/* header .menu {
  position: fixed;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100vh;
  top: -120%;
  z-index: 900;
  opacity: 0;
}
header .menu.open {
  top: -100vh;
}

.GsapMenu .menu.open {
  top: 0 !important;
  opacity: 1 !important;
} */

/* 初期状態 */
.menu {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 900;
  transition: top 0.6s ease, opacity 0.6s ease;
}



/* ✅ 表示時の状態（JSがopenクラスを付与） */
.menu.open {
  top: 0;
  opacity: 1;
}




header .copyright {
  min-width: 200px !important;
  margin: 0 auto;
  padding: 20px 0 0 20px;
  text-align: right;
  background-image: url(../images/smMiraiLogoBlack.svg);
  background-position: right;
  background-size: 200px 30px;
  background-repeat: no-repeat;
  font-size: 12px;
  height: 30px;
  opacity: 0.8;
}

header .menu ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
}

/* Animation Barres */
.barres.active .hamburger {
  background: transparent;
}

.barres.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.barres.active .hamburger::after {
  top: 0;
  transform: rotate(135deg);
}

@media screen and (max-width: 1140px) {
  #top-head {
    top: 0;
    /* position: fixed;
    margin-top: 0;
    z-index: 9999; */
  }
  #global-nav ul {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    width: 150px;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    height: 0px;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    transform: translateY(556px);
  }
  header .menu {
    padding: 0 20px;
  }
  header .menu ul {
    width: 80%;
    transform: translateX(-50%);
  }
  header .menu .footerKinds {
    max-height: 72vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  header .menu .footerMenu {
    margin: 0 auto 10px;
  }
}
/* CVfixed */
.CVfixed {
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 99;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: 90px;
}
.CVfixed a {
  width: 70px;
  height: 150px;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: -5px 7px 20px 5px rgba(0, 0, 0, 0.24);
  margin-bottom: 10px;
}
.CVfixed a:hover {
  width: 90px;
  padding-right: 20px;
}
.CVfixed a .CVfixedChild {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
}
.CVfixed a .CVfixedChild.redcol {
  color: #FF5500;
}
.CVfixed a .CVfixedChild.yellowcol {
  color: #FF9600;
}
.CVfixed a .CVfixedChild.greencol {
  color: #00CACA;
}
.CVfixed a .CVfixedChild .left-border {
  width: 6px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.CVfixed a .CVfixedChild .left-border.redcol {
  background-color: #FF5500;
}
.CVfixed a .CVfixedChild .left-border.yellowcol {
  background-color: #FF9600;
}
.CVfixed a .CVfixedChild .left-border.greencol {
  background-color: #00CACA;
}

.replaceimg_sp,
.sp {
  display: none !important;
}

@media screen and (max-width: 520px) {
  .CVfixed {
    position: fixed;
    right: 0;
    bottom: 0px;
    top: inherit;
    width: 100%;
    z-index: 98;
    display: grid;
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    height: 60px;
  }
  .CVfixed a {
    width: 100%;
    height: 60px;
    box-shadow: none;
  }
  .CVfixed a:hover {
    width: 100%;
    padding: 0;
  }
  .CVfixed a.greencol-btn {
    display: none;
  }
  .CVfixed a .CVfixedChild {
    width: 100%;
    height: 60px;
    font-size: 16px;
    writing-mode: horizontal-tb;
    -ms-box-shadow: none;
    box-shadow: none;
    padding-top: 6px;
  }
  .CVfixed a .CVfixedChild .left-border {
    height: 6px;
    width: 100%;
  }
}
/* Footer */
.footer {
  min-height: 690px;
  background-color: #fff !important;
}
@media screen and (max-width: 480px) {
  .footer {
    display: none;
  }
}

.footerKinds {
  max-width: 1098px;
  width: 100%;
  margin: 24px auto 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 0.68fr;
  gap: 0 40px;
}

.pb_100{
  padding-bottom: 100px;
}
.footerKindsChild {
  font-weight: 500;
  margin-bottom: 48px;
  letter-spacing: 0.04em;
}

.footerKindsChild dt {
  font-weight: bold;
  font-size: 20px;
  padding: 24px 0;
  color: #002299;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: Arial, "Noto Sans JP";
}
.footerKindsChild dt.menu-ttl:hover {
  color: #002299;
  cursor: default;
}

.footerKindsChild dt:hover {
  color: #FF5500;
}

.footerKindsChild dd {
  padding: 12px 0;
  color: #667088;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.625;
}

.footerKindsChild dd::before {
  content: "ー";
  font-weight: 400;
  display: inline-block;
  padding-right: 8px;
}

.footerKindsChild dd:hover {
  color: #FF5500;
  transform: translateX(6px);
}
.footer_bottom{
display: flex;
justify-content: center;
transform: none !important;
}

.footerMenu {
  font-size: 14px;
  letter-spacing: 0.04em;
  display: flex;
  width: 100%;
  max-width: 1098px;
  margin: 0 auto 42px auto;
  padding-top: 42px;
  border-top: 1px solid #ccc;
}

.footerMenu li {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
.footerMenu li a {
  font-weight: 500;
}
.footerMenu li a:hover {
  color: #FF5500 !important;
}

.sp {
  display: none;
}

.mypage-btn {
  display: none;
}

/* FooterSP */
@media screen and (max-width: 520px) {
  .footer {
    padding: 60px 24px;
  }
  .footerMenu {
    flex-wrap: wrap;
    gap: 12px;
  }
  header .menu {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 60px;
  }
  header .menu .footerKinds {
    width: 100%;
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    max-height: -moz-fit-content;
    max-height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.1fr 0.68fr 0.68fr;
    gap: 0 24px;
  }
  header .menu .footerKindsChild dd {
    font-size: 12px;
    line-height: 1.5;
  }
  header .menu .copyright {
    margin: 0 auto;
    width: 100%;
    margin-left: auto;
  }
  header .menu ul.footerMenu {
    position: relative !important;
    width: 100%;
    height: auto;
    padding: 20px 0 15px;
    transform: none !important;
  }
  .menu ul.footerMenu {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
}

  header .menu ul.footerMenu li {
    min-width: 55px;
  }
  .mypage-btn {
    width: 170px;
    height: 45px;
    line-height: normal;
    background: #ffffff;
    border: 1px solid #00CACA;
    border-radius: 23px;
    color: #00CACA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .mypage-btn a {
    color: #00CACA !important;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
  }
}
#page-top {
  display: none;
  transition: all 0.3s;
}
#page-top.podition {
  position: sticky;
}
#page-top .pagetop {
  width: 75px;
  height: 75px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background-color: rgba(16, 36, 156, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 800;
}

.menu ul.footerMenu {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
}



@media screen and (max-width: 480px) {
  #page-top .pagetop {
    display: none;
  }
}



#page-top .pagetop__arrow {
  height: 14px;
  width: 14px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}/*# sourceMappingURL=header.css.map */