@charset "UTF-8";
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 6, ../sass/common.scss */
.noIcon:before {
  display: none !important;
}
/* line 9, ../sass/common.scss */
.noIcon:after {
  display: none !important;
}

/* line 13, ../sass/common.scss */
a[href$=".pdf"] {
  position: relative;
}
/* line 15, ../sass/common.scss */
a[href$=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-size: 16px !important;
  margin-left: 7px !important;
  font-weight: 400;
  color: #f00 !important;
}

/* line 24, ../sass/common.scss */
a[href$=".doc"],
a[href$=".docx"] {
  position: relative;
}
/* line 27, ../sass/common.scss */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-size: 16px !important;
  margin-left: 7px !important;
  font-weight: 400;
  color: #2b579a !important;
}

/* line 36, ../sass/common.scss */
a[href$=".xls"],
a[href$=".xlsx"] {
  position: relative;
}
/* line 39, ../sass/common.scss */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-size: 16px !important;
  margin-left: 7px !important;
  font-weight: 400;
  color: #007233 !important;
}

/* line 48, ../sass/common.scss */
a[href$=".ppt"],
a[href$=".pptm"],
a[href$=".pptx"] {
  position: relative;
}
/* line 52, ../sass/common.scss */
a[href$=".ppt"]:after,
a[href$=".pptm"]:after,
a[href$=".pptx"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-size: 16px !important;
  margin-left: 7px !important;
  font-weight: 400;
  color: #f5624a !important;
}

/* line 61, ../sass/common.scss */
a[target$="_blank"] {
  position: relative;
}
/* line 63, ../sass/common.scss */
a[target$="_blank"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-size: 14px;
  margin-left: 7px;
  font-weight: 400;
}

/* line 73, ../sass/common.scss */
.bNone {
  border: none !important;
}

/* line 77, ../sass/common.scss */
.bgWhite {
  background-color: #fff;
}

/* line 82, ../sass/common.scss */
.inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: ) {
  /* line 82, ../sass/common.scss */
  .inner {
    width: ;
  }
}

/* line 89, ../sass/common.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 374px) {
  /* line 109, ../sass/common.scss */
  .btn {
    text-decoration: none !important;
  }

  /* line 133, ../sass/common.scss */
  a[href$=".pdf"].btn:hover:after,
  a[href$=".doc"].btn:hover:after,
  a[href$=".docx"].btn:hover:after,
  a[href$=".xls"].btn:hover:after,
  a[href$=".xlsx"].btn:hover:after,
  a[href$=".ppt"].btn:hover:after,
  a[href$=".pptm"].btn:hover:after,
  a[href$=".pptx"].btn:hover:after,
  a[target$="_blank"].btn:hover:after {
    color: #000 !important;
  }

  /* line 139, ../sass/common.scss */
  .pc_bnr, .bnr_item {
    text-align: center;
  }
  /* line 142, ../sass/common.scss */
  .pc_bnr:hover img, .bnr_item:hover img {
    opacity: 0.7;
  }
}
/* line 148, ../sass/common.scss */
.side__link {
  position: fixed;
  z-index: 97;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  /* line 148, ../sass/common.scss */
  .side__link {
    width: 40px;
    right: 28px;
    display: block;
    bottom: 50%;
    transform: translateY(50%);
  }
}
/* line 162, ../sass/common.scss */
.side__link a {
  writing-mode: inherit;
  background-color: #FFC400;
  display: block;
  padding: 20px 10px;
  border-radius: 0;
  color: #000;
  text-align: center;
  border-right: 1px solid #fff;
  width: 50%;
  text-decoration: none;
  padding-right: 0;
  margin-left: 0;
  position: relative;
  transition: 0.25s;
}
/* line 177, ../sass/common.scss */
.side__link a:after {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 162, ../sass/common.scss */
  .side__link a {
    margin-left: 25px;
    padding-right: 33px;
  }
  /* line 183, ../sass/common.scss */
  .side__link a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
  }
}
/* line 197, ../sass/common.scss */
.side__link a:last-of-type {
  border: none;
}
@media screen and (min-width: 769px) {
  /* line 162, ../sass/common.scss */
  .side__link a {
    width: auto;
    writing-mode: vertical-rl;
    border-radius: 10px 0 0 10px;
    margin-bottom: 10px;
    border: none;
  }
  /* line 206, ../sass/common.scss */
  .side__link a:hover {
    background-color: #ffe58f;
    margin-left: 0;
    transition: 0.25s;
  }
}

