@charset "UTF-8";
/**** 共通カラー ****/
#switch,
.sp_logo,
.display_sp {
  display: none;
}

.label_sp,
.menu_sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .label_sp,
  .menu_sp {
    display: block;
  }
}

.fixed_contact_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed_contact_btn {
    position: fixed;
    width: calc(100% - 40px);
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 80;
  }
  .fixed_contact_btn .mail_btn {
    width: 50%;
    background-color: #333333;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }
  .fixed_contact_btn .mail_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
  }
  .fixed_contact_btn .mail_btn a::before {
    content: "";
    display: inline-block;
    background-image: url(../image/mail_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 16px;
    margin-right: 12px;
  }
  .fixed_contact_btn .tel_btn {
    width: 50%;
    background-color: #4d4d4d;
    color: #ffffff;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
  }
  .fixed_contact_btn .tel_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
  }
  .fixed_contact_btn .tel_btn a::before {
    content: "";
    display: inline-block;
    background-image: url(../image/tel_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 16px;
    margin-right: 12px;
  }
}

.header {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .header {
    height: 60px;
  }
}
.header .header_inner {
  width: 100%;
  position: relative;
}
.header .header-logo {
  position: absolute;
  top: 11px;
  left: 20px;
  width: 236px;
  height: 48px;
}
@media screen and (max-width: 992px) {
  .header .header-logo {
    width: 154px;
    top: 14px;
  }
}

