@charset "UTF-8";
/*****************************************************
  Foundation
*****************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 0.625em;
}

body {
  min-width: 100%;
  font: 400 1.8em/1.8 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6em;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
* {
  box-sizing: border-box;
}

ul,
ol,
li,
dd {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input,
textarea,
select,
button {
  font: inherit;
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=search]:focus {
  outline: none;
}

button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: 0.1s linear;
}

select {
  white-space: nowrap;
}

a {
  text-decoration: none;
  transition: 0.1s linear;
}
@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
/*****************************************************
  Layout
*****************************************************/
/* =================================================
Frame
================================================= */
.l-wrapper {
  overflow: hidden;
}

.l-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 97.8rem;
  margin: 0 auto;
}
.l-container:after {
  display: block;
  clear: both;
  content: "";
}

/* =================================================
Header
================================================= */
.l-header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header.-fixed {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.l-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0 2rem;
}
.l-header_logo {
  width: 24.5rem;
}
.l-header_logo img {
  display: block;
  width: 100%;
}
.l-header_menuBtn {
  display: none;
}
.l-header_menu {
  display: flex;
  height: 100%;
  margin: 0 -2rem 0 0;
}
.l-header_nav {
  display: flex;
}
.l-header_nav_item {
  font-size: 1.3rem;
  font-weight: 700;
}
.l-header_nav_item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2rem 2.3rem 2rem 1rem;
  color: #333;
  text-decoration: none;
}
.l-header_nav_item a:hover {
  color: #e60012;
  text-decoration: underline;
}
.l-header_nav_item a::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-color: #e60012 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
}
.l-header_nav_item a.-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.l-header_cta {
  display: flex;
  margin: 0 0 0 1rem;
  background: #fff;
}
.l-header_cta_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #e60012;
}
.l-header_cta_btn:hover {
  text-decoration: none;
}
.l-header_cta_btn.-redBtn:hover {
  background-color: #b2000e;
}
.l-header_cta_btn.-apply {
  background: #0051a4;
}
.l-header_cta_btn.-apply:hover {
  background-color: #003468;
}
.l-header_cta_btn_label {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
.l-header_cta_btn_label .-xl {
  display: none;
}
.l-header_cta_btn.-disabled {
  pointer-events: none;
  background: #a8a8a8;
}
@media screen and (max-width: 1350px) {
  .l-header_logo {
    width: 24.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .l-header_inner {
    position: relative;
    display: block;
    height: 5rem;
    padding: 0;
  }
  .l-header_inner::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .l-header_logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    max-width: calc(100% - 5rem);
    height: 100%;
    margin: 0 1rem;
  }
  .l-header_menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    background: #fff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
    transition: -webkit-transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  .l-header_menu.-open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .l-header_menuBtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 5rem;
    height: 5rem;
  }
  .l-header_menuBtn span {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 2.5rem;
    height: 0.2rem;
    margin: 0 auto;
    background: #bf0000;
    transition: all 0.3s;
  }
  .l-header_menuBtn span:nth-child(1) {
    top: 1.5rem;
  }
  .l-header_menuBtn span:nth-child(2) {
    top: 2.4rem;
  }
  .l-header_menuBtn span:nth-child(3) {
    top: 3.3rem;
  }
  .l-header_menuBtn.-open span {
    width: 2.5rem;
  }
  .l-header_menuBtn.-open span:nth-child(1) {
    top: 2.3rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header_menuBtn.-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header_menuBtn.-open span:nth-child(3) {
    top: 2.3rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .l-header_nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #000;
  }
  .l-header_nav_item {
    width: 33.33%;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
  }
  .l-header_nav_item a {
    justify-content: center;
    min-height: 4.5rem;
    padding: 0.8rem 1rem 0.7rem;
    color: #fff;
  }
  .l-header_nav_item a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 2.5rem);
    margin: auto 0;
    background: #323232;
  }
  .l-header_nav_item a::after {
    content: none;
  }
  .l-header_nav_item a:hover {
    color: #fff;
    opacity: 0.7;
  }
  .l-header_nav_item:nth-child(3) a::before, .l-header_nav_item:nth-child(6) a::before {
    display: none;
  }
  .l-header_cta {
    flex-wrap: wrap;
    margin: 0;
  }
  .l-header_cta_btn {
    width: 50%;
    padding: 0.7rem 1.5rem;
  }
  .l-header_cta_btn_label {
    display: flex;
    align-items: center;
    min-height: 3rem;
  }
  .l-header_cta_btn_label::before {
    min-height: inherit;
    font-size: 0;
    content: "";
  }
  .l-header_cta_btn_label .-xl {
    display: block;
  }
  .l-header_cta_btn.-regist {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_logo {
    width: 19.2rem;
  }
}

