@charset "UTF-8";
/* CSS Document */
/*
 * Header & Footer Styles
 * ==========================================
 * This file imports styles for header and footer
 *
 * Structure:
 * 1. Config - Variables and Mixins
 * 2. Sections - Common reset, Header, Footer
 */
/*PC*/
#header *,
#header ::before,
#header ::after,
#footer *,
#footer ::before,
#footer ::after,
#top *,
#top ::before,
#top ::after {
  box-sizing: border-box;
}
#header h1,
#header h2,
#footer h1,
#footer h2,
#top h1,
#top h2 {
  font-size: inherit;
  font-weight: inherit;
}
#header ul,
#header ol,
#footer ul,
#footer ol,
#top ul,
#top ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li,
#footer li,
#top li {
  list-style: none;
}
#header .sp,
#footer .sp,
#top .sp {
  display: none;
}
#header a,
#footer a,
#top a {
  text-decoration: none;
}
#header img,
#footer img,
#top img {
  vertical-align: bottom;
}
#header button,
#footer button,
#top button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
#header button,
#header [type=button],
#header [type=reset],
#header [type=submit],
#footer button,
#footer [type=button],
#footer [type=reset],
#footer [type=submit],
#top button,
#top [type=button],
#top [type=reset],
#top [type=submit] {
  cursor: pointer;
}
#header button:disabled,
#header [type=button]:disabled,
#header [type=reset]:disabled,
#header [type=submit]:disabled,
#footer button:disabled,
#footer [type=button]:disabled,
#footer [type=reset]:disabled,
#footer [type=submit]:disabled,
#top button:disabled,
#top [type=button]:disabled,
#top [type=reset]:disabled,
#top [type=submit]:disabled {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  #header .sp,
  #footer .sp,
  #top .sp {
    display: block;
  }
}

#page01 *,
#page01 ::before,
#page01 ::after {
  box-sizing: border-box;
}
#page01 ul,
#page01 ol {
  list-style: none;
}
#page01 li {
  list-style: none;
}
#page01 .sp {
  display: none;
}
#page01 img {
  vertical-align: bottom;
}
#page01 button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
#page01 button,
#page01 [type=button],
#page01 [type=reset],
#page01 [type=submit] {
  cursor: pointer;
}
#page01 button:disabled,
#page01 [type=button]:disabled,
#page01 [type=reset]:disabled,
#page01 [type=submit]:disabled {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  #page01 .sp {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-weight: 500;
  scroll-padding-top: 160px;
}
html body.hidden {
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  html {
    scroll-padding-top: 60px;
  }
}

section {
  padding: 45px 0;
}

.cta-area .micro {
  background: url(../images/top/sec01/SMP/top_3smp.png) no-repeat;
  background-size: cover;
  width: 230px;
  height: 35px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cta-area .micro-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  text-align: center;
  font: normal normal bold 12.5px/12px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.625px;
  padding-top: 1px;
}
.cta-area .micro-copy .red {
  font: normal normal bold 12.5px/12px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.625px;
  color: #E85133;
}
.cta-area .cta-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: -13px auto 0;
  height: 56px;
  background: transparent linear-gradient(99deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 5px rgba(2, 1, 28, 0.4235294118);
  border-radius: 100px;
}
.cta-area .cta-btn span {
  text-align: center;
  font: normal normal bold 17.5px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1607843137);
}

.btn-area .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 51px;
  background: #007BB0 0% 0% no-repeat padding-box;
  box-shadow: 1px 1.5px 3px rgba(2, 1, 28, 0.5019607843);
  border-radius: 100px;
}
.btn-area .btn-text .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-area .btn-text .btn-copy span {
  text-align: center;
  font: normal normal bold 17.5px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.88px;
  color: #FFFFFF;
}
.btn-area .btn-text .btn-copy .img {
  display: inline-block;
  background: url(../images/top/sec01/PC/right_white.png) no-repeat;
  background-size: contain;
  width: 7.5px;
  height: 10px;
}
.btn-area .btn-text.orange {
  background: transparent linear-gradient(97deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.5019607843);
}
.btn-area .btn-text.orange .btn-copy span {
  font: normal normal bold 16px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}
