@charset "UTF-8";
/*------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
#pageTitleBlock {
  display: none !important;
}
#mainBlock {
  text-align: left;
  padding-top: 50px;
}
a:hover {
  opacity: .7;
}
a img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
a {
  color: #231815;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  color: #231815;
}
img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
}
.smooth {
  -webkit-clip-path: inset(0 0 43% 0);
          clip-path: inset(0 0 43% 0);
  -webkit-transition: .7s cubic-bezier(0.37, 0, 0.63, 1);
  -o-transition: .7s cubic-bezier(0.37, 0, 0.63, 1);
  transition: .7s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  -o-transition-property: clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.smooth.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
/* fadeIn
=======================*/
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInAnimeTrigger {
  opacity: 0;
}
/*breakpoint*/
/*media query*/
@media print,
screen and (min-width: 769px) {
  #header_area+#navi_side {
    top: 100px;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }
}
#contents_area {
  overflow: hidden;
}
@font-face {
  font-family: 'higure';
  font-weight: 400;
  src: url(../font/HigureGothic-Medium.ttf) format('truetype');
 }
.meloppe {
  font-size: 16px;
  line-height: 1;
  color: #412f0e;
  text-align: left;
  font-family: 'higure', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.05rem;
}
.min {
  font-family: "fot-chiaro-std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
font-weight: 700;
font-style: normal;
}
.inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
/* mainCont */
.mv {
  width: 100%;
  position: relative;
}
.mv figure img {
  width: 100%;
}
/* about */
.about {
  background: url(../img/about_bg.jpg) repeat center top / 100% auto;
  padding: 70px 0;
}
.about h2 {
  text-align: center;
  position: relative;
}
.about h2 img {
  max-width: 550px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.about h2::before {
  content: '';
  display: inline-block;
  background: url(../img/about_line.png) no-repeat top center / 100% auto;
  width: 20%;
  height: 33px;
  position: absolute;
  left: 0;
  bottom: 20%;
}
.about h2::after {
  content: '';
  display: inline-block;
  background: url(../img/about_line.png) no-repeat top center / 100% auto;
  width: 20%;
  height: 33px;
  position: absolute;
  right: 0;
  bottom: 20%;
}
.about span {
  display: block;
  margin: 20px auto 0;
  max-width: 410px;
}
.about_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
}
.about_contTxt {
  width: 49%;
}
.about_contTxt p {
  font-size: 24px;
  line-height: 2;
  margin: 0 auto 20px;
}
.about_contTxt figure {
  width: 85%;
}
.about_contVideo {
  width: 48%;
}
.about video {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  max-width: 800px;
  margin: 0 auto;
}
/* line */
.line img {
  width: 100vw;
}
/* key */
.key {
  background: url(../img/key_bg.jpg) repeat center top / 100% auto;
  padding: 100px 0;
}
.key_cont {
  background: url(../img/key_innBg.jpg) repeat center top / 100% auto;
  padding: 85px 5% 50px;
  -webkit-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.17);
  position: relative;
}
.key_cont::before {
  content: '';
  display: inline-block;
  background: url(../img/key_pinl.png) no-repeat top center / 100% auto;
  width: 56px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.key_cont::after {
  content: '';
  display: inline-block;
  background: url(../img/key_pinr.png) no-repeat top center / 100% auto;
  width: 56px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.key_cont h2 {
  max-width: 550px;
  margin: 0 auto 65px;
}
.key_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.key_cont ul li {
  width: 48%;
  margin-bottom:40px;
}
.key_cont ul li figure {
  margin-bottom: 15px;
  width: 90%;
}
.key_cont ul li h3 {
  font-size: 30px;
  color: #a93609;
  position:relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.key_cont ul li h3::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #a93609;
}
.key_cont ul li p {
  font-size: 18px;
  line-height: 2;
  color: #82532a;
}
.key_btn {
  max-width: 425px;
  margin: 50px auto 0;
}
.key_btn a {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  font-size: 24px;
  color: #fff;
  padding: 30px 0;
  background: url(../img/btn_redBg.png) no-repeat center /contain;
}
.key_btn a::after {
  content: '';
    position: absolute;
    display: inline-block;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
/* bnr */
.bnr {
  background: url(../img/bnr_bg.jpg) no-repeat center top / cover;
  padding: 60px 0;
}
.bnr ul {
  max-width: 940px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bnr ul li {
  max-width: 425px;
  width: 49%;
}
.bnr ul li a {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  font-size: 24px;
  color: #fff;
  padding: 30px 0;
  background: url(../img/btn_greenBg.png) no-repeat center /contain;
}
.bnr ul li a::after {
  content: '';
    position: absolute;
    display: inline-block;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 600px;
  }
 /* about */
.about {
  padding: 40px 0;
}
.about h2 {
max-width: 450px;
margin: 0 auto;
}
.about h2 img {
  max-width: 100%;
}
.about h2::before {
  content: unset;
}
.about h2::after {
  content: unset;
}
.about span {
  margin: 15px auto 0;
  max-width: 250px;
}
.about_cont {
  display: block;
  margin: 30px auto 0;
}
.about_contTxt {
  width: 100%;
}
.about_contTxt p {
  font-size: 18px;
  margin: 0 auto 20px;
}
.about_contTxt figure {
  width: 100%;
}
.about_contVideo {
  width: 100%;
  margin: 20px auto 0;
}
/* line */
.line img {
  width: 100vw;
}
/* key */
.key {
  padding: 60px 0;
}
.key_cont {
  padding: 60px 5% 30px;
}
.key_cont::before {
  width: 40px;
  height: 37px;
}
.key_cont::after {
  width: 40px;
  height: 37px;
}
.key_cont h2 {
  max-width: 450px;
  margin: 0 auto 50px;
}
.key_cont ul {
  display: block;
}
.key_cont ul li {
  width: 100%;
  margin: 0 auto 30px;
}
.key_cont ul li figure {
  width: 100%;
  margin-bottom: 10px;
}
.key_cont ul li h3 {
  font-size: 22px;
  padding-left: 20px;
}
.key_cont ul li h3::before {
  left: 2px;
  width: 11px;
  height: 11px;
}
.key_cont ul li p {
  font-size: 16px;
}
.key_btn {
  max-width: 300px;
  margin: 30px auto 0;
}
.key_btn a {
  font-size: 20px;
  padding: 20px 0;
}
/* bnr */
.bnr {
  padding: 40px 0;
}
.bnr figure {
  max-width: 400px;
  margin: 0 auto;
}
.bnr ul {
  max-width: 940px;
  margin: 25px auto 0;
  display: block;
}
.bnr ul li {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.bnr ul li:first-child {
  margin-bottom: 15px;
}
.bnr ul li a {
  font-size: 20px;
  padding: 20px 0;
}
}
footer {
  clear: both;
  padding-top: 0 !important;
}