/* line 216, ../sass/common.scss */
header {
  width: 100%;
  height: 75px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 997;
}
@media screen and (min-width: 769px) {
  /* line 216, ../sass/common.scss */
  header {
    background-color: transparent;
  }
}
/* line 227, ../sass/common.scss */
header .btn__box {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 231, ../sass/common.scss */
header .btn__box .box__in {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 231, ../sass/common.scss */
  header .btn__box .box__in {
    position: fixed;
    right: 75px;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
/* line 239, ../sass/common.scss */
header .btn__box .box__in .btn__lang {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 243, ../sass/common.scss */
header .btn__box .box__in .btn__lang .icon__img {
  z-index: 9;
  right: 0;
  top: 0;
  background-color: #000;
  width: 75px;
  height: 75px;
}
/* line 253, ../sass/common.scss */
header .btn__box .box__in .btn__lang .lg__in {
  padding: 21px 1em;
  display: none;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
  width: 455px;
  background-color: #000;
  padding-right: 75px;
}
/* line 263, ../sass/common.scss */
header .btn__box .box__in .btn__lang .lg__in a {
  position: absolute;
  width: 60px;
  display: inline-block;
  padding: 2px 10px;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}
/* line 272, ../sass/common.scss */
header .btn__box .box__in .btn__lang .lg__in a:hover {
  background-color: #fff;
  color: #000;
}
/* line 276, ../sass/common.scss */
header .btn__box .box__in .btn__lang .lg__in a:nth-child(1) {
  left: 20px;
}
/* line 279, ../sass/common.scss */
header .btn__box .box__in .btn__lang .lg__in a:nth-child(2) {
  left: 90px;
}
/* line 282, ../sass/common.scss */
header .btn__box .box__in .btn__lang .lg__in a:nth-child(3) {
  left: 160px;
}
/* line 285, ../sass/common.scss */
header .btn__box .box__in .btn__lang .lg__in a:nth-child(4) {
  left: 230px;
}
/* line 288, ../sass/common.scss */
header .btn__box .box__in .btn__lang .lg__in a:nth-child(5) {
  left: 300px;
}
/* line 294, ../sass/common.scss */
header .btn__box .box__in .btn__search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #fff;
  position: relative;
}
/* line 298, ../sass/common.scss */
header .btn__box .box__in .btn__search .icon__img {
  background-color: #000;
  width: 75px;
  height: 75px;
  top: 0;
  right: 0;
  z-index: 99;
}
/* line 307, ../sass/common.scss */
header .btn__box .box__in .btn__search .sh__in {
  padding: 25px 1em;
  background-color: #000;
  width: 286px;
  display: none;
  padding: 20px 0 20px 75px;
  height: 75px;
}
/* line 314, ../sass/common.scss */
header .btn__box .box__in .btn__search .sh__in input[type=text] {
  position: absolute;
  padding: 6px 10px;
  left: 25px;
  top: 17px;
  height: 25px;
  width: 183px;
  border: 1px solid #fff;
}
/* line 323, ../sass/common.scss */
header .btn__box .box__in .btn__search .sh__in input[type=submit] {
  position: absolute;
  padding: 8px 13px;
  right: 75px;
  font-size: 14px;
  top: 17px;
  background-color: #333;
  border: 1px solid #fff;
  color: #fff;
}
/* line 336, ../sass/common.scss */
header .btn__box .btn__menu {
  position: relative;
  z-index: 999;
  float: right;
  width: 75px;
  height: 75px;
  cursor: pointer;
  padding: 20px;
  background-color: #999;
}
/* line 345, ../sass/common.scss */
header .btn__box .btn__menu:after {
  content: "MENU";
  display: block;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
/* line 358, ../sass/common.scss */
header .btn__box .btn__menu.open:after {
  content: "CLOSE";
}
/* line 362, ../sass/common.scss */
header .btn__box .btn__menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
  box-sizing: border-box;
}
/* line 373, ../sass/common.scss */
header .btn__box .btn__menu span:nth-of-type(1) {
  top: 10px;
}
/* line 376, ../sass/common.scss */
header .btn__box .btn__menu span:nth-of-type(2) {
  top: 24px;
}
/* line 379, ../sass/common.scss */
header .btn__box .btn__menu span:nth-of-type(3) {
  bottom: 33px;
}

/*=============================
.btn__menu
=============================*/
/* line 391, ../sass/common.scss */
.btn__menu, .btn__menu span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

/*=============================
.btn__menu anime
=============================*/
/* line 402, ../sass/common.scss */
.btn__menu span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 .75s forwards;
  animation: btn07-bar01 .75s forwards;
}

@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(24px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(24px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(24px) rotate(45deg);
  }
  50% {
    transform: translateY(24px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
/* line 428, ../sass/common.scss */
.btn__menu span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

/* line 432, ../sass/common.scss */
.btn__menu span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 .75s forwards;
  animation: btn07-bar03 .75s forwards;
}

@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-24px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-24px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-24px) rotate(-45deg);
  }
  50% {
    transform: translateY(-24px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
/* line 458, ../sass/common.scss */
.btn__menu.open span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 .75s forwards;
  animation: active-btn07-bar01 .75s forwards;
}

@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
/* line 484, ../sass/common.scss */
.btn__menu.open span:nth-of-type(2) {
  opacity: 0;
}

/* line 487, ../sass/common.scss */
.btn__menu.open span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 .75s forwards;
  animation: active-btn07-bar03 .75s forwards;
}

@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/* line 787, ../sass/common.scss */
#sns__link {
  background-color: #000;
}
/* line 790, ../sass/common.scss */
#sns__link .inner .flex {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1080px) {
  /* line 790, ../sass/common.scss */
  #sns__link .inner .flex {
    padding: 0;
  }
}
/* line 798, ../sass/common.scss */
#sns__link .inner .flex .item__link {
  display: block;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 30px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.5s;
  width: 33%;
}
/* line 809, ../sass/common.scss */
#sns__link .inner .flex .item__link:after {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 813, ../sass/common.scss */
  #sns__link .inner .flex .item__link:hover {
    color: #000;
    background-color: #fff;
    transition: 0.5s;
  }
  /* line 818, ../sass/common.scss */
  #sns__link .inner .flex .item__link:hover svg path {
    fill: #000;
  }
}
@media screen and (min-width: 1080px) {
  /* line 798, ../sass/common.scss */
  #sns__link .inner .flex .item__link {
    width: 25%;
    padding: 60px 20px;
    border-bottom: none;
  }
}
@media screen and (min-width: 1080px) {
  /* line 829, ../sass/common.scss */
  #sns__link .inner .flex .item__link:first-of-type {
    border-left: 1px solid #fff;
  }
}
/* line 834, ../sass/common.scss */
#sns__link .inner .flex .item__link.bbNone {
  border-bottom: none;
}
/* line 837, ../sass/common.scss */
#sns__link .inner .flex .item__link.brNone {
  border-right: none;
}
@media screen and (min-width: 1080px) {
  /* line 837, ../sass/common.scss */
  #sns__link .inner .flex .item__link.brNone {
    border-right: 1px solid #fff;
  }
}
/* line 843, ../sass/common.scss */
#sns__link .inner .flex .item__link .link__icon {
  display: block;
  text-align: center;
}

