* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width:1920px) {
  html {
    font-size: calc(100vw / 1920 * 10);
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: calc(100vw / 390 * 10);
  }
}

body {
  color: #343434;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 14rem;
}

@media screen and (max-width:767px) {
  body {
    padding-bottom: 7.7rem;
  }

  body.is-nav-active {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

img {
  max-width: 100%;
}

a {
  transition: .3s;
}

a:hover {
  opacity: .7;
}

.only_sp {
  display: none;
}

@media screen and (max-width:767px) {
  .only_sp {
    display: block;
  }

  .only_pc {
    display: none;
  }
}

/*--------------------
  header
------------------- */
.header {
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.header .logo {
  margin: 1.5rem 0 0 1.5rem;
  width: 6.7rem;
}

.header .nav ul {
  align-items: center;
  display: flex;
}



.header .nav li:last-child {
  border: none;
  height: 9.5rem;
}

.header .nav li:last-child a {
  background-color: #ff6c00;
  background-image: url(/assets/img/common/icon_nav_mail.webp);
  background-position: 4.5rem center;
  background-repeat: no-repeat;
  background-size: 5.5rem auto;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: calc(24/19);
  padding: 0 3rem 0 12rem;
  text-align: left;
color: #fff
}

.sp_menu {
  display: none;
}

@media screen and (max-width:767px) {
  .header .logo {
    width: 3.35rem;
  }

  .header .nav {
    display: none;
  }

  .header.is-nav-active {
    z-index: 3;
  }

  .header .nav.is-active {
    background-color: #343434;
    display: block;
    height: 100vh;
    left: 0;
    padding: 8rem 1.5rem 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .header .nav.is-active ul {
    display: block;
  }

  .header .nav.is-active li {
    border-left: none;
    border-top: #fff 1px solid;
  }

  .header .nav.is-active li:last-child {
    display: none;
  }

  .header .nav.is-active li br {
    display: none;
  }

  .sp_menu {
    align-items: center;
    border: #ff6c00 2px solid;
    border-radius: 2px;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 3.7rem;
  }

  .sp_menu .btn {
    display: block;
    height: 1.8rem;
    position: relative;
    width: 2.5rem;
  }

  .sp_menu .btn span {
    background-color: #ff6c00;
    border-radius: 2px;
    display: block;
    height: 2px;
    transition: .3s;
  }

  .sp_menu .btn span:nth-child(1) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .sp_menu .btn span:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  .sp_menu .btn span:nth-child(3) {
    bottom: 0;
    position: absolute;
    width: 100%;
  }

  .sp_menu.is-active .btn span:nth-child(1) {
    top: .8rem;
    transform: rotate(45deg);
  }

  .sp_menu.is-active .btn span:nth-child(2) {
    display: none;
  }

  .sp_menu.is-active .btn span:nth-child(3) {
    bottom: .8rem;
    transform: rotate(-45deg);
  }
}

/*--------------------
  footer
------------------- */
.footer {
  background-color: #343434;
  color: #fff;
  margin-top: 20rem;
}

.footer::before {
  background-image: url(/assets/img/common/bg_footer.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 47.8rem;
}

.footer_content {
  background-image: url(/assets/img/common/f_logo.webp);
  background-position: 12rem center;
  background-repeat: no-repeat;
  background-size: 12rem auto;
  padding: 3rem 18rem 3rem 36rem;
}

.footer_content .block:nth-child(1) {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer_ci {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: calc(100em/1000);
}

.footer_sns_list {
  display: flex;
  gap: 2rem;
}

.footer_sns_list li {
  width: 4.3rem;
}

.footer_content .block:nth-child(2) {
  border-top: #fff 1px solid;
  margin-top: 3rem;
  padding: 2rem 0;
}

.footer_menu {
  display: flex;
}

.footer_menu li {
  border-left: #fff 1px solid;
  margin: 1.5rem 0;
  width: 18rem;
}

.footer_menu li:first-child, .footer_menu li:last-child {
  border: none;
}

.footer_menu a {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: calc(200em/1000);
  line-height: calc(26/20);
  text-align: center;
}

.footer_menu li:last-child {
  background-color: #ff6c00;
  margin: 0;
  width: 30rem;
}

.footer_menu li:nth-child(2) a {
  letter-spacing: calc(50em/1000);
}

.footer_menu li:last-child a {
  background-image: url(/assets/img/common/icon_f_mail.webp);
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 6.8rem auto;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: flex-start;
  line-height: calc(30/24);
  padding-left: 11rem;
  text-align: left;
}

.footer_content .block:nth-child(3) {
  border-top: #fff 1px solid;
  padding: 2rem 0;
}

.footer_sub_menu {
  display: flex;
  justify-content: center;
}

.footer_sub_menu li + li::before {
  content: '/';
  font-size: 2rem;
  font-weight: 700;
  margin: 0 2rem;
}

.footer_sub_menu a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: calc(200em/1000);
}

.footer .copyright {
  border-top: #fff 1px solid;
  font-size: 1.4rem;
  letter-spacing: calc(50em/1000);
  padding-top: 3rem;
  text-align: center;
}

.footer .copyright small {
  font-size: 100%;
}

.footer_btn_contact_sp {
  display: none;
}

@media screen and (max-width:767px) {
  .footer {
    margin-top: 2rem;
  }

  .footer::before {
    height: 18.5rem;
  }

  .footer_content {
    background: none;
    padding: 5rem 1rem 1rem;
  }

  .footer_content .block:nth-child(1) {
    padding: 0 1rem 0 2.5rem;
  }

  .footer_ci {
    width: 6rem;
  }

  .footer_sns_list {
    gap: 1rem;
  }

  .footer_sns_list li {
    width: 2.1rem;
  }

  .footer_content .block:nth-child(2) {
    margin-top: 2rem;
    padding: 1.5rem 0;
  }

  .footer_menu li {
    margin: 0;
  }

  .footer_menu li:last-child {
    display: none;
  }

  .footer_menu a {
    font-size: 1rem;
    zoom: .8;
  }

  .footer_content .block:nth-child(3) {
    padding: 1rem 0;
  }

  .footer_sub_menu a {
    font-size: 1rem;
  }

  .footer_sub_menu li + li::before {
    font-size: 1rem;
    margin: 0 .5rem;
  }

  .footer .copyright {
    font-size: 1rem;
    padding-top: 1rem;
  }

  .footer_btn_contact_sp {
    align-items: center;
    background-color: #ff6c00;
    background-image: url(/assets/img/common/icon_f_mail.webp);
    background-position: .7rem center;
    background-repeat: no-repeat;
    background-size: 2.6rem auto;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 3.5rem;
    justify-content: flex-start;
    line-height: calc(30/24);
    padding-left: 4.5rem;
    text-align: left;
    width: 11.6rem;
  }
}

/*--------------------
  fix menu
------------------- */
.fix_menu {
  align-items: center;
  background-color: #dddbda;
  background-image: url(/assets/img/common/bg_fix_menu.webp);
  background-position: 3.5rem center;
  background-repeat: no-repeat;
  background-size: 72.6rem auto;
  bottom: 0;
  display: flex;
  height: 14rem;
  justify-content: flex-end;
  left: 0;
  padding: 0 3.5rem 0 76.1rem;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.fix_menu_list {
  display: flex;
}

.fix_menu_list li + li {
  margin-left: 4rem;
}

.fix_menu_list .line {
  align-items: center;
  background-color: #06b455;
  background-image: url(/assets/img/common/icon_fix_menu_line.webp);
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 7.2rem auto;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  font-size: 4.5rem;
  font-weight: 900;
  height: 10.2rem;
  letter-spacing: calc(100em/1000);
  padding: 0 3rem 0 11.5rem;
}

.fix_menu_list .line .txt01 {
  font-size: 2.8rem;
}

.fix_menu_list .line .txt02 {
  font-size: 3.9rem;
}

.fix_menu_list .mail {
  align-items: center;
  background-color: #ff6c00;
  background-image: url(/assets/img/common/icon_fix_menu_mail.webp);
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 6.9rem auto;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  font-size: 3.9rem;
  font-weight: 900;
  height: 10.2rem;
  letter-spacing: calc(100em/1000);
  padding: 0 3rem 0 11.2rem;
}

.fix_menu_list .mail .txt01 {
  font-size: 2.8rem;
}

@media screen and (max-width:767px) {
  .fix_menu {
    align-items: flex-end;
    background-position: center .1rem;
    background-size: calc(100% - 1rem);
    height: 7.7rem;
    padding: .5rem;;
  }

  .fix_menu_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .fix_menu_list li:first-child {
    width: calc(46% - .5rem);
  }

  .fix_menu_list li:last-child {
    width: calc(54% - .5rem);
  }

  .fix_menu_list li + li {
    margin-left: 1rem;
  }

  .fix_menu_list .line {
    background-position: 1rem center;
    background-size: 2.3rem auto;
    border-radius: 3px;
    display: flex;
    font-size: 1.6rem;
    height: 2.9rem;
    padding: 0 0 0 4rem;
  }

  .fix_menu_list .line .txt01 {
    font-size: 1rem;
  }

  .fix_menu_list .line .txt02 {
    font-size: 1.5rem;
  }

  .fix_menu_list .mail {
    background-position: 1rem center;
    background-size: 2.1rem auto;
    border-radius: 3px;
    font-size: 1.5rem;
    height: 2.9rem;
    padding: 0 0 0 4rem;
  }

  .fix_menu_list .mail .txt01 {
    font-size: 1rem;
  }
}


/*--------------------
  fix menu2
------------------- */
.fix_menu2 {
  align-items: center;
  background-color: #dddbda;
  background-image: url(/assets/img/common/bg_fix_menu.webp);
  background-position: 3.5rem center;
  background-repeat: no-repeat;
  background-size: 72.6rem auto;
  bottom: 0;
  display: flex;
  height: 14rem;
  justify-content: flex-end;
  left: 0;
  padding: 0 3.5rem 0 76.1rem;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.fix_menu_list2 {
  display: flex;
}

.fix_menu_list2 li + li {
  margin-left: 4rem;
}

.fix_menu_list2 .line {
  align-items: center;
  background-color: #06b455;
  background-image: url(/assets/img/common/icon_fix_menu_line.webp);
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 7.2rem auto;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  font-size: 4.5rem;
  font-weight: 900;
  height: 10.2rem;
  letter-spacing: calc(100em/1000);
  padding: 0 3rem 0 11.5rem;
}

.fix_menu_list2 .line .txt01 {
  font-size: 2.8rem;
}

.fix_menu_list2 .line .txt02 {
  font-size: 3.9rem;
}

.fix_menu_list2 .mail {
  align-items: center;
  background-color: #ff6c00;
  background-image: url(/assets/img/common/icon_fix_menu_mail.webp);
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 6.9rem auto;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  font-size: 3.9rem;
  font-weight: 900;
  height: 10.2rem;
  letter-spacing: calc(100em/1000);
  padding: 0 3rem 0 11.2rem;
}

.fix_menu_list2 .mail .txt01 {
  font-size: 2.8rem;
}

@media screen and (max-width:767px) {
  .fix_menu {
    align-items: flex-end;
    background-position: center .1rem;
    background-size: calc(100% - 1rem);
    height: 7.7rem;
    padding: .5rem;;
  }

  .fix_menu_list2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .fix_menu_list2 li:first-child {
    width: calc(46% - .5rem);
  }

  .fix_menu_list2 li:last-child {
    width: calc(54% - .5rem);
  }

  .fix_menu_list2 li + li {
    margin-left: 1rem;
  }

  .fix_menu_list2 .line {
    background-position: 1rem center;
    background-size: 2.3rem auto;
    border-radius: 3px;
    display: flex;
    font-size: 1.6rem;
    height: 2.9rem;
    padding: 0 0 0 4rem;
  }

  .fix_menu_list2 .line .txt01 {
    font-size: 1rem;
  }

  .fix_menu_list2 .line .txt02 {
    font-size: 1.5rem;
  }

  .fix_menu_list2 .mail {
    background-position: 1rem center;
    background-size: 2.1rem auto;
    border-radius: 3px;
    font-size: 1.5rem;
    height: 2.9rem;
    padding: 0 0 0 4rem;
  }

  .fix_menu_list2 .mail .txt01 {
    font-size: 1rem;
  }
}

