@charset "UTF-8";
/*-------------------- クエリー設定(指示がある場合は適宜差し替える) -------------------*/
/*-------------------- フォント -------------------*/
/*-------------------- カラー(案件ごとに適宜差し替える) -------------------*/
/*-------------------- テキストリンク -------------------*/
/*-------------------- アイコン -------------------*/
div, dl, dt, dd, ul, ol,
li, h1, h2, h3, h4, h5,
h6, pre, code, form, fieldset, legend,
input, textarea, p, blockquote,
th, td {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
  font-size: inherit;
  width: 100%;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  vertical-align: middle;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
  font-size: 70%;
}

sub {
  vertical-align: text-bottom;
  font-size: 70%;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

.aligncenter {
  text-align: center;
}

img {
  vertical-align: bottom;
  line-height: 1;
  margin: 0;
}

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

* {
  outline: none;
}

/* common item ---------------------------------------*/
.clearfix:after,
.inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

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

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

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

a {
  text-decoration: none;
  transition: all 0.1s ease;
  color: #fff;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.6;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  color: #76b900;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
    text-decoration: none;
  }
}

strong {
  font-weight: bold;
}

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

p, ul, ol, table {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  p, ul, ol, table {
    margin-bottom: 10px;
  }
}

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

.ovh {
  overflow: hidden !important;
}

.ovv {
  overflow: visible !important;
}

.disnone {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block, table td.d-lg-inline-block, table td.d-lg-block {
    display: table-cell !important;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block, table td.d-md-inline-block, table td.d-md-block {
    display: table-cell !important;
  }
}
/* portrait */
@media screen and (max-width: 480px) and (min-width: 320px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block, table td.d-sm-inline-block, table td.d-sm-block {
    display: table-cell !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .pcbr {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .spbr {
    display: none;
  }
}
.l-header {
  height: 80px;
  padding: 17px 19px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 1000;
  min-width: 1024px;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 46px;
    padding: 9px 9px 0;
    min-width: 0;
  }
}
.l-header-inner {
  width: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 200;
}

.l-wrapper {
  padding-top: 80px;
  min-width: 1024px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 46px;
    min-width: auto;
  }
}

.l-kv {
  position: relative;
  overflow: hidden;
}
.l-ttl {
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-ttl {
    padding: 20px 15px;
  }
}

.l-inner {
  max-width: 1140px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .l-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
    width: auto;
  }
}
.l-inner-min {
  max-width: 964px;
}

.l-section {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 40px 0;
  }
}

.l-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.l-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.border-dashed {
  border-bottom: 1px dashed #e8e8e8 !important;
}

.bg-black {
  background: #131313;
}

.bg-gray {
  background: #f6f6f6;
}

.bg-darkgray {
  background: #222;
}

.bg-white {
  background: #fff;
}

.bg-green {
  background: #76b900;
}

.bg-sec-01 .flex,
.bg-sec-02 .flex,
.bg-movie .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bg-sec-01 .flex,
.bg-sec-02 .flex,
.bg-movie .flex {
    flex-wrap: wrap;
  }
}
.bg-sec-01 .flex .image-box,
.bg-sec-02 .flex .image-box,
.bg-movie .flex .image-box {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .bg-sec-01 .flex .image-box,
.bg-sec-02 .flex .image-box,
.bg-movie .flex .image-box {
    width: 100%;
  }
}
.bg-sec-01 .flex .text-box,
.bg-sec-02 .flex .text-box,
.bg-movie .flex .text-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .bg-sec-01 .flex .text-box,
.bg-sec-02 .flex .text-box,
.bg-movie .flex .text-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bg-sec-01 {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .bg-sec-02 {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .bg-sec-01,
.bg-sec-02 {
    height: auto;
    padding-bottom: 10px;
  }
}
.bg-movie {
  background-image: url(../images/top_new/bg_movie.png);
  height: 440px;
}
@media screen and (max-width: 767px) {
  .bg-movie {
    height: 210px;
    background-image: url(../images/top_new/bg_movie_sp.png);
  }
}
.bg-movie:after {
  content: "";
  position: absolute;
  display: block;
  width: 180px;
  height: 180px;
  background: url(../images/common/icon/icon_play.png) center center no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bg-movie:after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .bg-movie {
    height: 210px;
  }
}

.bg-platform {
  background: center center no-repeat;
  background-size: contain;
  background-image: url("/assets/images/top_new/bg_platform.jpg");
  width: 100%;
  height: 420px;
  padding: 90px 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-platform {
    height: 270px;
    padding: 20px 0;
    background-size: cover;
    background-position: top;
  }
}

.l-page-head {
  padding: 40px 0;
}

.l-footer {
  position: relative;
  padding: 50px 15px 100px;
  z-index: 0;
  background: #222222;
}
.l-footer-inner {
  padding: 1px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 100px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.va-center {
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
/* portrait */
@media screen and (max-width: 480px) and (min-width: 320px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
.header-logo {
  width: 256px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 180px;
    display: inline-block;
  }
}

.l-footer {
  position: relative;
  z-index: 10;
}

.footer-nav {
  display: flex;
  justify-content: center;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    margin-bottom: 30px;
  }
}
.footer-nav-list-item {
  font-size: 1.2rem;
  margin-right: 2em;
  margin-bottom: 10px;
}
.footer-nav-list-item a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-nav-list-item {
    font-size: 1.2rem;
    margin-bottom: 15px;
    width: 50%;
    margin-right: 0;
  }
}

.copyright {
  text-align: center;
  margin: 0;
}
.copyright small {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .copyright small {
    font-size: 0.9rem;
  }
}

.gotop {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 767px) {
  .gotop {
    bottom: 110px;
    right: 10px;
  }
}
.gotop a {
  display: block;
  background: url(../images/common/icon/icon-pagetop.png) no-repeat left top;
  background-size: 100%;
  width: 50px;
  height: 50px;
  text-indent: -99em;
  overflow: hidden;
  transition: all 0.25s ease;
}
.gotop a:hover {
  opacity: 0.7;
}

.cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #292f33;
  z-index: 999;
  padding: 10px;
  min-width: 1024px;
}
@media screen and (max-width: 767px) {
  .cta {
    min-width: auto;
  }
}
.cta .btn {
  padding: 11px 30px 11px 5px;
  font-size: 1.8rem;
  float: right;
}
@media screen and (max-width: 767px) {
  .cta .btn {
    font-size: 1.4rem;
    width: 100%;
    float: none;
  }
}
.cta-sns-text {
  float: left;
  display: inline-block;
  padding-top: 15px;
  padding-left: 25px;
}
.cta-sns-text p {
  color: #76b900;
  display: inline-block;
  margin-bottom: 0;
}
.cta-sns .list-sns {
  margin-top: 7px;
  float: left;
  width: 220px;
  display: inline-block;
}

.wid-10 {
  width: 10px !important;
  min-width: 10px !important;
}

.wid-20 {
  width: 20px !important;
  min-width: 20px !important;
}

.wid-30 {
  width: 30px !important;
  min-width: 30px !important;
}

.wid-40 {
  width: 40px !important;
  min-width: 40px !important;
}

.wid-50 {
  width: 50px !important;
  min-width: 50px !important;
}

.wid-60 {
  width: 60px !important;
  min-width: 60px !important;
}

.wid-70 {
  width: 70px !important;
  min-width: 70px !important;
}

.wid-80 {
  width: 80px !important;
  min-width: 80px !important;
}

.wid-90 {
  width: 90px !important;
  min-width: 90px !important;
}

.wid-100 {
  width: 100px !important;
  min-width: 100px !important;
}

.wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.wid-1000 {
  width: 1000px !important;
  min-width: 1000px !important;
}

.wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.wid-auto {
  width: auto !important;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .wid-md-10 {
    width: 10px !important;
    min-width: 10px !important;
  }

  .wid-md-20 {
    width: 20px !important;
    min-width: 20px !important;
  }

  .wid-md-30 {
    width: 30px !important;
    min-width: 30px !important;
  }

  .wid-md-40 {
    width: 40px !important;
    min-width: 40px !important;
  }

  .wid-md-50 {
    width: 50px !important;
    min-width: 50px !important;
  }

  .wid-md-60 {
    width: 60px !important;
    min-width: 60px !important;
  }

  .wid-md-70 {
    width: 70px !important;
    min-width: 70px !important;
  }

  .wid-md-80 {
    width: 80px !important;
    min-width: 80px !important;
  }

  .wid-md-90 {
    width: 90px !important;
    min-width: 90px !important;
  }

  .wid-md-100 {
    width: 100px !important;
    min-width: 100px !important;
  }

  .wid-md-110 {
    width: 110px !important;
    min-width: 110px !important;
  }

  .wid-md-120 {
    width: 120px !important;
    min-width: 120px !important;
  }

  .wid-md-130 {
    width: 130px !important;
    min-width: 130px !important;
  }

  .wid-md-140 {
    width: 140px !important;
    min-width: 140px !important;
  }

  .wid-md-150 {
    width: 150px !important;
    min-width: 150px !important;
  }

  .wid-md-160 {
    width: 160px !important;
    min-width: 160px !important;
  }

  .wid-md-170 {
    width: 170px !important;
    min-width: 170px !important;
  }

  .wid-md-180 {
    width: 180px !important;
    min-width: 180px !important;
  }

  .wid-md-190 {
    width: 190px !important;
    min-width: 190px !important;
  }

  .wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }

  .wid-md-210 {
    width: 210px !important;
    min-width: 210px !important;
  }

  .wid-md-220 {
    width: 220px !important;
    min-width: 220px !important;
  }

  .wid-md-230 {
    width: 230px !important;
    min-width: 230px !important;
  }

  .wid-md-240 {
    width: 240px !important;
    min-width: 240px !important;
  }

  .wid-md-250 {
    width: 250px !important;
    min-width: 250px !important;
  }

  .wid-md-260 {
    width: 260px !important;
    min-width: 260px !important;
  }

  .wid-md-270 {
    width: 270px !important;
    min-width: 270px !important;
  }

  .wid-md-280 {
    width: 280px !important;
    min-width: 280px !important;
  }

  .wid-md-290 {
    width: 290px !important;
    min-width: 290px !important;
  }

  .wid-md-300 {
    width: 300px !important;
    min-width: 300px !important;
  }

  .wid-md-310 {
    width: 310px !important;
    min-width: 310px !important;
  }

  .wid-md-320 {
    width: 320px !important;
    min-width: 320px !important;
  }

  .wid-md-330 {
    width: 330px !important;
    min-width: 330px !important;
  }

  .wid-md-340 {
    width: 340px !important;
    min-width: 340px !important;
  }

  .wid-md-350 {
    width: 350px !important;
    min-width: 350px !important;
  }

  .wid-md-360 {
    width: 360px !important;
    min-width: 360px !important;
  }

  .wid-md-370 {
    width: 370px !important;
    min-width: 370px !important;
  }

  .wid-md-380 {
    width: 380px !important;
    min-width: 380px !important;
  }

  .wid-md-390 {
    width: 390px !important;
    min-width: 390px !important;
  }

  .wid-md-400 {
    width: 400px !important;
    min-width: 400px !important;
  }

  .wid-md-410 {
    width: 410px !important;
    min-width: 410px !important;
  }

  .wid-md-420 {
    width: 420px !important;
    min-width: 420px !important;
  }

  .wid-md-430 {
    width: 430px !important;
    min-width: 430px !important;
  }

  .wid-md-440 {
    width: 440px !important;
    min-width: 440px !important;
  }

  .wid-md-450 {
    width: 450px !important;
    min-width: 450px !important;
  }

  .wid-md-460 {
    width: 460px !important;
    min-width: 460px !important;
  }

  .wid-md-470 {
    width: 470px !important;
    min-width: 470px !important;
  }

  .wid-md-480 {
    width: 480px !important;
    min-width: 480px !important;
  }

  .wid-md-490 {
    width: 490px !important;
    min-width: 490px !important;
  }

  .wid-md-500 {
    width: 500px !important;
    min-width: 500px !important;
  }

  .wid-md-510 {
    width: 510px !important;
    min-width: 510px !important;
  }

  .wid-md-520 {
    width: 520px !important;
    min-width: 520px !important;
  }

  .wid-md-530 {
    width: 530px !important;
    min-width: 530px !important;
  }

  .wid-md-540 {
    width: 540px !important;
    min-width: 540px !important;
  }

  .wid-md-550 {
    width: 550px !important;
    min-width: 550px !important;
  }

  .wid-md-560 {
    width: 560px !important;
    min-width: 560px !important;
  }

  .wid-md-570 {
    width: 570px !important;
    min-width: 570px !important;
  }

  .wid-md-580 {
    width: 580px !important;
    min-width: 580px !important;
  }

  .wid-md-590 {
    width: 590px !important;
    min-width: 590px !important;
  }

  .wid-md-600 {
    width: 600px !important;
    min-width: 600px !important;
  }

  .wid-md-610 {
    width: 610px !important;
    min-width: 610px !important;
  }

  .wid-md-620 {
    width: 620px !important;
    min-width: 620px !important;
  }

  .wid-md-630 {
    width: 630px !important;
    min-width: 630px !important;
  }

  .wid-md-640 {
    width: 640px !important;
    min-width: 640px !important;
  }

  .wid-md-650 {
    width: 650px !important;
    min-width: 650px !important;
  }

  .wid-md-660 {
    width: 660px !important;
    min-width: 660px !important;
  }

  .wid-md-670 {
    width: 670px !important;
    min-width: 670px !important;
  }

  .wid-md-680 {
    width: 680px !important;
    min-width: 680px !important;
  }

  .wid-md-690 {
    width: 690px !important;
    min-width: 690px !important;
  }

  .wid-md-700 {
    width: 700px !important;
    min-width: 700px !important;
  }

  .wid-md-710 {
    width: 710px !important;
    min-width: 710px !important;
  }

  .wid-md-720 {
    width: 720px !important;
    min-width: 720px !important;
  }

  .wid-md-730 {
    width: 730px !important;
    min-width: 730px !important;
  }

  .wid-md-740 {
    width: 740px !important;
    min-width: 740px !important;
  }

  .wid-md-750 {
    width: 750px !important;
    min-width: 750px !important;
  }

  .wid-md-760 {
    width: 760px !important;
    min-width: 760px !important;
  }

  .wid-md-770 {
    width: 770px !important;
    min-width: 770px !important;
  }

  .wid-md-780 {
    width: 780px !important;
    min-width: 780px !important;
  }

  .wid-md-790 {
    width: 790px !important;
    min-width: 790px !important;
  }

  .wid-md-800 {
    width: 800px !important;
    min-width: 800px !important;
  }

  .wid-md-810 {
    width: 810px !important;
    min-width: 810px !important;
  }

  .wid-md-820 {
    width: 820px !important;
    min-width: 820px !important;
  }

  .wid-md-830 {
    width: 830px !important;
    min-width: 830px !important;
  }

  .wid-md-840 {
    width: 840px !important;
    min-width: 840px !important;
  }

  .wid-md-850 {
    width: 850px !important;
    min-width: 850px !important;
  }

  .wid-md-860 {
    width: 860px !important;
    min-width: 860px !important;
  }

  .wid-md-870 {
    width: 870px !important;
    min-width: 870px !important;
  }

  .wid-md-880 {
    width: 880px !important;
    min-width: 880px !important;
  }

  .wid-md-890 {
    width: 890px !important;
    min-width: 890px !important;
  }

  .wid-md-900 {
    width: 900px !important;
    min-width: 900px !important;
  }

  .wid-md-910 {
    width: 910px !important;
    min-width: 910px !important;
  }

  .wid-md-920 {
    width: 920px !important;
    min-width: 920px !important;
  }

  .wid-md-930 {
    width: 930px !important;
    min-width: 930px !important;
  }

  .wid-md-940 {
    width: 940px !important;
    min-width: 940px !important;
  }

  .wid-md-950 {
    width: 950px !important;
    min-width: 950px !important;
  }

  .wid-md-960 {
    width: 960px !important;
    min-width: 960px !important;
  }

  .wid-md-970 {
    width: 970px !important;
    min-width: 970px !important;
  }

  .wid-md-980 {
    width: 980px !important;
    min-width: 980px !important;
  }

  .wid-md-990 {
    width: 990px !important;
    min-width: 990px !important;
  }

  .wid-md-1000 {
    width: 1000px !important;
    min-width: 1000px !important;
  }

  .wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }

  .wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }

  .wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }

  .wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }

  .wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }

  .wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }

  .wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }

  .wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }

  .wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }

  .wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

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

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

.ml-15 {
  margin-left: 15px !important;
}

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

