@charset "UTF-8";
.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

a.ul {
  text-decoration: underline;
}

a, span {
  display: inline-block;
}

a, button {
  outline: 0;
}

ul, li, ol {
  list-style: none;
}

form, label, input, select, textarea, button, table {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif !important;
  outline: none;
}

button {
  cursor: pointer;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table {
  border-spacing: 0;
}

html {
  color: #323232;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
}

body {
  position: relative;
  height: auto;
}

.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

a.ul {
  text-decoration: underline;
}

a, span {
  display: inline-block;
}

a, button {
  outline: 0;
}

ul, li, ol {
  list-style: none;
}

form, label, input, select, textarea, button, table {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif !important;
  outline: none;
}

button {
  cursor: pointer;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table {
  border-spacing: 0;
}

html {
  color: #323232;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
}

body {
  position: relative;
  height: auto;
}

.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background: #FFF;
  transition: 0.3s;
  z-index: 999;
}
.c-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  bottom: -0.5px;
  left: 0;
  background: #f0f0f0;
}
.c-header__blank {
  width: 100%;
  height: 80px;
  background: #FFF;
  z-index: -1;
}
.c-header__resize {
  height: 60px;
}
@media screen and (max-width: 1000px) {
  .c-header {
    height: 60px;
  }
  .c-header__blank {
    height: 60px;
  }
}
.c-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  margin: 0 5%;
}
.c-header__logo {
  display: inline-flex;
  align-items: center;
  height: 100%;
  transition: 0.3s;
}
.c-header__logo img {
  height: 30px;
  width: auto;
}
.c-header__logo:hover {
  opacity: 0.7;
}
.c-header__nav {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.c-header__nav._pc {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .c-header__nav._pc {
    display: none;
  }
}
.c-header__nav._mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-header__nav._mobile {
    display: flex;
  }
}
.c-header__nav._pc .c-header__nav--list {
  position: relative;
  display: flex;
  flex-direction: row;
  height: inherit;
}
.c-header__nav._pc .c-header__nav--list:not(:last-child) {
  margin-right: 2rem;
}
.c-header__nav._pc .c-header__nav--item {
  margin-left: 2rem;
  font-weight: 500;
}
.c-header__nav._pc .c-header__nav--item a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #323232;
  transition: 0.3s;
}
.c-header__nav._pc .c-header__nav--item a:visited, .c-header__nav._pc .c-header__nav--item a:active {
  color: #323232;
}
.c-header__nav._pc .c-header__nav--item a:hover {
  color: #323232;
}
.c-header__nav._pc .c-header__nav--item a:hover {
  opacity: 0.6;
}
.c-header__nav._mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 60px;
  left: 0;
  background: #FFF;
  overflow-y: auto;
}
.c-header__nav._mobile .c-header__nav--list {
  width: 100%;
  border-top: solid 1px rgba(50, 50, 50, 0.25);
}
.c-header__nav._mobile .c-header__nav--item {
  border-bottom: solid 1px rgba(50, 50, 50, 0.25);
}
.c-header__nav._mobile .c-header__nav--item a {
  width: 100%;
  padding: 1rem 5%;
  color: #323232;
  transition: 0.3s;
}
.c-header__nav._mobile .c-header__nav--item a:visited, .c-header__nav._mobile .c-header__nav--item a:active {
  color: #323232;
}
.c-header__nav._mobile .c-header__nav--item a:hover {
  color: #028442;
}
.c-header__nav._mobile .c-header__nav--item a {
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
}
.c-header__nav._mobile .c-header__nav--btn {
  justify-content: center;
  margin: 30px 0 0 0;
}
.c-header__drawer-btn {
  position: fixed;
  display: flex;
  align-items: center;
  height: 60px;
  top: 0;
  right: 7.5%;
  transition: 0.3s;
  z-index: 9999999 !important;
}
.c-header__drawer-btn--input {
  display: none;
}
.c-header__drawer-btn--link {
  cursor: pointer;
  padding: 3px 0;
}
.c-header__drawer-btn--icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
}
.c-header__drawer-btn--icon:before, .c-header__drawer-btn--icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  transition: 0.3s;
}
.c-header__drawer-btn--icon:before {
  border-top: solid 3px #323232;
}
.c-header__drawer-btn--icon:after {
  border-bottom: solid 3px #323232;
}
.c-header__drawer-btn--icon span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2.8px;
  background: #323232;
  top: 50%;
  left: 0;
  transition: 0.3s;
}
.c-header__drawer-btn--link:hover > .c-header__drawer-btn--icon:before, .c-header__drawer-btn--link:hover > .c-header__drawer-btn--icon:after {
  border-color: #028442;
}
.c-header__drawer-btn--link:hover > .c-header__drawer-btn--icon span {
  background: #028442;
}
.c-header .js-mobile-nav {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-header .js-mobile-nav {
    display: block;
  }
}
.js-mobile-nav._open .c-header__nav._mobile {
  display: flex;
}
.js-drawer-btn._open .c-header__drawer-btn--icon:before, .js-drawer-btn._open .c-header__drawer-btn--icon:after {
  height: 0;
}
.js-drawer-btn._open .c-header__drawer-btn--icon:before {
  top: 10px;
  transform: rotate(45deg);
}
.js-drawer-btn._open .c-header__drawer-btn--icon:after {
  top: 10px;
  transform: rotate(-45deg);
}
.js-drawer-btn._open .c-header__drawer-btn--icon span {
  opacity: 0;
}

