@charset "UTF-8";
/* Reset */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
  }
}
main,
details {
  display: block;
}

audio,
video,
canvas,
progress {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

audio,
video,
canvas,
iframe,
img,
svg {
  vertical-align: bottom;
}

iframe,
img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sup {
  top: -0.25em;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: help;
}

address {
  font-style: normal;
}

mark {
  padding: 0.2em 0.3em;
  background-color: #ff0;
}

ol {
  margin-left: 1.5em;
}

ul[class],
ol[class],
nav ul,
nav ol {
  list-style: none;
}

summary {
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}

pre {
  display: block;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

code {
  word-wrap: break-word;
}

pre code {
  word-break: normal;
}

hr {
  height: 1px;
  background-color: currentColor;
  border: none;
  overflow: visible;
}

template {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  padding: 1em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: inherit;
  border: solid;
  color: inherit;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
summary,
[tabindex] {
  touch-action: manipulation;
}

label[for],
button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
input[type=radio],
input[type=checkbox],
select,
[role=button] {
  cursor: pointer;
}

fieldset {
  border: 1px solid #ccc;
  padding: 0.5em 1em 1em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0 0.5em;
  border: 0;
  color: inherit;
  white-space: normal;
}

input,
textarea,
button,
select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  -ms-overflow-style: scrollbar;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

optgroup {
  color: inherit;
  font: inherit;
  font-weight: bold;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

output {
  display: inline-block;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

[type=color]::-webkit-color-swatch {
  border: none;
}

[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

[type=search] {
  border-radius: 0;
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input,
textarea,
button,
select,
option,
optgroup {
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed !important;
}

[aria-hidden=false][hidden] {
  display: initial;
}

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

:focus:not(:focus-visible),
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: none;
}

/* Base */
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: initial !important;
}

img {
  width: 100%;
  vertical-align: bottom;
}

#hello-eco h1 {
  font-size: 34px;
}
@media screen and (max-width: 800px) {
  #hello-eco h1 {
    font-size: 18px;
  }
}
#hello-eco h2 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  #hello-eco h2 {
    font-size: 16px;
  }
}
#hello-eco h3 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  #hello-eco h3 {
    font-size: 15px;
  }
}
#hello-eco p, #hello-eco li, #hello-eco th, #hello-eco td {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  #hello-eco p, #hello-eco li, #hello-eco th, #hello-eco td {
    font-size: 14px;
  }
}
#hello-eco span {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  #hello-eco span {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
/*
.s01,.s02,.s03{
small{//®マーク
    display: inline-block;
    vertical-align: sub;
    box-sizing: border-box;
    transform: translateY(-0.1em);
}
}*/
.breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: min(960px, 90%);
  margin: 0 auto;
  gap: 1em;
  padding: 30px 0px;
}
@media (max-width: 800px) {
  .breadcrumb {
    padding: 15px 0px;
  }
}
.breadcrumb a {
  font-size: 12px;
}

.common__h2 {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  box-sizing: border-box;
}
.common__h2::before, .common__h2::after {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: initial;
  margin: auto;
}
.common__h2::before {
  height: 100%;
  background-color: #009944;
}
.common__h2::after {
  height: 30%;
  background-color: #004EA2;
}

