/* =========================================================
reset
========================================================= */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
  border-style: solid;
  border-width: 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 {
  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; */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
} */
/* =========================================================
style
========================================================= */
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #003F1C;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

.wrapper {
  margin: 40px auto;
  padding: 0 20px 50px;
}
@media (max-width: 768px) {
  .wrapper {
    margin-top: 16px;
    padding: 0 16px;
  }
}

.header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 50.8052708638cqw 18.5212298682cqw;
  color: #fff;
}
@media (max-width: 768px) {
  .header {
    grid-template-columns: 1fr 26.4vw;
  }
}
.header__logo {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #0E7B3F url(../images/pattern.png);
}
@media (max-width: 768px) {
  .header__logo {
    height: 12.5333333333vw;
    padding: 0;
  }
}
.header__logo img {
  width: 100%;
}
.header__logo__in {
  width: 100%;
  height: 100%;
  padding: 2.196193265cqw 2.9282576867cqw 0 0;
  background: #fff;
  border-radius: 0 0 1.1713030747cqw 0;
}
@media (max-width: 768px) {
  .header__logo__in {
    padding: 1.6vw 5.3333333333vw 0 0;
    border-radius: 0 0 4.2666666667vw 0;
  }
}
.header__nav {
  grid-column: 2/4;
  grid-row: 1/2;
  height: 6.588579795cqw;
  padding-top: 2.196193265cqw;
  background: #0E7B3F url(../images/pattern.png);
  border-radius: 1.1713030747cqw 1.1713030747cqw 0 0;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav .navlist1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.635431918cqw;
  padding: 0 2.3426061493cqw 0 3.7335285505cqw;
  font-size: 1.0248901903cqw;
}
.header__nav .navlist1__child > a {
  padding: 0.3660322108cqw 0;
}
@media (hover: hover) {
  .header__nav .navlist1__child > a {
    position: relative;
  }
  .header__nav .navlist1__child > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header__nav .navlist1__child > a:hover::after {
    opacity: 1;
  }
}
.header__nav .navlist1__child.btns {
  width: 14.7144948755cqw;
}
.header__nav .navlist2 {
  display: flex;
  justify-content: flex-end;
  gap: 0 0.5856515373cqw;
  z-index: 100;
  transition: opacity 0.3s;
}
.header__nav .navlist2.is-hide {
  opacity: 0;
}
.header__nav .navlist2.is-fixed {
  position: fixed;
  top: 20px;
  right: 20px;
}
.header__nav .navlist2__child .style-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.635431918cqw;
  border-radius: 2.635431918cqw;
  padding: 0.7320644217cqw 0;
}
.header__nav .navlist2__child .style-btn--dl {
  width: 5.6368960469cqw;
  background: #00276D;
}
.header__nav .navlist2__child .style-btn--inquiry {
  width: 8.4919472914cqw;
  background: #F24A1F;
}
@media (hover: hover) {
  .header__nav .navlist2__child .style-btn {
    transition: background 0.3s;
  }
  .header__nav .navlist2__child .style-btn:hover {
    background: #003F1C;
  }
}
.header__nav-sp {
  display: none;
}
@media (max-width: 768px) {
  .header__nav-sp {
    grid-column: 2/3;
    grid-row: 1/2;
    display: block;
    position: relative;
    background: #0E7B3F url(../images/pattern.png);
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
  }
}
.header__nav-sp .menu-btn {
  position: fixed;
  right: 8.2666666667vw;
  top: 6.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.1333333333vw;
  height: 9.6vw;
  border-radius: 9.6vw;
  background: #F24A1F;
  z-index: 100;
}
.header__nav-sp .menu-btn.is-fixed {
  position: fixed;
  right: 8.2666666667vw;
  top: 6.4vw;
  margin: 0;
}
.header__nav-sp .menu-btn img {
  width: 8.8vw;
  transform: translateY(0.1em);
  z-index: 10;
}
.header__nav-sp__list {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 78.6666666667vw;
  padding: 29.3333333333vw 10.6666666667vw 14.6666666667vw;
  background: #F4F5F1;
  border-radius: 0 0 0 4.2666666667vw;
  box-shadow: -2.6666666667vw 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.header__nav-sp__list.is-active {
  display: block;
}
.header__nav-sp__list .menu-close-btn {
  position: fixed;
  right: 8.2666666667vw;
  top: 6.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.1333333333vw;
  height: 9.6vw;
  border-radius: 9.6vw;
  background: #F24A1F;
}
.header__nav-sp__list .menu-close-btn img {
  width: 6.4vw;
}
.header__nav-sp__list .navlist1 {
  border-top: 1px solid #BABAB9;
}
.header__nav-sp__list .navlist1__child {
  border-bottom: 1px solid #BABAB9;
}
.header__nav-sp__list .navlist1__child a {
  display: block;
  padding: 4.2666666667vw 0;
  color: #003F1C;
  font-size: 3.7333333333vw;
}
.header__nav-sp__list .navlist2 {
  display: flex;
  flex-direction: column;
  gap: 6.4vw 0;
  margin-top: 6.4vw;
}
.header__nav-sp__list .navlist2__child .style-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.6vw;
  border-radius: 9.6vw;
}
.header__nav-sp__list .navlist2__child .style-btn--dl {
  background: #00276D;
}
.header__nav-sp__list .navlist2__child .style-btn--inquiry {
  background: #F24A1F;
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column: 1/4;
  grid-row: 2/3;
  padding: 9.1508052709cqw 5.4904831625cqw 5.8565153734cqw;
  background: #0E7B3F url(../images/pattern.png);
  border-radius: 1.1713030747cqw 0 1.1713030747cqw 0;
}
@media (max-width: 768px) {
  .header__main {
    display: block;
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 13.3333333333vw 0 8.8vw;
    border-radius: 16px 0 16px 0;
  }
}
.header__main__body .title {
  font-size: 1.756954612cqw;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .header__main__body .title {
    margin-left: 5.8666666667vw;
    font-size: 3.9466666667vw;
  }
}
.header__main__body .catch {
  margin-top: 1.0980966325cqw;
  font-size: 3.3674963397cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header__main__body .catch {
    margin-top: 2.6666666667vw;
    margin-left: 5.8666666667vw;
    font-size: 7.28vw;
  }
}
.header__main__body .lead {
  margin-top: 2.0497803807cqw;
  font-size: 1.317715959cqw;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .header__main__body .lead {
    margin-top: 4vw;
    margin-left: 5.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
.header__main__sub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8550512445cqw 1.2445095168cqw;
  width: 46.3396778917cqw;
}
@media (max-width: 768px) {
  .header__main__sub {
    margin: 5.6vw 5.3333333333vw 0;
    gap: 2.5253333333vw 2.2346666667vw;
    width: auto;
  }
}
.header__main__sub img {
  width: 100%;
}
.header__ornament {
  grid-column: 1/3;
  grid-row: 3/4;
  padding: 0 0.7320644217cqw 0 0.8052708638cqw;
  background: #0E7B3F url(../images/pattern.png);
  border-radius: 0 0 1.1713030747cqw 1.1713030747cqw;
}
@media (max-width: 768px) {
  .header__ornament {
    position: relative;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 0 0 6px 5px;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
}
.header__scroll {
  grid-column: 3/4;
  grid-row: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.5153733529cqw;
  background: #0E7B3F url(../images/pattern.png);
}
@media (max-width: 768px) {
  .header__scroll {
    grid-column: 2/3;
    grid-row: 3/4;
    height: 11.4666666667vw;
  }
}
.header__scroll__in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  background: #fff;
  border-radius: 1.1713030747cqw 0 0 0;
}
@media (max-width: 768px) {
  .header__scroll__in {
    border-radius: 16px 0 0 0;
  }
}
.header__scroll__in .txt-scrolldown {
  width: 10.3221083455cqw;
}
@media (max-width: 768px) {
  .header__scroll__in .txt-scrolldown {
    width: 17.3333333333vw;
  }
}
.header__scroll__in .icon_arrow {
  margin-left: 0.7320644217cqw;
}
@media (max-width: 768px) {
  .header__scroll__in .icon_arrow {
    width: 1.8666666667vw;
    margin-left: 1.8666666667vw;
  }
}
.header .header-ornament-img {
  position: absolute;
  width: 72.6939970717cqw;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .header .header-ornament-img {
    width: 62.1333333333vw;
    bottom: 1.8666666667vw;
    left: 1.1093333333vw;
  }
}
.header .header-ornament-img img {
  width: 100%;
}

.main {
  margin-top: 6.4421669107cqw;
}
@media (max-width: 768px) {
  .main {
    margin-top: 65px;
  }
}

.introduction .necessity {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 5.4172767204cqw 7.1742313324cqw 6.4421669107cqw 6.4421669107cqw;
  background: #F4F5F1;
  border-radius: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .introduction .necessity {
    display: block;
    padding: 64px 20px;
    border-radius: 16px;
  }
}
.introduction .necessity::after {
  content: "";
  display: block;
  position: absolute;
  background: #F4F5F1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 5.8565153734cqw;
  height: 2.196193265cqw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 768px) {
  .introduction .necessity::after {
    width: 48px;
    height: 18px;
  }
}
.introduction .necessity__image {
  width: 29.4289897511cqw;
}
@media (max-width: 768px) {
  .introduction .necessity__image {
    width: auto;
  }
}
.introduction .necessity__image img {
  width: 100%;
}
.introduction .necessity__main {
  width: 42.093704246cqw;
  margin-left: 1.4641288433cqw;
}
@media (max-width: 768px) {
  .introduction .necessity__main {
    width: 100%;
    min-width: auto;
    margin-left: 0;
  }
}
.introduction .necessity__main__title {
  font-size: 2.3426061493cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .introduction .necessity__main__title {
    margin-top: 24px;
    font-size: 20px;
  }
}
.introduction .necessity__main__lead {
  margin-top: 2.9282576867cqw;
  font-size: 1.756954612cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .introduction .necessity__main__lead {
    margin-top: 24px;
    font-size: 16px;
    font-weight: normal;
  }
}
.introduction .necessity__main__list {
  display: flex;
  flex-direction: column;
  gap: 0.878477306cqw 0;
  margin-top: 2.9282576867cqw;
  font-size: 1.1713030747cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .introduction .necessity__main__list {
    margin-top: 24px;
    font-size: 14px;
  }
}
.introduction .necessity__main__list li {
  padding-left: 2em;
  background: url(../images/icon_list.svg) no-repeat 0 0.2196193265cqw/1.3909224012cqw;
}
@media (max-width: 768px) {
  .introduction .necessity__main__list li {
    background: url(../images/icon_list.svg) no-repeat 0 3px/19px;
  }
}
.introduction .necessity__main__txt {
  margin-top: 2.9282576867cqw;
  font-size: 1.1713030747cqw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .introduction .necessity__main__txt {
    margin-top: 24px;
    font-size: 14px;
  }
}
.introduction .law {
  margin-top: 6.8814055637cqw;
}
@media (max-width: 768px) {
  .introduction .law {
    margin-top: 50px;
  }
}
.introduction .law__title {
  font-size: 2.3426061493cqw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .introduction .law__title {
    font-size: 20px;
  }
}
.introduction .law__lead {
  margin-top: 1.756954612cqw;
  font-size: 1.1713030747cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .introduction .law__lead {
    margin-top: 16px;
    font-size: 16px;
    text-align: left;
  }
}
.introduction .law__intro {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 2.9282576867cqw;
  max-width: 87.1156661786cqw;
  margin: 3.6603221083cqw auto 0;
}
@media (max-width: 768px) {
  .introduction .law__intro {
    flex-direction: column;
    gap: 34px 0;
    margin-top: 34px;
  }
}
.introduction .law__intro .law-point {
  flex: 1;
  background: #F4F5F1;
  border-radius: 0 0 16px 16px;
}
.introduction .law__intro .law-point__hd {
  position: relative;
  padding: 0.5856515373cqw 0 0.878477306cqw;
  border-radius: 1.1713030747cqw 1.1713030747cqw 0 0;
}
@media (max-width: 768px) {
  .introduction .law__intro .law-point__hd {
    padding: 20px 0 12px;
    border-radius: 16px 16px 0 0;
  }
}
.introduction .law__intro .law-point__hd--1 {
  background: #F13C47;
}
.introduction .law__intro .law-point__hd--2 {
  background: #376BB4;
}
.introduction .law__intro .law-point__hd .baloon {
  position: absolute;
  left: -1.4641288433cqw;
  top: -2.0497803807cqw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5856515373cqw 2.7818448023cqw 0.878477306cqw;
  border-radius: 1.1713030747cqw 1.1713030747cqw 0 1.1713030747cqw;
  background: #1D1D1B;
  color: #fff;
  font-size: 1.4641288433cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .introduction .law__intro .law-point__hd .baloon {
    left: 0;
    top: -20px;
    font-size: 15px;
    padding: 6px 28px 9px;
    border-radius: 16px 16px 0 16px;
  }
}
.introduction .law__intro .law-point__hd .title {
  color: #fff;
  font-size: 1.756954612cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .introduction .law__intro .law-point__hd .title {
    font-size: 20px;
  }
}
.introduction .law__intro .law-point__main {
  padding: 2.196193265cqw 3.6603221083cqw;
}
@media (max-width: 768px) {
  .introduction .law__intro .law-point__main {
    padding: 24px 19px;
  }
}
.introduction .law__intro .law-point__main__lead {
  font-size: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .introduction .law__intro .law-point__main__lead {
    font-size: 14px;
  }
}
.introduction .law__intro .law-point__main__table {
  display: grid;
  grid-template-columns: 10.8345534407cqw 1fr;
  gap: 0.878477306cqw 0;
  margin-top: 1.9033674963cqw;
  font-size: 1.0248901903cqw;
}
@media (max-width: 768px) {
  .introduction .law__intro .law-point__main__table {
    grid-template-columns: 105px 1fr;
    gap: 16px 0;
    margin-top: 24px;
    font-size: 13px;
  }
}
.introduction .law__intro .law-point__main__table dt, .introduction .law__intro .law-point__main__table dd {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 0.9516837482cqw;
}
@media (max-width: 768px) {
  .introduction .law__intro .law-point__main__table dt, .introduction .law__intro .law-point__main__table dd {
    padding-bottom: 13px;
  }
}
.introduction .law__intro .law-point__main__table dt {
  padding-right: 0.7320644217cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .introduction .law__intro .law-point__main__table dt {
    padding-right: 10px;
  }
}
.introduction .law__summary {
  max-width: 87.1156661786cqw;
  margin: 2.3426061493cqw auto 0;
  padding: 2.3426061493cqw;
  background: #F4F5F1;
  border-radius: 1.1713030747cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .introduction .law__summary {
    margin-top: 32px;
    padding: 32px 20px;
    border-radius: 16px;
  }
}
.introduction .law__summary__txt1 {
  font-size: 2.3426061493cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .introduction .law__summary__txt1 {
    font-size: 20px;
  }
}
.introduction .law__summary__txt2 {
  margin-top: 1.1713030747cqw;
  font-size: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .introduction .law__summary__txt2 {
    margin-top: 16px;
    font-size: 16px;
    text-align: left;
  }
}

.merit {
  max-width: 94.1434846266cqw;
  margin-top: 9.8828696925cqw;
  padding: 5.1244509517cqw 4.9048316252cqw 6.149341142cqw;
  background: #0E7B3F url(../images/pattern.png);
  border-radius: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .merit {
    margin-top: 80px;
    padding: 50px 20px 64px;
    border-radius: 16px;
  }
}
.merit__ornament {
  line-height: 0;
}
.merit__ornament img {
  width: 100%;
}
.merit .merit-main {
  display: flex;
  justify-content: space-between;
  gap: 0 2.9282576867cqw;
  margin-top: 2.9282576867cqw;
}
@media (max-width: 768px) {
  .merit .merit-main {
    display: block;
    gap: 0 40px;
    margin-top: 20px;
  }
}
.merit__hd {
  color: #fff;
}
.merit__hd__title {
  font-size: 2.3426061493cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .merit__hd__title {
    font-size: 20px;
  }
}
.merit__hd__lead {
  margin-top: 1.3909224012cqw;
  font-size: 1.1713030747cqw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .merit__hd__lead {
    margin-top: 8px;
    font-size: 16px;
  }
}
.merit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2210834553cqw 3.7335285505cqw;
  width: 50.2928257687cqw;
  color: #126638;
}
@media (max-width: 768px) {
  .merit__list {
    width: auto;
    margin-top: 44px;
  }
}
.merit__list__item {
  width: 23.2064421669cqw;
  background: #fff;
  border-radius: 2.0497803807cqw;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .merit__list__item {
    width: auto;
  }
}
@media (max-width: 768px) {
  .merit__list__item {
    border-radius: 16px;
  }
}
.merit__list__item .merit-image {
  display: flex;
  aspect-ratio: 317/247;
}
.merit__list__item .merit-image--1 {
  justify-content: center;
  align-items: flex-end;
  background: #4EC3DF;
}
.merit__list__item .merit-image--1 img {
  width: 66.5615141956%;
}
.merit__list__item .merit-image--2 {
  justify-content: center;
  align-items: flex-end;
  background: #FFB005;
}
.merit__list__item .merit-image--2 img {
  width: 80.7570977918%;
}
.merit__list__item .merit-image--3 {
  justify-content: center;
  align-items: center;
  background: #1D333C;
}
.merit__list__item .merit-image--3 img {
  width: 71.2933753943%;
}
.merit__list__item .merit-image--4 {
  justify-content: center;
  align-items: center;
  background: #EFE5CB;
}
.merit__list__item .merit-image--4 img {
  width: 80.7570977918%;
}
.merit__list__item .merit-body {
  padding: 2.7818448023cqw 2.3426061493cqw;
}
@media (max-width: 768px) {
  .merit__list__item .merit-body {
    padding: 24px;
  }
}
.merit__list__item .merit-body__title {
  font-size: 1.4641288433cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .merit__list__item .merit-body__title {
    font-size: 16px;
  }
}
.merit__list__item .merit-body__txt {
  margin-top: 1.1713030747cqw;
  font-size: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .merit__list__item .merit-body__txt {
    margin-top: 14px;
    font-size: 14px;
  }
}

