@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&family=Roboto:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}

.material-symbols-outlined {
  font-size: 16px;
}

ul.breadcrumb {
  position: relative;
  z-index: 99;
  display: flex;
  font-size: 12px;
  color: #840927;
  padding: 20px 0 0 40px;
  width: 100%;
}
ul.breadcrumb li:not(:last-child)::after {
  content: "＞";
  padding: 0px 5px;
}

body {
  padding-top: 140px;
  font-family: "Noto Sans JP", sans-serif, "Roboto", sans-serif;
  min-width: 1440px;
  background-color: #f8f8f8;
}
body header {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  z-index: 1000;
  top: 0;
}
body header .header_inner {
  display: flex;
  justify-content: space-between;
  height: 140px;
  padding-left: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  transition: 0.3s;
}
body header .header_inner .logo {
  padding-top: 35px;
  display: inline-block;
}
body header .header_inner .logo h1 a:hover,
body header .header_inner .logo div a:hover {
  opacity: 1;
}
body header .header_inner .logo h1 a img,
body header .header_inner .logo div a img {
  height: 74px;
  width: 168px;
}
body header .header_inner .openbtn {
  display: none;
}
body header .header_inner .navi_area {
  display: flex;
  align-items: center;
  gap: 33px;
}
body header .header_inner .navi_area nav.g_navi .m_logo {
  display: none;
}
body header .header_inner .navi_area nav.g_navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
body header .header_inner .navi_area nav.g_navi ul li {
  list-style-type: none;
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  width: max-content;
}
body header .header_inner .navi_area .header_info {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
  background-color: #d21140;
  height: 100%;
  width: 260px;
  clip-path: polygon(45px 0, 100% 0%, 100% 100%, 0 100%);
}
body header .header_inner .navi_area .header_info .text {
  font-size: 13px;
  font-weight: 700;
}
body header .header_inner .navi_area .header_info .header_mobile_number {
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1px;
}
body header .header_inner .navi_area .header_info .time {
  font-size: 14px;
  font-weight: 400;
}
body header .header_inner.fixed {
  height: 80px;
  padding-left: 26px;
}
body header .header_inner.fixed .logo {
  padding-top: 21px;
}
body header .header_inner.fixed .logo h1 a img,
body header .header_inner.fixed .logo div a img {
  height: 45px;
  width: 102px;
  transition: 0.3s;
}
body header .header_inner.fixed .navi_area .header_info {
  padding-left: 32px;
}
body header .header_inner.fixed .navi_area .header_info .text {
  display: none;
}
body header .header_inner.fixed .navi_area .header_info .header_mobile_number {
  line-height: 1;
  margin-bottom: 10px;
}
body footer {
  margin-top: 150px;
}
body footer .contact {
  width: 1200px;
  margin: 0 auto -150px;
}
body footer .contact .contact_container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 300px;
}
body footer .contact .contact_container .contact_detail {
  background-color: white;
  padding: 65px 35px 0 65px;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}
body footer .contact .contact_container .contact_detail .contact_title {
  display: flex;
  gap: 15px;
  margin-bottom: 44px;
  align-items: flex-end;
}
body footer .contact .contact_container .contact_detail .contact_title h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 5px;
  color: #222222;
}
body footer .contact .contact_container .contact_detail .contact_title .sub_title {
  line-height: 1em;
}
body footer .contact .contact_container .contact_detail .contact_rules {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 1px;
}
body footer .contact .contact_container .contact_info {
  padding-top: 66px;
  padding-right: 45px;
  padding-left: 45px;
  background-color: #d21140;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  width: 50%;
  box-sizing: border-box;
}
body footer .contact .contact_container .contact_info .mail_contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
body footer .contact .contact_container .contact_info .mail_contact p {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2px;
}
body footer .contact .contact_container .contact_info .mail_contact .link_more a {
  background-color: white;
  color: #000000;
  line-height: 1em;
  display: block;
  position: relative;
  width: 222px;
  border-radius: 50px;
  padding: 17px 0;
  text-align: center;
}
body footer .contact .contact_container .contact_info .mail_contact .link_more a span {
  position: absolute;
  top: 13px;
  left: 12px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #f8f8f8;
  color: #d21140;
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer .contact .contact_container .contact_info .mail_contact::before {
  content: "";
  border: solid 1px white;
  width: 100%;
  position: absolute;
  top: 90px;
}
body footer .contact .contact_container .contact_info .mobile_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 54px;
  white-space: pre-line;
}
body footer .contact .contact_container .contact_info .mobile_contact .calling_time {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
body footer .contact .contact_container .contact_info .mobile_contact .calling_time span {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}
body footer .contact .contact_container .contact_info .mobile_contact .mobile_icon {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}
body footer .contact .contact_container .contact_info .mobile_contact .mobile_icon .mobile_number {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
}
body footer .footer_content {
  background-color: #222222;
  height: 541px;
  color: white;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 248px 160px 67px;
  width: 100%;
}
body footer .footer_content .footer_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
body footer .footer_content .footer_navigation h1 a:hover {
  opacity: 1;
}
body footer .footer_content .footer_navigation ul {
  display: flex;
  gap: 42px;
}
body footer .footer_content .footer_navigation ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
}
body footer .footer_content span {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  text-align: right;
}

@media screen and (max-width: 1440px) {
  body footer .footer_content {
    padding: 248px 30px 67px;
  }
}
@media screen and (max-width: 768px) {
  ul.breadcrumb {
    display: none;
  }
  body {
    min-width: 100%;
    padding-top: 58px;
  }
  body.nav_active {
    overflow: hidden;
  }
  body.nav_active header .header_inner .navi_area {
    display: block;
    right: 0;
  }
  body header {
    min-width: initial;
  }
  body header .header_inner {
    display: block;
    height: 58px;
    padding: 0;
  }
  body header .header_inner .logo {
    padding: 17px 0 0 25px;
  }
  body header .header_inner .logo > h1 a img,
  body header .header_inner .logo > div a img {
    width: 67px;
    height: auto;
  }
  body header .header_inner .openbtn {
    display: flex;
    position: fixed;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    top: 0;
    right: 0;
    background: #d21140;
    cursor: pointer;
    width: 58px;
    height: 58px;
    z-index: 150;
  }
  body header .header_inner .openbtn span {
    display: block;
    transition: all 0.4s; /*アニメーションの設定*/
    height: 1px;
    background: #fff;
    width: 24px;
  }
  body header .header_inner .openbtn.active span {
    display: inline-block;
    transition: all 0.4s;
    left: 14px;
    height: 1px;
    border-radius: 2px;
    background: #fff;
    width: 23px;
  }
  body header .header_inner .openbtn.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  body header .header_inner .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  body header .header_inner .openbtn.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  body header .header_inner .navi_area {
    width: 100%;
    background-color: #d21140;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    transition: ease 0.5s;
  }
  body header .header_inner .navi_area nav.g_navi {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #d21140;
  }
  body header .header_inner .navi_area nav.g_navi .m_logo {
    padding: 37px 25px 45px 25px;
    display: block;
  }
  body header .header_inner .navi_area nav.g_navi ul {
    display: block;
  }
  body header .header_inner .navi_area nav.g_navi ul li {
    width: 100%;
    font-size: 13px;
  }
  body header .header_inner .navi_area nav.g_navi ul li a {
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 20px 25px;
  }
  body header .header_inner .navi_area .header_info {
    display: none;
  }
  body footer {
    margin-top: 60px;
  }
  body footer .contact {
    width: 100%;
    padding: 0 24px;
    margin-bottom: -62px;
  }
  body footer .contact .contact_container {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  body footer .contact .contact_container .contact_detail {
    width: 100%;
    padding: 30px 20px;
    justify-content: center;
  }
  body footer .contact .contact_container .contact_detail .contact_title {
    margin-bottom: 30px;
  }
  body footer .contact .contact_container .contact_detail .contact_title h2 {
    font-size: 18px;
  }
  body footer .contact .contact_container .contact_detail .contact_title .sub_title {
    display: none;
  }
  body footer .contact .contact_container .contact_detail .contact_rules {
    font-size: 13px;
    line-height: 1.6em;
    padding-right: 0;
  }
  body footer .contact .contact_container .contact_info {
    width: 100%;
    text-align: center;
    padding: 24px 0;
    gap: 30px;
  }
  body footer .contact .contact_container .contact_info .mail_contact {
    flex-direction: column;
  }
  body footer .contact .contact_container .contact_info .mail_contact p {
    font-size: 13px;
  }
  body footer .contact .contact_container .contact_info .mail_contact::before {
    display: none;
  }
  body footer .contact .contact_container .contact_info .mobile_contact {
    flex-direction: column;
    padding-bottom: 0;
    gap: 10px;
  }
  body footer .contact .contact_container .contact_info .mobile_contact .calling_time {
    font-size: 13px;
  }
  body footer .contact .contact_container .contact_info .mobile_contact .calling_time span {
    font-size: 12px;
  }
  body footer .footer_content {
    display: block;
    text-align: center;
    padding: 100px 0 30px 0;
    height: auto;
  }
  body footer .footer_content .footer_navigation {
    display: block;
  }
  body footer .footer_content .footer_navigation .footer_nav_items {
    margin-top: 28px;
    margin-bottom: 30px;
  }
  body footer .footer_content .footer_navigation .footer_nav_items ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100vw;
  }
  body footer .footer_content .footer_navigation .footer_nav_items ul li {
    border: solid 1px #333333;
    font-size: 13px;
    line-height: 13px;
  }
  body footer .footer_content .footer_navigation .footer_nav_items ul li a {
    display: block;
    padding: 30px 0;
  }
}
/* アニメーションCSS --------------- */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

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