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

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

h5 {
  font-size: clamp(20, 2.9282576867vw, 60);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider1 {
  position: relative;
  z-index: 1;
  max-height: 691px;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  /* 初期は通常の明るさ */
  -webkit-transition: -webkit-filter 0.8s ease;
  transition: -webkit-filter 0.8s ease;
  transition: filter 0.8s ease;
  transition: filter 0.8s ease, -webkit-filter 0.8s ease;
}

@media screen and (max-width: 500px) {
  .slider1 {
    margin-top: 60px;
    aspect-ratio: 75/79;
  }
}

.slider1.is-dimmed {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75);
}

.slider-item01 {
  background: url(../img/slide/slide01.jpg);
}

.slider-item02 {
  background: url(../img/slide/slide02.jpg);
}

.slider-item03 {
  background: url(../img/slide/slide03.jpg);
}

.slider-item04 {
  background: url(../img/slide/slide04.jpg);
}

.slider-item05 {
  background: url(../img/slide/slide05.jpg);
}

.slider-item {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 690px;
}

@media screen and (max-width: 500px) {
  .slider-item {
    aspect-ratio: 75/79;
  }
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5;
  -webkit-animation: loading 5s;
  animation: loading 5s;
}

@media print,
screen and (min-width: 769px) {
  body {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}

main {
  display: block;
  overflow: hidden;
}

section {
  position: relative;
}

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

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

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

h2 {
  font-size: 52px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

/* 最初は非表示。フェードで出す */
.hero__item1,
.other-elements {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease !important;
  transition: opacity 0.6s ease !important;
}

.slider1 {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media screen and (max-width: 500px) {
  .slider1 {
    aspect-ratio: 75/79;
  }
}

.is-show {
  opacity: 1;
}

/* 変更後（スライド領域のみ暗くする）*/
.slider1 .slick-list {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: -webkit-filter 0.8s ease;
  transition: -webkit-filter 0.8s ease;
  transition: filter 0.8s ease;
  transition: filter 0.8s ease, -webkit-filter 0.8s ease;
}

.slider1.is-dimmed .slick-list {
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
}

/* レイヤー基準を用意 */
.slider1 {
  position: relative;
}

/* スライド面は一段下（filterが乗る面） */
.slider1 .slick-list {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .slider1 .slick-list {
    aspect-ratio: 75/79;
  }
}

.slider1 .slick-track {
  position: relative;
  z-index: 1;
}

/* 念のため */
/* 矢印は必ず一番上に */
.slider1 .slick-arrow {
  position: absolute;
  /* ← ボタン自体を配置&前面化 */
  z-index: 9999 !important;
  /* ← テーマの上書きもねじ伏せる */
  width: 40px;
  height: 40px;
  /* クリック領域も確保（任意） */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
}

.slider1 .slick-prev {
  left: 26px;
}

.slider1 .slick-next {
  right: 26px;
}

/* 疑似要素は“絵”だけに専念（前後で共通項目はここに） */
.slick-arrow:before {
  content: "" !important;
  display: block;
  /* ← これがないと幅高さが効きにくい */
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat;
}

/* 画像の割当だけ個別に */
.slick-prev:before {
  background-image: url(../img/common/slide-arrow-l.png) !important;
  cursor: pointer;
}

.slick-next:before {
  background-image: url(../img/common/slide-arrow-r.png) !important;
  cursor: pointer;
}

/* コンテナ側の filter を完全無効化（どこかの古い指定をねじ伏せる） */
.slider1,
.slider1.is-dimmed {
  -webkit-filter: none !important;
  filter: none !important;
}

/* 暗転は .slick-list のみ（いまの指定を再掲しておく） */
.slider1 .slick-list {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: -webkit-filter 0.8s ease;
  transition: -webkit-filter 0.8s ease;
  transition: filter 0.8s ease;
  transition: filter 0.8s ease, -webkit-filter 0.8s ease;
}

.slider1.is-dimmed .slick-list {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

/* 重なり順を固定（矢印が必ず前面） */
.slider1 {
  position: relative;
}

.slider1 .slick-list,
.slider1 .slick-track {
  position: relative;
  z-index: 1;
}

.slider1 .slick-arrow {
  position: absolute;
  z-index: 3 !important;
}

/* 重要: display:none は使わない（opacity アニメ不可になるため） */
.wrapper {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (max-width: 992px) {
  .inner {
    padding: 10px;
  }
}

@media print,
screen and (max-width: 768px) {
  .inner {
    max-width: 320px;
    padding: 0;
  }
}

.inner2 {
  padding: 0 37px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .inner2 {
    padding: 0 6%;
  }
}

.inner-rgba {
  padding: 0 37px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}

@media print,
screen and (min-width: 769px) {
  .inner-rgba {
    padding: 0% 138px;
  }
}

.rgba {
  background-color: rgba(255, 255, 255, 0.8);
}

#pagetop {
  position: fixed;
  bottom: 20px;
  left: auto;
  right: calc((100vw - min(100vw, var(--content-max))) / 2 + var(--content-gutter));
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
}

#pagetop i {
  padding-top: 10px;
  color: #04962E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pagetop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  color: #04962E;
  font-weight: bold;
  text-align: center;
  background-image: url(../img/common/btn-pagetop.png);
  width: 57px;
  height: 57px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pagetop:hover a {
  opacity: 1;
}

#pagetop:hover i {
  padding-top: 14px;
  opacity: 1;
}

/* 表示状態 */
#pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}

/* グローバル a:hover の 0.6 を上書きしておくと見た目が安定 */
#pagetop a:hover {
  opacity: 1;
}

.arrowtop {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #04962E;
  text-decoration: none;
}

.arrowtop:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}

.arrowtop:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #04962E;
  border-right: solid 2px #04962E;
  position: absolute;
  top: 10%;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  height: 0;
  width: 50%;
  padding-top: 30%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 300px;
}

@media print,
screen and (min-width: 769px) {
  .map2 {
    height: 300px;
  }
}

.map2__in {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}

@media print,
screen and (min-width: 769px) {
  .map2__in {
    height: 300px;
  }
}

.map2__in iframe {
  width: 100%;
  height: 600px;
  margin-top: -150px;
}

@media print,
screen and (min-width: 769px) {
  .map2__in iframe {
    height: 600px;
  }
}

.hami {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.bg-slash {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 0;
  background: #fecf3f;
  -webkit-transform: skewY(-35deg);
  transform: skewY(-35deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.bg-slash2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
  background: #fecf3f;
  -webkit-transform: skewY(35deg);
  transform: skewY(35deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

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

.ff-2 {
  font-family: "Noto Serif JP", serif;
}

.ff-3 {
  font-family: "M PLUS 1p", sans-serif;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-s {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.clr-f {
  color: #333;
}

.clr-w {
  color: #fff;
}

.clr-1 {
  color: #00aaa7;
}

.clr-2 {
  color: #333;
}

.clr-3 {
  color: #333;
}

.clr-4 {
  color: #333;
}

.clr-5 {
  color: #333;
}

.clr-6 {
  color: #333;
}

.bgc-1 {
  background-color: #00aaa7;
}

.bgc-2 {
  background-color: #333;
}

.bgc-3 {
  background-color: #333;
}

.bgc-4 {
  background-color: #333;
}

.bgc-5 {
  background-color: #333;
}

.bgc-6 {
  background-color: #333;
}

p img:hover {
  cursor: pointer;
}

.sp-only {
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.sp2-only {
  display: block;
}

@media print,
screen and (min-width: 1390px) {
  .sp2-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.pc2-only {
  display: none;
}

@media print,
screen and (min-width: 1390px) {
  .pc2-only {
    display: block;
  }
}

.ind1 {
  margin-left: 1rem;
  text-indent: -1rem;
}

.ind2 {
  margin-left: 2rem;
  text-indent: -2rem;
}

.ind3 {
  margin-left: 3rem;
  text-indent: -3rem;
}

.under-line {
  position: relative;
}

.under-line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00aaa7;
  border-radius: 2px;
}

.under {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.triangle {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.triangle:hover {
  color: #43A0AE;
}

.triangle:hover::after {
  border-color: transparent transparent transparent #43A0AE;
}

.triangle::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #FFA040;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.tac {
  text-align: center;
}

.tac-pc {
  text-align: left;
}

@media print,
screen and (min-width: 769px) {
  .tac-pc {
    text-align: center;
  }
}

.tac-sp {
  text-align: center;
}

@media print,
screen and (min-width: 769px) {
  .tac-sp {
    text-align: left;
  }
}

.tac-all {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tac-w {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tac-h {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.tate-mixed {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.tate-upright {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media print,
screen and (min-width: 769px) {
  .tate-upright-pc {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.tate-upright-sp {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media print,
screen and (min-width: 769px) {
  .tate-upright-sp {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: upright;
  }
}

.tate-sideways {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* 上端から0pxのところで固定 */
}

.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 70px;
  color: #fff;
  z-index: 1;
}

.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.m0a {
  width: auto;
  margin: 0 auto;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.template__box {
  border: 1px solid #333;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px;
}

.template__title {
  font-size: 2rem;
  text-align: center;
  background-color: gray;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: 1px solid #333;
}

.h2 {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #00aaa7;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .h2 {
    font-size: 2.5rem;
    letter-spacing: 0em;
    line-height: 1.45;
  }
}

.h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00aaa7;
  border-radius: 2px;
}

.h3 {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.4375;
  color: #00aaa7;
}

@media print,
screen and (min-width: 769px) {
  .h3 {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.4375;
  }
}

.h4 {
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.4583333333;
  color: #00aaa7;
}

@media print,
screen and (min-width: 769px) {
  .h4 {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.4583333333;
  }
}

.mb-1 {
  margin-bottom: 7.3206442167vw;
}

@media print,
screen and (min-width: 769px) {
  .mb-1 {
    margin-bottom: 7.3206442167vw;
  }
}

.mb-2 {
  margin-bottom: 7.3206442167vw;
}

@media print,
screen and (min-width: 769px) {
  .mb-2 {
    margin-bottom: 7.3206442167vw;
  }
}

.mb-3 {
  margin-bottom: 7.3206442167vw;
}

@media print,
screen and (min-width: 769px) {
  .mb-3 {
    margin-bottom: 7.3206442167vw;
  }
}

.mb-4 {
  margin-bottom: 7.3206442167vw;
}

@media print,
screen and (min-width: 769px) {
  .mb-4 {
    margin-bottom: 7.3206442167vw;
  }
}

.table1 {
  border: 1px solid #333;
  border-collapse: collapse;
  margin: 50px auto;
}

.table1__tr:nth-child(odd) {
  background-color: #ddd;
}

.table1__th {
  border: 1px solid #333;
  padding: 10px 50px;
}

.table1__td {
  border: 1px solid #333;
  padding: 10px 50px;
}

.table2 {
  margin: 50px auto;
}

.table2__td {
  padding-right: 2rem;
  padding-bottom: 20px;
}

.btn1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  height: 49px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #20469B;
  color: #20469B;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.btn1:hover {
  opacity: 1;
  color: #fff;
  background-color: #20469B;
}

.btn1__r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  height: 49px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #20469B;
  color: #20469B;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-image: url(../img/btn_arrow_blue_r.svg);
  background-position: center right 35px;
}

.btn1__r:hover {
  opacity: 1;
  color: #fff;
  background-color: #20469B;
  background-image: url(../img/btn_arrow_white_r.svg);
}

.btn1__l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  height: 49px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #20469B;
  color: #20469B;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-image: url(../img/btn_arrow_blue_l.svg);
  background-position: center left 35px;
}

.btn1__l:hover {
  opacity: 1;
  color: #fff;
  background-color: #20469B;
  background-image: url(../img/btn_arrow_white_l.svg);
}

.btn2__r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  height: 49px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #20469B;
  color: #20469B;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-image: url(../img/btn_arrow_blue_r.svg);
  background-position: center center;
  width: 49px;
  height: 49px;
}

.btn2__r:hover {
  opacity: 1;
  color: #fff;
  background-color: #20469B;
  background-image: url(../img/btn_arrow_white_r.svg);
}

.btn2__l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  height: 49px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #20469B;
  color: #20469B;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-image: url(../img/btn_arrow_blue_l.svg);
  background-position: center center;
  width: 49px;
  height: 49px;
}

.btn2__l:hover {
  opacity: 1;
  color: #fff;
  background-color: #20469B;
  background-image: url(../img/btn_arrow_white_l.svg);
}

.btn2__d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  height: 49px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #20469B;
  color: #20469B;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-image: url(../img/btn_arrow_blue_d.svg);
  background-position: center center;
  width: 49px;
  height: 49px;
}

.btn2__d:hover {
  opacity: 1;
  color: #fff;
  background-color: #20469B;
  background-image: url(../img/btn_arrow_white_d.svg);
}

.tab-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-area .tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: #fff;
  border-left: 1px solid #00aaa7;
  border-bottom: 1px solid #00aaa7;
  padding: 1rem 1rem;
}

@media print,
screen and (min-width: 769px) {
  .tab-area .tab {
    padding: 2rem 1rem;
  }
}

.tab-area .tab:last-child {
  border-right: 1px solid #00aaa7;
}

.tab-area .tab.active {
  background-color: #00aaa7;
  border: none;
}

.content-area {
  font-size: 30px;
  text-align: center;
  border: 1px solid #00aaa7;
}

.content-area .content {
  display: none;
}

.content-area .content.show {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.acc-container {
  position: relative;
  width: 100%;
  border: 1px solid #00aaa7;
  border-top: none;
  outline: 0;
}

.acc-container .acc-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625rem 0.625rem 0.625rem 2rem;
  font-size: 1rem;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.acc-container .acc-title:hover,
.acc-container .acc-title:active,
.acc-container .content-entry.open .acc-title {
  background-color: #00aaa7;
  color: white;
}

.acc-container .acc-title:hover i:before,
.acc-container .acc-title:hover i:active,
.acc-container .content-entry.open i {
  color: white;
}

.acc-title {
  position: relative;
  border-bottom: 1px solid #00aaa7;
}

.acc-title:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.25s -webkit-transform ease;
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
  transition: 0.25s transform ease, 0.25s -webkit-transform ease;
  top: 15px;
  right: 20px;
  width: 2px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc-title:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.25s -webkit-transform ease;
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
  transition: 0.25s transform ease, 0.25s -webkit-transform ease;
  top: 15px;
  right: 20px;
  width: 2px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acc-title.open:before {
  -webkit-transition: 0.25s -webkit-transform ease;
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
  transition: 0.25s transform ease, 0.25s -webkit-transform ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acc-title.open:after {
  -webkit-transition: 0.25s -webkit-transform ease;
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
  transition: 0.25s transform ease, 0.25s -webkit-transform ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acc-content {
  display: none;
  padding: 2rem;
}

.acc-container {
  width: auto;
  margin: 1.875em auto;
}

.box {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 0;
  background: #666;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.move-top {
  opacity: 0;
}

.move-top.move-on {
  -webkit-animation: movetop 1s ease-in-out 0.5s 1 normal both;
  animation: movetop 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes movebottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movebottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.move-bottom {
  opacity: 0;
}

.move-bottom.move-on {
  -webkit-animation: movebottom 1s ease-in-out 0.5s 1 normal both;
  animation: movebottom 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveleft {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.move-left {
  opacity: 0;
}

.move-left.move-on {
  -webkit-animation: moveleft 1s ease-in-out 0.5s 1 normal both;
  animation: moveleft 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.move-right {
  opacity: 0;
}

.move-right.move-on {
  -webkit-animation: moveright 1s ease-in-out 0.5s 1 normal both;
  animation: moveright 1s ease-in-out 0.5s 1 normal both;
}

.img-wrap-left {
  overflow: hidden;
  position: relative;
}

.img-wrap-left::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-animation: none;
  animation: none;
}

.img-wrap-left.move-on::before {
  -webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.img-wrap-right {
  overflow: hidden;
  position: relative;
}

.img-wrap-right::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-animation: none;
  animation: none;
}

.img-wrap-right.move-on::before {
  -webkit-animation: img-wrap-right 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap-right 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-right {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes img-wrap-right {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.img-wrap-top {
  overflow: hidden;
  position: relative;
}

.img-wrap-top::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  -webkit-animation: none;
  animation: none;
}

.img-wrap-top.move-on::before {
  -webkit-animation: img-wrap-top 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap-top 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-top {
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes img-wrap-top {
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.img-wrap-bottom {
  overflow: hidden;
  position: relative;
}

.img-wrap-bottom::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  -webkit-animation: none;
  animation: none;
}

.img-wrap-bottom.move-on::before {
  -webkit-animation: img-wrap-bottom 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap-bottom 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-bottom {
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes img-wrap-bottom {
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.mask-bg-top {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}

.mask-bg-top img {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-top::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background: -webkit-linear-gradient(top, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background: linear-gradient(to bottom, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.mask-bg-top.move-on {
  color: #362ae0;
}

.mask-bg-top.move-on img {
  opacity: 1;
}

.mask-bg-top.move-on::after {
  -webkit-animation: mask-bg-top 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg-top 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-right {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}

.mask-bg-right img {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-right::after {
  background: -webkit-gradient(linear, right top, left top, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background: -webkit-linear-gradient(right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background: linear-gradient(to left, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mask-bg-right.move-on {
  color: #362ae0;
}

.mask-bg-right.move-on img {
  opacity: 1;
}

.mask-bg-right.move-on::after {
  -webkit-animation: mask-bg-right 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg-right 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-bottom {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}

.mask-bg-bottom img {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-bottom::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background: -webkit-linear-gradient(bottom, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background: linear-gradient(to top, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.mask-bg-bottom.move-on {
  color: #362ae0;
}

.mask-bg-bottom.move-on img {
  opacity: 1;
}

.mask-bg-bottom.move-on::after {
  -webkit-animation: mask-bg-bottom 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg-bottom 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-left {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}

.mask-bg-left img {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-left::after {
  background: -webkit-gradient(linear, left top, right top, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background: -webkit-linear-gradient(left, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mask-bg-left.move-on {
  color: #362ae0;
}

.mask-bg-left.move-on img {
  opacity: 1;
}

.mask-bg-left.move-on::after {
  -webkit-animation: mask-bg-left 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg-left 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

@-webkit-keyframes mask-bg-top {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }

  40%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

@keyframes mask-bg-top {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }

  40%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

@-webkit-keyframes mask-bg-right {
  0% {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
  }

  40%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes mask-bg-right {
  0% {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
  }

  40%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes mask-bg-bottom {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }

  40%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@keyframes mask-bg-bottom {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }

  40%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@-webkit-keyframes mask-bg-left {
  0% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
  }

  40%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@keyframes mask-bg-left {
  0% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
  }

  40%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

.move-text {
  opacity: 0;
}

.move-text span {
  opacity: 0;
}

.move-text2 {
  opacity: 0;
}

.move-text2 span {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-in.move-on {
  opacity: 1;
}

.fade-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-bottom.move-on {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fade-left {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-left.move-on {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fade-right {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-right.move-on {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.move-bounce.move-on {
  -webkit-animation: bounce 1s ease-in-out 0.5s 1 normal both;
  animation: bounce 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes anime-h {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

@keyframes anime-h {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

.anime-h {
  -webkit-animation: anime-h 1.5s ease-in-out 0s infinite alternate;
  animation: anime-h 1.5s ease-in-out 0s infinite alternate;
  display: inline-block;
}

@-webkit-keyframes anime-w {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}

@keyframes anime-w {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}

.anime-w {
  -webkit-animation: anime-w 1.5s ease-in-out 0s infinite alternate;
  animation: anime-w 1.5s ease-in-out 0s infinite alternate;
  display: inline-block;
}

@-webkit-keyframes anime-swing {
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes anime-swing {
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

.anime-swing {
  -webkit-animation: anime-swing 5s ease-in-out 0s infinite alternate;
  animation: anime-swing 5s ease-in-out 0s infinite alternate;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: inline-block;
}

@-webkit-keyframes anime-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes anime-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.anime-spin {
  -webkit-animation: anime-spin 2s linear 0s infinite alternate;
  animation: anime-spin 2s linear 0s infinite alternate;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  display: inline-block;
}

@-webkit-keyframes anime-zoom {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes anime-zoom {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.anime-zoom {
  -webkit-animation: anime-zoom 1.5s ease-in-out 0s infinite alternate;
  animation: anime-zoom 1.5s ease-in-out 0s infinite alternate;
  -webkit-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
  display: inline-block;
}

.fly {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.fly:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}

.light {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.light:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

.shine {
  position: relative;
}

.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blur:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gray:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.zoom {
  overflow: hidden;
}

.zoom img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.zoom img:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.color {
  background: blue;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.color img:hover {
  opacity: 0.5;
}

.text-animation1 {
  position: relative;
  padding-bottom: 10px;
}

.text-animation1:hover {
  color: #0481A2;
}

.text-animation1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.text-animation1:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-animation2 {
  position: relative;
}

.text-animation2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.text-animation2:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-animation3 {
  position: relative;
  padding-bottom: 10px;
}

.text-animation3:hover {
  color: #0481A2;
}

.text-animation3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.text-animation3:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-animation4 {
  position: relative;
  padding-top: 10px;
}

.text-animation4:hover {
  color: #0481A2;
}

.text-animation4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.text-animation4:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-animation5 {
  position: relative;
}

.text-animation5::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0481A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.text-animation5:hover::after {
  width: 100%;
  opacity: 1;
}

.text-animation5:hover {
  color: #fff;
}

.text-animation6 {
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-animation6::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0481A2;
  opacity: 0;
}

.text-animation6:hover::after {
  width: 100%;
  opacity: 1;
  -webkit-animation: bgappear 0.5s forwards;
  animation: bgappear 0.5s forwards;
}

@-webkit-keyframes bgappear {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: #0481A2;
  }
}

@keyframes bgappear {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: #0481A2;
  }
}

.text-animation6:hover {
  color: #fff;
  z-index: 1;
}

.text-animation7 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.text-animation7:hover {
  background: #0481A2;
  color: #fff;
}

.text-animation7:hover {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.text-animation7:before,
.text-animation7:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0481A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.text-animation7::before {
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.text-animation7::after {
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.text-animation7:hover::before,
.text-animation7:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.text-animation8 {
  position: relative;
  padding-bottom: 10px;
}

.text-animation8:hover {
  color: #0481A2;
}

.text-animation8::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 50%;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.04, 1);
  transform: scale(0.04, 1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.text-animation8:hover::after {
  height: 2px;
  border-radius: 0;
  -webkit-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
}

.text-animation9 {
  position: relative;
  overflow: hidden;
  padding: 10px 60px;
}

.text-animation9 span {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  white-space: nowrap;
}

.text-animation9 span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.text-animation9:hover span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.text-animation9:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.text-animation10 {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 200px;
  text-align: center;
}

.text-animation10::before,
.text-animation10::after {
  content: "";
  position: absolute;
  background: #0481A2;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.text-animation10::before {
  right: 0;
  bottom: 0;
}

.text-animation10::after {
  left: 0;
  top: 0;
}

.text-animation10 span {
  display: block;
}

.text-animation10 span::before,
.text-animation10 span::after {
  content: "";
  position: absolute;
  background: #0481A2;
  width: 2px;
  height: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.text-animation10 span::before {
  left: 0;
  bottom: 0;
}

.text-animation10 span::after {
  right: 0;
  top: 0;
}

.text-animation10:hover::before,
.text-animation10:hover::after {
  width: 100%;
}

.text-animation10:hover::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.text-animation10:hover::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.text-animation10.current span::before,
.text-animation10.current span::after,
.text-animation10:hover span::before,
.text-animation10:hover span::after {
  height: 100%;
}

.text-animation10:hover span::before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.text-animation10:hover span::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.text-animation11 {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 300px;
  text-align: center;
}

.text-animation11::before,
.text-animation11::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.text-animation11::before {
  right: 0;
  top: 0;
}

.text-animation11::after {
  left: 0;
  bottom: 0;
}

.text-animation11 span {
  display: block;
}

.text-animation11 span::before,
.text-animation11 span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background: #0481A2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.text-animation11 span::before {
  left: 0;
  top: 0;
}

.text-animation11 span::after {
  right: 0;
  bottom: 0;
}

.text-animation11:hover::before,
.text-animation11:hover::after {
  width: 100%;
}

.text-animation11:hover span::before,
.text-animation11:hover span::after {
  height: 100%;
}

.btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.btn span {
  position: relative;
  z-index: 3;
  color: #333;
}

.btn:hover span {
  color: #fff;
}

.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.bgleft:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.bgright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.bgright:hover:before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.bgtop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.bgtop:hover:before {
  height: 100%;
  background-color: #333;
}

.bgbottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.bgbottom:hover:before {
  height: 100%;
  background-color: #333;
}

.bgcenterx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.bgcenterx:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.bgcenterout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.bgcenterout:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.bgcentery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.bgcentery:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #333;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
  animation: skewanime 0.5s forwards;
  /*アニメーションの名前と速度を定義*/
}

@-webkit-keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

.btn02 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: none;
}

.btn02 span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rotatefront span:nth-child(1) {
  background: #fff;
  color: #000;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 0 50% -25px;
  transform-origin: 0 50% -25px;
}

.rotatefront:hover span:nth-child(1) {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.rotatefront span:nth-child(2) {
  background: #000;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 50% -25px;
  transform-origin: 0 50% -25px;
}

.rotatefront:hover span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.rotateback span:nth-child(1) {
  background: #fff;
  color: #000;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 0 50% -25px;
  transform-origin: 0 50% -25px;
}

.rotateback:hover span:nth-child(1) {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.rotateback span:nth-child(2) {
  background: #000;
  color: #fff;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 50% -25px;
  transform-origin: 0 50% -25px;
}

.rotateback:hover span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btnripple {
  position: relative;
  /*はみ出す波紋を隠す*/
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  outline: none;
}

.btnripple::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
  background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
  -webkit-transform: scale(10, 10);
  transform: scale(10, 10);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.3s;
  transition: opacity 1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 1s;
  transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
}

.btnripple:active::after {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0.3;
}

.btnripple2 {
  position: relative;
  display: inline-block;
  background: #333;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #ccc;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnripple2:hover {
  background: #666;
}

.btnripple2::after,
.btnripple2::before {
  content: "";
  position: absolute;
  left: -25%;
  top: -25%;
  border: 1px solid #333;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 1s circleanime linear infinite;
  animation: 1s circleanime linear infinite;
}

.btnripple2::before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.btnripple2 span::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 45%;
  border: 14px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #fff;
}

@-webkit-keyframes circleanime {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes circleanime {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

.btnripple3 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  outline: none;
}

.btnripple3:hover::before {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 1s circleanime2 forwards;
  animation: 1s circleanime2 forwards;
}

.btnripple3::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes circleanime2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes circleanime2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.pushcircle {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  background: #333;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pushcircle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  border: 2px solid #333;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pushcircle:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-color: #fff;
}

.btn03 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  border: solid 1px #333;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn03:hover {
  border-color: transparent;
}

.btn03 span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #fff;
  border-radius: 25px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pushdown:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #333;
}

.pushdown:hover span {
  background-color: #333;
  color: #fff;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.pushright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #333;
}

.pushright:hover span {
  background-color: #333;
  color: #fff;
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

.pushleft:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  right: 4px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #333;
}

.pushleft:hover span {
  background-color: #333;
  color: #fff;
  -webkit-transform: translate(-4px, 4px);
  transform: translate(-4px, 4px);
}

.float1 {
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.float1:hover {
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}

.float2 {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.float2:hover {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}

.float3 {
  position: relative;
  top: 0;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.float3:hover {
  top: -3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.btn04 {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  color: #333;
  border: 1px solid #ccc;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.btn04:hover {
  color: #ccc;
  border-color: transparent;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.btn04 span {
  display: block;
  z-index: 2;
}

.bordertop span::before,
.bordertop span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bordertop span::before {
  left: 0;
  top: 0;
}

.bordertop span::after {
  right: 0;
  top: 0;
}

.bordertop:hover span::before,
.bordertop:hover span::after {
  height: 100%;
}

.bordertop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bordertop:hover::before {
  height: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.borderbottom span::before,
.borderbottom span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.borderbottom span::before {
  left: 0;
  bottom: 0;
}

.borderbottom span::after {
  right: 0;
  bottom: 0;
}

.borderbottom:hover span::before,
.borderbottom:hover span::after {
  height: 100%;
}

.borderbottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.borderbottom:hover::before {
  height: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.borderleft span::before,
.borderleft span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.borderleft span::before {
  left: 0;
  top: 0;
}

.borderleft span::after {
  left: 0;
  bottom: 0;
}

.borderleft:hover span::before,
.borderleft:hover span::after {
  width: 100%;
}

.borderleft::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.borderleft:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.borderright span::before,
.borderright span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.borderright span::before {
  right: 0;
  top: 0;
}

.borderright span::after {
  right: 0;
  bottom: 0;
}

.borderright:hover span::before,
.borderright:hover span::after {
  width: 100%;
}

.borderright::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.borderright:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.bordercenter span::before,
.bordercenter span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.bordercenter span::before {
  left: 0;
  top: 0;
}

.bordercenter span::after {
  left: 0;
  bottom: 0;
}

.bordercenter:hover span::before,
.bordercenter:hover span::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.bordercenter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.bordercenter:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn05 {
  position: relative;
  display: inline-block;
  color: #333;
  padding: 10px 20px;
  background: #eee;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.btn05:hover {
  background: #333;
  color: #fff;
}

.btn05 span {
  display: block;
}

.btn055::before,
.btn05::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn05 span::before,
.btn05 span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #333;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn05:hover::before,
.btn05:hover::after {
  width: 100%;
}

.btn05:hover span::before,
.btn05:hover span::after {
  height: 100%;
}

.bordercircle1::before {
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.bordercircle1::after {
  left: 0;
  bottom: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.bordercircle1 span::before {
  left: 0;
  top: 0;
}

.bordercircle1 span::after {
  right: 0;
  bottom: 0;
}

.bordercircle2::after {
  left: 0;
  bottom: 0;
}

.bordercircle2 span::after {
  right: 0;
  bottom: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.bordercircle2::before {
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.bordercircle2 span::before {
  left: 0;
  top: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.bordercircle3::after {
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.bordercircle3 span::after {
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.bordercircle3::before {
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.bordercircle3 span::before {
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.gradient1 {
  display: inline-block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: -webkit-gradient(linear, right top, left top, from(#3bade3), color-stop(25%, #576fe6), color-stop(51%, #9844b7), to(#ff357f));
  background: -webkit-linear-gradient(right, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gradient1:hover {
  color: #fff;
  background-position: 99% 50%;
}

.gradient2 {
  display: inline-block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(#52A0FD), color-stop(80%, #00e2fa), to(#00e2fa));
  background: -webkit-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
  background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
  -webkit-box-shadow: 0 15px 15px rgba(82, 160, 253, 0.4);
  box-shadow: 0 15px 15px rgba(82, 160, 253, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gradient2:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.gradient3 {
  display: inline-block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(#44ea76), color-stop(80%, #39fad7), to(#39fad7));
  background: -webkit-linear-gradient(left, #44ea76 0%, #39fad7 80%, #39fad7 100%);
  background: linear-gradient(to right, #44ea76 0%, #39fad7 80%, #39fad7 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gradient3:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 15px 15px rgba(57, 250, 215, 0.4);
  box-shadow: 0 15px 15px rgba(57, 250, 215, 0.4);
}

.gradient4 {
  display: inline-block;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #fa6c9f;
  color: #fa6c9f;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.gradient4:hover {
  border-color: transparent;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#fa6c9f), color-stop(50%, #ffe140), to(#ff357f));
  background: -webkit-linear-gradient(right, #fa6c9f 0%, #ffe140 50%, #ff357f 100%);
  background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%);
  background-size: 200% auto;
  background-position: right center;
  -webkit-box-shadow: 0 5px 10px rgba(250, 108, 159, 0.4);
  box-shadow: 0 5px 10px rgba(250, 108, 159, 0.4);
}

.btnlinestretches {
  position: relative;
  color: #333;
  border: 1px solid #333;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnlinestretches:hover {
  background: #333;
  color: #fff;
  border-color: transparent;
}

.btnlinestretches::before,
.btnlinestretches::after {
  content: "";
  position: absolute;
  border: solid #333;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnlinestretches::before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}

.btnlinestretches::after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}

.btnlinestretches:hover::before,
.btnlinestretches:hover::after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #666;
}

.btnlinestretches2 {
  position: relative;
  color: #333;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.btnlinestretches2::before,
.btnlinestretches2::after {
  content: "";
  position: absolute;
  border: solid #333;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnlinestretches2::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.btnlinestretches2::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.btnlinestretches2:hover::before,
.btnlinestretches2:hover::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-color: #666;
}

.btnlinestretches3 {
  position: relative;
  color: #333;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.btnlinestretches3 span {
  position: relative;
  z-index: 2;
}

.btnlinestretches3:hover span {
  color: #fff;
}

.btnlinestretches3::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnlinestretches3:hover::after {
  height: 100%;
}

.btnlinestretches4 {
  position: relative;
  color: #333;
  padding: 10px 50px 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.btnlinestretches4::before,
.btnlinestretches4::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnlinestretches4::after {
  width: 0;
  background: #ccc;
}

.btnlinestretches4:hover::after {
  width: 100%;
}

.btnlinestretches4 span::after {
  content: "";
  position: absolute;
  top: 1.3em;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnlinestretches4:hover span::after {
  right: 15px;
}

.btnlinestretches5 {
  position: relative;
  color: #333;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.btnlinestretches5::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.btnlinestretches5::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnlinestretches5::before {
  -webkit-animation: arrowlong01 2s ease infinite;
  animation: arrowlong01 2s ease infinite;
}

.btnlinestretches5::after {
  -webkit-animation: arrowlong02 2s ease infinite;
  animation: arrowlong02 2s ease infinite;
}

@-webkit-keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }

  20% {
    width: 0;
    opacity: 1;
  }

  80% {
    width: 105%;
    opacity: 1;
  }

  100% {
    width: 105%;
    opacity: 0;
  }
}

@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }

  20% {
    width: 0;
    opacity: 1;
  }

  80% {
    width: 105%;
    opacity: 1;
  }

  100% {
    width: 105%;
    opacity: 0;
  }
}

@-webkit-keyframes arrowlong02 {
  0% {
    left: 0;
    opacity: 0;
  }

  20% {
    left: 0;
    opacity: 1;
  }

  80% {
    left: 103%;
    opacity: 1;
  }

  100% {
    left: 103%;
    opacity: 0;
  }
}

@keyframes arrowlong02 {
  0% {
    left: 0;
    opacity: 0;
  }

  20% {
    left: 0;
    opacity: 1;
  }

  80% {
    left: 103%;
    opacity: 1;
  }

  100% {
    left: 103%;
    opacity: 0;
  }
}

.btnchangeline {
  position: relative;
  color: #333;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnchangeline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnchangeline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnchangeline:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btnchangeline:hover::after {
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.btnchangeline span {
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnchangeline:hover span {
  letter-spacing: 2px;
  color: #333;
}

.btnchangeradius {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  border: 5px double white;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btnchangeradius:hover {
  background: #666;
  border-radius: 20px;
}

.btnshine {
  position: relative;
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.btnshine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btnshine:hover::before {
  -webkit-animation: shine 0.7s;
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.btntransform {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  line-height: 50px;
  color: #333;
  text-decoration: none;
  outline: none;
}

.btntransform::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 25px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btntransform:hover::before {
  width: 212px;
}

.btntransform::after {
  position: absolute;
  content: "";
  top: 1.3em;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btntextchange {
  position: relative;
  border: 1px solid #555;
  border-radius: 25px;
  min-width: 210px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #333;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btntextchange:hover {
  background: #333;
  color: #fff;
}

.btntextchange span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  white-space: nowrap;
}

.btntextchange span:nth-child(2) {
  opacity: 0;
}

.btntextchange:hover span:nth-child(1) {
  opacity: 0;
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1;
}

.btn06 {
  position: relative;
  display: inline-block;
  background: #00aaa7;
  border: 1px solid #00aaa7;
  color: #fff;
  padding: 10px 40px 12px 30px;
  border-radius: 25px;
  text-align: center;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  vertical-align: center;
}

.btn06:hover {
  background: #fff;
  color: #00aaa7;
  border: 1px solid #00aaa7;
}

.btnarrow1::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnarrow1:hover::after {
  border-top: 2px solid #00aaa7;
  border-right: 2px solid #00aaa7;
  right: 11px;
}

.btnarrow2::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnarrow2:hover::after {
  -webkit-animation: arrow 0.5s;
  animation: arrow 0.5s;
}

@-webkit-keyframes arrow {
  50% {
    right: 10px;
  }

  100% {
    right: 13px;
  }
}

@keyframes arrow {
  50% {
    right: 10px;
  }

  100% {
    right: 13px;
  }
}

.btnarrow3::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnarrow3:hover::after {
  -webkit-animation: arrowrotate 0.3s;
  animation: arrowrotate 0.3s;
}

@-webkit-keyframes arrowrotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes arrowrotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btnarrow4 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}

.btnarrow4::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15%;
  width: 85%;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnarrow4::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 15px;
  height: 1px;
  background: #333;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnarrow4:hover::before {
  left: 20%;
}

.btnarrow4:hover::after {
  right: -5%;
}

.btnarrow5 {
  position: relative;
  border: 1px solid #555;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btnarrow5:hover {
  background: #333;
  color: #fff;
}

.btnarrow5::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 40px;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btnarrow5::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -21px;
  width: 1px;
  height: 12px;
  background: #333;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btnarrow5:hover::before {
  right: -30px;
}

.btnarrow5:hover::after {
  right: -25px;
}

.btnarrow6 {
  position: relative;
  background: #333;
  padding: 5px 60px 5px 30px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
  text-decoration: none;
  border: transparent 2px solid;
  outline: none;
}

.btnarrow6:hover {
  background: #fff;
  color: #333;
  border-color: #333;
}

.btnarrow6:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #fff;
}

.btnarrow6::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 12px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btnarrow6:hover::before {
  background: #333;
  right: 25px;
}

.btnarrow6:hover::after {
  border-left-color: #333;
  right: 20px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc2-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-start-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-start-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-start-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-center-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-center-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-center-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-end-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-end-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-end-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-between-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-between-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-between-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-around-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-around-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 1390px) {
  .flex-pc2-around-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-start-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-start-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-start-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-center-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-end-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-end-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-end-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-between-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-between-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-around-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-around-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-around-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-start-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-start-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-start-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-center-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-center-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-center-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-end-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-end-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-end-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-between-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-between-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-around-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-around-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-sp2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-start-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-start-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-start-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-center-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-center-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-center-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-end-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-end-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-end-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-between-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-between-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-around-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-around-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media print,
screen and (min-width: 769px) {
  .reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print,
screen and (min-width: 1390px) {
  .reverse-pc2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.flex-w10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}

.flex-w11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 11%;
  -ms-flex: 0 1 11%;
  flex: 0 1 11%;
}

.flex-w12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 12%;
  -ms-flex: 0 1 12%;
  flex: 0 1 12%;
}

.flex-w13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 13%;
  -ms-flex: 0 1 13%;
  flex: 0 1 13%;
}

.flex-w14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 14%;
  -ms-flex: 0 1 14%;
  flex: 0 1 14%;
}

.flex-w15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 15%;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
}

.flex-w16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16%;
  -ms-flex: 0 1 16%;
  flex: 0 1 16%;
}

.flex-w17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 17%;
  -ms-flex: 0 1 17%;
  flex: 0 1 17%;
}

.flex-w18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 18%;
  -ms-flex: 0 1 18%;
  flex: 0 1 18%;
}

.flex-w19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
  -ms-flex: 0 1 19%;
  flex: 0 1 19%;
}

.flex-w20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}

.flex-w21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 21%;
  -ms-flex: 0 1 21%;
  flex: 0 1 21%;
}

.flex-w22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22%;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
}

.flex-w23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23%;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
}

.flex-w24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24%;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
}

.flex-w25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.flex-w26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 26%;
  -ms-flex: 0 1 26%;
  flex: 0 1 26%;
}

.flex-w27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27%;
  -ms-flex: 0 1 27%;
  flex: 0 1 27%;
}

.flex-w28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 28%;
  -ms-flex: 0 1 28%;
  flex: 0 1 28%;
}

.flex-w29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 29%;
  -ms-flex: 0 1 29%;
  flex: 0 1 29%;
}

.flex-w30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

.flex-w31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
}

.flex-w32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}

.flex-w33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
}

.flex-w34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 34%;
  -ms-flex: 0 1 34%;
  flex: 0 1 34%;
}

.flex-w35 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

.flex-w36 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 36%;
  -ms-flex: 0 1 36%;
  flex: 0 1 36%;
}

.flex-w37 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 37%;
  -ms-flex: 0 1 37%;
  flex: 0 1 37%;
}

.flex-w38 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 38%;
  -ms-flex: 0 1 38%;
  flex: 0 1 38%;
}

.flex-w39 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 39%;
  -ms-flex: 0 1 39%;
  flex: 0 1 39%;
}

.flex-w40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.flex-w41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 41%;
  -ms-flex: 0 1 41%;
  flex: 0 1 41%;
}

.flex-w42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 42%;
  -ms-flex: 0 1 42%;
  flex: 0 1 42%;
}

.flex-w43 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 43%;
  -ms-flex: 0 1 43%;
  flex: 0 1 43%;
}

.flex-w44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 44%;
  -ms-flex: 0 1 44%;
  flex: 0 1 44%;
}

.flex-w45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}

.flex-w46 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 46%;
  -ms-flex: 0 1 46%;
  flex: 0 1 46%;
}

.flex-w47 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47%;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
}

.flex-w48 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

.flex-w49 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
}

.flex-w50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.flex-w51 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 51%;
  -ms-flex: 0 1 51%;
  flex: 0 1 51%;
}

.flex-w52 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 52%;
  -ms-flex: 0 1 52%;
  flex: 0 1 52%;
}

.flex-w53 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 53%;
  -ms-flex: 0 1 53%;
  flex: 0 1 53%;
}

.flex-w54 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 54%;
  -ms-flex: 0 1 54%;
  flex: 0 1 54%;
}

.flex-w55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
}

.flex-w56 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 56%;
  -ms-flex: 0 1 56%;
  flex: 0 1 56%;
}

.flex-w57 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 57%;
  -ms-flex: 0 1 57%;
  flex: 0 1 57%;
}

.flex-w58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
}

.flex-w59 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 59%;
  -ms-flex: 0 1 59%;
  flex: 0 1 59%;
}

.flex-w60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.flex-w61 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 61%;
  -ms-flex: 0 1 61%;
  flex: 0 1 61%;
}

.flex-w62 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 62%;
  -ms-flex: 0 1 62%;
  flex: 0 1 62%;
}

.flex-w63 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 63%;
  -ms-flex: 0 1 63%;
  flex: 0 1 63%;
}

.flex-w64 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64%;
  -ms-flex: 0 1 64%;
  flex: 0 1 64%;
}

.flex-w65 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 65%;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}

.flex-w66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 66%;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
}

.flex-w67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 67%;
  -ms-flex: 0 1 67%;
  flex: 0 1 67%;
}

.flex-w68 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 68%;
  -ms-flex: 0 1 68%;
  flex: 0 1 68%;
}

.flex-w69 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 69%;
  -ms-flex: 0 1 69%;
  flex: 0 1 69%;
}

.flex-w70 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.flex-w71 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 71%;
  -ms-flex: 0 1 71%;
  flex: 0 1 71%;
}

.flex-w72 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 72%;
  -ms-flex: 0 1 72%;
  flex: 0 1 72%;
}

.flex-w73 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 73%;
  -ms-flex: 0 1 73%;
  flex: 0 1 73%;
}

.flex-w74 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 74%;
  -ms-flex: 0 1 74%;
  flex: 0 1 74%;
}

.flex-w75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
}

.flex-w76 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 76%;
  -ms-flex: 0 1 76%;
  flex: 0 1 76%;
}

.flex-w77 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 77%;
  -ms-flex: 0 1 77%;
  flex: 0 1 77%;
}

.flex-w78 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 78%;
  -ms-flex: 0 1 78%;
  flex: 0 1 78%;
}

.flex-w79 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 79%;
  -ms-flex: 0 1 79%;
  flex: 0 1 79%;
}

.flex-w80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
}

.flex-w81 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 81%;
  -ms-flex: 0 1 81%;
  flex: 0 1 81%;
}

.flex-w82 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 82%;
  -ms-flex: 0 1 82%;
  flex: 0 1 82%;
}

.flex-w83 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 83%;
  -ms-flex: 0 1 83%;
  flex: 0 1 83%;
}

.flex-w84 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 84%;
  -ms-flex: 0 1 84%;
  flex: 0 1 84%;
}

.flex-w85 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 85%;
  -ms-flex: 0 1 85%;
  flex: 0 1 85%;
}

.flex-w86 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 86%;
  -ms-flex: 0 1 86%;
  flex: 0 1 86%;
}

.flex-w87 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 87%;
  -ms-flex: 0 1 87%;
  flex: 0 1 87%;
}

.flex-w88 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 88%;
  -ms-flex: 0 1 88%;
  flex: 0 1 88%;
}

.flex-w89 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 89%;
  -ms-flex: 0 1 89%;
  flex: 0 1 89%;
}

.flex-w90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 90%;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
}

.flex-w91 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 91%;
  -ms-flex: 0 1 91%;
  flex: 0 1 91%;
}

.flex-w92 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 92%;
  -ms-flex: 0 1 92%;
  flex: 0 1 92%;
}

.flex-w93 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 93%;
  -ms-flex: 0 1 93%;
  flex: 0 1 93%;
}

.flex-w94 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 94%;
  -ms-flex: 0 1 94%;
  flex: 0 1 94%;
}

.flex-w95 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 95%;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
}

.flex-w96 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 96%;
  -ms-flex: 0 1 96%;
  flex: 0 1 96%;
}

.flex-w97 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 97%;
  -ms-flex: 0 1 97%;
  flex: 0 1 97%;
}

.flex-w98 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 98%;
  -ms-flex: 0 1 98%;
  flex: 0 1 98%;
}

.flex-w99 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 99%;
  -ms-flex: 0 1 99%;
  flex: 0 1 99%;
}

