@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1300px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.4452926209vw;
  }
}

body {
  color: #303030;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, verdana, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.13rem;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

.header-common {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}
.header-common .header-logo {
  margin-bottom: 0;
}
.header-common .logo-image {
  display: block;
}
@media print, (min-width: 768px) {
  .header-common {
    padding-top: 35px;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1363px;
    margin: 0 auto;
    padding-right: 22px;
  }
  .header-common .logo-image {
    width: 74px;
  }
  .header-common .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-common .navigation-item {
    margin-left: 32px;
  }
  .header-common .navigation-link {
    display: inline-block;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 0.14rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 17px;
    text-decoration: none;
  }
  .header-common .navigation-link:hover {
    border-color: transparent;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-logo {
    position: absolute;
    top: 0.21rem;
    right: 0.2rem;
  }
  .header-common .logo-image {
    width: 0.64rem;
  }
}

.footer-contact {
  background-color: #f0f5fc;
}
.footer-contact .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact .contact-detail {
  text-align: center;
}
.footer-contact .list-item:last-child {
  margin-right: 0;
}
.footer-contact .item-icon {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  overflow: hidden;
  border-radius: 100%;
}
.footer-contact .detail-text {
  margin-bottom: 0;
  font-size: 0.14rem;
}
@media print, (min-width: 768px) {
  .footer-contact {
    padding: 54px 20px 40px;
  }
  .footer-contact .contact-list {
    margin-bottom: 28px;
  }
  .footer-contact .list-item {
    margin-right: 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-contact {
    padding: 0.37rem 0;
  }
  .footer-contact .list-item {
    margin-right: 0.32rem;
  }
  .footer-contact .contact-list {
    margin-bottom: 0.23rem;
  }
}

.navigation-footer-sitemap {
  background-color: #303030;
}
.navigation-footer-sitemap .footer-copyright {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}
.navigation-footer-sitemap .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    padding: 30px 0;
  }
  .navigation-footer-sitemap .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1354px;
  }
  .navigation-footer-sitemap .footer-copyright {
    padding-top: 4px;
	  
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap {
    min-height: 0;
    padding: 0.22rem 0;
  }
  .navigation-footer-sitemap .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-footer-sitemap .footer-copyright {
    text-align: center;
	  font-size: 0.1rem;  
  }
}

.menu-footer-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-footer-sitemap .child-label {
  color: #fff;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}
.menu-footer-sitemap .menu-child:last-child {
  margin-right: 0;
}
@media print, (min-width: 768px) {
  .menu-footer-sitemap .menu-wrapper {
    padding-left: 9px;
  }
  .menu-footer-sitemap .menu-child {
    margin-right: 24px;
  }
  .menu-footer-sitemap .child-label {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-footer-sitemap {
    position: relative;
    left: 0.02rem;
    margin-bottom: 0.12rem;
  }
  .menu-footer-sitemap .menu-child {
    margin-right: 0.2rem;
  }
}

.button-fixed {
  visibility: hidden;
  position: fixed;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
}
.button-fixed.is-active {
  visibility: visible;
  opacity: 1;
}
.button-fixed .fixed-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .button-fixed {
    right: 20px;
    bottom: 20px;
    width: 135px;
    height: 135px;
  }
  .button-fixed .fixed-link {
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 80px;
    background: linear-gradient(0.41deg, #e13ade 0.39%, #ff64e3 99.69%);
    -webkit-box-shadow: 0 4px 8px rgba(222, 90, 255, 0.4);
    box-shadow: 0 4px 8px rgba(222, 90, 255, 0.4);
    font-size: 0.2rem;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-fixed {
    bottom: 0.1rem;
    left: 50%;
    width: 3.54rem;
    height: 0.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .button-fixed .fixed-link {
    padding: 0.06rem 0.1rem 0.05rem;
    border: 0.016rem solid #fff;
    border-radius: 0.5rem;
    background: linear-gradient(89.19deg, #e13ade 27.71%, #ff64e3 99.3%);
    -webkit-box-shadow: 0 0.032rem 0.064rem rgba(222, 90, 255, 0.4);
    box-shadow: 0 0.032rem 0.064rem rgba(222, 90, 255, 0.4);
    font-size: 0.18rem;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #000;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.title-common-primary .title-english {
  background: -webkit-gradient(linear, right top, left top, color-stop(-41.21%, #67e2c4), to(#0c84f3));
  background: linear-gradient(270deg, #67e2c4 -41.21%, #0c84f3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}
@media print {
  .title-common-primary .title-english {
    background-color: #3eb9de !important;
    -webkit-filter: brightness(1.05) contrast(1.1);
    filter: brightness(1.05) contrast(1.1);
  }
}
.title-common-primary .title-japanese {
  color: #167dfa;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.title-common-primary.is-style-white .title-english,
.title-common-primary.is-style-white .title-japanese {
  color: #fff;
}
.title-common-primary.is-style-white .title-english {
  background: unset;
}
@media print {
  .title-common-primary.is-style-white .title-english {
    background-color: unset !important;
    -webkit-filter: unset !important;
    filter: unset !important;
  }
}
@media print, (min-width: 768px) {
  .title-common-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title-common-primary .title-english {
    margin-right: 38px;
    font-size: 0.6rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.21rem;
  }
  .title-common-primary.is-column {
    display: block;
  }
  .title-common-primary.is-column .title-english {
    display: block;
    margin-right: 0;
    margin-bottom: 23px;
    letter-spacing: 0;
  }
  .title-common-primary.is-column .title-japanese {
    display: block;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.25rem;
    text-align: center;
  }
  .title-common-primary .title-english {
    display: block;
    margin-bottom: -1px;
    font-size: 0.45rem;
  }
  .title-common-primary .title-japanese {
    display: block;
    font-size: 0.16rem;
  }
}

.section-top-partner .partner-info,
.section-top-partner .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-partner .info-item:last-child {
  margin-bottom: 0;
}
.section-top-partner .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #303030;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-top-partner .item-title::before, .section-top-partner .item-title::after {
  content: "";
  position: relative;
  top: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
  height: 0.02rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #303030;
}
.section-top-partner .item-title::before {
  left: 0;
}
.section-top-partner .item-title::after {
  right: 0;
}
.section-top-partner .item-title span {
  display: inline-block;
  text-align: center;
}
.section-top-partner .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-top-partner .list-item:last-child {
  margin-right: 0;
}
.section-top-partner .item-link {
  display: block;
  height: 1rem;
}
.section-top-partner .item-link img {
  width: auto;
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-top-partner {
    padding: 86px 0 52px;
  }
  .section-top-partner .wrapper {
    max-width: 1038px;
  }
  .section-top-partner .info-list.is-cooperation {
    position: relative;
    left: 20px;
  }
  .section-top-partner .info-item {
    margin-bottom: 37px;
  }
  .section-top-partner .item-title {
    margin-bottom: 19px;
    font-size: 0.24rem;
  }
  .section-top-partner .item-title span {
    min-width: 158px;
    padding: 0 52px;
  }
  .section-top-partner .list-item {
    margin-right: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-partner {
    padding: 0.44rem 0 0.04rem;
  }
  .section-top-partner .info-item {
    margin-bottom: 0.16rem;
  }
  .section-top-partner .item-title {
    margin-bottom: 0.04rem;
    font-size: 0.18rem;
  }
  .section-top-partner .item-title span {
    min-width: 1.12rem;
    padding: 0 0.24rem;
  }
  .section-top-partner .info-list {
    margin: 0 -1px;
  }
  .section-top-partner .list-item {
    margin-right: 0.17rem;
    margin-bottom: 0.1rem;
  }
}

.section-top-theme .theme-text {
  letter-spacing: 0.05em;
  text-align: justify;
}
.section-top-theme .theme-text p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-theme {
    padding: 71px 0 88px;
  }
  .section-top-theme .wrapper {
    max-width: 815px;
  }
  .section-top-theme .title-common-primary {
    margin-bottom: 13px;
  }
  .section-top-theme .theme-text {
    padding: 0 7px;
  }
  .section-top-theme .theme-text p {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-theme {
    padding: 0.6rem 0 0.65rem;
  }
  .section-top-theme .theme-text {
    font-size: 0.135rem;
  }
  .section-top-theme .theme-text p {
    margin-bottom: 0.22rem;
  }
}

.section-top-outline .table-title,
.section-top-outline .table-content {
  letter-spacing: 0.05em;
}
.section-top-outline .table-title {
  color: #18a1b0;
  font-weight: 700;
}
.section-top-outline .table-content p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-outline {
    padding: 107px 0 73px;
  }
  .section-top-outline .wrapper {
    max-width: 1045px;
  }
  .section-top-outline .outline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-outline .title-common-primary {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 405px;
    padding: 0 18px;
  }
  .section-top-outline .outline-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 640px;
    margin-top: 12px;
  }
  .section-top-outline .table-title,
  .section-top-outline .table-content {
    padding: 18px 0;
    border-bottom: 1px solid #ddedf4;
  }
  .section-top-outline .table-title:first-of-type,
  .section-top-outline .table-content:first-of-type {
    padding-top: 0;
  }
  .section-top-outline .table-title:last-of-type,
  .section-top-outline .table-content:last-of-type {
    margin-bottom: 0;
  }
  .section-top-outline .table-title {
    width: 135px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .section-top-outline .table-content {
    width: calc(100% - 135px);
    padding-right: 2px;
    padding-left: 2px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099.98px) {
  .section-top-outline .title-common-primary {
    width: 320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-outline {
    padding: 0.7rem 0 0.45rem;
  }
  .section-top-outline .outline-table {
    border-top: 1px solid #ddedf4;
  }
  .section-top-outline .table-title,
  .section-top-outline .table-content {
    padding-right: 0.16rem;
    padding-left: 0.16rem;
  }
  .section-top-outline .table-title {
    margin-bottom: 0.08rem;
    padding-top: 0.12rem;
  }
  .section-top-outline .table-content {
    margin-bottom: 0.02rem;
    padding-bottom: 0.14rem;
    border-bottom: 1px solid #ddedf4;
    font-size: 0.14rem;
    line-height: 0.17rem;
  }
  .section-top-outline .text-note {
    display: inline-block;
    margin-top: 0.04rem;
    font-size: 0.12rem;
    line-height: 0.14rem;
  }
}

.section-top-recommended {
  overflow: hidden;
}
.section-top-recommended .recommended-wrapper {
  position: relative;
  z-index: 1;
}
.section-top-recommended .recommended-wrapper::before, .section-top-recommended .recommended-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.section-top-recommended .recommended-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-recommended .recommended-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.02rem solid #fff;
  background: rgba(0, 93, 207, 0.3);
}
.section-top-recommended .recommended-item:last-child {
  margin-bottom: 0;
}
.section-top-recommended .recommended-content {
  color: #fff;
}
.section-top-recommended .recommended-content p {
  margin-bottom: 0.05rem;
}
.section-top-recommended .recommended-content p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-recommended {
    min-height: 711px;
    padding: 72px 0;
    background: linear-gradient(257.03deg, #67e2c4 -28.65%, #0c84f3 100.92%);
  }
  .section-top-recommended .recommended-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  .section-top-recommended .recommended-wrapper::before, .section-top-recommended .recommended-wrapper::after {
    width: 685px;
    height: 685px;
    background: url("../img/top/recommended_decor.png") no-repeat 0 0/auto 100%;
  }
  .section-top-recommended .recommended-wrapper::before {
    top: -448px;
    right: -330px;
  }
  .section-top-recommended .recommended-wrapper::after {
    bottom: -302px;
    left: -196px;
  }
  .section-top-recommended .wrapper {
    max-width: 1026px;
  }
  .section-top-recommended .title-common-primary.is-column {
    margin-bottom: 35px;
  }
  .section-top-recommended .title-common-primary.is-column .title-english {
    margin-bottom: 3px;
  }
  .section-top-recommended .title-common-primary.is-column .title-japanese {
    letter-spacing: 0;
  }
  .section-top-recommended .recommended-item {
    min-height: 80px;
    margin-bottom: 16px;
    padding: 10px 44px;
    border-radius: 15px;
  }
  .section-top-recommended .recommended-content {
    padding-bottom: 2px;
    font-size: 0.22rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-recommended {
    padding: 0.73rem 0 0.64rem;
    background: linear-gradient(200.7deg, #40bad8 27.42%, #0c84f3 89.77%);
  }
  .section-top-recommended .recommended-wrapper::before, .section-top-recommended .recommended-wrapper::after {
    width: 3.37rem;
    height: 3.37rem;
    background: url("../img/top/sp/recommended_decor.png") no-repeat 0 0/auto 100%;
  }
  .section-top-recommended .recommended-wrapper::before {
    top: -1.18rem;
    right: -1.5rem;
  }
  .section-top-recommended .recommended-wrapper::after {
    bottom: -1.42rem;
    left: -0.81rem;
  }
  .section-top-recommended .title-common-primary.is-column {
    margin-bottom: 0.44rem;
  }
  .section-top-recommended .title-common-primary.is-column .title-english {
    margin-bottom: 0.27rem;
    font-size: 0.38rem;
    line-height: 1.2;
  }
  .section-top-recommended .recommended-item {
    min-height: 0.66rem;
    margin-bottom: 0.15rem;
    padding: 0.1rem 0.26rem;
    border-radius: 0.08rem;
  }
  .section-top-recommended .recommended-content {
    font-size: 0.16rem;
    line-height: 1.4;
  }
}

.section-top-entry .entry-form {
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .section-top-entry {
    padding: 68px 0 77px;
    background: url("../img/top/entry_bg.jpg") no-repeat center/cover;
  }
  .section-top-entry .entry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-entry .title-common-primary {
    width: 374px;
    padding: 0 7px;
  }
  .section-top-entry .entry-form {
    max-width: 700px;
    margin-top: 15px;
    margin-right: -3px;
    padding: 20px;
    border-radius: 15px;
  }
  .section-top-entry .entry-form iframe {
    width: 620px;
    max-width: 100%;
	height: 1030px;  
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-entry {
    padding: 0.61rem 0 0.66rem;
    background: url("../img/top/sp/entry_bg.jpg") no-repeat center/cover;
  }
  .section-top-entry .wrapper {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .section-top-entry .title-common-primary {
    margin-bottom: 0.38rem;
  }
  .section-top-entry .entry-form {
    padding: 0.15rem 0.06rem;
    border-radius: 0.08rem;
  }
  .section-top-entry .entry-form iframe {
    width: 100%;
    height: 1120px;
  }
}

.section-top-keyvisual .keyvisual-image {
  position: relative;
}
.section-top-keyvisual .keyvisual-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(89.19deg, #e13ade 27.71%, #ff64e3 99.3%);
  color: #fff;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding: 119px 0 41px;
    background: url("../img/top/keyvisual_bg.jpg") no-repeat center/cover;
  }
  .section-top-keyvisual .wrapper {
    max-width: 1012px;
  }
  .section-top-keyvisual .keyvisual-image {
    left: -20px;
    max-width: 1012px;
    margin: 0 auto 49px;
  }
  .section-top-keyvisual .keyvisual-button {
    left: -6px;
    width: 370px;
    min-height: 65px;
    padding: 5px 20px;
    border: 2px solid #fff;
    border-radius: 80px;
    -webkit-box-shadow: 4px 4px 8px rgba(57, 40, 187, 0.2);
    box-shadow: 4px 4px 8px rgba(57, 40, 187, 0.2);
    font-size: 0.24rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding: 0.32rem 0 0.33rem;
    background: url("../img/top/sp/keyvisual_bg.jpg") no-repeat center/cover;
  }
  .section-top-keyvisual .wrapper {
    padding: 0;
  }
  .section-top-keyvisual .keyvisual-image {
    max-width: 3.93rem;
    margin: 0 auto 0.22rem;
  }
  .section-top-keyvisual .keyvisual-button {
    width: 2.96rem;
    min-height: 0.52rem;
    padding: 0.05rem 0.2rem;
    border: 0.016rem solid #fff;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0 0.032rem 0.064rem rgba(222, 90, 255, 0.4);
    box-shadow: 0 0.032rem 0.064rem rgba(222, 90, 255, 0.4);
    font-size: 0.18rem;
    letter-spacing: 0.05em;
  }
}

.section-top-timetable {
  background-color: #f0f5fc;
}
.section-top-timetable ul,
.section-top-timetable ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-top-timetable .timetable-item {
  overflow: hidden;
}
.section-top-timetable .timetable-item:last-child {
  margin-bottom: 0;
}
.section-top-timetable .timetable-item:nth-child(1) .timetable-item-head {
  background: -webkit-gradient(linear, left top, left bottom, from(#1fccd9), to(#0b86d2));
  background: linear-gradient(180deg, #1fccd9 0%, #0b86d2 100%);
}
.section-top-timetable .timetable-item:nth-child(1) .timetable-item-heading {
  color: #1fc4c2;
}
.section-top-timetable .timetable-item:nth-child(2) .timetable-item-head {
  background: -webkit-gradient(linear, left top, left bottom, from(#0e8cd3), to(#7337e1));
  background: linear-gradient(180deg, #0e8cd3 0%, #7337e1 100%);
}
.section-top-timetable .timetable-item:nth-child(2) .timetable-item-heading {
  color: #18a1b0;
}
.section-top-timetable .timetable-item:nth-child(3) .timetable-item-head {
  background: -webkit-gradient(linear, left top, left bottom, from(#7337e1), to(#ff64e3));
  background: linear-gradient(180deg, #7337e1 0%, #ff64e3 100%);
}
.section-top-timetable .timetable-item:nth-child(3) .timetable-item-heading {
  color: #7a3ae1;
}
.section-top-timetable .timetable-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: center;
}
.section-top-timetable .timetable-item-head time {
  display: block;
}
.section-top-timetable .timetable-item-head time.is-start {
  position: relative;
}
.section-top-timetable .timetable-item-head time.is-start::before {
  content: "";
  position: absolute;
  background: #fff;
}
.section-top-timetable .timetable-item-content {
  background: #fff;
}
.section-top-timetable .timetable-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.section-top-timetable .timetable-item-title {
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: justify;
}
.section-top-timetable .timetable-item-text {
  letter-spacing: 0.05em;
  text-align: justify;
}
.section-top-timetable .staff-item {
  position: relative;
  overflow: hidden;
  border: 0.02rem solid rgba(16, 84, 181, 0.5);
  -webkit-box-shadow: 0.04rem 0.04rem 0.04rem rgba(90, 148, 255, 0.25);
  box-shadow: 0.04rem 0.04rem 0.04rem rgba(90, 148, 255, 0.25);
}
.section-top-timetable .staff-item.is-active .accordion-heading-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.section-top-timetable .accordion-common {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-top-timetable .accordion-common:hover {
  background-color: #f0f5fc;
}
.section-top-timetable .accordion-heading-button {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background-color: #167dfa;
}
.section-top-timetable .accordion-heading-button::before, .section-top-timetable .accordion-heading-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.14rem;
  height: 0.02rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #fff;
}
.section-top-timetable .accordion-heading-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.section-top-timetable .accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-top-timetable .staff-item-image {
  overflow: hidden;
  border-radius: 100%;
}
.section-top-timetable .staff-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-top-timetable .staff-item-label {
  display: inline-block;
  border: 1px solid #167dfa;
  background-color: #167dfa;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.section-top-timetable .staff-item-label.is-moderator {
  background-color: transparent;
  color: #167dfa;
}
.section-top-timetable .staff-item-title {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-top-timetable .staff-item-text {
  letter-spacing: 0.05em;
}
.section-top-timetable .staff-item-name {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-top-timetable .staff-item-name .name-suffix {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-top-timetable .accordion-content {
  display: none;
}
.section-top-timetable .content-text {
  font-size: 0.12rem;
  text-align: justify;
}
.section-top-timetable .content-text p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-timetable {
    padding: 104px 0 115px;
  }
  .section-top-timetable .title-common-primary {
    margin-bottom: 14px;
    padding: 0 6px;
  }
  .section-top-timetable .timetable-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 29px;
    border-radius: 20px;
  }
  .section-top-timetable .timetable-item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 112px;
    font-size: 0.24rem;
  }
  .section-top-timetable .timetable-item-head time.is-start {
    padding-bottom: 23px;
  }
  .section-top-timetable .timetable-item-head time.is-start::before {
    bottom: 2px;
    left: 50%;
    width: 1px;
    height: 20px;
  }
  .section-top-timetable .timetable-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 48px 66px 38px 47px;
  }
  .section-top-timetable .timetable-item-heading {
    margin-bottom: 10px;
  }
  .section-top-timetable .timetable-item-label {
    margin-right: 9px;
    font-size: 0.18rem;
  }
  .section-top-timetable .timetable-item-number {
    position: relative;
    top: -1px;
    font-size: 0.32rem;
  }
  .section-top-timetable .timetable-item-title {
    margin-bottom: 13px;
    font-size: 0.26rem;
    line-height: 1.4;
  }
  .section-top-timetable .timetable-item-text {
    margin-bottom: 40px;
  }
  .section-top-timetable .staff-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5px;
  }
  .section-top-timetable .staff-item {
    width: calc((100% - 40px) / 2);
    min-height: 198px;
    margin: 0 40px 25px 0;
    border-radius: 15px;
  }
  .section-top-timetable .staff-item:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1042px) {
  .section-top-timetable .staff-item {
    width: 100%;
    margin-right: 0;
  }
}
@media print, (min-width: 768px) {
  .section-top-timetable .accordion-common {
    padding: 18px 18px 5px 18px;
  }
  .section-top-timetable .accordion-heading-button {
    right: 12px;
    bottom: 9px;
  }
  .section-top-timetable .accordion-heading {
    padding: 0 2px 32px;
  }
  .section-top-timetable .staff-item-image {
    width: 120px;
    height: 120px;
    margin-top: 18px;
    margin-right: 15px;
  }
  .section-top-timetable .staff-item-label {
    min-width: 98px;
    min-height: 21px;
    margin-bottom: 13px;
    margin-left: 1px;
    padding: 3px 10px;
    font-size: 0.12rem;
  }
  .section-top-timetable .staff-item-title {
    margin-bottom: 11px;
    font-size: 0.16rem;
    line-height: 1.2;
  }
  .section-top-timetable .staff-item-text {
    margin-bottom: 11px;
    font-size: 0.12rem;
    line-height: 1.2;
  }
  .section-top-timetable .staff-item-name span {
    margin-left: 4px;
    font-size: 0.13rem;
  }
  .section-top-timetable .accordion-content {
    padding-top: 16px;
	  padding-left: 2px;
	  padding-right: 2px;
    padding-bottom: 35px;
    border-top: 1px solid #87aada;
  }
  .section-top-timetable .content-text {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-timetable {
    padding: 0.5rem 0 0.57rem;
  }
  .section-top-timetable .wrapper {
    padding: 0 0.18rem;
  }
  .section-top-timetable .title-common-primary {
    margin-bottom: 0.29rem;
  }
  .section-top-timetable .timetable-item {
    margin-bottom: 0.35rem;
    border-radius: 0.15rem;
  }
  .section-top-timetable .timetable-item:nth-child(1) .timetable-item-head {
    background: linear-gradient(89.95deg, #1fccd9 0.03%, #0b86d2 100.05%);
  }
  .section-top-timetable .timetable-item:nth-child(2) .timetable-item-head {
    background: linear-gradient(89.97deg, #0e8cd3 -0.54%, #7337e1 100.06%);
  }
  .section-top-timetable .timetable-item:nth-child(3) .timetable-item-head {
    background: linear-gradient(89.97deg, #7337e1 -0.54%, #ff64e3 100.06%);
  }
	
  .section-top-timetable .timetable-item-head {
    padding: 0 0.2rem;
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
  .section-top-timetable .timetable-item-head time.is-start {
    padding-right: 0.36rem;
  }
  .section-top-timetable .timetable-item-head time.is-start::before {
    top: 50%;
    right: 0.08rem;
    width: 0.2rem;
    height: 1px;
  }
  .section-top-timetable .timetable-item-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-top-timetable .timetable-item-content {
    padding: 0.22rem 0.19rem 0.39rem;
  }
  .section-top-timetable .timetable-item-heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.02rem;
  }
  .section-top-timetable .timetable-item-label {
    margin-right: 0.1rem;
    font-size: 0.16rem;
  }
  .section-top-timetable .timetable-item-number {
    position: relative;
    top: -0.02rem;
    font-size: 0.28rem;
  }
  .section-top-timetable .timetable-item-title {
    margin-bottom: 0.17rem;
    font-size: 0.18rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .section-top-timetable .timetable-item-text {
    margin-bottom: 0.28rem;
  }
  .section-top-timetable .staff-item {
    margin-bottom: 0.16rem;
    border-radius: 0.08rem;
  }
  .section-top-timetable .staff-item:last-child {
    margin-bottom: 0;
  }
  .section-top-timetable .accordion-common {
    padding: 0.16rem 0.06rem 0.07rem;
  }
  .section-top-timetable .accordion-heading {
    padding: 0 0.15rem 0.15rem;
  }
  .section-top-timetable .accordion-heading-button {
    right: 0.15rem;
    bottom: 0.12rem;
  }
  .section-top-timetable .staff-item-image {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.03rem;
    margin-right: 0.19rem;
  }
  .section-top-timetable .staff-item-label {
    min-width: 0.95rem;
    min-height: 0.17rem;
    margin-bottom: 0.07rem;
    padding: 0.02rem 0.1rem;
    font-size: 0.11rem;
  }
  .section-top-timetable .staff-item-title {
    margin-bottom: 0.08rem;
    font-size: 0.15rem;
    line-height: 0.18rem;
  }
  .section-top-timetable .staff-item-text {
    margin-bottom: 0.04rem;
    font-size: 0.12rem;
    line-height: 1.2;
  }
  .section-top-timetable .staff-item-name {
    font-size: 0.14rem;
  }
  .section-top-timetable .staff-item-name .name-suffix {
    margin-left: 0.04rem;
    font-size: 0.12rem;
  }
  .section-top-timetable .accordion-content {
    padding: 0.1rem 0.05rem 0.39rem;
    border-top: 1px solid #87aada;
  }
}
/*# sourceMappingURL=top.css.map */