/* line 855, ../sass/common.scss */
footer {
  background-image: url(/entrance/img/footer_bk.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px;
  position: relative;
}
/* line 862, ../sass/common.scss */
footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
}
/* line 873, ../sass/common.scss */
footer .inner {
  position: relative;
  z-index: 1;
}
/* line 876, ../sass/common.scss */
footer .inner .f__logo {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 881, ../sass/common.scss */
footer .inner .address {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
/* line 885, ../sass/common.scss */
footer .inner .address span {
  display: block;
}
/* line 898, ../sass/common.scss */
footer .inner .bnr_link {
  margin: 20px auto;
  text-align: center;
}
/* line 901, ../sass/common.scss */
footer .inner .bnr_link.pc {
  display: block;
}
/* line 903, ../sass/common.scss */
footer .inner .bnr_link.pc a {
  display: inline-block;
  width: 400px;
  height: 72px;
  background-image: url(/entrance/img/uum_site_b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
}
/* line 915, ../sass/common.scss */
footer .inner .bnr_link.pc a:hover {
  background-image: url(/entrance/img/uum_site_red.png);
}
@media screen and (max-width: 768px) {
  /* line 901, ../sass/common.scss */
  footer .inner .bnr_link.pc {
    display: none;
  }
}
/* line 923, ../sass/common.scss */
footer .inner .bnr_link.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 923, ../sass/common.scss */
  footer .inner .bnr_link.sp {
    display: block;
  }
}
/* line 928, ../sass/common.scss */
footer .inner .bnr_link.sp a {
  display: inline-block;
}
/* line 933, ../sass/common.scss */
footer .inner .f__link {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  /* line 933, ../sass/common.scss */
  footer .inner .f__link {
    text-align: center;
  }
}
/* line 941, ../sass/common.scss */
footer .inner .f__link a {
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  text-decoration: none;
  transition: color #fff;
}
@media screen and (min-width: 1080px) {
  /* line 941, ../sass/common.scss */
  footer .inner .f__link a {
    display: inline-block;
    margin-right: 30px;
    position: relative;
  }
}
@media screen and (min-width: 1080px) {
  /* line 953, ../sass/common.scss */
  footer .inner .f__link a:after {
    content: "";
    display: block;
    width: 2px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    background-color: #fff;
  }
}
/* line 966, ../sass/common.scss */
footer .inner .f__link a:hover {
  color: #fffda2;
  transition: 0.25s;
}
/* line 970, ../sass/common.scss */
footer .inner .f__link a:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1080px) {
  /* line 970, ../sass/common.scss */
  footer .inner .f__link a:last-of-type {
    margin-right: 0;
  }
  /* line 974, ../sass/common.scss */
  footer .inner .f__link a:last-of-type:after {
    display: none;
  }
}
/* line 981, ../sass/common.scss */
footer .inner .f__sns {
  text-align: center;
  margin-bottom: 20px;
}
/* line 984, ../sass/common.scss */
footer .inner .f__sns a {
  display: inline-block;
  margin-right: 20px;
}
/* line 987, ../sass/common.scss */
footer .inner .f__sns a:last-of-type {
  margin-right: 0;
}
/* line 993, ../sass/common.scss */
footer .copy {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* line 1004, ../sass/common.scss */
.btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 30px;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: relative;
  transition: 0.25s;
  border: 1px solid #000;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  /* line 1016, ../sass/common.scss */
  .btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    transition: 0.25s;
  }
  /* line 1021, ../sass/common.scss */
  .btn:hover:before {
    transition: 0.25s;
    border-color: #000;
  }
}
/* line 1027, ../sass/common.scss */
.btn:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  top: 50%;
  transition: 0.25s;
}
/* line 1040, ../sass/common.scss */
.btn:after {
  color: #fff !important;
}

