@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);
  }
}
/*
css
　 ├ reset.css--------：リセット用
　 ├ style.css--------：WEB 1,400px以上
　 ├ pc.css-----------：WEB 1,399px以下、1,025以上
　 ├ tablet.css-------：WEB 1,024以下、767px以上
　 └ smart.css--------：WEB 768px以下
*/
/*
01. 枠組共通
02. header（ヘッダー）
03. 共通パーツ
04. breadcrumb（パンくずリスト）
05. aside（サイドバー）
06. footer（フッター）
*/
/*************************** 01. 枠組共通 ***********************/
html {
  font-size: 62.5%;
}
@media (max-width: 1490px) {
  html {
    font-size: 0.6711409396vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

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

a, button {
  transition: 0.3s;
}
a:hover, button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1490px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.c-text {
  color: #2F2F2F;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}

.c-br {
  display: inline-block;
}

.c-bl {
  display: block;
}

.c-bg-navy {
  background-color: #172B46;
}

.c-red {
  color: #622;
}

.c-white {
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

/*************************** 02. header（ヘッダー） ***********************/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  padding-block: 0.7rem;
  transition: background-color 0.3s ease;
}

.p-header--news,
.p-header--privacy,
.p-header--registration,
.p-header--thanks {
  position: sticky;
  background-color: #172B46;
  margin-bottom: 6.4rem;
}

.p-header--front.background {
  background-color: #172B46;
}

.p-header--kashima.background {
  background-color: #8a1b2d;
}

.p-header--travel.background {
  background-color: #172B46;
}

.p-header--company.background {
  background-color: #172B46;
}

.p-header--contact {
  background-color: #172B46;
}

.p-header__inner {
  max-width: 178rem;
}

.p-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__logo-link {
  display: block;
  width: 28rem;
  height: 7rem;
  -webkit-mask-image: url("../../images/logo.svg");
          mask-image: url("../../images/logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}

.p-header--travel .p-header__logo-link {
  background-color: #172B46;
}

.p-header--travel.background .p-header__logo-link {
  background-color: #fff;
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
}

.p-header__nav-list {
  display: flex;
  justify-content: space-between;
}

.p-header__nav-item a {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border-left: 1px solid #fff;
}

.p-header--travel .p-header__nav-item a {
  color: #172B46;
  border-left: 1px solid #172B46;
}

.p-header--travel.background .p-header__nav-item a {
  color: #fff;
  border-left: 1px solid #fff;
}

.p-header__nav-item:first-child a {
  border-left: 0;
}

.p-header__nav-item:last-child a {
  padding-right: 0;
}

.p-header-contact {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.p-header-contact__tel {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}

.p-header-contact__time {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.p-header-contact__label {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.p-header--travel .p-header-contact__label {
  color: #172B46;
}

.p-header--travel.background .p-header-contact__label {
  color: #fff;
}

.p-header-contact__value {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.p-header--travel .p-header-contact__value {
  color: #172B46;
}

.p-header--travel.background .p-header-contact__value {
  color: #fff;
}

.p-header-contact__phone {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.p-header--travel .p-header-contact__phone {
  color: #172B46;
}

.p-header--travel.background .p-header-contact__phone {
  color: #fff;
}

.p-header-contact__number {
  position: relative;
}

.p-header-contact__number::before {
  content: "";
  display: inline-block;
  background-image: url("../../images/tel-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  z-index: 1;
}

.p-header--travel .p-header-contact__number::before {
  background-image: url("../../images/tel-icon-sub.svg");
}

.p-header--travel.background .p-header-contact__number::before {
  background-image: url("../../images/tel-icon.svg");
}

.p-header-contact__cta {
  display: inline-block;
  padding: 0.7rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  background-color: #003087;
  color: #fff;
  max-width: 9.6rem;
  width: 100%;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.p-header--kashima .p-header-contact__cta {
  background-color: #622;
}

/*************************** 03. 共通パーツ ***********************/
/*************************** 04. breadcrumb（パンくず） ***********************/
/*************************** 05. aside（サイドバー） ***********************/
/*************************** 06. footer（フッター） ***********************/
.p-footer {
  background-color: #fff;
  padding-block: 12rem 10rem;
}

.p-footer__inner {
  max-width: 137rem;
}

.p-footer__wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10rem;
}

.p-footer__logo {
  width: 50rem;
}

.p-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-footer__links {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.p-footer__links--sm {
  gap: 2.5rem;
  justify-content: flex-end;
}

.p-footer__item a {
  color: #1A1A1A;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.p-footer__item a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #163A63;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 1;
}

.p-footer__item--sm a {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-footer__item--sm a::before {
  display: none;
}

.p-footer__copyright {
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 10rem;
}

.p-footer__copyright span {
  font-family: "Inter", sans-serif;
}