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

img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  vertical-align: top;
}

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

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.modalOpen {
  overflow: hidden;
}
.modalOpen .js_modalWindow {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.js_modalWindow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.js_modalWindow.show .modalDialog {
  transform: none;
}
.js_modalWindow.show .closeBtn {
  opacity: 1;
  transform: translateY(0);
}
.js_modalWindow.popup {
  text-align: center;
}
.js_modalWindow .modalDialog {
  position: relative;
  width: auto;
  max-width: 980px;
  min-height: calc(100% - (40px));
  margin: 20px auto;
  pointer-events: none;
  display: flex;
  align-items: center;
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
.js_modalWindow .modalDialog::before {
  content: "";
  display: block;
  height: calc(100vh - (40px));
}
.js_modalWindow .modalContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.modalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}
.modalBg.show {
  opacity: 1;
  pointer-events: all;
}

@media screen and (prefers-reduced-motion: reduce) {
  .js_modalWindow .modalDialog,
  .modalBg {
    transition: none;
  }
}
.js_modalWindow .close {
  border: none;
  background: none;
  outline: none;
}

#popupModal .modalBody {
  text-align: center;
}
#popupModal .modalBody img, #popupModal .modalBody iframe {
  max-width: 100%;
}

.m_modal .modalContent {
  position: relative;
}
.m_modal .modalContent .closeBtn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.m_modal .modalBody {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .m_modal .modalDialog {
    margin: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .m_pcHide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .m_spHide {
    display: none;
  }
}
.m_indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

#gheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#gheader .headInner .head {
  color: #fff;
}
#gheader .headInner .head a {
  color: inherit;
  text-decoration: none;
}
#gheader .headInner .head img {
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  #gheader {
    width: 57px;
    height: 100%;
    border-right: 1px solid #3A6334;
  }
  #gheader .headInner {
    height: 100%;
  }
  #gheader .headInner .head {
    width: 100%;
    background: #3A8A59;
    height: calc(100% - 200px);
    text-align: center;
    box-sizing: border-box;
    padding-top: 24px;
  }
  #gheader .headInner .head img {
    width: 24px;
    height: 289px;
  }
  #gheader .headInner .copy {
    border-top: 1px solid #3A6334;
    background: #fff;
    height: 200px;
    color: #3A8A59;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 24px;
    box-sizing: border-box;
  }
  #gheader .headInner .copy small {
    writing-mode: vertical-rl;
    text-align: initial;
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #gheader {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    border-bottom: 1px solid #3A6334;
  }
  #gheader:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #3A6334;
    position: absolute;
    left: 0;
    top: 0;
  }
  #gheader .head {
    height: 59px;
    box-sizing: border-box;
    background: #3A8A59;
    padding-top: 11px;
    padding-left: 16px;
    padding-right: 16px;
  }
  #gheader .head img {
    width: 257px;
    height: 36px;
  }
  #gheader .copy {
    display: none;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
