@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/npm/swiper@7/swiper-bundle.min.css");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

#contents a {
  color: #1a73e8;
  text-decoration: none;
}

#contents a:hover {
  color: #01B074;
  text-decoration: none;
  border-bottom: none;
}

#contents p {
  line-height: 2;
  margin: 0 0 1em;
}
@media screen and (max-width: 767.98px) {
  #contents p {
    font-size: 1.4rem;
  }
}

.sp-none,
.pc-only {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .sp-none,
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

.text-link {
  margin-top: 8px;
  color: #1a73e8;
  border: solid 1px #1a73e8;
  border-radius: 4px;
  font-size: 90%;
  padding: 4px 10px 4px 10px;
  text-decoration: none !important;
}
.text-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 6px;
}
.text-link:hover {
  color: #fff !important;
  text-decoration: none !important;
  border: solid 2px #01B074;
  background: #01B074;
}

.small {
  font-size: 1.2rem;
}

.medium {
  font-size: 1.4rem;
}

.large {
  font-size: 2.2rem;
}

.bold {
  font-weight: bold;
}

.attention {
  color: #996666 !important;
}

.fc-red {
  color: #d71920 !important;
}

.fc-blue {
  color: #0080CC !important;
}

.al-right {
  text-align: right !important;
}

.al-center {
  text-align: center !important;
}

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

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt35 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb35 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* LAYOUT
========================================== */
html {
  font-size: 62.5%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #222;
  font-size: 1.6rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
  height: auto;
}
img.default {
  width: auto;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  img.default {
    width: 100%;
    height: auto;
  }
}

a:hover {
  opacity: 0.8;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  flex: 1;
  position: relative;
  overflow-x: hidden;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .inner {
    width: 90%;
    padding: 0;
  }
}

#contents {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 0 8rem 8rem;
}
@media screen and (max-width: 767.98px) {
  #contents {
    padding: 70px 0 2rem;
    width: 90%;
  }
}

/* HEADER
========================================== */
#header {
  margin: 0px;
  width: 100%;
  position: sticky;
  top: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(96, 132, 159, 0.3);
  z-index: 1000;
}
#header #headerInner {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner {
    width: calc(100% - 60px);
    padding: 15px;
    max-height: 70%;
  }
}
#header #headerInner .logoWrap {
  padding: 20px 100px 20px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-bottom: solid 1px #F1F5F9;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
}
#header #headerInner .logoWrap #logo {
  max-width: 500px;
}
#header #headerInner .logoWrap #logo a {
  display: block;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap #logo a {
    min-height: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap #logo {
    width: 100%;
    min-height: 40px;
    display: block;
    background: url("../images/common/logo_sp.png") no-repeat;
    background-size: contain;
  }
}
#header #headerInner .logoWrap #logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap #logo img {
    display: none;
  }
}
#header #headerInner .logoWrap .date {
  height: 25px;
  margin-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  #header #headerInner .logoWrap .date {
    display: none;
  }
}
#header #headerInner .logoWrap .date img {
  width: auto;
  height: 25px;
}

/* 注意事項誘導バナー
------------------------------------------ */
.att_fixed {
  position: fixed;
  right: 0;
  top: 110px;
  width: 100px;
  height: auto;
  z-index: 100000;
}

.att_fixed img {
  width: 100px;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  #header {
    width: 100vw;
    height: 70px;
    position: fixed;
    top: 0;
    flex-direction: row;
    box-sizing: border-box;
  }
  #header .headerInner .logoArea .date,
  #header .head-nav,
  #header .header-sns {
    display: none;
  }
  #header:before {
    display: none;
  }
  #header .headerInner,
  #header .headerInner2, #header.is-fixed .headerInner, #header.is-fixed .headerInner2 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
    box-sizing: border-box;
  }
  #header.is-fixed .headerInner2 .logoArea {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50%;
  }
  .att_fixed {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 100000;
  }
  .att_fixed p {
    line-height: 0;
  }
  .att_fixed p a {
    display: block;
  }
  .att_fixed p a img {
    width: 100%;
    height: auto;
  }
}
.sp-none {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .sp-none {
    display: none;
  }
}

/* GLOBAL NAVI
========================================== */
#globalnavi {
  margin: 0 auto;
  max-width: 1280px;
  min-height: 54px;
}
#globalnavi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#globalnavi ul li {
  margin: 0px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ddd;
}
#globalnavi ul li + li {
  position: relative;
}
#globalnavi ul li + li:before {
  content: "";
  width: 1px;
  height: 1.4em;
  border-left: 1px solid #F1F5F9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  #globalnavi ul li + li:before {
    display: none;
  }
}
#globalnavi ul li a {
  color: #0f0f1b;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 2rem 3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  #globalnavi ul li a {
    padding: 0;
  }
}
#globalnavi ul li .nolink {
  color: #ddd;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 2rem 3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  #globalnavi ul li .nolink {
    padding: 0;
    justify-content: left;
  }
}

#english {
  color: #ddd;
  position: absolute;
  top: 10px;
  right: 50px;
}
#english a {
  font-size: 1.1rem;
  font-weight: 500;
  border: solid 2px #ddd;
  padding: 1px 7px;
  color: #bbb;
  text-decoration: none;
}