/* line 1077, ../sass/common.scss */
a[href$=".pdf"].iconNone:after,
a[href$=".doc"].iconNone:after,
a[href$=".docx"].iconNone:after,
a[href$=".xls"].iconNone:after,
a[href$=".xlsx"].iconNone:after,
a[href$=".ppt"].iconNone:after,
a[href$=".pptm"].iconNone:after,
a[href$=".pptx"].iconNone:after,
a[target$="_blank"].iconNone:after {
  display: none;
}
/* line 1082, ../sass/common.scss */
a[href$=".pdf"].btn:after,
a[href$=".doc"].btn:after,
a[href$=".docx"].btn:after,
a[href$=".xls"].btn:after,
a[href$=".xlsx"].btn:after,
a[href$=".ppt"].btn:after,
a[href$=".pptm"].btn:after,
a[href$=".pptx"].btn:after,
a[target$="_blank"].btn:after {
  color: #fff !important;
}

/* line 1092, ../sass/common.scss */
.menu_pc {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 100px 0;
  z-index: 98;
}
@media screen and (max-width: 1920px) {
  /* line 1092, ../sass/common.scss */
  .menu_pc {
    padding: 5.20833vw 0.52083vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1092, ../sass/common.scss */
  .menu_pc {
    display: none !important;
  }
}
/* line 1109, ../sass/common.scss */
.menu_pc .menu_logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
/* line 1117, ../sass/common.scss */
.menu_pc .inner {
  width: 1600px;
}
@media screen and (max-width: 1600px) {
  /* line 1117, ../sass/common.scss */
  .menu_pc .inner {
    width: 83.33333vw;
  }
}
/* line 1122, ../sass/common.scss */
.menu_pc .inner .nav_logo {
  padding: 20px 0 50px;
}
@media screen and (max-width: 1920px) {
  /* line 1122, ../sass/common.scss */
  .menu_pc .inner .nav_logo {
    padding: 1.04167vw 0 3.125vw;
  }
}
/* line 1127, ../sass/common.scss */
.menu_pc .inner .nav_logo .in_logo {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  /* line 1127, ../sass/common.scss */
  .menu_pc .inner .nav_logo .in_logo {
    width: 180px;
  }
}
/* line 1135, ../sass/common.scss */
.menu_pc .inner .nav_logo .in_anv {
  display: inline-block;
  width: 106px;
}
@media screen and (max-width: 768px) {
  /* line 1135, ../sass/common.scss */
  .menu_pc .inner .nav_logo .in_anv {
    width: 65px;
    vertical-align: bottom;
  }
}
/* line 1144, ../sass/common.scss */
.menu_pc .inner .in_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 30px;
}
/* line 1147, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont {
  width: 30%;
}
/* line 1149, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont:last-of-type {
  width: 25%;
}
/* line 1152, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul {
  list-style: none;
  margin: 0;
  border-left: 1px solid #333;
  padding-left: 20px;
}
/* line 1157, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul:first-of-type {
  margin-bottom: 80px;
}
/* line 1160, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li {
  margin-top: 50px;
}
/* line 1162, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1920px) {
  /* line 1160, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont ul li {
    margin-top: 1.30208vw;
  }
}
/* line 1168, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li.child {
  margin-top: 30px;
}
@media screen and (max-width: 1920px) {
  /* line 1168, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont ul li.child {
    margin-top: 0.78125vw;
  }
}
/* line 1173, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li.child a {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
  padding-left: 40px;
  transition: 0.5s;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1920px) {
  /* line 1173, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont ul li.child a {
    font-size: 1.04167vw;
  }
}
/* line 1184, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li.child a:after {
  content: "";
  width: 10px;
  height: 10px;
  position: static;
  margin-left: 1em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-2px) rotate(45deg);
  display: inline-block;
  top: 50%;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  /* line 1184, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont ul li.child a:after {
    width: 0.52083vw;
    height: 0.52083vw;
  }
}
/* line 1202, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li.child a:before {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s;
}
/* line 1214, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li.child a:hover {
  padding-left: 60px;
  transition: 0.5s;
}
/* line 1217, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li.child a:hover:after {
  opacity: 1;
  transition: 0.5s;
}
/* line 1221, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li.child a:hover:before {
  width: 40px;
  transition: 0.5s;
}
/* line 1228, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li a {
  color: #333;
  position: relative;
  display: block;
  font-size: 38px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
/* line 1235, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li a div {
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 1920px) {
  /* line 1235, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont ul li a div {
    font-size: 0.83333vw;
  }
}
@media screen and (max-width: 1920px) {
  /* line 1228, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont ul li a {
    font-size: 1.97917vw;
  }
}
/* line 1246, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li a[target$="_blank"] {
  position: relative;
}
/* line 1248, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li a[target$="_blank"]:after {
  font-family: "Font Awesome 5 Free" !important;
  content: "" !important;
  font-size: 14px !important;
  margin-left: 7px !important;
  font-weight: 400 !important;
  transform: translateY(-50%) rotate(0) !important;
  border: none !important;
  top: 35% !important;
}
/* line 1260, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li a:hover {
  color: #DF1E27;
  opacity: 1;
  transition: 0.5s;
}
/* line 1264, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li a:hover:after {
  transition: 0.5s;
  opacity: 1;
  border-color: #DF1E27;
  right: 0;
}
/* line 1271, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 52px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  top: 50%;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  /* line 1271, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont ul li a:after {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
/* line 1294, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .search form {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  /* line 1294, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont .search form {
    margin-bottom: 2.60417vw;
  }
}
/* line 1301, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .search form input[type="text"] {
  font-size: 16px;
  padding: 20px 10px;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  /* line 1301, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont .search form input[type="text"] {
    font-size: 0.72917vw;
    padding: 1.04167vw 0.52083vw;
  }
}
/* line 1314, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .search form input[type="submit"] {
  color: #fff;
  border: none;
  background-color: #000;
  position: absolute;
  padding-left: 25px;
  height: 100%;
  font-size: 14px;
  top: 0;
  right: 0;
  background-image: url(/entrance/img/top/icon_search.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 10px;
  width: 75px;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  /* line 1314, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont .search form input[type="submit"] {
    font-size: 0.72917vw;
    background-size: 0.83333vw;
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 1080px) {
  /* line 1314, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont .search form input[type="submit"] {
    width: 65px;
  }
}
/* line 1341, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .bnr {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
/* line 1345, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .bnr.mmu {
  display: block;
  height: 72px;
  background-image: url(/entrance/img/uum_site_b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
}
@media screen and (max-width: 1920px) {
  /* line 1345, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont .bnr.mmu {
    height: 3.75vw;
  }
}
/* line 1356, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .bnr.mmu:hover {
  background-image: url(/entrance/img/uum_site_red.png);
}
/* line 1360, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .bnr:hover {
  opacity: 0.7;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  /* line 1341, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont .bnr {
    margin-bottom: 2.60417vw;
  }
}
/* line 1368, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .icon_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
/* line 1373, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .icon_link a {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 31%;
  color: #000;
  padding: 3%;
  border: 1px solid #000;
  transition: 0.5s;
}
/* line 1382, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .icon_link a:hover {
  color: #fff;
  background-color: #000;
}
/* line 1385, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .icon_link a:hover .icon {
  text-align: center;
}
/* line 1388, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .icon_link a:hover .icon svg path {
  fill: #fff;
  transition: 0.5s;
}
/* line 1395, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .icon_link a .icon {
  text-align: center;
}
/* line 1398, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .icon_link a p {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1920px) {
  /* line 1398, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont .icon_link a p {
    font-size: 0.72917vw;
  }
}
/* line 1407, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .sns {
  text-align: center;
}
/* line 1409, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .sns .sns_icon {
  width: 35px;
  display: inline-block;
  margin-right: 45px;
  opacity: 1;
  transition: 0.5s;
}
/* line 1415, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .sns .sns_icon:hover {
  opacity: 0.7;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  /* line 1409, ../sass/common.scss */
  .menu_pc .inner .in_menu .menu_cont .sns .sns_icon {
    margin-right: 2.08333vw;
  }
}
/* line 1422, ../sass/common.scss */
.menu_pc .inner .in_menu .menu_cont .sns .sns_icon:last-of-type {
  margin-right: 0;
}