/* =================================================
Footer
================================================= */
.l-footer_pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 6rem;
  height: 6rem;
  transition: 0.3s linear;
}
.l-footer_pagetop:hover {
  opacity: 0.7;
}
.l-footer a {
  color: currentColor;
}
.l-footer_inner {
  padding: 5rem 0 4.5rem;
  text-align: center;
}
.l-footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer_link_item {
  padding: 0 2rem;
  line-height: 1;
  border-left: 1px solid #e5e5e5;
}
.l-footer_link_item:first-of-type {
  border-left: none;
}
.l-footer_link_item a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.l-footer_link_item a:hover {
  opacity: 0.7;
}
.l-footer_logo {
  display: table;
  margin: 3rem auto 1.5rem;
  text-align: center;
}
.l-footer_logo:hover {
  opacity: 0.7;
}
.l-footer_logo img {
  width: 10rem;
  vertical-align: bottom;
}
.l-footer_copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer_pagetop {
    bottom: 0;
    width: 4rem;
    height: 4rem;
  }
  .l-footer_inner {
    padding: 4rem 2rem;
  }
  .l-footer_link {
    display: block;
    margin: -1em 0 0;
  }
  .l-footer_link_item {
    padding: 0;
    margin: 0.8em 0 0;
    line-height: 1.2;
    text-align: left;
    border-left: none;
  }
  .l-footer_link_item.-center {
    text-align: center;
  }
  .l-footer_link_item a {
    font-size: 1.2rem;
  }
  .l-footer_logo {
    margin-top: 2rem;
  }
}

/* =================================================
.l-nav
================================================= */
.l-nav_list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 97.8rem;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.l-nav_list_item {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}
.l-nav_list_item a {
  position: relative;
  display: block;
  padding: 1.6rem 3rem 1.5rem 0;
  color: currentColor;
  transition: all 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.l-nav_list_item a:hover {
  color: #e60012;
  text-decoration: underline;
}
.l-nav_list_item:last-child a {
  padding-right: 0;
}
.l-nav_list_item_label::after {
  display: inline-block;
  margin-left: 0.7rem;
  vertical-align: middle;
  content: "";
  border-top: 0.6rem solid #e60012;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
}
@media screen and (max-width: 1180px) {
  .l-nav_list_item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 864px) {
  .l-nav_list_item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1rem 0;
  }
  .l-nav_list_item {
    width: 33.33%;
    height: 4.5rem;
    font-size: 1.2rem;
  }
  .l-nav_list_item::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 2rem;
    background: #cecece;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-nav_list_item:nth-child(3n)::before {
    display: none;
  }
  .l-nav_list_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.5rem;
  }
  .l-nav_list_item a::after {
    content: none;
  }
  .l-nav_list_item_label::after {
    content: none;
  }
}

/* =================================================
.l-section
================================================= */
.l-section .l-section {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-section .l-section {
    margin-top: 4.5rem;
  }
}

/*****************************************************
Object
*****************************************************/
/* =================================================
Utility
================================================= */
.u-mtNone {
  margin-top: 0 !important;
}

.u-mtSmall {
  margin-top: 1rem !important;
}

.u-mtNormal {
  margin-top: 3rem !important;
}

.u-mtLarge {
  margin-top: 5rem !important;
}

.u-mbNone {
  margin-bottom: 0 !important;
}

.u-mbSmall {
  margin-bottom: 1.5rem !important;
}

.u-mbNormal {
  margin-bottom: 3rem !important;
}

.u-mbLarge {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 767px) {
  .u-mtSmall {
    margin-top: 1rem !important;
  }
  .u-mtNormal {
    margin-top: 3rem !important;
  }
  .u-mtLarge {
    margin-top: 4rem !important;
  }
  .u-mbSmall {
    margin-bottom: 1rem !important;
  }
  .u-mbNormal {
    margin-bottom: 3rem !important;
  }
  .u-mbLarge {
    margin-bottom: 4rem !important;
  }
}
.u-ptNone {
  padding-top: 0 !important;
}

.u-ptSmall {
  padding-top: 1rem !important;
}

.u-ptNormal {
  padding-top: 3rem !important;
}

