@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #1d1d1d;
  background-color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 112.4rem;
    font-size: 1.8rem;
  }
}

main {
  display: block;
  overflow: hidden;
}

p {
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: #005113;
  transition: color 0.4s;
}

a:hover {
  text-decoration: underline;
  color: #005113;
}

a:hover img {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.4s;
  vertical-align: top;
}

input,
textarea {
  font: inherit;
}

.l-body__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  min-height: 100vh;
}

.l-container {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-container {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-wrapper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-wrapper {
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-wrapper-w {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-wrapper-w {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-wrapper-w {
    width: 112.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-main {
  margin-top: 125px;
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 70px;
  }
}

/* for link position
-------------------------------*/
.anchor {
  display: block;
  padding-top: 7.2rem;
}

@media screen and (min-width: 769px) {
  .anchor {
    margin-top: -3rem;
  }
}

/* for sentence
-------------------------------*/
.text-align-center {
  text-align: center;
}

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

.br::before {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 769px) {
  .br__pc::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  .br__sp::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: 769px) {
  .tel__sp {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #1d1d1d;
  }
}

@media screen and (max-width: 768px) {
  .tel__sp {
    text-decoration: underline;
  }
}

/* fonts
-------------------------------*/
/* font-size */
/* font-weight */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: 700;
}

/* font-style */
.italic {
  font-style: italic;
}

/* color */
.black {
  color: #1d1d1d;
}

.grey {
  color: #999999;
}

.palegrey {
  color: #e8eae9;
}

.white {
  color: #fff;
}

.red {
  color: #f51111;
}

.primary {
  color: #005113;
}

.secondary {
  color: #01771d;
}

.intermediate {
  color: #999999;
}

.accent01 {
  color: #d2570c;
}

.accent02 {
  color: #f7f03b;
}

.accent03 {
  color: #010754;
}

.mincho {
  font-family: Georgia, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

/* show only  SP/PC
-------------------------------*/
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

.nodisplay {
  display: none !important;
}

.replace {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.notes {
  margin-left: 1em;
  text-indent: -1em;
}

.footer {
  position: relative;
  text-align: center;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #010754 43%, #01771d 55%) 1;
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  .footer {
    border-top: 7px solid;
  }
}

.footer__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  list-style-type: none;
  padding-top: 7px;
}

@media screen and (min-width: 769px) {
  .footer__logo {
    padding-top: 50px;
  }
}

.footer__logo__text {
  font-size: 1.6rem;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .footer__logo__text {
    font-size: 2.2rem;
  }
}

.footer__logo__img {
  margin-left: 0.5em;
  margin-top: -7px;
}

@media screen and (min-width: 769px) {
  .footer__logo__img {
    margin-top: -10px;
  }
}

.footer__logo__img img {
  width: 26vw;
}

@media screen and (min-width: 769px) {
  .footer__logo__img img {
    width: 160px;
  }
}

.footer__tel__list {
  color: #005113;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style-type: none;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .footer__tel__list {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .footer__tel__list {
    margin-top: 20px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .footer__tel__item {
    margin-top: 4px;
  }
}

.footer__tel__link {
  color: #01771d;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: min(6.8vw, 2.9rem);
  padding-right: 0.4em;
}

@media screen and (min-width: 769px) {
  .footer__tel__link {
    font-size: 41px;
  }
}

.footer__agent__text {
  line-height: 1.33;
  margin-top: 40px;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .footer__agent__text {
    margin-top: 80px;
    font-size: 2rem;
  }
}

.footer__agent__link {
  color: #1d1d1d;
  margin-left: 0.5em;
}

.footer__credit {
  color: #1d1d1d;
  padding: 0 6vmin 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 200;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .footer__credit {
    margin-top: 80px;
    font-size: 1.4rem;
    padding: 40px 0 30px;
  }
}

.footer__credit__link {
  color: #1d1d1d;
}

.footer__credit__link:hover {
  color: #005113;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer__contact__mail {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

.footer__contact__mail:hover img {
  opacity: 1;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  background-color: #fff;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #010754 43%, #01771d 55%) 1;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 769px) {
  .header {
    border-bottom: 7px solid;
  }
}

@media screen and (min-width: 769px) {
  .header {
    height: 127px;
  }
}

.header__logo__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (min-width: 769px) {
  .header__logo__wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .header__logo__wrapper {
    -ms-flex: 1;
        flex: 1;
    margin-right: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .header__logo__wrapper {
    -ms-flex-align: center;
        align-items: center;
  }
}

.header__logo img {
  width: 90px;
}

@media screen and (min-width: 769px) {
  .header__logo img {
    width: 160px;
  }
}

.header__logo__text {
  font-weight: 700;
  color: #005113;
  margin-left: 10px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .header__logo__text {
    display: none;
  }
}

.header__nav__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 769px) {
  .header__nav__wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.header__tel {
  margin-left: auto;
}

.header__tel__block {
  text-align: right;
  list-style-type: none;
}

.header__tel__link {
  color: #01771d;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: min(6.8vw, 2.9rem);
}

@media screen and (min-width: 769px) {
  .header__tel__link {
    font-size: 4.1rem;
  }
}

.header__tel__text {
  font-weight: 700;
  color: #005113;
  font-size: min(3vw, 1.2rem);
  margin-top: 2px;
}

@media screen and (min-width: 769px) {
  .header__tel__text {
    font-size: 1.6rem;
    margin-right: 1.2em;
  }
}

.page__heading {
  color: #005113;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  font-size: 2rem;
  margin-top: 28px;
}

@media screen and (min-width: 769px) {
  .page__heading {
    font-size: 3rem;
    margin-top: 80px;
  }
}

.breadcrumb__list {
  color: #1d1d1d;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .breadcrumb__list {
    padding: 2rem 0 0;
  }
}

.breadcrumb__list span a {
  color: #005113;
}

.breadcrumb__list span:first-child {
  margin-right: 1.2rem;
}

.breadcrumb__list span:not(:first-child) {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__item:not(:last-child):after {
  content: ">";
  padding: 0 1.2rem;
}

.breadcrumb__item a {
  color: #005113;
}

.btn {
  display: inline-block;
  transition-duration: 0.4s;
}

.btn:hover {
  text-decoration: none;
}

.btn01 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #005113;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .btn01 {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .btn01 {
    min-width: 25rem;
    font-size: 1.8rem;
  }
}

.btn01:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "fontello";
  content: "\e806";
  color: #01771d;
  font-size: 3rem;
  width: 1.6rem;
  line-height: 1;
  margin-left: 1rem;
}

.btn01:hover {
  background-color: #001e07;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn01__holder {
    text-align: center;
  }
}

.btn02 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-align: center;
  border: 1px solid #005113;
  color: #1d1d1d;
  padding: 1.8rem 2rem;
  line-height: 1;
  font-weight: bold;
  min-width: 100%;
}

@media screen and (min-width: 769px) {
  .btn02 {
    min-width: 26.5rem;
    font-size: 1.8rem;
  }
}

.btn02:hover {
  background-color: #e6e6e6;
}

.btn02:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "fontello";
  content: "\e806";
  color: #01771d;
  font-size: 3rem;
  width: 1.6rem;
  line-height: 1;
  margin-left: 1rem;
}

.btn03 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #005113;
  border-radius: 5px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .btn03 {
    padding: 0.8em;
  }
}

