@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@500;700&display=swap");

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html,
body {
  width: 100%;
  min-height: 100%;
}

@media screen and (min-width: 1025px) {

  html,
  body {
    overflow: auto !important;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

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

body {
  -webkit-text-size-adjust: 100%;
  color: #111111;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* margin: 0; */
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 766px) {
  body {
    font-size: 1.5rem;
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s ease;
}

a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease;
}

@media screen and (min-width: 767px) {
  a:hover {
    text-decoration: none;
  }

  a:hover img {
    opacity: 0.6;
  }
}

@media screen and (min-width: 767px) {
  a:hover {
    color: #009A69;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 2;
  margin-bottom: 24px;
}

@media screen and (max-width: 766px) {
  p {
    margin-bottom: 20px;
  }
}

p small {
  font-size: 1.2rem;
}

p a {
  color: #00B67C;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  p a:hover {
    color: #009A69;
    text-decoration: none;
  }
}

strong {
  font-weight: bold;
}

td a {
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  td a:hover {
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: #D3D3D3;
  border: none;
  margin: 20px 0;
}

.disnone {
  display: none;
}

.list-inline>li {
  display: inline-block;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
  align-items: center;
}

.d-flex-center {
  justify-content: center;
  align-items: center;
}

.d-inline-flex {
  display: inline-flex !important;
}

table.d-inline-block,
table.d-block {
  display: table !important;
}

table th.d-inline-block,
table th.d-block,
table td.d-inline-block,
table td.d-block {
  display: table-cell !important;
}

@media screen and (max-width: 766px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
    align-items: center;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  table.d-md-inline-block,
  table.d-md-block {
    display: table !important;
  }

  table th.d-md-inline-block,
  table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}

@media screen and (max-width: 1024px) {
  .d-tb-none {
    display: none !important;
  }

  .d-tb-inline {
    display: inline !important;
  }

  .d-tb-inline-block {
    display: inline-block !important;
  }

  .d-tb-block {
    display: block !important;
  }

  .d-tb-table {
    display: table !important;
  }

  .d-tb-table-row {
    display: table-row !important;
  }

  .d-tb-table-cell {
    display: table-cell !important;
  }

  .d-tb-flex {
    display: flex !important;
    align-items: center;
  }

  .d-tb-inline-flex {
    display: inline-flex !important;
  }

  table.d-tb-inline-block,
  table.d-tb-block {
    display: table !important;
  }

  table th.d-tb-inline-block,
  table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1025px) {
  .d-pc-none {
    display: none !important;
  }

  .d-pc-inline {
    display: inline !important;
  }

  .d-pc-inline-block {
    display: inline-block !important;
  }

  .d-pc-block {
    display: block !important;
  }

  .d-pc-table {
    display: table !important;
  }

  .d-pc-table-row {
    display: table-row !important;
  }

  .d-pc-table-cell {
    display: table-cell !important;
  }

  .d-pc-flex {
    display: flex !important;
    align-items: center;
  }

  .d-pc-inline-flex {
    display: inline-flex !important;
  }

  table.d-pc-inline-block,
  table.d-pc-block {
    display: table !important;
  }

  table th.d-pc-inline-block,
  table th.d-pc-block,
  table td.d-pc-inline-block,
  table td.d-pc-block {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1281px) {
  .d-bs-none {
    display: none !important;
  }

  .d-bs-inline {
    display: inline !important;
  }

  .d-bs-inline-block {
    display: inline-block !important;
  }

  .d-bs-block {
    display: block !important;
  }

  .d-bs-table {
    display: table !important;
  }

  .d-bs-table-row {
    display: table-row !important;
  }

  .d-bs-table-cell {
    display: table-cell !important;
  }

  .d-bs-flex {
    display: flex !important;
    align-items: center;
  }

  .d-bs-inline-flex {
    display: inline-flex !important;
  }

  table.d-bs-inline-block,
  table.d-bs-block {
    display: table !important;
  }

  table th.d-bs-inline-block,
  table th.d-bs-block,
  table td.d-bs-inline-block,
  table td.d-bs-block {
    display: table-cell !important;
  }
}

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
    align-items: center;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  table.d-lg-inline-block,
  table.d-lg-block {
    display: table !important;
  }

  table th.d-lg-inline-block,
  table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}

@media screen and (max-width: 540px) {
  .d-pr-none {
    display: none !important;
  }

  .d-pr-inline {
    display: inline !important;
  }

  .d-pr-inline-block {
    display: inline-block !important;
  }

  .d-pr-block {
    display: block !important;
  }

  .d-pr-table {
    display: table !important;
  }

  .d-pr-table-row {
    display: table-row !important;
  }

  .d-pr-table-cell {
    display: table-cell !important;
  }

  .d-pr-flex {
    display: flex !important;
    align-items: center;
  }

  .d-pr-inline-flex {
    display: inline-flex !important;
  }

  table.d-pr-inline-block,
  table.d-pr-block {
    display: table !important;
  }

  table th.d-pr-inline-block,
  table th.d-pr-block,
  table td.d-pr-inline-block,
  table td.d-pr-block {
    display: table-cell !important;
  }
}

@media screen and (max-width: 360px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

.l-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 20;
}

@media screen and (max-width: 1024px) {
  .l-header {
    height: 70px;
  }
}

.l-header.is-scrolling {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.l-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  padding: 0 0 0 40px;
  transition: all 0.3s ease;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .l-header--tiered {
    height: 114px;
  }
}

.p-header__logo {
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-header__logo {
    padding-left: 20px;
  }
}

@media screen and (max-width: 766px) {
  .p-header__logo {
    padding-left: 10px;
  }
}

.p-header__logo a {
  width: 202px;
  height: 32px;
  background-image: url(../img/common/logo.svg?2021-10-12);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  font-size: 0;
  text-indent: -999em;
  display: block;
}

@media screen and (max-width: 1280px) {
  .p-header__logo a {
    width: 165px;
    height: 24px;
  }
}

@media screen and (min-width: 767px) {
  .p-header__logo a:hover {
    opacity: 0.6;
  }
}

.p-header__logo--center {
  width: 100%;
  text-align: center;
}

.p-header__logo--center a {
  margin: auto;
}

.p-header__nav {
  margin-left: auto;
}

@media screen and (min-width: 1025px) {
  .p-header__nav {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    border-top: #D3D3D3 solid 1px;
    padding-bottom: 60px;
    position: fixed;
    top: 70px;
    left: 0;
    overflow: auto;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__nav--tiered {
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__nav__top {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__top {
    width: 100%;
    padding: 30px 45px;
  }
}

@media screen and (max-width: 540px) {
  .p-header__nav__top {
    padding: 30px;
  }
}

.p-header__nav__top__list {
  display: flex;
}

@media screen and (min-width: 1025px) {
  .p-header__nav__top__list {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__top__list {
    margin-bottom: 25px;
  }
}

.p-header__nav__top__list__item:not(:last-child) {
  margin-right: 35px;
}

.p-header__nav__top__list__item a {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 12px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .p-header__nav__top__list__item a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__top__list__item a {
    font-size: 1.4rem;
  }
}

.p-header__nav__top__list__item a::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00B67C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .p-header__nav__top__search__wrap {
    margin-right: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__top__search__wrap {
    margin-bottom: 25px;
  }
}

.p-header__nav__top__search.c-form__search {
  width: 200px;
  height: 34px;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 40px;
  border: none;
  padding: 0 16px;
}

@media screen and (max-width: 1280px) {
  .p-header__nav__top__search.c-form__search {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__top__search.c-form__search {
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-header__nav__top__search__button.c-form__search__button i {
  color: #aaaaaa;
  font-size: 1.6rem;
}

.p-header__nav__top__tel {
  color: #00B67C;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1025px) {
  .p-header__nav__top__tel__wrap {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__top__tel__wrap {
    text-align: center;
    margin-top: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__nav__top__tel {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__top__tel {
    font-size: 2.2rem;
  }
}

.p-header__nav__top__tel::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .p-header__nav__top__tel::before {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__top__tel::before {
    font-size: 1.8rem;
  }
}

.p-header__nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__nav__menu--bottom {
    height: 64px;
    align-items: flex-start;
    margin-top: 2px;
  }
}

@media screen and (min-width: 1025px) {

  .p-header__nav__menu--bottom .p-header__head,
  .p-header__nav__menu--bottom .p-header__link {
    height: 64px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {

  .p-header__nav__menu--bottom .p-header__head,
  .p-header__nav__menu--bottom .p-header__link {
    position: relative;
    top: auto;
    left: auto;
  }
}

.p-header__nav__menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.3s ease;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu__item:not(*:last-child) {
    border-bottom: #D3D3D3 solid 1px;
  }
}

.p-header__nav__menu__item.is-act::before {
  opacity: 0;
}

.p-header__nav__menu__item.is-act::after {
  transform: rotate(0);
}

@media screen and (min-width: 767px) {

  .p-header__nav__menu__item:hover .p-header__head::before,
  .p-header__nav__menu__item:hover .p-header__link::before {
    opacity: 1;
  }

  .p-header__nav__menu__item:hover .p-header__head::after,
  .p-header__nav__menu__item:hover .p-header__link::after {
    color: #00B67C;
  }
}

.p-header__nav__menu__item--button {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu__item--button {
    border-bottom: none;
    margin-left: 0;
    margin-top: 28px;
  }
}

.p-header__link,
.p-header__head {
  height: 80px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.p-header__link::before,
.p-header__head::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00B67C;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}

/* @media screen and (max-width: 1280px) { */
  .p-header__link,
  .p-header__head {
    font-size: 1.4rem;
    padding: 0 15px;
  }
/* } */

@media screen and (max-width: 1200px) {
  .p-header__link,
  .p-header__head {
    font-size: 1.1rem;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {

  .p-header__link,
  .p-header__head {
    width: 100%;
    height: auto;
    color: #111111 !important;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 22px 45px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 540px) {

  .p-header__link,
  .p-header__head {
    padding: 22px 25px;
  }
}

@media screen and (max-width: 1024px) {

  .p-header__link::before,
  .p-header__head::before {
    content: none;
  }
}

@media screen and (max-width: 1024px) {

  .p-header__link::after,
  .p-header__head::after {
    font-family: "Font Awesome 5 Pro";
    color: #00B67C;
    position: absolute;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 540px) {

  .p-header__link,
  .p-header__head {
    padding: 20px 30px 20px 25px;
  }
}

.p-header__link--contact,
.p-header__head--contact {
  background: #111111;
  color: #fff;
  justify-content: center;
  padding: 0 59px;
  margin-left: 21px;
}

@media screen and (max-width: 1024px) {

  .p-header__link--contact,
  .p-header__head--contact {
    color: #fff !important;
    padding: 22px 20px;
    display: block;
    width: 90%;
    margin: 80px auto;
    text-align: center;
  }

  .p-header__link--contact::after,
  .p-header__head--contact::after {
    content: none !important;
  }
}

.p-header__link--contact .far,
.p-header__head--contact .far {
  margin-right: 10px;
}

.p-header__link--contact:before,
.p-header__head--contact:before {
  content: none;
}

.p-header__link--contact:hover,
.p-header__head--contact:hover {
  color: #fff !important;
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .p-header__link::after {
    content: "";
    font-size: 2.2rem;
    font-weight: 500;
    top: 18px;
    right: 45px;
  }
}

@media screen and (max-width: 766px) {
  .p-header__link::after {
    font-size: 2rem;
  }
}

@media screen and (max-width: 540px) {
  .p-header__link::after {
    right: 25px;
  }
}

.p-header__head {
  padding-right: 20px;
}

.p-header__head::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 8px;
}

@media screen and (max-width: 1024px) {
  .p-header__head::after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: #00B67C;
    font-size: 1.8rem;
    padding-left: 0;
    position: absolute;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 766px) {
  .p-header__head::after {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 540px) {
  .p-header__head::after {
    right: 23px;
  }
}

.p-header__head.is-act::after {
  content: "";
}

.p-header__button.c-button {
  width: 180px;
  height: 46px;
}

@media screen and (max-width: 1280px) {
  .p-header__button.c-button {
    width: 142px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__button.c-button {
    width: 258px;
    height: 54px;
    font-size: 1.4rem;
  }
}

.p-header__button.c-button::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header__button.c-button::after {
    display: block;
  }
}

.p-header__sub__wrapper {
  display: none;
  width: 150%;
  background-color: #fff;
  padding: 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 96px;
  left: 0;
  cursor: default;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__wrapper {
    width: 100% !important;
    background-color: #f2f2f2;
    border-top: #D3D3D3 solid 1px;
    box-shadow: none;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__sub__wrapper--tiered {
    top: 64px;
  }
}

.p-header__sub__menu {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu {
    width: 100%;
    box-shadow: none;
    display: block;
    padding: 0;
  }
}

.p-header__sub__menu__item {
  padding-left: 18px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item {
    width: 100%;
    padding-left: 0;
  }
}

.p-header__sub__menu__item::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00B67C;
  position: absolute;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item::before {
    content: none;
  }
}

.p-header__sub__menu__item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item:not(:last-child) {
    border-bottom: #D3D3D3 solid 1px;
    margin-bottom: 0;
    margin-right: 0;
  }
}

.p-header__sub__menu__item a {
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item a {
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    padding: 20px 45px 20px 60px;
  }
}

@media screen and (max-width: 540px) {
  .p-header__sub__menu__item a {
    padding: 20px 30px 20px 35px;
  }
}

@media screen and (min-width: 767px) {
  .p-header__sub__menu__item a:hover {
    color: #00B67C;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item a::after {
    font-family: "Font Awesome 5 Pro";
    color: #00B67C;
    content: "";
    font-size: 2rem;
    font-weight: 500;
    position: absolute;
    top: 18px;
    right: 45px;
  }
}

@media screen and (max-width: 766px) {
  .p-header__sub__menu__item a::after {
    font-size: 2rem;
  }
}

@media screen and (max-width: 540px) {
  .p-header__sub__menu__item a::after {
    right: 25px;
  }
}

.p-header__hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    width: 70px;
    height: 70px;
    display: block;
    margin-left: auto;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
  }

  .p-header__hamburger::before,
  .p-header__hamburger::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }

  .p-header__hamburger::before {
    content: "";
    font-size: 2.4rem;
  }

  .p-header__hamburger::after {
    content: "";
    font-size: 2.8rem;
    opacity: 0;
  }
}

@media screen and (min-width: 767px) {
  .p-header__hamburger:hover {
    color: #00B67C;
  }
}

.p-header__hamburger.is-act::before {
  opacity: 0;
}

.p-header__hamburger.is-act::after {
  opacity: 1;
}

.l-footer {
  width: 100%;
  background-color: #EFFAF6;
  margin-top: auto;
}

.l-footer__wrapper {
  width: 100%;
  position: relative;
}

.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1280px) {
  .l-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) {
  .l-footer__inner {
    padding-top: 50px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1100px) {
  .l-footer__inner {
    display: block;
  }
}

.l-footer__inner--low {
  display: block;
  padding: 40px 0;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .l-footer__inner--low {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 766px) {
  .l-footer__inner--low {
    padding: 20px;
  }
}

.p-footer__logo {
  margin-bottom: 36px;
}

@media screen and (max-width: 766px) {
  .p-footer__logo {
    margin-bottom: 40px;
  }
}

.p-footer__logo a {
  width: 200px;
  height: 28px;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-indent: -999em;
  display: block;
}

@media screen and (max-width: 766px) {
  .p-footer__logo a {
    margin: auto;
  }
}

@media screen and (min-width: 767px) {
  .p-footer__logo a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 1024px) {
  .p-footer__block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 766px) {
  .p-footer__block {
    margin-bottom: 0;
  }
}

.p-footer__sns {
  display: flex;
}

@media screen and (max-width: 766px) {
  .p-footer__sns {
    justify-content: center;
  }
}

.p-footer__sns li:not(:last-child) {
  margin-right: 28px;
}

.p-footer__sns li a i {
  font-size: 2.4rem;
}

.p-footer__nav {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.3s ease;
}

.p-footer__nav__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .p-footer__nav__wrapper {
    display: block;
  }
}

@media screen and (max-width: 766px) {
  .p-footer__nav__wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 1100px) {
  .p-footer__nav {
    margin-left: 0;
  }
}

@media screen and (max-width: 766px) {
  .p-footer__nav {
    width: 100%;
    display: block;
    border-bottom: #D3D3D3 solid 1px;
  }
}

.p-footer__nav__item {
  transition: 0.3s ease;
}

@media screen and (max-width: 766px) {
  .p-footer__nav__item {
    border-top: #D3D3D3 solid 1px;
  }
}

.p-footer__nav__item:not(:last-child) {
  margin-right: 84px;
}

@media screen and (max-width: 1280px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 766px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.p-footer__nav__menu__item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 766px) {
  .p-footer__nav__menu__item:not(:last-child) {
    border-bottom: #D3D3D3 solid 1px;
    margin-bottom: 0;
  }
}

.p-footer__nav__menu__item a {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  position: relative;
}

@media screen and (min-width: 767px) {
  .p-footer__nav__menu__item a:hover {
    color: #00B67C;
  }
}

@media screen and (max-width: 766px) {
  .p-footer__nav__menu__item a {
    font-size: 1.6rem;
    padding: 22px 42px 22px 0;
  }

  .p-footer__nav__menu__item a::after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: #00B67C;
    font-size: 2rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}

.p-footer__head {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 766px) {
  .p-footer__head {
    font-size: 1.6rem;
    padding: 22px 42px 22px 0;
  }

  .p-footer__head::after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: #00B67C;
    font-size: 1.8rem;
    font-weight: 100;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
}

.p-footer__head.is-act::after {
  content: "";
}

.p-footer__sub__wrapper {
  margin-top: 10px;
}

@media screen and (max-width: 766px) {
  .p-footer__sub__wrapper {
    display: none;
    padding-bottom: 30px;
  }
}

.p-footer__sub__menu__item {
  padding-left: 18px;
  position: relative;
}

@media screen and (max-width: 766px) {
  .p-footer__sub__menu__item {
    padding-left: 20px;
  }
}

.p-footer__sub__menu__item::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 10px;
  left: 12px;
}

@media screen and (max-width: 766px) {
  .p-footer__sub__menu__item::before {
    content: none;
  }
}

/* .p-footer__sub__menu__item a {
  font-weight: 500;
  padding-left: 8px;
} */
@media screen and (max-width: 766px) {
  .p-footer__sub__menu__item a {
    font-size: 1.5rem;
    padding: 0;
  }

  .p-footer__sub__menu__item a::after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: #00B67C;
    font-size: 2rem;
    font-weight: 500;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}

.p-footer__sub__menu__item+.p-footer__sub__menu__item {
  margin-top: 10px;
}

@media screen and (max-width: 766px) {
  .p-footer__sub__menu__item+.p-footer__sub__menu__item {
    margin-top: 30px;
  }
}

.p-footer__button.c-button {
  display: none;
}

@media screen and (max-width: 766px) {
  .p-footer__button.c-button {
    display: flex;
    margin: 30px auto;
  }
}

.p-footer__bottom {
  width: 100%;
  /*border-top: $gray solid 1px;*/
  padding: 28px 0;
}

@media screen and (max-width: 766px) {
  .p-footer__bottom {
    padding: 20px 0;
  }
}

.p-footer__sp__menu {
  display: none;
  margin-bottom: 15px;
}

@media screen and (max-width: 766px) {
  .p-footer__sp__menu {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 540px) {
  .p-footer__sp__menu {
    justify-content: space-between;
  }
}

.p-footer__sp__menu__item {
  padding-left: 16px;
  margin-bottom: 15px;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .p-footer__sp__menu__item {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
}

@media screen and (max-width: 360px) {
  .p-footer__sp__menu__item {
    width: 100%;
  }
}

.p-footer__sp__menu__item::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00B67C;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 5px;
}

.p-footer__sp__menu__item a {
  font-size: 1.4rem;
  display: block;
}

.p-footer__copyright {
  text-align: right;
  margin-bottom: 0;
  font-size: 1.4rem;
  padding-right: 30px;
}

@media screen and (max-width: 766px) {
  .p-footer__copyright {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-footer__copyright a {
  color: #111111;
  margin-right: 10px;
  margin-left: 10px;
}

.p-footer__copyright small {
  display: inline-block;
}

.l-container {
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .l-container {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1025px) {
  .l-container.is-scrolled {
    padding-top: 70px;
  }
}

.l-content {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}

/* .l-kv {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 767px) {
  .l-kv {
    background-image: url(/assets/img/index/mv_pc.png);
    height: 728px;
  }
}
@media screen and (max-width: 766px) {
  .l-kv {
    background-image: url(/assets/img/index/mv_sp.png);
    position: relative;
  }
  .l-kv::before {
    content: "";
    float: left;
    padding-top: 162.6666666667%;
  }
  .l-kv::after {
    content: "";
    display: block;
    clear: both;
  }
  .l-kv > :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.l-kv__inner {
  margin: auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .l-kv__inner {
    max-width: 1240px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.l-kv__title {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .l-kv__title {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 766px) {
  .l-kv__title {
    padding-left: 10px;
    padding-right: 10px;
  }
} */

.l-news {
  padding: 47px 0;
}

.l-section {
  padding: 120px 0;
  position: relative;
}

@media screen and (max-width: 766px) {
  .l-section {
    padding: 50px 0;
  }
}

.l-section:last-child {
  padding-bottom: 120px;
}

@media screen and (max-width: 766px) {
  .l-section:last-child {
    padding-bottom: 60px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-inner--wide {
  max-width: 1400px;
}

@media (max-width: 1360px) {
  .l-inner--wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner--confined {
  max-width: 1200px;
}

@media (max-width: 980px) {
  .l-inner--confined {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner--narrow {
  max-width: 940px;
}

@media (max-width: 980px) {
  .l-inner--narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 766px) {
  .l-inner--sp--wide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.l-inner>*:first-child {
  margin-top: 0;
}

.l-inner>*:last-child {
  margin-bottom: 0;
}

.l-contact {
  padding: 60px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/img/common/bg_contact.png);
}

@media screen and (min-width: 1025px) {
  .l-contact {
    height: 520px;
  }
}

.l-contact__item>*:first-child {
  margin-top: 0;
}

.l-contact__item>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .l-contact__item:not(:last-child) {
    border-right: 1px solid #767C72;
  }
}

@media screen and (max-width: 766px) {
  .l-contact__item:not(:last-child) {
    border-bottom: 1px solid #767C72;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 766px) {
  .l-contact__item:not(:first-child) {
    padding-top: 30px;
  }
}

.c-button {
  max-width: 100%;
  width: 380px;
  height: 62px;
  background-color: #111111;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 766px) {
  .c-button {
    width: 290px;
    height: 56px;
    max-width: 100%;
    padding-right: 20px;
  }
}

.c-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 767px) {
  .c-button:hover {
    color: #fff;
    background-color: #009A69;
  }
}

.c-button:active {
  color: #fff;
  background-color: #009A69;
}

.c-button--large {
  width: 280px;
  height: 58px;
}

@media screen and (max-width: 766px) {
  .c-button--large {
    width: 300px;
    height: 60px;
  }
}

.c-button--small {
  width: 204px;
  height: 50px;
}

@media screen and (max-width: 766px) {
  .c-button--small {
    width: 220px;
    height: 50px;
  }
}

.c-button--green {
  background-color: #00B67C;
}

.c-button--border {
  background-color: #fff;
  color: #111111;
  border: #D3D3D3 solid 1px;
}

.c-button--border::after {
  color: #00B67C;
}

@media screen and (min-width: 767px) {
  .c-button--border:hover {
    background-color: #00B67C;
    border-color: #00B67C;
    color: #fff !important;
  }

  .c-button--border:hover::after {
    color: #fff !important;
  }
}

.c-button--border:active {
  background-color: #009A69;
  border-color: #009A69;
  color: #fff !important;
}

.c-button--icon::after {
  content: none;
}

.c-button--icon i {
  font-size: 1.9rem;
  margin-right: 5px;
}

.c-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.c-button__list {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

@media screen and (max-width: 766px) {
  .c-button__list {
    margin: 30px 0;
  }
}

.c-button__list .c-button {
  margin: 0;
}

@media screen and (max-width: 540px) {
  .c-button__list .c-button {
    width: calc((100% - 10px) / 2);
    height: 46px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 360px) {
  .c-button__list .c-button {
    font-size: 1.2rem;
  }
}

.c-button__list .c-button+.c-button {
  margin-left: 20px;
}

@media screen and (max-width: 540px) {
  .c-button__list .c-button+.c-button {
    margin-left: 10px;
  }
}

@media screen and (min-width: 767px) {
  a:hover .c-button {
    background-color: #009A69;
  }

  a:hover .c-button--border {
    background-color: #00B67C;
    border-color: #00B67C;
    color: #fff !important;
  }
}

.c-pagetop {
  display: none;
  width: 145px;
  height: 145px;
  position: fixed;
  right: 50px;
  bottom: 100px !important;
  z-index: 10;
}

@media screen and (max-width: 766px) {
  .c-pagetop {
    width: 100px;
    height: 100px;
    right: 5px;
    bottom: 50px;
  }
}

.c-pagetop a::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
}

.c-pagetop a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 0px 4px #7d7d7d);
  transform: translateZ(0);
}

@media screen and (max-width: 766px) {
  .c-pagetop a::before {
    font-size: 3rem;
  }
}

@media screen and (min-width: 767px) {
  .c-pagetop a:hover {
    background-color: #00B67C;
  }

  .c-pagetop a:hover::before {
    color: #fff;
  }
}

.c-pagetop a span {
  text-indent: -999em;
}

.c-pagetop.is-hide {
  z-index: 1;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 766px) {
  .c-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.c-row__gutters--wide {
  margin-right: -25px;
  margin-left: -25px;
}

@media screen and (max-width: 766px) {
  .c-row__gutters--wide {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.c-row__gutters--wide>.c-col,
.c-row__gutters--wide>[class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 766px) {

  .c-row__gutters--wide>.c-col,
  .c-row__gutters--wide>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-row__gutters--narrow {
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (max-width: 540px) {
  .c-row__gutters--narrow {
    margin-right: -3px;
    margin-left: -3px;
  }
}

.c-row__gutters--narrow>.c-col,
.c-row__gutters--narrow>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 540px) {
  .c-row__gutters--narrow {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.c-row__gutters--none {
  margin-right: 0;
  margin-left: 0;
}

.c-row__gutters--none>.c-col,
.c-row__gutters--none>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.c-va-center {
  align-items: center;
  display: flex;
}

.c-col-1,
.c-col-2,
.c-col-2-4,
.c-col-3,
.c-col-4,
.c-col-5,
.c-col-6,
.c-col-7,
.c-col-8,
.c-col-9,
.c-col-10,
.c-col-11,
.c-col-12,
.c-col,
.c-col-auto,
.c-col-lg-1,
.c-col-lg-2,
.c-col-lg-3,
.c-col-lg-4,
.c-col-lg-5,
.c-col-lg-6,
.c-col-lg-7,
.c-col-lg-8,
.c-col-lg-9,
.c-col-lg-10,
.c-col-lg-11,
.c-col-lg-12,
.c-col-lg,
.c-col-lg-auto,
.c-col-bs-1,
.c-col-bs-2,
.c-col-bs-3,
.c-col-bs-4,
.c-col-bs-5,
.c-col-bs-6,
.c-col-bs-7,
.c-col-bs-8,
.c-col-bs-9,
.c-col-bs-10,
.c-col-bs-11,
.c-col-bs-12,
.c-col-bs,
.c-col-pc-1,
.c-col-pc-2,
.c-col-pc-3,
.c-col-pc-4,
.c-col-pc-5,
.c-col-pc-6,
.c-col-pc-7,
.c-col-pc-8,
.c-col-pc-9,
.c-col-pc-10,
.c-col-pc-11,
.c-col-pc-12,
.c-col-pc,
.c-col-pc-auto,
.c-col-bs-auto,
.c-col-md-1,
.c-col-md-2,
.c-col-md-3,
.c-col-md-4,
.c-col-md-5,
.c-col-md-6,
.c-col-md-7,
.c-col-md-8,
.c-col-md-9,
.c-col-md-10,
.c-col-md-11,
.c-col-md-12,
.c-col-md,
.c-col-md-auto,
.c-col-sm-1,
.c-col-sm-2,
.c-col-sm-3,
.c-col-sm-4,
.c-col-sm-5,
.c-col-sm-6,
.c-col-sm-7,
.c-col-sm-8,
.c-col-sm-9,
.c-col-sm-10,
.c-col-sm-11,
.c-col-sm-12,
.c-col-sm,
.c-col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 766px) {

  .c-col-1,
  .c-col-2,
  .c-col-2-4,
  .c-col-3,
  .c-col-4,
  .c-col-5,
  .c-col-6,
  .c-col-7,
  .c-col-8,
  .c-col-9,
  .c-col-10,
  .c-col-11,
  .c-col-12,
  .c-col,
  .c-col-auto,
  .c-col-lg-1,
  .c-col-lg-2,
  .c-col-lg-3,
  .c-col-lg-4,
  .c-col-lg-5,
  .c-col-lg-6,
  .c-col-lg-7,
  .c-col-lg-8,
  .c-col-lg-9,
  .c-col-lg-10,
  .c-col-lg-11,
  .c-col-lg-12,
  .c-col-lg,
  .c-col-lg-auto,
  .c-col-bs-1,
  .c-col-bs-2,
  .c-col-bs-3,
  .c-col-bs-4,
  .c-col-bs-5,
  .c-col-bs-6,
  .c-col-bs-7,
  .c-col-bs-8,
  .c-col-bs-9,
  .c-col-bs-10,
  .c-col-bs-11,
  .c-col-bs-12,
  .c-col-bs,
  .c-col-pc-1,
  .c-col-pc-2,
  .c-col-pc-3,
  .c-col-pc-4,
  .c-col-pc-5,
  .c-col-pc-6,
  .c-col-pc-7,
  .c-col-pc-8,
  .c-col-pc-9,
  .c-col-pc-10,
  .c-col-pc-11,
  .c-col-pc-12,
  .c-col-pc,
  .c-col-pc-auto,
  .c-col-bs-auto,
  .c-col-md-1,
  .c-col-md-2,
  .c-col-md-3,
  .c-col-md-4,
  .c-col-md-5,
  .c-col-md-6,
  .c-col-md-7,
  .c-col-md-8,
  .c-col-md-9,
  .c-col-md-10,
  .c-col-md-11,
  .c-col-md-12,
  .c-col-md,
  .c-col-md-auto,
  .c-col-sm-1,
  .c-col-sm-2,
  .c-col-sm-3,
  .c-col-sm-4,
  .c-col-sm-5,
  .c-col-sm-6,
  .c-col-sm-7,
  .c-col-sm-8,
  .c-col-sm-9,
  .c-col-sm-10,
  .c-col-sm-11,
  .c-col-sm-12,
  .c-col-sm,
  .c-col-sm-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.c-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.c-col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col-3 {
  flex: 0 0 18%;
  max-width: 25%;
}

.c-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.c-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.c-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.c-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.c-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.c-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-order-first {
  order: -1;
}

.c-order-last {
  order: 13;
}

.c-order-0 {
  order: 0;
}

.c-order-1 {
  order: 1;
}

.c-order-2 {
  order: 2;
}

.c-order-3 {
  order: 3;
}

.c-order-4 {
  order: 4;
}

.c-order-5 {
  order: 5;
}

.c-order-6 {
  order: 6;
}

.c-order-7 {
  order: 7;
}

.c-order-8 {
  order: 8;
}

.c-order-9 {
  order: 9;
}

.c-order-10 {
  order: 10;
}

.c-order-11 {
  order: 11;
}

.c-order-12 {
  order: 12;
}

.c-offset-1 {
  margin-left: 8.3333333333%;
}

.c-offset-2 {
  margin-left: 16.6666666667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.3333333333%;
}

.c-offset-5 {
  margin-left: 41.6666666667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.3333333333%;
}

.c-offset-8 {
  margin-left: 66.6666666667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.3333333333%;
}

.c-offset-11 {
  margin-left: 91.6666666667%;
}

/* pc */
@media screen and (min-width: 767px) {
  .c-col-pc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-pc-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-pc-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-pc-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-pc-3 {
    flex: 0 0 18%;
    max-width: 25%;
  }

  .c-col-pc-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-pc-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-pc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-pc-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-pc-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-pc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-pc-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-pc-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-pc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-pc-first {
    order: -1;
  }

  .c-order-pc-last {
    order: 13;
  }

  .c-order-pc-0 {
    order: 0;
  }

  .c-order-pc-1 {
    order: 1;
  }

  .c-order-pc-2 {
    order: 2;
  }

  .c-order-pc-3 {
    order: 3;
  }

  .c-order-pc-4 {
    order: 4;
  }

  .c-order-pc-5 {
    order: 5;
  }

  .c-order-pc-6 {
    order: 6;
  }

  .c-order-pc-7 {
    order: 7;
  }

  .c-order-pc-8 {
    order: 8;
  }

  .c-order-pc-9 {
    order: 9;
  }

  .c-order-pc-10 {
    order: 10;
  }

  .c-order-pc-11 {
    order: 11;
  }

  .c-order-pc-12 {
    order: 12;
  }

  .c-offset-pc-0 {
    margin-left: 0;
  }

  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-pc-3 {
    margin-left: 25%;
  }

  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-pc-6 {
    margin-left: 50%;
  }

  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-pc-9 {
    margin-left: 75%;
  }

  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
}

/* bs */
@media screen and (min-width: 1281px) {
  .c-col-bs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-bs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-bs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-bs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-bs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-bs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-bs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-bs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-bs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-bs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-bs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-bs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-bs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-bs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-bs-first {
    order: -1;
  }

  .c-order-bs-last {
    order: 13;
  }

  .c-order-bs-0 {
    order: 0;
  }

  .c-order-bs-1 {
    order: 1;
  }

  .c-order-bs-2 {
    order: 2;
  }

  .c-order-bs-3 {
    order: 3;
  }

  .c-order-bs-4 {
    order: 4;
  }

  .c-order-bs-5 {
    order: 5;
  }

  .c-order-bs-6 {
    order: 6;
  }

  .c-order-bs-7 {
    order: 7;
  }

  .c-order-bs-8 {
    order: 8;
  }

  .c-order-bs-9 {
    order: 9;
  }

  .c-order-bs-10 {
    order: 10;
  }

  .c-order-bs-11 {
    order: 11;
  }

  .c-order-bs-12 {
    order: 12;
  }

  .c-offset-bs-0 {
    margin-left: 0;
  }

  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-bs-3 {
    margin-left: 25%;
  }

  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-bs-6 {
    margin-left: 50%;
  }

  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-bs-9 {
    margin-left: 75%;
  }

  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
}

/* lg */
@media screen and (max-width: 1280px) {
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-lg-first {
    order: -1;
  }

  .c-order-lg-last {
    order: 13;
  }

  .c-order-lg-0 {
    order: 0;
  }

  .c-order-lg-1 {
    order: 1;
  }

  .c-order-lg-2 {
    order: 2;
  }

  .c-order-lg-3 {
    order: 3;
  }

  .c-order-lg-4 {
    order: 4;
  }

  .c-order-lg-5 {
    order: 5;
  }

  .c-order-lg-6 {
    order: 6;
  }

  .c-order-lg-7 {
    order: 7;
  }

  .c-order-lg-8 {
    order: 8;
  }

  .c-order-lg-9 {
    order: 9;
  }

  .c-order-lg-10 {
    order: 10;
  }

  .c-order-lg-11 {
    order: 11;
  }

  .c-order-lg-12 {
    order: 12;
  }

  .c-offset-lg-0 {
    margin-left: 0;
  }

  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-lg-3 {
    margin-left: 25%;
  }

  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-lg-6 {
    margin-left: 50%;
  }

  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-lg-9 {
    margin-left: 75%;
  }

  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

/* tb */
@media screen and (max-width: 1024px) {
  .c-col-tb {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-tb-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-tb-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-tb-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-tb-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-tb-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-tb-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-tb-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-tb-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-tb-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-tb-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-tb-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-tb-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-tb-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-tb-first {
    order: -1;
  }

  .c-order-tb-last {
    order: 13;
  }

  .c-order-tb-0 {
    order: 0;
  }

  .c-order-tb-1 {
    order: 1;
  }

  .c-order-tb-2 {
    order: 2;
  }

  .c-order-tb-3 {
    order: 3;
  }

  .c-order-tb-4 {
    order: 4;
  }

  .c-order-tb-5 {
    order: 5;
  }

  .c-order-tb-6 {
    order: 6;
  }

  .c-order-tb-7 {
    order: 7;
  }

  .c-order-tb-8 {
    order: 8;
  }

  .c-order-tb-9 {
    order: 9;
  }

  .c-order-tb-10 {
    order: 10;
  }

  .c-order-tb-11 {
    order: 11;
  }

  .c-order-tb-12 {
    order: 12;
  }

  .c-offset-tb-0 {
    margin-left: 0;
  }

  .c-offset-tb-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-tb-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-tb-3 {
    margin-left: 25%;
  }

  .c-offset-tb-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-tb-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-tb-6 {
    margin-left: 50%;
  }

  .c-offset-tb-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-tb-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-tb-9 {
    margin-left: 75%;
  }

  .c-offset-tb-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-tb-11 {
    margin-left: 91.6666666667%;
  }
}

/* md */
@media screen and (max-width: 766px) {
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-md-first {
    order: -1;
  }

  .c-order-md-last {
    order: 13;
  }

  .c-order-md-0 {
    order: 0;
  }

  .c-order-md-1 {
    order: 1;
  }

  .c-order-md-2 {
    order: 2;
  }

  .c-order-md-3 {
    order: 3;
  }

  .c-order-md-4 {
    order: 4;
  }

  .c-order-md-5 {
    order: 5;
  }

  .c-order-md-6 {
    order: 6;
  }

  .c-order-md-7 {
    order: 7;
  }

  .c-order-md-8 {
    order: 8;
  }

  .c-order-md-9 {
    order: 9;
  }

  .c-order-md-10 {
    order: 10;
  }

  .c-order-md-11 {
    order: 11;
  }

  .c-order-md-12 {
    order: 12;
  }

  .c-offset-md-0 {
    margin-left: 0;
  }

  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-md-3 {
    margin-left: 25%;
  }

  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-md-6 {
    margin-left: 50%;
  }

  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-md-9 {
    margin-left: 75%;
  }

  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

/* sp */
@media screen and (max-width: 540px) {
  .c-col-pr {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-pr-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-pr-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-pr-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-pr-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-pr-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-pr-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-pr-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-pr-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-pr-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-pr-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-pr-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-pr-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-pr-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-pr-first {
    order: -1;
  }

  .c-order-pr-last {
    order: 13;
  }

  .c-order-pr-0 {
    order: 0;
  }

  .c-order-pr-1 {
    order: 1;
  }

  .c-order-pr-2 {
    order: 2;
  }

  .c-order-pr-3 {
    order: 3;
  }

  .c-order-pr-4 {
    order: 4;
  }

  .c-order-pr-5 {
    order: 5;
  }

  .c-order-pr-6 {
    order: 6;
  }

  .c-order-pr-7 {
    order: 7;
  }

  .c-order-pr-8 {
    order: 8;
  }

  .c-order-pr-9 {
    order: 9;
  }

  .c-order-pr-10 {
    order: 10;
  }

  .c-order-pr-11 {
    order: 11;
  }

  .c-order-pr-12 {
    order: 12;
  }

  .c-offset-pr-0 {
    margin-left: 0;
  }

  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-pr-3 {
    margin-left: 25%;
  }

  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-pr-6 {
    margin-left: 50%;
  }

  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-pr-9 {
    margin-left: 75%;
  }

  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
}

[class^=c-title] {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.c-title--page {
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 42px;
  z-index: 1;
}

@media screen and (max-width: 766px) {
  .c-title--page {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}

.c-title--page span {
  font-size: 1.8rem;
  color: #00B67C;
  display: block;
}

@media screen and (max-width: 766px) {
  .c-title--page span {
    font-size: 1.6rem;
  }
}

.c-title--article {
  font-size: 5.4rem;
  margin-top: 48px;
  margin-bottom: 42px;
}

@media screen and (max-width: 766px) {
  .c-title--article {
    font-size: 2.4rem;
    margin-top: 36px;
    margin-bottom: 32px;
  }
}

.c-title--article span {
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width: 766px) {
  .c-title--article span {
    font-size: 1.4rem;
  }
}

.c-title--article+p {
  margin-bottom: 3em;
}

@media screen and (max-width: 766px) {
  .c-title--article+p {
    margin-bottom: 2em;
  }
}

.c-title--section {
  font-size: 3.2rem;
  margin-top: 60px;
  margin-bottom: 32px;
  line-height: 1.8;
}

@media screen and (max-width: 766px) {
  .c-title--section {
    font-size: 2.2rem;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}

.c-title--section span {
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width: 766px) {
  .c-title--section span {
    font-size: 1.4rem;
  }
}

.c-title--section+p {
  margin-bottom: 3em;
}

@media screen and (max-width: 766px) {
  .c-title--section+p {
    margin-bottom: 2em;
  }
}

.c-title--block,
.c-title--block--line {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-top: 37px;
  margin-bottom: 24px;
}

@media screen and (max-width: 766px) {

  .c-title--block,
  .c-title--block--line {
    font-size: 2.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.c-title--block--line {
  position: relative;
  margin-top: 0;
  padding-left: 26px;
}

@media screen and (max-width: 766px) {
  .c-title--block--line {
    padding-left: 20px;
  }
}

.c-title--block--line::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #00B67C;
  position: absolute;
  top: 25px;
  left: 0;
}

@media screen and (max-width: 766px) {
  .c-title--block--line::before {
    width: 10px;
    height: 2px;
    top: 22px;
  }
}

.c-title--paragraph {
  font-size: 2.4rem;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}

@media screen and (max-width: 766px) {
  .c-title--paragraph {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.c-title--small {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 766px) {
  .c-title--small {
    font-size: 1.6rem;
  }
}

.c-title__page__header {
  width: 100%;
  height: 240px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: normal;
}

@media screen and (max-width: 766px) {
  .c-title__page__header {
    height: 200px;
  }
}

.c-title__page__header .c-title--page {
  margin-bottom: 0;
}

.c-title--num {
  color: #00B67C;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 35px;
}

@media screen and (max-width: 766px) {
  .c-title--num {
    margin-bottom: 24px;
  }
}

.c-title--num:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-left: 10px;
  background-color: #00B67C;
}

.sub-title {
  font-size: 1rem;
}

/* .c-index__kv__title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 45px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .c-index__kv__title {
    font-size: 6.6666666667vw;
    margin-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.c-index__kv__title:after {
  content: "";
  display: block;
  width: 135px;
  height: 13px;
  background-image: url(/assets/img/common/bg_dot.svg);
  background-repeat: repeat;
  background-size: 9px;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
}
.c-index__kv__desc {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 766px) {
  .c-index__kv__desc {
    font-size: 3.2vw;
  }
} */
.c-index__news__title {
  font-size: 4.4rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 766px) {
  .c-index__news__title {
    font-size: 9.0666666667vw;
  }
}

.c-index__news__subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 766px) {
  .c-index__news__subtitle {
    font-size: 3.2vw;
    margin-bottom: 28px;
  }
}

.c-index__news__more_section {
  margin-bottom: 15px;
}

/*矢印が右に移動する*/
.c-index__news__more {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0px 10px 0px 0px;
  color: #333;
  text-decoration: none;
  outline: none;
  font-size: 1.2rem;
}

/*矢印と下線の形状*/
.c-index__news__more::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -7px;
  left: 20%;
  /*下線の形状*/
  width: 90%;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .2s;
}

.c-index__news__more::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: -7px;
  /*矢印の形状*/
  width: 13px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .2s;
}

/*hoverした際の移動*/
.c-index__news__more:hover::before {
  left: 26%;
}

.c-index__news__more:hover::after {
  right: -16%;
  /* left: 16%;でもいいじゃない？？ */
}



.c-index__news__list {
  margin-bottom: 27px;
}

@media screen and (max-width: 766px) {
  .c-index__news__list {
    margin-bottom: 20px;
  }
}

.c-index__news__item {
  margin-bottom: 10px;
}

.c-index__news__item>*:first-child {
  margin-top: 0;
}

.c-index__news__item>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .c-index__news__item>* {
    display: flex;
    align-items: left;
  }
}

.c-index__news__item p {
  margin-bottom: 0;
}

.c-index__news__date {
  font-size: 1.4rem;
  color: #848484;
  width: 100px;
  text-align: left;
  flex-shrink: 0;
}

.c-index__news_category {
  margin: 0;
  min-width: 120px;
  padding: 0 0 0 0;
}

.c-index__news_category span {

  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.0rem;
  line-height: 1;
}

.c-index__news_category .event {
  background: #50B280;
  /* イベント系 */
}

.c-index__news_category .press {
  background: #52C5CC;
  /* プレスリリース */
}

.c-index__news_category .news {
  background: #999;
  /* その他 */
}



@media screen and (min-width: 1025px) {
  .c-index__news__text {
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;

  }
}

@media screen and (max-width: 766px) {
  .c-index__news__text {
    font-size: 4vw;
    display: -webkit-box;
    overflow: hidden;
    white-space: pre-wrap;
  }
}

.c-index__about__wrapper {
  margin-top: 85px !important;
  padding-bottom: 100px;
}

.c-index__about__title {
  color: #00B67C;
  font-size: 7.6rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: absolute;
  top: -45px;
  right: 70px;
}

@media screen and (max-width: 766px) {
  .c-index__about__title {
    font-size: 13.3333333333vw;
    top: -30px;
    right: 20px;
  }
}

.c-index__about__head {
  padding: 133px 66px 115px;
}

@media screen and (max-width: 766px) {
  .c-index__about__head {
    padding: 50px 20px 60px;
  }
}

.c-index__about__box {
  background-color: #fff;
  width: calc(100% - 40px);
  margin-left: 40px;
  padding: 66px 40px 75px 80px;
  position: relative;
}

@media screen and (max-width: 766px) {
  .c-index__about__box {
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 60px 20px 60px 20px;
  }
}

.c-index__about__box:after {
  content: "";
  display: block;
  width: 13px;
  height: 141px;
  background-image: url(/assets/img/common/bg_dot.svg);
  background-repeat: repeat;
  background-size: 9px;
  background-position: bottom left;
  position: absolute;
  top: -57px;
  left: 89px;
}

@media screen and (max-width: 766px) {
  .c-index__about__box:after {
    width: 9px;
    height: 90px;
    background-size: 6px;
    top: -40px;
  }
}

.c-index__feature {
  margin-bottom: 120px;
}

@media screen and (max-width: 766px) {
  .c-index__feature {
    margin-bottom: 40px;
  }
}

.c-index__feature__img {
  position: relative;
  padding-top: 18px;
  padding-right: 60px;
}

.c-index__feature__img:after {
  content: "";
  display: block;
  width: 122px;
  height: 130px;
  background-image: url(/assets/img/common/bg_dot.svg);
  background-repeat: repeat;
  background-size: 9px;
  background-position: bottom left;
  position: absolute;
  top: -20px;
  right: 25px;
  z-index: -1;
}

@media screen and (max-width: 766px) {
  .c-index__feature__img:after {
    top: -24px;
    right: -11px;
  }
}

@media screen and (min-width: 1025px) {
  .c-index__feature__img img {
    max-width: 520px;
  }
}

@media screen and (min-width: 767px) {
  .c-index__feature:nth-child(even) .c-index__feature__text {
    order: 2;
  }

  .c-index__feature:nth-child(even) .c-index__feature__img {
    order: 1;
    padding-right: 0;
    padding-left: 20px;
  }

  .c-index__feature:nth-child(even) .c-index__feature__img:after {
    right: auto;
    left: 10px;
  }
}

.c-index__bg--pict {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/img/index/bg_project.png?2021-10-06);
}

@media screen and (max-width: 766px) {
  .c-index__bg--pict {
    height: 180px;
  }
}

.c-index__bg--project {
  position: relative;
}

.c-index__bg--project:after {
  content: "";
  display: block;
  width: 100%;
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/img/index/bg_member_pc.svg);
  background-color: #00B67C;
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 766px) {
  .c-index__bg--project:after {
    height: 1200px;
    background-image: url(/assets/img/index/bg_member_sp.svg);
  }
}

.c-link {
  font-weight: bold;
  display: inline-block;
}

.c-link--icon span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-link--icon span:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  background-color: #111111;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 15px;
}

.c-link--icon:hover span:after {
  background-color: #00B67C;
  transition: all 0.3s ease;
}

.c-breadcrumbs__inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .c-breadcrumbs__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-breadcrumbs--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.c-breadcrumbs__list {
  width: 100%;
  color: #111111;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-breadcrumbs__list__item {
  display: inline;
}

.c-breadcrumbs__list__item span {
  font-size: 1.4rem;
}

@media screen and (max-width: 766px) {
  .c-breadcrumbs__list__item span {
    font-size: 1.2rem;
  }
}

.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: 30px;
}

.c-breadcrumbs__list__item a {
  position: relative;
}

.c-breadcrumbs__list__item a span {
  color: #00B67C;
  text-decoration: underline;
  display: inline-block;
}

.c-breadcrumbs__list__item a::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.6rem;
  color: #868686;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: -22px;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 766px) {
  .c-breadcrumbs__list__item a::after {
    font-size: 1.4rem;
    top: 4px;
    right: -21px;
  }
}

@media screen and (min-width: 767px) {
  .c-breadcrumbs__list__item a:hover span {
    color: #009A69;
    text-decoration: none;
  }
}

.c-breadcrumbs__list__item a:active span {
  color: #009A69;
  text-decoration: none;
}

.c-breadcrumbs__list__item a:visited span {
  color: #009A69;
  text-decoration: none;
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}

.c-card--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.c-card--radius {
  border-radius: 4px;
  overflow: hidden;
}

.c-card+div,
.c-card+h2,
.c-card+p,
.c-card+table,
.c-card+ul,
.c-card+input,
.c-card+button,
.c-card+form {
  margin-top: 50px;
}

.c-card p {
  transition: all 0.3s ease;
}

.c-card__inner {
  padding: 32px 38px;
}

.c-card__inner>*:first-child {
  margin-top: 0;
}

.c-card__inner>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 766px) {
  .c-card__inner {
    padding: 24px 20px 28px;
  }
}

.c-card__thumb a {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 62%;
  position: relative;
  overflow: hidden;
}

.c-card__thumb a img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 767px) {

  a.c-card:hover h3,
  a.c-card:hover h4,
  a.c-card:hover h5,
  a.c-card:hover p,
  .c-card__link:hover h3,
  .c-card__link:hover h4,
  .c-card__link:hover h5,
  .c-card__link:hover p {
    color: #009A69;
  }
}

.c-cta__banner {
  max-width: 390px;
  background-color: #fff;
  border: #D3D3D3 solid 1px;
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
}

.c-cta__banner--fixed {
  display: none;
  border: none;
  border-radius: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 20px;
  z-index: 10;
  overflow: visible;
}

@media screen and (max-width: 766px) {
  .c-cta__banner--fixed {
    display: none !important;
  }
}

.c-cta__banner__top {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-cta__banner__top::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 21px 0 21px;
  border-color: #f2f2f2 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.c-cta__banner__top img {
  width: 100%;
}

.c-cta__banner__bottom {
  padding: 28px 20px 24px;
}

.c-cta__banner__close {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: #00B67C solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}

.c-cta__banner__close::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00B67C;
  font-size: 1.8rem;
  font-weight: 100;
  transition: all 0.3s ease;
}

.c-cta__banner__close:hover {
  background-color: #00B67C;
}

.c-cta__banner__close:hover::before {
  color: #fff;
}

.c-cta__banner.is-hide {
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.c-cta__fixed {
  display: none;
}

@media screen and (max-width: 766px) {
  .c-cta__fixed {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}

.c-cta__fixed.is-hide {
  z-index: 1;
}

.c-form,
.c-form__select,
.c-form__search,
.c-form__textarea {
  width: 100%;
  max-width: 292px;
  height: 48px;
  background-color: #fff;
  line-height: 1.6;
  padding: 0 1em;
  border: #D3D3D3 solid 1px;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: 0.3s ease;
}

@media screen and (max-width: 540px) {

  .c-form,
  .c-form__select,
  .c-form__search,
  .c-form__textarea {
    max-width: 100%;
  }
}

.c-form:focus,
.c-form__select:focus,
.c-form__search:focus,
.c-form__textarea:focus {
  border-color: #009A69;
}

.c-form--long {
  max-width: 100%;
}

.c-form.is-disabled,
.is-disabled.c-form__select,
.is-disabled.c-form__search,
.is-disabled.c-form__textarea {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

.c-form.is-disabled:focus,
.is-disabled.c-form__select:focus,
.is-disabled.c-form__search:focus,
.is-disabled.c-form__textarea:focus {
  opacity: 0.6;
}

.c-form.is-alert,
.is-alert.c-form__select,
.is-alert.c-form__search,
.is-alert.c-form__textarea {
  background-color: #fceded;
  color: #f0a3a3;
  border-color: #f0a3a3;
}

.c-form.is-alert:focus,
.is-alert.c-form__select:focus,
.is-alert.c-form__search:focus,
.is-alert.c-form__textarea:focus,
.c-form.is-alert::placeholder,
.is-alert.c-form__select::placeholder,
.is-alert.c-form__search::placeholder,
.is-alert.c-form__textarea::placeholder {
  color: #f0a3a3;
}

.c-form+.c-form,
.c-form__select+.c-form,
.c-form__select+.c-form__select,
.c-form__search+.c-form,
.c-form__search+.c-form__select,
.c-form+.c-form__search,
.c-form__select+.c-form__search,
.c-form__search+.c-form__search,
.c-form__textarea+.c-form,
.c-form__textarea+.c-form__select,
.c-form__textarea+.c-form__search,
.c-form+.c-form__textarea,
.c-form__select+.c-form__textarea,
.c-form__search+.c-form__textarea,
.c-form__textarea+.c-form__textarea,
.c-form+.c-form__select {
  margin-top: 20px;
}

.c-form__textarea {
  max-width: 100%;
  height: 170px;
  padding: 0.75em 1em;
  resize: none;
}

.c-form__search__wrap {
  width: 100%;
  max-width: 292px;
  display: block;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-form__search__wrap {
    max-width: 100%;
  }
}

.c-form__search__button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}

.c-form__search__button i {
  font-size: 2rem;
  font-weight: 400;
}

.c-form__select::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 2.2rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.c-form__select:first-child {
  margin-top: 0;
}

.c-form__select select {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.c-form__check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.c-form__check__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.c-form__check__wrap span:last-child {
  width: calc(100% - 30px);
  color: #111111;
}

.c-form__check__v {
  width: 20px;
  height: 20px;
  border: #D3D3D3 solid 1px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}

.c-form__check__v::before {
  content: "";
  width: 9px;
  height: 5px;
  border-top: solid 2px #111111;
  border-right: solid 2px #111111;
  position: absolute;
  top: 6px;
  left: 5px;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.15s ease;
}

.c-form__check:checked+.c-form__check__v::before {
  opacity: 1;
}

.c-form__radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.c-form__radio__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.c-form__radio__wrap span {
  width: calc(100% - 30px);
  color: #111111;
}

.c-form__radio__v {
  width: 20px !important;
  height: 20px;
  background-color: #fff;
  border: #DEDEDE solid 1px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}

.c-form__radio__v::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #111111;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.15s ease;
}

.c-form__radio:checked+.c-form__radio__v::before {
  opacity: 1;
}

.c-form__onof {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.c-form__onof__wrap {
  width: 60px;
  height: 32px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.c-form__onof__v {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #D3D3D3 solid 1px;
  border-radius: 60px;
  display: block;
  z-index: 0;
  transition: 0.15s ease;
}

.c-form__onof__v::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #D3D3D3;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 32px;
  transition: 0.15s ease;
}

.c-form__onof:checked+.c-form__onof__v::before {
  background-color: #111111;
  left: 4px;
}

div+input,
div+textarea,
p+input,
p+textarea {
  margin-top: 50px;
}

input+h1,
input+h2,
input+h3,
input+h4,
input+h5,
input+h6,
textarea+h1,
textarea+h2,
textarea+h3,
textarea+h4,
textarea+h5,
textarea+h6 {
  margin-top: 30px;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input::placeholder,
textarea::placeholder {
  color: #aaaaaa;
}

input:-ms-input-placeholder,
textarea:-ms-placeholder {
  color: #aaaaaa;
}

input::-ms-input-placeholder,
textarea::-ms-placeholder {
  color: #aaaaaa;
}

::-webkit-search-cancel-button,
select {
  -webkit-appearance: none;
  appearance: none;
}

.c-img img {
  width: 100%;
}

.c-img--radius {
  border-radius: 20px;
  overflow: hidden;
}

.c-img--auto img {
  width: auto;
}

.c-img--border {
  border: #D3D3D3 solid 1px;
}

.c-img--video {
  max-width: 760px;
  margin: auto;
  position: relative;
}

.c-img--video::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 0.15em;
  width: 68px;
  height: 68px;
  background-color: #00B67C;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .c-img--video::before {
    font-size: 3.2rem;
    width: 46px;
    height: 46px;
  }
}

@media screen and (min-width: 767px) {
  .c-img--video:hover::before {
    background-color: #009A69;
  }
}

.c-info__tag {
  width: auto;
  height: 25px;
  background-color: #f2f2f2;
  color: #00B67C !important;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  margin: 0 8px 8px 0;
  transition: all 0.3s ease;
}

.c-info__tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .c-info__tag {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 360px) {
  .c-info__tag {
    font-size: 1rem;
  }
}

.c-info__lead {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 540px) {
  .c-info__lead {
    -webkit-line-clamp: 3;
  }
}

.c-info__lead a {
  color: #111111;
  text-decoration: none;
}

.c-info__company,
.c-info__date {
  font-size: 1.4rem;
  display: block;
  position: relative;
}

.c-info__date {
  color: #848484;
}

.c-info__labels {
  display: flex;
  margin-bottom: 4px;
}

@media screen and (max-width: 540px) {
  .c-info__labels {
    display: block;
  }
}

.c-info__labels li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 540px) {
  .c-info__labels li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 540px) {
  .c-info__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.c-info__labels li .c-info__date {
  min-width: 90px;
  transform: translateY(4px);
}

@media screen and (max-width: 540px) {
  .c-info__labels li .c-info__date {
    transform: none;
  }
}

.c-info__list {
  width: 100%;
  border-top: #D3D3D3 solid 1px;
  border-bottom: #D3D3D3 solid 1px;
  margin-bottom: 60px;
}

.c-info__list__item {
  padding: 30px 0;
  position: relative;
}

@media screen and (max-width: 766px) {
  .c-info__list__item {
    display: block;
    padding: 20px 0;
  }
}

.c-info__list__item:not(:last-child) {
  border-bottom: #D3D3D3 solid 1px;
}

.c-info__list__item .c-info__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 767px) {
  .c-info__list__item:hover {
    cursor: pointer;
  }

  .c-info__list__item:hover .c-info__lead a {
    color: #009A69;
  }
}

.c-info__card {
  margin-bottom: 48px;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 540px) {
  .c-info__card {
    margin-bottom: 20px;
  }
}

.c-info__card:hover,
.c-info__card:focus {
  outline: none;
}

.c-info__card__company,
.c-info__card__date {
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 766px) {

  .c-info__card__company,
  .c-info__card__date {
    font-size: 1.2rem;
  }
}

.c-info__card__date {
  color: #848484;
}

.c-info__card__lead {
  margin: 0.5em 0 1em;
  -webkit-line-clamp: 2;
}

.c-info__card__thumb a::before,
.c-info__card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 767px) {
  .c-info__card:hover .c-info__card__thumb img {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .c-info__card:hover .c-info__card__lead a {
    color: #009A69;
  }
}

.p-hover {
  overflow: hidden;
}

.p-hover img {
  transition: 0.3s;
}

.p-hover img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.c-info__category__label {
  width: auto;
  height: 33px;
  background-color: #fff;
  color: #111111;
  font-size: 1.2rem;
  border-radius: 30px;
  border: #D3D3D3 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.75em;
  margin: 0 12px 8px 0;
  transition: all 0.3s ease;
}

.c-info__category__label__container {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 540px) {
  .c-info__category__label__container {
    margin-bottom: 0;
  }
}

.c-info__category__label__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-info__category__label {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 540px) {
  .c-info__category__label {
    font-size: 1.6rem;
    margin: 0 20px 14px 0;
  }
}

.c-info__category__label.is-act {
  border-color: #00B67C;
  color: #00B67C;
}

@media screen and (min-width: 767px) {
  .c-info__category__label:hover {
    border-color: #00B67C;
    color: #00B67C;
  }
}

.c-info__category__label:active {
  border-color: #009A69;
  color: #009A69 !important;
}

.c-info__category__label__head {
  margin-bottom: 1em;
}

.c-info__category__label__head span {
  font-size: 1.6rem;
}

.c-info__category__label__head span::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 6px;
}

@media screen and (max-width: 540px) {
  .c-info__category__label__head span {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .c-info__category__label__head {
    width: 130px;
    height: 46px;
    background-color: #fff;
    font-size: 1.6rem;
    border: #D3D3D3 solid 1px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    top: -12px;
    left: 0;
    overflow: hidden;
  }

  .c-info__category__label__head::before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-right: 6px;
  }

  .c-info__category__label__head::after {
    content: "カテゴリー";
  }
}

@media screen and (max-width: 540px) {
  .c-info__category__label__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 140px 40px 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
  }
}

.c-info__category__label__close {
  display: none;
}

@media screen and (max-width: 540px) {
  .c-info__category__label__close {
    display: block;
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 10;
  }

  .c-info__category__label__close::before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: #111111;
    font-size: 2.4rem;
    font-weight: 100;
  }
}

.c-info__category__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .c-info__category__header {
    flex-direction: column-reverse;
  }
}

.c-info__category__title {
  width: calc(100% - 260px);
  margin-bottom: 0;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .c-info__category__title {
    width: 100%;
  }
}

.c-info__category__select {
  max-width: 230px;
}

@media screen and (max-width: 540px) {
  .c-info__category__select {
    width: 24px;
    height: 24px;
    border: none;
    margin-left: auto;
    margin-bottom: 45px;
    padding: 0;
  }

  .c-info__category__select::after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 2.4rem;
    right: 0;
  }

  .c-info__category__select select {
    text-indent: -999em;
    padding: 0;
  }
}

.c-info__category__list,
.c-info__archive__list {
  border-top: #D3D3D3 solid 1px;
  border-bottom: #D3D3D3 solid 1px;
}

.c-info__category__item,
.c-info__archive__item {
  list-style-type: none;
}

.c-info__category__item::marker,
.c-info__archive__item::marker {
  content: none;
}

.c-info__category__item:not(:last-child),
.c-info__archive__item:not(:last-child) {
  border-bottom: #D3D3D3 dashed 1px;
}

.c-info__category__item a,
.c-info__archive__item a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  padding: 16px 65px 16px 0;
  position: relative;
}

@media screen and (max-width: 766px) {

  .c-info__category__item a,
  .c-info__archive__item a {
    font-size: 1.4rem;
    padding: 16px 40px 16px 0;
  }
}

.c-info__category__item a::after,
.c-info__archive__item a::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00B67C;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (max-width: 766px) {

  .c-info__category__item a::after,
  .c-info__archive__item a::after {
    right: 10px;
  }
}

@media screen and (min-width: 767px) {

  .c-info__category__item a:hover,
  .c-info__archive__item a:hover {
    color: #00B67C;
  }

  .c-info__category__item a:hover::after,
  .c-info__archive__item a:hover::after {
    color: #00B67C;
  }
}

@media screen and (min-width: 767px) {

  .c-info__category__item a:active:hover,
  .c-info__archive__item a:active:hover {
    color: #009A69;
  }

  .c-info__category__item a:active:hover::after,
  .c-info__archive__item a:active:hover::after {
    color: #009A69;
  }
}

.c-info__category__sub__head,
.c-info__archive__sub__head {
  width: 100%;
  height: auto;
  color: #111111;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px 65px 20px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 766px) {

  .c-info__category__sub__head,
  .c-info__archive__sub__head {
    font-size: 1.4rem;
  }
}

.c-info__category__sub__head::after,
.c-info__archive__sub__head::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00B67C;
  font-size: 1.8rem;
  padding-left: 0;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (max-width: 766px) {

  .c-info__category__sub__head::after,
  .c-info__archive__sub__head::after {
    right: 8px;
  }
}

@media screen and (min-width: 767px) {

  .c-info__category__sub__head:hover,
  .c-info__archive__sub__head:hover {
    color: #00B67C;
  }

  .c-info__category__sub__head:hover::after,
  .c-info__archive__sub__head:hover::after {
    color: #00B67C;
  }
}

.c-info__category__sub__head.is-act,
.c-info__archive__sub__head.is-act {
  color: #00B67C;
}

.c-info__category__sub__head.is-act::after,
.c-info__archive__sub__head.is-act::after {
  color: #00B67C;
  content: "";
}

.c-info__category__sub__wrapper,
.c-info__archive__sub__wrapper {
  display: none;
  padding-bottom: 20px;
}

.c-info__category__sub__item,
.c-info__archive__sub__item {
  padding-left: 25px;
}

.c-info__category__sub__item a,
.c-info__archive__sub__item a {
  padding: 0;
  padding-left: 15px;
  position: relative;
}

.c-info__category__sub__item a::after,
.c-info__archive__sub__item a::after {
  content: none;
}

.c-info__category__sub__item a::before,
.c-info__archive__sub__item a::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00B67C;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.c-info__category__sub__item:not(:last-child),
.c-info__archive__sub__item:not(:last-child) {
  margin-bottom: 20px;
}

.c-info__related__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.c-info__related__item:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 766px) {
  .c-info__related__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.c-info__related__item--border {
  margin-bottom: 0;
}

.c-info__related__item--border:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: #D3D3D3 dashed 1px;
}

@media screen and (max-width: 766px) {
  .c-info__related__item--border:not(:last-child) {
    padding-bottom: 20px;
  }
}

.c-info__related__item--border:not(:first-child) {
  padding-top: 30px;
}

@media screen and (max-width: 766px) {
  .c-info__related__item--border:not(:first-child) {
    padding-top: 20px;
  }
}

.c-info__related__item .c-info__related__lead,
.c-info__related__item .c-info__date {
  transition: all 0.3s ease;
}

@media screen and (min-width: 767px) {

  .c-info__related__item:hover .c-info__related__lead,
  .c-info__related__item:hover .c-info__date {
    color: #00B67C;
  }
}

.c-info__related__thumb {
  width: 120px;
  height: 85px;
  overflow: hidden;
}

.c-info__related__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 540px) {
  .c-info__related__thumb a {
    border-radius: 8px;
  }
}

.c-info__related__thumb__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  display: block;
  transition: all 0.3s ease;
}

.c-info__related__data {
  width: calc(100% - 135px);
}

.c-info__related__lead {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}

.c-info__related__lead a {
  color: #111111;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .c-info__related__lead {
    max-height: 3em;
  }
}

@media screen and (max-width: 1024px) {
  .c-info__related__lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 766px) {
  .c-info__related__lead {
    font-size: 1.4rem;
  }
}

.c-info__related__lead+.c-info__tag__wrapper {
  margin-top: 8px;
}

.c-info__related__thumb a::before,
.c-info__related__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 767px) {
  .c-info__related__item:hover .c-info__related__thumb__inner {
    transform: scale(1.2);
  }

  .c-info__related__item:hover .c-info__related__lead a {
    color: #009A69;
  }
}

.c-info__share {
  text-align: center;
  margin: 60px 0;
}

@media screen and (max-width: 766px) {
  .c-info__share {
    margin: 30px 0;
  }
}

.c-info__share__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

.c-info__share ul li {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
}

.c-info__content {
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 766px) {
  .c-info__content {
    padding: 60px 0 100px;
  }
}

.c-info__content__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .c-info__content__wrapper {
    display: block;
  }
}

@media screen and (max-width: 766px) {
  .c-info__content__wrapper {
    padding: 60px 0 100px;
  }
}

.c-info__content__main,
.c-info__content__main--wide {
  width: calc(100% - 460px);
}

@media screen and (max-width: 1024px) {

  .c-info__content__main,
  .c-info__content__main--wide {
    margin-bottom: 60px;
  }
}

.c-info__content__main--wide {
  width: calc(100% - 410px);
}

.c-info__content__side {
  width: 380px;
}

.c-info__content__side__ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 766px) {
  .c-info__content__side__ttl {
    margin-bottom: 24px;
  }
}

.c-info__content__side div+h2,
.c-info__content__side div+h3,
.c-info__content__side div+h4 {
  margin-top: 40px;
}

@media screen and (max-width: 766px) {

  .c-info__content__side div+h2,
  .c-info__content__side div+h3,
  .c-info__content__side div+h4 {
    margin-top: 26px;
  }
}

.c-info__content__main,
.c-info__content__main--wide,
.c-info__content__side {
  position: relative;
}

@media screen and (max-width: 1024px) {

  .c-info__content__main,
  .c-info__content__main--wide,
  .c-info__content__side {
    width: 100% !important;
  }
}

.c-info__content__header {
  margin-bottom: 80px;
}

@media screen and (max-width: 766px) {
  .c-info__content__header {
    margin-bottom: 50px;
  }
}

.c-info__content__header .c-title--article {
  margin-top: 0;
  font-size: 3.2rem;
}

@media screen and (max-width: 540px) {
  .c-info__content__header .c-title--article {
    font-size: 2.4rem;
  }
}

.c-info__content__header__img {
  margin: 60px 0 80px;
  overflow: hidden;
}

@media screen and (max-width: 766px) {
  .c-info__content__header__img {
    margin: 40px 0 28px;
  }
}

.c-info__content__header__img img {
  width: 100%;
}

.c-info__content__related {
  margin-top: 80px;
}

@media screen and (max-width: 766px) {
  .c-info__content__related {
    margin-top: 50px;
  }
}

.c-info__content__anchor {
  border-top: #00B67C solid 4px;
  border-bottom: #D3D3D3 solid 1px;
  border-right: #D3D3D3 solid 1px;
  border-left: #D3D3D3 solid 1px;
  padding: 32px 40px;
  margin: 80px 0;
}

@media screen and (max-width: 766px) {
  .c-info__content__anchor {
    padding: 28px 20px;
    margin: 40px 0;
  }
}

.c-info__content__anchor__head {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 766px) {
  .c-info__content__anchor__head {
    margin-bottom: 20px;
  }
}

.c-info__content__anchor__list li {
  list-style-type: decimal;
  margin-left: 1em;
}

.c-info__content__anchor__list li a {
  color: #00B67C;
  line-height: 1.8;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .c-info__content__anchor__list li a:hover {
    color: #009A69;
    text-decoration: none;
  }
}

.c-info__content__anchor__list li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 766px) {
  .c-info__content__anchor__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.c-info__content__anchor__list li ol {
  margin: 8px 0;
}

@media screen and (max-width: 766px) {
  .c-info__content__anchor__list li ol {
    margin: 12px 0;
  }
}

.c-info__banner {
  max-width: 390px;
  margin: auto;
}

@media screen and (min-width: 767px) {
  a.c-info__tag:hover {
    background-color: #00B67C;
    color: #fff !important;
  }
}

a.c-info__tag:active {
  background-color: #009A69;
  color: #fff !important;
}

.c-list li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 766px) {
  .c-list li {
    padding-left: 15px;
  }
}

.c-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00B67C;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 766px) {
  .c-list li::before {
    top: 10px;
  }
}

.c-list li:not(:last-child) {
  margin-bottom: 12px;
}

.c-list--large li {
  font-size: 2rem;
}

@media screen and (max-width: 766px) {
  .c-list--large li {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}

.c-list--large li::before {
  width: 10px;
  height: 10px;
  top: 14px;
}

@media screen and (max-width: 766px) {
  .c-list--large li::before {
    top: 13px;
  }
}

.c-list--notice {
  color: #848484;
  margin-bottom: 24px;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

@media screen and (max-width: 766px) {
  .c-list--notice {
    margin-bottom: 20px;
  }
}

.c-list--notice>li {
  font-size: 1.4rem;
}

.c-list--notice>li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 766px) {
  .c-list--notice>li {
    font-size: 1.2rem;
  }
}

.c-modal__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

.c-modal__inner {
  width: calc(100% - 80px);
  height: auto;
  max-width: 915px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (max-width: 540px) {
  .c-modal__inner {
    width: calc(100% - 40px);
    max-height: 600px;
  }
}

.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-modal__block {
    padding: 10px 10px 0;
  }
}

.c-modal__text {
  height: auto;
  max-height: calc(100vh - 120px);
  padding: 50px 65px;
  overflow: auto;
}

@media screen and (max-width: 540px) {
  .c-modal__text {
    height: 144vw;
    max-height: 600px;
    padding: 30px 10px;
  }
}

.c-modal__video {
  width: 100%;
  background-color: #000;
  padding-top: 56.25% !important;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-modal__video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-modal__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.c-modal__close-btn {
  width: 68px;
  height: 68px;
  background-color: #00B67C;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -38px;
  right: -35px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 540px) {
  .c-modal__close-btn {
    width: 46px;
    height: 46px;
    top: -23px;
    right: -10px;
  }
}

.c-modal__close-btn--video {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .c-modal__close-btn--video {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 540px) {
  .c-modal__close-btn--video {
    top: 10px;
    right: 10px;
  }
}

.c-modal__close-btn::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {
  .c-modal__close-btn::before {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 767px) {
  .c-modal__close-btn:hover {
    background-color: #009A69;
  }
}

.c-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: #212529;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}

.js-modal {
  display: block;
}

.js-modal,
.js-modal-close {
  cursor: pointer;
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px auto 0;
}

@media screen and (max-width: 540px) {
  .c-pager {
    margin-top: 40px;
  }
}

.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
  margin: 0 18px;
}

@media screen and (max-width: 540px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 8px;
  }
}

@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 6px;
  }
}

.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
  margin-left: 0;
}

.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
  margin-right: 0;
}

.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 767px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a:hover span {
    color: #00B67C;
  }
}

.c-pager__item__prev a,
.c-pager__item__prev>span,
.c-pager__item__next a,
.c-pager__item__next>span {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: #D3D3D3 solid 1px;
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

.c-pager__item__prev a span,
.c-pager__item__prev>span,
.c-pager__item__next a span,
.c-pager__item__next>span {
  text-indent: -999em;
  display: block;
  position: relative;
}

.c-pager__item__prev a span::before,
.c-pager__item__prev>span::before,
.c-pager__item__next a span::before,
.c-pager__item__next>span::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.6rem;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.c-pager__item__prev a span,
.c-pager__item__next a span {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 767px) {

  .c-pager__item__prev a:hover,
  .c-pager__item__next a:hover {
    background-color: #00B67C;
    border-color: #00B67C;
  }

  .c-pager__item__prev a:hover span::before,
  .c-pager__item__next a:hover span::before {
    color: #fff;
  }
}

.c-pager__item__prev a:active,
.c-pager__item__next a:active {
  background-color: #009A69;
  border-color: #009A69;
}

.c-pager__item__prev a:active span::before,
.c-pager__item__next a:active span::before {
  color: #fff;
}

.c-pager__item__prev>span,
.c-pager__item__next>span {
  opacity: 0.3;
  pointer-events: none;
}

.c-pager__item__prev {
  margin-right: 45px;
}

@media screen and (max-width: 540px) {
  .c-pager__item__prev {
    margin-right: 12px;
  }
}

@media screen and (max-width: 360px) {
  .c-pager__item__prev {
    margin-right: 10px;
  }
}

.c-pager__item__prev a span::before,
.c-pager__item__prev>span::before {
  content: "";
}

.c-pager__item__next {
  margin-left: 45px;
}

@media screen and (max-width: 540px) {
  .c-pager__item__next {
    margin-left: 12px;
  }
}

@media screen and (max-width: 360px) {
  .c-pager__item__next {
    margin-left: 10px;
  }
}

.c-pager__item__next a span::before,
.c-pager__item__next>span::before {
  content: "";
}

.c-pager__item.is-current span {
  color: #00B67C;
}

.c-table {
  width: 100%;
  background-color: #fff;
}

.c-table--fixed {
  table-layout: fixed;
}

.c-table tr:first-child td,
.c-table tr:first-child th {
  border-top: #D3D3D3 solid 1px;
}

.c-table th,
.c-table td {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: 20px 25px;
  overflow-wrap: break-word;
  min-width: 145px;
  position: relative;
  border-bottom: #D3D3D3 solid 1px;
}

@media screen and (max-width: 540px) {

  .c-table th,
  .c-table td {
    padding: 18px 12px;
    min-width: 100px;
  }
}

.c-table th p:last-child,
.c-table td p:last-child {
  margin-bottom: 0;
}

.c-table th a,
.c-table td a {
  color: #00B67C;
}

.c-table th {
  font-weight: bold;
}

@media screen and (max-width: 766px) {
  .c-table__scroll {
    width: calc(100% + 20px);
    padding-bottom: 64px;
    position: relative;
  }

  .c-table__scroll::after {
    content: "";
    width: 110px;
    height: 24px;
    background-image: url(../img/common/icon_scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 766px) {
  .c-table__scroll--fixedheight .c-table__scroll__inner {
    height: 300px;
  }
}

@media screen and (max-width: 766px) {
  .c-table__scroll__inner {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 766px) {
  .c-table__scroll .c-table {
    width: 800px;
  }
}

@media screen and (max-width: 766px) {

  .c-table__fixed--left,
  .c-table__fixed--top {
    background-color: #fff;
    position: sticky;
  }

  .c-table__fixed--left::before,
  .c-table__fixed--top::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: #D3D3D3 solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}

@media screen and (max-width: 766px) {
  .c-table__fixed--left {
    left: 0;
  }
}

.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}

@media screen and (max-width: 766px) {
  .c-table__fixed--top {
    top: 0;
  }
}

.wp-editor {
  /* 要素寄せ */
  /* wpstyle */
}

.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  color: #111111;
  line-height: 1.4;
  position: relative;
}

.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-weight: bold;
}

.wp-editor h1 {
  font-size: 3.6rem;
  z-index: 1;
  margin-bottom: 42px;
}

@media screen and (max-width: 766px) {
  .wp-editor h1 {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}

.wp-editor h2 {
  font-size: 2.8rem;
  padding-bottom: 20px;
  margin-bottom: 42px;
}

@media screen and (max-width: 766px) {
  .wp-editor h2 {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }
}

.wp-editor h2:not(:first-child) {
  margin-top: 85px;
}

@media screen and (max-width: 766px) {
  .wp-editor h2:not(:first-child) {
    margin-top: 60px;
  }
}

.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #00B67C;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wp-editor h3 {
  font-size: 2.2rem;
  color: #00B67C;
  margin-top: 50px;
  margin-bottom: 36px;
}

@media screen and (max-width: 766px) {
  .wp-editor h3 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.wp-editor h4 {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 766px) {
  .wp-editor h4 {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.wp-editor p+h3,
.wp-editor ul+h3,
.wp-editor ol+h3 {
  margin-top: 50px;
}

@media screen and (max-width: 766px) {

  .wp-editor p+h3,
  .wp-editor ul+h3,
  .wp-editor ol+h3 {
    margin-top: 30px;
  }
}

.wp-editor h3+p,
.wp-editor h3+ul,
.wp-editor h3+ol,
.wp-editor h4+p,
.wp-editor h4+ul,
.wp-editor h4+ol {
  margin-top: 24px;
}

.wp-editor h5,
.wp-editor h6 {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 766px) {

  .wp-editor h5,
  .wp-editor h6 {
    font-size: 1.4rem;
  }
}

.wp-editor>*:first-child {
  margin-top: 0;
}

.wp-editor p {
  line-height: 1.8;
  margin-top: 40px;
}

.wp-editor p a {
  color: #00B67C;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .wp-editor p a:hover {
    color: #009A69;
    text-decoration: none;
  }
}

.wp-editor p div,
.wp-editor p+img,
.wp-editor p+table,
.wp-editor p+blockquote,
.wp-editor p+figure {
  margin-top: 60px;
}

@media screen and (max-width: 766px) {

  .wp-editor p div,
  .wp-editor p+img,
  .wp-editor p+table,
  .wp-editor p+blockquote,
  .wp-editor p+figure {
    margin-top: 40px;
  }
}

.wp-editor p+ul,
.wp-editor p+ol {
  margin-top: 30px;
}

@media screen and (max-width: 766px) {

  .wp-editor p+ul,
  .wp-editor p+ol {
    margin-top: 40px;
  }
}

.wp-editor strong {
  font-weight: bold;
}

.wp-editor em {
  font-style: italic;
}

.wp-editor small,
.wp-editor figcaption {
  font-size: 1.2rem;
}

@media screen and (max-width: 766px) {

  .wp-editor small,
  .wp-editor figcaption {
    font-size: 1.1rem;
  }
}

.wp-editor figcaption {
  margin-top: 0.5em;
}

.wp-editor blockquote {
  width: 100%;
  background-color: #EFFAF6;
  line-height: 1.8;
  padding: 48px;
  margin: 60px 0;
  position: relative;
}

@media screen and (max-width: 766px) {
  .wp-editor blockquote {
    padding: 20px;
    margin: 40px 0;
  }
}

.wp-editor ul,
.wp-editor ol {
  margin-top: 60px;
}

@media screen and (max-width: 766px) {

  .wp-editor ul,
  .wp-editor ol {
    margin-top: 40px;
  }
}

.wp-editor ul li,
.wp-editor ol li {
  color: #111111;
  line-height: 1.8;
}

.wp-editor ul li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 766px) {
  .wp-editor ul li {
    padding-left: 15px;
  }
}

.wp-editor ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00B67C;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 766px) {
  .wp-editor ul li::before {
    top: 10px;
  }
}

.wp-editor ul li:not(:last-child) {
  margin-bottom: 10px;
}

.wp-editor ol {
  padding-left: 13px;
}

.wp-editor ol li {
  list-style-type: decimal;
  line-height: 1.8;
  padding-left: 7px;
  position: relative;
}

@media screen and (max-width: 766px) {
  .wp-editor ol li {
    padding-left: 15px;
  }
}

.wp-editor ol li:not(:last-child) {
  margin-bottom: 12px;
}

.wp-editor table {
  width: 100%;
  margin: 60px 0;
  border: #D3D3D3 solid 1px;
  table-layout: fixed;
}

@media screen and (max-width: 766px) {
  .wp-editor table {
    margin: 40px 0;
  }
}

.wp-editor table th,
.wp-editor table td {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: 20px 25px;
  overflow-wrap: break-word;
}

.wp-editor table th:not(:last-child),
.wp-editor table td:not(:last-child) {
  border-right: #D3D3D3 solid 1px;
}

@media screen and (max-width: 540px) {

  .wp-editor table th,
  .wp-editor table td {
    padding: 18px 12px;
  }
}

.wp-editor table th p:last-child,
.wp-editor table td p:last-child {
  margin-bottom: 0;
}

.wp-editor table th a,
.wp-editor table td a {
  color: #00B67C;
}

.wp-editor table td {
  min-width: 145px;
}

@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: 100px;
  }
}

.wp-editor table th {
  width: 140px;
  background-color: #EFFAF6;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .wp-editor table th {
    width: 108px;
  }
}

.wp-editor table tr:not(:last-child) {
  border-bottom: #D3D3D3 solid 1px;
}

.wp-editor p>img,
.wp-editor p>img.alignnone,
.wp-editor p>img.alignleft,
.wp-editor p>img.aligncenter,
.wp-editor p>img.alignright,
.wp-editor ul>img,
.wp-editor ul>img.alignnone,
.wp-editor ul>img.alignleft,
.wp-editor ul>img.aligncenter,
.wp-editor ul>img.alignright,
.wp-editor ol>img,
.wp-editor ol>img.alignnone,
.wp-editor ol>img.alignleft,
.wp-editor ol>img.aligncenter,
.wp-editor ol>img.alignright,
.wp-editor table>img,
.wp-editor table>img.alignnone,
.wp-editor table>img.alignleft,
.wp-editor table>img.aligncenter,
.wp-editor table>img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 766px) {

  .wp-editor p>img,
  .wp-editor p>img.alignnone,
  .wp-editor p>img.alignleft,
  .wp-editor p>img.aligncenter,
  .wp-editor p>img.alignright,
  .wp-editor ul>img,
  .wp-editor ul>img.alignnone,
  .wp-editor ul>img.alignleft,
  .wp-editor ul>img.aligncenter,
  .wp-editor ul>img.alignright,
  .wp-editor ol>img,
  .wp-editor ol>img.alignnone,
  .wp-editor ol>img.alignleft,
  .wp-editor ol>img.aligncenter,
  .wp-editor ol>img.alignright,
  .wp-editor table>img,
  .wp-editor table>img.alignnone,
  .wp-editor table>img.alignleft,
  .wp-editor table>img.aligncenter,
  .wp-editor table>img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}

.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}

.wp-editor img {
  max-width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}

.wp-editor img+p,
.wp-editor img+ul,
.wp-editor img+ol,
.wp-editor img+h3,
.wp-editor img+h4,
.wp-editor img+h5,
.wp-editor img+h6,
.wp-editor img+img,
.wp-editor img+p,
.wp-editor img+ul,
.wp-editor img+ol+table {
  margin-top: 60px;
}

@media screen and (max-width: 540px) {

  .wp-editor img+p,
  .wp-editor img+ul,
  .wp-editor img+ol,
  .wp-editor img+h3,
  .wp-editor img+h4,
  .wp-editor img+h5,
  .wp-editor img+h6,
  .wp-editor img+img,
  .wp-editor img+p,
  .wp-editor img+ul,
  .wp-editor img+ol+table {
    margin-top: 40px;
  }
}

.wp-editor .alignnone {
  margin-top: 60px;
}

@media screen and (max-width: 766px) {
  .wp-editor .alignnone {
    margin: 40px 0;
  }
}

.wp-editor .alignleft,
.wp-editor .alignright {
  max-width: 280px;
}

@media screen and (max-width: 540px) {

  .wp-editor .alignleft,
  .wp-editor .alignright {
    width: 100%;
    max-width: none;
    float: none !important;
  }
}

.wp-editor .alignleft {
  float: left;
  margin-right: 36px;
  text-align: left;
}

@media screen and (max-width: 766px) {
  .wp-editor .alignleft {
    margin-right: 20px;
  }
}

@media screen and (max-width: 540px) {
  .wp-editor .alignleft {
    margin-right: 0;
  }
}

.wp-editor .aligncenter {
  text-align: center;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 766px) {
  .wp-editor .aligncenter {
    margin: 20px auto;
  }
}

.wp-editor .alignright {
  float: right;
  margin-left: 36px;
  text-align: right;
}

@media screen and (max-width: 766px) {
  .wp-editor .alignright {
    margin-left: 20px;
  }
}

@media screen and (max-width: 540px) {
  .wp-editor .alignright {
    margin-left: 0;
  }
}

.wp-editor .alignleft+p,
.wp-editor .alignright+p {
  margin-top: 60px;
}

@media screen and (max-width: 766px) {

  .wp-editor .alignleft+p,
  .wp-editor .alignright+p {
    margin-top: 40px;
  }
}

.wp-editor .wp-block-spacer {
  margin-top: 0;
}

.wp-editor .wp-block-image {
  margin-bottom: 30px;
}

.wp-editor .wp-block-column .wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-editor .wp-block-image .aligncenter>figcaption,
.wp-editor .wp-block-image .alignleft>figcaption,
.wp-editor .wp-block-image .alignright>figcaption {
  text-align: left;
  line-height: 1.8;
}

.wp-editor h3+.wp-block-columns,
.wp-editor h4+.wp-block-columns,
.wp-editor p+.wp-block-columns,
.wp-editor div+.wp-block-columns {
  margin-top: 60px;
}

@media screen and (max-width: 540px) {

  .wp-editor h3+.wp-block-columns,
  .wp-editor h4+.wp-block-columns,
  .wp-editor p+.wp-block-columns,
  .wp-editor div+.wp-block-columns {
    margin-top: 30px;
  }
}

.wp-editor .wp-block-columns {
  margin: 0;
}

.wp-editor .wp-block-columns+.wp-block-columns {
  margin-top: 60px;
}

@media screen and (max-width: 766px) {
  .wp-editor .wp-block-columns+.wp-block-columns {
    margin-top: 30px;
  }
}

@media screen and (max-width: 766px) {
  .wp-editor .wp-block-column:not(:last-child) {
    margin-bottom: 30px;
  }
}

.wp-editor .wp-block-column ul {
  margin-top: 0;
}

.wp-editor .wp-block-column .wp-block-image {
  width: 100%;
}

.wp-editor .wp-block-column .wp-block-image img {
  width: 100%;
  max-width: none;
}

.wp-editor .clear::after {
  content: "";
  display: block;
  clear: both;
}

.u-m-auto {
  margin: auto;
}

.u-m-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-l-auto {
  margin-left: auto;
}

.u-m-r-auto {
  margin-right: auto;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-95 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 1280px) {
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }

  .u-mt-lg-5 {
    margin-top: 5px !important;
  }

  .u-mt-lg-10 {
    margin-top: 10px !important;
  }

  .u-mt-lg-15 {
    margin-top: 15px !important;
  }

  .u-mt-lg-20 {
    margin-top: 20px !important;
  }

  .u-mt-lg-25 {
    margin-top: 25px !important;
  }

  .u-mt-lg-30 {
    margin-top: 30px !important;
  }

  .u-ml-lg-0 {
    margin-left: 0px !important;
  }

  .u-ml-lg-5 {
    margin-left: 5px !important;
  }

  .u-ml-lg-10 {
    margin-left: 10px !important;
  }

  .u-ml-lg-15 {
    margin-left: 15px !important;
  }

  .u-ml-lg-20 {
    margin-left: 20px !important;
  }

  .u-ml-lg-25 {
    margin-left: 25px !important;
  }

  .u-ml-lg-30 {
    margin-left: 30px !important;
  }

  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-lg-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-lg-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-lg-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-lg-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-lg-0 {
    margin-right: 0px !important;
  }

  .u-mr-lg-5 {
    margin-right: 5px !important;
  }

  .u-mr-lg-10 {
    margin-right: 10px !important;
  }

  .u-mr-lg-15 {
    margin-right: 15px !important;
  }

  .u-mr-lg-20 {
    margin-right: 20px !important;
  }

  .u-mr-lg-25 {
    margin-right: 25px !important;
  }

  .u-mr-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-mt-pc-0 {
    margin-top: 0px !important;
  }

  .u-mt-pc-5 {
    margin-top: 5px !important;
  }

  .u-mt-pc-10 {
    margin-top: 10px !important;
  }

  .u-mt-pc-15 {
    margin-top: 15px !important;
  }

  .u-mt-pc-20 {
    margin-top: 20px !important;
  }

  .u-mt-pc-25 {
    margin-top: 25px !important;
  }

  .u-mt-pc-30 {
    margin-top: 30px !important;
  }

  .u-ml-pc-0 {
    margin-left: 0px !important;
  }

  .u-ml-pc-5 {
    margin-left: 5px !important;
  }

  .u-ml-pc-10 {
    margin-left: 10px !important;
  }

  .u-ml-pc-15 {
    margin-left: 15px !important;
  }

  .u-ml-pc-20 {
    margin-left: 20px !important;
  }

  .u-ml-pc-25 {
    margin-left: 25px !important;
  }

  .u-ml-pc-30 {
    margin-left: 30px !important;
  }

  .u-mb-pc-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-pc-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-pc-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-pc-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-pc-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-pc-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-pc-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-pc-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-pc-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-pc-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-pc-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-pc-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-pc-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-pc-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-pc-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-pc-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-pc-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-pc-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-pc-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-pc-0 {
    margin-right: 0px !important;
  }

  .u-mr-pc-5 {
    margin-right: 5px !important;
  }

  .u-mr-pc-10 {
    margin-right: 10px !important;
  }

  .u-mr-pc-15 {
    margin-right: 15px !important;
  }

  .u-mr-pc-20 {
    margin-right: 20px !important;
  }

  .u-mr-pc-25 {
    margin-right: 25px !important;
  }

  .u-mr-pc-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-mt-tb-0 {
    margin-top: 0px !important;
  }

  .u-mt-tb-5 {
    margin-top: 5px !important;
  }

  .u-mt-tb-10 {
    margin-top: 10px !important;
  }

  .u-mt-tb-15 {
    margin-top: 15px !important;
  }

  .u-mt-tb-20 {
    margin-top: 20px !important;
  }

  .u-mt-tb-25 {
    margin-top: 25px !important;
  }

  .u-mt-tb-30 {
    margin-top: 30px !important;
  }

  .u-ml-tb-0 {
    margin-left: 0px !important;
  }

  .u-ml-tb-5 {
    margin-left: 5px !important;
  }

  .u-ml-tb-10 {
    margin-left: 10px !important;
  }

  .u-ml-tb-15 {
    margin-left: 15px !important;
  }

  .u-ml-tb-20 {
    margin-left: 20px !important;
  }

  .u-ml-tb-25 {
    margin-left: 25px !important;
  }

  .u-ml-tb-30 {
    margin-left: 30px !important;
  }

  .u-mb-tb-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-tb-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-tb-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-tb-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-tb-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-tb-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-tb-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-tb-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-tb-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-tb-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-tb-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-tb-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-tb-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-tb-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-tb-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-tb-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-tb-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-tb-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-tb-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-tb-0 {
    margin-right: 0px !important;
  }

  .u-mr-tb-5 {
    margin-right: 5px !important;
  }

  .u-mr-tb-10 {
    margin-right: 10px !important;
  }

  .u-mr-tb-15 {
    margin-right: 15px !important;
  }

  .u-mr-tb-20 {
    margin-right: 20px !important;
  }

  .u-mr-tb-25 {
    margin-right: 25px !important;
  }

  .u-mr-tb-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 766px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }

  .u-mt-md-5 {
    margin-top: 5px !important;
  }

  .u-mt-md-10 {
    margin-top: 10px !important;
  }

  .u-mt-md-15 {
    margin-top: 15px !important;
  }

  .u-mt-md-20 {
    margin-top: 20px !important;
  }

  .u-mt-md-25 {
    margin-top: 25px !important;
  }

  .u-mt-md-30 {
    margin-top: 30px !important;
  }

  .u-ml-md-0 {
    margin-left: 0px !important;
  }

  .u-ml-md-5 {
    margin-left: 5px !important;
  }

  .u-ml-md-10 {
    margin-left: 10px !important;
  }

  .u-ml-md-15 {
    margin-left: 15px !important;
  }

  .u-ml-md-20 {
    margin-left: 20px !important;
  }

  .u-ml-md-25 {
    margin-left: 25px !important;
  }

  .u-ml-md-30 {
    margin-left: 30px !important;
  }

  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-md-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-md-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-md-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-md-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-md-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-md-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-md-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-md-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-md-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-md-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-md-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-md-0 {
    margin-right: 0px !important;
  }

  .u-mr-md-5 {
    margin-right: 5px !important;
  }

  .u-mr-md-10 {
    margin-right: 10px !important;
  }

  .u-mr-md-15 {
    margin-right: 15px !important;
  }

  .u-mr-md-20 {
    margin-right: 20px !important;
  }

  .u-mr-md-25 {
    margin-right: 25px !important;
  }

  .u-mr-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 540px) {
  .u-m-lr-pr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-mt-pr-0 {
    margin-top: 0px !important;
  }

  .u-mt-pr-5 {
    margin-top: 5px !important;
  }

  .u-mt-pr-10 {
    margin-top: 10px !important;
  }

  .u-mt-pr-15 {
    margin-top: 15px !important;
  }

  .u-mt-pr-20 {
    margin-top: 20px !important;
  }

  .u-mt-pr-25 {
    margin-top: 25px !important;
  }

  .u-mt-pr-30 {
    margin-top: 30px !important;
  }

  .u-ml-pr-0 {
    margin-left: 0px !important;
  }

  .u-ml-pr-5 {
    margin-left: 5px !important;
  }

  .u-ml-pr-10 {
    margin-left: 10px !important;
  }

  .u-ml-pr-15 {
    margin-left: 15px !important;
  }

  .u-ml-pr-20 {
    margin-left: 20px !important;
  }

  .u-ml-pr-25 {
    margin-left: 25px !important;
  }

  .u-ml-pr-30 {
    margin-left: 30px !important;
  }

  .u-mb-pr-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-pr-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-pr-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-pr-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-pr-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-pr-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-pr-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-pr-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-pr-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-pr-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-pr-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-pr-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-pr-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-pr-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-pr-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-pr-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-pr-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-pr-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-pr-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-pr-0 {
    margin-right: 0px !important;
  }

  .u-mr-pr-5 {
    margin-right: 5px !important;
  }

  .u-mr-pr-10 {
    margin-right: 10px !important;
  }

  .u-mr-pr-15 {
    margin-right: 15px !important;
  }

  .u-mr-pr-20 {
    margin-right: 20px !important;
  }

  .u-mr-pr-25 {
    margin-right: 25px !important;
  }

  .u-mr-pr-30 {
    margin-right: 30px !important;
  }
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 766px) {
  .u-pt-md-0 {
    padding-top: 0px !important;
  }

  .u-pt-md-5 {
    padding-top: 5px !important;
  }

  .u-pt-md-10 {
    padding-top: 10px !important;
  }

  .u-pt-md-15 {
    padding-top: 15px !important;
  }

  .u-pt-md-20 {
    padding-top: 20px !important;
  }

  .u-pt-md-25 {
    padding-top: 25px !important;
  }

  .u-pt-md-30 {
    padding-top: 30px !important;
  }

  .u-pl-md-0 {
    padding-left: 0px !important;
  }

  .u-pl-md-5 {
    padding-left: 5px !important;
  }

  .u-pl-md-10 {
    padding-left: 10px !important;
  }

  .u-pl-md-15 {
    padding-left: 15px !important;
  }

  .u-pl-md-20 {
    padding-left: 20px !important;
  }

  .u-pl-md-25 {
    padding-left: 25px !important;
  }

  .u-pl-md-30 {
    padding-left: 30px !important;
  }

  .u-pl-md-40 {
    padding-left: 40px !important;
  }

  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }

  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }

  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }

  .u-pb-md-15 {
    padding-bottom: 15px !important;
  }

  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }

  .u-pb-md-25 {
    padding-bottom: 25px !important;
  }

  .u-pb-md-30 {
    padding-bottom: 30px !important;
  }

  .u-pb-md-35 {
    padding-bottom: 35px !important;
  }

  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }

  .u-pr-md-0 {
    padding-right: 0px !important;
  }

  .u-pr-md-5 {
    padding-right: 5px !important;
  }

  .u-pr-md-10 {
    padding-right: 10px !important;
  }

  .u-pr-md-15 {
    padding-right: 15px !important;
  }

  .u-pr-md-20 {
    padding-right: 20px !important;
  }

  .u-pr-md-25 {
    padding-right: 25px !important;
  }

  .u-pr-md-30 {
    padding-right: 30px !important;
  }

  .u-pr-md-40 {
    padding-right: 40px !important;
  }
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--normal {
  font-weight: normal !important;
}

