@charset "UTF-8";
/* -- COMMON -- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/* -- DEFAULT -- */
* {
  min-height: 0%;
}

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

body {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, p, em, span, figure, figcaption {
  margin: 0;
  padding: 0;
}

em, span, a {
  font-size: inherit;
}

a {
  border: none;
  text-decoration: none;
}

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

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

input, button, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  outline: none;
  max-width: 100%;
}

body {
  z-index: 1;
}

* {
  font-size: 14px;
  font-style: normal;
  color: #707070;
  vertical-align: bottom;
}

*:not(.material-icons) {
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Lato", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", メイリオ, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

.txt {
  line-height: 1.8em;
}

.cap {
  font-size: 10px;
}

.indent {
  text-indent: 1em;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

.off a {
  opacity: 0.5;
  pointer-events: none;
}

.material-icons {
  font-size: 1.3em;
  font-family: "Material Icons";
}

.hide {
  display: none;
}

.tit-01 {
  text-align: center;
  font-weight: 700;
  margin-bottom: min(8vw, 40px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tit-02 {
  font-weight: 700;
  margin-bottom: 15px;
}

.btn-01 {
  text-align: center;
}
.btn-01 a {
  text-align: center;
  display: inline-block;
  padding: 15px 50px;
  background: white url(../img/common/illust_hand.svg) no-repeat left 20px top 50%/18px;
  border: 1px solid #000;
  border-radius: 10px;
}
.btn-01 a:hover {
  transform: translate(5px);
  opacity: 1;
}

.tit-bar {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .txt {
    font-size: 14px;
  }
}
.mt100 {
  margin-top: min(10vw, 100px);
}
.mt80 {
  margin-top: min(8vw, 80px);
}
.mt60 {
  margin-top: min(6vw, 60px);
}
.mt40 {
  margin-top: min(4vw, 40px);
}
.mt20 {
  margin-top: min(2vw, 20px);
}
.mt10 {
  margin-top: 10px;
}

.mb80 {
  margin-bottom: min(8vw, 80px);
}
.mb60 {
  margin-bottom: min(6vw, 60px);
}
.mb40 {
  margin-bottom: min(4vw, 40px);
}
.mb20 {
  margin-bottom: min(2vw, 20px);
}
.mb10 {
  margin-bottom: 10px;
}

body {
  overflow-x: hidden;
}

.core {
  max-width: 880px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.main {
  padding-top: min(20vw, 100px);
}

[class*=row-] {
  margin-bottom: min(30vw, 200px);
}

.flexbox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .flexpc {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .flexsp {
    display: flex;
    justify-content: center;
  }
}

.colL {
  order: 1;
}
.colR {
  order: 2;
}

.align-ct {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .align-ctpc {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .align-ctsp {
    text-align: center;
  }
}

.imgBox {
  text-align: center;
}

figure {
  display: inline-block;
}
figure.imgCapBox {
  position: relative;
}
figure.imgCapBox figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  text-align: right;
  margin-top: 0.3em;
}
figure.imgCapBox figcaption.wh {
  color: white;
}
figure[class*=inCap] {
  position: relative;
}
figure[class*=inCap] figcaption {
  font-size: 10px;
  color: #fff;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
}
figure.inCapL figcaption {
  text-align: left;
}
figure.inCapR figcaption {
  text-align: right;
}

img:not(.wdImg) {
  max-width: 100%;
}

figure.wdImg,
figure.wdImg img,
img.wdImg {
  width: 100%;
  max-width: none;
}

.anchor:before {
  content: "";
  display: block;
  padding-top: 65px;
  margin-top: -65px;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
header .hdWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: white;
}
@media only screen and (max-width: 1080px) {
  header .hdWrap {
    padding: 10px 20px;
  }
}
header .hdWrap .logoWrap {
  flex-basis: 305px;
}
@media only screen and (max-width: 767px) {
  header .hdWrap .logoWrap {
    flex-basis: 120px;
  }
}
header .hdWrap .navWrap {
  flex-basis: calc(100% - 310px);
  justify-content: flex-end;
  align-items: center;
}
header .hdWrap .navWrap a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
header .hdWrap .navWrap nav {
  justify-content: flex-end;
}
header .hdWrap .navWrap nav ul {
  justify-content: flex-end;
}
header .hdWrap .navWrap nav ul.parentLink > li:nth-child(n+2) {
  margin-left: 30px;
}
header .hdWrap .navWrap nav ul.parentLink > li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .hdWrap .navWrap nav ul li {
  position: relative;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap {
  padding: 10px 0;
  flex-basis: 35%;
  max-width: 300px;
}
header .menuBtnWrap {
  z-index: 1000;
  line-height: 1em;
}
header .menuBtnWrap .menuBtn,
header .menuBtnWrap .menuBtn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .menuBtnWrap .menuBtn {
  position: relative;
  width: 40px;
  height: 28px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
header .menuBtnWrap .menuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #023D0F;
}
header .menuBtnWrap .menuBtn span:nth-of-type(1) {
  top: 0;
}
header .menuBtnWrap .menuBtn span:nth-of-type(2) {
  top: calc(50% - 1.5px);
}
header .menuBtnWrap .menuBtn span:nth-of-type(3) {
  bottom: 0;
}
header .menuBtnWrap .menuBtn.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -8px;
}
header .menuBtnWrap .menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .menuBtnWrap .menuBtn.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  bottom: -8px;
}
header .spNavWrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: white;
}
header .spNavWrap .inner {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
header .spNavWrap p, header .spNavWrap a {
  font-size: 20px;
  color: #0D4219;
}
header .spNavWrap nav ul li {
  font-size: 20px;
}
header .spNavWrap nav ul li:nth-of-type(n+2) {
  border-top: 1px solid #023D0F 10%;
}
header .spNavWrap nav ul li a {
  font-size: inherit;
  display: block;
  color: #023D0F;
  padding: 10px;
  text-align: center;
}

/* footer */
.jumpTop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: none;
}

footer {
  background: #dcf4e2;
}
footer .txt {
  margin-bottom: 10px;
}
footer .footer_inner {
  padding: 40px 0;
}
footer .footer_inner .colWrap {
  padding: 0 1em;
}
footer .footer_inner .box {
  flex-basis: calc((100% - 40px) / 3);
}
footer .footer_inner .box ul li:nth-of-type(n+2) {
  margin-top: 5px;
}
footer .footer_inner nav {
  text-transform: uppercase;
}
footer .copyright small {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  footer .colWrap {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer_inner .box:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.fadeIn {
  opacity: 0;
  transform: translateY(0);
  transition: all 1s;
}
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.fadeInRight {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}

.lodingfade {
  -webkit-animation: lodingfade 1s ease 0.5s both;
          animation: lodingfade 1s ease 0.5s both;
}

@-webkit-keyframes lodingfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lodingfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* main */
.rv {
  flex-direction: row-reverse;
}

.main img {
  border-radius: 11px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.main a:hover img {
  border-radius: 0;
}

.page-tit {
  padding: 30px;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
}

/* -------
	madia
------- */
@media only screen and (min-width: 768px) {
  .spv {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pcv {
    display: none !important;
  }
}
/*# sourceMappingURL=common.css.map */