.menu-button {
  position: fixed;
  top: 0;
  right: 0;
  padding: 37px 28px;
  width: 45px;
  box-sizing: content-box;
  cursor: pointer;
  z-index: 3;
  background: white;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-108px);
  transform: translateY(-108px); }
.menu-button__content {
  height: 5px;
  width: 100%;
  background-color: black;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
  transition-duration: 0.3s; }
.menu-button__content:not(:first-child) {
  margin-top: 6px; }
.menu-button.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.menu-button.is-show .menu-button__content:nth-child(1) {
  width: 41px;
  -webkit-transform: rotate(45deg) translate(-2px, -4px);
  transform: rotate(45deg) translate(-2px, -4px); }
.menu-button.is-show .menu-button__content:nth-child(2) {
  width: 0; }
.menu-button.is-show .menu-button__content:nth-child(3) {
  width: 41px;
  -webkit-transform: rotate(-45deg) translate(-2px, 2px);
  transform: rotate(-45deg) translate(-2px, 2px); }

.global-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  pointer-events: none;
  opacity: 0;
  transition: opacity, .5s; }
.global-menu.is-show {
  pointer-events: auto;
  opacity: 1; }
.global-menu__container {
  position: relative;
  height: 100%;
  padding: 100px 0;
  display: flex;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
.global-menu .mail-news {
  margin: 0 0 65px; }

.global-menu-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: auto; }

.global-menu-main-content:not(:last-child) {
  margin: 0 0 48px; }

.plan_list{
  margin-top: 48px;
  line-height:5vw;
}

.global-menu-main-content__link {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.7px;
  transition: color, .3s;
  color: #000;
  text-decoration: none; }
.global-menu-main-content__link:hover {
  color: #29abe2; }

  .plan_list{
    text-indent: 2rem;
    font-size: 22px;
  } 

.global-menu-main-content__link .list-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  width: 28px;
  height: 28px;
  background-color: #288cd2;
  border-radius: 100%; }

.global-menu-cv__link {
  display: inline-block;
  width: 240px;
  text-align: center;
  padding: 41px 0;
  background: #29abe2;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.7px;
  color: white;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
  text-decoration: none; }
.global-menu-cv__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.mail-news-title-box {
  margin: 0 0 28px; }
.mail-news-title-box__title {
  margin: 0 0 12px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.5px; }
.mail-news-title-box__description {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.mail-news-register__content-container {
  margin: 0 0 25px; }

.mail-news-register__notice {
  line-height: 1.6;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5px; }
.mail-news-register__notice a {
  padding: 0 0 4px;
  border-bottom: 1px solid black;
  transition-property: color, border;
  transition-duration: .3s;
  color: #000;
  text-decoration: none; }
.mail-news-register__notice a:hover {
  color: #29abe2;
  border-bottom: 1px solid #29abe2; }

.mail-news-register-content {
  margin: 0 0 24px; }
.mail-news-register-content input {
  width: 586px;
  padding: 15px 20px;
  border-left: none;
  border-top: none;
  border-right: none;
  font-size: 26px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
  background: #f7f7f7;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none; }
.mail-news-register-content .error {
  color: #dc0202;
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700; }

.mail-news-register-submit {
  display: inline-block;
  padding: 20px 80px;
  font-size: 27px;
  font-weight: 700;
  color: white;
  background: #b3b3b3;
  transition: background, color, .3s;
  cursor: pointer; }
.mail-news-register-submit:hover {
  background: #29abe2;
  color: white; }

.global-menu-sub__content-container:not(:last-child) {
  margin: 0 91px 0 0; }

.global-menu-sub-menu-box__container {
  display: flex; }

.global-menu-sub-content:not(:last-child) {
  margin: 0 0 40px; }

.global-menu-sub-content--small:not(:last-child) {
  margin: 0 0 26px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 700;}

.global-menu-sub-content.description {
  width: 350px;
  font-size: 75%;
  line-height: 1.6;}

.global-menu-sub-content__link {
  font-size: 23px;
  font-weight: 700;
  transition: color, .3s;
  color: #000;
  text-decoration: none; }
.global-menu-sub-content__link:hover {
  color: #29abe2; }
.global-menu-sub-content__link--small {
  font-size: 17px;
  letter-spacing: 1px; }
.global-menu-sub-content__link--small.sublink{
  padding-left: 10px; }
@media (max-width: 1023px) {
  .menu-button {
    padding: 22px 9px;
    width: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .menu-button__content {
    height: 3px; }
  .menu-button__content:not(:first-child) {
    margin-top: 5px; }
  .menu-button.is-show .menu-button__content:nth-child(1) {
    width: 35px;
    -webkit-transform: rotate(29deg);
    transform: rotate(29deg); }
  .menu-button.is-show .menu-button__content:nth-child(2) {
    width: 0; }
  .menu-button.is-show .menu-button__content:nth-child(3) {
    width: 35px;
    -webkit-transform: rotate(-29deg);
    transform: rotate(-29deg); }
  .global-menu__container {
    display: block;
    padding: 0; }
  .global-menu .mail-news {
    margin: 0 0 24px; }
  .global-menu-box {
    display: block;
    padding: 100px 50px; }
  .global-menu-main {
    margin: 0 0 23px; }
  .global-menu-main-content:not(:last-child) {
    margin: 0 0 30px; }

  .plan_list{
    margin-top: 30px;
  }
  .global-menu-main-content__link {
    font-size: 18px; }

  .plan_list{
    font-size: 16px;
  } 
  .global-menu-main-content__link .list-count {
    font-size: 4.8vw;
    width: 25px;
    height: 25px;}
  .global-menu-cv__link {
    width: 125px;
    padding: 20px 0;
    font-size: 16px; }
  .mail-news-title-box {
    margin: 0 0 17px; }
  .mail-news-title-box__title {
    margin: 0 0 7px;
    font-size: 18px;
    letter-spacing: 0; }
  .mail-news-title-box__description {
    font-size: 10px;
    letter-spacing: 0px; }
  .mail-news-register__content-container {
    margin: 0 0 10px; }
  .mail-news-register__notice {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.4; }
  .mail-news-register__notice a {
    padding: 0; }
  .mail-news-register-content {
    margin: 0 0 12px; }
  .mail-news-register-content input {
    width: 100%;
    padding: 9px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8); }
  .mail-news-register-content .error {
    font-size: 10px; }
  .mail-news-register-submit {
    padding: 11px 43px;
    font-size: 17px; }
  .global-menu-sub-menu-box__container {
    justify-content: space-between;
    max-width: 275px; }
  .global-menu-sub__content-container:not(:last-child) {
    margin: 0; }
  .global-menu-sub-content:not(:last-child) {
    margin: 0 0 19px; }
  .global-menu-sub-content--small:not(:last-child) {
    margin: 0 0 7px; }
  .global-menu-sub-content__link {
    font-size: 12px; }
  .global-menu-sub-content__link--small {
    font-size: 10px;
    letter-spacing: 0; } }
@media screen and (max-width: 360px) {
  .global-menu-box {
    padding: 66px 25px; } }

@media screen and (max-width: 767px) {
  .global-menu-sub-menu-box {
    display:none;
  }  }