@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* common
---------------------------------------------------------------------------- */
/* common
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------- */
@media all and (min-width: 767.01px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* Wisywigエディタ スタイル
---------------------------------------------------------------------------- */
.m-single-content {
  font-size: 1.6rem;
  line-height: 1.75;
}
.m-single-content p + p {
  margin-top: 1.5em;
}
.m-single-content h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1.3333333333;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #959fa8;
  margin-bottom: 3rem;
}
.m-single-content h3 {
  font-size: 1.7em;
  font-weight: 700;
  clear: both;
}
.m-single-content h4 {
  font-size: 1.5em;
  font-weight: 500;
  clear: both;
}
.m-single-content h5 {
  font-size: 1.4em;
  font-weight: 500;
  clear: both;
}
.m-single-content h6 {
  font-size: 1.2em;
  font-weight: 500;
  clear: both;
}
.m-single-content table {
  width: auto;
  margin-top: 2em;
  clear: both;
}
.m-single-content table th {
  padding: 20px 15px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  background-color: #d6d6d6;
}
.m-single-content table td {
  padding: 20px 15px;
  border-bottom: 3px solid #fff;
  background-color: #f2f2f2;
  font-weight: 400;
}
.m-single-content table td p {
  margin: 0;
}
.m-single-content .wp-block-image {
  margin-top: 20px;
}
.m-single-content ul {
  margin-top: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
}
.m-single-content ol {
  margin-top: 1.5em;
  list-style-type: decimal;
  list-style-position: inside;
}
.m-single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.m-single-content .alignright {
  float: right;
  margin-left: 1em;
}
.m-single-content .alignleft {
  float: left;
  margin-left: 1em;
}
.m-single-content strong {
  font-weight: bold;
}
.m-single-content em {
  font-style: italic;
}
.m-single-content blockquote {
  display: block;
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5em;
}
.m-single-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "“";
  color: #cfcfcf;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.m-single-content hr {
  clear: both;
}