#sideNav {
  position: fixed;
  top: 0;
  z-index: 10;
}
#sideNav .linkList > li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  letter-spacing: 0.12em;
}
#sideNav .linkList > li a[href="#anc_01"] {
  background: #A9D45F;
}
#sideNav .linkList > li a[href="#anc_02"] {
  background: #54B3CE;
}
#sideNav .linkList > li a[href="#anc_03"] {
  background: #B3A7BD;
}
@media print, screen and (min-width: 769px) {
  #sideNav {
    right: 0;
    border-left: 1px solid #3A6334;
    width: 57px;
    height: 100%;
  }
  #sideNav .menuWrap {
    height: 100%;
  }
  #sideNav .linkList {
    height: 100%;
  }
  #sideNav .linkList > li {
    height: 33.33%;
    background: #fff;
    font-family: "Montserrat", sans-serif;
  }
  #sideNav .linkList > li:not(:last-child) {
    border-bottom: 1px solid #3A6334;
  }
  #sideNav .linkList > li a {
    height: 100%;
    font-weight: 600;
    font-size: 2rem;
    position: relative;
    transition: opacity 0.3s;
  }
  #sideNav .linkList > li a:hover {
    opacity: 0.7;
  }
  #sideNav .linkList > li a span {
    writing-mode: vertical-rl;
    text-align: initial;
    display: inline-block;
  }
  #sideNav .linkList > li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #sideNav {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #sideNav .menu {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #3A6334;
    border-left: 1px solid #3A6334;
    padding-top: 18px;
    pointer-events: all;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #sideNav .menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #3A6334;
    position: absolute;
    left: 0;
    top: 0;
  }
  #sideNav .menu.is_active .icon:before, #sideNav .menu.is_active .icon:after {
    width: 24px;
  }
  #sideNav .menu.is_active .icon:before {
    transform: rotate(45deg) translate(2px, 4px);
  }
  #sideNav .menu.is_active .icon:after {
    transform: rotate(-45deg) translate(2px, -4px);
  }
  #sideNav .menu .icon {
    display: block;
    width: 20px;
    height: 10px;
    position: relative;
    margin: 0 auto 9px;
  }
  #sideNav .menu .icon:before, #sideNav .menu .icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #3A8A59;
    position: absolute;
    left: 0;
    right: 0;
    transition: transform 0.3s, width 0.3s;
  }
  #sideNav .menu .icon:before {
    top: 0;
  }
  #sideNav .menu .icon:after {
    bottom: 0;
  }
  #sideNav .menu .txt {
    color: #3A8A59;
    font-size: 11px;
    font-weight: 600;
    display: block;
    text-align: center;
    letter-spacing: 0.08em;
    font-family: "Montserrat", sans-serif;
  }
  #sideNav .menuWrap {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  #sideNav .menuWrap.is_active {
    opacity: 1;
    pointer-events: all;
  }
  #sideNav .linkList {
    width: 314px;
    height: 100%;
    margin-left: auto;
    background: #3A8A59;
    z-index: 20;
    border-left: 1px solid #3A6334;
  }
  #sideNav .linkList > li {
    border-bottom: 1px solid #3A6334;
  }
  #sideNav .linkList > li a {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
  }
}

