/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html, body, 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

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

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 20px;
}

.mT25 {
  margin-top: 25px !important;
}

.mT35 {
  margin-top: 35px;
}

.mT40 {
  margin-top: 40px;
}

.mT45 {
  margin-top: 45px;
}

.mT60 {
  margin-top: 50px;
}

.mT60 {
  margin-top: 60px;
}

.mT120 {
  margin-top: 120px !important;
}

/*-----------------------
style.scss
-----------------------*/
a:hover {
  opacity: 0.7;
}

#footer {
  background: #252C33;
}
#footer .inner {
  width: 90%;
  margin: 0 auto;
}
#footer .footer-top {
  align-items: center;
}
@media (max-width: 1024px) {
  #footer .footer-top {
    flex-direction: column;
  }
}
#footer .footer-top .logo {
  max-width: 334px;
}
#footer .footer-top .txt p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
@media (max-width: 1024px) {
  #footer .footer-top .txt p {
    text-align: center;
  }
}
#footer .footer-top .txt p a {
  font-size: 26px;
  margin-top: 20px;
  color: #fff;
  display: block;
}
#footer .footer-top .txt p a img {
  max-width: 20px;
}
#footer .footer-bottom {
  margin-top: 30px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #footer .footer-bottom {
    margin-top: 50px;
    flex-direction: column;
    gap: 30px;
  }
}
#footer .footer-bottom nav > ul.flex {
  gap: 40px;
  margin: 0;
}
#footer .footer-bottom nav > ul.flex li {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #footer .footer-bottom nav > ul.flex li {
    text-align: left;
  }
}
#footer .footer-bottom nav > ul.flex li a {
  font-size: 14px;
}
@media (max-width: 1024px) {
  #footer .footer-bottom nav > ul.flex li a {
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1024px) {
  #footer .footer-bottom nav > ul.flex li dl.acmenu {
    display: block;
  }
  #footer .footer-bottom nav > ul.flex li dl.acmenu dt {
    width: inherit;
    text-align: left;
    padding: 0;
    font-size: 14px;
    position: relative;
  }
  #footer .footer-bottom nav > ul.flex li dl.acmenu dt::before {
    position: absolute;
    content: "";
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 80px;
    top: 0;
    width: 13px;
    height: 13px;
    transform: rotate(-45deg);
    transition: .3s;
  }
  #footer .footer-bottom nav > ul.flex li dl.acmenu dt.open::before {
    transform: rotate(135deg);
    transition: .3s;
    top: 30%;
  }
  #footer .footer-bottom nav > ul.flex li dl.acmenu dd {
    display: none;
    width: 100%;
    padding: 0;
    border-left: none;
  }
  #footer .footer-bottom nav > ul.flex li dl.acmenu dd ul {
    margin: 0;
  }
  #footer .footer-bottom nav > ul.flex li dl.acmenu dd ul li {
    display: block;
    margin-top: 15px;
  }
  #footer .footer-bottom nav > ul.flex li dl.acmenu2 dt::before {
    left: 120px;
  }
}
#footer .footer-bottom nav ul.menu {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  #footer .footer-bottom nav ul.menu {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#footer .footer-bottom nav ul.menu > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #footer .footer-bottom nav ul.menu > li {
    width: 43%;
    justify-content: flex-start;
  }
}
#footer .footer-bottom nav ul.menu > li:hover {
  border-bottom: 5px solid #51B89A;
}
@media (max-width: 1024px) {
  #footer .footer-bottom nav ul.menu > li:hover {
    border-bottom: none;
  }
}
#footer .footer-bottom nav ul.menu > li ul.menuSub {
  position: absolute;
  left: 50px;
  padding: 0;
  display: none;
  bottom: 0;
  margin: 0;
}
#footer .footer-bottom nav ul.menu > li ul.menuSub li {
  margin-left: 0;
  list-style: none;
  background: #fff;
  width: 260px;
  text-align: left;
}
#footer .footer-bottom nav ul.menu > li ul.menuSub li a {
  color: #252C33;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px 10px 35px;
}
#footer .footer-bottom nav ul.menu > li ul.sub-menu02 li {
  width: 316px;
}
#footer .footer-bottom nav ul.menu > li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom nav ul.menu li.in-menu .menuSub2 {
  position: absolute;
  padding: 0;
  display: none;
  right: -150px;
  bottom: -66px;
}
@media (max-width: 1024px) {
  #footer .footer-bottom .sns ul.flex {
    justify-content: center;
  }
}
#footer .copy {
  margin-top: 50px;
}
#footer .copy p {
  font-size: 10px;
  color: #fff;
}