.b-wrap {
  position: relative;
  width: 100%;
}

.b-inner {
  position: relative;
  width: 90%;
  min-width: 300px;
  max-width: 1500px;
  margin: auto;
  padding: 0 5%;
}
.b-inner._resize {
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .b-inner._resize {
    width: 100%;
  }
}

.b-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.b-container__top {
  padding-top: 60px;
}
.b-container__bottom {
  padding-bottom: 60px;
}

.b-box {
  padding: 50px 60px;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .b-box {
    padding: 50px 2rem;
  }
}

.b-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.b-col__main {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .b-col {
    flex-direction: column;
  }
}

.bg-white {
  background: #FFF;
}
.bg-pale {
  background: #E5F2EC;
}
.bg-light {
  background: #f0f0f0;
}
.bg-gray {
  background: #A6A6A6;
}
.bg-theme {
  background: #028442;
}

.none-pc {
  display: none;
}

.none-tab {
  display: block;
}
@media screen and (max-width: 1000px) {
  .none-tab {
    display: none;
  }
}

.none-mob {
  display: block;
}
@media screen and (max-width: 700px) {
  .none-mob {
    display: none;
  }
}

.block-pc {
  display: block;
}

.block-tab {
  display: none;
}
@media screen and (max-width: 1000px) {
  .block-tab {
    display: block;
  }
}

.block-mob {
  display: none;
}
@media screen and (max-width: 700px) {
  .block-mob {
    display: block;
  }
}

