/* ===========================================
   normalize.css v8.0.1
   =========================================== */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
  text-decoration: underline dotted currentColor;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

/* ===========================================
   Base
   =========================================== */
body,
html {
  color: #fff;
  font-family:
    A-OTF A1明朝 Std,
    A1 Mincho,
    serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 100%;
}
body.jsoff,
html.jsoff {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 4.26667vw;
    min-width: 0;
  }
}

body.bg-white,
html.bg-white {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}

/* ===========================================
   Links
   =========================================== */
a {
  backface-visibility: hidden;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #fff;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

/* ===========================================
   Images / SVG
   =========================================== */
img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* ===========================================
   Animation / Para
   =========================================== */
.jsoff #wrapper {
  opacity: 1;
}
#wrapper,
.para {
  opacity: 0;
}

.para {
  transition:
    opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.para-zoomin {
  transform: scale(0.8);
}
.para-zoomout {
  transform: scale(1.05);
}
.para-zoominback {
  transform: scale(0.75);
}
.para-zoominback,
.para-zoomoutback {
  transition: all 0.5s cubic-bezier(0.29, 1.385, 0.505, 0.995);
}
.para-zoomoutback {
  transform: scale(1.25);
}
.para-slideup {
  transform: translateY(50px);
}
.para-slideupback {
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.29, 1.385, 0.505, 0.995);
}
.para-slidedown {
  transform: translateY(-10px);
}
.para-slideleft {
  transform: translate(15px) !important;
}
.para-slideleft-half {
  transform: translate(10px);
}
.para-slideright {
  transform: translate(-15px);
}
.para-slideright-half {
  transform: translate(-10px);
}
.para-in {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}
.para-slideleft2 {
  transform: translate(100px);
}
.para-slideleft2,
.para-slideright2 {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.para-slideright2 {
  transform: translate(-100px);
}

/* Android: アニメーション無効 */
.android .para {
  opacity: 1;
}
.android .para-zoomback,
.android .para-zoomin,
.android .para-zoomout {
  transform: scale(1);
}
.android .para-slidedown,
.android .para-slideleft,
.android .para-slideright,
.android .para-slideup {
  transform: translate(0);
}

/* ===========================================
   Layout
   =========================================== */
.ly_content_size {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  position: relative;
}

/* ===========================================
   Header
   =========================================== */
.un_siteHeader {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  display: flex;
  height: 93px;
  justify-content: space-between;
  position: fixed;
  transition: all 0.5s;
  width: 100%;
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  .un_siteHeader {
    display: block;
    height: 18.66667vw;
  }

  /* /message/ ページはSPだけ --white を打ち消す */
  .un_siteHeader.message.un_siteHeader--white {
    /* --white の効果を全部打ち消して、通常のヘッダーに戻す */
  }

}
.un_siteHeader--fix {
  background-color: hsla(0, 0%, 100%, 0.9);
  position: fixed;
  top: 0;
  z-index: 1000;
}
.un_siteHeader--fix .un_siteHeader_logo img {
  display: block;
}
.un_siteHeader--fix .un_siteHeader_logo img:first-child {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .un_siteHeader--fix .un_siteHeader_btn img {
    filter: brightness(0);
  }
  .un_siteHeader--fix .un_siteHeader_btn span.close span,
  .un_siteHeader--fix .un_siteHeader_btn span.close span:first-child,
  .un_siteHeader--fix .un_siteHeader_btn span.close span:nth-child(2) {
    background-color: #000;
  }
  .un_siteHeader--fix .un_siteHeader_nav {
    z-index: 999;
  }
}
.un_siteHeader--fix .un_siteHeader_nav ul li a {
  filter: brightness(0);
}
@media screen and (max-width: 767px) {
  .un_siteHeader--fix .un_siteHeader_nav ul li a {
    filter: brightness(1);
  }
}
.un_siteHeader--fix .un_siteHeader_nav ul li:last-child a {
  border: 1px solid #80868b;
  filter: none;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .un_siteHeader--fix .un_siteHeader_nav ul li:last-child a {
    background-color: transparent;
    border: 0;
    border-bottom: 0.5px solid #b5b5b5;
    filter: brightness(0);
  }
}
@media screen and (min-width: 766px) {
  .un_siteHeader--fix .un_siteHeader_nav ul li:last-child a img {
    filter: brightness(0);
    position: relative;
    transition: filter 0.3s;
    z-index: 1;
  }
}
.un_siteHeader--fix .un_siteHeader_nav ul li:last-child a:hover img {
  filter: brightness(1);
}
.un_siteHeader--fix .un_siteHeader_nav ul li:last-child a:before {
  background-color: #80868b;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s;
  width: 0; /* 通常時は非表示 */
}
.un_siteHeader--fix .un_siteHeader_nav ul li:last-child a:hover:before {
  width: 100%; /* ホバーで広がる */
}
@media screen and (max-width: 767px) {
  .un_siteHeader--fix .un_siteHeader_nav ul li:last-child a:before {
    display: none;
  }
}
.un_siteHeader--fix .un_siteHeader_nav ul li:last-child a:hover {
  opacity: 1 !important;
}
/* .un_siteHeader--fix .un_siteHeader_nav ul li:last-child a:hover img{filter:brightness(.5)} */
/* .un_siteHeader--fix .un_siteHeader_nav ul li:last-child a:hover:before{width:0} */
.un_siteHeader--fix .un_siteHeader_nav ul li:last-child a:after {
  display: none;
}
.un_siteHeader_logo {
  display: block;
  padding-left: max(0px, min(1.83016vw, 25px));
  position: relative;
}
@media screen and (max-width: 767px) {
  .un_siteHeader_logo {
    left: 4.26667vw;
    padding-left: 0;
    position: absolute;
    top: 4.26667vw;
    z-index: 2;
  }
}
.un_siteHeader_logo img {
  display: block;
  height: auto;
  max-width: none;
  transition: opacity 0.5s;
  width: max(0px, min(24.15813vw, 330px));
}
@media screen and (max-width: 767px) {
  .un_siteHeader_logo img {
    height: 9.86667vw;
    width: 64.53333vw;
  }
}
.un_siteHeader_logo img:first-child {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.un_siteHeader_btn {
  cursor: pointer;
  display: none;
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 767px) {
  .un_siteHeader_btn {
    display: block;
    position: absolute;
    right: 4.53333vw;
    top: 7.2vw;
    z-index: 1002;
  }
}
.un_siteHeader_btn:hover {
  opacity: 0.8;
}
.un_siteHeader_btn img {
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
}
.un_siteHeader_btn img:first-child {
  width: max(0px, min(4.24597vw, 58px));
}
@media screen and (max-width: 767px) {
  .un_siteHeader_btn img:first-child {
    width: 12vw;
  }
}
.un_siteHeader_btn span.close {
  color: #000;
  display: none;
  height: 3.73333vw;
  position: relative;
  width: 11.2vw;
}
.un_siteHeader_btn span.close span {
  background-color: #4a4a4a;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.un_siteHeader_btn span.close span:first-child {
  background-color: #4a4a4a;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(20deg);
  width: 100%;
}
.un_siteHeader_btn span.close span:nth-child(2) {
  background-color: #4a4a4a;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-20deg);
  width: 100%;
}
.un_siteHeader_nav {
  display: flex;
  padding-right: max(0px, min(1.97657vw, 27px));
}
@media screen and (max-width: 767px) {
  .un_siteHeader_nav {
    background-color: #fff;
    background-image: none;
    display: none;
    overflow: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    transform: none;
    width: 100%;
    z-index: 3;
  }
  .un_siteHeader_nav_spLogo {
    left: 4.26667vw;
    position: absolute;
    top: 4.26667vw;
    z-index: 2;
  }
  .un_siteHeader_nav_spLogo a img {
    height: 9.86667vw;
    width: 64.53333vw;
  }
}
.un_siteHeader_nav ul {
  align-items: center;
  display: flex;
  gap: max(0px, min(2.19619vw, 30px));
  list-style: none;
}
@media screen and (max-width: 767px) {
  .un_siteHeader_nav ul.pc {
    display: none;
  }
  .un_siteHeader_nav ul.sp {
    display: block !important;
  }
  .un_siteHeader_nav ul {
    box-sizing: border-box;
    padding: 20.53333vw 5.33333vw 11.46667vw;
    position: relative;
    z-index: 2;
  }
  .un_siteHeader_nav ul:after {
    clear: both;
    content: "";
    display: table;
  }
  .un_siteHeader_nav ul li {
    float: left;
    text-align: center;
    width: 43.2vw;
  }
}
.un_siteHeader_nav ul li a {
  cursor: pointer;
  display: block;
  font-size: 10px;
  line-height: 1;
}
.un_siteHeader_nav ul li a img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .un_siteHeader_nav ul li:last-child {
    width: 100%;
  }
}
.un_siteHeader_nav ul li:last-child a {
  align-items: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  height: max(0px, min(3.58712vw, 49px));
  justify-content: center;
  position: relative;
  width: max(0px, min(9.73646vw, 133px));
}
@media screen and (max-width: 767px) {
  .un_siteHeader_nav ul li:last-child a {
    border: none;
    height: auto;
    width: auto;
  }
}
.un_siteHeader_nav ul li:last-child a img {
  height: auto;
  position: relative;
  transition: filter 0.3s;
  width: max(0px, min(7.10102vw, 97px));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .un_siteHeader_nav ul li:last-child a img {
    width: 44.53333vw;
  }
}
.un_siteHeader_nav ul li:last-child a:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s;
  width: 0;
}
.un_siteHeader_nav ul li:last-child a:hover {
  opacity: 1 !important;
}
.un_siteHeader_nav ul li:last-child a:hover img {
  filter: brightness(0.5);
}
.un_siteHeader_nav ul li:last-child a:hover:after {
  width: 100%;
}
.un_siteHeader_nav_group {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .un_siteHeader_nav_group .ttl {
    display: block;
    margin: 0 auto 3.86667vw;
    text-align: center;
  }
  .un_siteHeader_nav_group ul {
    height: auto !important;
    min-height: auto !important;
    flex-direction: column;
    gap: 3.5vw;
    padding: 0 0 10.66667vw;
  }
  .un_siteHeader_nav_group ul:after {
    display: none;
  }
  .un_siteHeader_nav_group ul li {
    float: none;
    margin-bottom: 0 !important;
  }
  .un_siteHeader_nav_group ul li a {
    border-bottom: 0 !important;
    color: #000;
    display: inline-flex;
    font-size: 3.46667vw;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0.14em;
    line-height: 1;
    transition: color 0.3s;
  }
  .un_siteHeader_nav_group ul li a img {
    width: 3.2vw !important;
    height: auto;
    margin-left: 1.06667vw;
    padding-top: 1px;
  }
  .un_siteHeader_nav_group ul li:last-child {
    height: 8vw !important;
    width: 44.53333vw !important;
    margin-right: 0;
    padding-top: 11.2vw;
  }
  .un_siteHeader_nav_group ul li:last-child a {
    height: 100%;
    padding-bottom: 0;
    width: 100%;
  }
  .un_siteHeader_nav_group ul li:last-child a img {
    height: 8vw !important;
    width: 44.53333vw !important;
    margin-left: 0;
  }
}
.un_siteHeader_nav_group ul li a:active,
.un_siteHeader_nav_group ul li a:hover,
.un_siteHeader_nav_group ul li a:link,
.un_siteHeader_nav_group ul li a:visited {
  color: #000;
}
.un_siteHeader--absWhite {
  background-color: hsla(0, 0%, 100%, 0.9);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .un_siteHeader--absWhite {
    background-color: transparent;
    position: fixed;
  }
}
.un_siteHeader--abs {
  position: absolute;
}
.un_siteHeader--fixWhite {
  background-color: transparent;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .un_siteHeader--fixWhite {
    background-color: transparent;
    position: fixed;
  }
}
.un_siteHeader--fixWhite.show {
  transform: translate(0);
}
.un_siteHeader--fixWhite p img:first-child {
  display: none;
}
.un_siteHeader--fixWhite p img:nth-child(2) {
  display: block;
}
@media screen and (max-width: 767px) {
  .un_siteHeader--fixWhite .un_siteHeader_btn img {
    filter: brightness(1);
  }
  .un_siteHeader--fixWhite .un_siteHeader_nav {
    z-index: 999;
  }
}
.un_siteHeader--fixWhite .un_siteHeader_nav ul li a {
  filter: brightness(1);
}
@media screen and (max-width: 767px) {
  .un_siteHeader--fixWhite .un_siteHeader_nav ul li a {
    filter: brightness(1);
  }
}
.un_siteHeader--fixWhite .un_siteHeader_nav ul li:last-child a {
  background-color: transparent;
  filter: none;
}
@media screen and (max-width: 767px) {
  .un_siteHeader--fixWhite .un_siteHeader_nav ul li:last-child a {
    background-color: transparent;
    filter: brightness(1);
  }
}
.un_siteHeader--fixWhite .un_siteHeader_nav ul li:last-child a:after {
  left: auto !important;
  right: 0 !important;
}
.un_siteHeader--fixWhite .un_siteHeader_nav ul li:last-child a:hover {
  border: 1px solid #fff;
}
.un_siteHeader--fixWhite .un_siteHeader_nav ul li:last-child a:hover img {
  filter: brightness(1);
}
.un_siteHeader--fixWhite .un_siteHeader_nav ul li:last-child a:hover:after {
  width: 0;
}


