@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */
}

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

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

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

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

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

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

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

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

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*-------------------------------------------

Reset

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

html {
  width: 100%;
  height: 100%;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}

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

/* Icons */
/*@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  text-align: right;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 2.2rem;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/***************
common
***************/
html {
  font-size: 62.5%;
}

body {
  min-width: 1235px;
  color: #231815;
  -webkit-print-color-adjust: exact;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: A1ゴシック M;
}
body a {
  transition: .3s ease;
  text-decoration: none;
  color: #231815;
}
body a:hover {
  color: #231815;
  text-decoration: none;
}
body img {
  transition: 0.3s;
  display: block;
  max-width: 100%;
  width: auto;
}

/***************
pc
***************/
header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*background: #ADDEF6;*/
  padding: 0 0 0 4rem;
  z-index: 9;
}
header .siteTitle {
  max-width: 16rem;
  width: 100%;
}
header .heade__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .heade__navList--menu {
  display: flex;
  justify-content: space-between;
}
header .heade__navList--menu li {
  margin: 0 0 0 3.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}
header .heade__navList--menu li a:hover {
  text-decoration: underline;
}
header .heade__navList--exhibitPerson {
  width: 17.5rem;
  margin: 0 0 0 4.5rem;
}
header .heade__navList--exhibitPerson li:first-child a,
header .heade__navList--exhibitPerson li:first-child button{
  border: solid 1px #231815;
  background: #231815;
  color: #FFF;
}
header .heade__navList--exhibitPerson li:first-child a:hover,
header .heade__navList--exhibitPerson li:first-child button:hover{
  background: #FFF;
  color: #231815;
}
header .heade__navList--exhibitPerson li:last-child a {
  border: solid 1px #FFF;
  background: #FFF;
  color: #231815;
}
header .heade__navList--exhibitPerson li:last-child a:hover {
  background: #231815;
  color: #FFF;
}
header .heade__navList--exhibitPerson li a {
  display: block;
  padding: 0.3rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.inner01 {
  max-width: 1230px;
  width: 100%;
  margin: auto;
  padding: 0 4rem;
}

footer {
  position: relative;
  z-index: 10;
}
footer .footer__top {
  background: #231815;
  padding: 4.4rem 0 3.5rem 0;
}
footer .footer__top .inner01 {
  display: flex;
  justify-content: space-between;
  max-width: 1270px;
}
footer .footer__topBox {
  display: flex;
}
footer .footer__topBoxLeft a {
  color: #FFF;
  font-size: 2rem;
}
footer .footer__topBoxLeft a:hover {
  text-decoration: underline;
}
footer .footer__topBoxCenter {
  display: flex;
  margin: 0 0 0 5rem;
}
footer .footer__topBoxCenter ul {
  margin: 0 6rem 0 0;
}
footer .footer__topBoxCenter ul li {
  margin: 0 0 1.6rem 0;
}
footer .footer__topBoxCenter ul li a {
  color: #FFF;
  font-size: 1.5rem;
}
footer .footer__topBoxCenter ul li a:hover {
  text-decoration: underline;
}
footer .footer__topRight {
  max-width: 280px;
  width: 100%;
}
footer .footer__topRight li {
  margin: 0 0 2rem 0;
}
footer .footer__topRight li a {
  display: block;
  width: 100%;
  background: #ADDEF6;
  border: solid 2px #ADDEF6;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 1.4rem 0;
  margin: 0 0 2rem 0;
}
footer .footer__topRight li a:hover {
  color: #ADDEF6;
  background: #231815;
}
footer .footer__topRight li ul {
  display: none;
}
footer .footer__topRight li ul li {
  margin: 0;
}
footer .footer__topRight li ul li a {
  margin: 0;
  background: #3e3a39;
  color: #FFF;
  display: block;
  border: none;
  border-bottom: solid 1px #FFF;
}
footer .footer__topRight .about_exhibition__btn01 {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #ADDEF6;
  border: solid 2px #ADDEF6;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 1.4rem 0;
  margin: 0;
}
footer .footer__bottom {
  padding: 4.4rem 0;
}
footer .footer__bottom .inner01 {
  max-width: 1270px;
}
footer .footer__bottom p {
  margin: 0 0 1.8rem 0;
}
footer .footer__bottom p img {
  width: 185px;
}
footer .footer__bottom .box {
  display: flex;
}
footer .footer__bottom .box dl {
  margin: 0 8rem 1.5rem 0;
}
footer .footer__bottom .box dl dt {
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0 0 1.3rem 0;
}
footer .footer__bottom .box dl dd {
  font-size: 1.6rem;
  line-height: 165%;
}
footer .footer__bottom ul {
  display: flex;
  font-size: 1.2rem;
}
footer .footer__bottom ul li {
  line-height: 100%;
}
footer .footer__bottom ul li:first-child {
  margin: 0 1rem 0 0;
  padding: 0 1rem 0 0;
}
footer .footer__bottom ul li:last-child{
  margin: 0;
}
footer .footer__bottom ul li.snsArea{
  width: 4rem;
  margin: 0;
}
footer .footer__bottom ul li a{
  display: block;
}
footer .footer__bottom ul li a img{
  width: 100%;
}
footer .footer__bottom .footer__bottomFlex ul{
  gap: 0 1.5rem;
  margin: 0 0 2rem;
}
footer .footer__bottom .footer__bottomFlex ul li:first-child{
  padding: 0;
}

.page.white main {
  background: #FFF;
}
.page header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: none;
}
.page header .heade__navList--exhibitPerson li:last-child a {
  color: #231815;
}
.page header .heade__navList--exhibitPerson li:last-child a:hover {
  color: #FFF;
}
.page header .heade__nav li a {
  color: #FFF;
}
.page main {
  background: url("../img/bg.png") #ADDEF6;
  background-size: cover;
  background-repeat: repeat-y;
  padding: 0 0 10rem;
}
.page.comingsoon main {
  padding: 0;
}
.page .mainvisual {
  overflow: visible;
  position: relative;
  padding: 0;
  margin: 0;
}
.page .mainvisual::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.page .mainvisual__title {
  position: absolute;
  top: -7%;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.1rem;
  color: #FFF;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.page .mainvisual__mypage {
  position: absolute;
  bottom: -20rem;
  right: 7.7rem;
  z-index: 2;
}
.page .mainvisual__mypage dt {
  width: 20rem;
  height: 20rem;
  background: #231815;
  color: #ADDEF6;
  border-radius: 100px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 2.6rem;
  margin: 0 0 1.5rem 0;
}
.page .mainvisual__mypage dt span {
  display: block;
  font-size: 5.7rem;
  line-height: 4rem;
  margin: 1rem 0 1rem 0;
}
.page .mainvisual__mypage dt i {
  display: block;
  background: #ADDEF6;
  color: #231815;
  font-size: 1.4rem;
  line-height: 1.5rem;
  width: 75%;
  padding: 0.4rem 0 0 0;
  margin: 0 auto 1.2rem;
}
.page .mainvisual__mypage dt strong {
  font-size: 2.1rem;
}
.page .mainvisual__mypage dt a {
  color: #ADDEF6;
}
.page .mainvisual__mypage dd a {
  display: block;
  background: #FFF;
  border: solid 2px #231815;
  padding: 1rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.page .mainvisual__mypage dd a:hover {
  color: #FFF;
  background: #231815;
}
.page .pankuzu {
  display: flex;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0;
  margin: 0 auto 6rem auto;
}
.page .pankuzu li {
  position: relative;
  font-size: 1.3rem;
  padding: 0 1.5rem 0 0;
  margin: 0 1.2rem 0 0;
}
.page .pankuzu li:last-child::after {
  display: none;
}
.page .pankuzu li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page .pankuzu li a:hover {
  text-decoration: underline;
}
.page__title {
  text-align: center;
  font-size: 5.7rem;
  margin: 10rem 0 4rem 0;
}
.page__copy {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 6rem 0;
}

.header_bg header {
  background: #231815;
}
.header_bg main {
  margin: 7.2rem 0 0 0;
}

.coming_soon {
  background: url(../img/bg_comingsoon.png), url("../img/bg.png");
  background-size: 400px, cover;
  background-position: center center;
  background-repeat: no-repeat, repeat-y;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  text-align: center;
}
.coming_soon a {
  text-decoration: underline;
}
.coming_soon a:hover {
  text-decoration: none;
}
.coming_soon span {
  font-size: 2.2rem;
  margin: 0 0 4rem 0;
  color: #FFFFFF;
}
.coming_soon_text {
  text-align: center;
  max-width: 416px;
  width: 100%;
  font-size: 1.8rem;
}

.coming_soon2 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  text-align: center;
}
.coming_soon2 a:hover {
  text-decoration: none;
}
.coming_soon span2 {
  font-size: 2.2rem;
  margin: 0 0 4rem 0;
}
.coming_soon2_text {
  text-align: center;
  max-width: 416px;
  width: 100%;
  font-size: 1.8rem;
}

.spOnly {
  display: none !important;
}

.luxy-el {
  will-change: transform;
}

.mainvisual {
  overflow: hidden;
  position: relative;
  padding: 20.3rem 0 0 0;
  margin: -5rem 0 -10% 0;
  background: url("../img/bg.png") #ADDEF6;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainvisual::after {
  content: '';
  background: #ADDEF6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.mainvisual .inner01 {
  position: relative;
  margin: 0 auto 8.5rem;
}
.mainvisual .inner01 .bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 430px;
}
.inner01 .nomapsDreamPitchLink {
  display: block;
  position: absolute;
  bottom: 16rem;
  right: 11.7rem;
  max-width: 20rem;
  margin: auto;
  width: 100%;
  transform: translate3d(0px, 20px, 0px);
}
.mainvisual__title {
  max-width: 503px;
  width: 100%;
  /*display: flex;*/
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 6rem;
  margin: 0 0 5.4rem 0;
  text-align: center;
}
.mainvisual__title span {
  font-size: 1.2rem;
  line-height: .1;
}
.mainvisual__img {
  max-width: 416px;
  width: 100%;
  margin: 0 0 3.5rem 0;
}
.mainvisual__schedule {
  max-width: 416px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: A1ゴシック M;
  margin: 0 0 1.5rem 0;
}
.mainvisual__schedule.second {
  margin: 0 0 2.3rem -0.6rem;
}
.mainvisual__schedule.second dd::before {
  content: 'FRI';
}
.mainvisual__schedule dt {
  font-size: 4rem;
}
.mainvisual__schedule dd {
  position: relative;
  font-size: 2rem;
  position: relative;
}
.mainvisual__schedule dd::before {
  content: 'THU';
  position: absolute;
  top: -2rem;
  left: 1rem;
  font-size: 1.6rem;
}
.mainvisual__schedule dd span {
  position: absolute;
  top: 0;
  right: -6.3rem;
  font-size: 1.6rem;
  border: solid 1px;
  padding: 0.15rem 0.7rem 0 0.7rem;
  line-height: 2rem;
}
.mainvisual__plan {
  width: 36%;
  margin: 0 0 2.4rem 0;
  border: solid 1px #231815;
  background: #fff;
  padding: 24px 20px 17px;
}
.mainvisual__plan .flexarea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 11px;
}
.mainvisual__plan .bottomarea {
  border-top: solid 0.1rem #231815;
  padding: 10px 16px;
  margin: 0 auto;
}
.mainvisual__plan .bottomarea p {
  font-size: 20px;
}
.mainvisual__plan .title {
  font-size: 23px;
  text-align: center;
  margin: 0 0 10px;
}
.mainvisual__plan span {
  border: solid 1px #231815;
  padding: 0.2rem 1.8rem 0 1.8rem;
  margin: 0 0 0 9.5rem;
  font-size: 1.6rem;
}
.mainvisual__des {
  font-size: 2.6rem;
  margin: 0 0 2.8rem 0;
}
.mainvisual__link {
  max-width: 416px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.8rem 0;
}
.mainvisual__link a{
  display: block;
  width: 100%;
  color: #FFF;
  background: #dc143c;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.8rem 0;
  border: solid 0.1rem #231815;
}
.mainvisual__link a:hover {
  background: #FFF;
  color: #231815;
}
.mainvisual__linkMypage {
  max-width: 416px;
  width: 100%;
  margin: 0 0 4rem 0;
}
.mainvisual__linkMypage a {
  display: block;
  border: solid 0.1rem #231815;
  background: #FFF;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.3rem 0;
}
.mainvisual__linkMypage a:hover {
  background: #231815;
  color: #FFF;
}
.mainvisual__link li {
  width: 47%;
}
.mainvisual__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #231815;
  text-align: center;
  font-size: 1.7rem;
  padding: 0.8rem 0;
  border: solid 0.1rem #231815;
  min-height: 7.4rem;
}
.mainvisual__link li:last-child a {
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.mainvisual__link li a:hover {
  background: #FFF;
  color: #231815;
}
.mainvisual__news {
  display: flex;
}
.mainvisual__news dt {
  width: 102px;
  text-align: center;
  border: solid 0.1rem #231815;
  font-size: 1.6rem;
  padding: 0.2rem 0;
  margin: 0 2.8rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual__news dd {
  font-size: 1.6rem;
  text-indent: -7em;
  padding-left: 7em;
}
.mainvisual__news dd span {
  margin: 0 2.5rem 0 0;
}
.mainvisual__side {
  position: absolute;
  top: 13.5vw;
  right: 3.8rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}
.mainvisual__side dt {
  min-width: 56px;
}
.mainvisual__side dd {
  min-width: 56px;
  position: relative;
  font-size: 1rem;
}
.mainvisual__side dd::before, .mainvisual__side dd::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -147px;
  right: 31px;
  left: 0;
  width: 1px;
  background: #231815;
  margin: 0 auto;
}
.mainvisual__side dd::before {
  height: 133px;
  transform: translate(30px, 0px);
}
.mainvisual__side dd::after {
  height: 8px;
  transform-origin: right center;
  transform: translate(33px, 0px) rotate(40deg);
}
.mainvisual__imgBox ul.slick-slider {
  transform: skew(0deg, -6deg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -1% 3% -1%;
}
.mainvisual__imgBox ul.slick-slider li.slick-slide {
  width: calc( 50% - 0.6rem);
  margin: 0 0.05%;
  height: auto;
}
.mainvisual__imgBox ul.slick-slider li.slick-slide:last-child {
  margin-top: -10%;
}
.mainvisual__imgBox ul.slick-slider li.slick-slide img {
  width: 100%;
  height: auto;
  transform: skew(0deg, 5.8deg);
}
.mainvisual__slide ul.slick-slider {
  transform: skew(0deg, 0deg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -1% 3% -1%;
}
.mainvisual__slide ul.slick-slider li.slick-slide {
  width: calc( 50% - 0.6rem);
  margin: 0 0;
  height: auto;
}
.mainvisual__slide ul.slick-slider li.slick-slide:last-child {
  margin-top: -10%;
}
.mainvisual__slide ul.slick-slider li.slick-slide img {
  width: 100%;
  height: auto;
  transform: skew(0deg, 0deg);
  margin: 0 0 22px;
}
.mainvisual__slide ul.slick-slider li.slick-slide .textarea {
  text-align: center;
}
.mainvisual__slide ul.slick-slider li.slick-slide .textarea .name {
  font-size: 30px;
  margin: 0 0 13px;
}
.mainvisual__slide ul.slick-slider li.slick-slide .textarea .name .small {
  font-size: 20px;
}
.mainvisual__slide ul.slick-slider li.slick-slide .textarea .detail {
  font-size: 13px;
  line-height: 1.5;
}

.topBlockOne {
  overflow: hidden;
  position: relative;
  padding: 1.5rem 0 0 0;
  background: url(../img/top_bg01.png) no-repeat top;
  background-size: 100% auto;
  padding: 0 0 8% 0;
  min-height: 920px;
}
/*.topBlockOne::after {
  content: '';
  background: url(../img/main_right_white.png) top 100% right 17% no-repeat #ADDEF6;
  background-size: 445px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}*/
.topBlockOne .inner01 {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 auto 4.2rem;
}
.topBlockOne .inner01 .left {
  width: 50%;
  color: #FFF;
  padding: 18.7vw 0 9.7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topBlockOne .inner01 .right {
  width: 50%;
}
.topBlockOne .inner02 .innerblock {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.topBlockOne .inner02 .innerblock .seminar_icon {
  display: block;
  width: 201px;
  position: absolute;
  top: -10vw;
  right: 0;
}
.topBlockOne__title {
  font-size: 2.4vw;
  line-height: 5.2vw;
  margin: -3.5rem 0 2rem -13.2rem;
  text-align: center;
}
.topBlockOne__des02 {
  font-size: 1.2vw;
  line-height: 2.3vw;
  margin: 0 0 20px -11.2rem;
}
.topBlockOne__des {
  font-size: 1vw;
  line-height: 2.3vw;
  margin: 0 0 0 -11.2rem;
}
.topBlockOne__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topBlockOne__list li {
  width: 15vw;
  margin: 0 -6vw 0 0;
}
.topBlockOne__list li:nth-child(2) {
  margin: -1.3vw 0 0 -22vw;
}
.topBlockOne__list li:nth-child(3) {
  margin: -4vw -11vw 0 0;
}
.topBlockOne__list li:nth-child(4) {
  margin: -1.8vw 0 0 -18vw;
}
.topBlockOne__list li img {
  width: 100%;
  height: auto;
}

.topBlockTwo {
  position: relative;
  padding: 24rem 0 1rem 0;
  background: #ADDEF6;
  margin: -24vw 0 0 0;
  overflow: hidden;
  transform: skew(0deg, -6deg);
}
.topBlockTwo .inner01 {
  position: relative;
  z-index: 1;
  margin: 0 auto 4.2rem;
  transform: skew(0deg, 6deg);
}
.topBlockTwo__title {
  text-align: center;
  font-size: 6rem;
  margin: 14.2rem 0 4.2rem 0;
}
.topBlockTwo__des {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0 0 7.5rem 0;
}
.topBlockTwo__box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.topBlockTwo__boxArticle {
  width: calc( 50% - 3rem);
  margin-right: 3rem;
}
.topBlockTwo__boxArticle:last-child {
  margin-right: 0;
  margin-left: 3rem;
}
.topBlockTwo__boxArticle img {
  width: 100%;
  height: auto;
  border: solid 2px #231815;
  margin: 0 0 2.9rem 0;
}
.topBlockTwo__boxArticle dl dt {
  font-size: 2.3rem;
  padding: 0 0 2rem 0;
  margin: 0 0 1.2rem 0;
  border-bottom: solid 2px #231815;
}
.topBlockTwo__boxArticle dl dd {
  font-size: 1.6rem;
  word-break: break-all;
}
.topBlockTwo__boxArticle dl dd span {
  display: block;
  font-size: 1.7rem;
  margin: 0 0 1.5rem 0;
}
.topBlockTwo .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1230px;
  width: 100%;
  margin: auto;
  padding: 0 4rem;
  text-align: right;
}
.topBlockTwo .bg img {
  display: inline-block;
  transform: skew(0deg, 6deg);
}

.topBlockThree {
  position: relative;
  /*padding: 38rem 0 10rem 0;*/
  padding: 10rem 0;
  margin: 0;
}
/*.topBlockThree::before {
  content: '';
  background: #ADDEF6;
  position: absolute;
  top: -7%;
  left: 0;
  width: 100%;
  height: 15%;
  z-index: -6;
  transform: skew(0deg, -5deg);
}*/
.topBlockThree .inner01 {
  margin: 0 auto 4.2rem;
}
.topBlockThree__title {
  max-width: 1070px;
  background: #231815;
  text-align: center;
  color: #FFF;
  font-size: 2.6rem;
  padding: 1.7rem 0;
  margin: 0 auto 4rem auto;
}
.topBlockThree__titleSub {
  margin: 0 auto 6rem auto;
  text-align: center;
  background: #231815;
  color: #FFF;
  font-size: 2.7rem;
  padding: 2.6rem 0;
  max-width: 380px;
  width: 100%;
}
.topBlockThree__titleTwo {
  text-align: center;
  font-size: 2.9rem;
  margin: 0 0 5rem 0;
}
.topBlockThree__des {
  max-width: 1070px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 1.9rem;
  padding: 3.5rem 0 0 0;
  margin: 0 auto 4rem auto;
  cursor: pointer;
}
.topBlockThree__des:hover {
  text-decoration: underline;
}
.topBlockThree__des:hover::before {
  content: '';
  width: 35px;
  height: 35px;
  border: 0;
  border-bottom: solid 4px #231815;
  border-right: solid 4px #231815;
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  margin: -17px auto 0;
}
.topBlockThree__des::before {
  content: '';
  width: 35px;
  height: 35px;
  border: 0;
  border-bottom: solid 4px #231815;
  border-right: solid 4px #231815;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  margin: -17px auto 0;
  transition: .3s ease;
}
.topBlockThree__des.active::before {
  margin: 8px auto 0;
  transform: rotate(-135deg);
}
.topBlockThree .none {
  display: none;
}
.topBlockThree__qa {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: item;
  padding: 0 5rem;
}
.topBlockThree__qa dl {
  width: 45%;
  counter-increment: item;
  margin: 0 0 5rem 0;
}
.topBlockThree__qa dl dt {
  position: relative;
  font-size: 1.7rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 3.6rem;
}
.topBlockThree__qa dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q" counter(item) ".";
  padding-right: .5em;
}
.topBlockThree__qa dl dd {
  position: relative;
  font-size: 1.6rem;
  padding: 0 0 0 3.6rem;
  word-break: break-all;
}
.topBlockThree__qa dl dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A" counter(item) ".";
  padding-right: .5em;
}
.topBlockThree__qa dl dd a {
  text-decoration: underline;
}
.topBlockThree__qa dl dd a:hover {
  text-decoration: none;
}
.topBlockThree__flow {
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 0 3.5rem 0;
  padding: 0 0 0 2rem;
  background: #ADDEF6;
}
.topBlockThree__flow::before, .topBlockThree__flow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.topBlockThree__flow:before {
  top: -15px;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #231815;
  border-width: 110px 0 110px 2em;
  z-index: 10;
}
.topBlockThree__flow::after {
  top: -15px;
  left: -0.2em;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 110px 0 110px 2em;
  z-index: 10;
}
.topBlockThree__flow dl {
  position: relative;
  width: calc( 100% / 6 );
  min-height: 179px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ADDEF6;
  padding: 0 2rem 0 0;
}
.topBlockThree__flow dl:last-child::before {
  border-color: #FFF #FFF #FFF #231815;
  right: -0.1em;
}
.topBlockThree__flow dl:last-child::after {
  right: 0.1rem;
}
.topBlockThree__flow dl::before, .topBlockThree__flow dl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.topBlockThree__flow dl:before {
  top: -15px;
  right: 0;
  border-style: solid;
  border-color: transparent transparent transparent #231815;
  border-width: 110px 0 110px 2em;
  z-index: 10;
}
.topBlockThree__flow dl::after {
  top: -15px;
  right: 0.2em;
  border-style: solid;
  border-color: transparent transparent transparent #ADDEF6;
  border-width: 110px 0 110px 2em;
  z-index: 10;
}
.topBlockThree__flow dl dt {
  text-align: left;
  font-size: 2.1rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 5.5rem;
}
.topBlockThree__flow dl dd {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: A1ゴシック M;
}
.topBlockThree__more {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 7.5rem 0;
}
.topBlockThree__more a {
  position: relative;
  text-decoration: underline;
}
.topBlockThree__more a::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #231815;
  border-right: solid 2px #231815;
  position: absolute;
  top: 50%;
  left: -3.5rem;
  margin-top: -4px;
  transform: rotate(45deg);
}
.topBlockThree__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topBlockThree__list li {
  width: calc( 100% / 4 - 2rem);
  margin-right: 3rem;
  margin-bottom: 2rem;
}
.topBlockThree__list li:nth-child(4), .topBlockThree__list li:nth-child(8), .topBlockThree__list li:nth-child(12) {
  margin-right: 3rem;
}
.topBlockThree__list li.another a {
  background: #736C26;
  border: solid 2px #736C26;
}
.topBlockThree__list li.another a:hover {
  color: #736C26;
}
.topBlockThree__list li a {
  display: block;
  text-align: center;
  color: #FFF;
  background: #231815;
  border: solid 2px #231815;
  font-size: 2rem;
  padding: 2.6rem 0;
}
.topBlockThree__list li a:hover {
  color: #231815;
  background: #FFF;
}

.topBlockForce {
  position: relative;
  padding: 26.3rem 0 26.3rem 0;
  background: url("../img/bg.png");
  background-size: cover;
  background-repeat: repeat-y;
  margin: 0;
}
.topBlockForce::before {
  content: '';
  background: #FFF;
  position: absolute;
  top: -7%;
  left: 0;
  width: 100%;
  height: 15%;
  transform: skew(0deg, -5deg);
}
.topBlockForce::after {
  content: '';
  background: #ADDEF6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.topBlockForce .inner01 {
  margin: 0 auto 4.2rem;
}
.topBlockForce__box {
  display: flex;
  padding: 6rem 0 6rem 13rem;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto 7.8rem;
  background: #FFF;
  -moz-box-shadow: -1px 45px 38px -35px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: -1px 45px 38px -35px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: -1px 45px 38px -35px rgba(0, 0, 0, 0.3) inset;
  box-shadow: -1px 45px 38px -35px rgba(0, 0, 0, 0.3) inset;
}
.topBlockForce__boxLeft {
  padding: 1rem 0 0 0;
  max-width: 220px;
  flex: 1;
  border-right: solid 2px #231815;
}
.topBlockForce__boxLeft h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 0 1.8rem 0;
}
.topBlockForce__boxLeft h3 span {
  margin-top: 1.3rem;
  font-size: 1.7rem;
  display: block;
}
.topBlockForce__boxLeft a {
  position: relative;
  border: solid 1px #231815;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1px 0 1px 16px;
  display: block;
  width: 152px;
}
.topBlockForce__boxLeft a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 6px solid #231815;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.topBlockForce__boxLeft a:hover {
  background: #231815;
  color: #FFF;
}
.topBlockForce__boxLeft a:hover::after {
  border-left: 6px solid #FFF;
}
.topBlockForce__boxRight {
  flex: 1;
  padding: 0 0 0 4.2rem;
}
.topBlockForce__boxRight dl {
  display: flex;
  font-size: 2.2rem;
  margin: 1.5rem 0 0 0;
}
.topBlockForce__boxRight dl dt {
  max-width: 130px;
  width: 100%;
  font-family: A1ゴシック M;
  margin: 0 5rem 0 0;
}
.topBlockForce__boxRight dl dd {
  font-size: 2rem;
  padding: 0 2rem 0 0;
}
.topBlockForce__boxRight dl dd a:hover {
  text-decoration: underline;
}
.topBlockForce__boxTwo {
  display: flex;
  justify-content: space-between;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.topBlockForce__snsLink{
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.topBlockForce__snsLink a{
  font-size: 2rem;
  text-decoration: underline;
  background: url(../img/insta-icon.svg) no-repeat;
  background-size: contain;
  padding: 0 0 0 3.8rem;
}
.topBlockForce__boxTwo dl {
  width: 44%;
}
.topBlockForce__boxTwo dl dt {
  text-align: center;
  font-size: 2.5rem;
  margin: 0 0 3rem 0;
}
.topBlockForce__boxTwo dl dd {
  min-height: 480px;
  position: relative;
  z-index: 1;
}
.topBlockForce__boxTwo dl dd .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.4rem 0 0 0;
}
.topBlockForce__boxTwo dl dd .box span {
  font-size: 2.4rem;
  line-height: 180%;
  padding: 0 5rem 0 0;
}
.topBlockForce__boxTwo dl dd .box a {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
}
.topBlockForce__boxTwo dl dd .box a:hover {
  text-decoration: none;
}
.topBlockForce__boxTwo dl dd .box a::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #231815;
  border-right: solid 2px #231815;
  position: absolute;
  top: 50%;
  left: -3.5rem;
  margin-top: -4px;
  transform: rotate(45deg);
}

