@charset "UTF-8";
/* Common Style
-----------------------------------*/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Jost:wght@400;500&text=0123456789");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

[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;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

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

body {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
  vertical-align: middle;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

* {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::selection {
  background: rgba(51, 153, 153, .6);
}

*::-moz-selection {
  background: rgba(51, 153, 153, .6);
}

a, input[type=submit] {
  transition: all 0.2s ease;
}

/* Main global 'theme' and typographic styles */
html {
  font-size: 62.5%;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  animation: fade-in 3s linear;
  animation-fill-mode: both;
}

body,
input,
textarea {
  color: #666;
  line-height: 1.8;
}

a:link,
a:visited {
  color: #2ba6e0;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  opacity: 0.7;
  text-decoration: underline;
  outline-width: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.5em;
}

ul {
  list-style: square;
  margin: 0 0 1.5em 2em;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 2em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.8em 0;
}

dt {
  font-weight: bold;
}

dt:last-child {
  margin-bottom: 0;
}

dd {
  margin-bottom: 1.5em;
}

dd:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

cite,
em,
i {
  font-style: normal;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 2em;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

blockquote {
  quotes: "" "";
}

blockquote:before, blockquote:after {
  content: "";
}

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: .8em;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 1.5em;
}

th, td {
  padding: .5em .8em;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  background: #fff;
}

th {
  font-weight: normal;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.material-symbols-outlined.size-12 {
  font-size: 12px;
}

.material-symbols-outlined.size-16 {
  font-size: 16px;
}

.material-symbols-outlined.size-20 {
  font-size: 20px;
}

.material-symbols-outlined.size-32 {
  font-size: 32px;
}

.material-symbols-outlined.size-48 {
  font-size: 48px;
}

.material-symbols-outlined.green {
  color: #75bda4;
}

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

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

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

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

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

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

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

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

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

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

[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;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* エフェクトで使う keyframes */
@keyframes blink {
  50% {
    opacity: .3;
  }
  0%, 100% {
    opacity: .9;
  }
}

/* フェードイン */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* フェードアウト */
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* スプリング(拡大してバウンド) */
@keyframes spring {
  0% {
    transform: scale(0.2);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* 上に移動しながらフェードイン */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下に移動しながらフェードイン */
@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左に移動しながらフェードイン */
@keyframes fade-left {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右に移動しながらフェードイン */
@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    position: absolute;
    left: -100vw;
  }
  to {
    position: relative;
    left: 0;
  }
}

/* X方向スケールアップ */
@keyframes scale-up-x {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* Y方向スケールアップ */
@keyframes scale-up-y {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

/* Y方向スケールダウン */
@keyframes scale-down-y {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

/* Y方向に拡大しながらフェードイン */
@keyframes scale-y-fade-in {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードイン */
@keyframes scale-fade-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードアウト */
@keyframes scale-fade-out {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* 背景が左から右に表示 */
@keyframes textbg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

body {
  font-family: "Jost", "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 1366px) {
  body {
    letter-spacing: 0.2em;
  }
}

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

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

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

pre {
  font-family: 'Jost',sans-serif;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* header
-----------------------------------*/
#header {
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 10px 150px 10px 25px;
  background: #fff;
  border-radius: 0 50px 0 0;
}

#header img {
  vertical-align: bottom;
  transition: all 0.4s ease;
}

#header a {
  transition: all 0.4s ease;
}

#header .siteLogo {
  width: 230px;
  margin: 0;
}

@media screen and (max-width: 1366px) {
  #header {
    height: 100px;
    padding: 10px 25px;
  }
  #header .siteLogo {
    width: 200px;
  }
}

@media screen and (max-width: 1200px) {
  #header {
    height: 80px;
    padding: 10px 25px;
    border-radius: 0 50px 0 0;
  }
  #header .siteLogo {
    width: 180px;
  }
}

@media screen and (max-width: 1024px) {
  #header {
    height: 70px;
    padding: 0 20px;
    -ms-flex-align: center;
        align-items: center;
  }
  #header .siteLogo {
    width: 150px;
  }
}

/* navi
-----------------------------------*/
.navTrigger {
  display: none;
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 70px;
  z-index: 999;
  margin-bottom: 0;
}

.navTrigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #75bda4;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.navTrigger span:nth-of-type(1) {
  top: 25px;
}

.navTrigger span:nth-of-type(2) {
  top: 40px;
}

.navTrigger span:nth-of-type(3) {
  top: 55px;
}

.navTrigger.active span:nth-of-type(1) {
  top: 36px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.navTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.navTrigger.active span:nth-of-type(3) {
  top: 48px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

#gNav {
  width: calc(100% - 250px);
  z-index: 5;
}

#gNav > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  margin: 0;
  list-style: none;
}

#gNav > ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 .7em;
}