.btn03:hover {
  background-color: #00380d;
  color: #fff;
}

.heading01 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .heading01 {
    font-size: 6rem;
  }
}

.heading01-b {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .heading01-b {
    font-size: 6rem;
  }
}

.heading02 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .heading02 {
    font-size: 4.8rem;
  }
}

.heading02-b {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .heading02-b {
    font-size: 4.8rem;
  }
}

.heading03 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .heading03 {
    font-size: 3.6rem;
  }
}

.heading03-b {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .heading03-b {
    font-size: 3.6rem;
  }
}

.heading04 {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .heading04 {
    font-size: 3rem;
  }
}

.heading04-b {
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .heading04-b {
    font-size: 3rem;
  }
}

.heading05 {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .heading05 {
    font-size: 2.4rem;
  }
}

.heading05-b {
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .heading05-b {
    font-size: 2.4rem;
  }
}

#page_top {
  display: none;
}

.form input {
  border-radius: 5px;
  border: 1px solid #005113;
  padding: 10px 10px;
}

@media screen and (min-width: 769px) {
  .form input {
    padding: 1px 10px;
  }
}

.form input[type="checkbox"] {
  margin-right: 0.3em;
  width: 1.3em;
  height: 1.3em;
}

@media screen and (min-width: 769px) {
  .form input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}

