﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 100%
  }
}

a, input, button {
  text-decoration: none;
  color: inherit;
  outline: none
}

img {
  vertical-align: middle
}

figure {
  margin: 0;
  padding: 0
}

input, textarea {
  outline: none
}

* {
  box-sizing: border-box
}

@media screen and (min-width: 1025px) {
  a[href*="tel"] {
    pointer-events: none;
    cursor: default
  }
}

@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important
  }
}

@media screen and (min-width: 1025px) {
  .u-sp {
    display: none !important
  }
}

.js-animeElement {
  transition: all .8s;
  opacity: 0
}

.js-animeElement.show {
  transition: all .8s;
  opacity: 1;
  transform: translateX(0) translateY(0)
}

.js-fadeUp {
  transform: translateX(0) translateY(5%)
}

.js-fadeUp-1 {
  transform: translateX(0) translateY(5%);
  transition-delay: 0.3s !important
}

.js-fadeUp-2 {
  transform: translateX(0) translateY(5%);
  transition-delay: 0.6s !important
}

.js-fadeUp-3 {
  transform: translateX(0) translateY(5%);
  transition-delay: 0.9s !important
}

.js-fadeDown {
  transform: translateX(0) translateY(-5%)
}

.js-fadeDown-1 {
  transform: translateX(0) translateY(-5%);
  transition-delay: 0.3s !important
}

.js-fadeDown-2 {
  transform: translateX(0) translateY(-5%);
  transition-delay: 0.6s !important
}

.js-fadeDown-3 {
  transform: translateX(0) translateY(-5%);
  transition-delay: 0.9 !important
}

.js-fadeToRight {
  transform: translateX(-5%) translateY(0)
}

.js-fadeToRight-1 {
  transform: translateX(-5%) translateY(0);
  transition-delay: 0.3s !important
}

.js-fadeToRight-2 {
  transform: translateX(-5%) translateY(0);
  transition-delay: 0.6s !important
}

.js-fadeToRight-3 {
  transform: translateX(-5%) translateY(0);
  transition-delay: 0.3s !important
}

.js-fadeToLeft {
  transform: translateX(5%) translateY(0)
}

.js-fadeToLeft-1 {
  transform: translateX(5%) translateY(0);
  transition-delay: 0.3s !important
}

.js-fadeToLeft-2 {
  transform: translateX(5%) translateY(0);
  transition-delay: 0.6s !important
}

.js-fadeToLeft-3 {
  transform: translateX(5%) translateY(0);
  transition-delay: 0.3s !important
}

.l-menu {
  display: flex;
  align-items: flex-start;
  z-index: 11;
  padding: 30px
}

.l-menu_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 30px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff
}

@media screen and (max-width: 1280px) {
  .l-menu_wrapper {
    width: 900px
  }
}

.l-menu_close {
  cursor: pointer;
  color: #000;
  background-color: #eee;
  padding: 16px 0;
  text-align: center
}

.l-menu_overlay {
  position: fixed;
  top: 110px;
  left: 0;
  display: none;
  width: 100vw;
  height: calc(100vh - 110px);
  min-width: 1366px;
  padding-top: 111px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10
}

@media screen and (max-width: 1105px) {
  .l-menu_overlay {
    top: 162px
  }
}

@media screen and (max-width: 1280px) {
  .l-menu_overlay {
    min-width: 100%
  }
}

.l-menu_thumbLink {
  position: relative;
  display: block;
  width: 240px;
  margin-right: 60px
}

.l-menu_thumbLink img {
  transition: all .6s;
  width: 100%
}

.l-menu_thumbLink:hover img {
  transition: all .6s;
  opacity: 0.4
}

.l-menu_thumbLink:hover .l-menu_thumbLink_title_ja:after {
  transition: all .6s;
  background: url(../img/arw_sub_w_hover.png) no-repeat
}

.l-menu_thumbLink_title {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 85px;
  z-index: 1;
  color: #fff;
  text-align: center
}