.header_nav {
  font-family: "NotoSansJP-Medium";
  position: absolute;
  top: 14px;
  right: 20px;
}
.header_nav ul.header_menu {
  display: flex;
  text-align: center;
  align-items: center;
}
.header_nav ul.header_menu li {
  height: 100%;
  margin-right: 40px;
}
.header_nav ul.header_menu li a {
  padding: 12px 0;
  transition: 0.3s;
}
.header_nav ul.header_menu li a:hover {
  color: #e8871a;
}
.header_nav ul.header_menu li.contact {
  display: flex;
  align-items: center;
  background-color: #333333;
  color: #ffffff;
  margin-right: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.header_nav ul.header_menu li.contact a {
  padding: 12px 20px;
  transition: 0.3s;
}
.header_nav ul.header_menu li.contact a::before {
  content: "";
  display: inline-block;
  background-image: url(../image/mail_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
  margin-right: 12px;
}
.header_nav ul.header_menu li.contact a:hover {
  background-color: #e8871a;
  color: #ffffff;
}
.header_nav ul.header_menu li.tel {
  display: flex;
  align-items: center;
  background-color: #4d4d4d;
  color: #ffffff;
  margin-right: 0;
  border-radius: 0 10px 10px 0;
}
.header_nav ul.header_menu li.tel a {
  padding: 12px 20px;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .header_nav ul.header_menu li.tel a {
    pointer-events: all;
  }
}
.header_nav ul.header_menu li.tel a::before {
  content: "";
  display: inline-block;
  background-image: url(../image/tel_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
  margin-right: 12px;
}

footer {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 37px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 80px;
  }
}
footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
  footer .footer_wrap {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
footer .footer_info {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  footer .footer_info {
    width: 100%;
    margin-bottom: 24px;
  }
}
footer .footer_logo {
  width: 26.9444444444vw;
  max-width: 388px;
  min-width: 260px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    width: 100%;
    max-width: 153px;
    min-width: 0;
  }
}
footer .footer_logo img {
  width: 100%;
  max-width: none;
}
footer .footer_adress {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
footer .footer_menu {
  display: flex;
  justify-content: space-between;
  width: 32%;
  max-width: 336px;
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    width: 100%;
  }
}
footer .footer_menu > ul {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  footer .footer_menu > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
footer .footer_menu > ul li {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSansJP-Medium";
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_menu > ul li {
    width: 50%;
  }
}
footer .footer_menu > ul li::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  background-color: #cccccc;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  transition: 0.3s;
}
footer .footer_menu > ul li:hover::before {
  transform: scale(1.1);
  background-color: #e8871a;
}
footer .footer_menu > ul li a {
  transition: 0.3s;
}
footer .footer_menu > ul li a:hover {
  color: #e8871a;
}
@media screen and (max-width: 768px) {
  footer .footer_menu .contact_btn_wrap {
    display: none;
  }
}
footer .footer_menu .contact_btn_wrap .mail_btn {
  background-color: #e8871a;
  width: 100%;
  max-width: 166px;
  border-radius: 10px;
  margin-bottom: 20px;
}
footer .footer_menu .contact_btn_wrap .mail_btn a {
  width: 100%;
  color: #ffffff;
  font-family: "NotoSansJP-Medium";
  padding: 12px 20px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  overflow: hidden;
  display: flex;
  align-items: center;
}
footer .footer_menu .contact_btn_wrap .mail_btn a::before {
  content: "";
  background-image: url(../image/mail_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 10px;
}
footer .footer_menu .contact_btn_wrap .tel_btn {
  background-color: #f5b62d;
  width: 100%;
  max-width: 166px;
  border-radius: 10px;
  margin-bottom: 20px;
}
footer .footer_menu .contact_btn_wrap .tel_btn a {
  width: 100%;
  color: #ffffff;
  font-family: "NotoSansJP-Medium";
  padding: 12px 20px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  overflow: hidden;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer .footer_menu .contact_btn_wrap .tel_btn a {
    pointer-events: all;
  }
}
footer .footer_menu .contact_btn_wrap .tel_btn a::before {
  content: "";
  background-image: url(../image/tel_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 10px;
}
footer .footer_bottom {
  padding-top: 16px;
  border-top: solid 1px #cccccc;
}
footer .footer_bottom a {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer_bottom small {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}
footer .flex_wrap {
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  /*ヘッダー--------------------------------------*/
  header {
    /* チェック時のアニメーション */
  }
  header #switch ~ label {
    width: 40px;
    height: 18px;
    position: absolute;
    box-sizing: border-box;
    top: 30px;
    right: 20px;
    z-index: 999;
    transform: translateY(-50%);
    cursor: pointer;
  }
  header #switch ~ label span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #e8871a;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, top 0.3s ease-in-out;
  }
  header #switch ~ label span:first-child {
    top: 0px;
  }
  header #switch ~ label span:nth-child(2) {
    top: 8px;
    width: 30px;
    margin-left: 0;
    margin-right: auto;
  }
  header #switch ~ label span:last-child {
    top: 16px;
  }
  header #switch:checked ~ label span:first-child {
    transform: rotate(30deg);
    top: 12px;
  }
  header #switch:checked ~ label span:nth-child(2) {
    opacity: 0;
  }
  header #switch:checked ~ label span:last-child {
    transform: rotate(-30deg);
    top: 12px;
  }
  header #switch:checked ~ #NavWrap {
    opacity: 1;
    pointer-events: auto;
    /* クリックを有効化 */
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    /* クリップを解除 */
    transition: opacity 0.3s ease-out;
  }
  header #NavWrap {
    position: fixed;
    background: #ffffff;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    z-index: 90;
    /* 親要素が z-index:99 なので、それより低いけど影響を受けない値 */
    opacity: 0;
    pointer-events: none;
    /* クリックを防ぐ */
    transition: opacity 0.2s ease-out, -webkit-clip-path 0s 0.2s;
    transition: opacity 0.2s ease-out, clip-path 0s 0.2s;
    transition: opacity 0.2s ease-out, clip-path 0s 0.2s, -webkit-clip-path 0s 0.2s;
    /* clip-pathの遅延を設定 */
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    /* 完全に隠す */
    margin: auto;
  }
  header #NavWrap ul.header_menu {
    flex-direction: column;
    padding-top: 62px;
  }
  header #NavWrap ul.header_menu li {
    text-align: left;
    margin-bottom: 18px;
    margin-right: 0;
    border-bottom: solid 2px #edeff0;
    width: 100%;
    max-width: 375px;
  }
  header #NavWrap ul.header_menu li a {
    padding: 0 0 26px 0;
  }
  header #NavWrap ul.header_menu li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    aspect-ratio: 1;
    background-color: #e8871a;
    border-radius: 50%;
    margin-right: 10px;
  }
  header #NavWrap ul.header_menu li.tel {
    height: 100px;
    background-image: url(../image/conact_bg01_sp.webp);
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0;
  }
  header #NavWrap ul.header_menu li.tel::before {
    display: none;
  }
  header #NavWrap ul.header_menu li.tel a {
    padding-left: 100px;
    padding-right: 20px;
    padding-bottom: 0;
    position: relative;
  }
  header #NavWrap ul.header_menu li.tel a::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 20px;
    background-image: url(../image/contact_tel_icon.svg);
    background-color: #ffffff;
    background-size: 48%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  header #NavWrap ul.header_menu li.tel span {
    display: inline-block;
    font-size: 1.6rem;
  }
  header #NavWrap ul.header_menu li.tel .sp_tel {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  header #NavWrap ul.header_menu li.mail_contact {
    height: 100px;
    background-image: url(../image/conact_bg02_sp.webp);
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0;
  }
  header #NavWrap ul.header_menu li.mail_contact::before {
    display: none;
  }
  header #NavWrap ul.header_menu li.mail_contact a {
    padding-left: 100px;
    padding-right: 20px;
    padding-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    color: #ffffff;
  }
  header #NavWrap ul.header_menu li.mail_contact a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url(../image/contact_mail_icon.svg);
    background-color: #ffffff;
    background-size: 48%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  header #NavWrap ul.header_menu li.mail_contact span {
    display: inline-block;
    font-size: 1.6rem;
  }
  header #NavWrap ul.header_menu li.mail_contact .sp_form {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  header #NavWrap ul.header_menu li.display_pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */