@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  color: #fff;
  background-color: #1d2a14;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: justify;
  overflow-x: hidden;
}

main {
  position: relative;
}

main,
header,
footer,
section {
  display: block;
}

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

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.mainCnt {
  display: block;
  width: calc(100% - 44px);
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.comAtt {
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.js-navAreaAbout .header__list--item {
  background-color: transparent;
}
.js-navAreaAbout .header__list--item.on {
  background-color: #1d2a14;
}
.js-navAreaAbout .header__subList {
  background-color: transparent;
}
.js-navAreaAbout .header__subList.on {
  background-color: #1d2a14;
}

.header {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 9998;
  padding: 8px 0;
  background: rgba(29, 42, 20, 0.7);
}
.header__wideCnt {
  margin: 0 auto;
  max-width: 1400px;
}
.header__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__headTxt {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
.header__headTxt--bigTxt {
  font-size: 2rem;
  letter-spacing: 0;
}
.header__navArea {
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 10%;
  width: 352px;
  margin-top: -373px;
  padding-top: 39px;
}
.header__navArea.on {
  margin-top: 0;
}
.header__navArea nav {
  margin-top: 3px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__list--item {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #1d2a14;
  width: 33.3333333333%;
}
.header__list--item:last-of-type {
  border-right: 2px solid #fff;
}
.header__list--item--link {
  padding: 9px 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  cursor: pointer;
}
.header__list--item--link img,
.header__list--item--link svg {
  height: 10px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__list--item--link .cls-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__list--item--link:hover svg .cls-1 {
  fill: #39b54a;
}
.header__subList {
  padding-bottom: 13px;
  padding-top: 3px;
  background-color: #1d2a14;
  display: none;
}
.header__subList--item a {
  display: block;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.header__subList--item a:hover {
  color: #39b54a;
}
.header__txt {
  font-size: 2.2rem;
  font-size: min(1.1428571429vw, 16px);
  letter-spacing: 0;
  padding-right: 10px;
}
.header__btn a {
  font-size: 2.6rem;
  font-size: min(1.2857142857vw, 18px);
  font-weight: bold;
  padding: 11px 12px;
  background-color: #ffff00;
  border-radius: 5px;
}
.header__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
  width: calc(100% - 500px);
  margin-left: auto;
  padding-right: 6.3%;
}
.header__cnt--logoArea {
  width: 200px;
}
.header__cnt--logoArea--link {
  display: block;
}
.header__cnt--logoArea--img {
  display: block;
}
.header__cnt--list {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
}
.header__cnt--list--item:not(:last-of-type) {
  margin-right: 10px;
}
.header__cnt--list--item--link {
  padding: 5px 5px;
  display: block;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  width: 100px;
}
.header__cnt--spanBox {
  width: 30px;
  height: 25px;
  position: relative;
}
.header__cnt--spanBox span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.header__cnt--spanBox span:first-of-type {
  top: 0;
}
.header__cnt--spanBox span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__cnt--spanBox span:last-of-type {
  bottom: 0;
}
.header__spNav {
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__spNav.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__spNav--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 29px 0;
}
.header__spNav--head--close {
  position: relative;
  width: 30px;
  height: 25px;
}
.header__spNav--head--close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.header__spNav--head--close span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__spNav--head--close span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__spList--item--link {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 5px 5px;
  display: block;
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header__inquiry {
  width: calc(100% - 350px);
  margin-left: auto;
}
.header__inquiry--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 88px;
  width: 59%;
}
.header__inquiry--txt {
  font-size: 2.2rem;
  padding-right: 12px;
  letter-spacing: 0;
}
.header__inquiry--link {
  display: inline-block;
  background-color: #ffff00;
  color: #000;
  font-size: 2.6rem;
  letter-spacing: 0;
  font-weight: bold;
  padding: 11px 13px;
  border-radius: 5px;
}

@media screen and (max-width: 1230px) {
  .header__cnt {
    padding-right: 30px;
    width: calc(100% - 390px);
  }
  .header__navArea {
    left: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .header__navArea {
    margin-top: -280px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    top: 0;
    padding: 13px 0 13px;
  }
  .header__headTxt {
    display: none;
  }
  .header__navArea {
    position: fixed;
    z-index: -1;
    top: 64px;
    margin-top: 0;
    padding-top: 0;
    left: 0;
    width: 100vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .header__navArea.on {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    z-index: 100;
  }
  .header__navArea nav {
    margin-top: -7px;
  }
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(0, 80, 52, 0.95);
    padding: 8px 40px 18px;
  }
  .header__list--item {
    width: 100%;
    border: none;
    background-color: rgba(0, 80, 52, 0);
  }
  .header__list--item:last-of-type {
    border: none;
  }
  .header__list--item:last-of-type .header__list--item--link {
    position: relative;
  }
  .header__list--item:last-of-type .header__list--item--link:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background-image: url(../img/common/nav_angle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header__list--item:last-of-type .header__list--item--link.on:before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .header__list--item--link {
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .header__list--item--link:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/common/nav_angle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__list--item--link img,
  .header__list--item--link svg {
    height: 13px;
    margin-left: 0;
  }
  .header__subList {
    background-color: rgba(0, 80, 52, 0);
  }
  .header__subList--item a {
    text-align: left;
    font-size: 1.3rem;
    border-bottom: 1px solid #fff;
    padding: 8.5px 0;
    position: relative;
  }
  .header__subList--item a:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/common/nav_sub_angle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header__txt {
    font-size: 1.2rem;
    padding-right: 5px;
    line-height: 1.3;
  }
  .header__btn a {
    font-size: 1.4rem;
    padding: 6px 5px;
    border-radius: 3px;
  }
  .header__cnt {
    margin: 0;
    padding: 0;
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__cnt--list {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
  }
  .header__cnt--list--item:not(:last-of-type) {
    margin-right: 10px;
  }
  .header__cnt--list--item--link {
    padding: 5px 5px;
    display: block;
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    width: 100px;
  }
  .header__cnt--spanBox {
    width: 34px;
    height: 25px;
    position: relative;
    margin-left: 10px;
  }
  .header__cnt--spanBox span {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 999px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__cnt--spanBox span:first-of-type {
    top: 0;
  }
  .header__cnt--spanBox span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__cnt--spanBox span:last-of-type {
    bottom: 0;
  }
  .header__cnt--spanBox.on span:first-of-type {
    top: 0;
    -webkit-transform: rotate(33deg) translate(-50%, 0);
            transform: rotate(33deg) translate(-50%, 0);
    top: 42%;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .header__cnt--spanBox.on span:nth-of-type(2) {
    opacity: 0;
  }
  .header__cnt--spanBox.on span:last-of-type {
    top: 0;
    -webkit-transform: rotate(-33deg) translate(-50%, 0);
            transform: rotate(-33deg) translate(-50%, 0);
    top: 42%;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .header__spNav {
    position: fixed;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__spNav.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__spNav--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 29px 0;
  }
  .header__spNav--head--close {
    position: relative;
    width: 30px;
    height: 25px;
  }
  .header__spNav--head--close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header__spNav--head--close span:first-of-type {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__spNav--head--close span:last-of-type {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__spList--item--link {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 5px 5px;
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .header {
    padding: 13px 0 13px;
  }
  .header__cnt {
    width: calc(100% - 20px);
  }
  .header__cnt--spanBox {
    margin-left: 10px;
  }
  .header__btn a {
    font-size: 1.2rem;
  }
}
.js-bgNav {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: hidden;
  z-index: -10;
  z-index: 9990;
  background-color: transparent;
  display: none;
}
.js-bgNav.on {
  background-color: rgba(0, 0, 0, 0.4);
}

.footer {
  background-color: #1d2a14;
  margin-top: -11px;
  padding-bottom: 40px;
}
.footer.underLayer {
  background-color: #42210b;
}
.footer.footer--forestry {
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.footer.footer--forestry .footer__cnt {
  width: 100%;
  max-width: unset;
}
.footer.footer--forestry .footer__flex {
  width: calc(100% - 44px);
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.footer.footer--forestry .footer__list {
  color: #000;
}
.footer.footer--forestry .footer__listItem a {
  color: #000;
}
.footer.footer--forestry .copyright {
  background-color: #003e27;
  margin-top: 62px;
  padding: 25px 0 31px;
}
.footer.footer--forestry .copyright span {
  width: calc(100% - 44px);
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer__cnt {
  padding-top: 64px;
}
.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logoArea {
  width: 173px;
}
.footer__logoArea-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 115px;
  margin-top: 30px;
}
.footer__logoArea-sns a {
  display: block;
  width: 48px;
}
.footer__listWrap {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__listArea {
  width: calc(100% - 173px);
  padding-left: 21.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__list {
  width: 50%;
}
.footer__list:not(:last-of-type) {
  padding-right: 12.7%;
}
.footer__list .companyList {
  margin-top: 64px;
}
.footer__listItem:not(:first-of-type) {
  margin-top: 23px;
}
.footer__listItem a {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.footer .copyright {
  text-align: right;
  margin-top: 86px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 0px;
  }
  .footer.footer--forestry {
    background-color: #003e27;
    border-top: 8px solid #fff;
    margin-top: -2px;
  }
  .footer.footer--forestry .footer__flex {
    max-width: 220px;
  }
  .footer.footer--forestry .footer__list {
    color: #fff;
  }
  .footer.footer--forestry .footer__listItem a {
    color: #fff;
  }
  .footer.footer--forestry .copyright {
    margin-top: 36px;
    padding: 0 0 40px;
  }
  .footer.footer--forestry .copyright span {
    width: calc(100% - 44px);
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .footer__cnt {
    padding-top: 41px;
  }
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
  }
  .footer__logoArea {
    width: 175px;
  }
  .footer__logoArea-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80px;
    margin-top: 25px;
  }
  .footer__logoArea-sns a {
    display: block;
    width: 30px;
  }
  .footer__listArea {
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
  .footer__listWrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__listWrap .footer__list {
    width: auto;
  }
  .footer__list {
    width: auto;
    padding-right: 0;
  }
  .footer__list.last {
    margin-top: 50px;
  }
  .footer .copyright {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
    margin-top: 36px;
  }
}
.fixedNav {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-66%);
          transform: translateY(-66%);
  width: 50px;
  padding: 15px 5px;
}
.fixedNav__container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.toTop {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 50px;
  width: 60px;
  opacity: 0;
}

.sectionSwiper {
  /* 画像サイズ調整 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.sectionSwiper .mainSwiper {
  position: relative;
}
.sectionSwiper .swiper-slide {
  height: auto;
}
.sectionSwiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.sectionSwiper .swiper-button-prev,
.sectionSwiper .swiper-button-next {
  height: 50px;
  width: 50px;
}
.sectionSwiper .swiper-button-prev {
  left: 5.6%;
}
.sectionSwiper .swiper-button-next {
  right: 5.6%;
}
.sectionSwiper .swiper-button-prev:after,
.sectionSwiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.sectionSwiper .swiper-button-prev:after {
  background-image: url(../img/swipe_prev.svg);
}
.sectionSwiper .swiper-button-next:after {
  background-image: url(../img/swipe_next.svg);
}
.sectionSwiper .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
}
.fadeUp {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeUpIn {
  -webkit-animation: fadeUpIn 2s ease 0s both;
          animation: fadeUpIn 2s ease 0s both;
}

@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=common.css.map */