.flex-w100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.as-start {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.as-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.as-end {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap7 {
  gap: 7px;
}

.gap8 {
  gap: 8px;
}

.gap9 {
  gap: 9px;
}

.gap10 {
  gap: 10px;
}

.gap11 {
  gap: 11px;
}

.gap12 {
  gap: 12px;
}

.gap13 {
  gap: 13px;
}

.gap14 {
  gap: 14px;
}

.gap15 {
  gap: 15px;
}

.gap16 {
  gap: 16px;
}

.gap17 {
  gap: 17px;
}

.gap18 {
  gap: 18px;
}

.gap19 {
  gap: 19px;
}

.gap20 {
  gap: 20px;
}

.gap21 {
  gap: 21px;
}

.gap22 {
  gap: 22px;
}

.gap23 {
  gap: 23px;
}

.gap24 {
  gap: 24px;
}

.gap25 {
  gap: 25px;
}

.gap26 {
  gap: 26px;
}

.gap27 {
  gap: 27px;
}

.gap28 {
  gap: 28px;
}

.gap29 {
  gap: 29px;
}

.gap30 {
  gap: 30px;
}

.gap31 {
  gap: 31px;
}

.gap32 {
  gap: 32px;
}

.gap33 {
  gap: 33px;
}

.gap34 {
  gap: 34px;
}

.gap35 {
  gap: 35px;
}

.gap36 {
  gap: 36px;
}

.gap37 {
  gap: 37px;
}

.gap38 {
  gap: 38px;
}

.gap39 {
  gap: 39px;
}

.gap40 {
  gap: 40px;
}

.gap41 {
  gap: 41px;
}

.gap42 {
  gap: 42px;
}

.gap43 {
  gap: 43px;
}

.gap44 {
  gap: 44px;
}

.gap45 {
  gap: 45px;
}

.gap46 {
  gap: 46px;
}

.gap47 {
  gap: 47px;
}

.gap48 {
  gap: 48px;
}

.gap49 {
  gap: 49px;
}

.gap50 {
  gap: 50px;
}

.gap51 {
  gap: 51px;
}

.gap52 {
  gap: 52px;
}

.gap53 {
  gap: 53px;
}

.gap54 {
  gap: 54px;
}

.gap55 {
  gap: 55px;
}

.gap56 {
  gap: 56px;
}

.gap57 {
  gap: 57px;
}

.gap58 {
  gap: 58px;
}

.gap59 {
  gap: 59px;
}

.gap60 {
  gap: 60px;
}

.gap61 {
  gap: 61px;
}

.gap62 {
  gap: 62px;
}

.gap63 {
  gap: 63px;
}

.gap64 {
  gap: 64px;
}

.gap65 {
  gap: 65px;
}

.gap66 {
  gap: 66px;
}

.gap67 {
  gap: 67px;
}

.gap68 {
  gap: 68px;
}

.gap69 {
  gap: 69px;
}

.gap70 {
  gap: 70px;
}

.gap71 {
  gap: 71px;
}

.gap72 {
  gap: 72px;
}

.gap73 {
  gap: 73px;
}

.gap74 {
  gap: 74px;
}

.gap75 {
  gap: 75px;
}

.gap76 {
  gap: 76px;
}

.gap77 {
  gap: 77px;
}

.gap78 {
  gap: 78px;
}

.gap79 {
  gap: 79px;
}

.gap80 {
  gap: 80px;
}

.gap81 {
  gap: 81px;
}

.gap82 {
  gap: 82px;
}

.gap83 {
  gap: 83px;
}

.gap84 {
  gap: 84px;
}

.gap85 {
  gap: 85px;
}

.gap86 {
  gap: 86px;
}

.gap87 {
  gap: 87px;
}

.gap88 {
  gap: 88px;
}

.gap89 {
  gap: 89px;
}

.gap90 {
  gap: 90px;
}

.gap91 {
  gap: 91px;
}

.gap92 {
  gap: 92px;
}

.gap93 {
  gap: 93px;
}

.gap94 {
  gap: 94px;
}

.gap95 {
  gap: 95px;
}

.gap96 {
  gap: 96px;
}

.gap97 {
  gap: 97px;
}

.gap98 {
  gap: 98px;
}

.gap99 {
  gap: 99px;
}

.gap100 {
  gap: 100px;
}

.gap1p {
  gap: 1%;
}

.gap2p {
  gap: 2%;
}

.gap3p {
  gap: 3%;
}

.gap4p {
  gap: 4%;
}

.gap5p {
  gap: 5%;
}

.gap6p {
  gap: 6%;
}

.gap7p {
  gap: 7%;
}

.gap8p {
  gap: 8%;
}

.gap9p {
  gap: 9%;
}

.gap10p {
  gap: 10%;
}

.gap11p {
  gap: 11%;
}

.gap12p {
  gap: 12%;
}

.gap13p {
  gap: 13%;
}

.gap14p {
  gap: 14%;
}

.gap15p {
  gap: 15%;
}

.gap16p {
  gap: 16%;
}

.gap17p {
  gap: 17%;
}

.gap18p {
  gap: 18%;
}

.gap19p {
  gap: 19%;
}

.gap20p {
  gap: 20%;
}

.gap21p {
  gap: 21%;
}

.gap22p {
  gap: 22%;
}

.gap23p {
  gap: 23%;
}

.gap24p {
  gap: 24%;
}

.gap25p {
  gap: 25%;
}

.gap26p {
  gap: 26%;
}

.gap27p {
  gap: 27%;
}

.gap28p {
  gap: 28%;
}

.gap29p {
  gap: 29%;
}

.gap30p {
  gap: 30%;
}

.gap31p {
  gap: 31%;
}

.gap32p {
  gap: 32%;
}

.gap33p {
  gap: 33%;
}

.gap34p {
  gap: 34%;
}

.gap35p {
  gap: 35%;
}

.gap36p {
  gap: 36%;
}

.gap37p {
  gap: 37%;
}

.gap38p {
  gap: 38%;
}

.gap39p {
  gap: 39%;
}

.gap40p {
  gap: 40%;
}

.gap41p {
  gap: 41%;
}

.gap42p {
  gap: 42%;
}

.gap43p {
  gap: 43%;
}

.gap44p {
  gap: 44%;
}

.gap45p {
  gap: 45%;
}

.gap46p {
  gap: 46%;
}

.gap47p {
  gap: 47%;
}

.gap48p {
  gap: 48%;
}

.gap49p {
  gap: 49%;
}

.gap50p {
  gap: 50%;
}

.gap51p {
  gap: 51%;
}

.gap52p {
  gap: 52%;
}

.gap53p {
  gap: 53%;
}

.gap54p {
  gap: 54%;
}

.gap55p {
  gap: 55%;
}

.gap56p {
  gap: 56%;
}

.gap57p {
  gap: 57%;
}

.gap58p {
  gap: 58%;
}

.gap59p {
  gap: 59%;
}

.gap60p {
  gap: 60%;
}

.gap61p {
  gap: 61%;
}

.gap62p {
  gap: 62%;
}

.gap63p {
  gap: 63%;
}

.gap64p {
  gap: 64%;
}

.gap65p {
  gap: 65%;
}

.gap66p {
  gap: 66%;
}

.gap67p {
  gap: 67%;
}

.gap68p {
  gap: 68%;
}

.gap69p {
  gap: 69%;
}

.gap70p {
  gap: 70%;
}

.gap71p {
  gap: 71%;
}

.gap72p {
  gap: 72%;
}

.gap73p {
  gap: 73%;
}

.gap74p {
  gap: 74%;
}

.gap75p {
  gap: 75%;
}

.gap76p {
  gap: 76%;
}

.gap77p {
  gap: 77%;
}

.gap78p {
  gap: 78%;
}

.gap79p {
  gap: 79%;
}

.gap80p {
  gap: 80%;
}

.gap81p {
  gap: 81%;
}

.gap82p {
  gap: 82%;
}

.gap83p {
  gap: 83%;
}

.gap84p {
  gap: 84%;
}

.gap85p {
  gap: 85%;
}

.gap86p {
  gap: 86%;
}

.gap87p {
  gap: 87%;
}

.gap88p {
  gap: 88%;
}

.gap89p {
  gap: 89%;
}

.gap90p {
  gap: 90%;
}

.gap91p {
  gap: 91%;
}

.gap92p {
  gap: 92%;
}

.gap93p {
  gap: 93%;
}

.gap94p {
  gap: 94%;
}

.gap95p {
  gap: 95%;
}

.gap96p {
  gap: 96%;
}

.gap97p {
  gap: 97%;
}

.gap98p {
  gap: 98%;
}

.gap99p {
  gap: 99%;
}

.gap100p {
  gap: 100%;
}

.grid-img {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}

@media print,
screen and (min-width: 769px) {
  .grid-img {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 16px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}

@media print,
screen and (min-width: 769px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px;
  }
}

.col1 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col1 {
    grid-column: span 1;
  }
}

.col2 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col2 {
    grid-column: span 2;
  }
}

