@charset "UTF-8";
/* [ 富士テレネット ] layout.css */
/* [ 富士テレネット ] setting */
/* [ 富士テレネット ] component */
html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  color: #000;
  font-size: 1.6em;
  /* Chrome対策でremにしない  */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

a {
  color: #000;
  text-decoration: none;
  transition: all .4s ease;
  /* */
  /* */
}
a::before, a::after {
  transition: all .4s ease;
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure figcaption {
  margin-bottom: 1em;
}
figure figcaption b {
  display: inline-block;
}
figure img + figcaption {
  margin-top: 0.6em;
  margin-bottom: 0;
}

picture, img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}
table a {
  text-decoration: underline;
}
table a:hover, table a:active {
  text-decoration: none;
}

p a {
  text-decoration: none;
}
p a:hover, p a:active {
  text-decoration: underline;
}

label {
  transition: all .4s ease;
  cursor: pointer;
}
label::before, label::after {
  transition: all .4s ease;
}
label * {
  transition: all .4s ease;
}

input,
textarea,
button {
  max-width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"] {
  width: 100%;
  padding: 0.75em 1em !important;
  border: 1px solid #707070 !important;
  border-radius: 10px !important;
  background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  vertical-align: middle;
}

textarea {
  width: 100% !important;
  height: auto;
  padding: 0.75em 1em;
  border: 1px solid #707070 !important;
  border-radius: 10px !important;
  background: #fff;
}

textarea[rows="1"] {
  height: calc(1.6em * 1) !important;
}

textarea[rows="2"] {
  height: calc(1.6em * 2) !important;
}

textarea[rows="3"] {
  height: calc(1.6em * 3) !important;
}

textarea[rows="4"] {
  height: calc(1.6em * 4) !important;
}

textarea[rows="5"] {
  height: calc(1.6em * 5) !important;
}

textarea[rows="6"] {
  height: calc(1.6em * 6) !important;
}

textarea[rows="7"] {
  height: calc(1.6em * 7) !important;
}

textarea[rows="8"] {
  height: calc(1.6em * 8) !important;
}

textarea[rows="9"] {
  height: calc(1.6em * 9) !important;
}

textarea[rows="10"] {
  height: calc(1.6em * 10) !important;
}

