@charset 'utf-8';
@import url("https://fonts.googleapis.com/css?family=Lusitana&display=swap");
/* original */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@media print, screen and (min-width: 769px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
.ut__Mt0 {
  margin-top: 0 !important;
}
.ut__Mb0 {
  margin-bottom: 0 !important;
}
.ut__TextLeft {
  text-align: left !important;
}
.ut__TextCenter {
  text-align: center !important;
}
.ut__TextRight {
  text-align: right !important;
}
.ut__TextBold {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .st__Section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .st__Section {
    margin-top: 10.666666666666668vw;
  }
}
.st__SectionTitle {
  background: #f2f3f8;
}
@media print, screen and (min-width: 769px) {
  .st__SectionTitle {
    font-size: 18px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionTitle {
    font-size: 3.733333333333334vw;
    padding: 3.733333333333334vw 3.466666666666666vw;
  }
}
.st__SectionBox {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__SectionBox {
    margin-top: 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionBox {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .st__SectionText {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionText {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    margin-top: 4vw;
  }
}
.st__sectionLink {
  color: #1a2f7e;
  text-decoration: none;
  font-weight: bold;
}
.st__sectionLink:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .st__ListLink {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLink {
    margin: 1.333333333333333vw 0;
  }
}
.st__ListLinkItem {
  position: relative;
  line-height: 1.625;
}
@media print, screen and (min-width: 769px) {
  .st__ListLinkItem {
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLinkItem {
    padding-left: 3.2vw;
    margin-bottom: 0.533333333333333vw;
    font-size: 3.2vw;
  }
}
.st__ListLinkItem:last-child {
  margin-bottom: 0;
}
.st__ListLinkItem::before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .st__ListLinkItem::before {
    width: 8px;
    height: 8px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLinkItem::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
    left: -0.666666666666667vw;
  }
}
.st__ListLinkItem a {
  text-decoration: none;
  font-weight: bold;
  color: #1a2f7e;
}
.st__ListLinkItem a:hover {
  text-decoration: underline;
}
.st__SectionListItem {
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__SectionListItem {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionListItem {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
  }
}
.st__SectionListItem::before {
  content: "・";
}
.st__Anclist {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .st__Anclist {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__Anclist {
    margin-bottom: 4vw;
  }
}
.st__AnclistItem {
  line-height: 1.65;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistItem {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistItem {
    margin-top: 2vw;
  }
}
.st__AnclistItem:first-child {
  margin-left: 0;
  margin-top: 0;
}
.st__AnclistLink {
  position: relative;
  display: inline-block;
  color: #000;
}
.st__AnclistLink:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistLink {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistLink {
    font-size: 3.733333333333334vw;
    padding-left: 4vw;
  }
}
.st__AnclistLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 45%;
  transform: translate(0, -50%) rotate(45deg);
  left: 2px;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistLink::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistLink::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__sectionImg {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__sectionImg {
    margin: 4vw 0;
  }
}
.st__ImgCenter {
  text-align: center;
}
.st__ImgCenter img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgCenter img {
    width: 100%;
  }
}
.st__ImgLeft {
  text-align: left;
}
.st__ImgLeft img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgLeft img {
    width: 100%;
  }
}
.st__ImgRight {
  text-align: right;
}
.st__ImgRight img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgRight img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .st__WithImgBlock {
    display: flex;
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__WithImgBlock {
    margin: 4vw 0;
  }
}
.st__WithImgBlock > img {
  display: block;
}
@media screen and (max-width: 768px) {
  .st__WithImgBlock > img {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .st__WithImgBlockText {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .st__WithImgBlockText {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    margin-top: 4vw;
  }
}
.st__Tab {
  margin-top: 70px;
  margin-bottom: 70px;
  border-bottom: 2px solid #162b7c;
}
@media screen and (max-width: 768px) {
  .st__Tab {
    display: none;
  }
}
.st__TabList {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__TabListEl {
    border: 1px solid #000;
    margin-left: 5px;
    border-bottom: none;
  }
}
.st__TabListEl:first-of-type {
  margin-left: 0;
}
.st__TabListCont {
  display: block;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: 0.5s;
}
.st__TabListCont.is-active {
  background: #162b7c;
  color: #fff;
  pointer-events: none;
}
.st__TabListCont:hover {
  background: #000;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__TabListCont {
    width: 210px;
    padding: 12px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__SelectLinkWrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .st__SelectLinkWrap {
    position: relative;
    margin-top: 8vw;
    margin-bottom: 9.333333333333334vw;
  }
  .st__SelectLinkWrap::before {
    content: "";
    position: absolute;
    background: #eee;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  .st__SelectLinkWrap::after {
    content: "";
    position: absolute;
    right: 2.933333333333333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.266666666666667vw 1.333333333333333vw 0 1.333333333333333vw;
    border-color: #999 transparent transparent transparent;
    pointer-events: none;
  }
}
.st__SelectLink {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .st__SelectLink {
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    font-size: 3.733333333333334vw;
    padding: 2.666666666666667vw;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .st__NewsList {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsList {
    margin-bottom: 8vw;
  }
}
.st__NewsListEl {
  border-bottom: 1px dotted #ccc;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl {
    display: flex;
    align-items: baseline;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl {
    padding: 2.666666666666667vw;
  }
}
.st__NewsListEl a {
  color: #0090b4;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl a {
    font-size: 3.733333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl img {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl img {
    margin-left: 1.333333333333333vw;
    width: 2.933333333333333vw !important;
    height: 2.666666666666667vw !important;
    vertical-align: text-bottom;
  }
}
.st__NewsListEl--Important {
  padding: 25px 15px;
  background: #fae7e7;
  border: 1px solid #e87e7e;
}
.st__NewsListHead {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .st__NewsListHead {
    margin-bottom: 1.333333333333333vw;
  }
}
.st__NewsListDate {
  font-weight: bold;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListDate {
    font-size: 16px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListDate {
    font-size: 3.2vw;
    margin-right: 2.666666666666667vw;
  }
}
.st__NewsTag {
  flex-shrink: 0;
  background: #f7f7f7;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .st__NewsTag {
    min-width: 90px;
    font-size: 13px;
    border-left: 5px solid transparent;
    margin-right: 20px;
    padding: 3px 5px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsTag {
    min-width: 20vw;
    font-size: 2.4vw;
    border-left: 0.8vw solid transparent;
    padding: 0.8vw 0;
  }
}
.st__NewsTag[data-category*="type-opera"] {
  border-left: 5px solid #2a5269;
}
.st__NewsTag[data-category*="type-ballet"] {
  border-left: 5px solid #b32453;
}
.st__NewsTag[data-category*="type-event"] {
  border-left: 5px solid #bf6540;
}
.st__NewsTag[data-category*="type-play"] {
  border-left: 5px solid #249bb3;
}
.st__NewsTag[data-category*="type-info"] {
  border-left: 5px solid #d6a622;
}
.st__NewsTag[data-category*="type-training"] {
  border-left: 5px solid #01bb00;
}
.st__NewsTag[data-category*="type-dance"] {
  border-left: 5px solid #b3243b;
}
.st__NewsTag[data-category*="type-20th"] {
  border-left: 5px solid #901061;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .st__NewsListDate {
    width: 160px;
  }
}
.st__NewsListCont {
  line-height: 1.5;
  color: #0090b4;
}
.st__NewsListCont:visited {
  color: #6e65ae;
}
.st__NewsListCont:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont {
    font-size: 3.733333333333334vw;
  }
}
.st__NewsListCont[target="_blank"]::after {
  content: '';
  display: inline-block;
  background: url("cpathicon_blank01.svg") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont[target="_blank"]::after {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont[target="_blank"]::after {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
    margin-left: 1.6vw;
  }
}
.st__NewsListCont[href$="pdf"]::after {
  content: '';
  display: inline-block;
  background: url("/common_files/images/com_ic11.gif") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont[href$="pdf"]::after {
    width: 13px;
    height: 14px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont[href$="pdf"]::after {
    width: 3.466666666666666vw;
    height: 3.733333333333334vw;
    margin-left: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__articleHead {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .st__articleHead {
    margin-bottom: 3.466666666666666vw;
  }
}
.st__NewsData {
  font-weight: bold;
  padding: 2px 0;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .st__NewsData {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsData {
    font-size: 3.2vw;
  }
}
.st__articleTitle {
  font-family: MyYuMinchoM, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  line-height: 1.65;
}
@media print, screen and (min-width: 769px) {
  .st__articleTitle {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .st__articleTitle {
    font-size: 5.333333333333334vw;
    margin-bottom: 30px;
  }
}
.st__snsBtnList {
  display: flex;
  justify-content: flex-end;
}
.st__snsBtnList > li {
  margin: 0 5px;
}
.st__articleSocial {
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLinkHeading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLinkHeading {
    font-size: 3.2vw;
    margin-bottom: 2.933333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink {
    font-size: 2.933333333333333vw;
  }
}
.st__relatedLink a {
  position: relative;
  padding-left: 1em;
}
.st__relatedLink a::before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.st__relatedLink a::after {
  margin-left: 5px;
  display: inline-block;
}
.st__relatedLink a[target="_blank"]::after {
  content: "";
  background: url("/common_files/images/com_ic10.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink a[target="_blank"]::after {
    width: 11px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink a[target="_blank"]::after {
    width: 2.2vw;
    height: 2vw;
  }
}
.st__relatedLink a[href*=".pdf"]::after {
  content: "";
  background: url("/common_files/images/com_ic11.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink a[href*=".pdf"]::after {
    width: 13px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink a[href*=".pdf"]::after {
    width: 2.6vw;
    height: 2.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink + .st__relatedLink {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink + .st__relatedLink {
    margin-top: 2.666666666666667vw;
  }
}
.st__list01 li {
  position: relative;
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li {
    font-size: 2.933333333333333vw;
  }
}
.st__list01 li:before {
  content: "";
  position: absolute;
  display: block;
  background: #4234ac;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li:before {
    left: 2px;
    top: 5px;
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li:before {
    left: 0.533333333333333vw;
    top: 1.066666666666667vw;
    width: 0.8vw;
    height: 0.8vw;
  }
}
.st__list01 li a::after {
  margin-left: 5px;
  display: inline-block;
}
.st__list01 li a[target="_blank"]::after {
  content: "";
  background: url("/common_files/images/com_ic10.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li a[target="_blank"]::after {
    width: 11px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li a[target="_blank"]::after {
    width: 2.2vw;
    height: 2vw;
  }
}
.st__list01 li a[href*=".pdf"]::after {
  content: "";
  background: url("/common_files/images/com_ic11.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li a[href*=".pdf"]::after {
    width: 13px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li a[href*=".pdf"]::after {
    width: 2.6vw;
    height: 2.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__list01 li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li + li {
    margin-top: 2.666666666666667vw;
  }
}
.st__Table {
  border: 1px solid #ccd0e6;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .st__Table {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .st__Table {
    margin-top: 6.133333333333333vw;
  }
}
.st__TableHead {
  background: #e1e4f1;
  text-align: left;
  border-right: 1px solid #ccd0e6;
  border-bottom: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__TableHead {
    padding: 14px 18px;
    width: 168px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__TableHead {
    padding: 2.133333333333333vw 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    width: 23.733333333333334vw;
    line-height: 1.636363636363636;
  }
}
.st__TableBody {
  border-bottom: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__TableBody {
    padding: 14px 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__TableBody {
    padding: 2.133333333333333vw 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    line-height: 1.636363636363636;
  }
}
.st__Box {
  border: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__Box {
    padding: 20px 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__Box {
    padding: 3.466666666666666vw 2.666666666666667vw;
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__Header .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .st__Header .pcOnly {
    display: none !important;
  }
}
.st__Header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .st__Header {
    padding: 22px 0 0 50px;
    min-width: 1080px;
    background: #fff;
    transition: margin-top 0.6s;
  }
  .st__Header .st__HeaderHideNav {
    top: 16px;
    right: 140px;
  }
  .st__Header .st__HeaderCalendar {
    width: 130px;
    padding: 14px;
    display: flex;
  }
  .st__Header .st__HeaderNavElText {
    padding-bottom: 17px;
  }
  .st__Header .st__HeaderNav {
    transition: margin-top 0.6s;
    margin-top: -8px;
  }
  .st__Header .st__HeaderLogo {
    transition: width 0.6s;
  }
}
@media print, screen and (min-width: 769px) {
  .st__Header[aria-expanded="false"] {
    padding: 22px 0 0 50px;
  }
  .st__Header[aria-expanded="false"] .st__HeaderHideNav {
    top: 16px;
    right: 140px;
  }
  .st__Header[aria-expanded="false"] .st__HeaderCalendar {
    width: 130px;
    padding: 14px;
    display: flex;
  }
  .st__Header[aria-expanded="false"] .st__HeaderNavElText {
    padding-bottom: 17px;
  }
  .st__Header[aria-expanded="false"] .st__HeaderNav {
    margin-top: -2px;
  }
  .st__Header[aria-expanded="false"] .st__HeaderLogo {
    width: 142px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderInner {
    padding: 2.266666666666667vw 0 0;
    box-sizing: border-box;
    background: #fff;
    height: 13.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLogo {
    width: 178px;
    max-width: 178px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLogo {
    width: 27.46666666666667vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 3.333333333333333vw;
  }
  .st__HeaderLogo a {
    display: block;
  }
}
.st__HeaderLogo img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEng {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEng {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEng {
    display: inline-block;
    z-index: 10;
    position: absolute;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 2.666666666666667vw;
    right: 38.666666666666664vw;
    top: 5.333333333333334vw;
  }
  .st__HeaderEng:link,
  .st__HeaderEng:visited {
    color: #000;
  }
  .st__HeaderEng::before {
    content: '';
    display: block;
    position: absolute;
    background: url("/assets/images/common/icon_blank01.svg") no-repeat left top;
    background-size: contain;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .st__HeaderEng::before {
    width: 2.533333333333333vw;
    height: 2.533333333333333vw;
    left: -4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNav {
    right: 88px;
    position: absolute;
    top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNav {
    padding: 4vw 0 2.666666666666667vw;
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 13.333333333333334vw;
    transition: transform 1s;
    z-index: -1;
  }
  .st__HeaderHideNav[aria-hidden="true"] {
    transform: translate(0, -100%);
  }
}
.st__HeaderHideNavList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavList {
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(1) {
    margin-left: 6.266666666666667vw;
  }
}
.st__HeaderHideNavListEl:nth-child(1) .st__HeaderHideNavListLink {
  position: relative;
}
.st__HeaderHideNavListEl:nth-child(1) .st__HeaderHideNavListLink::before {
  content: '';
  display: block;
  background: url("/assets/images/common/icon_access.svg") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(1) .st__HeaderHideNavListLink::before {
    position: absolute;
    width: 27px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    left: -34px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(1) .st__HeaderHideNavListLink::before {
    width: 6.266666666666667vw;
    height: 5.600000000000001vw;
    margin: 0 auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(2) {
    margin-left: 54px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(2) {
    margin-left: 13.066666666666665vw;
  }
}
.st__HeaderHideNavListEl:nth-child(2) .st__HeaderHideNavListLink {
  position: relative;
}
.st__HeaderHideNavListEl:nth-child(2) .st__HeaderHideNavListLink::before {
  content: '';
  display: block;
  background: url("/assets/images/common/icon_ticket.svg") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(2) .st__HeaderHideNavListLink::before {
    position: absolute;
    width: 24px;
    height: 15px;
    top: 50%;
    transform: translate(0, -50%);
    left: -32px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(2) .st__HeaderHideNavListLink::before {
    width: 5.866666666666666vw;
    height: 3.6vw;
    margin: 1.733333333333333vw auto 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(3) {
    margin-left: 47px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(3) {
    margin-left: 11.733333333333333vw;
  }
}
.st__HeaderHideNavListEl:nth-child(3) .st__HeaderHideNavListLink {
  position: relative;
}
.st__HeaderHideNavListEl:nth-child(3) .st__HeaderHideNavListLink::before {
  content: '';
  display: block;
  background: url("/assets/images/common/icon_member.svg") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(3) .st__HeaderHideNavListLink::before {
    width: 19px;
    height: 23px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    left: -27px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(3) .st__HeaderHideNavListLink::before {
    width: 4.399999999999999vw;
    height: 5.466666666666667vw;
    margin: 0 auto 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(4) {
    margin-left: 53px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(4) {
    margin-left: 14.399999999999999vw;
  }
}
.st__HeaderHideNavListEl:nth-child(4) .st__HeaderHideNavListLink {
  position: relative;
}
.st__HeaderHideNavListEl:nth-child(4) .st__HeaderHideNavListLink::before {
  content: '';
  display: block;
  background: url("/assets/images/common/icon_search.svg") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(4) .st__HeaderHideNavListLink::before {
    width: 19px;
    position: absolute;
    height: 19px;
    top: 50%;
    transform: translate(0, -50%);
    left: -27px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(4) .st__HeaderHideNavListLink::before {
    width: 4.666666666666667vw;
    height: 4.533333333333333vw;
    margin: 0.666666666666667vw auto 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(5) {
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListEl:nth-child(5) {
    display: none;
  }
}
.st__HeaderHideNavListEl:nth-child(5) .st__HeaderHideNavListLink {
  position: relative;
}
.st__HeaderHideNavListEl:nth-child(5) .st__HeaderHideNavListLink::before {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/images/common/icon_blank01.svg") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListEl:nth-child(5) .st__HeaderHideNavListLink::before {
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translate(0, -50%);
    left: -20px;
  }
}
.st__HeaderHideNavListLink {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.st__HeaderHideNavListLink:link,
.st__HeaderHideNavListLink:visited {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavListLink {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
  }
  .st__HeaderHideNavListLink:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavListLink {
    font-size: 3.2vw;
  }
}
.st__HeaderHideNavDrop {
  display: none;
  background: #000;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDrop {
    padding: 55px 0 35px 30px;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDrop {
    width: 100vw;
    position: absolute;
    top: 18vw;
    left: 0;
    padding: 6.666666666666667vw 0 6.666666666666667vw 6.666666666666667vw;
  }
}
.st__HeaderHideNavDrop[aria-expanded="true"] {
  display: block;
}
.st__HeaderHideNavDrop::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDrop--ticket {
    width: 260px;
    position: absolute;
    left: -120px;
    top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDrop--ticket::before {
    left: 38.13333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDrop--member {
    width: 300px;
    position: absolute;
    left: -168px;
    top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDrop--member::before {
    left: 65.06666666666666vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDropList {
    margin-top: 24px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDropList {
    margin-top: 5.333333333333334vw;
  }
}
.st__HeaderHideNavDropList:nth-child(1) {
  margin-top: 0;
}
.st__HeaderHideNavDropLink {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.st__HeaderHideNavDropLink:link,
.st__HeaderHideNavDropLink:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDropLink {
    font-size: 14px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDropLink {
    font-size: 3.733333333333334vw;
    padding-left: 4.8vw;
  }
}
.st__HeaderHideNavDropLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDropLink::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDropLink::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
.st__HeaderHideNavDropLink[target="_blank"]::after {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/images/common/icon_blank02.svg") no-repeat left top;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDropLink[target="_blank"]::after {
    width: 12px;
    height: 12px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDropLink[target="_blank"]::after {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
    right: -5.333333333333334vw;
  }
}
.st__HeaderHideNavDropLink.st__HeaderHideNavDropLink--noicon::after {
  content: none;
}
.st__HeaderHideNavDropBoxText {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  position: relative;
}
.st__HeaderHideNavDropBoxText:link,
.st__HeaderHideNavDropBoxText:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDropBoxText {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDropBoxText {
    font-size: 3.733333333333334vw;
    margin-top: 7.199999999999999vw;
  }
}
.st__HeaderHideNavDropBoxInner {
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDropBoxInner {
    width: 230px;
    padding: 8px 0;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDropBoxInner {
    width: 76vw;
    margin: 5.066666666666666vw 0 0 4.533333333333333vw;
    padding-left: 2.666666666666667vw;
  }
}
.st__HeaderHideNavDropBoxLink {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  position: relative;
}
.st__HeaderHideNavDropBoxLink:link,
.st__HeaderHideNavDropBoxLink:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavDropBoxLink {
    font-size: 14px;
    padding-left: 17px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavDropBoxLink {
    font-size: 3.733333333333334vw;
    margin-top: 3.733333333333334vw;
  }
}
.st__HeaderHideNavDropBoxLink:nth-child(1) {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderHideNavClose {
    width: 22px;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderHideNavClose {
    position: absolute;
    top: 3.333333333333333vw;
    right: 3.333333333333333vw;
    width: 4.266666666666667vw;
  }
  .st__HeaderHideNavClose img {
    width: 100%;
  }
}
.st__HeaderSearch {
  display: none;
  background: #000;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSearch {
    width: 600px;
    padding: 40px 0;
    right: -80px;
    top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSearch {
    width: 100vw;
    position: absolute;
    top: 18vw;
    left: 0;
    padding: 10.666666666666668vw 0 6.666666666666667vw;
  }
}
.st__HeaderSearch[aria-expanded="true"] {
  display: block;
}
.st__HeaderSearch::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  position: absolute;
  top: -10px;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSearch::before {
    right: 113px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSearch::before {
    right: 7.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSearchInner {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSearchInner {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
}
.st__HeaderSearchInner .gsc-search-button-v2 {
  background: #000;
  border: 1px solid #333;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSearchInner .gsc-search-button-v2 {
    width: 100px;
    height: 42px;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: -2px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSearchInner .gsc-search-button-v2 {
    width: 17.866666666666667vw;
    border-radius: 0;
  }
}
.st__HeaderSearchInner .gsc-search-button-v2 svg {
  display: none;
}
.st__HeaderSearchInner .gsc-search-button-v2::after {
  content: '検索';
  display: block;
  color: #fff;
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSearchInner .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    width: 380px;
    height: 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSearchInner .gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 70.66666666666667vw;
  }
}
.st__HeaderSearchInner .gsc-search-box-tools .gsc-search-box .gsc-input-box {
  border: none;
  border-radius: 0;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSearchClose {
    width: 22px;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSearchClose {
    width: 4.266666666666667vw;
    position: absolute;
    top: 3.333333333333333vw;
    right: 3.333333333333333vw;
  }
}
.st__HeaderSearchClose img {
  width: 100%;
}
.st__HeaderCalendar {
  position: absolute;
  top: 0;
  background: #000;
  z-index: 2;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderCalendar {
    width: 70px;
    padding: 17px 0 13px;
    right: 0;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderCalendar {
    display: none;
    width: 17.333333333333336vw;
    height: 13.333333333333334vw;
    right: 17.599999999999998vw;
    padding: 2.933333333333333vw 0 2.133333333333333vw;
  }
}
.st__HeaderCalendarImg {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderCalendarImg {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderCalendarImg {
    width: 5.866666666666666vw;
  }
}
.st__HeaderCalendarImg img {
  width: 100%;
  display: block;
}
.st__HeaderCalendarText {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderCalendarText {
    width: 47px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderCalendarText {
    width: 9.066666666666666vw;
    margin-top: 1.066666666666667vw;
  }
}
.st__HeaderCalendarText img {
  width: 100%;
  display: block;
}
.st__HeaderCalendar--sp {
  position: absolute;
  top: 0;
  background: #000;
  z-index: 2;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderCalendar--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderCalendar--sp {
    width: 17.333333333333336vw;
    height: 13.333333333333334vw;
    right: 17.599999999999998vw;
    padding: 2.933333333333333vw 0 2.133333333333333vw;
  }
}
.st__HeaderCalendarImg {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderCalendarImg {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderCalendarImg {
    width: 5.866666666666666vw;
  }
}
.st__HeaderCalendarImg img {
  width: 100%;
  display: block;
}
.st__HeaderCalendarText {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderCalendarText {
    width: 47px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderCalendarText {
    width: 9.066666666666666vw;
    margin-top: 1.066666666666667vw;
  }
}
.st__HeaderCalendarText img {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderBtn {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderBtn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderBtn {
    position: absolute;
    width: 17.333333333333336vw;
    height: 13.333333333333334vw;
    background: #000;
    right: 0;
    top: 0;
    border-left: 1px solid #fff;
  }
  .st__HeaderBtn[aria-expanded="true"] {
    background: #162b7c;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderBtnEl {
    width: 5.333333333333334vw;
    height: 0.533333333333333vw;
    background: #fff;
    display: block;
    position: absolute;
    left: 6vw;
    transition: transform 0.3s;
  }
}
.st__HeaderBtnEl:nth-child(1) {
  top: 3.733333333333334vw;
}
.st__HeaderBtnEl:nth-child(1)[aria-expanded="true"] {
  transform: rotate(-45deg);
  top: 6.666666666666667vw;
}
.st__HeaderBtnEl:nth-child(2) {
  top: 5.733333333333333vw;
}
.st__HeaderBtnEl:nth-child(2)[aria-expanded="true"] {
  opacity: 0;
}
.st__HeaderBtnEl:nth-child(3) {
  top: 7.6vw;
}
.st__HeaderBtnEl:nth-child(3)[aria-expanded="true"] {
  transform: rotate(45deg);
  top: 6.666666666666667vw;
}
.st__HeaderBtnElText {
  width: 7.199999999999999vw;
  color: #fff;
  font-weight: bold;
  font-size: 2.666666666666667vw;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 2.133333333333333vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.st__HeaderBtnElText img {
  width: 100%;
  display: block;
}
.st__HeaderBtnElText[aria-expanded="true"] {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNav {
    width: 830px;
    margin: -5px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderNav {
    display: none;
    background: #162b7c;
    padding-bottom: 10vw;
    position: absolute;
    left: 0;
    top: 13.066666666666665vw;
    overflow: scroll;
    width: 100vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavList {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl {
    margin-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderNavEl {
    border-bottom: 2px solid #78769b;
  }
}
.st__HeaderNavElText {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavElText {
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 37px;
  }
  .st__HeaderNavElText:hover {
    color: #162b7c;
  }
  .st__HeaderNavElText:hover::after {
    content: '';
    border-bottom: 1px solid #162b7c;
    position: relative;
    bottom: -12px;
    width: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavElText[aria-expanded="true"] {
    color: #162b7c;
  }
  .st__HeaderNavElText[aria-expanded="true"]::after {
    content: '';
    border-bottom: 1px solid #162b7c;
    position: relative;
    bottom: -12px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderNavElText {
    color: #fff;
    font-size: 4.533333333333333vw;
    padding: 6.933333333333333vw 5.333333333333334vw;
    position: relative;
  }
  .st__HeaderNavElText::after {
    content: "";
    display: block;
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 6.4vw;
    right: 5.333333333333334vw;
    transition: 0.3s;
  }
  .st__HeaderNavElText[aria-expanded="true"]::after {
    transform: rotate(-225deg);
    top: 7.199999999999999vw;
  }
}
.st__HeaderNavDropBox {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavDropBox {
    position: absolute;
    width: 100%;
    background: #000;
    top: 110px;
    left: 0;
    height: 0;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    transition: height 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderNavDropBox {
    width: 100vw;
    padding-bottom: 10.666666666666668vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl:nth-child(1) .st__HeaderNavDropBox[aria-expanded="true"] {
    height: 470px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl:nth-child(2) .st__HeaderNavDropBox[aria-expanded="true"] {
    height: 260px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl:nth-child(3) .st__HeaderNavDropBox[aria-expanded="true"] {
    height: 340px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl:nth-child(4) .st__HeaderNavDropBox[aria-expanded="true"] {
    height: 324px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl:nth-child(4) .st__HeaderNavDropBox .st__HeaderTrainingImgList {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl:nth-child(4) .st__HeaderNavDropBox .st__HeaderTrainingImgListEl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl:nth-child(5) .st__HeaderNavDropBox[aria-expanded="true"] {
    height: 160px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavEl:nth-child(6) .st__HeaderNavDropBox[aria-expanded="true"] {
    height: 146px;
  }
}
.st__HeaderNavDropBoxInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavDropBoxInner {
    width: 1080px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderNavDropBoxInner {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
}
.st__HeaderNavDropBoxInner02 {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderNavDropBoxInner02 {
    width: 1080px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderNavDropBoxInner02 {
    margin-left: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventImgList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgList2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventImgList2 {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgListBox02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventImgListBox02 {
    margin-left: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgListEl {
    width: 352px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventImgListEl {
    width: 42.66666666666667vw;
    margin: 5.333333333333334vw 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventImgListEl:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgListEl:nth-child(1),
  .st__HeaderEventImgListEl:nth-child(2) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventImgListEl:nth-child(1),
  .st__HeaderEventImgListEl:nth-child(2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgListEl:nth-child(1),
  .st__HeaderEventImgListEl:nth-child(2),
  .st__HeaderEventImgListEl:nth-child(3) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgListEl:nth-child(3n+1),
  .st__HeaderEventImgListEl:nth-child(3n+2) {
    margin-right: 12px;
  }
}
.st__HeaderEventImgListLink {
  text-decoration: none !important;
  font-weight: bold;
}
.st__HeaderEventImgListLink img {
  width: 100%;
  display: block;
}
.st__HeaderEventTxtListLink {
  text-decoration: none !important;
}
.st__HeaderEventImgListLinkText,
.st__HeaderEventTxtListLinkText {
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
}
.st__HeaderEventImgListLinkText:link,
.st__HeaderEventTxtListLinkText:link,
.st__HeaderEventImgListLinkText:visited,
.st__HeaderEventTxtListLinkText:visited {
  color: #fff;
  text-decoration: none !important;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgListLinkText,
  .st__HeaderEventTxtListLinkText {
    font-size: 16px;
    position: relative;
    display: block;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventImgListLinkText,
  .st__HeaderEventTxtListLinkText {
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    display: block;
    position: relative;
    padding-left: 4vw;
  }
}
.st__HeaderEventImgListLinkText::before,
.st__HeaderEventTxtListLinkText::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventImgListLinkText::before,
  .st__HeaderEventTxtListLinkText::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventImgListLinkText::before,
  .st__HeaderEventTxtListLinkText::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventTxtListLinkText {
    margin: 0 0 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventTxtListLinkText {
    margin: 0 0 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventFooterTextArea {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventFooterTextArea {
    margin-left: 4vw;
    width: 42.66666666666667vw;
    margin-top: 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventFooter {
    display: flex;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventFooter {
    display: flex;
  }
}
.st__HeaderEventBnr {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventBnr {
    width: 260px;
    position: relative;
    margin-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventBnr {
    width: 42.66666666666667vw;
    margin-top: 5.333333333333334vw;
    position: relative;
    display: block;
  }
}
.st__HeaderEventBnr img {
  width: 100%;
  display: block;
}
.st__HeaderEventBnrText {
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventBnrText {
    font-size: 16px;
    position: relative;
    display: block;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventBnrText {
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    display: block;
    position: relative;
    padding-left: 4vw;
  }
}
.st__HeaderEventBnrText::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventBnrText::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventBnrText::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventBnrText--small {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventBnrText--small {
    display: block;
    font-size: 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventFooterList {
    width: 360px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventFooterListEl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventFooterListEl {
    margin-top: 5.066666666666666vw;
    text-indent: -3.733333333333334vw;
    padding-left: 3.733333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventFooterListEl:nth-child(1) {
    margin-top: 10px;
  }
}
.st__HeaderEventFooterLink {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.st__HeaderEventFooterLink:link,
.st__HeaderEventFooterLink:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventFooterLink {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventFooterLink {
    font-size: 3.733333333333334vw;
    padding-left: 4vw;
  }
}
.st__HeaderEventFooterLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderEventFooterLink::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderEventFooterLink::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearn {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearn {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnImgList {
    width: 42.66666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnImgListEl {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnImgListEl {
    margin: 0;
  }
}
.st__HeaderLearnImgListLink {
  text-decoration: none;
  font-weight: bold;
}
.st__HeaderLearnImgListLink img {
  width: 100%;
  display: block;
}
.st__HeaderLearnImgListLinkText {
  color: #fff;
}
.st__HeaderLearnImgListLinkText:link,
.st__HeaderLearnImgListLinkText:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnImgListLinkText {
    font-size: 16px;
    position: relative;
    display: block;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnImgListLinkText {
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    display: block;
    position: relative;
    padding-left: 4vw;
  }
}
.st__HeaderLearnImgListLinkText::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnImgListLinkText::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnImgListLinkText::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnTextArea {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnTextArea {
    width: 42.66666666666667vw;
    margin-left: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnList {
    width: 260px;
    margin-left: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnListEl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnListEl {
    margin-bottom: 4.533333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnListEl:nth-child(1) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnListEl:nth-child(2) {
    margin-top: 0;
  }
}
.st__HeaderLearnListLink {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.st__HeaderLearnListLink:link,
.st__HeaderLearnListLink:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnListLink {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnListLink {
    font-size: 3.733333333333334vw;
    padding-left: 4vw;
  }
}
.st__HeaderLearnListLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnListLink::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnListLink::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
.st__HeaderLearnListLink[target="_blank"]::after {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/images/common/icon_blank02.svg") no-repeat left top;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .st__HeaderLearnListLink[target="_blank"]::after {
    width: 12px;
    height: 12px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnListLink[target="_blank"]::after {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
    right: -5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderLearnListLink--small {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacility {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityImgList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityImgListEl {
    width: 260px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityImgListEl {
    width: 42.66666666666667vw;
    margin-top: 2.666666666666667vw;
    position: relative;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityImgListEl:nth-child(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityImgListEl:nth-child(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityImgListEl:nth-child(2) {
    margin-top: 0;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityImgListEl:nth-child(4) {
    margin-left: 4vw;
  }
}
.st__HeaderFacilityImgListLink {
  text-decoration: none;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityImgListLink {
    width: 260px;
    position: relative;
  }
}
.st__HeaderFacilityImgListLink img {
  width: 100%;
  display: block;
}
.st__HeaderFacilityImgListLinkText {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.st__HeaderFacilityImgListLinkText:link,
.st__HeaderFacilityImgListLinkText:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityImgListLinkText {
    font-size: 16px;
    position: absolute;
    text-align: center;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityImgListLinkText {
    font-size: 3.733333333333334vw;
    position: absolute;
    text-align: center;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.st__HeaderFacilityTextArea {
  display: flex;
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityTextArea {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityList {
    width: 260px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityList {
    width: 42.66666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityList:nth-of-type(2) {
    margin-top: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityListEl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityListEl {
    margin-top: 4.533333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityListEl:nth-child(1) {
    margin-top: 10px;
  }
}
.st__HeaderFacilityListLink {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.st__HeaderFacilityListLink:link,
.st__HeaderFacilityListLink:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityListLink {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityListLink {
    font-size: 3.733333333333334vw;
    padding-left: 4vw;
    display: block;
    line-height: 1.4;
  }
}
.st__HeaderFacilityListLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityListLink::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityListLink::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
.st__HeaderFacilityListLink[target="_blank"]::after {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/images/common/icon_blank02.svg") no-repeat left top;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .st__HeaderFacilityListLink[target="_blank"]::after {
    width: 12px;
    height: 12px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityListLink[target="_blank"]::after {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
    right: -5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderFacilityListLink--small {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderTraining {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderTrainingImgList {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderTrainingImgList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderTrainingImgListEl {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderTrainingImgListEl {
    width: 42.66666666666667vw;
    margin: 5.333333333333334vw 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderTrainingImgListEl:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderTrainingImgListEl:nth-child(1),
  .st__HeaderTrainingImgListEl:nth-child(2) {
    margin-top: 0;
  }
}
.st__HeaderTrainingImgListLink {
  text-decoration: none;
  font-weight: bold;
}
.st__HeaderTrainingImgListLink img {
  width: 100%;
  display: block;
}
.st__HeaderTrainingImgListLinkText {
  color: #fff;
}
.st__HeaderTrainingImgListLinkText:link,
.st__HeaderTrainingImgListLinkText:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderTrainingImgListLinkText {
    font-size: 16px;
    position: relative;
    display: block;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderTrainingImgListLinkText {
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    display: block;
    position: relative;
    padding-left: 4vw;
  }
}
.st__HeaderTrainingImgListLinkText::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderTrainingImgListLinkText::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderTrainingImgListLinkText::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderTrainingImgListLinkText.mt0 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupport {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportImgList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportImgListEl {
    width: 260px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportImgListEl {
    width: 42.66666666666667vw;
    margin-top: 2.666666666666667vw;
    position: relative;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportImgListEl:nth-child(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportImgListEl:nth-child(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportImgListEl:nth-child(2) {
    margin-top: 0;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportImgListEl:nth-child(4) {
    margin-left: 4vw;
  }
}
.st__HeaderSupportImgListLink {
  text-decoration: none;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportImgListLink {
    width: 260px;
    position: relative;
  }
}
.st__HeaderSupportImgListLink img {
  width: 100%;
  display: block;
}
.st__HeaderSupportImgListLinkText {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.st__HeaderSupportImgListLinkText:link,
.st__HeaderSupportImgListLinkText:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportImgListLinkText {
    font-size: 16px;
    position: absolute;
    text-align: center;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportImgListLinkText {
    font-size: 3.733333333333334vw;
    position: absolute;
    text-align: center;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.st__HeaderSupportTextArea {
  display: flex;
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportTextArea {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportList {
    width: 260px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportList {
    width: 42.66666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportList:nth-of-type(2) {
    margin-top: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportListEl {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportListEl {
    margin-top: 4.533333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportListEl:nth-child(1) {
    margin-top: 0;
  }
}
.st__HeaderSupportListLink {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.st__HeaderSupportListLink:link,
.st__HeaderSupportListLink:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportListLink {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportListLink {
    font-size: 3.733333333333334vw;
    padding-left: 4vw;
    display: block;
    line-height: 1.4;
  }
}
.st__HeaderSupportListLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportListLink::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportListLink::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
.st__HeaderSupportListLink[target="_blank"]::after {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/images/common/icon_blank02.svg") no-repeat left top;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .st__HeaderSupportListLink[target="_blank"]::after {
    width: 12px;
    height: 12px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportListLink[target="_blank"]::after {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
    right: -5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderSupportListLink--small {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAbout--pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderAbout--pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAbout--pc {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAbout--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderAbout--sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderAboutTextArea {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderAboutTextList {
    width: 42.66666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAboutList {
    width: 260px;
    margin-right: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAboutListEl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderAboutListEl {
    margin-top: 4.533333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAboutListEl:nth-child(1) {
    margin-top: 10px;
  }
}
.st__HeaderAboutListLink {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.st__HeaderAboutListLink:link,
.st__HeaderAboutListLink:visited {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAboutListLink {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderAboutListLink {
    font-size: 3.733333333333334vw;
    padding-left: 4vw;
  }
}
.st__HeaderAboutListLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  left: 0;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAboutListLink::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .st__HeaderAboutListLink::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
.st__HeaderAboutListLink[target="_blank"]::after {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/images/common/icon_blank02.svg") no-repeat left top;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .st__HeaderAboutListLink[target="_blank"]::after {
    width: 12px;
    height: 12px;
    right: -20px;
  }
}
@keyframes show {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}