#globalnavi ul li a:hover,
#globalnavi ul li.current a {
  color: #0082C9;
}

#headerSns {
  position: absolute;
  right: 25px;
  top: 23px;
}
@media screen and (max-width: 767.98px) {
  #headerSns {
    display: none;
  }
}
#headerSns ul {
  display: flex;
  gap: 5px;
}
#headerSns ul li {
  width: 23px;
  height: 23px;
  text-align: center;
  margin: 0;
}
#headerSns ul li a {
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2px;
}
#headerSns ul li a:hover {
  opacity: 0.7;
}
#headerSns ul li a#fb {
  background: #1877f2;
}
#headerSns ul li a#tw {
  background: #000;
}
#headerSns ul li a#tw img {
  width: 60%;
}

/* SP
========================================== */
@media screen and (max-width: 767.98px) {
  #globalnavi {
    background-color: #0082C9;
    position: fixed;
    padding: 0;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    height: 100%;
    display: none;
  }
  #globalnavi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }
  #globalnavi ul li {
    width: 50% !important;
    padding: 2rem;
    position: relative;
    flex: none;
    justify-content: flex-start;
    text-align: left;
    color: rgba(255, 255, 255, 0.413) !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  #globalnavi ul li a {
    text-align: left;
    box-sizing: border-box;
    display: block;
    color: #fff !important;
    position: relative;
  }
  #globalnavi ul li a:after {
    content: "";
    top: 50%;
    right: 1px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
  }
  #globalnavi ul li.current {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}
/* TOGGLE
========================================== */
#nav-toggle {
  display: none;
}

@media screen and (max-width: 767.98px) {
  #nav-toggle {
    position: fixed;
    right: 10px;
    top: 5px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
  }
  #nav-toggle div {
    position: relative;
    width: 40px;
    top: 15px;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 11px;
    display: block;
    background: #0082C9;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 13px;
  }
  #nav-toggle span:nth-child(3) {
    top: 26px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 0px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 26px;
  }
  .open #nav-toggle span {
    background: #0082C9;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
  }
}
/* FOOTER
========================================== */
#footer {
  border-top: solid 1px rgba(102, 108, 113, 0.2);
}
#footer .footerBannerArea {
  padding: 4rem 0;
  border-bottom: solid 1px rgba(102, 108, 113, 0.2);
}
@media screen and (max-width: 767.98px) {
  #footer .footerBannerArea {
    padding: 5% 0;
  }
}
#footer .footerBannerArea .footerBanner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #footer .footerBannerArea .footerBanner {
    flex-direction: column;
    gap: 7px;
  }
}
#footer #fnav {
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  background: #262626;
}
@media screen and (max-width: 767.98px) {
  #footer #fnav {
    flex-direction: column;
    padding: 0;
    background: none;
  }
}
#footer #fnav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  #footer #fnav ul {
    width: 100%;
    box-sizing: border-box;
    border-top: solid 1px #666;
    flex-wrap: wrap;
    background: #383737;
    margin-bottom: 0;
  }
}
#footer #fnav ul li {
  font-size: 1.4rem;
  display: flex;
  width: 100%;
}
#footer #fnav ul li + li {
  position: relative;
}
#footer #fnav ul li + li:before {
  content: "";
  width: 1px;
  height: 1.4em;
  border-left: 1px solid #666;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer #fnav ul li a {
  white-space: nowrap;
  padding: 0 3rem;
  width: 100%;
  display: flex;
  color: #fff !important;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  #footer #fnav ul li {
    text-align: left;
    width: 50%;
    border-left: none;
    padding: 0;
  }
  #footer #fnav ul li a {
    border-left: solid 1px #666;
    border-bottom: solid 1px #666;
    padding: 1.2rem;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    color: #fff !important;
    font-size: 1.2rem;
  }
  #footer #fnav ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    color: #666;
    padding-right: 0.5em;
  }
}
#footer #fnav ul li:last-child {
  border-right: solid 1px rgba(102, 108, 113, 0.2);
}

/* COPYRIGHT
------------------------------------------ */
#copyright {
  color: #A5A5A5;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  #copyright {
    padding: 1rem;
  }
}

/* CORONA
========================================== */
#corona {
  background: #0081cc;
  padding: 60px 0;
  margin: 100px 0;
}
#corona .inner {
  color: #fff;
}
#corona .inner .leadTxt {
  width: 100%;
}
#corona .inner .leadTxt h2 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFD500;
}
#corona .inner .coronaWrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-top: 30px;
}
#corona .inner .coronaWrap .coronaBlock h3 {
  display: flex;
  font-weight: 700;
  line-height: 1.5;
  align-items: center;
  margin-bottom: 1rem;
}
#corona .inner .coronaWrap .coronaBlock h3 img {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}
#corona .inner .coronaWrap .coronaBlock p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.w800 {
  width: 800px;
}
@media screen and (max-width: 767.98px) {
  .w800 {
    width: 100%;
  }
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 120px auto 0;
}
@media screen and (max-width: 767.98px) {
  .content {
    width: 100%;
    margin: 2rem auto;
    flex-direction: column !important;
  }
}
.content h2 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.reverse {
  flex-direction: row-reverse;
}