@media screen and (max-width: 767px) {
  .m-single-content {
    font-size: 4.2666666667vw;
  }
  .m-single-content h2 {
    font-size: 5.8666666667vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.5333333333vw solid #959fa8;
    margin-bottom: 5.3333333333vw;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
/* .m-ttl-side
------------------------------------------- */
.m-ttl-side {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Serif JP";
  color: #052b61;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.m-ttl-side::after,
.m-ttl-side::before {
  --gap: -2rem;
  content: "";
  width: 10rem;
  height: 0.5rem;
  background: linear-gradient(90deg, rgb(5, 43, 97) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 50%;
}

.m-ttl-side::after {
  right: var(--gap);
  translate: 100% -50%;
}

.m-ttl-side::before {
  left: var(--gap);
  translate: -100% -50%;
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .m-ttl-side {
    font-size: 8vw;
  }
  .m-ttl-side::after,
  .m-ttl-side::before {
    --gap: calc(-10/375 * 100vw);
    content: "";
    width: 13.3333333333vw;
    height: 0.8vw;
  }
  .m-ttl-side::after {
    right: var(--gap);
  }
  .m-ttl-side::before {
    left: var(--gap);
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
.m-button-01 {
  --color-txt: #fff;
  --color-bg: #052b61;
  display: block;
  width: 23rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-block: 1.5rem;
  padding-inline: 2rem;
  background-color: var(--color-bg);
  color: var(--color-txt);
  border: 0.2rem solid #052b61;
  border-radius: 1rem;
  transition: background-color 0.3s ease;
  position: relative;
}

.m-button-01::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.3rem solid;
  border-right: 0.3rem solid;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}

@media (any-hover: hover) {
  .m-button-01:hover {
    --color-txt: #052b61;
    --color-bg: #fff;
  }
}
@media screen and (max-width: 767px) {
  .m-button-01 {
    width: 53.3333333333vw;
    font-size: 4.2666666667vw;
    padding-block: 2.6666666667vw;
    padding-inline: 5.3333333333vw;
    border: 0.5333333333vw solid #052b61;
    border-radius: 2.6666666667vw;
  }
  .m-button-01::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid;
    border-right: 0.5333333333vw solid;
    right: 4vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
/* m-child-mv
---------------------------------------- */
.m-child-breadcrumb-wrap {
  padding-block: 1rem 1.9rem;
}

.m-child-mv {
  height: 20rem;
}
.m-child-mv .l-content {
  height: 100%;
}

.m-child-mv-inner {
  height: 100%;
}

.m-child-mv-ttl-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  font-family: "Noto Serif JP";
  height: 100%;
}

.m-child-mv-ttl {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.m-child-mv-ttl-en {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-child-breadcrumb-wrap {
    padding-block: 2.6666666667vw 5.0666666667vw;
  }
  .m-child-mv {
    height: 40vw;
  }
  .m-child-mv .l-content {
    height: 100%;
  }
  .m-child-mv-inner {
    height: 100%;
  }
  .m-child-mv-ttl-group {
    gap: 1.8666666667vw;
  }
  .m-child-mv-ttl {
    font-size: 9.6vw;
  }
  .m-child-mv-ttl-en {
    font-size: 5.8666666667vw;
  }
}
/* m-cta
---------------------------------------------------------------------------- */
.m-cta {
  background-color: #052b61;
  padding-block: 5rem;
}

.m-cta-ttl {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Serif JP";
  color: #fff;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.m-cta-ttl::after,
.m-cta-ttl::before {
  --gap: -2rem;
  content: "";
  width: 10rem;
  height: 0.5rem;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 50%;
}

.m-cta-ttl::after {
  right: var(--gap);
  translate: 100% -50%;
}

.m-cta-ttl::before {
  left: var(--gap);
  translate: -100% -50%;
  rotate: 180deg;
}

.m-cta-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 2rem;
}

.m-cta-link {
  display: block;
}

.m-cta-link-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  width: fit-content;
  margin-inline: auto;
}

.m-cta-link-num {
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 4rem;
}

.m-cta-link-num::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  mask-image: url(./../../images/common/icn_tel.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  background-color: #fff;
  top: 55%;
  left: 0;
  translate: 0 -50%;
}

.m-cta-link-txt {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  padding-left: 4.2rem;
}

@media screen and (max-width: 767px) {
  .m-cta {
    padding-block: 13.3333333333vw;
  }
  .m-cta-ttl {
    font-size: 8vw;
  }
  .m-cta-ttl::after,
  .m-cta-ttl::before {
    --gap: calc(-10/375 * 100vw);
    content: "";
    width: 13.3333333333vw;
    height: 0.8vw;
  }
  .m-cta-ttl::after {
    right: var(--gap);
  }
  .m-cta-ttl::before {
    left: var(--gap);
  }
  .m-cta-txt {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
  .m-cta-link-inner {
    gap: 1.3333333333vw;
    margin-top: 4vw;
    align-items: center;
  }
  .m-cta-link-num {
    font-size: 8vw;
    padding-left: 6.6666666667vw;
  }
  .m-cta-link-num::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .m-cta-link-txt {
    font-size: 3.7333333333vw;
    padding-left: 0vw;
  }
}
/* フェードアップ
---------------------------------------------------------------------------- */
.js-fade-up {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .js-fade-up {
    transform: translateY(10.6666666667vw);
  }
}
/*
---------------------------------------- */
/* layout
-----------------------------------------------------------------------------*/
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"), url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

@media screen and (max-width: 1280px) and (min-width: 767.01px) {
  html {
    font-size: 0.7421875vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
/*------------- .l-main -------------*/
.l-main {
  width: 100%;
  overflow: hidden;
  margin-top: min(5.2083333333vw, 100px);
  position: relative;
}

.l-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f6ef;
  position: absolute;
  inset: 0;
  z-index: -9999;
}

.l-detail {
  padding-block: 0 10rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.l-detail-box:not(:last-child) {
  margin-bottom: 5rem;
}

.l-content {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
.l-content._1920 {
  max-width: 192rem;
}
.l-content._1000 {
  max-width: 100rem;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 16vw;
  }
  .l-content {
    max-width: 100%;
    padding-inline: 5.3333333333vw;
  }
  .l-content._1920 {
    max-width: 100%;
  }
  .l-content._1000 {
    max-width: 100%;
  }
  .l-content._sp-px-0 {
    padding-inline: 0;
  }
  .l-content._sp-px-10 {
    padding-inline: 2.6666666667vw;
  }
}
/* l-header
---------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: min(5.2083333333vw, 100px);
  padding-inline: min(4.1666666667vw, 80px);
  z-index: 9000;
  transition: background-color 0.3s ease 0s;
  background-color: #fff;
  box-shadow: 0 0 min(0.5208333333vw, 10px) rgba(0, 0, 0, 0.1);
}

.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 min(1.0416666667vw, 20px);
  width: 100%;
  max-width: min(100vw, 1920px);
  margin-inline: auto;
  height: 100%;
}

.l-header-logo-link {
  display: flex;
  align-items: center;
  gap: min(0.78125vw, 15px);
}

.l-header-logo-txt {
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: min(2.7083333333vw, 52px);
  font-family: "Noto Serif JP";
  color: #1A1A1A;
}

@media screen and (max-width: 767px) {
  .l-header {
    gap: 0 5.3333333333vw;
    left: 50%;
    translate: -50%;
    max-width: 100%;
    height: 16vw;
    padding-inline: 5.3333333333vw;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.1);
  }
  .l-header-logo-link {
    gap: 0 2.6666666667vw;
  }
  .l-header-logo-txt {
    font-size: 8vw;
  }
}
/* l-gnav-wrap
---------------------------------------------------------------------------- */
.l-gnav-wrap {
  width: fit-content;
}

.l-gnav {
  display: flex;
  align-items: center;
  gap: 0 min(2.6041666667vw, 50px);
}

.l-gnav-items {
  display: flex;
  align-items: center;
  gap: 0 min(2.0833333333vw, 40px);
}

.l-gnav-item-link {
  display: block;
  padding-inline: min(0.5208333333vw, 10px);
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  font-size: min(1.25vw, 24px);
  color: inherit;
  position: relative;
}

.l-gnav-item-link::before {
  content: "";
  height: min(0.1041666667vw, 2px);
  background-color: #052b61;
  position: absolute;
  width: 0;
  bottom: max(-0.2604166667vw, -5px);
  left: 50%;
  right: 50%;
  translate: -50% 0;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .l-gnav-item-link:hover::before {
    width: 70%;
    background-color: #052b61;
  }
}
.l-gnav-item-tel-link {
  display: block;
}

.l-gnav-item-tel-link-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: min(0.2604166667vw, 5px);
}

.l-gnav-item-tel-link-num {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: min(1.6666666667vw, 32px);
  color: #1A1A1A;
  position: relative;
  padding-left: min(1.3020833333vw, 25px);
}

.l-gnav-item-tel-link-num::before {
  content: "";
  width: min(1.0416666667vw, 20px);
  height: min(1.0416666667vw, 20px);
  mask-image: url(./../../images/common/icn_tel.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  background-color: #757575;
  top: 55%;
  left: 0;
  translate: 0 -50%;
}

.l-gnav-item-tel-link-txt {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: min(0.9375vw, 18px);
  color: #757575;
}

.l-menu-cover {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-gnav-wrap {
    position: fixed;
    top: 16vw;
    right: 0;
    transform: translateX(101%);
    width: 100%;
    height: auto;
    max-height: 133.3333333333vw;
    overflow-y: auto;
    z-index: 8999;
    transition: transform 0.3s ease 0s;
    padding: 8vw 10.6666666667vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #fff;
  }
  .l-gnav-wrap::-webkit-scrollbar {
    display: none;
  }
  .l-gnav-wrap.is-open {
    display: block;
    transform: translateX(0);
    pointer-events: auto;
  }
  .l-gnav {
    flex-direction: column;
    align-items: initial;
    gap: 8vw;
    width: 100%;
    height: auto;
    pointer-events: auto;
  }
  .l-gnav-items {
    width: 100%;
    flex-direction: column;
    align-items: initial;
    gap: 5.3333333333vw;
  }
  .l-gnav-item {
    width: 100%;
    border-bottom: 1px solid #959fa8;
  }
  .l-gnav-item-link {
    font-size: 4.8vw;
    padding-inline: initial;
    padding-bottom: 2.6666666667vw;
    position: relative;
  }
  .l-gnav-item-link::before {
    content: none;
  }
  .l-gnav-item-link::after {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.5333333333vw solid #1A1A1A;
    border-right: 0.5333333333vw solid #1A1A1A;
    background-color: transparent;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 0.5333333333vw;
    translate: 0 -50%;
  }
  .l-gnav-item-tel-link {
    width: fit-content;
    margin-inline: auto;
  }
  .l-gnav-item-tel-link-inner {
    gap: 1.3333333333vw;
    width: fit-content;
    margin-inline: auto;
  }
  .l-gnav-item-tel-link-num {
    font-size: 6.4vw;
    padding-left: 6.6666666667vw;
  }
  .l-gnav-item-tel-link-num::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .l-gnav-item-tel-link-txt {
    font-size: 4.2666666667vw;
  }
  .m-menu-icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 17.6vw;
    height: 100%;
    z-index: 9999;
  }
  .m-menu-icon,
  .m-menu-icon::before,
  .m-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 6.9333333333vw;
    height: 0.5333333333vw;
    background-color: #1A1A1A;
    transition: transform 0.3s ease 0s;
  }
  .m-menu-icon {
    top: 50%;
    left: 5.3333333333vw;
    transform: translateY(-50%);
  }
  .m-menu-icon::before {
    transform: translateY(-2.4vw);
  }
  .m-menu-icon::after {
    transform: translateY(2.4vw);
  }
  .m-menu-icon.is-open {
    background-color: transparent;
  }
  .m-menu-icon.is-open::before {
    transform: translateY(0) rotate(-45deg);
  }
  .m-menu-icon.is-open::after {
    transform: translateY(0) rotate(45deg);
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100svh + 16vw);
    background-color: rgba(26, 26, 26, 0.5);
    z-index: 8000;
  }
}
/* l-breadcrumbs
---------------------------------------------------------------------------- */
.l-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 2em;
}
.l-breadcrumbs ol li {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}
.l-breadcrumbs ol li::before {
  position: absolute;
  content: "ー";
  top: 0;
  right: -0.5em;
  transform: translateX(100%);
  font-weight: 400;
}
.l-breadcrumbs ol li a {
  color: #1A1A1A;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-decoration: underline;
}
.l-breadcrumbs ol li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-breadcrumbs ol li:last-child::before {
  content: none;
}
.l-breadcrumbs ol li:last-child a {
  pointer-events: none;
  text-decoration: none;
  color: #959FA8;
}

.l-breadcrumbs.is-plan ol li a {
  color: #fff;
}
.l-breadcrumbs.is-plan ol li:last-child a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    /* はみ出し部分をスクロールする */
    overflow-x: auto;
    overflow-y: hidden;
    /* テキストを改行しないようにする */
    word-break: keep-all;
    white-space: nowrap;
    /* スクロールの動きを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールバーを非表示にする（Firefox用） */
    scrollbar-width: none;
  }
  .l-breadcrumbs::-webkit-scrollbar {
    /* スクロールバーを非表示にする（Chrome, Safari用） */
    display: none;
  }
  .l-breadcrumbs ol {
    gap: 6.6666666667vw;
  }
  .l-breadcrumbs ol li {
    font-size: 3.2vw;
  }
}
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 1000;
}
.l-pagetop.is-fix {
  position: absolute;
  bottom: initial;
  translate: 0 -50%;
}

.l-pagetop a {
  display: block;
  width: 7rem;
  height: 7rem;
  background-color: #052b61;
  border-radius: 50%;
  position: relative;
  border: 0.3rem solid #fff;
}

.l-pagetop a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 57%;
  left: 50%;
  translate: -50% -50%;
}