#gNav > ul > li > span,
#gNav > ul > li > a {
  display: inline-block;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: 500;
  color: #666;
  letter-spacing: .08em;
}

#gNav > ul > li > a::first-letter {
  color: #75bda4 !important;
}

#gNav > ul > li > a:hover::first-letter {
  color: #2ba6e0 !important;
}

#gNav > ul > li > a:hover {
  opacity: 1;
}

#gNav > ul > li.is-current > span:after {
  opacity: 1;
  transform: rotate(180deg) translateX(50%);
}

#gNav > ul > li.gNav00 {
  display: none;
}

#gNav > ul > li.gNav07 {
  display: none;
}

#gNav > ul > li.gNav08 {
  margin-top: -20px;
}

#gNav > ul > li.gNav08 img {
  width: 35px;
}

@media screen and (max-width: 1440px) {
  #gNav {
    width: calc(100% - 220px);
  }
  #gNav > ul > li > span,
  #gNav > ul > li > a {
    font-size: 1.6rem;
  }
  #gNav > ul > li.gNav08 img {
    width: 30px;
  }
}

@media screen and (max-width: 1200px) {
  #gNav {
    width: calc(100% - 190px);
  }
  #gNav > ul > li {
    padding: 0 .4em;
  }
  #gNav > ul > li > span,
  #gNav > ul > li > a {
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  #gNav > ul > li.gNav08 img {
    width: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .navTrigger {
    display: -ms-flexbox;
    display: flex;
    z-index: 101;
  }
  .navTrigger.is-current + #gNav {
    right: 0;
    opacity: 1;
  }
  #gNav {
    position: fixed;
    margin: 0 40px;
    top: 90px;
    right: -100%;
    width: calc(100% - 80px);
    height: auto;
    max-height: calc(100vh - 100px);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 0 0 0 50px;
    z-index: 99;
    opacity: 0;
  }
  #gNav > ul,
  #gNav > ul li ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0;
  }
  #gNav > ul > li,
  #gNav > ul > li ul li,
  #gNav > ul li ul > li,
  #gNav > ul li ul > li ul li {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
  }
  #gNav > ul > li > span,
  #gNav > ul > li > a,
  #gNav > ul > li ul li > span,
  #gNav > ul > li ul li > a,
  #gNav > ul li ul > li > span,
  #gNav > ul li ul > li > a,
  #gNav > ul li ul > li ul li > span,
  #gNav > ul li ul > li ul li > a {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    height: auto;
    padding: .5em 1em .8em 3em;
    text-align: left;
    font-size: 1.8rem;
  }
  #gNav > ul > li.gNav00,
  #gNav > ul > li ul li.gNav00,
  #gNav > ul li ul > li.gNav00,
  #gNav > ul li ul > li ul li.gNav00 {
    display: -ms-flexbox;
    display: flex;
  }
  #gNav > ul > li.gNav07,
  #gNav > ul > li ul li.gNav07,
  #gNav > ul li ul > li.gNav07,
  #gNav > ul li ul > li ul li.gNav07 {
    display: -ms-flexbox;
    display: flex;
  }
  #gNav > ul > li.gNav08,
  #gNav > ul > li ul li.gNav08,
  #gNav > ul li ul > li.gNav08,
  #gNav > ul li ul > li ul li.gNav08 {
    display: none;
  }
  #gNav > ul > li:last-child,
  #gNav > ul > li ul li:last-child,
  #gNav > ul li ul > li:last-child,
  #gNav > ul li ul > li ul li:last-child {
    margin: 0;
  }
  #gNav > ul > li:after,
  #gNav > ul > li ul li:after,
  #gNav > ul li ul > li:after,
  #gNav > ul li ul > li ul li:after {
    content: none;
  }
}

@media screen and (max-width: 900px) {
  #gNav {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

/* side navi
-----------------------------------*/
.sideContents {
  width: 250px;
  text-align: center;
  overflow: hidden;
}

.sideLogo {
  background: #fff;
  padding: 10px 0 0;
}

.sideLogo img {
  width: 60%;
}

.sidePt {
  background-image: url("../images/common/s_deco.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: contain;
  height: auto;
  min-height: 100%;
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1366px) {
  .sideContents {
    width: 180px;
  }
  .sidePt img {
    width: 30%;
  }
}

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

@media screen and (max-width: 1024px) {
  #SideBox {
    max-width: 100%;
  }
  #SideBox .sideNavi {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  #SideBox .sideList {
    width: 33%;
  }
  #SideBox .sideCarender .sideCarenderList {
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #SideBox .sideCarender .sideCarenderList div {
    width: 48%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 900px) {
  #SideBox .sideTitle h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  #SideBox .sideTitle h3 span {
    font-size: 1.4rem;
  }
  #SideBox .sideTitle .sideTitleEn {
    font-size: 1rem;
  }
  #SideBox .sideList ul {
    padding: 0 0 30px 28px;
  }
  #SideBox .sideList li {
    font-size: 1.5rem;
  }
  #SideBox .sideList li a {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #SideBox .sideList {
    width: 48%;
  }
  #SideBox .sideTitle {
    margin: 20px 0 0;
  }
  #SideBox .sideTitle h3 span {
    font-size: 1.5rem;
  }
  #SideBox .sideList ul {
    padding: 0 0 10px 28px;
  }
  #SideBox .sideList li {
    font-size: 1.5rem;
  }
  #SideBox .sideList li a {
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  #SideBox .sideList {
    width: 100%;
  }
  #SideBox .sideTitle h3 {
    font-size: 1.8rem;
  }
  #SideBox .sideTitle h3 span {
    font-size: 1.4rem;
  }
  #SideBox .sideCarender .sideCarenderList {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  #SideBox .sideCarender .sideCarenderList div {
    width: 80%;
    margin: 10px auto;
    padding: 100px 0;
    text-align: center;
    background: #f8f8f8;
  }
}