.u-text--light {
  font-weight: 100 !important;
}

.u-text--en {
  font-family: "Poppins", sans-serif;
}

.u-text--ja {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.u-text--size--ll,
.u-text--size--ll a {
  font-size: 3.8rem !important;
  line-height: 1.7;
}

@media screen and (max-width: 766px) {

  .u-text--size--ll,
  .u-text--size--ll a {
    font-size: 2.2rem !important;
  }
}

.u-text--size--l,
.u-text--size--l a {
  font-size: 2.4rem !important;
}

@media screen and (max-width: 766px) {

  .u-text--size--l,
  .u-text--size--l a {
    font-size: 1.6rem !important;
  }
}

.u-text--size--m,
.u-text--size--m a {
  font-size: 2rem !important;
}

@media screen and (max-width: 766px) {

  .u-text--size--m,
  .u-text--size--m a {
    font-size: 1.6rem !important;
  }
}

.u-text--size--n,
.u-text--size--n a {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 766px) {

  .u-text--size--n,
  .u-text--size--n a {
    font-size: 1.4rem !important;
  }
}

.u-text--size--s,
.u-text--size--s a {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 766px) {

  .u-text--size--s,
  .u-text--size--s a {
    font-size: 1.2rem !important;
  }
}

.u-text--size--ss,
.u-text--size--ss a {
  font-size: 1.1rem !important;
}

@media screen and (max-width: 766px) {

  .u-text--size--ss,
  .u-text--size--ss a {
    font-size: 1rem !important;
  }
}

.u-text--left {
  text-align: left !important;
}

.u-text--right {
  text-align: right !important;
}

.u-text--center {
  text-align: center !important;
}

@media (min-width: 541px) {
  .u-text--pccenter {
    text-align: center !important;
  }
}

@media screen and (max-width: 540px) {
  .u-text--spcenter {
    text-align: center !important;
  }
}

.u-text--sup {
  color: #aaaaaa;
  font-size: 85%;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
  vertical-align: text-top;
}

.u-text--sub {
  color: #aaaaaa;
}

.u-text--black {
  color: #111111;
}

.u-text--white {
  color: #fff;
}

.u-text--green {
  color: #00B67C;
}

.u-wid-10 {
  width: 10px !important;
  min-width: 10px !important;
}

.u-wid-20 {
  width: 20px !important;
  min-width: 20px !important;
}

.u-wid-30 {
  width: 30px !important;
  min-width: 30px !important;
}

.u-wid-40 {
  width: 40px !important;
  min-width: 40px !important;
}

.u-wid-50 {
  width: 50px !important;
  min-width: 50px !important;
}

.u-wid-60 {
  width: 60px !important;
  min-width: 60px !important;
}

.u-wid-70 {
  width: 70px !important;
  min-width: 70px !important;
}

.u-wid-80 {
  width: 80px !important;
  min-width: 80px !important;
}

.u-wid-90 {
  width: 90px !important;
  min-width: 90px !important;
}

.u-wid-100 {
  width: 100px !important;
  min-width: 100px !important;
}

.u-wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.u-wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.u-wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.u-wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.u-wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.u-wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.u-wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.u-wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.u-wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.u-wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.u-wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.u-wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.u-wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.u-wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.u-wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.u-wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.u-wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.u-wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.u-wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.u-wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.u-wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.u-wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.u-wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.u-wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.u-wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.u-wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.u-wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.u-wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.u-wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.u-wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.u-wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.u-wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.u-wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.u-wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.u-wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.u-wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.u-wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.u-wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.u-wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.u-wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.u-wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.u-wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.u-wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.u-wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.u-wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.u-wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.u-wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.u-wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.u-wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.u-wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.u-wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.u-wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.u-wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.u-wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.u-wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.u-wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.u-wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.u-wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.u-wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.u-wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.u-wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.u-wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.u-wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.u-wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.u-wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.u-wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.u-wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.u-wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.u-wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.u-wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.u-wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.u-wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.u-wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.u-wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.u-wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.u-wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.u-wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.u-wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.u-wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.u-wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.u-wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.u-wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.u-wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.u-wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.u-wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.u-wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.u-wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.u-wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.u-wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.u-wid-1000 {
  width: 1000px !important;
  min-width: 1000px !important;
}

.u-wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.u-wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.u-wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.u-wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.u-wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.u-wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.u-wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.u-wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.u-wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.u-wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.u-wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.u-wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.u-wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.u-wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.u-wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.u-wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.u-wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.u-wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

@media screen and (max-width: 766px) {
  .u-wid-md-10 {
    width: 10px !important;
    min-width: 10px !important;
  }

  .u-wid-md-20 {
    width: 20px !important;
    min-width: 20px !important;
  }

  .u-wid-md-30 {
    width: 30px !important;
    min-width: 30px !important;
  }

  .u-wid-md-40 {
    width: 40px !important;
    min-width: 40px !important;
  }

  .u-wid-md-50 {
    width: 50px !important;
    min-width: 50px !important;
  }

  .u-wid-md-60 {
    width: 60px !important;
    min-width: 60px !important;
  }

  .u-wid-md-70 {
    width: 70px !important;
    min-width: 70px !important;
  }

  .u-wid-md-80 {
    width: 80px !important;
    min-width: 80px !important;
  }

  .u-wid-md-90 {
    width: 90px !important;
    min-width: 90px !important;
  }

  .u-wid-md-100 {
    width: 100px !important;
    min-width: 100px !important;
  }

  .u-wid-md-110 {
    width: 110px !important;
    min-width: 110px !important;
  }

  .u-wid-md-120 {
    width: 120px !important;
    min-width: 120px !important;
  }

  .u-wid-md-130 {
    width: 130px !important;
    min-width: 130px !important;
  }

  .u-wid-md-140 {
    width: 140px !important;
    min-width: 140px !important;
  }

  .u-wid-md-150 {
    width: 150px !important;
    min-width: 150px !important;
  }

  .u-wid-md-160 {
    width: 160px !important;
    min-width: 160px !important;
  }

  .u-wid-md-170 {
    width: 170px !important;
    min-width: 170px !important;
  }

  .u-wid-md-180 {
    width: 180px !important;
    min-width: 180px !important;
  }

  .u-wid-md-190 {
    width: 190px !important;
    min-width: 190px !important;
  }

  .u-wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }

  .u-wid-md-210 {
    width: 210px !important;
    min-width: 210px !important;
  }

  .u-wid-md-220 {
    width: 220px !important;
    min-width: 220px !important;
  }

  .u-wid-md-230 {
    width: 230px !important;
    min-width: 230px !important;
  }

  .u-wid-md-240 {
    width: 240px !important;
    min-width: 240px !important;
  }

  .u-wid-md-250 {
    width: 250px !important;
    min-width: 250px !important;
  }

  .u-wid-md-260 {
    width: 260px !important;
    min-width: 260px !important;
  }

  .u-wid-md-270 {
    width: 270px !important;
    min-width: 270px !important;
  }

  .u-wid-md-280 {
    width: 280px !important;
    min-width: 280px !important;
  }

  .u-wid-md-290 {
    width: 290px !important;
    min-width: 290px !important;
  }

  .u-wid-md-300 {
    width: 300px !important;
    min-width: 300px !important;
  }

  .u-wid-md-310 {
    width: 310px !important;
    min-width: 310px !important;
  }

  .u-wid-md-320 {
    width: 320px !important;
    min-width: 320px !important;
  }

  .u-wid-md-330 {
    width: 330px !important;
    min-width: 330px !important;
  }

  .u-wid-md-340 {
    width: 340px !important;
    min-width: 340px !important;
  }

  .u-wid-md-350 {
    width: 350px !important;
    min-width: 350px !important;
  }

  .u-wid-md-360 {
    width: 360px !important;
    min-width: 360px !important;
  }

  .u-wid-md-370 {
    width: 370px !important;
    min-width: 370px !important;
  }

  .u-wid-md-380 {
    width: 380px !important;
    min-width: 380px !important;
  }

  .u-wid-md-390 {
    width: 390px !important;
    min-width: 390px !important;
  }

  .u-wid-md-400 {
    width: 400px !important;
    min-width: 400px !important;
  }

  .u-wid-md-410 {
    width: 410px !important;
    min-width: 410px !important;
  }

  .u-wid-md-420 {
    width: 420px !important;
    min-width: 420px !important;
  }

  .u-wid-md-430 {
    width: 430px !important;
    min-width: 430px !important;
  }

  .u-wid-md-440 {
    width: 440px !important;
    min-width: 440px !important;
  }

  .u-wid-md-450 {
    width: 450px !important;
    min-width: 450px !important;
  }

  .u-wid-md-460 {
    width: 460px !important;
    min-width: 460px !important;
  }

  .u-wid-md-470 {
    width: 470px !important;
    min-width: 470px !important;
  }

  .u-wid-md-480 {
    width: 480px !important;
    min-width: 480px !important;
  }

  .u-wid-md-490 {
    width: 490px !important;
    min-width: 490px !important;
  }

  .u-wid-md-500 {
    width: 500px !important;
    min-width: 500px !important;
  }

  .u-wid-md-510 {
    width: 510px !important;
    min-width: 510px !important;
  }

  .u-wid-md-520 {
    width: 520px !important;
    min-width: 520px !important;
  }

  .u-wid-md-530 {
    width: 530px !important;
    min-width: 530px !important;
  }

  .u-wid-md-540 {
    width: 540px !important;
    min-width: 540px !important;
  }

  .u-wid-md-550 {
    width: 550px !important;
    min-width: 550px !important;
  }

  .u-wid-md-560 {
    width: 560px !important;
    min-width: 560px !important;
  }

  .u-wid-md-570 {
    width: 570px !important;
    min-width: 570px !important;
  }

  .u-wid-md-580 {
    width: 580px !important;
    min-width: 580px !important;
  }

  .u-wid-md-590 {
    width: 590px !important;
    min-width: 590px !important;
  }

  .u-wid-md-600 {
    width: 600px !important;
    min-width: 600px !important;
  }

  .u-wid-md-610 {
    width: 610px !important;
    min-width: 610px !important;
  }

  .u-wid-md-620 {
    width: 620px !important;
    min-width: 620px !important;
  }

  .u-wid-md-630 {
    width: 630px !important;
    min-width: 630px !important;
  }

  .u-wid-md-640 {
    width: 640px !important;
    min-width: 640px !important;
  }

  .u-wid-md-650 {
    width: 650px !important;
    min-width: 650px !important;
  }

  .u-wid-md-660 {
    width: 660px !important;
    min-width: 660px !important;
  }

  .u-wid-md-670 {
    width: 670px !important;
    min-width: 670px !important;
  }

  .u-wid-md-680 {
    width: 680px !important;
    min-width: 680px !important;
  }

  .u-wid-md-690 {
    width: 690px !important;
    min-width: 690px !important;
  }

  .u-wid-md-700 {
    width: 700px !important;
    min-width: 700px !important;
  }

  .u-wid-md-710 {
    width: 710px !important;
    min-width: 710px !important;
  }

  .u-wid-md-720 {
    width: 720px !important;
    min-width: 720px !important;
  }

  .u-wid-md-730 {
    width: 730px !important;
    min-width: 730px !important;
  }

  .u-wid-md-740 {
    width: 740px !important;
    min-width: 740px !important;
  }

  .u-wid-md-750 {
    width: 750px !important;
    min-width: 750px !important;
  }

  .u-wid-md-760 {
    width: 760px !important;
    min-width: 760px !important;
  }

  .u-wid-md-770 {
    width: 770px !important;
    min-width: 770px !important;
  }

  .u-wid-md-780 {
    width: 780px !important;
    min-width: 780px !important;
  }

  .u-wid-md-790 {
    width: 790px !important;
    min-width: 790px !important;
  }

  .u-wid-md-800 {
    width: 800px !important;
    min-width: 800px !important;
  }

  .u-wid-md-810 {
    width: 810px !important;
    min-width: 810px !important;
  }

  .u-wid-md-820 {
    width: 820px !important;
    min-width: 820px !important;
  }

  .u-wid-md-830 {
    width: 830px !important;
    min-width: 830px !important;
  }

  .u-wid-md-840 {
    width: 840px !important;
    min-width: 840px !important;
  }

  .u-wid-md-850 {
    width: 850px !important;
    min-width: 850px !important;
  }

  .u-wid-md-860 {
    width: 860px !important;
    min-width: 860px !important;
  }

  .u-wid-md-870 {
    width: 870px !important;
    min-width: 870px !important;
  }

  .u-wid-md-880 {
    width: 880px !important;
    min-width: 880px !important;
  }

  .u-wid-md-890 {
    width: 890px !important;
    min-width: 890px !important;
  }

  .u-wid-md-900 {
    width: 900px !important;
    min-width: 900px !important;
  }

  .u-wid-md-910 {
    width: 910px !important;
    min-width: 910px !important;
  }

  .u-wid-md-920 {
    width: 920px !important;
    min-width: 920px !important;
  }

  .u-wid-md-930 {
    width: 930px !important;
    min-width: 930px !important;
  }

  .u-wid-md-940 {
    width: 940px !important;
    min-width: 940px !important;
  }

  .u-wid-md-950 {
    width: 950px !important;
    min-width: 950px !important;
  }

  .u-wid-md-960 {
    width: 960px !important;
    min-width: 960px !important;
  }

  .u-wid-md-970 {
    width: 970px !important;
    min-width: 970px !important;
  }

  .u-wid-md-980 {
    width: 980px !important;
    min-width: 980px !important;
  }

  .u-wid-md-990 {
    width: 990px !important;
    min-width: 990px !important;
  }

  .u-wid-md-1000 {
    width: 1000px !important;
    min-width: 1000px !important;
  }

  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }

  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }

  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }

  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }

  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }

  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }

  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }

  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }

  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }

  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 540px) {
  .u-wid-pr-10 {
    width: 10px !important;
    min-width: 10px !important;
  }

  .u-wid-pr-20 {
    width: 20px !important;
    min-width: 20px !important;
  }

  .u-wid-pr-30 {
    width: 30px !important;
    min-width: 30px !important;
  }

  .u-wid-pr-40 {
    width: 40px !important;
    min-width: 40px !important;
  }

  .u-wid-pr-50 {
    width: 50px !important;
    min-width: 50px !important;
  }

  .u-wid-pr-60 {
    width: 60px !important;
    min-width: 60px !important;
  }

  .u-wid-pr-70 {
    width: 70px !important;
    min-width: 70px !important;
  }

  .u-wid-pr-80 {
    width: 80px !important;
    min-width: 80px !important;
  }

  .u-wid-pr-90 {
    width: 90px !important;
    min-width: 90px !important;
  }

  .u-wid-pr-100 {
    width: 100px !important;
    min-width: 100px !important;
  }

  .u-wid-pr-110 {
    width: 110px !important;
    min-width: 110px !important;
  }

  .u-wid-pr-120 {
    width: 120px !important;
    min-width: 120px !important;
  }

  .u-wid-pr-130 {
    width: 130px !important;
    min-width: 130px !important;
  }

  .u-wid-pr-140 {
    width: 140px !important;
    min-width: 140px !important;
  }

  .u-wid-pr-150 {
    width: 150px !important;
    min-width: 150px !important;
  }

  .u-wid-pr-160 {
    width: 160px !important;
    min-width: 160px !important;
  }

  .u-wid-pr-170 {
    width: 170px !important;
    min-width: 170px !important;
  }

  .u-wid-pr-180 {
    width: 180px !important;
    min-width: 180px !important;
  }

  .u-wid-pr-190 {
    width: 190px !important;
    min-width: 190px !important;
  }

  .u-wid-pr-200 {
    width: 200px !important;
    min-width: 200px !important;
  }

  .u-wid-pr-210 {
    width: 210px !important;
    min-width: 210px !important;
  }

  .u-wid-pr-220 {
    width: 220px !important;
    min-width: 220px !important;
  }

  .u-wid-pr-230 {
    width: 230px !important;
    min-width: 230px !important;
  }

  .u-wid-pr-240 {
    width: 240px !important;
    min-width: 240px !important;
  }

  .u-wid-pr-250 {
    width: 250px !important;
    min-width: 250px !important;
  }

  .u-wid-pr-260 {
    width: 260px !important;
    min-width: 260px !important;
  }

  .u-wid-pr-270 {
    width: 270px !important;
    min-width: 270px !important;
  }

  .u-wid-pr-280 {
    width: 280px !important;
    min-width: 280px !important;
  }

  .u-wid-pr-290 {
    width: 290px !important;
    min-width: 290px !important;
  }

  .u-wid-pr-300 {
    width: 300px !important;
    min-width: 300px !important;
  }

  .u-wid-pr-310 {
    width: 310px !important;
    min-width: 310px !important;
  }

  .u-wid-pr-320 {
    width: 320px !important;
    min-width: 320px !important;
  }

  .u-wid-pr-330 {
    width: 330px !important;
    min-width: 330px !important;
  }

  .u-wid-pr-340 {
    width: 340px !important;
    min-width: 340px !important;
  }

  .u-wid-pr-350 {
    width: 350px !important;
    min-width: 350px !important;
  }

  .u-wid-pr-360 {
    width: 360px !important;
    min-width: 360px !important;
  }

  .u-wid-pr-370 {
    width: 370px !important;
    min-width: 370px !important;
  }

  .u-wid-pr-380 {
    width: 380px !important;
    min-width: 380px !important;
  }

  .u-wid-pr-390 {
    width: 390px !important;
    min-width: 390px !important;
  }

  .u-wid-pr-400 {
    width: 400px !important;
    min-width: 400px !important;
  }

  .u-wid-pr-410 {
    width: 410px !important;
    min-width: 410px !important;
  }

  .u-wid-pr-420 {
    width: 420px !important;
    min-width: 420px !important;
  }

  .u-wid-pr-430 {
    width: 430px !important;
    min-width: 430px !important;
  }

  .u-wid-pr-440 {
    width: 440px !important;
    min-width: 440px !important;
  }

  .u-wid-pr-450 {
    width: 450px !important;
    min-width: 450px !important;
  }

  .u-wid-pr-460 {
    width: 460px !important;
    min-width: 460px !important;
  }

  .u-wid-pr-470 {
    width: 470px !important;
    min-width: 470px !important;
  }

  .u-wid-pr-480 {
    width: 480px !important;
    min-width: 480px !important;
  }

  .u-wid-pr-490 {
    width: 490px !important;
    min-width: 490px !important;
  }

  .u-wid-pr-500 {
    width: 500px !important;
    min-width: 500px !important;
  }

  .u-wid-pr-510 {
    width: 510px !important;
    min-width: 510px !important;
  }

  .u-wid-pr-520 {
    width: 520px !important;
    min-width: 520px !important;
  }

  .u-wid-pr-530 {
    width: 530px !important;
    min-width: 530px !important;
  }

  .u-wid-pr-540 {
    width: 540px !important;
    min-width: 540px !important;
  }

  .u-wid-pr-550 {
    width: 550px !important;
    min-width: 550px !important;
  }

  .u-wid-pr-560 {
    width: 560px !important;
    min-width: 560px !important;
  }

  .u-wid-pr-570 {
    width: 570px !important;
    min-width: 570px !important;
  }

  .u-wid-pr-580 {
    width: 580px !important;
    min-width: 580px !important;
  }

  .u-wid-pr-590 {
    width: 590px !important;
    min-width: 590px !important;
  }

  .u-wid-pr-600 {
    width: 600px !important;
    min-width: 600px !important;
  }

  .u-wid-pr-610 {
    width: 610px !important;
    min-width: 610px !important;
  }

  .u-wid-pr-620 {
    width: 620px !important;
    min-width: 620px !important;
  }

  .u-wid-pr-630 {
    width: 630px !important;
    min-width: 630px !important;
  }

  .u-wid-pr-640 {
    width: 640px !important;
    min-width: 640px !important;
  }

  .u-wid-pr-650 {
    width: 650px !important;
    min-width: 650px !important;
  }

  .u-wid-pr-660 {
    width: 660px !important;
    min-width: 660px !important;
  }

  .u-wid-pr-670 {
    width: 670px !important;
    min-width: 670px !important;
  }

  .u-wid-pr-680 {
    width: 680px !important;
    min-width: 680px !important;
  }

  .u-wid-pr-690 {
    width: 690px !important;
    min-width: 690px !important;
  }

  .u-wid-pr-700 {
    width: 700px !important;
    min-width: 700px !important;
  }

  .u-wid-pr-710 {
    width: 710px !important;
    min-width: 710px !important;
  }

  .u-wid-pr-720 {
    width: 720px !important;
    min-width: 720px !important;
  }

  .u-wid-pr-730 {
    width: 730px !important;
    min-width: 730px !important;
  }

  .u-wid-pr-740 {
    width: 740px !important;
    min-width: 740px !important;
  }

  .u-wid-pr-750 {
    width: 750px !important;
    min-width: 750px !important;
  }

  .u-wid-pr-760 {
    width: 760px !important;
    min-width: 760px !important;
  }

  .u-wid-pr-770 {
    width: 770px !important;
    min-width: 770px !important;
  }

  .u-wid-pr-780 {
    width: 780px !important;
    min-width: 780px !important;
  }

  .u-wid-pr-790 {
    width: 790px !important;
    min-width: 790px !important;
  }

  .u-wid-pr-800 {
    width: 800px !important;
    min-width: 800px !important;
  }

  .u-wid-pr-810 {
    width: 810px !important;
    min-width: 810px !important;
  }

  .u-wid-pr-820 {
    width: 820px !important;
    min-width: 820px !important;
  }

  .u-wid-pr-830 {
    width: 830px !important;
    min-width: 830px !important;
  }

  .u-wid-pr-840 {
    width: 840px !important;
    min-width: 840px !important;
  }

  .u-wid-pr-850 {
    width: 850px !important;
    min-width: 850px !important;
  }

  .u-wid-pr-860 {
    width: 860px !important;
    min-width: 860px !important;
  }

  .u-wid-pr-870 {
    width: 870px !important;
    min-width: 870px !important;
  }

  .u-wid-pr-880 {
    width: 880px !important;
    min-width: 880px !important;
  }

  .u-wid-pr-890 {
    width: 890px !important;
    min-width: 890px !important;
  }

  .u-wid-pr-900 {
    width: 900px !important;
    min-width: 900px !important;
  }

  .u-wid-pr-910 {
    width: 910px !important;
    min-width: 910px !important;
  }

  .u-wid-pr-920 {
    width: 920px !important;
    min-width: 920px !important;
  }

  .u-wid-pr-930 {
    width: 930px !important;
    min-width: 930px !important;
  }

  .u-wid-pr-940 {
    width: 940px !important;
    min-width: 940px !important;
  }

  .u-wid-pr-950 {
    width: 950px !important;
    min-width: 950px !important;
  }

  .u-wid-pr-960 {
    width: 960px !important;
    min-width: 960px !important;
  }

  .u-wid-pr-970 {
    width: 970px !important;
    min-width: 970px !important;
  }

  .u-wid-pr-980 {
    width: 980px !important;
    min-width: 980px !important;
  }

  .u-wid-pr-990 {
    width: 990px !important;
    min-width: 990px !important;
  }

  .u-wid-pr-1000 {
    width: 1000px !important;
    min-width: 1000px !important;
  }

  .u-wid-pr-10per {
    width: 10% !important;
    min-width: 10% !important;
  }

  .u-wid-pr-20per {
    width: 20% !important;
    min-width: 20% !important;
  }

  .u-wid-pr-30per {
    width: 30% !important;
    min-width: 30% !important;
  }

  .u-wid-pr-40per {
    width: 40% !important;
    min-width: 40% !important;
  }

  .u-wid-pr-50per {
    width: 50% !important;
    min-width: 50% !important;
  }

  .u-wid-pr-60per {
    width: 60% !important;
    min-width: 60% !important;
  }

  .u-wid-pr-70per {
    width: 70% !important;
    min-width: 70% !important;
  }

  .u-wid-pr-80per {
    width: 80% !important;
    min-width: 80% !important;
  }

  .u-wid-pr-90per {
    width: 90% !important;
    min-width: 90% !important;
  }

  .u-wid-pr-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}

