@charset "UTF-8";
/* ============================================ */
/* リセットcss↓ */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

/* 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* ============================================ */
/* リセットcss↑ */
/* ============================================ */
/* ============================================ */
/* ベースcss↓ */
/* ============================================ */
/* ============================================ */
/* 変数 css↓ */
/* ============================================ */
/* ↓色変数↓ */
/* フォントサイズ変数 */
/* マージン変数 */
/* ============================================ */
/* color変数 css↑ */
/* ============================================ */
/* ============================================ */
/* ベースcss↓ */
/* ============================================ */
/* ============================================ */
/* mixin css↓ */
/* ============================================ */
/* mixinで定義してるけどcssにコンパイルすると表示されないので、使いたければ_mixin.scssを確認して */
/* ↓header-container.php : ボタン↓ */
/* ↓footer-bottom.php : ボタン↓ */
/* ↓すべてのページ : メインボタン↓ */
/* ↓すべてのページ : 白ボタン↓ */
/* ↓下層ページ : 横幅500pxの長いボタン */
/* ↓下層ページ : 白の横幅500pxの長いボタン */
/* ↓下層ページ : fv */
/* ============================================ */
/* mixin css↑ */
/* ============================================ */
@font-face {
  font-family: NotoSans;
  font-style: normal;
  font-weight: lighter;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype"), url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: NotoSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype"), url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: ZenOld;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ZenOldMincho-Bold.ttf") format("truetype"), url("../fonts/ZenOldMincho-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Corporate;
  font-style: normal;
  font-weight: medium;
  src: url("../fonts/Corporate-Logo-Medium-ver3.otf") format("opentype"), url("../fonts/Corporate-Logo-Medium-ver3.ttf") format("truetype"), url("../fonts/Corporate-Logo-Medium-ver3.woff2") format("woff2");
  font-display: swap;
}
html {
  width: 100%;
  height: 100svh;
  margin-top: 0;
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}
html body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: NotoSans, sans-serif;
  font-size: 16px !important;
  font-display: swap;
  background: #eaf6ff !important;
}
html body .container {
  width: 100%;
  padding: 0;
}
html body.no-scroll {
  overflow: hidden;
}
html body img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
html body a {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
  cursor: pointer;
}
html body p,
html body h1,
html body h2,
html body h3,
html body a,
html body span,
html body ul,
html body li {
  padding: 0;
  margin: 0;
  line-height: normal;
}
html body .text-c {
  text-align: center;
}
html body .text-r {
  display: inline-block;
  text-align: left;
}
html body .max-w {
  max-width: 1000px;
  padding: 0 clamp(1%, calc(80px - 5vw), 3%) !important;
  margin: 0 auto;
}
html body .content {
  width: 100%;
  padding: 80px 0 0 !important;
  margin: 0 !important;
}
html body .content-in {
  width: 100% !important;
  max-width: 100% !important;
}
html body .content-in .main {
  width: 100%;
  padding: 0 !important;
  background: #eaf6ff !important;
  border-radius: initial !important;
}
html body .mobile-footer-menu-buttons.mobile-menu-buttons,
html body .go-to-top-button {
  display: none !important;
}
html body .wpcf7-form.failed .wpcf7-response-output {
  display: none !important;
}
html body input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
}