.ml-25 {
  margin-left: 25px !important;
}

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

.mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0 {
  margin-right: 0px !important;
}

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

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

.mr-15 {
  margin-right: 15px !important;
}

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

.mr-25 {
  margin-right: 25px !important;
}

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

.pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }

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

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

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

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

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-35 {
    margin-top: 25px !important;
  }

  .mt-md-40 {
    margin-top: 30px !important;
  }

  .mt-md-45 {
    margin-top: 25px !important;
  }

  .mt-md-50 {
    margin-top: 30px !important;
  }

  .mt-md-55 {
    margin-top: 25px !important;
  }

  .mt-md-60 {
    margin-top: 30px !important;
  }

  .ml-md-0 {
    margin-left: 0px !important;
  }

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

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

  .ml-md-15 {
    margin-left: 15px !important;
  }

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

  .ml-md-25 {
    margin-left: 25px !important;
  }

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

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-95 {
    margin-bottom: 85px !important;
  }

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

  .mr-md-0 {
    margin-right: 0px !important;
  }

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

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

  .mr-md-15 {
    margin-right: 15px !important;
  }

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

  .mr-md-25 {
    margin-right: 25px !important;
  }

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

  .pt-md-0 {
    padding-top: 0px !important;
  }

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

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

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

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

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

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

  .pl-md-0 {
    padding-left: 0px !important;
  }

  .pl-md-5 {
    padding-left: 5px !important;
  }

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

  .pl-md-15 {
    padding-left: 15px !important;
  }

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

  .pl-md-25 {
    padding-left: 25px !important;
  }

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

  .pb-md-0 {
    padding-bottom: 0px !important;
  }

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

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

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

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

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

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

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

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

  .pr-md-0 {
    padding-right: 0px !important;
  }

  .pr-md-5 {
    padding-right: 5px !important;
  }

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

  .pr-md-15 {
    padding-right: 15px !important;
  }

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

  .pr-md-25 {
    padding-right: 25px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }
}
.ttl-page {
  font-size: 5.5rem;
  margin: 110px auto 30px;
  font-weight: bold;
  line-height: 150%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-page {
    font-size: 7vw;
    line-height: 1.7;
    margin-top: 130px;
    margin-bottom: 20px;
  }
}

.ttl-article {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 136%;
  letter-spacing: 0.33rem;
  margin-top: 70px;
  margin-bottom: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ttl-article {
    font-size: 7.1vw;
    letter-spacing: 0.1rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .ttl-article span {
    font-size: 5vw;
    line-height: 1.2;
  }
}

.ttl-section {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ttl-section {
    font-size: 4.8vw;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.ttl-step {
  background: #76b900;
  display: inline-block;
  color: #fff;
  padding: 8px 1px 8px 15px;
  height: 36px;
  line-height: 2.4rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .ttl-step {
    padding: 6px 1px 5px 8px;
    font-size: 1.1rem;
    line-height: 2;
    height: 32px;
    margin-right: 13px;
  }
}
.ttl-step:after {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #76b900;
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ttl-step:after {
    width: 10px;
    right: -10px;
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 10px;
  }
}

.ttl-block {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #76b900;
}
@media screen and (max-width: 767px) {
  .ttl-block {
    font-size: 4vw;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.ttl-paragraph {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl-paragraph {
    font-size: 3.8vw;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.text-huge {
  font-size: 3rem !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .text-huge {
    font-size: 2rem !important;
    line-height: 1.5 !important;
  }
}
.text-bold {
  font-weight: bold !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-red {
  color: #ff0000 !important;
}
.text-blue {
  color: #007eff !important;
}
.text-green {
  color: #76b900 !important;
}
.text-yellow {
  color: #f3b300 !important;
}
.text-orange {
  color: #ff730c !important;
}
.text-gray {
  color: #1a1a1a !important;
}
.text-black {
  color: #000 !important;
}
.text-light-gray {
  color: #b9b9b9 !important;
}
.text-white {
  color: #fff !important;
}
.text-strike {
  text-decoration: line-through !important;
}
.text-size-l, .text-size-l a {
  font-size: 2.9rem !important;
}
@media screen and (max-width: 767px) {
  .text-size-l, .text-size-l a {
    font-size: 5.9vw !important;
  }
}
.text-size-m, .text-size-m a {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  .text-size-m, .text-size-m a {
    font-size: 1.6rem !important;
  }
}
.text-size-n, .text-size-n a {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .text-size-n, .text-size-n a {
    font-size: 1.3rem !important;
  }
}
.text-size-s, .text-size-s a {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  .text-size-s, .text-size-s a {
    font-size: 1rem !important;
  }
}
.text-size-ss, .text-size-ss a {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .text-size-ss, .text-size-ss a {
    font-size: 1rem !important;
  }
}
.text-border {
  border-bottom: 2px solid #76b900;
}
.text-border-bold {
  padding-bottom: 3px;
  line-height: 1.9;
  border-bottom: 5px solid #76b900;
  display: inline;
}
.text-image-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .text-image-wrapper {
    margin-bottom: 15px;
  }
}
.text-image-right {
  float: right;
  margin-left: 4%;
}
.text-image-left {
  float: left;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .text-image {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-md-left {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .text-md-center {
    text-align: center;
  }
}
.text-link-blue {
  color: #1c619c;
}
.text-link-arrow {
  margin-right: 5px;
  display: inline-block;
  color: #76b900 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 1.5rem;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .text-link-arrow {
    padding-right: 20px;
  }
}
.text-link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  background-image: url(../images/common/icon/icon_arrow.png);
}
.text-link-arrow-bottom {
  margin-right: 5px;
  display: inline-block;
  color: #76b900 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 1.5rem;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .text-link-arrow-bottom {
    padding-right: 20px;
  }
}
.text-link-arrow-bottom:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  background-image: url(../images/common/icon/icon_arrow_down.png);
  transition: all 0.25s ease;
}
.text-link-arrow-bottom.is-active:before {
  transform: rotate(180deg);
}
.text-link-arrow-left {
  margin-right: 5px;
  display: inline-block;
  color: #76b900 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 1.5rem;
  padding-right: 20px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .text-link-arrow-left {
    padding-right: 20px;
  }
}
.text-link-arrow-left:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  background-image: url(../images/common/icon/icon_arrow_left.png);
  left: 0;
  right: auto;
  margin-left: 0;
}
.text-link-pdf {
  margin-right: 5px;
}
.text-link-pdf:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_pdf_red.png);
  width: 17px;
  height: 15.5px;
}
.text-link-blank {
  margin-right: 5px;
}
.text-link-blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_blank_gray.png);
}
.text-link-more {
  margin-right: 5px;
  display: inline-block;
  color: #76b900 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 1.5rem;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .text-link-more {
    padding-right: 20px;
  }
}
.text-link-more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  background-image: url(../images/common/icon/icon_arrow_down.png);
}
.text-link-info {
  margin-right: 5px;
  display: inline-block;
  color: #76b900 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 1.5rem;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .text-link-info {
    padding-right: 20px;
  }
}
.text-link-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
}
.text-link-twitter {
  margin-right: 5px;
  display: inline-block;
  color: #76b900 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 1.5rem;
  padding-right: 20px;
  position: relative;
  color: #fff !important;
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  .text-link-twitter {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .text-link-twitter {
    font-size: 1.5rem;
    padding-right: 30px;
  }
}
.text-link-twitter:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  background-image: url(../images/common/icon/icon_twitter_lg.png);
  background-size: 43px 35px;
  width: 43px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .text-link-twitter:before {
    background-size: 30px 24px;
    width: 30px;
    height: 24px;
  }
}
.text-icon {
  padding-right: 15px;
}
.text-icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  width: 2rem;
  height: 2rem;
}
.text-icon-mail:after {
  background-image: url(../images/common/icon/icon_mail.png);
}
.text-icon-app:after {
  background-image: url("../images/common/icon/icon_app.png");
}

/* IEでリンクアイコンが見きれる問題を解消*/
@media all and (-ms-high-contrast: none) {
  .list-link > li > a:before, .list-link > li > span:before, .list-link-anchor > li > a:before, .text-link-arrow-bottom:before, .text-link-arrow:before, .text-link-clear:before, .text-link-plus:before, .text-link-minus:before, .text-link-more:before, .text-link-info:before {
    background-size: 95% !important;
  }
}
.list > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list > li {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.list > li a {
  color: #76b900;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .list > li a:hover {
    text-decoration: none;
  }
}
.list > li:before {
  content: "・";
  margin-right: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list > li:before {
    top: 0;
  }
}
.list.sub-list {
  padding: 10px 0 0 0;
}
.list.sub-list li:before {
  content: "・";
  font-weight: normal;
}
.list-nohead > li {
  padding-left: 0;
  font-size: 1.5rem;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-nohead > li {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.list-nohead > li a {
  color: #76b900;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .list-nohead > li a:hover {
    text-decoration: none;
  }
}
.list-number > li {
  font-size: 1.5rem;
  margin: 0 0 10px 17px;
  line-height: 1.4;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .list-number > li {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.list-number > li a {
  color: #76b900;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .list-number > li a:hover {
    text-decoration: none;
  }
}
.list-link > li {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .list-link > li {
    font-size: 1.3rem;
  }
}
.list-link > li:last-child {
  margin-bottom: 0;
}
.list-link > li > a, .list-link > li > span {
  padding-left: 1.4em;
  text-indent: -1.4em;
  display: inline-block;
}
.list-link > li > a:before, .list-link > li > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  background-image: url(../images/common/icon/icon_arrow.png);
}
@media screen and (max-width: 767px) {
  .list-link > li > a:before, .list-link > li > span:before {
    width: 0.8em;
    height: 0.8em;
  }
}
.list-link > a:before {
  width: 0.8em;
  height: 0.8em;
}
.list-link-ib {
  font-size: 0px;
}
.list-link-ib > li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .list-link-ib > li {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.list-link-ib > li:last-child {
  border-right: none;
}
.list-link-ib > li:last-child {
  border-right: none;
}
.list-link-anchor {
  font-size: 0px;
}
.list-link-anchor > li {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding: 0 25px 0 0px;
  margin-right: 25px;
  border-right: 1px solid #e8e8e8;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list-link-anchor > li {
    font-size: 1.3rem;
    padding: 0 15px 0 0px;
    margin-right: 15px;
  }
}
.list-link-anchor > li:last-child {
  border-right: none;
}
.list-link-anchor > li > a, .list-link-anchor > li > span {
  color: #76b900;
  position: relative;
  padding-right: 25px;
}
.list-link-anchor > li > a:before, .list-link-anchor > li > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  background-image: url(../images/common/icon/icon_arrow_down.png);
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .list-link-anchor > li > a:before, .list-link-anchor > li > span:before {
    width: 0.8em;
    height: 0.8em;
    height: 0.5em;
  }
}
.list-iconindent li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  line-height: 1.6;
}
.list-iconindent li a {
  color: #76b900;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .list-iconindent li a:hover {
    text-decoration: none;
  }
}
.list-iconindent li span {
  margin-right: 5px;
}
.list-iconindent li span:last-child {
  margin-right: 0;
}
.list-iconindent li:last-child {
  margin-bottom: 0;
}
.list-sns {
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}
.list-sns > li {
  display: inline-block;
  width: 11%;
  margin: 0 6%;
}
.list-sns > li a, .list-sns > li img {
  width: 100%;
  display: block;
}
.list-info {
  margin-bottom: 0;
}
.list-info-link {
  color: #76b900;
  float: right;
  margin-right: 0;
  padding: 5px 2px 5px 2px;
}
@media screen and (max-width: 767px) {
  .list-info-link {
    font-size: 1.2rem;
  }
}
.list-info-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_arrow.png);
}
.list-info-item-block, .list-info-item > a {
  display: block;
  padding: 5px 50px 5px 0;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list-info-item-block, .list-info-item > a {
    padding: 0;
    white-space: normal;
  }
}
@media all and (-ms-high-contrast: none) {
  .list-info-item-block, .list-info-item > a {
    text-overflow: clip;
  }
}
.list-info-date {
  vertical-align: middle;
  line-height: 1.5;
  display: inline-block;
  margin-right: 10px;
  color: #aaaaaa;
}
@media screen and (max-width: 767px) {
  .list-info-date {
    margin-right: 5px;
    font-size: 1.2rem;
  }
}
.list-info-category {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  background-color: #ff0000;
  padding: 1px 6px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .list-info-category {
    padding: 1px 6px;
    font-size: 1rem;
    margin-right: 3px;
  }
}
.list-info-text {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list-info-text {
    padding: 0px 0 0 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    font-size: 1.2rem;
  }
}
.list-info-text.no-ellipsis {
  white-space: normal;
}
.list-flow-item {
  background: #76b900;
  color: #fff;
  width: calc(100% - 25px );
  padding: 5px 1px 5px 10px;
  height: 100%;
  position: relative;
  display: flex;
  min-height: 65px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list-flow-item {
    width: calc(100% - 10px );
    padding: 5px 1px 5px 5px;
  }
}
.list-flow-item:after {
  content: "";
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 20px solid #76b900;
  display: inline-block;
  width: 25px;
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .list-flow-item:after {
    right: -10px;
    width: 10px;
    border-top-width: 32px;
    border-bottom-width: 32px;
    border-left-width: 9px;
  }
}
.list-flow-item-link:before {
  content: "";
  position: absolute;
  margin: auto;
  vertical-align: middle;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .list-flow-item-link:before {
    bottom: 10px;
    width: 10px;
    height: 10px;
  }
}
.list-flow-step {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-flow-step {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
}
.list-flow-desc {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .list-flow-desc {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 14px;
  }
}
.list-numflow-item:not(:last-child) {
  padding-bottom: 50px;
  position: relative;
}
.list-numflow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 14px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #76b900 transparent transparent transparent;
}
.list-numflow-item:nth-child(3):after {
  content: none;
}
.list-numflow-item-inner {
  border: 1px solid #76b900;
  display: flex;
  align-items: center;
}
.list-numflow-item-inner.alignitems-start {
  align-items: start;
}
.list-numflow-item-num {
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 101px;
  background-color: #76b900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list-numflow-item-num {
    width: 65px;
    padding: 0 10px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .list-numflow-item-num {
    width: 65px;
    padding: 0 10px;
    font-size: 3rem;
  }
}
.list-numflow-item-num::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  width: 35px;
  border-left: 35px solid #76b900;
  border-top: 0 solid transparent;
  border-bottom: 100px solid transparent;
  right: -35px;
}
.list-numflow-item-num > img {
  vertical-align: middle;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .list-numflow-item-desc {
    width: calc( 100% - 65px );
    padding: 20px 30px 20px 55px;
  }
}
@media screen and (max-width: 767px) {
  .list-numflow-item-desc {
    width: calc( 100% - 65px );
    padding: 15px 10px 15px 40px;
  }
}
.list-numflow-item-desc p {
  line-height: 1.5;
}
.list-numflow-item-desc p:last-child {
  margin-bottom: 0;
}
.list-numflow-item > a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.list-numflow-item > a:after {
  content: "";
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: -90%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  background-image: none;
}
@media screen and (max-width: 767px) {
  .list-numflow-item > a:after {
    right: -82%;
  }
}
@media screen and (max-width: 767px) {
  .list-numflow-item > a .list-numflow-item-inner {
    padding-right: 35px;
  }
}
.list-movie-item:not(:last-child) {
  padding-bottom: 50px;
  position: relative;
}
.list-movie-item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 14px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #76b900 transparent transparent transparent;
}
.list-movie-item:nth-child(3):after {
  content: none;
}
.list-movie-item-inner {
  border: 1px solid #76b900;
  display: flex;
  align-items: center;
}
.list-movie-item-inner.alignitems-start {
  align-items: start;
}
@media screen and (max-width: 767px) {
  .list-movie-item-inner {
    display: block;
  }
}
.list-movie-item-num {
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 101px;
  background-color: #76b900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list-movie-item-num {
    width: 65px;
    padding: 0 10px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .list-movie-item-num {
    width: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 1.5rem;
  }
}
.list-movie-item-num::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  width: 35px;
  border-left: 35px solid #76b900;
  border-top: 0 solid transparent;
  border-bottom: 100px solid transparent;
  right: -35px;
}
@media screen and (max-width: 767px) {
  .list-movie-item-num::after {
    width: 15px;
    border-left: 15px solid #76b900;
    border-top: 0 solid transparent;
    border-bottom: 30px solid transparent;
    right: -15px;
  }
}
.list-movie-item-num > img {
  vertical-align: middle;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .list-movie-item-desc {
    width: calc( 100% - 65px );
    padding: 20px 30px 20px 55px;
  }
}
@media screen and (max-width: 767px) {
  .list-movie-item-desc {
    width: 100%;
    padding: 10px 30px 15px 30px;
  }
}
.list-movie-item-desc p {
  line-height: 1.5;
}
.list-movie-item-desc p:last-child {
  margin-bottom: 0;
}
.list-movie-item > a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.list-movie-item > a:after {
  content: "";
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: -90%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  background-image: none;
}
@media screen and (max-width: 767px) {
  .list-movie-item > a:after {
    right: -82%;
  }
}
@media screen and (max-width: 767px) {
  .list-movie-item > a .list-numflow-item-inner {
    padding-right: 35px;
  }
}

