@charset "UTF-8";a
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  color: #333; }

body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  /*font-weight: 500;*/
　font-weight: bold;
  box-sizing: border-box;
  line-height: 1.8; }
  @media (max-width: 979px) {
    body.fixed {
      width: 100%;
      height: 100%;
      position: fixed; } }

.contents {
  padding-top: 6.5rem;
  overflow: hidden; }
  @media (max-width: 979px) {
    .contents {
      padding-top: 5rem; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 6.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 21; }
  .header__logo {
    padding: 0 20px; }
    .header__logo a {
      display: flex;
      align-items: center;
      height: 100%;
      line-height: 6.5rem;
      text-decoration: none;
      cursor: pointer; }
      @media (max-width: 979px) {
        .header__logo a {
          width: 19rem;
          line-height: 5rem; } }
    @media (max-width: 979px) {
      .header__logo {
        height: 5rem; } }
  @media (min-width: 979px) {
    .header__nav {
      display: flex;
      justify-content: flex-end;
      width: 80%; }
      .header__nav__menu, .header__nav__menu--single {
        letter-spacing: 2px; }
        .header__nav__menu::after, .header__nav__menu--single::after {
          content: ""; }
      .header__nav .portal-header-copy {
        display: none; } }
  @media (max-width: 979px) {
    .header__nav {
      position: fixed;
      width: 100%;
      height: 0;
      z-index: 5000;
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      overflow: auto;
      transition: all 0.4s ease-in-out; }
      .header__nav.show {
        height: calc(100% - 5rem);
        visibility: visible;
        opacity: 1; }
      .header__nav__menu, .header__nav__menu--single {
        font-size: 1.6rem;
        color: #fff; }
        .header__nav__menu a, .header__nav__menu--single a {
          color: inherit;
          text-decoration: none; }
      .header__nav__menu {
        position: relative; }
      .header__nav .portal-header-copy {
        display: block;
        font-size: 1.2rem;
        color: #fff;
        text-align: center; } }
  .header .menuBtn {
    cursor: pointer;
    font-size: calc(1.4rem + ((1vw - 9.79px) * 0.2125));
    display: block;
    font-weight: bold; }
    @media (min-width: 979px) {
      .header .menuBtn {
        position: relative;
        height: 100%;
        line-height: 6.5rem;
        text-decoration: none;
        color: inherit;
        text-align: center;
        padding: 0 2rem;
        transition: all 0.2s; }
        .header .menuBtn:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 2px;
          background-color: inherit;
          transition: width 0.3s ease-in-out; }
        .header .menuBtn + .menu-inner {
          position: absolute;
          top: 6.5rem;
          left: 15%;
          width: 65%;
          background: #f0f2f9;
          text-align: center;
          height: 0;
          visibility: hidden;
          opacity: 0;
          z-index: 1000;
          transition: opacity 0.3s ease-in-out; }
          .header .menuBtn + .menu-inner .open-menu {
            max-width: 112rem;
            margin: 0 auto;
            padding: 2rem 0; }
            .header .menuBtn + .menu-inner .open-menu li {
              display: inline-block;
              list-style-type: none;
              position: relative;
			  margin: 0 .3rem;}
              .header .menuBtn + .menu-inner .open-menu li a {
                display: block;
                font-size: calc(1.2rem + ((1vw - 9.79px) * 0.6376));
                color: #f06186;
                text-decoration: none;
                padding: 2rem;
                text-align: left;
                font-size: 16px;
				font-weight: bold;
                line-height: 1.3;
                width: 100%;
                height: 100%;
                border-radius: 5px; } }
    @media (max-width: 1200px) {
      .header .menuBtn {
        padding: 0 1.5rem; } }
    @media (max-width: 979px) {
      .header .menuBtn {
        padding: 1.6rem 0 1.6rem 3.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .header .menuBtn.sub-menu-btn::after {
          content: "▼";
          font-size: 11px;
          display: block;
          height: 20px;
          width: 20px;
          text-align: center;
          line-height: 20px;
          position: absolute;
          top: 16px;
          right: 10px;
          color: #fff; }
        .header .menuBtn.sub-menu-btn.active::after {
          content: "▲"; }
        .header .menuBtn + .menu-inner {
          display: none; }
          .header .menuBtn + .menu-inner .open-menu li {
            list-style-type: none;
            border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
            .header .menuBtn + .menu-inner .open-menu li a {
              display: inline-block;
              padding: 1rem 0 1rem 4rem; } }
  .header .cvBtn {
    background-color: #fff; }
    @media (min-width: 979px) {
      .header .cvBtn:hover {
        background-color: #eee; } }
  @media (min-width: 979px) {
    .header__nav__menu:hover > .menuBtn::after,
    .header__nav__menu--single:hover > .menuBtn::after {
      width: 100%; }
    .header__nav__menu:hover .menu-inner {
      height: auto;
      visibility: visible;
      opacity: 1; } }
  .header__spMenu {
    display: none; }
    @media (max-width: 979px) {
      .header__spMenu {
        display: block;
        z-index: 20;
        position: fixed;
        top: 0;
        right: 0; }
        .header__spMenu__Btn {
          display: block;
          position: relative;
          width: 50px;
          height: 50px;
          border-radius: 5%;
          cursor: pointer;
          background: transparent; }
          .header__spMenu__Btn__Icon {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 2rem;
            height: 2px;
            margin: -1px 0 0 -7px;
            background: #333;
            transition: 0.2s; }
            .header__spMenu__Btn__Icon:before, .header__spMenu__Btn__Icon::after {
              display: block;
              content: "";
              position: absolute;
              top: 50%;
              left: 0;
              width: 2rem;
              height: 2px;
              background: #333;
              transition: 0.3s; }
            .header__spMenu__Btn__Icon:before {
              margin-top: -6px; }
            .header__spMenu__Btn__Icon:after {
              margin-top: 4px; }
        .header__spMenu.close .header__spMenu__Btn__Icon {
          background: transparent; }
          .header__spMenu.close .header__spMenu__Btn__Icon::before, .header__spMenu.close .header__spMenu__Btn__Icon::after {
            margin-top: 0; }
          .header__spMenu.close .header__spMenu__Btn__Icon::before {
            transform: rotate(-45deg); }
          .header__spMenu.close .header__spMenu__Btn__Icon::after {
            transform: rotate(-135deg); } }
  @media (min-width: 1920px) {
    .header .menuBtn {
      font-size: 1.8rem; }
      .header .menuBtn + .open-menu a {
        font-size: 1.8rem; } }
  @media (max-width: 979px) {
    .header {
      padding: 0;
      height: auto;
      display: block; } }


/*GoodDataヘッダーナビゲーション*/
@media (min-width: 979px) {
a.btn-pink1{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #ED26B7 !important;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

a.btn-pink1:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
  background:url("../img/data-pink.png");
  background-repeat:no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-pink1:hover {
  outline: 1px solid #ED26B7;
  outline-offset: -1px;
}
	
    
a.btn-pink2{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #ED26B7 !important;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

a.btn-pink2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
  background:url("../img/shisutemu-pink.png");
  background-repeat:no-repeat;
  background-size: contain;
  vertical-align: middle;
}


a.btn-pink2:hover {
  outline: 1px solid #ED26B7;
  outline-offset: -1px;
}
}

.kyakukuru {
	text-decoration: none;
}






