@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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;
  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;
}

/*--------------- form reset ------------*/
button {
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
button:hover {
  opacity: 0.7;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 15px;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 25px;
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=checkbox] + span::before {
  border-color: #1e2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1e2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 2px solid #313131;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 1px #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit],
input[type=reset],
button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }
  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  color: #b7b7b7;
}

html {
  font-size: 62.5%;
}

body {
  color: #2f3136;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-break: break-word;
  line-break: strict;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.7;
  }
}
body.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

dl,
ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}
a:link, a:active, a:visited {
  text-decoration: none;
}

button:hover {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
  button {
    transition: opacity 0.3s;
  }
  a:focus-visible,
  button:focus-visible {
    outline: 2px solid #0750cb;
    outline-offset: 0;
  }
  .js-imgHover a:hover,
  .js-imgHover a:hover img {
    opacity: 1;
  }
}
label input[type=checkbox] + span::before,
label input[type=checkbox] + span::after {
  content: none;
}

.c-inner {
  width: 114.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.c-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e61f20;
  width: 30rem;
  height: 7rem;
  color: #fff;
  border-radius: 10rem;
  border: 2px solid #e61f20;
  transition: background-color 0.3s, color 0.3s;
  margin: 0 auto;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-btn:hover {
    opacity: 1;
    background: #fff;
    color: #e61f20;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 26rem;
    padding-bottom: 0.5rem;
  }
}
.c-btn span {
  display: inline-block;
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn span {
    font-size: 2rem;
  }
}
.c-btn.m-mail span {
  padding-left: 3.4rem;
}
.c-btn.m-mail span:before, .c-btn.m-mail span:after {
  content: "";
  width: 2.3rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn.m-mail span:before, .c-btn.m-mail span:after {
    margin-top: 0.2rem;
  }
}
.c-btn.m-mail span:before {
  background-image: url(../img/icn_mail_off.svg);
}
.c-btn.m-mail span:after {
  background-image: url(../img/icn_mail_on.svg);
  opacity: 0;
}
.c-btn.m-mail.m-small {
  width: 17.4rem;
  height: 4.8rem;
}
.c-btn.m-mail.m-small span {
  font-size: 1.4rem;
  padding-left: 2.2rem;
}
.c-btn.m-mail.m-small span:before, .c-btn.m-mail.m-small span:after {
  width: 1.6rem;
  height: 1.2rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-btn.m-mail:hover span:before {
    opacity: 0;
  }
  .c-btn.m-mail:hover span:after {
    opacity: 1;
  }
}

.c-btn-sec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 30rem;
  height: 7rem;
  color: #0750cb;
  border-radius: 10rem;
  border: 2px solid #0750cb;
  transition: background-color 0.3s, color 0.3s;
  margin: 0 auto;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-btn-sec:hover {
    background: rgba(7, 80, 203, 0.12);
  }
}
@media screen and (max-width: 767px) {
  .c-btn-sec {
    width: 26rem;
    padding-bottom: 0.5rem;
  }
}
.c-btn-sec span {
  display: inline-block;
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn-sec span {
    font-size: 2rem;
  }
}
.c-btn-sec.m-leaflet span {
  padding-left: 2.9rem;
}
.c-btn-sec.m-leaflet span:before {
  content: "";
  width: 1.8rem;
  height: 1.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-sec.m-leaflet span:before {
    margin-top: 0.2rem;
  }
}
.c-btn-sec.m-leaflet span:before {
  background-image: url(../img/icn_leaflet.svg);
}

.c-btn-third {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 30rem;
  height: 7rem;
  color: #e61f20;
  border-radius: 10rem;
  border: 2px solid #e61f20;
  transition: background-color 0.3s, color 0.3s;
  margin: 0 auto;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-btn-third:hover {
    background: rgba(230, 31, 32, 0.12);
  }
}
@media screen and (max-width: 767px) {
  .c-btn-third {
    width: 26rem;
    padding-bottom: 0.5rem;
  }
}
.c-btn-third span {
  display: inline-block;
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn-third span {
    font-size: 2rem;
  }
}

.l-page {
  background: #f4f5f8;
  padding: 11rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 9.4rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page .c-inner {
    padding: 0 3%;
  }
}
.l-page-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-page-wrap {
    display: block;
  }
}
.l-page-main {
  width: 100%;
}

.c-breadcrumbs {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin: 2rem 0;
  }
}
.c-breadcrumbs ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-breadcrumbs ol li {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: 1.2rem;
}
.c-breadcrumbs ol li:after {
  content: ">";
  padding: 0 0.5rem;
}
.c-breadcrumbs ol li:last-child {
  color: #2f3136;
}
.c-breadcrumbs ol li:last-child:after {
  content: none;
}
.c-breadcrumbs ol li:last-child a {
  pointer-events: none;
}