.sec-title {
  text-align: center;
}
.sec-title span {
  font: normal normal bold 23px/23px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.38px;
  color: #005F9E;
}
.sec-title.black span {
  color: #283738;
}
.sec-title.black span .blue {
  color: #005F9E;
  margin-top: 10px;
  display: inline-block;
}
.sec-title.black span .blue .big {
  color: #005F9E;
  font-size: 40px;
}

@media only screen and (min-width: 1025px) {
  section {
    padding: 90px 0;
  }
  .cta-area {
    width: 574px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
  }
  .cta-area .micro {
    background: url(../images/top/sec01/PC/top_3pc.png) no-repeat;
    background-size: cover;
    width: 380px;
    height: 54px;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cta-area .micro-copy {
    height: 50px;
    text-align: center;
    font: normal normal bold 20px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1px;
    padding-top: 1px;
    transition: all 0.3s ease;
  }
  .cta-area .micro-copy .red {
    text-align: center;
    font: normal normal bold 20px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1px;
    color: #E85133;
    transition: all 0.3s ease;
  }
  .cta-area .cta-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 574px;
    height: 90px;
    margin: -24px auto 0;
    box-shadow: 4px 4px 10px rgba(2, 1, 28, 0.4235294118);
    border-radius: 100px;
    transition: all 0.3s ease;
  }
  .cta-area .cta-btn span {
    font: normal normal bold 27px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.35px;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1607843137);
  }
  .cta-area:hover {
    cursor: pointer;
    transform: scale(1.2);
  }
  .btn-area .btn-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 66px;
    box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.5019607843);
    padding: 0 20px 0 30px;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text .btn-copy {
    gap: 30px;
    transition: all 0.4s ease;
    border: solid 0px transparent;
  }
  .btn-area .btn-text .btn-copy span {
    font: normal normal bold 24px/36px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.2px;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text .btn-copy .img {
    width: 12px;
    height: 15px;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text:hover {
    cursor: pointer;
    border: solid 2px #007BB0;
    background: #fff;
  }
  .btn-area .btn-text:hover .btn-copy span {
    color: #007BB0;
  }
  .btn-area .btn-text:hover .img {
    background: url(../images/top/sec03/PC/right_blue.png) no-repeat;
    background-size: contain;
  }
  .btn-area .btn-text.orange {
    position: relative;
    box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.5019607843);
    border: solid 1px #FD962D;
    overflow: hidden;
  }
  .btn-area .btn-text.orange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(97deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
  .btn-area .btn-text.orange::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
  .btn-area .btn-text.orange .btn-copy {
    position: relative;
    gap: 10px;
    transition: all 0.4s ease;
    z-index: 1;
  }
  .btn-area .btn-text.orange .btn-copy span {
    font: normal normal bold 18px/36px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.9px;
    transition: color 0.4s ease;
  }
  .btn-area .btn-text.orange .btn-copy .img {
    transition: background-image 0.4s ease;
  }
  .btn-area .btn-text.orange:hover {
    border-color: #EF7800;
    box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.5019607843);
  }
  .btn-area .btn-text.orange:hover::before {
    opacity: 0;
  }
  .btn-area .btn-text.orange:hover::after {
    opacity: 1;
  }
  .btn-area .btn-text.orange:hover .btn-copy span {
    color: #EF7800;
  }
  .btn-area .btn-text.orange:hover .btn-copy .img {
    background: url(../images/top/sec08/PC/right_orange.png) no-repeat;
    background-size: contain;
  }
  .sec-title {
    text-align: center;
  }
  .sec-title span {
    font: normal normal bold 36px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 2.16px;
    color: #005F9E;
  }
  .sec-title.black span {
    color: #283738;
  }
  .sp {
    display: none !important;
  }
}
/*PC*/
#header {
  width: 100%;
  height: 160px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background-color 0.3s ease;
}
#header .header-wrapper {
  height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
