/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

picture {
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  position: relative;
  color: #113445;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  /* add */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}
body.is-fixed {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

figure {
  padding: 0;
  margin: 0;
}

label {
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

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

.preload *, .preload *::before, .preload *::after {
  -webkit-transition: none !important;
  transition: none !important;
}

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

/* svg */
#svg-sprite {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

svg {
  width: 100%;
  height: 100%;
}

section {
  position: relative;
}

@media screen and (max-width: 767px) {
  html {
    min-height: 100vh;
  }
  body {
    min-width: 1%;
    position: relative;
    max-width: 100%;
  }
}
/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

a.txt_link {
  border-bottom: 1px solid #ffffff;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  a.txt_link:hover {
    opacity: 0.7;
  }
}

@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
  a * {
    outline: none;
  }
}
button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  a.fade {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    cursor: pointer;
  }
  a.fade:hover {
    opacity: 0.5;
  }
}

/* add */
.l-pagehead .pagehead_wrap {
  padding: 6rem 15rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .l-pagehead .pagehead_wrap {
    padding: 3.5rem 2rem 0;
  }
}
.l-pagehead .pagehead_breadcrumbs ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.l-pagehead .pagehead_breadcrumbs ol li {
  position: relative;
  padding-right: 1.5rem;
}
.l-pagehead .pagehead_breadcrumbs ol li a {
  color: rgba(17, 52, 69, 0.5);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-pagehead .pagehead_breadcrumbs ol li a {
    letter-spacing: 0;
  }
}
.l-pagehead .pagehead_breadcrumbs ol li:after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 1.4rem;
}
.l-pagehead .pagehead_breadcrumbs ol li:last-child a {
  color: #113445;
  pointer-events: none;
}
.l-pagehead .pagehead_breadcrumbs ol li:last-child:after {
  display: none;
}
.l-pagehead .pagehead_ttl {
  margin-top: 4.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-pagehead .pagehead_ttl {
    margin-top: 2rem;
  }
}
.l-pagehead .pagehead_ttl .en {
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
}
.l-pagehead .pagehead_ttl .ja {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding-bottom: 3rem;
  color: #E0BF5C;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-pagehead .pagehead_ttl .ja {
    margin-top: 1rem;
  }
}
.l-pagehead .pagehead_ttl .ja:after {
  content: "";
  min-width: 9.4rem;
  width: 100%;
  height: 0.1rem;
  background: #113445;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* --------------------------------------------------
  secttl
-------------------------------------------------- */
.c-secttl {
  position: relative;
  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;
  gap: 2.6rem 0;
  height: 14.2rem;
  /* add */
}
.c-secttl::before {
  position: absolute;
  content: "";
  background: #113445;
  width: 9.4rem;
  height: 1px;
  bottom: 0;
  left: 0;
}
.c-secttl.-page::before {
  width: 12rem;
}
.c-secttl.-page_w::before {
  width: 25.7rem;
}
.c-secttl.-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-secttl.-clm2::before {
    bottom: -4rem;
  }
  .c-secttl.-clm2 .c-secttl__txt01 {
    line-height: 1.2;
    margin-bottom: -1rem;
  }
}
.c-secttl__txt01 {
  font-size: 6.4rem;
  line-height: 1;
}
.c-secttl__txt02 {
  color: #E0BF5C;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1;
}

/* --------------------------------------------------
  btn
-------------------------------------------------- */
.c-btn {
  position: relative;
}
.c-btn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 20rem;
  padding: 0.9rem 0;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  border-bottom: 1px solid rgba(17, 52, 69, 0.3);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    width: 100%;
  }
}
.c-btn a::before {
  position: absolute;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: solid 1px #113445;
  border-right: solid 1px #113445;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-btn a:hover {
    border-bottom: 1px solid #113445;
  }
}