.table {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .table {
    table-layout: fixed;
  }
}
.table.text-size-s th, .table.text-size-s td {
  padding: 15px 5px;
}
@media screen and (max-width: 767px) {
  .table.text-size-s th, .table.text-size-s td {
    padding: 10px 4px;
    min-width: 0;
  }
}
.table th, .table td {
  padding: 15px;
  line-height: 1.7;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  min-width: 50px;
}
@media screen and (max-width: 767px) {
  .table th, .table td {
    padding: 10px 4px;
    line-height: 1.5;
    white-space: normal;
  }
  .table th:before, .table td:before {
    top: 12px;
    height: calc(100% - 24px);
  }
}
.table th a:not(.btn), .table td a:not(.btn) {
  color: #76b900;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .table th a:not(.btn):hover, .table td a:not(.btn):hover {
    text-decoration: none;
  }
}
.table th p:last-child, .table td p:last-child {
  margin-bottom: 0;
}
.table th.bt-none, .table td.bt-none {
  border-top: none;
}
.table th.bl-none, .table td.bl-none {
  border-left: none;
}
.table.noborder {
  border-right: none;
  border-bottom: none;
}
.table.noborder th, .table.noborder td {
  border-top: none;
  border-left: none;
}
.table .nowrap {
  white-space: nowrap;
}
.table.fixed {
  table-layout: fixed;
}
.table.nofixed {
  table-layout: auto;
}
.table-wrapper {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .global-nav {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 46px;
    left: 0;
    z-index: 9999;
  }
}
.global-nav-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .global-nav-list {
    display: block;
    margin: 20px 0 0;
  }
}
.global-nav-list-item > a:not(.btn) {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .global-nav-list-item > a:not(.btn) {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .global-nav-list-item > a:not(.btn) {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .global-nav-list-item > a:not(.btn) {
    display: block;
    padding: 15px 45px;
    font-size: 3.5vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .global-nav-list-item > .btn {
    min-width: 145px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .global-nav-list-item > .btn {
    min-width: 145px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav-list-item > .btn {
    width: 76%;
  }
}
.global-nav-list-item:not(:last-child) {
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .global-nav-list-item:not(:last-child) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .global-nav-list-item:last-child {
    text-align: center;
  }
}
.global-nav-sns a {
  margin: 0 3px;
  width: 20px;
  display: inline-block;
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .global-nav-sns {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .global-nav-sns {
    display: none;
  }
}

.menu-open-icon,
.menu-open-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-open-icon {
  position: relative;
  width: 50px;
  height: 44px;
  margin: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-open-icon {
    display: block;
    width: 45px;
    height: 25px;
  }
}

.menu-open-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #76b900;
  border-radius: 4px;
}
.menu-open-icon span:nth-of-type(1) {
  top: 6px;
}
.menu-open-icon span:nth-of-type(2) {
  bottom: 6px;
}

.type-a.is-active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .type-a.is-active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
}
.type-a.is-active span:nth-of-type(2) {
  transform: translateY(-20px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .type-a.is-active span:nth-of-type(2) {
    transform: translateY(-4px) rotate(45deg);
  }
}

.btn {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #76b900;
  min-width: 380px;
  padding: 20px 50px 20px 20px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.7;
  transition: all 0.1s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
    min-width: 48.5%;
    padding: 16px 40px 16px 20px;
  }
}
.btn:before {
  content: "";
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn:before {
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.btn-s {
  padding: 12px 25px 11px 6px;
  font-size: 12px;
  min-width: 195px;
}
@media screen and (max-width: 767px) {
  .btn-s {
    padding: 16px 40px 16px 10px;
  }
}
.btn-s:before {
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-m {
  padding: 11px 30px 11px 10px;
  font-size: 1.8rem;
  min-width: 180px;
}
.btn-m:before {
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .btn-m {
    font-size: 1.4rem;
  }
}
.btn-bottom {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 2px solid #76b900;
  color: #76b900;
  width: 100%;
  margin: 0 auto 0;
  padding: 20px 50px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s ease;
  position: relative;
  font-size: 5rem;
  min-width: 70%;
  line-height: 1.5;
}
.btn-bottom span {
  display: block;
}
.btn-bottom span:nth-child(1) {
  font-size: 2.5rem;
}
.btn-bottom span:nth-child(2) {
  font-size: 5rem;
}
.btn-bottom span:nth-child(3) {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .btn-bottom {
    font-size: 5vw;
    line-height: 130%;
    padding: 10px 0;
    min-width: 0;
    border-width: 7px;
  }
  .btn-bottom span {
    display: block;
  }
  .btn-bottom span:nth-child(1) {
    font-size: 1rem;
    line-height: 2;
  }
  .btn-bottom span:nth-child(2) {
    font-size: 5vw;
  }
  .btn-bottom span:nth-child(3) {
    font-size: 1.3rem;
  }
}
.btn-bottom:before {
  content: "";
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 40px;
  width: 27px;
  height: 27px;
  margin-top: -12px;
  border-top: 3px solid #76b900;
  border-right: 3px solid #76b900;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn-bottom:before {
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.btn-bottom-shadow {
  color: #76b900;
  box-shadow: 6px 6px 0 #76b900;
  border: 2px solid #76b900;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .btn-bottom-shadow {
    border-width: 2px;
    box-shadow: 4px 4px 0 #76b900;
  }
}
.btn-double {
  padding: 6px 40px 6px 30px;
}
.btn-black {
  background: #000;
  border: 1px solid #76b900;
}
.btn-red {
  background: #ff0000;
  color: #fff;
}
.btn-yellow {
  background: #f3b300;
  color: #fff;
  border: none;
}
.btn-yellow:before {
  border-color: #fff;
}
.btn-pdf:before {
  content: none;
}
.btn-pdf:after {
  content: "";
  position: absolute;
  margin: auto;
  vertical-align: middle;
  top: 50%;
  right: 20px;
  background: url(../images/common/icon/icon_pdf_white.png) no-repeat left top;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .btn-pdf:after {
    right: 10px;
  }
}
.btn-noarrow {
  cursor: default !important;
  padding-right: 20px;
}
.btn-noarrow:before {
  content: none !important;
}
.btn-shadow {
  color: #76b900;
  box-shadow: 6px 6px 0 #76b900;
  border: 2px solid #76b900;
  background-color: #fff;
}

.btn-inline-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-inline-wrapper .btn {
  margin-right: 15px;
  margin-top: 15px;
  vertical-align: middle;
}
.btn-inline-wrapper .btn:first-child, .btn-inline-wrapper .btn:nth-child(2), .btn-inline-wrapper .btn:nth-child(3), .btn-inline-wrapper .btn:nth-child(4) {
  margin-top: 0;
}
.btn-inline-wrapper .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .btn-inline-wrapper .btn {
    margin-right: 0;
    min-width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .btn-inline-wrapper .btn:nth-child(4) {
    margin-top: 15px;
  }
}
.box {
  border: 1px solid #76b900;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}
.box-red {
  border-color: #ff0000;
}
@media screen and (max-width: 767px) {
  .box {
    min-height: 0px;
    padding: 15px;
  }
}
.box p:last-child {
  margin-bottom: 0;
}
.box-entry {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.icon-movie {
  position: relative;
  display: inline-block;
}
.icon-movie:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.icon-movie:after {
  content: "";
  position: absolute;
  display: block;
  width: 25%;
  height: 100%;
  background: url(../images/common/icon/icon_play.png) center center no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .icon-movie:after {
    width: 80px;
    height: 80px;
  }
}

.tab {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tab {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.tab-list {
  font-size: 0px;
  padding: 0 5%;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tab-list {
    padding: 0;
  }
}
.tab-list-item {
  display: inline-block;
  padding: 0px 0;
  height: 50px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  width: 50%;
  color: #fff;
  line-height: 1;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .tab-list-item {
    padding: 0px 0;
    font-size: 1.3rem;
    height: 70px;
  }
}
.tab-list-item a {
  color: #fff;
  font-size: 18px;
}
.tab-list-item:hover {
  color: #fff;
  font-weight: bold;
}
.tab-list-item:hover a {
  font-weight: bold;
  opacity: 1 !important;
  color: #fff;
}
.tab-list-item:first-child {
  padding-left: 0;
}
.tab-list-item:last-child {
  padding-right: 0;
}
.tab-list-item span {
  display: block;
  padding: 0px 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.tab-list-item span a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .tab-list-item span a {
    padding: 0px 0;
  }
}
@media screen and (max-width: 767px) {
  .tab-list-item span, .tab-list-item a {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.tab-list-item.is-active {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tab-list-item.is-active {
    border-top-width: 2px;
  }
}
.tab-list-item.is-active a {
  color: #000;
}
.tab-list-item.is-active:after {
  display: block;
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0px;
  bottom: -1px;
}

/* スクロール追従用のタブ */
.tab-fixed-wrapper {
  position: relative;
}
.tab-fixed-wrapper.is-fixed {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .tab-fixed-wrapper.is-fixed {
    padding-top: 76px;
  }
}
.tab-fixed-wrapper > .tab {
  width: 100%;
  background: #fff;
  width: 100%;
}
.tab-fixed-wrapper > .tab .tab-list-item {
  transition: none;
}
.tab-fixed-wrapper > .tab .tab-btn-item {
  display: none;
  position: absolute;
  right: 0;
}
.tab-fixed-wrapper > .tab .tab-btn-item .btn {
  min-width: 140px;
  padding: 5px 0;
}
.tab-fixed-wrapper > .tab.is-fixed {
  position: fixed;
  top: -50px;
  margin: 0;
  padding-top: 0;
  width: calc(100% - 175px);
  z-index: 20;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .tab-fixed-wrapper > .tab.is-fixed {
    width: 100%;
  }
}
.tab-fixed-wrapper > .tab.is-fixed.is-show {
  top: 0;
  transition: all 300ms 0s ease;
}
.tab-fixed-wrapper > .tab.is-fixed .tab-list {
  border-bottom: none;
  padding: 0;
}
.tab-fixed-wrapper > .tab.is-fixed .tab-list-item {
  height: 50px;
  font-size: 1.5rem;
  transition: none;
}
@media screen and (max-width: 767px) {
  .tab-fixed-wrapper > .tab.is-fixed .tab-list-item {
    font-size: 1.1rem;
    height: 43px;
  }
}
.tab-fixed-wrapper > .tab.is-fixed .tab-list-item:first-child:before, .tab-fixed-wrapper > .tab.is-fixed .tab-list-item:last-child span:after {
  content: none;
}
.tab-fixed-wrapper > .tab.is-fixed .tab-btn-item {
  top: 7px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tab-fixed-wrapper > .tab.is-fixed .tab-btn-item {
    top: 0;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .tab-fixed-wrapper > .tab.is-fixed .tab-btn-item .btn {
    width: 100%;
    min-width: auto;
    box-shadow: none;
    height: 43px;
    border-radius: 0;
    padding-top: 11px;
  }
  .tab-fixed-wrapper > .tab.is-fixed .tab-btn-item .btn:before {
    content: none;
  }
}

@media screen and (max-width: 1024px) {
  .tab-fixed-wrapper > .tab.is-fixed.is-show {
    top: 60px;
    width: 100%;
  }
}
.tab-list-3 .tab-list-item {
  width: 33.33%;
}

.tab-list-3 .tab-list-item + .tab-list-item:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  background: #e8e8e8;
}

.tab-list-3 .tab-list-item.is-active:before, .tab-list-3 .tab-list-item.is-active + .tab-list-item:before {
  display: none;
}

.tab-list-6 .tab-list-item {
  width: calc(100% / 6);
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .tab-list-6 .tab-list-item {
    width: calc(100% / 3);
    height: 30px;
    margin-bottom: 10px;
  }
  .tab-list-6 .tab-list-item.is-active {
    border-top-width: 2px;
    border-radius: 8px;
    border: 1px solid #fff;
  }
  .tab-list-6 .tab-list-item.is-active::after {
    content: none;
  }
}

.tab-list-6 .tab-list-item span {
  padding: 2px 0;
}

.tab-list-6 .tab-list-item + .tab-list-item:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  background: #e8e8e8;
}

.tab-list-6 .tab-list-item.is-active:before, .tab-list-6 .tab-list-item.is-active + .tab-list-item:before {
  display: none;
}

.tab-list-bottom .tab-list-item:before, .tab-list-bottom .tab-list-item:last-child:before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -12px;
  background: #e8e8e8;
}
.tab-list-bottom .tab-list-item:last-child span:after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -11px;
  background: #e8e8e8;
}
.tab-list-bottom.tab-list-3 .tab-list-item.is-active:before, .tab-list-bottom.tab-list-3 .tab-list-item.is-active + .tab-list-item:before, .tab-list-bottom.tab-list-6 .tab-list-item.is-active:before, .tab-list-bottom.tab-list-6 .tab-list-item.is-active + .tab-list-item:before {
  display: block;
}

.bg-gray .tab-list-item.is-active:after {
  background: #F6F6F6;
}

.tab-target {
  overflow: hidden;
  position: relative;
}
.tab-target-item {
  display: none !important;
  left: 0px;
  top: 0px;
  width: 100%;
  transition: all 1.25s ease;
  overflow: hidden;
}
.tab-target-item.is-active {
  display: block !important;
}

.tab-target-wrapper .tab-target-item {
  opacity: 0;
}
.tab-target-wrapper .tab-target-item.is-active {
  opacity: 1;
}
.tab-target-wrapper .tab-target-item.is-prepare-left {
  display: block !important;
  transition: all 0.01s ease;
  opacity: 0;
}
.tab-target-wrapper .tab-target-item.is-prepare-right {
  display: block !important;
  transition: all 0.01s ease;
  opacity: 0;
}
.tab-target-wrapper .tab-target-item.is-prepare-left.is-active, .tab-target-wrapper .tab-target-item.is-prepare-right.is-active {
  transition: all 0.5s ease;
  opacity: 1;
}
.tab-target-wrapper .tab-target-item.is-fadeout-left {
  display: block !important;
  transition: all 0.5s ease;
  opacity: 0;
}
.tab-target-wrapper .tab-target-item.is-fadeout-right {
  display: block !important;
  transition: all 0.5s ease;
  opacity: 0;
}

.kv {
  height: 100vh;
  width: 100%;
  background: #000;
  text-align: center;
  overflow: hidden;
}
.kv-left {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kv-left {
    position: relative;
  }
}
.kv-left-inner {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .kv-left-inner {
    position: relative;
  }
}
.kv-left-item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding-right: 2px;
  padding-left: 2px;
  overflow: hidden;
  height: 100%;
}
.kv-left-item img {
  width: 100%;
}
.kv-left-item ul {
  width: 100%;
  overflow: hidden;
}
.kv-left-item ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.kv-left-item-wrap {
  left: 0;
  width: 98%;
  overflow: hidden;
  position: absolute;
}
.kv-left-item-wrap :after {
  content: "";
  display: none;
  clear: none;
}
.kv-left-item:nth-child(odd) .kv-left-item-wrap {
  top: 0;
}
.kv-left-item:nth-child(even) .kv-left-item-wrap {
  bottom: 0;
}
.kv-right {
  background-image: url("../images/top_new/bg_kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .kv-right {
    padding: 30px 10px !important;
  }
}
.kv-right-02 {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .kv-right-02 {
    padding: 30px 10px !important;
  }
}
.kv-ttl {
  font-weight: bold;
  line-height: 1.1;
  margin: 20px 0 40px;
  font-size: 5vw;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .kv-ttl {
    margin: 20px 0;
    line-height: 1.2;
    font-size: 9.4vw;
  }
}
.kv-ttl span {
  font-size: 3vw;
}
@media screen and (max-width: 767px) {
  .kv-ttl span {
    font-size: 7vw;
  }
}
.kv-txt-01 {
  font-size: 2vw;
  font-weight: bold;
  display: inline-block;
  padding: 4px 35px;
  margin: 0 0 25px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .kv-txt-01 {
    font-size: 4vw;
    padding: 4px 0;
  }
}
.kv-txt-02 {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .kv-txt-02 {
    font-size: 4vw;
  }
}
.kv-txt-03 {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .kv-txt-03 {
    font-size: 5vw;
  }
}
.kv-txt-box {
  border: 4px solid #76b900;
  display: inline-block;
  width: 85%;
  padding: 20px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kv-txt-box {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}
.kv-txt-box .btn {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .kv-txt-box .btn {
    width: 85%;
    padding: 6px 6px;
  }
}
.kv-txt-box .btn span {
  font-size: 70%;
}
.kv-link {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kv-link {
    font-size: 1.2rem;
  }
}
.kv-news {
  background: #222;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .kv-news {
    padding: 15px 0;
  }
}

.kv-lp {
  width: 100%;
  background: #000;
  text-align: center;
  overflow: hidden;
  overflow: hidden;
  background: url("../images/lp/common/kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .kv-lp {
    background-image: url("../images/lp/common/kv_sp.png");
    height: 130vw;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .kv-lp > .row {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .kv-lp .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.kv-lp-right {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .kv-lp-right {
    padding: 0;
  }
}
.kv-lp-price {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kv-lp-price {
    margin-bottom: 30px;
  }
}
.kv-lp-price p {
  margin: 0;
  font-weight: bold;
}
.kv-lp-price-01 {
  font-size: 2vw;
  letter-spacing: 1px;
  line-height: 1.3;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .kv-lp-price-01 {
    font-size: 4vw;
  }
}
.kv-lp-price-02 {
  font-size: 5.8vw;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kv-lp-price-02 {
    font-size: 12vw;
  }
}
.kv-lp-price-03 {
  line-height: 1.1;
  font-size: 5vw;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .kv-lp-price-03 {
    font-size: 9.4vw;
  }
}
.kv-lp-ttl {
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 40px;
  font-size: 5vw;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .kv-lp-ttl {
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 9.4vw;
  }
}
.kv-lp-ttl span {
  font-size: 3vw;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .kv-lp-ttl span {
    font-size: 7vw;
  }
}
.kv-lp-txt-01 {
  font-size: 2vw;
  font-weight: bold;
  display: inline-block;
  padding: 4px 35px;
  margin: 0 0 25px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .kv-lp-txt-01 {
    font-size: 4vw;
    padding: 4px 0;
  }
}
.kv-lp-txt-02 {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .kv-lp-txt-02 {
    font-size: 4vw;
  }
}
.kv-lp-txt-03 {
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.3;
  margin: 0 0 5px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .kv-lp-txt-03 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 8vw;
  }
}
.kv-lp-link {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kv-lp-link {
    font-size: 1.2rem;
  }
}

.kv02 {
  position: relative;
}
.kv02-video-container {
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  text-align: center;
  overflow: hidden;
  z-index: -1;
}
.kv02-video-container > video {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kv02-video-container {
    display: none;
  }
}
.kv02-info {
  margin: 0 auto;
  max-width: 1290px;
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .kv02-info {
    background-position: center top;
    background-size: 100%;
  }
}
.kv02-info-inner {
  padding-top: 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv02-info-inner {
    padding-top: 30px;
  }
}
.kv02-info-ttl {
  padding: 0;
  font-weight: bold;
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv02-info-ttl {
    font-size: 7vw;
    line-height: 1.2;
  }
}
.kv02-info-ttl span {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .kv02-info-ttl span {
    font-size: 5vw;
    line-height: 1;
  }
}
.kv02-info-img {
  text-align: center;
  margin: -30px auto -25px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .kv02-info-img {
    margin: 0;
  }
}
.kv02-info-btn {
  width: 100%;
  padding: 20px 30px 20px 10px;
  font-size: 1.8rem;
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .kv02-info-btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px 30px 15px 10px;
  }
}
.kv02-info-btn-wrapper {
  max-width: 700px;
  margin: 0 auto 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kv02-info-btn-wrapper {
    width: 100%;
    padding: 0 20px 20px;
  }
}

.bottom-carousel {
  position: relative;
  height: 89px;
  margin-bottom: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bottom-carousel {
    height: 62px;
  }
}
.bottom-carousel-wrap {
  top: 0;
  right: 0;
  height: 89px;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .bottom-carousel-wrap {
    height: 62px;
  }
}
.bottom-carousel-wrap:after {
  content: "";
  display: none;
  clear: none;
}
.bottom-carousel-inner {
  height: 100%;
  float: right;
  overflow: hidden;
}
.bottom-carousel-item {
  width: 1520px;
  height: 100%;
  float: right;
  display: inline;
  overflow: hidden;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .bottom-carousel-item {
    width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-carousel-top {
    height: 82px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-carousel-top .bottom-carousel-wrap {
    height: 82px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-carousel-top .bottom-carousel-item {
    width: 570px;
  }
}

.about {
  background: url(/assets/images/top_new/bg_block.png);
}
.about-text {
  line-height: 42px;
  margin: 0;
}

.index-text {
  line-height: 2;
}

.card-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .card-wrap {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .card-item {
    margin-bottom: 25px;
  }
}
.card-item-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card-item-img {
    margin-bottom: 10px;
  }
}
.card-item-img img {
  width: 100%;
}
.card-item-title {
  font-weight: bold;
  font-size: 1.5rem !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .card-item-title {
    font-size: 1.8rem !important;
  }
}
.card-item p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .card-item p {
    font-size: 1.5rem;
  }
}
.card-col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .card-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.card-flow .card-col:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #76b900;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  display: block;
  top: 32%;
  right: -5px;
}
@media screen and (max-width: 767px) {
  .card-flow .card-col:after {
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
.card-flow .card-col:last-child:after {
  content: none;
}

.cv-box {
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv-box {
    padding: 20px;
  }
}
.cv-box-ttl {
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv-box-ttl {
    font-size: 5.2vw;
    line-height: 130%;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.cv-box p {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cv-box p {
    font-size: 1.2rem;
  }
}
.cv-box .btn {
  font-size: 5rem;
  min-width: 70%;
  line-height: 1.5;
}
.cv-box .btn span {
  display: block;
}
.cv-box .btn span:nth-child(1) {
  font-size: 2.5rem;
}
.cv-box .btn span:nth-child(2) {
  font-size: 5rem;
}
.cv-box .btn span:nth-child(3) {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cv-box .btn {
    font-size: 4vw;
    width: 100%;
    line-height: 130%;
  }
  .cv-box .btn span {
    display: block;
  }
  .cv-box .btn span:nth-child(1) {
    font-size: 3.1vw;
  }
  .cv-box .btn span:nth-child(2) {
    font-size: 5vw;
  }
  .cv-box .btn span:nth-child(3) {
    font-size: 3.1vw;
  }
}

.notice-box {
  padding: 60px;
  position: relative;
  border: 1px solid #76b900;
  padding: 40px 140px;
}
@media screen and (max-width: 767px) {
  .notice-box {
    padding: 20px;
  }
}
.notice-box-ttl {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 110%;
  color: #76b900;
  text-align: center;
  display: block;
  width: 200px;
  background: #222;
}
@media screen and (max-width: 767px) {
  .notice-box-ttl {
    font-size: 17px;
    top: -8px;
    width: 155px;
  }
}
.notice-box p {
  font-weight: bold;
}
.notice-box table tr, .notice-box table td {
  vertical-align: top;
}

.point-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .point-wrap {
    margin: 0;
    padding: 10px 20px;
  }
}
.point-item {
  position: relative;
  z-index: 1;
}
.point-col {
  position: relative;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .point-col {
    height: 110px;
    margin-bottom: 25px;
  }
}
.point-col:before, .point-col:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
}
.point-col:before {
  width: 200px;
  background: #76b900;
  left: 0;
}
@media screen and (max-width: 767px) {
  .point-col:before {
    width: 120px;
  }
}
.point-col:after {
  width: 70px;
  border-left: 70px solid #76b900;
  border-top: 0 solid transparent;
  border-bottom: 170px solid transparent;
  left: 200px;
}
@media screen and (max-width: 767px) {
  .point-col:after {
    left: 119px;
    border-bottom: 110px solid transparent;
  }
}
.point-col p {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .point-col p {
    font-size: 6.4vw;
  }
}

/* carousel */
.carousel-item {
  padding: 0 20px;
}

/* rtxon */
.rtxon-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.rtxon-wrapper.is-on .rtxon-item-02 {
  z-index: -1;
}
.rtxon-item:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.rtxon-item-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rtxon-item-icon {
    width: 110px;
  }
}

.toggle-switch {
  display: table;
  font-size: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .toggle-switch {
    font-size: 40px;
  }
}
.toggle-switch > input {
  display: none;
}
.toggle-switch > input:checked + label {
  background-color: #2dcb45;
}
.toggle-switch > input:checked + label::before {
  left: calc(100% - 1em + 0.05em);
}
.toggle-switch > label {
  display: block;
  position: relative;
  width: 1.8em;
  height: 1em;
  border-radius: 1em;
  background-color: #2b2a2f;
  cursor: pointer;
}
.toggle-switch > label::before {
  position: absolute;
  top: 0.05em;
  left: 0.05em;
  width: calc(1em - 0.1em);
  height: calc(1em - 0.1em);
  border-radius: calc(1em - 0.1em);
  background-color: #fff;
  transition: 0.5s;
  content: "";
}

.cv {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cv {
    width: 100%;
    bottom: 50px;
    z-index: 10;
  }
}
.cv-inner {
  background-image: url("../images/top_new/bg_btn_border.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #f3b300;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  padding: 12px 45px 18px 45px;
  width: 340px;
  /*
  &:before{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    display: block;
    width: 35px;
    border-right: 35px solid #76b900;
    border-top: 100px solid transparent;
    border-bottom: 0px solid transparent;
    left: -35px;
  }
  */
}
@media screen and (max-width: 767px) {
  .cv-inner {
    font-size: 19px;
    float: right;
    text-align: center;
    width: 298px;
    padding: 12px 50px 18px 53px;
  }
}
.cv-inner span {
  display: block;
}
.cv-inner span:first-child {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cv-inner span:first-child {
    font-size: 1.2rem;
  }
}
.cv-inner:after {
  content: "";
  position: absolute;
  margin: auto;
  vertical-align: middle;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border-top: 3px solid #f3b300;
  border-right: 3px solid #f3b300;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cv-inner:after {
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 2px solid #f3b300;
    border-right: 2px solid #f3b300;
  }
}

/* ビジュアルエディタ用 */
.editor {
  /* 要素寄せ */
}
.editor h1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 136%;
  letter-spacing: 0.33rem;
  margin-top: 70px;
  margin-bottom: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .editor h1 {
    font-size: 8vw;
    letter-spacing: 0.1rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .editor h1 span {
    font-size: 4.8vw;
  }
}
.editor h2 {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .editor h2 {
    font-size: 4.8vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.editor h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #76b900;
}
@media screen and (max-width: 767px) {
  .editor h3 {
    font-size: 4vw;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.editor h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .editor h4 {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.editor > *:first-child {
  margin-top: 0;
}
.editor p strong, .editor p b,
.editor ul > li strong,
.editor ul > li b,
.editor ol > li strong,
.editor ol > li b {
  font-weight: bold;
  color: #76b900;
}
.editor ul, .editor ol {
  margin-left: 0px;
  padding-left: 25px;
}
.editor ul > li {
  list-style: disc;
}
.editor ol > li {
  list-style: decimal;
}
.editor img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .editor img {
    margin-bottom: 15px;
  }
}
.editor table {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.editor table th, .editor table td {
  padding: 15px;
  line-height: 1.7;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  min-width: 50px;
  font-size: 15px;
  line-height: calc(30 / 15);
}
.editor table th p:last-child, .editor table td p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .editor table th, .editor table td {
    font-size: 14px;
    line-height: calc(44.8 / 28);
  }
}
.editor p, .editor ul, .editor ol, .editor table {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .editor p, .editor ul, .editor ol, .editor table {
    margin-bottom: 15px;
  }
}
.editor p > img,
.editor p > img.alignnone,
.editor p > img.alignleft,
.editor p > img.aligncenter,
.editor p > img.alignright, .editor ul > img,
.editor ul > img.alignnone,
.editor ul > img.alignleft,
.editor ul > img.aligncenter,
.editor ul > img.alignright, .editor ol > img,
.editor ol > img.alignnone,
.editor ol > img.alignleft,
.editor ol > img.aligncenter,
.editor ol > img.alignright, .editor table > img,
.editor table > img.alignnone,
.editor table > img.alignleft,
.editor table > img.aligncenter,
.editor table > img.alignright {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .editor p > img,
.editor p > img.alignnone,
.editor p > img.alignleft,
.editor p > img.aligncenter,
.editor p > img.alignright, .editor ul > img,
.editor ul > img.alignnone,
.editor ul > img.alignleft,
.editor ul > img.aligncenter,
.editor ul > img.alignright, .editor ol > img,
.editor ol > img.alignnone,
.editor ol > img.alignleft,
.editor ol > img.aligncenter,
.editor ol > img.alignright, .editor table > img,
.editor table > img.alignnone,
.editor table > img.alignleft,
.editor table > img.aligncenter,
.editor table > img.alignright {
    margin: 0 auto 15px;
    float: none;
    display: block;
  }
}
.editor img,
.editor img[width],
.editor img[height] {
  max-width: 100%;
}
.editor .alignnone {
  margin: 4% 0 4%;
}
.editor .alignleft {
  float: left;
  margin: 0 4% 4% 0;
  text-align: left;
}
.editor .aligncenter {
  display: block;
  margin: 0 auto 4%;
  text-align: center;
}
.editor .alignright {
  float: right;
  margin: 0 0 4% 4%;
  text-align: right;
}

.search-form {
  border: 1px solid #76b900;
  border-radius: 8px;
  font-size: 1.5rem;
  width: 100%;
  padding: 13px 20px;
  line-height: 23px;
  -webkit-appearance: none;
}
.search-form::placeholder {
  color: #bfbfbf;
}
@media screen and (max-width: 767px) {
  .search-form {
    height: 55px;
    line-height: 55px;
    padding-left: 12px;
    font-size: 1.3rem;
    background-size: 18px 18px;
  }
}
.search-form-box {
  position: relative;
  margin-bottom: 40px;
}
.search-form-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #76b900;
  background-image: url(../images/common/icon/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: right 13px center;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search-form-icon {
    height: 55px;
  }
}
.search-form-icon:hover {
  opacity: 0.8;
}
.search-form-delete {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 44px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search-form-delete {
    top: 2px;
  }
}
.search-form-delete:before, .search-form-delete:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 60%;
  height: 2px;
  background-color: #222;
}
.search-form-delete:before {
  top: 0;
  transform: translateY(24px) rotate(-45deg);
}
.search-form-delete:after {
  bottom: 0;
  transform: translateY(-23px) rotate(45deg);
}
.search-autocomplete {
  background: #ffffff;
  padding: 20px 20px 10px;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 1;
  display: none;
}
.search-autocomplete a {
  cursor: pointer;
}
.search-result {
  background: #222;
  margin-bottom: 40px;
  display: none;
}
.search-result-item {
  border-bottom: 1px solid #2b2b2b;
}
.search-result-item-block {
  display: inline-block;
  width: 100%;
  padding: 20px 20px;
  position: relative;
}
.search-result-item a:after {
  display: block;
  content: "";
  background: url(../images/common/icon/icon_blank.png) right center no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}

.input-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.input-label span {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.input-label-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.checkBox {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.checkBox_v {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  cursor: pointer;
  border: solid 2px #bbbdbd;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  transition: 0.2s ease;
}
.checkBox_v::before {
  content: "";
  width: 12px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.2s ease;
}
.checkBox:checked + .checkBox_v {
  background-color: #76b900;
  border-color: #76b900;
}
.checkBox:checked + .checkBox_v::before {
  opacity: 1;
}

.radioBox {
  width: 0;
  height: 0;
  opacity: 0;
}
.radioBox_v {
  width: 23px;
  height: 23px;
  background-color: #f0f0f0;
  margin-right: 10px;
  cursor: pointer;
  border: #bbbdbd solid 2px;
  border-radius: 50%;
  outline: none;
  position: relative;
  transition: 0.2s ease;
}
.radioBox_v::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #76b900;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.2s ease;
  opacity: 0;
}
.radioBox:checked + .radioBox_v {
  border-color: #76b900;
}
.radioBox:checked + .radioBox_v::before {
  opacity: 1;
}

.card-item {
  height: 100%;
}