#header .header-wrapper .nav.second {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header .header-wrapper .nav.second .top-menu {
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 1380px) {
  #header .header-wrapper .nav.second .top-menu {
    width: 100%;
  }
}
#header .header-wrapper .nav.second .top-menu .logo {
  display: flex;
  gap: 12px;
}
#header .header-wrapper .nav.second .top-menu .logo h1 {
  width: 230px;
  height: 66px;
}
#header .header-wrapper .nav.second .top-menu .logo h1 a {
  width: 100%;
  height: 100px;
}
#header .header-wrapper .nav.second .top-menu .logo h1 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
#header .header-wrapper .nav.second .top-menu .logo h1:hover a img {
  opacity: 0.5;
}
#header .header-wrapper .nav.second .top-menu .logo .card-area {
  width: 380px;
}
#header .header-wrapper .nav.second .top-menu .logo .card-area p {
  text-align: left;
  font: normal normal 500 14px/20px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0px;
  color: #02011C;
}
#header .header-wrapper .nav.second .top-menu .logo .card-area .card {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header-wrapper .nav.second .top-menu .logo .card-area .card span {
  text-align: center;
  font: normal normal bold 16px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.6px;
  color: #FFFFFF;
  height: 31px;
  border-radius: 5px;
  padding: 4px 10px;
}
#header .header-wrapper .nav.second .top-menu .logo .card-area .card span.blue {
  background: #12A1C4 0% 0% no-repeat padding-box;
}
#header .header-wrapper .nav.second .top-menu .logo .card-area .card span.green {
  background: #0AA88A 0% 0% no-repeat padding-box;
}
#header .header-wrapper .nav.second .top-menu .logo .card-area .card img {
  height: 46px;
  object-fit: cover;
}
#header .header-wrapper .nav.second .top-menu .right ul {
  display: flex;
  gap: 65px;
}
@media only screen and (max-width: 1500px) {
  #header .header-wrapper .nav.second .top-menu .right ul {
    gap: 0;
    justify-content: space-between;
  }
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.tel {
  width: 300px;
  display: flex;
  gap: 6px;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.tel img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.tel a {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.tel a .num {
  text-align: left;
  font: normal normal bold 36px/36px "Shippori Mincho", serif;
  letter-spacing: 0.72px;
  color: #0280B3;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.tel a .text {
  text-align: left;
  font: normal normal 500 16px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.8px;
  color: #02011C;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.contact {
  position: relative;
  display: inline-block;
  box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.1607843137);
  border: solid 1px #FD962D;
  border-radius: 100px;
  height: 57px;
  padding: 0 40px;
  overflow: hidden;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(97deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
  transition: opacity 0.4s ease;
  z-index: -1;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.contact span {
  position: relative;
  text-align: center;
  font: normal normal bold 20px/55px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1px;
  color: #FFFFFF;
  transition: color 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.contact:hover {
  cursor: pointer;
  border-color: #EF7800;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.contact:hover::before {
  opacity: 0;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.contact:hover::after {
  opacity: 1;
}
#header .header-wrapper .nav.second .top-menu .right ul .menu.contact:hover span {
  color: #EF7800;
}
#header .header-wrapper .nav.second .pc-menu-list {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#header .header-wrapper .nav.second .pc-menu-list .menu {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.2s ease;
  letter-spacing: 0.01em;
  border-bottom: solid 3px transparent;
  transition: all 0.2s ease;
  text-align: center;
}
#header .header-wrapper .nav.second .pc-menu-list .menu a {
  text-align: center;
  font: normal normal bold 18px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.8px;
  color: #283738;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:before {
  content: "";
  display: block;
  opacity: 0;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #FD7F06;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:hover {
  position: relative;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:hover a {
  color: #FD7F06;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:hover:before {
  opacity: 1;
  width: 7px;
  height: 7px;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:first-child {
  margin-left: 0;
}
#header .header-wrapper .header_hamburger {
  display: none;
}
#header .child-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100%;
  background: rgba(72, 72, 72, 0.95);
  padding: 70px 0;
  z-index: 5;
  position: absolute;
  top: 120px;
  flex-direction: row;
  transition: all 0.3s ease;
}
#header .child-menu__wrapper {
  width: 900px;
  margin: 0 auto;
  display: flex;
}
#header .child-menu__wrapper .sec-title {
  margin-right: 150px;
}
#header .child-menu__wrapper .sec-title__en {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
}
#header .child-menu__wrapper .sec-title__ja {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
}
#header .child-menu__wrapper .child-menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#header .child-menu__wrapper .child-menu-list .menu {
  align-items: center;
}
#header .child-menu__wrapper .child-menu-list .menu a {
  display: block;
}
#header .child-menu__wrapper .child-menu-list .menu a p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: start;
}
#header .child-menu__wrapper .child-menu-list .menu a p .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: 15px;
  line-height: 1;
  border-bottom: solid 1px transparent;
  transition: all 0.2s ease;
}
#header .child-menu__wrapper .child-menu-list .menu a p .arrow {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
}
#header .child-menu__wrapper .child-menu-list .menu a:hover p .text {
  border-bottom: solid 1px #fff;
}
#header .child-menu .flex {
  display: flex;
}
#header .child-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .child-menu.child-menu__03 .child-menu__wrapper .sec-title {
  margin-right: 110px;
}
#header .filter {
  display: none;
}
#header.is-scrolled .header-wrapper .nav.second .top-menu .menu {
  border-left: solid 1px #4b4b4b;
}
#header.is-scrolled .header-wrapper .nav.second .top-menu .menu a:hover {
  border-bottom: solid 1px #4b4b4b;
}
#header.is-scrolled .header-wrapper .nav.second .top-menu .menu:last-child {
  border-right: solid 1px #4b4b4b;
}
#header.is-scrolled .header-wrapper .nav.second .pc-menu-list .menu a {
  height: 100%;
  font-weight: bold;
  display: block;
  color: #111;
}