.topBlockFive {
  position: relative;
  padding: 1rem 0 0 0;
  background: #FFF;
  margin: 0;
}
.topBlockFive::before {
  content: '';
  background: #fff;
  position: absolute;
  top: -3%;
  left: 0;
  width: 100%;
  height: 6%;
  transform: skew(0deg, -5deg);
}
.topBlockFive .inner01 {
  margin: 0 auto 4.2rem;
}
.topBlockFive__logoList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto 4rem;
}
.topBlockFive__logoList li {
  width: calc( 100% / 3 - 2rem );
  margin-right: 2.9rem;
  margin-bottom: 3rem;
}
.topBlockFive__logoList li:nth-of-type(3n) {
  margin-right: 0;
}
.topBlockFive__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 820px;
  width: 100%;
  margin: -3rem auto 8rem auto;
}
.topBlockFive__list li {
  font-size: 2rem;
  width: 25%;
  margin: 0 0 1.3rem 0;
}
.topBlockFive__list li a {
  text-decoration: underline;
}
.topBlockFive__list li a:hover {
  text-decoration: none;
}
.topBlockFive__listImage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1010px;
  width: 100%;
  margin: -2rem auto 2rem auto;
}
.topBlockFive__listImage.bottom {
  margin: -5rem auto 0 auto;
  justify-content: center;
}
.topBlockFive__listImage.bottom li {
  margin: 0 auto 4.2rem;
  width: 100%;
}
.topBlockFive__listImage.bottom li:nth-child(1) img {
  width: 325px;
}
.topBlockFive__listImage.top li {
  margin: 0 45px 4.2rem 0;
  width: calc( 100% / 3 - 30px );
}
.topBlockFive__listImage.top li:nth-child(3n) {
  margin: 0 0 20px 0;
}
.topBlockFive__listImage.top li:nth-child(1) img {
  width: 100%;
}
.topBlockFive__listImage.top li:nth-child(2) img {
  width: 100%;
}
.topBlockFive__listImage.top li:nth-child(3) img {
  width: 100%;
}
.topBlockFive__listImage.top li:nth-child(4) {
  width: calc( 100% / 3 - 30px );
}
.topBlockFive__listImage.top li:nth-child(4) img {
  width: 100%;
}
.topBlockFive__listImage.top li:nth-child(5) {
  width: calc( 100% / 3 - 30px );
}
.topBlockFive__listImage.top li:nth-child(5) img {
  width: 100%;
}
.topBlockFive__listImage.top li:nth-child(6) {
  width: calc( 100% / 3 - 30px );
}
.topBlockFive__listImage.top li:nth-child(7) {
  width: calc( 100% / 3 - 30px );
}
.topBlockFive__listImage.top li:nth-child(8) {
  width: calc( 100% / 3 - 30px );
}
.topBlockFive__listImage.top li:nth-child(9) {
  width: calc( 100% / 3 - 30px );
}
.topBlockFive__listImage.top li img {
  width: 100%;
  margin: auto;
}
.topBlockFive__listImage li {
  margin: 0 auto 4.2rem;
}
.topBlockFive__listImage li img {
  margin: auto;
}
.topBlockFive__listImage li:nth-child(1) img {
  width: 264px;
}
.topBlockFive__listImage li:nth-child(2) img {
  width: 165px;
}
.topBlockFive__listImage li:nth-child(3) img {
  width: 195px;
}
.topBlockFive__listImage li:nth-child(4) {
  width: 50%;
}
.topBlockFive__listImage li:nth-child(4) img {
  width: 254px;
}
.topBlockFive__listImage li:nth-child(5) {
  width: 50%;
}
.topBlockFive__listImage li:nth-child(5) img {
  width: 230px;
}
.topBlockFive__listImage li:nth-child(6) {
  width: 230px;
}
.topBlockFive__listImage li:nth-child(7) {
  width: 316px;
}
.topBlockFive__listImage li:nth-child(8) {
  width: 295px;
}
.topBlockFive__listImage li:nth-child(9) img {
  width: 252px;
}
.topBlockFive__listImage li:nth-child(10) img {
  width: 288px;
}
.topBlockFive__text {
  text-align: center;
  margin: -4rem 0 7rem 0;
  font-size: 1.7rem;
  line-height: 4rem;
}

.exhibitor__flexbox {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 17rem;
  margin: 40px 0 0;
}
.exhibitor__title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 4.5rem;
  margin: 0 0 7.8rem 0;
}
.exhibitor__box01 {
  background: #FFF;
  padding: 5rem 0;
  margin: 0 0 12rem;
}
.exhibitor__box01 .scroll {
  overflow-x: auto;
}
.exhibitor__box01 img {
  max-width: 1210px;
  margin: 0 auto;
}
.exhibitor__box01 .innerlist {
  margin: 40px 0 40px;
}
.exhibitor__box02 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.exhibitor__box02 img {
  padding: 0 2.1rem;
  margin: 0 0 8rem 0;
}
.exhibitor__box02List {
  display: flex;
  flex-wrap: wrap;
}
.exhibitor__box02List .not_found{
  font-size: 2.8rem;
  display: block;
  width: 100%;
  text-align: center;
}
.exhibitor__box02List dl {
  width: 50%;
  margin: 0 0 3rem 0;
  padding: 0 4rem 0 0;
}

.exhibitor__box02List dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem 0 2rem 6rem;
  margin: 0 0 1.5rem -1rem;
  line-height: 3.5rem;
}
.exhibitor__box02List dl dt.icon01 {
  background: url(../img/icon01_exhibitor.png) no-repeat left center;
  background-size: 56px auto;
  color: #7270AE;
}
.exhibitor__box02List dl dt.icon02 {
  background: url("../img/icon02_exhibitor.png") no-repeat left center;
  background-size: 60px auto;
  padding: 1rem 0 1rem 7rem;
  color: #0094CE;
}
.exhibitor__box02List dl dt.icon03 {
  background: url(../img/icon03_exhibitor.png) no-repeat left center;
  background-size: 58px auto;
  color: #EE7F1A;
}
.exhibitor__box02List dl dt.icon04 {
  background: url(../img/icon04_exhibitor.png) no-repeat left center;
  background-size: 56px auto;
  color: #3FAD3A;
}
.exhibitor__box02List dl dt.icon05 {
  background: url(../img/icon05_exhibitor.png) no-repeat left center;
  background-size: 56px auto;
  color: #00918B;
}
.exhibitor__box02List dl dt.icon06 {
  background: url(../img/icon06_exhibitor.png) no-repeat left top 0.3rem;
  background-size: 56px auto;
  color: #093D82;
}
.exhibitor__box02List dl dt.icon07 {
  background: url(../img/icon08_exhibitor.png) no-repeat left center;
  background-size: 54px auto;
  color: #E75297;
}
.exhibitor__box02List dl dt.icon08 {
  background: url(../img/icon07_exhibitor.png) no-repeat left center;
  background-size: 56px auto;
  color: #A54A96;
}
.exhibitor__box02List dl dt.icon_douzi {
  padding: 2rem 0 2rem;
  margin: 0 0 -2rem 0;
}
.exhibitor__box02List dl dd ol {
  counter-reset: item;
  list-style: decimal-leading-zero;
  padding: 0 0 0 3rem;
  margin: 0 0 1.2rem 0;
}
.exhibitor__box02List dl dd ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.exhibitor__box02List dl dd ol li a {
  text-decoration: underline;
}
.exhibitor__box02List dl dd ol li a:hover {
  text-decoration: none;
}
.exhibitor__box02List dl dd .cat{
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  padding: 0 0 0 3rem;
  margin: 3.5rem 0 1rem 0;
}
.exhibitor__box02List dl dd .cat::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 2px;
  background: #231815;
  margin: auto;
}
.exhibitor__detail .inner01 {
  position: relative;
  max-width: 1280px;
  margin: -3rem auto 0;
  padding: 5rem 4rem 8rem;
}
.exhibitor__detail .inner01::before {
  content: '';
  position: absolute;
  top: 5.5rem;
  margin: auto;
  width: 1200px;
  height: 50%;
  background: #FFF;
  transform: skew(0deg, -6deg);
}
.exhibitor__detail .inner01::after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 1200px;
  height: 50%;
  background: #FFF;
  transform: skew(0deg, -6deg);
}
.exhibitor__detail .inner01 .bottom_logo {
  position: absolute;
  right: 14.5rem;
  bottom: -5.5rem;
  z-index: 1;
  width: 254px;
}
.exhibitor__detailTitle {
  font-size: 2.5rem;
  padding: 0 0 0 1.2rem;
  letter-spacing: 0.8rem;
  margin: 0 0 4rem 0;
}
.exhibitor__detailBox {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 0 5rem;
}
.exhibitor__detailBoxFlex {
  display: flex;
  margin: 0 0 0 0;
}
.exhibitor__detailBoxLeft {
  width: 57%;
  padding: 0 4rem 0 0;
}
.exhibitor__detailBoxLeft .catchCopy {
  font-size: 2.5rem;
  padding: 2rem 0 0 1rem;
  line-height: 3.8rem;
  margin: 0 0 3.6rem 0;
}
.exhibitor__detailBoxLeft .catchCopy span {
  position: relative;
  display: inline-block;
}
.exhibitor__detailBoxLeft .catchCopy span::after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #ADDEF6;
  z-index: -1;
}
.exhibitor__detailBoxLeft .companyName {
  font-size: 3.3rem;
  text-decoration: underline;
  padding: 0 0 0 1rem;
  margin: 0 0 3rem 0;
}
.exhibitor__detailBoxLeft dl {
  display: flex;
  padding: 0 0 0 1rem;
  margin: 0 0 1rem 0;
  line-height: 2.9rem;
}
.exhibitor__detailBoxLeft dl.bottom_text {
  margin: 7rem 0 0 0;
  line-height: 3.7rem;
}
.exhibitor__detailBoxLeft dl.bottom_text dt {
  font-size: 2.8rem;
  text-decoration: underline;
}
.exhibitor__detailBoxLeft dl dt {
  width: 162px;
  font-size: 1.8rem;
}
.exhibitor__detailBoxLeft dl dd {
  font-size: 1.8rem;
  flex: 1;
}
.exhibitor__detailBoxLeft dl dd a {
  text-decoration: underline;
  color: #0000ff;
}
.exhibitor__detailBoxRight {
  width: 43%;
  padding: 0 0 0 0;
}
.exhibitor__detailBoxRight img {
  margin: 0 auto 7.7rem auto;
  display: block;
}
.exhibitor__detailBoxRight img.dummy {
  width: 410px;
}
.exhibitor__detailBoxImage {
  width: 45.5%;
  margin: 0 30px 0 0;
}
.exhibitor__detailBoxImageTitle {
  font-size: 18px;
  color: #231815;
  margin: 0 0 9px;
}
.exhibitor__detailBoxImage img {
  display: block;
  width: 100%;
  height: auto;
}
.exhibitor__detailBoxMovie {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 0 90px 0;
}
.exhibitor__detailBoxMovie dl {
  display: flex;
  padding: 0 0 0 0;
  margin: 0 0 1rem 0;
  line-height: 2.9rem;
}
.exhibitor__detailBoxMovie dl.bottom_text {
  display: flex;
  flex-direction: column;
  margin: 0rem 0 0.1rem 0;
  line-height: 3.7rem;
}
.exhibitor__detailBoxMovie dl.bottom_text dt {
  font-size: 2.8rem;
  text-decoration: underline;
}
.exhibitor__detailBoxMovie dl dt {
  width: 162px;
  font-size: 1.8rem;
}
.exhibitor__detailBoxMovie dl dd {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  flex: 1;
}
.exhibitor__detailBoxMovie dl dd .details__video {
  width: 100%;
}
.exhibitor__detailBoxMovie dl dd .details__videoMain.videoBox {
  margin: 0 30px 0 0;
}
.exhibitor__detailBoxForm {
  padding: 0 0 280px;
}
.exhibitor__detailBoxForm .contact .inner02 {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
.exhibitor__detailBoxForm .contact__title {
  text-align: center;
  font-size: 2.9rem;
  letter-spacing: 0.2rem;
  margin: 0 0 5.2rem 0;
}
.exhibitor__detailBoxForm .contact__box {
  margin: 0 0 2.8rem 0;
}
.exhibitor__detailBoxForm .contact__box dt {
  font-size: 1.8rem;
  padding: 0 0 0.9rem 0.5rem;
}
.exhibitor__detailBoxForm .contact__box dt span {
  color: #D71718;
  border: solid 1px #D71718;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem 0;
  margin: -5px 0 0 1.3rem;
}
.exhibitor__detailBoxForm .contact__box dd textarea,
.exhibitor__detailBoxForm .contact__box dd select,
.exhibitor__detailBoxForm .contact__box dd input {
  border: solid 1px #231815;
  background: #FFF;
  font-size: 1.8rem;
  padding: 1rem 1.3rem;
}
.exhibitor__detailBoxForm .contact__box dd textarea.w3,
.exhibitor__detailBoxForm .contact__box dd select.w3,
.exhibitor__detailBoxForm .contact__box dd input.w3 {
  width: 31%;
}
.exhibitor__detailBoxForm .contact__box dd textarea.w5,
.exhibitor__detailBoxForm .contact__box dd select.w5,
.exhibitor__detailBoxForm .contact__box dd input.w5 {
  width: 50%;
}
.exhibitor__detailBoxForm .contact__box dd textarea.w10,
.exhibitor__detailBoxForm .contact__box dd select.w10,
.exhibitor__detailBoxForm .contact__box dd input.w10 {
  width: 100%;
}
.exhibitor__detailBoxForm .contact__box dd .selectDecoration {
  display: initial;
  position: relative;
}
.exhibitor__detailBoxForm .contact__box dd .selectDecoration::before {
  content: '';
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #231815 transparent transparent transparent;
  top: 0;
  right: 10px;
  bottom: 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  z-index: 1;
  margin: auto;
}
.exhibitor__detailBoxForm .contact .entry__button {
  margin: 6rem 0 0 0;
}
.exhibitor__detailBoxForm .contact .error {
  font-size: 2rem;
  margin: 1rem 0 0 0;
  color: #B70000;
  display: block;
}
.exhibitor__detailBoxForm .contact p {
  text-align: center;
  font-size: 1.8rem;
}
.exhibitor__detailBoxForm .formdetail {
  display: none;
}
.exhibitor_searchArea{
  max-width: 108rem;
  margin: 0 auto 5.5rem;
  font-size: 1.6rem;
}
.exhibitor_searchTitle{
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3.5rem;
  padding: 2rem 0 2rem;
  text-align: center;
  margin: 0 0 2rem;
}
.exhibitor_searchAreaFlex{
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 3.5rem;
}
.exhibitor_searchAreaFlex input[type="text"]{
  width: 60%;
  background: #fff;
  border: solid 0.1rem #000;
  padding: 1rem;
}
.exhibitor_searchAreaTitle{
  font-weight: 600;
  width: 20%;
}
.exhibitor_searchAreaCheckBox{
  width: 80%;
}
.exhibitor_searchAreaFlex input[type="checkbox"] {
  display: none;
}

.exhibitor_searchAreaFlex input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 3.1rem;
  padding-right: 0;
  margin: 0 4rem 1rem 0;
}

