@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*
-- Import CSS
-------------------------------------------------- */
ul,
ol, h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
-- Layout CSS
-------------------------------------------------- */
.l-bar {
  background-color: #fff;
  box-shadow: 0 2px 10px -9px #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.l-bar .bar_logo {
  padding-left: 1rem;
}
.l-bar .bar_logo img {
  max-width: 215px;
}

@media screen and (max-width: 767px) {
  .l-bar {
    position: static;
    padding: 1.3333333333% 2.6666666667%;
  }
  .l-bar .bar_logo {
    padding: 0;
  }
  .l-bar .bar_logo img {
    max-width: 38.9333333333%;
  }
  .l-bar .bar_btn {
    display: none;
  }
}
.l-header {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 57px;
  padding: 2rem;
}
.l-header .head_mv {
  background: url("../images/img-mv.png") no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 42.6428571429%;
  width: 70.1428571429%;
}
.l-header .head_mv .logo {
  max-width: 20.366598778%;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.l-header .head_content {
  text-align: center;
  width: 28.4285714286%;
}
.l-header .head_title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
.l-header .head_lead {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.l-header .head_txt {
  border: 1px solid #119539;
  color: #119539;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1em;
}

@media screen and (min-width: 768px) and (max-width: 1178px) {
  .l-header .head_title {
    font-size: 2.6666666667vw;
  }
  .l-header .head_lead {
    font-size: 2vw;
  }
  .l-header .head_txt {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    display: block;
    margin-top: 0;
    padding: 0;
  }
  .l-header .head_mv {
    padding-top: 134.6666666667%;
    width: 100%;
  }
  .l-header .head_mv .logo {
    max-width: 33.0666666667%;
    right: unset;
    top: 5.3333333333%;
    left: 5.3333333333%;
  }
  .l-header .head_content {
    padding: 5.3333333333% 5.3333333333% 21.3333333333%;
    width: 100%;
  }
  .l-header .head_title {
    font-size: 2.2rem;
    font-size: 5.8666666667vw;
    margin-bottom: 1.5em;
  }
  .l-header .head_lead {
    font-size: 1.8rem;
    font-size: 4.8vw;
    margin-bottom: 1.5em;
  }
  .l-header .head_txt {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
}
.l-footer {
  font-size: 1.6rem;
  line-height: 1;
  padding: 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
/*
-- Reset CSS
-------------------------------------------------- */
p {
  margin: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

table {
  margin: 0;
  padding: 0;
}

/*
-- Base CSS
-------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", "ＭＳ ゴシック", "Open Sans", sans-serif;
  font-size: 62.5%;
  color: #333;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
a {
  text-decoration: none;
}

em {
  font-style: normal;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

/*
-- Module CSS
-------------------------------------------------- */
.btn-bar {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 1em 1.2em;
}

.btn-conv {
  background-color: #119539;
  color: #fff;
  display: block;
  font-size: 2rem;
  text-align: center;
  padding: 0.8em 0.5em;
  width: 100%;
}

.sec {
  padding-top: 7rem;
  padding-bottom: 7.5rem;
  overflow-x: hidden;
}

.sec_title, .aside-conv .aside_title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  text-align: center;
}
.sec_title::after, .aside-conv .aside_title::after {
  border-top: 4px solid #E2E2E2;
  content: "";
  display: block;
  width: 105px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .sec {
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }

  .sec_title, .aside-conv .aside_title {
    font-size: 2.8rem;
    font-size: 7.4666666667vw;
  }
  .sec_title::after, .aside-conv .aside_title::after {
    width: 31.3432835821%;
  }
}
.sec-01 {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
  padding-bottom: 4rem;
}
.sec-01 .sec_title, .sec-01 .aside-conv .aside_title, .aside-conv .sec-01 .aside_title {
  margin-bottom: 10rem;
}
.sec-01 .sec_content {
  padding-top: 7.5rem;
}
.sec-01 .sec_mv {
  margin: 0;
  width: 100%;
  position: relative;
}
.sec-01 .sec_mv .sec_mv_cap {
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 2.4rem;
  padding: 1.2em 1.5em;
  position: absolute;
  left: 0;
  top: 35px;
}
.sec-01 .sec_body .sec_img {
  display: none;
}
.sec-01 .sec_body .sec_dls {
  margin: 0 auto;
  max-width: 1156px;
  position: relative;
}
.sec-01 .sec_body .sec_dls::after {
  background: url("../images/img-01-1.png") no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  padding-top: 55.0173010381%;
  width: 51.124567474%;
  position: absolute;
  right: -10%;
  top: -5%;
  z-index: 1;
}
.sec-01 .sec_body .sec_dl {
  border-bottom: 1px solid #e2e2e2;
  color: #119539;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  max-width: 762px;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 5;
}
.sec-01 .sec_body .sec_dl:last-of-type {
  border: none;
}
.sec-01 .sec_body .sec_dl dt {
  border: 1px solid #119539;
  text-align: center;
  min-width: 324px;
  padding: 0.5em;
}
.sec-01 .sec_body .sec_dl dd {
  font-size: 1.8rem;
  padding-left: 1em;
}

@media screen and (min-width: 768px) and (max-width: 1196px) {
  .sec-01 .sec_body .sec_dls {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec-01 .sec_body .sec_dl dd br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-01 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8rem;
  }
  .sec-01 .sec_title, .sec-01 .aside-conv .aside_title, .aside-conv .sec-01 .aside_title {
    margin-bottom: 1em;
    margin-left: 5.3333333333%;
    margin-right: 5.3333333333%;
  }
  .sec-01 .sec_content {
    padding-top: 4.5rem;
  }
  .sec-01 .sec_mv .sec_mv_cap {
    background: none;
    font-size: 1.8rem;
    font-size: 4.8vw;
    line-height: 2;
    padding: 5.3333333333%;
    text-align: center;
    position: static;
  }
  .sec-01 .sec_body .sec_img {
    display: block;
    margin-bottom: 1em;
  }
  .sec-01 .sec_body .sec_dls {
    padding: 0 5.3333333333%;
  }
  .sec-01 .sec_body .sec_dls::after {
    content: none;
  }
  .sec-01 .sec_body .sec_dl {
    display: block;
    font-size: 2rem;
    font-size: 5.3333333333vw;
    max-width: 100%;
  }
  .sec-01 .sec_body .sec_dl dt {
    min-width: 100%;
    margin-bottom: 0.5em;
  }
  .sec-01 .sec_body .sec_dl dd {
    font-size: 1.5rem;
    font-size: 4vw;
    padding: 0;
    text-align: center;
  }
  .sec-01 .sec_body .sec_dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.sec-02 {
  background-image: linear-gradient(to bottom right, #FFFFFF, #F0F0F0);
}
.sec-02 .sec_title, .sec-02 .aside-conv .aside_title, .aside-conv .sec-02 .aside_title {
  margin-bottom: 8.5rem;
}
.sec-02 .sec_list {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec-02 .sec_list li {
  padding-top: 27.4137931034%;
  width: 48.7931034483%;
  position: relative;
}
.sec-02 .sec_list li iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-02 .sec_title, .sec-02 .aside-conv .aside_title, .aside-conv .sec-02 .aside_title {
    margin-bottom: 1.5em;
  }
  .sec-02 .sec_list {
    display: block;
  }
  .sec-02 .sec_list li {
    padding-top: 56.25%;
    width: 100%;
  }
  .sec-02 .sec_list li:last-of-type {
    margin-top: 5.9701492537%;
  }
}
.sec-03 .sec_title, .sec-03 .aside-conv .aside_title, .aside-conv .sec-03 .aside_title {
  margin-bottom: 6rem;
}
.sec-03 .sec_list {
  margin: 0 auto 7rem;
  max-width: 1160px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-03 .sec_list::before, .sec-03 .sec_list::after {
  order: 1;
  content: "";
  display: block;
  width: 23.1034482759%;
}
.sec-03 .sec_list .item {
  margin-bottom: 2.5rem;
  width: 23.1034482759%;
}
.sec-03 .sec_list .item_cap {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 0.3em;
}
.sec-03 .sec_table {
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 564px;
  width: 100%;
}
.sec-03 .sec_table caption {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 2em;
}
.sec-03 .sec_table tr:nth-child(odd) th {
  background-color: #F7F7F7;
}
.sec-03 .sec_table tr:nth-child(odd) td {
  background-color: #FAFAFA;
}
.sec-03 .sec_table tr:nth-child(even) th {
  background-color: #EDEDED;
}
.sec-03 .sec_table tr:nth-child(even) td {
  background-color: #F4F4F4;
}
.sec-03 .sec_table th, .sec-03 .sec_table td {
  padding: 0.2em 0.5em;
}
.sec-03 .sec_table th {
  border-bottom: 1px solid #fff;
  font-weight: normal;
  text-align: left;
  width: 35.1063829787%;
}
.sec-03 .sec_table td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-03 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .sec-03 .sec_list .item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .sec-03 .sec_title, .sec-03 .aside-conv .aside_title, .aside-conv .sec-03 .aside_title {
    margin-bottom: 5rem;
  }
  .sec-03 .sec_list {
    margin: 0;
    margin-bottom: 3rem;
    display: block;
  }
  .sec-03 .sec_list::before, .sec-03 .sec_list::after {
    content: none;
  }
  .sec-03 .sec_list .item {
    margin-bottom: 2rem;
    width: 100%;
  }
  .sec-03 .sec_list .item_cap {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .sec-03 .sec_table {
    font-size: 1.4rem;
    font-size: 3.7333333333vw;
    max-width: 100%;
  }
  .sec-03 .sec_table caption {
    font-size: 2.2rem;
    font-size: 5.8666666667vw;
    padding-bottom: 2rem;
  }
  .sec-03 .sec_table th {
    width: 25.9701492537%;
  }
}
.sec-04 {
  /*background-image: linear-gradient(to bottom right, #119539, #094A1D);
  color: #fff;*/
}
.sec-04 .sec_title, .sec-04 .aside-conv .aside_title, .aside-conv .sec-04 .aside_title {
  margin-bottom: 1em;
  padding-bottom: 0;
}
.sec-04 .sec_title::after, .sec-04 .aside-conv .aside_title::after, .aside-conv .sec-04 .aside_title::after {
  content: none;
}
.sec-04 .sec_list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sec-04 .sec_list .item {
  border: 1px solid #fff;
  padding: 2em 1em;
  text-align: center;
  width: 48.4375%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-04 .sec_list .item .item_lead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sec-04 .sec_list .item .item_title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec-04 .sec_list .item .item_title span {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
.sec-04 .sec_list .item .item_txt {
  font-size: 1.6rem;
}
.sec-04 .sec_list .item:last-child .item_title {
  margin-bottom: 0.5em;
}
.sec-04 .sec_list::after {
  background: #fff url("../images/ico-cross.png") no-repeat center center;
  background-size: 32.8358208955%;
  border-radius: 50%;
  content: "";
  display: block;
  padding-top: 6.9791666667%;
  width: 6.9791666667%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-04 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-04 .sec_list {
    display: block;
  }
  .sec-04 .sec_list .item {
    width: 100%;
  }
  .sec-04 .sec_list .item .item_lead {
    font-size: 2rem;
    font-size: 5.3333333333vw;
  }
  .sec-04 .sec_list .item .item_title {
    font-size: 3.8rem;
    font-size: 10.1333333333vw;
  }
  .sec-04 .sec_list .item .item_title span {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .sec-04 .sec_list .item .item_txt {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .sec-04 .sec_list .item:last-child {
    margin-top: 11.9402985075%;
    padding-top: 3.5em;
  }
  .sec-04 .sec_list .item:last-child .item_title {
    margin-bottom: 0.3em;
  }
  .sec-04 .sec_list::after {
    padding-top: 20%;
    width: 20%;
  }
}
.sec-05 {
  padding-bottom: 3.5rem;
}
.sec-05 .sec_title, .sec-05 .aside-conv .aside_title, .aside-conv .sec-05 .aside_title {
  margin-bottom: 1.5em;
}
.sec-05 .sec_list {
  max-width: 564px;
  margin: 0 auto;
}
.sec-05 .item {
  margin-bottom: 3.5rem;
}
.sec-05 .item .item_title {
  color: #119539;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 2em 0 1em;
  text-align: center;
  position: relative;
}
.sec-05 .item .item_title span {
  color: #DCEDE1;
  font-weight: 500;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14rem;
  font-style: italic;
  position: absolute;
  left: 50%;
  bottom: -0.03em;
  transform: translateX(-50%);
  z-index: -1;
}
.sec-05 .item .item_cap {
  font-size: 1.6rem;
  padding-top: 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-05 .sec_title, .sec-05 .aside-conv .aside_title, .aside-conv .sec-05 .aside_title {
    margin-bottom: 1em;
  }
  .sec-05 .sec_list {
    max-width: 100%;
  }
  .sec-05 .item .item_title {
    font-size: 2.8rem;
    font-size: 7.4666666667vw;
  }
  .sec-05 .item .item_title span {
    font-size: 14rem;
    font-size: 37.3333333333vw;
  }
  .sec-05 .item .item_cap {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.sec-06 {
  background-color: #119539;
  color: #fff;
}
.sec-06 .sec_title, .sec-06 .aside-conv .aside_title, .aside-conv .sec-06 .aside_title {
  font-family: YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.sec-06 .sec_title::after, .sec-06 .aside-conv .aside_title::after, .aside-conv .sec-06 .aside_title::after {
  content: none;
}
.sec-06 .sec_title img, .sec-06 .aside-conv .aside_title img, .aside-conv .sec-06 .aside_title img {
  max-width: 680px;
  width: 100%;
}
.sec-06 .sec_txt {
  font-size: 1.6rem;
  max-width: 762px;
  margin: 0 auto 7rem;
}
.sec-06 .sec-sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1158px;
  min-height: 415px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-06 .sec-sub .sec_subtitle {
  font-size: 3.6rem;
  margin-bottom: 1em;
  text-align: center;
}
.sec-06 .sec-sub .sec_subtxt {
  font-size: 1.6rem;
  max-width: 564px;
  margin: 0 auto;
}
.sec-06 .sec-sub.sub-01 {
  background-image: url("../images/img-06-1.png");
}
.sec-06 .sec-sub.sub-02 {
  background-image: url("../images/img-06-2.png");
}
.sec-06 .sec-sub.sub-03 {
  background-image: url("../images/img-06-3.png");
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .sec-06 .sec_txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-06 .sec_title, .sec-06 .aside-conv .aside_title, .aside-conv .sec-06 .aside_title {
    font-feature-settings: "palt";
    line-height: 1.2;
  }
  .sec-06 .sec_txt {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
    margin-bottom: 3.5rem;
  }
  .sec-06 .sec-sub {
    background-size: auto 100%;
    min-height: 415px;
    margin: 0 -5.9701492537%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
  .sec-06 .sec-sub .sec_subtitle {
    font-size: 3.4rem;
    font-size: 9.0666666667vw;
  }
  .sec-06 .sec-sub .sec_subtxt {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
    max-width: 100%;
  }
}
.sec-faq {
  padding-bottom: 0;
}
.sec-faq .sec_title, .sec-faq .aside-conv .aside_title, .aside-conv .sec-faq .aside_title {
  margin-bottom: 1.5em;
}
.sec-faq .sec_qa {
  max-width: 762px;
  margin: 0 auto;
  padding-bottom: 7.5rem;
}
.sec-faq .sec_qa dt {
  color: #119539;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.sec-faq .sec_qa dd {
  border: 1px solid #119539;
  font-size: 1.6rem;
  padding: 4rem;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .sec-faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-faq {
    padding-bottom: 3.5em;
  }
  .sec-faq .sec_title, .sec-faq .aside-conv .aside_title, .aside-conv .sec-faq .aside_title {
    margin-bottom: 1em;
  }
  .sec-faq .sec_qa {
    padding-bottom: 3.5rem;
  }
  .sec-faq .sec_qa dt {
    font-size: 2.2rem;
    font-size: 5.8666666667vw;
    text-align: left;
  }
  .sec-faq .sec_qa dd {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
    padding: 1em;
  }
}
.aside-conv {
  background: #F5F5F5;
  padding-top: 7em;
  padding-bottom: 7.5em;
}
.aside-conv .aside_txt,
.aside-conv .aside_btns {
  max-width: 762px;
  margin: 0 auto;
}
.aside-conv .aside_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2em;
}
.aside-conv .aside_btns {
  display: flex;
  justify-content: space-between;
}
.aside-conv .aside_btns li {
  width: 48.031496063%;
}

@media screen and (min-width: 768px) and (max-width: 802px) {
  .aside-conv {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aside-conv {
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
  .aside-conv .aside_title {
    margin-bottom: 1em;
  }
  .aside-conv .aside_txt {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .aside-conv .aside_btns {
    display: block;
  }
  .aside-conv .aside_btns li {
    margin-bottom: 5.3333333333%;
    width: 100%;
  }
  .aside-conv .aside_btns li:last-child {
    margin-bottom: 0;
  }
}
/*
-- State CSS
-------------------------------------------------- */
/*
-- Utility CSS
-------------------------------------------------- */
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.al-left {
  text-align: left;
}

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

.al-right {
  text-align: right;
}

.clear {
  clear: both;
}

.mg-0 {
  margin: 0;
}

.s-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .s-sp {
    display: block !important;
  }

  .s-pc {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */