/**
* Foundation
* ========================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -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 {
  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 */
  -moz-appearance: none;
       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;
}

/*! destyle.css v4.0.1 */
/*! Original */
* {
  background-repeat: no-repeat;
}

@media (prefers-color-scheme: dark) {
  body::-webkit-scrollbar {
    background-color: #fff;
  }
  body::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 6px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-track {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*! Original */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100svh;
}
@media screen and (max-width: 599px) {
  body {
    padding-top: 140px;
  }
}

body, input, select, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  color: #231815;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  body, input, select, textarea {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.body-wrap {
  overflow-x: hidden;
}

a {
  color: #231815;
}
a:hover {
  color: #231815;
}

img {
  max-width: 100%;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
::-webkit-input-placeholder {
  color: #CCCCCC;
}
::-moz-placeholder {
  color: #CCCCCC;
}
:-ms-input-placeholder {
  color: #CCCCCC;
}
::-ms-input-placeholder {
  color: #CCCCCC;
}
::placeholder {
  color: #CCCCCC;
}

/* :target {
    scroll-margin-top: 100px;

    @include mq-pc(sp) {
        scroll-margin-top: 70px;
    }
} */
/**
* Layout
* ========================== */
.l-wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1160px) {
  .l-wrap {
    padding: 0 20px;
  }
  .l-wrap.--v-sppd-00 {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-section {
  padding-top: 60px;
}
.l-section > *:first-child {
  margin-top: 0;
}
.l-section > *:last-child {
  margin-bottom: 0;
}
.l-section.--huge {
  padding: 140px 0 0 0;
}
.l-section.--large {
  padding: 120px 0 0 0;
}
.l-section.--middle {
  padding: 80px 0 0 0;
}
.l-section.--small {
  padding: 60px 0 0 0;
}
.l-section.--pt-0 {
  padding-top: 0;
}
.l-section.--pb-0 {
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .l-section {
    padding-top: 30px;
  }
  .l-section.--v-sppt-00 {
    padding-top: 0;
  }
  .l-section.--v-sppb-00 {
    padding-bottom: 0;
  }
}

/* Object
* ========================== */
/* Component ------------ */
.c-heading-01 {
  background: -webkit-gradient(linear, left top, right top, from(#ea5514), to(#f08506));
  background: -webkit-linear-gradient(left, #ea5514, #f08506);
  background: linear-gradient(to right, #ea5514, #f08506);
  padding: 12px 24px;
  text-align: center;
  margin-bottom: 32px;
}
.c-heading-01 h1,
.c-heading-01 h2,
.c-heading-01 h3,
.c-heading-01 h4,
.c-heading-01 h5,
.c-heading-01 h6 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-heading-01.--v-mb-00 {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .c-heading-01 {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
    padding: 8px 20px;
  }
  .c-heading-01 h1,
  .c-heading-01 h2,
  .c-heading-01 h3,
  .c-heading-01 h4,
  .c-heading-01 h5,
  .c-heading-01 h6 {
    font-size: 18px;
  }
}

/* Project ------------ */
.p-footer {
  margin: 0 auto;
  padding: 100px 0 60px;
  width: 600px;
}
.p-footer .e-contact-01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 700;
  height: 70px;
  background-color: #8fc31f;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-footer .e-contact-01 a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  font-size: 20px;
}
.p-footer .e-tel-01 {
  margin-top: 36px;
}
.p-footer .e-logo-01 {
  margin-top: 36px;
}
.p-footer .e-logo-01 dt {
  width: 240px;
}
.p-footer .e-logo-01 dd {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}
.p-footer .e-copyright-01 {
  margin-top: 36px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-footer {
    padding: 50px 20px 72px;
    width: 100%;
  }
  .p-footer .e-contact-01 a {
    height: 60px;
  }
  .p-footer .e-contact-01 a span {
    gap: 0 12px;
    font-size: 18px;
  }
  .p-footer .e-contact-01 a span img {
    width: 24px;
  }
  .p-footer .e-tel-01 {
    margin-top: 20px;
  }
  .p-footer .e-logo-01 {
    margin-top: 20px;
  }
  .p-footer .e-copyright-01 {
    margin-top: 20px;
  }
}

.p-footer-fixed-navi {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-footer-fixed-navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    padding: 2px 0 0;
  }
  .p-footer-fixed-navi > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2px;
  }
  .p-footer-fixed-navi > ul li {
    height: 40px;
  }
  .p-footer-fixed-navi > ul li a {
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    letter-spacing: 0.84px;
    font-size: 14px;
  }
  .p-footer-fixed-navi > ul li a img {
    vertical-align: bottom;
  }
  .p-footer-fixed-navi > ul .e-navi-01 {
    width: 50px;
  }
  .p-footer-fixed-navi > ul .e-navi-01 a {
    background-color: #7dbc23;
  }
  .p-footer-fixed-navi > ul .e-navi-01 a img {
    width: 22px;
  }
  .p-footer-fixed-navi > ul .e-navi-02 {
    width: 100px;
  }
  .p-footer-fixed-navi > ul .e-navi-02 a {
    background-color: #f88120;
  }
  .p-footer-fixed-navi > ul .e-navi-03 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-footer-fixed-navi > ul .e-navi-03 a {
    background-color: #ee5f08;
  }
  .p-footer-fixed-navi > ul .e-navi-04 {
    width: 100px;
  }
  .p-footer-fixed-navi > ul .e-navi-04 a {
    background-color: #f8a420;
  }
}

.p-header {
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 10px 0;
}
.p-header__logo {
  width: 500px;
}
.p-header__navi-pc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-header__navi-pc__tel {
  width: 400px;
  padding: 0 0 10px 0;
}
.p-header__navi-pc__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  margin-top: 12px;
  padding: 0 10px 0 0;
}
.p-header__navi-pc__navi .e-navi-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
.p-header__navi-pc__navi .e-contact-01 {
  text-align: center;
}
.p-header__navi-pc__navi .e-contact-01 dt {
  font-weight: 700;
  color: #ed6d1f;
}
.p-header__navi-pc__navi .e-contact-01 dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
.p-header__navi-pc__navi .e-contact-01 dd .m-link-01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 24px;
  background-color: #ed6d1f;
  border-radius: 5px 0 0 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.p-header__navi-pc__navi .e-contact-01 dd .m-link-02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 24px;
  background-color: #8fc31f;
  border-radius: 0 5px 5px 0;
  color: #231815;
  font-size: 12px;
  font-weight: 700;
}
.p-header__navi-sp {
  display: none;
}
.p-header__navi-sub-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-header {
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .p-header__logo {
    width: 170px;
  }
  .p-header__navi-pc {
    display: none;
  }
  .p-header__navi-sp {
    display: block;
  }
  .p-header__navi-sp ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 8px;
  }
  .p-header__navi-sp ul li {
    width: 37px;
  }
  .p-header__navi-sub-sp {
    display: block;
    display: flex;
    flex: 1;
    padding: 10px 0;
    gap:10px;
  }
}