/*SMP*/
@media only screen and (max-width: 1279px) {
  #header {
    background-color: #fff !important;
    height: 60px;
  }
  #header .header-wrapper {
    width: 100%;
    height: 60px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
  }
  #header .header-wrapper .nav.second .top-menu .logo h1 {
    width: 160px;
    height: 46px;
    margin-left: 10px;
  }
  #header .header-wrapper .nav.second .top-menu .logo:hover a img {
    opacity: 1;
  }
  #header .header-wrapper .nav.second .top-menu .card-area {
    display: none !important;
  }
  #header .header-wrapper .nav.second .top-menu .menu {
    display: none !important;
  }
  #header .header-wrapper .nav.second .pc-menu-list {
    display: none !important;
  }
  #header .header-wrapper .header_hamburger {
    display: block;
    z-index: 200;
    width: 70px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #007BB0;
  }
  #header .header-wrapper .header_hamburger .hamburger {
    width: 45px;
    height: 45px;
    border-radius: 2.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger .hamburger-line {
    display: block;
    transition: all 0.3s ease;
    content: "";
    width: 30px;
    height: 2.5px;
    background-color: #fff;
    margin: 3.5px 0;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open {
    background-color: #fff;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 7px);
    background: #0280B3 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background: #0280B3 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
  }
  #header .header-wrapper .header_hamburger.is-open {
    background-color: #fff;
  }
  #header .child-menu {
    display: none;
  }
  #header .filter {
    opacity: 0;
    display: none;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
  }
  #header .filter .slide-nav {
    padding-top: 65px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #header .filter .slide-nav .flex-item .sec {
    width: 322px;
    margin: 0 auto;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title {
    color: #1E3C0D;
    padding: 20px 13px;
    letter-spacing: 0.1em;
    border-bottom: solid 0.5px #A5CAD3;
    position: relative;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title a {
    display: block;
    text-align: left;
    font: normal normal bold 15px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.5px;
    color: #283738;
    position: relative;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title a::before {
    content: "";
    display: block;
    width: 8.5px;
    height: 11px;
    background: url(../images/hf/SMP/right_lightblue.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav {
    overflow: hidden;
    transition: height 0.4s ease;
    opacity: 0;
    height: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-title {
    display: block;
    margin: 15px 0;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #5C5C5C;
    letter-spacing: 0.05em;
    border-bottom: solid 1px transparent;
    line-height: 1;
    transition: all 0.2s ease;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
    margin-bottom: 15px;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
    position: relative;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav.open {
    opacity: 1;
    height: auto;
  }
  #header .filter .contact {
    padding: 0 0 45px;
  }
  #header .filter .contact .tel-area {
    margin-bottom: 25px;
  }
  #header .filter .contact .tel-area .top {
    display: flex;
    justify-content: center;
    gap: 7.5px;
    margin-bottom: 6px;
  }
  #header .filter .contact .tel-area .top img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  #header .filter .contact .tel-area .top .tel {
    text-align: left;
    font: normal normal bold 25px/25px "Shippori Mincho", serif;
    letter-spacing: 1px;
    color: #0280B3;
  }
  #header .filter .contact .tel-area .bottom {
    text-align: center;
  }
  #header .filter .contact .tel-area .bottom p {
    text-align: center;
    font: normal normal 500 15px/15px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.75px;
    color: #02011C;
  }
  #header .filter .contact .cta-area {
    width: 280px;
    margin: 0 auto 30px;
  }
  #header .filter .contact .cta-area .cta-btn {
    display: flex;
    width: 280px;
    margin: 0 auto;
  }
  #header .filter .contact .card-area {
    width: 315px;
    margin: 0 auto;
  }
  #header .filter .contact .card-area p {
    text-align: center;
    font: normal normal 500 15px/21px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0px;
    color: #02011C;
    margin-bottom: 10px;
  }
  #header .filter .contact .card-area .card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  #header .filter .contact .card-area .card span {
    text-align: center;
    font: normal normal bold 15px/15px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    height: 26px;
    border-radius: 2.5px;
    padding: 5px 7px;
  }
  #header .filter .contact .card-area .card span.blue {
    background: #12A1C4 0% 0% no-repeat padding-box;
  }
  #header .filter .contact .card-area .card span.green {
    background: #0AA88A 0% 0% no-repeat padding-box;
  }
  #header .filter .contact .card-area .card img {
    height: 36px;
    object-fit: cover;
  }
  #header .filter.is-open {
    display: block;
    opacity: 1;
  }
}
/*SMP*/
#footer {
  padding-top: 0px;
  position: relative;
}
#footer .footer-top {
  background: url(../images/hf/SMP/headerfooter_6smp.jpg) no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 35px 0 40px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-top {
    background: url(../images/hf/PC/headerfooter_6pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#footer .footer-top .contact {
  max-width: 400px;
  margin: 0 auto;
}
#footer .footer-top .contact .inner {
  width: 335px;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
#footer .footer-top .contact .inner .copy {
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  gap: 13px;
}
#footer .footer-top .contact .inner .copy .img {
  min-width: 79px;
  width: 79px;
  height: 134px;
  background-size: contain;
}
#footer .footer-top .contact .inner .copy .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#footer .footer-top .contact .inner .copy p {
  text-align: left;
  font: normal normal 600 17px/27px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#footer .footer-top .contact .inner .tel-area {
  margin-bottom: 25px;
}
#footer .footer-top .contact .inner .tel-area .text {
  text-align: center;
  font: normal normal bold 17px/23px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.85px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