.p-breadcrumb {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 2.2rem;
  padding: 0 5%;
  background: #028442;
  overflow: hidden;
}
.p-breadcrumb__item {
  position: relative;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1em;
  white-space: nowrap;
}
.p-breadcrumb__item:not(:last-child) {
  margin-right: 2rem;
}
.p-breadcrumb__item:not(:last-child):before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 0.3rem;
  right: -1.1rem;
  border-top: solid 1.5px #FFF;
  border-right: solid 1.5px #FFF;
  transform: rotate(45deg);
}
.p-breadcrumb__item:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-breadcrumb__item a {
  color: #FFF;
  transition: 0.3s;
}
.p-breadcrumb__item a:visited, .p-breadcrumb__item a:active {
  color: #FFF;
}
.p-breadcrumb__item a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.p-title__main, .p-title__sub {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: 200px;
}
.p-title__main {
  background-color: #323232;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  color: #FFF;
}
.p-title__main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  background: rgba(50, 50, 50, 0.5);
}
.p-title__sub {
  background-color: #323232;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center right;
  color: #FFF;
}
.p-title__sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to right, #323232 50%, rgba(50, 50, 50, 0.9) 60%, rgba(50, 50, 50, 0) 80%);
  border-bottom: solid 1px rgba(50, 50, 50, 0.25);
}
.p-title__name {
  font-size: 2rem;
  font-weight: bold;
}
.p-title__dsc {
  margin-top: 0.5rem;
  line-height: 2em;
}
@media screen and (max-width: 700px) {
  .p-title__sub {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .p-title__sub:before {
    background: #323232;
    opacity: 0.5;
  }
}

.p-msg__content:not(:last-child) {
  margin-bottom: 50px;
}
.p-msg__column {
  display: flex;
  flex-direction: row;
}
.p-msg__column--item {
  width: 100%;
}
.p-msg__column--item:first-child {
  margin-right: 50px;
}
.p-msg__column--item:last-child {
  margin-left: 50px;
}
.p-msg__label {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  color: #028442;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-msg__label:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.4rem;
  left: 0;
  background: #028442;
  border-radius: 1px;
}
.p-msg__label._sub {
  color: #323232;
  opacity: 0.75;
}
.p-msg__label._sub::before {
  background: #323232;
}
.p-msg__main {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-msg__dsc {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.p-msg__img {
  position: relative;
  border-radius: 2px;
}
.p-msg__img img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.p-msg__img._16-9 {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.p-msg__img._16-9 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-msg__img._4-3 {
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.p-msg__img._4-3 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .p-msg__column {
    flex-direction: column;
  }
  .p-msg__column--item:first-child {
    margin: 0 0 50px 0;
  }
  .p-msg__column--item:last-child {
    margin: 0;
  }
}

.c-sidebar {
  flex-shrink: 0;
  width: 300px;
  padding-left: 75px;
}
.c-sidebar__headline {
  margin-bottom: 0.5rem;
  padding: 1.5rem 1.5rem;
  border-bottom: solid 1px rgba(50, 50, 50, 0.25);
  font-size: 1rem;
  font-weight: bold;
}
.c-sidebar__headline a {
  color: #323232;
  transition: 0.3s;
}
.c-sidebar__headline a:visited, .c-sidebar__headline a:active {
  color: #323232;
}
.c-sidebar__headline a:hover {
  color: #028442;
}
.c-sidebar__headline._no-border {
  border-bottom: none;
}
.c-sidebar__list {
  border-top: solid 2px rgba(50, 50, 50, 0.25);
}
.c-sidebar__list ~ .c-sidebar__list {
  margin-top: 2rem;
}
.c-sidebar__item {
  position: relative;
}
.c-sidebar__item a {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0.75rem 1.5rem;
  border-radius: 2px;
  color: #323232;
  transition: 0.3s;
}
.c-sidebar__item a:visited, .c-sidebar__item a:active {
  color: #323232;
}
.c-sidebar__item a:hover {
  color: #028442;
}
.c-sidebar__item a {
  font-size: 0.9rem;
  font-weight: 500;
}
.c-sidebar__item._target a {
  background: #E5F2EC;
  color: #028442;
}
.c-sidebar__banner {
  margin-bottom: 1rem;
}
.c-sidebar__banner a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 1.5rem 0.2rem 1.5rem;
  background: #f0f0f0;
  border: solid 3px #f0f0f0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #323232;
  transition: 0.3s;
}
.c-sidebar__banner a:visited, .c-sidebar__banner a:active {
  color: #323232;
}
.c-sidebar__banner a:hover {
  color: #323232;
}
.c-sidebar__banner a:hover {
  background: #E5F2EC;
  border-color: #028442;
}
.c-sidebar__banner--icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}
.c-sidebar__banner--icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-sidebar__banner--text .main {
  font-size: 1rem;
  font-weight: bold;
}
.c-sidebar__banner--text .sub {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  .c-sidebar {
    width: 100%;
    padding: 75px 0 0 0;
  }
}

.mig-menu__list {
  padding-top: 1rem;
}
.mig-menu__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  color: #323232;
}
.mig-menu__link._target {
  pointer-events: none;
  opacity: 0.4;
}
.mig-menu__link:hover .mig-menu__title {
  color: #028442;
}
.mig-menu__link:hover .mig-menu__thumb img {
  transform: scale(1.2);
}
.mig-menu__thumb {
  position: relative;
  flex-shrink: 0;
  width: 128px;
  height: 72px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
}
.mig-menu__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.mig-menu__text {
  margin-left: 2rem;
}
.mig-menu__title {
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s;
}
.mig-menu__dsc {
  margin-top: 0.25rem;
  line-height: 1.8em;
}
@media screen and (max-width: 700px) {
  .mig-menu__thumb {
    width: 100px;
    height: 100px;
  }
  .mig-menu__dsc {
    font-size: 0.9rem;
  }
}

.p-cta-main__content {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
}
.p-cta-main__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
}
.p-cta-main__item:not(:last-child) {
  margin-right: 50px;
}
.p-cta-main__item {
  padding: 30px 40px;
  background: #FFF;
  border-radius: 2px;
}
.p-cta-main__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-cta-main__dsc {
  height: 100%;
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.8em;
}
.p-cta-main__button {
  margin-top: 1.5rem;
  text-align: center;
}
.p-cta-main__button a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.8em 3em 1em 1.5em;
  border: solid 3px #028442;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  transition: 0.3s;
}
.p-cta-main__button a:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-cta-main__button a:hover {
  background: #FFF;
  color: #323232;
}
.p-cta-main__button a:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-2192%20-257)%22%3E%3Crect%20x%3D%222192%22%20y%3D%22573%22%20width%3D%22714%22%20height%3D%22104%22%20fill%3D%22%23323232%22%2F%3E%3Cpath%20d%3D%22M2603.95%20257.24%202897.93%20551.218%202971.43%20624.713%202897.93%20698.207%202603.95%20992.185%202530.46%20918.691%202824.44%20624.713%202530.46%20330.734Z%22%20fill%3D%22%23323232%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-cta-main__button._main a {
  background: #028442;
  color: #FFF;
}
.p-cta-main__button._main a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-cta-main__button._main a:hover {
  background: #323232;
  border-color: #323232;
}
.p-cta-main__button._sub a {
  background: #FFF;
  color: #028442;
}
.p-cta-main__button._sub a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-4123%20-257)%22%3E%3Crect%20x%3D%224123%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23028442%22%2F%3E%3Cpath%20d%3D%22M4535.32%20257.24%204829.3%20551.218%204902.79%20624.713%204829.3%20698.207%204535.32%20992.185%204461.83%20918.691%204755.8%20624.713%204461.83%20330.734Z%22%20fill%3D%22%23028442%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-cta-main__button._sub a:hover {
  background: #028442;
  color: #FFF;
}
.p-cta-main__button._sub a:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1000px) {
  .p-cta-main__item:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .p-cta-main__content {
    flex-direction: column;
  }
  .p-cta-main__item {
    max-width: 100%;
  }
  .p-cta-main__item:not(:last-child) {
    margin: 0 0 50px 0;
  }
}

.p-cta-dl__content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 80px;
  background: #E5F2EC;
  border-radius: 2px;
}
.p-cta-dl__thumb {
  position: relative;
  width: 40%;
}
.p-cta-dl__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta-dl__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-cta-dl__dsc {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.p-cta-dl__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .p-cta-dl__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
    text-align: center;
  }
  .p-cta-dl__thumb {
    order: 1;
    width: 250px;
    height: 160px;
    margin-bottom: 2rem;
  }
  .p-cta-dl__text {
    order: 2;
  }
  .p-cta-dl__dsc br {
    display: none;
  }
}