@media screen and (min-width: 1150px) {
  html body .br-pc {
    display: block;
  }
  html body .br-sp {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1149px) {
  html body .br-pc {
    display: none;
  }
  html body .br-sp {
    display: block;
  }
  html body .max-w {
    padding: 0 5% !important;
  }
}
@media screen and (max-width: 599px) {
  html body .br-pc {
    display: none;
  }
  html body .br-sp {
    display: block;
  }
  html body .max-w {
    padding: 0 5% !important;
  }
  html body .content {
    padding: 60px 0 0 !important;
  }
}
/* ============================================ */
/* ベースcss↑ */
/* ============================================ */
/* ↓すべてのページ : コンテンツタイトル */
.section-ttl {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.section-ttl span {
  display: block;
  font-size: 18px;
  font-weight: lighter;
}
@media (min-width: 600px) and (max-width: 1149px) {
  .section-ttl {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .section-ttl span {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .section-ttl {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .section-ttl span {
    font-size: 14px;
  }
}

/* ↓すべてのページ : コンテンツサブタイトル */
.section-sub-text {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 599px) {
  .section-sub-text {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
  }
}

/* ↓下層ページ : コンテンツサブタイトル */
.section-ttl-h3 {
  padding-bottom: 16px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #387dcd;
}
@media (min-width: 600px) and (max-width: 1149px) {
  .section-ttl-h3 {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .section-ttl-h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

* {
  box-sizing: border-box;
}

.caution-text {
  display: block;
  padding-left: 1em;
  font-size: 14px !important;
  line-height: normal !important;
  text-indent: -1em;
  white-space: wrap;
}

/* ↓ページ内リンクがあるページ : ページ内リンク */
.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
@media (max-width: 599px) {
  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/* ↓formページ : エラー文 */
.wpcf7-not-valid-tip {
  max-width: 360px;
  padding: 6px 10px 6px 19px;
  font-size: 14px !important;
  background-image: url("../img/contact-img02.webp");
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 15px 15px;
  border-radius: 4px;
}
@media (min-width: 600px) and (max-width: 1149px) {
  .wpcf7-not-valid-tip {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .wpcf7-not-valid-tip {
    max-width: 100%;
  }
}

/* ============================================ */
/* パンくずリストcss↓ */
/* ============================================ */
.breadcrumb-trail {
  padding: 8px 0 8px 30px;
  list-style: none;
}
.breadcrumb-trail li {
  display: inline;
  font-size: 12px;
  cursor: pointer;
}
.breadcrumb-trail li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-trail li + li::before {
  margin: 0.5em;
  content: ">";
}
@media (min-width: 600px) and (max-width: 1149px) {
  .breadcrumb-trail {
    padding: 8px 5%;
  }
}
@media (max-width: 599px) {
  .breadcrumb-trail {
    padding: 8px 3%;
  }
}

/* ============================================ */
/* パンくずリストcss↑ */
/* ============================================ */
/* ============================================ */
/* ヘッダーcss↓ */
/* ============================================ */
body header {
  height: auto !important;
}
body header .header-wrapper {
  position: fixed;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  margin: 0 auto;
  background-color: #fff;
}
body header .header-wrapper .header-logo {
  width: 285px;
  transition: 0.3s;
}
body header .header-wrapper .header-logo a {
  display: block;
}
body header .header-wrapper .header-logo a img {
  display: block;
}
@media (min-width: 1150px) {
  body header .header-wrapper .header-logo:hover {
    opacity: 0.7;
  }
}
body header .header-wrapper .header-nav-box .hum-box {
  position: relative;
  z-index: 11;
  display: none;
  width: 25px;
  height: 18px;
}
body header .header-wrapper .header-nav-box .hum-box span {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #000;
  border-radius: 5px;
  transition: all 0.4s;
}
body header .header-wrapper .header-nav-box .hum-box span:nth-of-type(2) {
  top: 8px;
}
body header .header-wrapper .header-nav-box .hum-box span:nth-of-type(3) {
  top: 16px;
}
body header .header-wrapper .header-nav-box .hum-box.active span:nth-of-type(1) {
  top: 0;
  left: -4px;
  width: 30px;
  transform: translateY(6px) rotate(-35deg);
}
body header .header-wrapper .header-nav-box .hum-box.active span:nth-of-type(2) {
  opacity: 0;
}
body header .header-wrapper .header-nav-box .hum-box.active span:nth-of-type(3) {
  top: 13px;
  left: -4px;
  width: 30px;
  transform: translateY(-6px) rotate(35deg);
}
body header .header-wrapper .header-nav-box .parent-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .header-wrapper .header-nav-box .parent-ul .parent-li {
  padding: 12px 10px;
  transition: background-color 0.3s;
}
body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child {
  padding: 0 0 0 10px;
}
body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn {
  position: relative;
  width: 250px;
  padding: 12px 0;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  background: linear-gradient(-300deg, rgb(255, 145, 66) 0%, rgb(238, 152, 82) 100%);
  border-radius: 50px;
}
body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn::before {
  position: absolute;
  top: calc(50% - 12.5px);
  left: 5%;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  background: rgb(255, 255, 255);
  background-image: url("../img/arrow_orange.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 50px;
}
body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn .btn-text {
  position: relative;
  z-index: 1;
  padding-left: 5px;
  font-weight: bold;
}
body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn .hover-slide {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ff932a;
  border-radius: 50px;
  transition: 0.3s;
}
body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn .hover-slide::before {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 5%;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  background-image: url("../img/arrow_orange.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: 1px solid #ff932a;
  border-radius: 50px;
}
@media (min-width: 1150px) {
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn:hover::before {
    content: none;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn:hover .btn-text {
    padding-right: 5px;
    padding-left: 0;
    color: #ff932a;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn:hover .hover-slide {
    left: 0;
  }
}
@media (min-width: 600px) and (max-width: 1149px) {
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn {
    width: 300px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn .btn-text {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn {
    width: 300px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child.header-btn-box .header-btn .btn-text {
    font-size: 14px;
  }
}
body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 1149px) {
  body header .header-wrapper .header-nav-box .hum-box {
    display: block;
  }
  body header .header-wrapper .header-nav-box .parent-ul {
    position: absolute;
    padding: 24px 80px 100px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li {
    padding: 0;
    padding-left: 25px;
    border-bottom: 1px solid;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li .parent-li-ttl {
    position: relative;
    display: block;
    padding: 24px 0;
    font-size: 20px;
    font-weight: bold;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li .parent-li-ttl::before {
    position: absolute;
    top: calc(50% - 5px);
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border: 1px solid #387dcd;
    border-radius: 20px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li.mb-32 {
    margin-bottom: 32px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .home-page {
    margin-bottom: 10px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .privacy-text {
    margin-bottom: 32px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .logo-img {
    width: 250px;
    margin-bottom: 20px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .mail-text {
    margin-bottom: 10px;
    line-height: 27px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .tel-box {
    display: inline-block;
    padding-left: 25px;
    font-size: 24px;
    font-weight: bold;
    background-image: url("../img/icon_tel.webp");
    background-repeat: no-repeat;
    background-position: left 0 bottom 43%;
    background-size: 16px;
    transition: 0.3s;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .tel-box a {
    transition: 0.3s;
  }
}
@media screen and (min-width: 600px) and (max-width: 1149px) and (min-width: 1150px) {
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .tel-box:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 600px) and (max-width: 1149px) {
  body header .header-wrapper .header-nav-box .parent-ul.fade-in {
    top: 80px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100svh;
    overflow: scroll;
    visibility: visible;
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  body header .header-wrapper {
    height: 60px;
  }
  body header .header-wrapper .header-nav-box .hum-box {
    display: block;
  }
  body header .header-wrapper .header-nav-box .parent-ul {
    position: absolute;
    padding: 40px 24px 80px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li {
    padding: 0;
    padding-left: 25px;
    border-bottom: 1px solid;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li .parent-li-ttl {
    position: relative;
    display: block;
    padding: 24px 0;
    font-size: 20px;
    font-weight: bold;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li .parent-li-ttl::before {
    position: absolute;
    top: calc(50% - 5px);
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border: 1px solid #387dcd;
    border-radius: 20px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li.mb-32 {
    margin-bottom: 32px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .parent-li:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .privacy-text {
    margin-bottom: 32px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .logo-img {
    width: 250px;
    margin-bottom: 20px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .mail-text {
    margin-bottom: 10px;
    line-height: 27px;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .tel-box {
    display: inline-block;
    padding-left: 25px;
    font-size: 24px;
    font-weight: bold;
    background-image: url("../img/icon_tel.webp");
    background-repeat: no-repeat;
    background-position: left 0 bottom 43%;
    background-size: 16px;
    transition: 0.3s;
  }
  body header .header-wrapper .header-nav-box .parent-ul .sp-nav-li .tel-box a {
    transition: 0.3s;
  }
  body header .header-wrapper .header-nav-box .parent-ul.fade-in {
    top: 60px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100svh;
    overflow: scroll;
    visibility: visible;
    background-color: #fff;
    opacity: 1;
  }
}
/* ============================================ */
/* ヘッダーcss↑ */
/* ============================================ */
/* ============================================ */
/* フッターcss↓ */
/* ============================================ */
.footer {
  padding: 0 !important;
  margin-top: 0 !important;
}
.footer .footer-container .footer-box {
  width: 90%;
  max-width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
}
.footer .footer-container .footer-box.flex-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.footer .footer-container .footer-box.flex-box .flex-left,
.footer .footer-container .footer-box.flex-box .flex-right {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer-container .footer-box.flex-box .flex-left .img-box {
  width: 250px;
  margin-bottom: 16px;
}
.footer .footer-container .footer-box.flex-box .flex-right ul {
  display: flex;
  align-items: center;
}
.footer .footer-container .footer-box.flex-box .flex-right ul li {
  padding: 0 16px;
  border-left: 1px solid #000;
}
.footer .footer-container .footer-box.flex-box .flex-right ul li:last-child {
  padding-right: 0;
  font-size: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1149px) {
  .footer .footer-container .footer-box {
    padding: 30px 0;
  }
  .footer .footer-container .footer-box.flex-box {
    display: block;
  }
  .footer .footer-container .footer-box.flex-box .flex-left,
  .footer .footer-container .footer-box.flex-box .flex-right {
    margin: 0 auto;
  }
  .footer .footer-container .footer-box.flex-box .flex-left .hide-text,
  .footer .footer-container .footer-box.flex-box .flex-right .hide-text {
    display: none;
  }
  .footer .footer-container .footer-box.flex-box .flex-right ul li:last-child {
    padding: 0;
    font-size: 10px;
    border: initial;
  }
}
@media screen and (max-width: 599px) {
  .footer .footer-container .footer-box {
    padding: 30px 0;
  }
  .footer .footer-container .footer-box.flex-box {
    display: block;
  }
  .footer .footer-container .footer-box.flex-box .flex-left,
  .footer .footer-container .footer-box.flex-box .flex-right {
    margin: 0 auto;
  }
  .footer .footer-container .footer-box.flex-box .flex-left .hide-text,
  .footer .footer-container .footer-box.flex-box .flex-right .hide-text {
    display: none;
  }
  .footer .footer-container .footer-box.flex-box .flex-right ul li:last-child {
    padding: 0;
    font-size: 10px;
    border: initial;
  }
}
/* ============================================ */
/* フッターcss↑ */
/* ============================================ */