@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "メイリオ", "M PLUS 1p", "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
  transition: transform 0.3s ease-in-out;
  -webkit-text-size-adjust: 100%;
}

main {
  height: 100%;
  position: relative;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

input {
  white-space: normal;
}

button:not(:disabled) {
  cursor: pointer;
}

h1 + h2,
h2 + h2 {
  margin-top: 1em;
}

h2 + h3,
h3 + h3 {
  margin-top: 1em;
}

h3 + h4,
h4 + h4 {
  margin-top: 1em;
}

h4 + h5,
h5 + h5 {
  margin-top: 1em;
}

h5 + h6,
h6 + h6 {
  margin-top: 1em;
}

p + h1 {
  margin-top: 1em;
}

p + h2 {
  margin-top: 1em;
}

p + h3 {
  margin-top: 1em;
}

p + h4 {
  margin-top: 1em;
}

p + h5 {
  margin-top: 1em;
}

p + h6 {
  margin-top: 1em;
}

ul + h1 {
  margin-top: 1em;
}

ul + h2 {
  margin-top: 1em;
}

ul + h3 {
  margin-top: 1em;
}

ul + h4 {
  margin-top: 1em;
}

ul + h5 {
  margin-top: 1em;
}

ul + h6 {
  margin-top: 1em;
}

ol + h1 {
  margin-top: 1em;
}

ol + h2 {
  margin-top: 1em;
}

ol + h3 {
  margin-top: 1em;
}

ol + h4 {
  margin-top: 1em;
}

ol + h5 {
  margin-top: 1em;
}

ol + h6 {
  margin-top: 1em;
}

dl + h1 {
  margin-top: 1em;
}

dl + h2 {
  margin-top: 1em;
}

dl + h3 {
  margin-top: 1em;
}

dl + h4 {
  margin-top: 1em;
}

dl + h5 {
  margin-top: 1em;
}

dl + h6 {
  margin-top: 1em;
}

.l-header {
  position: relative;
}

.c-button {
  background-color: #ccc;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 700;
  min-width: 6.25em;
  border-radius: 0.3125em;
  padding: 0.625em;
  text-rendering: auto;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.c-button:hover {
  background-color: #eee;
  box-shadow: inset 0 0 0 2px #ccc;
}
.c-button:focus {
  outline: none;
  box-shadow: inset 0 0 0 0 transparent, 0 0 0 3px #aaa;
}
.c-button--md {
  font-size: 16px;
}
.c-button--lg {
  font-size: 22px;
}
.c-button__link {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  color: #1A1311;
  display: block;
  padding: 8px 36px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.c-button__link:hover {
  text-decoration: underline;
}
.c-button__link__icon {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-icon {
  display: inline-block;
  vertical-align: middle;
}

.c-flex {
  display: flex;
}
.c-flex__items {
  flex: 1;
}

.c-header-navi-menu:nth-of-type(1n+2) .c-header-navi-menu__heading2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-header-navi-menu:nth-of-type(1n+2) .c-header-navi-menu__heading2 {
    margin-top: 32px;
  }
}
.c-header-navi-menu__heading2 {
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  font-size: 2.4rem;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .c-header-navi-menu__heading2 {
    font-size: 1.6rem;
  }
}
.c-header-navi-menu__heading2__icon {
  padding-right: 10px;
  flex: 0 0 auto;
  width: 50px;
}
.c-header-navi-menu__heading2__english {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 4px;
  vertical-align: middle;
}
.c-header-navi-menu__ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 12px;
}
.c-header-navi-menu__ul__list {
  flex: 0 0 50%;
  padding: 0 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-header-navi-menu__ul__list {
    flex: 0 0 100%;
  }
}
.c-header-navi-menu__ul__list::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.c-header-navi-menu__ul__list__link {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 10px 24px 8px 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-header-navi-menu__ul__list__link {
    font-size: 1.4rem;
  }
}
.c-header-navi-menu__ul__list__link::before, .c-header-navi-menu__ul__list__link::after {
  background-color: #fff;
  border-radius: 1rem;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 8px;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .c-header-navi-menu__ul__list__link::before, .c-header-navi-menu__ul__list__link::after {
    height: 1px;
    width: 9px;
  }
}
.c-header-navi-menu__ul__list__link::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-header-navi-menu__ul__list__link::before {
    top: calc(50% - 3px);
  }
}
.c-header-navi-menu__ul__list__link::after {
  top: calc(50% + 4px);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .c-header-navi-menu__ul__list__link::after {
    top: calc(50% + 3px);
  }
}
.c-header-navi-menu__ul__list__link:not([href]) {
  cursor: default;
  color: #999;
}
.c-header-navi-menu__ul__list__link:not([href])::before, .c-header-navi-menu__ul__list__link:not([href])::after {
  content: none;
}
.c-header-navi-menu__ul__list__new {
  position: absolute;
  top: -15px;
  left: -14px;
}

.c-blindfold-block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
  padding: 40px 20px 40px;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.c-blindfold-block__text {
  font-weight: 700;
  margin-bottom: 13px;
  text-align: center;
}
.c-blindfold-block__member {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 600px;
}
.c-blindfold-block__member__login {
  flex: 1;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-blindfold-block__member__login {
    flex: auto;
    width: 100%;
  }
}
.c-blindfold-block__member__login__button {
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: auto;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%;
}
.c-blindfold-block__member__login__button::before {
  background: linear-gradient(225deg, #6fd950 0%, #37c11f 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  z-index: 1;
}
.c-blindfold-block__member__login__button::after {
  background: linear-gradient(225deg, #86DB6D 0%, #57C54B 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.c-blindfold-block__member__login__button:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 3px #37C11F;
}
.c-blindfold-block__member__login__button:hover::before {
  opacity: 0;
}
.c-blindfold-block__member__login__button:focus {
  box-shadow: 0 0 0 0 transparent, 0 0 0 3px #37C11F;
  outline: none;
}
.c-blindfold-block__member__login__button__body {
  display: block;
  padding: 20px 14px;
  position: relative;
  z-index: 1;
}
.c-blindfold-block__member__login__button__body__icon {
  margin-right: 8px;
}
.c-blindfold-block__member__registration {
  flex: 1;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-blindfold-block__member__registration {
    flex: auto;
    width: 100%;
  }
}
.c-blindfold-block__member__registration__button {
  background-color: #0b75c2;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: auto;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%;
}
.c-blindfold-block__member__registration__button::before {
  background: linear-gradient(225deg, #0b75c2 0%, #3fa2da 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  z-index: 1;
}
.c-blindfold-block__member__registration__button::after {
  background: linear-gradient(225deg, #338ACC 0%, #4FA3DF 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.c-blindfold-block__member__registration__button:hover {
  box-shadow: 0 0 0 2px #0b75c2;
}
.c-blindfold-block__member__registration__button:hover::before {
  opacity: 0;
}
.c-blindfold-block__member__registration__button:focus {
  box-shadow: 0 0 0 0 transparent, 0 0 0 3px #0b75c2;
  outline: none;
}
.c-blindfold-block__member__registration__button__body {
  display: block;
  padding: 20px 14px;
  position: relative;
  z-index: 1;
}
.c-blindfold-block__member__registration__button__body::before, .c-blindfold-block__member__registration__button__body::after {
  background-color: #fff;
  border-radius: 1rem;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 16px;
  width: 8px;
}
.c-blindfold-block__member__registration__button__body::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
.c-blindfold-block__member__registration__button__body::after {
  top: calc(50% + 2px);
  transform: rotate(135deg);
}
.c-blindfold-block__member__registration__button__body__small {
  display: block;
  font-size: 1.4rem;
}
.c-blindfold-block__password {
  margin: 30px auto 0;
  max-width: 600px;
  padding: 0 10px;
  text-align: center;
}
.c-blindfold-block__password__link {
  color: #0B75C2;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.c-blindfold-block__password__link__icon {
  display: inline-block;
  margin-right: 0.3em;
  transform: translateY(0.1em);
  vertical-align: middle;
}

.p-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-header {
    align-items: center;
  }
}
.p-header__corporate-logo {
  flex: 1;
  padding: 26px 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__corporate-logo {
    flex: 1;
    max-width: none;
    padding: 0 16px 0 8px;
  }
}
.p-header__service-name {
  flex: 1;
  padding: 13px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__service-name {
    flex: 2;
    max-width: none;
    word-break: keep-all;
  }
}
.p-header__service-name__link {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-header__service-name__link__image {
    width: 142px;
  }
}
.p-header__service-name__link__text {
  color: #0B75C2;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-header__service-name__link__text {
    font-size: 0.9rem;
  }
}
.p-header__navi {
  align-self: flex-start;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__navi {
    max-width: none;
    width: auto;
  }
}
.p-header__navi__member {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  max-width: 320px;
  justify-content: center;
  padding: 7px 4px 7px 16px;
}
@media screen and (max-width: 768px) {
  .p-header__navi__member {
    display: none;
  }
}
.p-header__navi__member__user {
  display: flex;
  flex: 0 0 100%;
  font-size: 1.6rem;
  justify-content: center;
  padding: 0 4px;
}
.p-header__navi__member__user__body__icon {
  transform: translate(0, -0.1em);
}
.p-header__navi__member__user__body__name {
  padding: 0 4px;
}
.p-header__navi__member__registration {
  font-weight: 700;
  flex: 1;
  padding: 4px 4px 0;
  display: flex;
  flex-direction: column;
}
.p-header__navi__member__registration__button {
  border-radius: 30px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  min-height: 2.85em;
  min-width: 140px;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 0;
}
.p-header__navi__member__registration__button::before {
  background: linear-gradient(225deg, #0b75c2 0%, #3fa2da 100%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
.p-header__navi__member__registration__button::after {
  background: linear-gradient(225deg, #338ACC 0%, #4FA3DF 100%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -2;
}
.p-header__navi__member__registration__button:hover {
  box-shadow: inset 0 0 0 2px #0B75C2;
}
.p-header__navi__member__registration__button:hover::before {
  opacity: 0;
}
.p-header__navi__member__registration__button:focus {
  box-shadow: inset 0 0 0 0 transparent, 0 0 0 3px #0B75C2;
}
.p-header__navi__member__registration__button__body__icon {
  transform: translate(0, -0.1em);
}
.p-header__navi__member__login {
  font-weight: 700;
  flex: 1;
  padding: 4px 4px 0;
}
.p-header__navi__member__login[data-status=login] .p-header__navi__member__login__button::before {
  background: linear-gradient(225deg, #37c11f 0%, #6fd950 100%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
.p-header__navi__member__login[data-status=login] .p-header__navi__member__login__button::after {
  background: linear-gradient(225deg, #57C54B 0%, #86DB6D 100%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -2;
}
.p-header__navi__member__login[data-status=login] .p-header__navi__member__login__button:hover {
  box-shadow: inset 0 0 0 2px #37C11F;
}
.p-header__navi__member__login[data-status=login] .p-header__navi__member__login__button:hover::before {
  opacity: 0;
}
.p-header__navi__member__login[data-status=login] .p-header__navi__member__login__button:focus {
  box-shadow: inset 0 0 0 0 transparent, 0 0 0 3px #37C11F;
}
.p-header__navi__member__login[data-status=logout] .p-header__navi__member__login__button {
  background-color: #95A3B2;
}
.p-header__navi__member__login__button {
  border-radius: 30px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  min-height: 2.85em;
  min-width: 140px;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 0;
}
.p-header__navi__member__login__button__body__icon {
  transform: translate(0, -0.1em);
}
.p-header__navi__member__point {
  font-size: 1.2rem;
  font-weight: 700;
  word-break: keep-all;
}
.p-header__navi__member__point__heading {
  background-color: #FED96D;
  border-radius: 12px;
  padding: 0.2em 1.8em;
}
.p-header__navi__member__point__number {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 10px;
}
.p-header__navi__menu {
  flex: 0 0 80px;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu {
    flex: 0 0 auto;
    padding-left: 8px;
  }
}
.p-header__navi__menu__body {
  overflow: auto;
  padding: 82px 43px;
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu__body {
    padding: 32px 8px 64px;
  }
}
.p-header__navi__menu__body__ul {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-header__navi__menu__body__ul__toppage {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu__body__ul__toppage {
    margin-left: 8px;
  }
}
.p-header__navi__menu__body__ul__toppage__link {
  color: #fff;
  margin-right: 24px;
  text-decoration: none;
}
.p-header__navi__menu__body__ul__toppage__link__icon {
  padding-right: 2px;
  vertical-align: middle;
  transform: translate(0, -0.3rem);
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu__body__ul__toppage__link__icon {
    width: 24px;
  }
}
.p-header__navi__menu__body__ul__beginner {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu__body__ul__beginner {
    margin-left: 8px;
  }
}
.p-header__navi__menu__body__ul__beginner__link {
  color: #fff;
  text-decoration: none;
}
.p-header__navi__menu__body__ul__beginner__link__icon {
  padding-right: 2px;
  vertical-align: middle;
  transform: translate(0, -0.3rem);
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu__body__ul__beginner__link__icon {
    padding-right: 4px;
    width: 20px;
  }
}
.p-header__navi__menu__body__ul__member {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu__body__ul__member {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.p-header__navi__menu__body__ul__member__user {
  flex: 0 0 100%;
  font-size: 1.6rem;
  padding: 0 4px;
}
.p-header__navi__menu__body__ul__member__user__body__icon {
  transform: translate(0, -0.1em);
}
.p-header__navi__menu__body__ul__member__user__body__name {
  padding: 0 4px;
}
.p-header__navi__menu__body__ul__member__registration {
  font-weight: 700;
  flex: 1;
  padding: 4px 4px 0;
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu__body__ul__member__registration {
    flex: auto;
    padding: 14px 0 0;
    width: 100%;
  }
}
.p-header__navi__menu__body__ul__member__registration__button {
  background-color: #3FA2DA;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  min-height: 3.125em;
  min-width: 140px;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 0;
}
.p-header__navi__menu__body__ul__member__registration__button:hover, .p-header__navi__menu__body__ul__member__registration__button:focus {
  background-color: #5cbff7;
  box-shadow: inset 0 0 0 2px #fff;
}
.p-header__navi__menu__body__ul__member__registration__button__body__icon {
  position: absolute;
  right: 2em;
}
.p-header__navi__menu__body__ul__member__login {
  font-weight: 700;
  flex: 1;
  padding: 4px 4px 0;
}
@media screen and (max-width: 768px) {
  .p-header__navi__menu__body__ul__member__login {
    flex: auto;
    padding: 14px 0 0;
    width: 100%;
  }
}
.p-header__navi__menu__body__ul__member__login[data-status=logout] .p-header__navi__member__login__button {
  background-color: #95A3B2;
  box-shadow: inset 0 0 0 1px #fff;
}
.p-header__navi__menu__body__ul__member__login__button {
  background-color: #95A3B2;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  min-height: 3.125em;
  min-width: 140px;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 0;
}
.p-header__navi__menu__body__ul__member__login__button:hover, .p-header__navi__menu__body__ul__member__login__button:focus {
  background-color: #b2bfcd;
  box-shadow: inset 0 0 0 2px #fff;
}
.p-header__navi__menu__body__ul__member__login__button__body__icon {
  position: absolute;
  right: 2em;
}
.p-header__navi__menu__body__ul__stage-green__heading2 {
  color: #37C11F;
}
.p-header__navi__menu__body__ul__stage-orange__heading2 {
  color: #F19000;
}
.p-header__navi__menu__body__ul__stage-blue__heading2 {
  color: #0B75C2;
}
.p-header__navi-sp {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
}
.p-header__navi-sp__member {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__navi-sp__member {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px 8px;
  }
}
.p-header__navi-sp__member__user {
  display: flex;
  flex: 0 0 100%;
  font-size: 1.3rem;
  justify-content: center;
  padding: 0 4px;
}
.p-header__navi-sp__member__user__body__icon {
  transform: translate(0, -0.1em);
}
.p-header__navi-sp__member__user__body__name {
  padding: 0 4px;
}
.p-header__navi-sp__member__registration {
  font-weight: 700;
  flex: 1;
  padding: 5px 4px 0;
}
.p-header__navi-sp__member__registration__button {
  border-radius: 30px;
  color: #fff;
  font-size: 1.3rem;
  min-height: 3em;
  min-width: 140px;
  overflow: hidden;
  padding: 0.625em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 0;
}
.p-header__navi-sp__member__registration__button::before {
  background: linear-gradient(225deg, #0b75c2 0%, #3fa2da 100%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
.p-header__navi-sp__member__registration__button::after {
  background: linear-gradient(225deg, #338ACC 0%, #4FA3DF 100%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -2;
}
.p-header__navi-sp__member__registration__button:hover {
  box-shadow: inset 0 0 0 2px #0B75C2;
}
.p-header__navi-sp__member__registration__button:hover::before {
  opacity: 0;
}
.p-header__navi-sp__member__registration__button:focus {
  box-shadow: inset 0 0 0 0 transparent, 0 0 0 3px #0B75C2;
}
.p-header__navi-sp__member__registration__button__body__icon {
  transform: translate(0, -0.1em);
}
.p-header__navi-sp__member__login {
  font-weight: 700;
  flex: 1;
  padding: 5px 4px 0;
}
.p-header__navi-sp__member__login[data-status=login] .p-header__navi-sp__member__login__button::before {
  background: linear-gradient(225deg, #37c11f 0%, #6fd950 100%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
.p-header__navi-sp__member__login[data-status=login] .p-header__navi-sp__member__login__button::after {
  background: linear-gradient(225deg, #57C54B 0%, #86DB6D 100%);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -2;
}
.p-header__navi-sp__member__login[data-status=login] .p-header__navi-sp__member__login__button:hover {
  box-shadow: inset 0 0 0 2px #37C11F;
}
.p-header__navi-sp__member__login[data-status=login] .p-header__navi-sp__member__login__button:hover::before {
  opacity: 0;
}
.p-header__navi-sp__member__login[data-status=login] .p-header__navi-sp__member__login__button:focus {
  box-shadow: inset 0 0 0 0 transparent, 0 0 0 3px #37C11F;
}
.p-header__navi-sp__member__login[data-status=logout] .p-header__navi-sp__member__login__button {
  background-color: #95A3B2;
}
.p-header__navi-sp__member__login__button {
  border-radius: 30px;
  color: #fff;
  font-size: 1.3rem;
  min-height: 3em;
  min-width: 140px;
  overflow: hidden;
  padding: 0.625em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 0;
}
.p-header__navi-sp__member__login__button__body__icon {
  transform: translate(0, -0.1em);
}
.p-header__navi-sp__member__point {
  align-items: baseline;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 5px;
  justify-content: center;
  width: 100%;
}
.p-header__navi-sp__member__point__heading {
  background-color: #FED96D;
  border-radius: 12px;
  padding: 0.2em 1.8em;
}
.p-header__navi-sp__member__point__number {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 10px;
}

.p-footer__navi {
  background-color: #F7F7F7;
  border-bottom: 1px solid #ccc;
  display: flex;
  font-size: 1.3rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-footer__navi {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__navi__list:nth-of-type(1n+2)::before {
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
  }
}
.p-footer__navi__list__link {
  color: #555;
  display: block;
  padding: 24px 16px;
  text-decoration: none;
}
.p-footer__navi__list__link:hover {
  text-decoration: underline;
}
.p-footer__second-footer {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 40px 8px 19px;
}
@media screen and (max-width: 768px) {
  .p-footer__second-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-footer__second-footer__corporate {
  align-items: center;
  display: flex;
  padding: 0 8px;
}
.p-footer__second-footer__corporate__logo__link {
  display: block;
}
.p-footer__second-footer__corporate__logo__link__image {
  vertical-align: bottom;
}
.p-footer__second-footer__corporate__subsidiary-logo {
  padding-left: 32px;
}
.p-footer__second-footer__corporate__subsidiary-logo__link__image {
  vertical-align: bottom;
}
.p-footer__second-footer__sns {
  flex: 0 0 auto;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .p-footer__second-footer__sns {
    margin-top: 32px;
  }
}
.p-footer__second-footer__sns__title {
  font-size: 1.3rem;
}
.p-footer__second-footer__sns__body {
  display: flex;
  justify-content: flex-end;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-footer__second-footer__sns__body {
    justify-content: center;
    padding-left: 0;
  }
}
.p-footer__second-footer__sns__body__facebook {
  padding: 8px 8px 8px 0;
}
.p-footer__second-footer__sns__body__facebook__link {
  display: block;
}
.p-footer__second-footer__sns__body__facebook__link__icon {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-footer__second-footer__sns__body__facebook__link__icon {
    width: 40px;
  }
}
.p-footer__second-footer__sns__body__instagram {
  padding: 8px;
}
.p-footer__second-footer__sns__body__instagram__link {
  display: block;
}
.p-footer__second-footer__sns__body__instagram__link__icon {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-footer__second-footer__sns__body__instagram__link__icon {
    width: 40px;
  }
}
.p-footer__second-footer__sns__body__youtube {
  padding: 8px 0 8px 8px;
}
.p-footer__second-footer__sns__body__youtube__link {
  display: block;
}
.p-footer__second-footer__sns__body__youtube__link__icon {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-footer__second-footer__sns__body__youtube__link__icon {
    width: 40px;
  }
}
.p-footer__copyright {
  font-size: 1.2rem;
  padding: 31px 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    margin-top: 16px;
  }
}

.u-font_noto_sans {
  font-family: "Noto Sans JP";
}

.u-font_russo_one {
  font-family: "Russo One";
}

.u-font_roboto {
  font-family: "Russo One";
}

.u-elemhide {
  display: none;
}

.u-elemhide__seo {
  visibility: hidden;
  position: absolute;
  height: 0;
}
@media screen and (max-width: 1280px) {
  .u-elemhide__seo__pc {
    visibility: hidden;
    position: absolute;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .u-elemhide__seo__tab {
    visibility: hidden;
    position: absolute;
    height: 0;
  }
}
@media screen and (max-width: 375px) {
  .u-elemhide__seo__sp {
    visibility: hidden;
    position: absolute;
    height: 0;
  }
}

tr.u-elemhide__seo {
  visibility: collapse;
}
@media screen and (max-width: 1280px) {
  tr.u-elemhide__seo__pc {
    visibility: collapse;
  }
}
@media screen and (max-width: 768px) {
  tr.u-elemhide__seo__tab {
    visibility: collapse;
  }
}
@media screen and (max-width: 375px) {
  tr.u-elemhide__seo__sp {
    visibility: collapse;
  }
}

.u-txt-brk__inlblk {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-txt-brk__inlblk__pc {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .u-txt-brk__inlblk__tab {
    display: inline-block;
  }
}
@media screen and (max-width: 375px) {
  .u-txt-brk__inlblk__sp {
    display: inline-block;
  }
}

.u-txt-brk__blk {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-txt-brk__blk__pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-txt-brk__blk__tab {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .u-txt-brk__blk__sp {
    display: block;
  }
}

.u-style__bold {
  font-weight: 700;
}

.u-style__txt_left {
  text-align: left;
}

.u-style__txt_center {
  text-align: center;
}

.u-style__txt_right {
  text-align: right;
}

.u-inside-m {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .u-inside-m {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.u-content_center {
  display: grid;
  place-content: center;
}

.u-gentle_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.u-autobot {
  display: flex;
}
.u-autobot > * {
  margin: auto;
}

.u-fluffy_center {
  padding: 10ch;
}

.u-pop_and_plop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-fxf__r {
  flex-flow: row;
}

.u-fxf__rr {
  flex-flow: row-reverse;
}

.u-fxf__c {
  flex-flow: column;
}

.u-fxf__cr {
  flex-flow: column-reverse;
}

.u-fxw__n {
  flex-wrap: nowrap;
}

.u-fxw__w {
  flex-wrap: wrap;
}

.u-fxw__wr {
  flex-wrap: wrap-reverse;
}

.u-ac__c {
  align-content: center;
}

.u-ac__fe {
  align-content: flex-end;
}

.u-ac__fs {
  align-content: flex-start;
}

.u-ac__s {
  align-content: stretch;
}

.u-ac__sa {
  align-content: space-around;
}

.u-ac__sb {
  align-content: space-between;
}

.u-ai__b {
  align-items: baseline;
}

.u-ai__c {
  align-items: center;
}

.u-ai__fe {
  align-items: flex-end;
}

.u-ai__fs {
  align-items: flex-start;
}

.u-ai__s {
  align-items: stretch;
}

.u-as__b {
  align-self: baseline;
}

.u-as__c {
  align-self: center;
}

.u-as__c {
  align-self: center;
}

.u-as__fe {
  align-self: flex-end;
}

.u-as__fs {
  align-self: flex-start;
}

.u-as__s {
  align-self: stretch;
}

.u-jc__b {
  justify-content: baseline;
}

.u-jc__c {
  justify-content: center;
}

.u-jc__fe {
  justify-content: flex-end;
}

.u-jc__fs {
  justify-content: flex-start;
}

.u-jc__sa {
  justify-content: space-around;
}

.u-jc__sb {
  justify-content: space-between;
}

.js-toppage {
  bottom: 0;
  opacity: 0;
  margin: 16px;
  position: fixed;
  right: 0;
  text-align: right;
  transition: opacity 0.3s ease-in-out;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .js-toppage {
    width: 48px;
  }
}
.js-toppage a {
  display: block;
}
.js-toppage svg {
  width: 100%;
  vertical-align: bottom;
}

.js-burger {
  background-color: #0B75C2;
  border: none;
  height: 84px;
  outline: none;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .js-burger {
    height: 66px;
    width: 64px;
  }
}
.js-burger:hover {
  cursor: pointer;
}
.js-burger:focus {
  outline: auto;
}
.js-burger__burger-svg {
  display: block;
  position: relative;
}
.js-burger__burger-svg__bars {
  transform: translate(0, 0);
}
.js-burger__burger-svg__bars rect {
  border-radius: 1em;
  transition: all 0.3s ease-out;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .js-burger__burger-svg__bars rect {
    width: 28px;
  }
}
.js-burger__burger-svg__bars .js-burger__burger-svg__bars__bar-1 {
  transform: translate(3%, 3%);
}
@media screen and (max-width: 768px) {
  .js-burger__burger-svg__bars .js-burger__burger-svg__bars__bar-1 {
    transform: translate(0, 0);
  }
}
.js-burger__burger-svg__bars .js-burger__burger-svg__bars__bar-2 {
  transform: translate(3%, 3%);
}
@media screen and (max-width: 768px) {
  .js-burger__burger-svg__bars .js-burger__burger-svg__bars__bar-2 {
    transform: translate(0, 0);
  }
}
.js-burger__burger-svg__bars .js-burger__burger-svg__bars__bar-3 {
  transform: translate(3%, 3%);
}
@media screen and (max-width: 768px) {
  .js-burger__burger-svg__bars .js-burger__burger-svg__bars__bar-3 {
    transform: translate(0, 0);
  }
}
.js-burger__burger-svg.is-active .js-burger__burger-svg__bars__bar-1 {
  transform: translate(-6%, 62%) rotate(-45deg);
}
.js-burger__burger-svg.is-active .js-burger__burger-svg__bars__bar-2 {
  opacity: 0;
  transform: translate(2%, 8%);
}
.js-burger__burger-svg.is-active .js-burger__burger-svg__bars__bar-3 {
  transform: translate(50%, -20%) rotate(45deg);
}
.js-burger__text {
  bottom: 3em;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .js-burger__text {
    bottom: 2.5em;
  }
}
.js-burger.is-active .js-burger__text {
  opacity: 0;
}

.js-burger-menu {
  transform: translate(-100%, 0);
  transition: transform 0.3s ease-out;
  z-index: 100;
}
.js-burger-menu[data-menu-position], .js-burger-menu[data-float=true] {
  background-color: #0B75C2;
  color: #fff;
  height: 100%;
  max-width: 768px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .js-burger-menu[data-menu-position], .js-burger-menu[data-float=true] {
    width: 100%;
  }
}
.js-burger-menu[data-float=true] {
  position: fixed;
}
.js-burger-menu[data-float=true][data-menu-position=right] {
  top: 0;
  right: 0;
  transform: translate(100%, 0);
}
.js-burger-menu[data-float=true][data-menu-position=right].is-active {
  transform: translate(0, 0);
}
.js-burger-menu[data-float=false] {
  position: relative;
}
.js-burger-menu[data-float=false][data-menu-position=right] {
  top: 0;
  right: 0;
  transform: translate(100%, 0);
}
.js-burger-menu[data-float=false][data-menu-position=right].is-active {
  transform: translate(0, 0);
}

body {
  position: relative;
}
body[data-modal=true] {
  overflow-y: hidden !important;
  z-index: 0;
}
body[data-modal=true] .modal-bg {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  z-index: 100;
}
body .modal-bg {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  z-index: 100;
}

.js-modal {
  opacity: 0;
  margin: 7%;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
  z-index: 101;
}
.js-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.js-modal.is-active .modal-block {
  overflow: auto;
}
.js-modal .modal-block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  padding: 10px;
  position: relative;
}
.js-modal .modal-block .js-modal-close {
  margin-top: 1em;
}
.js-modal .btn-close.of-circle {
  border-radius: 100%;
  box-shadow: 0 0 0 8px #fff;
  height: 36px;
  margin: 0;
  padding: 7px;
  position: absolute;
  right: -17px;
  top: -17px;
  width: 36px;
}
.js-modal .btn-close.of-circle:hover {
  background-color: #666;
}

.js-modal-close {
  background-color: #333;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 23px;
  top: 16px;
}
.js-modal-close:focus {
  outline: auto;
}
@media screen and (max-width: 768px) {
  .js-modal-close {
    right: 13px;
    top: 10px;
  }
}
.js-modal-close__svg {
  display: block;
  position: relative;
}
.js-modal-close__svg__bars rect {
  border-radius: 1em;
  transition: all 0.3s ease-out;
}
.js-modal-close__svg__bars__bar-1 {
  transform: translate(-8%, 47%) rotate(-45deg);
}
.js-modal-close__svg__bars__bar-2 {
  opacity: 0;
  transform: translate(0%, -6%);
}
.js-modal-close__svg__bars__bar-3 {
  transform: translate(48%, -35%) rotate(45deg);
}

body:not(.js-disable-scroll) {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.js-disable-scroll {
  overflow-y: hidden;
}
/*# sourceMappingURL=style.css.map */