.p-cta-mig__content {
  display: flex;
  flex-direction: row;
  width: calc(100% + 50px);
}
.p-cta-mig__item {
  position: relative;
  width: 100%;
  margin-right: 50px;
}
.p-cta-mig__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  background: #f0f0f0;
  border-radius: 2px;
  color: #323232;
  transition: 0.3s;
}
.p-cta-mig__link:visited, .p-cta-mig__link:active {
  color: #323232;
}
.p-cta-mig__link:hover {
  color: #FFF;
}
.p-cta-mig__link:hover {
  background: #028442;
}
.p-cta-mig__icon {
  position: relative;
  width: 75px;
  height: 75px;
  margin-right: 1.5rem;
}
.p-cta-mig__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta-mig__text {
  width: 100%;
}
.p-cta-mig__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-cta-mig__dsc {
  margin-top: 0.3rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .p-cta-mig__content {
    flex-direction: column;
    width: 100%;
  }
  .p-cta-mig__item {
    margin-right: 0;
  }
  .p-cta-mig__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .p-cta-mig__dsc br {
    display: none;
  }
}

.p-cta-inline__wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f0f0f0;
  border-radius: 2px;
  color: #323232;
  transition: 0.3s;
}
.p-cta-inline__wrap-link:hover {
  background: #E5F2EC;
}
.p-cta-inline__text {
  width: 100%;
  padding: 30px 50px 30px 0;
}
.p-cta-inline__main {
  font-size: 1.1rem;
  font-weight: bold;
}
.p-cta-inline__sub {
  line-height: 1.8em;
}
.p-cta-inline__main + .p-cta-inline__sub {
  margin-top: 0.5rem;
}
.p-cta-inline__img {
  flex-shrink: 0;
  position: relative;
  width: 160px;
  height: 90px;
}
.p-cta-inline__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cta-inline__btn {
  min-width: 12rem;
  margin-right: 50px;
}
.p-cta-inline + * {
  margin-top: 2rem;
}
.p-cta-inline__wrap-link:hover > .p-cta-inline__btn {
  background: #028442;
}
@media screen and (max-width: 1000px) {
  .p-cta-inline__wrap {
    flex-direction: column;
  }
  .p-cta-inline__text {
    padding: 0 50px 30px 50px;
  }
  .p-cta-inline__main {
    text-align: center;
  }
  .p-cta-inline__img {
    margin: 1rem 0;
  }
  .p-cta-inline__btn {
    width: auto;
    margin: 0 0 30px 0;
  }
}

.p-track {
  position: fixed;
  width: 250px;
  bottom: 80px;
  right: -375px;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0px 0px 50px -25px rgba(50, 50, 50, 0.5);
  transition: 0.4s;
  z-index: 99;
}
.p-track._hidden {
  right: -375px !important;
}
.p-track__cancel {
  cursor: pointer;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: -1.5rem;
  right: 0;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22506%22%20height%3D%22506%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-1088%20-1297)%22%3E%3Cpath%20d%3D%22M1547.74%201297.34%201593.67%201343.27%201134.33%201802.61%201088.4%201756.68Z%22%20fill%3D%22%230D0D0D%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M1088.4%201343.27%201134.33%201297.34%201593.67%201756.68%201547.74%201802.61Z%22%20fill%3D%22%230D0D0D%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  opacity: 0.3;
  transition: 0.3s;
}
.p-track__cancel:hover {
  opacity: 1;
}
.p-track__link {
  display: flex;
  flex-direction: column;
}
.p-track__img {
  position: relative;
  width: 100%;
  border-radius: 2px 2px 0 0;
}
.p-track__img img {
  width: 100%;
  border-radius: inherit;
  vertical-align: top;
}
.p-track__img._proc img {
  width: 100%;
  padding: 20px 10% 0 10%;
  border-radius: 2px;
}
.p-track__title + .p-track__img {
  height: 155px;
}
.p-track__title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 45px;
  color: #028442;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
.p-track__text {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #028442;
  color: #FFF;
  border-radius: 0 0 2px 2px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
}
.p-track__text:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1000px) {
  .p-track {
    display: none;
  }
}
.p-track-bar {
  position: fixed;
  width: 60px;
  bottom: 80px;
  right: -90px;
  transition: 0.3s;
  z-index: 99;
}
.p-track-bar__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.5rem 0;
  background: #028442;
  border-radius: 2px 0 0 2px;
  color: #FFF;
  transition: 0.3s;
}
.p-track-bar__item:visited, .p-track-bar__item:active {
  color: #FFF;
}
.p-track-bar__item:hover {
  color: #FFF;
}
.p-track-bar__item {
  font-size: 0.9rem;
  font-weight: 500;
  transition: 0.3s;
  writing-mode: vertical-rl;
}
.p-track-bar__item:hover {
  background: #323232;
}
.p-track-bar._hidden {
  right: -90px !important;
}

.js-track._show {
  right: 0;
}

