@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Josefin+Sans:wght@400;700&display=swap");
/*デザインスタイルファイル*/
/*
  Basic Setting
*/
/* base --------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
  padding: 0;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  line-break: strict;
}

@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media print {
  body {
    font-size: 1.5rem;
  }
}

* {
  letter-spacing: 0.1em;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: dotted 1px;
}

button {
  cursor: pointer;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

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

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 0;
}

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

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

hr {
  border: none;
  border-bottom: #d7d7d7 1px solid;
  margin-bottom: 50px;
}

h1 {
  font-size: 4rem;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 0;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
}

h2 {
  font-size: 2.8rem;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

h3 {
  font-size: 2.4rem;
  margin-top: 0;
  letter-spacing: 0.18em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}

h4 {
  font-size: 2rem;
  margin-top: 0;
  letter-spacing: 0.18em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  h4 {
    letter-spacing: 0.1em;
  }
}

h5 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

h6 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* utilities --------------------------------------------------------------------- */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.text-wrap {
  white-space: normal;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

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

@media all and (max-width: 979px) and (min-width: 768px) {
  .text-tab-left {
    text-align: left !important;
  }
  .text-tab-right {
    text-align: right !important;
  }
  .text-tab-center {
    text-align: center !important;
  }
}

@media all and (max-width: 767px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

@media all and (max-width: 767px) {
  .align-sp-top {
    vertical-align: top !important;
  }
  .align-sp-middle {
    vertical-align: middle !important;
  }
  .align-sp-bottom {
    vertical-align: bottom !important;
  }
}

.text-primary {
  color: #77A512 !important;
}

.text-reset {
  color: inherit !important;
}

.text-reset.tel > a {
  color: inherit !important;
  text-decoration: none;
}

.text-gray {
  color: #999999 !important;
}

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

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

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

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

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

@media all and (min-width: 980px) and (max-width: 767px) {
  .d-tab-none {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.font-weight-normal {
  font-weight: normal !important;
}

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

.font-italic {
  font-style: italic !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.h-0 {
  height: 0% !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .pt-pc-5 {
    padding-top: 5px !important;
  }
  .pr-pc-5 {
    padding-right: 5px !important;
  }
  .pb-pc-5 {
    padding-bottom: 5px !important;
  }
  .pl-pc-5 {
    padding-left: 5px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .pt-pc-15 {
    padding-top: 15px !important;
  }
  .pr-pc-15 {
    padding-right: 15px !important;
  }
  .pb-pc-15 {
    padding-bottom: 15px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .pt-pc-25 {
    padding-top: 25px !important;
  }
  .pr-pc-25 {
    padding-right: 25px !important;
  }
  .pb-pc-25 {
    padding-bottom: 25px !important;
  }
  .pl-pc-25 {
    padding-left: 25px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .pt-pc-35 {
    padding-top: 35px !important;
  }
  .pr-pc-35 {
    padding-right: 35px !important;
  }
  .pb-pc-35 {
    padding-bottom: 35px !important;
  }
  .pl-pc-35 {
    padding-left: 35px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .pt-pc-45 {
    padding-top: 45px !important;
  }
  .pr-pc-45 {
    padding-right: 45px !important;
  }
  .pb-pc-45 {
    padding-bottom: 45px !important;
  }
  .pl-pc-45 {
    padding-left: 45px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .mt-pc-55 {
    margin-top: 55px !important;
  }
  .mr-pc-55 {
    margin-right: 55px !important;
  }
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .ml-pc-55 {
    margin-left: 55px !important;
  }
  .pt-pc-55 {
    padding-top: 55px !important;
  }
  .pr-pc-55 {
    padding-right: 55px !important;
  }
  .pb-pc-55 {
    padding-bottom: 55px !important;
  }
  .pl-pc-55 {
    padding-left: 55px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .mt-pc-65 {
    margin-top: 65px !important;
  }
  .mr-pc-65 {
    margin-right: 65px !important;
  }
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .ml-pc-65 {
    margin-left: 65px !important;
  }
  .pt-pc-65 {
    padding-top: 65px !important;
  }
  .pr-pc-65 {
    padding-right: 65px !important;
  }
  .pb-pc-65 {
    padding-bottom: 65px !important;
  }
  .pl-pc-65 {
    padding-left: 65px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .mt-pc-75 {
    margin-top: 75px !important;
  }
  .mr-pc-75 {
    margin-right: 75px !important;
  }
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .ml-pc-75 {
    margin-left: 75px !important;
  }
  .pt-pc-75 {
    padding-top: 75px !important;
  }
  .pr-pc-75 {
    padding-right: 75px !important;
  }
  .pb-pc-75 {
    padding-bottom: 75px !important;
  }
  .pl-pc-75 {
    padding-left: 75px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .mt-pc-85 {
    margin-top: 85px !important;
  }
  .mr-pc-85 {
    margin-right: 85px !important;
  }
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .ml-pc-85 {
    margin-left: 85px !important;
  }
  .pt-pc-85 {
    padding-top: 85px !important;
  }
  .pr-pc-85 {
    padding-right: 85px !important;
  }
  .pb-pc-85 {
    padding-bottom: 85px !important;
  }
  .pl-pc-85 {
    padding-left: 85px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .mt-pc-95 {
    margin-top: 95px !important;
  }
  .mr-pc-95 {
    margin-right: 95px !important;
  }
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .ml-pc-95 {
    margin-left: 95px !important;
  }
  .pt-pc-95 {
    padding-top: 95px !important;
  }
  .pr-pc-95 {
    padding-right: 95px !important;
  }
  .pb-pc-95 {
    padding-bottom: 95px !important;
  }
  .pl-pc-95 {
    padding-left: 95px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
}

@media all and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .pt-sp-5 {
    padding-top: 5px !important;
  }
  .pr-sp-5 {
    padding-right: 5px !important;
  }
  .pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .pl-sp-5 {
    padding-left: 5px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .pt-sp-15 {
    padding-top: 15px !important;
  }
  .pr-sp-15 {
    padding-right: 15px !important;
  }
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pl-sp-15 {
    padding-left: 15px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .pt-sp-25 {
    padding-top: 25px !important;
  }
  .pr-sp-25 {
    padding-right: 25px !important;
  }
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pl-sp-25 {
    padding-left: 25px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .pt-sp-35 {
    padding-top: 35px !important;
  }
  .pr-sp-35 {
    padding-right: 35px !important;
  }
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pl-sp-35 {
    padding-left: 35px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .pt-sp-45 {
    padding-top: 45px !important;
  }
  .pr-sp-45 {
    padding-right: 45px !important;
  }
  .pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .pl-sp-45 {
    padding-left: 45px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
  .mr-sp-55 {
    margin-right: 55px !important;
  }
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .ml-sp-55 {
    margin-left: 55px !important;
  }
  .pt-sp-55 {
    padding-top: 55px !important;
  }
  .pr-sp-55 {
    padding-right: 55px !important;
  }
  .pb-sp-55 {
    padding-bottom: 55px !important;
  }
  .pl-sp-55 {
    padding-left: 55px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
  .mr-sp-65 {
    margin-right: 65px !important;
  }
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .ml-sp-65 {
    margin-left: 65px !important;
  }
  .pt-sp-65 {
    padding-top: 65px !important;
  }
  .pr-sp-65 {
    padding-right: 65px !important;
  }
  .pb-sp-65 {
    padding-bottom: 65px !important;
  }
  .pl-sp-65 {
    padding-left: 65px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
  .mr-sp-75 {
    margin-right: 75px !important;
  }
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .ml-sp-75 {
    margin-left: 75px !important;
  }
  .pt-sp-75 {
    padding-top: 75px !important;
  }
  .pr-sp-75 {
    padding-right: 75px !important;
  }
  .pb-sp-75 {
    padding-bottom: 75px !important;
  }
  .pl-sp-75 {
    padding-left: 75px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
  .mr-sp-85 {
    margin-right: 85px !important;
  }
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .ml-sp-85 {
    margin-left: 85px !important;
  }
  .pt-sp-85 {
    padding-top: 85px !important;
  }
  .pr-sp-85 {
    padding-right: 85px !important;
  }
  .pb-sp-85 {
    padding-bottom: 85px !important;
  }
  .pl-sp-85 {
    padding-left: 85px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
  .mr-sp-95 {
    margin-right: 95px !important;
  }
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .ml-sp-95 {
    margin-left: 95px !important;
  }
  .pt-sp-95 {
    padding-top: 95px !important;
  }
  .pr-sp-95 {
    padding-right: 95px !important;
  }
  .pb-sp-95 {
    padding-bottom: 95px !important;
  }
  .pl-sp-95 {
    padding-left: 95px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

/*
  Layouts
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  z-index: 11;
}

@media all and (max-width: 979px) {
  #header {
    width: 100%;
  }
}

.header-scroll {
  background: #fff;
}

@media all and (max-width: 979px) {
  .header-scroll {
    height: 60px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
}

@media all and (min-width: 980px) {
  .header-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    overscroll-behavior-y: contain;
    scrollbar-color: #fff #fff;
    scrollbar-width: thin;
  }
  .header-scroll::-webkit-scrollbar {
    width: 4px;
  }
  .header-scroll::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    border-radius: 100px;
    background-color: #fff;
    background-clip: content-box;
  }
  .header-scroll::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .header-scroll:hover {
    scrollbar-color: #EDF4DF #fff;
  }
  .header-scroll:hover::-webkit-scrollbar-thumb {
    background-color: #EDF4DF;
  }
}

.header-inner {
  padding: 0 10px 40px 30px;
  max-width: 240px;
}

@media all and (max-width: 979px) {
  .header-inner {
    background: #fff;
    width: 340px;
    max-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 60px;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    left: -100%;
    overscroll-behavior-y: contain;
    visibility: hidden;
    -webkit-transition: left 0.2s ease-out, visibility 0.2s;
    transition: left 0.2s ease-out, visibility 0.2s;
  }
  .is-gNaviOpen .header-inner {
    left: 0;
    visibility: visible;
  }
  .header-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    pointer-events: none;
  }
}

@media all and (max-width: 979px) and (max-width: 767px) {
  .header-inner {
    width: 100%;
  }
}

.header-inner hr {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.header-logo {
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 30px;
  margin-bottom: 36px;
}

@media all and (max-width: 979px) {
  .header-logo {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 0;
  }
}

.header-logo img {
  height: auto;
}

.header-logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  width: 180px;
}

@media all and (max-width: 979px) {
  .header-logo a {
    width: 136px;
  }
}

.header-logo a:hover {
  opacity: 0.7;
}

.header-list {
  margin-left: -30px;
  margin-right: -30px;
}

@media all and (max-width: 979px) {
  .header-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.header-list > li {
  min-height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.header-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding: 12px 30px 6px 46px;
  position: relative;
}

@media all and (max-width: 979px) {
  .header-list > li > a {
    padding-left: 20px;
  }
}

.header-list > li > a::before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 22px;
  right: 36px;
  background: #333333;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header-list > li > a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 19px;
  right: 29px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.header-list > li > a .ja {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: 3px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header-list > li > a .en {
  font-family: 'Josefin Slab', sans-serif;
  color: #CCCCCC;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header-list > li > a:hover::before, .header-list > li > a.is-open::before {
  background: #77A512;
}

.header-list > li > a:hover::after, .header-list > li > a.is-open::after {
  border-right: 2px solid #77A512;
  border-top: 2px solid #77A512;
}

.header-list > li > a:hover .ja, .header-list > li > a.is-open .ja {
  color: #77A512;
}

.header-list > li > a:hover .en, .header-list > li > a.is-open .en {
  color: #77A512;
}

.header-list__ja > li {
  min-height: 48px;
}

.header-list__ja > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-list__ja > li > a::before {
  top: calc(50% + 2px);
}

.header-list__ja > li > a::after {
  top: calc(50% - 1px);
}

.header-list__ja > li > a .ja {
  margin-bottom: 0;
}

.header-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 15px;
}

.header-heading .icon {
  margin-right: 18px;
  line-height: 1;
}

.header-button > a {
  display: block;
  border: 1px solid #77A512;
  font-size: 1.3rem;
  padding: 10px 30px 10px 20px;
  color: #77A512;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  position: relative;
  background: #fff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

@media all and (max-width: 767px) {
  .header-button > a {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-button > a::before {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  position: absolute;
  top: 22px;
  right: 16px;
  background: #77A512;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header-button > a::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 20px;
  right: 12px;
  border-right: 2px solid #77A512;
  border-top: 2px solid #77A512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.header-button > a:hover {
  color: #fff;
  background: #77A512;
}

.header-button > a:hover::before {
  background: #fff;
}

.header-button > a:hover::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.header-roundButton + .header-roundButton {
  margin-top: 20px;
}

@media all and (max-width: 979px) {
  .header-roundButton + .header-roundButton {
    margin-top: 10px;
  }
}

.header-roundButton > a {
  display: block;
  border: 1px solid #77A512;
  text-align: center;
  font-size: 1.2rem;
  padding: 12px;
  color: #fff;
  background: #77A512;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

@media all and (max-width: 767px) {
  .header-roundButton > a {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-roundButton > a:hover {
  background-color: #fff;
  color: #77A512;
}

.header-roundButton__color2 > a {
  background: #29360D;
  border-color: #29360D;
}

.header-roundButton__color2 > a:hover {
  color: #29360D;
}

.child-list-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 260px;
  background: #77A512;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  -webkit-transition: visibility 0.2s, -webkit-transform 0.2s ease-out;
  transition: visibility 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, visibility 0.2s;
  transition: transform 0.2s ease-out, visibility 0.2s, -webkit-transform 0.2s ease-out;
}

@media all and (max-width: 979px) {
  .child-list-wrapper {
    left: 340px;
    top: 60px;
  }
}

@media all and (max-width: 767px) {
  .child-list-wrapper {
    z-index: 10;
    left: 0;
    width: 100%;
  }
}

.is-open + .child-list-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.child-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 25px;
  overscroll-behavior-y: contain;
  overflow: auto;
  scrollbar-color: #F2F4F6 #77A512;
  scrollbar-width: thin;
  min-width: 320px;
}

.child-scroll::-webkit-scrollbar {
  width: 6px;
}

.child-scroll::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: #F2F4F6;
  background-clip: content-box;
}

.child-scroll::-webkit-scrollbar-track {
  background-color: #77A512;
}

.child-center {
  margin: auto 0;
}

.child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
}

.child-list > li {
  margin-bottom: 20px;
}

.child-list > li:last-child {
  margin-bottom: 0;
}

.child-list > li a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  padding-left: 18px;
  display: block;
  position: relative;
  letter-spacing: 0.06em;
}

.child-list > li a .text {
  position: relative;
  display: inline-block;
}

.child-list > li a .text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  background: #fff;
  height: 1px;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
}

.child-list > li a::before {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #fff;
}

.child-list > li a:hover .text::before {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.child-list-back {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  padding-left: 30px;
}

.child-list-back::before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 6px;
  background: #fff;
}

.child-list-back::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-naviButton {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (min-width: 980px) {
  .header-naviButton {
    display: none;
  }
}

.header-naviButton .line {
  display: block;
  width: 28px;
  height: 2px;
  background: #77A512;
}

.header-naviButton .line:nth-child(1) {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.is-gNaviOpen .header-naviButton .line:nth-child(1) {
  opacity: 0;
}

.header-naviButton .line:nth-child(3) {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.is-gNaviOpen .header-naviButton .line:nth-child(3) {
  opacity: 0;
}

.header-naviButton .line:nth-child(2) {
  background: transparent;
  position: relative;
}

.header-naviButton .line:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #77A512;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.is-gNaviOpen .header-naviButton .line:nth-child(2)::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-naviButton .line:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #77A512;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.is-gNaviOpen .header-naviButton .line:nth-child(2)::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#header-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  pointer-events: none;
  -webkit-transition: visibility 0.2s;
  transition: visibility 0.2s;
}

.is-naviOpen #header-layer {
  pointer-events: initial;
  visibility: visible;
}

#wrapper {
  padding-left: 260px;
  position: relative;
}

@media all and (max-width: 979px) {
  #wrapper {
    padding-left: 0;
    padding-top: 60px;
  }
}

#contents {
  padding-bottom: 120px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  #contents {
    padding-bottom: 80px;
  }
}

.section {
  margin-bottom: 60px;
}

@media all and (max-width: 979px) {
  .section {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 767px) {
  .section {
    margin-bottom: 40px;
  }
}

.section__middle {
  margin-bottom: 80px;
}

@media all and (max-width: 979px) {
  .section__middle {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .section__middle {
    margin-bottom: 40px;
  }
}

.section__large {
  margin-bottom: 100px;
}

@media all and (max-width: 979px) {
  .section__large {
    margin-bottom: 80px;
  }
}

@media all and (max-width: 767px) {
  .section__large {
    margin-bottom: 60px;
  }
}

.section__xlarge {
  margin-bottom: 120px;
}

@media all and (max-width: 979px) {
  .section__xlarge {
    margin-bottom: 100px;
  }
}

@media all and (max-width: 767px) {
  .section__xlarge {
    margin-bottom: 80px;
  }
}

.section:last-child {
  margin-bottom: 0;
}

.section.bg-green {
  position: relative;
  padding-top: 135px;
  padding-bottom: 120px;
}

@media all and (max-width: 979px) {
  .section.bg-green {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section.bg-green::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #EDF4DF;
  pointer-events: none;
  z-index: -1;
}

.section.bg-green::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 100vw;
  background: #EDF4DF;
  pointer-events: none;
  z-index: -1;
}

.section-inner {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

#footer {
  background: #77A512;
  padding-top: 80px;
  padding-bottom: 34px;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  #footer {
    padding-top: 40px;
  }
}

.footer-inner {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.footer-copy {
  position: absolute;
  left: 20px;
  bottom: 0;
}

@media all and (max-width: 767px) {
  .footer-copy {
    position: static;
    margin-top: 20px;
  }
}

.footer-copy small {
  font-size: 1.2rem;
  color: #fff;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media all and (max-width: 767px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.footer-logo {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 40px;
}

@media all and (max-width: 767px) {
  .footer-logo {
    width: 136px;
    margin-bottom: 40px;
  }
}

.footer-logo > a {
  display: block;
  padding: 11px 10px 16px;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer-logo > a:hover {
  opacity: 0.7;
}

.footer-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media all and (max-width: 767px) {
  .footer-menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media all and (max-width: 767px) {
  .footer-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-list > li {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .footer-list > li {
    margin-left: 50px;
  }
  .footer-list > li:first-child {
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  .footer-list > li {
    margin-right: 50px;
    width: calc(50% - 25px);
  }
  .footer-list > li:nth-child(even) {
    margin-right: 0;
  }
  .footer-list > li:last-child {
    margin-right: 0;
  }
}

.footer-list > li > a {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

@media all and (max-width: 767px) {
  .footer-list > li > a {
    font-size: 1.6rem;
  }
}

.footer-list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  background: #fff;
  height: 1px;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
}

.footer-list > li > a:hover::before {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.footer-subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media all and (max-width: 767px) {
  .footer-subList {
    margin-bottom: 20px;
  }
}

.footer-subList > li {
  margin-left: 30px;
}

.footer-subList > li:first-child {
  margin-left: 0;
}

.footer-subList > li > a {
  color: #fff;
  font-style: 1.4rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.footer-subList > li > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  background: #fff;
  height: 1px;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
}

.footer-subList > li > a:hover::before {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

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

.footer-sns > li {
  margin-left: 13px;
}

.footer-sns > li:first-child {
  margin-left: 0;
}

.footer-sns > li > a {
  display: block;
  overflow: hidden;
  border-radius: 100%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer-sns > li > a:hover {
  opacity: 0.7;
}

/*
  Components
*/
.around-box {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .around-box > div:first-child {
    float: left;
    margin-right: 40px;
    max-width: 30%;
  }
  .around-box > div:first-child .media-box {
    margin-bottom: 20px;
  }
  .around-box::after {
    display: block;
    content: "";
    clear: both;
  }
  .around-box.box-right > div:first-child {
    float: right;
    margin-right: 0;
    margin-left: 40px;
  }
}

.around-box > div:last-child > p:last-child {
  margin-bottom: 0;
}

.issue-wrapper {
  position: relative;
  overflow: visible !important;
}

.issue-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 175px;
  left: 110px;
  width: 100vw;
  background: #F2F4F6;
  bottom: -80px;
  z-index: -1;
}

.issue-wrapper .row {
  margin-top: -60px;
}

@media all and (max-width: 767px) {
  .issue-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -30px;
  }
}

.issue-wrapper .row > * {
  margin-top: 60px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .issue-wrapper .row > * {
    width: 50% !important;
  }
}

@media all and (max-width: 767px) {
  .issue-wrapper .row > * {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
  }
}

.bookInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  /* -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2); */
  color: inherit;
  text-decoration: none;
}

a.bookInfo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}

a.bookInfo:hover {
  opacity: 0.7;
}
.issue-wrapper .col-inner{
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2);
}

.bookInfo-sub {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 100px;
  height: 100px;
  background: url(/dcms_media/other/bookInfo_bg.svg) no-repeat left top;
}

@media all and (max-width: 767px) {
  .bookInfo-sub {
    display: none;
  }
}

.bookInfo-sub .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-45deg) translate(0px, -25px);
  transform: rotate(-45deg) translate(0px, -25px);
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 0 15px;
  line-height: 1.1;
}

.bookInfo-image {
  background: #EDF4DF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 38px 20px;
}

@media all and (max-width: 767px) {
  .bookInfo-image {
    padding: 15px 30px;
  }
}

.bookInfo-image img {
  /* width: 180px;
  height: auto; */
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bookInfo-box {
  background: #fff;
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (max-width: 767px) {
  .bookInfo-box {
    padding: 15px;
  }
}

.bookInfo-title {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .bookInfo-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.bookInfo-desc {
  font-size: 1.5rem;
  line-height: 1.866;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .bookInfo-desc {
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
  }
}

.bookNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bookNumber-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
  margin-bottom: 15px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .bookNumber-col:nth-child(n + 4) {
    display: none;
  }
  .bookNumber-col:nth-child(3) {
    margin-bottom: 0;
  }
}

.bookNumber-col:last-child {
  margin-bottom: 0;
}

a.bookNumber-col {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none !important;
}

a.bookNumber-col:hover {
  opacity: 0.7;
}

.bookNumber-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  font-size: 2.2rem;
  color: #fff;
  background: #29360D;
  font-family: 'Josefin Slab', sans-serif;
  font-weight: bold;
  margin-right: 25px;
}

.bookNumber-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bookNumber-date {
  font-size: 1.2rem;
  color: #77A512;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3px;
}

.bookNumber-date .date {
  font-family: 'Josefin Slab', sans-serif;
  font-size: 1.4rem;
  margin-right: 6px;
}

.bookNumber-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

.bookNumber-desc {
  font-size: 1.3rem;
  color: #777777;
  line-height: 1.746;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.breadcrumb {
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

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

@media all and (max-width: 767px) {
  .breadcrumb ol {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.breadcrumb ol > li {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.breadcrumb ol > li > a {
  color: #CCCCCC;
  text-decoration: none;
  padding-right: 16px;
  position: relative;
  margin-right: 8px;
}

.breadcrumb ol > li > a:hover {
  color: #77a512;
}

.breadcrumb ol > li > a::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  right: 0;
  top: 50%;
}

.breadcrumb ol > li:first-child > a::before {
  margin-right: 6px;
  display: inline-block;
  content: url(/dcms_media/other/ic_home.svg);
  vertical-align: -1px;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
}

.button-wrapper > * {
  margin-left: 20px;
  margin-right: 20px;
}

.button-wrapper.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-wrapper.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #fff;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none !important;
}

.button::before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
  background: #fff;
  z-index: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.button::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 23px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 90px 15px 27px;
  background: #77A512;
  border-radius: 0;
  min-width: 280px;
  min-height: 65px;
  border: 1px solid #77A512;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.button-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 64px;
  width: 1px;
  background: #FFFFFF;
  z-index: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.button__small::before {
  right: 23px;
}

.button__small::after {
  right: 16px;
}

.button__small .button-inner {
  min-width: 200px;
  min-height: 50px;
  padding: 10px 70px 10px 20px;
}

.button__small .button-inner::before {
  right: 50px;
}

.button:hover {
  color: #77A512;
}

.button:hover::before {
  background: #77A512;
}

.button:hover::after {
  border-right: 2px solid #77A512;
  border-top: 2px solid #77A512;
}

.button:hover .button-inner {
  background: #fff;
}

.button:hover .button-inner::before {
  background: #77A512;
}

.button__noBorder {
  color: #EA3732;
}

.button__noBorder::before {
  background: #EA3732;
}

.button__noBorder::after {
  border-right: 2px solid #EA3732;
  border-top: 2px solid #EA3732;
}

.button__noBorder::after {
  right: 35px;
}

.button__noBorder::before {
  right: 42px;
}

.button__noBorder .button-inner {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 56px;
  padding-right: 56px;
  background: #fff;
  border-color: #EA3732;
  border-width: 2px;
}

@media all and (min-width: 768px) {
  .button__noBorder .button-inner {
    min-height: 85px;
  }
}

.button__noBorder .button-inner::before {
  display: none;
}

.button__noBorder:hover {
  color: #fff;
}

.button__noBorder:hover::before {
  background: #fff;
}

.button__noBorder:hover::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.button__noBorder:hover .button-inner {
  background: #EA3732;
}

.button__noBorder[target="_blank"]::before {
  display: none;
}

.button__noBorder[target="_blank"]::after {
  display: none;
}

.button__noBorder[target="_blank"] .button-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/dcms_media/other/ic_window_red.svg) no-repeat center center;
  right: 30px;
  top: calc(50% - 8px);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.button__noBorder[target="_blank"]:hover .button-inner::after {
  background: url(/dcms_media/other/ic_window_white.svg) no-repeat center center;
}

.button__noBorder.button__red {
  color: #fff;
}

.button__noBorder.button__red::before {
  background: #fff;
}

.button__noBorder.button__red::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.button__noBorder.button__red .button-inner {
  background: #EA3732;
}

.button__noBorder.button__red:hover {
  color: #EA3732;
}

.button__noBorder.button__red:hover::before {
  background: #EA3732;
}

.button__noBorder.button__red:hover::after {
  border-right: 2px solid #EA3732;
  border-top: 2px solid #EA3732;
}

.button__noBorder.button__red:hover .button-inner {
  background: #fff;
}

.button__noBorder.button__red[target="_blank"] .button-inner::after {
  background: url(/dcms_media/other/ic_window_white.svg) no-repeat center center;
}

.button__noBorder.button__red[target="_blank"]:hover .button-inner::after {
  background: url(/dcms_media/other/ic_window_red.svg) no-repeat center center;
}

.button__noBorder.button__black {
  color: #fff;
}

.button__noBorder.button__black::before {
  background: #fff;
}

.button__noBorder.button__black::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.button__noBorder.button__black .button-inner {
  background: #29360D;
  border-color: #29360D;
}

.button__noBorder.button__black:hover {
  color: #29360D;
}

.button__noBorder.button__black:hover::before {
  background: #29360D;
}

.button__noBorder.button__black:hover::after {
  border-right: 2px solid #29360D;
  border-top: 2px solid #29360D;
}

.button__noBorder.button__black:hover .button-inner {
  background: #fff;
}

.button__noBorder.button__black[target="_blank"] .button-inner::after {
  background: url(/dcms_media/other/ic_window_white.svg) no-repeat center center;
}

.button__noBorder.button__black[target="_blank"]:hover .button-inner::after {
  background: url(/dcms_media/other/ic_window_black.svg) no-repeat center center;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq + .faq {
  margin-top: 40px;
}

.faq .faq-heading {
  margin: 0 0 13px 30px;
  position: relative;
  background: #F0F2F4;
  padding: 16px 35px 17px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.faq .faq-heading .unit {
  background: #729F11;
}

.faq .faq-body {
  margin: 0 0 0 30px;
  border: 1px solid #DDDDDD;
  padding: 18px 36px;
  color: #666666;
  line-height: 2.1875;
  font-weight: 500;
  position: relative;
}

.faq .faq-body .unit {
  background: #29360D;
}

.faq .unit {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Josefin Slab', sans-serif;
  position: absolute;
  left: -30px;
  padding-left: 4px;
  line-height: 1;
  padding-top: 4px;
  top: 10px;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

@media all and (max-width: 767px) {
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}

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

@media all and (max-width: 979px) {
  .flix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flix-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 290px;
  margin-right: 65px;
}

@media all and (max-width: 979px) and (min-width: 768px) {
  .flix-image {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 767px) {
  .flix-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.flix-image .image {
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 46px;
  z-index: 0;
}

@media all and (max-width: 979px) and (min-width: 768px) {
  .flix-image .image {
    margin-right: 40px;
  }
}

@media all and (max-width: 767px) {
  .flix-image .image {
    margin-bottom: 20px;
  }
}

.flix-image .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0;
  right: 0;
  background: #E5F4F3;
  z-index: -1;
}

@media all and (max-width: 979px) and (min-width: 768px) {
  .flix-table {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.flix-table dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0;
  border-bottom: 1px solid #DDDDDD;
  line-height: 1.3;
}

.flix-table dt {
  margin: 0;
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flix-table dd {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
  position: relative;
}

.flix-table dd::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  position: absolute;
  background: #DDDDDD;
}

.flix-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.5rem;
}

.flix-contents .secondary-heading {
  color: #EA3732;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 44px;
}

@media all and (max-width: 767px) {
  .flix-contents .secondary-heading {
    margin-top: 30px;
  }
}

.flix-buttons {
  margin-top: 60px;
}

.flix-heading {
  font-size: 2.6rem;
  font-weight: bold;
  background: #E5F4F3;
  margin-bottom: 38px;
  padding: 13px 25px;
  border-left: 3px solid #EA3732;
}

@media all and (max-width: 767px) {
  .flix-heading {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.flix-heading + * {
  margin-top: 0 !important;
}

.flix-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -25px;
  margin-right: -25px;
}

@media all and (max-width: 1220px) {
  .flix-buttons {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.flix-buttons > * {
  margin-left: 25px;
  margin-right: 25px;
}

@media all and (max-width: 1220px) {
  .flix-buttons > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media all and (max-width: 767px) {
  .flix-buttons > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .flix-buttons > *:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .flix-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flix-buttons .button {
  max-width: 360px;
  width: 100%;
}

.flix-buttons .button .button-inner {
  width: 100%;
  min-width: inherit;
}

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

.form-contents + .form-contents {
  margin-top: 30px;
}

.form-contents > div:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 300px;
  padding: 10px 0;
  margin-right: 30px;
}

.form-contents > div:first-child label {
  width: 100%;
  display: block;
}

.form-contents > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-input {
  border: 1px solid #000;
  width: 100%;
  background: #fff;
  padding: 10px;
}

.form-select {
  border: 1px solid #000;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px auto;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpolygon%20points%3D%226%207%200%200.61%200.57%200%206%205.78%2011.43%200%2012%200.61%206%207%22%20style%3D%22fill%3A%23231815%22%2F%3E%3C%2Fsvg%3E");
  padding: 10px 30px 10px 10px;
}

.form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.form-check input {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -100%;
  left: -100%;
  outline: none;
}

.form-check-label {
  position: relative;
  padding-left: 20px;
}

.form-check input[type="radio"] + .form-check-label::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: calc(3.2rem/2 - 8px);
  left: 0;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #000;
}

.form-check input[type="radio"] + .form-check-label::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(3.2rem/2 - 5px);
  left: 3px;
  border-radius: 100%;
  background: #000;
  opacity: 0;
}

.form-check input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
}

.form-check input[type="checkbox"] + .form-check-label::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: calc(3.2rem/2 - 8px);
  left: 0;
  background: #fff;
  border: 1px solid #000;
}

.form-check input[type="checkbox"] + .form-check-label::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(3.2rem/2 - 3px);
  left: 3px;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg) translate(0, -2px);
  transform: rotate(-45deg) translate(0, -2px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #002b62;
  border-width: 0 0 2px 2px;
  opacity: 0;
}

.form-check input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}

.row-wrapper {
  overflow: hidden;
  margin-bottom: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.row > * {
  padding: 0 15px;
  margin-top: 30px;
}

.row.gap-xs {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.row.gap-xs > * {
  padding: 0 5px;
  margin-top: 10px;
}

.row.gap-sm {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

.row.gap-sm > * {
  padding: 0 10px;
  margin-top: 20px;
}

.row.gap-md {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
}

.row.gap-md > * {
  padding: 0 20px;
  margin-top: 40px;
}

.row.gap-lg {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -50px;
}

.row.gap-lg > * {
  padding: 0 25px;
  margin-top: 50px;
}

.row.gap-xl {
  margin-left: -32px;
  margin-right: -32px;
  margin-top: -64px;
}

.row.gap-xl > * {
  padding: 0 32px;
  margin-top: 64px;
}

.row.gap-xxl {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -80px;
}

.row.gap-xxl > * {
  padding: 0 40px;
  margin-top: 80px;
}

.row [class*="col1-"] {
  width: 8.33333%;
}

.row [class*="col2-"] {
  width: 16.66667%;
}

.row [class*="col3-"] {
  width: 25%;
}

.row [class*="col4-"] {
  width: 33.33333%;
}

.row [class*="col5-"] {
  width: 41.66667%;
}

.row [class*="col6-"] {
  width: 50%;
}

.row [class*="col7-"] {
  width: 58.33333%;
}

.row [class*="col8-"] {
  width: 66.66667%;
}

.row [class*="col9-"] {
  width: 75%;
}

.row [class*="col10-"] {
  width: 83.33333%;
}

.row [class*="col11-"] {
  width: 91.66667%;
}

.row [class*="col12-"] {
  width: 100%;
}

@media all and (max-width: 979px) {
  .row [class*="tab1"] {
    width: 8.33333%;
  }
  .row [class*="tab2"] {
    width: 16.66667%;
  }
  .row [class*="tab3"] {
    width: 25%;
  }
  .row [class*="tab4"] {
    width: 33.33333%;
  }
  .row [class*="tab5"] {
    width: 41.66667%;
  }
  .row [class*="tab6"] {
    width: 50%;
  }
  .row [class*="tab7"] {
    width: 58.33333%;
  }
  .row [class*="tab8"] {
    width: 66.66667%;
  }
  .row [class*="tab9"] {
    width: 75%;
  }
  .row [class*="tab10"] {
    width: 83.33333%;
  }
  .row [class*="tab11"] {
    width: 91.66667%;
  }
  .row [class*="tab12"] {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .row [class*="sp1"] {
    width: 8.33333%;
  }
  .row [class*="sp2"] {
    width: 16.66667%;
  }
  .row [class*="sp3"] {
    width: 25%;
  }
  .row [class*="sp4"] {
    width: 33.33333%;
  }
  .row [class*="sp5"] {
    width: 41.66667%;
  }
  .row [class*="sp6"] {
    width: 50%;
  }
  .row [class*="sp7"] {
    width: 58.33333%;
  }
  .row [class*="sp8"] {
    width: 66.66667%;
  }
  .row [class*="sp9"] {
    width: 75%;
  }
  .row [class*="sp10"] {
    width: 83.33333%;
  }
  .row [class*="sp11"] {
    width: 91.66667%;
  }
  .row [class*="sp12"] {
    width: 100%;
  }
}

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

.primary-heading {
  height: 400px;
  position: relative;
  margin-bottom: 110px;
}

/* @media all and (max-width: 979px) {
  .primary-heading {
    height: 300px;
  }
} */

@media all and (max-width: 979px) {
  .primary-heading {
    height: auto;
    margin-bottom: 80px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
}

.primary-heading-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.primary-heading-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.primary-heading-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.primary-heading-text .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: inherit;
}

.primary-heading-text h1 {
  min-width: 600px;
  background: #fff;
  padding-right: 56px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 50px;
  position: relative;
  margin-right: 40px;
  letter-spacing: 0.3em;
}

.primary-heading-text h1 * {
  letter-spacing: 0.3em;
}

@media all and (max-width: 979px) {
  .primary-heading-text h1 * {
    letter-spacing: 0.08em;
  }
}

@media all and (max-width: 979px) {
  .primary-heading-text h1 {
    min-width: inherit;
    width: 100%;
    max-width: 600px;
  }
}

@media all and (max-width: 979px) {
  .primary-heading-text h1 {
    margin-right: 20px;
    padding-right: 20px;
    padding-top: 30px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.primary-heading-text h1 .text__flix {
  color: #EA3732;
  font-size: 6rem;
  font-family: 'Josefin Sans', sans-serif;
}

@media all and (max-width: 800px) {
  .primary-heading-text h1 .text__flix {
    font-size: 4rem;
  }
}

.primary-heading-text h1::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  width: 50vw;
  background: #fff;
  top: 0;
  bottom: 0;
}

.secondary-heading {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}

.secondary-heading > .en {
  color: #77A512;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Josefin Slab', sans-serif;
  line-height: 1;
}

.secondary-heading > .ja {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
  position: relative;
  letter-spacing: 0.18em;
}

.secondary-heading > .ja::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: -100vw;
  top: 50%;
  height: 1px;
  background: #DDDDDD;
  z-index: -1;
}

.bg-green .secondary-heading > .ja {
  background: #EDF4DF;
}

.secondary-heading__large {
  margin-bottom: 40px;
}

.secondary-heading__large > .ja {
  font-size: 4rem;
  letter-spacing: 0.3em;
}

.secondary-heading__middle {
  margin-bottom: 40px;
}

.secondary-heading__middle > .ja {
  font-size: 3.2rem;
  letter-spacing: 0.3em;
}

.image-heading {
  position: relative;
  overflow: hidden;
  padding-top: 14px;
  margin-bottom: 46px;
}

.image-heading .image {
  display: inline-block;
  background: #fff;
  padding-right: 25px;
  position: relative;
}

.image-heading .image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: -100vw;
  top: 50%;
  height: 1px;
  background: #DDDDDD;
  z-index: -1;
}

.tertiary-heading {
  color: #77A512;
  margin-bottom: 20px;
  letter-spacing: 0.18em;
}

.border-heading {
  border-left: 3px solid #77A512;
  font-size: 2.2rem;
  padding: 0 20px 1px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.disc-list > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.disc-list > li:last-child {
  margin-bottom: 0;
}

.disc-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(3.2rem/2 - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  background: #EA3732;
}

.indent-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.indent-list > li:last-child {
  margin-bottom: 0;
}

.indent-list > li > span:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.4em;
  min-width: 1em;
}

.indent-list > li > span:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sitemap > li + li {
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .sitemap > li + li {
    margin-top: 6px;
  }
}

.sitemap > li > ul {
  margin-top: 10px;
  padding-left: 30px;
}

@media all and (max-width: 767px) {
  .sitemap > li > ul {
    margin-top: 6px;
    padding-left: 24px;
  }
}

.sitemap > li a {
  display: inline-block;
  padding-left: 15px;
  color: inherit;
  text-decoration: none;
  position: relative;
}

@media all and (min-width: 768px) {
  .sitemap > li a {
    font-size: 1.6rem;
  }
}

.sitemap > li a:hover {
  color: #77a512;
}

.sitemap > li a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  border-right: 2px solid #77A512;
  border-top: 2px solid #77A512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 767px) {
  .sitemap > li a::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}

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

@media all and (min-width: 768px) {
  .media-box.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media all and (min-width: 768px) {
  .media-box.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.media-box > div {
  display: table;
}

.media-box > div > :last-child {
  margin-bottom: 0;
}

.media-box .media {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.media-box .media a {
  display: block;
  overflow: hidden;
}

.media-box .media img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.media-box .caption {
  display: table-caption;
  caption-side: bottom;
}

@media all and (min-width: 768px) {
  .media-box .caption {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 767px) {
  .media-box .caption {
    font-size: 1.2rem;
  }
}

.media-box .caption a {
  text-decoration: none;
}

.media-box .caption a:hover {
  text-decoration: underline;
}

.media-box > :last-child {
  margin-bottom: 0;
}

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

@media all and (max-width: 979px) {
  .rowNews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rowNews .col-heading {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 64px;
}

@media all and (max-width: 979px) {
  .rowNews .col-heading {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.rowNews .col-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.rssBox, .rss_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rssBox > dl, .rss_page > dl {
  margin: 0;
  background: #fff;
  width: 100%;
  padding: 29px 40px;
  position: relative;
  margin-bottom: 5px;
}

.rssBox > dl:last-child, .rss_page > dl:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .rssBox > dl, .rss_page > dl {
    padding: 25px;
  }
}

.rssBox .rss_date, .rss_page .rss_date {
  margin: 0 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #CCCCCC;
  font-family: 'Josefin Slab', sans-serif;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .rssBox .rss_date, .rss_page .rss_date {
    margin-bottom: 0;
  }
}

.rssBox .rss_title, .rss_page .rss_title {
  margin: 0;
  font-weight: 500;
}

.rssBox .rss_title a, .rss_page .rss_title a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.rssBox .rss_title a::before, .rss_page .rss_title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.rssBox .rss_title a:hover::before, .rss_page .rss_title a:hover::before {
  opacity: 0.4;
}

.rssBox .rss_title a > span, .rss_page .rss_title a > span {
  position: absolute;
  color: #77A512;
  font-weight: bold;
  font-size: 1.3rem;
  top: 28px;
  left: 126px;
}

@media all and (max-width: 767px) {
  .rssBox .rss_title a > span, .rss_page .rss_title a > span {
    top: 22px;
    left: 116px;
  }
}

.rssBox .rss_title a > span::before, .rss_page .rss_title a > span::before {
  content: "|";
  display: inline-block;
  color: #DDDDDD;
  font-weight: normal;
  margin-right: 18px;
  vertical-align: 1px;
}

.rssBox .rss_contents, .rss_page .rss_contents {
  display: none;
}

.rss_entire .rss_page .rss_contents{
  display: block;
  margin: 10px auto 0;
}

.rss_page > dl {
  border-bottom: 1px solid #DDDDDD;
}

.rss_page > dl:last-child {
  border-bottom: none;
}

.rss_paging_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 65px;
}

.rss_paging_container > * {
  margin: 0 10px;
}

.rss_paging_container span:first-child:not(.rss_paging_button) {
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 20px;
}
.js-rss_paging_each_page_button{
  position: relative;
  width: 30px;
  text-align: center;
  margin: auto 5px;
}
.js-rss_paging_each_page_button:hover,
.rss_paging_button_current_page {
  position: relative;
  color: #fff;
  width: 30px;
  text-align: center;
}
.js-rss_paging_each_page_button::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.js-rss_paging_each_page_button:hover::after,
.rss_paging_button_current_page::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #77A512;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.table {
  width: 100%;
}

.table tbody th {
  font-weight: 500;
  padding: 20px 20px 20px 0;
  line-height: 1.5;
  border-bottom: 1px solid #77A512;
  text-align: left;
}

.table tbody td {
  padding: 20px 0;
  line-height: 1.5;
  border-bottom: 1px solid #77A512;
}

.table tbody tr:first-child th {
  padding-top: 0 !important;
}

.table tbody tr:first-child td {
  padding-top: 0 !important;
}

.table__noBorder tbody th {
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table__noBorder tbody td {
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table__small {
  width: auto;
}

.table__small tbody th {
  padding-top: 0;
  padding-bottom: 8px;
}

.table__small tbody td {
  padding-top: 0;
  padding-bottom: 8px;
}

/*
  pages
*/
.map-wrapper iframe {
  max-width: 460px;
  height: 460px;
}

.mv {
  margin-bottom: 80px;
  position: relative;
}

@media all and (max-width: 767px) {
  .mv {
    margin-bottom: 40px;
  }
}

.mv .section-inner {
  position: relative;
  padding-top: 88px;
  padding-bottom: 117px;
}

@media all and (max-width: 767px) {
  .mv .section-inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.mv .section-inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 130px;
  width: 100vw;
  background: #EDF4DF;
  top: 0;
  bottom: 0;
}

@media all and (max-width: 767px) {
  .mv .section-inner::before {
    right: 60px;
  }
}

.mv .swiper-inner {
  display: block;
  position: relative;
}

@media all and (min-width: 768px) {
  .mv .swiper-inner img {
    -webkit-transform: scale(0.38);
    transform: scale(0.38);
    -webkit-box-shadow: 0px 30px 43px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 30px 43px rgba(0, 0, 0, 0.16);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@media all and (min-width: 768px) {
  .mv .swiper-slide-prev .swiper-inner img {
    -webkit-transform: scale(0.38) translate(82%, 0);
    transform: scale(0.38) translate(82%, 0);
  }
}

@media all and (min-width: 768px) {
  .mv .swiper-slide-next .swiper-inner img {
    -webkit-transform: scale(0.38) translate(-82%, 0);
    transform: scale(0.38) translate(-82%, 0);
  }
}

@media all and (min-width: 768px) {
  .mv .swiper-slide-active .swiper-inner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mv .swiper-button-next, .mv .swiper-button-prev {
  width: 65px;
  height: 65px;
  background: #7DA81E;
  -webkit-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
  outline: none;
}

@media all and (max-width: 767px) {
  .mv .swiper-button-next, .mv .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

.mv .swiper-button-next:hover, .mv .swiper-button-prev:hover {
  opacity: 0.7;
}

.mv .swiper-button-next {
  right: 20px;
  bottom: 118px;
  margin-top: 0;
  top: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.45%22%20height%3D%2211.35%22%20viewBox%3D%220%200%207.45%2011.35%22%3E%3Cpolygon%20points%3D%221.37%2011.35%200%209.89%204.52%205.66%200%201.47%201.36%200%207.45%205.66%201.37%2011.35%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

@media all and (max-width: 767px) {
  .mv .swiper-button-next {
    right: 0;
    top: calc(50% - 25px);
  }
}

.mv .swiper-button-next::after {
  display: none;
}

.mv .swiper-button-prev {
  left: 20px;
  bottom: 118px;
  margin-top: 0;
  top: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.45%22%20height%3D%2211.35%22%20viewBox%3D%220%200%207.45%2011.35%22%3E%3Cpolygon%20points%3D%226.08%200%207.45%201.46%202.93%205.69%207.45%209.89%206.08%2011.35%200%205.7%206.08%200%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

@media all and (max-width: 767px) {
  .mv .swiper-button-prev {
    left: 0;
    top: calc(50% - 25px);
  }
}

.mv .swiper-button-prev::after {
  display: none;
}

.mv .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 45px !important;
}

.mv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #7DA81E;
  opacity: 0.4;
  position: relative;
  margin: 0 20px !important;
}

@media all and (max-width: 767px) {
  .mv .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
}

.mv .swiper-pagination-bullet svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mv .swiper-pagination-bullet svg circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
}

.mv .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(124, 168, 30, 0);
}

.mv .swiper-pagination-bullet-active svg circle {
  stroke-dashoffset: 0;
  -webkit-transition-duration: 6s;
  transition-duration: 6s;
}

.mv .swiper-pagination-bullet-active::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #77A512;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-radius: 100%;
}

.top-flixBox {
  border: 1px solid #EDF4DF;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 40px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-flixBox > a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}

.top-flixBox > a:hover {
  opacity: 0.7;
}

.flixBox-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 422px;
}

.top-flixBox-title {
  font-size: 1.8rem;
  line-height: 1.666;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-top: 25px;
}

@media all and (max-width: 767px) {
  .top-flixBox-title {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 979px) {
  .top-flixBox+.text-right{
    text-align: center !important;
  }
}

.mv .section-inner::before {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.27, 0.04, 0.37, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0.27, 0.04, 0.37, 0.99);
  transition: transform 1s cubic-bezier(0.27, 0.04, 0.37, 0.99);
  transition: transform 1s cubic-bezier(0.27, 0.04, 0.37, 0.99), -webkit-transform 1s cubic-bezier(0.27, 0.04, 0.37, 0.99);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mv .swiper-slide,
.mv .swiper-button-next,
.mv .swiper-button-prev,
.mv .swiper-pagination {
  -webkit-transition: opacity 0.4s linear 0.6s;
  transition: opacity 0.4s linear 0.6s;
  opacity: 1;
}

.mv.is-loading .section-inner::before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mv.is-loading .swiper-slide,
.mv.is-loading .swiper-button-next,
.mv.is-loading .swiper-button-prev,
.mv.is-loading .swiper-pagination {
  opacity: 0;
}

.a_link a {
  color: #77A512;
  position: relative;
}

.a_link a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  top: 10px;
  right: -25px;
  border-right: 2px solid #77A512;
  border-top: 2px solid #77A512;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.a_link a:hover {
  text-underline-offset: 3px;
}

.txt_link a {
  color: #77A512;
  text-decoration: underline;
}

.txt_link a:hover {
  opacity: .8;
}

br.sp{
  display: none;
}
@media all and (max-width: 767px) {
  br.sp{
    display: block;
  }
}

.loginIframe iframe{
  min-height: 220px;
}