.exhibitor_searchAreaFlex input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.exhibitor_searchAreaFlex input[type="checkbox"] + label::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.exhibitor_searchAreaFlex input[type="checkbox"]:checked + label:before {
  width: 1rem;
  top: -0.5rem;
  left: 0.5rem;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.exhibitor_searchAreaInput{
  text-align: center;
}
.exhibitor_searchArea input[type="submit"]{
  justify-content: center;
  max-width: 29rem;
  width: 100%;
  font-size: 1.7rem;
  color: #FFF;
  background: #231815;
  padding: 1.1rem;
  margin: 0 auto 2.6rem auto;
  border: solid 2px #231815;
  transition: .3s ease;
  cursor: pointer;
}
.exhibitor_searchArea input[type="submit"]:hover{
  background: #FFF;
  color: #231815;
}
.exhibitor_searchArea #resetBtn{
  justify-content: center;
  max-width: 29rem;
  width: 100%;
  font-size: 1.7rem;
  background: #FFF;
  color: #231815;

  padding: 1.1rem;
  margin: 0 auto 2.6rem auto;
  border: solid 2px #231815;
  transition: .3s ease;
  cursor: pointer;
}
.exhibitor_searchArea #resetBtn:hover{
  color: #FFF;
  background: #231815;
}
.news .inner01 {
  max-width: 1080px;
  padding: 9rem 5.5rem;
  background: #FFF;
  -moz-box-shadow: -1px 45px 38px -35px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: -1px 45px 38px -35px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: -1px 45px 38px -35px rgba(0, 0, 0, 0.3) inset;
  box-shadow: -1px 45px 38px -35px rgba(0, 0, 0, 0.3) inset;
}
.news__title {
  font-size: 2.6rem;
  padding: 0 0 0 1rem;
  margin: 0 0 7.5rem 0;
}
.news__title span {
  font-size: 1.8rem;
  padding: 0 0 0 1.2rem;
}
.news__box {
  margin: 0 0 8.6rem 0;
}
.news__box dl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-bottom: solid 1px #231815;
  padding: 0 1.5rem 1.2rem 1.5rem;
  margin: 0 0 2.5rem 0;
}
.news__box dl dt {
  font-size: 2rem;
}
.news__box dl dt a:hover {
  text-decoration: underline;
}
.news__box dl dd {
  margin: 0 4rem 0 0;
}
.news__box dl dd time {
  font-size: 2rem;
  margin: 0 3rem 0 0;
}
.news__box dl dd span {
  font-size: 1.3rem;
}
.news__list {
  margin: -5rem 0 0 0;
  padding: 0 1rem;
}
.news__list li {
  font-size: 1.8rem;
}
.news__list li a:hover {
  text-decoration: underline;
}
.news__detail {
  padding: 13.2rem 0;
}
.news__detail .inner01 {
  max-width: 1160px;
}
.news__detailData {
  border-bottom: solid 1px #231815;
  padding: 0 0 0.5rem 0;
  margin: 0 0 2.8rem 0;
}
.news__detailData time {
  font-size: 2.5rem;
  margin: 0 3rem 0 0;
}
.news__detailData span {
  font-size: 1.8rem;
}
.news__detailTitle {
  font-size: 4.6rem;
  letter-spacing: 0.3rem;
  line-height: 8.5rem;
  margin: 0 0 3rem 0;
}
.news__detailContent {
  font-size: 2rem;
  line-height: 4rem;
  margin: 0 0 7rem 0;
}
.news__detailContent p {
  margin: 0 0 3rem 0;
}
.news__detailContent img {
  margin: 0 0 3rem 0;
}
.news__detail .news__title, .news__detail .news__list {
  padding: 0;
}

.mypage .none {
  display: none;
}
.mypage .inner01 {
  max-width: 1160px;
  margin: 12.5rem auto 0 auto;
}
/*20210526 マイページログアウトボタン追加スタイル*/
.mypage .inner01 .flexbox{
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  align-items: center;
}
.mypage .inner01 .flexbox a{
  display: flex;
  align-items: center;
  background: #fff;
  border: solid 1px #231815;
  color: #231815;
  padding: 10px 20px;
}
.mypage .inner01 .flexbox a:hover{
  background: #231815;
  border: solid 1px #231815;
  color: #fff;
}
/*20210526 マイページログアウトボタン追加スタイル*/
.mypage__title {
  font-size: 4rem;
  margin: 0 0 2.8rem 0;
}
.mypage__titleSub {
  background: #231815;
  text-align: center;
  color: #FFF;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  padding: 1.4rem 0;
  margin: 0 0 2.7rem 0;
}
.mypage__box01 {
  margin: 0 0 6rem 0;
}
.mypage__box01 dl {
  display: flex;
  margin: 0 0 1rem 0;
}
.mypage__box01 dl dt {
  font-size: 2rem;
  width: 230px;
}
.mypage__box01 dl dd {
  font-size: 2rem;
  flex: 1;
}
.mypage__box01 p {
  font-size: 2rem;
  margin: 4rem 0 0 0;
}
.mypage__box02 {
  margin: 6rem 0 9rem 0;
}
.mypage__box02Box {
  display: flex;
  margin: 0 0 5rem 0;
}
.mypage__box02 dl {
  margin: 0 0 5rem 0;
}
.mypage__box02 dl:nth-child(2) dd textarea {
  min-height: 190px;
}
.mypage__box02 dl dt {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
}
.mypage__box02 dl dt span {
  font-size: 1.5rem;
  color: #D71718;
  border: solid 1px #D71718;
  padding: 0.3rem 0.8rem;
  line-height: 1.5rem;
}
.mypage__box02 dl dd {
  font-size: 1.6rem;
}
.mypage__box02 dl dd p {
  margin: 0 0 1rem 0;
}
.mypage__box02 dl dd textarea {
  background: #FFF;
  max-width: 680px;
  width: 100%;
  border: solid 1px #231815;
  padding: 2rem;
}
.mypage__box03 {
  margin: 0 0 10rem 0;
}
.mypage__box03 p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  margin: 0 0 4rem 0;
}
.mypage__box03 p img {
  width: 234px;
}
.mypage__box04 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 12rem 0;
}
.mypage__box04 ul {
  width: 50%;
}
.mypage__box04 ul li {
  font-size: 2.1rem;
  margin: 0 0 1.3rem 0;
}
.mypage__box04 ul li a {
  text-decoration: underline;
}
.entry .inner01 {
  display: flex;
  max-width: 1390px;
  padding: 5rem 4rem 16rem;
}
.entry .inner01 .left {
  width: 63%;
  padding: 0 0 0 11.5rem;
}
.entry .inner01 .right {
  position: relative;
  width: 37%;
  overflow: hidden;
}
.entry .inner01 .right img {
  position: sticky;
  top: 0;
  right: 0;
}
.entry__title {
  font-size: 2.9rem;
  margin: 0 0 2.3rem 0;
}
.entry__text {
  font-size: 2rem;
  line-height: 4.2rem;
  margin: 0 0 4.1rem 0;
}
.entry__text a {
  color: #D71718;
  text-decoration: underline;
}
.entry__text a:hover {
  color: #D71718;
  text-decoration: none;
}
.entry__text span {
  font-size: 1.5rem;
}
.entry__box {
  border-bottom: solid 2px #231815;
  margin: 0 0 4.9rem 0;
  padding: 0 0 1.5rem 0;
}
.entry__boxColumn2 {
  display: flex;
  justify-content: flex-start;
}
.entry__boxColumn2 dl {
  width: 40%;
}
.entry__boxColumn2 dl dd {
  display: flex;
  align-items: flex-end;
  font-size: 1.8rem;
}
.entry__boxColumn2 dl dd select {
  width: 100%;
}
.entry__boxColumn2 dl dd input {
  width: 67%;
}
.entry__boxColumn2 dl dd input {
  margin-right: 1.2rem;
}
.entry__boxColumn2 dl dd .selectDecoration {
  width: 67%;
}
.entry__box dl {
  margin: 0 0 3.5rem 0;
}
.entry__box dl dt {
  font-size: 1.8rem;
  margin: 0 0 1.3rem 0;
}
.entry__box dl dt span {
  color: #D71718;
  border: solid 1px #D71718;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem 0;
  margin: -5px 0 0 1.3rem;
}
.entry__box dl dt small {
  font-size: 1.3rem;
  margin: 0 0 0 1.2rem;
}
.entry__box dl dt .text {
  font-size: 1.5rem;
  margin: 1.2rem 0 0 0;
}
.entry__box dl dt .text a {
  color: #D71718;
  text-decoration: underline;
}
.entry__box dl dt .text a:hover {
  color: #D71718;
  text-decoration: none;
}
.entry__box dl dt.column3 span {
  margin: -5px 8rem 0 1.3rem;
}
.entry__box dl dd.column2 {
  display: flex;
  justify-content: flex-start;
}
.entry__box dl dd .row2__box2{
  margin: 0 0 0.2rem;
}
.entry__box dl dd.column2 .column2__box{
  margin: 0 2rem 0 0;
}
.entry__box dl dd.column3 {
  display: flex;
  justify-content: space-between;
}
.entry__box dl dd.column3 input {
  width: 100%;
  margin: 0 1rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
.entry__box dl dd .row2__box:first-child {
  margin: 0 0 1.5rem 0;
}
.entry__box dl dd textarea,
.entry__box dl dd select,
.entry__box dl dd input {
  border: solid 1px #231815;
  background: #FFF;
  font-size: 1.8rem;
  padding: 1.6rem 1.3rem;
}
.entry__box dl dd textarea.w3,
.entry__box dl dd select.w3,
.entry__box dl dd input.w3 {
  width: 31%;
}
.entry__box dl dd textarea.w5,
.entry__box dl dd select.w5,
.entry__box dl dd input.w5 {
  width: 50%;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
.entry__box dl dd textarea.w10,
.entry__box dl dd select.w10,
.entry__box dl dd input.w10 {
  width: 100%;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
.entry__box dl dd .selectDecoration {
  display: initial;
  position: relative;
  font-size: 0.8rem;
}
.entry__box dl dd .selectDecoration::before {
  content: '';
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #231815 transparent transparent transparent;
  top: 0;
  right: 10px;
  bottom: 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  z-index: 1;
  margin: auto;
}
.entry__box dl dd .checkArea {
  border: solid 1px #231815;
  background: #FFF;
  padding: 2.6rem 3.5rem;
}
.entry__box dl dd .checkArea span {
  position: relative;
  display: block;
  font-size: 1.8rem;
}
.entry__box dl dd .checkArea a {
  color: #D71718;
  text-decoration: underline;
}
.entry__box dl dd .checkArea span label {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 3.2rem;
  cursor: pointer;
}
.entry__box dl dd .checkArea span label::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: #FFF;
  border: solid 1px #231815;
}
.entry__box dl dd .checkArea span input {
  display: none;
}
.entry__box dl dd .checkArea span input:checked + span::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.9rem;
  margin: auto;
  z-index: 1;
  background: #231815;
}
.entry__box dl dd .calculation {
  border: solid 1px #231815;
  background: #FFF;
  padding: 2.6rem 3.5rem;
  margin: 0 0 1rem 0;
}
.entry__box dl dd .calculation__box {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #231815;
  padding: 0 0 1rem 0;
  margin: 0 0 2rem 0;
}
.entry .mw_wp_form .error{
  font-size: 1.5rem !important;
}
.entry__box dl dd .calculation__boxCheck span {
  position: relative;
  display: block;
  font-size: 1.8rem;
}
.entry__box dl dd .calculation__boxCheck span.mwform-checkbox-field.vertical-item:nth-child(4) {
  pointer-events: none;
}
.entry__box dl dd .calculation__boxCheck span.mwform-checkbox-field.vertical-item:nth-child(4) label::before {
  display: none;
}
.entry__box dl dd .calculation__boxCheck span.mwform-checkbox-field.vertical-item:nth-child(4) label span::before {
  display: none;
}
.entry__box dl dd .calculation__boxCheck span label {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 3.2rem;
  cursor: pointer;
}
.entry__box dl dd .calculation__boxCheck span label::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: #FFF;
  border: solid 1px #231815;
}
.entry__box dl dd .calculation__boxCheck span input {
  display: none;
}
.entry__box dl dd .calculation__boxCheck span input:checked + span::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.9rem;
  margin: auto;
  z-index: 1;
  background: #231815;
}
.entry__box dl dd .calculation__boxSelect .selectDecoration {
  display: block;
}
.entry__box dl dd .calculation__boxSelect .selectDecoration::before {
  border-width: 8px 6px 0 6px;
  right: -3px;
}
.entry__box dl dd .calculation__boxSelect .selectDecoration select {
  padding: 0 2rem 0 0;
  border: none;
  font-size: 2.2rem;
}
.entry__box dl dd .calculation__boxPrice p {
  font-size: 2.4rem;
  text-align: right;
}
.entry__box dl dd .calculation__boxPrice p.disabled {
  color: #DDD;
}
.entry__box dl dd .calculation p.bootm_text {
  text-align: right;
  font-size: 1.7rem;
}
.entry__box dl dd .calculation p.bootm_text span {
  margin: 0 0 0 4rem;
  font-size: 2.4rem;
}
.entry__box dl dd p {
  font-size: 1.6rem;
  margin: 0 0 0.3rem 0;
}
.entry .lastText {
  font-size: 2rem;
  margin: 0 0 0 0;
}
.entry__button {
  text-align: center;
}
.entry__button input {
  justify-content: center;
  max-width: 50rem;
  width: 100%;
  font-size: 2.2rem;
  color: #FFF;
  background: #231815;
  padding: 2.6rem;
  margin: 0 auto 2.6rem auto;
  border: solid 2px #231815;
  transition: .3s ease;
  cursor: pointer;
}
.entry__button input:hover {
  background: #FFF;
  color: #231815;
}
.entry__button p {
  text-align: left;
  max-width: 500px;
  width: 100%;
  font-size: 2.2rem;
  margin: 0 auto;
}

.seminar .inner01 {
  max-width: 1280px;
  padding: 0.6rem 4rem;
}
.seminar .inner01 #cboxLoadedContent {
  background: #fff;
}
.seminar__title {
  text-align: center;
  font-size: 5.4rem;
  margin: 0 0 3.8rem 0;
}
.seminar__titleSub {
  text-align: center;
  font-size: 3.3rem;
  margin: 0 0 2rem 0;
}
.seminar__text {
  text-align: center;
  font-size: 1.9rem;
  margin: 0 0 3.6rem 0;
}
.seminar__btn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 7rem;
  background: #231815;
}
.seminar__btn.bottom {
  margin: 0 auto 4.5rem;
}
.seminar__btn a {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 2.1rem;
  padding: 2.4rem 0;
  border: solid 2px #231815;
}
.seminar__btn a:hover {
  background: #FFF;
  color: #231815;
}
.seminar__img {
  display: flex;
  flex-wrap: wrap;
}
.seminar__img li {
  width: 25%;
}
.seminar__img li img {
  border: solid 1px #231815;
  margin: 0 0 2.1rem 0;
}
.seminar__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4rem 0;
  width: 100%;
}
.seminar__boxArticle {
  width: 25%;
  margin: 0 0 4rem 0;
}
.seminar__boxArticleImage {
  position: relative;
  border: solid 1px #231815;
  margin: 0 0 2.1rem 0;
  overflow: hidden;
  padding: 93% 0 0 0;
}
.seminar__boxArticleImage img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 115%;
  height: 115%;
  object-fit: cover;
}
.seminar__boxArticle dl {
  padding: 0 4.7rem 0 0;
}
.seminar__boxArticle dl dt {
  font-size: 2.3rem;
  line-height: 3.8rem;
  padding: 0 1rem;
  margin: 0 0 1.8rem 0;
}
.seminar__boxArticle dl dd span {
  display: block;
}
.seminar__boxArticle dl dd span.teacherName {
  display: block;
  font-size: 2rem;
  border-bottom: solid 1px #231815;
  padding: 0 1rem 1.3rem 1rem;
  margin: 0 0 1rem 0;
}
.seminar__boxArticle dl dd span.teacherName i {
  font-size: 1.6rem;
  margin: 0 0 0 1rem;
}
.seminar__boxArticle dl dd span.timeArea {
  padding: 0 0.6rem;
  margin: 0 0 3.4rem 0;
  font-size: 1.4rem;
}
.seminar__boxArticle dl dd p {
  padding: 0 0 0 0.5rem;
  font-size: 1.71rem;
  line-height: 2.5rem;
}
.seminar__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 75px;
}
.seminar__flex .left {
  margin: 0 50px 0 0;
}

.visit__title {
  text-align: center;
  font-size: 2.7rem;
  margin: 10.5rem 0 4rem 0;
}
.visit iframe {
  width: 100%;
  height: 470px;
  margin: 0 0 4rem 0;
}
.visit__address {
  text-align: center;
  margin: 0 0 4.5rem 0;
}
.visit__address .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 22px 0 0;
}
.visit__address .flex .left {
  width: 65%;
  text-align: left;
}
.visit__address .flex .right {
  width: 36%;
}
.visit__address dt {
  font-size: 2rem;
  margin: 0 0 0.8rem 0;
}
.visit__address dd {
  font-size: 2rem;
  line-height: 4rem;
  margin: 0 0 27px;
}
.visit__text {
  text-align: left;
  font-size: 2rem;
  margin: 0 0 13rem 0;
}
.visit__text p {
  display: inline-block;
  position: relative;
}
.visit__text p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #231815;
}
.visit__text p span {
  font-size: 3.5rem;
}
.visit__box {
  display: flex;
  align-items: flex-start;
  margin: 0 0 6rem 0;
}
.visit__boxLeft {
  flex: 1;
}
.visit__boxLeftTitle {
  font-size: 2.5rem;
}
.visit__boxLeftTitle span {
  display: block;
  max-width: 405px;
  border-bottom: solid 1px #231815;
  padding: 0 0 1rem 0;
  margin: 0 0 1.7rem 0;
}
.visit__boxLeftList {
  margin: 0 0 4rem 0;
}
.visit__boxLeftList li {
  position: relative;
  font-size: 1.6rem;
  padding: 0 0 0 2.6rem;
  margin: 0 0 0.2rem 0;
}
.visit__boxLeftList li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.1rem;
}
.visit__boxLeftSub {
  font-size: 2.4rem;
  margin: 0 0 1rem 0;
}
.visit__boxLeftReed {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
.visit__boxLeftText {
  font-size: 1.5rem;
  line-height: 3.1rem;
}
.visit__box img.top {
  width: 650px;
  margin: 3.5rem 0 0 0;
}
.visit__box img.bottom {
  width: 380px;
  margin: 0.5rem 7rem 0 0;
}
.visit__img {
  margin: 0 0 140px;
}
.visit__imgTop {
  margin: 130px 0 140px;
}
.visit__btn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 4.5rem;
}
.visit__btn a {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 2.1rem;
  padding: 2.4rem 0;
  background: #231815;
  border: solid 2px #231815;
}
.visit__btn a:hover {
  background: #ADDEF6;
}

.about_us__title {
  text-align: center;
  font-size: 2.35rem;
  line-height: 6rem;
  margin: -1.8rem 0 8rem 0;
}
.about_us__titleSub {
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 2.8rem;
  letter-spacing: 1.5rem;
  padding: 1.5rem 0;
  margin: 0 0 4.5rem 0;
}
.about_us__theme {
  transform: skew(0deg, -6deg);
  background: #FFF;
  padding: 16rem 0;
  margin: 0 0 19rem 0;
}
.about_us__theme dt {
  transform: skew(0deg, 6deg);
  text-align: center;
  font-size: 2.8rem;
}
.about_us__theme dt span {
  border-bottom: solid 1px #231815;
  max-width: 510px;
  width: 100%;
  display: inline-block;
  padding: 0 0 1rem 0;
  margin: 0 0 3.3rem 0;
}
.about_us__theme dd {
  transform: skew(0deg, 6deg);
  text-align: center;
  font-size: 3.9rem;
  line-height: 5.7rem;
}
.about_us__theme dd span {
  display: block;
  font-size: 2.3rem;
}
.about_us .inner01 {
  max-width: 1160px;
}
.about_us__textBox {
  display: flex;
  margin: 0 0 1.5rem 0;
}
.about_us__textBox a{
  text-decoration: underline;
}
.about_us__textBox.last {
  margin: 0 0 10rem 0;
}
.about_us__textBox dt {
  font-size: 2rem;
  width: 133px;
}
.about_us__textBox dd {
  flex: 1;
  font-size: 2rem;
  line-height: 3.3rem;
}
.about_us__textBox dd .image {
  display: flex;
  max-width: 524px;
  width: 100%;
  margin: 1rem 0 2rem 0;
}
.about_us__textBox dd .image div {
  padding: 0 1.5rem 0 0;
  text-align: center;
}
.about_us__textBox dd .image div:last-child {
  padding: 0 0 0 1.5rem;
}
.about_us__box {
  display: flex;
}
.about_us__boxCommon {
  width: 50%;
  padding: 0 2rem 0 0;
}
.about_us__boxCommon:last-child {
  padding: 0 0 0 4rem;
}
.about_us__boxCommonTitle {
  background: #000;
  color: #FFF;
  padding: 0 0 0 1.5rem;
  letter-spacing: 0.8rem;
  margin: 0 0 0.5rem 0;
}
.about_us__boxCommonList li {
  padding: 0.2rem 0.5rem;
  font-size: 1.55rem;
  border-bottom: solid 1px #231815;
}