@media screen and (min-width: 1025px) {
  input,
  textarea {
    font-size: 1.8rem !important;
  }
}
/* */
@media screen and (max-width: 1024px) {
  input,
  textarea {
    font-size: 1.8rem !important;
  }
}
/* */
@media only screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 1.6rem !important;
  }
}
/* */
body > header {
  position: relative;
  z-index: +3;
}
body > header .header-logo {
  display: block;
}
@media screen and (min-width: 1025px) {
  body > header .header-logo {
    width: 100px;
    height: auto;
    aspect-ratio: 100 / 49;
  }
}
@media screen and (max-width: 1024px) {
  body > header .header-logo {
    max-width: 50%;
    width: 14.67vw;
  }
}
body > header .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
body > header nav {
  position: fixed;
  width: 100%;
  height: 12.82vw;
  max-height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
body > header nav .drawer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 0.9875em;
  z-index: +1;
}
body > header nav .drawer .menu-toggle {
  display: block;
  position: fixed;
  right: 15px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
body > header nav .drawer .menu-toggle span {
  display: block;
  position: absolute;
  width: 28px;
  border-bottom: 3px solid #414A9C;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
body > header nav .drawer .menu-toggle span:nth-child(1) {
  top: 5px;
}
body > header nav .drawer .menu-toggle span:nth-child(2) {
  top: 15px;
}
body > header nav .drawer .menu-toggle span:nth-child(3) {
  top: 25px;
}
body > header nav .drawer .menu-toggle.active span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body > header nav .drawer .menu-toggle.active span:nth-child(2), body > header nav .drawer .menu-toggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
body > header nav .drawer.open {
  background-color: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
body > header nav .menu {
  position: fixed;
  width: 100%;
  text-align: center;
  background-color: #fff;
  transition: 0.5s ease;
  -webkit-transform: translateX(100%);
}
@media screen and (max-width: 1024px) {
  body > header nav .menu {
    padding: 20px;
  }
}
body > header nav .menu ul li {
  list-style: none;
}
@media screen and (max-width: 1024px) {
  body > header nav .menu .menu-list {
    background: #414A9C;
    padding: 10px;
  }
}
body > header nav .menu .menu-list > li {
  position: relative;
}
@media screen and (max-width: 1024px) {
  body > header nav .menu .menu-list > li {
    background: #EAEBF4;
    border-bottom: 2px solid #414A9C;
  }
  body > header nav .menu .menu-list > li:has(ul) > a {
    pointer-events: none;
  }
  body > header nav .menu .menu-list > li:has(ul) > a::after {
    content: none;
  }
}
body > header nav .menu .menu-list > li > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
@media (hover: hover) {
  body > header nav .menu .menu-list > li > a:hover {
    color: #414A9C;
  }
}
@media screen and (max-width: 1024px) {
  body > header nav .menu .menu-list > li > a {
    padding: 3vw 0;
  }
  body > header nav .menu .menu-list > li > a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 2vw;
    width: 10px;
    height: 10px;
    border-top: 2px solid #414A9C;
    border-right: 2px solid #414A9C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  body > header nav .menu .menu-list > li > a {
    padding: 17px 0;
  }
  body > header nav .menu .menu-list > li > a::after {
    right: 4vw;
  }
}
body > header nav .menu .menu-ddlist {
  background: #D6D8E9;
  margin: 0 10px 10px;
}
body > header nav .menu .menu-ddlist li {
  display: block;
  width: 100%;
  border-bottom: 2px solid #EAEBF4;
}
body > header nav .menu .menu-ddlist li a {
  display: block;
  position: relative;
  width: 100%;
  color: #414A9C;
  font-weight: 500;
  padding: 10px;
}
body > header nav .menu .menu-ddlist li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 4%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #414A9C;
  border-right: 2px solid #414A9C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media (hover: hover) {
  body > header nav .menu .menu-ddlist li:hover {
    background: #fff;
  }
}
body > header nav .menu .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1vw;
}
@media screen and (max-width: 1024px) {
  body > header nav .menu .sns {
    gap: 25px;
    margin: 35px auto 41px;
  }
}
body > header nav .menu .sns li a {
  position: relative;
}
body > header nav .menu .sns li a img {
  width: 34px;
  height: auto;
  aspect-ratio: 17 / 16;
}
body > header nav .menu .sns li a img.on {
  position: relative;
  z-index: 2;
  opacity: 0;
}
body > header nav .menu .sns li a img.off {
  position: absolute;
  z-index: 1;
  left: 0;
}
@media (hover: hover) {
  body > header nav .menu .sns li:hover img.off {
    animation: fadeOutimg 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  body > header nav .menu .sns li:hover img.on {
    animation: fadeInimg 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
body > header nav .menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  body > header nav .menu.open {
    height: max(calc(100vh - 80px), calc(100vh - 12.82vw));
    height: max(calc(100dvh - 80px), calc(100dvh - 12.82vw));
  }
}
body > header nav .menu .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 27px 2.12vw;
  background-color: #414A9C;
  border: 2px solid transparent;
  border-radius: 7px;
}
@media screen and (max-width: 1024px) {
  body > header nav .menu .contact {
    width: 84%;
    font-size: 1.8rem;
    margin: 0 auto;
  }
}
body > header nav .menu .contact svg path {
  transition: all 0.4s ease;
}
body > header nav .menu .contact b {
  display: inline-block;
  align-items: center;
  margin-left: 0.78vw;
}
@media (hover: hover) {
  body > header nav .menu .contact:hover {
    background-color: #fff;
    border-left-color: #414A9C;
    border-bottom-color: #414A9C;
    color: #414A9C;
  }
  body > header nav .menu .contact:hover svg path {
    fill: #414A9C;
    transition: all 0.4s ease;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  body > header nav .menu .contact:hover {
    border-color: #414A9C;
  }
}

@media screen and (min-width: 1025px) {
  body > header nav {
    display: flex;
    height: 5.0em;
  }
  body > header nav .drawer {
    padding: 0 1.65625vw;
  }
  body > header nav .menu-toggle {
    display: none !important;
  }
  body > header nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.6vw;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  body > header nav .menu .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
  }
  body > header nav .menu .menu-list > li > a {
    position: relative;
    width: fit-content;
    margin: 0 0.78vw;
    padding: 6px 0;
    border-bottom: none;
  }
  body > header nav .menu .menu-list > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #414A9C;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  body > header nav .menu .menu-list > li > a:hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1025px) {
  body > header nav .menu .menu-list > li > a:has(img)::after {
    content: none;
  }
  body > header nav .menu .menu-list > li > a.current {
    color: #414A9C;
  }
  body > header nav .menu .menu-list > li > a.current::after {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  body > header nav .menu .menu-list > li:hover ul {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  body > header nav .menu .menu-ddlist {
    display: none;
    position: absolute;
    left: -25px;
    width: 350px;
    margin: 0;
    padding: 10px;
    background: #414A9C;
  }
  body > header nav .menu .menu-ddlist li {
    width: 100%;
    line-height: 1.0;
    background: #EAEBF4;
    padding: 17px;
    border-bottom: 2px solid #414A9C;
  }
  body > header nav .menu .menu-ddlist li:last-child {
    border-bottom-style: none;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  body > header nav .menu .menu-ddlist li:hover a {
    font-weight: 700;
  }
}
@media screen and (min-width: 1025px) {
  body > header nav .menu .menu-ddlist li a {
    position: relative;
    display: block;
    width: 100%;
    color: #414A9C;
    text-align: center;
  }
  body > header nav .menu .menu-ddlist li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0.45vw;
    width: 10px;
    height: 10px;
    border-top: 2px solid #414A9C;
    border-right: 2px solid #414A9C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
  }
  body > header nav .menu .contact {
    height: 100%;
    padding: 0 2.124923111vw;
    border-radius: 0 0 0 7px;
  }
}

@keyframes fadeInimg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutimg {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html.activeMenu {
  overflow: hidden;
}

main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  /*==================================================*
   *  [ メインイメージ ]
   *==================================================*/
  /*==================================================*
   *  [ 404ページ ]
   *==================================================*/
  /*==================================================*
   *  [ お問い合わせ ]
   *==================================================*/
}
main .main-image {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: min(18.23vw, 350px);
  background: url("../img/bg_idea_trans.png") center left 25px/45.2% no-repeat, #FEDA76;
  padding-top: min(6.5625vw, 126px);
  padding-left: min(16.15vw, 310px);
}
main .main-image h1 {
  font-size: min(3.65vw, 7rem);
  font-weight: 700;
  text-align: left;
}
main .main-image:has(img) {
  height: min(27.08vw, 520px);
}
main .main-image:has(img) h1 {
  max-width: 560px;
  width: 29.17vw;
}
main .main-image:has(img) img {
  position: absolute;
  top: min(6.56vw, 126px);
  right: min(7.76vw, 149px);
  max-width: 850px;
  width: 44.27vw;
}
@media only screen and (max-width: 768px) {
  main .main-image {
    justify-content: center;
    height: max(35.9vw, 140px);
    background-position: center left 0;
    background-size: 110%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: max(3.08vw, 12px);
  }
  main .main-image h1 {
    font-size: max(6.67vw, 2.6rem);
    text-align: center;
    margin-top: max(5.13vw, 20px);
  }
  main .main-image:has(img) {
    display: block;
    height: max(55.38vw, 216px);
    margin-bottom: max(33.33vw, 130px);
  }
  main .main-image:has(img) h1 {
    max-width: none;
    width: 100%;
    padding: 12.82vw 0 0;
    margin-top: 0;
    margin-bottom: max(5.13vw, 20px);
  }
  main .main-image:has(img) img {
    position: static;
    width: 100%;
  }
}
main .error {
  max-width: 800px;
  width: 100%;
  margin: 200px auto 100px;
  text-align: center;
}
main .error p {
  line-height: 1.6;
}
main .error p a {
  color: #414A9C;
  text-decoration: underline;
}
@media (hover: hover) {
  main .error p a:hover {
    text-decoration: none;
  }
}
main .error .link-btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  main .error {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  main .error {
    margin: 150px auto 50px;
  }
  main .error p + p {
    margin-top: 5px;
  }
}
main .formarea {
  width: 100%;
  background: url("../img/bg_idea.svg") top center/contain no-repeat;
  padding: 11.3% 0 2.7%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  main .formarea {
    padding-top: 15%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 50px;
    background-size: 200%;
  }
}
main .formarea-wrap {
  position: relative;
  max-width: 1300px;
  width: 67.71vw;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  main .formarea-wrap {
    max-height: 467px;
  }
}
@media only screen and (max-width: 768px) {
  main .formarea-wrap {
    width: 100%;
    min-height: auto;
    margin: 0;
  }
}
main .formarea-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5.62% 2.65% 8.4%;
  background: url("../img/bg_contactus.png") center/contain no-repeat;
}
main .formarea-inner .formarea-detail {
  width: 50%;
  height: 14.84vw;
  border-right: 1px dashed #ccc;
  z-index: +1;
}
main .formarea-inner .formarea-detail > div {
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 100%;
  padding-top: 1.82vw;
}
main .formarea-inner .formarea-detail > div h4 {
  width: fit-content;
  text-align: left;
  margin-bottom: 6.54%;
}
main .formarea-inner .formarea-detail > div h4 img {
  width: 22.97vw;
  filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.5));
}
main .formarea-inner .formarea-detail > div h4 span {
  display: block;
  color: #fff;
  font-size: clamp(1.2rem, calc(1.0rem + 0.625vw), 2rem);
  text-align: left;
  font-weight: 700;
  -webkit-text-stroke: 0 transparent;
  -moz-text-stroke: 0 transparent;
  text-stroke: 0 transparent;
  text-shadow: none;
  margin-top: 1.04vw;
}
main .formarea-inner .formarea-detail > div p {
  width: 24vw;
  color: #fff;
  font-size: calc(14px + (19 - 14) * (100vw - 1024px) / (1920 - 1024));
}
main .formarea-inner .formarea-link {
  flex: 1;
  padding-left: 5.85%;
  padding-right: 4.74vw;
  z-index: +1;
}
@media screen and (max-width: 1024px) {
  main .formarea-inner .formarea-detail > div {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  main .formarea-inner {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 411px;
    aspect-ratio: 358 / 411;
    background: url("../img/bg_contactus_sp.png") center/contain no-repeat;
    padding: 8.38% 9.78% 30.18%;
  }
  main .formarea-inner .formarea-detail {
    width: 100%;
    height: auto;
    border-right: none;
    margin-top: 6.96%;
    margin-bottom: 5.22%;
  }
  main .formarea-inner .formarea-detail > div {
    padding: 0;
  }
  main .formarea-inner .formarea-detail > div h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 11.01%;
  }
  main .formarea-inner .formarea-detail > div h4 img {
    width: max(66.92vw, 261px);
  }
  main .formarea-inner .formarea-detail > div h4 span {
    text-align: center;
    font-size: max(1.2rem, 3.07vw);
    margin-top: 3.85vw;
  }
  main .formarea-inner .formarea-detail > div p {
    width: 100%;
    font-size: max(1.4rem, 3.57vw);
  }
  main .formarea-inner .formarea-link {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  main .formarea-inner .formarea-link a {
    width: 100%;
  }
  main .formarea-inner .formarea-link a svg {
    width: 30.3px;
    height: auto;
  }
}
main .formarea-img {
  display: inline-block;
}
main .formarea-img img {
  position: absolute;
  bottom: -50px;
  width: 14.26vw;
  min-width: 106.11px;
  height: auto;
}
main .formarea-img img.img-l {
  left: -11.67vw;
}
main .formarea-img img.img-r {
  right: -8.54vw;
}
@media only screen and (max-width: 768px) {
  main .formarea-img img {
    bottom: -15px;
    width: 27.2vw;
  }
  main .formarea-img img.img-l {
    left: 17.69vw;
  }
  main .formarea-img img.img-r {
    right: 14.97vw;
  }
}

#page-top {
  display: none;
  position: -webkit-fixed;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: +2;
}
#page-top a {
  display: block;
  width: 100px;
  aspect-ratio: 1 / 1;
  background: url("../img/icon_pagetop.svg") center no-repeat;
}
@media (hover: hover) {
  #page-top a:hover {
    transform: scale(1.1, 1.1);
  }
}
@media only screen and (max-width: 768px) {
  #page-top a {
    width: max(57px, 14.6vw);
    background-size: contain;
  }
}

