@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1220px) {
  .pc-tab {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media screen and (max-width: 1220px) {
  .tab {
    display: block !important;
  }
}

@media screen and (max-width: 1450px) {
  .header-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1451px) {
  .header-tab {
    display: none !important;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  html {
    letter-spacing: 0.06em;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  line-height: 1.8;
}

a {
  color: #000;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.header__upper {
  background: #3b3f38;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .header__upper {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__upper {
    height: 55px;
  }
}
.header__tel {
  color: #fff;
  font-size: 13px;
  position: relative;
  padding: 0 0 0 65px;
  line-height: 1;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1450px) {
  .header__tel {
    color: #000;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__tel {
    font-size: 9px;
    padding: 0 0 0 30px;
  }
}
.header__tel::before {
  content: "";
  background: url(https://www.worldprotect.co.jp/img/2406_renewal/common/tel_icon.svg) no-repeat center/cover;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 1450px) {
  .header__tel::before {
    background: url(https://www.worldprotect.co.jp/img/2406_renewal/common/tel_icon_sp.svg) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .header__tel::before {
    width: 23px;
    height: 23px;
  }
}
.header__tel span {
  font-family: "Jost", sans-serif;
  font-size: 36px;
  display: block;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .header__tel span {
    font-size: 20px;
    margin: 0;
  }
}
.header__title {
  color: #fff !important;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (min-width: 1451px) {
  .header__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header__title {
    font-size: 9px;
  }
}
.header__title--yellow {
  color: #fff600;
  font-size: 30px;
  margin: 0 0 5px;
}
@media screen and (min-width: 1451px) {
  .header__title--yellow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header__title--yellow {
    font-size: 15px;
  }
}
.header__title--en {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .header__title--en {
    font-size: 9px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 0 15px;
  height: 100%;
}
.header__menu__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__menu__icon .img {
  width: 34px;
}
.header__menu__icon .label {
  color: #fff;
  font-size: 12px;
}
.header__menu__btn {
  background: #2496df;
  height: 100%;
  width: 90px;
  position: relative;
  margin: 0 0 0 15px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header__menu__btn {
    width: 55px;
    margin: 0;
  }
}
.header__menu__btn span {
  background: #fff;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header__menu__btn span {
    width: 20px;
  }
}
.header__menu__btn span:nth-of-type(1) {
  top: calc(50% - 8px);
  transition-duration: 0.4s;
}
.header__menu__btn span:nth-of-type(2) {
  top: 50%;
  transition-duration: 0.4s;
}
.header__menu__btn span:nth-of-type(3) {
  top: calc(50% + 8px);
  transition-duration: 0.4s;
}
.header__menu__btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 50%;
  transition-duration: 0.4s;
}
.header__menu__btn.active span:nth-of-type(2) {
  opacity: 0;
  transition-duration: 0.4s;
}
.header__menu__btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 50%;
  transition-duration: 0.4s;
}
.header__menu .js-menu-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .header__menu .js-menu-wrap {
    max-width: 290px;
    right: 0;
    left: auto;
  }
}
.header__menu__wrap {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  width: 100%;
  padding: 34px 20px 72px;
}
@media screen and (max-width: 767px) {
  .header__menu__wrap {
    padding: 80px 0 30px 25px;
    gap: 25px 0;
  }
}
.header__menu__inner {
  max-width: 1330px;
  width: 100%;
}
.header__menu__inner .title {
  background: #2496df;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding: 14px 0 16px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .header__menu__inner .title {
    font-size: 14px;
    text-align: left;
    padding: 12px 20px 13px;
    margin: 0 0 17px;
  }
}
.header__menu__inner .wrap {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .header__menu__inner .wrap {
    flex-direction: column;
    gap: 15px 0;
    padding: 0 17px;
  }
}
.header__menu__inner .column__type {
  color: #2496df;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .header__menu__inner .column__type {
    font-size: 14px;
    position: relative;
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__inner .column__type::before, .header__menu__inner .column__type::after {
    content: "";
    background: #2496df;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__inner .column__type::before {
    width: 2px;
    height: 14px;
    top: 8px;
    right: 5px;
    transition-duration: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__inner .column__type::after {
    width: 13px;
    height: 2px;
    top: calc(50% - 1px);
    right: 0;
  }
}
.header__menu__inner .column__type.active::before {
  opacity: 0;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .header__menu__inner .column__type span img {
    max-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__inner .column__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__inner .column__list {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
  }
}
.header__menu__inner .column__list li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menu__inner .column__list li a {
    font-size: 13px;
  }
}
.header__menu__inner .column__list li a::before {
  content: "";
  background: #2496df;
  height: 2px;
  width: 10px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.header__menu__inner .list {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .header__menu__inner .list {
    flex-direction: column;
    gap: 5px 0;
    padding: 0 17px;
  }
}
.header__menu__inner .list li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menu__inner .list li a {
    font-size: 13px;
  }
}
.header__menu__inner .list li a::before {
  content: "";
  background: #2496df;
  height: 2px;
  width: 10px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.header__menu__close {
  background: #2496df;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 80px 11px;
  border-radius: calc(infinity * 1px);
  margin: 30px 0 0;
}
.header__bottom {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
}
@media screen and (max-width: 1120px) {
  .header__bottom {
    background: #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  .header__bottom {
    height: 45px;
    align-items: center;
    padding: 0 0 0 10px;
  }
}
.header__companies {
  display: flex;
  gap: 0 20px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1450px) {
  .header__companies {
    display: none !important;
  }
}
.header__subnav {
  display: flex;
  height: 100%;
  width: 57.9166666667vw;
  min-width: 795px;
}
@media screen and (max-width: 1120px) {
  .header__subnav {
    max-width: 300px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__subnav {
    width: 50vw;
  }
}
.header__subnav__item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  max-width: 188px;
  min-width: 145px;
  width: 17%;
  border-left: 1px solid #b2b2b2;
  position: relative;
  z-index: 240;
}
@media screen and (max-width: 1120px) {
  .header__subnav__item {
    display: none;
  }
}
.header__subnav__item.js-subnav::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 0.1s;
  z-index: 501;
}
.header__subnav__item:hover.js-subnav::after {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s;
}
.header__subnav__icon {
  width: auto;
}
.header__subnav__name {
  color: #2496df;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.625rem + 0.417vw, 1.125rem);
}
.header__subnav__detail {
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-color: #b2b2b2;
  border-style: solid;
  padding: 0 50px;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
  left: -1px;
  overflow: hidden;
  display: none;
  z-index: 500;
}
.header__subnav__detail::before {
  content: "";
  background: #b2b2b2;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.header__subnav__detail ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding: 20px 0;
}
.header__subnav__detail a {
  color: #2496df;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}
.header__subnav__detail a::before {
  content: "";
  background: #2496df;
  height: 2px;
  width: 10px;
  position: absolute;
  left: -18px;
  top: calc(50% - 1px);
}
.header_area {
  display: none;
}

#header_search_form {
  background: #eeeeee;
  position: relative;
  border: none;
  width: auto;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #header_search_form {
    border-left: 1px solid #b2b2b2;
  }
}
#header_search_form .innerbox {
  width: 89%;
  position: relative;
}
#header_search_form input[type=text] {
  border-radius: 30px;
  padding: 5px 10px !important;
  width: 100% !important;
  border: none;
}
@media screen and (max-width: 767px) {
  #header_search_form input[type=text] {
    font-size: 12px;
    height: 30px !important;
  }
}
#header_search_form button {
  background: url(https://www.worldprotect.co.jp/img/2406_renewal/common/search_icon.svg) no-repeat center/cover;
  background-color: transparent;
  width: 15px !important;
  height: 15px !important;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 767px) {
  #header_search_form button {
    right: 10px;
  }
}
#header-nav-drawer {
  background: #2496df;
  height: 100%;
  width: 90px;
  position: relative;
  z-index: 130;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  #header-nav-drawer {
    width: 55px;
    margin: 0;
  }
}
#header-nav-drawer span {
  background: #fff !important;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #header-nav-drawer span {
    width: 20px;
  }
}
#header-nav-drawer span:nth-of-type(1) {
  top: calc(50% - 8px);
}
#header-nav-drawer span:nth-of-type(2) {
  top: 50%;
}
#header-nav-drawer span:nth-of-type(3) {
  top: calc(50% + 8px);
}
#header-nav-drawer span::before, #header-nav-drawer span::after {
  display: none;
}

