@charset "UTF-8";

.l-header {
  line-height: 3;
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-header {
    line-height: 1.2;
    min-height: 175px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: absolute;
    width: 100%;
    margin: 0 auto;
  }
}

.l-header a {
  color: #000;
  text-decoration: none;
}

.l-header a:hover {
  opacity: 1;
}

.l-header * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain {
    display: flex;
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0 15px;
  }
}

.l-header .l-header-contain .logo {
  z-index: 2;
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .logo {
    width: 31.25%;
    margin: 10px 0 0;
    padding-top: 0;
  }
}

.l-header .l-header-contain .logo img {
  width: 100%;
  height: auto;
}

.l-header .l-header-contain .utill-wrap {
  display: flex;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap {
    position: relative;
    width: auto;
    margin-left: auto;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header-contain .utill-wrap.isClose {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
}

.l-header .l-header-contain .utill-wrap img {
  vertical-align: bottom;
  height: 11.2vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap img {
    height: auto;
    display: none;
  }
}

.l-header .l-header-contain .utill-wrap .utill {
  flex: 0 0 85.2%;
  background: #fff;
  padding: 5px 2.480620155%;
  width: 86%;
  height: 14.1333333333vw;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap .utill {
    flex: auto !important;
    background: none;
    padding: 0;
    width: auto;
    height: 0;
  }
}

.l-header .l-header-contain .utill-wrap .utill > ul {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap .utill > ul {
    height: auto;
    align-items: flex-start;
  }
}

.l-header .l-header-contain .utill-wrap .utill > ul > li {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap .utill > ul > li {
    flex: auto !important;
    font-size: 14px;
  }
}

.l-header .l-header-contain .utill-wrap .utill > ul > li.utill-taiken {
  margin-right: 1.6313213703%;
  flex: 0 0 41.4355628059%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-taiken {
    margin: 10px 0 0 5px;
    font-size: 12px;
    flex: 0 0 32.9%;
    order: 2;
  }

  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-taiken a {
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    padding: 14px 25px 14px 10px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff504;
  }

  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-taiken a span {
    display: block;
    z-index: 2;
    position: relative;
  }

  .l-header
    .l-header-contain
    .utill-wrap
    .utill
    > ul
    > li.utill-taiken
    a
    span:after {
    z-index: 2;
    position: absolute;
    top: 1px;
    right: -10px;
    width: 5px;
    height: 8px;
    content: "";
    margin-top: 2px;
    background: url(../img/icon_arrow_07.svg) no-repeat right 10% center;
    background-size: 5px 8px;
  }

  .l-header
    .l-header-contain
    .utill-wrap
    .utill
    > ul
    > li.utill-taiken
    a:before {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }

  .l-header
    .l-header-contain
    .utill-wrap
    .utill
    > ul
    > li.utill-taiken
    a:hover:before {
    -webkit-transform-origin: left top;
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.l-header .l-header-contain .utill-wrap .utill > ul > li.utill-seikyu {
  margin-right: 1.6313213703%;
  flex: 0 0 24.9592169657%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-seikyu {
    margin: 10px 0 0 5px;
    font-size: 12px;
    flex: 0 0 22.1%;
    order: 3;
  }

  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-seikyu a {
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    padding: 14px 25px 14px 10px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #5ed4ca;
  }

  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-seikyu a span {
    display: block;
    z-index: 2;
    position: relative;
  }

  .l-header
    .l-header-contain
    .utill-wrap
    .utill
    > ul
    > li.utill-seikyu
    a
    span:after {
    z-index: 2;
    position: absolute;
    top: 1px;
    right: -10px;
    width: 5px;
    height: 8px;
    content: "";
    margin-top: 2px;
    background: url(../img/icon_arrow_07.svg) no-repeat right 10% center;
    background-size: 5px 8px;
  }

  .l-header
    .l-header-contain
    .utill-wrap
    .utill
    > ul
    > li.utill-seikyu
    a:before {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }

  .l-header
    .l-header-contain
    .utill-wrap
    .utill
    > ul
    > li.utill-seikyu
    a:hover:before {
    -webkit-transform-origin: left top;
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (min-width: 1029px) {
  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-seikyu {
    width: 158px;
  }
}

.l-header .l-header-contain .utill-wrap .utill > ul > li.utill-tel {
  margin-right: 2.6101141925%;
  flex: 0 0 13.5399673736%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-tel {
    flex: 0 0 17.1%;
    order: 1;
    margin: 5px 10px 0;
    font-size: 11px;
    text-align: right;
  }

  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-tel span {
    display: block;
    font-family: static;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }

  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-tel span img {
    width: 28px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
  }

  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-tel a {
    cursor: default;
  }
}
@media screen and (min-width: 1029px) {
  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-tel {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1029px) {
  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-tel span {
    font-size: 32px;
  }
}

.l-header .l-header-contain .utill-wrap .utill > ul > li.utill-school {
  flex: 0 0 13.7030995106%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap .utill > ul > li.utill-school {
    display: none;
  }
}

.l-header .l-header-contain .utill-wrap .spmenu-toggle {
  flex: 0 1 14.1333333333%;
  width: 14.1333333333%;
  height: 14.1333333333vw;
  padding: 3.3333333333%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-contain .utill-wrap .spmenu-toggle {
    display: none;
  }
}

.l-header .l-header-contain .utill-wrap .spmenu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%);
  height: 2px;
  background: #1da1f2;
  transition: all 0.4s;
}

.l-header .l-header-contain .utill-wrap .spmenu-toggle span:nth-child(1) {
  top: 35%;
}

.l-header .l-header-contain .utill-wrap .spmenu-toggle span:nth-child(3) {
  top: 65%;
}

.l-header .l-header-contain .utill-wrap .spmenu-toggle.isOpen {
  padding: 4.2666666667% 4.2666666667%;
}

.l-header .l-header-contain .utill-wrap .spmenu-toggle.isOpen span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%);
  height: 2px;
  background: #1da1f2;
  transition: all 0.4s;
}

.l-header
  .l-header-contain
  .utill-wrap
  .spmenu-toggle.isOpen
  span:nth-child(1) {
  transform: translate(-50%) rotate(-45deg);
}

.l-header
  .l-header-contain
  .utill-wrap
  .spmenu-toggle.isOpen
  span:nth-child(2) {
  opacity: 0;
}

.l-header
  .l-header-contain
  .utill-wrap
  .spmenu-toggle.isOpen
  span:nth-child(3) {
  transform: translate(-50%) rotate(45deg);
}

.l-header .global {
  display: none;
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (min-width: 768px) {
  .l-header .global {
    display: flex;
    position: relative;
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
    overflow: inherit;
    background: transparent;
    height: auto;
  }
}

.l-header .global a {
  display: block;
  padding: 12px;
  font-size: 14px;
  color: #1da1f2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .l-header .global a {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global.is-fix {
    z-index: 10;
    position: fixed;
    top: 25px;
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    border: 2px solid #000 !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .l-header .global ul > li {
    position: relative;
  }
}

.l-header .global .global-normalWrap {
  padding: 0 5.3333333333%;
  padding-top: 1.4992503748vh;
  padding-top: calc(0.0149925037 * var(--vh, 1vh) * 100);
  padding-bottom: 2.9985007496vh;
  padding-bottom: calc(0.0299850075 * var(--vh, 1vh) * 100);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap {
    padding: 0;
    background: none;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    position: relative;
    flex: 2;
    margin-right: 20px;
  }

  .l-header .global .global-normalWrap:hover .global-normalHv {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap .global-normal {
    position: relative;
    float: left;
  }
}
@media screen and (min-width: 1029px) {
  .l-header .global .global-normalWrap .global-normal {
    padding: 0 15px;
  }
}

.l-header .global .global-normalWrap .global-normal > li {
  border: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header .global .global-normalWrap .global-normal > li {
    padding: 0;
    padding-left: 16px;
  }

  .l-header .global .global-normalWrap .global-normal > li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/global-menu-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 2.9985007496vh;
    top: calc(0.0299850075 * var(--vh, 1vh) * 100);
    left: 0;
    height: 1.4992503748vh;
    height: calc(0.0149925037 * var(--vh, 1vh) * 100);
    width: 13px;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap .global-normal > li {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap .global-normal > li:before {
    -webkit-transform: translate(-50%, -45%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    width: 180px;
    height: 70px;
    margin: auto;
    transform: translate(-50%, -45%);
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap .global-normal > li:hover:before {
    content: url(../img/menu_hover_01.svg);
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap .global-normal > li.is-current a {
    color: #1da1f2;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap .global-normal > li.is-current:before {
    content: url(../img/menu_current_01.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-header .global .global-normalWrap .global-normal > li a {
    background: none;
    height: 7.4962518741vh;
    height: calc(0.0749625187 * var(--vh, 1vh) * 100);
    line-height: 7.4962518741vh;
    line-height: calc(0.0749625187 * var(--vh, 1vh) * 100);
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap .global-normal > li a {
    height: auto;
    z-index: 1;
    position: relative;
    padding: 22px 10px 20px;
    background: none;
  }
}
@media screen and (min-width: 1029px) {
  .l-header .global .global-normalWrap .global-normal > li a {
    padding: 22px 16px 20px;
  }
}

.l-header .global .global-normalWrap .global-normal > li .global-courseChild {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-header .global .global-normalWrap .global-normal > li .global-courseChild {
    display: none;
  }
}

.l-header
  .global
  .global-normalWrap
  .global-normal
  > li
  .global-courseChild
  li {
  padding: 0;
  padding-left: 30px;
  position: relative;
}

.l-header
  .global
  .global-normalWrap
  .global-normal
  > li
  .global-courseChild
  li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/global-menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 2.9985007496vh;
  top: calc(0.0299850075 * var(--vh, 1vh) * 100);
  left: 14px;
  height: 1.4992503748vh;
  height: calc(0.0149925037 * var(--vh, 1vh) * 100);
  width: 13px;
}

.l-header
  .global
  .global-normalWrap
  .global-normal
  > li
  .global-courseChild
  li:nth-child(1) {
  background: url(../img/global-menu-primary.png) 30px no-repeat;
  background-size: 32px;
}

.l-header
  .global
  .global-normalWrap
  .global-normal
  > li
  .global-courseChild
  li:nth-child(2) {
  background: url(../img/global-menu-junior.png) 30px no-repeat;
  background-size: 32px;
}

.l-header
  .global
  .global-normalWrap
  .global-normal
  > li
  .global-courseChild
  li:nth-child(3) {
  background: url(../img/global-menu-high.png) 30px no-repeat;
  background-size: 32px;
}

.l-header
  .global
  .global-normalWrap
  .global-normal
  > li
  .global-courseChild
  li
  a {
  color: #1da1f2;
}

.l-header
  .global
  .global-normalWrap
  .global-normal
  > li
  .global-courseChild
  li
  span {
  margin-left: 44px;
}
@media screen and (min-width: 768px) {
  .l-header
    .global
    .global-normalWrap
    .global-normal
    > li.global-normal--spSchool {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .global .global-normalWrap .global-normal .c-global__border--top {
    border-top: 1px solid #1da1f2;
  }
}
@media screen and (max-width: 767px) {
  .l-header
    .global
    .global-normalWrap
    .global-normal
    .c-global__border--bottom {
    border-bottom: 1px solid #1da1f2;
  }
}

.l-header .global .global-feature {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature {
    width: 320px;
    margin-left: auto;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li {
    -webkit-transition: width 0.3s ease;
    position: relative;
    width: inherit;
    overflow: hidden;
    border: none !important;
    text-align: center;
    white-space: nowrap;
    transition: width 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li:before {
    -webkit-transform: translate(-50%, -45%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    width: 180px;
    height: 70px;
    margin: auto;
    transform: translate(-50%, -45%);
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li:hover:before {
    content: url(../img/menu_hover_01.svg);
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li.is-current a {
    color: #1da1f2;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li.is-current:before {
    content: url(../img/menu_current_01.svg);
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li a {
    z-index: 1;
    position: relative;
    padding: 22px 20px 20px;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li a {
    padding: 22px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li a span,
  .l-header .global .global-feature li a i {
    -webkit-transition: opacity 0.3s ease;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li a i {
    position: absolute;
    right: 0;
    left: 0;
    margin: -5px 0 0;
    opacity: 0;
  }
}

.l-header .global .global-feature li:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li:first-child {
    width: 180px;
    display: list-item;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li:first-child a i img[src*="school"] {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li:first-child a i img[src*="taiken"] {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li:last-child a i img[src*="school"] {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li:last-child a i img[src*="taiken"] {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .global .global-feature li:not(:last-child):after {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    width: 2px;
    margin: auto;
    background: #000;
    content: "";
  }
}

.l-header .global .global-cta {
  background: #1da1f2;
  text-align: center;
  padding: 20px 40px;
  padding-top: 2.9985007496vh;
  padding-top: calc(0.0299850075 * var(--vh, 1vh) * 100);
  padding-bottom: 2.9985007496vh;
  padding-bottom: calc(0.0299850075 * var(--vh, 1vh) * 100);
}
@media screen and (min-width: 768px) {
  .l-header .global .global-cta {
    display: none;
  }
}

.l-header .global .global-cta a {
  color: #000;
}

.l-header .global .global-ctaTaiken {
  margin-bottom: 10px;
}

.l-header .global .global-ctaTaiken a {
  border: solid 2px #fff;
  background: #e5e5e5;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  height: 5.9970014993vh;
  height: calc(0.059970015 * var(--vh, 1vh) * 100);
  padding: 0;
}

.l-header .global .global-ctaTaiken a:before {
  -webkit-transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}

.l-header .global .global-ctaTaiken a:after {
  content: "";
  background: url("../img/icon_arrow_07.svg") no-repeat right center;
  background-size: 7px 11px;
  position: absolute;
  top: 0;
  right: 20px;
  width: 100%;
  height: 100%;
}

.l-header .global .global-ctaTaiken a span {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-header .global .global-ctaTaiken:hover a:before {
  -webkit-transform-origin: left top;
  transform: scale(1, 1);
  transform-origin: left top;
}

.l-header .global .global-ctaContact a {
  border: solid 2px #fff;
  background: #f5d900;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  height: 5.9970014993vh;
  height: calc(0.059970015 * var(--vh, 1vh) * 100);
}

.l-header .global .global-ctaContact a:before {
  -webkit-transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}

.l-header .global .global-ctaContact a:after {
  content: "";
  background: url("../img/icon_arrow_07.svg") no-repeat right center;
  background-size: 7px 11px;
  position: absolute;
  top: 0;
  right: 20px;
  width: 100%;
  height: 100%;
}

.l-header .global .global-ctaContact a span {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-header .global .global-ctaContact:hover a:before {
  -webkit-transform-origin: left top;
  transform: scale(1, 1);
  transform-origin: left top;
}

.l-header .global .global-ctaTrial a {
  border: solid 3px #fff;
  border-radius: 5px;
  background: #fff504;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 8.9955022489vh;
  height: calc(0.0899550225 * var(--vh, 1vh) * 100);
  font-weight: 700;
}

.l-header .global .global-ctaTrial a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}

.l-header .global .global-ctaTrial a:after {
  content: "";
  background: url("../img/icon_arrow_07.svg") no-repeat right center;
  background-size: 7px 11px;
  position: absolute;
  top: 0;
  right: 20px;
  width: 100%;
  height: 100%;
}

.l-header .global .global-ctaTrial a span {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-header .global .global-ctaTrial:hover a:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .u-space-pc-fixed-header {
    height: 196px;
  }
}

.c-PCsideCta {
  display: none;
  position: fixed;
  font-family: ryo-gothic-plusn, sans-serif;
  top: 124px;
  right: 0;
  z-index: 99998;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c-PCsideCta {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

.c-PCsideCta.show {
  opacity: 1;
  visibility: visible;
}

.c-PCsideCta a:hover {
  opacity: 1;
}

.c-PCsideCta .c-PCsideCta__btn {
  display: block;
  position: relative;
  color: #000;
  width: 80px;
  height: 199px;
  padding: 0 28px;
  border-radius: 10px 0 0 10px;
  border-top: solid #fff 3px;
  border-bottom: solid #fff 3px;
  border-left: solid #fff 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  text-align: center;
  line-height: 1;
  writing-mode: vertical-rl;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
}

.c-PCsideCta .c-PCsideCta__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1, 0);
  transform-origin: left bottom;
  background: #fff;
  content: "";
  transition: transform 0.3s ease;
}

.c-PCsideCta .c-PCsideCta__btn:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.c-PCsideCta .c-PCsideCta__btn--taiken {
  background-color: #fff450;
  margin-bottom: 8px;
}

.c-PCsideCta .c-PCsideCta__btn--seikyu {
  background-color: #5ed4ca;
}

.c-PCsideCta span {
  display: block;
  position: relative;
  z-index: 2;
}