.s01 {
  width: min(960px, 90%);
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
  border-radius: 5px 5px 0px 0px;
}
@media (max-width: 800px) {
  .s01 {
    margin-bottom: 110px;
  }
}
.s01 .s01__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.s01 .s01__inner {
  background-color: #004EA2;
  margin-bottom: -1px;
  padding: 40px 30px;
  border-radius: 5px 5px 0px 0px;
}
@media (max-width: 800px) {
  .s01 .s01__inner {
    padding: 40px 0px 80px 0px;
  }
}
.s01 .s01__inner h1, .s01 .s01__inner p {
  width: min(870px, 90%);
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
.s01 .s01__inner h1 {
  display: block;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.s01 .s01__inner h1::after {
  content: "";
  position: absolute;
  top: initial;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: min(870px, 100%);
  height: 3px;
  background-color: #009944;
  z-index: 1;
}
.s01 .s01__inner h1::before {
  content: "";
  position: absolute;
  top: initial;
  bottom: -3px;
  left: 0;
  right: initial;
  margin: auto;
  width: 77px;
  height: 3px;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 800px) {
  .s01 .s01__inner p {
    text-align: center;
    line-break: strict;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: 16px !important;
  }
}
.s01 .s01__img02 {
  display: block;
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: min(32%, 306px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
@media (max-width: 800px) {
  .s01 .s01__img02 {
    width: min(90%, 276px);
    position: absolute;
    top: initial;
    bottom: -50px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
.s01 .s01__triangle {
  width: 100%;
  height: auto;
  aspect-ratio: 4.57/1;
  position: relative;
  background-color: #004EA2;
  clip-path: polygon(0 0, 100% 0%, 100% 1%, 0% 100%);
}
.s01 .s01__triangle img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  width: auto;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s02 {
  width: min(870px, 87%);
  margin: 0 auto;
  margin-bottom: 60px;
}
.s02 .s02__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 800px) {
  .s02 .s02__main {
    display: block;
  }
}
.s02 .s02__main .s02__exp {
  height: auto;
  width: 73%;
}
@media (max-width: 800px) {
  .s02 .s02__main .s02__exp {
    width: 100%;
    margin-bottom: 1em;
  }
}
.s02 .s02__main .s02__img {
  display: block;
  width: 27%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .s02 .s02__main .s02__img {
    width: min(100%, 300px);
    margin: 0 auto;
  }
}
.s02 .s02__main .s02__img img {
  width: 55%;
  height: auto;
}
.s02 h3 {
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .s02 h3 {
    width: 100%;
  }
}
.s02 h3 img {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: auto;
}
.s02 .s02__caution {
  width: 100%;
  background-color: #E2F0FF;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .s02 .s02__caution {
    padding: 1em;
  }
}
.s02 .s02__caution li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 0.4em;
  margin-bottom: 0.3em;
}
.s02 .s02__caution li b {
  display: block;
  background-color: #004EA2;
  aspect-ratio: 1/1;
  color: #fff;
  width: auto;
  height: 1.4em;
  border-radius: 100%;
  padding-top: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0em;
}
.s02 .s02__caution li p span {
  display: block;
}
.s02 .s02__caution li p sup {
  font-size: clamp(8px, 7.1428571429px + 0.0028571429 * 100vw, 10px);
  vertical-align: super;
}

.s03 {
  width: min(870px, 87%);
  margin: 0 auto;
  margin-bottom: 70px;
}
.s03 .s03__txt {
  margin-bottom: 20px;
}
.s03 .s03__table {
  width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  .s03 .s03__table {
    overflow-x: scroll;
  }
}
.s03 table {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .s03 table {
    width: 770px;
  }
}
.s03 table tr {
  border-bottom: solid 1px #004EA2;
}
.s03 table tr th:nth-child(1), .s03 table tr td:nth-child(1) {
  width: 15%;
}
.s03 table tr th:nth-child(2), .s03 table tr td:nth-child(2) {
  width: 57%;
}
.s03 table tr th:nth-child(3), .s03 table tr td:nth-child(3) {
  width: 28%;
}
.s03 table tr th {
  background-color: #004EA2;
  border-right: solid 3px #fff;
  color: #fff;
  padding: 0.3em 0px;
}
@media (max-width: 800px) {
  .s03 table tr th {
    font-size: 15px;
  }
}
.s03 table tr th:last-child {
  border-right: none;
}
.s03 table tr td {
  padding: 1em;
}
.s03 table tr td:first-child {
  text-align: center;
}
.s03 .s03__caution {
  text-align: center;
  margin-bottom: 1em;
}
.s03 .s03__link {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .s03 .s03__link {
    width: min(308px, 90%);
    margin: 0 auto;
  }
}
.s03 .s03__link img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */