@charset "UTF-8";
/* 変数 */
/* 関数 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 1px;
  color: #343434;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

ul {
  list-style: none;
}

button {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

a {
  display: inline-block;
  color: #343434;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

input {
  border-radius: 0;
}

input,
select {
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 599px) {
  input[type=button],
  input[type=email],
  input[type=submit],
  input[type=text],
  input[type=url],
  input[type=number],
  input[type=tel],
  input[type=password],
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 10px;
    width: 100%;
  }
  select {
    border-radius: 0;
    background: #fff url(/wp-content/themes/proximo/assets/images/icons/sort-down-solid.svg) no-repeat right 2px top 20%;
    background-size: 14px;
  }
}
@keyframes menu-barTop {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-barBottom {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-barTop {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-barBottom {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media screen and (max-width: 1024px) {
  /*************************** 01. 枠組共通 ***********************/
  /*************************** 02. header（ヘッダー） ***********************/
  .p-header {
    height: 80px;
    background-color: #172B46;
  }
  .p-header__hamburger {
    display: block;
    width: 40px;
    height: 40px;
    padding-block: 0.5rem;
  }
  .p-header__hamburger-line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    margin-inline: auto;
  }
  .p-header__hamburger-line:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-header__hamburger.is-active span:nth-child(1) {
    position: relative;
    transform: rotate(45deg);
    top: 7px;
  }
  .p-header__hamburger.is-active span:nth-child(2) {
    position: relative;
    opacity: 0;
  }
  .p-header__hamburger.is-active span:nth-child(3) {
    position: relative;
    transform: rotate(-45deg);
    top: -14px;
  }
  .p-header__drawer {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    background-color: #172B46;
    max-width: 500px;
    width: 100%;
    z-index: 1;
  }
  .p-header__drawer.is-active {
    display: block;
  }
  .p-header__nav {
    flex-direction: column;
    gap: 4rem;
    padding: 3rem 1rem;
  }
  .p-header__nav-list {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .p-header__nav-item a {
    font-size: 18px;
    border-left: 0;
  }
  .p-header__nav-item:last-child a {
    padding-right: 1.2rem;
  }
  .p-header-contact {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .p-header-contact__tel {
    gap: 1rem;
  }
  .p-header-contact__label {
    font-size: 15px;
  }
  .p-header-contact__value {
    font-size: 16px;
  }
  .p-header-contact__phone {
    font-size: 26px;
  }
  .p-header-contact__icon {
    width: 30px;
    height: 30px;
  }
  .p-header-contact__item--cta {
    text-align: center;
    width: 100%;
  }
  .p-header-contact__cta {
    font-size: 18px;
    max-width: 33.5rem;
    padding: 1.5rem;
  }
  .p-header-contact__number::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-left: -20px;
  }
  .p-header--travel.background {
    background-color: #172B46;
  }
  .p-header--travel .p-header__logo-link {
    background-color: #fff;
  }
  .p-header--travel .p-header__nav-item a {
    color: #fff;
    border-left: 0;
  }
  .p-header--travel .p-header-contact__label {
    color: #fff;
  }
  .p-header--travel .p-header-contact__value {
    color: #fff;
  }
  .p-header--travel .p-header-contact__phone {
    color: #fff;
  }
  .p-header--travel .p-header-contact__number::before {
    background-image: url("../../images/tel-icon.svg");
  }
  .p-header--kashima.background {
    background-color: #172B46;
  }
  .p-header--kashima .p-header-contact__cta {
    background-color: #003087;
  }
  /*************************** 03. 共通パーツ ***********************/
  /*************************** 04. breadcrumb（パンくず） ***********************/
  /*************************** 05. aside（サイドバー） ***********************/
  /*************************** 06. footer（フッター） ***********************/
  .p-footer__wrapper {
    gap: 6.4rem;
    flex-direction: column;
    align-items: center;
  }
  .p-footer__logo {
    width: 40rem;
  }
  .p-footer__links--sm {
    gap: 2rem;
    justify-content: center;
  }
  .p-footer__item {
    font-size: 14px;
  }
  .p-footer__item--sm {
    font-size: 12px;
  }
  .p-footer__copyright {
    font-size: 12px;
    margin-top: 8rem;
  }
}