.footer__inner {
  background: #3b3f38;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.footer__info__name {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .footer__info__name {
    font-size: 18px;
    text-align: center;
  }
}
.footer__info__name span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 39px;
  font-weight: 600;
  display: block;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .footer__info__name span {
    font-size: 26px;
    margin: 15px 0 0;
  }
}
.footer__info__number {
  font-size: 13px;
  text-align: center;
  margin: 0 0 10px;
}
.footer__info__detail {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer__info__detail {
    background: rgba(0, 0, 0, 0.2);
    font-size: 13px;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 0 20px;
  }
}
.footer__menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
    padding: 0 20px;
    gap: 13px 0;
  }
}
.footer__menu__item {
  color: #fff !important;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__menu__item {
    font-size: 13px;
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu__item::before {
    content: "";
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 7px;
    left: 0;
  }
}
.footer__copy {
  background: #3b3f38;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 13px;
    padding: 0 0 30px;
  }
}
.footer__guide {
  background: #eeeeee;
  padding: 60px 90px 120px;
}
@media screen and (max-width: 767px) {
  .footer__guide {
    padding: 40px 20px 60px;
  }
}
.footer__guide__title {
  font-size: 40px;
  width: fit-content;
  margin: 0 auto 65px;
}
@media screen and (max-width: 767px) {
  .footer__guide__title {
    font-size: 28px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer__guide__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .footer__guide__inner {
    border-bottom: 1px solid #a6a6a6;
  }
}
.footer__guide__column {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__guide__column {
    gap: 70px 0;
  }
}
.footer__guide__item {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer__guide__item {
    border-top: 1px solid #a6a6a6;
    gap: 0;
  }
}
.footer__guide__item .inner {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer__guide__item .inner {
    gap: 40px 0;
  }
}
.footer__guide__item .title {
  font-size: 20px;
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__guide__item .title {
    background: #3b3f38;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__guide__item .title {
    font-size: 18px;
    padding: 30px 0;
    line-height: 1cap;
  }
}
@media screen and (max-width: 767px) {
  .footer__guide__item .title::after {
    content: "";
    height: 10px;
    width: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 35px;
    transition-duration: 0.3s;
  }
}
.footer__guide__item .title.open::after {
  transform: rotate(225deg);
  top: 29px;
  transition-duration: 0.3s;
}
.footer__guide__item .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 0;
}
@media screen and (max-width: 767px) {
  .footer__guide__item .wrap {
    gap: 10px 0;
  }
}
.footer__guide__item .wrap:last-of-type {
  margin: 0 0 30px;
}
.footer__guide__item .subtitle {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .footer__guide__item .subtitle {
    font-size: 13px;
  }
}
.footer__guide__item .text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__guide__item .text {
    font-size: 13px;
  }
}
.footer__guide__item .img {
  width: auto;
}
.footer__guide__item .btn {
  background: #2496df;
  color: #fff;
  align-self: flex-end;
  width: 330px;
  padding: 9px 0 11px;
  text-align: center;
  border-radius: calc(infinity * 1px);
}

#page-top a::before {
  display: none;
}

@media screen and (max-width: 767px) {
  #main-column #bread-crumb {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #main-column #shopGuide_wrap {
    padding: 0 10px;
  }
}

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