@charset "UTF-8";



/************************************************************************
* reset
************************************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #fff;
  min-height: 100vh;
  color: #000;
  font-family: 'IBM Plex Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeIn,
.fadeOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  font-size: 100%;
}

button {
  color: #000;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url('../img/common/icon-outerLink.svg');
  mask-image: url('../img/common/icon-outerLink.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: .7647058824em;
  background-color: currentColor;
  width: .8529411765em;
  height: .7647058824em;
  font-weight: 900;
  content: '';
}

a:not([class]):hover {
  text-decoration: underline;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #000;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/

/**
 * General Sans Variable Font
 * https://www.fontshare.com/fonts/general-sans
 * Weight range: 200-700
 */
@font-face {
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'), url('../fonts/GeneralSans-Variable.woff') format('woff');
  font-display: swap;
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 200 700;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 60px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height, 60px) + 20px);
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

/************************************************************************
* p-header
************************************************************************/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  padding: 21px 20px;
  padding: 1.3125rem 1.25rem;
  width: 100%;
}

.p-header.is-fixed {
  background-color: #fff;
}

.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/************************************************************************
* Logo
************************************************************************/
.p-header__logo {
  position: relative;
  z-index: 42;
}

.p-header__logo a {
  aspect-ratio: 112/16;
  display: block;
  width: 112px;
  width: 7rem;
}

.p-header__logo img {
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
  -o-object-fit: contain;
  object-fit: contain;
}

body.u-overflowHidden .p-header__logo img, .is-fixed .p-header__logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

/************************************************************************
* PC Navigation
************************************************************************/
.p-header__nav {
  display: none;
}

.p-header__navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__navLink {
  display: block;
  -webkit-transition: color .3s;
  transition: color .3s;
  padding: 0 20px;
  padding: 0 1.25rem;
  color: #fff;
  font-family: 'General Sans', sans-serif;
  font-size: max(10px, 16px);
  font-size: max(10px, 1rem);
  font-weight: 600;
  text-transform: capitalize;
}

.p-header__navLink:focus-visible {
  color: #C29438;
}

.is-fixed .p-header__navLink {
  color: #070d28;
}

.is-fixed .p-header__navLink:focus-visible {
  color: #C29438;
}

/************************************************************************
* PC Contact Button
************************************************************************/
.p-header__contact {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s, color .3s, border-color .3s;
  transition: background-color .3s, color .3s, border-color .3s;
  border: 1px solid transparent;
  border-radius: .3125rem;
  background-color: #fff;
  padding: 10px 40px;
  padding: .625rem 2.5rem;
  color: #070D28;
  font-family: 'General Sans', sans-serif;
  font-size: max(10px, 16px);
  font-size: max(10px, 1rem);
  font-weight: 600;
}

.p-header__contact:focus-visible {
  background-color: #070D28;
  color: #fff;
}

.is-fixed .p-header__contact {
  border-color: #070D28;
  background-color: #070D28;
  color: #fff;
}

.is-fixed .p-header__contact:focus-visible {
  background-color: #fff;
  color: #070D28;
}

/************************************************************************
* SP Menu Button Area
************************************************************************/

.p-drawer {
  z-index: 40;
  margin-left: auto;
}

/************************************************************************
* Trigger Button
************************************************************************/
.p-drawer__trigger {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 41;
  -webkit-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: .3125rem;
  background-color: #fff;
  padding: 6px 15px;
  padding: .375rem .9375rem;
}

.p-drawer__trigger.is-opened {
  background-color: #070d28;
}

.p-drawer__trigger.is-opened .p-drawer__bar {
  background-color: #fff;
}

.p-drawer__trigger.is-opened .p-drawer__text {
  color: #fff;
}

.is-fixed .p-drawer__trigger {
  border-color: #070d28;
  background-color: #070d28;
}

.is-fixed .p-drawer__trigger .p-drawer__bar {
  background-color: #fff;
}

.is-fixed .p-drawer__trigger .p-drawer__text {
  color: #fff;
}

