@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

*, :before, :after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-display: block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), 
       url("../fonts/icomoon.ttf") format("truetype"), 
       url("../fonts/icomoon.woff") format("woff"), 
       url("../fonts/icomoon.svg#icomoon") format("svg");
}

[class^=icon-], [class*=icon-] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  text-transform: none;
}

.icon-arrow:before {
  color: #f8083f;
  content: "\e900";
}

.icon-calendar:before {
  color: #fff;
  content: "\e901";
}

.icon-consultation:before {
  color: #fff;
  content: "\e902";
}

.icon-experience:before {
  color: #fff;
  content: "\e903";
}

.icon-facebook:before {
  color: #f8083f;
  content: "\e904";
}

.icon-flag:before {
  color: #fff;
  content: "\e905";
}

.icon-instagram:before {
  color: #f8083f;
  content: "\e906";
}

.icon-later-event:before {
  color: #fff;
  content: "\e907";
}

.icon-line:before {
  color: #f8083f;
  content: "\e908";
}

.icon-other:before {
  color: #fff;
  content: "\e909";
}

.icon-prefecture:before {
  color: #fff;
  content: "\e90a";
}

.icon-school:before {
  color: #fff;
  content: "\e90b";
}

.icon-soon-event:before {
  color: #fff;
  content: "\e90c";
}

.icon-tour:before {
  color: #fff;
  content: "\e90d";
}

.icon-twitter:before {
  color: #f8083f;
  content: "\e90e";
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

a {
  color: #148df0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ol, ul, dl {
  list-style: none;
}

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

input[type=submit], input[type=button], button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus, button:focus {
  outline: 0;
}

input[type=input], input[type=text], input[type=email], input[type=number], input[type=search] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type=input]::-webkit-search-decoration, input[type=text]::-webkit-search-decoration, input[type=email]::-webkit-search-decoration, input[type=number]::-webkit-search-decoration, input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=input]:focus, input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  input[type=input], input[type=text], input[type=email], input[type=number], input[type=search] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

input[type=input].error, input[type=text].error, input[type=email].error, input[type=number].error, input[type=search].error {
  background-color: #fee;
  border-color: #b40019;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  border-color: #b40019;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

body.fixed {
  left: 0;
  position: fixed;
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  body.-hasFixedButton {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  body.-hasFixedButton {
    padding-bottom: 100px;
  }
}

main {
  display: block;
  padding-top: 76px;
}

@media screen and (min-width: 769px) {
  main {
    padding-top: 105px;
  }
}

@media print, screen and (max-width: 768px) {
  img {
    height: auto;
    width: 100%;
  }
  
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.LayoutSingle {
  padding: 0 25px;
}

.LayoutSingle.-white {
  background-color: #fff;
}

.LayoutSingle.-gray {
  background-color: #eaeaea;
}

.LayoutSingle.-red {
  background-color: #f8083f;
}

@media print, screen and (min-width: 769px) {
  .LayoutSingle {
    padding: 0 50px;
  }
  
  .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
}

.Application .Application__btn {
  padding: 50px 0 55px;
}

@media print, screen and (min-width: 769px) {
  .Application .Application__btn {
    margin: auto;
    max-width: 728px;
    padding: 60px 0 75px;
  }
}

.ApplicationTitle {
  padding: 27px 0 34px;
}

.ApplicationTitle .ApplicationTitle__header {
  margin: 0;
}

.ApplicationTitle .ApplicationTitle__main {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.07em;
  letter-spacing: 0;
}

@media print, screen and (max-width: 414px) {
  .ApplicationTitle .ApplicationTitle__main {
    font-size: 5.31401vw;
  }
}

@media print, screen and (max-width: 414px) and (max-width: 359px) {
  .ApplicationTitle .ApplicationTitle__main {
    font-size: 19px;
  }
}

.ApplicationTitle .ApplicationTitle__flow {
  margin: 13px 0 0;
  width: 100%;
}

.ApplicationTitle .ApplicationTitle__img {
  vertical-align: top;
  width: 100%;
}

.ApplicationTitle .ApplicationTitle__lead {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 0;
}

.ApplicationTitle .ApplicationTitle__note {
  background-color: #eaeaea;
  border-radius: 11px;
  margin: 14px 0;
  padding: 8px 11px 8px;
}

.ApplicationTitle .ApplicationTitle__noteText {
  font-size: 12px;
}

.ApplicationTitle .ApplicationTitle__noteLink {
  color: #000;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .ApplicationTitle {
    padding: 53px 0 46px;
  }
  
  .ApplicationTitle .ApplicationTitle__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .ApplicationTitle .ApplicationTitle__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
    font-size: 36px;
    padding: 0 2% 0 0;
  }
  
  .ApplicationTitle .ApplicationTitle__flow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 431px;
    flex: 0 1 431px;
    margin: 10px 0 0;
    max-width: 431px;
  }
  
  .ApplicationTitle .ApplicationTitle__lead {
    font-size: 18px;
    margin: 22px 0 0;
  }
  
  .ApplicationTitle .ApplicationTitle__inner {
    margin: 45px auto 15px;
    max-width: 600px;
  }
  
  .ApplicationTitle .ApplicationTitle__note {
    background-color: #eaeaea;
    border-radius: 3px;
    margin: 40px 0 35px;
    padding: 14px 20px;
  }
  
  .ApplicationTitle .ApplicationTitle__noteText {
    font-size: 14px;
  }
  
  .ApplicationTitle .ApplicationTitle__noteLink.-tel {
    pointer-events: none;
  }
}

.Archive {
  position: relative;
}

.ArchiveFooter {
  bottom: 50px;
  left: 0;
  padding: 0 25px 0 81px;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 413px) {
  .ArchiveFooter {
    padding: 0 25px 0 19.56522vw;
  }
}

.ArchiveFooter > * {
  pointer-events: auto;
}

.ArchiveFooter .ArchiveFooter__inner {
  background-color: #f8083f;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.5);
}

.ArchiveFooter .ArchiveFooter__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 13px;
}

.ArchiveFooter .ArchiveFooter__title {
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding: 0 20px 0 10px;
}

@media only screen and (max-width: 413px) {
  .ArchiveFooter .ArchiveFooter__title {
    font-size: 3.1401vw;
  }
}

.ArchiveFooter .ArchiveFooter__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.ArchiveFooter .ArchiveFooter__item:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: '';
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.ArchiveFooter .ArchiveFooter__link {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
}

.ArchiveFooter .ArchiveFooter__icon {
  display: block;
  text-align: center;
}

.ArchiveFooter .ArchiveFooter__icon:before {
  font-size: 30px;
}

.ArchiveFooter .ArchiveFooter__text {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
  margin: -1px 0 0;
}

@media only screen and (max-width: 413px) {
  .ArchiveFooter .ArchiveFooter__text {
    font-size: 2.657vw;
  }
}

.ArchiveFooter .ArchiveFooter__back {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  -webkit-box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  text-decoration: none;
  width: 66px;
}

@media only screen and (max-width: 413px) {
  .ArchiveFooter .ArchiveFooter__back {
    width: 15.94203vw;
  }
}

.ArchiveFooter .ArchiveFooter__backText {
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding: 0 8% 0 0;
}

@media only screen and (max-width: 413px) {
  .ArchiveFooter .ArchiveFooter__backText {
    font-size: 3.1401vw;
  }
}

