@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/about/about_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/about/about_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-top: 70px;
  margin-bottom: 100px;
}
.sec01 .gridbox_menu {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin: 0 auto;
  width: 96%;
}
.sec01 .gridbox_menu .box {
  background-color: #F2F2F2;
  position: relative;
  height: 384px;
  padding: 0 25px 28px;
}
.sec01 .gridbox_menu .box .imagebox {
  position: absolute;
  left: -30px;
  top: -30px;
}
.sec01 .gridbox_menu .box .textbox {
  padding-top: 208px;
  text-align: center;
}
.sec01 .gridbox_menu .box .textbox .box_title {
  color: #333631;
  position: relative;
  display: inline-block;
}
.sec01 .gridbox_menu .box .textbox .box_title::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: -50px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/about/yajirushi.webp) center/contain no-repeat;
}
.sec01 .gridbox_menu .box .textbox .box_text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .gridbox_menu {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    margin: 0 auto;
    width: 90%;
  }
  .sec01 .gridbox_menu .box {
    height: auto;
    margin-top: 10vw;
    padding: 0 5vw 5vw;
  }
  .sec01 .gridbox_menu .box .imagebox {
    position: absolute;
    left: -5vw;
    top: -7vw;
  }
  .sec01 .gridbox_menu .box .textbox {
    padding-top: 34vw;
    text-align: center;
  }
  .sec01 .gridbox_menu .box .textbox .box_title {
    color: #333631;
    position: relative;
    display: inline-block;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .sec01 .gridbox_menu .box .textbox .box_title::before {
    content: "";
    position: absolute;
    width: 7vw;
    height: 7vw;
    right: -10vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/about/yajirushi.webp) center/contain no-repeat;
  }
  .sec01 .gridbox_menu .box .textbox .box_text {
    text-align: left;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .flexbox {
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 80px;
}
.sec02 .flexbox .textbox {
  width: 100%;
  margin-left: 0;
}
.sec02 .flexbox .textbox .box_header {
  text-align: center;
  margin-bottom: 30px;
}
.sec02 .flexbox .textbox .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
}
.sec02 .flexbox .textbox .box_subtitle {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #A67E34;
  letter-spacing: 0.1em;
}
.sec02 .flexbox .imagebox {
  position: relative;
  width: 86.3%;
}
.sec02 .flexbox .img01::before {
  position: absolute;
  content: "";
  width: 275px;
  height: 108px;
  left: -15px;
  top: -15px;
  background: url(/images/about/sec02_1_kazari.webp) center/contain no-repeat;
}
.sec02 .flexbox .img02::before {
  position: absolute;
  content: "";
  width: 275px;
  height: 104px;
  right: -15px;
  bottom: -15px;
  background: url(/images/about/sec02_2_kazari.webp) center/contain no-repeat;
}
.sec02 .flexbox .img03::before {
  position: absolute;
  content: "";
  width: 275px;
  height: 109px;
  left: -15px;
  bottom: -15px;
  background: url(/images/about/sec02_3_kazari.webp) center/contain no-repeat;
}
.sec02 .flexbox:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .flexbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 10vw;
  }
  .sec02 .flexbox .textbox {
    width: 100%;
    margin-left: 0;
  }
  .sec02 .flexbox .textbox .box_header {
    text-align: left;
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .textbox .box_title {
    font-size: 4.8vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    letter-spacing: 0.1em;
  }
  .sec02 .flexbox .textbox .box_subtitle {
    font-size: 4.3vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    color: #A67E34;
    letter-spacing: 0.1em;
  }
  .sec02 .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec02 .flexbox .imagebox {
    position: relative;
    width: 100%;
  }
  .sec02 .flexbox .img01::before {
    position: absolute;
    content: "";
    width: 58vw;
    height: 23vw;
    left: -2vw;
    top: -2vw;
    background: url(/images/about/sec02_1_kazari.webp) center/contain no-repeat;
  }
  .sec02 .flexbox .img02::before {
    position: absolute;
    content: "";
    width: 58vw;
    height: 23vw;
    right: -2vw;
    bottom: -2vw;
    background: url(/images/about/sec02_2_kazari.webp) center/contain no-repeat;
  }
  .sec02 .flexbox .img03::before {
    position: absolute;
    content: "";
    width: 58vw;
    height: 23vw;
    left: -2vw;
    bottom: -2vw;
    background: url(/images/about/sec02_3_kazari.webp) center/contain no-repeat;
  }
  .sec02 .flexbox:last-of-type {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=about.css.map */