@media (max-width: 767px) {
  .l-pagetop {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .l-pagetop a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border: 0.5333333333vw solid #fff;
  }
  .l-pagetop a::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-top: 0.8vw solid #fff;
    border-right: 0.8vw solid #fff;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  position: relative;
  padding-top: 5rem;
  background-color: #303030;
  color: #fff;
}

.l-footer-top {
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 0 8rem;
}

.l-footer-top-logo-link {
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Noto Serif JP";
  color: #fff;
}

.l-footer-top-tel-link {
  display: block;
}

.l-footer-top-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 4rem;
}

.l-footer-page {
  display: grid;
  grid-template: "item1 item2 " auto/1fr 1fr;
  gap: 2rem 4rem;
}
.l-footer-page > :nth-child(1) {
  grid-area: item1;
}
.l-footer-page > :nth-child(2) {
  grid-area: item2;
}

.l-footer-page-item-link {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #dbdbdc;
}

.l-footer-page-child {
  margin-top: 2rem;
}

.l-footer-page-child-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-footer-page-child-item {
  padding-left: 0;
}

.l-footer-page-child-item-link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.6rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}

.l-footer-page-child-item-link::before {
  content: "";
  width: 1.4rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 10vmax;
}

.l-footer-bottom-container {
  padding-block: 1rem;
  background-color: #303030;
}

