@charset "UTF-8";


/*---------------------------------------------------------------*\
$CTA
\*---------------------------------------------------------------*/

#cta_menu {
  border-top: solid 1px #eee;
  margin: 200px 0 0 0;
}

#cta_menu .background {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

#cta_menu .each_cta {
  width: calc((100%)/3);
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-right: solid 1px #eee;
  position: relative;
  overflow: hidden;
}

#cta_menu .each_cta:hover .background {
  scale: 1.1;
}

#cta_menu .each_cta:hover .description {
  color: #333;
  background-color: #fff;
}

#cta_menu .each_cta:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, .55);
  z-index: 1;
}

#cta_menu .each_cta:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlays/05.png);
  background-repeat: repeat;
  background-size: 3px;
  background-position: center;
  content: '';
  display: block;
  z-index: 2;
  opacity: .5;
}

#cta_menu .each_cta a {
  width: 100%;
  height: 100%;
  gap: 12px;
  position: relative;
  z-index: 3;
}

#cta_menu .each_cta:last-child {
  border-right: none;
}

#cta_menu .icon {
  width: 24px;
  height: 24px;
}

#cta_menu .icon path {
  fill: #fff !important;
}

#cta_menu .headline {
  font-size: 22px;
}

#cta_menu .button {
  width: fit-content;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 13px;
  border: solid 2px #fff;
}

#cta_menu .each_cta:hover .button {
  color: #333;
  background-color: #fff;
}


@media screen and (max-width: 950px) {

  #cta_menu .headline {
    font-size: 20px;
  }
}


@media screen and (max-width: 600px) {

  #cta_menu {
    flex-direction: column;
    margin: 80px 0 0 0;
  }

  #cta_menu .each_cta {
    width: 100%;
    height: 140px;
    border-bottom: solid 1px #eee;
    border-right: none;
  }

  #cta_menu .each_cta:after {
    background-size: 2px;
  }

  #cta_menu .icon {
    width: 16px;
    height: 16px;
  }

  #cta_menu .headline {
    font-size: 14px;
  }

  #cta_menu .button {
    font-size: 10px;
    padding: 8px 16px;
  }
}



/*---------------------------------------------------------------*\
$footer
\*---------------------------------------------------------------*/

footer {
  position: relative;
  width: calc((100% - 12px));
  margin: 0 auto 6px;
  z-index: 1;
}