#footer .footer-top .contact .inner .tel-area .top {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}
#footer .footer-top .contact .inner .tel-area .top img {
  width: 27.5px;
  height: 27.5px;
  object-fit: contain;
}
#footer .footer-top .contact .inner .tel-area .top .tel {
  text-align: left;
  font: normal normal bold 31px/31px "Shippori Mincho", serif;
  letter-spacing: 0.62px;
  color: #FFE605;
}
#footer .footer-top .contact .inner .tel-area .bottom {
  text-align: center;
}
#footer .footer-top .contact .inner .tel-area .bottom p {
  text-align: center;
  font: normal normal bold 14px/19px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.7px;
  color: #FFFFFF;
}
#footer .footer-top .contact .cta-area2 {
  width: 320px;
  margin: 0 auto;
  padding-top: 30px;
}
#footer .footer-top .contact .cta-area2 .text {
  margin-bottom: 17px;
}
#footer .footer-top .contact .cta-area2 .text p {
  text-align: center;
  font: normal normal bold 17px/23px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.85px;
  color: #FFFFFF;
}
#footer .footer-top .contact .cta-area2 .btn-area .btn-text.orange {
  padding: 0;
  height: 50px;
}
#footer .footer-top .contact .cta-area2 .btn-area .btn-text.orange .btn-copy span {
  font: normal normal bold 16px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}