.home-sec-01__box {
  background-color: #efefef;
  border-radius: 10px;
  padding: 30px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
}
.home-sec-01__box .e-img-01 {
  width: 290px;
}
.home-sec-01__box .e-img-01 img + img {
  margin-top: 12px;
}
.home-sec-01__box .e-list-01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-sec-01__box .e-list-01 ol > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 12px;
}
.home-sec-01__box .e-list-01 ol > li img {
  width: 40px;
}
.home-sec-01__box .e-list-01 ol > li div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-sec-01__box .e-list-01 ol > li div strong {
  font-weight: 700;
}
.home-sec-01__box .e-list-01 ol > li div p {
  font-size: 12px;
  font-weight: 700;
}
.home-sec-01__box .e-list-01 ol > li + li {
  margin-top: 12px;
}
@media screen and (max-width: 599px) {
  .home-sec-01__box {
    border-radius: 0;
    padding: 0 0 40px;
    display: block;
  }
  .home-sec-01__box .e-img-01 {
    width: 100%;
  }
  .home-sec-01__box .e-img-01 img + img {
    margin-top: 0;
  }
  .home-sec-01__box .e-list-01 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 20px 20px 0;
  }
  .home-sec-01__box .e-list-01 ol > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 12px;
  }
  .home-sec-01__box .e-list-01 ol > li img {
    width: 40px;
  }
  .home-sec-01__box .e-list-01 ol > li div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-sec-01__box .e-list-01 ol > li div strong {
    font-weight: 700;
  }
  .home-sec-01__box .e-list-01 ol > li div p {
    font-size: 12px;
    font-weight: 700;
  }
  .home-sec-01__box .e-list-01 ol > li + li {
    margin-top: 12px;
  }
}