/*20240702_synagy*/
.synergy-nform-root ._buttonItem .css-4imsnz-Submission__Next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e61f20;
  width: 32rem;
  height: 7rem;
  color: #fff;
  border-radius: 10rem;
  border: 2px solid #e61f20;
  transition: background 0.3s, color 0.3s;
  margin: 0 auto;
  font-size: 0;
  font-weight: 700;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .synergy-nform-root ._buttonItem .css-4imsnz-Submission__Next {
    width: 26rem;
    padding-bottom: 0.5rem;
  }
}
.synergy-nform-root ._buttonItem .css-4imsnz-Submission__Next:before {
  content: "送信する";
  color: #fff;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .synergy-nform-root ._buttonItem .css-4imsnz-Submission__Next:before {
    font-size: 2rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .synergy-nform-root ._buttonItem .css-4imsnz-Submission__Next:hover {
    opacity: 1;
    background: #fff;
  }
  .synergy-nform-root ._buttonItem .css-4imsnz-Submission__Next:hover:before {
    color: #e61f20;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

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

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

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

.u-hover {
  transition: opacity 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .u-hover:hover {
    opacity: 0.7;
  }
}

.u-en {
  font-family: "Work Sans", sans-serif;
}

/* --------------------------------------------------
  js-inview
-------------------------------------------------- */
.js-inview {
  transition: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}
.js-inview.is-inview {
  opacity: 1;
}
.js-inview.m-delay01 {
  transition-delay: 0.8s;
}
.js-inview.m-delay02 {
  transition-delay: 1.5s;
}

.l-header {
  background: rgba(255, 255, 255, 0.9);
  height: 9.6rem;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  /* /toggle */
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 9.4rem;
    position: absolute;
  }
}
.l-header-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  height: 100%;
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-header-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    padding: 0;
  }
}
.l-header-logo {
  width: 17.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 16.4rem;
    margin-right: 2rem;
  }
}
.l-header-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 3.5rem;
    width: 100%;
    height: 9rem;
    padding: 1rem 2rem;
  }
  .l-header-nav:before {
    content: "";
    width: 35.5rem;
    height: 7rem;
    border: 1px solid #d2d2d2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: -1;
  }
}
.l-header-nav-gnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-gnav {
    display: block;
    position: absolute;
    bottom: 8.5rem;
    right: calc(50% - 17.5rem);
    background: #fff;
    border-radius: 1.5rem;
    padding: 1rem 0;
    display: none;
  }
}
.l-header-nav-gnav li a {
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  background: #fff;
  display: inline-block;
  border-radius: 10rem;
  transition: text-shadow 0.3s ease, background 0.3s ease;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-nav-gnav li a {
    background: none;
    padding: 0.6rem 1.5rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-nav-gnav li a:hover {
    opacity: 1;
    text-shadow: 0 0 0 #2f3136;
    background: #f4f5f8;
  }
}
.l-header-nav-gnav li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.l-header-nav-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-header-nav-contact {
    max-width: 34rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
  }
}
.l-header-nav-contact .contact-tel a {
  line-height: 1.5;
  text-align: center;
}
.l-header-nav-contact .contact-tel a .tel-outline {
  display: block;
  font-size: 1.2rem;
}
.l-header-nav-contact .contact-tel a .tel-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2rem;
  position: relative;
}
.l-header-nav-contact .contact-tel a .tel-number:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icn_header_tel.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-nav-contact .contact-tel a {
    background: #2f3136;
    border: 2px solid #2f3136;
    width: 12.9rem;
    height: 5rem;
  }
  .l-header-nav-contact .contact-tel a span {
    font-size: 1.4rem;
    padding: 0.5rem 0 0 2.2rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
  }
  .l-header-nav-contact .contact-tel a span:before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/icn_tel_off.svg) no-repeat left top/contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav-contact .contact-mail a.m-small {
    width: 12.9rem;
    height: 5rem;
  }
  .l-header-nav-contact .contact-mail a.m-small span {
    padding-top: 0.5rem;
  }
  .l-header-nav-contact .contact-mail a.m-small span:before {
    margin-top: 0.3rem;
  }
}
.l-header-nav-bg {
  background: #2f3136;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    right: calc(50% - 16.5rem);
    top: calc(50% - 2.5rem);
    width: 5rem;
    height: 5rem;
    z-index: 10;
    border-radius: 5rem;
    border: 1px solid #2f3136;
  }
  .l-header-toggle .toggle-wrap {
    width: 1.4rem;
    height: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 0.5rem);
    margin: 0 auto;
  }
  .l-header-toggle span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2f3136;
    border-radius: 0;
  }
  .l-header-toggle span:nth-of-type(1) {
    top: 0;
  }
  .l-header-toggle span:nth-of-type(2) {
    top: 0.4rem;
  }
  .l-header-toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header-toggle.is-active span:nth-of-type(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .l-header-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-toggle.is-active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(-45deg);
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  background: #f4f5f8;
  padding: 11.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8rem 0;
    margin-bottom: 9rem;
  }
}
.l-footer-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    display: block;
  }
}
.l-footer-head {
  width: 41.3rem;
  border-right: 1px solid #d2d2d2;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head {
    width: 100%;
    border: none;
    padding-bottom: 5rem;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-head .head {
    width: 100%;
  }
}
.l-footer-head .head-headline {
  width: 22.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .head-headline {
    width: 18.6rem;
  }
}
.l-footer-head .head-division {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.l-footer-head .head-trustee {
  font-size: 1.4rem;
  display: flex;
  margin-bottom: 1.5rem;
}
.l-footer-head .head-link {
  font-size: 1.4rem;
}
.l-footer-body {
  flex: 1;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body {
    padding: 5rem 0 0;
  }
}
.l-footer-body .body-tel {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .body-tel {
    margin-bottom: 1rem;
  }
}
.l-footer-body .body-tel a {
  display: inline-block;
  position: relative;
  padding-left: 3.7rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-body .body-tel a {
    font-size: 2rem;
  }
}
.l-footer-body .body-tel a:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/icn_footer_tel.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer-body .body-mail {
  margin-bottom: 0.9rem;
}
.l-footer-body .body-mail a {
  display: inline-block;
  position: relative;
  padding-left: 3.7rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-body .body-mail a {
    font-size: 1.5rem;
  }
}
.l-footer-body .body-mail a:before {
  content: "";
  width: 2.6rem;
  height: 2rem;
  background: url(../img/icn_footer_mail.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer-body .body-ontime {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .body-ontime {
    margin-top: 2rem;
  }
}
.l-footer-copyright {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    letter-spacing: -0.03rem;
    line-height: 1.2;
  }
}