/* footer
-----------------------------------*/
.footer {
  z-index: 2;
}

#footerBox {
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 50px 0 20px;
  background: url("../images/common/f_bg.png") center top no-repeat;
  background-size: cover;
}

.footCopyright {
  width: 100%;
  padding: 0 100px;
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.pagetop {
  position: fixed;
  top: auto;
  right: 0;
  bottom: -150px;
  left: 160px;
  margin: 0;
  transition: all 0.3s ease;
  z-index: 101;
}

.pagetop.is-view {
  bottom: 100px;
}

.pagetop a:hover {
  opacity: .5;
}

.pagetop img {
  width: 150px;
}

@media screen and (max-width: 1366px) {
  .pagetop {
    position: fixed;
    top: auto;
    right: 0;
    bottom: -150px;
    left: 90px;
  }
  .pagetop.is-view {
    bottom: 100px;
  }
  .pagetop img {
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .pagetop {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: -150px;
    left: auto;
  }
  .pagetop.is-view {
    bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  #footerBox {
    padding: 30px 0 0;
  }
  .footCopyright {
    padding: 0;
    text-align: center;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 599px) {
  #footerBox {
    padding: 20px 0 0;
  }
  .footCopyright {
    text-align: center;
    font-size: 1.2rem;
  }
  .pagetop img {
    width: 80px;
  }
}

/* Components style
-----------------------------------*/
.cat01 {
  border: 1px solid #b060cb;
  color: #b060cb;
}

a.cat01 {
  color: #b060cb;
}

.cat01:hover {
  background: rgba(176, 96, 203, .3);
  text-decoration: none;
}

.cat02 {
  border: 1px solid #4a488e;
  color: #4a488e;
}

a.cat02 {
  color: #4a488e;
}

.cat02:hover {
  background: rgba(74, 72, 142, .3);
  text-decoration: none;
}

.cat03 {
  border: 1px solid #d66a35;
  color: #d66a35;
}

a.cat03 {
  color: #d66a35;
}

.cat03:hover {
  background: rgba(214, 106, 53, .3);
  text-decoration: none;
}

.cat04 {
  border: 1px solid #897634;
  color: #897634;
}

a.cat04 {
  color: #897634;
}

.cat04:hover {
  background: rgba(137, 118, 52, .3);
  text-decoration: none;
}

.sideTitle {
  margin-bottom: 1em;
  position: relative;
  padding: 0;
  font-size: 2.2rem;
}

.sideTitle:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 1px;
  content: '';
  background: #583475;
}

.b_sideTag {
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.b_sideTag .b_mainCat ul {
  list-style: none;
  margin: 0;
}

.b_sideTag .b_mainCat li {
  display: inline-block;
  margin: 0 10px 10px 0 !important;
}

.b_sideTag .b_mainCat li a {
  display: inline-block;
  margin: 0;
  padding: 0 2em;
  font-size: 1.6rem;
  font-style: normal;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
}

.b_sideListBox {
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.b_sideListBox ul {
  margin: 0;
}

.b_sideListBox li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  text-align: left;
}

.b_sideListBox li a {
  color: #222;
}

.b_sideListBox .s_03 .accordion_one {
  margin: 0 auto;
}

.b_sideListBox .s_03 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.b_sideListBox .s_03 .accordion_one .accordion_header .i_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.b_sideListBox .s_03 .accordion_one .accordion_header.stay .i_box {
  transform: rotate(0deg);
}

.b_sideListBox .s_03 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.b_sideListBox .s_03 .accordion_one .accordion_header.stay .i_box .one_i {
  transform: rotate(0deg);
}

.b_sideListBox .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i {
  transform: rotate(45deg);
}

.b_sideListBox .s_03 .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}

.b_sideListBox .s_03 .accordion_one .accordion_header.stay.open .i_box {
  transform: rotate(315deg);
}

.b_sideListBox .s_03 .accordion_one .accordion_header .i_box .one_i:before, .b_sideListBox .s_03 .accordion_one .accordion_header .i_box .one_i:after {
  display: -ms-flexbox;
  display: flex;
  content: '';
  background-color: #666;
  border-radius: 10px;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.b_sideListBox .s_03 .accordion_one .accordion_header .i_box .one_i:before {
  width: 1px;
  height: 16px;
  top: 0;
  left: 7px;
}

.b_sideListBox .s_03 .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.b_sideListBox .s_03 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.b_sideListBox .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.b_sideListBox .s_03 .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}

.b_sideListBox .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  transform: rotate(0deg);
}