/* line 1435, ../sass/common.scss */
.menu_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 1435, ../sass/common.scss */
  .menu_sp {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 98;
    overflow-y: scroll;
    padding: 100px 15px 40px 15px;
  }
}
/* line 1452, ../sass/common.scss */
.menu_sp .nav_logo {
  padding: 20px 0 50px;
}
@media screen and (max-width: 1920px) {
  /* line 1452, ../sass/common.scss */
  .menu_sp .nav_logo {
    padding: 1.04167vw 0 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 1452, ../sass/common.scss */
  .menu_sp .nav_logo {
    padding: 10px;
  }
}
/* line 1460, ../sass/common.scss */
.menu_sp .nav_logo .in_logo {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  /* line 1460, ../sass/common.scss */
  .menu_sp .nav_logo .in_logo {
    width: 180px;
  }
}
/* line 1468, ../sass/common.scss */
.menu_sp .nav_logo .in_anv {
  display: inline-block;
  width: 106px;
}
@media screen and (max-width: 768px) {
  /* line 1468, ../sass/common.scss */
  .menu_sp .nav_logo .in_anv {
    width: 65px;
    vertical-align: bottom;
  }
}
/* line 1478, ../sass/common.scss */
.menu_sp .search form {
  width: 96%;
  margin: 0 auto 30px;
  position: relative;
  border: 1px solid #000;
}
/* line 1483, ../sass/common.scss */
.menu_sp .search form input[type="text"] {
  border-radius: 0;
  font-size: 14px;
  padding: 15px 10px;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
/* line 1493, ../sass/common.scss */
.menu_sp .search form input[type="submit"] {
  border-radius: 0;
  color: #fff;
  border: none;
  position: absolute;
  padding-left: 35px;
  height: 100%;
  font-size: 12px;
  top: 0;
  right: 0;
  background-color: transparent;
  background-image: url(/entrance/img/top/icon_search.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 10px;
  width: 75px;
  background-color: #000;
}
/* line 1513, ../sass/common.scss */
.menu_sp .sp_nav {
  border-left: 2px solid #000;
  padding-left: 15px;
  margin-bottom: 30px;
}
/* line 1517, ../sass/common.scss */
.menu_sp .sp_nav .nav_item {
  display: block;
  padding: 10px 0;
  position: relative;
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 1529, ../sass/common.scss */
.menu_sp .sp_nav .nav_item div {
  font-size: 14px;
  font-weight: normal;
}
/* line 1533, ../sass/common.scss */
.menu_sp .sp_nav .nav_item:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 22px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  top: 50%;
  transition: 0.25s;
}
/* line 1549, ../sass/common.scss */
.menu_sp .sp_nav span.nav_item:after {
  display: none !important;
}
/* line 1555, ../sass/common.scss */
.menu_sp .icon_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}
/* line 1560, ../sass/common.scss */
.menu_sp .icon_link a {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 31%;
  color: #000;
  padding: 3%;
  border: 1px solid #000;
  transition: 0.5s;
}
/* line 1569, ../sass/common.scss */
.menu_sp .icon_link a:hover {
  color: #fff;
  background-color: #000;
}
/* line 1572, ../sass/common.scss */
.menu_sp .icon_link a:hover .icon {
  text-align: center;
}
/* line 1575, ../sass/common.scss */
.menu_sp .icon_link a:hover .icon svg path {
  fill: #fff;
  transition: 0.5s;
}
/* line 1582, ../sass/common.scss */
.menu_sp .icon_link a .icon {
  text-align: center;
}
/* line 1585, ../sass/common.scss */
.menu_sp .icon_link a p {
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
}
/* line 1592, ../sass/common.scss */
.menu_sp .nav_bnr {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
/* line 1596, ../sass/common.scss */
.menu_sp .nav_bnr a {
  display: block;
}
/* line 1599, ../sass/common.scss */
.menu_sp .nav_bnr a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
/* line 1605, ../sass/common.scss */
.menu_sp .column_nav {
  border-bottom: 1px solid #000;
}
/* line 1607, ../sass/common.scss */
.menu_sp .column_nav .sp_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 1609, ../sass/common.scss */
.menu_sp .column_nav .sp_nav .nav_item {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px;
  width: 50%;
  border-right: 1px solid #000;
}
/* line 1616, ../sass/common.scss */
.menu_sp .column_nav .sp_nav .nav_item:nth-child(even) {
  border-right: none;
}
/* line 1619, ../sass/common.scss */
.menu_sp .column_nav .sp_nav .nav_item:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  top: 50%;
  transition: 0.25s;
}
/* line 1637, ../sass/common.scss */
.menu_sp .acdjs.sp_link dt {
  padding: 10px 0;
  display: block;
  color: #000;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 1649, ../sass/common.scss */
.menu_sp .acdjs.sp_link dt div {
  font-size: 12px;
  font-weight: normal;
}
/* line 1653, ../sass/common.scss */
.menu_sp .acdjs.sp_link dt:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/entrance/img/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.5s;
}
/* line 1669, ../sass/common.scss */
.menu_sp .acdjs.sp_link dt.active:after {
  background-image: url(/entrance/img/minus.png);
  transform: translateY(-50%) rotate(360deg);
  transition: 0.5s;
}
/* line 1676, ../sass/common.scss */
.menu_sp .acdjs.sp_link dd {
  display: none;
}
/* line 1678, ../sass/common.scss */
.menu_sp .acdjs.sp_link dd a {
  color: #000;
}
/* line 1680, ../sass/common.scss */
.menu_sp .acdjs.sp_link dd a.child_link {
  position: relative;
  display: block;
  padding: 10px 0 10px 30px;
  font-weight: 500;
  font-size: 16px;
}
/* line 1686, ../sass/common.scss */
.menu_sp .acdjs.sp_link dd a.child_link:after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  top: 50%;
  transition: 0.25s;
}
/* line 1698, ../sass/common.scss */
.menu_sp .acdjs.sp_link dd a.child_link:before {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/* line 1713, ../sass/common.scss */
.menu_sp .acdjs.lang {
  border-top: 1px solid #000;
}
/* line 1715, ../sass/common.scss */
.menu_sp .acdjs.lang dt {
  padding: 20px 10px;
  display: block;
  color: #000;
  position: relative;
  font-size: 20px;
  border-bottom: 1px solid #000;
  background-color: transparent;
}
/* line 1724, ../sass/common.scss */
.menu_sp .acdjs.lang dt:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/entrance/img/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.5s;
}
/* line 1740, ../sass/common.scss */
.menu_sp .acdjs.lang dt.active:after {
  background-image: url(/entrance/img/minus.png);
  transform: translateY(-50%) rotate(360deg);
  transition: 0.5s;
}
/* line 1747, ../sass/common.scss */
.menu_sp .acdjs.lang dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-bottom: 1px solid #000;
}
/* line 1772, ../sass/common.scss */
.menu_sp .acdjs.lang dd .lang_nav {
  width: 50%;
  font-size: 18px;
  display: block;
  padding: 20px 10px;
  color: #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
/* line 1780, ../sass/common.scss */
.menu_sp .acdjs.lang dd .lang_nav a {
  color: #000;
  display: block;
  width: 100%;
}
/* line 1785, ../sass/common.scss */
.menu_sp .acdjs.lang dd .lang_nav:nth-child(2n) {
  border-right: none;
}
/* line 1788, ../sass/common.scss */
.menu_sp .acdjs.lang dd .lang_nav:last-child {
  border-bottom: none;
}
/* line 1795, ../sass/common.scss */
.menu_sp .sns_link {
  text-align: center;
  padding: 20px;
}
/* line 1798, ../sass/common.scss */
.menu_sp .sns_link .sns_icon {
  width: 10.66667vw;
  display: inline-block;
  margin-right: 8vw;
}
/* line 1802, ../sass/common.scss */
.menu_sp .sns_link .sns_icon:last-child {
  margin-right: 0;
}

/* 20250528 */
@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 40px;
  }
}