.home-sec-02__box {
  background-color: #f7f8d0;
  border-radius: 10px;
  padding: 30px 60px;
  position: relative;
}
.home-sec-02__box .e-list-01 {
  margin-top: 24px;
}
.home-sec-02__box .e-list-01 .m-point-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 12px;
  background-image: url("../img/cmn-dot-01.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;
}
.home-sec-02__box .e-list-01 .m-point-01 img {
  width: 50px;
}
.home-sec-02__box .e-list-01 .m-point-01 div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-sec-02__box .e-list-01 .m-point-01 div h2 {
  font-size: 20px;
  font-weight: 700;
}
.home-sec-02__box .e-list-01 .m-point-01 div p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}
.home-sec-02__box .e-list-01 .m-point-01 + .m-point-01 {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .home-sec-02__box {
    background-color: #f7f8d0;
    border-radius: 0;
    padding: 0 0 40px;
  }
  .home-sec-02__box .e-list-01 {
    margin-top: 20px;
    padding: 0 20px;
  }
  .home-sec-02__box .e-list-01 .m-point-01 {
    gap: 0 8px;
    padding-bottom: 16px;
  }
  .home-sec-02__box .e-list-01 .m-point-01 img {
    width: 40px;
  }
  .home-sec-02__box .e-list-01 .m-point-01 div h2 {
    font-size: 18px;
  }
  .home-sec-02__box .e-list-01 .m-point-01 div p {
    font-size: 12px;
  }
  .home-sec-02__box .e-list-01 .m-point-01 + .m-point-01 {
    margin-top: 16px;
  }
}

.home-sec-02__catch {
  width: 240px;
  position: absolute;
  top: -50px;
  left: 50px;
}
@media screen and (max-width: 599px) {
  .home-sec-02__catch {
    display: none;
  }
}

