@charset "UTF-8";
/* Mechacomic-ga CSS */
/* _setting CSS */
html, body, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

div, h1, h2, h3, h4, h5, h6, footer, header, dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* _______________________form setting  */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

input, textarea, select, option, optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

select {
  min-width: 2em;
}

option, optgroup {
  padding-right: 0.4em;
}

/* _______________________mouse cursor */
label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
select, option, button {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  background: #fff;
  font-size: 10px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.color_pink {
  color: #FF3691;
}

.color_blue {
  color: #136C99;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }

  img {
    width: 100%;
  }

  .common_inner {
    width: 89.74359vw;
    margin: 0 auto;
  }

  .sec_title {
    text-align: center;
  }
  .sec_title span {
    font-size: 6.66667vw;
    font-weight: bold;
    line-height: 1.5;
  }

  .sec_title2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #136C99;
  }
  .sec_title2 span {
    font-size: 6.66667vw;
    font-weight: bold;
    color: #136C99;
  }
  .sec_title2::before, .sec_title2::after {
    content: "";
    display: inline-block;
    width: 10.25641vw;
    height: 10.25641vw;
    border-top: 0.76923vw solid #136C99;
  }
  .sec_title2::before {
    transform: rotate(45deg) translateY(24px);
    margin-right: 2.5641vw;
  }
  .sec_title2::after {
    transform: rotate(-45deg) translateY(24px);
    margin-left: 2.5641vw;
  }

  .sec_title3 {
    text-align: center;
  }
  .sec_title3 span {
    font-size: 6.66667vw;
    font-weight: bold;
    line-height: 1.5;
  }

  .sec_sub_title {
    font-size: 4.61538vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  .btn a {
    text-decoration: none;
  }
  .btn a:hover {
    opacity: .7;
  }

  .btn_apply {
    width: 58.20513vw;
    text-align: center;
    letter-spacing: 0.3rem;
    margin: 0 auto;
  }
  .btn_apply a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 6.15385vw;
    text-align: center;
    letter-spacing: 0.05em;
    background: #136C99;
    padding: 4.87179vw 0;
    margin: 0 auto;
    border: solid 0.25641vw #136C99;
    border-radius: 1.28205vw;
    transition: all 0.3s;
  }
  .btn_apply span {
    font-size: 6.15385vw;
    font-weight: bold;
    padding-left: 10.25641vw;
    background: url("../images/mechacomic-ga/form_icon.png") no-repeat center left;
    background-size: 7.17949vw 6.66667vw;
  }

  .btn_contact {
    width: 50.76923vw;
    height: 13.33333vw;
    margin: 0 auto 6.15385vw;
  }
  .btn_contact a {
    display: block;
    text-align: center;
    background-color: #fce6f0;
    color: #fff;
    background: url(../images/mechacomic-ga/icon_mail.png) 15% 52% no-repeat #55a1ff;
    padding: 4.61538vw 2.5641vw 4.61538vw 8.46154vw;
    font-size: 3.84615vw;
    font-weight: bold;
    border-radius: 1.28205vw;
  }

  #kv {
    margin-bottom: 7.69231vw;
  }

  #lead {
    margin-bottom: 15.38462vw;
  }
  #lead .logo {
    width: 89.74359vw;
    text-align: center;
    margin: 0 auto 5.12821vw;
  }
  #lead .lead_desc {
    font-size: 4.35897vw;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 6.15385vw;
  }

  #initiative {
    margin-bottom: 12.82051vw;
  }
  #initiative .inner {
    width: 100%;
  }
  #initiative .sec_title {
    margin-bottom: 3.58974vw;
  }
  #initiative .content {
    display: flex;
    flex-direction: column-reverse;
  }
  #initiative .flow {
    width: 100%;
    background-color: #f4f4f4;
    padding: 10.25641vw 5.12821vw;
  }
  #initiative .desc {
    width: 89.74359vw;
    font-size: 4.10256vw;
    line-height: 1.6;
    padding-bottom: 7.69231vw;
    margin: 0 auto;
  }

  #about {
    margin-bottom: 12.82051vw;
  }
  #about .sec_title {
    margin-bottom: 2.5641vw;
  }
  #about .sec_sub_title {
    margin-bottom: 2.5641vw;
  }
  #about .intro {
    margin-bottom: 5.12821vw;
  }
  #about .detail {
    width: 100%;
  }
  #about .detail .text {
    background-color: #f4f4f4;
    padding: 7.69231vw 5.12821vw;
    border-radius: 5.12821vw;
    margin-bottom: 4.61538vw;
  }
  #about .detail .text .item {
    position: relative;
    font-size: 4.10256vw;
    line-height: 1.6;
    text-align: justify;
    padding-left: 7.69231vw;
    margin-bottom: 5.12821vw;
  }
  #about .detail .text .item:last-child {
    margin-bottom: 0;
  }
  #about .detail .text .item::before {
    content: "";
    position: absolute;
    width: 5.12821vw;
    height: 5.12821vw;
    background-image: url(../images/mechacomic-ga/icon_star.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0.51282vw;
    left: 0;
  }
  #about .detail .cm_example .title {
    font-size: 3.58974vw;
    margin-bottom: 2.05128vw;
  }
  #about .detail .cm_example .images {
    display: flex;
    justify-content: space-between;
    gap: 2.5641vw;
  }
  #about .detail .cm_example .images .image {
    max-width: 50%;
  }

  #about_bunko {
    margin-bottom: 12.82051vw;
  }
  #about_bunko .inner {
    width: 100%;
  }
  #about_bunko .sec_title {
    margin-bottom: 2.5641vw;
  }
  #about_bunko .sec_sub_title {
    margin-bottom: 5.12821vw;
  }
  #about_bunko .books {
    margin-bottom: 5.12821vw;
  }
  #about_bunko .books .list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5641vw 5.12821vw;
  }
  #about_bunko .books .list .item {
    width: 30.76923vw;
  }
  #about_bunko .work_list {
    width: 89.74359vw;
    border-radius: 2.5641vw;
    margin: 0 auto 17.94872vw;
  }
  #about_bunko .work_list .work_list_title {
    background-color: #136C99;
    padding: 4.10256vw;
    font-size: 4.10256vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 2.5641vw 2.5641vw 0 0;
  }
  #about_bunko .work_list .list {
    padding: 5.12821vw;
    border: 0.25641vw solid #7f7f7f;
    border-radius: 0 0 2.5641vw 2.5641vw;
  }
  #about_bunko .work_list .list .item {
    position: relative;
    padding-left: 1.28205vw;
    margin-bottom: 1.28205vw;
  }
  #about_bunko .work_list .list .item:last-child {
    margin-bottom: 0;
  }
  #about_bunko .work_list .list .item::before {
    content: "";
    position: absolute;
    width: 0.51282vw;
    height: 0.51282vw;
    border-radius: 50%;
    background-color: #333;
    top: 2.5641vw;
    left: 0;
  }
  #about_bunko .work_list .list .item .title {
    font-size: 3.58974vw;
    line-height: 1.5;
  }
  #about_bunko .media_mix {
    position: relative;
    background-color: #f4f4f4;
  }
  #about_bunko .media_mix .media_mix_title {
    position: absolute;
    top: -7.17949vw;
    left: 0;
    display: inline-block;
    background-color: #136C99;
    padding: 1.79487vw 5.12821vw;
    font-size: 4.61538vw;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
  }
  #about_bunko .media_mix .wrap {
    background-color: #f4f4f4;
    padding: 16.92308vw 5.12821vw 10.25641vw;
  }
  #about_bunko .media_mix .covers {
    margin-bottom: 10.25641vw;
  }
  #about_bunko .media_mix .explanations .block {
    position: relative;
    padding-left: 14.10256vw;
    margin-bottom: 5.12821vw;
  }
  #about_bunko .media_mix .explanations .block:last-child {
    margin-bottom: 0;
  }
  #about_bunko .media_mix .explanations .block::before {
    content: "";
    position: absolute;
    width: 11.02564vw;
    height: 11.02564vw;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #about_bunko .media_mix .explanations .block_book::before {
    background-image: url(../images/mechacomic-ga/icon_book.svg);
  }
  #about_bunko .media_mix .explanations .block_phone::before {
    background-image: url(../images/mechacomic-ga/icon_phone.svg);
  }
  #about_bunko .media_mix .explanations .desc {
    font-size: 4.10256vw;
    line-height: 1.4;
  }

  #apply {
    margin-bottom: 12.82051vw;
  }
  #apply .sec_title2 {
    margin-bottom: 2.5641vw;
  }
  #apply .wrap {
    border: 0.25641vw solid #136C99;
    border-radius: 2.5641vw;
    padding: 11.28205vw 6.15385vw 11.28205vw 10.25641vw;
    background-color: #D3EDFA;
  }
  #apply .wrap .sec_sub_title {
    margin-bottom: 5.12821vw;
  }
  #apply .wrap .desc {
    font-size: 4.10256vw;
    line-height: 1.4;
    margin-bottom: 6.66667vw;
  }
  #apply .wrap .btn {
    margin-bottom: 6.66667vw;
  }

  #company {
    margin-bottom: 15.38462vw;
  }
  #company .sec_title3 {
    margin-bottom: 5.12821vw;
  }
  #company .list {
    display: flex;
    justify-content: flex-start;
  }
  #company .list dt, #company .list dd {
    display: flex;
    align-items: center;
    height: 14.87179vw;
    padding: 0 4.10256vw;
    border-bottom: 0.25641vw solid #7f7f7f;
  }
  #company .list dt {
    width: 25.64103vw;
    justify-content: center;
    font-size: 4.10256vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    background-color: #f4f4f4;
  }
  #company .list dd {
    width: 64.10256vw;
    font-size: 4.10256vw;
    line-height: 1.3;
  }
  #company .list_first {
    border-top: 0.25641vw solid #7f7f7f;
  }

  #footer {
    padding: 10.25641vw 0;
    border-top: 0.76923vw solid #DDDBDB;
  }
  #footer .footer_nav {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }
  #footer .footer_nav .list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5641vw;
  }
  #footer .footer_nav .item {
    position: relative;
    line-height: 1.3;
    padding-right: 2.5641vw;
  }
  #footer .footer_nav .item:last-child {
    margin-right: 0;
  }
  #footer .footer_nav .item:last-child::after {
    content: '';
    display: none;
  }
  #footer .footer_nav .item::after {
    content: '|';
    display: block;
    color: #666;
    font-size: 3.84615vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #footer .footer_nav .item a {
    display: block;
    font-size: 3.33333vw;
    line-height: 1.8;
    color: #000;
    padding: 0 0.76923vw;
    text-decoration: none;
  }
  #footer .copyright {
    display: block;
    font-size: 2.5641vw;
    line-height: 1.3;
    color: #999;
    text-align: center;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 781px) {
  html, body {
    min-width: 1050px;
  }

  .sp {
    display: none;
  }

  .common_inner {
    width: 1000px;
    margin: 0 auto;
  }

  .sec_title {
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0;
  }
  .sec_title::before, .sec_title::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #333;
    margin: 0 12px;
  }
  .sec_title span {
    font-size: 2.8rem;
    font-weight: bold;
  }

  .sec_title2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #136C99;
  }
  .sec_title2 span {
    font-size: 3.2rem;
    font-weight: bold;
    color: #136C99;
  }
  .sec_title2::before, .sec_title2::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-top: 3px solid #136C99;
  }
  .sec_title2::before {
    transform: rotate(45deg) translateY(24px);
    margin-right: 10px;
  }
  .sec_title2::after {
    transform: rotate(-45deg) translateY(24px);
    margin-left: 10px;
  }

  .sec_title3 span {
    font-size: 2.8rem;
    font-weight: bold;
  }

  .sec_sub_title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }

  .btn a {
    text-decoration: none;
  }
  .btn a:hover {
    opacity: .7;
  }

  .btn_apply {
    width: 230px;
    text-align: center;
    letter-spacing: 0.3rem;
    margin: 0 auto;
  }
  .btn_apply a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0.05em;
    background: #136C99;
    padding: 17px 0;
    margin: 0 auto;
    border: solid 1px #136C99;
    border-radius: 5px;
    transition: all 0.3s;
  }
  .btn_apply span {
    padding-left: 34px;
    background: url("../images/mechacomic-ga/form_icon.png") no-repeat center left;
  }

  .btn_contact a {
    display: block;
    width: 197px;
    height: 44px;
    line-height: 45px;
    text-align: center;
    background-color: #fce6f0;
    color: #fff;
    background: url(../images/mechacomic-ga/icon_mail.png) 15% 52% no-repeat #55a1ff;
    padding-left: 13px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
  }

  #kv {
    margin-bottom: 60px;
  }
  #kv .kv_title img {
    display: block;
    width: 100%;
  }

  #lead {
    margin-bottom: 60px;
  }
  #lead .logo {
    width: 488px;
    margin: 0 auto 25px;
  }
  #lead .logo img {
    width: 100%;
  }
  #lead .lead_desc {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 35px;
  }

  #initiative {
    margin-bottom: 100px;
  }
  #initiative .sec_title {
    margin-bottom: 50px;
  }
  #initiative .content {
    background-color: #f4f4f4;
    border-radius: 30px;
    padding: 60px;
  }
  #initiative .flow {
    width: 880px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  #initiative .flow .image {
    width: 100%;
  }
  #initiative .flow .image img {
    width: 100%;
  }
  #initiative .box {
    background: #fff;
    border: 2px solid #bcd4e5;
    border-radius: 12px;
    padding: 24px;
  }
  #initiative .box.main {
    border-color: #4d8ec9;
    background: #f5faff;
  }
  #initiative .points {
    padding-left: 20px;
  }
  #initiative .desc {
    font-size: 1.6rem;
    line-height: 1.7;
  }

  #about {
    margin-bottom: 100px;
  }
  #about .sec_title {
    margin-bottom: 25px;
  }
  #about .sec_sub_title {
    margin-bottom: 50px;
  }
  #about .wrap {
    display: flex;
    justify-content: space-between;
  }
  #about .intro {
    width: 424px;
  }
  #about .detail {
    width: 548px;
  }
  #about .detail .text {
    background-color: #f4f4f4;
    padding: 42px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  #about .detail .text .item {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: justify;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  #about .detail .text .item:last-child {
    margin-bottom: 0;
  }
  #about .detail .text .item::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../images/mechacomic-ga/icon_star.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    top: -3px;
    left: 0;
  }
  #about .detail .cm_example .title {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  #about .detail .cm_example .images {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  #about .detail .cm_example .images .image {
    display: block;
    width: 214px;
  }
  #about .detail .cm_example .images .image img {
    width: 100%;
  }
  #about .image {
    width: 424px;
  }
  #about .image img {
    width: 100%;
  }

  #about_bunko {
    margin-bottom: 100px;
  }
  #about_bunko .sec_title {
    margin-bottom: 25px;
  }
  #about_bunko .sec_sub_title {
    margin-bottom: 25px;
  }
  #about_bunko .books {
    margin-bottom: 40px;
  }
  #about_bunko .books .list {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  #about_bunko .books .list .item {
    width: 165px;
  }
  #about_bunko .books .list .item img {
    width: 100%;
  }
  #about_bunko .work_list {
    display: flex;
    justify-content: center;
    border: 1px solid #7f7f7f;
    border-radius: 10px;
    margin-bottom: 70px;
  }
  #about_bunko .work_list .work_list_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    background-color: #136C99;
    padding: 10px 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    border-radius: 10px 0 0 10px;
  }
  #about_bunko .work_list .list {
    width: 860px;
    padding: 20px 30px;
  }
  #about_bunko .work_list .list .item {
    position: relative;
    padding-left: 5px;
  }
  #about_bunko .work_list .list .item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #333;
    top: 10px;
    left: 0;
  }
  #about_bunko .work_list .list .item .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #about_bunko .media_mix {
    position: relative;
  }
  #about_bunko .media_mix .media_mix_title {
    position: absolute;
    top: -21px;
    left: 0;
    display: inline-block;
    background-color: #136C99;
    padding: 11px 18px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  #about_bunko .media_mix .wrap {
    background-color: #f4f4f4;
    padding: 50px 10px 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
  }
  #about_bunko .media_mix .covers {
    width: 338px;
  }
  #about_bunko .media_mix .covers img {
    width: 100%;
  }
  #about_bunko .media_mix .explanations {
    width: 588px;
  }
  #about_bunko .media_mix .explanations .block {
    position: relative;
    padding-left: 44px;
    margin-bottom: 20px;
  }
  #about_bunko .media_mix .explanations .block:last-child {
    margin-bottom: 0;
  }
  #about_bunko .media_mix .explanations .block::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
    background-size: 38px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #about_bunko .media_mix .explanations .block_book::before {
    background-image: url(../images/mechacomic-ga/icon_book.svg);
  }
  #about_bunko .media_mix .explanations .block_phone::before {
    background-image: url(../images/mechacomic-ga/icon_phone.svg);
  }
  #about_bunko .media_mix .explanations .desc {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  #apply {
    margin-bottom: 100px;
  }
  #apply .sec_title2 {
    margin-bottom: 15px;
  }
  #apply .wrap {
    border: 1px solid #136C99;
    border-radius: 10px;
    padding: 44px 40px;
    background-color: #D3EDFA;
  }
  #apply .wrap .sec_sub_title {
    margin-bottom: 20px;
  }
  #apply .wrap .desc {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #apply .wrap .btn {
    margin-bottom: 15px;
  }

  #company {
    margin-bottom: 100px;
  }
  #company .sec_title3 {
    margin-bottom: 30px;
  }
  #company .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #company .details {
    width: 100%;
  }
  #company .list {
    display: flex;
    justify-content: flex-start;
  }
  #company .list dt, #company .list dd {
    display: flex;
    align-items: center;
    height: 58px;
    border-bottom: 1px solid #7f7f7f;
  }
  #company .list dt {
    width: 160px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    padding: 0 22px;
    background-color: #f4f4f4;
  }
  #company .list dd {
    width: 800px;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0 16px;
  }
  #company .list_first {
    border-top: 1px solid #7f7f7f;
  }

  #footer {
    border-top: 3px solid #DDDBDB;
  }
  #footer .footer_nav {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  #footer .footer_nav .list {
    display: flex;
    align-items: center;
  }
  #footer .footer_nav .item {
    position: relative;
    margin-right: 10px;
  }
  #footer .footer_nav .item:last-child {
    margin-right: 0;
  }
  #footer .footer_nav .item:last-child::after {
    content: '';
    display: none;
  }
  #footer .footer_nav .item::after {
    content: '|';
    display: block;
    color: #666;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #footer .footer_nav .item a {
    display: block;
    font-size: 1.3rem;
    color: #000;
    text-decoration: none;
    padding: 10px 25px 10px 10px;
  }
  #footer .footer_nav .item a:hover {
    text-decoration: underline;
  }
  #footer .copyright {
    display: block;
    font-size: 1.2rem;
    color: #999;
    text-align: center;
    margin-bottom: 30px;
  }
}