.c-footer {
  position: relative;
  width: 100%;
  background: #FFF;
}
.c-footer__inner {
  width: 80%;
  height: 100%;
  margin: 0 10%;
}
.c-footer__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c-footer__logo {
  display: inline-block;
  transition: 0.3s;
}
.c-footer__logo img {
  width: 250px;
  height: auto;
}
.c-footer__logo:hover {
  opacity: 0.7;
}
.c-footer__logo--text {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.c-footer__catch {
  margin-top: 50px;
  font-weight: 500;
  line-height: 2rem;
}
.c-footer__nav {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding: 30px 40px;
  border-top: solid 2px #f0f0f0;
  border-bottom: solid 2px #f0f0f0;
}
.c-footer__nav--list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  font-weight: bold;
}
.c-footer__nav--item:not(:last-child) {
  margin-right: 2rem;
}
.c-footer__nav--item a {
  color: #323232;
  transition: 0.3s;
}
.c-footer__nav--item a:visited, .c-footer__nav--item a:active {
  color: #323232;
}
.c-footer__nav--item a:hover {
  color: #028442;
}
.c-footer__link-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}
.c-footer__link-area--btn {
  display: flex;
  flex-direction: row;
}
.c-footer__link-area--item:not(:last-child) {
  margin-right: 1rem;
}
.c-footer__link-area--item a {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #A6A6A6;
  border-radius: 2px;
  color: #FFF;
  transition: 0.3s;
}
.c-footer__link-area--item a:visited, .c-footer__link-area--item a:active {
  color: #FFF;
}
.c-footer__link-area--item a:hover {
  color: #FFF;
}
.c-footer__link-area--item a {
  font-size: 0.8rem;
  font-weight: bold;
  transition: 0.3s;
}
.c-footer__link-area--item a:hover {
  background: #028442;
}
.c-footer__link-area--item span {
  position: relative;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-footer__link-area--item span.youtube {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-384%20-104)%22%3E%3Cpath%20d%3D%22M866.703%20202.813C840.469%20181.625%20747.953%20165%20640%20165%20532.047%20165%20439.531%20181.625%20413.297%20202.813%20389.188%20222.25%20384%20310.125%20384%20360%20384%20409.875%20389.188%20497.75%20413.297%20517.188%20439.531%20538.375%20532.047%20555%20640%20555%20747.953%20555%20840.469%20538.375%20866.703%20517.187%20890.813%20497.75%20896%20409.875%20896%20360%20896%20310.125%20890.813%20222.25%20866.703%20202.813ZM716.813%20362.406%20597.969%20433.344C597.094%20433.844%20596.031%20433.875%20595.156%20433.375%20594.281%20432.875%20593.734%20431.937%20593.734%20430.937L593.734%20360%20593.734%20289.062C593.734%20288.046%20594.281%20287.124%20595.156%20286.624%20596.031%20286.124%20597.094%20286.155%20597.969%20286.655L716.813%20357.593C717.657%20358.093%20718.172%20358.999%20718.172%20359.999%20718.172%20360.969%20717.656%20361.906%20716.813%20362.406Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.c-footer__search {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
}
.c-footer__search--area {
  position: relative;
  line-height: 1rem;
}
.c-footer__search--box {
  position: relative;
  width: 100%;
  height: 3rem;
  padding: 0 3rem 0 1rem;
  background: #f0f0f0 !important;
  border: solid 1.5px #f0f0f0;
  border-radius: 2px;
  box-sizing: border-box;
  transition: 0.3s;
}
.c-footer__search--box:focus {
  border-color: #028442;
}
.c-footer__search--btn {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221777%22%20height%3D%221761%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20x%3D%221303%22%20y%3D%22357%22%20width%3D%221777%22%20height%3D%221761%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%20transform%3D%22translate(-1303%20-357)%22%3E%3Cpath%20d%3D%22M1546.22%20213.939C1404.04%2071.5837%201216.37-0.106521%201030.04%200%20843.659-0.106521%20656.04%2071.5837%20513.86%20213.939%20371.577%20356.192%20299.868%20543.957%20300.084%20730.33%20299.923%20860.541%20335.695%20990.918%20405.094%201106.46L51.6055%201460.12C-17.2018%201528.96-17.2018%201640.53%2051.6055%201709.37%20120.358%201778.21%20231.919%201778.21%20300.672%201709.37L654.211%201355.65C769.64%201425.14%20900.002%201460.87%201030.04%201460.71%201216.37%201460.87%201404.04%201389.18%201546.22%201246.82%201688.45%201104.58%201760.16%20916.858%201760%20730.327%201760.22%20543.957%201688.46%20356.192%201546.22%20213.939ZM1346.89%201047.45C1259.07%201135.26%201145.2%201178.58%201030.04%201178.79%20914.88%201178.58%20801.063%201135.26%20713.132%201047.45%20625.366%20959.478%20582.073%20845.601%20581.856%20730.33%20582.073%20615.166%20625.363%20501.237%20713.132%20413.316%20801.06%20325.506%20914.88%20282.19%201030.04%20281.974%201145.2%20282.19%201259.07%20325.502%201346.95%20413.316%201434.71%20501.237%201478.01%20615.166%201478.22%20730.33%201478.01%20845.604%201434.71%20959.478%201346.89%201047.45Z%22%20fill%3D%22%23323232%22%20fill-rule%3D%22evenodd%22%20transform%3D%22matrix(-1%200%200%201%203080%20357)%22%2F%3E%3Ctext%20fill%3D%22%230D0D0D%22%20font-family%3D%22Yu%20Gothic%2CYu%20Gothic_MSFontService%2Csans-serif%22%20font-weight%3D%22400%22%20font-size%3D%2283%22%20transform%3D%22matrix(1%200%200%201%201353.03%201264)%22%3Eh%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 0 2px 2px 0;
  top: 0.25rem;
  right: 0.25rem;
  opacity: 0.3;
  transition: 0.3s;
}
.c-footer__search--btn:hover {
  opacity: 0.5;
}
.c-footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 0 2rem 0;
  font-size: 0.8rem;
}
.c-footer__other-link {
  display: flex;
  flex-direction: row;
}
.c-footer__other-link--item a {
  color: #323232;
  transition: 0.3s;
}
.c-footer__other-link--item a:visited, .c-footer__other-link--item a:active {
  color: #323232;
}
.c-footer__other-link--item a:hover {
  color: #028442;
}
.c-footer__other-link--item:not(:last-child) {
  padding-right: 2em;
}
@media screen and (max-width: 1000px) {
  .c-footer__top {
    flex-direction: column;
  }
  .c-footer__top--btn {
    margin-top: 2rem;
  }
  .c-footer__catch {
    text-align: center;
  }
  .c-footer__nav--list {
    flex-direction: column;
    align-items: center;
  }
  .c-footer__nav--item:not(:last-child) {
    margin: 0 0 1rem 0;
  }
  .c-footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .c-footer__other-link {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
  .c-footer__other-link--item:not(:last-child) {
    padding: 0;
  }
  .c-footer__other-link--item {
    padding: 0 0 1rem 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .c-footer__catch {
    text-align: left;
  }
  .c-footer__catch br {
    display: none;
  }
  .c-footer__nav {
    padding: 30px 1rem;
  }
  .c-footer__nav--list {
    align-items: start;
  }
  .c-footer__link-area {
    flex-direction: column;
    align-items: center;
  }
  .c-footer__search {
    margin-top: 50px;
  }
}

.p-top-scroll {
  cursor: pointer;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: -40px;
  right: 20px;
  background: #323232;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 2px;
  opacity: 0.7;
  transform: rotate(-90deg);
  transition: 0.3s;
  z-index: 99;
}
.p-top-scroll:hover {
  background-color: #028442;
  opacity: 1;
}
.p-top-scroll__show {
  bottom: 20px;
}

.br-del__pc br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .br-del__pc br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .br-del__tab br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .br-del__mob br {
    display: none;
  }
}

.c-content__headline {
  margin-bottom: 50px;
}
.c-content__headline-title {
  font-size: 2rem;
  font-weight: bold;
}
.c-content__section {
  margin-bottom: 75px;
}
.c-content__section p {
  line-height: 2em;
}
.c-content__section a {
  color: #323232;
  transition: 0.3s;
}
.c-content__section a:visited, .c-content__section a:active {
  color: #323232;
}
.c-content__section a:hover {
  color: #028442;
}
.c-content__section a {
  text-decoration: underline;
}
.c-content__section > * {
  margin-top: 1rem;
}
.c-content__section-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.c-content__section-sub-title {
  font-size: 1.1rem;
  font-weight: bold;
  padding-top: 2rem;
}
.c-content__section-title + .c-content__section-sub-title {
  padding-top: 1rem;
}
.c-content__tip {
  margin-top: 3rem;
  padding: 30px 50px;
  background: #f0f0f0;
  border-radius: 2px;
}
.c-content__tip > *:not(:last-child) {
  margin-bottom: 1rem;
}
.c-content__tip-section {
  padding-top: 1rem;
}
.c-content__tip-section:last-child {
  padding-bottom: 1rem;
}
.c-content__tip-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.c-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table tr,
.c-table th,
.c-table td {
  border: none;
  text-align: left;
}
.c-table tr {
  border-top: solid 1px rgba(50, 50, 50, 0.25);
}
.c-table tr:last-child {
  border-bottom: solid 1px rgba(50, 50, 50, 0.25);
}
.c-table th,
.c-table td {
  line-height: 2em;
}
.c-table th {
  padding: 1rem 2rem;
  font-weight: bold;
  width: 0;
  white-space: nowrap;
}
.c-table td {
  padding: 1rem 0 1rem 2rem;
}
.c-table td:last-child {
  padding-right: 2rem;
}
.c-table td:not(:last-child) {
  white-space: nowrap;
}
.c-table td ul {
  padding-top: 0;
}
.c-table td a {
  color: #323232;
  transition: 0.3s;
}
.c-table td a:visited, .c-table td a:active {
  color: #323232;
}
.c-table td a:hover {
  color: #028442;
}
.c-table td a {
  text-decoration: underline;
}
.c-table td dl {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.c-table td dl dt:not(:last-child),
.c-table td dl dd:not(:last-child) {
  padding-bottom: 0.5rem;
}
.c-table td dl dt {
  width: 25%;
  padding-right: 2rem;
}
.c-table td dl dd {
  width: 75%;
}
.c-table__headline {
  padding: 0.65rem 2rem 0.75rem 2rem;
  background: #f0f0f0;
  border-top: solid 1px rgba(50, 50, 50, 0.25);
  font-weight: bold;
}
.c-table + .c-table__headline {
  border-top: none;
}
.c-table._border-none tr:first-child {
  border-top: none !important;
}
.c-table .rowspan th,
.c-table .rowspan td {
  padding-top: 0;
}
.c-table .rowspan {
  border-top: none !important;
}
.c-table__comp {
  width: 100%;
  padding: 1rem 2rem 0 2rem;
  font-size: 0.8rem;
  line-height: 1.8rem;
  text-align: right;
}
.c-table__nowrap {
  width: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
  .c-table th {
    padding: 0.5rem;
  }
  .c-table td {
    padding: 0 0.5rem;
  }
  .c-table td:last-child {
    padding-bottom: 1.5em;
  }
  .c-table td dl dt,
  .c-table td dl dd {
    width: 100%;
  }
  .c-table td dl dt {
    font-weight: bold;
  }
  .c-table td dl dt:not(:last-child) {
    padding-bottom: 0;
  }
  .c-table td dl dt:before {
    content: "□ ";
  }
  .c-table td dl dd {
    padding-left: 1.3rem;
  }
}

.btn-row {
  display: flex;
  flex-direction: row;
}
.btn-row > *:not(:last-child) {
  margin-right: 1rem;
}
.btn-column {
  display: flex;
  flex-direction: column;
}
.btn-column > *:not(:last-child) {
  margin-bottom: 1rem;
}
.btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-style, .btn-arrow a, .btn-jump a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em 1.5em 1em 1.5em;
  background: #323232;
  border-radius: 2px;
  color: #FFF !important;
  font-weight: 500;
  line-height: 1em;
  transition: 0.3s;
  white-space: nowrap;
}
.btn-style:hover, .btn-arrow a:hover, .btn-jump a:hover {
  background: #028442;
}
.btn-style._wrap, .btn-arrow a._wrap, .btn-jump a._wrap {
  margin: 2rem 0;
}
.btn-arrow a, .btn-jump a {
  padding-right: 3em;
}
.btn-arrow a:before, .btn-jump a:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  right: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: 0.3s;
}
.btn-arrow a:hover, .btn-jump a:hover {
  background: #028442;
}
.btn-jump a:before {
  transform: rotate(90deg);
}
.btn-msg {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.5;
}
.btn-dark a {
  background: #323232;
}
.btn-dark a:hover {
  background: #028442;
}
.btn-theme a {
  background: #028442;
}
.btn-theme a:hover {
  background: #323232;
}
.btn-white a {
  background: #FFF;
  color: #323232;
}
.btn-white a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-2192%20-257)%22%3E%3Crect%20x%3D%222192%22%20y%3D%22573%22%20width%3D%22714%22%20height%3D%22104%22%20fill%3D%22%23323232%22%2F%3E%3Cpath%20d%3D%22M2603.95%20257.24%202897.93%20551.218%202971.43%20624.713%202897.93%20698.207%202603.95%20992.185%202530.46%20918.691%202824.44%20624.713%202530.46%20330.734Z%22%20fill%3D%22%23323232%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.btn-white a:hover {
  background: #028442;
  color: #FFF;
}
.btn-white a:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.btn-submit {
  display: inline-block;
  padding: 1.25rem 2.5rem 1.35rem 2.5rem;
  background: #028442;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  transition: 0.3s;
}
.btn-submit:hover {
  background: #323232;
}