/* FV中だけ透明、それ以外は通常の白背景（PC・SP共通） */
.un_siteHeader.index.sp-fv-white,
.un_siteHeader.message.sp-fv-white {
  background-color: transparent;
}


/* ===========================================
   Footer
   =========================================== */
.un_siteFooter {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: max(0px, min(0.36603vw, 5px));
  padding-top: max(0px, min(2.78184vw, 38px));
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .un_siteFooter {
    padding-bottom: 5.33333vw;
    padding-top: 30.66667vw;
  }
}
.un_siteFooter_bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.un_siteFooter_bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.un_siteFooter_nav {
  margin-bottom: max(0px, min(10.2489vw, 140px));
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .un_siteFooter_nav {
    display: none;
  }
}
.un_siteFooter_nav ul {
  display: flex;
  gap: max(0px, min(2.41581vw, 33px));
  justify-content: center;
  list-style: none;
}
.un_siteFooter_nav ul li a {
  display: inline-block;
  filter: brightness(0);
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1;
}
.un_siteFooter_nav ul li a img {
  height: auto;
  vertical-align: top;
  width: auto;
}
.un_siteFooter_logo {
  margin-bottom: max(0px, min(7.32064vw, 100px));
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .un_siteFooter_logo {
    margin-bottom: 22.4vw;
  }
}
.un_siteFooter_logo img {
  width: max(0px, min(20.27818vw, 277px));
}
@media screen and (max-width: 767px) {
  .un_siteFooter_logo img {
    width: 51.73333vw;
  }
}
.un_siteFooter_group {
  font-size: 10px;
  line-height: 1;
  margin-bottom: max(0px, min(0.80527vw, 11px));
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .un_siteFooter_group {
    display: none;
  }
}
.un_siteFooter_group img {
  width: max(0px, min(5.78331vw, 79px));
}
.un_siteFooter_sideLinks {
  margin-bottom: max(0px, min(1.61054vw, 22px));
  position: relative;
  z-index: 1;
}
.un_siteFooter_sideLinks ul {
  display: flex;
  gap: max(0px, min(0vw, 0px));
}
.un_siteFooter_sideLinks ul li {
  align-items: center;
  display: flex;
}
.un_siteFooter_sideLinks ul li:last-child:after {
  display: none;
}
.un_siteFooter_sideLinks ul li:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: max(0px, min(1.02489vw, 14px));
  margin: 0 max(0px, min(0.87848vw, 12px));
  position: relative;
  top: 1px;
  width: 1px;
}
.un_siteFooter_sideLinks ul li a {
  align-items: center;
  color: #000;
  display: flex;
  font-size: max(0px, min(0.95168vw, 13px));
  font-weight: 400;
  letter-spacing: 0.14em;
  transition: color 0.3s;
}
.un_siteFooter_sideLinks ul li a:active,
.un_siteFooter_sideLinks ul li a:hover,
.un_siteFooter_sideLinks ul li a:link,
.un_siteFooter_sideLinks ul li a:visited {
  color: #000;
}
.un_siteFooter_sideLinks ul li a img {
  margin-left: max(0px, min(0.29283vw, 4px));
  padding-top: 1px;
  width: max(0px, min(0.87848vw, 12px));
}
.un_siteFooter_btn {
  align-items: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: max(0px, min(1.16667vw, 14px));
  height: max(0px, min(3.33333vw, 40px));
  justify-content: center;
  margin-bottom: max(0px, min(6.5vw, 78px));
  position: relative;
  width: max(0px, min(19.41667vw, 233px));
  z-index: 1;
}
.un_siteFooter_btn:active,
.un_siteFooter_btn:hover,
.un_siteFooter_btn:link,
.un_siteFooter_btn:visited {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .un_siteFooter_btn {
    font-size: 3.73333vw;
    height: 10.66667vw;
    margin-bottom: 20.8vw;
    width: 62.13333vw;
  }
}
.un_siteFooter_copyright {
  position: relative;
  z-index: 1;
}
.un_siteFooter_copyright img {
  width: max(0px, min(19.03367vw, 260px));
}
@media screen and (max-width: 767px) {
  .un_siteFooter_copyright img {
    width: 69.33333vw;
  }
}
.un_siteFooter_totop {
  align-items: center;
  bottom: max(0px, min(1.46413vw, 20px));
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: max(0px, min(0.51245vw, 7px));
  justify-content: center;
  position: absolute;
  right: max(0px, min(1.46413vw, 20px));
  z-index: 50;
}
.un_siteFooter_totop svg {
  height: auto;
  width: max(0px, min(2.63543vw, 36px));
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
  }
}
.un_siteFooter_totop:hover svg {
  animation: updown 0.6s forwards;
}

/* intern page footer調整 */
#intern .un_siteFooter {
  padding-top: max(0px, min(10vw, 120px));
}
@media screen and (max-width: 767px) {
  #intern .un_siteFooter {
    padding-top: 32vw;
  }
}
#intern .un_siteFooter_logo {
  margin-bottom: max(0px, min(2.91667vw, 35px));
}
@media screen and (max-width: 767px) {
  #intern .un_siteFooter_logo {
    margin-bottom: 9.33333vw;
  }
}
#intern .un_siteFooter_logo img {
  width: max(0px, min(19.16667vw, 230px));
}
@media screen and (max-width: 767px) {
  #intern .un_siteFooter_logo img {
    width: 61.33333vw;
  }
}
#intern .un_siteFooter_copyright img {
  width: max(0px, min(21.66667vw, 260px));
}
@media screen and (max-width: 767px) {
  #intern .un_siteFooter_copyright img {
    width: 69.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .un_siteHeader_nav ul li:nth-child(3) a img {
    width: 89.86667vw;
  }
}