.u-ptLarge {
  padding-top: 5rem !important;
}

.u-pbNone {
  padding-bottom: 0 !important;
}

.u-pbSmall {
  padding-bottom: 1.5rem !important;
}

.u-pbNormal {
  padding-bottom: 3rem !important;
}

.u-pbLarge {
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 767px) {
  .u-ptSmall {
    padding-top: 1rem !important;
  }
  .u-ptNormal {
    padding-top: 3rem !important;
  }
  .u-ptLarge {
    padding-top: 4rem !important;
  }
  .u-pbSmall {
    padding-bottom: 1rem !important;
  }
  .u-pbNormal {
    padding-bottom: 3rem !important;
  }
  .u-pbLarge {
    padding-bottom: 4rem !important;
  }
}
.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

@media screen and (min-width: 1181px) {
  .u-ac-pc {
    text-align: center !important;
  }
  .u-ar-pc {
    text-align: right !important;
  }
  .u-al-pc {
    text-align: left !important;
  }
  .u-vm-pc {
    vertical-align: middle !important;
  }
  .u-vt-pc {
    vertical-align: top !important;
  }
  .u-vb-pc {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 576px) {
  .u-ac-sp {
    text-align: center !important;
  }
  .u-ar-sp {
    text-align: right !important;
  }
  .u-al-sp {
    text-align: left !important;
  }
  .u-vm-sp {
    vertical-align: middle !important;
  }
  .u-vt-sp {
    vertical-align: top !important;
  }
  .u-vb-sp {
    vertical-align: bottom !important;
  }
}
.u-sp,
.u-tab {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: inherit !important;
  }
}
/* =================================================
Component
================================================= */
/* -----------------------------------------------
.c-btn
----------------------------------------------- */
.c-btn {
  position: relative;
  display: block;
  max-width: 64.2rem;
  padding: 0 5rem;
  margin: 4rem auto 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #e60012;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.c-btn::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 3.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.c-btn.-large .c-btn_label {
  font-size: 2.4rem;
}
.c-btn.-redBtn:hover {
  background: #b2000e;
  opacity: 1;
}
.c-btn.-redBtn.-pdfIcon::after {
  right: 2.5rem;
  width: 2rem;
  height: 2.4rem;
  background: url("/xtechnext/2023tky/ad/real/icon_pdf.png") 50% 50%/contain no-repeat;
  border: none;
}
.c-btn.-apply {
  background: #0051a4;
}
.c-btn.-apply:hover {
  background: #003468;
  opacity: 1;
}
.c-btn.-disabled {
  pointer-events: none;
  background: #a8a8a8;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn_label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 6.2rem;
  padding: 1.6rem 0;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-btn_label::before {
  min-height: inherit;
  font-size: 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    right: 2.2rem;
  }
  .c-btn.-redBtn::after {
    right: 1.5rem;
  }
  .c-btn.-large .c-btn_label {
    font-size: 1.6rem;
  }
  .c-btn_label {
    min-height: 4.5rem;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
.c-text
----------------------------------------------- */
.c-text {
  font-weight: 700;
}

/* -----------------------------------------------
.c-table
----------------------------------------------- */
.c-table {
  width: 100%;
}
.c-table th,
.c-table td {
  padding: 0.8rem 2rem;
  font-weight: 700;
  border: 2px solid #660000;
}
.c-table th {
  width: 22.5%;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #bf0000;
}
.c-table td {
  word-break: normal;
  background: #fff;
}
.c-table_notes {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-table {
    border-bottom: 2px solid #660000;
  }
  .c-table th,
  .c-table td {
    display: block;
    padding: 0.6rem 1.5rem;
    border-bottom: none;
  }
  .c-table th {
    width: auto;
  }
  .c-table_notes {
    display: block;
    margin-left: 0;
  }
}

/* =================================================
Project
================================================= */
/* -----------------------------------------------
.hero
----------------------------------------------- */
.hero {
  position: relative;
  padding: 4rem 4rem 0;
  margin: 0 0 4.2rem;
}
.hero::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4.5rem);
  background: url("/xtechnext/2023tky/ad/real/bg_hero__pc.png") 50% 50%/cover no-repeat;
}
.hero::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.hero_inner {
  width: 100%;
  max-width: 97.8rem;
  margin: 0 auto;
  text-align: center;
}
.hero_heading {
  text-align: center;
  opacity: 0;
  transition: ease-in-out 1s;
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
}
.hero_title {
  max-width: 61rem;
  padding: 7.8rem 4.6rem 3rem;
  margin: 0 auto;
}
.hero_title img {
  width: 100%;
}
.hero_outline {
  max-width: 79.5rem;
  margin: 0 auto;
}
.hero_date {
  margin: 2rem auto 0;
}
.hero_relativeSite {
  position: absolute;
  top: 0;
  right: 0;
  width: 26rem;
  text-align: center;
  transition: -webkit-transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  transition: transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  transition: transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s, -webkit-transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.hero_relativeSite a {
  display: block;
  transition: 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.hero_relativeSite a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.hero_relativeSite_logo {
  padding: 1.9rem 2rem;
  background-image: linear-gradient(to right, #009fbf, #006dd9);
}
.hero_relativeSite_logo img {
  width: 22rem;
}
.hero_relativeSite_text {
  position: relative;
  padding: 0.9rem 2.5rem 0.7rem;
  font-weight: 700;
  color: #196ba6;
  background: #fff;
}
.hero_relativeSite_text::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.hero_btnOfficial {
  display: none;
  opacity: 0;
  transition: ease-in-out 1.4s;
}
.hero_btnOfficial a {
  position: relative;
  display: block;
  max-width: 47.4rem;
  padding: 1.9rem 4rem 1.7rem;
  margin: 3.6rem auto 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #c82b81;
  text-align: center;
  background: #fff;
  border: 2px solid currentColor;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.hero_btnOfficial a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.hero_btnOfficial a:hover {
  color: #fff;
  background: #c82b81;
  border-color: #c82b81;
}
.hero_btnList {
  display: flex;
  margin: 12rem 0 0;
  opacity: 0;
  transition: ease-in-out 1.4s;
}
.hero_btnList .c-btn {
  flex: 1;
  margin: 0;
}
.hero.-animate::after {
  width: 0;
}
.hero.-animate .hero_heading {
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero.-animate .hero_btnOfficial {
  opacity: 1;
  transition-delay: 1s;
}
.hero.-animate .hero_btnList {
  opacity: 1;
  transition-delay: 1s;
}
.hero.-animate .hero_relativeSite {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hero.-visitors .hero_btnList {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .hero.-visitors .hero_btnList {
    margin-top: 1.5rem;
  }
}
.hero.-visitors .hero_title {
  padding: 2.6rem 4.6rem 3rem;
}
@media screen and (max-width: 767px) {
  .hero.-visitors .hero_title {
    padding: 4.5rem 1.8rem 0;
  }
}
.hero.-visitors .hero_btnOfficial {
  display: block;
}
@media screen and (max-width: 1180px) {
  .hero_relativeSite {
    position: static;
    width: auto;
    max-width: 40rem;
    margin: 3rem auto 2.5rem;
    opacity: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .hero_relativeSite_logo {
    padding: 1.3rem 2rem;
  }
  .hero.-animate .hero_relativeSite {
    opacity: 1;
    transition: opacity ease-in-out 1s;
    transition-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 3.7rem 2.5rem 5rem;
    margin: 0;
  }
  .hero::before {
    height: 100%;
    background: url("/xtechnext/2023tky/ad/real/bg_hero__sp.png") 50% 0%/cover no-repeat;
  }
  .hero_inner {
    max-width: 40rem;
  }
  .hero_heading {
    padding: 0;
  }
  .hero_title {
    padding: 4.5rem 1.8rem 0;
  }
  .hero_outline {
    padding: 0 3rem;
    margin-top: 3.7rem;
  }
  .hero_outline img {
    width: auto;
  }
  .hero_date {
    padding-inline: 2rem;
  }
  .hero_btnOfficial a {
    padding: 1.9rem 3rem 1.7rem;
    margin-top: 3.5rem;
    font-size: 1.6rem;
    border-width: 2px;
  }
  .hero_btnOfficial a::after {
    right: 2rem;
  }
  .hero_btnList {
    display: block;
    margin: 4rem 0 0;
  }
  .hero_btnList .c-btn {
    margin-top: 1.5rem;
  }
  .hero_relativeSite {
    max-width: 27rem;
  }
  .hero_relativeSite_logo {
    padding: 1.7rem 1rem 1rem;
  }
  .hero_relativeSite_logo img {
    display: block;
    margin: 0 auto;
  }
}

/* -----------------------------------------------
.bgGroup
----------------------------------------------- */
.bgGroup {
  position: relative;
  padding: 6rem 1rem;
  background: #fcf7f2;
}
.bgGroup::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
  width: 96rem;
  height: 101.2rem;
  background: url("/xtechnext/2023tky/ad/real/bg_decoration_right_01.png") 100% 50%/contain no-repeat;
}
.bgGroup.-var02 {
  background: #fff;
}
.bgGroup.-var02::before {
  right: auto;
  left: 0;
  height: 63.5rem;
  background: url("/xtechnext/2023tky/ad/real/bg_decoration_left.png") 0% 50%/contain no-repeat;
}
.bgGroup.-var02 .bgGroup_inner::before {
  right: auto;
  left: 0;
  background: #fcf7f2;
}
.bgGroup.-var03::before {
  height: 66rem;
  background: url("/xtechnext/2023tky/ad/real/bg_decoration_right_02.png") 100% 50%/contain no-repeat;
}
.bgGroup_inner {
  box-sizing: content-box;
  width: auto;
  padding: 1rem 6rem 5rem;
}
.bgGroup_inner::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bgGroup {
    padding: 6rem 1rem 5rem;
  }
  .bgGroup::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url("/xtechnext/2023tky/ad/real/bg_decoration_right_01.png") 50% 100%/100% auto no-repeat;
  }
  .bgGroup.-var02 {
    padding-bottom: 6rem;
  }
  .bgGroup.-var02::before {
    left: 0;
    background: url("/xtechnext/2023tky/ad/real/bg_decoration_left.png") 50% 100%/100% auto no-repeat;
  }
  .bgGroup.-var02 .bgGroup_inner::before {
    right: -1rem;
  }
  .bgGroup.-var03::before {
    height: 100%;
    background: url("/xtechnext/2023tky/ad/real/bg_decoration_right_02.png") 50% 100%/100% auto no-repeat;
  }
  .bgGroup_inner {
    padding: 0 1.5rem 5rem;
  }
  .bgGroup_inner::before {
    left: -1rem;
    width: calc(100% + 2rem - 1rem);
  }
}

/* -----------------------------------------------
.about
----------------------------------------------- */
.about {
  position: relative;
  padding: 10rem 1rem 7rem;
  margin: 4rem 0 0;
}
.about::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -33.375%;
  width: 33.375%;
  height: 100%;
  background: url("/xtechnext/2023tky/ad/real/bg_about.png") 100% 50%/cover no-repeat;
  transition: left 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.about_container {
  box-sizing: content-box;
  width: auto;
  padding: 1rem 6rem 5rem;
  background: #fff;
}
.about_heading {
  display: table;
  margin: -4.3rem auto 3rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.about_heading_row {
  display: inline-block;
  padding: 0.5rem 1rem 0.3rem;
  margin-top: 0.8rem;
  background: #333;
}
.about.-animate::before {
  left: 0;
}
@media screen and (max-width: 1180px) {
  .about_heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 12rem 0 0;
    margin: 0;
  }
  .about::before {
    left: -100%;
    width: 100%;
    background: url("/xtechnext/2023tky/ad/real/bg_about.png") 0% 0%/contain no-repeat;
  }
  .about_container {
    padding: 0;
    background: transparent;
  }
  .about_heading {
    position: relative;
    z-index: 2;
    display: block;
    padding: 2rem 2.5rem;
    margin: 0 0 0 1rem;
    font-size: 2.2rem;
    text-align: left;
  }
  .about_heading::before {
    /*@include bf;
    top: -12rem;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: calc(100% + 12rem);
    background: url('../bg_about.png') 50% 0/cover no-repeat;*/
  }
  .about_heading::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .about_heading_row {
    display: inline;
    padding: 0;
    margin-top: 0;
    background: none;
  }
  .about_body {
    padding: 4.5rem 2.5rem 5rem 1.5rem;
    margin-left: 1rem;
    background: #fff;
  }
}

/* -----------------------------------------------
.secHeading
----------------------------------------------- */
.secHeading {
  padding: 5rem 0 0;
  margin: 0 0 3rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #bf0000;
  text-align: center;
}
.secHeading span {
  display: inline-block;
  font-size: 2.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .secHeading {
    margin: 0 0 3rem;
    font-size: 3.3rem;
  }
  .secHeading.-left {
    text-align: left;
  }
  .secHeading span {
    display: block;
    font-size: 1.8rem;
  }
}

.secHeading02 {
  padding: 0.2rem 0 0.1rem 2.1rem;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.secHeading02::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 0.3rem;
  height: calc(1.4em + 0.3rem);
  background: #bf0000;
}
@media screen and (max-width: 767px) {
  .secHeading02 {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}

/* -----------------------------------------------
.sectionBlock
----------------------------------------------- */
.sectionBlock + .sectionBlock {
  margin-top: 4rem;
}

/* -----------------------------------------------
.event
----------------------------------------------- */
.event_heading {
  padding: 5rem 0 0;
  margin: 0 0 4rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  text-align: center;
}
.event_heading span {
  font-size: 1.5rem;
}
.event_eventList {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8rem 0 0 -0.8rem;
}
.event_eventList_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 0.8rem);
  min-height: 7rem;
  padding: 1.5rem 1.3rem;
  margin: 0.8rem 0 0 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: #fff;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.event_eventList_item::before {
  min-height: inherit;
  font-size: 0;
  content: "";
}
.event_eventList_item::after {
  position: absolute;
  display: block;
  content: "";
  top: -0.3rem;
  left: -0.3rem;
  width: 0;
  height: 0;
  border-top: solid transparent 0.5rem;
  border-right: solid #d40023 0.5rem;
  border-bottom: solid transparent 0.5rem;
  border-left: solid transparent 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.event_tagList {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8rem 0 0 -0.8rem;
  text-align: center;
}
.event_tagList_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 0.8rem);
  padding: 1.3rem 2rem;
  margin: 0.8rem 0 0 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  background: #fff;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}
.event_tagList_item:nth-child(6n+4), .event_tagList_item:nth-child(6n+5), .event_tagList_item:nth-child(6n+6) {
  background: #fceded;
}
.event_tagList.-large .event_tagList_item {
  position: relative;
  height: 10rem;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
}
.event_tagList.-large .event_tagList_item:nth-child(6n+4), .event_tagList.-large .event_tagList_item:nth-child(6n+5), .event_tagList.-large .event_tagList_item:nth-child(6n+6) {
  background: #fff;
}
.event_tagList.-large .event_tagList_item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0.2rem;
  left: 0.2rem;
  width: 0;
  height: 0;
  border-color: #bf0000 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .event_heading {
    font-size: 2.2rem;
  }
  .event_heading span {
    font-size: 1.3rem;
  }
  .event_eventList {
    justify-content: space-between;
  }
  .event_eventList_item {
    width: calc(50% - 0.4rem);
    min-height: 8.1rem;
    padding: 1.2rem 0.9rem;
    margin: 0.8rem 0 0;
  }
  .event_eventList_item:nth-child(-n+3) {
    margin-top: 0.8rem;
  }
  .event_eventList_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .event_eventList_item_label {
    font-size: 1.8rem;
  }
  .event_tagList_item {
    width: calc(50% - 0.8rem);
    padding: 0.9rem 1.5rem;
    font-size: 1.3rem;
  }
  .event_tagList_item:nth-child(6n+4), .event_tagList_item:nth-child(6n+5), .event_tagList_item:nth-child(6n+6) {
    background: #fff;
  }
  .event_tagList_item:nth-child(4n+3), .event_tagList_item:nth-child(4n+4) {
    background: #fceded;
  }
  .event_tagList.-large .event_tagList_item {
    min-height: 10.5rem;
    padding: 0.9rem 1.5rem;
    font-size: 1.8rem;
  }
  .event_tagList.-large .event_tagList_item:nth-child(4n+3), .event_tagList.-large .event_tagList_item:nth-child(4n+4) {
    background: #fff;
  }
}

/* -----------------------------------------------
.archive
----------------------------------------------- */
.archive_box {
  padding: 4rem;
  margin: 4rem 0 0;
  background: #f3f3f3;
}
.archive_box_imgList {
  display: flex;
  justify-content: space-between;
}
.archive_box_imgList_item {
  width: calc(50% - 1.5rem);
  margin: 0;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.archive_box_imgList_item img {
  width: 100%;
}
.archive_box_imgList_item a {
  display: block;
}
.archive_box_imgList_item a:hover {
  opacity: 0.7;
}
.archive_box_notice {
  position: relative;
  padding-left: 1em;
  margin: 3rem 0 0;
}
.archive_box_notice_mark {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .archive_box {
    padding: 1.5rem;
  }
  .archive_box_imgList {
    display: block;
  }
  .archive_box_imgList_item {
    width: auto;
  }
  .archive_box_imgList_item + .archive_box_imgList_item {
    margin-top: 2.5rem;
  }
  .archive_box_notice {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------
.application
----------------------------------------------- */
.application {
  position: relative;
  padding: 3rem 6rem 8rem;
  color: #fff;
  background: url("/xtechnext/2023tky/ad/real/bg_application__pc.png") 50% 50%/cover no-repeat;
}
.application::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.application .secHeading {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .application {
    padding: 0 1.5rem 6rem;
    background: url("/xtechnext/2023tky/ad/real/bg_application__sp.png") 50% 50%/cover no-repeat;
  }
  .application .c-btn {
    margin-inline: 1rem;
  }
}

/* -----------------------------------------------
.inquiry
----------------------------------------------- */
.inquiry {
  display: table;
  width: 100%;
  font-weight: 700;
  color: #d6cccc;
  text-align: center;
  table-layout: fixed;
}
.inquiry_block {
  display: table-cell;
  padding: 5rem 2rem;
  vertical-align: middle;
  background: #810101;
}
.inquiry_block:first-of-type {
  background: #bf0000;
}
.inquiry_block_title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #fff;
}
.inquiry_block_text {
  margin: 3.5rem 0 0;
  line-height: 1.4;
}
.inquiry_block .-email {
  color: #f2cccc;
}
.inquiry_block_email {
  display: inline-block;
  padding: 1.2rem 5rem;
  margin: 2rem 0 0;
  line-height: 1;
  color: #f2cccc;
  border: 2px solid #f2cccc;
  border-radius: 2.3rem;
  transition: 0.4s ease-in-out;
}
.inquiry_block_email:hover {
  color: #bf0000;
  background: #f2cccc;
  border: 2px solid #fcf5f5;
}
@media screen and (max-width: 767px) {
  .inquiry {
    display: block;
  }
  .inquiry_block {
    display: block;
  }
  .inquiry_block_title {
    font-size: 2.2rem;
  }
  .inquiry_block:first-of-type .inquiry_block_text {
    margin: 2rem 0 0;
  }
  .inquiry_block:last-of-type .inquiry_block_text br {
    display: none;
  }
  .inquiry_block_text {
    margin: 2rem 0 0;
  }
}

/* -----------------------------------------------
.attention
----------------------------------------------- */
.attention_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.attention_box_item {
  width: calc(50% - 1.5rem);
  padding: 4rem;
  font-weight: 700;
  background: #f0f0f0;
}
.attention_box_title {
  margin: 0 0 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .attention_box {
    display: block;
  }
  .attention_box_item {
    width: auto;
  }
  .attention_box_item + .attention_box_item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .attention {
    padding: 0;
  }
  .attention_box_item {
    padding: 3rem 1.5rem;
  }
  .attention_box_item + .attention_box_item {
    margin-top: 2rem;
  }
  .attention_box_title {
    font-size: 2.2rem;
  }
}

/* -----------------------------------------------
.calender
----------------------------------------------- */
.calender {
  padding: 4rem;
  margin: 0 0 5rem;
  background: #f0f0f0;
}
.calender_term img {
  width: 100%;
}
.calender_list {
  margin: 3rem 0 0;
}
.calender_list_item {
  display: flex;
  align-items: center;
  padding: 3rem;
  background: #fff;
}
.calender_list_item + .calender_list_item {
  margin-top: 0.4rem;
}
.calender_list_item_image {
  width: 22.4rem;
}
.calender_list_item_image a {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 3rem 4.5rem 3rem 3rem;
  margin: -3rem;
  color: #333;
  background: #fff;
}
.calender_list_item_image a:hover {
  text-decoration: none;
}
.calender_list_item_image a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.-kyusyu .calender_list_item_image a:hover {
  background-color: #e1f2fa;
}
.-kyusyu .calender_list_item_image a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0086d1;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.-kansai .calender_list_item_image a:hover {
  background-color: #ccdcec;
}
.-kansai .calender_list_item_image a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #004ea2;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.-nagoya .calender_list_item_image a:hover {
  background-color: #fcefe1;
}
.-nagoya .calender_list_item_image a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #f18d1e;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.calender_list_item_info {
  flex: 1;
  margin: 0 0 0 3rem;
  font-weight: 700;
}
.calender_list_item_info_title {
  width: 5.3em;
  padding: 0.1rem 1rem 0;
  font-size: 1.5rem;
  text-align: center;
  background: #f0f0f0;
  border-radius: 0.2rem;
}
.calender_list_item_info_title.-noData {
  background: transparent;
}
.calender_list_item_info_detail {
  padding-top: 0.2rem;
  margin: -1.8em 0 0 5.5em;
}
.calender_list_item_info_detail + .calender_list_item_info_title {
  margin-top: 0.5rem;
}
.calender_list_item_info_detail a {
  position: relative;
}
.-kyusyu .calender_list_item_info_detail a {
  color: #0086d1;
}
.-kyusyu .calender_list_item_info_detail a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0086d1;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.-kansai .calender_list_item_info_detail a {
  color: #004ea2;
}
.-kansai .calender_list_item_info_detail a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #004ea2;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.-nagoya .calender_list_item_info_detail a {
  color: #f18d1e;
}
.-nagoya .calender_list_item_info_detail a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #f18d1e;
  border-width: 0.5rem 0 0.5rem 0.6rem;
}
.calender_list_item_info_detail a::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "";
}
.calender_list_item_info_detail a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1180px) {
  .calender {
    padding: 3rem;
  }
  .calender_list_item {
    padding: 2rem;
  }
  .calender_list_item a {
    padding: 2rem 3rem 2rem 2rem;
    margin: -2rem;
  }
  .calender_list_item a::after {
    right: 1.5rem;
  }
  .calender_list_item_image {
    width: 18.7rem;
  }
  .calender_list_item_info {
    margin: 0 0 0 1.5rem;
  }
  .calender_list_item_info_title {
    width: 4.3em;
    font-size: 1.4rem;
  }
  .calender_list_item_info_detail {
    margin-left: 4.5em;
    font-size: 1.5rem;
  }
  .calender_list_item_info_detail + .calender_list_item_info_title {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .calender {
    padding: 2rem 0.5rem 0.5rem;
    margin-bottom: 4rem;
  }
  .calender_term {
    margin: 0 0.5rem;
  }
  .calender_list {
    margin: 2rem 0 0;
  }
  .calender_list_item {
    display: block;
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .calender_list_item + .calender_list_item {
    margin-top: 0.5rem;
  }
  .calender_list_item a {
    display: block;
    padding: 1.5rem 2.5rem 1rem 1rem;
    margin: -1.5rem -1rem -1rem -1rem;
  }
  .calender_list_item a::after {
    right: 1rem;
  }
  .calender_list_item_image {
    width: auto;
    text-align: center;
  }
  .calender_list_item_image img {
    width: 18.7rem;
  }
  .calender_list_item_info {
    margin: 1.5rem 0 0;
  }
  .calender_list_item_info_title {
    width: 3.2em;
    padding: 0.1rem 0.5rem 0;
    font-size: 1.3rem;
  }
  .calender_list_item_info_detail {
    padding-top: 0;
    margin-left: 3.5em;
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
Animation
----------------------------------------------- */
[data-animate=fadeIn],
[data-animate=fadeInUp] {
  opacity: 0;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
[data-animate=fadeIn].-animate,
[data-animate=fadeInUp].-animate {
  opacity: 1;
}

[data-animate=fadeInUp] {
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
}
[data-animate=fadeInUp].-animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* -----------------------------------------------
.playback
----------------------------------------------- */
.playback {
  padding: 0 6rem 6rem;
}
.playback .l-container {
  padding: 6rem;
  border: 3px solid #ccc;
}
.playback_title {
  margin: 0 0 2rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.playback .c-text {
  text-align: center;
}
.playback_image {
  margin: 4rem 0;
  text-align: center;
}
.playback_image img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .playback {
    padding: 0 1rem 6rem;
  }
  .playback_title {
    font-size: 2.6rem;
  }
  .playback .l-container {
    padding: 3rem 1.5rem;
  }
  .playback_image {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 576px) {
  .playback .c-text {
    text-align: left;
  }
}

/* データ利用について */
.bpPrivacy {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: none;
  width: calc(100% - 32px);
  max-width: 440px;
  padding: 16px;
  background: #ffffff;
  border-top: 4px solid #1e4d84;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.bpPrivacy_message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.bpPrivacy_buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.bpPrivacy_button-detail,
.bpPrivacy_button-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.bpPrivacy_button-detail {
  font-weight: 500;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}

.bpPrivacy_button-detail:hover {
  background-color: rgba(51, 51, 51, 0.06);
}

.bpPrivacy_button-close {
  margin-left: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #0068bc;
  border: none;
}

.bpPrivacy_button-close:hover {
  background-color: rgba(0, 118, 214, 0.9);
}