.col3 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col3 {
    grid-column: span 3;
  }
}

.col4 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col4 {
    grid-column: span 4;
  }
}

.col5 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col5 {
    grid-column: span 5;
  }
}

.col6 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col6 {
    grid-column: span 6;
  }
}

.col7 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col7 {
    grid-column: span 7;
  }
}

.col8 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col8 {
    grid-column: span 8;
  }
}

.col9 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col9 {
    grid-column: span 9;
  }
}

.col10 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col10 {
    grid-column: span 10;
  }
}

.col11 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col11 {
    grid-column: span 11;
  }
}

.col12 {
  grid-column: span 4;
}

@media print,
screen and (min-width: 769px) {
  .col12 {
    grid-column: span 12;
  }
}

.col-sp1 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp1 {
    grid-column: span 1;
  }
}

.col-sp2 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp2 {
    grid-column: span 2;
  }
}

.col-sp3 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp3 {
    grid-column: span 3;
  }
}

.col-sp4 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp4 {
    grid-column: span 4;
  }
}

.col-sp5 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp5 {
    grid-column: span 5;
  }
}

.col-sp6 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp6 {
    grid-column: span 6;
  }
}

.col-sp7 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp7 {
    grid-column: span 7;
  }
}

.col-sp8 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp8 {
    grid-column: span 8;
  }
}