.b_sideListBox .s_03 .accordion_one .accordion_inner {
  display: none;
}

.b_sideListBox .s_03 .accordion_one .accordion_inner.stay {
  display: block;
}

.b_sideListBox .s_03 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

/* @ breadcrumbs
// ------------------------------------------------------------ */
.breadcrumbs {
  width: 100%;
  margin: 0 auto;
  padding: 10px 50px 0;
  text-align: left;
}

.breadcrumbs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  margin: 0 auto 50px;
}

.breadcrumbs ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.2;
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #222;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs ul li:not(:first-child):before {
  display: inline-block;
  content: '｜';
  margin: 0 .2em;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1.1rem;
  }
  .breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    margin: 0 auto 10px;
  }
  .breadcrumbs li {
    display: inline;
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
  }
}

/* pagination
-----------------------------------*/
.pager .pagination,
.pagerSingle .pagination {
  text-align: center;
  margin: 50px 0;
}

.pager ul,
.pagerSingle ul {
  list-style: none;
  margin: 0;
}

.pagerSingle ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.pager .pagination li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  border-radius: 5px;
}

.pagerSingle .pagination li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  border: 1px solid #ddd;
  width: 120px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  border-radius: 5px;
}

.pager .pagination li.pre,
.pager .pagination li.next,
.pagerSingle .pagination li.pre,
.pagerSingle .pagination li.next {
  display: inline-block;
  width: 80px;
  height: 40px;
  text-align: center;
  border: none;
}

.pager .pagination li.pre i,
.pager .pagination li.next i,
.pagerSingle .pagination li.pre i,
.pagerSingle .pagination li.next i {
  color: #75bda4;
  line-height: 1;
}

.pager .pagination li a,
.pagerSingle .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #222;
  text-decoration: none;
  transition: all  0.3s ease;
  border-radius: 5px;
}

.pager .pagination li a span,
.pagerSingle .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li.pre a span,
.pager .pagination li.next a span,
.pagerSingle .pagination li.pre a span,
.pagerSingle .pagination li.next a span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 40px;
}

.pager .pagination li a:hover,
.pager .pagination li a.active,
.pagerSingle .pagination li a:hover,
.pagerSingle .pagination li a.active {
  color: #fff;
  background: #75bda4;
  border-color: #ddd;
}

.pager .pagination li a:hover i,
.pager .pagination li a.active i,
.pagerSingle .pagination li a:hover i,
.pagerSingle .pagination li a.active i {
  color: #fff;
}

.pagerSingle {
  margin: 50px 0;
}

@media only screen and (max-width: 599px) {
  .pagerSingle .pagination li {
    margin: 0 5px;
    width: 120px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 414px) {
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 30%;
    height: 40px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pagerSingle {
    padding: 10px;
  }
}

.modal {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -ms-flex-align: center;
      align-items: center;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  padding: 0 5.867%;
  /**
	 * Movieモーダル
	 */
}

.modal.is-active {
  display: -ms-flexbox;
  display: flex;
}

.modal .delete {
  position: absolute;
  right: -22px;
  top: -22px;
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: top;
  background-color: #222;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 100;
}

.modal .delete:before, .modal .delete:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50%;
}

.modal .delete:before {
  transform: rotate(45deg);
}

.modal .delete:after {
  transform: rotate(-45deg);
}

.modal-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(34, 34, 34, .75);
}

.modal-container {
  width: 100%;
}

.modal-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  background: #fff;
}

.modal-content .message {
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content .message-body {
  padding: 30px;
}

.modal-content .message-body > *:last-child {
  margin-bottom: 0 !important;
}

.modal-content .message-header {
  padding: 20px 30px 0;
}

.modal.modalMovie .modal-content .message-body {
  padding: 0;
  border: 1px solid #fff;
}

.modal.modalComment {
  color: #311b00;
}

.modal.modalComment p:last-child {
  margin-bottom: 0 !important;
}

.modal.modalComment hr {
  margin-bottom: 25px;
}

.modal.modalComment .message-body {
  padding: 10px 30px 30px;
}

.modal.modalComment .message-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.modal.modalComment h5 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  color: #fff;
  background: #311b00;
}