.form textarea {
  border-radius: 5px;
  border: 1px solid #005113;
  padding: 10px 10px;
}

.form ::-webkit-input-placeholder {
  color: #adaead;
}

.form :-ms-input-placeholder {
  color: #adaead;
}

.form ::placeholder {
  color: #adaead;
}

.form__label__required {
  background-color: #005113;
  color: #fff;
  letter-spacing: 0.2em;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.35em 0.5em 0.3em;
}

@media screen and (min-width: 769px) {
  .form__label__required {
    font-size: 1.8rem;
    height: 35px;
  }
}

.form__label__optional {
  letter-spacing: 0.2em;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.3em 0.5em;
}

@media screen and (min-width: 769px) {
  .form__label__optional {
    font-size: 1.8rem;
  }
}

.form__error__wrapper {
  margin-top: 2em;
}

.form__area input,
.form__area select {
  font-size: inherit;
  font-family: inherit;
}

.form__area textarea {
  font-size: inherit;
  font-family: inherit;
}

.form__area__table tr:not(:last-child) {
  border-bottom: 1px solid #00390e;
}

.form__area__table th,
.form__area__table td {
  line-height: 1.7;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .form__area__table th,
  .form__area__table td {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .form__area__table th,
  .form__area__table td {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}

.form__area__table th {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .form__area__table th {
    white-space: nowrap;
    width: 20rem;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .form__area__table th {
    margin-top: 2.6rem;
  }
}

.form__area__table td {
  position: relative;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .form__area__table td {
    padding-left: 9rem;
  }
  .form__area__table td:before {
    content: url(../images/company/line_icon.jpg);
    position: absolute;
    top: 3.1rem;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .form__area__table td {
    margin-bottom: 2.6rem;
  }
}

.form__area__table textarea {
  width: 100%;
}

.form__area__required {
  color: #01771d;
}

.form__area__btn {
  transition: background-color 0.4s;
}

@media screen and (max-width: 768px) {
  .form__area__btn {
    font-size: 2.1rem;
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .form__area__btn {
    font-size: 3rem;
    height: 75px;
    min-width: 44%;
    padding-bottom: 4px;
  }
}

.form__area__btn-back {
  background-color: #999999;
}

.form__area__btn-back:hover {
  background-color: #666666;
}

.form__area__btnHolder {
  text-align: center;
}

.form__area__btnHolder-confirm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 3em;
}

@media screen and (min-width: 769px) {
  .form__area__btnHolder-confirm {
    margin-top: 50px;
  }
}

.formTable {
  margin-top: 4rem;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .formTable {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .formTable {
    border-bottom: 1px solid #00390e;
  }
}

.formTable th,
.formTable td {
  border: 1px solid #00390e;
  padding: 1rem;
  line-height: 1.7rem;
}

@media screen and (max-width: 768px) {
  .formTable th,
  .formTable td {
    display: block;
    border-bottom: 0;
  }
}

.formTable th {
  background-color: #999999;
}

#formWrap {
  text-align: center;
}

.error_messe {
  margin-top: 2rem;
  color: #f51111;
}

.contact__wrapper {
  margin-top: 2em;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .contact__wrapper {
    margin-bottom: 110px;
    width: 700px;
  }
}

.contact__form__table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact__form__text {
    text-align: left;
  }
}

.contact-thanks__block {
  margin-top: 2em;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .contact-thanks__block {
    margin-bottom: 110px;
    width: 700px;
  }
}

.contact-thanks__block__link {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .contact-thanks__block__link {
    font-size: 2rem;
  }
}

.contact-thanks__block__link-tel {
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .contact-thanks__block__link-tel {
    font-size: 2rem;
  }
}

.contact-thanks__block__about {
  text-align: center;
  background-color: #e3fae9;
  margin-left: auto;
  margin-right: auto;
  padding: 5vmin;
}

@media screen and (min-width: 769px) {
  .contact-thanks__block__about {
    width: 600px;
    padding: 30px;
  }
}

.privacy__block {
  line-height: 1.7;
  margin-bottom: 6em;
}

@media screen and (min-width: 769px) {
  .privacy__block {
    margin-bottom: 8em;
  }
}

.privacy__block__title {
  font-weight: 700;
  margin-top: 2em;
}

.privacy__block__text ul {
  padding-left: 1.5em;
}

.top__main {
  margin-bottom: 6em;
}

@media screen and (min-width: 769px) {
  .top__main {
    margin-bottom: 110px;
  }
}

.top__main__text {
  line-height: 1.7;
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__main__text {
    margin-top: 10px;
  }
}

.top__heading__greengrad {
  text-align: center;
  color: #005113;
  background: linear-gradient(to top, #01771d, #004307);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top__introduction__text {
  color: #f7f03b;
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .top__introduction__text {
    font-size: 2.4rem;
    margin-right: 10px;
  }
}

.top__introduction__heading {
  color: #fff;
  line-height: 1.36;
}

@media screen and (min-width: 769px) {
  .top__introduction__heading {
    margin-top: 2px;
  }
}

.top__introduction__textHolder {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 6px;
}

@media screen and (min-width: 769px) {
  .top__introduction__textHolder {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .top__introduction__textHolder {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.top__introduction__link {
  background-color: #f7f03b;
  border-radius: 100vh;
  font-weight: 900;
  font-size: 1.6rem;
  color: #1d1d1d;
  transition: 0.4s;
  padding: 10px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .top__introduction__link {
    display: block;
    width: 97%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .top__introduction__link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 2.4rem;
    padding: 0 30px 1px;
    height: 37px;
  }
}

.top__introduction__link span {
  color: #d2570c;
}

.top__introduction__link:hover {
  text-decoration: none;
  background-color: #d8d009;
}

.top__kv {
  background: url(../images/top/top_kv_bg.jpg) no-repeat center top;
}

@media screen and (max-width: 768px) {
  .top__kv {
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .top__kv {
    max-height: 650px;
  }
}

.top__kv__copy {
  padding-top: 20px;
  padding-bottom: 28px;
  max-width: 80vw;
}

@media screen and (max-width: 768px) {
  .top__kv__copy {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .top__kv__copy {
    width: 480px;
    padding-top: 68px;
    padding-bottom: 70px;
    margin-left: 16px;
  }
}

.top__kv__introduction {
  text-align: center;
  position: relative;
  padding: 12px 0 16px;
}

@media screen and (min-width: 769px) {
  .top__kv__introduction {
    padding: 18px 0 26px;
  }
}

.top__kv__introduction:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #01771d;
  mix-blend-mode: multiply;
}

.top__kv__textHolder {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .top__kv__textHolder {
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.top__problem {
  text-align: center;
}

.top__problem__heading {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__problem__heading {
    margin-top: 56px;
  }
}

.top__problem__lead {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .top__problem__lead {
    margin-top: 14px;
  }
}

.top__problem__lead span {
  background: linear-gradient(transparent 50%, #f7f03b 50%, #f7f03b 90%, transparent 90%);
}

.top__problem__wrapper {
  background: url(../images/top/top_problem_bg.jpg) no-repeat left bottom;
}

@media screen and (max-width: 768px) {
  .top__problem__wrapper {
    background-size: contain;
    padding-bottom: 18vw;
  }
}

@media screen and (min-width: 769px) {
  .top__problem__wrapper {
    background-position: left top;
    margin-top: 40px;
    min-height: 309px;
  }
}

.top__problem__list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1vw;
}

@media screen and (min-width: 769px) {
  .top__problem__list {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .top__problem__list {
    width: 630px;
    margin-left: auto;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 17px 20px;
    padding-top: 7px;
  }
}

.top__problem__item {
  background-color: #d2570c;
  border-radius: 5px;
  opacity: 0.86;
  color: #fff;
  line-height: 1.36;
  width: 48%;
  padding: 15px 7px;
}

@media screen and (min-width: 769px) {
  .top__problem__item {
    font-size: 2.2rem;
    padding: 22px 10px;
  }
}

@media screen and (min-width: 769px) {
  .top__problem__item-01 {
    width: 307px;
  }
}

@media screen and (min-width: 769px) {
  .top__problem__item-02 {
    width: 297px;
  }
}

@media screen and (min-width: 769px) {
  .top__problem__item-03 {
    width: 257px;
  }
}

@media screen and (min-width: 769px) {
  .top__problem__item-04 {
    width: 297px;
    margin-top: -29px;
  }
}

.top__solution {
  margin-top: 20px;
  background: url(../images/top/top_solution_photo.png) no-repeat center bottom, url(../images/top/top_solution_arrow.jpg) no-repeat center 100px;
  background-size: 50vw, contain;
  padding-bottom: 48vw;
}

@media screen and (min-width: 769px) {
  .top__solution {
    background-size: 370px, auto;
    background-position: right bottom, center 16px;
    margin-top: 36px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .top__solution__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.top__solution__heading span {
  font-size: 4rem;
}

@media screen and (min-width: 769px) {
  .top__solution__heading span {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .top__solution__list {
    width: 710px;
  }
}

.top__solution__title {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .top__solution__title {
    margin-top: 130px;
  }
}

.top__gas {
  background: url(../images/top/top_gas_bg.jpg) no-repeat center bottom;
  margin-top: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top__gas {
    background-position: left 38% bottom;
    background-size: 250%;
  }
}

@media screen and (min-width: 769px) {
  .top__gas {
    margin-top: 70px;
    padding-bottom: 100px;
  }
}

.top__gas__heading {
  margin-bottom: 11px;
}

@media screen and (min-width: 769px) {
  .top__gas__heading {
    margin-bottom: 16px;
  }
}

.top__gas__heading span {
  background: linear-gradient(transparent 70%, #f7f03b 70%, #f7f03b 92%, transparent 92%);
}

.top__gas__lead {
  line-height: 1.2;
  margin-top: 15px;
  margin-left: 44px;
}

@media screen and (min-width: 769px) {
  .top__gas__lead {
    margin-left: 50px;
    margin-top: 50px;
  }
}

.top__gas__lead span {
  font-size: 4rem;
}

@media screen and (min-width: 769px) {
  .top__gas__lead span {
    font-size: 6rem;
    line-height: 1.6;
  }
}

.top__hychill {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__hychill {
    margin-top: 70px;
  }
}

.top__hychill__kv {
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__hychill__kv {
    margin-top: 10px;
  }
}

.top__hychill__title {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__hychill__title {
    margin-top: 46px;
  }
}

.top__hychill__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: center;
      justify-content: center;
}

.top__hychill__list span {
  font-style: italic;
  font-weight: 500;
  font-size: 3rem;
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__hychill__list span {
    font-size: 7.1rem;
    margin-top: 2px;
  }
}

.top__hychill__lead {
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__hychill__lead {
    margin-top: 18px;
  }
}

.top__hychill__notes {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .top__hychill__notes {
    font-size: 1.6rem;
  }
}

.top__hychill-01__detail {
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__hychill-01__detail {
    margin-top: 20px;
  }
}

.top__hychill-01__list {
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .top__hychill-01__list {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .top__hychill-01__list {
    gap: 2vmin;
  }
}

@media screen and (min-width: 769px) {
  .top__hychill-01__list {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 960px;
    margin-top: 22px;
  }
}

.top__hychill-01__item {
  border: 2px solid #01771d;
  padding: 2vmin 1vmin;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .top__hychill-01__item {
    margin-top: 15px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media screen and (min-width: 769px) {
  .top__hychill-01__item {
    padding: 10px 10px 20px;
    width: 307px;
  }
}

.top__hychill-01__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .top__hychill-01__title {
    font-size: 3.6rem;
  }
}

.top__hychill-01__text {
  margin-top: 2px;
}

@media screen and (min-width: 769px) {
  .top__hychill-01__text {
    margin-top: 4px;
  }
}

.top__hychill-02 {
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__hychill-02 {
    margin-top: 60px;
  }
}

.top__hychill-02:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  background: url(../images/top/top_hychill-02_photo.jpg) no-repeat center bottom;
}

@media screen and (min-width: 769px) {
  .top__hychill-02:after {
    background-position: right 60px top;
    position: absolute;
    top: 118px;
    bottom: 0;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .top__hychill-02:after {
    background-size: contain;
    height: 0;
    padding-bottom: 35%;
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .top__hychill-02__inner-left {
    width: 500px;
    margin-left: 50%;
    min-height: 316px;
  }
}

@media screen and (min-width: 769px) {
  .top__hychill-02__inner-right {
    width: 500px;
    min-height: 356px;
    padding-top: 60px;
  }
}

.top__hychill-02__title {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .top__hychill-02__title {
    margin-top: 32px;
  }
}

.top__hychill-03 {
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__hychill-03 {
    margin-top: 60px;
  }
}

.top__hychill-03:after {
  content: "";
  display: block;
  width: 100%;
  right: 0;
  background: url(../images/top/top_hychill-03_photo.jpg) no-repeat center bottom;
}

@media screen and (max-width: 768px) {
  .top__hychill-03:after {
    height: 0;
    padding-top: 35.11%;
    background-size: contain;
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .top__hychill-03:after {
    background-position: left 60px top;
    position: absolute;
    top: 118px;
    bottom: 0;
    width: 50%;
  }
}

.top__merit__heading {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__merit__heading {
    margin-top: 74px;
  }
}

.top__co2 {
  background: url(../images/top/top_co2_bg.jpg) no-repeat center 80px;
}

@media screen and (max-width: 768px) {
  .top__co2 {
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .top__co2 {
    background-position: center 174px;
  }
}

.top__co2__heading {
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__co2__heading {
    margin-top: 16px;
  }
}

.top__co2__detail {
  padding-top: 26vw;
}

@media screen and (min-width: 769px) {
  .top__co2__detail {
    padding-top: 448px;
  }
}

.top__co2__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .top__co2__wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .top__co2__wrapper {
    margin-top: 60px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .top__co2__image {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .top__co2__image {
    max-width: 50%;
    padding-right: 38px;
  }
}

.top__co2__title {
  margin-bottom: 7px;
}

@media screen and (min-width: 769px) {
  .top__co2__title {
    margin-bottom: 10px;
  }
}

.top__co2__hitsuyousei {
  -ms-flex: 1;
      flex: 1;
}

.top__co2__sakugen {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__co2__sakugen {
    margin-top: 60px;
  }
}

.top__co2__table {
  margin-top: 15px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .top__co2__table {
    margin-top: 22px;
  }
}

.top__co2__lead {
  margin-bottom: 7px;
}

@media screen and (min-width: 769px) {
  .top__co2__lead {
    margin-bottom: 10px;
  }
}

.top__co2__name {
  background-color: #e8eae9;
  border: 2px solid #00390e;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  color: #00390e;
  padding: 4px;
  font-size: 1.2rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .top__co2__name {
    font-size: 2.6rem;
    padding: 14px;
  }
}

.top__co2__name span {
  vertical-align: super;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .top__co2__name span {
    font-size: 1.2rem;
  }
}

.top__co2__name-big {
  color: #01771d;
  font-weight: 900;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .top__co2__name-big {
    font-size: 2.7rem;
  }
}

.top__co2__data01 {
  background-color: rgba(1, 119, 29, 0.45);
  border: 2px solid #00390e;
  text-align: center;
  font-size: 1.6rem;
  vertical-align: middle;
  color: #00390e;
  padding: 4px;
}

@media screen and (min-width: 769px) {
  .top__co2__data01 {
    font-size: 2.8rem;
    padding: 10px;
    height: 110px;
  }
}

.top__co2__data01-big {
  background-color: #01771d;
  color: #f7f03b;
  font-weight: 700;
  font-size: 2.5rem;
}

@media screen and (min-width: 769px) {
  .top__co2__data01-big {
    font-size: 3.6rem;
  }
}

.top__co2__data02 {
  background-color: rgba(1, 119, 29, 0.2);
  border: 2px solid #00390e;
  text-align: center;
  font-size: 1.6rem;
  vertical-align: middle;
  color: #00390e;
  padding: 4px;
}

@media screen and (min-width: 769px) {
  .top__co2__data02 {
    font-size: 2.8rem;
    padding: 10px;
    height: 110px;
    line-height: 22px;
  }
}

.top__co2__data02-big {
  background-color: rgba(1, 119, 29, 0.76);
  color: #f7f03b;
  font-weight: 700;
  font-size: 2.5rem;
}

@media screen and (min-width: 769px) {
  .top__co2__data02-big {
    font-size: 3.6rem;
  }
}

.top__co2__data02 span {
  line-height: 1;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .top__co2__data02 span {
    font-size: 1.6rem;
  }
}

.top__co2__notes {
  font-size: 1.2rem;
  margin-left: 1em;
  text-indent: -1em;
}

.top__co2__notes:nth-of-type(1) {
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .top__co2__notes {
    font-size: 1.6rem;
  }
}

.top__saving {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__saving {
    margin-top: 60px;
  }
}

.top__saving__lead {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .top__saving__lead {
    margin-top: 18px;
  }
}

.top__saving__wrapper {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .top__saving__wrapper {
    margin-top: 22px;
  }
}

.top__saving__title {
  margin-bottom: 7px;
}

@media screen and (min-width: 769px) {
  .top__saving__title {
    margin-bottom: 10px;
  }
}

.top__saving__sakugen {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__saving__sakugen {
    margin-top: 60px;
  }
}

.top__catch {
  text-align: center;
  background-color: #004122;
  margin-top: 30px;
  padding: 12px 0 16px;
}

@media screen and (min-width: 769px) {
  .top__catch {
    padding: 30px 0 36px;
    margin-top: 110px;
  }
}

@media screen and (min-width: 769px) {
  .top__catch__wrapper {
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.top__catch__heading {
  text-align: center;
  color: #005113;
}

.top__case {
  text-align: center;
}

.top__case__heading {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__case__heading {
    margin-top: 74px;
  }
}

.top__case__lead {
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__case__lead {
    margin-top: 18px;
  }
}

.top__seika {
  border: 1px solid #004122;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1.33;
  padding: 20px 5vmin;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .top__seika {
    width: 957px;
    padding: 14px 0;
    margin-top: 22px;
  }
}

.top__seika__list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .top__seika__list {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .top__seika__list {
    margin-top: 14px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (min-width: 769px) {
  .top__seika__item {
    width: calc(100% / 3);
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .top__seika__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .top__seika__item:not(:last-child):after {
    content: "";
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 1px;
    background: #004122;
  }
}

@media screen and (min-width: 769px) {
  .top__seika__item:not(:last-child) {
    border-right: 2px solid #004122;
  }
}

.top__seika__graph {
  margin: 8px auto 7px;
  max-width: 70%;
}

@media screen and (min-width: 769px) {
  .top__seika__graph {
    margin: 12px auto 10px;
    max-width: 96%;
  }
}

.top__seika__detail {
  line-height: 1.33;
}

.top__flow {
  text-align: center;
}

.top__flow__heading {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__flow__heading {
    margin-top: 74px;
  }
}

.top__flow__lead {
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__flow__lead {
    margin-top: 18px;
  }
}

.top__flow__text {
  margin-top: 7px;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .top__flow__text {
    margin-top: 24px;
  }
}

.top__flow__image {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .top__flow__image {
    margin-top: 36px;
  }
}

.top__about {
  background: url(../images/top/top_company_bg.png) no-repeat center bottom rgba(104, 205, 225, 0.14);
  margin-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .top__about {
    margin-top: 110px;
    padding-bottom: 132px;
  }
}

.top__company {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top__company {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .top__company {
    width: 643px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.top__company__heading {
  padding-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__company__heading {
    padding-top: 54px;
  }
}

.top__company__table {
  width: 100%;
  margin-top: 15px;
  line-height: 1.33;
}

@media screen and (min-width: 769px) {
  .top__company__table {
    margin-top: 40px;
  }
}

.top__company__table tr {
  border-bottom: 1px solid #1d1d1d;
}

.top__company__table th {
  white-space: nowrap;
  font-weight: 400;
  padding: 1em 20px 1em 10px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .top__company__table th {
    padding: 21px 100px 21px 30px;
  }
}

.top__company__table td {
  padding: 1em 10px 1em 0;
}

@media screen and (min-width: 769px) {
  .top__company__table td {
    font-weight: 400;
    padding: 21px 10px 21px 0;
  }
}

.top__profile__heading {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .top__profile__heading {
    margin-top: 74px;
  }
}

.top__profile__lead {
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .top__profile__lead {
    margin-top: 18px;
  }
}

.top__profile__lead span {
  color: #005113;
}

.top__profile__wrapper {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .top__profile__wrapper {
    margin-top: 40px;
  }
}

.top__profile__list {
  background-color: #fff;
  border: 1px solid #00390e;
  line-height: 1.7;
  padding: 1em 2em 2em;
}

@media screen and (min-width: 769px) {
  .top__profile__list {
    padding: 20px 40px 60px;
  }
}

.top__profile__list p {
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .top__profile__inner {
    width: 490px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top__profile__title {
  text-align: center;
  color: #005113;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .top__profile__title {
    margin-bottom: 18px;
  }
}

.top__profile__title-s {
  margin-top: 18px;
}

@media screen and (min-width: 769px) {
  .top__profile__title-s {
    margin-top: 18px;
  }
}

.top__profile__table {
  line-height: 1.88;
}

.top__profile__year {
  white-space: nowrap;
  padding-right: 1em;
}

@media screen and (min-width: 769px) {
  .top__profile__year {
    padding-right: 20px;
  }
}

.top__contact {
  background-color: #e3fae9;
  border: 2px solid #01771d;
  padding: 30px 5vmin 40px;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top__contact {
    padding: 32px 60px 60px;
    margin-top: 106px;
  }
}

.top__contact__lead {
  margin-top: 7px;
}

@media screen and (min-width: 769px) {
  .top__contact__lead {
    margin-top: 20px;
  }
}

.top__contact__list {
  margin-top: 2em;
  font-size: 1.7rem;
}

@media screen and (min-width: 769px) {
  .top__contact__list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 54px;
    font-size: 2.4rem;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
}

.top__contact__message {
  -ms-flex-align: start;
      align-items: flex-start;
}

.top__contact__name {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top__contact__name {
    margin-bottom: 0.5em;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .top__contact__name {
    width: 330px;
    padding-right: 60px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .top__contact__item {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .top__contact__item {
    margin-left: 10px;
    -ms-flex: 1;
        flex: 1;
  }
}

.top__contact__item input,
.top__contact__item textarea {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .top__contact__item input,
  .top__contact__item textarea {
    width: 430px;
  }
}

.top__contact__detail {
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .top__contact__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.8;
  }
}

.top__contact__detail li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .top__contact__detail li {
    margin-top: 1em;
  }
}

@media screen and (min-width: 769px) {
  .top__contact__detail li {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
}

.top__contact__detail label {
  margin-right: 14px;
}

@media screen and (min-width: 769px) {
  .top__contact__label {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.top__contact__privacy {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .top__contact__privacy {
    font-size: 2.4rem;
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

.top__contact__privacy a {
  text-decoration: underline;
}

.top__contact__btnHolder {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .top__contact__btnHolder {
    margin-top: 50px;
  }
}

.top__contact__btn {
  transition: background-color 0.4s;
}

@media screen and (max-width: 768px) {
  .top__contact__btn {
    font-size: 2.1rem;
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .top__contact__btn {
    font-size: 3rem;
    height: 75px;
    width: 390px;
    padding-bottom: 4px;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?26174549");
  src: url("../font/fontello.eot?26174549#iefix") format("embedded-opentype"), url("../font/fontello.woff2?26174549") format("woff2"), url("../font/fontello.woff?26174549") format("woff"), url("../font/fontello.ttf?26174549") format("truetype"), url("../font/fontello.svg?26174549#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
 @font-face {
   font-family: 'fontello';
   src: url('../font/fontello.svg?26174549#fontello') format('svg');
 }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone-1:before {
  content: '\2709';
}

/* '✉' */
.icon-mail:before {
  content: '\e800';
}

/* '' */
.icon-cancel:before {
  content: '\e801';
}

/* '' */
.icon-up-dir:before {
  content: '\e802';
}

/* '' */
.icon-basket-1:before {
  content: '\e803';
}

/* '' */
.icon-down-dir:before {
  content: '\e804';
}

/* '' */
.icon-left-dir:before {
  content: '\e805';
}

/* '' */
.icon-right-dir:before {
  content: '\e806';
}

/* '' */
.icon-plus:before {
  content: '\e807';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
