@charset "UTF-8";
/* Scss Document */
/*
  CSS Reset
*/
*:where(:not(html, iframe, canvas, img, svg, video, audio, .entry *):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

a, button {
  cursor: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* style */
small {
  font-size: 80%;
}

.bold {
  font-weight: 700;
}

.fs14 {
  font-size: 1.4rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .fs14 {
    font-size: 1.2rem;
  }

  .fs18 {
    font-size: calc(1.5rem + 3 * (100vw - 375px)/393);
  }

  .fs20 {
    font-size: calc(1.6rem + 4 * (100vw - 375px)/393);
  }
}
@media screen and (max-width: 320px) {
  .fs14 {
    font-size: 80%;
  }
}
.lh180 {
  line-height: 1.8;
}

.lh200 {
  line-height: 2.0;
}

.tac {
  text-align: center;
}

.w_black {
  font-weight: 900;
}

.blue {
  color: #00A0FF;
}

.green {
  color: #A8EE0A;
}

.white {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 768.2px) {
  .pc_none {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sp_tab_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .tab_pc_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 768.2px) {
  .mx_c {
    width: max-content;
    width: -webkit-max-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mgb20 {
    margin-bottom: 10px;
  }

  .mgb30 {
    margin-bottom: 15px;
  }

  .mgb50 {
    margin-bottom: 30px;
  }
}
img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

/*スクロール固定*/
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .kaigyo {
    display: inline-block;
    text-indent: 0;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #08131A;
  position: relative;
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*ヘッダー*/
#header {
  width: 100%;
  top: 0;
  background: #002049;
  background: linear-gradient(90deg, #002049 0%, #000b19 100%);
}
#header #header_inner {
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023.8px) {
  #header #header_inner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }
}
#header #sp_header_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}
@media print, screen and (min-width: 1024px) {
  #header #sp_header_area {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1023.8px) {
  #header #sp_header_area {
    width: 100%;
    height: 61px;
  }
}
#header #sp_header_area #logo {
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  #header #sp_header_area #logo {
    width: 272px;
    margin-right: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1023.8px) {
  #header #sp_header_area #logo {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    width: max-content;
    width: -webkit-max-content;
  }
  #header #sp_header_area #logo img {
    height: 40px;
  }
}
#header #sp_header_area #logo h1 {
  width: 100%;
}
#header #sp_header_area #logo a {
  display: block;
  width: 100%;
}
#header #sp_header_area #catchcopy {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1023.8px) {
  #header #sp_header_area #catchcopy {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  #header .sp_press_btn {
    display: none !important;
  }
}
@media only screen and (max-width: 1023.8px) {
  #header #sbs_logo {
    display: none;
  }
  #header .pc_press_btn {
    display: none !important;
  }
}
#header .pc_press_btn {
  list-style: none;
  display: flex;
  margin-left: auto;
}
#header .pc_press_btn li {
  width: 282px;
}
@media only screen and (max-width: 1300px) {
  #header .pc_press_btn li {
    width: calc(220px + 60 * (100vw - 1024px)/276);
  }
}
#header .pc_press_btn li + li {
  margin-left: 15px;
}
@media print, screen and (min-width: 1024.2px) {
  #header .pc_press_btn a img {
    transition: 0.4s;
  }
  #header .pc_press_btn a:hover img {
    opacity: 0.8;
  }
}
#header .sp_press_btn {
  list-style: none;
  margin-left: auto;
  display: flex;
  margin: 15px 5px 0 10px;
}
#header .sp_press_btn li {
  width: 65px;
}
@media only screen and (max-width: 767.8px) {
  #header .sp_press_btn li {
    width: 46px;
  }
}
#header .sp_press_btn li a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
#header .sp_press_btn li a span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
@media only screen and (max-width: 767.8px) {
  #header .sp_press_btn li a span {
    font-size: 9px;
  }
}
#header .sp_press_btn li img {
  height: 30px;
  display: block;
  margin-bottom: 3px;
}

/*コンテンツ*/
#wrapper {
  width: 100%;
}

#container {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 1023.8px) {
  #container {
    max-width: 640px;
  }
}

#content {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 1023.8px) {
  #content {
    flex-direction: column;
  }
}
#content #main {
  flex: 1;
}
#content #sidebar {
  width: 295px;
  margin-left: 55px;
}
@media only screen and (max-width: 1340px) {
  #content #sidebar {
    width: 270px;
  }
}
@media only screen and (max-width: 1023.8px) {
  #content #sidebar {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
#content #sidebar .widget + .widget {
  margin-top: 65px;
}
@media only screen and (max-width: 1023.8px) {
  #content #sidebar .widget + .widget {
    margin-top: 40px;
  }
}
#content #sidebar .widget .widget_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 1px solid #E3E5E8;
}
@media only screen and (max-width: 1023.8px) {
  #content #sidebar .widget .widget_title {
    margin-bottom: 20px;
  }
}
#content #sidebar .widget .widget_title span {
  display: inline-block;
  border-bottom: 1px solid #08131A;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023.8px) {
  #content #sidebar .widget .widget_post_list {
    width: 95%;
    margin-inline: auto;
  }
}
#content #sidebar .widget .widget_post_list li {
  list-style: none;
}
#content #sidebar .widget .widget_post_list li a {
  display: flex;
  align-items: center;
  transition: 0.4s;
}
#content #sidebar .widget .widget_post_list li .thumb {
  width: 114px;
  margin-right: 10px;
  background-color: #e6e6e6;
  position: relative;
  overflow: hidden;
}
#content #sidebar .widget .widget_post_list li .thumb figure {
  width: 100%;
  aspect-ratio: 4 / 3;
}
#content #sidebar .widget .widget_post_list li .thumb figure > img {
  object-fit: contain;
  height: 100%;
  margin-inline: auto;
}
@media print, screen and (min-width: 1024.2px) {
  #content #sidebar .widget .widget_post_list li .thumb figure > img {
    transition: transform .6s ease;
  }
}
@media print, screen and (min-width: 1024.2px) {
  #content #sidebar .widget .widget_post_list li a:hover {
    opacity: 0.6;
  }
  #content #sidebar .widget .widget_post_list li a:hover .thumb figure > img {
    transform: scale(1.1);
  }
}
#content #sidebar .widget .widget_post_list li .title {
  flex: 1;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 1023.8px) {
  #content #sidebar .widget .widget_post_list li .title {
    font-size: 1.4rem;
  }
}
#content #sidebar .widget .widget_post_list li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 1023.8px) {
  #content #sidebar .widget .widget_post_list li + li {
    margin-top: 10px;
  }
}
#content #sidebar .widget .widget_tag {
  font-size: 1.3rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
@media only screen and (max-width: 1023.8px) {
  #content #sidebar .widget .widget_tag {
    width: 90%;
    margin-inline: auto;
  }
}
#content #sidebar .widget .widget_tag li {
  margin-right: 8px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1024.2px) {
  #content #sidebar .widget .widget_tag a {
    transition: 0.4s;
  }
  #content #sidebar .widget .widget_tag a:hover {
    opacity: 0.6;
  }
}
/*タイアップ*/
#content #sidebar .tieup_posts .widget_post_list li .post_detail {
  flex: 1;
}
#content #sidebar .tieup_posts .widget_post_list li .post_detail .title {
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
#content #sidebar .tieup_posts .widget_post_list li .post_detail .company_name {
  font-size: 1.3rem;
  color: #999;
}

/*共通記事一覧*/
.common_post_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1300px) {
  .common_post_list::after {
    content: "";
    display: block;
    width: calc((100% - 25px) / 3);
  }
}
.common_post_list .post {
  width: calc((100% - 25px) / 3);
  border: solid 1px #D2D2D2;
  border-radius: 3px;
  position: relative;
  transition: 0.4s;
}
@media print, screen and (min-width: 1300.2px) {
  .common_post_list .post:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .common_post_list .post {
    width: 48%;
    max-width: 280px;
  }
  .common_post_list .post:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.8px) {
  .common_post_list .post {
    width: 100%;
  }
  .common_post_list .post:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.common_post_list .post > a:first-child {
  inset: 0px;
  position: absolute;
}
@media print, screen and (min-width: 1024.2px) {
  .common_post_list .post a {
    transition: 0.4s;
  }
  .common_post_list .post:hover {
    opacity: 0.6;
  }
  .common_post_list .post:hover a:first-child + div figure img {
    transform: scale(1.1);
  }
}
.common_post_list .post .thumb {
  width: 100%;
  background-color: #e6e6e6;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.common_post_list .post .thumb figure {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.common_post_list .post .thumb figure > img {
  object-fit: cover;
  height: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 1023.8px) {
  .common_post_list .post .thumb figure > img {
    object-fit: contain;
  }
}
@media print, screen and (min-width: 1024.2px) {
  .common_post_list .post .thumb figure > img {
    transition: transform .6s ease;
  }
}
.common_post_list .post .pr {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 48px;
  padding: 2px 5px 6px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 0 0 12px;
  background-color: #0D0D0D;
}
.common_post_list .post .pickup {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100px;
}
.common_post_list .post .post_detail {
  padding: 10px 17px 15px;
}
.common_post_list .post .post_detail .title {
  font-weight: 700;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 1023.8px) {
  .common_post_list .post .post_detail .title {
    font-size: calc(1.2rem + 4 * (100vw - 375px)/649);
  }
}
.common_post_list .post .post_detail .date, .common_post_list .post .post_detail .company_name {
  font-size: 1.3rem;
  color: #999;
}
@media only screen and (max-width: 1023.8px) {
  .common_post_list .post .post_detail .date, .common_post_list .post .post_detail .company_name {
    font-size: calc(1.1rem + 2 * (100vw - 375px)/649);
  }
}
.common_post_list .post .post_detail .tag {
  font-size: 1.3rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: #999;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023.8px) {
  .common_post_list .post .post_detail .tag {
    font-size: calc(1.1rem + 2 * (100vw - 375px)/649);
  }
}
.common_post_list .post .post_detail .tag li {
  margin-right: 8px;
}
.common_post_list .post .post_detail .tag li:last-child {
  margin-right: 0;
}
.common_post_list .post .thumb a, .common_post_list .post .title a, .common_post_list .post .tag li a {
  position: relative;
  z-index: 1;
}

/*プレスリリースバナー*/
.press_banner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023.8px) {
  .press_banner {
    flex-direction: column;
    align-items: center;
  }
}
.press_banner .sakusei, .press_banner .toukou {
  width: calc((100% - 12px) / 2);
  max-width: 418px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1023.8px) {
  .press_banner .sakusei, .press_banner .toukou {
    width: 100%;
  }
}
@media only screen and (max-width: 1023.8px) {
  .press_banner .toukou {
    margin-top: 20px;
  }
}
.press_banner .sakusei span, .press_banner .toukou span {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 20px;
  width: 222px;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 8px 25px 12px;
  border-radius: 25px;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) and (max-width: 1340px) {
  .press_banner .sakusei span, .press_banner .toukou span {
    bottom: calc(13px + 7 * (100vw - 1024px)/316);
    font-size: calc(1.5rem + 4 * (100vw - 1024px)/316);
    width: calc(178px + 44 * (100vw - 1024px)/316);
  }
}
@media only screen and (max-width: 460px) {
  .press_banner .sakusei span, .press_banner .toukou span {
    bottom: calc(15px + 5 * (100vw - 375px)/649);
    font-size: calc(1.5rem + 4 * (100vw - 375px)/649);
    width: calc(178px + 44 * (100vw - 375px)/649);
  }
}
.press_banner .sakusei span:before, .press_banner .toukou span:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) and (max-width: 1340px) {
  .press_banner .sakusei span:before, .press_banner .toukou span:before {
    width: 23px;
    height: 23px;
    right: 18px;
  }
}
@media only screen and (max-width: 460px) {
  .press_banner .sakusei span:before, .press_banner .toukou span:before {
    width: 23px;
    height: 23px;
    right: 18px;
  }
}
.press_banner .sakusei span:after, .press_banner .toukou span:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(180deg);
  transition: 0.2s;
}
@media screen and (min-width: 1024px) and (max-width: 1340px) {
  .press_banner .sakusei span:after, .press_banner .toukou span:after {
    right: 25px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 460px) {
  .press_banner .sakusei span:after, .press_banner .toukou span:after {
    right: 25px;
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1024.2px) {
  .press_banner .sakusei img, .press_banner .toukou img {
    transition: 0.4s;
  }
  .press_banner .sakusei:hover img, .press_banner .toukou:hover img {
    opacity: 0.6;
  }
}

/*共通　コンタクトボタン*/
#contact .contact_link {
  font-size: 2.0rem;
  line-height: 1;
  text-align: left;
  border-radius: 30px;
  padding: 12px 25px 15px;
  text-decoration: none;
  display: block;
  width: 250px;
  color: #fff;
  margin: 20px auto 0;
  background-color: #002049;
  position: relative;
  transition: all .3s;
}
@media only screen and (max-width: 768px) {
  #contact .contact_link {
    font-size: 1.7rem;
    padding: 12px 35px 15px;
  }
}
#contact .contact_link::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18'%3E%3Cpath fill='%23ffffff' d='M9.5,10.2l-7.1,7.6c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0l-1.1-1.1c-0.3-0.3-0.3-0.8,0-1.1	l5.4-5.9c0.3-0.3,0.3-0.8,0-1.1L0.2,2.5c-0.3-0.3-0.3-0.8,0-1.1l1.1-1.1c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0l7.1,7.6	C10.2,8.5,10.2,9.5,9.5,10.2z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
  transition: all .3s;
}
@media only screen and (max-width: 768px) {
  #contact .contact_link::after {
    right: 36px;
  }
}
@media print, screen and (min-width: 1024.2px) {
  #contact .contact_link:hover {
    opacity: 1;
    color: #fff;
    background-color: #00A0FF;
  }
  #contact .contact_link:hover::after {
    right: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18'%3E%3Cpath fill='%23fff' d='M9.5,10.2l-7.1,7.6c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0l-1.1-1.1c-0.3-0.3-0.3-0.8,0-1.1	l5.4-5.9c0.3-0.3,0.3-0.8,0-1.1L0.2,2.5c-0.3-0.3-0.3-0.8,0-1.1l1.1-1.1c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0l7.1,7.6	C10.2,8.5,10.2,9.5,9.5,10.2z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  }
}

/*フッター*/
#footer {
  background-color: #08131A;
  padding: 30px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 30px 0;
  }
}
#footer #footer_inner {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}
#footer #footer_inner .logo {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.8px) {
  #footer #footer_inner .logo {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1340px) {
  #footer #footer_inner .logo {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#footer #footer_inner .logo img {
  transition: 0.4s;
}
#footer #footer_inner .logo .connect {
  width: 100%;
  max-width: 234px;
  margin-right: 52px;
}
@media only screen and (max-width: 768px) {
  #footer #footer_inner .logo .connect {
    width: 90%;
    margin: 0 auto 10px;
  }
}
#footer #footer_inner .logo .sbs {
  width: 60%;
  max-width: 154px;
}
@media only screen and (max-width: 768px) {
  #footer #footer_inner .logo .sbs {
    width: 50%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1024.2px) {
  #footer #footer_inner .logo a:hover img {
    opacity: 0.7;
  }
}
#footer #footer_inner .ft_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.8px) {
  #footer #footer_inner .ft_nav ul {
    margin-bottom: 15px;
  }
}
#footer #footer_inner .ft_nav ul li {
  list-style: none;
}
#footer #footer_inner .ft_nav ul li + li {
  margin-left: 48px;
}
@media only screen and (max-width: 767.8px) {
  #footer #footer_inner .ft_nav ul li {
    margin: 0 10px 10px 10px !important;
  }
}
#footer #footer_inner .ft_nav ul li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.4s;
}
@media print, screen and (min-width: 1024.2px) {
  #footer #footer_inner .ft_nav ul li a:hover {
    opacity: 0.7;
  }
}
#footer #footer_inner .ft_bottom {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1340px) {
  #footer #footer_inner .ft_bottom {
    align-items: center;
    flex-direction: column;
  }
}
#footer #footer_inner .ft_sub_nav ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
@media only screen and (max-width: 1340px) {
  #footer #footer_inner .ft_sub_nav ul {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.8px) {
  #footer #footer_inner .ft_sub_nav ul {
    justify-content: center;
    max-width: 320px;
    margin-inline: auto;
  }
}
#footer #footer_inner .ft_sub_nav ul li {
  list-style: none;
}
#footer #footer_inner .ft_sub_nav ul li + li {
  margin-left: 18px;
  padding-left: 18px;
  border-left: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
  #footer #footer_inner .ft_sub_nav ul li + li {
    margin-left: calc(10px + 8 * (100vw - 375px)/393);
    padding-left: calc(10px + 8 * (100vw - 375px)/393);
  }
}
@media only screen and (max-width: 767.8px) {
  #footer #footer_inner .ft_sub_nav ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #footer #footer_inner .ft_sub_nav ul li:nth-of-type(3) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
#footer #footer_inner .ft_sub_nav ul li a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  transition: 0.4s;
}
@media print, screen and (min-width: 1024.2px) {
  #footer #footer_inner .ft_sub_nav ul li a:hover {
    opacity: 0.7;
  }
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .copyright {
    font-size: calc(1.1rem + 2 * (100vw - 375px)/393);
    line-height: 1.4;
  }
}

#page_top {
  width: 40px;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 30px;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #page_top {
    right: 10px;
    bottom: 50px;
    width: 40px;
  }
}
#page_top span {
  font-size: 1.7rem;
  font-weight: 700;
  color: #999;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #999;
  background-color: #fff;
  transition: 0.4s;
}
@media print, screen and (min-width: 1024.2px) {
  #page_top a:hover {
    background-color: #ececec;
  }
}

#page_top a::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath fill='%23999' d='M15.52,6.9H4.94l4.32-4.3c.58-.58.6-1.54.03-2.14-.57-.6-1.51-.61-2.09-.03L.45,7.16c-.58.58-.6,1.53-.04,2.13l6.75,7.25c.29.31.68.47,1.07.47.37,0,.73-.14,1.02-.42.59-.58.61-1.53.05-2.14l-4.21-4.52h10.43c.82,0,1.48-.68,1.48-1.51s-.66-1.51-1.48-1.51Z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  background-size: contain;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(90deg);
}