.l-footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
}

.l-footer-bottom-wrap {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}

.l-footer-bottom-wrap-list-link {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.l-footer-bottom-wrap-list-link:hover {
  text-decoration: none;
}

.l-footer-bottom-copy {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer {
    padding-top: 10.6666666667vw;
  }
  .l-footer-top {
    padding-bottom: 8vw;
    grid-template-columns: 1fr;
    justify-content: initial;
    gap: initial;
  }
  .l-footer-top-wrap {
    display: contents;
  }
  .l-footer-top-logo {
    text-align: center;
  }
  .l-footer-top-logo-link {
    font-size: 9.3333333333vw;
  }
  .l-footer-top-txt {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
  .l-footer-page {
    display: grid;
    grid-template: "item1" auto "item2" auto/1fr;
    gap: 5.3333333333vw;
    margin-top: 7.4666666667vw;
  }
  .l-footer-page-item-link {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: start;
    column-gap: 2.6666666667vw;
    padding-left: initial;
    font-size: 4.5333333333vw;
  }
  .l-footer-page-item-link span {
    width: 5.8666666667vw;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
  }
  .l-footer-page-item-link span::before,
  .l-footer-page-item-link span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    background-color: #fff;
  }
  .l-footer-page-item-link span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease;
  }
  .l-footer-page-item-link.is-open span::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .l-footer-page-child {
    margin-top: 4vw;
    display: none;
  }
  .l-footer-page-child-items {
    gap: 4vw;
  }
  .l-footer-page-child-item {
    padding-inline: 2.6666666667vw;
  }
  .l-footer-page-child-item-link {
    grid-template-columns: 1fr auto;
    column-gap: 1.3333333333vw;
    font-size: 4vw;
  }
  .l-footer-page-child-item-link::before {
    content: none;
  }
  .l-footer-page-child-item-link::after {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
    transform: rotate(45deg);
  }
  .l-footer-page-child-banner-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .l-footer-page-child-banner-item-link {
    width: 100%;
    aspect-ratio: 150/40;
  }
  .l-footer-page-child-banner-item-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .l-footer-bottom-container {
    padding-block: 3.4666666667vw 3.2vw;
  }
  .l-footer-bottom-wrapper {
    flex-direction: column;
    justify-content: initial;
    gap: 2.1333333333vw;
  }
  .l-footer-bottom-wrap {
    gap: 0 3.4666666667vw;
  }
  .l-footer-bottom-wrap-list-link {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    text-underline-offset: 0.5333333333vw;
  }
  .l-footer-bottom-copy {
    font-size: 3.7333333333vw;
  }
}
/*------------- .l-follow-cv -------------*/
@media screen and (max-width: 767px) {
  .l-follow-cv-btn-wrap {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-follow-cv-btn-wrap-box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.3333333333vw;
    align-items: center;
  }
  .l-follow-cv-btn {
    width: 100%;
    min-height: 12.5333333333vw;
    background-color: red;
    border-radius: 10vmax;
    box-shadow: 0 1.0666666667vw 0 red;
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    display: grid;
    place-content: center;
    place-items: center;
  }
  .l-follow-cv-btn:hover {
    transform: translateY(1.0666666667vw);
    box-shadow: 0 0 0 rgba(255, 0, 0, 0);
  }
  .l-follow-cv-btn span {
    display: inline-block;
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-left: 8vw;
    position: relative;
  }
  .l-follow-cv-btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8vw;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-follow-cv-btn._tel {
    width: 45.3333333333vw;
  }
  .l-follow-cv-btn._tel span::before {
    background-image: url(./../../images/common/icn_follow_tel.svg);
  }
  .l-follow-cv-btn._mail span::before {
    background-image: url(./../../images/common/icn_follow_mail.svg);
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