#footer .footer-bottom {
  width: 100%;
  padding: 0;
  background: #F5F7F7 0% 0% no-repeat padding-box;
  margin-top: 0;
}
#footer .footer-bottom__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .footer-bottom__wrapper .footer-bottom__nav {
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav {
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec {
  width: 322px;
  margin: 0 auto;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title {
  color: #1E3C0D;
  padding: 20px 13px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #A5CAD3;
  position: relative;
  margin-bottom: 0;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a {
  display: block;
  text-align: left;
  font: normal normal bold 15px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.5px;
  color: #283738;
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a::before {
  content: "";
  display: block;
  width: 8.5px;
  height: 11px;
  background: url(../images/hf/SMP/right_lightblue.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav {
  overflow: hidden;
  transition: height 0.4s ease;
  opacity: 0;
  height: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-title {
  display: block;
  margin: 15px 0;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
  font-size: 12px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #5C5C5C;
  letter-spacing: 0.05em;
  border-bottom: solid 1px transparent;
  line-height: 1;
  transition: all 0.2s ease;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
  margin-bottom: 15px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav.open {
  opacity: 1;
  height: auto;
}
#footer .footer-bottom__wrapper .contact {
  padding: 0 0 40px;
}
#footer .footer-bottom__wrapper .contact .tel-area {
  margin-bottom: 25px;
}
#footer .footer-bottom__wrapper .contact .tel-area .top {
  display: flex;
  justify-content: center;
  gap: 7.5px;
  margin-bottom: 6px;
}
#footer .footer-bottom__wrapper .contact .tel-area .top img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
#footer .footer-bottom__wrapper .contact .tel-area .top .tel {
  text-align: left;
  font: normal normal bold 25px/25px "Shippori Mincho", serif;
  letter-spacing: 1px;
  color: #0280B3;
}
#footer .footer-bottom__wrapper .contact .tel-area .bottom {
  text-align: center;
}
#footer .footer-bottom__wrapper .contact .tel-area .bottom p {
  text-align: center;
  font: normal normal 500 15px/15px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.75px;
  color: #02011C;
}
#footer .footer-bottom__wrapper .contact .btn-area {
  width: 280px;
  margin: 0 auto;
}
#footer .footer-bottom__wrapper .contact .btn-area .btn-text {
  display: flex;
  width: 280px;
  margin: 0 auto;
}
#footer .footer-bottom__wrapper .contact .card-area {
  width: 315px;
  margin: 0 auto;
}
#footer .footer-bottom__wrapper .contact .card-area p {
  text-align: center;
  font: normal normal 500 15px/21px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0px;
  color: #02011C;
  margin-bottom: 10px;
}
#footer .footer-bottom .b-bottom {
  flex-direction: column;
  padding-bottom: 0;
  align-items: center;
}
#footer .footer-bottom .b-bottom .com-sec {
  width: 255px;
  margin: 0 auto 30px;
}
#footer .footer-bottom .b-bottom .com-sec .logo {
  margin: 0 auto 15px;
  width: 210px;
}
#footer .footer-bottom .b-bottom .com-sec .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-fit: contain;
}
#footer .footer-bottom .b-bottom .com-sec .company-info {
  text-align: center;
}
#footer .footer-bottom .b-bottom .com-sec .company-info .address p {
  text-align: center;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.9px;
  color: #02011C;
}
#footer .footer-bottom .b-bottom .com-sec .company-info .address a[x-apple-data-detectors],
#footer .footer-bottom .b-bottom .com-sec .company-info .address a[x-apple-data-detectors] * {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: none !important;
  background: none !important;
  font: inherit !important;
  letter-spacing: inherit !important;
}
#footer .footer-bottom .b-bottom .privacy {
  text-align: center;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
#footer .footer-bottom .b-bottom small {
  padding: 23px 0 85px;
}
#footer .footer-bottom .b-bottom small p {
  text-align: center;
  font: normal normal 500 12.5px/12.5px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0px;
  color: #656565;
}
#footer .go-top {
  padding: 0 5px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 50px;
  right: 5px;
}
#footer .go-top img {
  width: 40px;
  height: 40px;
}