.home-sec-03__bnr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 599px) {
  .home-sec-03__bnr {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-sec-04 .home-sec-04__catch {
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .home-sec-04 .home-sec-04__catch {
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-sec-04 .home-sec-04__school {
  background-image: url("../img/home-sec04-bg-01.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.home-sec-04 .home-sec-04__school .home-sec-04__school__inner {
  margin: 0 auto;
  width: 840px;
}
@media screen and (max-width: 599px) {
  .home-sec-04 .home-sec-04__school {
    padding-top: 20px;
  }
  .home-sec-04 .home-sec-04__school .home-sec-04__school__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-sec-04 .e-school-info-01 .m-main-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  line-height: 1;
}
.home-sec-04 .e-school-info-01 .m-main-01 dt {
  font-weight: 700;
  font-size: 60px;
}
.home-sec-04 .e-school-info-01 .m-main-01 .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 1px;
  background-color: #004082;
}
.home-sec-04 .e-school-info-01 .m-main-01 .deco {
  position: relative;
}
.home-sec-04 .e-school-info-01 .m-main-01 .deco .s-deco-01 {
  position: absolute;
  top: 20px;
  right: -28px;
  width: 70px;
}
.home-sec-04 .e-school-info-01 .m-main-01 dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
  font-size: 32px;
  gap: 0 12px;
}
.home-sec-04 .e-school-info-01 .m-main-01 dd .s-number-01 {
  font-size: 86px;
  font-style: italic;
  color: #ed6d1f;
}
.home-sec-04 .e-school-info-01 .m-sub-01 {
  line-height: 1.2;
}
.home-sec-04 .e-school-info-01 .m-sub-01 p {
  font-size: 24px;
  font-weight: 700;
}
.home-sec-04 .e-school-info-01 .m-sub-01 p .s-number-01 {
  font-size: 44px;
  color: #ed6d1f;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .home-sec-04 .e-school-info-01 .m-main-01 {
    gap: 0 8px;
  }
  .home-sec-04 .e-school-info-01 .m-main-01 dt {
    font-size: 32px;
  }
  .home-sec-04 .e-school-info-01 .m-main-01 .deco .s-deco-01 {
    top: 60px;
    right: -10px;
    width: 30px;
  }
  .home-sec-04 .e-school-info-01 .m-main-01 dd {
    font-size: 24px;
    gap: 0 8px;
  }
  .home-sec-04 .e-school-info-01 .m-main-01 dd .s-number-01 {
    font-size: 44px;
  }
  .home-sec-04 .e-school-info-01 .m-sub-01 p {
    font-size: 13px;
  }
  .home-sec-04 .e-school-info-01 .m-sub-01 p .s-number-01 {
    font-size: 24px;
  }
}
.home-sec-04 .e-school-info-02 {
  margin-top: 24px;
}
.home-sec-04 .e-school-info-02 .m-main-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  line-height: 1;
}
.home-sec-04 .e-school-info-02 .m-main-01 dt {
  font-weight: 700;
  font-size: 44px;
}
.home-sec-04 .e-school-info-02 .m-main-01 dt span {
  font-size: 72px;
  font-style: italic;
  color: #ed6d1f;
}
.home-sec-04 .e-school-info-02 .m-main-01 .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 1px;
  background-color: #004082;
}
.home-sec-04 .e-school-info-02 .m-main-01 .deco {
  position: relative;
}
.home-sec-04 .e-school-info-02 .m-main-01 .deco .s-deco-01 {
  position: absolute;
  top: 20px;
  right: -28px;
  width: 70px;
}
.home-sec-04 .e-school-info-02 .m-main-01 dd {
  font-weight: 700;
}
.home-sec-04 .e-school-info-02 .m-main-01 dd .s-heading-01 {
  font-size: 20px;
}
.home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-01 {
  font-size: 32px;
  color: #ed6d1f;
}
.home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-01 span {
  font-size: 48px;
  font-style: italic;
}
.home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-02 {
  font-size: 20px;
}
.home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-02 span {
  font-size: 28px;
  font-style: italic;
  color: #ed6d1f;
}
@media screen and (max-width: 599px) {
  .home-sec-04 .e-school-info-02 {
    margin-top: 24px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 {
    gap: 0 8px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 dt {
    font-size: 22px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 dt span {
    font-size: 36px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 .deco .s-deco-01 {
    top: 40px;
    right: -10px;
    width: 30px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 dd .s-heading-01 {
    font-size: 14px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-01 {
    font-size: 18px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-01 span {
    font-size: 24px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-02 {
    font-size: 14px;
    margin-top: 8px;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-02 > span {
    font-size: 24px;
    display: block;
    white-space: nowrap;
  }
  .home-sec-04 .e-school-info-02 .m-main-01 dd .s-text-02 > span span {
    font-size: 18px;
  }
}
.home-sec-04 .e-school-info-03 {
  margin-top: 24px;
}
.home-sec-04 .e-school-info-03 .m-3column-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home-sec-04 .e-school-info-03 .m-3column-01 > dl {
  background-image: url("../img/cmn-dot-01.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 8px;
  font-weight: 700;
  line-height: 1;
}
.home-sec-04 .e-school-info-03 .m-3column-01 > dl dt {
  font-size: 20px;
}
.home-sec-04 .e-school-info-03 .m-3column-01 > dl dd {
  font-size: 24px;
}
.home-sec-04 .e-school-info-03 .m-3column-01 > dl dd span {
  font-size: 36px;
  font-style: italic;
  color: #ed6d1f;
}
.home-sec-04 .e-school-info-03 .m-text-01 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .home-sec-04 .e-school-info-03 {
    margin-top: 20px;
  }
  .home-sec-04 .e-school-info-03 .m-3column-01 {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-sec-04 .e-school-info-03 .m-3column-01 > dl {
    gap: 0 2px;
    padding-bottom: 10px;
    margin-bottom: 4px;
  }
  .home-sec-04 .e-school-info-03 .m-3column-01 > dl dt {
    font-size: 14px;
  }
  .home-sec-04 .e-school-info-03 .m-3column-01 > dl dd {
    font-size: 14px;
  }
  .home-sec-04 .e-school-info-03 .m-3column-01 > dl dd span {
    font-size: 24px;
  }
  .home-sec-04 .e-school-info-03 .m-text-01 {
    font-size: 16px;
    margin-top: 8px;
  }
}
.home-sec-04 .e-school-note-01 {
  margin-top: 20px;
}
.home-sec-04 .e-school-note-01 li {
  font-size: 12px;
}
.home-sec-04 .e-contact-01 {
  margin-top: 24px;
}
.home-sec-04 .e-contact-01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 700;
  height: 70px;
  background-color: #8fc31f;
  font-family: "Zen Maru Gothic", sans-serif;
}
.home-sec-04 .e-contact-01 a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .home-sec-04 .e-contact-01 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home-sec-04 .e-contact-01 a {
    height: 60px;
  }
  .home-sec-04 .e-contact-01 a span {
    gap: 0 12px;
    font-size: 18px;
  }
  .home-sec-04 .e-contact-01 a span img {
    width: 32px;
  }
}

.home-sec-05 .e-text-01 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
.home-sec-05 .e-text-01 span {
  color: #ed6d1f;
}
.home-sec-05 .e-content-01 {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
.home-sec-05 .e-content-01 .m-img-01 {
  width: 400px;
}
.home-sec-05 .e-content-01 .m-text-01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .home-sec-05 .e-text-01 {
    font-size: 20px;
  }
  .home-sec-05 .e-content-01 {
    margin-top: 20px;
    display: block;
  }
  .home-sec-05 .e-content-01 .m-img-01 {
    width: 100%;
  }
  .home-sec-05 .e-content-01 .m-text-01 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 20px 20px 20px;
  }
}

.home-sec-06__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
.home-sec-06__column .e-img-01 {
  width: 140px;
}
.home-sec-06__column .e-img-01 img + img {
  margin-top: 12px;
}
.home-sec-06__column .e-text-01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
.home-sec-06__column .e-text-01 .m-heading-01 {
  font-weight: 700;
  font-size: 20px;
  border-left: 10px solid #ed6d1f;
  padding-left: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 12px;
}
.home-sec-06__column.--v-dot {
  background-image: url("../img/cmn-dot-01.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .home-sec-06__column {
    display: block;
  }
  .home-sec-06__column .e-img-01 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 8px;
  }
  .home-sec-06__column .e-img-01 img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-sec-06__column .e-img-01 img + img {
    margin-top: 0;
  }
  .home-sec-06__column .e-text-01 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-top: 20px;
  }
  .home-sec-06__column .e-text-01 .m-heading-01 {
    font-size: 18px;
  }
  .home-sec-06__column.--v-dot {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.home-sec-06__list {
  background-color: #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  padding: 20px;
  margin-top: 20px;
}
.home-sec-06__list .e-heading-01 {
  white-space: nowrap;
  font-weight: 700;
}
.home-sec-06__list .e-content-01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-sec-06__list .e-content-01 .m-text-01 {
  font-weight: 700;
}
.home-sec-06__list .e-content-01 ol {
  counter-reset: list-counter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  margin-top: 12px;
}
.home-sec-06__list .e-content-01 ol > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8px;
}
.home-sec-06__list .e-content-01 ol > li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9198a3;
  color: #fff;
  width: 12px;
  height: auto;
  text-align: center;
}
.home-sec-06__list .e-content-01 ol > li > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.home-sec-06__list .e-content-01 ol > li > div img {
  width: 90px;
}
@media screen and (max-width: 599px) {
  .home-sec-06__list {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-sec-06__list .e-heading-01 {
    white-space: nowrap;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    background-image: url("../img/cmn-dot-01.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .home-sec-06__list .e-content-01 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .home-sec-06__list .e-content-01 ol {
    display: block;
    margin-top: 12px;
  }
  .home-sec-06__list .e-content-01 ol > li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .home-sec-06__list .e-content-01 ol > li::before {
    width: 16px;
  }
  .home-sec-06__list .e-content-01 ol > li + li {
    margin-top: 12px;
  }
}

.home-sec-06__message {
  margin-top: 32px;
  border: 3px solid #ed6d1f;
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ed6d1f;
}
@media screen and (max-width: 599px) {
  .home-sec-06__message {
    margin-top: 20px;
    border: 2px solid #ed6d1f;
    padding: 8px 12px;
    text-align: left;
    font-size: 16px;
  }
}

.home-sec-07 .e-img-01 {
  max-width: 700px;
  margin: 0 auto;
}

.home-sec-08__list {
  background-image: url("../img/cmn-dot-01.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.home-sec-08__list > ol {
  counter-reset: list-counter;
}
.home-sec-08__list > ol li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 20px;
}
.home-sec-08__list > ol li > div .e-text-01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-sec-08__list > ol li > div .e-text-01 .m-heading-01 {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.home-sec-08__list > ol li > div .e-text-01 .m-heading-01::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ed6d1f;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
}
.home-sec-08__list > ol li > div .e-text-01 .m-text-01 {
  font-weight: 700;
  margin-top: 4px;
}
.home-sec-08__list > ol li > div .e-img-01 {
  width: 180px;
}
.home-sec-08__list > ol li + li {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .home-sec-08__list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .home-sec-08__list > ol li > div {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: block;
  }
  .home-sec-08__list > ol li > div .e-text-01 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-top: 8px;
  }
  .home-sec-08__list > ol li > div .e-text-01 .m-heading-01 {
    font-size: 20px;
    gap: 0 8px;
  }
  .home-sec-08__list > ol li > div .e-text-01 .m-heading-01::before {
    font-size: 14px;
    margin-top: 4px;
  }
  .home-sec-08__list > ol li > div .e-img-01 {
    width: 100%;
    text-align: center;
  }
  .home-sec-08__list > ol li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  .home-sec-08__img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.home-sec-09 .e-img-02 {
  margin-top: -140px;
}
.home-sec-09 .e-img-03 {
  margin-top: 30px;
}
.home-sec-09 .e-img-04 {
  margin-top: 20px;
}
.home-sec-09 .e-img-05 {
  margin-top: 30px;
}
.home-sec-09 .e-img-06 {
  margin-top: 20px;
}
.home-sec-09 .e-img-07 {
  margin-top: 20px;
}
.home-sec-09 .e-img-08 {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .home-sec-09 .e-img-02 {
    margin-top: 20px;
  }
}

.home-sec-10 .e-heading-01 h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.home-sec-10 .e-info-01 {
  text-align: center;
  margin-top: 24px;
}
.home-sec-10 .e-info-01 ul {
  display: inline-block;
  text-align: left;
}
.home-sec-10 .e-info-01 ul li {
  list-style: disc;
}
.home-sec-10 .e-info-01 ul li a {
  color: #004082;
  font-weight: 700;
}
.home-sec-10 .e-info-01 ul li + li {
  margin-top: 4px;
}
@media screen and (max-width: 599px) {
  .home-sec-10 .e-heading-01 h3 {
    font-size: 20px;
  }
  .home-sec-10 .e-info-01 {
    margin-top: 20px;
  }
  .home-sec-10 .e-info-01 ul {
    padding: 0 20px;
  }
}

.p-kv-home__inner {
  background-color: #8fc31f;
  padding-top: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 599px) {
  .p-kv-home__inner {
    padding-top: 8px;
  }
}

.p-kv-home__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 700;
  height: 70px;
}
.p-kv-home__btn a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .p-kv-home__btn a {
    height: 60px;
  }
  .p-kv-home__btn a span {
    gap: 0 12px;
    font-size: 18px;
  }
  .p-kv-home__btn a img {
    width: 32px;
  }
}

.p-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-menu .e-navi-01 > div {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.p-menu .e-navi-01 > div a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
.p-menu .e-contact-01 {
  text-align: center;
  margin-top: 60px;
}
.p-menu .e-contact-01 dt {
  font-size: 24px;
  font-weight: 700;
  color: #ed6d1f;
}
.p-menu .e-contact-01 dd {
  margin-top: 20px;
}
.p-menu .e-contact-01 dd .m-link-01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  background-color: #ed6d1f;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.p-menu .e-contact-01 dd .m-link-02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  background-color: #8fc31f;
  border-radius: 5px;
  color: #231815;
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}
.p-menu .e-menu-close {
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
  width: 37px;
}
.p-menu.--show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Utility ------------ */
.u-lite {
  font-weight: 300;
}

.u-regular {
  font-weight: 400;
}

.u-medium {
  font-weight: 500;
}

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

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

.u-txt-center-left {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-txt-center-left {
    text-align: left !important;
  }
}

.u-txt-left-center {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-txt-left-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-sp-fs-20 {
    font-size: min(2.604vw, 20px);
  }
  .u-sp-fs-18 {
    font-size: min(2.344vw, 18px);
  }
  .u-sp-fs-16 {
    font-size: min(2.083vw, 16px);
  }
  .u-sp-fs-14 {
    font-size: min(1.823vw, 14px);
  }
}
@media screen and (max-width: 599px) {
  .u-sp-fs-20 {
    font-size: 5.128vw;
  }
  .u-sp-fs-18 {
    font-size: 4.615vw;
  }
  .u-sp-fs-16 {
    font-size: 4.103vw;
  }
  .u-sp-fs-14 {
    font-size: 3.59vw;
  }
}
/* @import "_00_reset";
@import "_01_base";
@import "_02_component";
@import "_03_header";
@import "_04_footer";
@import "_05_side";
@import "_06_post";
@import "_07_page";
@import "_08_home"; *//*# sourceMappingURL=style.css.map */