#document {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #document {
    min-width: 1280px;
  }
}
.mvArea {
  height: 100vh;
  height: 100dvh;
  min-height: 832px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.mvArea .areaHead {
  background: #3A8A59;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
.mvArea .areaHead .serif {
  font-family: "Noto Serif", serif;
  margin-top: 0.2em;
  font-weight: 600;
}
.mvArea .subTxt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.mvArea .scroll {
  text-decoration: none;
}
.mvArea .scroll .txt {
  color: #3A6334;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.015em;
}
.mvArea .scroll img {
  image-rendering: -webkit-optimize-contrast;
}
@media print, screen and (min-width: 769px) {
  .mvArea {
    padding: 0 57px;
  }
  .mvArea .areaHead {
    width: 550px;
    height: 140px;
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .mvArea .areaHead .em {
    font-size: 3.2rem;
    margin-inline: 8px;
  }
  .mvArea .areaHead .mid {
    margin-top: 6px;
    font-size: 2.4rem;
  }
  .mvArea .areaHead .serif {
    font-size: 3.4rem;
  }
  .mvArea .subTxt {
    font-size: 2.2rem;
    margin-bottom: 80px;
  }
  .mvArea .scroll {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #3A6334;
    text-align: center;
    padding-top: 27px;
    position: absolute;
    left: 105px;
    top: calc(100vh - 132px);
    transition: opacity 0.3s;
  }
  .mvArea .scroll:hover {
    opacity: 0.7;
  }
  .mvArea .scroll .txt {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea {
    min-height: 568px;
    margin: 0 28px;
  }
  .mvArea .areaHead {
    width: 100%;
    height: 88px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
  .mvArea .areaHead .em {
    font-size: 2.8rem;
    margin-inline: 6px;
    margin-top: -2px;
  }
  .mvArea .areaHead .mid {
    font-size: 2.2rem;
    margin-top: 3px;
  }
  .mvArea .areaHead .serif {
    font-size: 3rem;
    margin-top: 4px;
  }
  .mvArea .subTxt {
    font-size: 18px;
    margin-bottom: 58px;
  }
  .mvArea .scroll {
    position: absolute;
    bottom: 20px;
  }
  .mvArea .scroll .txt {
    writing-mode: vertical-rl;
    text-align: initial;
    transform: rotate(180deg);
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 13px;
  }
}

.copyArea {
  border-top: 1px solid #3A6334;
}
.copyArea img {
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .copyArea {
    padding: 48px 0;
    display: flex;
    justify-content: center;
    gap: 166px;
  }
  .copyArea .copyCol {
    margin-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  .copyArea {
    padding: 40px 0;
    text-align: center;
  }
  .copyArea img {
    max-width: 100%;
  }
  .copyArea .imgCol {
    margin: 0 40px 56px;
  }
  .copyArea .copyCol {
    margin: 0 40px;
  }
}

.descBox {
  background: #3A8A59;
  color: #fff;
  position: relative;
}
.descBox .txt {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.015em;
  position: relative;
  padding-left: 20px;
}
.descBox .txt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
}
.descBox .txt + .txt {
  margin-top: 24px;
}
@media print, screen and (min-width: 769px) {
  .descBox {
    margin: 0 57px 64px;
    padding: 56px 64px;
  }
  .descBox .boxInner {
    margin: auto;
    max-width: 1166px;
    text-align: center;
  }
  .descBox .boxInner .txtInner {
    display: inline-block;
    text-align: left;
  }
  .descBox .txt {
    position: relative;
    z-index: 2;
  }
  .descBox .bgTxt {
    display: block;
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 16rem;
    line-height: 0.9;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.05);
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .descBox {
    padding: 48px 20px;
  }
  .descBox .txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .descBox .txt:before {
    top: 10px;
  }
}

.historyHead {
  font-family: "Montserrat", sans-serif;
  color: #3A8A59;
  opacity: 0.2;
  font-weight: 500;
  font-size: 80px;
  letter-spacing: 0.04em;
  line-height: 0.9;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.historyHead .inner {
  display: block;
  width: 300px;
  margin: 0 auto -7px;
}
.historyHead .inner > span {
  display: block;
  width: 400px;
  margin-left: -50px;
  text-align: center;
}

.anchorList {
  display: flex;
}
.anchorList > li {
  width: 100%;
}
.anchorList > li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
.anchorList > li a .label {
  color: #fff;
  display: block;
  letter-spacing: 0.12em;
  font-weight: 600;
  border-bottom: 1px solid #3A6334;
  position: relative;
}
.anchorList > li a .label img {
  width: 8px;
  height: 6px;
  position: absolute;
  margin: auto;
}
.anchorList > li a .num {
  color: #3A6334;
  letter-spacing: 0.12em;
  font-weight: 500;
  display: block;
}
.anchorList > li:nth-child(1) a .label {
  background: #A9D45F;
}
.anchorList > li:nth-child(2) a .label {
  background: #54B3CE;
}
.anchorList > li:nth-child(3) a .label {
  background: #B3A7BD;
}
@media print, screen and (min-width: 769px) {
  .anchorList {
    max-width: 1038px;
    margin: 0 auto 64px;
    padding: 0 100px;
    gap: 48px;
  }
  .anchorList > li a {
    border: 1px solid #3A6334;
    transition: opacity 0.3s;
  }
  .anchorList > li a:hover {
    opacity: 0.7;
  }
  .anchorList > li a .label {
    font-size: 2rem;
    padding: 25px 0;
  }
  .anchorList > li a .label img {
    right: 36px;
    top: 0;
    bottom: 0;
  }
  .anchorList > li a .num {
    font-size: 1.8rem;
    padding: 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .anchorList {
    border-top: 1px solid #3A6334;
  }
  .anchorList > li + li {
    border-left: 1px solid #3A6334;
  }
  .anchorList > li a .label {
    box-sizing: border-box;
    padding-top: 24px;
    height: 80px;
    font-size: 20px;
  }
  .anchorList > li a .label img {
    left: 0;
    right: 0;
    bottom: 12px;
  }
  .anchorList > li a .label span {
    margin-right: -2px;
  }
  .anchorList > li a .num {
    padding: 7px 0 5px;
    font-size: 16px;
  }
}

.historyBlock {
  position: relative;
}
.historyBlock:before {
  content: "";
  display: block;
  background: #3A8A59;
  position: absolute;
}
@media print, screen and (min-width: 1280px) {
  .historyBlock:before {
    width: 11%;
  }
}
@media print, screen and (min-width: 769px) {
  .historyBlock:before {
    height: 64px;
    width: 388px;
  }
}
@media screen and (max-width: 768px) {
  .historyBlock:before {
    height: 62px;
    width: 88px;
  }
}
.historyBlock .hisHeadWrap {
  margin-bottom: -1px;
}
.historyBlock:nth-child(1) .hisHead {
  z-index: 7;
}
.historyBlock:nth-child(2) .hisHead {
  z-index: 8;
}
.historyBlock:nth-child(3) .hisHead {
  z-index: 9;
}

.historyArea.is_hide .hisHead {
  opacity: 0;
}
.historyArea .hisHead {
  background: #3A8A59;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #3A6334;
  position: relative;
  transition: opacity 0.3s;
}
.historyArea .hisHead span {
  display: block;
  text-align: center;
}
.historyArea .hisHead.head01 span {
  background: #A9D45F;
}
.historyArea .hisHead.head02 span {
  background: #54B3CE;
}
.historyArea .hisHead.head03 span {
  background: #B3A7BD;
}
.historyArea .hisHead.is_fixed {
  position: fixed;
  top: 0;
  left: 57px;
  right: 57px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .historyArea .hisHead.is_fixed {
    left: 0;
    top: 59px;
  }
  .historyArea .hisHead.is_fixed span {
    font-size: 2rem;
    height: 40px;
  }
}
.historyArea .historyBox .ttl {
  background: #3A8A59;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}
.historyArea .historyBox .ttl.txtBox1 + .boxInner .colHead {
  color: #3A8A59;
  position: relative;
  padding-left: 18px;
}
.historyArea .historyBox .ttl.txtBox1 + .boxInner .colHead:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3A8A59;
  top: 15px;
  left: 0;
}
.historyArea .historyBox .ttl.txtBox1 + .boxInner .subHead {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.historyArea .historyBox .ttl.txtBox1 + .boxInner .innerColorCol {
  background: #589C72;
  color: #fff;
}
.historyArea .historyBox .ttl.txtBox1 + .boxInner .innerColorCol p {
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.historyArea .historyBox .ttl.txtBox1 + .boxInner .col2 .colHead {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.historyArea .historyBox .ttl.txtBox1 + .boxInner .col2 .txt {
  line-height: 2;
  margin-bottom: 0;
}
.historyArea .historyBox .ttl.txtBox1 + .boxInner .col2 .txt .indent {
  padding-left: 1em;
}
.historyArea .historyBox .boxInner .boxHead {
  box-sizing: border-box;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 600;
}
.historyArea .historyBox .boxInner .boxHead:not(.combo) {
  font-family: "Montserrat", sans-serif;
}
.historyArea .historyBox .boxInner .boxHead.combo .en {
  font-family: "Montserrat", sans-serif;
}
.historyArea .historyBox .boxInner .colWrap {
  box-sizing: border-box;
}
.historyArea .historyBox .boxInner .colHead {
  letter-spacing: 0.04em;
}
.historyArea .historyBox .boxInner .colHead span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.historyArea .historyBox .boxInner .colHead ~ .txt {
  padding-left: 1em;
}
.historyArea .historyBox .boxInner .txt {
  letter-spacing: 0.04em;
}
.historyArea .historyBox .boxInner .txt.notes span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.historyArea .historyBox .boxInner .lastTxt {
  color: #3A8A59;
}
.historyArea .historyBox .boxInner .lastTxt:before {
  content: "";
  display: block;
}
.historyArea .historyBox .boxInner .innerTxtCol > *:last-child {
  margin-bottom: 0;
}
.historyArea .historyBox .boxInner .innerTxtCol .indent {
  display: inline-block;
  margin-left: 1em;
}
.historyArea .historyBox .boxInner .innerMediaCol > *:last-child {
  margin-bottom: 0;
}
.historyArea .historyBox .boxInner .innerMediaCol .txtWrap > *:last-child {
  margin-bottom: 0;
}
.historyArea .historyBox .imgCol {
  width: 100%;
  position: relative;
}
.historyArea .historyBox .imgCol:before {
  content: "";
  display: block;
  background: #3A8A59;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.historyArea .innerDescBox .inner {
  box-sizing: border-box;
  background: #B3A7BD;
  color: #fff;
  text-align: center;
}
.historyArea .innerDescBox .inner .boxHead {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.historyArea .innerDescBox .inner .txt {
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .historyArea {
    margin: 0 57px;
  }
  .historyArea .areaInner {
    margin: auto;
  }
  .historyArea .hisHead {
    border-top: 1px solid #3A6334;
    font-size: 2.4rem;
  }
  .historyArea .hisHead span {
    padding: 13px 0;
    width: 388px;
  }
  .historyArea .historyBox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .historyArea .historyBox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 388px;
    height: 100%;
    width: 404px;
    background: #F7C264;
  }
  .historyArea .historyBox > * {
    position: relative;
    z-index: 2;
  }
  .historyArea .historyBox > *:first-of-type {
    padding-top: 56px;
  }
  .historyArea .historyBox > *:last-of-type {
    padding-bottom: 104px;
  }
  .historyArea .historyBox > *:not(:first-of-type) {
    padding-top: 80px;
  }
  .historyArea .historyBox .ttl {
    width: 137px;
    font-size: 2.6rem;
    border-right: 1px solid #3A6334;
    box-sizing: border-box;
  }
  .historyArea .historyBox .ttl:has(+ .boxInner > .innerCol:first-child) {
    padding-top: 120px;
  }
  .historyArea .historyBox .ttl.txtBox1 {
    padding-top: 152px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner {
    background: #fff;
    margin-top: 104px;
    padding: 48px 40px 40px;
    display: flex;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .colHead {
    font-size: 2.1rem;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .subHead {
    font-size: 2rem;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .innerCol {
    margin-top: 0;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .col1 {
    flex: 1;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .col1 .txtInner {
    margin-left: 14px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .col1 .subHead {
    margin-bottom: 12px;
    margin-left: 7px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .col1 .txt {
    margin-left: 8px;
    margin-bottom: 0;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .col1 .innerColorCol {
    margin-top: 40px;
    padding: 32px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .col2 {
    width: 263px;
    margin-left: 76px;
  }
  .historyArea .historyBox .boxInner {
    width: calc(100% - 137px);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .historyArea .historyBox .boxInner .boxHead {
    width: 250px;
    flex-shrink: 0;
    padding-inline: 28px;
    font-size: 2.4rem;
  }
  .historyArea .historyBox .boxInner .boxHead .em {
    font-size: 3.2rem;
    display: inline-block;
    margin-bottom: 4px;
  }
  .historyArea .historyBox .boxInner .boxHead.combo .main {
    font-size: 2.1rem;
  }
  .historyArea .historyBox .boxInner .boxHead.combo .main.en {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .historyArea .historyBox .boxInner .boxHead.combo .sub {
    font-size: 1.6rem;
    margin-top: 12px;
    display: block;
  }
  .historyArea .historyBox .boxInner .innerCol {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .historyArea .historyBox .boxInner .innerCol + .innerCol {
    margin-top: 80px;
  }
  .historyArea .historyBox .boxInner .colWrap {
    width: calc(100% - 250px);
    padding-right: 28px;
  }
  .historyArea .historyBox .boxInner .colHead {
    margin-bottom: 16px;
  }
  .historyArea .historyBox .boxInner .txt {
    margin-bottom: 12px;
  }
  .historyArea .historyBox .boxInner .txt + .colHead {
    margin-top: 64px;
  }
  .historyArea .historyBox .boxInner .lastTxt {
    padding-left: 1em;
    letter-spacing: 0.04em;
    line-height: 2.8;
  }
  .historyArea .historyBox .boxInner .lastTxt:before {
    width: 4px;
    height: 132px;
    background: url(../images/lastDot.webp) no-repeat 0 0/cover;
    margin: 24px 0 34px;
    margin-left: calc(100px + 1em);
  }
  .historyArea .historyBox .boxInner .innerTxtCol {
    padding-left: 434px;
    position: relative;
  }
  .historyArea .historyBox .boxInner .innerTxtCol:before {
    content: "";
    display: block;
    width: 350px;
    height: 4px;
    position: absolute;
    top: 11px;
    left: 18px;
    background-image: radial-gradient(circle, white 2px, transparent 2px);
    background-size: 16px 4px; /* 横：ドットの間隔 + 直径、縦：親の高さ */
    background-repeat: repeat-x;
    background-position: left;
    padding: 0 8px;
  }
  .historyArea .historyBox .boxInner .innerTxtCol + .innerMediaCol {
    margin-top: 120px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol {
    display: flex;
    align-items: center;
  }
  .historyArea .historyBox .boxInner .innerMediaCol + .innerMediaCol {
    margin-top: 80px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol.start {
    align-items: flex-start;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap {
    box-sizing: border-box;
    width: 404px;
    flex-shrink: 0;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout1 {
    padding: 0 40px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout1 .img:nth-child(2) {
    text-align: right;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout2 {
    padding: 0 40px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout2 .img:nth-child(2) {
    text-align: right;
    margin-top: 10px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout3 .img {
    text-align: center;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout3 .img:nth-child(2) {
    margin-top: 10px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout4 {
    padding: 0 40px;
    text-align: right;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout4 .img:not(:first-child) {
    margin-top: 10px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout4 .img.mt {
    margin-top: 20px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout5 {
    padding: 0 40px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout5 .img:nth-child(1) {
    text-align: center;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout5 .img:nth-child(2) {
    text-align: left;
    margin-top: 10px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout5 .img:nth-child(3) {
    text-align: center;
    margin-top: 10px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .txtWrap {
    margin-left: 30px;
  }
  .historyArea .historyBox .imgCol {
    padding-left: 463px;
  }
  .historyArea .historyBox .imgCol:before {
    width: 137px;
    border-right: 1px solid #3A6334;
    box-sizing: border-box;
  }
  .historyArea .historyBox .imgCol + .ttl {
    padding-top: 120px;
  }
  .historyArea .historyBox .imgCol + .ttl + .boxInner {
    padding-top: 120px;
  }
  .historyArea .innerDescBox {
    position: relative;
    padding: 20px 0;
    padding-left: 165px;
  }
  .historyArea .innerDescBox:before {
    content: "";
    display: block;
    background: #3A8A59;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 137px;
    border-right: 1px solid #3A6334;
    box-sizing: border-box;
  }
  .historyArea .innerDescBox:after {
    content: "";
    display: block;
    width: 137px;
    height: 1px;
    background: #3A8A59;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .historyArea .innerDescBox .inner {
    width: 869px;
    margin: 0 auto;
    padding: 32px 0;
  }
  .historyArea .innerDescBox .inner .boxHead {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .historyArea .innerDescBox .inner .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .historyArea .hisHead {
    border-top: 1px solid #3A8A59;
  }
  .historyArea .hisHead span {
    font-size: 24px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.3s, font-size 0.3s;
  }
  .historyArea .historyBox {
    display: flex;
    flex-wrap: wrap;
  }
  .historyArea .historyBox .ttl {
    box-sizing: border-box;
    width: 88px;
    font-size: 20px;
    padding-top: 40px;
    border-right: 1px solid #3A6334;
  }
  .historyArea .historyBox .ttl:not(:first-child) {
    padding-top: 64px;
    margin-top: -1px;
  }
  .historyArea .historyBox .ttl:first-child + .boxInner {
    padding-top: 40px;
  }
  .historyArea .historyBox .ttl:last-of-type {
    padding-bottom: 64px;
  }
  .historyArea .historyBox .boxInner {
    box-sizing: border-box;
    width: calc(100% - 88px);
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 24px;
  }
  .historyArea .historyBox .boxInner:not(:first-child) {
    padding-top: 64px;
    margin-top: -1px;
  }
  .historyArea .historyBox .boxInner:last-of-type {
    padding-bottom: 64px;
  }
  .historyArea .historyBox .boxInner .boxHead {
    margin-right: -30px;
    border-bottom: 1px solid #3A6334;
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    padding-right: 24px;
  }
  .historyArea .historyBox .boxInner .boxHead .em {
    font-size: 2.4rem;
    display: block;
    margin-bottom: 8px;
  }
  .historyArea .historyBox .boxInner .boxHead.combo .main {
    font-size: 1.9rem;
  }
  .historyArea .historyBox .boxInner .boxHead.combo .main.en {
    font-size: 2rem;
    font-weight: 600;
  }
  .historyArea .historyBox .boxInner .boxHead.combo .sub {
    font-size: 1.4rem;
    display: block;
    margin-top: 8px;
  }
  .historyArea .historyBox .boxInner .colHead {
    margin-bottom: 12px;
  }
  .historyArea .historyBox .boxInner .txt + .txt {
    margin-top: 12px;
  }
  .historyArea .historyBox .boxInner .txt + .colHead {
    margin-top: 24px;
  }
  .historyArea .historyBox .boxInner .txt.notes span {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .historyArea .historyBox .boxInner .colWrap + .innerCol {
    margin-top: 64px;
  }
  .historyArea .historyBox .boxInner .innerCol + .innerCol {
    margin-top: 64px;
  }
  .historyArea .historyBox .boxInner .innerTxtCol + .innerMediaCol {
    margin-top: 64px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol + .innerMediaCol {
    margin-top: 40px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap {
    padding: 20px;
    margin-left: -20px;
    margin-right: -30px;
    background: #F7C264;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap .img {
    max-width: 100%;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout1 .img:nth-child(1) img {
    width: 228px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout1 .img:nth-child(2) {
    text-align: right;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout1 .img:nth-child(2) img {
    width: 182px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout2 .img + .img {
    margin-top: 8px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout2 .img:nth-child(2) {
    text-align: right;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout3 .img {
    text-align: center;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout3 .img + .img {
    margin-top: 8px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout4 .img {
    width: 246px;
    max-width: 100%;
    margin-inline: auto;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout4 .img:nth-child(2) {
    margin-top: 8px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout4 .img:nth-child(3) {
    margin-top: 16px;
    text-align: right;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout4 .img:nth-child(4) {
    margin-top: 16px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout5 .img {
    width: 246px;
    margin-inline: auto;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout5 .img:nth-child(1) {
    text-align: center;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout5 .img:nth-child(2) {
    margin-top: 8px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap.layout5 .img:nth-child(3) {
    margin-top: 8px;
    text-align: center;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .img img {
    max-width: 100%;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .txtWrap {
    margin-top: 24px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .txtWrap:has(> .txt:only-child) {
    margin-top: 16px;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .txtWrap .colHead:not(:first-of-type) {
    margin-top: 24px;
  }
  .historyArea .historyBox .boxInner .lastTxt {
    padding-left: 1em;
    letter-spacing: 0.04em;
    line-height: 2.6;
    padding-bottom: 16px;
  }
  .historyArea .historyBox .boxInner .lastTxt:before {
    width: 3px;
    height: 68px;
    background: url(../images/lastDotSp.webp) no-repeat 0 0/cover;
    margin: 24px 0 24px 64px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .colHead {
    padding-left: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #3A8A59;
    font-size: 1.9rem;
    margin-bottom: 24px;
    margin-right: -30px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .colHead:before {
    display: none;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .subHead {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .innerColorCol {
    padding: 20px;
    margin-top: 24px;
    margin-right: -4px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .col2 {
    margin-top: 48px;
  }
  .historyArea .historyBox .ttl.txtBox1 + .boxInner .col2 .colHead {
    font-size: 2rem;
  }
  .historyArea .historyBox .imgCol {
    padding-left: 88px;
    padding-top: 40px;
  }
  .historyArea .historyBox .imgCol:before {
    width: 88px;
    border-right: 1px solid #3A6334;
    box-sizing: border-box;
  }
  .historyArea .historyBox .imgCol .img {
    background: #F7C264;
    padding: 20px;
    text-align: center;
  }
  .historyArea .historyBox .imgCol .img img {
    width: 210px;
    max-width: 100%;
  }
  .historyArea .innerDescBox {
    padding-top: 20px;
    padding-left: 109px;
    padding-right: 20px;
    position: relative;
  }
  .historyArea .innerDescBox:before {
    content: "";
    display: block;
    background: #3A8A59;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 88px;
    border-right: 1px solid #3A6334;
    box-sizing: border-box;
  }
  .historyArea .innerDescBox .inner {
    padding: 32px 16px;
  }
  .historyArea .innerDescBox .inner .boxHead .em {
    display: block;
    font-size: 2.2rem;
  }
  .historyArea .innerDescBox .inner .boxHead .sub {
    font-size: 1.4rem;
    margin-bottom: 2px;
    display: block;
  }
  .historyArea .innerDescBox .inner .boxHead .sub + .em {
    font-size: 2rem;
  }
  .historyArea .innerDescBox .inner .boxHead:after {
    content: "";
    display: block;
    background: #fff;
    width: 40px;
    height: 2px;
    margin: 16px auto 24px;
  }
  .historyArea .innerDescBox .inner .txt {
    font-size: 16px;
    font-weight: 400;
  }
  .historyArea .innerDescBox + .historyBox .boxInner:first-of-type {
    padding-top: 48px;
  }
}

.areaBtm {
  border-top: 1px solid #3A6334;
}
.areaBtm .linkInner a {
  display: block;
  background: #3A8A59;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.areaBtm .linkInner a span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url(../images/arw.webp) no-repeat 0 0/100%;
}
.areaBtm .footTxt {
  background: #3A8A59;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .areaBtm {
    margin: 0 57px;
    height: 200px;
    box-sizing: border-box;
  }
  .areaBtm .linkInner {
    margin: auto;
  }
  .areaBtm a {
    font-size: 1.8rem;
    padding: 56px 0 50px;
  }
  .areaBtm a:hover span {
    animation: opacity 0.1s infinite alternate;
  }
  .areaBtm a span:before {
    margin-right: 12px;
    vertical-align: 2px;
  }
}
@media screen and (max-width: 768px) {
  .areaBtm .linkInner a {
    padding: 22px 0 24px;
  }
  .areaBtm .linkInner a span:before {
    margin-right: 24px;
    opacity: 0.8;
    vertical-align: 1px;
  }
  .areaBtm .footTxt {
    margin-top: -1px;
  }
  .areaBtm .footTxt img {
    width: 100%;
    vertical-align: top;
  }
  .areaBtm .copy {
    text-align: center;
    margin: 0;
    padding: 24px 0;
    border-top: 1px solid #3A6334;
  }
  .areaBtm .copy small {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #3A8A59;
  }
}

.js_modalWindow .closeBtn {
  width: 56px;
  height: 56px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/modalClose.webp) no-repeat 0 0/100%;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: -28px;
  right: -28px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
}
.js_modalWindow .modalDialog {
  margin-block: 48px;
  min-height: calc(100% - 96px);
}
.js_modalWindow .modalDialog::before {
  height: calc(100% - 96px);
}
.js_modalWindow .modalContent {
  width: auto;
  margin: 0 auto;
}
.js_modalWindow .modalContent .modalBody {
  background: #fff;
  padding: 56px;
}
@media screen and (max-width: 768px) {
  .js_modalWindow .closeBtn {
    width: 48px;
    height: 48px;
    right: 16px;
  }
  .js_modalWindow .modalContent .modalBody {
    padding: 40px 24px;
    border: 1px solid #3A6334;
    width: 100vw;
    box-sizing: border-box;
  }
  .js_modalWindow .modalContent .modalBody img {
    max-width: 100%;
  }
}

.modalBg {
  background: rgba(58, 138, 89, 0.8);
}

@media print, screen and (min-width: 1280px) {
  .historyArea .hisHead.is_fixed span {
    width: calc(33% - 37px);
  }
  .historyArea .hisHead span {
    width: 33%;
  }
  .historyArea .historyBox:before {
    left: 33%;
    width: 34%;
  }
  .historyArea .historyBox .ttl {
    width: 11%;
  }
  .historyArea .historyBox .ttl span {
    display: block;
    width: 136px;
    margin-inline: auto;
  }
  .historyArea .historyBox .boxInner {
    width: 89%;
  }
  .historyArea .historyBox .boxInner .innerCol {
    width: 100%;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap {
    width: 51.75%;
  }
  .historyArea .historyBox .boxInner .innerMediaCol .imgWrap .imgInner {
    max-width: 404px;
    margin-inline: auto;
  }
  .historyArea .historyBox .boxInner .boxHead {
    width: 25%;
  }
  .historyArea .historyBox .boxInner .colWrap {
    width: 75%;
  }
  .historyArea .historyBox .boxInner .innerTxtCol {
    padding-left: calc(52.4% + 30px);
  }
  .historyArea .historyBox .boxInner .innerTxtCol:before {
    width: calc(47% - 16px);
    left: calc(2.5% - 8px);
  }
  .historyArea .historyBox .imgCol {
    padding-left: 33%;
  }
  .historyArea .historyBox .imgCol:before {
    width: 11%;
  }
  .historyArea .historyBox .imgCol .img {
    width: 50.7%;
    text-align: center;
  }
  .historyArea .innerDescBox:before {
    width: 11%;
  }
}/*# sourceMappingURL=styles.css.map */