@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
/* rest */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}
@media screen and (max-width: 374.98px) {
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    font-size: 50%;
  }
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

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

/* Unique rest */
body {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
  flex-shrink: 0;
  height: auto;
}

a {
  color: #666;
  text-decoration: none;
  transition: 0.25s;
}
a:focus, a:hover {
  opacity: 0.7;
}
a.el_link {
  text-decoration: underline;
}

em {
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}

span {
  font-size: inherit;
}

/* layout */
.ly_container {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 96rem;
}
@media screen and (min-width: 1200px) {
  .ly_container {
    padding-right: 0;
    padding-left: 0;
  }
}
.ly_container.mo__paMd {
  padding-right: 3%;
  padding-left: 3%;
}
.ly_container.mo__pa0 {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .ly_container.mo__maXl {
    margin-right: -5%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 992px) {
  .ly_container.mo__sizeXs {
    width: 60rem;
  }
}
@media screen and (min-width: 992px) {
  .ly_container.mo__sizeSm {
    width: 72rem;
  }
}
@media screen and (min-width: 992px) {
  .ly_container.mo__sizeLg {
    max-width: 120rem;
  }
}
@media screen and (min-width: 992px) {
  .ly_container.mo__sizeXl {
    max-width: 1400px;
  }
}

@media screen and (max-width: 767.98px) {
  .ly_row.mo__col2 > .ly_col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly_row {
    display: flex;
    flex-wrap: wrap;
  }
  .ly_row.mo__col2 > .ly_col {
    flex: calc(50% - 10px);
    margin-right: 20px;
  }
  .ly_row.mo__col2 > .ly_col:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .ly_row.mo__col2 > .ly_col {
    width: calc(50% - 20px);
    flex: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ly_row.mo__col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .ly_row.mo__col3 > .ly_col {
    width: calc(33.3% - 10px);
    margin-right: 10px;
  }
  .ly_row.mo__col3 > .ly_col:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .ly_row.mo__colThumb01 > .ly_col:nth-child(1) {
    width: 40%;
    margin-right: 9%;
  }
  .ly_row.mo__colThumb01 .ly_col:nth-child(2) {
    width: 51%;
  }
}

/* el_typo */
.el_show {
  opacity: 1 !important;
}

.el_hide {
  opacity: 0 !important;
}

.el_note {
  color: #888;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199.98px) {
  .el_note {
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_note {
    font-size: 1.2rem;
    margin: 0 0 1.2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_note.mo__indent {
    text-indent: -1rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_note.mo__indent {
    text-indent: -1.2rem;
    margin-left: 1.2rem;
  }
}

.el_noteList {
  margin: 0 0 1rem 1rem;
}
.el_noteList > li {
  color: #888;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .el_noteList {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .el_noteList > li {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-indent: -1.2rem;
  }
}

.el_figcap {
  color: #666;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 1199.98px) {
  .el_figcap {
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .el_figcap {
    font-size: 1.2rem;
    margin: 1.2rem 0 0;
  }
}

.el_typo > *:last-child {
  margin-bottom: 0;
}
.el_typoNowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
  font-size: inherit;
}
.el_typoBr {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .el_typoBr.mo__sm {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .el_typoBr.mo__md {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoBr.mo__xl {
    display: block;
  }
}
.el_typoEm {
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}
.el_typoHd01 {
  color: #ddd;
  font-size: 4rem;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (max-width: 1199.98px) {
  .el_typoHd01 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoHd01 {
    font-size: 8rem;
    margin-bottom: 6rem;
  }
}
.el_typoHd02 {
  color: #666;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .el_typoHd02 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoHd02 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.el_typoHd02:before {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background: #ddd;
}
.el_typoHd02_inner {
  position: relative;
  padding: 0 1rem;
  background: #fff;
}
.el_typoHd03 {
  color: #666;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199.98px) {
  .el_typoHd03 {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoHd03 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.el_typoHdImg01 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4rem;
}
.el_typoHdImg01_inner {
  display: block;
}
.el_typoHdImg01:before {
  position: absolute;
  top: -2rem;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 0.5rem;
  content: "";
  border-radius: 0.5rem;
  background: #FFAF2D;
}
@media screen and (max-width: 1199.98px) {
  .el_typoHdImg01 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoHdImg01 {
    margin-bottom: 3rem;
  }
}
.el_typoLead {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 2;
}
@media screen and (max-width: 1199.98px) {
  .el_typoLead {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoLead {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.el_typoP {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199.98px) {
  .el_typoP {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoP {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_typoUl {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoUl {
    margin-bottom: 1.4rem;
  }
}
.el_typoUl > *:last-child {
  margin-bottom: 0.2rem;
}
.el_typoUl li {
  position: relative;
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
@media screen and (min-width: 1200px) {
  .el_typoUl li {
    font-size: 1.4rem;
  }
}
.el_typoUl li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #e25c00;
  border-radius: 50%;
}
.el_typoTable {
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .el_typoTable {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoTable {
    margin-bottom: 1.4rem;
  }
}
.el_typoTable tr:nth-child(odd) {
  background-color: #eee;
}
.el_typoTable tr th,
.el_typoTable tr td {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1199.98px) {
  .el_typoTable tr th,
  .el_typoTable tr td {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoTable tr th,
  .el_typoTable tr td {
    font-size: 1.4rem;
  }
}
.el_typoTable tr th {
  color: #FF6A00;
}
@media screen and (max-width: 1199.98px) {
  .el_typoTable tr th {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoTable tr th {
    padding: 1.5rem;
    text-align: right;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_typoTable tr td {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoTable tr td {
    padding: 1.5rem;
  }
}
.el_typoNote {
  color: #888;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199.98px) {
  .el_typoNote {
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoNote {
    font-size: 1.2rem;
    margin: 0 0 1.2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_typoNote.mo__indent {
    text-indent: -1rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoNote.mo__indent {
    text-indent: -1.2rem;
    margin-left: 1.2rem;
  }
}
.el_typoBadge {
  background-color: #FFAF2D;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199.98px) {
  .el_typoBadge {
    width: 14rem;
    height: 14rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoBadge {
    font-size: 2rem;
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_typoBadge.mo__sizeMd {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoBadge.mo__sizeMd {
    font-size: 2rem;
    width: 10rem;
    height: 10rem;
  }
}

.el_content > *:last-child {
  margin-bottom: 0;
}

.el_title {
  margin-bottom: 13px;
  font-size: 28px;
}

.el_text {
  margin-bottom: 22px;
  color: #257BC1;
  font-size: 16px;
  font-weight: bold;
}

.el_entryList {
  margin: 0 auto;
  max-width: 740px;
}
@media screen and (min-width: 576px) {
  .el_entryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.el_entryList li {
  margin-bottom: 35px;
}
@media screen and (min-width: 576px) {
  .el_entryList li {
    margin-bottom: 0;
    width: 49%;
  }
}
.el_entryList li a {
  margin-bottom: 22px;
  display: block;
}
.el_entryList li img {
  width: 100%;
}

.el_fukidashi {
  margin: 0 3%;
  padding: 13px;
  position: relative;
  min-height: 128px;
  line-height: 1.6;
  font-size: 14px;
}
.el_fukidashi::before, .el_fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 29px 14px 29px;
}
.el_fukidashi::before {
  top: -13px;
  z-index: 1;
  border-color: transparent transparent #fff transparent;
}
.el_fukidashi::after {
  top: -15px;
  z-index: 0;
}
.el_fukidashi.is-yellow {
  border: 2px solid #fbb03b;
}
.el_fukidashi.is-yellow::before, .el_fukidashi.is-yellow::after {
  left: 12%;
}
.el_fukidashi.is-yellow::after {
  border-color: transparent transparent #fbb03b transparent;
}
.el_fukidashi.is-aqua {
  padding-top: 22px;
  border: 2px solid #00add4;
}
.el_fukidashi.is-aqua::before, .el_fukidashi.is-aqua::after {
  right: 12%;
}
.el_fukidashi.is-aqua::after {
  border-color: transparent transparent #00add4 transparent;
}

.clr-orange {
  color: #fbb03b;
}

.clr-aqua {
  color: #00add4;
}

.txt_emp {
  font-weight: bold;
}
.txt_emp.emp-large {
  font-size: 18px;
}

.el_piko {
  margin: 35px auto;
  max-width: 480px;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
}
.el_piko img {
  margin-top: -22px;
  float: right;
  width: 92px;
  height: auto;
}

/* el_img */
.el_img > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  .el_imgFig {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgFig {
    margin-bottom: 1.4rem;
  }
}
.el_imgMovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 1199.98px) {
  .el_imgMovie {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgMovie {
    margin-bottom: 1.4rem;
  }
}
.el_imgMovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.el_imgMovie.-portrait {
  padding-top: 177.8%;
}
.el_imgBnr {
  display: inline-block;
}
@media screen and (max-width: 1199.98px) {
  .el_imgBnr {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgBnr {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web01 {
    width: calc(32.2rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web01 {
    width: 32.2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web02 {
    width: calc(35.6rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web02 {
    width: 35.6rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web03 {
    width: calc(30.6rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web03 {
    width: 30.6rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web04 {
    width: calc(28.7rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web04 {
    width: 28.7rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web05 {
    width: calc(13.7rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web05 {
    width: 13.7rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web06 {
    width: calc(20.7rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web06 {
    width: 20.7rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web07 {
    width: calc(26.9rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web07 {
    width: 26.9rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web08 {
    width: calc(20.6rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web08 {
    width: 20.6rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web09 {
    width: calc(26.3rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web09 {
    width: 26.3rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web10 {
    width: calc(29.9rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web10 {
    width: 29.9rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_web11 {
    width: calc(20.1rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_web11 {
    width: 20.1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_attend01 {
    width: calc(20.4rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_attend01 {
    width: 20.4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_attend02 {
    width: calc(20.5rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_attend02 {
    width: 20.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_attend03 {
    width: calc(20.6rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_attend03 {
    width: 20.6rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_attend04 {
    width: calc(39rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_attend04 {
    width: 39rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_attend05 {
    width: calc(29rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_attend05 {
    width: 29rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_imgTxt.mo_attend06 {
    width: calc(20.2rem / 1.4);
  }
}
@media screen and (min-width: 1200px) {
  .el_imgTxt.mo_attend06 {
    width: 20.2rem;
  }
}

/* el_btn */
.el_btnWrapper {
  text-align: center;
}

.el_btn01 {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  background-color: #fff;
  transition: 0.25s;
}
@media screen and (max-width: 767.98px) {
  .el_btn01 {
    padding: 2rem;
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .el_btn01 {
    padding: 2rem 5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .el_btn01 {
    padding: 2rem 8em;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn01 {
    padding: 3rem 10rem;
    font-size: 1.5rem;
  }
}
.el_btn01:focus, .el_btn01:hover {
  background-color: white;
  opacity: 1;
}
.el_btn01:focus:before, .el_btn01:hover:before {
  right: 1rem;
}
.el_btn01:before {
  position: absolute;
  transition: 0.25s;
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.47 2.01'%3E%3Cpath fill='%23fff' d='M30.17 2H.3a.29.29 0 01-.3-.3.3.3 0 01.3-.3h28.48L26.9.57a.3.3 0 01-.15-.39.3.3 0 01.4-.15l3.14 1.41a.3.3 0 01-.12.57z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media screen and (max-width: 1199.98px) {
  .el_btn01:before {
    top: 50%;
    right: 1.5rem;
    width: 3rem;
    height: 0.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn01:before {
    top: 50%;
    right: 1.5rem;
    width: 5rem;
    height: 0.4rem;
  }
}
.el_btn01.mo__type02 {
  background-color: #ccc;
}
.el_btn01.mo__type02:focus, .el_btn01.mo__type02:hover {
  background-color: #f2f2f2;
}
.el_btn01.mo__type03 {
  border: 0.8rem solid #999;
  border-right-width: 1.2rem;
  border-left-width: 1.2rem;
}

.el_btnHeader {
  position: relative;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  background-color: #0074BB;
  transition: 0.25s;
}
@media screen and (max-width: 1199.98px) {
  .el_btnHeader {
    padding: 0 1.2rem 0 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnHeader {
    padding: 0 5rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.el_btnHeader:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  border: 0.2rem solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-60%);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .el_btnHeader:after {
    right: 0.8rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnHeader:after {
    right: 3rem;
    width: 2rem;
    height: 2rem;
  }
}
.el_btnHeader.mo__conWeb {
  background-color: #FFAF2D;
}
@media screen and (max-width: 1199.98px) {
  .el_btnHeader.mo__conWeb img {
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnHeader.mo__conWeb img {
    width: 6rem;
  }
}
.el_btnHeader.mo__conAttend {
  background-color: #FFAF2D;
}
@media screen and (max-width: 1199.98px) {
  .el_btnHeader.mo__conAttend img {
    width: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnHeader.mo__conAttend img {
    width: 8rem;
  }
}

/* splash */
/*========= LoadingのためのCSS ===============*/
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  color: #999;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #999;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

.splash_hd {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
}
.splash_hd .ch_hd {
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
}
.splash_hd .ch_note {
  margin-top: 1rem;
  color: #999;
  font-size: 1rem;
}

/* _bl_navPage */
@media screen and (min-width: 768px) {
  .bl_navPage.mo__la02 ul {
    justify-content: left;
  }
}
@media screen and (min-width: 768px) {
  .bl_navPage ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .bl_navPage ul > *:last-child {
    margin-bottom: 0;
  }
}
.bl_navPage ul li {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .bl_navPage ul li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .bl_navPage ul li {
    width: calc(33% - 5px);
    margin-right: 1rem;
  }
}
.bl_navPage ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bl_navPage ul li.mo__br {
  width: 100%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .bl_navPage ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.bl_navPage_a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.bl_navPage_fig img {
  width: 100%;
}
.bl_navPage_body {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 25%;
}
@media screen and (max-width: 767.98px) {
  .bl_navPage_body {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_navPage_body {
    padding: 2rem;
  }
}
.bl_navPage_body:after {
  position: absolute;
  right: 3rem;
  top: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.2rem solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-60%);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .bl_navPage_body:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.bl_navPage_body .el_typoNote {
  width: 100%;
  color: #fff;
}
.bl_navPage_hd {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .bl_navPage_hd {
    font-size: 2rem;
  }
}

/* bl_navTxtList */
@media screen and (max-width: 1199.98px) {
  .bl_navTxtList {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_navTxtList {
    margin-bottom: 4rem;
  }
}
.bl_navTxtList ul {
  border-top: 1px dotted #ccc;
}
.bl_navTxtList ul li {
  border-bottom: 1px dotted #ccc;
}
.bl_navTxtList ul li a {
  position: relative;
  display: block;
  color: #666;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199.98px) {
  .bl_navTxtList ul li a {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_navTxtList ul li a {
    padding: 2rem;
    font-size: 2rem;
  }
}
.bl_navTxtList ul li a:after {
  position: absolute;
  right: 3rem;
  top: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.2rem solid;
  border-color: #FFAF2D #FFAF2D transparent transparent;
  transform: rotate(45deg) translateY(-60%);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .bl_navTxtList ul li a:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.bl_navTxtList ul li a .el_imgTxt {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
/* _bl_box01 */
.bl_box01 {
  background-color: #FFAF2D;
}
@media screen and (max-width: 767.98px) {
  .bl_box01 {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bl_box01 {
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_box01 {
    padding: 3rem;
  }
}
.bl_box01 > *:last-child {
  margin-bottom: 0;
}

/* bl_secHeader01 */
.bl_secHeader01 {
  text-align: center;
  margin-bottom: 4rem;
}

/* bl_conMovie */
@media screen and (min-width: 768px) {
  .bl_conMovie {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .bl_conMovie_movieWrapper {
    width: 60%;
  }
}
.bl_conMovie_body {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .bl_conMovie_body {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_conMovie_body {
    width: 40%;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_conMovie.mo_rowReverse {
    flex-direction: row-reverse;
  }
}

/* bl_card */
@media screen and (min-width: 768px) {
  .bl_cardUnit {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .bl_cardUnit > .bl_card {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_cardUnit > .bl_card {
    width: calc(50% - 5px);
    margin-right: 1rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_cardUnit > .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .bl_cardUnit > *:last-child {
    margin-bottom: 0;
  }
}

/* bl_cardMovie */
.bl_cardMovie {
  margin-bottom: 2rem;
}
.bl_cardMovie_movie {
  padding-top: 56.25%;
  position: relative;
}
.bl_cardMovie_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199.98px) {
  .bl_cardMovie_body {
    padding: 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_cardMovie_body {
    padding: 1.5rem;
  }
}
.bl_cardMovie_body > *:last-child {
  margin-bottom: 0;
}
.bl_cardMovie_hd {
  color: inherit;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .bl_cardMovie_hd {
    font-size: 1.6rem;
  }
}
.bl_cardMovie_performer {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  display: inline-block;
  margin-top: 1rem;
  background-color: #eee;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1200px) {
  .bl_cardMovie_performer {
    font-size: 1.4rem;
  }
}
.bl_cardMovie_txt {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-top: 1rem;
  border-left: 0.5rem solid #ddd;
  padding-left: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .bl_cardMovie_txt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .bl_cardMovieUnit {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_cardMovieUnit > .bl_cardMovie {
    width: calc(33.3% - 10px);
    margin-right: 10px;
  }
  .bl_cardMovieUnit > .bl_cardMovie:nth-of-type(3n) {
    margin-right: 0;
  }
}
.bl_cardMovieUnit > *:last-child .bl_cardMovie {
  margin-bottom: 0;
}

.sec_base {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .sec_base {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_base {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .sec_base.mo__pageTop {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .sec_base.mo__pageTop {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_base.mo__pageTop {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sec_L01 {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_L01 {
    padding: 8rem 0;
  }
}
.sec_L01 .is-full {
  width: 100%;
  height: auto;
}
.sec_L01.is-pd--0 {
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  .sec_L02 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_L02 {
    margin-top: 6rem;
  }
}

/* sec_main */
.sec_main {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .sec_main {
    height: calc(100vh - 4rem);
  }
}
@media screen and (min-width: 1200px) {
  .sec_main {
    height: calc(100vh - 7rem);
  }
}
.sec_main.is-topMain {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  background-color: #DFFAD3;
}
@media screen and (max-width: 1199.98px) {
  .sec_main.is-topMain {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main.is-topMain {
    height: auto;
  }
}
.sec_main_visual {
  margin: 0 auto;
  max-width: 1280px;
}
.sec_main_visual img {
  width: 100%;
  height: auto;
}
.sec_main_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_movie {
    min-height: calc(100vh - 4rem);
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_movie {
    min-height: calc(100vh - 7rem);
  }
}
.sec_main_body {
  background-color: rgba(255, 175, 45, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_body {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_body {
    width: 50%;
    height: 100%;
  }
}
.sec_main_bodyInner {
  margin-top: 30px;
  width: 100%;
}
.sec_main_hd {
  text-align: center;
}
.sec_main_hdOp {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_hdOp {
    margin-bottom: 2rem;
    width: 21.3333333333rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_hdOp {
    margin-bottom: 4rem;
    width: 32rem;
  }
}
.sec_main_hdIcon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_hdIcon {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_hdIcon {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .web .sec_main_hdIcon {
    width: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .web .sec_main_hdIcon {
    width: 12rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .attend .sec_main_hdIcon {
    width: 8.6666666667rem;
  }
}
@media screen and (min-width: 1200px) {
  .attend .sec_main_hdIcon {
    width: 13rem;
  }
}
.sec_main_hdTxt {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_hdTxt {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_hdTxt {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .web .sec_main_hdTxt {
    width: 13.3333333333rem;
  }
}
@media screen and (min-width: 1200px) {
  .web .sec_main_hdTxt {
    width: 20rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .attend .sec_main_hdTxt {
    width: 16.6666666667rem;
  }
}
@media screen and (min-width: 1200px) {
  .attend .sec_main_hdTxt {
    width: 25rem;
  }
}
.sec_main_catch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.sec_main_catchTxt {
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sec_main_catchTxt {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.sec_main_catchIcon {
  position: absolute;
  display: inline-block;
  transform: rotate(20deg);
}
@media screen and (max-width: 1199.98px) {
  .sec_main_catchIcon {
    top: -2.8rem;
    left: 72%;
    width: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_catchIcon {
    top: -5rem;
    left: 70%;
    width: 11rem;
  }
}
.sec_main_catchBadge {
  background-color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_catchBadge {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_catchBadge {
    width: 12rem;
    height: 12rem;
  }
}
.sec_main_catchBadge span {
  width: 100%;
  text-align: center;
}
.sec_main_catchBadge span:first-child {
  font-size: 16px;
  color: #555;
}
@media screen and (max-width: 767.98px) {
  .sec_main_catchBadge span:first-child {
    font-size: 14px;
  }
}
.sec_main_catchBadge span:nth-child(3) {
  font-size: 24px;
  color: #FF6A00;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .sec_main_catchBadge span:nth-child(3) {
    font-size: 18px;
  }
}
.sec_main_catchBadge .ch_next {
  background-color: #FF6A00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_catchBadge .ch_next {
    margin-top: -1rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_catchBadge .ch_next {
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
  }
}
.sec_main_catchBadge .ch_date {
  color: #FFAF2D;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-align: center;
  color: white;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_catchBadge .ch_date {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_catchBadge .ch_date {
    font-size: 2.8rem;
  }
}
.sec_main_catchBadge .ch_day {
  width: 100%;
  color: #FFAF2D;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .sec_main_catchBadge .ch_day {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main_catchBadge .ch_day {
    font-size: 1.4rem;
  }
}
.sec_main_catchDate {
  margin-left: 5%;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .sec_main_catchDate {
    margin-top: 13px;
    margin-left: 0;
    width: 90%;
  }
}
.sec_main_catchDate li {
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 4px;
  background-color: white;
  text-align: center;
}
.sec_main_catchDate li .ch_date {
  font-size: 28px;
  font-weight: 600;
  color: #555;
}
@media screen and (max-width: 767.98px) {
  .sec_main_catchDate li .ch_date {
    font-size: 24px;
  }
}
.sec_main_catchDate li .ch_day {
  font-size: 16px;
  color: #FF6A00;
}
@media screen and (max-width: 767.98px) {
  .sec_main_catchDate li .ch_day {
    font-size: 14px;
  }
}

.fl_cvr {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
}
@media screen and (max-width: 575.98px) {
  .fl_cvr {
    width: calc(100% - 44px);
  }
}
.fl_cvr_button {
  padding: 13px;
  border: 5px solid #000000;
  border-radius: 8px;
  display: block;
  background-color: yellow;
  color: #000000;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-shadow: 4px 4px 0px 0px #888;
}
@media screen and (max-width: 1199.98px) {
  .fl_cvr_button {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .fl_cvr_button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
}
.fl_cvr_button::after {
  margin-left: 8px;
  content: "";
  border: 0.2rem solid;
  border-color: #000 #000 transparent transparent;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
}
.fl_cvr_buttonIcon {
  margin-bottom: 8px;
  width: 38px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(2091%) hue-rotate(147deg) brightness(91%) contrast(100%);
}
@media screen and (max-width: 575.98px) {
  .fl_cvr_buttonIcon {
    margin-right: 8px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .fl_cvr_button span {
    display: block;
    width: 100%;
  }
}

.sec_col {
  margin: 0 22px;
}
@media screen and (min-width: 768px) {
  .sec_col {
    margin: 0 35px;
  }
}
.sec_col h2 {
  margin: 11px 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
@media screen and (min-width: 768px) {
  .sec_col h2 {
    font-size: 20px;
  }
}
.sec_col p {
  line-height: 2;
  font-size: 14px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .sec_col p {
    font-size: 16px;
  }
}
.sec_col p:nth-of-type(n+2) {
  margin: 11px 0;
}
.sec_col a {
  color: #0074BB;
}
.sec_col:nth-of-type(n+2) {
  margin-top: 35px;
}

.p-more__button {
  margin: 22px auto;
  padding: 8px 44px;
  border: 2px solid #00489d;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  background-color: #e3effe;
  color: #00489d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  .p-more__button {
    padding: 13px 92px;
    border-width: 3px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .p-more__button:hover {
    background-color: #00489d;
    color: #fff;
  }
}
.p-more__button::after {
  margin-top: -10px;
  border: 2px solid #00489d;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00489d;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20877.66%20877.66%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M438.83%2C0C196.47%2C0%2C0%2C196.47%2C0%2C438.83s196.47%2C438.83%2C438.83%2C438.83%2C438.83-196.47%2C438.83-438.83S681.19%2C0%2C438.83%2C0Zm205.78%2C464.27l-172.09%2C170.22c-14.05%2C13.9-36.71%2C13.77-50.6-.28-13.9-14.04-13.77-36.71%2C.28-50.61l110.19-109H258.21c-19.76%2C0-35.78-16.01-35.78-35.78s16.02-35.77%2C35.78-35.77h274.17l-110.19-109.01c-14.05-13.9-14.17-36.55-.28-50.6%2C13.9-14.06%2C36.55-14.17%2C50.6-.28l172.09%2C170.22c6.8%2C6.73%2C10.62%2C15.87%2C10.62%2C25.44%2C.01%2C9.57-3.81%2C18.72-10.61%2C25.45Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  vertical-align: -0.35rem;
}

@media screen and (min-width: 1025px) {
  .p-more__button::after {
    margin-top: -14px;
    border-width: 3px;
    right: 13px;
    width: 28px;
    height: 28px;
  }
}
.p-more__button[target=_blank]:not(img)::after {
  margin-top: -10px;
  border: none;
  border-radius: 2px 0 2px 2px;
  right: 18px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%2300489d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M11.02%2C0h6.98V6.99h-2.02V3.42L6.19%2C13.22l-1.41-1.41L14.58%2C2.02h-3.56V0h0Zm4.97%2C15.98v-6.98h2.02v6.98c0%2C.53-.2%2C1-.61%2C1.41-.41%2C.41-.87%2C.61-1.41%2C.61H2.02c-.56%2C0-1.04-.2-1.43-.59-.39-.39-.59-.87-.59-1.43V2.02C0%2C1.45%2C.2%2C.98%2C.59%2C.59c.39-.39%2C.87-.59%2C1.43-.59h6.98V2.02H2.02V15.98H15.98Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}

@media screen and (min-width: 1025px) {
  .p-more__button[target=_blank]:not(img):hover::after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M11.02%2C0h6.98V6.99h-2.02V3.42L6.19%2C13.22l-1.41-1.41L14.58%2C2.02h-3.56V0h0Zm4.97%2C15.98v-6.98h2.02v6.98c0%2C.53-.2%2C1-.61%2C1.41-.41%2C.41-.87%2C.61-1.41%2C.61H2.02c-.56%2C0-1.04-.2-1.43-.59-.39-.39-.59-.87-.59-1.43V2.02C0%2C1.45%2C.2%2C.98%2C.59%2C.59c.39-.39%2C.87-.59%2C1.43-.59h6.98V2.02H2.02V15.98H15.98Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
.calendar2024 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.calendar2024 li {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .calendar2024 li {
    width: 16.666%;
  }
}
.calendar2024 li img {
  width: 100%;
  height: auto;
}

/* sec_main */
.sec_main02 {
  width: 100%;
  background-color: #eee;
}
.sec_main02_body {
  background-color: rgba(255, 175, 45, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .sec_main02_body {
    width: 100%;
  }
}
.sec_main02_bodyInner {
  width: 100%;
}
.sec_main02_hd {
  text-align: center;
}
.sec_main02_hdOp {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_main02_hdOp {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main02_hdOp {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 24rem;
  }
}
.sec_main02_hdIcon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_main02_hdIcon {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main02_hdIcon {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .web .sec_main02_hdIcon {
    width: 5.3333333333rem;
  }
}
@media screen and (min-width: 1200px) {
  .web .sec_main02_hdIcon {
    width: 8rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .attend .sec_main02_hdIcon {
    width: 8.6666666667rem;
  }
}
@media screen and (min-width: 1200px) {
  .attend .sec_main02_hdIcon {
    width: 13rem;
  }
}
.sec_main02_hdTxt {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_main02_hdTxt {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main02_hdTxt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .web .sec_main02_hdTxt {
    width: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .web .sec_main02_hdTxt {
    width: 16rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .attend .sec_main02_hdTxt {
    width: 16.6666666667rem;
  }
}
@media screen and (min-width: 1200px) {
  .attend .sec_main02_hdTxt {
    width: 25rem;
  }
}
.sec_main02_catch {
  position: relative;
  background-color: #FF6A00;
  padding: 2rem;
}
.sec_main02_catchTxt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sec_main02_catchTxt {
    font-size: 2.4rem;
  }
}
.sec_main02_catchIcon {
  position: absolute;
  display: inline-block;
  transform: rotate(20deg);
}
@media screen and (max-width: 1199.98px) {
  .sec_main02_catchIcon {
    top: -2.8rem;
    left: 72%;
    width: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main02_catchIcon {
    top: -5rem;
    left: 60%;
    width: 11rem;
  }
}
.sec_main02_catchBadge {
  position: absolute;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 1199.98px) {
  .sec_main02_catchBadge {
    top: -2.8rem;
    left: 72%;
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main02_catchBadge {
    top: -7rem;
    left: 70%;
    width: 14rem;
    height: 14rem;
  }
}
.sec_main02_catchBadge .ch_next {
  background-color: #FF6A00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .sec_main02_catchBadge .ch_next {
    margin-top: -1rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_main02_catchBadge .ch_next {
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
  }
}
.sec_main02_catchBadge .ch_date {
  color: #FFAF2D;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .sec_main02_catchBadge .ch_date {
    font-size: 4.8rem;
  }
}
.sec_main02_catchBadge .ch_day {
  color: #FFAF2D;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sec_main02_catchBadge .ch_day {
    font-size: 2rem;
  }
}

/* ホーム */
.sec_navJukensei {
  background-image: url("../../img/common/bg_navJukensei.png");
}
.sec_navJukensei_bnr {
  display: table;
  background-color: #fff;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_navJukensei {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec_navJukensei {
    padding: 80px 0;
  }
}

/* ホーム */
.sec_navContent {
  background-color: #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec_navContent.mo__contentWeb {
  background-image: url("../../img/common/sec_navContent_bg02.jpg");
}
.sec_navContent.mo__contentAttend {
  background-image: url("../../img/common/sec_navContent_bg01.jpg");
}
.sec_navContent_bnr {
  display: table;
  background-color: #fff;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_navContent {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec_navContent {
    padding: 80px 0;
  }
}

/* sec_home */
.sec_homeMain {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain {
    height: calc(100vh - 4rem);
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain {
    height: calc(100vh - 7rem);
  }
}
.sec_homeMain_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_movie {
    min-height: calc(100vh - 4rem);
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_movie {
    min-height: calc(100vh - 7rem);
  }
}
.sec_homeMain_hdWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_hdWrapper {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_hdWrapper {
    width: 68rem;
  }
}
.sec_homeMain_hdBox {
  background-color: rgba(255, 175, 45, 0.7);
}
.sec_homeMain_hd {
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_hdOp {
    width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_hdOp {
    width: 32rem;
  }
}
.sec_homeMain_box {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.sec_homeMain_boxBody {
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_boxBody {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 10%);
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_boxBody {
    transform: translateY(10%);
  }
}
@media screen and (min-width: 1200px) {
  .mo__idWeb .sec_homeMain_boxBody {
    right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .mo__idAttend .sec_homeMain_boxBody {
    left: 2rem;
  }
}
.sec_homeMain_boxA {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_boxA {
    width: 100%;
    height: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_boxA {
    width: 32rem;
    height: 32rem;
  }
}
.sec_homeMain_boxAInner {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_hd02Wrapper {
    height: 50%;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_hd02Wrapper {
    height: 40%;
    padding-top: 4rem;
  }
}
.sec_homeMain_hd02Icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_hd02Icon {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_hd02Icon {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .mo__idWeb .sec_homeMain_hd02Icon {
    width: 5.5333333333rem;
  }
}
@media screen and (min-width: 1200px) {
  .mo__idWeb .sec_homeMain_hd02Icon {
    width: 8.3rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .mo__idAttend .sec_homeMain_hd02Icon {
    width: 5.5333333333rem;
  }
}
@media screen and (min-width: 1200px) {
  .mo__idAttend .sec_homeMain_hd02Icon {
    width: 8.3rem;
  }
}
.sec_homeMain_hd02Txt {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_hd02Txt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .mo__idWeb .sec_homeMain_hd02Txt {
    width: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .mo__idWeb .sec_homeMain_hd02Txt {
    width: 12rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .mo__idAttend .sec_homeMain_hd02Txt {
    width: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .mo__idAttend .sec_homeMain_hd02Txt {
    width: 15rem;
  }
}
.sec_homeMain_leadWrapper {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_leadWrapper {
    height: 50%;
    padding: 0 0 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_leadWrapper {
    height: 60%;
    padding: 0 2rem;
  }
}
.sec_homeMain_leadWrapper:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  border: 0.2rem solid;
  border-color: #ccc #ccc transparent transparent;
  transform: rotate(45deg) translateY(-60%);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .sec_homeMain_leadWrapper:after {
    right: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_leadWrapper:after {
    right: 8rem;
    width: 8rem;
    height: 8rem;
  }
}
.sec_homeMain_lead {
  border-left: 5px solid #FFAF2D;
  padding: 0 1rem;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .sec_homeMain_lead {
    font-size: 1.8rem;
  }
}

.sec_homeDepartmentCourse .bl_cardMovie_hd {
  text-align: center;
}

/* _sec_attend */
.sec_attend_howToApply .bl_box01 {
  margin-bottom: 1.4rem;
  padding: 1.5rem;
}
.sec_attend_howToApply .bl_box01 .el_typoP {
  color: #fff;
}

/* siteHeader */
.siteHeader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199.98px) {
  .siteHeader {
    height: 4rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteHeader {
    height: 7rem;
    padding-left: 2rem;
  }
}
.siteHeader_idSiteA {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .siteHeader_idSite img {
    width: 11.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteHeader_idSite img {
    width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteHeader_idOp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.siteHeader_idOpA {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .siteHeader_idOp img {
    width: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteHeader_idOp img {
    width: 16rem;
  }
}
.siteHeader_nav {
  height: 100%;
  display: flex;
}

/* siteContent */
/* siteFooter */
.siteFooter_info {
  padding: 40px 0;
}
.siteFooter_info_id img {
  display: inline;
}
.siteFooter_info_data {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .siteFooter_info_data {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .siteFooter_info {
    text-align: center;
  }
  .siteFooter_info_id {
    margin-bottom: 30px;
  }
  .siteFooter_info_id img {
    width: 180px;
  }
  .siteFooter_info_data span {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .siteFooter_info_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .siteFooter_info_id img {
    width: 200px;
  }
  .siteFooter_info_data span {
    margin-left: 20px;
  }
}
.siteFooter_copyright {
  color: #888;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
/* animation */
.an_faden01 {
  opacity: 0;
}
.an_faden01.started {
  animation: fadeIn01 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg01 {
  opacity: 0;
}
.an_fadenImg01.started {
  animation: fadeInImg01 1s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg02 {
  opacity: 0;
}
.an_fadenImg02.started {
  animation: fadeInImg02 4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg03 {
  opacity: 0;
}
.an_fadenImg03.started {
  animation: fadeInImg03 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg04 {
  opacity: 0;
}
.an_fadenImg04.started {
  animation: fadeInImg04 3s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg04 {
  opacity: 0;
}
.an_fadenImg04.started {
  animation: fadeInImg04 3s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInHd01 {
  opacity: 0;
}
.an_fadeInHd01.started {
  animation: fadeInHd01 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInHd02 {
  opacity: 0;
}
.an_fadeInHd02.started {
  animation: fadeInHd02 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInHd03 {
  opacity: 0;
}
.an_fadeInHd03.started {
  animation: fadeInHd03 1s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInLead01 {
  opacity: 0;
}
.an_fadeInLead01.started {
  animation: fadeInLead01 2s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInP01 {
  opacity: 0;
}
.an_fadeInP01.started {
  animation: fadeInP01 1s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInP02 {
  opacity: 0;
}
.an_fadeInP02.started {
  animation: fadeInP01 1s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInTable01 {
  opacity: 0;
}
.an_fadeInTable01.started {
  animation: fadeInLead01 1s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

.an_slideSquare01 {
  position: relative;
  overflow: hidden;
}
.an_slideSquare01:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(255, 175, 45, 0.7);
  width: 100%;
  height: 100%;
}
.an_slideSquare01.mo__bgColor02:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.an_slideSquare01.started:after {
  animation: slideSquare01 0.5s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInImg01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInImg02 {
  0% {
    opacity: 0;
    transform: translate(0, 20px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInImg03 {
  0% {
    opacity: 0;
    transform: translate(0, 30px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInImg04 {
  0% {
    opacity: 0;
    transform: translate(0, 10px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes UpMove01 {
  0% {
    transform: translate(0 -50%);
  }
  100% {
    top: 50%;
    transform: translate(-50% -50%);
  }
}
@keyframes DownMove01 {
  0% {
    top: 50%;
    transform: translate(-50% -50%);
  }
  100% {
    top: 12rem;
    transform: translate(0 -50%);
  }
}
@keyframes fadeInHd01 {
  0% {
    opacity: 0;
    transform: translate(0, -10rem) scale(20);
  }
  50% {
    opacity: 0.5;
    transform: translate(0, 0) scale(0.8);
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInHd02 {
  0% {
    opacity: 0;
    transform: translate(0, 2rem);
  }
  50% {
    transform: translate(0, 0) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInHd03 {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(2);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInLead01 {
  0% {
    opacity: 0;
  }
  50% {
    transform: translate(0, 0) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInP01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideSquare01 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
/* _ut_common */
.hp_cf::after {
  content: "";
  display: block;
  clear: both;
}

.hp_txtCenter {
  text-align: center;
}

.hp_bgSecWebMovie {
  position: relative;
  overflow: hidden;
}
.hp_bgSecWebMovie:before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 151.62 100.5'%3E%3Cpath fill='%23fff5eb' d='M146.09 0H5.53A5.55 5.55 0 000 5.53V95a5.55 5.55 0 005.53 5.54h140.56a5.55 5.55 0 005.53-5.54V5.53A5.55 5.55 0 00146.09 0zM9.83 93.25a1.19 1.19 0 01-1.19 1.19H5.73a1.19 1.19 0 01-1.18-1.19v-4.86a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16.53a1.18 1.18 0 01-1.19 1.18H5.73a1.18 1.18 0 01-1.18-1.18v-4.86a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm0-16a1.19 1.19 0 01-1.19 1.19H5.73a1.19 1.19 0 01-1.18-1.19v-4.89a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16a1.19 1.19 0 01-1.19 1.19H5.73a1.19 1.19 0 01-1.18-1.19V39.8a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16a1.18 1.18 0 01-1.19 1.18H5.73a1.18 1.18 0 01-1.18-1.18v-4.94a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm0-16a1.18 1.18 0 01-1.19 1.18H5.73a1.18 1.18 0 01-1.18-1.18V7.75a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm127.88 80.13a3.66 3.66 0 01-3.65 3.65H17.56a3.66 3.66 0 01-3.65-3.65V7.64A3.66 3.66 0 0117.56 4h116.5a3.66 3.66 0 013.65 3.65zm9.36.4a1.19 1.19 0 01-1.19 1.19H143a1.19 1.19 0 01-1.18-1.19v-4.86a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16.53a1.18 1.18 0 01-1.19 1.18H143a1.18 1.18 0 01-1.18-1.18v-4.86a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm0-16a1.19 1.19 0 01-1.19 1.19H143a1.19 1.19 0 01-1.18-1.19v-4.89a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16a1.19 1.19 0 01-1.19 1.19H143a1.19 1.19 0 01-1.18-1.19V39.8a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16a1.18 1.18 0 01-1.19 1.18H143a1.18 1.18 0 01-1.18-1.18v-4.94a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm0-16a1.18 1.18 0 01-1.19 1.18H143a1.18 1.18 0 01-1.18-1.18V7.75A1.19 1.19 0 01143 6.56h2.91a1.19 1.19 0 011.19 1.19z'/%3E%3Cpath fill='%23fff5eb' d='M75.81 33.64a16.61 16.61 0 1016.61 16.61 16.61 16.61 0 00-16.61-16.61zM71.9 58.78V41.72l12 8.53z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media screen and (max-width: 1199.98px) {
  .hp_bgSecWebMovie:before {
    top: -8rem;
    left: calc(50% - 26rem);
    width: 26.7rem;
    height: 17.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .hp_bgSecWebMovie:before {
    top: -18rem;
    left: calc(50% - 53rem);
    width: 53.4rem;
    height: 35.4rem;
  }
}

.hp_bg01 {
  background-color: #DFFAD3;
  position: relative;
  z-index: 0;
}
.hp_bg01.hp_bgSecWebMovie:before {
  left: 50%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 151.62 100.5'%3E%3Cpath fill='%23fff' d='M146.09 0H5.53A5.55 5.55 0 000 5.53V95a5.55 5.55 0 005.53 5.54h140.56a5.55 5.55 0 005.53-5.54V5.53A5.55 5.55 0 00146.09 0zM9.83 93.25a1.19 1.19 0 01-1.19 1.19H5.73a1.19 1.19 0 01-1.18-1.19v-4.86a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16.53a1.18 1.18 0 01-1.19 1.18H5.73a1.18 1.18 0 01-1.18-1.18v-4.86a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm0-16a1.19 1.19 0 01-1.19 1.19H5.73a1.19 1.19 0 01-1.18-1.19v-4.89a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16a1.19 1.19 0 01-1.19 1.19H5.73a1.19 1.19 0 01-1.18-1.19V39.8a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16a1.18 1.18 0 01-1.19 1.18H5.73a1.18 1.18 0 01-1.18-1.18v-4.94a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm0-16a1.18 1.18 0 01-1.19 1.18H5.73a1.18 1.18 0 01-1.18-1.18V7.75a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm127.88 80.13a3.66 3.66 0 01-3.65 3.65H17.56a3.66 3.66 0 01-3.65-3.65V7.64A3.66 3.66 0 0117.56 4h116.5a3.66 3.66 0 013.65 3.65zm9.36.4a1.19 1.19 0 01-1.19 1.19H143a1.19 1.19 0 01-1.18-1.19v-4.86a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16.53a1.18 1.18 0 01-1.19 1.18H143a1.18 1.18 0 01-1.18-1.18v-4.86a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm0-16a1.19 1.19 0 01-1.19 1.19H143a1.19 1.19 0 01-1.18-1.19v-4.89a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16a1.19 1.19 0 01-1.19 1.19H143a1.19 1.19 0 01-1.18-1.19V39.8a1.18 1.18 0 011.18-1.18h2.91a1.18 1.18 0 011.19 1.18zm0-16a1.18 1.18 0 01-1.19 1.18H143a1.18 1.18 0 01-1.18-1.18v-4.94a1.19 1.19 0 011.18-1.19h2.91a1.19 1.19 0 011.19 1.19zm0-16a1.18 1.18 0 01-1.19 1.18H143a1.18 1.18 0 01-1.18-1.18V7.75A1.19 1.19 0 01143 6.56h2.91a1.19 1.19 0 011.19 1.19z'/%3E%3Cpath fill='%23fff' d='M75.81 33.64a16.61 16.61 0 1016.61 16.61 16.61 16.61 0 00-16.61-16.61zM71.9 58.78V41.72l12 8.53z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}

.hp_mb0 {
  margin-bottom: 0;
}

.hp_mt-Sec {
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .hp_mt-Sec {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 1200px) {
  .hp_mt-Sec {
    margin-top: -5rem;
  }
}