.modal.modalComment .prev,
.modal.modalComment .next {
  position: absolute;
  top: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  font-size: 25px;
  line-height: 1;
  color: #311b00;
  background: #fff;
  border: 2px solid #311b00;
  border-radius: 22px;
  -webkit-appearance: none;
  z-index: 100;
  cursor: pointer;
}

.modal.modalComment .prev {
  left: -1em;
}

.modal.modalComment .next {
  right: -1em;
}

.modalMovie .modal-content {
  max-width: 900px;
}

.modalMovie .modal-content .message-body {
  padding: 0;
}

.modalMovie .modal-content .message-body .video-container {
  border: none;
  padding-bottom: 55.25%;
  margin: 0;
}

@media screen and (max-width: 667px) {
  .modal .delete {
    width: 38px;
    height: 38px;
    position: absolute;
    right: -16px;
    top: -16px;
  }
}

/* View style
-----------------------------------*/
/* loading
-----------------------------------*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 111;
  text-align: center;
  background: url("../images/common/loading.jpg") top center no-repeat;
  background-size: cover;
}

/* toppage　kv / common
-----------------------------------*/
.indexBox {
  padding: 20px 0;
  background-image: url("../images/index/deco01.png"), url("../images/index/deco02.png");
  background-position: left 0 top, right 0 top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, auto;
}

.indexDeco {
  position: absolute;
  right: 2%;
  bottom: -4%;
}

.indexDecoC {
  position: absolute;
  left: 40%;
  top: 40%;
  z-index: -1;
}

.indexSec01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.indexSec01 .pcOnly {
  display: -ms-flexbox;
  display: flex;
}

.indexSec01 .spOnly {
  display: none;
}

.indexSec01 section {
  width: 60%;
}

.indexSec01 .indexSec01BoxImg {
  width: 40%;
}

.indexSec01 img {
  z-index: 10;
}

.indexSec01 p {
  z-index: 11;
  font-size: 2.2rem;
  padding-bottom: 30px;
}

.indexSec01 .pageSubcopy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.indexSec01 .pageSubcopy .forSp {
  display: none;
}

.indexSec01Cont {
  padding-left: 50px;
}

.indexEn {
  padding-right: 20px;
}