.col-sp9 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp9 {
    grid-column: span 9;
  }
}

.col-sp10 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp10 {
    grid-column: span 10;
  }
}

.col-sp11 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp11 {
    grid-column: span 11;
  }
}

.col-sp12 {
  grid-column: span 2;
}

@media print,
screen and (min-width: 769px) {
  .col-sp12 {
    grid-column: span 12;
  }
}

.row1 {
  grid-row: span 1;
}

.row2 {
  grid-row: span 2;
}

.row3 {
  grid-row: span 3;
}

.row4 {
  grid-row: span 4;
}

.row5 {
  grid-row: span 5;
}

.row6 {
  grid-row: span 6;
}

.row7 {
  grid-row: span 7;
}

.row8 {
  grid-row: span 8;
}

.row9 {
  grid-row: span 9;
}

.row10 {
  grid-row: span 10;
}

.row11 {
  grid-row: span 11;
}

.row12 {
  grid-row: span 12;
}

.grid-top {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.grid-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.grid-bottom {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.grid-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

@media print,
screen and (min-width: 1390px) {
  .grid-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid-card__list {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 12px;
}

.hero {
  position: relative;
  z-index: 0;
}

.hero__list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  top: 431px;
}

@media print,
screen and (max-width: 992px) {
  .hero__list {
    top: 288px;
  }
}

.hero__item1 {
  font-size: clamp(1.313rem, 0.85rem + 1.97vw, 2.625rem);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #707070;
  line-height: 1.786;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

@media print,
screen and (max-width: 992px) {
  .hero__item1 {
    text-wrap: nowrap;
  }
}

.hero__item2 {
  font-size: 1.25rem;
}

@media print,
screen and (min-width: 769px) {
  .hero__item2 {
    font-size: 1.875rem;
  }
}

.hero__item3 {
  font-size: 1rem;
}

.hero img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
}

:root {
  --content-max: 1440px;
  --content-gutter: 12px;
}

.contactbox a {
  position: fixed;
  z-index: 9999;
  width: 139px;
  left: auto;
  right: calc((100vw - min(100vw, var(--content-max))) / 2 + var(--content-gutter));
  top: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contactbox a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 20px #fff);
  filter: drop-shadow(0 0 20px #fff);
}

@media print,
screen and (max-width: 1390px) {
  .contactbox {
    display: none;
  }
}

/* 固定ボタン（.contactbox 内の a）に .other-elements が付いている前提 */
.contactbox a.other-elements {
  opacity: 0;
  /* 最初は隠す */
  will-change: opacity, transform;
}

/* .is-show が付いたときに “必ず” フェード */
.contactbox a.other-elements.is-show {
  -webkit-animation: contactBtnFade 0.6s ease forwards;
  animation: contactBtnFade 0.6s ease forwards;
}

@media print,
screen and (max-width: 1390px) {
  .contactbox a.other-elements.is-show {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes contactBtnFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes contactBtnFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* slider1 が暗転したら、テキストを白＋グローに */
.herocontent:has(.slider1.is-show) .hero__item1 {
  color: #fff;
  text-shadow: 0 0 30px #000;
}

.herocontent {
  max-height: 760px;
  height: 100%;
  position: relative;
}

.hero2 {
  position: relative;
  z-index: 0;
}

.hero2__list {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media print,
screen and (min-width: 769px) {
  .hero2__list {
    top: 60%;
    left: 35%;
  }
}

@media print,
screen and (min-width: 1390px) {
  .hero2__list {
    top: 60%;
    left: 25%;
  }
}

@media print,
screen and (min-width: 1390px) {
  .hero2__list {
    top: 60%;
    left: 30%;
  }
}

.hero2__item {
  font-weight: 500;
  -moz-text-align-last: left;
  text-align-last: left;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 0.5;
}

@media print,
screen and (min-width: 1390px) {
  .hero2__item {
    font-size: 3.75rem;
  }
}

@media print,
screen and (min-width: 1200px) {
  .hero2__item {
    font-size: 5.625rem;
  }
}

.hero2__item__sub {
  font-size: 1rem;
  font-weight: 400;
}

.hero2__item2 {
  line-height: 0.8;
}

.hero2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
  z-index: 999;
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
  gap: 10px;
}

@media print,
screen and (min-width: 769px) {
  .header {
    padding: 40px 0 30px 0;
  }
}

@media print,
screen and (max-width: 1390px) {
  .header {
    padding-top: 30px;
  }
}

.header::before {
  /* 斜め部分の厚みと、左右の高さ(=低さ)を調整できる変数 */
  --cap-h: clamp(48px, 9vw, 48px);
  --ridge-side: 100%;
  /* 左右の高さ。小さいほど中央がグッと高くなる */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  height: var(--cap-h);
  top: calc(-1 * var(--cap-h) + 1px);
  background: #fff;
  /* 屋根形 (^ 型)：左→中央頂点→右→下辺で閉じる */
  -webkit-clip-path: polygon(0 var(--ridge-side), 50% 0, 100% var(--ridge-side), 100% 100%, 0 100%);
  clip-path: polygon(0 var(--ridge-side), 50% 0, 100% var(--ridge-side), 100% 100%, 0 100%);
}

@media print,
screen and (max-width: 1390px) {
  .header::before {
    display: none;
  }
}

@media print,
screen and (max-width: 1390px) {
  .header {
    position: fixed;
    top: 0;
  }
}

.header__title {
  display: block;
  text-align: center;
  margin-top: -10px;
}

@media print,
screen and (max-width: 1390px) {
  .header__title {
    margin-top: 0;
    position: absolute;
    top: 0;
  }
}

.header__title a {
  display: inline-block;
}

.header__title img {
  width: 228px;
  display: block;
  margin-top: 10px;
}

@media print,
screen and (max-width: 1390px) {
  .header__title img {
    margin-top: 0;
  }
}

.header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
}

/* =========================
   header（stickyのままでOK）
   ========================= */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: visible;
  /* サブメニューが切れないように */
  background-color: #fff;
}

/* =========================
     gnavi（1層）
     ========================= */
.gnavi {
  color: #000;
  text-align: left;
  line-height: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  position: static;
}

@media print,
screen and (min-width: 1200px) {
  .gnavi {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}

.gnavi .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print,
screen and (max-width: 1390px) {
  .gnavi .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-top: 100px;
    text-align: left;
    font-size: 20px;
    max-width: 319px;
    width: 100%;
    margin-inline: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.gnavi .menu-item {
  position: relative;
  /* SPや個別装飾用。PCでは基準にしない */
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gnavi .menu-item a {
  display: block;
  text-decoration: none;
  color: #393939;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 17px;
}

.gnavi .menu-item a:hover {
  background-color: #C0E5CA;
  color: #393939;
  border-radius: 5px;
  opacity: 1;
}

@media print,
screen and (max-width: 1390px) {
  .gnavi .menu-item a:hover {
    background: none;
  }
}

@media print,
screen and (max-width: 1390px) {
  .gnavi .menu-item a {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: left;
    min-width: 319px;
  }
}

/* =========================
     2層メニュー（共通初期）
     ========================= */
.sub-menu {
  /* SPでは通常フローでOK */
  position: static;
  left: auto;
  top: auto;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 2層内の項目 */
}

.sub-menu .menu-item {
  position: relative;
}

.sub-menu .menu-item a {
  display: block;
  padding: 10px 35px;
  color: #fff !important;
}

@media print,
screen and (min-width: 1390px) {
  .sub-menu .menu-item a {
    color: #04962E !important;
    padding: 20px 10px;
  }
}

.sub-menu .menu-item a:hover {
  opacity: 1;
  background: none;
}

/* ラベルは非インタラクティブ（クリック不可・手のカーソルにしない） */
.sub-menu .menu-item>.gnavi__label {
  cursor: default;
  pointer-events: none;
}

/* hover時の背景ハイライトを“親li”で掛ける（a/ラベル共通で見た目維持） */
.sub-menu .menu-item:hover> :is(a, .gnavi__label) {
  background: none;
  /* 既存方針が“背景なし”ならそのまま */
  opacity: 1;
}

/* =========================
     PC：header 直下 & header 幅いっぱい
     ========================= */
@media print,
screen and (min-width: 1390px) {

  /* ★ 基準は .header（ロゴも含む幅） */
  .header {
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
  }

  /* ★ 途中の相対配置を外し、基準が .header になるようにする */
  .header .gnavi,
  .header .gnavi .menu,
  .header .gnavi .menu>.menu-item {
    position: static;
  }

  /* ★ 2層本体：.header 基準で top:100% / 左右0 */
  .header .gnavi .menu>.menu-item>.sub-menu {
    position: absolute;
    top: 100%;
    /* ← header の直下 */
    left: 0;
    right: 0;
    /* ← header の左右いっぱい（ロゴ含む） */
    width: auto;
    max-width: none;
    -webkit-transform: none;
    transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFCE7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1002;
    gap: 50px;
    /* 初期は閉じる */
    visibility: hidden;
    opacity: 0;
  }

  /* ▷ 表示判定（hover / キーボード / submenu上でも維持） */
  .header .gnavi .menu>.menu-item:hover>.sub-menu,
  .header .gnavi .menu>.menu-item:focus-within>.sub-menu,
  .header .gnavi .menu>.menu-item:has(> .sub-menu:hover)>.sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
  }

  /* ▷ トップ項目の a の見た目を“開いている間”も維持 */
  .header .gnavi .menu>.menu-item:hover>a,
  .header .gnavi .menu>.menu-item:focus-within>a,
  .header .gnavi .menu>.menu-item:has(> .sub-menu:hover)>a {
    background-color: #C0E5CA;
    color: #393939;
    border-radius: 5px;
    opacity: 1;
  }

  /* ▼縦ギャップでhoverが切れる場合だけ、各LI幅のブリッジを最小で復活（任意） */
}

/* ★ サブメニューの“上に”透明な橋を作る（隙間で hover を維持） */
.header .gnavi .menu>.menu-item>.sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  /* ← 隙間の高さに合わせて調整（例: 12〜20px） */
  height: 16px;
  background: transparent;
  /* pointer-events はデフォルト(auto)のままでOK
     ここは空間なのでクリック対象と競合しません */
}

@media print,
screen and (max-width: 1390px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav.panelactive {
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }

  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 60px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-image: url(../img/common/btn-hum-open.jpg);
    background-size: cover;
  }

  .openbtn.active {
    background-image: url(../img/common/btn-hum-close.jpg);
  }

  .contactbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-image: url(../img/common/btn-hum-contact.jpg);
    background-size: cover;
  }

  a:has(> .contactbtn):hover {
    opacity: 1;
  }
}

.current_page_item {
  position: relative;
}

.current_page_item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  display: inline-block;
  width: 80px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: red;
  border-radius: 2px;
}

@media print,
screen and (max-width: 1390px) {
  .header .gnavi .menu>.menu-item:has(> .sub-menu) {
    position: relative;
  }

  .header .gnavi .menu>.menu-item:has(> .sub-menu):before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/common/hum-arrow.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    right: 0;
    top: 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header .gnavi .menu>.menu-item.is-open:before {
    -webkit-transform: rotate(3.142rad);
    transform: rotate(3.142rad);
  }

  .header .gnavi .menu>.menu-item>.sub-menu {
    position: static;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }

  .header .gnavi .menu>.menu-item.is-open>.sub-menu,
  .header .gnavi .menu>.menu-item.active>.sub-menu {
    display: block;
    visibility: visible;
    /* ← これが無いと透明のまま */
    -webkit-animation: submenuFadeIn 0.25s ease both;
    animation: submenuFadeIn 0.25s ease both;
    /* ふわっと表示 */
  }

  @-webkit-keyframes submenuFadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes submenuFadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .sub-menu {
    background-color: #E6F4EC;
  }

  /* SPで文字が見えるように（共通の #fff !important を打ち消し） */
  .sub-menu .menu-item>a {
    color: #04962E !important;
    padding: 12px 19px;
  }

  /* PC用ブリッジはSPでは無効化 */
  .header .gnavi .menu>.menu-item>.sub-menu::before {
    content: none;
  }
}

.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  border-radius: 1.5px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-list li {
  display: inline;
  margin-right: 10px;
  font-size: 0.75rem;
}

.breadcrumb-list li a {
  color: #00aaa7;
  position: relative;
  padding-right: 20px;
}

.breadcrumb-list li a:hover {
  color: #333;
}

.breadcrumb-list li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb-separator {
  color: #333;
}

.footer {
  text-align: center;
  background-color: #98C772;
  padding-bottom: 16.2px;
}

.footer__small {
  font-size: 12px;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
}

.footer .txtbox {
  padding-top: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}

.footer .txtbox p:first-child {
  font-size: 28px;
  margin-bottom: 10px;
}

@media print,
screen and (max-width: 992px) {
  .footer .txtbox p:first-child {
    font-size: 17px;
  }
}

.footer .txtbox p:last-child {
  font-size: 33px;
}

@media print,
screen and (max-width: 992px) {
  .footer .txtbox p:last-child {
    font-size: 22px;
    letter-spacing: -1px;
  }
}

.footer-bg {
  max-width: 1440px;
  width: 100%;
  height: 120px;
  display: inline-block;
  background-image: url(../img/common/footer-bg.svg);
  background-size: cover;
  background-position: center;
  margin-bottom: -10px;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 27px;
}

.footer-nav li {
  padding: 0;
}

@media print,
screen and (max-width: 992px) {
  .footer-nav li {
    border-right: none;
    border-bottom: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    margin-bottom: 11px;
  }
}

.footer-nav li a {
  display: inline-block;
  /* ← border の高さ＝line-height に */
  font-size: 15px;
  line-height: 1rem;
  /* ← ここが区切り線の高さになります */
  padding: 0 23px;
  /* 余白は a に付ける */
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-nav li+li a {
  border-left: 1px solid #fff;
}

@media print,
screen and (max-width: 992px) {
  .footer-nav li+li a {
    border-left: none;
  }
}

@media print,
screen and (max-width: 992px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* ★ sticky は軽いラッパーにだけ適用 */
.header-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav-offset, 0px);
  z-index: 1000;
  /* 祖先の overflow/transform 影響を受けにくくするため装飾は置かない */
}

@media print,
screen and (max-width: 1390px) {
  .header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
}

/* 既存の .header から sticky を外す（装飾やレイアウトはそのまま） */
.header {
  position: relative;
  /* ::before の基準は維持 */
  /* ↓ ここにあった position: sticky / top / z-index は削除 */
  /* height/padding/clip-path など装飾は現状のままでOK */
}

.contact-page {
  background-color: #fff;
  padding: 62px 83px 62px 83px;
  border-radius: 30px;
  margin: 10% 10% 5% 10%;
}

.contact-page__policy {
  display: block;
  background-color: #C0ED98;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 73px;
  padding: 20px 100px;
}

@media print,
screen and (min-width: 769px) {
  .contact-page__policy {
    padding: 20px 190px;
  }
}

.contact-page__btn input {
  background-color: #417614;
  border-radius: 53px;
  padding: 16px 50px;
  font-size: 26px;
  color: #fff;
  border: 1px solid #417614;
}

.contact-page__btn input:hover {
  background-color: #fff;
  color: #417614;
  border: 1px solid #417614;
}

.contact-page .is-inactive {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
}

.contact-page .is-inactive:hover {
  color: #fff;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
}

.formtable {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 75px;
  border-collapse: separate;
  border-spacing: 10px;
  border-collapse: separate;
  border-spacing: 80px;
}

.formtable td input {
  background-color: #E6E6E6;
  border: none;
  border-radius: 10px;
  padding: 23px 27px;
}

.formtable th {
  font-weight: 400;
  -moz-text-align-last: left;
  text-align-last: left;
}

input[type=text],
select,
textarea {
  width: 80%;
  background-color: #E6E6E6;
  border: none;
  border-radius: 10px;
  padding: 23px 27px;
}

input[type=radio] {
  margin-left: 3rem;
}

#thanks {
  background-color: #fff;
}

