@charset "UTF-8";
/*! 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;
}

/*
使用例:

.container {
  padding: 1rem;
  
  @include respond-to(sm) {
    padding: 1.5rem;
  }
  
  @include respond-to(md) {
    padding: 2rem;
  }
  
  @include respond-to(lg) {
    padding: 3rem;
  }
}

.mobile-only-element {
  @include mobile-only {
    display: block;
  }
  
  @include tablet-up {
    display: none;
  }
}

.responsive-text {
  font-size: 14px;
  
  @include respond-to(sm) {
    font-size: 16px;
  }
  
  @include respond-to(md) {
    font-size: 18px;
  }
  
  @include respond-to(lg) {
    font-size: 20px;
  }
}
*/
.hamburger-menu {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px;
  z-index: 1200;
  background-color: transparent;
}

.hamburger-menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 15px;
  width: 30px;
  height: 3px;
  background-color: #333333;
  border-radius: 0px;
}

.hamburger-menu span:nth-of-type(1) {
  top: 15px;
}

.hamburger-menu span:nth-of-type(2) {
  top: 28.5px;
}

.hamburger-menu span:nth-of-type(3) {
  bottom: 15px;
}

.hamburger-menu--normal.active span:nth-of-type(1) {
  -webkit-transform: translateY(13.5px) rotate(-45deg);
  transform: translateY(13.5px) rotate(-45deg);
}

.hamburger-menu--normal.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger-menu--normal.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13.5px) rotate(45deg);
  transform: translateY(-13.5px) rotate(45deg);
}

.drawer-open .hamburger-menu span:nth-of-type(1) {
  -webkit-transform: translateY(13.5px) rotate(-45deg);
  transform: translateY(13.5px) rotate(-45deg);
}

.drawer-open .hamburger-menu span:nth-of-type(2) {
  opacity: 0;
}

.drawer-open .hamburger-menu span:nth-of-type(3) {
  -webkit-transform: translateY(-13.5px) rotate(45deg);
  transform: translateY(-13.5px) rotate(45deg);
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager__prev {
  width: 50px;
}

.pager__next {
  width: 50px;
}

.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pager__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #555555;
  background-color: transparent;
  border-radius: 10px;
}

.pager__block.-current {
  color: #ffffff;
  background-color: #314b75;
}

.pager__block.-dot {
  color: #555555;
  background-color: transparent;
}

.pager__block.-prevnext {
  width: 45px;
  color: #555555;
  background-color: transparent;
}