/*20210526 ログイン選択ページスタイル追加*/
.login .inner01 ul{
    display: flex;
    justify-content: space-between;
    max-width: 537px;
    margin: 0 auto 45px;
}
.login .inner01 ul li{
  width: 49.8%;
}
.login .inner01 ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #231815;
    padding: 80px 10px 80px;
    font-size: 2.2rem;
    color: #ADDEF6;
    text-align: center;
    transition: .3s;
}
.login .inner01 ul li a:hover{
  padding: 95px 10px 107px;
  transition: .3s;
}
.login .inner01 p{
  max-width: 490px;
  margin: 0 auto;
}
/*20210526 ログイン選択ページスタイル追加*/
.login
.loginBox {
  padding: 2.3rem 4rem;
}
.loginBox__title {
  font-size: 3rem;
  text-align: center;
  margin: 0 0 9.8rem 0;
}
.loginBox__form {
  display: flex;
  align-items: flex-end;
  max-width: 590px;
  width: 100%;
  margin: 0 auto 6.8rem;
}
.loginBox__form dt {
  width: 105px;
  font-size: 3rem;
  padding: 0 0 1.7rem 0;
}
.loginBox__form dd {
  max-width: 380px;
  width: 100%;
}
.loginBox__form dd span {
  display: block;
  font-size: 2rem;
  margin: 0 0 0.8rem 0;
}
.loginBox__form dd input {
  border: solid 1px #231815;
  background: #FFF;
  padding: 1.5rem;
  width: 100%;
}
.loginBox__text {
  display: flex;
  justify-content: center;
  margin: -2.5rem 0 7.2rem 0;
}
.loginBox__text p {
  font-size: 1.8rem;
  margin: 0 0 0 -5rem;
}
.loginBox__btn {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: #231815;
  border: solid 2px #231815;
  color: #FFF;
  font-size: 2.4rem;
  padding: 2.4rem 0;
  cursor: pointer;
  transition: .3s ease;
}
.loginBox__btn:hover {
  background: #FFF;
  color: #231815;
}
.about_exhibition {
  padding: 6rem 0 0 0;
}
.about_exhibition .white {
  background: #FFF;
  padding: 0 0 8.5rem 0;
}
.about_exhibition .anchorLink {
  display: flex;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 10rem;
  padding: 0 4rem;
}
.about_exhibition .anchorLink__list, .about_exhibition .anchorLink__list--type01, .about_exhibition .anchorLink__list--type02, .about_exhibition .anchorLink__list--type03, .about_exhibition .anchorLink__list--type04 {
  width: 25%;
}
.about_exhibition .anchorLink__list a, .about_exhibition .anchorLink__list--type01 a, .about_exhibition .anchorLink__list--type02 a, .about_exhibition .anchorLink__list--type03 a, .about_exhibition .anchorLink__list--type04 a {
  display: block;
  color: #ADDEF6;
  text-align: center;
  font-size: 2.7rem;
  padding: 13rem 0 9.5rem;
  border-left: solid 1px #ADDEF6;
}
.about_exhibition .anchorLink__list--type01 a {
  background: #231815 url(../img/icon01_exhibition.png) no-repeat top 7.5rem center;
  background-size: 25px;
}
.about_exhibition .anchorLink__list--type01 a:hover {
  padding: 12rem 0 10.5rem;
  background: #231815 url(../img/icon01_exhibition.png) no-repeat top 6.5rem center;
  background-size: 25px;
}
.about_exhibition .anchorLink__list--type02 a {
  background: #231815 url(../img/icon02_exhibition.png) no-repeat top 7.5rem center;
  background-size: 25px;
}
.about_exhibition .anchorLink__list--type02 a:hover {
  padding: 12rem 0 10.5rem;
  background: #231815 url(../img/icon02_exhibition.png) no-repeat top 6.5rem center;
  background-size: 25px;
}
.about_exhibition .anchorLink__list--type03 a {
  background: #231815 url(../img/icon03_exhibition.png) no-repeat top 7.5rem center;
  background-size: 25px;
}
.about_exhibition .anchorLink__list--type03 a:hover {
  padding: 12rem 0 10.5rem;
  background: #231815 url(../img/icon03_exhibition.png) no-repeat top 6.5rem center;
  background-size: 25px;
}
.about_exhibition .anchorLink__list--type04 a {
  background: #231815 url(../img/icon04_exhibition.png) no-repeat top 7.5rem center;
  background-size: 25px;
}
.about_exhibition .anchorLink__list--type04 a:hover {
  padding: 12rem 0 10.5rem;
  background: #231815 url(../img/icon04_exhibition.png) no-repeat top 6.5rem center;
  background-size: 25px;
}
.about_exhibition__block {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem 12.4rem 4rem;
  background: url("../img/bg_exhibitin.png") no-repeat right top 9rem;
  background-size: 420px;
}
.about_exhibition__blockTitle span {
  display: block;
  font-size: 2rem;
  margin: 0 0 10rem 0;
}
.about_exhibition__blockTitle strong {
  display: block;
  font-size: 12rem;
  line-height: 13rem;
  margin: 0 0 1.8rem 0;
}
.about_exhibition__blockTitle strong i {
  font-size: 25rem;
}
.about_exhibition__blockTitle div {
  text-align: center;
  max-width: 400px;
  width: 100%;
  font-size: 2.4rem;
  line-height: 4.5rem;
}
.about_exhibition__blockTitle div.text {
  font-size: 2rem;
  line-height: 3.5rem;
  margin: 4rem 0 0 0;
}
.about_exhibition__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem 5.9rem 4rem;
}
.about_exhibition__listBox {
  width: 33.3333%;
  margin: 0 0 7rem 0;
}
.about_exhibition__listBox:nth-child(1) dl {
  background: url(../img/number01.png) no-repeat top 2rem left;
  background-size: 100px;
}
.about_exhibition__listBox:nth-child(2) dl {
  background: url(../img/number02.png) no-repeat top 2rem left;
  background-size: 130px;
}
.about_exhibition__listBox:nth-child(3) dl {
  background: url(../img/number03.png) no-repeat top 2rem left;
  background-size: 130px;
}
.about_exhibition__listBox:nth-child(4) dl {
  background: url(../img/number04.png) no-repeat top 2rem left;
  background-size: 140px;
}
.about_exhibition__listBox:nth-child(5) dl {
  background: url(../img/number05.png) no-repeat top 2rem left;
  background-size: 120px;
}
.about_exhibition__listBox:nth-child(6) dl {
  background: url(../img/number06.png) no-repeat top 2rem left;
  background-size: 130px;
}
.about_exhibition__listBox dl {
  padding: 18.4rem 0 0 0;
}
.about_exhibition__listBox dl dt {
  font-size: 2.8rem;
  line-height: 4rem;
  margin: 0 0 0.8rem 0;
}
.about_exhibition__listBox dl dd {
  font-size: 1.56rem;
  line-height: 2.6rem;
  max-width: 300px;
}

/*230913 来場のご案内追加パーツここから*/
.visit .about_exhibition__list{
  padding: 0 4rem 0 4rem;
}
.visit .about_exhibition__listBox{
  width: calc( 100% / 3 - 2rem);
  margin: 0 3rem 7rem 0;
  position: relative;
}
.visit .about_exhibition__listBox::after{
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(../img/flow_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -19rem;
  bottom: 0px;
  right: -4rem;
  margin: auto;
  z-index: 1;
}
.visit .about_exhibition__listBox:nth-child(3n){
  margin: 0 0 7rem 0;
}
.visit .about_exhibition__listBox:nth-child(3n)::after{
  content: none;
}
.visit .about_exhibition__listBox dl{
  padding: 0;
}
.visit .about_exhibition__listBox dl dt{
  background: #231815;
  color: #fff;
  padding: 0.3rem 0 0.2rem 1rem;
}
.visit .about_exhibition__listBox:nth-child(1) dl,
.visit .about_exhibition__listBox:nth-child(2) dl,
.visit .about_exhibition__listBox:nth-child(3) dl,
.visit .about_exhibition__listBox:nth-child(4) dl,
.visit .about_exhibition__listBox:nth-child(5) dl,
.visit .about_exhibition__listBox:nth-child(6) dl{
  background: none;
  margin: 3rem 0 0;
}
/*230913 来場のご案内追加パーツここまで*/

.about_exhibition__title {
  color: #FFF;
  background: #231815;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  padding: 4.6rem 0;
  margin: 0 0 10.2rem 0;
}
.about_exhibition__titleSub {
  color: #FFF;
  background: #231815;
  text-align: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 6.8rem;
  font-size: 2.7rem;
  letter-spacing: 0.3rem;
  padding: 1.3rem 0;
}
.about_exhibition__titleSub.wide {
  max-width: 100%;
  padding: 4.6rem 0;
}
.about_exhibition__titleSub span {
  font-size: 2rem;
  margin: 0 0 0 1rem;
}
.about_exhibition__titleSub--zone {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto 2rem;
  font-size: 2.5rem;
}
.about_exhibition__titleSub--zone span {
  font-size: 1.6rem;
}
.about_exhibition__map {
  max-width: 800px;
  margin: 0 auto 1.6rem;
}
.about_exhibition__zone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 13.8rem;
}
.about_exhibition__zoneList, .about_exhibition__zoneList--type01, .about_exhibition__zoneList--type02, .about_exhibition__zoneList--type03, .about_exhibition__zoneList--type04, .about_exhibition__zoneList--type05, .about_exhibition__zoneList--type06, .about_exhibition__zoneList--type07, .about_exhibition__zoneList--type08 {
  width: 46%;
  padding: 3rem 2rem 2rem 8rem;
  border-top: solid 1px #231815;
}
.about_exhibition__zoneList dt, .about_exhibition__zoneList--type01 dt, .about_exhibition__zoneList--type02 dt, .about_exhibition__zoneList--type03 dt, .about_exhibition__zoneList--type04 dt, .about_exhibition__zoneList--type05 dt, .about_exhibition__zoneList--type06 dt, .about_exhibition__zoneList--type07 dt, .about_exhibition__zoneList--type08 dt {
  font-size: 2.3rem;
  margin: 0 0 0.5rem 0;
}
.about_exhibition__zoneList dd, .about_exhibition__zoneList--type01 dd, .about_exhibition__zoneList--type02 dd, .about_exhibition__zoneList--type03 dd, .about_exhibition__zoneList--type04 dd, .about_exhibition__zoneList--type05 dd, .about_exhibition__zoneList--type06 dd, .about_exhibition__zoneList--type07 dd, .about_exhibition__zoneList--type08 dd {
  font-size: 1.6rem;
}
.about_exhibition__zoneList--type01 {
  background: url(../img/zone_icon01.png) no-repeat top 3rem left 2rem;
  background-size: 46px;
}
.about_exhibition__zoneList--type01 dt {
  color: #726fab;
}
.about_exhibition__zoneList--type02 {
  background: url(../img/zone_icon02.png) no-repeat top 3.5rem left 0.8rem;
  background-size: 56px;
}
.about_exhibition__zoneList--type02 dt {
  color: #6ead46;
}
.about_exhibition__zoneList--type03 {
  background: url(../img/zone_icon03.png) no-repeat top 3rem left 2rem;
  background-size: 40px;
}
.about_exhibition__zoneList--type03 dt {
  color: #1d95ce;
}
.about_exhibition__zoneList--type04 {
  background: url(../img/zone_icon04.png) no-repeat top 3rem left 1.5rem;
  background-size: 46px;
}
.about_exhibition__zoneList--type04 dt {
  color: #0d948e;
}
.about_exhibition__zoneList--type05 {
  background: url(../img/zone_icon05.png) no-repeat top 3rem left 2rem;
  background-size: 43px;
}
.about_exhibition__zoneList--type05 dt {
  color: #e68013;
}
.about_exhibition__zoneList--type06 {
  background: url(../img/zone_icon06.png) no-repeat top 3rem left 2rem;
  background-size: 46px;
}
.about_exhibition__zoneList--type06 dt {
  color: #273f82;
}
.about_exhibition__zoneList--type07 {
  background: url(../img/zone_icon07.png) no-repeat top 3rem left 1rem;
  background-size: 56px;
}
.about_exhibition__zoneList--type07 dt {
  color: #e75599;
}
.about_exhibition__zoneList--type08 {
  background: url(../img/zone_icon08.png) no-repeat top 3rem left 1rem;
  background-size: 56px;
}
.about_exhibition__zoneList--type08 dt {
  color: #a54a96;  
}
.about_exhibition__box {
  display: flex;
  max-width: 1080px;
  width: 100%;
  margin: -6.8rem auto 0;
}
.about_exhibition__box .left {
  max-width: 815px;
  width: 100%;
}
.about_exhibition__box .right {
  position: relative;
  max-width: 265px;
  width: 100%;
  overflow: hidden;
}
.about_exhibition__box .right .mainvisual__mypage {
  position: absolute;
  width: 20rem;
  right: 0;
  bottom: initial;
}
.about_exhibition__boxBlok01 {
  margin: -2.4rem 0 0 0;
}
.about_exhibition__boxBlok01 dl {
  margin: 0 0 8rem 0;
}
.about_exhibition__boxBlok01 dl dt {
  font-size: 3.8rem;
  letter-spacing: 0.5rem;
  text-align: center;
  margin: 0 0 1.9rem 0;
}
.about_exhibition__boxBlok01 dl dd img {
  margin: 0 0 0.8rem 0;
}
.about_exhibition__boxBlok01 dl dd p {
  font-size: 2.04rem;
  margin: 0 0 4.7rem 0;
}
.about_exhibition__boxBlok01 dl dd p span {
  display: block;
  color: #bd1d21;
  margin: 3rem 0 0 0;
}
.about_exhibition__boxBlok01Box {
  padding: 0 4rem 0 0;
  margin: 0 0 10rem 0;
}
.about_exhibition__boxBlok01Box .click {
  cursor: pointer;
  background: #231815;
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  width: 410px;
  margin: 0 auto 8rem;
  padding: 2rem 0 1rem 3rem;
  width: 90%;
}
.about_exhibition__boxBlok01Box .click i {
  position: relative;
  font-size: 1.1rem;
  margin: 0 0 0 3rem;
}
.about_exhibition__boxBlok01Box .click i::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  margin: -20px auto 0;
  transition: .3s ease;
}
.about_exhibition__boxBlok01Box a.link {
  position: relative;
  display: block;
  background: #ADDEF6;
  border: solid 1px #231815;
  font-size: 2.35rem;
  padding: 1rem 0 1rem 8rem;
  margin: 0 0 4.5rem 0;
}
.about_exhibition__boxBlok01Box a:hover span {
  text-decoration: none;
}
.about_exhibition__boxBlok01Box a span {
  text-decoration: underline;
}
.about_exhibition__boxBlok01Box a i {
  position: absolute;
  top: 1.1rem;
  right: 3.3rem;
  font-size: 1.1rem;
  padding: 0 2rem 0 0;
}
.about_exhibition__boxBlok01Box a i::after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #231815;
  border-right: solid 2px #231815;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
  margin: auto;
  transition: .3s ease;
}
.about_exhibition__boxBlok01Box .box {
  display: none;
}
.about_exhibition__boxBlok01Box .box h3 {
  font-size: 2.1rem;
  border-bottom: solid 1px #231815;
  margin: 0 0 1.8rem -2rem;
  padding: 0 0 0.8rem 2rem;
}
.about_exhibition__boxBlok01Box .box p {
  font-size: 1.7rem;
  line-height: 3.2rem;
  margin: 0 0 2.2rem 0;
}
.about_exhibition__boxBlok01Box .box dl {
  margin: 0 0 4rem 0;
}
.about_exhibition__boxBlok01Box .box dl dt {
  text-align: left;
  font-size: 1.7rem;
  letter-spacing: 0;
  margin: 0 0 0.2rem 0;
}
.about_exhibition__boxBlok01Box .box dl dd {
  font-size: 1.7rem;
}
.about_exhibition__boxBlok01Box .box dl dd a:hover {
  text-decoration: underline;
}
.about_exhibition__boxBlok02 {
  margin: -2rem 0 9rem 0;
}
.about_exhibition__boxBlok02 p {
  font-size: 2rem;
  line-height: 3.5rem;
  border-bottom: solid 1px #231815;
  max-width: 500px;
  padding: 0 0 3rem 0;
  margin: 0 0 3rem 0;
}
.about_exhibition__boxBlok02Top {
  margin: 5rem 0 6rem 0;
}
.about_exhibition__boxBlok02Top dt {
  font-size: 3.1rem;
  margin: 0 0 1rem 0;
}
.about_exhibition__boxBlok02Top dd {
  font-size: 1.75rem;
  line-height: 3.2rem;
  margin: 0 0 1rem 0;
}
.about_exhibition__boxBlok02Bottom dt {
  background: #231815;
  display: inline-block;
  color: #FFF;
  font-size: 2.2rem;
  padding: 0.4rem 1rem 0 1rem;
  margin: 0 0 2.2rem 0;
}
.about_exhibition__boxBlok02Bottom dd {
  font-size: 2.1rem;
  line-height: 4rem;
}
.about_exhibition__boxBlok03 {
  margin: -5.9rem 0 10rem 0;
}
.about_exhibition__boxBlok03Top {
  font-size: 2.1rem;
  line-height: 4rem;
  margin: 0 0 3rem 0;
}
.about_exhibition__boxBlok03 img {
  margin: 0 auto 6.5rem;
  max-width: 485px;
}
.about_exhibition__boxBlok03 ul {
  font-size: 1.67rem;
  color: #bd1d21;
  margin: 0 0 1rem 0;
}
.about_exhibition__boxBlok03Bottom {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.about_exhibition__boxBlok04 {
  margin: -4rem 0 8.2rem 0;
}
.about_exhibition__boxBlok04List {
  display: flex;
  margin: 0 0 3rem 0;
}
.about_exhibition__boxBlok04List ul:first-child {
  width: 45%;
}
.about_exhibition__boxBlok04List ul li {
  position: relative;
  font-size: 2rem;
  padding: 0 0 0 3.5rem;
}
.about_exhibition__boxBlok04List ul li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3rem;
}
.about_exhibition__boxBlok04Top {
  margin: 0 0 3rem 0;
}
.about_exhibition__boxBlok04Top dt {
  font-size: 2.9rem;
  margin: 0 0 1.2rem 0;
}
.about_exhibition__boxBlok04Top dd {
  font-size: 2.1rem;
}
.about_exhibition__boxBlok04Bottom dt {
  font-size: 4.5rem;
  margin: 0 0 2.7rem 0;
}
.about_exhibition__boxBlok04Bottom dd {
  position: relative;
  font-size: 2rem;
  line-height: 3.5rem;
}
.about_exhibition__boxBlok04Bottom dd span {
  position: relative;
  background: #FFF;
  padding: 0 1rem 0 0;
}
.about_exhibition__boxBlok04Bottom dd::before {
  content: '';
  position: absolute;
  top: 1.2rem;
  right: 0;
  width: 100%;
  height: 1px;
  background: #231815;
}
.about_exhibition__boxBlok05 {
  display: flex;
  max-width: 1210px;
  width: 100%;
  margin: -6.8rem auto 11.5rem;
  position: relative;
}
.about_exhibition__boxBlok05::before {
  content: '';
  position: absolute;
  top: 0;
  left: 21.6rem;
  width: 1px;
  height: 100%;
  background: #231815;
}
.about_exhibition__boxBlok05 .left {
  flex: 1;
  padding: 11.2rem 0 0 8rem;
}
.about_exhibition__boxBlok05 .right {
  max-width: 358px;
  width: 100%;
  text-align: center;
  padding: 8.6rem 0 0 0;
}
.about_exhibition__boxBlok05 .right p {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin: 0 0 0.8rem 0;
}
.about_exhibition__boxBlok05 .right img {
  margin: 0 0 2.5rem 0;
}
.about_exhibition__boxBlok05List {
  display: flex;
  padding: 0 0 11rem 0;
  background: url(../img/arrow.png) no-repeat bottom 3.5rem left 18rem;
  background-size: 38px;
  /*
  &.qr{
      dl{
          background: url(../img/about_exhibition/qr.png) no-repeat top right 4.3rem;
          background-size: 152px;
      }
  }
  */
}
.about_exhibition__boxBlok05List:last-child {
  padding: 0;
  background: none;
}
.about_exhibition__boxBlok05List .date {
  font-size: 4rem;
  width: 136px;
  padding: 2rem 0 0 0;
  line-height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
}
.about_exhibition__boxBlok05List .date span {
  display: block;
  font-size: 1.5rem;
  background: #231815;
  color: #FFF;
  line-height: 2rem;
  padding: 0.2rem 0 0 6.3rem;
  margin: 1rem 0 0 0;
  text-align: left;
  width: 100%;
}
.about_exhibition__boxBlok05List .date i {
  font-size: 1.5rem;
  margin: -1rem 0 0 2rem;
}
.about_exhibition__boxBlok05List .columnTwo dl:first-child {
  padding: 2rem 0 13rem 3rem;
  background-size: 38px;
}
.about_exhibition__boxBlok05List .columnTwo dl:last-child {
  padding: 2rem 0 3rem 3rem;
}
.about_exhibition__boxBlok05List dl {
  padding: 2rem 0 0 3rem;
  width: 100%;
  flex: 1;
}
.about_exhibition__boxBlok05List dl dt {
  font-size: 4rem;
  line-height: 5rem;
  margin: 0 0 1.2rem 0;
}
.about_exhibition__boxBlok05List dl dt span {
  display: block;
  text-decoration: underline;
}
.about_exhibition__boxBlok05List dl dt strong {
  font-size: 3.3rem;
}
.about_exhibition__boxBlok05List dl dd {
  font-size: 1.95rem;
}
.about_exhibition__boxBlok05List dl dd p {
  margin: 0 0 0.5rem 0;
  background: #231815;
  color: #ADDEF6;
  display: inline-block;
  font-size: 2rem;
  padding: 0.4rem 2rem 0 2rem;
}
.about_exhibition__boxBlok06 {
  margin: -6.8rem 0 0 0;
  padding: 9rem 0 0 0;
}
.about_exhibition__boxBlok06 p {
  font-size: 3rem;
  text-align: center;
  line-height: 5.3rem;
  margin: -4rem 0 5.5rem 0;
}
.about_exhibition__boxBlok06 .graph {
  margin: 0 auto 9.5rem;
  max-width: 1050px;
}
.about_exhibition__boxBlok06Article {
  display: flex;
  justify-content: space-between;
  max-width: 1090px;
  width: 100%;
  margin: -3.6rem auto 10rem;
}
.about_exhibition__boxBlok06Article .box {
  width: 31%;
}
.about_exhibition__boxBlok06Article .box img {
  margin: 0 0 2rem 0;
}
.about_exhibition__boxBlok06Article .box dl dt {
  font-size: 2.6rem;
  padding: 0 0 0 1.2rem;
  margin: 0 0 0.8rem 0;
}
.about_exhibition__boxBlok06Article .box dl dd {
  font-size: 1.7rem;
  line-height: 2.5rem;
  padding: 0 0 0 1.2rem;
}
.about_exhibition__btn01 {
  display: block;
  background: #231815;
  color: #FFF;
  width: 385px;
  margin: 0 auto 3.7rem;
  text-align: center;
  font-size: 2.2rem;
  padding: 2.5rem 0;
  border: solid 2px #231815;
  transition: 0.3s;
}
.about_exhibition__btn01:hover {
  background: #FFF;
  color: #231815;
  transition: 0.3s;
}
.about_exhibition__btn02 {
  display: block;
  color: #FFF;
  width: 385px;
  margin: 0 auto 3.7rem;
  text-align: center;
  font-size: 2.2rem;
}
.about_exhibition__btn02 span {
  display: block;
  background: #231815;
  border: solid 2px #231815;
  padding: 2.5rem 0;
}
.about_exhibition__btn02List {
  display: none;
  width: 385px;
  margin: 0 auto;
  text-align: left;
}
.about_exhibition__btn02List.active {
  height: auto;
}
.about_exhibition__btn02List li:last-child a {
  border: none;
}
.about_exhibition__btn02List li a {
  background: #3e3a39;
  color: #FFF;
  display: block;
  font-size: 2rem;
  padding: 1rem 5rem;
  border-bottom: solid 1px #FFF;
}
.about_exhibition__btn02List li a:hover {
  text-decoration: underline;
}
.about_exhibition__balloon {
  max-width: 1080px;
  width: 100%;
  margin: -3rem auto 11.8rem;
  display: flex;
  border-right: solid 1px #231815;
}
.about_exhibition__balloon dl {
  width: 33.333%;
  border-left: solid 1px #231815;
  padding: 0 2.5rem;
}
.about_exhibition__balloon dl dt {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  font-size: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin: 0 0 3.5rem 0;
}
.about_exhibition__balloon dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 15px solid #FFF;
  border-radius: 10px;
}
.about_exhibition__balloon dl dd {
  text-align: center;
  font-size: 1.8rem;
}
.about_exhibition__balloon dl dd span {
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 2rem 0;
}
/*.about_exhibition__balloon dl dd .circle04 {
  margin: 2rem 0 0 0;
  padding: 0 0.8rem;
}
.about_exhibition__balloon dl dd .circle05 {
  padding: 0 2rem;
  margin: 3rem 0 0 0;
}
.about_exhibition__balloon dl dd .circle01 {
  padding: 0 0.5rem;
  margin: 4rem 0 0 0;
}
.about_exhibition__balloon dl dd .circle02 {
  margin: 6rem -1rem 0 -1rem;
  max-width: 106%;
}
.about_exhibition__balloon dl dd .circle03 {
  padding: 0 1.7rem;
  margin: 4rem 0 0 0;
}*/