.column {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .column {
    width: 100% !important;
  }
}

.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 5%;
}
@media screen and (max-width: 767.98px) {
  .column-outside-right {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 5%;
}
@media screen and (max-width: 767.98px) {
  .column-outside-left {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* DIVIDE
========================================== */
.section {
  margin: 80px auto 0;
}
@media screen and (max-width: 767.98px) {
  .section {
    margin: 0 auto 20px;
  }
}

.section-A {
  margin: 0 0 35px;
  zoom: 1;
}
.section-A:after {
  content: "";
  display: block;
  clear: both;
}

.section-B {
  margin: 0 0 25px;
  zoom: 1;
}
.section-B:after {
  content: "";
  display: block;
  clear: both;
}

/* 分割
------------------------------------------ */
.div-2col,
.div-3col,
.div-4col {
  width: 100%;
  display: grid;
  gap: 20px;
}

.div-2col {
  grid-template-columns: repeat(2, 1fr);
}

.div-3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767.98px) {
  .div-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.div-4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767.98px) {
  .div-4col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list-2col,
.list-3col,
.list-4col {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}

.list-2col li {
  width: 440px;
}

.list-3col {
  grid-template-columns: repeat(3, auto);
}

.list-4col li {
  width: 210px;
}

.list-7col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-7col li {
  width: 127px;
  border: solid 1px #fff;
}
.list-7col li:first-child, .list-7col li:last-child {
  border: none;
}

.flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .flex {
    flex-direction: column;
  }
}

.pageNavi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pageNavi ul li {
  border: solid 1px #f9f9f9;
  box-sizing: border-box;
  position: relative;
}
.pageNavi ul li:last-child {
  border-right: none;
}
.pageNavi.nav-2col ul li {
  width: 50%;
}
.pageNavi.nav-3col ul li {
  width: 33%;
}
.pageNavi.nav-4col ul li {
  width: 25%;
}
.pageNavi ul li a {
  width: 100%;
  display: block;
  background: #EFEFEF;
  padding: 14px 0;
  text-align: center;
  text-decoration: none !important;
}
.pageNavi ul li a:hover {
  background: #1F6BCC;
  color: #fff !important;
}
.pageNavi ul li a:after {
  content: "";
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-top: 1px solid #1F6BCC;
  border-right: 1px solid #1F6BCC;
  -webkit-transform: rotate(-125deg);
  transform: rotate(135deg);
  position: absolute;
}
.pageNavi ul li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* THUMB BOX
------------------------------------------ */
.thumbBlock {
  margin: 0 0 20px;
  clear: both;
}
.thumbBlock .imgArea {
  float: left;
  margin-right: 20px;
}
.thumbBlock .txtArea {
  overflow: hidden;
}

.thumbBlock-A {
  margin: 0 0 20px;
  clear: both;
  zoom: 1;
}
.thumbBlock-A:after {
  content: "";
  display: block;
  clear: both;
}
.thumbBlock-A .imgArea {
  float: right;
  margin-left: 20px;
}
.thumbBlock-A .txtArea {
  overflow: hidden;
}

/* NOTE
========================================== */
.notes {
  font-size: 93%;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
  margin-top: 1.5rem;
}

.notesBox {
  border: solid 1px #F1F5F9;
  background: #F8FAFC;
  padding: 3rem;
  border-radius: 2px;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767.98px) {
  .notesBox {
    padding: 10px;
    font-size: 1.2rem !important;
  }
}
.notesBox h3 {
  font-size: 1.6rem !important;
  color: #313B4E !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .notesBox h3 {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.notesBox p:last-child,
.notesBox li:last-child {
  margin-bottom: 0 !important;
}

.b-block {
  background: #F6F8FA;
  clear: both;
  border: 1px solid #DDE2E8;
  padding: 15px;
}

.border-box {
  padding: 3rem;
  margin: 0 0 30px;
  border: solid 2px #0080CC;
}

.border-box-R {
  padding: 15px 20px;
  margin: 0 0 30px;
  border: solid 2px #d71920;
}

.border-box p:last-child,
.border-box li:last-child {
  margin-bottom: 0 !important;
}

.border-box-R p:last-child,
.border-box-R li:last-child {
  margin-bottom: 0 !important;
}

/* アナウンス（赤）
------------------------------------------ */
.announce {
  padding: 2rem;
  color: #CB4640;
  background: #FCECEB;
}
@media screen and (max-width: 767.98px) {
  .announce {
    padding: 20px;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.announce p {
  margin: 0 !important;
}
.announce p span {
  font-size: 1.1rem;
  color: #FCECEB;
  background: #CB4640;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  margin-right: 1em;
}
.announce p a {
  color: #CB4640 !important;
  text-decoration: none !important;
}
.announce p a:hover {
  color: #CB4640 !important;
  text-decoration: underline !important;
}

/* アナウンス（緑）
------------------------------------------ */
.announce.announce-green {
  color: #4cb57e;
  background: #F1FAF6;
}
.announce.announce-green p {
  margin: 0 !important;
  font-size: 1.2rem;
}
.announce.announce-green p span {
  color: #F1FAF6;
  background: #4cb57e;
}
.announce.announce-green p a {
  color: #1a73e8 !important;
}
.announce.announce-green p a:hover {
  color: #1a73e8 !important;
}

/* アナウンス（緑）
------------------------------------------ */
.gray {
  background: #F8FAFC;
}
.gray p {
  margin: 0 !important;
  font-size: 1.2rem;
}
.gray p span {
  color: #F1FAF6;
  background: #4cb57e;
}
.gray p a {
  color: #1a73e8 !important;
}
.gray p a:hover {
  color: #1a73e8 !important;
}

/* チェックボックスあり
------------------------------------------ */
.attentionBox-B {
  padding: 15px;
  border: 2px solid #EEEEEE;
  margin: 0 0 20px;
}
.attentionBox-B p {
  padding: 0 0 0 30px;
  margin-bottom: 0 !important;
  text-indent: -20px;
}
.attentionBox-B p input {
  margin-right: 5px;
}

/* タイトルあり
------------------------------------------ */
.infoBox {
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.infoBox h3 {
  padding: 2rem 3rem;
  font-size: 110%;
  border-bottom: 1px solid #d8e3eb;
  font-weight: bold;
}
.infoBox h3 i {
  color: #27acd9;
  margin-right: 1rem;
}
.infoBox .infoBoxContent {
  padding: 2rem 3rem;
}
.infoBox .infoBoxContent p {
  margin-bottom: 0 !important;
  word-wrap: break-word;
}
.infoBox .heading-B:not(:first-child) {
  margin-top: 30px;
}

/* 特殊BOX
------------------------------------------ */
.profile {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .profile {
    flex-direction: column;
  }
}
.profile.border-top {
  border-top: solid 1px #d8e3eb;
  padding-top: 2rem;
  margin-top: 2rem;
}
.profile .profThumb {
  width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .profile .profThumb {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
.profile .profThumb img {
  width: 220px;
  height: auto;
}
.profile .profTxt .name {
  font-size: 1.6rem !important;
  margin-bottom: 13px;
  font-weight: bold;
}
.profile .profTxt p {
  font-size: 1.4rem !important;
  margin-bottom: 0 !important;
}

/* MAP
========================================== */
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.btn-Primary {
  padding: 20px;
  border-radius: 4px;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: bold;
  min-height: 70px;
  min-width: 370px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #01B074;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767.98px) {
  .btn-Primary {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    padding: 1rem 0;
    margin: 0 auto;
  }
}
.btn-Primary:hover {
  opacity: 0.7;
}
.btn-Primary i {
  color: #fff !important;
}

/* 位置は親ブロックで指定する */
.btn-A {
  line-height: 70px;
  min-height: 70px;
  min-width: 370px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.5rem !important;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #222;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767.98px) {
  .btn-A {
    font-size: 1.4rem !important;
    max-width: 100%;
    min-width: 100%;
    line-height: 60px;
    min-height: 60px;
  }
}
.btn-A:hover {
  opacity: 0.7;
}
.btn-A:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.btn-A i {
  color: #fff !important;
}

.btn-large {
  width: 50%;
}

.txt_long {
  display: flex;
  flex-direction: column;
}
.txt_long span.sub {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.newLabel {
  font-size: 1rem;
  background: #fff;
  color: #1F6BCC !important;
  padding: 3px 6px;
  border-radius: 2px;
  margin-left: 5px;
}

/* 分割のときは100%
------------------------------------------ */
.list-3col .btn-A {
  width: 100%;
}

.btn-B {
  line-height: 50px;
  min-height: 50px;
  min-width: 370px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.4rem !important;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #222;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
.btn-B:hover {
  opacity: 0.7;
}
.btn-B:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.btn-B i {
  color: #fff !important;
}

.txt-Btn {
  display: inline-block;
}
.txt-Btn a {
  padding: 15px 35px;
  display: block;
  line-height: 1;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  background: #1F6BCC;
  border-radius: 2px;
}
.txt-Btn a:hover {
  background: #1f5fcc;
}

.btn-Back {
  min-height: 30px;
  line-height: 30px !important;
  border-radius: 30px;
  font-size: 1.5rem !important;
  font-weight: bold;
  padding: 10px 30px 10px 40px;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  background: #1F6BCC;
  color: #fff !important;
  position: relative;
}
.btn-Back:after {
  content: "";
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}

/* 非アクティブ */
.not_active {
  min-height: 30px;
  min-width: 370px;
  line-height: 30px !important;
  border-radius: 3px;
  font-size: 1.5rem !important;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto 2rem !important;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
  background: #888;
  opacity: 0.5;
}

/* サイズ設定
------------------------------------------ */
.btn-s {
  padding: 6px 15px;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-m {
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-l {
  padding: 20px 35px;
  color: #fff !important;
  text-decoration: none !important;
}

/* アイコン設定
------------------------------------------ */
.arr-R {
  position: relative;
}
.arr-R:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
}

#home .appBtn {
  border-top: solid 1px #f3f6f9;
  padding: 30px 0;
}
#home .appBtn p {
  margin-bottom: 0 !important;
}
#home .appBtn .btn-A {
  width: 70%;
  font-size: 2.4rem !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* FORM
========================================== */
.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 0px auto 20px;
  padding: 15px;
  border: 2px solid #d71920;
  font-size: 1rem;
  line-height: 1.6rem;
}
.app-agree-att ul {
  text-align: left;
  margin: 0px auto;
  padding: 10px 0px;
  width: 810px;
}
.app-agree-att ul li {
  list-style: none;
}
.app-agree-att a {
  text-decoration: underline;
  color: #d71920;
}
.app-agree-att input[type=checkbox] {
  margin-right: 5px;
  min-height: auto;
}
.app-agree-att p {
  margin: 0px !important;
}

.formTable table td {
  background: #fff !important;
  border-left: none;
}
.formTable table th {
  position: relative;
  /* 任意 */
}
.formTable table th:after {
  content: "任意";
  display: block;
  color: #fff;
  background: #A0A7B4;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 1;
}
.formTable table th .ins {
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 2;
}

.formTable.formTable_confirm table th:after {
  display: none;
}

.ins {
  font-weight: bold;
  background: #d71920;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 3px;
  color: #fff !important;
}

.ins2 {
  color: #d71920;
  font-size: 13px;
}

/* FORM PARTS
------------------------------------------ */
input[type=text],
textarea {
  font-size: 100%;
  outline: none;
  border: solid 1px #e2e2e2;
  border-radius: 3px;
  padding: 10px;
  width: 70%;
}

input[type=text]:focus {
  border: solid 1px #1a73e8;
}

input[type=text].input-s {
  width: 10% !important;
}

/* SELECT */
.select {
  display: inline-block;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  vertical-align: middle;
}
.select select {
  min-width: 200px;
  padding: 8px;
  margin: 3px;
  cursor: pointer;
}
.select::before {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  color: #A0A7B4;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 8px;
}

label {
  cursor: pointer;
}

/* ERROR
------------------------------------------ */
input[type=text].form-error {
  border: solid 1px #d71920;
  box-shadow: 0px 0px 11px -4px #d71920;
}

.error-message {
  color: #d71920;
  font-weight: 400;
  margin-top: 6px;
  position: relative;
}
.error-message:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  margin-right: 0.25em;
}

/* 子要素
------------------------------------------ */
.type {
  margin-top: 0.5em;
}
.type:first-child {
  margin-top: 0;
}

/* ボタン
------------------------------------------ */
/* レイアウト */
.action {
  background: #F8FAFC;
  padding: 30px;
  margin-top: 30px;
}

.formBtnUnit {
  text-align: center;
  clear: both;
}
.formBtnUnit li {
  min-width: 300px;
  display: inline-block;
  margin: 0 20px 0 0;
  text-align: center;
  position: relative;
}

.formBtn {
  background-color: #3E86DC;
  border-radius: 4px;
  min-width: 300px;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 25px 50px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
}
.formBtn:hover {
  opacity: 0.7;
}

/* PREV */
.btn-prev .formBtn {
  background-color: #8f8f8f !important;
}
.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

/* NEXT */
.btn-next:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
}

.nagoya .formBtn {
  background: #cb443e;
}
.nagoya .formBtn:hover {
  background: #f24e45 !important;
}
.nagoya .formBtn2 {
  background: #666 !important;
}
.nagoya .formBtn2:hover {
  background: #f24e45 !important;
}

.nagoya .formBtnUnit .btn-next .formBtn {
  background-color: #cb443e !important;
}
.nagoya .formBtnUnit .btn-next .formBtn:hover {
  background-color: #f24e45 !important;
}

.btn-prev:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  z-index: 2;
}

.btn-next:after {
  content: "";
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.formBtn.size-M {
  padding: 15px 80px !important;
}

.formTxt2 {
  font-size: 90%;
}

.app-agree-att {
  background: #fdf3f4;
  text-align: center;
  margin: 20px auto 60px;
  padding: 15px;
  border: 2px solid #d71920;
}
.app-agree-att p {
  margin: 0px;
  padding: 0px;
}

/* 1.HEADING
========================================== */
#pageTit {
  min-height: 180px;
  margin: 0 calc(50% - 50vw) 8rem !important;
  overflow-x: hidden;
  background-image: url("../images/common/page_tit.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #pageTit {
    margin-bottom: 2rem !important;
    min-height: 120px;
  }
}
#pageTit h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  #pageTit h2 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
#pageTit h2 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  #pageTit h2 span {
    font-size: 1.4rem;
  }
}

/* サブテキストあり
------------------------------------------ */
.heading {
  padding: 0 3rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
.heading h2 {
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .heading h2 {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.heading h2 span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0082C9;
  margin: 0 0 10px;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .heading h2 span {
    font-size: 1.4rem;
  }
}
.heading h3 {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .heading h3 {
    font-size: 1.6rem;
  }
}
.heading h3 span {
  font-size: 70% !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-bottom: none !important;
}
.heading .read {
  font-size: 90%;
  color: #38A1DB;
  font-weight: bold;
  margin: 0 !important;
}
.heading .read img {
  margin: 0 0 5px;
}

/* HEADING
------------------------------------------ */
.heading-A {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 1em;
  clear: both;
  border-bottom: 2px solid #d8e3eb;
}
.heading-A h2 {
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
}
.heading-A h2:before {
  width: 200px;
  height: 2px;
  content: "";
  display: block;
  background-image: linear-gradient(to right, #E1CF2B 0%, #21D461 100%);
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .heading-A h2 {
    font-size: 2rem;
  }
}
.heading-A h2 span {
  font-size: 70%;
}
@media screen and (max-width: 767.98px) {
  .heading-A h2 span {
    display: block;
    margin-top: 1rem;
  }
}

.heading-B {
  line-height: 1.5;
  position: relative;
  padding: 0 0 14px;
  border-bottom: solid 2px #dde2e8;
  margin: 0 0 20px;
  clear: both;
}
.heading-B h2,
.heading-B h3 {
  font-size: 1.8rem;
  display: inline-block;
  border-bottom: solid 2px #27acd9;
  position: relative;
  top: 16px;
  padding: 0 15px 15px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .heading-B h2,
  .heading-B h3 {
    font-size: 1.4rem;
  }
}
.heading-B h2 span,
.heading-B h3 span {
  font-size: 80%;
}

.heading-C {
  line-height: 1.5;
  position: relative;
  padding: 0 0 7px;
  border-bottom: solid 1px #dde2e8;
  margin: 35px 0 20px;
  clear: both;
}
.heading-C h2,
.heading-C h3,
.heading-C h4 {
  line-height: 1.3;
  font-size: 1.8rem;
  display: inline-block;
  border-left: solid 4px #3E99E6;
  padding: 0 15px;
  color: #3E99E6;
}
.heading-C h2 span,
.heading-C h3 span,
.heading-C h4 span {
  font-size: 80%;
  font-weight: normal;
}

h4 {
  color: #0080CC;
  font-weight: bolder;
  font-size: 1.8rem;
}

.topContents {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .topContents {
    margin-bottom: 3rem;
  }
}
.topContents .topContentsTxt {
  margin-top: 3rem;
}

.ico {
  width: 40px;
}

ul.icoList li {
  line-height: 1.5;
  list-style-position: inside;
  padding-left: 30px;
  margin-top: 5px;
}
ul.icoList li:first-child {
  margin-top: 0;
}
ul.icoList li a {
  min-height: 16px;
  text-indent: 1em;
  padding-left: -1em;
  position: relative;
}
ul.icoList li a:before {
  content: "";
  width: 13px;
  height: 15px;
  position: absolute;
  left: -18px;
  top: 2px;
  background-repeat: no-repeat;
}

.ico-ai:before {
  background-image: url(/assets/2023/images/common/ico_ai.png);
}

.ico-jpg:before {
  background-image: url(/assets/2023/images/common/ico_jpg.png);
}

.ico-pdf:before {
  background-image: url(/assets/2023/images/common/ico_pdf.png);
}

.ico-zip:before {
  background-image: url(/assets/2023/images/common/iico_zip.png);
  background-size: 13px auto;
}

ul.circle {
  margin-left: 2em;
  text-indent: 0;
}
@media screen and (max-width: 767.98px) {
  ul.circle {
    margin-left: 1em;
  }
}
ul.circle li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  ul.circle li {
    font-size: 1.4rem;
  }
}
ul.square {
  margin-left: 2em;
}
ul.square li {
  list-style-type: square;
  list-style-position: outside;
  line-height: 1.6;
}
ul.asterisk {
  margin-left: 1em;
}
ul.asterisk li {
  list-style: none;
  line-height: 1.6;
  text-indent: -1em;
  margin: 0 0 5px;
}

/* 数字リスト
------------------------------------------ */
ol.numList {
  margin-left: 2em;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  ol.numList {
    margin-left: 0;
  }
}
ol.numList li {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 2rem;
  text-indent: -1em;
}
ol.paren {
  counter-reset: item;
  list-style: none !important;
  margin: 0 0 20px 0 !important;
  line-height: 1.6;
}
ol.paren li {
  padding-left: 2em;
  text-indent: -2em;
  margin: 0 0 5px 0.5em;
  list-style: none !important;
}
ol.paren li:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}
ol.paren li > ol {
  margin-top: 5px;
}
ol.paren li > ol li {
  list-style: none;
}
ol.paren li > ol li:before {
  content: none !important;
}

.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  .c-modal_content {
    width: 94%;
  }
}

.c-modal_content_inner {
  position: relative;
  padding: 4rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
}
@media screen and (max-width: 767.98px) {
  .c-modal_content_inner {
    max-height: 80vh;
    padding: 2rem;
  }
}
.c-modal_content_inner h2 {
  text-align: left;
}
.c-modal_content_inner p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1em;
}

.c-modal_close {
  position: fixed;
  top: -30px;
  right: 0;
  z-index: 1;
  width: 27px;
  height: 27px;
  display: block;
}
.c-modal_close span {
  display: none;
}
.c-modal_close:before, .c-modal_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 27px;
  background: #fff;
}
.c-modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.anchor {
  display: block;
  margin-top: -110px;
  padding-top: 110px;
}
@media screen and (max-width: 767.98px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.pageNavigation {
  margin-bottom: 4rem;
}
.pageNavigation ul {
  display: inline-flex;
  align-items: center;
  text-align: center;
  border: 1px solid #d8e3eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px rgba(4, 27, 63, 0.1019607843);
}
.pageNavigation ul li a {
  display: block;
  padding: 1.6rem;
  white-space: nowrap;
  border-left: 1px solid rgba(4, 27, 63, 0.1019607843);
  text-decoration: none !important;
  font-size: 1.4rem;
}
.pageNavigation ul li:first-child a {
  border-left: none;
}
.pageNavigation ul li a.current {
  background: rgba(239, 246, 251, 0.6);
  color: #3b3d40;
  font-weight: bold;
}

td.blank_cell {
  background-color: #f9f9f9 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2RkZTJlODtzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+") !important;
}

/* TABLE-A
------------------------------------------ */
.table-A table {
  margin: 0 0 10px;
  border-top: solid 1px #dde2e8;
  width: 100%;
  border-spacing: 0;
}
.table-A table tr:nth-child(odd) td {
  background-color: #fff;
}
.table-A table tr:nth-child(even) td {
  background-color: #F6F8FA;
}
.table-A table tr:nth-child(odd) th {
  background-color: #F6F8FA;
}
.table-A table tr:nth-child(even) th {
  background-color: #EDF1F5;
}
.table-A table th,
.table-A table td {
  padding: 1.7rem 2rem;
  border-bottom: solid 1px #dde2e8;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .table-A table th,
  .table-A table td {
    font-size: 1.4rem;
  }
}
.table-A table th {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.table-A table thead th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
  background-image: none;
}
@media screen and (max-width: 767.98px) {
  .table-A table thead th {
    white-space: normal;
  }
}
.table-A table thead th:last-child {
  border-right: 0px;
}
.table-A table tfoot {
  position: relative;
}
.table-A table tfoot:after {
  content: "";
  position: absolute;
  border: solid 3px #d1d5da;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.table-A table tfoot th {
  font-weight: bold;
  background-color: #e1e5eb !important;
  text-align: center;
  border-right: 1px solid #fff;
}

/* TABLE-B （theadありの場合）
------------------------------------------ */
.table-B table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767.98px) {
  .table-B table {
    border-top: solid 1px #dde2e8;
  }
}
.table-B table th,
.table-B table td {
  border: solid 1px #dde2e8;
  padding: 15px 20px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .table-B table th,
  .table-B table td {
    font-size: 1.4rem;
    display: block;
    width: 100%;
  }
}
.table-B table th {
  font-weight: bold;
  background-color: #F6F8FA;
  text-align: center !important;
}
@media screen and (max-width: 767.98px) {
  .table-B table th {
    border-top: none;
    border-bottom: none;
  }
}
.table-B table thead th {
  font-weight: bold;
  background-color: #ddd;
  text-align: center !important;
  border-right: 1px solid #fff;
  background-image: none;
  white-space: nowrap;
}
.table-B table tbody th {
  width: 15%;
  text-align: left !important;
}
@media screen and (max-width: 767.98px) {
  .table-B table tbody th {
    width: 100%;
  }
}

/* dlTable
========================================== */
.dlTable {
  width: 100%;
}
.dlTable dl {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.dlTable dl dt,
.dlTable dl dd {
  padding: 15px 30px;
}
.dlTable dl dt:not(:last-of-type),
.dlTable dl dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.dlTable dl dt {
  width: 30%;
  background: #ddd;
}
.dlTable dl dd {
  width: 70%;
}

@media screen and (max-width: 767.98px) {
  .dlTable dl {
    width: 100%;
    flex-direction: column;
  }
  .dlTable dl dt,
  .dlTable dl dd {
    width: 100%;
    padding: 10px 15px;
  }
  .dlTable dl dt {
    border-bottom: none;
  }
}
/* LAYOUT TABLE
------------------------------------------ */
.layoutTable table th,
.layoutTable table td {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

table.layoutTable {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
table.layoutTable th,
table.layoutTable td {
  padding: 3px !important;
  line-height: 1.5 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.contact-form th {
  width: 200px;
}

.resultsTable th,
.resultsTable td {
  font-size: 1.3rem !important;
  padding: 1rem 1.5rem !important;
}

.resultsTable tbody th {
  width: 220px;
}

#wrapper {
  position: relative;
}

#contents {
  max-width: 100%;
  padding: 0 0 8rem;
}

#exhibitionHeader {
  display: flex;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.07);
  padding: 15px;
}
@media screen and (max-width: 767.98px) {
  #exhibitionHeader {
    display: none;
  }
}
#exhibitionHeader .logoArea #logo {
  height: 60px;
  width: auto;
  flex: 1;
}
#exhibitionHeader .logoArea #logo img {
  height: 60px;
  width: auto;
}
#exhibitionHeader .btnArea {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
#exhibitionHeader .btnArea a {
  color: #222;
  font-weight: 600;
  background: #FFD500;
  width: 100%;
  padding: 2rem 2.5rem;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.15), 0 0.15em 0.15em rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