.l-menu_thumbLink_title_en {
  font-family: "Neue Haas Grotesk Text Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  display: block
}

@media screen and (max-width: 1024px) {
  .l-menu_thumbLink_title_en {
    font-size: 6.4vw
  }
}

.l-menu_thumbLink_title_ja {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
  font-size: 14px;
  font-weight: 500
}

@media screen and (max-width: 1024px) {
  .l-menu_thumbLink_title_ja {
    font-size: 3.73333vw
  }
}

.l-menu_thumbLink_title_ja:after {
  display: block;
  content: "";
  margin-top: 16px;
  transition: all .6s;
  width: 30px;
  height: 10px;
  background: url("../img/arw_sub_w.png") no-repeat;
  background-size: contain;
  background-position: center
}

.l-menu_links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 300px)
}

.l-menu_links>li {
  width: 240px;
  margin-bottom: 18px
}

.l-menu_links>li:not(:nth-of-type(3n)) {
  margin-right: 60px
}

@media screen and (max-width: 1280px) {
  .l-menu_links>li:not(:nth-of-type(3n)) {
    margin-right: 30px
  }
}

@media screen and (max-width: 1280px) {
  .l-menu_links>li:nth-of-type(odd) {
    margin-right: 30px
  }
}

.l-menu_links>li:nth-of-type(n+7) {
  margin-bottom: 0
}

.l-menu_links_link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #202020;
  color: #202020
}

.l-menu_links_link:hover {
  color: #ff6900
}

.l-menu_links_link:hover:after {
  background: url(../img/arw_sub_hover.png) no-repeat
}

.l-menu_links_link:after {
  content: "";
  transform: translateY(-5px);
  width: 18px;
  height: 8px;
  background: url("../img/arw_sub.png") no-repeat;
  background-size: contain;
  background-position: center
}

.l-menuSp {
  background-color: #fff
}

.l-menuSp_overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  overflow-y: scroll;
  width: 100%;
  height: calc(100vh - 13.33333vw);
  padding: 4.26667vw;
  background-color: rgba(0, 0, 0, 0.5)
}

.l-menuSp_btns {
  display: flex
}

.l-menuSp_btns_btn {
  width: 50%;
  padding: 3.73333vw 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

@media screen and (max-width: 1024px) {
  .l-menuSp_btns_btn {
    font-size: 4.26667vw
  }
}

.l-menuSp_btns_btn:first-of-type {
  color: #3155a4;
  background-color: #fff;
  border-bottom: 1px solid #3155a4
}

.l-menuSp_btns_btn:last-of-type {
  color: #fff;
  background-color: #3155a4;
  border-bottom: 1px solid #3155a4
}

.l-menuSp_links {
  border-bottom: 1px dotted #3155a4
}

.l-menuSp_links_wrapper {
  padding: 0 8.53333vw
}

.l-menuSp_links_link {
  position: relative
}

.l-menuSp_links_mainLink {
  display: flex;
  align-items: center;
  padding: 3.73333vw 0;
  color: #000;
  font-size: 15px;
  font-weight: 500
}

@media screen and (max-width: 1024px) {
  .l-menuSp_links_mainLink {
    font-size: 4vw
  }
}

.l-menuSp_links_mainLink:before {
  content: "";
  margin-right: 2.4vw;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 100%;
  background-color: #3155a4
}

.l-menuSp_links_toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  padding: 3.46667vw 0 3.46667vw 10.66667vw
}

.l-menuSp_links_toggle:before, .l-menuSp_links_toggle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  background-color: #3155a4
}

.l-menuSp_links_toggle:before {
  width: 4vw;
  height: 1px
}

.l-menuSp_links_toggle:after {
  transition: all .6s;
  width: 1px;
  height: 4vw;
  right: 1.86667vw
}

.l-menuSp_links_toggle.isOpened:after {
  transition: all .6s;
  opacity: 0;
  transform: rotate(90deg)
}