.strengths {
  width: 69.5461200586cqw;
  margin: 10.2489019034cqw auto 0;
}
@media (max-width: 768px) {
  .strengths {
    width: auto;
    margin-top: 0;
    padding-top: 80px;
  }
}
.strengths__title {
  font-size: 2.3426061493cqw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .strengths__title {
    font-size: 20px;
  }
}
.strengths__lead {
  margin-top: 0.878477306cqw;
  font-size: 1.4641288433cqw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .strengths__lead {
    margin-top: 12px;
    font-size: 16px;
    text-align: left;
  }
}
.strengths__list {
  display: flex;
  flex-direction: column;
  gap: 1.1713030747cqw 0;
  margin-top: 2.9282576867cqw;
}
@media (max-width: 768px) {
  .strengths__list {
    margin-top: 24px;
    gap: 16px 0;
  }
}
.strengths__list__item {
  display: flex;
  align-items: center;
  padding: 1.0980966325cqw 2.3426061493cqw;
  background: #F4F5F1;
  border-radius: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .strengths__list__item {
    flex-wrap: wrap;
    gap: 10px;
    padding: 24px 32px;
    border-radius: 16px;
  }
}
.strengths__list__item .num {
  width: 4.39238653cqw;
  color: #126638;
  font-size: 1.756954612cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .strengths__list__item .num {
    width: auto;
    font-size: 24px;
  }
}
.strengths__list__item .ttl {
  width: 15.9590043924cqw;
  color: #126638;
  font-size: 1.4641288433cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .strengths__list__item .ttl {
    width: auto;
    font-size: 20px;
  }
}
.strengths__list__item .txt {
  flex: 1;
  font-size: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .strengths__list__item .txt {
    width: 100%;
    flex: auto;
    font-size: 16px;
  }
}

.banner {
  display: flex;
  width: 69.5461200586cqw;
  margin: 2.9282576867cqw auto 0;
  border-radius: 1.1713030747cqw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    width: auto;
    margin-top: 24px;
    border-radius: 16px;
  }
}
.banner__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.4641288433cqw 0;
  width: 50%;
  background: #008138;
  color: #fff;
}
@media (max-width: 768px) {
  .banner__main {
    gap: 20px 0;
    width: auto;
    padding: 40px 0 30px;
  }
}
.banner__main__txt {
  font-size: 1.317715959cqw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .banner__main__txt {
    font-size: 16px;
  }
}
.banner__main__link {
  display: flex;
  align-items: center;
  gap: 0 1.3909224012cqw;
  height: 3.3674963397cqw;
  padding: 0 1.756954612cqw 0 2.4890190337cqw;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1.6837481698cqw;
  font-size: 1.0248901903cqw;
  font-weight: 700;
}
@media (hover: hover) {
  .banner__main__link {
    transition: opacity 0.3s;
  }
  .banner__main__link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .banner__main__link {
    gap: 0 19px;
    height: 46px;
    padding: 0 24px 0 34px;
    border-radius: 23px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .banner__pictona {
    transition: opacity 0.3s;
  }
  .banner__pictona:hover {
    opacity: 0.6;
  }
}
.banner__pictona {
  width: 50%;
}
@media (max-width: 768px) {
  .banner__pictona {
    width: auto;
  }
}
.banner__pictona img {
  width: 100%;
}

.seminar {
  margin: 10.2489019034cqw 0 0;
  padding: 5.8565153734cqw 1.4641288433cqw;
  background: #F4F5F1;
  border-radius: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .seminar {
    margin-top: 80px;
    padding: 40px 20px;
    border-radius: 16px;
  }
}
.seminar__title {
  font-size: 2.3426061493cqw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .seminar__title {
    font-size: 20px;
  }
}
.seminar__list {
  display: flex;
  flex-direction: column;
  gap: 1.4641288433cqw 0;
  width: 70.1317715959cqw;
  margin: 1.4641288433cqw auto 0;
}
@media (max-width: 768px) {
  .seminar__list {
    gap: 24px 0;
    width: auto;
    margin: 24px auto 0;
  }
}
.seminar__list__item a {
  display: flex;
  gap: 0 2.9282576867cqw;
  padding: 1.9033674963cqw 2.9282576867cqw;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 1.1713030747cqw;
}
@media (hover: hover) {
  .seminar__list__item a:hover .body .induction {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .seminar__list__item a {
    flex-direction: column;
    padding: 20px;
    border-radius: 14px;
  }
}
.seminar__list__item a img {
  width: 22.7672035139cqw;
  border-radius: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .seminar__list__item a img {
    width: auto;
    border-radius: 8px;
  }
}
.seminar__list__item a .body {
  flex: 1;
}
@media (max-width: 768px) {
  .seminar__list__item a .body {
    margin-top: 18px;
  }
}
.seminar__list__item a .body .status__in {
  display: inline-block;
  padding: 0.2928257687cqw 0.8052708638cqw 0.2196193265cqw;
  background: #F4F5F1;
  border-radius: 0.2928257687cqw;
  color: #00853C;
  font-size: 1.0248901903cqw;
}
@media (max-width: 768px) {
  .seminar__list__item a .body .status__in {
    font-size: 12px;
    padding: 4px 7px 3px;
    border-radius: 4px;
  }
}
.seminar__list__item a .body .date {
  margin-top: 0.878477306cqw;
  color: #00853C;
  font-size: 1.1713030747cqw;
}
@media (max-width: 768px) {
  .seminar__list__item a .body .date {
    margin-top: 10px;
    font-size: 13px;
  }
}
.seminar__list__item a .body .title {
  margin-top: 0.2928257687cqw;
  font-size: 1.4641288433cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .seminar__list__item a .body .title {
    margin-top: 0;
    font-size: 16px;
  }
}
.seminar__list__item a .body .induction {
  margin-top: 0.878477306cqw;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .seminar__list__item a .body .induction {
    margin-top: 10px;
    font-size: 13px;
  }
}

.faq {
  width: 69.8389458272cqw;
  margin: 10.2489019034cqw auto 0;
}
@media (max-width: 768px) {
  .faq {
    width: auto;
    margin-top: 0;
    padding-top: 80px;
  }
}
.faq__title {
  font-size: 2.3426061493cqw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 20px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.4641288433cqw 0;
  margin-top: 3.6603221083cqw;
}
@media (max-width: 768px) {
  .faq__list {
    gap: 16px 0;
    margin-top: 24px;
  }
}
.faq__list dt, .faq__list dd {
  display: flex;
}
.faq__list dt {
  font-size: 1.4641288433cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .faq__list dt {
    font-size: 16px;
  }
}
.faq__list dd {
  padding-bottom: 1.1713030747cqw;
  font-size: 1.1713030747cqw;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 768px) {
  .faq__list dd {
    padding-bottom: 8px;
    font-size: 14px;
  }
}
.faq__list .alphabet {
  width: 3.6603221083cqw;
  color: #00853C;
  font-size: 1.756954612cqw;
  font-weight: 700;
  transform: translateY(-0.439238653cqw);
}
@media (max-width: 768px) {
  .faq__list .alphabet {
    width: 43px;
    font-size: 24px;
    transform: translateY(-6px);
  }
}
.faq__list .txt {
  flex: 1;
}

.contact {
  margin: 10.2489019034cqw 0 0;
}
@media (max-width: 768px) {
  .contact {
    margin-top: 80px;
  }
}
.contact__ornament1 {
  display: flex;
  justify-content: space-between;
  gap: 0 1.399688958%;
  width: 100%;
}
@media (max-width: 768px) {
  .contact__ornament1 {
    flex-wrap: wrap;
    gap: 2.8613333333vw 0;
  }
}
.contact__ornament1 img {
  width: 11.1975116641%;
}
@media (max-width: 768px) {
  .contact__ornament1 img {
    width: 21.0346666667vw;
  }
}
.contact-in {
  margin-top: 2.9282576867cqw;
  padding: 5.3440702782cqw 5.8565153734cqw 5.3440702782cqw 6.0761346999cqw;
  background: #0E7B3F url(../images/pattern.png);
  border-radius: 1.1713030747cqw;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-in {
    margin-top: 32px;
    padding: 48px 24px;
    border-radius: 16px;
  }
}
.contact__ornament2 {
  width: 45.168374817cqw;
}
@media (max-width: 768px) {
  .contact__ornament2 {
    width: 253px;
  }
}
.contact__ornament2 img {
  aspect-ratio: 617/82;
  max-width: 100%;
}
.contact__main {
  display: flex;
  gap: 0 7.7598828697cqw;
  margin-top: 1.0980966325cqw;
}
@media (max-width: 768px) {
  .contact__main {
    flex-direction: column;
    gap: 28px 0;
    margin-top: 16px;
  }
}
.contact__main__body {
  flex: 1;
}
.contact__main__body .title {
  font-weight: 700;
  font-size: 1.756954612cqw;
}
@media (max-width: 768px) {
  .contact__main__body .title {
    font-size: 20px;
  }
}
.contact__main__body .txt {
  margin-top: 1.0248901903cqw;
  font-size: 1.4641288433cqw;
}
@media (max-width: 768px) {
  .contact__main__body .txt {
    margin-top: 12px;
    font-size: 14px;
  }
}
.contact__main__body .tel {
  margin-top: 1.0248901903cqw;
  font-size: 1.4641288433cqw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact__main__body .tel {
    margin-top: 20px;
    font-size: 20px;
  }
}
.contact__main__body .tel a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
@media (hover: hover) {
  .contact__main__body .tel a {
    pointer-events: none;
    text-decoration: none;
  }
}
.contact__main__body .tel .icon-tel {
  width: 1.7869692533cqw;
  margin-right: 1.0980966325cqw;
  transform: translateY(0.0732064422cqw);
}
@media (max-width: 768px) {
  .contact__main__body .tel .icon-tel {
    width: 24px;
    margin-right: 14px;
    transform: translateY(0.2666666667vw);
  }
}
.contact__main__sub {
  display: flex;
  flex-direction: column;
  gap: 1.1713030747cqw 0;
  width: 30.3074670571cqw;
}
@media (max-width: 768px) {
  .contact__main__sub {
    width: auto;
    gap: 3.2vw 0;
  }
}
.contact__main__sub .button {
  display: flex;
  align-items: center;
  gap: 0 0.5856515373cqw;
  padding: 1.3909224012cqw 5.6368960469cqw;
  font-weight: 700;
  font-size: 1.4641288433cqw;
  border-radius: 7.7598828697cqw;
}
@media (max-width: 768px) {
  .contact__main__sub .button {
    gap: 0 1.3333333333vw;
    padding: 4.5333333333vw 14.9333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 74px;
  }
}
.contact__main__sub .button--1 {
  background: #F24A1F;
}
.contact__main__sub .button--2 {
  background: #00276D;
}
@media (hover: hover) {
  .contact__main__sub .button {
    transition: background 0.3s;
  }
  .contact__main__sub .button:hover {
    background: #003F1C;
  }
}
.contact__main__sub .button .txt {
  width: 17.3499267936cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__main__sub .button .txt {
    width: 44.2666666667vw;
  }
}
.contact__main__sub .button .icon-arr {
  width: 1.0980966325cqw;
}
@media (max-width: 768px) {
  .contact__main__sub .button .icon-arr {
    width: 2.9333333333vw;
  }
}

.footer {
  margin-top: 2.3426061493cqw;
  text-align: right;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 24px;
  }
}
.footer img {
  width: 13.3967789165cqw;
}
@media (max-width: 768px) {
  .footer img {
    width: 48.8vw;
  }
}/*# sourceMappingURL=layout.css.map */