body {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-family: sans-serif;
  background-image: url("/assets/img/lower_bg.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

body.-top {
  background-image: url("/assets/img/top_bg.jpg");
}

@media (max-width: 767px) {
  body.-top {
    background-position: 0 60px;
  }
}

p {
  line-height: 2.0;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

a:hover {
  opacity: 0.8;
}

.l-header {
  position: fixed;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}

.l-header.is-scrolled {
  background-color: rgba(244, 246, 248, 0.9);
}

.l-drawer {
  padding: 5.0rem 0;
  background-image: url("/assets/img/lower_bg.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.l-content {
  padding-top: 100px;
  min-height: 1000px;
}

.l-main {
  padding: 5.0rem 0 10.0rem;
}

@media (max-width: 767px) {
  .l-main {
    padding: 0 0 5.0rem;
  }
}

.l-contact {
  padding: 100px 0;
  background-color: #F4F6F8;
}

.l-footer {
  padding: 100px 0;
  background-color: #314b75;
}

.drawer--right .drawer-nav {
  right: -100vw;
}

.drawer-nav {
  width: 100vw;
}

.drawer-menu__item {
  display: block;
}

.drawer-menu__link {
  display: block;
  padding: 1.0rem 3.0rem;
  font-size: 18px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-brand {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 767px) {
  .header-brand {
    font-size: 18px;
  }
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav a {
  display: block;
  padding: 1.0rem;
}

.heading-contact {
  margin-bottom: 2.0rem;
  font-size: 52px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #314b75;
  text-align: center;
}

@media (max-width: 767px) {
  .heading-contact {
    font-size: 36px;
  }
}

.heading-center {
  margin-bottom: 4.0rem;
  font-size: 28px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #314b75;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .heading-center {
    font-size: 22px;
  }
}

.heading-center.-border {
  position: relative;
  padding: 1.5rem 0;
  margin: 6.0rem 0;
}

.heading-center.-border::before, .heading-center.-border::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #314b75;
}

.heading-center.-border::before {
  bottom: 100%;
}

.heading-center.-border::after {
  top: 100%;
}

.heading-3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1.0rem;
}

.heading-3:not(:first-child) {
  margin-top: 2.0rem;
}

.link {
  color: #314b75;
  text-decoration: underline;
}

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

.font-color-main {
  color: #314b75 !important;
}

.lead {
  font-size: 18px;
  padding: 2.0rem 0;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.is-active {
  font-weight: bold;
}

.contact-lead {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1.0rem;
  font-size: 18px;
}

.btn {
  display: inline-block;
  margin: 2.0rem auto;
  padding: 1.25rem 2.0rem;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 50px;
  background-color: #ffffff;
  text-align: center;
  font-size: 15px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #314b75;
  color: #ffffff;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-brand {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ffffff;
}

.footer-nav {
  color: #ffffff;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0rem;
}

@media (max-width: 767px) {
  .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.copyright {
  border-top: 1px solid #8192aa;
  margin-top: 15.0rem;
  padding-top: 1.0rem;
  font-size: 12px;
  color: #8192aa;
  text-align: center;
}

@media (max-width: 767px) {
  .copyright {
    margin-top: 5.0rem;
  }
}

.page-title {
  color: #314b75;
}

.page-title__main {
  font-size: 20px;
}

@media (max-width: 767px) {
  .page-title__main {
    font-size: 16px;
  }
}

.page-title__en {
  margin-top: 1.0rem;
  font-size: 52px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 767px) {
  .page-title__en {
    font-size: 36px;
  }
}

.narrow-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 5.0rem 0;
}

.wide-content {
  width: 100%;
  padding: 5.0rem 0;
}

.top-image {
  height: 700px;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .top-image {
    height: 400px;
  }
}

.top-message {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-message__inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  /*
        opacity: 0;
        transform: translate(-50px, -50%);
        animation: fadeInLeft 1s ease-out forwards;
        @keyframes fadeInLeft {
            to { opacity: 1; transform: translate(0, -50%); }
        }
        */
}

@media (max-width: 575px) {
  .top-message__inner {
    left: 0.75rem;
  }
}

.top-message__txt {
  padding: 0.2rem;
  font-size: 68px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}

.top-message__txt.-bg-white {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .top-message__txt {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .top-message__txt {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .top-message__txt {
    font-size: 32px;
  }
}

.top-message__logo {
  margin: 1.0rem 0;
  width: 300px;
}

@media (max-width: 767px) {
  .top-message__logo {
    width: 200px;
  }
}

.top-business-list__item {
  padding: 1.0rem 0;
}

.top-business-list__title {
  position: relative;
  padding-left: 2.0rem;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #314b75;
  margin-bottom: 1.0rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .top-business-list__title {
    font-size: 20px;
  }
}

.top-business-list__title::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.top-business-list__txt {
  padding-left: 2.0rem;
  font-size: 18px;
}

.top-business-list__sub {
  padding-left: 1.5rem;
}

.top-business-list__sub-item {
  position: relative;
  padding-left: 1.5rem;
  font-size: 18px;
  line-height: 1.8;
}

.top-business-list__sub-item::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.top-thought {
  padding: 0 0 5.0rem 40%;
}

@media (max-width: 991px) {
  .top-thought {
    padding: 0 0 5.0rem;
  }
}

.top-heading {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top-heading__en {
  margin-bottom: 1.0rem;
  font-size: 52px;
  color: #555555;
}

@media (max-width: 767px) {
  .top-heading__en {
    font-size: 36px;
  }
}

.top-heading__main {
  font-size: 28px;
  color: #314b75;
}

@media (max-width: 767px) {
  .top-heading__main {
    font-size: 22px;
  }
}

.top-news {
  padding: 5.0rem 0;
  background-color: #F4F6F8;
}

.top-blog {
  padding: 5.0rem 0;
}

.about-list {
  max-width: 800px;
  margin: 0 auto;
}

.about-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.0rem 0;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
}

.about-list__label {
  width: 140px;
  font-weight: bold;
}

.about-list__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.history__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  min-width: 25%;
  padding: 30px 1.0rem 1.0rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .history__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    min-width: 50%;
  }
}

.history__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 4px;
  background-color: #dddddd;
}

.history__item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #314b75;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.history__title {
  font-size: 18px;
  color: #314b75;
  margin-bottom: 1.0rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.history__detail {
  padding-left: 2.0rem;
  font-size: 14px;
}

.history__detail p {
  line-height: 1.8;
}

.history__detail ul {
  list-style: disc;
  padding-left: 1.0rem;
  margin: 0;
}

.history__detail ul li {
  line-height: 1.5;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
}

.history-table__row {
  border-top: 1px solid #dddddd;
}

.history-table__row:last-child {
  border-bottom: 1px solid #dddddd;
}

.history-table__th {
  padding: 2.0rem 0.5rem;
  width: 180px;
  font-size: 16px;
  font-weight: normal;
  background-color: #F4F6F8;
  line-height: 1.5;
  text-align: center;
}

.history-table__td {
  padding: 2.0rem 1.0rem;
  font-size: 16px;
  line-height: 1.5;
}

.business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business-list__item {
  width: 50%;
  padding: 2.0rem 4.0rem;
}

@media (max-width: 991px) {
  .business-list__item {
    width: 100%;
    padding: 2.0rem 1.0rem;
  }
}

.business-list__img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

.business-list__heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #314b75;
  margin: 2.0rem 0 1.0rem;
}

.sub-list__item {
  position: relative;
  padding-left: 1.5rem;
  font-size: 18px;
  line-height: 1.8;
}

.sub-list__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
  font-size: 11px;
  line-height: 32.4px;
  color: #8c9bb2;
}

.business-contact {
  margin: 4.0rem 2.0rem;
  padding: 3.0rem 0 0;
  background-color: #F4F6F8;
  text-align: center;
}

@media (max-width: 767px) {
  .business-contact {
    margin: 2.0rem 0;
    padding: 2.0rem 0 0;
  }
}

.business-contact__lead {
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .business-contact__lead {
    font-size: 18px;
  }
}

.business-contact__small {
  font-size: 12px;
}

.article-date {
  font-size: 16px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.article-title {
  font-size: 24px;
  margin-bottom: 1.0rem;
  padding: 2.0rem 0;
  border-bottom: 1px solid #dddddd;
}

.rich-text {
  line-height: 2.0;
  font-size: 18px;
}

.rich-text a {
  color: #314b75;
  text-decoration: underline;
}

.rich-text p {
  margin: 2.0rem 0;
  line-height: 1.5;
}

.rich-text h1 {
  font-size: 20px;
  font-weight: bold;
}

.rich-text h2 {
  font-size: 20px;
  font-weight: bold;
}

.rich-text h3 {
  font-size: 18px;
  font-weight: bold;
}

.rich-text h4 {
  font-size: 16px;
  font-weight: bold;
}

.rich-text h5 {
  font-size: 14px;
  font-weight: bold;
}

.rich-text ul {
  list-style-type: disc;
  margin-bottom: 2.0rem;
}

.rich-text ul li {
  margin-left: 1.5rem;
}

.rich-text ol {
  list-style-type: decimal;
  margin-bottom: 2.0rem;
}

.rich-text ol li {
  margin-left: 1.5rem;
}

.rich-text img {
  max-width: 100%;
  height: auto;
  margin: 2.0rem 0;
}

.category {
  display: inline-block;
  padding: 0.5rem 1.0rem;
  border-radius: 50px;
  background-color: #8c9bb2;
  color: #ffffff;
  font-size: 12px;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 3.0rem 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.news-list__link::before {
  content: "\f061";
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  background-color: #bebebe;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

.news-list__date {
  width: 100px;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.news-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-list__title {
  font-size: 18px;
}

.blog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 3.0rem;
}

@media (max-width: 991px) {
  .blog-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .blog-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.blog-list__image {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16 / 9;
}

.blog-list__content {
  padding: 1.0rem;
}

.blog-list__date {
  font-size: 14px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1.0rem;
}

.blog-list__title {
  font-size: 18px;
  margin-bottom: 1.0rem;
}

.contact-form__item {
  padding: 2.0rem 0;
}

.contact-form__label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.contact-form__label::after {
  content: "必須";
  color: #ffffff;
  background-color: #bd5250;
  font-size: 12px;
  font-weight: normal;
  margin-left: 1.0rem;
  padding: 0.25rem 0.5rem;
  border-radius: 50px;
}

.contact-form__input[type="text"], .contact-form__input[type="email"], .contact-form__input[type="tel"] {
  width: 100%;
  padding: 0.75rem 0.5rem;
  border: 1px solid #cfcfd0;
  border-radius: 5px;
  font-size: 15px;
}

.contact-form__input[type="checkbox"] {
  all: revert;
}

.contact-form__textarea {
  width: 100%;
  padding: 0.75rem 0.5rem;
  border: 1px solid #cfcfd0;
  border-radius: 5px;
  font-size: 15px;
}

.contact-form__error {
  color: #bd5250;
  font-size: 14px;
}

.contact-info {
  margin: 1.0rem 0;
  padding: 0.5rem;
  border: 1px solid #dddddd;
  font-size: 14px;
}

.services-table {
  width: 100%;
  border-collapse: collapse;
}

.services-table__row {
  border-top: 1px solid #dddddd;
}

.services-table__row:last-child {
  border-bottom: 1px solid #dddddd;
}

.services-table__th {
  padding: 1.0rem 0.5rem;
  width: 180px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  background-color: #314b75;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  text-align: center;
}

.services-table__td {
  padding: 1.0rem 1.0rem;
  font-size: 16px;
  line-height: 1.5;
}

.services-table__th, .services-table__td {
  border-left: 1px solid #dddddd;
}

.services-table__th:last-child, .services-table__td:last-child {
  border-right: 1px solid #dddddd;
}

.reason {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 3.0rem;
}

@media (max-width: 991px) {
  .reason {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .reason {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.reason__item {
  padding: 2.0rem 0;
}

.reason__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__title {
  font-size: 18px;
  font-weight: bold;
  color: #314b75;
  margin: 1.0rem 0;
  line-height: 1.5;
}

.reason__description {
  font-size: 16px;
  line-height: 1.8;
}
/*# sourceMappingURL=style.css.map */