@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
.mincho {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.ov {
  transition: opacity 0.3s ease-out;
}
.ov:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .ov:hover {
    opacity: 1;
  }
}
.yugo {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  min-width: 1040px;
}
@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
  }
}
header > nav {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 100;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header > nav {
    width: 100%;
    height: 60px;
  }
}
header > nav > ul.common-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header > nav > ul.common-nav > li {
  color: #ffffff;
  margin-left: 27px;
  line-height: 1;
}
header > nav > ul.common-nav > li a {
  font-size: 14px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
header > nav > ul.common-nav > li.logo {
  margin-right: auto;
  margin-left: 0;
}
header > nav > ul.common-nav > li.logo ul {
  display: flex;
  align-items: center;
}
header > nav > ul.common-nav > li.logo ul li:nth-child(1) {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  header > nav > ul.common-nav > li.logo ul li:nth-child(1) {
    width: 55%;
    margin-left: 10px;
  }
}
header > nav > ul.common-nav > li.logo ul li:nth-child(1) img {
  width: 295px;
}
@media screen and (max-width: 768px) {
  header > nav > ul.common-nav > li.logo ul li:nth-child(1) img {
    width: 230px;
  }
}
header > nav > ul.common-nav > li.logo ul li:nth-child(2) {
  padding-left: 17px;
  font-size: 10px;
  line-height: 1.3;
  color: #333333;
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  header > nav > ul.common-nav > li.logo ul li:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 701px) and (max-width: 768px) {
  header > nav > ul.common-nav > li.logo ul li:nth-child(2) {
    font-size: 1.63vw !important;
  }
}
@media screen and (max-width: 700px) {
  header > nav > ul.common-nav > li.logo ul li:nth-child(2) {
    display: block;
    font-size: 1.8vw;
    padding-left: 10px;
  }
}
header > nav > ul.common-nav > li:nth-child(2) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  header > nav > ul.common-nav > li:nth-child(n+2):nth-child(-n+6) {
    display: none;
  }
  header > nav > ul.common-nav > li:nth-child(n+3):nth-child(-n+7) {
    display: none;
  }
  header > nav > ul.common-nav > li.contact {
    display: none;
  }
  header > nav > ul.common-nav > li.insta-h {
    display: block !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}
header > nav > ul.common-nav > li:nth-child(n+2):nth-child(-n+6) > a:after {
  pointer-events: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #29A9E0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .25s;
}
header > nav > ul.common-nav > li:nth-child(n+2):nth-child(-n+8) > a:hover:after {
  transform: scale(1, 1);
}
header > nav > ul.common-nav > li:nth-child(n+2):nth-child(-n+8) > a.over:after {
  transform: scale(1, 1);
}
header > nav > ul.common-nav > li:nth-child(4) a.over:after, header > nav > ul.common-nav > li:nth-child(7) a.over:after {
  transform: scale(0, 1) !important;
}
header > nav > ul.common-nav > li:nth-child(4) a.over:hover:after, header > nav > ul.common-nav > li:nth-child(7) a.over:hover:after {
  transform: scale(1, 1) !important;
}
header > nav > ul.common-nav > li.recruitbtn {
  margin-left: 18px;
}
header > nav > ul.common-nav > li.recruitbtn a {
  width: 100%;
  height: 90px;
  color: #ffffff;
  background-color: #29A9E0;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
header > nav > ul.common-nav > li.contact {
  margin-left: 0;
}
header > nav > ul.common-nav > li.contact a {
  width: 100%;
  height: 90px;
  color: #ffffff;
  background-color: #0071BA;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
header > nav > ul.common-nav > li.contact a:after {
  display: none;
}
header > nav > ul.common-nav > li.recruitbtn a:after {
  display: none;
}
header > nav > ul.common-nav > li .megamenu {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: none;
}
header > nav > ul.common-nav > li .megamenu .inner {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 30px;
}
header > nav > ul.common-nav > li .megamenu .inner h2 {
  color: #000000;
  padding: 15px 0 35px;
  font-size: 22px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex {
  display: flex;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div {
  width: 270px;
  padding: 0 28px;
  border-left: 1px solid #dddddd;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div:last-child {
  border-right: 1px solid #dddddd;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div img {
  padding-bottom: 15px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > a.second {
  margin-top: 20px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul.second {
  margin-top: 50px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li {
  margin-bottom: 15px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li:last-child {
  margin-bottom: 0;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li.pdf {
  margin-bottom: 8px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li.pdf a:before {
  top: 5px;
  height: 16px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li > a {
  padding-left: 22px;
  font-size: 16px;
  color: #000000;
  position: relative;
  line-height: 1.2;
  display: inline-block;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li > a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  background: url(/common/img/icn_arw_r_green.svg) no-repeat left top;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li > a[href*=".pdf"]:after {
  content: url(/common/img/icn_pdf_gray.svg);
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li > a.ls-1 {
  letter-spacing: -1px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li ul li {
  margin-top: 13px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li ul li a {
  padding-left: 22px;
  font-size: 14px;
  color: #000000;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li ul li a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  background: url(/common/img/icn_arw_r_green_s.svg) no-repeat left top;
  background-size: 5px;
  width: 5px;
  height: 8px;
}
header > nav > ul.common-nav > li .megamenu .inner .flex div > ul > li ul li a.anc:before {
  background: #009966;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: 7px;
  left: 5px;
}
header > nav > ul.lang-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 122px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  header > nav > ul.lang-pc {
    display: none;
  }
}
header > nav > ul.lang-pc li {
  padding-left: 18px;
  position: relative;
}
header > nav > ul.lang-pc li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
}
header > nav > ul.lang-pc li:first-child:before {
  display: none;
}
header > nav > ul.lang-pc li a {
  font-size: 12px;
  color: #000000;
}
header > nav > ul.lang-pc li a.active {
  color: #009966;
  border-bottom: 1px solid #009966;
  padding-bottom: 3px;
}
header > nav > ul.lang-pc li a.active:hover {
  opacity: 1;
}
header .menu-btn {
  margin-left: 25px;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  header .menu-btn {
    margin: 0 15px 0 0 !important;
  }
}
header .menu__button {
  position: relative;
  width: 40px;
  height: 35px;
  background-color: transparent;
  cursor: pointer;
  border: none;
}
header button:focus:not(.focus-visible) {
  outline: none;
}
header .menu-btn span {
  display: block;
  width: 100% !important;
  margin: 0 0 0 auto;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  transition: .2s;
}
header .menu__lineTop {
  transform: translateY(-9px);
}
header .menu__lineBottom {
  transform: translateY(9px);
}
header .menu--isOpen .menu__lineTop {
  transform: rotate(45deg);
}
header .menu--isOpen .menu__lineMiddle {
  opacity: 0;
}
header .menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
}
header .menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  overflow-y: scroll;
  background-color: #ffffff;
}
header .menu .menu-inner {
  width: 100%;
}
header .menu .menu-inner nav ul.nav > li {
  border-top: 1px solid #dddddd;
}
header .menu .menu-inner nav ul.nav > li:last-child {
  border-bottom: 1px solid #dddddd;
}
header .menu .menu-inner nav ul.nav > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  color: #000000;
  position: relative;
  cursor: pointer;
}
header .menu .menu-inner nav ul.nav > li > a.accordion:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.3s;
}
header .menu .menu-inner nav ul.nav > li > a.accordion.open:after {
  top: 22px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
header .menu .menu-inner nav ul.nav > li > a[target="_blank"]:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  background: url(/common/img/icn_blank_gray.svg) no-repeat left top;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
header .menu .menu-inner nav ul.nav > li div.first {
  display: none;
}
header .menu .menu-inner nav ul.nav > li div.first div.second {
  padding: 0 5% 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul {
  width: 48%;
  margin-top: 15px;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul > li {
  margin-bottom: 15px;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul > li.pdf {
  margin-bottom: 11px;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul > li > a {
  padding-left: 22px;
  font-size: 16px;
  color: #000000;
  position: relative;
  line-height: 1.2;
  display: inline-block;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul > li > a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  background: url(/common/img/icn_arw_r_green.svg) no-repeat left top;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul > li > a[href*=".pdf"]:after {
  content: url(/common/img/icn_pdf_gray.svg);
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul > li ul li {
  margin-top: 12px;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul > li ul li a {
  padding-left: 22px;
  font-size: 14px;
  color: #000000;
  position: relative;
  display: inline-block;
}
header .menu .menu-inner nav ul.nav > li div.first div.second > ul > li ul li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  background: url(/common/img/icn_arw_r_green_s.svg) no-repeat left top;
  background-size: 5px;
  width: 5px;
  height: 8px;
}
header .menu .menu-inner nav ul.sub {
  margin-top: 15px;
}
header .menu .menu-inner nav ul.sub li {
  margin-bottom: 10px;
  padding-left: 20px;
}
header .menu .menu-inner nav ul.sub li > a {
  padding-left: 22px;
  font-size: 16px;
  color: #000000;
  position: relative;
  line-height: 1.2;
  display: inline-block;
}
header .menu .menu-inner nav ul.sub li > a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  background: url(/common/img/icn_arw_r_green.svg) no-repeat left top;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
header .menu .menu-inner nav ul.sub li > a[target="_blank"]:before {
  content: "";
  top: 3px;
  left: 0;
  background: url(/common/img/icn_blank_gray.svg) no-repeat left top;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
header .menu .menu-inner nav ul.lang-sp {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .menu .menu-inner nav ul.lang-sp li {
  padding-left: 26px;
  position: relative;
}
header .menu .menu-inner nav ul.lang-sp li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 14px;
  width: 1px;
  height: 19px;
  background-color: #cccccc;
}
header .menu .menu-inner nav ul.lang-sp li:first-child {
  padding-left: 0;
}
header .menu .menu-inner nav ul.lang-sp li:first-child:before {
  display: none;
}
header .menu .menu-inner nav ul.lang-sp li a {
  color: #000000;
  font-size: 18px;
}
header .menu .menu-inner nav ul.lang-sp li a.active {
  color: #009966;
  border-bottom: 1px solid #009966;
  padding-bottom: 3px;
}
header .menu .menu-inner nav ul.lang-sp li a.active:hover {
  opacity: 1;
}
header .menu .menu-inner nav .contact {
  text-align: center;
  margin: 30px auto 40px;
}
header .menu .menu-inner nav .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 250px;
  height: 45px;
  margin: 0 auto;
  background: url(/common/img/icn_arw_r_white.png) no-repeat right 12px center #29A9E0;
  font-size: 16px;
  transition: background-position 0.1s linear, opacity 0.3s ease-out;
  line-height: 1;
  padding-bottom: 1px;
}
header .menu .menu-inner nav .contact a:hover {
  background-position: right 8px center;
}
.insta-h {
  margin-right: 27px
}
.insta-h img {
  max-width: 25px;
}
ul.pdf_list li a p.info {
  width: calc(100% - 135px) !important;
}
@media screen and (max-width: 768px) {
  ul.pdf_list li a p.info {
    width: 100% !important;
  }
}
ul.pdf_list li a p.info span.ttl {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  ul.pdf_list li a p.info span.ttl {
    width: 100% !important;
  }
}
ul.pdf_list li a span.ttl {
  width: calc(100% - 135px) !important;
}
@media screen and (max-width: 768px) {
  ul.pdf_list li a span.ttl {
    width: 100% !important;
  }
}
ul.pdf_list li a .pdf_info {
  width: 135px !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 768px) {
  ul.pdf_list li a .pdf_info {
    width: 100% !important;
  }
}
#wrapper {
  width: 100%;
  min-width: 1040px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
  }
}
.pankuzu {
  width: 100%;
  background: #f3f3f3;
  padding: 10px 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pankuzu {
    padding: 10px 5%;
    margin-bottom: 40px;
  }
}
.pankuzu ul {
  display: flex;
  align-items: center;
}
.pankuzu ul li {
  font-size: 14px;
  color: #999;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pankuzu ul li {
    font-size: 10px;
  }
}
.pankuzu ul li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .pankuzu ul li:not(:last-child) {
    margin-right: 20px;
  }
}
.pankuzu ul li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  background: url(/common/img/pankuzu_arrow.svg) center center/8px no-repeat;
  width: 8px;
  height: 15px;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .pankuzu ul li:not(:last-child):after {
    background-size: 6px;
    right: -15px;
  }
}
.pankuzu ul li a {
  color: #999;
}
.pankuzu ul li strong {
  color: #000;
  font-weight: normal;
}
.kv_noimg {
  width: 100%;
  height: 170px;
  background: #f9faf4;
}
@media screen and (max-width: 768px) {
  .kv_noimg {
    height: 100px;
    padding: 0 5%;
  }
}
.kv_noimg > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.kv_noimg > .inner .txt_wrap h1 {
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv_noimg > .inner .txt_wrap h1 {
    font-size: 21px;
  }
}
.kv_noimg > .inner .txt_wrap h1 span {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .kv_noimg > .inner .txt_wrap h1 span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.kv_img {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .kv_img {
    height: 150px;
    padding: 0 5%;
  }
}
.kv_img > .inner {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.kv_img > .inner .txt_wrap h1 {
  color: #fff;
  line-height: 1;
  font-size: 42px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .kv_img > .inner .txt_wrap h1 {
    font-size: 21px;
  }
}
.kv_img > .inner .txt_wrap h1 span {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .kv_img > .inner .txt_wrap h1 span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
footer {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
  }
}
footer .pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 50px;
  display: block;
  color: #ffffff;
  background-color: #29A9E0;
  font-size: 15px;
  text-align: center;
  padding-top: 23px;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  footer .pagetop {
    transform: translate3d(0, 0, 0);
    width: 50px;
    padding-top: 0;
    font-size: 14px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
footer .pagetop:hover {
  opacity: 0.75 !important;
}
@media screen and (max-width: 768px) {
  footer .pagetop:hover {
    opacity: 1 !important;
  }
}
footer .pagetop.active {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s;
}
footer .pagetop:after {
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  footer .pagetop:after {
    width: 15px;
    height: 15px;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
footer .nav-area {
  background-color: #f3f3f3;
  padding-bottom: 25px;
}
footer .nav-area .inner {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .nav-area .inner {
    width: 100%;
    padding: 0 5%;
  }
}
footer .nav-area .inner .logo {
  padding: 50px 0 35px;
}
@media screen and (max-width: 768px) {
  footer .nav-area .inner .logo {
    padding: 25px 0;
  }
}
footer .nav-area .inner .logo img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer .nav-area .inner .logo img {
    width: 65%;
  }
}
.insta-f {
  position: absolute;
  left: 51%;
  top: 55px;
}
.insta-f img {
  max-width: 110px;
}
footer .nav-area .inner nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .nav-area .inner nav div {
    width: 50%;
  }
  footer .nav-area .inner nav div:first-child {
    width: 100%;
  }
  footer .nav-area .inner nav div.insta-f {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 10px;
  }
  .insta-f img {
    max-width: 130px;
  }
}
footer .nav-area .inner nav div > ul {
  margin-bottom: 20px;
}
footer .nav-area .inner nav div > ul > li {
  margin-bottom: 6px;
}
footer .nav-area .inner nav div > ul > li > a {
  font-size: 14px;
  color: #000000;
  padding-left: 12px;
  position: relative;
  display: inline-block;
}
footer .nav-area .inner nav div > ul > li > a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  background: url(/common/img/icn_arw_r_black.svg) no-repeat left top;
  background-size: 5px;
  width: 5px;
  height: 8px;
}
footer .nav-area .inner nav div > ul > li ul {
  margin-left: 15px;
  margin-top: 6px;
}
footer .nav-area .inner nav div > ul > li ul li {
  margin-bottom: 7px;
}
footer .nav-area .inner nav div > ul > li ul li a {
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
  position: relative;
  display: inline-block;
}
footer .nav-area .inner nav div > ul > li ul li a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  background: url(/common/img/icn_arw_r_black_s.svg) no-repeat left top;
  background-size: 4px;
  width: 4px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  footer .nav-area .inner nav div > ul > li ul li a:before {
    top: 7px;
  }
}
footer .foot-area {
  background-color: #29A9E0;
  padding: 15px 0 10px;
}
footer .foot-area .inner {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .foot-area .inner {
    width: 100%;
    padding: 0 5%;
  }
}
footer .foot-area .inner > ul {
  border-bottom: 1px solid #D3EBF2;
  display: flex;
  align-items: flex-end;
  /*justify-content: space-between;*/
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .foot-area .inner > ul {
    display: block;
  }
}
footer .foot-area .inner > ul > li {
  color: #ffffff;
  font-size: 18px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  footer .foot-area .inner > ul > li {
    margin: 0 0 5px;
  }
}
footer .foot-area .inner > ul > li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  footer .foot-area .inner > ul > li:nth-child(1) {
    margin: 0 0 10px;
  }
}
footer .foot-area .inner > ul > li:nth-child(5) {
  margin-left: auto;
}
footer .foot-area .inner > ul > li a {
  color: #ffffff;
  font-size: 14px;
}
footer .foot-area .inner > ul > li ul.sns {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  footer .foot-area .inner > ul > li ul.sns {
    position: absolute;
    right: 0;
    top: 32%;
  }
}
footer .foot-area .inner > ul > li ul.sns li {
  margin-left: 15px;
}
footer .foot-area .inner > ul > li ul.sns li a {
  font-size: 30px;
  line-height: 1;
}
footer .foot-area .inner .copyright {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  footer .foot-area .inner .copyright {
    text-align: center;
  }
}
footer .foot-area .inner .copyright small {
  font-size: 12px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  footer .foot-area .inner .copyright small {
    font-size: 10px;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.pcImg {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pcImg {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.spImg {
  display: none;
}
@media screen and (max-width: 768px) {
  .spImg {
    display: inline-block;
  }
}