.u-bg--green {
  background: #EFFAF6;
}

.video-section {
  position: relative;
  width: 100%;
  height: 100%;
}

.video {
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

.fadeLeftTrigger {
  opacity: 0;
}

/*==================================================
  ふわっ
  ===================================*/

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02 {
  animation-delay: 0.1s;
}

.delay-time04 {
  animation-delay: 0.2s;
}

.delay-time06 {
  animation-delay: 0.3s;
}

.delay-time08 {
  animation-delay: 0.4s;
}


@media screen and (min-width: 767px) {
  .gakusei {
    display: flex;
  }

  .top-img {
    width: 60%;
  }

  .top-text {
    width: 40%;
  }
}



@media screen and (max-width: 766px) {
  .gakusei {
    display: block;

  }

  .top-img {
    width: 100%;

  }

  .top-text {
    width: 100%;
    margin: 4px;
  }
}

.c-event_annual_date_loc {
  font-size: 1.6rem;
  font-weight: normal;
  color: #111111;
  width: 100px;
  text-align: left;
  flex-shrink: 0;
}

@media screen and (max-width: 766px) {
  .c-event_annual_date_loc {
    font-size: 3.5vw;
  }
}

.c-event_annual_theme {
  margin: 0;
  min-width: 160px;
  padding: 0 0 0 0;
}

@media screen and (max-width: 766px) {
  .c-event_annual_date_loc {
    font-size: 3.5vw;
  }
}

.c-event_annual_theme .event {
  background: #50B280;
}

.c-event_annual_theme span {
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.0rem;
  line-height: 1.5;
}

@media screen and (min-width: 1025px) {
  .c-event_annual_text {
    overflow: hidden;
    line-height: 1.8;

  }
}

@media screen and (max-width: 766px) {
  .c-event_annual_text {
    font-size: 4vw;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.8;

  }
}

.annual-event {
  margin: 10px;
}

.fixed-popup {
  position: fixed;
  z-index: 9999;
  right: 24px;
  bottom: 24px;
  background-color: #00B67C;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid #fff;
  text-align: center;
}

@media screen and (max-width: 766px) {
  .fixed-popup {
    right: 16px;
    bottom: 16px;
    font-size: 16px;
  }
}

.fixed-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  border: 1px solid currentColor;
  background-color: #fff;
  width: 24px;
  aspect-ratio: 1;
  color: #00B67C;
  border-radius: 100vw;
  display: grid;
  place-items: center;
}

.fixed-popup p {
  margin: 0;
}

.fixed-popup a {
  color: inherit;
  text-underline-offset: .2em;
}

.fixed-popup a:hover {
  color: inherit;
  opacity: .5;
  text-decoration: underline;
}