.contact .inner01 {
  max-width: 600px;
}
.contact span.innerWidth{
  text-align: center;
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 2.9rem auto;
  font-size: 1.8rem;
}
.contact__title {
  text-align: center;
  font-size: 2.9rem;
  letter-spacing: 0.2rem;
  margin: 0 0 5.2rem 0;
}
.contact__box {
  margin: 0 0 2.8rem 0;
}
.contact__box dt {
  font-size: 1.8rem;
  padding: 0 0 0.9rem 0.5rem;
}
.contact__box dd {
  font-size: 1.9rem;
}
.contact__box dt span {
  color: #D71718;
  border: solid 1px #D71718;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem 0;
  margin: -5px 0 0 1.3rem;
}
.contact__box dd textarea,
.contact__box dd select,
.contact__box dd input {
  border: solid 1px #231815;
  background: #FFF;
  font-size: 1.8rem;
  padding: 1rem 1.3rem;
}
.contact__box dd textarea.w3,
.contact__box dd select.w3,
.contact__box dd input.w3 {
  width: 31%;
}
.contact__box dd textarea.w5,
.contact__box dd select.w5,
.contact__box dd input.w5 {
  width: 50%;
}
.contact__box dd textarea.w10,
.contact__box dd select.w10,
.contact__box dd input.w10 {
  width: 100%;
}
.contact__box dd input.w10::-webkit-inner-spin-button,
.contact__box dd input.w10::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.contact__box dd input[type="number"] { 
  -moz-appearance:textfield !important; 
} 
.contact__box dd .selectDecoration {
  display: initial;
  position: relative;
}
.contact__box dd .selectDecoration::before {
  content: '';
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #231815 transparent transparent transparent;
  top: 0;
  right: 10px;
  bottom: 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  z-index: 1;
  margin: auto;
}
.contact__manybox {
  margin: 55px 0 60px;
}
.contact__manybox__text {
  text-align: left !important;
  margin: 0 0 19px;
}
.contact__manybox dt {
  font-size: 1.8rem;
  margin: 0 10px 0 0;
}
.contact__manybox dd {
  font-size: 1.7rem;
}
.contact__manybox dd input {
  font-size: 18px;
}
.contact__manybox .scroll {
  background: #fff;
  border: solid 1px #000;
  overflow-y: scroll;
  padding: 20px;
  height: 385px;
  box-shadow: -1px -45px 38px -35px rgba(0, 0, 0, 0.3) inset;
}
.contact__manybox .textline {
  border-bottom: dashed 1px #000;
  margin: 0 0 13px;
  padding: 0 0 9px;
}
.contact__manybox .textline:nth-of-type(3n) {
  border-bottom: solid 1px #000;
}
.contact__manybox .textline .flexbox {
  display: flex;
  align-items: center;
}
.contact__accordion {
  margin: 0 0 30px;
}
.contact__accordion__text {
  text-align: left !important;
}
.contact__accordion__text span {
  display: inline-block;
  border: solid 1px #000;
  text-align: center;
  margin: 10px 0 10px;
  font-size: 16px;
  padding: 0 9px;
}
.contact__accordion a {
  display: inline-block;
  margin: 0 0 0;
  color: #00a0e9;
  text-decoration: underline;
}
.contact__accordion a:hover {
  text-decoration: none;
}
.contact__accordion .linktext {
  display: block;
  margin: 0 0 25px;
}
.contact__accordion .linktext:first-of-type {
  margin: 0 0 0;
}
.contact__accordion .accordion_tab {
  background: #615d20;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  cursor: pointer;
}
.contact__accordion .accordion_detail {
  display: none;
  background: #fff;
  padding: 2.5rem;
  font-size: 1.5rem;
}
.contact__accordion .accordion_detail .textline {
  border-bottom: dashed 1px #000;
  margin: 0 0 20px;
}
.contact__accordion .accordion_detail .textline:nth-of-type(3n) {
  border-bottom: solid 1px #000;
}
.contact__accordion .accordion_detail .textline:last-of-type {
  border-bottom: none;
  margin: 0 0 0;
}
.contact__accordion .accordion_detail .textline .flexbox label {
  display: flex;
  align-items: center;
  padding: 0 0 13px;
}
.contact__accordion .accordion_detail .textline .flexbox label span {
  display: block;
  color: #000;
  text-align: left;
  font-size: 16px;
}
.contact__accordion .accordion_detail .textline .flexbox label .little {
  font-size: 1.3rem;
}
.contact__accordion .accordion_detail .textline .flexbox label span a {
  margin: 0 0 0;
}
.contact__accordion .accordion_detail .textline .flexbox label .essential {
  color: #D71718;
  border: solid 1px #D71718;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem 0;
  margin: -5px 0 0 0rem;
}
.contact__accordion .accordion_detail .textline .flexbox label .radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 14px 50px;
  position: relative;
  width: auto;
}
.contact__accordion .accordion_detail .textline .flexbox label .radio01:checked::after {
  opacity: 1;
}
.contact__accordion .accordion_detail .textline .flexbox label .radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 23px;
  left: 14px;
  margin-top: -8px;
  position: absolute;
  top: 14%;
  width: 23px;
}
.contact__accordion .accordion_detail .textline .flexbox label .radio01::after {
  background: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 17px;
  left: 17px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 10%;
  width: 17px;
}
.contact__verification .flexbox label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__verification .flexbox label p {
  color: #000;
  text-align: left;
  font-size: 16px;
}
.contact__verification .flexbox label p a {
  display: inline-block;
  margin: 0 0 20px;
  color: #00a0e9;
  text-decoration: underline;
}
.contact__verification .flexbox label p a:hover {
  text-decoration: none;
}
.contact__verification .flexbox label .radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 14px 50px;
  position: relative;
  width: auto;
}
.contact__verification .flexbox label .radio01:checked::after {
  opacity: 1;
}
.contact__verification .flexbox label .radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 23px;
  left: 14px;
  margin-top: -8px;
  position: absolute;
  top: -56%;
  width: 23px;
}
.contact__verification .flexbox label .radio01::after {
  background: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 17px;
  left: 17px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: -61%;
  width: 17px;
}
.contact .entry__button {
  margin: 6rem 0 0 0;
}
.contact .entry__button span {
  display: block;
  text-align: left;
}
.contact .mw_wp_form .error {
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
  color: #B70000;
  display: block;
}
.contact p {
  text-align: center;
  font-size: 1.8rem;
}

.coronazone__title {
  text-align: center;
  font-size: 58px;
  letter-spacing: 0.2rem;
  margin: 0 0 5.2rem 0;
}
.coronazone__text {
  text-align: center;
  font-size: 21px;
  margin: 0 0 70px;
}
.coronazone .innerblock {
  max-width: 1085px;
  margin: 0 auto;
}
.coronazone .innerblock .flexbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.coronazone .innerblock .flexbox__title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 0 0 31px 0;
  background: #231815;
  color: #fff;
  padding: 11px 40px 5px 21px;
}
.coronazone .innerblock .flexbox__text {
  font-size: 24px;
  margin: 0 0 38px 0;
  line-height: 1.5;
  text-align: center;
}
.coronazone .innerblock .flexbox ul {
  display: flex;
  flex-wrap: wrap;
}
.coronazone .innerblock .flexbox ul li {
  width: calc( 100% / 3 - 27px );
  margin: 0 40px 40px 0;
}
.coronazone .innerblock .flexbox ul li:nth-child(3n) {
  margin: 0 0 40px 0;
}
.coronazone .innerblock .flexbox ul li a {
  text-decoration: none;
  font-size: 21px;
}
.coronazone .innerblock .flexbox ul li a img {
  width: 100%;
  margin: 0 0 20px;
}
.coronazone .innerblock .flexbox ul li a .title {
  font-size: 20px;
  margin: 0 0 8px;
}
.coronazone .innerblock .flexbox ul li a .text {
  font-size: 16px;
}
.coronazone .innerblock .flexbox ul li a:hover {
  text-decoration: none;
}
.coronazone .innerblock .flexbox ul li a:hover img {
  opacity: 0.6;
}
.coronazone .innerblock .flexbox .left {
  position: relative;
  margin: 0 auto 70px;
}
.coronazone .innerblock .flexbox .left .icon {
  width: 60px;
  margin: 0 auto 15px;
}
.coronazone .innerblock .flexbox .right .icon {
  width: 80px;
  margin: 0 auto 15px;
}
.coronazone .innerblock .bgblock {
  position: absolute;
  top: 0;
  right: 0;
}