#exhibitionHeader .btnArea .english_btn a {
  background: #222;
  color: #fff;
}

.lead {
  padding: 30px 0 100px;
  background-image: url("../images/exhibition/lead_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #82BF25;
  z-index: -1;
  color: #fff;
  display: flex;
  position: relative;
}
@media screen and (max-width: 920px) {
  .lead {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.lead .image {
  width: 60%;
  margin-top: 100px;
}
@media screen and (max-width: 920px) {
  .lead .image {
    margin-top: 0;
    width: 96%;
    order: 2;
  }
}
.lead .txt {
  width: 40%;
  padding: 0 5%;
  flex: 1;
  line-height: 2;
  margin-left: -20%;
}
.lead .txt p {
  text-shadow: 1px 1px 0 #82BF25, -1px 1px 0 #82BF25, 1px -1px 0 #82BF25, -1px -1px 0 #82BF25;
}
@media screen and (max-width: 920px) {
  .lead .txt {
    margin: 0 auto;
    width: 96%;
    order: 1;
  }
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 120px auto 0;
}
@media screen and (max-width: 767.98px) {
  .content {
    margin: 0 auto;
  }
}
.content h2 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.reverse {
  flex-direction: row-reverse;
}

.column {
  width: 48%;
}

.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 5%;
}

.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 5%;
}

.content01 .txt {
  position: relative;
  color: #16902E;
}
@media screen and (max-width: 767.98px) {
  .content01 .txt {
    padding: 3rem 0;
  }
}
.content01 .txt h2 span {
  font-size: 140%;
}
.content01 .txt .icon {
  position: absolute;
  left: -240px;
  top: -280px;
  z-index: -1;
}
.content01 .txt .icon img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .content01 .txt .icon {
    display: none;
  }
}