.ArchiveFooter .ArchiveFooter__backArrow {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.ArchiveFooter .ArchiveFooter__backArrow:before {
  color: #000;
  font-size: 150%;
}

@media print, screen and (min-width: 769px) {
  .ArchiveFooter {
    bottom: 78px;
  }
  
  .ArchiveFooter .ArchiveFooter__inner {
    border-radius: 45px;
    margin: auto;
    width: 540px;
  }
  
  .ArchiveFooter .ArchiveFooter__list {
    height: 90px;
  }
  
  .ArchiveFooter .ArchiveFooter__title {
    font-size: 20px;
    padding: 0 30px 0 20px;
  }
  
  .ArchiveFooter .ArchiveFooter__item:before {
    height: 24px;
  }
  
  .ArchiveFooter .ArchiveFooter__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .ArchiveFooter .ArchiveFooter__link:hover {
    opacity: .7;
  }
  
  .ArchiveFooter .ArchiveFooter__icon:before {
    font-size: 45px;
  }
  
  .ArchiveFooter .ArchiveFooter__text {
    font-size: 16px;
    margin: -4px 0 0;
  }
  
  .ArchiveFooter .ArchiveFooter__back {
    border-radius: 0 45px 45px 0;
    height: 90px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 100px;
  }
  
  .ArchiveFooter .ArchiveFooter__back:hover {
    background-color: #000;
  }
  
  .ArchiveFooter .ArchiveFooter__back:hover .ArchiveFooter__backText {
    color: #fff;
  }
  
  .ArchiveFooter .ArchiveFooter__back:hover .ArchiveFooter__backArrow:before {
    color: #fff;
  }
  
  .ArchiveFooter .ArchiveFooter__backText {
    font-size: 20px;
    padding: 0 15px 0 0;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .ArchiveFooter .ArchiveFooter__backArrow {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .ArchiveFooter .ArchiveFooter__backArrow:before {
    font-size: 180%;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

.Arrow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  position: relative;
  speak: never;
  text-transform: none;
}

.Arrow:before {
  background-image: url(../../images/event-registration/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: background-image 200ms;
  transition: background-image 200ms;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Arrow {
    min-height: 25px;
    min-width: 25px;
  }
}

.BannerArea .BannerArea__list {
  padding: 10px 10px 0;
}

.BannerArea .BannerArea__item {
  padding: 0 0 10px;
}

.BannerArea .BannerArea__link {
  display: block;
}

.BannerArea .BannerArea__img {
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  .BannerArea .BannerArea__link {
    margin: auto;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 570px;
  }
  
  .BannerArea .BannerArea__link:hover {
    opacity: .7;
  }
  
  .BannerArea .BannerArea__img {
    width: 100%;
  }
}

.Btn1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.Btn1 .Btn1__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.Btn1 .Btn1__arrow {
  background-color: transparent;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
}

.Btn1 .Btn1__arrow.Arrow {
  background-color: #fff;
}

.Btn1:hover .Btn1__arrow.Arrow:before {
  background-image: url(../../images/event-registration/btn-arrow-after.svg) !important;
}

.Btn1.-blue {
  background-color: #009dc1;
}

.Btn1.-red {
  background-color: #f8083f;
}

.Btn1.-red:hover .Btn1__arrow.Arrow:before {
  background-image: url(../../images/event-registration/btn-arrow-after.svg) !important;
}

.Btn1.-green {
  background-color: #b8c600;
}

.Btn1.-white {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
}

.Btn1.-white.-bgWhite {
  background-color: #fff;
}

.Btn1.-white .Btn1__arrow {
  background-color: #f8083f;
}

.Btn1.-white .Btn1__arrow:before {
  color: #fff;
}

.Btn1.-transparent {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
}

.Btn1.-borderRed {
  border: 1px solid #f8083f;
  color: #f8083f;
}

.Btn1.-borderRed .Btn1__arrow {
  background-color: #f8083f;
}

.Btn1.-borderRed .Btn1__arrow:before {
  color: #fff;
}

.Btn1.-back .Btn1__arrow {
  left: 20px;
  right: auto;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.Btn1.-filterFooter {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 30px 0 12px;
  text-align: left;
}

.Btn1.-filterFooter .Btn1__text {
  font-size: 13px;
  letter-spacing: 0;
}

.Btn1.-areaSearch {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 30px 0 12px;
  text-align: left;
}

.Btn1.-areaSearch .Btn1__text {
  font-size: 13px;
  letter-spacing: 0;
}

@media only screen and (max-width: 413px) {
  .Btn1.-filterFooter .Btn1__text {
    font-size: 3.1401vw;
  }
  
  .Btn1.-areaSearch .Btn1__text {
    font-size: 3.1401vw;
  }
}

.Btn1.-filterFooter .Btn1__arrow {
  right: 8px;
}

.Btn1.-areaSearch .Btn1__arrow {
  right: 8px;
}

@media print, screen and (min-width: 769px) {
  .Btn1 {
    border-radius: 16px;
    height: 80px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Btn1 .Btn1__text {
    font-size: 22px;
  }
  
  .Btn1 .Btn1__arrow {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Btn1 .Btn1__arrow:before {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Btn1:hover .Btn1__arrow:before {
    color: #fff;
  }
  
  .Btn1:hover .Btn1__arrow.Arrow:before {
    background-image: url(../../images/event-registration/btn-arrow-after.svg) !important;
  }
  
  .Btn1.-blue {
    background-color: #009dc1;
    border: 1px solid #009dc1;
  }
  
  .Btn1.-blue:hover {
    background-color: transparent;
    color: #009dc1;
  }
  
  .Btn1.-blue:hover .Btn1__arrow {
    background-color: #009dc1;
  }
  
  .Btn1.-red {
    background-color: #f8083f;
    border: 1px solid #f8083f;
  }
  
  .Btn1.-red:hover {
    background-color: transparent;
    color: #f8083f;
  }
  
  .Btn1.-red:hover .Btn1__arrow {
    background-color: transparent;
  }
  
  .Btn1.-red:hover .Btn1__arrow.Arrow {
    background-color: #f8083f;
  }
  
  .Btn1.-red:hover .Btn1__arrow.Arrow:before {
    background-image: url(../../images/event-registration/btn-arrow-after.svg) !important;
  }
  
  .Btn1.-green {
    background-color: #b8c600;
    border: 1px solid #b8c600;
  }
  
  .Btn1.-green:hover {
    background-color: transparent;
    color: #b8c600;
  }
  
  .Btn1.-green:hover .Btn1__arrow {
    background-color: #b8c600;
  }
  
  .Btn1.-white {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
  }
  
  .Btn1.-white.-bgWhite {
    background-color: #fff;
  }
  
  .Btn1.-white .Btn1__arrow {
    background-color: #f8083f;
  }
  
  .Btn1.-white .Btn1__arrow:before {
    color: #fff;
  }
  
  .Btn1.-white:hover {
    background-color: #f8083f;
    border-color: #f8083f;
    color: #fff;
  }
  
  .Btn1.-white:hover .Btn1__arrow {
    background-color: #fff;
  }
  
  .Btn1.-white:hover .Btn1__arrow:before {
    color: #f8083f;
  }
  
  .Btn1.-transparent {
    border: 2px solid rgba(0, 0, 0, 0.2);
  }
  
  .Btn1.-transparent:hover {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.2);
  }
  
  .Btn1.-transparent:hover .Btn1__arrow {
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .Btn1.-transparent:hover .Btn1__arrow:before {
    color: #000;
    color: #fff;
  }
  
  .Btn1.-borderRed {
    border: 2px solid #f8083f;
  }
  
  .Btn1.-borderRed:hover {
    background-color: #f8083f;
    border-color: #f8083f;
    color: #fff;
  }
  
  .Btn1.-borderRed:hover .Btn1__arrow {
    background-color: #fff;
  }
  
  .Btn1.-borderRed:hover .Btn1__arrow:before {
    color: #f8083f;
  }
  
  .Btn1.-filterFooter {
    border-radius: 10px;
    border-width: 2px;
    height: 76px;
    line-height: 1.4;
    padding: 0 50px 0 30px;
    text-align: left;
  }
  
  .Btn1.-filterFooter .Btn1__text {
    font-size: 20px;
    letter-spacing: 0;
  }
  
  .Btn1.-filterFooter .Btn1__arrow {
    height: 26px;
    right: 15px;
    width: 26px;
  }
  
  .Btn1.-filterFooter .Btn1__arrow:before {
    font-size: 30px;
  }
  
  .Btn1.-areaSearch {
    border-radius: 10px;
    border-width: 2px;
    height: 76px;
    line-height: 1.4;
    padding: 0 50px 0 30px;
    text-align: left;
  }
  
  .Btn1.-areaSearch .Btn1__text {
    font-size: 20px;
    letter-spacing: 0;
  }
  
  .Btn1.-areaSearch .Btn1__arrow {
    height: 26px;
    right: 15px;
    width: 26px;
  }
  
  .Btn1.-areaSearch .Btn1__arrow:before {
    font-size: 30px;
  }
}

.Calendar {
  padding: 35px 0 15px;
}

.Calendar.-details {
  padding: 0;
}

.Calendar.-details .Calendar__arrow {
  background-color: #f8083f;
}

.Calendar .Calendar__inputwrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 2px;
  position: relative;
}

.Calendar .Calendar__note {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  position: relative;
}

.Calendar .Calendar__note:before {
  /* Asset not available - commented out */
  /* background-image: url("../images/common/icon_info.svg"); */
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}

.Calendar .flatpickr {
  border: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
}

.Calendar .flatpickr-calendar {
  background-color: #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.Calendar .flatpickr-calendar:before, .Calendar .flatpickr-calendar:after {
  content: none;
}

.Calendar .flatpickr-rContainer {
  width: 100%;
}

.Calendar .flatpickr-days {
  width: 100%;
}

.Calendar .dayContainer {
  margin: 0 -1px;
  max-width: calc( 100% + 2px);
  min-width: 0;
  width: calc( 100% + 2px);
}

.Calendar .flatpickr-day {
  border-radius: 0;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  max-width: 14.28571%;
}

.Calendar .flatpickr-months {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  height: 53px;
}

.Calendar .flatpickr-months .flatpickr-prev-month, .Calendar .flatpickr-months .flatpickr-next-month {
  height: 53px;
  padding: 15px 10px;
}

.Calendar .flatpickr-months .flatpickr-month {
  height: 53px;
}

.Calendar .flatpickr-months select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.Calendar .flatpickr-months ::-ms-expand {
  display: none;
}

.Calendar .flatpickr-current-month, .Calendar .flatpickr-monthDropdown-months, .Calendar .numInput.cur-year {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.07em;
  pointer-events: none;
}

.Calendar .flatpickr-current-month {
  padding: 12px 0 0 0;
}

.Calendar .numInputWrapper {
  width: 3em;
}

.Calendar .numInput.cur-year {
  padding: 0;
}

.Calendar .Calendar__arrow {
  background-color: #009dc1;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

.Calendar .Calendar__arrow:before {
  color: #fff;
  font-size: 20px;
}

.Calendar .Calendar__arrow.-prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.Calendar .flatpickr-weekdays {
  height: 31px;
}

.Calendar .flatpickr-weekday {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 31px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Calendar .flatpickr-weekday:nth-child(1) {
  background-color: rgba(248, 8, 63, 0.1);
  color: #f8083f;
}

.Calendar .flatpickr-weekday:nth-child(7) {
  background-color: rgba(0, 157, 193, 0.1);
  color: #009dc1;
}

.Calendar .flatpickr-innerContainer {
  padding: 10px 0 12px;
}

.Calendar .flatpickr-days {
  padding: 10px 0 0;
}

.Calendar .flatpickr-day {
  background-color: #fff;
  border: 1px solid #eaeaea;
  font-size: 14px;
}

.Calendar .flatpickr-day.selected {
  background-color: #009dc1;
  color: #fff !important;
}

.Calendar .flatpickr-day.nextMonthDay, .Calendar .flatpickr-day.prevMonthDay {
  opacity: 0;
  pointer-events: none;
}

.Calendar .flatpickr-day.flatpickr-disabled {
  background-color: #eaeaea;
  color: #000;
}

.Calendar .flatpickr-day.today {
  border-color: #eaeaea;
}

.Calendar .flatpickr-day:nth-child(7n + 1) {
  color: #f8083f;
}

.Calendar .flatpickr-day:nth-child(7n) {
  color: #009dc1;
}

.Calendar .flatpickr-day.jp-holiday {
  color: #f8083f;
}

.Calendar .flatpickr-day.jp-holiday:nth-child(7n) {
  color: #009dc1;
}

@media print, screen and (min-width: 769px) {
  .Calendar {
    margin: auto;
    max-width: 1080px;
    padding: 35px 0 40px;
  }
  
  .Calendar .Calendar__note {
    font-size: 16px;
    margin: 0 auto 25px;
    max-width: 728px;
    padding-left: 35px;
  }
  
  .Calendar .Calendar__note:before {
    height: 25px;
    top: 13px;
    width: 25px;
  }
  
  .Calendar .flatpickr-innerContainer {
    margin: 0 auto;
    max-width: 728px;
  }
  
  .Calendar .flatpickr-months {
    height: 77px;
  }
  
  .Calendar .flatpickr-months .flatpickr-prev-month, .Calendar .flatpickr-months .flatpickr-next-month {
    height: 77px;
    padding: 26px 20px;
  }
  
  .Calendar .flatpickr-months .flatpickr-month {
    height: 77px;
  }
  
  .Calendar .flatpickr-current-month, .Calendar .flatpickr-monthDropdown-months, .Calendar .numInput.cur-year {
    font-size: 30px;
  }
  
  .Calendar .flatpickr-current-month {
    padding: 16px 0 0 0;
  }
  
  .Calendar .Calendar__arrow {
    height: 28px;
    width: 28px;
  }
  
  .Calendar .Calendar__arrow:before {
    font-size: 26px;
  }
  
  .Calendar .flatpickr-weekdays {
    height: 45px;
  }
  
  .Calendar .flatpickr-weekday {
    font-size: 18px;
    height: 45px;
  }
  
  .Calendar .flatpickr-innerContainer {
    padding: 34px 0 27px;
  }
  
  .Calendar .flatpickr-day {
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Calendar .flatpickr-day:hover {
    opacity: .7;
  }
  
  .Calendar .flatpickr-day.today:hover {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #000;
  }
  
  .Calendar .flatpickr-day.today.selected:hover {
    background-color: #009dc1;
    color: #fff;
  }
}

.Checkbox {
  height: 100%;
  line-height: 1.2;
}

.Checkbox .Checkbox__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 11px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 55px;
  padding: 15px 50px 15px 23px;
  position: relative;
}

.Checkbox .Checkbox__box:before, .Checkbox .Checkbox__box:after {
  border-radius: 4px;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
}

.Checkbox .Checkbox__box:before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Checkbox .Checkbox__box:after {
  background-image: url(../../images/event-registration/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.Checkbox input {
  display: none;
}

.Checkbox input:checked + .Checkbox__box:before {
  border-color: #f8083f;
}

.Checkbox input:checked + .Checkbox__box:after {
  background-color: #f8083f;
}

.Filter.-blue .Checkbox input:checked + .Checkbox__box:before {
  border-color: #009dc1;
}

.Filter.-blue .Checkbox input:checked + .Checkbox__box:after {
  background-color: #009dc1;
}

.Filter.-green .Checkbox input:checked + .Checkbox__box:before {
  border-color: #b8c600;
}

.Filter.-green .Checkbox input:checked + .Checkbox__box:after {
  background-color: #b8c600;
}

@media print, screen and (min-width: 769px) {
  .Checkbox {
    height: 100%;
  }
  
  .Checkbox .Checkbox__box {
    border-radius: 10px;
    font-size: 22px;
    height: 100%;
    min-height: 60px;
    padding: 15px 60px 15px 23px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Checkbox .Checkbox__box:before {
    height: 34px;
    right: 15px;
    width: 34px;
  }
  
  .Checkbox .Checkbox__box:after {
    height: 34px;
    right: 15px;
    width: 34px;
  }
  
  .Checkbox .Checkbox__box:hover {
    opacity: .7;
  }
  
  .Checkbox.-form .Checkbox__box {
    font-size: 18px;
  }
}

.Checkbox2 {
  height: 100%;
  line-height: 1.2;
}

.Checkbox2 .Checkbox2__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 11px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 55px;
  padding: 15px 50px 15px 23px;
  position: relative;
}

.Checkbox2 .Checkbox2__box:before, .Checkbox2 .Checkbox2__box:after {
  border-radius: 4px;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
}

.Checkbox2 .Checkbox2__box:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.Checkbox2 .Checkbox2__box:after {
  /* Asset not available - commented out */
  background-image: url(../../images/event-registration/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.Checkbox2 input {
  display: none;
}

.Checkbox2 input:checked + .Checkbox2__box:before {
  border-color: #f8083f;
}

.Checkbox2 input:checked + .Checkbox2__box:after {
  background-color: #f8083f;
}

.Checkbox2 input:checked + .Checkbox2__box .Checkbox2__participation {
  color: #f8083f;
}

.Checkbox2 .Checkbox2__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 35px;
  position: relative;
  width: 100%;
}

.Checkbox2 .Checkbox2__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.Checkbox2 .Checkbox2__time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.Checkbox2 .Checkbox2__participation {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  position: absolute;
  right: 50px;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
}

.Filter.-blue .Checkbox2 input:checked + .Checkbox2__box:before {
  border-color: #009dc1;
}

.Filter.-blue .Checkbox2 input:checked + .Checkbox2__box:after {
  background-color: #009dc1;
}

.Filter.-green .Checkbox2 input:checked + .Checkbox2__box:before {
  border-color: #b8c600;
}

.Filter.-green .Checkbox2 input:checked + .Checkbox2__box:after {
  background-color: #b8c600;
}

@media print, screen and (min-width: 769px) {
  .Checkbox2 {
    height: 100%;
  }
  
  .Checkbox2 .Checkbox2__box {
    border-radius: 10px;
    font-size: 22px;
    height: 100%;
    min-height: 74px;
    padding: 15px 60px 15px 23px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Checkbox2 .Checkbox2__box:before {
    height: 34px;
    right: 15px;
    width: 34px;
  }
  
  .Checkbox2 .Checkbox2__box:after {
    height: 34px;
    right: 15px;
    width: 34px;
  }
  
  .Checkbox2 .Checkbox2__box:hover {
    opacity: .7;
  }
  
  .Checkbox2 .Checkbox2__inner {
    padding-right: 100px;
  }
  
  .Checkbox2 .Checkbox2__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    font-size: 22px;
    max-width: 200px;
  }
  
  .Checkbox2 .Checkbox2__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 22px;
  }
  
  .Checkbox2 .Checkbox2__participation {
    font-size: 16px;
    right: 64px;
    width: 50px;
  }
}

.Definition1 {
  font-size: 0;
  line-height: 24px;
}

.Definition1 .Definition1__term, .Definition1 .Definition1__content {
  display: inline;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.Definition1 .Definition1__link {
  color: #f8083f;
  display: inline;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .Definition1 {
    line-height: 34px;
  }
  
  .Definition1 .Definition1__term, .Definition1 .Definition1__content {
    font-size: 18px;
  }
  
  .Definition1 .Definition1__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Definition1 .Definition1__link:hover {
    opacity: .7;
  }
}

.Definition2 {
  background-color: #eaeaea;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  line-height: 24px;
  padding: 0 12px;
}

.Definition2 .Definition2__term, .Definition2 .Definition2__content {
  display: inline;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.Definition2 .Definition2__term {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 5px;
}

.Definition2 .Definition2__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.Definition2 .Definition2__item {
  margin-right: 5px;
  white-space: nowrap;
}

.Definition2 .Definition2__link {
  color: #f8083f;
  display: inline;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .Definition2 {
    border-radius: 17px;
    line-height: 34px;
    padding: 0 20px;
  }
  
  .Definition2 .Definition2__term, .Definition2 .Definition2__content {
    font-size: 18px;
  }
  
  .Definition2 .Definition2__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Definition2 .Definition2__link:hover {
    opacity: .7;
  }
}

.Details1 {
  padding: 40px 0 0;
}

.Details1 .Details1__tags {
  font-size: 0;
  margin: 0 0 10px;
}

.Details1 .Details1__tag {
  border: 1px solid #f8083f;
  border-radius: 4px;
  color: #f8083f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}

.Details1 .Details1__title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 20px;
}

@media print, screen and (min-width: 769px) {
  .Details1 {
    padding: 64px 0 0;
  }
  
  .Details1 .Details1__tag {
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 0;
    padding: 0 18px;
  }
  
  .Details1 .Details1__title {
    padding: 0 0 30px;
  }
}

.Details2 {
  padding: 37px 0 50px;
}

.Details2 .Details2__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.26923;
  padding: 0 0 16px;
}

.Details2 .Details2__list {
  margin-bottom: 20px;
}

.Details2 .Details2__calendar {
  margin-bottom: 20px;
}

.Details2 .Details2__item {
  margin: 0 0 8px;
}

.Details2 .Details2__btn {
  margin: 10px 0 0;
}

@media print, screen and (min-width: 769px) {
  .Details2 {
    padding: 60px 0 80px;
  }
  
  .Details2 .Details2__title {
    font-size: 22px;
    padding: 0 0 23px;
  }
  
  .Details2 .Details2__item {
    margin: 0 0 13px;
  }
  
  .Details2 .Details2__calendar {
    margin-bottom: 30px;
  }
  
  .Details2 .Details2__btn {
    margin: 13px 0 0;
  }
}

.Details3 {
  padding: 0;
}

.Details3 .Details3__tags {
  font-size: 0;
  margin: 0 0 10px;
}

.Details3 .Details3__tag {
  border: 1px solid #f8083f;
  border-radius: 4px;
  color: #f8083f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}

.Details3 .Details3__title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 20px;
}

.Details3 .Details3__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.Details3 .Details3__item dd {
  width: 85%;
}

.Details3 .Details3__item:nth-of-type(2) dd {
  width: 75%;
}

.Details3 .Details3Content__link {
  color: #f8083f;
}

.Details3 .Details3Content__link.icon-map {
  font-weight: 900;
  /* Asset not available - commented out */
  /* background-image: url(../images/common/imap.svg); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  padding-right: 24px;
}

.Details3 .DetailsContent {
  padding: 25px 0;
}

@media print, screen and (min-width: 769px) {
  .Details3 .Details3__tag {
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 0;
    padding: 0 18px;
  }
  
  .Details3 .Details3__title {
    padding: 0 0 30px;
  }
}

.Details4 {
  padding: 40px 0 0;
}

.Details4 .Details4__tags {
  font-size: 0;
  margin: 0 0 10px;
}

.Details4 .Details4__tag {
  border: 1px solid #f8083f;
  border-radius: 4px;
  color: #f8083f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}

.Details4 .Details4__title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 20px;
}

@media print, screen and (min-width: 769px) {
  .Details4 {
    padding: 0;
  }
  
  .Details4 .Details4__tag {
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 0;
    padding: 0 18px;
  }
  
  .Details4 .Details4__title {
    padding: 0 0 30px;
  }
}

.DetailsContent {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  padding: 5px 0 25px;
}

.DetailsContent p {
  margin: 25px 0;
}

.DetailsContent figure {
  margin: 30px 0;
}

.DetailsContent img {
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  .DetailsContent {
    font-size: 18px;
    line-height: 1.77778;
    padding: 10px 0 25px;
  }
  
  .DetailsContent p {
    margin: 30px 0;
  }
  
  .DetailsContent figure {
    margin: 50px auto;
    max-width: 550px;
    text-align: center;
  }
  
  .DetailsContent figure img {
    max-width: 100%;
  }
  
  .DetailsContent img {
    vertical-align: top;
    width: auto;
  }
}

.EventItem1 .EventItem1__link {
  color: #000;
  display: block;
  text-decoration: none;
}

.EventItem1 .EventItem1__box {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.EventItem1 .EventItem1__dateWrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dde213;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -17px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: -13px;
  width: 60px;
}

.EventItem1 .EventItem1__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px 0 0;
}

.EventItem1 .EventItem1__slash {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.EventItem1 .EventItem1__yobi {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
}

.EventItem1 .EventItem1__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
}

.EventItem1 .EventItem1__figure {
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35.49296%;
  flex: 0 0 35.49296%;
  max-width: 151px;
  overflow: hidden;
}

.EventItem1 .EventItem1__img {
  vertical-align: top;
}

.EventItem1 .EventItem1__textArea {
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px 0 10px 13px;
}

.EventItem1 .EventItem1__tagsWrapper {
  font-size: 0;
}

.EventItem1 .EventItem1__tag {
  border: 1px solid #f8083f;
  border-radius: 2px;
  color: #f8083f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}

.EventItem1 .EventItem1__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .EventItem1 {
    height: 100%;
  }
  
  .EventItem1 .EventItem1__wrapper {
    height: 100%;
  }
  
  .EventItem1 .EventItem1__link {
    height: 100%;
  }
  
  .EventItem1 .EventItem1__box {
    border-radius: 10px;
    height: 100%;
  }
  
  .EventItem1 .EventItem1__dateWrapper {
    height: 64px;
    left: -12px;
    width: 64px;
  }
  
  .EventItem1 .EventItem1__date {
    font-size: 23px;
  }
  
  .EventItem1 .EventItem1__slash {
    font-size: 20px;
  }
  
  .EventItem1 .EventItem1__yobi {
    font-size: 11px;
  }
  
  .EventItem1 .EventItem1__inner {
    height: 100%;
    padding: 10px;
  }
  
  .EventItem1 .EventItem1__figure {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 141px;
    flex: 0 0 141px;
    max-width: 141px;
  }
  
  .EventItem1 .EventItem1__img {
    width: 100%;
  }
  
  .EventItem1 .EventItem1__textArea {
    padding: 10px 20px 10px 20px;
  }
  
  .EventItem1 .EventItem1__tag {
    border-radius: 4px;
    font-size: 14px;
    height: 29px;
  }
  
  .EventItem1 .EventItem1__title {
    font-size: 24px;
  }
}

.EventItem2 .EventItem2__link {
  color: #000;
  display: block;
  text-decoration: none;
}

.EventItem2 .EventItem2__figure {
  border: 1px solid #f8083f;
  border-radius: 5px;
  overflow: hidden;
}

.EventItem2 .EventItem2__img {
  vertical-align: top;
  width: 100%;
}

.EventItem2 .EventItem2__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.28571;
  margin: 8px 0 0;
}

@media print, screen and (min-width: 769px) {
  .EventItem2 .EventItem2__figure {
    border: 2px solid #f8083f;
    border-radius: 10px;
  }
  
  .EventItem2 .EventItem2__text {
    font-size: 18px;
    margin: 10px 0 0;
  }
}

.EventList1 {
  padding: 20px 0 10px;
}

.EventList1 .EventList1__item {
  margin: 0 0 14px;
}

.EventList1 .EventList1__item:nth-last-child(1) {
  margin: 0 0 0;
}

@media print, screen and (min-width: 769px) {
  .EventList1 {
    padding: 45px 0 0;
  }
  
  .EventList1 .EventList1__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .EventList1 .EventList1__item {
    -ms-flex-preferred-size: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 17px;
    max-width: calc(50% - 8px);
  }
  
  .EventList1 .EventList1__item:nth-last-child(1) {
    margin: 0 0 17px;
  }
}

.EventList2 {
  overflow: hidden;
  padding: 20px 0 10px;
}

.EventList2 .EventList2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -6px;
}

.EventList2 .EventList2__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  margin: 0 0 32px;
  padding: 0 6px;
}

.EventList2 .EventList2__item:nth-last-child(1), .EventList2 .EventList2__item:nth-last-child(2), .EventList2 .EventList2__item:nth-last-child(3) {
  margin: 0 0 0;
}

@media print, screen and (min-width: 769px) {
  .EventList2 {
    padding: 45px 0 0;
  }
  
  .EventList2 .EventList2__list {
    margin: 0 -10px;
  }
  
  .EventList2 .EventList2__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    margin: 0 0 0;
    padding: 0 10px;
  }
}

.Filter {
  height: 100vh;
  left: 0;
  padding-top: 76px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  width: 100vw;
  z-index: 10;
}

.Filter.-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.Filter.-open .Filter__footer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.Filter .Filter__footer {
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  width: 100vw;
  z-index: 3;
}

.Filter .Filter__wrapper {
  background-color: #eaeaea;
  height: 100%;
  overflow-y: scroll;
}

.Filter .Filter__inner {
  padding: 0 0 50px;
}

.Filter.-hasFixed .Filter__inner {
  padding: 0 0 120px;
}

.Filter .Filter__head {
  padding: 30px 0;
  position: relative;
}

.Filter .Filter__title {
  padding: 0 30px 0 0;
}

.Filter .Filter__close {
  background-color: #f8083f;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 46px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}

.Filter .Filter__close:after {
  /* Asset not available - commented out */
  /* background-image: url(../images/common/icon_close.svg); */
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.Filter .Filter__headBtnWrapper {
  margin: 18px 0 0;
}

.Filter .Filter__headBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.Filter .Filter__headBtnText {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.Filter .Filter__headBtnArrow {
  background-color: #f8083f;
  height: 18px;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

.Filter .Filter__headBtnArrow:before {
  color: #fff;
  font-size: 20px;
}

.Filter .Filter__content {
  padding: 10px 0 20px;
}

.Filter.-red .Filter__close {
  background-color: #f8083f;
}

.Filter.-blue .Filter__close {
  background-color: #009dc1;
}

.Filter.-green .Filter__close {
  background-color: #b8c600;
}

.Filter.-zIndex1 {
  z-index: 11;
}

.Filter.-zIndex2 {
  z-index: 12;
}

.Filter.-zIndex3 {
  z-index: 13;
}

.Filter.-zIndex4 {
  z-index: 14;
}

.Filter.-zIndex5 {
  z-index: 15;
}

.Filter.-zIndex6 {
  z-index: 16;
}

.Filter.-zIndex7 {
  z-index: 17;
}

.Filter.-zIndex8 {
  z-index: 18;
}

.Filter.-zIndex9 {
  z-index: 19;
}

.Filter.-zIndex10 {
  z-index: 20;
}

.Filter.-flex .Filter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Filter.-flex.isFlex4 .Filter__item.-other {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Filter.-flex.isFlex4 .Filter__item.-consultation {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Filter.-flex.isFlex4 .Filter__item.-experience {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.Filter.-flex.isFlex4 .Filter__item.-tour {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.Filter.-flex.isFlex1 .Filter__item.-other {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Filter.-flex.isFlex1 .Filter__item.-consultation {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Filter.-flex.isFlex1 .Filter__item.-experience {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.Filter.-flex.isFlex1 .Filter__item.-tour {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.Filter.-flex.isFlex2 .Filter__item.-other {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Filter.-flex.isFlex2 .Filter__item.-consultation {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.Filter.-flex.isFlex2 .Filter__item.-experience {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Filter.-flex.isFlex2 .Filter__item.-tour {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.Filter.-flex.isFlex3 .Filter__item.-other {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Filter.-flex.isFlex3 .Filter__item.-consultation {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.Filter.-flex.isFlex3 .Filter__item.-experience {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.Filter.-flex.isFlex3 .Filter__item.-tour {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media print, screen and (min-width: 769px) {
  .Filter {
    padding-top: 105px;
  }
  
  .Filter .Filter__inner {
    padding: 0 0 75px;
  }
  
  .Filter.-hasFixed .Filter__inner {
    padding: 0 0 120px;
  }
  
  .Filter .Filter__btnWrapper {
    margin: auto;
    max-width: 728px;
  }
  
  .Filter .Filter__btnWrapper.-twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -9px;
    margin-right: -9px;
    max-width: 100%;
  }
  
  .Filter .Filter__btnWrapper.-twoColumn .Filter__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 9px;
  }
  
  .Filter .Filter__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 52px 0 42px;
  }
  
  .Filter .Filter__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .Filter .Filter__headBtnWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    margin: 0;
    padding-left: 0;
    padding-right: 10px;
  }
  
  .Filter .Filter__headBtn {
    height: 57px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 370px;
    padding: 0 20px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Filter .Filter__headBtn:hover {
    background-color: #f8083f;
    border-color: #f8083f;
    color: #fff;
  }
  
  .Filter .Filter__headBtn:hover .Filter__headBtnArrow {
    background-color: #fff;
  }
  
  .Filter .Filter__headBtn:hover .Filter__headBtnArrow:before {
    color: #f8083f;
  }
  
  .Filter .Filter__headBtnText {
    font-size: 20px;
  }
  
  .Filter .Filter__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 40px;
  }
  
  .Filter .Filter__close:hover {
    opacity: .7;
  }
  
  .Filter .Filter__content {
    padding: 25px 0 20px;
  }
}

.FilterBtnList {
  padding: 0 0 10px;
}

.FilterBtnList.-noTitle {
  padding-top: 20px;
}

.FilterBtnList .FilterBtnList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.FilterBtnList .FilterBtnList__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.FilterBtnList.-wide .FilterBtnList__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 769px) {
  .FilterBtnList {
    padding: 0 0 24px;
  }
  
  .FilterBtnList .FilterBtnList__list {
    margin: 0 -8px;
  }
  
  .FilterBtnList .FilterBtnList__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 16px;
    max-width: 25%;
    padding: 0 8px;
  }
  
  .FilterBtnList.-wide .FilterBtnList__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.FilterFooter {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.FilterFooter .FilterFooter__inner {
  padding: 15px 25px 0;
}

.FilterFooter .FilterFooter__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 5px;
}

.FilterFooter .FilterFooter__area1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
  margin-right: 10px;
}

.FilterFooter .FilterFooter__area2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1;
}

.FilterFooter .FilterFooter__btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 14px;
}

.FilterFooter .FilterFooter__btnWrapper.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.FilterFooter .FilterFooter__btn {
  -ms-flex-preferred-size: calc(50% - 5px);
  flex-basis: calc(50% - 5px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.FilterFooter .FilterFooter__btn.-one {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media print, screen and (min-width: 769px) {
  .FilterFooter {
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    padding: 0 50px;
  }
  
  .FilterFooter .FilterFooter__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 30px 0;
    width: 100%;
  }
  
  .FilterFooter .FilterFooter__inner.-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .FilterFooter .FilterFooter__head {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
  }
  
  .FilterFooter .FilterFooter__btnWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  
  .FilterFooter .FilterFooter__btnWrapper.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .FilterFooter .FilterFooter__btnWrapper.-twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 746px;
  }
  
  .FilterFooter .FilterFooter__btnWrapper.-twoColumn .FilterFooter__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
    max-width: 50%;
    padding: 0 9px;
  }
  
  .FilterFooter .FilterFooter__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 334px;
    flex: 0 1 334px;
    margin: 0 0 0 20px;
    max-width: 334px;
  }
  
  .FilterFooter .FilterFooter__btn.-one {
    -ms-flex-preferred-size: 728px;
    flex-basis: 728px;
    margin: 0;
    max-width: 728px;
  }
}

.Footer {
  /* border-top: 1px solid #BBBBBB; */
  position: relative;
}

.Footer .Footer__inner1 {
  padding: 0;
}

.Footer .Footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  padding: 2em 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Footer {
    padding: 4em 1em 5em;
  }
}

.Footer .Footer__navItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.Footer .Footer__navLink {
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 3.256vw;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  position: relative;
}

.Footer .Footer__navLink::before {
  content: '';
  display: inline-block;
  background-image: url("../../images/event-registration/icon_arrow_circle_red.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.Footer .Footer__navArrow {
  display: none;
}

.Footer .Footer__copyWrapper {
  /* padding: 30px 0 55px; */
  text-align: center;
}

.Footer .Footer__copyright {
  font-size: 3.256vw;
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

@media screen and (min-width: 769px) {
  .Footer {
    padding: 2.5em;
    margin-top: 5em;
    /* border-top: 1px solid #BBBBBB; */
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(2, auto);
    grid-template-areas:
      "sns nav"
      "copyright copyright";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .Footer .Footer__wrapper {
    display: contents;
  }
  
  .Footer .Footer__sns {
    grid-area: sns;
    margin-bottom: 0;
  }
  
  .Footer .Footer__inner1 {
    display: contents;
  }
  
  .Footer .Footer__nav {
    grid-area: nav;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  
  .Footer .Footer__copyWrapper {
    grid-area: copyright;
    justify-self: flex-end;
    padding: 0;
  }
  
  .Footer .Footer__navLink {
    font-size: clamp(0.6rem, 1.4vw + 0.003rem, 0.889rem);
    line-height: 24px;
    margin-left: 0;
    padding: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Footer .Footer__navLink:hover {
    opacity: .7;
  }
  
  .Footer .Footer__copyWrapper {
    padding: 0;
  }
  
  .Footer .Footer__copyright {
    font-size: clamp(0.556rem, 1.1vw + 0.086rem, 0.778rem);
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
  }
}

.Footer .Footer__sns {
  margin-bottom: 20px;
}

.Footer .Footer__sns .sns-list {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 10vw);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Footer .Footer__sns .sns-list li {
  margin: 0;
  padding: 0;
}

.Footer .Footer__sns .sns-list li a {
  display: block;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.Footer .Footer__sns .sns-list li a:hover {
  opacity: 0.7;
}

.Footer .Footer__sns .sns-list li img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Footer .Footer__sns {
    margin-bottom: 0;
  }
  
  .Footer .Footer__sns .sns-list {
    gap: 1em;
    grid-template-columns: repeat(5, clamp(1.875rem, 4.4vw + -0.003rem, 2.778rem));
  }
  
  .Footer .Footer__sns .sns-list li img {
    width: 44.5px;
    height: 44.5px;
  }
}

.Form .Form__inner {
  overflow: hidden;
}

.Form .Form__btn {
  padding: 50px 0 55px;
}

.Form .Form__btn .Btn1 + .Btn1 {
  margin-top: 15px;
}

@media print, screen and (min-width: 769px) {
  .Form .Form__inner {
    margin: auto;
    width: 600px;
  }
  
  .Form .Form__btn {
    margin: auto;
    max-width: 728px;
    padding: 60px 0 100px;
  }
}

.FormItem {
  padding: 20px 0 0;
}

.FormItem .FormItem__inner + .FormItem__inner {
  margin-top: 20px;
}

.FormItem .FormItem__inner + .FormItem__inner.-marginNarrow {
  margin-top: 15px;
}

.FormItem .FormItem__entered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 900;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  padding: 15px;
  text-align: center;
}

.FormItem .FormItem__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.FormItem .FormItem__columnItem {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 5px;
}

.FormItem .FormItem__term {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 3px;
}

.FormItem .FormItem__textBox {
  margin: 0 0 13px;
}

.FormItem .FormItem__error {
  color: #f8083f;
  font-size: 12px;
  margin: 2px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}

.FormItem .FormItem__error:before {
  /* Asset not available - commented out */
  background-image: url("../../images/event-registration/icon_caution.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 15px;
}

.FormItem .FormItem__confirm {
  font-size: 15px;
  padding: 0 0 0 20px;
}

@media print, screen and (min-width: 769px) {
  .FormItem {
    padding: 35px 0 0;
  }
  
  .FormItem .FormItem__inner + .FormItem__inner {
    margin-top: 30px;
  }
  
  .FormItem .FormItem__entered {
    border-radius: 12px;
    font-size: 18px;
  }
  
  .FormItem .FormItem__column {
    margin: 0 -8px;
  }
  
  .FormItem .FormItem__columnItem {
    padding: 0 8px;
  }
  
  .FormItem .FormItem__term {
    font-size: 15px;
  }
  
  .FormItem .FormItem__textBox {
    margin: 0 0 23px;
  }
  
  .FormItem .FormItem__error {
    font-size: 13px;
  }
  
  .FormItem .FormItem__confirm {
    font-size: 18px;
  }
}

.GlobalNav {
  background-color: #fff;
  height: 100vh;
  left: 0;
  padding: 78px 25px 0;
  position: fixed;
  top: -101vh;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100vw;
  z-index: 8;
}

.GlobalNav.-open {
  top: 0;
}

.GpsBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8083f;
  border-radius: 7px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.GpsBtn .GpsBtn__figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.46703%;
  flex: 0 0 20.46703%;
  margin: 0 0 0 7%;
  max-width: 75px;
}

.GpsBtn .GpsBtn__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  letter-spacing: -0.05em;
  padding: 0 12% 0 4%;
}

.GpsBtn .GpsBtn__textMain {
  display: block;
  font-size: 19px;
}

@media only screen and (max-width: 413px) {
  .GpsBtn .GpsBtn__textMain {
    font-size: 4.58937vw;
  }
}

.GpsBtn .GpsBtn__textSub {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
}

@media only screen and (max-width: 413px) {
  .GpsBtn .GpsBtn__textSub {
    font-size: 2.657vw;
  }
}

.GpsBtn .GpsBtn__arrow {
  background-color: #fff;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
}

.GpsBtn .GpsBtn__arrow:before {
  color: #000;
  font-size: 24px;
}

@media print, screen and (min-width: 769px) {
  .GpsBtn {
    border: 3px solid #f8083f;
    border-radius: 14px;
    height: 133px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .GpsBtn .GpsBtn__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.20159%;
    flex: 0 0 12.20159%;
    margin: 1% 0 0 4.7%;
    max-width: 12.20159%;
  }
  
  .GpsBtn .GpsBtn__figure svg g {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .GpsBtn .GpsBtn__text {
    letter-spacing: 0;
    padding: 0 9% 0 4%;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .GpsBtn .GpsBtn__textMain {
    font-size: 30px;
  }
  
  .GpsBtn .GpsBtn__textSub {
    font-size: 14px;
  }
  
  .GpsBtn .GpsBtn__arrow {
    height: 31px;
    right: 24px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 31px;
  }
  
  .GpsBtn .GpsBtn__arrow:before {
    font-size: 30px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .GpsBtn:hover {
    background-color: #fff;
  }
  
  .GpsBtn:hover .GpsBtn__figure svg g {
    fill: #f8083f;
  }
  
  .GpsBtn:hover .GpsBtn__text {
    color: #f8083f;
  }
  
  .GpsBtn:hover .GpsBtn__arrow {
    background-color: #f8083f;
  }
  
  .GpsBtn:hover .GpsBtn__arrow:before {
    color: #fff;
  }
}

.Header .Header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  padding: 0 25px 4px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.Header .Header__inner:after {
  background-color: #f8083f;
  border-radius: 2px 0 0 2px;
  bottom: -2px;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  width: calc(100% - 25px);
}

.Header .Header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  -ms-flex: 0 1 211px;
  flex: 0 1 211px;
  max-width: 211px;
}

.Header .Header__logoLink {
  display: block;
  margin: 3% 0 0;
}

.Header .Header__logoImage {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.Header .Header__burgerBtn {
  background-color: #f8083f;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47px;
  flex: 0 0 47px;
  height: 47px;
  position: relative;
  width: 47px;
}

.Header .Header__burgerBtn:after {
  /* Asset not available - commented out */
  /* background-image: url(../images/common/icon_burger.svg); */
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.Header .Header__burgerBtn.-open:after {
  /* Asset not available - commented out */
  /* background-image: url(../images/common/icon_close.svg); */
}

@media screen and (min-width: 769px) {
  .Header .Header__inner {
    height: 105px;
    padding: 0 50px 4px;
  }
  
  .Header .Header__inner:after {
    width: calc(100% - 50px);
  }
  
  .Header .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 269px;
    flex: 0 0 269px;
    max-width: 269px;
  }
  
  .Header .Header__logoLink {
    margin: 20px 0 0;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Header .Header__logoLink:hover {
    opacity: .7;
  }
}

.Input[type=input], .Input[type=text], .Input[type=tel], .Input[type=email], .Input[type=number], .Input[type=search] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  display: block;
  font-size: 15px;
  min-height: 55px;
  padding: 10px 20px 10px 20px;
  width: 100%;
}

.Input[type=input]:-ms-input-placeholder, .Input[type=text]:-ms-input-placeholder, .Input[type=tel]:-ms-input-placeholder, .Input[type=email]:-ms-input-placeholder, .Input[type=number]:-ms-input-placeholder, .Input[type=search]:-ms-input-placeholder {
  color: #999999;
}

.Input[type=input]::-ms-input-placeholder, .Input[type=text]::-ms-input-placeholder, .Input[type=tel]::-ms-input-placeholder, .Input[type=email]::-ms-input-placeholder, .Input[type=number]::-ms-input-placeholder, .Input[type=search]::-ms-input-placeholder {
  color: #999999;
}

.Input[type=input]::placeholder, .Input[type=input]:-ms-input-placeholder, .Input[type=input]::-ms-input-placeholder, .Input[type=text]::placeholder, .Input[type=text]:-ms-input-placeholder, .Input[type=text]::-ms-input-placeholder, .Input[type=tel]::placeholder, .Input[type=tel]:-ms-input-placeholder, .Input[type=tel]::-ms-input-placeholder, .Input[type=email]::placeholder, .Input[type=email]:-ms-input-placeholder, .Input[type=email]::-ms-input-placeholder, .Input[type=number]::placeholder, .Input[type=number]:-ms-input-placeholder, .Input[type=number]::-ms-input-placeholder, .Input[type=search]::placeholder, .Input[type=search]:-ms-input-placeholder, .Input[type=search]::-ms-input-placeholder {
  color: #999999;
}

.Input[type=input]:focus, .Input[type=text]:focus, .Input[type=tel]:focus, .Input[type=email]:focus, .Input[type=number]:focus, .Input[type=search]:focus {
  outline: none;
}

.Input.error, .Input[type=input].error, .Input[type=text].error, .Input[type=tel].error, .Input[type=email].error, .Input[type=number].error, .Input[type=search].error {
  background-color: #ebd3d8;
  border-color: #f8083f;
}

@media print, screen and (min-width: 769px) {
  .Input[type=input], .Input[type=text], .Input[type=tel], .Input[type=email], .Input[type=number], .Input[type=search] {
    border-radius: 6px;
    font-size: 18px;
    min-height: 60px;
  }
}

.NotFound {
  padding: 54px 0 60px;
}

.NotFound .NotFound__inner {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 23px 0;
}

.NotFound .NotFound__figure {
  margin: 0 auto 17px;
  width: 112px;
}

.NotFound .NotFound__img {
  vertical-align: top;
  width: 100%;
}

.NotFound .NotFound__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  padding: 0 15px;
  text-align: center;
}

@media only screen and (max-width: 413px) {
  .NotFound .NotFound__text {
    font-size: 3.62319vw;
  }
}

.NotFound .NotFound__btn {
  margin: 20px 0 0;
}

@media print, screen and (min-width: 769px) {
  .NotFound {
    padding: 84px 0 80px;
  }
  
  .NotFound .NotFound__inner {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 50px 0 57px;
  }
  
  .NotFound .NotFound__figure {
    margin: 0px auto 26px;
    width: 130px;
  }
  
  .NotFound .NotFound__text {
    font-size: 22px;
  }
  
  .NotFound .NotFound__btn {
    margin: 22px 0 0;
  }
}

.Pager {
  padding: 22px 0 60px;
}

.Pager .Pager__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Pager .Pager__arrow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Pager .Pager__arrow.-prev {
  text-align: left;
}

.Pager .Pager__arrow.-prev .Pager__arrowArrow {
  margin-right: 5px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.Pager .Pager__arrow.-next {
  text-align: right;
}

.Pager .Pager__arrow.-next .Pager__arrowLink {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Pager .Pager__arrow.-next .Pager__arrowArrow {
  margin-left: 5px;
}

.Pager .Pager__arrowLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  line-height: 1;
  text-decoration: none;
}

.Pager .Pager__arrowArrow {
  background-color: #f8083f;
  height: 20px;
  width: 20px;
}

.Pager .Pager__arrowArrow:before {
  color: #fff;
}

.Pager .Pager__arrowText {
  color: #000;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 413px) {
  .Pager .Pager__arrowText {
    font-size: 3.38164vw;
  }
}

.Pager .Pager__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 4px;
}

.Pager .Pager__item.-active .Pager__link {
  background-color: #f8083f;
  color: #fff;
  pointer-events: none;
}

.Pager .Pager__link {
  background-color: transparent;
  border: 1px solid #f8083f;
  border-radius: 50%;
  color: #f8083f;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  max-width: 40px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 40px;
}

.Pager .Pager__text {
  font-size: 16.5px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 413px) {
  .Pager .Pager__text {
    font-size: 3.98551vw;
  }
}

.Pager .Pager__dots {
  /* Asset not available - commented out */
  /* background-image: url(../images/common/icon_dots.svg); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding-top: 100%;
  width: 22px;
}

@media print, screen and (min-width: 769px) {
  .Pager {
    margin: auto;
    max-width: 540px;
    padding: 47px 0 88px;
  }
  
  .Pager .Pager__arrowLink {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Pager .Pager__arrowLink:hover {
    opacity: .7;
  }
  
  .Pager .Pager__arrowArrow {
    height: 22px;
    width: 22px;
  }
  
  .Pager .Pager__arrowText {
    font-size: 18px;
  }
  
  .Pager .Pager__item {
    margin: 0 6px;
  }
  
  .Pager .Pager__link {
    max-width: 50px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 50px;
  }
  
  .Pager .Pager__link:hover {
    background-color: #f8083f;
    color: #fff;
  }
  
  .Pager .Pager__text {
    font-size: 20px;
  }
  
  .Pager .Pager__dots {
    margin: 0 10px;
  }
}

.RadioBtn {
  line-height: 1.2;
}

.RadioBtn .RadioBtn__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 11px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 55px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 50px 0 23px;
  position: relative;
}

.RadioBtn .RadioBtn__box:before, .RadioBtn .RadioBtn__box:after {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.RadioBtn .RadioBtn__box:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 32px;
  right: 10px;
  width: 32px;
}

.RadioBtn .RadioBtn__box:after {
  height: 17px;
  right: 17px;
  width: 17px;
}

.RadioBtn input {
  display: none;
}

.RadioBtn input:checked + .RadioBtn__box {
  border-color: #f8083f;
}

.RadioBtn input:checked + .RadioBtn__box:before {
  border-color: #f8083f;
}

.RadioBtn input:checked + .RadioBtn__box:after {
  background-color: #f8083f;
}

.Filter.-blue .RadioBtn input:checked + .RadioBtn__box {
  border-color: #009dc1;
}

.Filter.-blue .RadioBtn input:checked + .RadioBtn__box:before {
  border-color: #009dc1;
}

.Filter.-blue .RadioBtn input:checked + .RadioBtn__box:after {
  background-color: #009dc1;
}

.Filter.-green .RadioBtn input:checked + .RadioBtn__box {
  border-color: #b8c600;
}

.Filter.-green .RadioBtn input:checked + .RadioBtn__box:before {
  border-color: #b8c600;
}

.Filter.-green .RadioBtn input:checked + .RadioBtn__box:after {
  background-color: #b8c600;
}

@media print, screen and (min-width: 769px) {
  .RadioBtn .RadioBtn__box {
    border-radius: 10px;
    font-size: 22px;
    height: 60px;
    padding: 0 60px 0 23px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .RadioBtn .RadioBtn__box:before {
    height: 34px;
    right: 15px;
    width: 34px;
  }
  
  .RadioBtn .RadioBtn__box:after {
    height: 19px;
    right: 22px;
    width: 19px;
  }
  
  .RadioBtn .RadioBtn__box:hover {
    opacity: .7;
  }
  
  .RadioBtn.-form .RadioBtn__box {
    font-size: 18px;
  }
}

.RadioBtn2 {
  line-height: 1.2;
}

.RadioBtn2 .RadioBtn2__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 11px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 55px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 50px 0 23px;
  position: relative;
}

.RadioBtn2 .RadioBtn2__box:before, .RadioBtn2 .RadioBtn2__box:after {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.RadioBtn2 .RadioBtn2__box:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 32px;
  right: 10px;
  width: 32px;
}

.RadioBtn2 .RadioBtn2__box:after {
  height: 17px;
  right: 17px;
  width: 17px;
}

.RadioBtn2 input {
  display: none;
}

.RadioBtn2 input:checked + .RadioBtn2__box {
  border-color: #f8083f;
}

.RadioBtn2 input:checked + .RadioBtn2__box:before {
  border-color: #f8083f;
}

.RadioBtn2 input:checked + .RadioBtn2__box:after {
  background-color: #f8083f;
}

.RadioBtn2 input:checked + .RadioBtn2__box .RadioBtn2__participation {
  color: #f8083f;
}

.RadioBtn2 .RadioBtn2__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 35px;
  position: relative;
  width: 100%;
}

.RadioBtn2 .RadioBtn2__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.RadioBtn2 .RadioBtn2__time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.RadioBtn2 .RadioBtn2__participation {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  position: absolute;
  right: 50px;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
}

.Filter.-blue .RadioBtn2 input:checked + .RadioBtn2__box {
  border-color: #009dc1;
}

.Filter.-blue .RadioBtn2 input:checked + .RadioBtn2__box:before {
  border-color: #009dc1;
}

.Filter.-blue .RadioBtn2 input:checked + .RadioBtn2__box:after {
  background-color: #009dc1;
}

.Filter.-blue .RadioBtn2 input:checked + .RadioBtn2__box .RadioBtn2__participation {
  color: #009dc1;
}

.Filter.-green .RadioBtn2 input:checked + .RadioBtn2__box {
  border-color: #b8c600;
}

.Filter.-green .RadioBtn2 input:checked + .RadioBtn2__box:before {
  border-color: #b8c600;
}

.Filter.-green .RadioBtn2 input:checked + .RadioBtn2__box:after {
  background-color: #b8c600;
}

.Filter.-green .RadioBtn2 input:checked + .RadioBtn2__box .RadioBtn2__participation {
  color: #b8c600;
}

@media print, screen and (min-width: 769px) {
  .RadioBtn2 .RadioBtn2__box {
    border-radius: 12px;
    font-size: 22px;
    height: 74px;
    padding: 0 60px 0 23px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .RadioBtn2 .RadioBtn2__box:before {
    height: 34px;
    right: 15px;
    width: 34px;
  }
  
  .RadioBtn2 .RadioBtn2__box:after {
    height: 19px;
    right: 22px;
    width: 19px;
  }
  
  .RadioBtn2 .RadioBtn2__box:hover {
    opacity: .7;
  }
  
  .RadioBtn2 .RadioBtn2__inner {
    padding-right: 100px;
  }
  
  .RadioBtn2 .RadioBtn2__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    font-size: 22px;
    max-width: 200px;
  }
  
  .RadioBtn2 .RadioBtn2__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 22px;
  }
  
  .RadioBtn2 .RadioBtn2__participation {
    font-size: 16px;
    right: 64px;
    width: 50px;
  }
}

.RecommendEvent .RecommendEvent__list {
  padding: 10px 0 33px;
}

.RecommendEvent .RecommendEvent__item {
  margin: 0 0 20px;
}

.RecommendEvent .RecommendEvent__item:last-child {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .RecommendEvent {
    padding: 0 0 20px;
  }
  
  .RecommendEvent .RecommendEvent__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
    padding: 0;
  }
  
  .RecommendEvent .RecommendEvent__item {
    -ms-flex-preferred-size: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 20px;
    max-width: calc(50% - 8px);
  }
  
  .RecommendEvent .RecommendEvent__item:last-child {
    margin: 0 0 20px;
  }
}

.Select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  /* Asset not available - commented out */
  background-image: url("../../images/event-registration/select-arrow_sp.png");
  background-position: top 50% right 5px;
  background-repeat: no-repeat;
  background-size: 24px 8px;
  border: 1px solid #fff;
  border-radius: 11px;
  display: block;
  font-size: 15px;
  min-height: 55px;
  padding: 10px 40px 10px 20px;
  width: 100%;
  color: #000;
}

.Select option {
  color: #000;
}

.Select option:first-child {
  color: #999999;
}

.Select.js-isEmpty {
  color: #999999;
}

.Select:invalid {
  color: #999999;
}

.Select:valid:not([value=""]) {
  color: #000;
}

.Select::-ms-value {
  background: none;
  color: #000;
}

.Select:focus {
  outline: none;
}

.Select.error {
  background-color: #ebd3d8;
  border-color: #f8083f;
}

@media print, screen and (min-width: 769px) {
  .Select {
    /* Asset not available - commented out */
    background-image: url("../../images/event-registration/select-arrow_pc.png");
    background-size: 29px 11px;
    border-radius: 13px;
    font-size: 18px;
    min-height: 60px;
  }
}

.SnsList .SnsList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SnsList .SnsList__item {
  margin: 0 8px;
}

.SnsList .SnsList__link {
  border: 1px solid #f8083f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  text-decoration: none;
  width: 46px;
}

.SnsList .SnsList__icon {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.SnsList .SnsList__icon:before {
  display: block;
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 769px) {
  .SnsList .SnsList__item {
    margin: 0 7px;
  }
  
  .SnsList .SnsList__link {
    border: 2px solid #f8083f;
    height: 48px;
    overflow: hidden;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 48px;
  }
  
  .SnsList .SnsList__link:hover {
    background-color: #f8083f;
  }
  
  .SnsList .SnsList__link:hover .SnsList__icon:before {
    color: #fff;
  }
  
  .SnsList .SnsList__icon:before {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

.Tags {
  margin: 0 0 17px;
  overflow: hidden;
}

.Tags .Tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -8px;
}

.Tags .Tags__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 8px 8px 0;
}

.Tags .Tags__text {
  background-color: #fff;
  border: 2px solid #f8083f;
  border-radius: 8px;
  color: #f8083f;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding: 2px 8px;
  text-decoration: none;
}

@media only screen and (max-width: 413px) {
  .Tags .Tags__text {
    font-size: 3.86473vw;
  }
}

.Tags .Tags__dots {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 8px 8px 0;
}

.Tags .Tags__dotsLink {
  background-color: #dddddd;
  border-radius: 8px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  min-height: 33px;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  width: 54px;
}

@media only screen and (max-width: 413px) {
  .Tags .Tags__dotsLink {
    font-size: 3.86473vw;
  }
}

.Tags .Tags__dotsLink .Tags__dot {
  display: inline-block;
  position: relative;
  width: 0.5em;
}

.Tags .Tags__dotsLink .Tags__dot:before {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
}

@media print, screen and (min-width: 769px) {
  .Tags {
    margin: 0 0 40px;
  }
  
  .Tags .Tags__text {
    border: 2px solid #f8083f;
    border-radius: 10px;
    padding: 4px 10px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .Tags .Tags__dotsLink {
    border: 2px solid #dddddd;
    border-radius: 10px;
    min-height: 37px;
    padding: 4px 10px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 60px;
  }
  
  .Tags .Tags__dotsLink:hover {
    background-color: #000;
    border: 2px solid #000;
  }
  
  .Tags .Tags__dotsLink:hover .Tags__dot:before {
    background-color: #fff;
  }
  
  .Tags .Tags__dotsLink .Tags__dot:before {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

.TextBox {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 5px 0;
}

.TextBox .TextBox__inner {
  height: 163px;
  overflow-y: scroll;
  padding: 0 8px;
}

.TextBox .TextBox__text {
  color: #666666;
  font-size: 11px;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 769px) {
  .TextBox {
    border-radius: 4px;
    padding: 8px 0;
  }
  
  .TextBox .TextBox__inner {
    height: 200px;
    padding: 0 11px;
  }
  
  .TextBox .TextBox__text {
    font-size: 12px;
  }
}

.Title1 .Title1__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.Title1.-search {
  padding-left: 35px;
  position: relative;
}

.Title1.-search:before {
  /* Asset not available - commented out */
  /* background-image: url(../images/common/icon_search.svg); */
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 27px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
}

@media print, screen and (min-width: 769px) {
  .Title1 .Title1__text {
    font-size: 34px;
  }
  
  .Title1.-search {
    padding-left: 44px;
  }
  
  .Title1.-search:before {
    height: 34px;
    width: 34px;
  }
}

.Title2 {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  margin: 20px 0;
}

.Title2 .Title2__text {
  display: block;
  position: relative;
}

.Title2 .Title2__text:before, .Title2 .Title2__text:after {
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
}

.Title2 .Title2__text:before {
  background-color: rgba(0, 0, 0, 0.07);
  width: 100%;
  z-index: 2;
}

.Title2 .Title2__text:after {
  background-color: #f8083f;
  width: 29px;
  z-index: 3;
}

.Title2.-blue .Title2__text:after {
  background-color: #009dc1;
}

.Title2.-green .Title2__text:after {
  background-color: #b8c600;
}

.Title2.-large {
  font-size: 19px;
}

@media print, screen and (min-width: 769px) {
  .Title2 {
    font-size: 20px;
  }
  
  .Title2 .Title2__text:before, .Title2 .Title2__text:after {
    height: 3px;
  }
  
  .Title2.-large {
    font-size: 22px;
    margin: 25px 0;
  }
}

.Title3 .Title3__text {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 22.5px;
  font-weight: 900;
  letter-spacing: 0.07em;
  letter-spacing: 0.05em;
  padding-left: 50px;
  position: relative;
}

@media only screen and (max-width: 413px) {
  .Title3 .Title3__text {
    font-size: 5.43478vw;
  }
}

.Title3 .Title3__icon {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}

.Title3 .Title3__icon:before {
  color: #f8083f;
  font-size: 47px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Title3.-red .Title3__icon:before {
  color: #f8083f;
}

.Title3.-blue .Title3__icon:before {
  color: #009dc1;
}

.Title3.-green .Title3__icon:before {
  color: #b8c600;
}

@media print, screen and (min-width: 769px) {
  .Title3 .Title3__text {
    font-size: 40px;
    padding-left: 84px;
  }
  
  .Title3 .Title3__icon:before {
    font-size: 75px;
  }
}

.Title4 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.26923;
  margin: 22px 0;
}

.Title4 .Title4__sub {
  display: block;
  font-size: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 413px) {
  .Title4 .Title4__sub {
    font-size: 4.83092vw;
  }
}

.Title4 .Title4__main {
  display: block;
  font-size: 26px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 413px) {
  .Title4 .Title4__main {
    font-size: 6.28019vw;
  }
}

.Title4.-marginBottomNarrow {
  margin: 22px 0 16px;
}

@media print, screen and (min-width: 769px) {
  .Title4 {
    margin: 60px 0 30px;
  }
  
  .Title4 .Title4__sub {
    font-size: 20px;
  }
  
  .Title4 .Title4__main {
    font-size: 32px;
  }
  
  .Title4.-marginBottomNarrow {
    margin: 60px 0 20px;
  }
}

.Title5 {
  line-height: 1.26923;
  padding: 10px 0;
}

.Title5 .Title5__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.Title5.-white {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .Title5 {
    padding: 30px 0 17px;
  }
  
  .Title5 .Title5__text {
    font-size: 24px;
  }
}

.Title6 {
  line-height: 1.26923;
}

.Title6 .Title6__sub {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 6px;
}

.Title6 .Title6__main {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.07em;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 769px) {
  .Title6 .Title6__sub {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.07em;
  }
  
  .Title6 .Title6__main {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.07em;
  }
}

.TopMenu {
  padding: 40px 0;
}

@media print, screen and (min-width: 769px) {
  .TopMenu {
    padding: 53px 0 64px;
  }
}

.TopMenuBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8083f;
  border-radius: 2.657vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.41546vw 3.1401vw;
  text-decoration: none;
  width: 100%;
}

.TopMenuBtn .TopMenuBtn__iconWrapper {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0.96618vw 0 1.44928vw;
  text-align: center;
}

.TopMenuBtn .TopMenuBtn__icon:before {
  font-size: 13.28502vw;
}

.TopMenuBtn .TopMenuBtn__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 3.86473vw;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.125;
}

.TopMenuBtn .TopMenuBtn__arrowWrapper {
  line-height: 1;
  padding: 5px 0 0;
  padding: 1.20773vw 0 0;
}

.TopMenuBtn .TopMenuBtn__arrow {
  background-color: #fff;
  height: 21px;
  height: 5.07246vw;
  min-height: 0;
  min-width: 0;
  width: 21px;
  width: 5.07246vw;
}

.TopMenuBtn .TopMenuBtn__arrow:before {
  color: #000;
}

.TopMenuBtn.-blue {
  background-color: #009dc1;
}

.TopMenuBtn.-green {
  background-color: #b8c600;
}

.TopMenuBtn.-orange {
  background-color: #ff6e07;
}

@media print, screen and (max-width: 768px) {
  .TopMenuBtn.-sp1 {
    padding: 22px 20px;
  }
  
  .TopMenuBtn.-sp1 .TopMenuBtn__iconWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    margin: 0;
  }
  
  .TopMenuBtn.-sp1 .TopMenuBtn__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  
  .TopMenuBtn.-sp1 .TopMenuBtn__arrowWrapper {
    margin: 0 0 0 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .TopMenuBtn {
    border: 3px solid #f8083f;
    border-radius: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 24px 14px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .TopMenuBtn .TopMenuBtn__iconWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    margin: 0 0 0;
    max-width: 50px;
    position: relative;
    width: 50px;
  }
  
  .TopMenuBtn .TopMenuBtn__icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .TopMenuBtn .TopMenuBtn__icon:before {
    font-size: 50px;
  }
  
  .TopMenuBtn .TopMenuBtn__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    padding: 0 13px;
    text-align: left;
  }
  
  .TopMenuBtn .TopMenuBtn__arrowWrapper {
    padding: 0 2px 0 0;
  }
  
  .TopMenuBtn .TopMenuBtn__arrow {
    height: 31px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 31px;
  }
  
  .TopMenuBtn .TopMenuBtn__arrow:before {
    font-size: 30px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 1011px) {
  .TopMenuBtn.-pc4 .TopMenuBtn__text {
    padding: 0 4px;
  }
  
  .TopMenuBtn.-pc4 .TopMenuBtn__icon:before {
    font-size: 48px;
  }
  
  .TopMenuBtn.-pc4 .TopMenuBtn__icon.icon-experience:before {
    font-size: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .TopMenuBtn:hover {
    background-color: #fff;
    color: #f8083f;
  }
  
  .TopMenuBtn:hover .TopMenuBtn__icon:before {
    color: #f8083f;
  }
  
  .TopMenuBtn:hover .TopMenuBtn__arrow {
    background-color: #f8083f;
  }
  
  .TopMenuBtn:hover .TopMenuBtn__arrow:before {
    color: #fff;
  }
  
  .TopMenuBtn.-blue {
    border: 3px solid #009dc1;
  }
  
  .TopMenuBtn.-blue:hover {
    background-color: #fff;
    color: #009dc1;
  }
  
  .TopMenuBtn.-blue:hover .TopMenuBtn__icon:before {
    color: #009dc1;
  }
  
  .TopMenuBtn.-blue:hover .TopMenuBtn__arrow {
    background-color: #009dc1;
  }
  
  .TopMenuBtn.-green {
    border: 3px solid #b8c600;
  }
  
  .TopMenuBtn.-green:hover {
    background-color: #fff;
    color: #b8c600;
  }
  
  .TopMenuBtn.-green:hover .TopMenuBtn__icon:before {
    color: #b8c600;
  }
  
  .TopMenuBtn.-green:hover .TopMenuBtn__arrow {
    background-color: #b8c600;
  }
  
  .TopMenuBtn.-orange {
    border: 3px solid #ff6e07;
  }
  
  .TopMenuBtn.-orange:hover {
    background-color: #fff;
    color: #ff6e07;
  }
  
  .TopMenuBtn.-orange:hover .TopMenuBtn__icon:before {
    color: #ff6e07;
  }
  
  .TopMenuBtn.-orange:hover .TopMenuBtn__arrow {
    background-color: #ff6e07;
  }
}

.TopMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.TopMenuList .TopMenuList__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 3px 6px;
}

@media print, screen and (max-width: 768px) {
  .TopMenuList .TopMenuList__item.-sp1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  
  .TopMenuList .TopMenuList__item.-sp2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media print, screen and (min-width: 769px) {
  .TopMenuList {
    margin: 0 -7px;
  }
  
  .TopMenuList .TopMenuList__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 7px 14px;
  }
  
  .TopMenuList .TopMenuList__item.-pc2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  
  .TopMenuList .TopMenuList__item.-pc3 {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  
  .TopMenuList .TopMenuList__item.-pc4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1030px) {
  .TopMenuList .TopMenuList__item.-pc3.-sp1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .TopMenuList .TopMenuList__item.-pc3.-sp2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  
  .TopMenuList .TopMenuList__item.-pc4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.TopSlide {
  padding: 0 0 11px;
}

.TopSlide * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.TopSlide .slick-arrow {
  /* Asset not available - commented out */
  /* background-image: url("../images/common/slide-arrow.svg"); */
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  height: 58px;
  position: absolute;
  top: calc( 50% - 18px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  z-index: 1;
}

.TopSlide .slick-disabled {
  /* Asset not available - commented out */
  /* background-image: url("../images/common/slide-arrow_gray.svg"); */
  pointer-events: none !important;
}

.TopSlide .slick-prev {
  left: calc( (50vw - (760/2)*1px)/2);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.TopSlide .slick-next {
  right: calc( (50vw - (760/2)*1px)/2);
}

.TopSlide .slick-dots {
  bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  margin: 0;
  padding: 0 25px;
  padding-left: 97px;
}

.TopSlide .slick-dots li {
  line-height: 1;
  margin: 0 5px 5px;
}

.TopSlide .slick-dots li button {
  background-color: #fff;
  border: 1px solid #f8083f;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 9px;
  width: 9px;
}

.TopSlide .slick-dots .slick-active button {
  background-color: #f8083f;
}

@media print, screen and (min-width: 769px) {
  .TopSlide .slick-arrow {
    display: block;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .TopSlide .slick-arrow:hover {
    opacity: .7;
  }
  
  .TopSlide .slick-dots {
    margin: auto;
    max-width: 760px;
    padding: 0;
  }
  
  .TopSlide .slick-dots li button {
    border: 2px solid #f8083f;
    height: 11px;
    width: 11px;
  }
}

.TopSlideArea .TopSlideArea__head {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 25px 0;
}

.TopSlideArea .TopSlideArea__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding-right: 10px;
}

.TopSlideArea .TopSlideArea__numWraper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

.TopSlideArea .TopSlideArea__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
}

.TopSlideArea .TopSlideArea__unit {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.TopSlideArea .TopSlideArea__body {
  background-image: linear-gradient(to top, #eaeaea 0, #eaeaea 190px, #fff 190px, #fff 100%);
  padding: 0 0 26px;
}

.TopSlideArea .TopSlideArea__slideWrapper {
  overflow: hidden;
}

.TopSlideArea .TopSlideArea__slide {
  -webkit-transform: translateX(-72px);
  transform: translateX(-72px);
  width: calc(100% + 72px);
}

.TopSlideArea .TopSlideArea__btnWrapper {
  padding: 0 25px;
}

.TopSlideArea .TopSlideArea__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f8083f;
  border-radius: 5px;
  color: #f8083f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.TopSlideArea .TopSlideArea__btnText {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.TopSlideArea .TopSlideArea__arrow {
  background-color: #f8083f;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.TopSlideArea .TopSlideArea__arrow:before {
  color: #eaeaea;
}

.TopSlideArea .TopSlideArea__textLinkWrapper {
  margin: 5px 0 0;
  text-align: center;
}

.TopSlideArea .TopSlideArea__textLink {
  color: #848484;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px 0 0;
  position: relative;
  text-decoration: none;
}

.TopSlideArea .TopSlideArea__textLink .icon-arrow {
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}

.TopSlideArea .TopSlideArea__textLink .icon-arrow:before {
  color: #848484;
  font-size: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.TopSlideArea .TopSlideArea__gpsBtnWrapper {
  border-bottom: 1px solid #dbdbdb;
  padding: 17px 25px 15px;
}

@media print, screen and (min-width: 769px) {
  .TopSlideArea .TopSlideArea__head {
    margin: auto;
    max-width: 820px;
    padding: 13px 30px 0;
  }
  
  .TopSlideArea .TopSlideArea__title {
    font-size: 34px;
    padding-right: 30px;
  }
  
  .TopSlideArea .TopSlideArea__num {
    font-size: 66px;
  }
  
  .TopSlideArea .TopSlideArea__unit {
    font-size: 20px;
  }
  
  .TopSlideArea .TopSlideArea__slide {
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
  
  .TopSlideArea .TopSlideArea__btnWrapper {
    margin: auto;
    max-width: 820px;
    padding: 0 30px;
  }
  
  .TopSlideArea .TopSlideArea__btn {
    border: 2px solid #f8083f;
    border-radius: 10px;
    height: 59px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .TopSlideArea .TopSlideArea__btn:hover {
    background-color: #f8083f;
    color: #fff;
  }
  
  .TopSlideArea .TopSlideArea__btn:hover .TopSlideArea__arrow {
    background-color: #fff;
  }
  
  .TopSlideArea .TopSlideArea__btn:hover .TopSlideArea__arrow:before {
    color: #f8083f;
  }
  
  .TopSlideArea .TopSlideArea__btnText {
    font-size: 18px;
  }
  
  .TopSlideArea .TopSlideArea__textLinkWrapper {
    margin: 7px 0 0;
  }
  
  .TopSlideArea .TopSlideArea__textLink {
    font-size: 16px;
  }
  
  .TopSlideArea .TopSlideArea__gpsBtnWrapper {
    padding: 13px 30px 36px;
  }
  
  .TopSlideArea .TopSlideArea__gpsBtn {
    margin: auto;
    max-width: 760px;
  }
}

.TopSlideItem .TopSlideItem__wrapper {
  margin: 0 0 14px;
  padding: 17px 0 0 25px;
}

.TopSlideItem .TopSlideItem__link {
  color: #000;
  display: block;
  text-decoration: none;
}

.TopSlideItem .TopSlideItem__box {
  background-color: #f8083f;
  border-radius: 5px;
  position: relative;
}

.TopSlideItem .TopSlideItem__dateWrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dde213;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 62px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -17px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: -13px;
  width: 62px;
}

.TopSlideItem .TopSlideItem__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px 0 0;
}

.TopSlideItem .TopSlideItem__slash {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.TopSlideItem .TopSlideItem__yobi {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
}

.TopSlideItem .TopSlideItem__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
}

.TopSlideItem .TopSlideItem__figure {
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.51447%;
  flex: 0 0 40.51447%;
  max-width: 151px;
  overflow: hidden;
}

.TopSlideItem .TopSlideItem__img {
  vertical-align: top;
}

.TopSlideItem .TopSlideItem__textArea {
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0 0 15px;
}

.TopSlideItem .TopSlideItem__tagsWrapper {
  font-size: 0;
}

.TopSlideItem .TopSlideItem__tag {
  border: 1px solid #fff;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}

.TopSlideItem .TopSlideItem__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 769px) {
  .TopSlideItem .TopSlideItem__wrapper {
    padding: 17px 30px 0;
  }
  
  .TopSlideItem .TopSlideItem__box {
    border-radius: 12px;
    margin: auto;
    max-width: 760px;
  }
  
  .TopSlideItem .TopSlideItem__dateWrapper {
    height: 80px;
    left: -30px;
    width: 80px;
  }
  
  .TopSlideItem .TopSlideItem__date {
    font-size: 29px;
  }
  
  .TopSlideItem .TopSlideItem__slash {
    font-size: 24px;
  }
  
  .TopSlideItem .TopSlideItem__yobi {
    font-size: 14px;
  }
  
  .TopSlideItem .TopSlideItem__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
  }
  
  .TopSlideItem .TopSlideItem__figure {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 238px;
    flex: 0 0 238px;
    height: 238px;
    max-width: 238px;
  }
  
  .TopSlideItem .TopSlideItem__img {
    width: 100%;
  }
  
  .TopSlideItem .TopSlideItem__textArea {
    padding: 0 0 0 30px;
  }
  
  .TopSlideItem .TopSlideItem__tagsWrapper {
    margin: 13px 0 3px;
  }
  
  .TopSlideItem .TopSlideItem__tag {
    border-radius: 4px;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    margin: 0 10px 10px 0;
    padding: 0 18px;
  }
  
  .TopSlideItem .TopSlideItem__title {
    font-size: 30px;
  }
}

.AreaSearch {
  overflow: hidden;
  padding: 20px 0;
}

.AreaSearch .AreaSearch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -6px;
}

.AreaSearch .AreaSearch__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 0 16px;
  padding: 0 6px;
}

@media print, screen and (min-width: 769px) {
  .AreaSearch {
    padding: 45px 0;
  }
  
  .AreaSearch .AreaSearch__list {
    margin: 0 -10px;
  }
  
  .AreaSearch .AreaSearch__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 0 0 14px;
    padding: 0 10px;
  }
}


.thanks__img{
  width: 100%;
}

h3.campaign__lead {
  text-align: center;
  font-family: 'Noto Sans JP';
  font-weight: 600;
}

p.campaign__text {
  text-align: center;
}

.campaign__text span{
font-weight: 900;
color: #f8083f;
}

.campaign__note {
  background: #ededed;
  padding: 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0.5rem;
}
a.ApplicationTitle__noteLink.campaign__link {
  color: #f8083f;
  font-weight: 600;
}