.web__title {
  text-align: center;
  font-size: 58px;
  letter-spacing: 0.2rem;
  margin: 0 0 75px 0;
}
.web__text {
  text-align: center;
  font-size: 21px;
  margin: 0 0 1.5rem;
}
.web__intro{
  display: block;
  text-align: center;
  border: solid 0.1rem #231815;
  padding: 2rem 4rem;
  margin: 0 auto 8rem;
}
.web__intro dt{
  font-size: 1.8rem;
  font-weight: bold;
}
.web__intro a{
  text-decoration: underline;
}
.web__intro a:hover{
  text-decoration: none;
}
.web__contact{
  text-align: right;
  margin-top: 7rem;
}
.web .innerblock {
  max-width: 1060px;
  margin: 0 auto;
}
.web .innerblock .flexbox {
  display: block;
  max-width: 50rem;
  margin: 0 auto;
}
.web .innerblock .flexbox__title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 0 0 2.2rem 0;
  background: #231815;
  color: #fff;
  padding: 5px 30px 5px 21px;
}
.web__topText {
  margin: 0 0 3rem;
  font-size: 2.1rem;
}
.web .innerblock .flexbox__text {
  font-size: 1.5rem;
  margin: 0 0 1.2rem 0;
}
.web .innerblock .flexbox__movie{
  width: 100%;
  margin: 0 0 62px 0;
}
.web .innerblock .flexbox__movie:nth-child(3){
  margin: 0 0 0 0;
}
.web .innerblock .flexbox__movie:nth-child(5){
  margin: 0 0 0 0;
}
.web .innerblock .flexbox__movieDetail {
  height: 100%;
  margin: 0 0 0 0;
}
.web .innerblock .flexbox__movie a {
  display: block;
  font-size: 23px;
  text-align: center;
  border: solid 1px #231815;
  margin: 0 0 19px;
  position: relative;
}
.web .innerblock .flexbox__movie a img{
  width: 100%;
}
.web .innerblock .flexbox__movie a::after {
  content: "";
  background: url(../img/web/play.png) no-repeat;
  background-size: 100%;
  width: 54px;
  height: 61px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.web .innerblock .flexbox__movie a.soon {
  pointer-events: none;
}
.web .innerblock .flexbox__movie a:hover {
  opacity: 0.6;
}
.web .innerblock .flexbox__movie .title {
  font-size: 1.9rem;
  margin: 0 0 2.7rem;
}

/***************
sp
***************/
@media screen and (max-width: 48em) {
  html {
    font-size: 16px;
  }

  body {
    min-width: 100%;
  }
  body img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 48em) {
  header {
    z-index: 999999;
    display: block;
    padding: 0;
  }
  header .siteTitle {
    display: none;
  }
  header .heade__spTitle {
    font-size: 1rem;
    line-height: 2rem;
    color: #ADDEF6;
    background: #231815;
    text-align: center;
  }
  header .heade__spNav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    background: #231815;
    transition: all 600ms 0s ease;
  }
  header .heade__spNav.fixed {
    top: 0;
  }
  header .heade__spNav li {
    line-height: 1rem;
    padding: 1rem 0;
  }
  header .heade__spNav li:last-child {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    width: 50px;
    height: 52px;
    cursor: pointer;
  }
  header .heade__spNav li:last-child span, header .heade__spNav li:last-child::before, header .heade__spNav li:last-child::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background: #ADDEF6;
  }
  header .heade__spNav li:last-child span {
    overflow: hidden;
    z-index: 1;
    color: #ADDEF6;
  }
  header .heade__spNav li:last-child::before {
    z-index: 2;
    transform: translate(0, -7px);
    content: "";
  }
  header .heade__spNav li:last-child::after {
    z-index: 2;
    transform: translate(0, 7px);
    content: "";
  }
  header .heade__spNav li a,
  header .heade__spNav li button{
    color: #ADDEF6;
    font-size: 0.75rem!important;
    border-right: solid 2px #ADDEF6;
    padding: 0.5rem 1rem;
  }
  header .heade__nav {
    display: none;
    position: fixed;
    top: 62px;
    right: 0;
    width: 60%;
    z-index: 999;
    background: #FFF;
    border: solid 2px #231815;
    padding: 1rem;
  }
  header .heade__navList--menu {
    display: block;
  }
  header .heade__navList--menu li {
    line-height: 2.2rem;
    margin: 0;
    font-size: 1rem;
  }
  header .heade__navList--exhibitPerson {
    width: auto;
    margin: 0;
  }
  header .heade__navList--exhibitPerson:last-child {
    border-top: solid 2px #231815;
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
  }
  header .heade__navList--exhibitPerson li {
    line-height: 2.2rem;
  }
  header .heade__navList--exhibitPerson li:first-child a {
    background: none;
    color: #231815;
    border: none;
    font-size: 1rem;
    padding: 0;
  }
  header .heade__navList--exhibitPerson li:last-child a {
    border: none;
    font-size: 1rem;
    padding: 0;
  }
  header .heade__navList--exhibitPerson li a {
    border: none;
    font-size: 1rem;
    padding: 0;
  }

  footer .footer__top {
    padding: 2rem 0;
  }
  footer .footer__top .inner01 {
    display: block;
    padding: 0 1.8rem;
  }
  footer .footer__topBox {
    display: block;
  }
  footer .footer__topBoxLeft {
    margin: 0 0 0.8rem 0;
    line-height: 1.5rem;
  }
  footer .footer__topBoxLeft a {
    font-size: 1rem;
  }
  footer .footer__topBoxCenter {
    display: block;
    margin: 0;
  }
  footer .footer__topBoxCenter ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer__topBoxCenter ul li {
    margin: 0;
    width: 50%;
    line-height: 2.5rem;
  }
  footer .footer__topBoxCenter ul li a {
    font-size: 1rem;
  }
  footer .footer__topRight {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 0 0;
  }
  footer .footer__topRight > li {
    width: 48%;
  }
  footer .footer__topRight li a {
    font-size: 0.8rem;
    line-height: 2.2rem;
    padding: 0;
    margin: 0;
  }
  footer .footer__topRight .about_exhibition__btn01 {
    font-size: 0.8rem;
    line-height: 2.2rem;
    padding: 0;
    margin: 0;
  }
  footer .footer__bottom {
    padding: 2.4rem 0;
  }
  footer .footer__bottom p {
    margin: 0 0 0.5rem 0;
  }
  footer .footer__bottom p img {
    width: 114px;
  }
  footer .footer__bottom .box {
    display: block;
  }
  footer .footer__bottom .box dl {
    margin: 0 0 5vw
  }
  footer .footer__bottom .box dl dt {
    font-size: 0.9rem;
    margin: 0 0 1rem 0;
    line-height: 1.0rem;
  }
  footer .footer__bottom .box dl dd {
    font-size: 0.8rem;
    line-height: 1.0rem;
  }
  footer .footer__bottom ul {
    align-items: center;
    font-size: 0.7rem;
  }
  footer .footer__bottom ul li.snsArea{
    width:8vw;
    margin: 0 0 0 0;
  }
  footer .footer__bottom .footer__bottomFlex ul{
    gap: 0 4vw;
    margin: 0 0 5vw
  }
  .page {
    line-height: 1.5rem;
  }
  .page header .heade__nav li a {
    color: #231815;
  }
  .page header .heade__spNav {
    top: 0;
  }
  .page main {
    padding: 0;
  }
  .page .mainvisual {
    height: 16rem;
    padding: 3.2rem 0 0 0;
    overflow: hidden;
  }
  .page .mainvisual img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: initial;
  }
  .page .mainvisual__title {
    top: 0.8rem;
    font-size: 1.2rem;
  }
  .page .mainvisual__mypage {
    display: none;
  }
  .page .pankuzu {
    padding: 0.5rem 1.1rem;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 2;
  }
  .page .pankuzu li {
    font-size: 0.7rem;
    padding: 0 0.7rem 0 0;
    margin: 0 0.7rem 0 0;
  }
  .page__title {
    font-size: 2rem;
    margin: 1.2rem 0 0.5rem 0;
  }
  .page__copy {
    font-size: 0.7rem;
    margin: 0 0 1rem 0;
  }

  .header_bg main {
    margin: 3.2rem 0 0 0;
  }

  .inner01 {
    padding: 0 2rem;
  }

  .coming_soon {
    background-size: 210px;
    font-size: 1rem;
    height: 80vh;
  }

  .spOnly {
    display: block !important;
  }

  .pcOnly {
    display: none !important;
  }
}
@media screen and (max-width: 48em) {
  .mainvisual {
    overflow: visible;
    padding: 0;
    margin: 0;
  }
  .inner01 .nomapsDreamPitchLink{
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mainvisual .inner01 {
    background: url(../img/main_right.png) no-repeat center top 7rem;
    background-size: 50% auto;
    padding: 0 2rem 7vw;
  }
  .mainvisual__title {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 2rem;
    padding: 0.7rem 0 0 0;
    margin: 0 0 82vw 0;
  }
  .mainvisual__img {
    width: 96%;
    margin: 0 auto 1rem auto;
  }
  .mainvisual__schedule {
    margin: 0 0 0 -1rem;
  }
  .mainvisual__schedule.second {
    margin: 0 0 0 -1.2rem;
  }
  .mainvisual__schedule dt {
    font-size: 2.2rem;
  }
  .mainvisual__schedule dd {
    font-size: 1rem;
  }
  .mainvisual__schedule dd::before {
    top: -1rem;
    left: 0.5rem;
    font-size: 0.9rem;
  }
  .mainvisual__schedule dd span {
    top: 0.5rem;
    right: -3rem;
    font-size: 0.7rem;
    border: solid 1px;
    padding: 0 0.4rem;
    line-height: 1.2rem;
  }
  .mainvisual__des {
    font-size: 0.8rem;
    text-align: center;
    margin: 0 0 0 2rem;
  }
  .mainvisual__plan {
    width: 100%;
    margin: 0 0 0.9rem 0;
    text-align: left;
  }
  .mainvisual__plan .title {
    font-size: 5vw;
    line-height: 1.5;
  }
  .mainvisual__plan .flexarea {
    width: 100%;
    font-size: 4vw;
    flex-direction: column;
    line-height: 1.7;
  }
  .mainvisual__plan .bottomarea {
    padding: 10px 0;
  }
  .mainvisual__plan .bottomarea p {
    font-size: 4.2vw;
    line-height: 2.5;
  }
  .mainvisual__plan span {
    padding: 0.2rem 1.8rem 0 1.8rem;
    margin: 0;
    font-size: 0.9rem;
  }
  .mainvisual .slick-dots {
    width: 90%;
    top: -45px;
  }
  .mainvisual .slick-dots li {
    width: 10px;
  }
  .mainvisual .slick-dots li button::before {
    font-size: 1.2rem;
  }
  .mainvisual__link {
    flex-direction: column;
  }
  .mainvisual__link li {
    width: 100%;
  }
  .mainvisual__link li a {
    font-size: 1.5rem;
    line-height: 1.9;
    margin: 0 0 15px;
  }
  .mainvisual__linkMypage, .mainvisual__news, .mainvisual__side {
    display: none;
  }
  .mainvisual__imgBox ul.slick-slider {
    margin: 0;
  }
  .mainvisual__imgBox .slick-arrow {
    display: none !important;
  }
  .mainvisual__slide ul.slick-slider li.slick-slide img {
    margin: 0 0 -4px;
  }
  .mainvisual__slide ul.slick-slider li.slick-slide .textarea .name {
    font-size: 0.7rem;
    margin: 0 0 0;
  }
  .mainvisual__slide ul.slick-slider li.slick-slide .textarea .name .small {
    font-size: 0.3rem;
  }
  .mainvisual__slide ul.slick-slider li.slick-slide .textarea .detail {
    font-size: 0.3rem;
  }

  .topBlockOne {
    margin: -2.5% 0 0 0;
    padding: 0 0 4.5rem;
    transform: skew(0deg, -6deg);
  }
  .topBlockOne .inner01 {
    margin: 0;
    padding: 0 0 4.5rem;
    flex-direction: column;
    background: #ADDEF6 url(../img/top_bg01_sp.png) no-repeat top;
  }
  .topBlockOne .inner01 .left {
    background-size: 100% auto;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 3.3rem 3.3rem 2.8rem;
  }
  .topBlockOne .inner01 .right {
    width: 100%;
  }
  .topBlockOne .inner02 {
    transform: skew(0deg, 6deg);
    padding: 40px 0 0 0;
  }
  .topBlockOne .inner02 .innerblock .seminar_icon {
    width: 21%;
    right: 20px;
  }
  .topBlockOne::after {
    background: url(../img/main_right_white.png) top 91% right -3% no-repeat #ADDEF6;
    background-size: 205px;
  }
  .topBlockOne__title {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin: 0 auto 1.7rem auto;
    transform: skew(0deg, 6deg);
  }
  .topBlockOne__des {
    font-size: 0.8rem;
    line-height: 1.7rem;
    margin: 0;
    transform: skew(0deg, 6deg);
  }
  .topBlockOne__list {
    display: flex;
    flex-direction: row;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: skew(0deg, 6deg);
    width: 70%;
    margin: 0 auto;
  }
  .topBlockOne__list li {
    width: 47%;
    margin: 0;
  }
  .topBlockOne__list li:nth-child(2) {
    margin: 4rem 0 0 0;
  }
  .topBlockOne__list li:nth-child(3) {
    margin: -1rem 0 0 0;
  }
  .topBlockOne__list li:nth-child(4) {
    margin: 3rem 0 0 0;
  }

  .topBlockTwo {
    background: #ADDEF6 url(../img/top_bg02.png) no-repeat top right 13%;
    background-size: 35%;
    padding: 2.8rem 0 0 0;
    margin: -4.5rem 0 0 0;
    transform: skew(0deg, -6deg);
  }
  .topBlockTwo .inner01 {
    margin: 0 auto;
    transform: skew(0deg, 6deg);
  }
  .topBlockTwo__title {
    font-size: 2rem;
    margin: 0 0 0.4rem 0;
  }
  .topBlockTwo__des {
    font-size: 0.7rem;
    line-height: 1.5rem;
    margin: 0 0 2rem 0;
  }
  .topBlockTwo__box {
    flex-direction: column;
  }
  .topBlockTwo__boxArticle {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.6rem;
  }
  .topBlockTwo__boxArticle:last-child {
    margin-left: 0;
  }
  .topBlockTwo__boxArticle img {
    margin: 0 0 0.5rem 0;
  }
  .topBlockTwo__boxArticle dl dt {
    font-size: 1.2rem;
    padding: 0 0 0.2rem 0;
    margin: 0 0 0.3rem 0;
  }
  .topBlockTwo__boxArticle dl dd {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .topBlockTwo__boxArticle dl dd span {
    line-height: 1.9rem;
    font-size: 0.8rem;
    margin: 0 0 0.2rem 0;
  }

  .topBlockThree {
    background: #FFF;
    margin: 4rem 0 0 0;
    padding: 0;
  }
  .topBlockThree::before {
    display: none;
  }
  .topBlockThree .inner01 {
    margin: 0;
    padding: 0 1rem 4rem 1rem;
  }
  .topBlockThree__title {
    font-size: 1rem;
    line-height: 2.1rem;
    padding: 0;
    margin: 0 auto 1.4rem auto;
  }
  .topBlockThree__titleSub {
    max-width: 200px;
    margin: 1.3rem auto 1rem;
    font-size: 1.1rem;
    padding: 0.4rem 0;
  }
  .topBlockThree__titleTwo {
    font-size: 1rem;
    margin: 0 0 0.3rem 0;
  }
  .topBlockThree__des {
    font-size: 0.8rem;
    padding: 0.3rem 0 0 0;
    margin: 0 auto;
  }
  .topBlockThree__des::before {
    width: 25px;
    height: 25px;
    border-bottom: solid 2px #231815;
    border-right: solid 2px #231815;
  }
  .topBlockThree__des:hover::before {
    width: 25px;
    height: 25px;
    border-bottom: solid 2px #231815;
    border-right: solid 2px #231815;
  }
  .topBlockThree__des.active::before {
    margin: -3px auto 0;
    width: 25px;
    height: 25px;
    border-bottom: solid 2px #231815;
    border-right: solid 2px #231815;
  }
  .topBlockThree__flow.spOnly {
    padding: 0;
    background: none;
  }
  .topBlockThree__flow.spOnly::before {
    display: none;
  }
  .topBlockThree__flow.spOnly::after {
    display: none;
  }
  .topBlockThree__more {
    font-size: 1rem;
    margin: 3rem 0 0.6rem 0;
  }
  .topBlockThree__more a::before {
    left: -1.5rem;
  }
  .topBlockThree__list li {
    width: calc( 100% / 2 - 0.5rem);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .topBlockThree__list li:nth-child(2), .topBlockThree__list li:nth-child(4), .topBlockThree__list li:nth-child(6) {
    margin-right: 0;
  }
  .topBlockThree__list li:nth-child(8), .topBlockThree__list li:nth-child(12) {
    margin-right: 0.5rem;
  }
  .topBlockThree__list li a {
    font-size: 0.8rem;
    padding: 0.3rem 0;
  }
  .topBlockThree__qa {
    display: block;
    padding: 0;
    width: 100%;
  }
  .topBlockThree__qa dl {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .topBlockThree__qa dl dt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 1.9rem;
  }
  .topBlockThree__qa dl dd {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 0 0 1.9rem;
  }

  .topBlockForce {
    transform: skew(0deg, -6deg);
    padding: 3.7rem 0 0 0;
  }
  .topBlockForce::before, .topBlockForce::after {
    display: none;
  }
  .topBlockForce .inner01 {
    transform: skew(0deg, 6deg);
    padding: 0 1.3rem 4rem 1.3rem;
    margin: 0 auto 5.2rem;
  }
  .topBlockForce .topBlockTwo__title {
    margin: 0;
    line-height: 2.5rem;
  }
  .topBlockForce .topBlockTwo__des {
    margin: 0 0 1.2rem 0;
  }
  .topBlockForce__box {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 1.4rem;
    margin: 0 auto 2.8rem;
  }
  .topBlockForce__boxLeft {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0;
    max-width: 100%;
    border-right: none;
    line-height: 1rem;
  }
  .topBlockForce__boxLeft h3 {
    display: flex;
    font-size: 1rem;
    margin: 0;
  }
  .topBlockForce__boxLeft h3 span {
    margin: 0.3rem 0 0 0.3rem;
    font-size: 0.7rem;
  }
  .topBlockForce__boxLeft a {
    font-size: 0.7rem;
    line-height: 1.2rem;
    padding: 0 1rem 0 0.3rem;
    display: block;
    width: auto;
    margin: 0;
  }
  .topBlockForce__boxLeft a::after {
    right: 4px;
    border-left: 3px solid #231815;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .topBlockForce__boxRight {
    padding: 0;
    margin: 1.5rem 0 0 0;
  }
  .topBlockForce__boxRight dl {
    font-size: 0.7rem;
    margin: 0;
    line-height: 1rem;
  }
  .topBlockForce__boxRight dl dt {
    margin: 0 1rem 0 0;
  }
  .topBlockForce__boxRight dl dd {
    font-size: 0.7rem;
    flex: 1;
  }
  .topBlockForce__boxTwo {
    flex-direction: column;
  }
  .topBlockForce__boxTwo dl {
    width: 100%;
    margin: 0 0 2.8rem 0;
  }
  .topBlockForce__boxTwo dl dt {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
  }
  .topBlockForce__boxTwo dl dd {
    min-height: auto;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topBlockForce__boxTwo dl dd .box {
    margin: 1rem 0 0 0;
  }
  .topBlockForce__boxTwo dl dd .box span {
    font-size: 0.9rem;
    padding: 0 2rem 0 0;
  }
  .topBlockForce__boxTwo dl dd .box a {
    font-size: 0.8rem;
  }
  .topBlockForce__boxTwo dl dd .box a::before {
    left: -1.5rem;
  }
  .topBlockForce__boxTwo dl dd iframe {
    width: 100% !important;
  }
  .topBlockForce__snsLink a{
    font-size: 1rem;
    background: url(../img/insta-icon.svg) no-repeat;
    background-size: contain;
    padding: 0 0 0 1.8rem
  }

  .topBlockFive {
    padding: 0;
    margin: -1.2rem 0 0 0;
  }
  .topBlockFive::before {
    display: none;
  }
  .topBlockFive__logoList {
    margin: 0 auto 2rem;
    justify-content: space-between;
  }
  .topBlockFive__logoList li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .topBlockFive__list {
    margin: -1.7rem auto 2rem auto;
  }
  .topBlockFive__list li {
    width: 33.3333%;
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  .topBlockFive__listImage {
    margin: -0.5rem auto 2rem auto;
  }
  .topBlockFive__listImage.bottom {
    margin: -1rem auto 0 auto;
  }
  .topBlockFive__listImage li {
    margin: 0 auto 0.8rem;
  }
  .topBlockFive__listImage li:nth-child(1) {
   /* width: 51%; */
  }
  .topBlockFive__listImage li:nth-child(2), .topBlockFive__listImage li:nth-child(3) {
   /* width: 50%;
    padding: 0 2rem; */
  }
  .topBlockFive__listImage li:nth-child(6) {
    width: 50%;
    padding: 0 1rem 0 0;
  }
  .topBlockFive__listImage li:nth-child(7) {
    width: 50%;
   /* padding: 0 0 0 1rem; */
  }
  .topBlockFive__listImage li:nth-child(8) {
    width: 50%;
    padding: 0 1rem 0 0;
  }
  .topBlockFive__listImage li:nth-child(9) {
    width: 50%;
   /*  padding: 0 0 0 1rem; */
  }
  .topBlockFive__listImage li:nth-child(9) {
    width: 50%;
   /* padding: 0 0 0 1rem; */
  }
  .topBlockFive__text {
    text-align: left;
    margin: -1rem 0 3rem 0;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 48em) {
  .exhibitor {
    padding: 0 0 3rem 0;
  }
  .exhibitor__flexbox {
    flex-direction: column;
    padding: 0 0 0 0;
  }
  .exhibitor__title {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 0 0 2.3rem 0;
  }
  .exhibitor__box01 {
    padding: 1rem;
    margin: 0 0 1.5rem;
  }
  .exhibitor__box01 img {
    width: 1210px;
    margin: 0 auto;
    max-width: inherit;
  }
  .exhibitor__box01 .scroll {
    overflow-x: scroll;
  }
  .exhibitor__box02 img {
    padding: 0 0.5rem;
    margin: 0 0 0.51rem 0;
  }
  .exhibitor__box02List {
    display: flex;
    flex-direction: column;
  }
  .exhibitor_searchArea #resetBtn{
    max-width: 300px;
    font-size: 1rem;
    margin: 0;
  }
  .exhibitor__box02List .not_found{
    padding: 0 2rem;
    font-size: 4.8vw;
    text-align: center;
  }
  .exhibitor__box02List dl {
    width: 100%;
    padding: 0 2rem;
    margin: 0 0 2rem 0;
  }
  .exhibitor__box02List dl dt {
    font-size: 0.9rem;
    padding: 0.5rem 0 0.5rem 2.3rem;
    margin: 0 0 0.4rem 0;
    line-height: 1.5rem;
  }
  .exhibitor__box02List dl dt.icon01 {
    background-size: 29px auto;
  }
  .exhibitor__box02List dl dt.icon02 {
    padding: 0.5rem 0 0.5rem 2.7rem;
    background-size: 36px auto;
  }
  .exhibitor__box02List dl dt.icon03 {
    letter-spacing: -1px;
    background: url(../img/exhibitor/icon03.png) no-repeat left center;
    background-size: 27px auto;
    padding: 0.5rem 0 0.5rem 2.3rem;
  }
  .exhibitor__box02List dl dt.icon04 {
    padding: 0.5rem 0 0.5rem 2.5rem;
    background-size: 30px auto;
  }
  .exhibitor__box02List dl dt.icon05 {
    padding: 0.5rem 0 0.5rem 2.3rem;
    background-size: 30px auto;
  }
  .exhibitor__box02List dl dt.icon06 {
    background: url(../img/exhibitor/icon06.png) no-repeat left top;
    padding: 0.5rem 0 0.5rem 2.7rem;
    background-size: 32px auto;
  }
  .exhibitor__box02List dl dt.icon07 {
    padding: 0.5rem 0 0.5rem 2.3rem;
    background-size: 30px auto;
  }
  .exhibitor__box02List dl dt.icon08 {
    padding: 0.5rem 0 0.5rem 2.3rem;
    background-size: 30px auto;
  }
  .exhibitor__box02List dl dt.icon_douzi{
    padding: 0.5rem 0;
    margin: 0 0 -1.5rem 0;
  }
  .exhibitor__box02List dl dd ol {
    padding: 0 0 0 1.5rem;
    margin: 0;
  }
  .exhibitor__box02List dl dd ol li {
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
  .exhibitor__box02List dl dd .cat{
    font-size: 0.8rem;
    padding: 0 0 0 1.5rem;
    margin: 1.5rem 0 0 0;
  }
  .exhibitor__box02List dl dd .cat::before{
    height: 1px;
    width: 1rem;
  }
  .exhibitor__detail .inner01 {
    padding: 2.8rem 1.1rem 4rem;
  }
  .exhibitor__detail .inner01::before {
    top: 4.5rem;
    width: 90%;
  }
  .exhibitor__detail .inner01::after {
    width: 90%;
  }
  .exhibitor__detail .inner01 .bottom_logo {
    right: 2rem;
    bottom: -2.5rem;
    width: 66px;
  }
  .exhibitor__detailTitle {
    font-size: 0.9rem;
    padding: 0 0 0 0.2rem;
    letter-spacing: 0.2rem;
    margin: 0 0 2rem 0;
  }
  .exhibitor__detailBox {
    display: block;
    padding: 0;
  }
  .exhibitor__detailBoxFlex {
    flex-direction: column;
  }
  .exhibitor__detailBoxLeft {
    width: 100%;
    padding: 0 1rem 0 0;
    margin: 0 0 2.5rem 0;
  }
  .exhibitor__detailBoxLeft .catchCopy {
    font-size: 0.9rem;
    padding: 0 0 0 1rem;
    line-height: 1.5rem;
    margin: 0 0 0.8rem 0;
  }
  .exhibitor__detailBoxLeft .catchCopy span::after {
    bottom: 0.3rem;
    height: 0.3rem;
  }
  .exhibitor__detailBoxLeft .companyName {
    font-size: 1.15rem;
    margin: 0 0 0.6rem;
  }
  .exhibitor__detailBoxLeft dl {
    line-height: 1.5rem;
    margin: 0;
  }
  .exhibitor__detailBoxLeft dl.bottom_text {
    margin: 2rem 0 0 0;
    line-height: 1.5rem;
  }
  .exhibitor__detailBoxLeft dl.bottom_text dt {
    font-size: 1rem;
  }
  .exhibitor__detailBoxLeft dl dt {
    width: 90px;
    font-size: 0.8rem;
  }
  .exhibitor__detailBoxLeft dl dd {
    font-size: 0.8rem;
  }
  .exhibitor__detailBoxLeft dl dd br {
    display: none;
  }
  .exhibitor__detailBoxRight {
    width: 100%;
    padding: 0 2rem;
    margin: 0 0 5px;
  }
  .exhibitor__detailBoxRight img {
    margin: 0 auto 1.5rem auto;
  }
  .exhibitor__detailBoxImage {
    width: 100%;
    padding: 0 2rem;
    margin: 0 0 20px 0;
  }
  .exhibitor__detailBoxImageTitle {
    font-size: 0.8rem;
  }
  .exhibitor__detailBoxMovie {
    width: 100%;
    padding: 0 2rem;
    font-size: 0.8rem;
    margin: 0 0 0;
  }
  .exhibitor__detailBoxMovie dl dd {
    flex-direction: column;
  }
  .exhibitor__detailBoxMovie dl dd .details__videoText {
    font-size: 0.8rem;
  }
  .exhibitor__detailBoxMovie dl dd .details__videoMain.videoBox {
    margin: 0 0 30px 0;
    font-size: 0.8rem;
  }
  .exhibitor__detailBoxMovie dl.bottom_text {
    padding: 0 0 0 0;
    line-height: 1rem;
  }
  .exhibitor__detailBoxForm {
    padding: 0 0 30px;
  }
  .exhibitor__detailBoxForm .contact {
    padding: 0 2rem;
  }
  .exhibitor__detailBoxForm .contact .entry__button {
    margin: 2rem 0 0 0;
  }
  .exhibitor__detailBoxForm .contact__box {
    margin: 0 0 1.8rem 0;
  }
  .exhibitor__detailBoxForm .contact__box dt {
    font-size: 0.8rem;
  }
  .exhibitor__detailBoxForm .contact__box dt span {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .exhibitor__detailBoxForm .contact__box dd textarea {
    border: solid 1px #231815;
    background: #FFF;
    font-size: 0.8rem;
    padding: 1rem 1.3rem;
  }
  .exhibitor__detailBoxForm .contact__box dd select {
    border: solid 1px #231815;
    background: #FFF;
    font-size: 0.8rem;
    padding: 1rem 1.3rem;
  }
  .exhibitor__detailBoxForm .contact__box dd input {
    border: solid 1px #231815;
    background: #FFF;
    font-size: 0.8rem;
    padding: 1rem 1.3rem 0;
  }
  



  .exhibitor_searchArea{
    font-size: 0.9rem;
    padding: 0 2rem;
  }
  .exhibitor_searchTitle{
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 3.5rem;
    padding: 0 0 0;
    margin: 0 0 0;
  }
  .exhibitor_searchAreaFlex{
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 1.5rem;
  }
  .exhibitor_searchAreaFlex input[type="text"]{
    width: 100%;
    background: #fff;
    border: solid 0.1rem #000;
    padding: 1rem;
  }
  .exhibitor_searchAreaTitle{
    width: 100%;
    margin: 0 0 1rem;
  }
  .exhibitor_searchAreaCheckBox{
    width: 100%;
  }
  .exhibitor_searchAreaFlex input[type="checkbox"] {
    display: none;
  }

  .exhibitor_searchAreaFlex input[type="checkbox"] + label {
    padding-left: 1.4rem;
    margin: 0 0.8rem 1rem 0;
  }

  .exhibitor_searchAreaFlex input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
  }

  .exhibitor_searchAreaFlex input[type="checkbox"] + label::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border: 0.1rem solid #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
  }

  .exhibitor_searchAreaFlex input[type="checkbox"]:checked + label:before {
    width: 1rem;
    top: -0.5rem;
    left: 0.5rem;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .exhibitor_searchArea input[type="submit"]{
    max-width: 300px;
    font-size: 1rem;
    padding: 1.2rem;
    margin: 0 auto 1.3rem auto;
  }
}
@media screen and (max-width: 48em) {
  .news .inner01 {
    padding: 1.3rem 1rem 4.3rem 1rem;
  }
  .news__title {
    font-size: 1rem;
    padding: 0 0 0 0.2rem;
    margin: 0 0 1rem 0;
  }
  .news__title span {
    font-size: 0.7rem;
    padding: 0 0 0 0.6rem;
  }
  .news__box {
    margin: 0 0 2.1rem 0;
  }
  .news__box dl {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 0.3rem 0;
    margin: 0 0 0.2rem 0;
  }
  .news__box dl dt {
    font-size: 0.8rem;
  }
  .news__box dl dd {
    margin: 0;
  }
  .news__box dl dd time {
    font-size: 0.8rem;
    margin: 0 1rem 0 0;
  }
  .news__box dl dd span {
    font-size: 0.5rem;
  }
  .news__list {
    margin: -0.7rem 0 0 0;
    padding: 0;
  }
  .news__list li {
    font-size: 0.8rem;
  }
  .news__detail {
    padding: 3.2rem 0;
  }
  .news__detail .inner01 {
    padding: 0 1rem;
  }
  .news__detailData {
    border-bottom: none;
    padding: 0;
    margin: 0 0 0.2rem;
  }
  .news__detailData time {
    font-size: 0.8rem;
    margin: 0 1rem 0 0;
  }
  .news__detailData span {
    font-size: 0.5rem;
  }
  .news__detailTitle {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.8rem;
    margin: 0 0 0.5rem 0;
  }
  .news__detailContent {
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin: 0 0 6rem 0;
  }
  .news__detailContent p {
    margin: 0 0 0.7rem 0;
  }
  .news__detailContent img {
    margin: 0 0 0.7rem 0;
  }
}
@media screen and (max-width: 48em) {
  .mypage .inner01 {
    margin: 1em auto 0 auto;
    padding: 0 1rem 4rem 1rem;
  }
  .mypage__title {
    font-size: 1.25rem;
    margin: 0 0 1.5rem 0;
  }
  .mypage__titleSub {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.2rem 0;
    margin: 0 0 0.7rem 0;
  }
  .mypage__box01 {
    margin: 0 0 1.5rem 0;
  }
  .mypage__box01 dl {
    margin: 0;
  }
  .mypage__box01 dl dt {
    font-size: 0.8rem;
    width: 110px;
  }
  .mypage__box01 dl dd {
    font-size: 0.8rem;
  }
  .mypage__box01 dl dd br {
    display: none;
  }
  .mypage__box01 p {
    font-size: 0.8rem;
    margin: 2rem 0 0 0;
  }
  .mypage__box02 {
    margin: 1.3rem 0 0 0;
  }
  .mypage__box02 dl {
    margin: 0 0 1.3rem 0;
  }
  .mypage__box02 dl:nth-child(2) dd textarea {
    min-height: 130px;
  }
  .mypage__box02 dl dt {
    font-size: 0.8rem;
    margin: 0 0 0.2rem 0;
  }
  .mypage__box02 dl dt span {
    font-size: 0.5rem;
    padding: 0.14rem 0.2rem 0 0.2rem;
    line-height: 0.8rem;
  }
  .mypage__box02 dl dd {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .mypage__box02 dl dd p {
    margin: 0 0 0.5rem 0;
  }
  .mypage__box02 dl dd textarea {
    padding: 1rem;
  }
  .mypage__box02Box {
    display: block;
    margin: 0 0 3rem 0;
  }
  .mypage__box02 .entry__button input {
    max-width: 210px;
    font-size: 0.8rem;
    padding: 0.5rem;
  }
  .mypage__box03 {
    margin: 0 0 3.3rem 0;
  }
  .mypage__box03 p {
    font-size: 0.7rem;
    line-height: 1.5rem;
    margin: 0 0 1rem 0;
  }
  .mypage__box03 p img {
    width: 119px;
  }
  .mypage__box04 {
    display: block;
    margin: 0 0 4.6rem 0;
  }
  .mypage__box04 ul {
    width: 100%;
  }
  .mypage__box04 ul li {
    font-size: 0.8rem;
    margin: 0 0 0.1rem 0;
  }
  .mypage .topBlockThree__des {
    padding: 1rem 0 0.8rem 0;
  }
}
@media screen and (max-width: 48em) {
  .login .inner01 ul li a{
    padding: 11vw 2vw;
    font-size: 5vw;
  }
  .entry .inner01 {
    display: block;
    padding: 1.1rem 1rem 4.1rem 1rem;
  }
  .entry .inner01 .left {
    width: 100%;
    padding: 0;
  }
  .entry .inner01 .right {
    display: none;
  }
  .entry__title {
    font-size: 1.25rem;
    margin: 0 0 0.9rem 0;
  }
  .entry__text {
    font-size: 0.76rem;
    line-height: 1.5rem;
    margin: 0 0 0.2rem 0;
    padding: 0 0 4rem 0;
    background: url(../img/entry/side_sp.png) no-repeat right bottom;
    background-size: 90px;
  }
  .entry__text span {
    font-size: 0.5rem;
  }
  .entry__box {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0.2rem 0;
  }
  .entry__box dl {
    margin: 0 0 0.7rem 0;
  }
  .entry__box dl dt {
    font-size: 1rem;
    margin: 0;
  }
  .entry__box dl dt span {
    font-size: 0.5rem;
    line-height: 0.5rem;
    padding: 0.1rem 0.2rem 0;
    margin: -3px 0 0 0.3rem;
  }
  .entry__box dl dt small {
    font-size: 0.5rem;
    margin: 0 0 0 0.2rem;
  }
  .entry__box dl dt .text {
    font-size: 0.7rem;
    margin: 0 0 0.3rem 0;
  }
  .entry__box dl dt.column3 span {
    margin: -3px 1.2rem 0 0.3rem;
  }
  .entry__box dl dd {
    font-size: 0.8rem;
  }
  .entry__box dl dd.column3 input {
    margin: 0 0.2rem;
  }
  .entry__box dl dd .row2__box:first-child {
    margin: 0 0 0.2rem 0;
  }
  .entry__box dl dd textarea,
  .entry__box dl dd select,
  .entry__box dl dd input {
    font-size: 0.7rem;
    padding: 0.2rem 0.3rem;
    color: #231815;
  }
  .entry__box dl dd textarea.w3,
  .entry__box dl dd select.w3,
  .entry__box dl dd input.w3 {
    width: 29%;
  }
  .entry__box dl dd .selectDecoration::before {
    border-width: 6px 4px 0 4px;
  }
  .entry__box dl dd .checkArea {
    padding: 0.6rem 1.2rem;
  }
  .entry__box dl dd .checkArea span {
    font-size: 0.8rem;
  }
  .entry__box dl dd .checkArea span label {
    margin: 0;
    padding: 0 0 0 1.2rem;
  }
  .entry__box dl dd .checkArea span label::before {
    width: 14px;
    height: 14px;
  }
  .entry .mw_wp_form .error{
    font-size: 0.6rem !important;
  }
  .entry__box dl dd .checkArea span input:checked + span::before {
    width: 8px;
    height: 8px;
    left: -1rem;
  }
  .entry__box dl dd .calculation {
    padding: 0.6rem 1.2rem;
  }
  .entry__box dl dd .calculation__box {
    padding: 0 0 0.5rem 0;
    margin: 0 0 1rem 0;
  }
  .entry__box dl dd .calculation__boxCheck span {
    font-size: 0.8rem;
  }
  .entry__box dl dd .calculation__boxCheck span label {
    margin: 0;
    padding: 0 0 0 1.2rem;
  }
  .entry__box dl dd .calculation__boxCheck span label::before {
    width: 14px;
    height: 14px;
  }
  .entry__box dl dd .calculation__boxCheck span input:checked + span::before {
    width: 8px;
    height: 8px;
    left: -1rem;
  }
  .entry__box dl dd .calculation__boxSelect .selectDecoration::before {
    border-width: 6px 4px 0 4px;
    right: 0;
  }
  .entry__box dl dd .calculation__boxSelect .selectDecoration select {
    padding: 0 1rem 0 0;
    font-size: 0.7rem;
  }
  .entry__box dl dd .calculation__boxPrice p {
    font-size: 0.7rem;
  }
  .entry__box dl dd .calculation p.bootm_text {
    font-size: 0.7rem;
  }
  .entry__box dl dd .calculation p.bootm_text span {
    margin: 0 0 0 2rem;
    font-size: 1rem;
  }
  .entry__box dl dd p {
    font-size: 0.8rem;
    margin: 0;
  }
  .entry__box dl dt .chushaku{
    font-size: 0.7rem !important;
  }
  .entry .lastText {
    font-size: 0.7rem;
  }
  .entry__button {
    padding: 0 0 4rem;
  }
  .entry__button input {
    max-width: 300px;
    font-size: 1rem;
    padding: 1.2rem;
    margin: 0 auto 1.3rem auto;
  }
  .entry__button p {
    max-width: 300px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 48em) {
  .seminar .inner01 {
    padding: 0.5rem 1rem 4rem;
  }
  .seminar__title {
    font-size: 1.9rem;
    margin: 0 0 0.3rem 0;
  }
  .seminar__titleSub {
    font-size: 1.35rem;
    margin: 0 0 0.3rem 0;
  }
  .seminar__text {
    font-size: 0.7rem;
    line-height: 1.4rem;
    margin: 0 0 1.4rem 0;
  }
  .seminar__btn {
    max-width: 300px;
    margin: 0 auto 4.6rem;
  }
  .seminar__btn.bottom {
    margin: 0 auto 2.2rem;
  }
  .seminar__btn.sp {
    margin: 0 auto;
  }
  .seminar__btn a {
    font-size: 0.85rem;
    padding: 1.1rem 0;
  }
  .seminar__box {
    padding: 0 1.3rem;
    margin: 0 0 2.5rem 0;
  }
  .seminar__boxArticle {
    width: 50%;
    margin: 0 0 2rem 0;
  }
  .seminar__boxArticle img {
    margin: 0 0 0.4rem 0;
  }
  .seminar__boxArticle dl {
    padding: 0 1.4rem 0 0;
  }
  .seminar__boxArticle dl dt {
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin: 0;
  }
  .seminar__boxArticle dl dd span.teacherName {
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 0 0 0.3rem 0;
    margin: 0 0 0.4rem 0;
  }
  .seminar__boxArticle dl dd span.teacherName i {
    font-size: 0.5rem;
    margin: 0;
    display: block;
  }
  .seminar__boxArticle dl dd span.timeArea {
    padding: 0;
    margin: 0 0 1.0rem 0;
    font-size: 0.5rem;
    line-height: 1rem;
  }
  .seminar__boxArticle dl dd p {
    padding: 0;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .seminar__flex {
    flex-direction: column;
  }
  .seminar__flex .left {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 48em) {
  .visit__title {
    font-size: 2.2rem;
    margin: 0 0 1.5rem 0;
  }
  .visit iframe {
    height: 230px;
    margin: 0 0 1rem 0;
  }
  .visit .inner01 {
    padding: 0 1rem 30px;
  }
  .visit__address {
    margin: 0 0 2.3rem 0;
  }
  .visit__address dt {
    font-size: 0.75rem;
    margin: 0;
  }
  .visit__address dd {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin: 0 0 10px;
  }
  .visit__address .flex {
    flex-direction: column;
    padding: 0 0 0;
  }
  .visit__address .flex .left {
    width: 100%;
    text-align: center;
  }
  .visit__address .flex .right {
    width: 100%;
  }
  .visit__text {
    font-size: 0.75rem;
    margin: 0 0 2.5rem 0;
    text-align: center;
  }
  .visit__text p span {
    font-size: 1.2rem;
  }
  .visit__box {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 4rem 0;
  }
  .visit__boxLeftTitle {
    font-size: 1.1rem;
  }
  .visit__boxLeftTitle span {
    padding: 0 0 0.1rem 0;
    margin: 0 0 0.6rem 0;
  }
  .visit__boxLeftList {
    margin: 0 0 1.3rem 0;
  }
  .visit__boxLeftList li {
    font-size: 0.7rem;
    padding: 0 0 0 1rem;
    margin: 0;
    line-height: 1.2rem;
  }
  .visit__boxLeftList li::before {
    font-size: 0.8rem;
  }
  .visit__boxLeftSub {
    font-size: 0.92rem;
    margin: 0 0 0.1rem 0;
  }
  .visit__boxLeftReed {
    font-size: 0.75rem;
    margin: 0 0 0.5rem 0;
  }
  .visit__boxLeftText {
    font-size: 0.75rem;
    line-height: 1.1rem;
  }
  .visit__box img.top {
    margin: 2rem 0 0 0;
  }
  .visit__box img.bottom {
    margin: 2.8rem 7rem 0 0;
  }
  .visit__img {
    margin: 0 0 50px;
  }
  .visit__imgTop {
    margin: 0 0 50px;
  }
  .visit__btn {
    margin: 0 auto 2.2rem;
  }
  .visit__btn a {
    font-size: 0.85rem;
    padding: 1.1rem 0;
  }
}
@media screen and (max-width: 48em) {
  .about_us__title {
    font-size: 0.75rem;
    line-height: 1.9rem;
    margin: 2.3rem 0 2.3rem 0;
  }
  .about_us__titleSub {
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
    padding: 0.2rem 0;
    margin: 0 0 1rem 0;
  }
  .about_us__theme {
    padding: 3rem 0;
    margin: 0 0 4rem 0;
  }
  .about_us__theme dt {
    font-size: 1.1rem;
  }
  .about_us__theme dt span {
    max-width: 300px;
    padding: 0;
    display: inline-block;
    padding: 0;
    margin: 0 0 1.1rem 0;
  }
  .about_us__theme dd {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .about_us__theme dd span {
    font-size: 0.8rem;
  }
  .about_us .inner01 {
    padding: 0 1rem;
  }
  .about_us__textBox {
    margin: 0 0 1rem 0;
  }
  .about_us__textBox.last {
    margin: 0 0 2.4rem 0;
  }
  .about_us__textBox dt {
    font-size: 0.7rem;
    width: 63px;
  }
  .about_us__textBox dd {
    font-size: 0.6rem;
    line-height: 1.5rem;
  }
  .about_us__textBox dd .image {
    margin: 1rem 0 0.5rem 0;
  }
  .about_us__textBox dd .image div {
    padding: 0 0.5rem 0 0;
  }
  .about_us__textBox dd .image div:last-child {
    padding: 0 0 0 0.5rem;
  }
  .about_us__box {
    display: block;
    margin: 2.1rem 0 0 0;
    padding: 0 1rem 4rem 1rem;
  }
  .about_us__boxCommon {
    width: 100%;
    padding: 0;
    margin: 0 0 2rem 0;
  }
  .about_us__boxCommon:last-child {
    padding: 0;
    margin: 0;
  }
  .about_us__boxCommonTitle {
    letter-spacing: 0;
    padding: 0 0 0 0.8rem;
    font-size: 0.8rem;
  }
  .about_us__boxCommonList li {
    padding: 0.1rem 0.5rem;
    font-size: 0.7rem;
  }
  .about_us__boxCommonList li br {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .login .inner01{
    padding: 0 8vw 9vw;
  }
  .login .inner01 ul{
    flex-direction: column;
    max-width: 100%;
    margin: 0 0 7vw 0;
  }
  .login .inner01 ul li{
    width: 100%;
  }
  .login .inner01 ul li:first-child{
    margin: 0 0 1vw 0;
  }
  .login .inner01 p{
    font-size: 3.4vw;
  }
  .loginBox {
    padding: 1.1rem 1rem 4rem 1rem;
  }
  .loginBox__title {
    font-size: 1.25rem;
    margin: 0 0 1.5rem 0;
  }
  .loginBox__form {
    margin: 0 auto 1.8rem;
  }
  .loginBox__form dt {
    font-size: 1rem;
    width: 70px;
    padding: 0 0 0.2rem 0;
  }
  .loginBox__form dd span {
    font-size: 0.7rem;
    margin: 0 0 0.2rem 0;
  }
  .loginBox__form dd input {
    padding: 0.2rem 0.3rem;
  }
  .loginBox__text {
    margin: 0 0 2.5rem 0;
  }
  .loginBox__text p {
    font-size: 0.7rem;
    margin: 0 0 0 -1rem;
  }
  .loginBox__btn {
    max-width: 300px;
    font-size: 1rem;
    padding: 1.2rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 48em) {
  .about_exhibition {
    padding: 0;
  }
  .about_exhibition .white {
    padding: 0 0 1rem 0;
  }
  .about_exhibition .anchorLink {
    padding: 0 2rem;
    flex-wrap: wrap;
    margin: 0 auto 2.2rem;
  }
  .about_exhibition .anchorLink__list--type01 {
    width: 50%;
  }
  .about_exhibition .anchorLink__list--type01 a {
    background: #231815 url(../img/icon01_exhibition.png) no-repeat top 1.2rem center;
    background-size: 15px;
    font-size: 1rem;
    padding: 3.1rem 0 2rem;
  }
  .about_exhibition .anchorLink__list--type01 a:hover {
    background: #231815 url(../img/icon01_exhibition.png) no-repeat top 1.2rem center;
    background-size: 15px;
    padding: 3.1rem 0 2rem;
  }
  .about_exhibition .anchorLink__list--type02 {
    width: 50%;
  }
  .about_exhibition .anchorLink__list--type02 a {
    background: #231815 url(../img/icon02_exhibition.png) no-repeat top 1.2rem center;
    background-size: 15px;
    font-size: 1rem;
    padding: 3.1rem 0 2rem;
  }
  .about_exhibition .anchorLink__list--type02 a:hover {
    background: #231815 url(../img/icon02_exhibition.png) no-repeat top 1.2rem center;
    background-size: 15px;
    padding: 3.1rem 0 2rem;
  }
  .about_exhibition .anchorLink__list--type03 {
    width: 50%;
  }
  .about_exhibition .anchorLink__list--type03 a {
    background: #231815 url(../img/icon03_exhibition.png) no-repeat top 1.2rem center;
    background-size: 15px;
    font-size: 1rem;
    padding: 3.1rem 0 2rem;
  }
  .about_exhibition .anchorLink__list--type03 a:hover {
    background: #231815 url(../img/icon03_exhibition.png) no-repeat top 1.2rem center;
    background-size: 15px;
    padding: 3.1rem 0 2rem;
  }
  .about_exhibition .anchorLink__list--type04 {
    width: 50%;
  }
  .about_exhibition .anchorLink__list--type04 a {
    background: #231815 url(../img/icon04_exhibition.png) no-repeat top 1.2rem center;
    background-size: 15px;
    font-size: 1rem;
    padding: 3.1rem 0 2rem;
  }
  .about_exhibition .anchorLink__list--type04 a:hover {
    background: #231815 url(../img/icon04_exhibition.png) no-repeat top 1.2rem center;
    background-size: 15px;
    padding: 3.1rem 0 2rem;
  }
  .about_exhibition__block {
    padding: 0 2rem 2.2rem 2rem;
    background: none;
  }
  .about_exhibition__blockTitle span {
    font-size: 0.7rem;
    margin: 0 0 3rem 0;
  }
  .about_exhibition__blockTitle strong {
    font-size: 3rem;
    line-height: 4rem;
    margin: 0 0 1.6rem 0;
  }
  .about_exhibition__blockTitle strong i {
    font-size: 9rem;
  }
  .about_exhibition__blockTitle div {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 0 0 0 8rem;
  }
  .about_exhibition__blockTitle div.text {
    font-size: 0.7rem;
    line-height: 1.5rem;
    margin: 2rem 0 0 0;
    padding: 0;
    text-align: left;
  }
  .about_exhibition__blockTitle div.text br {
    display: none;
  }
  .about_exhibition__list {
    padding: 0 1rem 0.7rem 1rem;
  }
  .about_exhibition__listBox {
    width: 50%;
    margin: 0 0 1.7rem 0;
  }
  .about_exhibition__listBox:nth-child(1) dl {
    background: url(../img/number01.png) no-repeat top 0.5rem left 1rem;
    background-size: 45px;
  }
  .about_exhibition__listBox:nth-child(2) dl {
    background: url(../img/number02.png) no-repeat top 0.5rem left 0.2rem;
    background-size: 58px;
  }
  .about_exhibition__listBox:nth-child(3) dl {
    background: url(../img/number03.png) no-repeat top 0.5rem left 0;
    background-size: 60px;
  }
  .about_exhibition__listBox:nth-child(4) dl {
    background: url(../img/number04.png) no-repeat top 0.5rem left 0;
    background-size: 65px;
  }
  .about_exhibition__listBox:nth-child(5) dl {
    background: url(../img/number05.png) no-repeat top 0.5rem left 0;
    background-size: 60px;
  }
  .about_exhibition__listBox:nth-child(6) dl {
    background: url(../img/number06.png) no-repeat top 0.5rem left 0;
    background-size: 60px;
  }
  .about_exhibition__listBox dl {
    padding: 4.7rem 0 0 0;
  }
  .about_exhibition__listBox dl dt {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0 0 0.2rem 0;
  }
  .about_exhibition__listBox dl dd {
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 0 0.8rem 0 0;
  }
  
  /*230913 来場のご案内追加SPパーツ ここから*/
  .visit .about_exhibition__list{
    padding: 0 1rem 0.7rem 1rem;
  }
  .visit .about_exhibition__listBox{
    width: 48.3%;
    margin: 0 3vw 1.7rem 0;
  }
  .visit .about_exhibition__listBox:nth-child(2n){
    margin: 0 0 1.7rem 0;
  }
  .visit .about_exhibition__listBox:nth-child(3n){
    margin: 0 3vw 1.7rem 0;
  }
  .visit .about_exhibition__listBox:nth-child(6){
    margin: 0 0 1.7rem 0;
  }
  .visit .about_exhibition__listBox:nth-child(1) dl,
  .visit .about_exhibition__listBox:nth-child(2) dl,
  .visit .about_exhibition__listBox:nth-child(3) dl,
  .visit .about_exhibition__listBox:nth-child(4) dl,
  .visit .about_exhibition__listBox:nth-child(5) dl,
  .visit .about_exhibition__listBox:nth-child(6) dl{
    margin: 4vw 0 0;
  }
  .visit .about_exhibition__listBox dl dt{
    background: #231815;
    color: #fff;
    padding: 1vw 2vw;
    margin: 0 0 2.5vw;
  }
  .visit .about_exhibition__listBox::after{
    bottom: inherit;
    width: 5vw;
    height: 5vw;
    top: 13vw;
    right: -4vw;
  }
  .visit .about_exhibition__listBox:nth-child(2n):after{
    content: none;
  }
  .visit .about_exhibition__listBox:nth-child(3n):after{
    content: "";
  }
  .visit .about_exhibition__listBox:nth-child(6):after{
    content: none;
  }
  /*230913 来場のご案内追加SPパーツ ここまで*/

  .about_exhibition__title {
    font-size: 0.93rem;
    letter-spacing: 0.1rem;
    padding: 1.4rem 0;
    margin: 0 0 4.7rem 0;
  }
  .about_exhibition__titleSub {
    max-width: 340px;
    margin: 0 auto 1.8rem;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    padding: 0.3rem 0;
  }
  .about_exhibition__titleSub.spClick {
    max-width: 300px;
    padding: 0.8rem 0;
  }
  .about_exhibition__titleSub.wide {
    padding: 1.4rem 0;
  }
  .about_exhibition__titleSub span {
    font-size: 0.7rem;
    margin: 0 0 0 0.5rem;
  }
  .about_exhibition__titleSub--zone {
    font-size: 1rem;
    padding: 0 2rem;
    text-align: center;
    margin: 0 auto 0.5rem;
  }
  .about_exhibition__titleSub--zone span {
    font-size: 0.6rem;
  }
  .about_exhibition__map {
    max-width: 325px;
    margin: 0 auto 1.5rem;
  }
  .about_exhibition__zone {
    flex-direction: column;
    padding: 0 2rem;
    margin: 0 auto 3.2rem;
  }
  .about_exhibition__zoneList--type01 {
    width: 100%;
    order: 1;
    background: url(../img/zone_icon01.png) no-repeat top 1rem left 0.8rem;
    background-size: 30px;
    padding: 0.8rem 0 1rem 3.2rem;
  }
  .about_exhibition__zoneList--type01 dt {
    font-size: 0.9rem;
    margin: 0;
  }
  .about_exhibition__zoneList--type01 dd {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .about_exhibition__zoneList--type02 {
    width: 100%;
    order: 4;
    background: url(../img/zone_icon02.png) no-repeat top 1rem left 0.8rem;
    background-size: 30px;
    padding: 0.8rem 0 1rem 3.2rem;
  }
  .about_exhibition__zoneList--type02 dt {
    font-size: 0.9rem;
    margin: 0;
  }
  .about_exhibition__zoneList--type02 dd {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .about_exhibition__zoneList--type03 {
    width: 100%;
    order: 2;
    background: url(../img/zone_icon03.png) no-repeat top 1rem left 0.8rem;
    background-size: 25px;
    padding: 0.8rem 0 1rem 3.2rem;
  }
  .about_exhibition__zoneList--type03 dt {
    font-size: 0.9rem;
    margin: 0;
  }
  .about_exhibition__zoneList--type03 dd {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .about_exhibition__zoneList--type04 {
    width: 100%;
    order: 5;
    background: url(../img/zone_icon04.png) no-repeat top 1rem left 0.8rem;
    background-size: 25px;
    padding: 0.8rem 0 1rem 3.2rem;
  }
  .about_exhibition__zoneList--type04 dt {
    font-size: 0.9rem;
    margin: 0;
  }
  .about_exhibition__zoneList--type04 dd {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .about_exhibition__zoneList--type05 {
    width: 100%;
    order: 3;
    background: url(../img/zone_icon05.png) no-repeat top 1rem left 0.8rem;
    background-size: 30px;
    padding: 0.8rem 0 1rem 3.2rem;
  }
  .about_exhibition__zoneList--type05 dt {
    font-size: 0.9rem;
    margin: 0;
  }
  .about_exhibition__zoneList--type05 dd {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .about_exhibition__zoneList--type06 {
    width: 100%;
    order: 6;
    background: url(../img/zone_icon06.png) no-repeat top 1rem left 0.8rem;
    background-size: 30px;
    padding: 0.8rem 0 1rem 3.2rem;
  }
  .about_exhibition__zoneList--type06 dt {
    font-size: 0.9rem;
    margin: 0;
  }
  .about_exhibition__zoneList--type06 dd {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .about_exhibition__zoneList--type07 {
    width: 100%;
    order: 6;
    background: url(../img/zone_icon07.png) no-repeat top 1rem left 0.8rem;
    background-size: 30px;
    padding: 0.8rem 0 1rem 3.2rem;
  }
  .about_exhibition__zoneList--type07 dt {
    font-size: 0.9rem;
    margin: 0;
  }
  .about_exhibition__zoneList--type07 dd {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .about_exhibition__zoneList--type08 {
    width: 100%;
    order: 6;
    background: url(../img/zone_icon08.png) no-repeat top 1rem left 0.8rem;
    background-size: 30px;
    padding: 0.8rem 0 1rem 3.2rem;
  }
  .about_exhibition__zoneList--type08 dt {
    font-size: 0.9rem;
    margin: 0;
  }
  .about_exhibition__zoneList--type08 dd {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .about_exhibition__box {
    display: block;
    margin: 0;
  }
  .about_exhibition__box .right {
    display: none;
  }
  .about_exhibition__boxBlok01 {
    margin: -1rem 0 2rem 0;
  }
  .about_exhibition__boxBlok01 dl {
    margin: 0 0 1.3rem 0;
  }
  .about_exhibition__boxBlok01 dl dt {
    font-size: 0.9rem;
    letter-spacing: 0.3rem;
    margin: 0;
  }
  .about_exhibition__boxBlok01 dl dd {
    padding: 0 1rem;
  }
  .about_exhibition__boxBlok01 dl dd img {
    margin: 0 0 0.4rem 0;
  }
  .about_exhibition__boxBlok01 dl dd p {
    font-size: 0.7rem;
    line-height: 1rem;
    margin: 0 0 0.9rem 0;
  }
  .about_exhibition__boxBlok01 dl dd p span {
    margin: 1rem 0 0 0;
  }
  .about_exhibition__boxBlok01 dl dd p br {
    display: none;
  }
  .about_exhibition__boxBlok01Box {
    padding: 0 1rem;
    margin: 0;
  }
  .about_exhibition__boxBlok01Box .click {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    width: 88%;
    margin: 0 auto 2rem;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .about_exhibition__boxBlok01Box .click i {
    font-size: 0.6rem;
    margin: 0 0 0 1rem;
    top: 5px;
  }
  .about_exhibition__boxBlok01Box .click i::before {
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    margin: -12px auto 0;
  }
  .about_exhibition__boxBlok01Box a {
    font-size: 1rem;
    padding: 0.5rem 4rem 0.5rem 1rem;
    margin: 0 0 1.5rem 0;
  }
  .about_exhibition__boxBlok01Box a i {
    top: initial;
    bottom: 0.5rem;
    right: 1.3rem;
    font-size: 0.7rem;
    padding: 0 1rem 0 0;
  }
  .about_exhibition__boxBlok01Box a i::after {
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #231815;
    border-right: solid 1px #231815;
  }
  .about_exhibition__boxBlok01Box .box {
    display: none;
  }
  .about_exhibition__boxBlok01Box .box h3 {
    font-size: 0.9rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0.5rem 1rem;
  }
  .about_exhibition__boxBlok01Box .box p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 0 0 1.5rem 0;
  }
  .about_exhibition__boxBlok01Box .box p br {
    display: none;
  }
  .about_exhibition__boxBlok01Box .box dl {
    margin: 0 0 2rem 0;
  }
  .about_exhibition__boxBlok01Box .box dl dt {
    font-size: 0.9rem;
    margin: 0 0 0.2rem 0;
  }
  .about_exhibition__boxBlok01Box .box dl dd {
    font-size: 0.8rem;
    padding: 0;
  }
  .about_exhibition__boxBlok02 {
    margin: 0 0 3.2rem 0;
    padding: 0 1rem;
  }
  .about_exhibition__boxBlok02 p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    padding: 0 0 0.8rem 0;
    margin: 0 0 0.8rem 0;
  }
  .about_exhibition__boxBlok02Top {
    margin: 1.8rem 0 2rem 0;
  }
  .about_exhibition__boxBlok02Top dt {
    font-size: 1rem;
    margin: 0 0 0.4rem 0;
  }
  .about_exhibition__boxBlok02Top dd {
    font-size: 0.7rem;
    line-height: 1.3rem;
    margin: 0 0 0.4rem 0;
  }
  .about_exhibition__boxBlok02Bottom dt {
    font-size: 0.8rem;
    padding: 0.1rem 1rem 0 1rem;
    margin: 0 0 0.8rem 0;
  }
  .about_exhibition__boxBlok02Bottom dd {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .about_exhibition__boxBlok03 {
    margin: -1.2rem 0 1.3rem 0;
    padding: 0 1rem;
  }
  .about_exhibition__boxBlok03Top {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 0 0 1.5rem 0;
  }
  .about_exhibition__boxBlok03 img {
    margin: 0 auto 1.5rem;
    padding: 0 1.5rem;
  }
  .about_exhibition__boxBlok03 ul {
    font-size: 0.7rem;
    line-height: 1.2rem;
    margin: 0;
  }
  .about_exhibition__boxBlok03Bottom {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  .about_exhibition__boxBlok03Bottom br {
    display: none;
  }
  .about_exhibition__boxBlok04 {
    margin: -1.3rem 0 5rem 0;
    padding: 0 1rem;
  }
  .about_exhibition__boxBlok04List {
    margin: 0 0 1.5rem 0;
  }
  .about_exhibition__boxBlok04List ul li {
    font-size: 0.7rem;
    line-height: 0.8rem;
    padding: 0 0 0 0.9rem;
  }
  .about_exhibition__boxBlok04List ul li::before {
    font-size: 0.7rem;
  }
  .about_exhibition__boxBlok04Top {
    margin: 0 0 0.4rem 0;
  }
  .about_exhibition__boxBlok04Top dt {
    font-size: 0.8rem;
    margin: 0;
  }
  .about_exhibition__boxBlok04Top dd {
    font-size: 0.7rem;
  }
  .about_exhibition__boxBlok04Bottom dt {
    font-size: 1.2rem;
    margin: 0 0 0.2rem 0;
  }
  .about_exhibition__boxBlok04Bottom dd {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  .about_exhibition__boxBlok04Bottom dd::before {
    top: 0.4rem;
  }
  .about_exhibition__boxBlok05 {
    flex-direction: column;
    margin: -1.8rem auto 0;
  }
  .about_exhibition__boxBlok05::before {
    display: none;
  }
  .about_exhibition__boxBlok05 .left {
    position: relative;
    padding: 3.2rem 0 0 1rem;
  }
  .about_exhibition__boxBlok05 .left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5rem;
    width: 1px;
    height: 100%;
    background: #231815;
  }
  .about_exhibition__boxBlok05 .right {
    max-width: 100%;
    padding: 3.6rem 1rem 0 1rem;
    margin: 0 0 7rem 0;
  }
  .about_exhibition__boxBlok05 .right p {
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 0.8rem 0 1.2rem 0;
    width: 50%;
  }
  .about_exhibition__boxBlok05 .right__sp {
    display: flex;
    justify-content: space-around;
  }
  .about_exhibition__boxBlok05 .right__spImage {
    width: 48%;
  }
  .about_exhibition__boxBlok05 .right__spImage:last-child {
    margin: -4rem 0 0 0;
  }
  .about_exhibition__boxBlok05 .right img {
    margin: 0 0 0.7rem 0;
  }
  .about_exhibition__boxBlok05List {
    padding: 0 0 4rem 0;
    background: url(../img/arrow.png) no-repeat bottom 1.7rem left 5.3rem;
    background-size: 23px;
  }
  .about_exhibition__boxBlok05List .columnTwo dl:first-child {
    padding: 0 0 4rem 1rem;
    background: url(../img/arrow.png) no-repeat bottom 1.7rem left 1.5rem;
    background-size: 23px;
  }
  .about_exhibition__boxBlok05List .columnTwo dl:last-child {
    padding: 0 0 0 1rem;
  }
  .about_exhibition__boxBlok05List.qr dl {
    background: none;
  }
  .about_exhibition__boxBlok05List .date {
    font-size: 1.3rem;
    width: 64px;
    line-height: 1.8rem;
    padding: 0;
  }
  .about_exhibition__boxBlok05List .date span {
    font-size: 0.5rem;
    line-height: 0.8rem;
    padding: 0.2rem 0 0 0.5rem;
  }
  .about_exhibition__boxBlok05List .date i {
    font-size: 0.5rem;
    margin: -0.2rem 0 0 0;
  }
  .about_exhibition__boxBlok05List dl {
    padding: 0 0 0 1rem;
  }
  .about_exhibition__boxBlok05List dl dt {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin: 0 0 0.2rem 0;
  }
  .about_exhibition__boxBlok05List dl dt strong {
    font-size: 1rem;
  }
  .about_exhibition__boxBlok05List dl dd {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .about_exhibition__boxBlok05List dl dd p {
    font-size: 0.7rem;
    padding: 0.2rem 0.2rem 0 0.2rem;
    margin: 0 0 0.5rem 0;
  }
  .about_exhibition__boxBlok06 {
    margin: -8.5rem 0 0 0;
    padding: 9rem 0 4rem 0;
  }
  .about_exhibition__boxBlok06 p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: -0.8rem 0 2.8rem 0;
  }
  .about_exhibition__boxBlok06 .graph {
    padding: 0 1rem;
    margin: 0 auto 4.2rem;
  }
  .about_exhibition__boxBlok06Article {
    display: block;
    margin: -2rem auto 4rem;
    padding: 0 2.3rem;
  }
  .about_exhibition__boxBlok06Article .box {
    width: 100%;
  }
  .about_exhibition__boxBlok06Article .box:last-child dl {
    border: none;
  }
  .about_exhibition__boxBlok06Article .box img {
    margin: 0 0 1.3rem 0;
  }
  .about_exhibition__boxBlok06Article .box dl {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: solid 1px #231815;
  }
  .about_exhibition__boxBlok06Article .box dl dt {
    font-size: 1.3rem;
    padding: 0 0 0 0.5rem;
    margin: 0 0 0.4rem 0;
  }
  .about_exhibition__boxBlok06Article .box dl dd {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 0 0 0 0.5rem;
  }
  .about_exhibition__btn01 {
    width: 300px;
    font-size: 1rem;
    padding: 1rem 0;
    margin: 0 auto 1.8rem;
  }
  .about_exhibition__btn02 {
    width: 300px;
    font-size: 1rem;
  }
  .about_exhibition__btn02 span {
    padding: 1rem 0;
  }
  .about_exhibition__btn02List {
    width: 100%;
  }
  .about_exhibition__btn02List li a {
    font-size: 0.8rem;
    padding: 1rem 3rem;
  }
  .about_exhibition__balloon {
    display: block;
    border-right: none;
    padding: 0 2rem 2.8rem 2rem;
    margin: 0;
  }
  .about_exhibition__balloon dl {
    width: 100%;
    border-left: none;
    padding: 2rem 2.5rem;
    border-bottom: solid 1px #231815;
  }
  .about_exhibition__balloon dl dt {
    font-size: 0.9rem;
    min-height: 90px;
    margin: 0 0 1.5rem 0;
  }
  .about_exhibition__balloon dl dd {
    display: none;
    font-size: 0.8rem;
  }
  .about_exhibition__balloon dl dd .circle04 {
    padding: 0 1rem;
    margin: 0;
  }
  .about_exhibition__balloon dl dd .circle05 {
    padding: 0 1rem;
    margin: 0;
  }
  .about_exhibition__balloon dl dd .circle01 {
    margin: 0;
  }
  .about_exhibition__balloon dl dd .circle02 {
    margin: 0 -1rem 0 -1rem;
    max-width: 107%;
    width: 107%;
  }
  .about_exhibition__balloon dl dd .circle03 {
    padding: 0 0.7rem;
    margin: 0;
  }
  .about_exhibition__btnSP {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 0;
    padding: 1.2rem 0 0 0;
    text-align: center;
    position: relative;
  }
  .about_exhibition__btnSP::before {
    content: '';
    width: 25px;
    height: 25px;
    border: 0;
    border-bottom: solid 2px #231815;
    border-right: solid 2px #231815;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    margin: -17px auto 0;
    transition: .3s ease;
  }
}
@media screen and (max-width: 48em) {
  .contact .inner01 {
    margin: 1em auto 0 auto;
    padding: 0 1rem;
  }
  .contact span.innerWidth {
    display: block;
    font-size: 0.76rem;
    margin: -10vw 0 0px 0;
    padding: 0 1rem 4rem;
    text-align: left;
  }
  .contact__title {
    font-size: 1.25rem;
    margin: 0 0 1.5rem 0;
    text-align: left;
  }
  .contact__box {
    margin: 0 0 0.7rem 0;
  }
  .contact__box dt {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
  }
  .contact__box dd {
    font-size: 0.9rem;
  }
  .contact__box dt span {
    font-size: 0.5rem;
    line-height: 0.5rem;
    padding: 0.1rem 0.2rem 0;
    margin: -3px 0 0 0.3rem;
  }
  .contact__box dd input, .contact__box dd button, .contact__box dd textarea, .contact__box dd select {
    font-size: 0.7rem;
    padding: 0.2rem 0.3rem;
  }
  .contact__box dd .selectDecoration::before {
    border-width: 6px 4px 0 4px;
    top: 0.6rem;
  }
  .contact__manybox {
    margin: 50px 0 60px;
  }
  .contact__manybox__text {
    padding: 0 0 0 !important;
  }
  .contact__manybox dt {
    font-size: 0.9rem;
  }
  .contact__manybox dd {
    font-size: 5vw;
  }
  .contact__manybox dd input{
    font-size: 4vw;
  }
  .contact__accordion__text {
    padding: 0 0 0 !important;
  }
  .contact__accordion__text span {
    font-size: 4.2vw !important;
  }
  .mw_wp_form_input .seminar_check_word{
    font-size: 1.1rem !important;
  }
  .contact .entry__button span{
    font-size: 3.4vw;
  }
  .contact__accordion .accordion_tab {
    font-size: 1rem;
  }
  .contact__accordion .accordion_detail {
    padding: 15px;
    font-size: 4vw;
  }
  .contact__accordion .accordion_detail .textline .flexbox label span {
    font-size: 0.9rem;
  }
  .contact__accordion .accordion_detail .textline .flexbox label .little {
    font-size: 3.2vw;
  }
  .contact__accordion .accordion_detail .textline .flexbox label .essential {
    width: 36px;
    font-size: 0.5rem;
    line-height: 0.5rem;
    padding: 0.2rem 0rem;
    margin: -3px 0 0 0.3rem;
    text-align: center;
  }
  .contact__accordion a {
    font-size: 0.9rem;
  }
  .contact__verification .flexbox label p {
    font-size: 0.8rem;
  }
  .contact__verification .flexbox label .radio01::before {
    top: inherit;
    bottom: 39px;
  }
  .contact__verification .flexbox label .radio01::after {
    top: -41px;
  }
  .contact .entry__button {
    margin: 3rem 0 0 0;
  }
  .contact .mw_wp_form .error {
    font-size: 4vw;
    margin: 3vw 0 0 0;
  }
  .contact p {
    font-size: 0.76rem;
    line-height: 1.5rem;
    text-align: left;
    padding: 0 0 4rem 0;
  }
}
@media screen and (max-width: 48em) {
  .coronazone__title {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 20px;
  }
  .coronazone__text {
    font-size: 0.9rem;
    margin: 0 0 30px;
  }
  .coronazone .innerblock {
    padding: 0 1rem 10rem;
  }
  .coronazone .innerblock .flexbox {
    flex-direction: column;
  }
  .coronazone .innerblock .flexbox .left {
    padding: 0 0 30px;
    margin: 0 0 35px;
  }
  .coronazone .innerblock .flexbox .left::after {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 0;
    right: 0;
  }
  .coronazone .innerblock .flexbox ul {
    text-align: center;
  }
  .coronazone .innerblock .flexbox ul li{
    width: 100%;
    margin: 0 auto 40px;
  }
  .coronazone .innerblock .flexbox ul li a {
    font-size: 1rem;
  }
  .coronazone .innerblock .flexbox ul li a .text{
    text-align: left;
  }
  .coronazone .innerblock .flexbox__title {
    font-size: 1.6rem;
    padding: 9px 30px 5px 21px;
  }
  .coronazone .innerblock .flexbox__text {
    font-size: 1rem;
    text-align: center;
    margin: 0 0 1.2rem 0;
  }
}
@media screen and (max-width: 48em) {
  .web__title {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 20px;
  }
  .web__text {
    font-size: 0.9rem;
    margin: 0 0 30px;
  }
  .web .innerblock {
    padding: 0 1rem 26vw;
  }
  .web .innerblock .flexbox {
    flex-direction: column;
    margin: 0 0 13vw 0;
  }
  .web .innerblock .flexbox__title {
    font-size: 1.6rem;
    padding: 9px 30px 5px 21px;
  }
  .web .innerblock .flexbox__text {
    font-size: 1rem;
    text-align: center;
    margin: 0 0 1.2rem 0;
  }
  .web .innerblock .flexbox__movie {
    width: 100%;
    margin: 0 0 11vw;
  }
  .web .innerblock .flexbox__movie:nth-child(3){
    width: 100%;
    margin: 0 0 11vw;
  }
  .web .innerblock .flexbox__movie a {
    font-size: 20px;
  }
  .web .innerblock .flexbox__movieDetail {
    height: auto;
    margin: 0 0 0;
  }
  .web__topText{
    font-size: 4vw;
    margin: 0 0 7vw;
    text-align: left;
  }
  .web__intro{
    font-size: 3.5vw;
    padding: 8vw 5vw;
    text-align: left;
    margin: 0 0 16vw;
  }
  .web__intro dt{
    margin: 0 auto 5vw;
  }
  .web .innerblock .flexbox__movie .title{
    font-size: 5.7vw;
    text-align: center;
  }
  .web__contact{
    text-align: right;
    font-size: 4.7vw;
    line-height: 8vw;
  }
}
@media screen and (max-width: 48em) {
.topBlockFive__listImage.top li:nth-child(3n) {
   margin: -40px 0 20px 0;
  }  
}

.fs_s {
  font-size: 14px;
  margin-left: -20px;
}
@media screen and (max-width: 48em) {
  .fs_s {
    font-size: 10px;
    margin-left: -15px;
  }
}

/*モーダル*/ 
body.modal_open {
  overflow: hidden;
}
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    max-width: 600px;
    margin: 0;
    padding: 20px;
    border: 2px solid #000000;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
.modal_close {
  margin-top: 20px;
}
.modal_close a {
  font-size: 1.4rem;
    display: block;
    width: 200px;
    color: #FFFFFF;
    text-align: center;
    background: #000000;
  margin: 0 auto;
  padding: 5px 20px;
}
.modal_close a:hover {
    color: #FFFFFF;
  opacity: .7;
  cursor: pointer;
}

 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
  display: none;
    z-index: 6666;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
 
.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 20px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 200px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
  font-size: 1.6rem;
  padding: 10px;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}
 
 
@media screen and (max-width: 769px) {
 
/*  ウィンドウサイズ769px以下の時のスタイル  */
 
  .modal_box {
      padding: 50px 2vw 40px;
  }
 
  .link_area {
      margin: 25px auto 0;
  }
 
  .link_area .modal_link a {
      margin: 15px auto 0;
  }
 
  .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
  }
 
  .link_area ul li.modal_link:last-child a {
      float: none;
  }
 
}