.breadcrumb {
  margin-top: 29px;
  margin-left: 34.1px;
  font-size: clamp(1.2rem, calc(1.0rem + 0.625vw), 1.4rem);
  color: #000;
  /* */
}
.breadcrumb a {
  color: #414A9C;
  text-decoration: underline;
  margin: 0 5px;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
.breadcrumb a::after {
  content: '';
  display: inline-block;
  width: 5.53px;
  height: 10.44px;
  mask-repeat: no-repeat;
  background: #414A9C;
  mask-size: contain;
  mask-image: url("../img/icon_arrow.svg");
  mask-mode: luminance;
  vertical-align: middle;
  margin-left: 10px;
}
@media (hover: hover) {
  .breadcrumb a:hover {
    text-decoration: none;
  }
}
.breadcrumb span {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 10px;
  }
}

body > footer {
  margin-top: 95.3px;
}
body > footer .map {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  max-width: 1300px;
  width: calc(100% - 4%);
  margin: 0 auto 35px;
}
body > footer .map nav {
  order: 1;
  width: calc(100% - (200px + 37%));
}
body > footer .map nav ul {
  column-count: 2;
  width: 100%;
  column-gap: 25.1px;
}
body > footer .map nav ul li {
  position: relative;
  color: #414A9C;
  font-size: clamp(1.6rem, calc(1.4rem + 0.625vw), 2rem);
  font-weight: 700;
  list-style: none;
  border-top: 2px solid #EAEBF4;
  border-bottom: 2px solid #EAEBF4;
  margin-bottom: -2px;
}
body > footer .map nav ul li:first-child {
  margin-bottom: 25px;
  padding: 15px 0 15px 30px;
}
body > footer .map nav ul li:first-child::before {
  top: 30px;
}
body > footer .map nav ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18.69px;
  height: 9.35px;
  background: url("../img/icon_listdot.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
body > footer .map nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #414A9C;
  padding: 15px 0 15px 30px;
}
body > footer .map nav ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(65, 74, 156, 0.5);
  border-right: 2px solid rgba(65, 74, 156, 0.5);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media (hover: hover) {
  body > footer .map nav ul li a:hover {
    opacity: 0.5;
  }
}
body > footer .map nav ul li ul {
  column-count: 1;
  width: calc(100% + 15px);
  padding-top: 15px;
  margin-left: -15px;
}
body > footer .map nav ul li ul li {
  position: relative;
  border: none;
  padding: 0 0 6.6px 10px !important;
  font-size: clamp(1.4rem, calc(1.2rem + 0.625vw), 1.6rem);
  font-weight: 400;
}
body > footer .map nav ul li ul li:first-child {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
body > footer .map nav ul li ul li::before {
  content: '';
  display: inline-block;
  top: 12px !important;
  width: 6.5px;
  height: 12.28px;
  mask-repeat: no-repeat;
  background: #9FA3CD;
  mask-size: contain;
  mask-image: url("../img/icon_arrow.svg");
  mask-mode: luminance;
}
body > footer .map nav ul li ul li a {
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body > footer .map nav ul li ul li a::after {
  content: none;
}
@media screen and (max-width: 1300px) {
  body > footer .map nav ul {
    column-count: 1;
  }
  body > footer .map nav ul li:first-child {
    margin-bottom: -2px;
  }
}
body > footer .map .bnr-list {
  order: 1;
}
body > footer .map .bnr-list ul {
  width: 200px;
}
body > footer .map .bnr-list ul li {
  list-style: none;
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
  overflow: hidden;
}
body > footer .map .bnr-list ul li:last-child {
  margin-bottom: 0;
}
body > footer .map .bnr-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
body > footer .map .bnr-list ul li a img {
  transition: all .4s ease;
}
@media (hover: hover) {
  body > footer .map .bnr-list ul li:hover a img {
    transform: scale(1.1);
    transition: all .4s ease;
  }
}
body > footer .map .cmp-info {
  width: 37%;
}
body > footer .map .cmp-info .footer-logo {
  display: block;
  max-width: 440.67px;
  width: 100%;
  height: auto;
  aspect-ratio: 441 / 58;
  margin-bottom: 25px;
}
body > footer .map .cmp-info dl {
  margin-bottom: 25px;
}
body > footer .map .cmp-info dl dd {
  width: fit-content;
  color: #414A9C;
  font-size: calc(14px + (18 - 14) * (100vw - 1024px) / (1920 - 1024));
}
body > footer .map .cmp-info dl dd span {
  margin-left: 1.0em;
}
body > footer .map .cmp-info div {
  display: flex;
  align-items: center;
  gap: 12.5px;
  margin-bottom: 25px;
}
body > footer .map .cmp-info div a {
  display: block;
  position: relative;
  width: fit-content;
  height: 100%;
  color: #414A9C;
  font-size: calc(14px + (17 - 14) * (100vw - 1024px) / (1920 - 1024));
  background: #EAEBF4;
  border-radius: 7px;
  padding: 6.3px 30px 5.1px 10px;
}
body > footer .map .cmp-info div a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 13px;
  mask-repeat: no-repeat;
  background: rgba(65, 74, 156, 0.5);
  mask-size: contain;
  mask-image: url("../img/icon_arrow.svg");
  mask-mode: luminance;
  transform: translateY(-50%);
}
@media (hover: hover) {
  body > footer .map .cmp-info div a:hover {
    color: #EAEBF4;
    background: #414A9C;
  }
  body > footer .map .cmp-info div a:hover::after {
    background: #EAEBF4;
  }
}
@media screen and (max-width: 1024px) {
  body > footer .map .cmp-info div {
    flex-flow: column;
    align-items: flex-start;
  }
}
body > footer .map .cmp-info .group-icon {
  display: block;
  width: 176px;
  height: 66.12px;
}
@media only screen and (max-width: 768px) {
  body > footer .map {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
  }
  body > footer .map nav {
    width: 100%;
    margin-bottom: 22px;
  }
  body > footer .map .bnr-list {
    width: 100%;
    margin-bottom: 56px;
  }
  body > footer .map .bnr-list ul {
    margin: 0 auto;
  }
  body > footer .map .bnr-list ul li {
    width: 100%;
  }
  body > footer .map .cmp-info {
    width: 100%;
  }
  body > footer .map .cmp-info dl {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  body > footer .map .cmp-info dl .footer-logo {
    width: 79.5%;
    margin-bottom: 10px;
  }
  body > footer .map .cmp-info dl dd {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  body > footer .map .cmp-info dl dd span {
    display: block;
    margin-left: 0;
  }
  body > footer .map .cmp-info div {
    flex-flow: wrap;
    justify-content: center;
  }
  body > footer .map .cmp-info .group-icon {
    width: 30.76%;
    height: auto;
    aspect-ratio: 8 / 3;
    margin: 0 auto;
  }
}
body > footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  line-height: 1.0;
  background: #414A9C;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  body > footer .copyright {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body > footer {
    margin-top: 32px;
  }
}