.content02 .txt {
  position: relative;
  color: #EB6100;
}
@media screen and (max-width: 767.98px) {
  .content02 .txt {
    padding: 3rem 0;
  }
}
.content02 .txt .icon {
  position: absolute;
  right: -220px;
  bottom: -100px;
  z-index: -1;
}
.content02 .txt .icon img {
  width: 380px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .content02 .txt .icon {
    display: none;
  }
}
.content02 .txt p {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.content02 .txt p span {
  background: #fff;
}

/* OUTLINE
========================================== */
#outline {
  padding: 100px 0;
  background: url("../images/exhibition/c_img_04.png") no-repeat;
  background-position: right -200px bottom;
  background-size: 500px;
}
#outline .inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  #outline .inner {
    flex-direction: column;
  }
}
#outline .inner .image {
  width: 400px;
}
@media screen and (max-width: 767.98px) {
  #outline .inner .image {
    width: 80%;
    text-align: center;
    margin: 0 auto 3rem;
  }
}
#outline .inner .txt {
  flex: 1;
  text-align: left;
  margin-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  #outline .inner .txt {
    margin-left: 0;
  }
}
#outline .inner .txt h2 {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 4rem;
}
#outline .inner .txt h2 span {
  border-bottom: solid 3px #0480CC;
}
#outline .inner .txt dl dt {
  width: 4em;
  float: left;
  text-align: center;
  margin: 0 0 10px;
  color: #137EC0;
  font-weight: bold;
  line-height: 1.8;
}
#outline .inner .txt dl dd {
  text-align: left;
  margin: 0 0 10px 5em;
  line-height: 1.8;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