.p-drawer__bars {
  position: relative;
  width: 17px;
  width: 1.0625rem;
  height: 5px;
  height: .3125rem;
}

.p-drawer__bar {
  position: absolute;
  left: 0;
  -webkit-transition: background-color .3s, -webkit-transform .3s;
  transition: background-color .3s, -webkit-transform .3s;
  transition: transform .3s, background-color .3s;
  transition: transform .3s, background-color .3s, -webkit-transform .3s;
  background-color: #070d28;
  width: 100%;
  height: 1px;
  height: .0625rem;
}

.p-drawer__bar:first-child {
  top: 0;
}

.p-drawer__bar:last-child {
  bottom: 0;
}

.is-opened .p-drawer__bar:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}

.is-opened .p-drawer__bar:last-child {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-30deg);
  transform: translateY(50%) rotate(-30deg);
}

.p-drawer__text {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #070d28;
  font-family: 'General Sans', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.p-drawer__bg {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
  background: transparent;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.p-drawer__bg.is-opened {
  background: rgba(0, 0, 0, .5);
  pointer-events: auto;
}

.p-drawer__content {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 40;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
  border-radius: 0 0 1.875rem 1.875rem;
  background: #fff;
  padding-top: 126px;
  padding-top: 7.875rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  width: 100%;
  overflow: auto;
  color: #000;
  text-align: center;
}

.p-drawer__content.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, .16);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .16);
}

.p-drawer__content--left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.p-drawer__content--top {
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  width: 100%;
  max-width: 100%;
}

.p-drawer__content--cover {
  width: 100%;
  max-width: 100%;
}

.p-drawer__inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.p-drawer__nav {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-drawer__navList {
  display: block;
  text-align: center;
}

.p-drawer__navLink {
  display: block;
  -webkit-transition: color .3s;
  transition: color .3s;
  padding: 5px 0;
  padding: .3125rem 0;
  color: #000;
  font-family: 'General Sans', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3461538462;
  text-transform: capitalize;
}

.p-drawer__navLink:focus-visible {
  color: #C29438;
}

/************************************************************************
* Contact Button
************************************************************************/
.p-drawer__contact {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  border-radius: .3125rem;
  background-color: #070d28;
  padding: 10px 20px;
  padding: .625rem 1.25rem;
  width: 200px;
  width: 12.5rem;
  color: #fff;
  font-family: 'General Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.p-drawer__contact:focus-visible {
  -webkit-box-shadow: inset 0 0 0 1px #070d28;
  box-shadow: inset 0 0 0 1px #070d28;
  background-color: #fff;
  color: #070d28;
}

.u-overflowHidden {
  overflow: hidden !important;
}

@media screen and (min-width: 768px) {

  html {
    font-size: 1.1764705882vw;
    font-size: calc(var(--vw-unitless) / 1360 * 100%);
  }

  :root {
    --header-height: 80px;
  }

  .p-header {
    padding: 23px 62px;
    padding: 1.4375rem 3.875rem;
  }

  .p-header__logo a {
    aspect-ratio: 180/26;
    width: 180px;
    width: 11.25rem;
  }

  .p-header__nav {
    gap: 50px;
    gap: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-header__menuBtn {
    display: none;
  }
}

@media (min-width: 1360px) {

  html {
    font-size: 100%;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
    font-size: calc(var(--vw-unitless) / 375 * 100%);
  }
}

@media (any-hover: hover) {

  .p-header__navLink:hover {
    color: #C29438;
  }

  .is-fixed .p-header__navLink:hover {
    color: #C29438;
  }

  .p-header__contact:hover {
    background-color: #070D28;
    color: #fff;
  }

  .is-fixed .p-header__contact:hover {
    background-color: #fff;
    color: #070D28;
  }

  .p-drawer__navLink:hover {
    color: #C29438;
  }

  .p-drawer__contact:hover {
    -webkit-box-shadow: inset 0 0 0 1px #070d28;
    box-shadow: inset 0 0 0 1px #070d28;
    background-color: #fff;
    color: #070d28;
  }
}
/*# sourceMappingURL=map/header.css.map */