.l-menuSp_links_subLinks {
  display: none
}

.l-menuSp_links_subLinks li {
  margin-left: 7.2vw;
  font-size: 13px
}

@media screen and (max-width: 1024px) {
  .l-menuSp_links_subLinks li {
    font-size: 3.46667vw
  }
}

.l-menuSp_links_subLinks li:first-of-type a {
  padding-top: 0
}

.l-menuSp_links_subLinks li:last-of-type a {
  padding-bottom: 4.26667vw
}

.l-menuSp_links_subLinks li a {
  display: block;
  padding: 2.13333vw 0
}

.l-menuSp_links_subLinks li a:before {
  content: "ー "
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: calc(1366px - 28px);
  z-index: auto;
  padding: 12px 33px 12px 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  letter-spacing: 0;
  transition: all .6s
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-header {
    min-width: 100%;
    padding-right: 0
  }
}

.l-header.isToAnchor {
  pointer-events: none;
  opacity: 0;
  transition: all .6s
}

@media screen and (max-width: 1024px) {
  .l-header {
    display: none
  }
}

.l-header.noBoxShadow {
  transition: all .6s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1)
}

.l-header.isGhostDisplay {
  transition: all .6s;
  top: 14px;
  left: 14px;
  width: calc(100% - 28px);
  padding: 0 20px 0 0;
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0)
}

.l-header.isGhostDisplay .l-header_navs {
  transition: all .6s;
  color: #fff
}

.l-header.isGhostDisplay .l-header_navs_link {
  display: inline-block
}

.l-header.isGhostDisplay .l-header_navs_link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-color: #fff;
  transform: rotate(45deg);
  right: -16px;
  top: -2px;
  transition: all .6s
}

.l-header.isGhostDisplay .l-header_navs_link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -18px;
  width: 8px;
  height: 8px;
  transform: scale(0);
  transition: all .6s;
  border-radius: 100%;
  background-color: #fff
}

.l-header.isGhostDisplay .l-header_navs_link:hover:after {
  transform: scale(1);
  transition: all .6s
}

.l-header.isGhostDisplay .l-header_tel {
  transition: all .6s;
  color: #fff
}

.l-header.isGhostDisplay .l-header_tel:before {
  transition: all .6s;
  background-image: url(../img/icon_tel_w.png)
}

.l-header.isGhostDisplay .l-header_btn {
  transition: all .3s;
  color: #3155a4;
  background-color: #fff
}

.l-header.isGhostDisplay .l-header_btn-ghost {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff
}

.l-header_leftCol, .l-header_rightCol {
  display: flex
}

.l-header_rightCol {
  margin-top: 24px;
}

.l-header_rightCol>div {
  display: flex
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-header_rightCol {
    flex-flow: column;
    margin-top: 0
  }
  .l-header_rightCol .l-header_tel {
    margin-bottom: 10px
  }
}

.l-header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 86px;
  background-color: #fff;
  transition: all .6s;
  opacity: 1
}

.l-header_logo:hover {
  transition: all .6s;
  opacity: .7
}

@media screen and (max-width: 1024px) {
  .l-header_logo:hover {
    opacity: 1
  }
}

.l-header_logo img {
  width: 164px
}

.l-header_navs {
  padding-top: 30px;
  margin-left: 20px;
  transition: all .6s;
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.l-header_navs_link {
  position: relative;
  cursor: pointer;
  display: inline-block
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-header_navs_link {
    display: inline-block;
    margin-bottom: 30px
  }
}

.l-header_navs_link:not(:last-of-type) {
  margin-right: 40px
}

.l-header_navs_link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  right: -16px;
  top: -2px;
  transition: all .6s
}

.l-header_navs_link:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -18px;
  width: 8px;
  height: 8px;
  transform: scale(0);
  transition: all .6s;
  border-radius: 100%;
  background-color: #ff6900
}

.l-header_navs_link--noNav {
  margin-right: 24px !important
}

.l-header_navs_link--noNav:before {
  display: none
}

.l-header_navs_link.isActive:after, .l-header_navs_link:hover:after {
  transform: scale(1);
  transition: all .6s
}

.l-header_navs_link.isMenuOpened:before {
  transition: all .6s;
  transform: rotate(225deg);
  top: 6px
}

.l-header_tel {
  display: flex;
  margin-right: 16px;
  margin-top: 10px;
  transition: all .6s;
  color: #3155a4;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 1024px) {
  .l-header_tel {
    font-size: 5.33333vw
  }
}

.l-header_tel:before {
  position: relative;
  /*top: 6px;*/
  content: "";
  margin-right: 8px;
  transition: all .6s;
  width: 22px;
  height: 22px;
  background: url("../img/icon_tel_b.png") no-repeat;
  background-size: contain;
  background-position: center
}

.l-header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 38px;
  transition: all .3s;
  color: #fff;
  background-color: #3155a4;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  transition: all .6s;
  opacity: 1
}

@media screen and (max-width: 1024px) {
  .l-header_btn {
    font-size: 3.73333vw
  }
}

.l-header_btn:hover {
  transition: all .6s;
  opacity: .7
}

@media screen and (max-width: 1024px) {
  .l-header_btn:hover {
    opacity: 1
  }
}

.l-header_btn-ghost {
  color: #202020;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #3155a4
}

.l-header_btn:last-child {
  margin-left: 10px
}

.l-headerSp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .6s;
  width: 100%;
  height: 13.33333vw;
  background-color: #fff;
  box-shadow: 0 2.66667vw 2.66667vw rgba(0, 0, 0, 0.05)
}

.l-headerSp.isToAnchor {
  pointer-events: none;
  opacity: 0;
  transition: all .6s
}

.l-headerSp.noBoxShadow {
  transition: all .6s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05)
}

.l-headerSp_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.66667vw 4.26667vw;
  height: 100%
}

.l-headerSp_logo img {
  height: 100%
}

.l-headerSp_meta {
  display: flex;
  align-items: center;
  height: 100%
}

.l-headerSp_meta_mail {
  display: flex;
  align-items: center;
  width: 12vw;
  height: 100%;
  padding: 0 2.66667vw
}

.l-headerSp_meta_mail img {
  width: 100%
}

.l-headerSp_meta_menu {
  position: relative;
  display: block;
  width: 12vw;
  height: 100%
}

.l-headerSp_meta_menu span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 4.26667vw;
  display: block;
  transition: all .6s;
  width: 5.33333vw;
  height: 2px;
  background-color: #3155a4
}

.l-headerSp_meta_menu span:first-of-type {
  top: -3.73333vw
}

.l-headerSp_meta_menu span:last-of-type {
  bottom: -4vw
}

.l-headerSp_meta_menu.isOpened span {
  transition: all .6s
}

.l-headerSp_meta_menu.isOpened span:first-of-type {
  top: 0;
  transform: rotate(45deg)
}

.l-headerSp_meta_menu.isOpened span:last-of-type {
  bottom: 0;
  transform: rotate(-45deg)
}

.l-headerSp_meta_menu.isOpened span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(-50%)
}

.l-footerBlock {
  display: flex;
  align-items: center;
  padding: 80px 0 60px;
  width: 50vw;
  height: 458px
}

@media screen and (max-width: 1024px) {
  .l-footerBlock {
    width: 100%;
    padding: 10.66667vw 8.53333vw
  }
}

.l-footerBlock:first-of-type {
  justify-content: flex-end;
  margin-right: 1px;
  padding-right: 100px;
  background: url(../img/bg_footer01.png) no-repeat;
  background-position: right center;
  background-size: cover
}

@media screen and (max-width: 1024px) {
  .l-footerBlock:first-of-type {
    margin-right: 0;
    margin-bottom: 1px;
    padding-right: 8.53333vw
  }
}

.l-footerBlock:last-of-type {
  padding-left: 100px;
  background: url(../img/bg_footer02.png) no-repeat;
  background-position: left center;
  background-size: cover
}

@media screen and (max-width: 1024px) {
  .l-footerBlock:last-of-type {
    padding-left: 8.53333vw
  }
}

.l-footerBlock_wrapper {
  display: flex
}

@media screen and (max-width: 1024px) {
  .l-footerBlock_wrapper {
    display: block
  }
}

.l-footerBlock_inner {
  width: 400px;
  color: #fff;
  text-align: center;
  display: block
}

@media screen and (max-width: 1024px) {
  .l-footerBlock_inner {
    width: 100%
  }
}

.l-footerBlock_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 700
}

@media screen and (max-width: 1024px) {
  .l-footerBlock_title {
    font-size: 8.53333vw
  }
}

@media screen and (max-width: 1024px) {
  .l-footerBlock_title {
    margin-bottom: 6.4vw;
    font-size: 20px
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-footerBlock_title {
    font-size: 5.33333vw
  }
}

.l-footerBlock_title:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 20px;
  border-radius: 100%;
  background-color: #fff
}

@media screen and (max-width: 1024px) {
  .l-footerBlock_title:after {
    margin-top: 4.8vw;
    width: 1.6vw;
    height: 1.6vw
  }
}

.l-footerBlock_text {
  line-height: 2
}

@media screen and (max-width: 1024px) {
  .l-footerBlock_text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-footerBlock_text {
    font-size: 3.46667vw
  }
}

.l-footerTel {
  color: #202020
}

.l-footerTel_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0
}

@media screen and (max-width: 1024px) {
  .l-footerTel_wrapper {
    padding: 8.53333vw 0
  }
}

.l-footerTel_wrapper:before {
  content: "";
  margin-right: 22px;
  width: 46px;
  height: 46px;
  background: url("../img/icon_tel.png") no-repeat;
  background-size: contain;
  background-position: center
}

@media screen and (max-width: 1024px) {
  .l-footerTel_wrapper:before {
    margin-right: 4vw;
    width: 8.26667vw;
    height: 8.26667vw
  }
}

.l-footerTel_notice {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500
}

@media screen and (max-width: 1024px) {
  .l-footerTel_notice {
    font-size: 5.33333vw
  }
}

@media screen and (max-width: 1024px) {
  .l-footerTel_notice {
    margin-bottom: 2.66667vw;
    font-size: 12px
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-footerTel_notice {
    font-size: 3.2vw
  }
}

.l-footerTel_num {
  margin-bottom: 8px;
  font-family: "Neue Haas Grotesk Text Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1
}

@media screen and (max-width: 1024px) {
  .l-footerTel_num {
    font-size: 9.6vw
  }
}

@media screen and (max-width: 1024px) {
  .l-footerTel_num {
    margin-bottom: 2.13333vw;
    font-size: 25px
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-footerTel_num {
    font-size: 6.66667vw
  }
}

.l-footerTel_num span {
  font-weight: 600
}

.l-footerTel_time {
  color: #666
}

@media screen and (max-width: 1024px) {
  .l-footerTel_time {
    font-size: 10px
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-footerTel_time {
    font-size: 2.66667vw
  }
}

.l-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background-color: #f6f6f6
}

@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 6.4vw 0;
    display: block
  }
}

.l-footer_infoArea, .l-footer_linkArea {
  align-self: stretch;
  width: 600px
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea, .l-footer_linkArea {
    width: 100%
  }
}

.l-footer_infoArea {
  padding: 25px 60px 0 40px;
  border-right: 1px solid #ddd
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea {
    padding: 0 4.26667vw;
    border-right: none
  }
}