/* DOWNLOAD
========================================== */
#download {
  background-color: #f0f0f0;
  padding: 3rem 0;
  zoom: 1;
  /*--------------------------------------
  コンバージョンアップボタン 吹き出し赤色（中央寄せ）
  --------------------------------------*/
}
#download .btnWrap {
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #download .btnWrap {
    width: 100%;
    padding: 0 15px;
    flex-direction: column;
  }
}
#download .btnWrap div {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #download .btnWrap div {
    width: 100%;
  }
}
#download .button2,
#download a.button2,
#download button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#download .button2-c-wrap {
  margin: 30px 0;
  text-align: center;
}
#download a.button2-c {
  font-size: 2rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 2rem 1.8rem;
  color: #fff !important;
  text-decoration: none !important;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}
#download a.button2-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#download a.button2-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#download a.button2-c i {
  margin-right: 0.75rem;
}
#download a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
#download .button1,
#download a.button1,
#download button.button1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#download .button1-wrap {
  margin: 30px 0;
  text-align: center;
}
#download a.button1-c {
  font-size: 2rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 2rem 1.8rem;
  color: #fff !important;
  text-decoration: none !important;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}
#download a.button1-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#download a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}
#download a.button1-c:hover:before {
  left: 2rem;
}
#download .button3,
#download a.button3,
#download button.button3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#download .button3-wrap {
  margin: 30px 0;
  text-align: center;
}
#download a.button3-c {
  font-size: 1.15rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 2.1rem;
  color: #333;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #ccc100;
}
#download a.button3-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #333;
  border: 2px solid #333;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#download a.button3-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #333;
  background: #fff100;
  -webkit-box-shadow: 0 2px 0 #ccc100;
  box-shadow: 0 2px 0 #ccc100;
}
#download a.button3-c:hover:before {
  left: 2rem;
}

#footer {
  padding-top: 3rem;
}
#footer h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
#footer p {
  line-height: 1.8;
}
#footer #copyright {
  padding: 20px;
}

.slider {
  margin: 6rem 0;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .slider {
    margin: 3rem 0;
  }
}

.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0; /*スライド左右の余白調整*/
}

.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=exhibition.css.map */