a.link {
  color: #323232;
  transition: 0.3s;
}
a.link:visited, a.link:active {
  color: #323232;
}
a.link:hover {
  color: #028442;
}
a.link {
  text-decoration: underline;
}
a.link._theme {
  color: #028442;
}

.link-arrow {
  position: relative;
  padding-left: 2.25em !important;
  color: #323232;
  font-weight: 500;
  line-height: 2em;
}
.link-arrow:not(:last-child) {
  margin-bottom: 0.5em;
}
.link-arrow:before {
  display: none !important;
}
.link-arrow:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0.3em;
  left: 0;
  background: #028442;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.link-arrow a {
  color: #323232;
  transition: 0.3s;
}
.link-arrow a:visited, .link-arrow a:active {
  color: #323232;
}
.link-arrow a:hover {
  color: #028442;
}
.link-arrow a {
  text-decoration: none !important;
}
.link-arrow._dark {
  position: relative;
  padding-left: 2.25em !important;
  color: #323232;
  font-weight: 500;
  line-height: 2em;
}
.link-arrow._dark:not(:last-child) {
  margin-bottom: 0.5em;
}
.link-arrow._dark:before {
  display: none !important;
}
.link-arrow._dark:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0.3em;
  left: 0;
  background: #323232;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.link-arrow._dark a {
  color: #323232;
  transition: 0.3s;
}
.link-arrow._dark a:visited, .link-arrow._dark a:active {
  color: #323232;
}
.link-arrow._dark a:hover {
  color: #028442;
}
.link-arrow._dark a {
  text-decoration: none !important;
}
.link-arrow._small {
  font-size: 0.9rem;
}
.link-arrow._jump:after {
  transform: rotate(90deg);
}