.footer-cta-area {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 105px;
  z-index: 20;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(90px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer-cta-area .go-top {
  display: flex;
  justify-content: end;
  padding-right: 8px;
}
.footer-cta-area .go-top .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #00A2CF;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer-cta-area .go-top .btn img {
  width: 9px;
  height: 7px;
}
.footer-cta-area .go-top .btn span {
  text-align: center;
  font: normal normal bold 9px/10px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.9px;
  color: #00A2CF;
}
.footer-cta-area .footer-cta {
  width: 100%;
  height: 56px;
  margin: 8px auto 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
  background-color: #fff;
  align-items: center;
  transition: all 0.3s ease;
}
.footer-cta-area .footer-cta .btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  height: 40px;
}
.footer-cta-area .footer-cta .btn.tel a {
  background: #12A1C4 0% 0% no-repeat padding-box;
  flex-direction: row;
  gap: 5px;
}
.footer-cta-area .footer-cta .btn.tel a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.footer-cta-area .footer-cta .btn.tel a span {
  text-align: left;
  font: normal normal bold 16px/16px "Shippori Mincho", serif;
  letter-spacing: 0.32px;
  color: #FFFFFF;
}
.footer-cta-area .footer-cta .btn.contact a {
  background: transparent linear-gradient(101deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
}
.footer-cta-area .footer-cta .btn.contact a span {
  text-align: center;
  font: normal normal bold 13px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.91px;
  color: #FFFFFF;
}
.footer-cta-area.footer-cta-scrolled {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .footer-cta-area {
    display: none;
  }
}

/*PC*/
@media only screen and (min-width: 1280px) {
  #footer {
    padding-top: 0px;
    position: relative;
  }
  #footer .footer-top {
    background: url(../images/hf/PC/headerfooter_6pc.jpg) no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 35px 0 30px;
  }
  #footer .footer-top .contact {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #footer .footer-top .contact .inner {
    width: 100%;
    border: none;
  }
  #footer .footer-top .contact .inner .copy {
    margin: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 13px;
  }
  #footer .footer-top .contact .inner .copy .img {
    width: 158px;
    height: 269px;
  }
  #footer .footer-top .contact .inner .copy p {
    font: normal normal 600 32px/32px "Shippori Mincho", serif;
    letter-spacing: 0px;
    margin-top: 25px;
  }
  #footer .footer-top .contact .inner .tel-area {
    width: 494px;
    margin-bottom: 0;
    border-right: solid 1px #fff;
    padding-right: 45px;
    position: absolute;
    top: 100px;
    left: 230px;
  }
  #footer .footer-top .contact .inner .tel-area .text {
    font: normal normal bold 20px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 18px;
  }
  #footer .footer-top .contact .inner .tel-area .top {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 15px;
    height: 36px;
    align-items: center;
  }
  #footer .footer-top .contact .inner .tel-area .top img {
    width: 35px;
    height: 35px;
    margin-top: 2px;
  }
  #footer .footer-top .contact .inner .tel-area .top .tel {
    font: normal normal bold 36px/20px "Shippori Mincho", serif;
    letter-spacing: 0.72px;
  }
  #footer .footer-top .contact .inner .tel-area .bottom {
    text-align: center;
  }
  #footer .footer-top .contact .inner .tel-area .bottom p {
    text-align: center;
    font: normal normal bold 16px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    color: #FFFFFF;
  }
  #footer .footer-top .contact .cta-area2 {
    width: 426px;
    margin: 0;
    padding-top: 30px;
    position: absolute;
    top: 100px;
    right: 85px;
  }
  #footer .footer-top .contact .cta-area2 .text {
    margin-bottom: 20px;
  }
  #footer .footer-top .contact .cta-area2 .text p {
    font: normal normal bold 20px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1px;
  }
  #footer .footer-top .contact .cta-area2 .btn-area .btn-text.orange {
    height: 62px;
  }
  #footer .footer-top .contact .cta-area2 .btn-area .btn-text.orange .btn-copy span {
    font: normal normal bold 20px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    transition: all 0.4s ease;
  }
  #footer .footer-top .contact .cta-area2 .btn-area .btn-text.orange:hover .btn-copy span {
    color: #EF7800;
  }
  #footer .footer-top .contact .cta-area2 .cta-btn {
    width: 426px;
    height: 62px;
    margin: 0 auto;
  }
  #footer .footer-bottom {
    width: 100%;
    padding: 0;
    background: #F5F7F7 0% 0% no-repeat padding-box;
    margin-top: 0;
  }
  #footer .footer-bottom__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav {
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav {
    padding-top: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item {
    height: 50px;
    align-items: center;
    display: flex;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec {
    width: auto;
    margin: 0 auto;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title {
    color: #1E3C0D;
    padding: 0;
    letter-spacing: 0.1em;
    border-bottom: none;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a {
    display: inline-block;
    text-align: center;
    font: normal normal bold 18px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.8px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a::before {
    display: none;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title:before {
    content: "";
    display: block;
    opacity: 0;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #FD7F06;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title:hover {
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title:hover a {
    color: #FD7F06;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title:hover:before {
    opacity: 1;
    width: 7px;
    height: 7px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav {
    overflow: hidden;
    transition: height 0.4s ease;
    opacity: 0;
    height: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-title {
    display: block;
    margin: 15px 0;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #5C5C5C;
    letter-spacing: 0.05em;
    border-bottom: solid 1px transparent;
    line-height: 1;
    transition: all 0.2s ease;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
    margin-bottom: 15px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav.open {
    opacity: 1;
    height: auto;
  }
  #footer .footer-bottom__wrapper .contact {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 680px;
    margin: 0 0 0 auto;
  }
  #footer .footer-bottom__wrapper .contact .tel-area {
    margin-bottom: 0;
  }
  #footer .footer-bottom__wrapper .contact .tel-area .top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    margin-bottom: 6px;
  }
  #footer .footer-bottom__wrapper .contact .tel-area .top img {
    width: 35px;
    height: 35px;
    margin-top: 2px;
  }
  #footer .footer-bottom__wrapper .contact .tel-area .top .tel {
    font: normal normal bold 36px/36px "Shippori Mincho", serif;
    letter-spacing: 0.72px;
  }
  #footer .footer-bottom__wrapper .contact .tel-area .bottom {
    text-align: center;
  }
  #footer .footer-bottom__wrapper .contact .tel-area .bottom p {
    font: normal normal 500 15px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.75px;
  }
  #footer .footer-bottom__wrapper .contact .btn-area {
    width: 310px;
    margin: 0 auto;
  }
  #footer .footer-bottom__wrapper .contact .btn-area .btn-text {
    width: 310px;
    height: 57px;
    margin: 0 auto;
  }
  #footer .footer-bottom__wrapper .contact .btn-area .btn-text .btn-copy span {
    font: normal normal bold 20px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1px;
  }
  #footer .footer-bottom .b-bottom {
    flex-direction: column;
    padding-bottom: 0;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: -70px auto 0;
  }
  #footer .footer-bottom .b-bottom .com-sec {
    width: 258px;
    margin: 0;
  }
  #footer .footer-bottom .b-bottom .com-sec .logo {
    margin: 0 auto 15px;
    width: 258px;
    height: 74px;
  }
  #footer .footer-bottom .b-bottom .com-sec .company-info {
    text-align: center;
  }
  #footer .footer-bottom .b-bottom .com-sec .company-info .address p {
    text-align: left;
    font: normal normal 500 16px/28px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.32px;
  }
  #footer .footer-bottom .bottom.pc {
    width: 100%;
    max-width: 1200px;
    margin: -28px auto 0;
    display: flex !important;
    justify-content: end;
    align-items: center;
    padding-bottom: 40px;
  }
  #footer .footer-bottom .bottom.pc .privacy {
    text-align: left;
    font: normal normal 500 16px/22px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.8px;
    color: #02011C;
    border-bottom: solid 1px transparent;
    transition: all 0.2s ease;
  }
  #footer .footer-bottom .bottom.pc .privacy:hover {
    border-bottom: solid 1px #02011C;
  }
  #footer .footer-bottom .bottom.pc small p {
    text-align: center;
    font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.75px;
    color: #656565;
    margin-right: 300px;
  }
  #footer .go-top {
    display: none;
  }
  .footer-cta-area {
    display: none;
  }
}

/*# sourceMappingURL=hf.css.map */