/* --------------------------------------------------
  news
-------------------------------------------------- */
.c-news-list__item {
  width: 100%;
  padding: 3rem 0;
  border-top: 1px solid rgba(17, 52, 69, 0.1);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.c-news-list__date {
  color: rgba(17, 52, 69, 0.3);
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.8rem;
}
.c-news-list__ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
.c-news-list__txt {
  font-size: 1.3rem;
  color: rgba(17, 52, 69, 0.5);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-list__txt {
    -webkit-line-clamp: 3;
  }
}
.c-news-list a {
  display: block;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-news-list a:hover .c-news-list__item {
    border-top-color: #113445;
  }
}

/* --------------------------------------------------
  scroll animation
-------------------------------------------------- */
.scroll .fade-in, .scroll.fade-in {
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: opacity 1.5s ease, -webkit-filter 1.8s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.5s ease, -webkit-filter 1.8s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.5s ease, filter 1.8s ease, transform 1.8s ease;
  transition: opacity 1.5s ease, filter 1.8s ease, transform 1.8s ease, -webkit-filter 1.8s ease, -webkit-transform 1.8s ease;
}
.scroll.is-show .fade-in, .scroll.is-show.fade-in {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.scroll .fade-up, .scroll.fade-up {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.5s ease, transform 1.8s ease;
  transition: opacity 1.5s ease, transform 1.8s ease, -webkit-transform 1.8s ease;
}
.scroll.is-show .fade-up, .scroll.is-show.fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.load {
  opacity: 0;
}
.load.is-show {
  opacity: 1 !important;
}

.delay1 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.delay2 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.delay3 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.delay4 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.delay5 {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
}

.delay6 {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
}

.delay7 {
  -webkit-transition-delay: 3.5s !important;
          transition-delay: 3.5s !important;
}

.delay8 {
  -webkit-transition-delay: 4s !important;
          transition-delay: 4s !important;
}

.delay9 {
  -webkit-transition-delay: 4.5s !important;
          transition-delay: 4.5s !important;
}

.delay10 {
  -webkit-transition-delay: 5s !important;
          transition-delay: 5s !important;
}

@media print, screen and (min-width: 768px) {
  .pc_delay1 {
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
  }
  .pc_delay2 {
    -webkit-transition-delay: 1s !important;
            transition-delay: 1s !important;
  }
  .pc_delay3 {
    -webkit-transition-delay: 1.5s !important;
            transition-delay: 1.5s !important;
  }
  .pc_delay4 {
    -webkit-transition-delay: 2s !important;
            transition-delay: 2s !important;
  }
  .pc_delay5 {
    -webkit-transition-delay: 2.5s !important;
            transition-delay: 2.5s !important;
  }
  .pc_delay6 {
    -webkit-transition-delay: 3s !important;
            transition-delay: 3s !important;
  }
  .pc_delay7 {
    -webkit-transition-delay: 3.5s !important;
            transition-delay: 3.5s !important;
  }
  .pc_delay8 {
    -webkit-transition-delay: 4s !important;
            transition-delay: 4s !important;
  }
  .pc_delay9 {
    -webkit-transition-delay: 4.5s !important;
            transition-delay: 4.5s !important;
  }
  .pc_delay10 {
    -webkit-transition-delay: 5s !important;
            transition-delay: 5s !important;
  }
}
/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-at {
  color: rgba(17, 52, 69, 0.3);
}

.u-half {
  color: rgba(17, 52, 69, 0.5);
}

.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

.u-ttl {
  font-family: "Shippori Mincho B1", serif;
}

.u-en {
  font-family: "Cormorant Garamond", serif;
}

/* --------------------------------------------------
  header
-------------------------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  background-color: rgb(255, 255, 255);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.l-header.is-change {
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header .l-container {
  position: relative;
  height: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: inherit;
  padding: 0 4rem;
}
.l-header__logo {
  position: relative;
  z-index: 999;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}
.l-header__logo img {
  width: 17.9rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 12.3rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header__logo a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    cursor: pointer;
  }
  .l-header__logo a:hover {
    opacity: 0.5;
  }
}
.l-header__nav {
  position: relative;
}
.l-header__nav-inner {
  position: relative;
}
.l-header__menu {
  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;
}
.l-header__menu li {
  position: relative;
}
.l-header__menu li a {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Cormorant Garamond", serif;
  color: #113445;
  display: block;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header__menu li a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .l-header__menu li a:hover {
    color: #E0BF5C;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu li + li {
    margin-left: 3.5rem;
  }
}

body.is-fixed .l-header {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    min-width: inherit;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 999;
  }
  .l-header .l-container {
    padding: 0 2rem;
    height: 7rem;
    width: 100%;
    max-width: inherit;
    position: relative;
  }
  .l-header__logo {
    font-size: 1.9rem;
  }
  .l-header__trigger {
    position: relative;
    display: block;
    z-index: 999;
  }
  .l-header__line {
    position: relative;
    width: 4rem;
    height: 1.3rem;
  }
  .l-header__line span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    background: #113445;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
  }
  .l-header__line span:nth-of-type(1) {
    top: 0;
  }
  .l-header__line span:nth-of-type(2) {
    bottom: 0;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    top: 7rem;
    z-index: 998;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .l-header__nav-inner {
    position: relative;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 8rem 5rem 8rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow-y: auto;
    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;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    gap: 3rem 0;
  }
  .l-header__menu {
    -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;
    height: auto;
    width: 100%;
  }
  .l-header__menu li {
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .l-header__menu li + li {
    margin-top: 3.5rem;
  }
  .l-header__menu li a {
    font-size: 3rem;
  }
  .l-header__info {
    text-align: center;
  }
  .l-header__info-logo {
    margin-bottom: 1.8rem;
  }
  .l-header__info-logo img {
    width: 15rem;
  }
  .l-header__info-name, .l-header__info-address {
    font-size: 1.2rem;
  }
  .l-header__info-address {
    margin-top: 1.8rem;
  }
  .l-header.is-open .l-header__trigger span:nth-of-type(1) {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 50%;
  }
  .l-header.is-open .l-header__trigger span:nth-of-type(2) {
    top: 50%;
    bottom: auto;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .l-header.is-open .l-header__nav-inner {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
/* --------------------------------------------------
  footer
-------------------------------------------------- */
.l-footer {
  position: relative;
  background: #113445;
}
.l-footer .l-container {
  max-width: inherit;
  padding: 12rem 15rem 11rem 12rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-container {
    padding: 7rem 2rem;
  }
}
.l-footer__inner {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-areas: "info menu" "copy menu";
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-row-gap: 6rem;
    grid-template-areas: "info" "menu" "copy";
  }
}
.l-footer__info {
  grid-area: info;
}
.l-footer__info-logo {
  margin-bottom: 2.8rem;
}
.l-footer__info-logo img {
  width: 20.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-logo img {
    width: 17.5rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer__info-logo a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    cursor: pointer;
  }
  .l-footer__info-logo a:hover {
    opacity: 0.5;
  }
}
.l-footer__info-name, .l-footer__info-address {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  margin-top: 2rem;
}
.l-footer__copy {
  grid-area: copy;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  margin-top: -5.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 0;
  }
}
.l-footer__menu {
  grid-area: menu;
}
.l-footer__menu li {
  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;
}
.l-footer__menu li + li {
  margin-top: 1.2rem;
}
.l-footer__menu a {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.03em;
  display: block;
  text-align: right;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer__menu a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    cursor: pointer;
  }
  .l-footer__menu a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu a {
    text-align: left;
  }
}

/* ==========================================================================//
//
// layout
//
// ========================================================================== */
.l-main {
  position: relative;
  width: 100%;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 7rem;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}

.l-container {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: inherit;
    padding: 0 2rem;
  }
}
/*# sourceMappingURL=common.css.map */