@media screen and (max-width: 1366px) {
  .indexSec01 {
    -ms-flex-align: start;
        align-items: start;
  }
  .indexSec01 p {
    font-size: 1.8rem;
  }
  .indexSec01 .pageSubcopy {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  .indexEn {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .indexSec01 {
    -ms-flex-align: start;
        align-items: start;
  }
  .indexSec01 .forPc {
    display: none;
  }
  .indexDeco {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .indexSec01Cont {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .indexSec01 .pageSubcopy {
    font-size: 2.2rem;
  }
  .indexSec01 p {
    font-size: 1.6rem;
  }
  .indexEn {
    padding-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .indexBox {
    background-size: contain;
  }
  .indexSec01 {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .indexSec01 section {
    width: 100%;
  }
  .indexSec01 .indexSec01BoxImg {
    width: 80%;
    margin: 0 auto;
  }
  .indexSec01 .pageSubcopy {
    font-size: 2rem;
  }
  .indexSec01 p {
    font-size: 1.6rem;
  }
  .indexDeco {
    width: 80%;
  }
}

@media screen and (max-width: 414px) {
  .indexSec01 p {
    font-size: 1.4rem;
  }
  .indexSec01 .pageSubcopy .forSp {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 320px) {
  .indexSec01 .pageSubcopy .forSp {
    display: none;
  }
}

body.is-eventNone * {
  pointer-events: none !important;
}

.wrapper {
  z-index: -10;
  background: url("../images/common/b_bg.jpg") center top no-repeat;
  background-size: cover;
}

.wrapper > .inner {
  padding: 50px 100px;
}

.wrapper02 {
  z-index: -10;
  background: url("../images/common/b_bg01.jpg") center top no-repeat, url("../images/common/b_bg02.jpg") center bottom no-repeat;
  background-size: 100% 37.5%, 100% 57%;
}

.wrapper02 > .inner {
  padding: 50px 100px;
}

.wrapLine {
  border: 2px solid #fff;
  border-radius: 0 50px 0 50px;
}

.inview {
  opacity: 0;
  transition: all 1s ease;
  transform: translate(0, 50px);
}

.inview.is-view {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 1366px) {
  .wrapper > .inner,
  .wrapper02 > .inner {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 900px) {
  .wrapper > .inner,
  .wrapper02 > .inner {
    padding: 20px;
  }
}

/* wrapper & inner
-----------------------------------*/
main {
  padding-top: 120px;
}

.commonWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.mainContents {
  width: calc(100% - 250px);
}

.contents {
  padding: 0 0 0 50px;
}

.inverse-corner {
  z-index: 10;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  top: 0;
  overflow: hidden;
  transform: translateX(-100%);
}

.inverse-corner::before {
  display: block;
  width: 200%;
  height: 200%;
  content: '';
  background: transparent;
  border-radius: 50%;
  box-shadow: 0 0 50px 50px white;
}

@media screen and (max-width: 1366px) {
  .mainContents {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 1024px) {
  .mainContents {
    width: 100%;
  }
  .inverse-corner {
    display: none;
  }
  .contents {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 900px) {
  .commonWrapper {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 599px) {
  .contents {
    padding: 0 20px;
  }
}

/* pageKv / title
-----------------------------------*/
.pageTit {
  z-index: 99;
  font-size: 4rem;
  font-weight: 500;
  color: #666;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.pageTit::first-letter {
  color: #75bda4 !important;
}

.pageCopy {
  z-index: 99 !important;
  margin-bottom: 30px;
}

.pageCooyTxt {
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  .pageCopy {
    margin-bottom: 20px;
  }
  .pageCooyTxt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .pageTit {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .pageCooyTxt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .pageTit {
    font-size: 2.2rem;
  }
  .pageCooyTxt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 320px) {
  .pageTit {
    font-size: 2rem;
  }
}

/* table
-----------------------------------*/
.table {
  width: 100%;
  background: #e1e1e1;
  margin: 0 auto 2em;
}

.table td {
  background: #fff;
  vertical-align: middle;
}

.table td ul {
  margin: 0;
}

.table td ul li {
  display: inline-block;
  margin-right: 3rem;
}

.table thead th {
  text-align: center;
  vertical-align: middle;
}

.table th {
  width: 20%;
  text-align: center;
  background: #f0f0f0;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .table {
    width: 100%;
  }
  .table tbody, .table tr, .table th, .table td {
    display: block;
    width: 100%;
  }
  .table thead th {
    text-align: center;
    width: 100%;
  }
  .table th, .table td {
    padding: 6px 10px;
  }
  .table td ul li {
    display: block;
    margin-right: 0;
  }
  .table th.th1 {
    width: 100%;
  }
  .table th.th2 {
    width: 100%;
  }
}

/* Aboutus
-----------------------------------*/
.aboutBox {
  padding: 20px 0 50px;
  background-image: url("../images/about/deco01.png");
  background-position: right 0 top;
  background-repeat: no-repeat;
  background-size: auto;
}

.aboutDeco01 {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 10%;
  width: 90%;
  text-align: right;
}

.aboutDeco02 {
  position: absolute;
  right: 2%;
  bottom: -2%;
}

.aboutSec01 {
  padding-left: 50px;
  margin-top: -80px;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.aboutSec01 .pcOnly {
  display: -ms-flexbox;
  display: flex;
}

.aboutSec01 .spOnly {
  display: none;
}

.aboutSec01 section {
  width: 58%;
}

.aboutSec01 .aboutSec01BoxImg {
  width: 40%;
}

.aboutSec01 img {
  z-index: 10;
}

.aboutSec01 p {
  z-index: 11;
}

.aboutSec01 .pageCopy {
  padding-top: 200px !important;
}

@media screen and (max-width: 1366px) {
  .aboutSec01 {
    margin-top: 30px;
    -ms-flex-align: start;
        align-items: start;
  }
  .aboutSec01 .pageCopy {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 1200px) {
  .aboutSec01 {
    -ms-flex-align: start;
        align-items: start;
  }
  .aboutSec01 .forPc {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .aboutSec01 {
    padding-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .aboutBox {
    background-size: contain;
  }
  .aboutDeco01 {
    display: none;
  }
  .aboutSec01 {
    margin-top: 0;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .aboutSec01 section {
    width: 100%;
  }
  .aboutSec01 .aboutSec01BoxImg {
    width: 80%;
    margin: 0 auto;
  }
  .aboutSec01 .pageCopy {
    padding-top: 0 !important;
  }
}

/* Aboutus
-----------------------------------*/
.flowBox {
  padding: 20px 20px 50px 0;
  background-image: url("../images/flow/deco01.png");
  background-position: right 0 top;
  background-repeat: no-repeat;
  background-size: auto;
}

.flowBox .forSp {
  display: none;
}

.flowDeco01 {
  z-index: 10;
  position: absolute;
  right: -5%;
  top: 60%;
}

.flowSec01 {
  padding: 0 50px 0;
}

.flowList {
  padding: 50px 0 30px;
  margin-left: -30px;
}

.flowList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: start;
}

@media screen and (max-width: 1366px) {
  .flowSec01 {
    padding: 0 50px 0;
  }
  .flowList {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .flowSec01 {
    padding: 0 0 0 50px;
  }
}

@media screen and (max-width: 900px) {
  .flowSec01 {
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .flowDeco01 {
    display: none;
  }
  .flowBox {
    padding: 20px 0 50px 0;
    background-size: contain;
  }
  .flowBox .forPc {
    display: none;
  }
  .flowBox .forSp {
    display: -ms-flexbox;
    display: flex;
  }
  .flowList {
    padding-top: 20px;
    margin-left: 0;
  }
  .flowList ul {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* Aboutus
-----------------------------------*/
.worksBox {
  padding: 20px 20px 50px 0;
  background-image: url("../images/flow/deco01.png");
  background-position: right 0 top;
  background-repeat: no-repeat;
  background-size: auto;
}

.worksBox .forSp {
  display: none;
}

.worksDeco01 {
  z-index: 10;
  position: absolute;
  right: -5%;
  top: 60%;
}

.worksSec01 {
  padding: 0 50px 0;
}

.worksList {
  padding: 50px 0 30px;
}

.worksList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: start;
      justify-content: start;
}

.worksList ul li {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .worksSec01 {
    padding: 0 50px 0;
  }
  .worksList {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .worksSec01 {
    padding: 0 0 0 50px;
  }
}

@media screen and (max-width: 900px) {
  .worksSec01 {
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .worksDeco01 {
    display: none;
  }
  .worksBox {
    padding: 20px 0 50px 0;
    background-size: contain;
  }
  .worksBox .forPc {
    display: none;
  }
  .worksBox .forSp {
    display: -ms-flexbox;
    display: flex;
  }
  .worksList {
    padding-top: 20px;
  }
  .worksList ul li {
    margin-bottom: 10px;
  }
}

/* Aboutus
-----------------------------------*/
.companyBox {
  padding: 20px 0 50px;
  background-image: url("../images/company/deco02.png");
  background-position: right 0 top;
  background-repeat: no-repeat;
  background-size: auto;
}

.companyDeco01 {
  z-index: 11;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.companyDeco02 {
  position: absolute;
  right: 2%;
  bottom: -5%;
}

.companySec01 {
  padding: 0 50px;
}

.companySec01C {
  padding: 20px 70px;
  background: url("../images/company/bg.png") left top repeat-y;
  background-size: cover;
}

.companySec01H img {
  vertical-align: bottom;
}

.companytable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
  letter-spacing: .15em;
}

.companytable table {
  width: 48%;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.companytable th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  background: none;
}

.companytable td {
  vertical-align: top;
  background: none;
}

@media screen and (max-width: 1600px) {
  .companySec01C {
    background-size: contain;
    padding: 20px 50px;
  }
  .companyDeco01 {
    z-index: 0;
  }
}

@media screen and (max-width: 1366px) {
  .companySec01 {
    -ms-flex-align: start;
        align-items: start;
  }
  .companySec01 .pageCopy {
    padding-top: 30px !important;
  }
  .companytable {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
    padding-bottom: 50px;
  }
  .companytable table {
    width: 100%;
  }
  .companytable th {
    width: 40%;
  }
  .companytable td {
    width: 60%;
  }
  .companytable .forPc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .companySec01 {
    -ms-flex-align: start;
        align-items: start;
  }
  .companySec01 .forPc {
    display: none;
  }
  .companyDeco02 {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .companySec01 {
    padding: 0 30px 0 0;
  }
  .companySec01C {
    padding: 0 30px;
  }
  .companytable {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 599px) {
  .companyBox {
    background-size: contain;
  }
  .companyDeco02 {
    width: 80%;
  }
  .companySec01 {
    padding: 0;
  }
  .companytable {
    padding-bottom: 30px;
  }
  .companytable table {
    width: 100%;
    font-size: 1.4rem;
  }
  .companytable th,
  .companytable td {
    padding: .3em 0;
    display: block;
    width: 100%;
  }
  .companytable td {
    margin-left: 1.3em;
    margin-bottom: 1em;
  }
  .companytable .forPc {
    display: none;
  }
}

/* Who is Grant-kun
-----------------------------------*/
.grantkunBox {
  padding: 20px 0 30px 0;
  background-image: url("../images/company/deco02.png");
  background-position: right 0 top;
  background-repeat: no-repeat;
  background-size: auto;
}

.grantkunBox .forSp {
  display: none;
}

.grantkunDeco {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: -20px;
}

.grantkunSec01 {
  margin-top: -50px;
  padding: 0 50px 0;
}

@media screen and (max-width: 1366px) {
  .grantkunSec01 {
    padding: 0 50px 0;
  }
}

@media screen and (max-width: 1200px) {
  .grantkunBox {
    padding: 20px 0 30px;
  }
  .grantkunSec01 {
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .grantkunSec01 {
    margin-top: -30px;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .grantkunSec01 {
    margin-top: 0;
  }
  .grantkunBox {
    padding: 20px 0 50px 0;
  }
  .grantkunBox .forPc {
    display: none;
  }
  .grantkunBox .forSp {
    display: -ms-flexbox;
    display: flex;
  }
}

/* Aboutus
-----------------------------------*/
.recruitBox {
  padding: 20px 0 50px;
  background-image: url("../images/flow/deco01.png");
  background-position: right 0 top;
  background-repeat: no-repeat;
  background-size: auto;
}

.recruitEntry {
  position: relative;
}

.recruitEntry .recruitBtn {
  z-index: 12;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.recruitEntry .recruitBtn a {
  display: block;
}

.recruitEntry .forSp {
  display: none;
}

.recruitEntry .privacy {
  padding: 20px;
  width: 100%;
  height: 200px;
  overflow: scroll;
  font-size: 1.2rem;
}

.recruitEntry .privacy h4 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.recruitSec01 {
  padding: 0 50px 50px;
}

.recruitSec01 .forPc {
  display: -ms-flexbox;
  display: flex;
}

.recruitSec01 .forSp {
  display: none;
}

.recruittable table {
  width: 100%;
  margin: 0 auto 2em;
}

.recruittable th {
  width: 15%;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  background: none;
  border-bottom: 1px solid #ccc;
}

.recruittable td {
  text-align: left;
  background: none;
  border-bottom: 1px solid #ccc;
}

.recruittable td dl {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.recruittable td dl dt {
  white-space: nowrap;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .recruittable {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 900px) {
  .recruitSec01 {
    padding: 0 30px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruittable td dl {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

@media screen and (max-width: 599px) {
  .recruitBox {
    background-size: contain;
  }
  .recruitSec01 {
    padding: 0;
  }
  .recruitSec01 .forPc {
    display: none;
  }
  .recruitSec01 .forSp {
    display: -ms-flexbox;
    display: flex;
  }
  .recruittable table {
    width: 100%;
    font-size: 1.6rem;
  }
  .recruittable th,
  .recruittable td {
    padding: .5em 0;
    display: block;
    width: 100%;
  }
  .recruittable td {
    padding-left: 1.3em;
    margin-bottom: .5em;
    border-bottom: none;
  }
  .recruitEntry .recruitBtn {
    left: 3%;
    top: 3%;
  }
  .recruitEntry .recruitBtn img {
    width: 120px;
  }
  .recruitEntry .forPc {
    display: none;
  }
  .recruitEntry .forSp {
    display: -ms-flexbox;
    display: flex;
  }
}

/* extension style
-----------------------------------*/
.white {
  color: #fff !important;
}

.black {
  color: #222 !important;
}

.blue {
  color: #3775c3 !important;
}

.green {
  color: #75bda4 !important;
}

.orange {
  color: #f68b3d !important;
}

.red {
  color: #f24236 !important;
}

.yellow {
  color: #ffad05 !important;
}

.purple {
  color: #b060cb !important;
}

.pink {
  color: #fb679b !important;
}

.grey {
  color: #acadad !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #222 !important;
}

.bg-blue {
  background-color: #3775c3 !important;
}

.bg-blue-light {
  background-color: #3595d7 !important;
}

.bg-green-light {
  background-color: #98ca54 !important;
}

.bg-orange {
  background-color: #f68b3d !important;
}

.bg-red {
  background-color: #f24236 !important;
}

.bg-yellow {
  background-color: #ffad05 !important;
}

.bg-purple {
  background-color: #b060cb !important;
}

.bg-pink {
  background-color: #fb679b !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

.is-left {
  text-align: left !important;
}

.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-bold {
  font-weight: 500 !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* 文字サイズ */
.fs08 {
  font-size: .8em !important;
}

.fs0875 {
  font-size: .875em !important;
}

.fs09 {
  font-size: .9em !important;
}

.fs0937 {
  font-size: .9375em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs1125 {
  font-size: 1.125em !important;
}

.fs125 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2.0em !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mlr5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mlr10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

hr.dot {
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1.5em;
}

hr.clearHr {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
}

.op01 {
  opacity: .1;
}

.op02 {
  opacity: .2;
}

.op03 {
  opacity: .3;
}

.op04 {
  opacity: .4;
}

.op05 {
  opacity: .5;
}

.op06 {
  opacity: .6;
}

.op07 {
  opacity: .7;
}

.op08 {
  opacity: .8;
}

.op09 {
  opacity: .9;
}

.op10 {
  opacity: 10;
}

.cf:after {
  display: table;
  content: '';
  width: 100%;
}

.fs14Red {
  font-size: 1.4em;
  color: #f24236;
}

@media screen and (max-width: 768px) {
  .fs14Red {
    font-size: 1.2em !important;
  }
}

.br20 {
  border-radius: 20px;
}

.br40 {
  border-radius: 40px;
}

.br50 {
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .br20 {
    border-radius: 10px;
  }
  .br40 {
    border-radius: 20px;
  }
  .br50 {
    border-radius: 30px;
  }
}
