@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Michroma&family=BIZ+UDPGothic&family=Big+Shoulders:wght@400;700&display=swap");

/* reset
------------------------------------------------------------ */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a, button {
  text-decoration: none;
  border: none;
  outline: 0;
  background: none;
}
a img {
  border: none;
  outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
img {
  display: inline-block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #000d2c;
  line-height: 1.7;
  letter-spacing: 0.04em;
  background-color: #14307d;
  -webkit-print-color-adjust: exact;
}
img {
  width: 100%;
}
a,
button {
  color: #000d2c;
  transition: all 0.3s ease-out;
}
/* Global
-------------------------------------------------------------- */
.wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.font-michroma {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-biz_udpgothic {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-big_shoulders {
  font-family: "Big Shoulders", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body.view .wrapper {
  opacity: 1;
}
@media print {
  body {
    min-width: 1366px;
  }
}
@media print, only screen and (min-width: 1025px) {
  /* header ----- */
  #header .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 28px 96px 28px 32px;
    box-sizing: border-box;
    z-index: 1000;
  }
  #header .header-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    opacity: 0;
    transition: opacity 0.5s ease-out;
    z-index: 1;
  }
  #header .header-wrap.bg-color::before {
    opacity: 0.9;
  }
  #header .header-wrap .logo {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.08em;
    z-index: 2;
  }
  #header .header-wrap .logo a {
    display: block;
    width: 248px;
    margin-right: 25px;
    line-height: 1;
  }
  #header .header-wrap .hd-entry {
    position: relative;
    z-index: 2;
  }
  #header .header-wrap .hd-entry .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 40px;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.02em;
    background-color: #7fbe26;
  }
  #header .header-wrap .hd-entry .btn:hover {
    background-color: #1c4198;
  }
  #header .nav-btn {
    position: fixed;
    top: 37px;
    right: 32px;
    display: block;
    width: 32px;
    height: 22px;
    cursor: pointer;
    z-index: 9900;
  }
  #header .nav-btn .line {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition: all 0.1s ease-out;
  }
  #header .nav-btn::before, #header .nav-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition: all 0.1s ease-out;
  }
  #header .nav-btn::before {
    top: 0;
  }
  #header .nav-btn::after {
    bottom: 0;
  }
  #header .nav-btn:hover::before {
    top: 2px;
  }
  #header .nav-btn:hover::after {
    bottom: 2px;
  }
  #header .nav-btn.active .line {
    opacity: 0;
  }
  #header .nav-btn.active::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  #header .nav-btn.active::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  #header .nav-btn.active:hover::before {
    transform: rotate(25deg);
  }
  #header .nav-btn.active:hover::after {
    transform: rotate(-25deg);
  }
  #header .nav-box {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: -1;
  }
  #header .nav-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1c4198;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  #header .nav-box .nav-wrap {
    position: relative;
    top: -100vh;
    padding-top: 100px;
    padding-bottom: 164px;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    z-index: 2;
    transition: all 0.2s ease-out;
  }
  #header .nav-box .nav ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
  }
  #header .nav-box .nav ul li {
    width: calc(33.3% - 40px);
    max-width: 340px;
    margin: 30px 20px 0;
    padding: 28px 0;
    border-bottom: solid 1px #1c4198;
  }
  #header .nav-box .nav ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  #header .nav-box .nav ul li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 18px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
  }
  #header .nav-box .nav ul li a:hover::before {
    right: -10px;
  }
  #header .nav-box .hd-links-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 64px auto 0;
    padding: 0 20px;
  }
  #header .nav-box .hd-links-wrap .news-links {
    display: flex;
    align-items: center;
  }
  #header .nav-box .hd-links-wrap .news-links dt {
    margin-right: 24px;
    font-size: 20px;
    color: #fff;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul {
    display: flex;
    align-items: center;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li {
    margin-right: 16px;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a {
    background-color: transparent;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-ig {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%23fff" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%23fff" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%23fff" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-ig::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 80px;
    height: 80px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%231c4198" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%231c4198" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%231c4198" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-color: #fff;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-yt {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%23fff" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-yt::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 80px;
    height: 80px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%231c4198" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-color: #fff;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a:hover.hd-ig::before {
    opacity: 1;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a:hover.hd-yt::before {
    opacity: 1;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 340px;
    height: 72px;
    padding: 0 33px;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
    background-color: #7fbe26;
    box-sizing: border-box;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry .btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 33px;
    width: 18px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry .btn:hover {
    background-color: #1c4198;
  }
  #header .nav-box.open {
    z-index: 9000;
  }
  #header .nav-box.open::before {
    opacity: 0.8;
    height: 100vh;
  }
  #header .nav-box.open .nav-wrap {
    top: 0;
  }
  /* contents ----- */
  .contents {
    position: relative;
    z-index: 1;
  }
  /* social-links ----- */
  #social-links {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 960px;
    height: 240px;
    margin: 0 auto;
    padding: 0 80px;
    background: url(../img/social_links_bg.jpg) no-repeat center/cover;
    box-sizing: border-box;
    z-index: 1;
  }
  #social-links .lead {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
  }
  #social-links .links-wrap {
    display: flex;
    align-items: center;
  }
  #social-links .links-wrap li {
    margin-left: 16px;
  }
  #social-links .links-wrap li a {
    background-color: transparent;
  }
  #social-links .links-wrap li a.hd-ig {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%23fff" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%23fff" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%23fff" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #social-links .links-wrap li a.hd-ig::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 80px;
    height: 80px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%231c4198" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%231c4198" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%231c4198" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-color: #fff;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #social-links .links-wrap li a.hd-yt {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%23fff" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #social-links .links-wrap li a.hd-yt::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 80px;
    height: 80px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%231c4198" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-color: #fff;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #social-links .links-wrap li a:hover.hd-ig::before {
    opacity: 1;
  }
  #social-links .links-wrap li a:hover.hd-yt::before {
    opacity: 1;
  }
  /* footer ----- */
  #footer {
    position: relative;
    padding: 80px 133px 64px 32px;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    z-index: 100;
  }
  #footer .page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    overflow: hidden;
  }
  #footer .page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  #footer .page-top a::before {
    content: "";
    width: 14px;
    height: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 18"><path fill="%23fff" d="M10.6,7.4l-3.6-3.6v14.2h-2V3.8s-3.6,3.6-3.6,3.6l-1.4-1.4L6,0l6,6-1.4,1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  #footer .page-top a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, #2eb8da 0%, #3681c4 50%, #1c4198 100%);
    transition: all 0.3s ease-out;
    z-index: 1;
  }
  #footer .page-top a:hover::after {
    right: 0;
  }
  #footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #footer .footer-wrap .company-info dt img {
    width: 248px;
  }
  #footer .footer-wrap .company-info dd {
    margin-top: 70px;
  }
  #footer .footer-wrap .company-info dd p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }
  #footer .footer-wrap .company-info dd p.tel {
    margin-top: 13px;
  }
  #footer .footer-wrap .copyright {
    font-size: 12px;
    color: #737e97;
    line-height: 24px;
  }
  .device-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  /* header ----- */
  #header .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22.4px 76.8px 22.4px 25.6px;
    box-sizing: border-box;
    z-index: 1000;
  }
  #header .header-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    opacity: 0;
    transition: opacity 0.5s ease-out;
    z-index: 1;
  }
  #header .header-wrap.bg-color::before {
    opacity: 0.9;
  }
  #header .header-wrap .logo {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 11.2px;
    color: #fff;
    letter-spacing: 0.08em;
    z-index: 2;
  }
  #header .header-wrap .logo a {
    display: block;
    width: 198.4px;
    margin-right: 20px;
    line-height: 1;
  }
  #header .header-wrap .hd-entry {
    position: relative;
    z-index: 2;
  }
  #header .header-wrap .hd-entry .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115.2px;
    height: 32px;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-size: 11.2px;
    color: #fff;
    letter-spacing: 0.02em;
    background-color: #7fbe26;
  }
  #header .header-wrap .hd-entry .btn:hover {
    background-color: #1c4198;
  }
  #header .nav-btn {
    position: fixed;
    top: 29.6px;
    right: 25.6px;
    display: block;
    width: 25.6px;
    height: 17.6px;
    cursor: pointer;
    z-index: 9900;
  }
  #header .nav-btn .line {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition: all 0.1s ease-out;
  }
  #header .nav-btn::before, #header .nav-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition: all 0.1s ease-out;
  }
  #header .nav-btn::before {
    top: 0;
  }
  #header .nav-btn::after {
    bottom: 0;
  }
  #header .nav-btn:hover::before {
    top: 2px;
  }
  #header .nav-btn:hover::after {
    bottom: 2px;
  }
  #header .nav-btn.active .line {
    opacity: 0;
  }
  #header .nav-btn.active::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  #header .nav-btn.active::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  #header .nav-btn.active:hover::before {
    transform: rotate(25deg);
  }
  #header .nav-btn.active:hover::after {
    transform: rotate(-25deg);
  }
  #header .nav-box {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: -1;
  }
  #header .nav-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1c4198;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  #header .nav-box .nav-wrap {
    position: relative;
    top: -100vh;
    padding-top: 80px;
    padding-bottom: 131.2px;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    z-index: 2;
    transition: all 0.2s ease-out;
  }
  #header .nav-box .nav ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 912px;
    margin: 0 auto;
  }
  #header .nav-box .nav ul li {
    width: calc(33.3% - 32px);
    max-width: 272px;
    margin: 24px 16px 0;
    padding: 22.4px 0;
    border-bottom: solid 1px #1c4198;
  }
  #header .nav-box .nav ul li a {
    position: relative;
    display: block;
    font-size: 14.4px;
    font-weight: 700;
    color: #fff;
  }
  #header .nav-box .nav ul li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.6px);
    right: 0;
    width: 14.4px;
    height: 11.2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
  }
  #header .nav-box .nav ul li a:hover::before {
    right: -8px;
  }
  #header .nav-box .hd-links-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    margin: 51.2px auto 0;
    padding: 0 16px;
  }
  #header .nav-box .hd-links-wrap .news-links {
    display: flex;
    align-items: center;
  }
  #header .nav-box .hd-links-wrap .news-links dt {
    margin-right: 19.2px;
    font-size: 16px;
    color: #fff;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul {
    display: flex;
    align-items: center;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li {
    margin-right: 12.8px;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a {
    background-color: transparent;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-ig {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%23fff" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%23fff" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%23fff" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-ig::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 64px;
    height: 64px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%231c4198" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%231c4198" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%231c4198" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-color: #fff;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-yt {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%23fff" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-yt::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 64px;
    height: 64px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%231c4198" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-color: #fff;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a:hover.hd-ig::before {
    opacity: 1;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a:hover.hd-yt::before {
    opacity: 1;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 272px;
    height: 57.6px;
    padding: 0 26.4px;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.02em;
    background-color: #7fbe26;
    box-sizing: border-box;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry .btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.6px);
    right: 26.4px;
    width: 14.4px;
    height: 11.2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry .btn:hover {
    background-color: #1c4198;
  }
  #header .nav-box.open {
    z-index: 9000;
  }
  #header .nav-box.open::before {
    opacity: 0.8;
    height: 100vh;
  }
  #header .nav-box.open .nav-wrap {
    top: 0;
  }
  /* contents ----- */
  .contents {
    position: relative;
    z-index: 1;
  }
  /* social-links ----- */
  #social-links {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 768px;
    height: 192px;
    margin: 0 auto;
    padding: 0 64px;
    background: url(../img/social_links_bg.jpg) no-repeat center/cover;
    box-sizing: border-box;
    z-index: 1;
  }
  #social-links .lead {
    font-size: 11.2px;
    color: #fff;
    line-height: 25.6px;
  }
  #social-links .links-wrap {
    display: flex;
    align-items: center;
  }
  #social-links .links-wrap li {
    margin-left: 12.8px;
  }
  #social-links .links-wrap li a {
    background-color: transparent;
  }
  #social-links .links-wrap li a.hd-ig {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%23fff" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%23fff" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%23fff" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #social-links .links-wrap li a.hd-ig::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 64px;
    height: 64px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%231c4198" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%231c4198" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%231c4198" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-color: #fff;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #social-links .links-wrap li a.hd-yt {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%23fff" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #social-links .links-wrap li a.hd-yt::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 64px;
    height: 64px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%231c4198" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-color: #fff;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #social-links .links-wrap li a:hover.hd-ig::before {
    opacity: 1;
  }
  #social-links .links-wrap li a:hover.hd-yt::before {
    opacity: 1;
  }
  /* footer ----- */
  #footer {
    position: relative;
    padding: 64px 106.4px 51.2px 25.6px;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    z-index: 100;
  }
  #footer .page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    overflow: hidden;
  }
  #footer .page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
  }
  #footer .page-top a::before {
    content: "";
    width: 11.2px;
    height: 14.4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 18"><path fill="%23fff" d="M10.6,7.4l-3.6-3.6v14.2h-2V3.8s-3.6,3.6-3.6,3.6l-1.4-1.4L6,0l6,6-1.4,1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  #footer .page-top a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, #2eb8da 0%, #3681c4 50%, #1c4198 100%);
    transition: all 0.3s ease-out;
    z-index: 1;
  }
  #footer .page-top a:hover::after {
    right: 0;
  }
  #footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
  }
  #footer .footer-wrap .company-info dt img {
    width: 198.4px;
  }
  #footer .footer-wrap .company-info dd {
    margin-top: 56px;
  }
  #footer .footer-wrap .company-info dd p {
    font-size: 11.2px;
    color: #fff;
    line-height: 19.2px;
  }
  #footer .footer-wrap .company-info dd p.tel {
    margin-top: 10.4px;
  }
  #footer .footer-wrap .copyright {
    font-size: 9.6px;
    color: #737e97;
    line-height: 19.2px;
  }
  .device-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  /* header ----- */
  #header .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 16px;
    box-sizing: border-box;
    z-index: 1000;
  }
  #header .header-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }
  #header .header-wrap.bg-color::before {
    opacity: 0.9;
  }
  #header .header-wrap .logo {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.08em;
    z-index: 2;
  }
  #header .header-wrap .logo a {
    display: block;
    width: 166px;
    margin-right: 8.5px;
    line-height: 1;
  }
  #header .header-wrap .hd-entry {
    display: none;
  }
  #header .nav-btn {
    position: fixed;
    top: 20.5px;
    right: 16px;
    display: block;
    width: 32px;
    height: 19px;
    cursor: pointer;
    z-index: 9900;
  }
  #header .nav-btn .line {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    transition: all 0.1s ease-out;
  }
  #header .nav-btn::before, #header .nav-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    transition: all 0.1s ease-out;
  }
  #header .nav-btn::before {
    top: 0;
  }
  #header .nav-btn::after {
    bottom: 0;
  }
  #header .nav-btn.active .line {
    opacity: 0;
  }
  #header .nav-btn.active::before {
    top: calc(50% - 0.5px);
    transform: rotate(45deg);
  }
  #header .nav-btn.active::after {
    bottom: calc(50% - 0.5px);
    transform: rotate(-45deg);
  }
  #header .nav-box {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: -1;
  }
  #header .nav-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1c4198;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  #header .nav-box .nav-wrap {
    position: relative;
    top: -100vh;
    max-height: calc(100svh - 95px);
    padding-top: 55px;
    padding-bottom: 40px;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    overflow-y: auto;
    z-index: 2;
    transition: all 0.2s ease-out;
  }
  #header .nav-box .nav ul {
    margin: 0 24px;
  }
  #header .nav-box .nav ul li {
    padding: 22.5px 0;
    border-bottom: solid 1px #1c4198;
  }
  #header .nav-box .nav ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
  #header .nav-box .nav ul li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 5.5px);
    right: 0;
    width: 15px;
    height: 11px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #header .nav-box .hd-links-wrap {
    margin: 32px auto 0;
  }
  #header .nav-box .hd-links-wrap .news-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .nav-box .hd-links-wrap .news-links dt {
    margin-right: 36px;
    font-size: 16px;
    color: #fff;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul {
    display: flex;
    align-items: center;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li {
    margin-right: 32px;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li:last-child {
    margin-right: 0;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a {
    background-color: transparent;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-ig {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%23fff" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%23fff" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%23fff" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-size: 21.5px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header .nav-box .hd-links-wrap .news-links dd ul li a.hd-yt {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%23fff" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-size: 27.5px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry {
    margin-top: 32px;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 327px;
    height: 60px;
    padding: 0 33px;
    margin: 0 auto;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.02em;
    background-color: #7fbe26;
    box-sizing: border-box;
  }
  #header .nav-box .hd-links-wrap .hd-nav-entry .btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 33px;
    width: 18.5px;
    height: 12.5px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"><path fill="%23fff" d="M10.6,10.6l3.6-3.6H0v-2h14.2s-3.6-3.6-3.6-3.6l1.4-1.4,6,6-6,6-1.4-1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #header .nav-box.open {
    z-index: 9000;
  }
  #header .nav-box.open::before {
    opacity: 0.8;
    height: 150vh;
  }
  #header .nav-box.open .nav-wrap {
    top: 0;
  }
  /* contents ----- */
  .contents {
    position: relative;
    z-index: 1;
  }
  /* social-links ----- */
  #social-links {
    position: relative;
    width: 100%;
    max-width: 327px;
    margin: 0 auto;
    padding: 34px 20px 40px;
    background: url(../img/social_links_bg_sp.jpg) no-repeat center/cover;
    box-sizing: border-box;
    z-index: 1;
  }
  #social-links .lead {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
  }
  #social-links .links-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
  }
  #social-links .links-wrap li {
    margin: 0 16px;
  }
  #social-links .links-wrap li a {
    background-color: transparent;
  }
  #social-links .links-wrap li a.hd-ig {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.14 24.14"><path fill="%23fff" fill-rule="evenodd" d="M24.14,12.05c0-3.28-.02-3.69-.08-4.97-.02-1-.21-1.99-.57-2.93-.63-1.62-1.91-2.9-3.54-3.52-.94-.35-1.93-.54-2.93-.55C15.73,0,15.32,0,12.05,0c-3.28,0-3.69.02-4.98.08h0c-1,.02-1.99.21-2.93.57-1.62.63-2.9,1.91-3.52,3.54-.35.94-.54,1.93-.55,2.93C0,8.4,0,8.82,0,12.09s.02,3.69.08,4.97c.02,1,.21,1.99.57,2.93.63,1.62,1.91,2.9,3.54,3.52.94.35,1.93.54,2.93.55,1.29.06,1.7.07,4.97.06,3.28,0,3.69-.02,4.98-.08,1-.02,1.99-.21,2.93-.57,1.62-.63,2.9-1.91,3.52-3.54.35-.94.54-1.93.55-2.93.06-1.29.07-1.7.06-4.98ZM21.91,16.93c0,.77-.15,1.52-.41,2.24-.4,1.05-1.23,1.89-2.29,2.3-.72.27-1.47.41-2.24.42-1.27.06-1.65.07-4.88.08-3.22,0-3.6,0-4.88-.06h0c-.77,0-1.52-.15-2.24-.41-1.05-.4-1.89-1.23-2.3-2.28-.27-.72-.41-1.48-.42-2.24-.06-1.27-.07-1.65-.08-4.88,0-3.22,0-3.6.06-4.88,0-.77.15-1.52.41-2.24.4-1.05,1.23-1.89,2.29-2.29.72-.27,1.47-.41,2.24-.42,1.27-.06,1.65-.07,4.88-.08,3.22,0,3.6,0,4.88.06.77,0,1.52.15,2.24.41,1.06.4,1.89,1.23,2.3,2.29.27.72.41,1.47.42,2.24.06,1.27.07,1.65.08,4.87,0,3.22,0,3.61-.06,4.88Z"/><path fill="%23fff" fill-rule="evenodd" d="M17.05,5.62c0,.8.65,1.45,1.45,1.45.8,0,1.45-.65,1.45-1.45,0-.8-.65-1.45-1.45-1.45h0c-.8,0-1.45.65-1.45,1.45h0"/><path fill="%23fff" fill-rule="evenodd" d="M12.07,5.87h0c-3.42,0-6.19,2.79-6.18,6.21,0,3.42,2.79,6.2,6.21,6.19,3.42,0,6.2-2.79,6.19-6.21,0-3.42-2.79-6.2-6.21-6.19ZM12.08,16.1c-2.22,0-4.03-1.79-4.03-4.02,0-2.22,1.79-4.03,4.02-4.03,2.22,0,4.03,1.79,4.03,4.02,0,2.22-1.79,4.03-4.02,4.03Z"/></svg>');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  #social-links .links-wrap li a.hd-yt {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.48 24.14"><path fill="%23fff" d="M33.76,3.77c-.4-1.48-1.56-2.65-3.05-3.05-2.69-.72-13.47-.72-13.47-.72,0,0-10.78,0-13.47.72-1.48.4-2.65,1.57-3.05,3.05-.72,2.69-.72,8.3-.72,8.3,0,0,0,5.61.72,8.3.4,1.48,1.57,2.65,3.05,3.05,2.69.72,13.47.72,13.47.72,0,0,10.78,0,13.47-.72,1.48-.4,2.65-1.56,3.05-3.05.72-2.69.72-8.3.72-8.3,0,0,0-5.61-.72-8.3ZM13.79,17.24V6.9l8.96,5.17-8.96,5.17Z"/></svg>');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* footer ----- */
  #footer {
    position: relative;
    padding: 40px 24px 26px;
    background: linear-gradient(135deg, #071d51 40%, #000d2c 80%);
    z-index: 100;
  }
  #footer .page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    overflow: hidden;
  }
  #footer .page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #2eb8da 0%, #3681c4 100%);
    overflow: hidden;
  }
  #footer .page-top a::before {
    content: "";
    width: 10.5px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 18"><path fill="%23fff" d="M10.6,7.4l-3.6-3.6v14.2h-2V3.8s-3.6,3.6-3.6,3.6l-1.4-1.4L6,0l6,6-1.4,1.4Z"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  #footer .footer-wrap .company-info dt img {
    width: 218.5px;
  }
  #footer .footer-wrap .company-info dd {
    margin-top: 40px;
  }
  #footer .footer-wrap .company-info dd p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
  }
  #footer .footer-wrap .company-info dd p.tel {
    margin-top: 13px;
  }
  #footer .footer-wrap .copyright {
    margin-top: 45px;
    font-size: 12px;
    color: #737e97;
    line-height: 12px;
  }
  .device-pc {
    display: none !important;
  }
}