.link-back {
  position: relative;
  padding-left: 2.25em !important;
  color: #323232;
  font-weight: 500;
  line-height: 2em;
}
.link-back:not(:last-child) {
  margin-bottom: 0.5em;
}
.link-back:before {
  display: none !important;
}
.link-back:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0.3em;
  left: 0;
  background: #323232;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.link-back a {
  color: #323232;
  transition: 0.3s;
}
.link-back a:visited, .link-back a:active {
  color: #323232;
}
.link-back a:hover {
  color: #028442;
}
.link-back a {
  text-decoration: none !important;
}
.link-back:after {
  transform: rotate(180deg);
}

.link-list li {
  position: relative;
  padding-left: 2.25em !important;
  color: #323232;
  font-weight: 500;
  line-height: 2em;
}
.link-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.link-list li:before {
  display: none !important;
}
.link-list li:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0.3em;
  left: 0;
  background: #028442;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.link-list li a {
  color: #323232;
  transition: 0.3s;
}
.link-list li a:visited, .link-list li a:active {
  color: #323232;
}
.link-list li a:hover {
  color: #028442;
}
.link-list li a {
  text-decoration: none !important;
}
.link-list li._disable a {
  pointer-events: none;
}
.link-list li._disable:after {
  background-color: #A6A6A6;
}
.link-list._dark li {
  position: relative;
  padding-left: 2.25em !important;
  color: #323232;
  font-weight: 500;
  line-height: 2em;
}
.link-list._dark li:not(:last-child) {
  margin-bottom: 0.5em;
}
.link-list._dark li:before {
  display: none !important;
}
.link-list._dark li:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0.3em;
  left: 0;
  background: #323232;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.link-list._dark li a {
  color: #323232;
  transition: 0.3s;
}
.link-list._dark li a:visited, .link-list._dark li a:active {
  color: #323232;
}
.link-list._dark li a:hover {
  color: #028442;
}
.link-list._dark li a {
  text-decoration: none !important;
}
.link-list._jump li:after {
  transform: rotate(90deg);
}