.l-footer_infoArea_prof {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_prof {
    display: flex;
    align-items: center;
    flex-flow: column;
    padding-bottom: 6.4vw
  }
  .l-footer_infoArea_prof_logo {
    width: 40vw
  }
}

.l-footer_infoArea_address {
  margin-top: 48px;
  color: #202020;
  font-size: 14px;
  font-style: normal
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_address {
    font-size: 3.73333vw
  }
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_address {
    margin-top: 7.2vw;
    font-size: 12px;
    line-height: 1.7
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-footer_infoArea_address {
    font-size: 3.2vw
  }
}

.l-footer_infoArea_cert {
  display: flex;
  align-items: flex-end;
  padding-top: 60px;
  color: #202020
}

.l-footer_infoArea_cert_logos {
  display: flex;
  align-items: flex-end
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_cert_logos {
    flex-flow: column;
    align-items: center
  }
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_cert {
    flex-flow: column;
    align-items: center;
    padding-top: 6.4vw
  }
  .l-footer_infoArea_cert_logo {
    height: 23.46667vw
  }
}

.l-footer_infoArea_cert_link {
  margin-right: 10px;
  transition: all .6s;
  opacity: 1;
  font-size: 12px
}

.l-footer_infoArea_cert_link:hover {
  transition: all .6s;
  opacity: .6
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_cert_link:hover {
    opacity: 1
  }
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_cert_link {
    font-size: 3.2vw
  }
}

.l-footer_infoArea_cert_link:nth-of-type(1) {
  margin-right: 6px
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_cert_link:nth-of-type(1) {
    margin-right: 0
  }
}

.l-footer_infoArea_cert_link:nth-of-type(2) {
  margin-right: 32px
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_cert_link:nth-of-type(2) {
    margin-right: 0
  }
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_cert_link:nth-of-type(3) {
    margin-top: 6.4vw
  }
}

@media screen and (max-width: 1024px) {
  .l-footer_infoArea_cert_link {
    margin-right: 0;
    margin-top: 3.2vw
  }
}

.l-footer_linkArea {
  display: flex
}

@media screen and (max-width: 1024px) {
  .l-footer_linkArea {
    display: none
  }
}

.l-footer_linkArea_col {
  width: 50%;
  padding-left: 40px
}

.l-footer_linkArea_col:first-of-type {
  border-right: 1px solid #ddd
}

.l-footer_linkArea_block:not(:last-of-type) {
  margin-bottom: 50px
}

.l-footer_linkArea_block_title {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px
}

@media screen and (max-width: 1024px) {
  .l-footer_linkArea_block_title {
    font-size: 4.26667vw
  }
}

.l-footer_linkArea_block_title a {
  transition: all .6s;
  opacity: 1
}

.l-footer_linkArea_block_title a:hover {
  transition: all .6s;
  opacity: .6
}

@media screen and (max-width: 1024px) {
  .l-footer_linkArea_block_title a:hover {
    opacity: 1
  }
}

.l-footer_linkArea_block_links li {
  margin-bottom: 16px;
  color: #666;
  font-size: 14px
}

@media screen and (max-width: 1024px) {
  .l-footer_linkArea_block_links li {
    font-size: 3.73333vw
  }
}

.l-footer_linkArea_block_links li a {
  transition: all .6s;
  opacity: 1
}

.l-footer_linkArea_block_links li a:hover {
  transition: all .6s;
  opacity: .6
}

@media screen and (max-width: 1024px) {
  .l-footer_linkArea_block_links li a:hover {
    opacity: 1
  }
}

.l-footerCopyright {
  padding: 20px 0;
  color: #a7a7a7;
  text-align: center;
  font-size: 12px
}

@media screen and (max-width: 1024px) {
  .l-footerCopyright {
    font-size: 3.2vw
  }
}

@media screen and (max-width: 1024px) {
  .l-footerCopyright {
    padding: 3.2vw 0;
    font-size: 10px
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-footerCopyright {
    font-size: 2.66667vw
  }
}