footer .containers {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

/* back */
footer .back {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 80px;
  left: 0;
}

footer .icon_back {
  width: 8px;
  height: 8px;
  background-image: url('../img/common/icon_back_top.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

footer .text_back {
  font-size: 12px;
  margin: 20px 0 0 0;
}

/* logo container */
footer .logo_container {
  width: 250px;
  margin: 12px auto 0 0;
}

footer .logo {
  width: 180px;
}

footer .logo path {
  fill: #333;
}

footer .profile {
  gap: 16px;
}

footer .corp_name {
  font-size: 17px;
  margin: 56px 0 0 0;
}

footer .address {
  font-size: 12px;
}

footer .map {
  width: fit-content;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 80px;
  border: solid 2px #333;
}

footer .map span {
  font-size: 14px;
}

footer .icon_pin {
  width: 12px;
}

footer .certification {
  font-size: 12px;
}

/* info container */
footer .info_containers {
  display: grid;
  gap: 56px;
  width: calc(96% - 250px);
}

/* banners */
footer .banners {
  gap: 12px;
}

footer .banners .compacts {
  gap: 12px;
  width: 45%;
}

footer .each_banner {
  border-radius: 4px;
  overflow: hidden;
}

footer .banners .large {
  width: calc((100% - 45% - 12px));
}

/* main info */
footer .main_info {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

footer .menu_container {
  gap: 26px;
  width: 200px;
}

footer .menu_container:nth-of-type(2),
footer .menu_container:nth-of-type(3) {
  width: calc((100% - 200px) / 2);
}

footer .each_menu .subject {
  font-size: 16px;
  display: flex;
  align-items: flex-end;
}

footer .each_menu a {
  font-size: 16px;
}

/* main info - categories */
footer .categories_mag {
  border-left: solid 1px #ddd;
  padding: 0 0 0 14px;
}

footer .categories_mag>ul {
  gap: 14px;
}

footer .each_category_mag a {
  gap: 8px;
}

footer .each_category_mag a:before {
  display: block;
  content: '';
  width: 6px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/design-parts/icon_arrow.svg);
}

footer .each_category_mag a span {
  font-size: 12px;
  width: calc((100% - 14px));
}

footer .menu_container:first-of-type .mag_container {
  gap: 14px;
}

footer .mag_container {
  gap: 24px;
}

/* submenu */
footer .submenu_container {
  border-top: solid 1px #eee;
  padding: 32px 0 0 0;
  gap: 40px;
}

footer .submenu {
  gap: 20px;
}

footer .each_submenu {
  font-size: 14px;
}

footer .copyright {
  font-size: 12px;
  gap: 4px;
}

footer .copyright>span {
  font-size: 12px;
}

footer .copyright_sp {
  display: none;
}

footer .wrap_sns {
  gap: 16px;
}

footer .icon_youtube {
  width: 24px;
}

footer .icon_note {
  width: 18px;
}

footer .icon_facebook {
  width: 10px;
}

footer .icon_instagram {
  width: 20px;
}


@media screen and (max-width: 1280px) {

  /* logo container */
  footer .logo {
    width: 160px;
  }

  /* back */
  footer .back {
    width: 180px;
    height: 180px;
  }

  /* main info - categories */
  footer .each_category_mag a {
    font-size: 11px;
  }


  footer .containers {
    width: 86%;
    padding: 100px 0 64px;
    flex-direction: column;
    gap: 40px;
  }

  /* logo container */
  footer .logo_container {
    width: 100%;
    margin: 0;
  }

  /* back */
  footer .back {
    right: 0;
    top: 100px;
    left: inherit;
    width: 110px;
    height: 110px;
    bottom: 140px;
    font-size: 10px;
  }

  footer .text_back {
    margin: 4px 0 0 0;
    scale: .8;
  }

  /* info containers */
  footer .info_containers {
    width: 100%;
  }
}


@media screen and (max-width: 1080px) {

  /* main info */
  footer .main_info {
    gap: 64px;
    flex-direction: column;
  }
}


@media screen and (max-width: 760px) {

  /* banners */
  footer .banners {
    flex-direction: column;
  }

  footer .banners .compacts {
    width: 100%;
  }

  footer .banners .large {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {

  footer .containers {
    padding: 64px 0;
  }

  /* logo container */
  footer .logo {
    width: 130px;
  }

  footer .corp_name {
    font-size: 12px;
    margin: 24px 0 0 0;
  }

  footer .address {
    font-size: 11px;
    margin: 8px 0 0 0;
  }

  footer .map span {
    font-size: 12px;
  }

  footer .icon_pin {
    width: 10px;
  }

  footer .certification {
    font-size: 11px;
  }

  /* back */
  footer .back {
    display: flex;
    width: 80px;
    height: 80px;
    bottom: 50px;
    top: 48px;
  }

  /* main container */
  footer .info_containers {
    gap: 56px;
  }

  /* main info */
  footer .menu_container {
    width: fit-content;
  }

  footer .each_menu .subject {
    font-size: 14px;
  }

  footer .each_menu a {
    font-size: 14px;
  }

  /* main info - categories */
  footer .each_category_mag a {
    font-size: 11px;
  }

  footer .each_category_mag a span {
    font-size: 11px;
  }

  /* submenu */
  footer .submenu_container {
    padding: 20px 0 0 0;
  }

  footer .submenu_container>div {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  footer .each_submenu {
    font-size: 12px;
  }

  footer .copyright {
    display: none;
  }

  footer .copyright_sp>span {
    font-size: 10px;
  }

  footer .copyright_sp {
    display: flex;
    gap: 4px;
  }
}