.liner {
  background: linear-gradient(transparent 0%, rgba(50, 50, 50, 0.1) 0%);
  display: inline;
  padding: 0.05em 0.5em 0.1em 0.5em;
}
.liner-theme {
  background: linear-gradient(transparent 0%, rgba(2, 132, 66, 0.2) 0%);
  display: inline;
  padding: 0.05em 0.5em 0.1em 0.5em;
}
.liner-pale {
  background: linear-gradient(transparent 0%, #e5f2ec 0%);
  display: inline;
  padding: 0.05em 0.5em 0.1em 0.5em;
}

.underline {
  display: inline;
  padding: 0.25rem 0.1em;
  background: linear-gradient(transparent 95%, rgba(50, 50, 50, 0.4) 0%);
}
.underline-theme {
  display: inline;
  padding: 0.25rem 0.1em;
  background: linear-gradient(transparent 95%, #028442 0%);
}
.underline-dark {
  display: inline;
  padding: 0.25rem 0.1em;
  background: linear-gradient(transparent 95%, #323232 0%);
}

.strong {
  color: #028442;
  font-weight: bold;
}
.strong-dark {
  color: #323232;
  font-weight: bold;
}

.comp {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: right;
  opacity: 0.5;
}
.comp._wrap {
  margin-top: 1rem;
}

.i-check, .list-check li, .check-section__title {
  position: relative;
  padding-left: 1.7em;
}
.i-check:before, .list-check li:before, .check-section__title:before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 0.15em;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22781%22%20height%3D%22571%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20x%3D%221419%22%20y%3D%221495%22%20width%3D%22781%22%20height%3D%22571%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%20transform%3D%22translate(-1419%20-1495)%22%3E%3Cpath%20d%3D%22M2089.76%201495.75%202200%201605.99%201740.66%202065.33%201630.42%201955.09Z%22%20fill%3D%22%23028442%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M1419.12%201743.79%201529.36%201633.55%201850.9%201955.09%201740.66%202065.33Z%22%20fill%3D%22%23028442%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.check-section {
  margin-top: 50px;
}
.check-section__title {
  font-size: 1.2rem;
  font-weight: bold;
}
.check-section__dsc {
  margin-top: 0.5rem;
  padding-left: 2.04rem;
  line-height: 2em;
}
.check-section._col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.check-section._col li {
  width: 50%;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .check-section._col li {
    width: 100%;
  }
}

ul.dot li {
  position: relative;
  padding-left: 1em;
}
ul.dot li:before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 0.6em;
  left: 0;
  background: #323232;
  border-radius: 50%;
  box-sizing: border-box;
}
ul.dot li > ul li:before {
  background: none;
  border: solid 1px #323232;
}
ul.dot {
  line-height: 2em;
}
ul.dot._lh {
  line-height: normal;
}
ul.dot._lh li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.list-dot._strong {
  font-size: 1.1rem;
  font-weight: 500;
}
.list-dot li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2em;
}
.list-dot li:not(.dot-none):before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 0.8em;
  left: 0.4em;
  background: #323232;
  border-radius: 50%;
}
.list-dot > li ul > li:before {
  background: none !important;
  border: solid 1.5px #323232;
  box-sizing: border-box;
}
.list-check._strong {
  font-size: 1.1rem;
  font-weight: 500;
}
.list-check li:not(:last-child) {
  margin-bottom: 1rem;
}/*# sourceMappingURL=default.css.map */