.thanks__btn {
  background-color: #417614;
  color: #fff;
  font-size: 1.625rem;
  padding: 12px 72px 12px 72px;
  border-radius: 53px;
  border: 1px solid #417614;
}

.thanks__btn:hover {
  background-color: #fff;
  color: #417614;
  border: 1px solid #417614;
}

.card-flex {
  margin-top: 500px;
  margin-bottom: 500px;
  border: 1px solid #333;
  border-radius: 25px;
  padding: 10%;
}

.flex-img {
  width: 30%;
}

@media print,
screen and (max-width: 992px) {
  .flex-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.contents {
  display: contents;
  margin-left: 20%;
}

@media print,
screen and (min-width: 1390px) {
  .contents {
    display: block;
  }
}

.concept {
  padding-top: 117px;
  padding-bottom: 54px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #464646;
  margin-bottom: 73px;
  background-image: url(../img/common/concept-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #E6F4EC;
}

@media print,
screen and (max-width: 992px) {
  .concept {
    background-image: url(../img/common/concept-bg-sp.svg);
    padding-top: 42px;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}

.concept .inner p:first-of-type {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media print,
screen and (max-width: 992px) {
  .concept .inner p:first-of-type {
    font-size: 18px;
  }
}

.concept .inner p:nth-of-type(2) {
  font-size: 59px;
  font-weight: 700;
  margin-bottom: 52px;
}

@media print,
screen and (max-width: 992px) {
  .concept .inner p:nth-of-type(2) {
    font-size: 29px;
    margin-bottom: 7px;
  }
}

.concept .inner p:nth-of-type(3),
.concept .inner p:nth-of-type(4) {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.92;
}

@media print,
screen and (max-width: 992px) {

  .concept .inner p:nth-of-type(3),
  .concept .inner p:nth-of-type(4) {
    font-size: 14px;
    text-spacing-trim: trim-start;
    letter-spacing: -0.5px;
  }
}

.concept .inner span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FEE79B));
  background: -webkit-linear-gradient(transparent 50%, #FEE79B 50%);
  background: linear-gradient(transparent 50%, #FEE79B 50%);
}

.concept .inner p:nth-of-type(4) {
  margin-bottom: 38px;
}

@media print,
screen and (max-width: 992px) {
  .concept .inner p:nth-of-type(4) {
    margin-bottom: 3px;
  }
}

.concept .inner p:nth-of-type(5) {
  font-size: 28px;
  font-weight: 600;
}

@media print,
screen and (max-width: 992px) {
  .concept .inner p:nth-of-type(5) {
    font-size: 16px;
  }
}

.strength {
  padding: 64px 0 87.2px 0;
  text-align: center;
  color: #464646;
  background-color: #E6F4EC;
  margin-bottom: 101px;
}

@media print,
screen and (max-width: 992px) {
  .strength {
    padding-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 32px;
  }
}

.strength h2 {
  margin-bottom: 37px;
}

@media print,
screen and (max-width: 992px) {
  .strength h2 {
    font-size: 23px;
    margin-bottom: 7px;
  }
}

.strength p:nth-child(2) {
  font-size: 25px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.92;
  margin-bottom: 52px;
}

@media print,
screen and (max-width: 992px) {
  .strength p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.strength .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 74px;
  max-width: 813.75px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #04962E;
  margin-inline: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 33px;
  margin-bottom: 24.5px;
}

.strength .point:last-child {
  margin-bottom: 0;
}

.strength .point img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 183px;
}

@media print,
screen and (max-width: 992px) {
  .strength .point img {
    min-width: 127px;
  }
}

.strength .point p {
  margin-bottom: 0;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .strength .point p {
    font-size: 18px;
  }
}

@media print,
screen and (max-width: 992px) {
  .strength .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 9px 0;
    width: 75%;
  }
}

@media print,
screen and (max-width: 992px) {
  .content-wrappar {
    width: 95%;
    margin-inline: auto;
  }
}

.accordion {
  width: 100%;
  max-width: 1150px;
  margin-bottom: 84px;
}

@media print,
screen and (max-width: 992px) {
  .accordion {
    margin-bottom: 50px;
  }
}

.accordion .js-acc-title {
  width: 100%;
  background-color: #E8E8E8;
  padding: 15px 0 13px 0;
  border-bottom: 1px solid #04962E;
  border-radius: 20px 20px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  /* ★ 3カラム：左1fr / 中央auto / 右はminmax(auto,1fr) で右端まで伸びる */
  display: grid;
  grid-template-columns: 1fr auto minmax(139px, 9fr) auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  /* お好みで */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.water .accordion .js-acc-title {
  background-image: url(../img/water/acc-img01.png);
}

.interior .accordion .js-acc-title {
  background-image: url(../img/interior/acc-img02.png);
}

.exterior .accordion .js-acc-title {
  background-image: url(../img/exterior/acc-img03.png);
}

.coating .accordion .js-acc-title {
  background-image: url(../img/coating/acc-img04.png);
}

.gas .accordion .js-acc-title {
  background-image: url(../img/gas/acc-img05.png);
}

.pet .accordion .js-acc-title {
  background-image: url(../img/pet/acc-img06.png);
}

@media print,
screen and (max-width: 992px) {
  .accordion .js-acc-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: left top;
    padding-top: 10px;
    gap: 16px;
    padding-bottom: 5px;
  }

  .water .accordion .js-acc-title {
    background-image: url(../img/water/acc-img01-sp.png);
  }

  .interior .accordion .js-acc-title {
    background-image: url(../img/interior/acc-img02-sp.png);
  }

  .exterior .accordion .js-acc-title {
    background-image: url(../img/exterior/acc-img03-sp.png);
  }

  .coating .accordion .js-acc-title {
    background-image: url(../img/coating/acc-img04-sp.png);
  }

  .gas .accordion .js-acc-title {
    background-image: url(../img/gas/acc-img05-sp.png);
  }

  .pet .accordion .js-acc-title {
    background-image: url(../img/pet/acc-img06-sp.png);
  }
}

.accordion .js-acc-title.flex-end {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}

@media screen and (max-width: 426px) {
  .accordion .js-acc-title.flex-end {
    padding: 10px 0 8px 0;
  }
}

@media screen and (max-width: 520px) {
  .accordion .js-acc-title.flex-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .accordion .js-acc-title.flex-end h3 {
    padding-right: 15px;
    text-spacing-trim: trim-start;
    font-size: clamp(1.125rem, -1.42rem + 12.73vw, 1.563rem);
  }

  .accordion .js-acc-title.flex-end .setbox {
    width: 100%;
    position: relative;
    left: calc((100% - 5rem) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.accordion .js-acc-title.flex-end-2 {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}

@media screen and (max-width: 426px) {
  .accordion .js-acc-title.flex-end-2 {
    padding: 10px 0 8px 0;
  }
}

@media screen and (max-width: 520px) {
  .accordion .js-acc-title.flex-end-2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .accordion .js-acc-title.flex-end-2 .setbox {
    width: 100%;
    position: relative;
    left: calc((100% - 5rem) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .accordion .js-acc-title.flex-end-2 h3 {
    padding-left: 0px;
    text-spacing-trim: trim-start;
    font-size: clamp(1.125rem, -1.42rem + 12.73vw, 1.563rem);
  }
}

.accordion .js-acc-title h3 {
  grid-row: 1;
  grid-column: 1/-1;
  /* 全列を跨ぐ */
  justify-self: center;
  /* ど真ん中 */
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #3BAF5D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print,
screen and (max-width: 992px) {
  .accordion .js-acc-title h3 {
    font-size: 25px;
  }
}

.accordion .js-acc-title .tagbox {
  grid-row: 1;
  grid-column: 4;
  /* 右の auto 列 */
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 9px;
  grid-row-gap: 5.5px;
}

@media print,
screen and (max-width: 992px) {
  .accordion .js-acc-title .tagbox {
    width: 90%;
  }
}

.accordion .js-acc-title .tagbox p {
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  background-color: #61AF77;
  border-radius: 100px;
  padding: 1px 30px;
  text-align: center;
  white-space: nowrap;
  /* はみ出しにくくする */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .accordion .js-acc-title .tagbox p {
    font-size: 14px;
    padding: 2px 0;
  }
}

.accordion .js-acc-open {
  display: block;
  width: 100%;
  background-color: #E8E8E8;
  border-radius: 0 0 20px 20px;
  padding: 20px 0 12.8px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion .js-acc-open img {
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}

@media print,
screen and (max-width: 992px) {
  .accordion .js-acc-open {
    padding: 0 0 10px 0;
  }

  .accordion .js-acc-open img {
    max-width: 15px;
    top: 0;
  }
}

.accordion .js-acc-open.open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  /* ≒白 */
}

.accordion:has(> .js-acc-open.open) .js-acc-title {
  background-color: #3BAF5D;
  border-bottom: none;
}

.accordion:has(> .js-acc-open.open) .js-acc-title h3 {
  color: #fff;
}

.accordion:has(> .js-acc-open.open) .js-acc-title .tagbox p {
  background-color: #278D55;
}

.accordion:has(> .js-acc-open.open) .js-acc-open {
  background-color: #3BAF5D;
}

.accordion_inner {
  background-color: #F8F8F8;
  padding: 50px 0;
  color: #464646;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner {
    padding: 21px 18px 25px 18px;
  }
}

.accordion_inner .lead {
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .lead {
    font-size: 14px;
  }
}

.accordion_inner .contentbox {
  max-width: 950px;
  width: 100%;
  margin-top: 46px;
  margin-inline: auto;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

.accordion_inner .contentbox .ttlbox {
  background-color: #97CFA6;
  padding: 7px 24px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .ttlbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
}

.accordion_inner .contentbox .ttlbox h4 {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .ttlbox h4 {
    font-size: 18px;
  }
}

.accordion_inner .contentbox .ttlbox p {
  background-color: #04962E;
  color: #fff;
  font-size: 17px;
  font-family: "M PLUS 1p", sans-serif;
  padding: 4px 18px;
  border-radius: 6px;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .ttlbox p {
    font-size: 12px;
    padding: 4px 10px;
  }
}

.accordion_inner .contentbox .imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 29px;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .imgbox {
    margin-bottom: 16px;
  }
}

.accordion_inner .contentbox .imgbox img {
  max-width: 294px;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .imgbox img {
    max-width: 319px;
    width: 100%;
  }
}

.accordion_inner .contentbox .imgbox p {
  margin-top: 17px;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .imgbox p {
    font-size: 15px;
    margin-top: 11px;
  }
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .imgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
  }
}

.accordion_inner .contentbox .lead {
  margin-bottom: 27px;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .lead {
    margin-bottom: 16px;
  }
}

.accordion_inner .contentbox .contenttxt {
  line-height: 2.056;
  font-size: 18px;
  margin-bottom: 36px;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .contenttxt {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

.accordion_inner .contentbox .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 151px;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .btnbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}

.accordion_inner .contentbox .btnbox a {
  display: block;
  background: #FDD037;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  max-width: 239px;
  width: 100%;
  padding: 13px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .btnbox a {
    font-size: 14px;
    padding: 5px 0 5px 12.5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 150px;
  }
}

.accordion_inner .contentbox .btnbox a .icon {
  display: inline-block;
  background-image: url(../img/common/icon-wrench.svg);
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  margin-right: 11px;
}

.accordion_inner .contentbox .btnbox a .arrow {
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/btn-arrow.svg);
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 15px;
  margin-right: 11px;
  right: 20.4px;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contentbox .btnbox a .arrow {
    right: 0;
  }
}

.accordion_inner .contentbox .btnbox a:hover {
  background-color: #EFC129;
  opacity: 1;
}

.accordion_inner .leadbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .leadbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.accordion_inner .leadbox .tag {
  display: block;
  position: absolute;
  font-size: 17px;
  color: #fff;
  background-color: #68BB80;
  border-radius: 10px;
  padding: 7px 18px;
  margin-left: 75px;
  right: 30px;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .leadbox .tag {
    position: static;
    font-size: 12px;
    padding: 4px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.accordion_inner .contenttxt-sub {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.056;
  text-align: left;
  max-width: 950px;
  width: 100%;
  margin-inline: auto;
  font-weight: 500;
}

@media print,
screen and (max-width: 992px) {
  .accordion_inner .contenttxt-sub {
    font-size: 12px;
    margin-top: 23px;
  }
}

.interior .js-acc-title {
  grid-template-columns: 1fr auto minmax(139px, 3.5fr) auto 1fr;
}

/* 内装セクションだけのレイアウト */
.interior .js-acc-title .tagbox {
  display: grid;
  grid-template-columns: auto auto;
  /* 2列 */
  grid-auto-rows: auto;
  grid-column-gap: 9px;
  grid-row-gap: 5.5px;
}

/* 1個目（クロス・床暖房）＝1行目で2列ぶち抜き＋右寄せ */
.interior .js-acc-title .tagbox p:nth-child(1) {
  grid-column: 1/-1;
  /* 2カラムをまたぐ */
  justify-self: end;
  /* 右端に合わせる */
}

@media print,
screen and (max-width: 992px) {
  .interior .js-acc-title .tagbox p:nth-child(1) {
    width: 100%;
  }
}

/* 2行目：2個目と3個目を左右に */
.interior .js-acc-title .tagbox p:nth-child(2) {
  grid-column: 1;
}

.interior .js-acc-title .tagbox p:nth-child(3) {
  grid-column: 2;
}

/* 文字折りを避けたいなら */
.interior .js-acc-title .tagbox p {
  white-space: nowrap;
}

/* 余白の伸びやすさはお好みで（例：4） */
.exterior .js-acc-title {
  --gap-fr: 4;
}

.exterior .js-acc-title {
  grid-template-columns: 1fr auto minmax(139px, 4.3fr) auto 1fr;
}

/* タグを縦並び（右端揃え）に */
.exterior .js-acc-title .tagbox {
  /* 既存の grid 指定を上書きして縦並びに */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  /* 縦の間隔 */
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* 右端そろえ（ボタン幅は内容に合わせる） */
}

@media print,
screen and (max-width: 992px) {
  .exterior .js-acc-title .tagbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.exterior .js-acc-title .tagbox p {
  min-width: 14rem;
  /* 好きな幅に固定 */
  text-align: center;
}

@media print,
screen and (max-width: 992px) {
  .exterior .js-acc-title .tagbox p {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.webmall {
  margin-top: 150px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.webmall a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.webmall a img {
  max-width: 645px;
  width: 100%;
}

@media print,
screen and (max-width: 992px) {
  .webmall {
    margin-top: 50px;
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 486px) {
  .pet .js-acc-title h3 {
    letter-spacing: -0.1rem;
  }
}

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