@charset "UTF-8";
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes bg-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: none;
}

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

@media screen and (min-width: 750px) {
  [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
  }
  [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
}
#contents {
  padding-bottom: 0;
}

#kv {
  position: relative;
  overflow: hidden;
}

#kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#kv .swiper-slide {
  background: center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 749px) {
  #kv {
    height: 100vw;
  }
  #kv .item01 {
    background-image: url("../img/aboutus/aboutus_kv_01_sp.jpg");
  }
  #kv .item02 {
    background-image: url("../img/aboutus/aboutus_kv_02_sp.jpg");
  }
  #kv .item03 {
    background-image: url("../img/aboutus/aboutus_kv_03_sp.jpg");
  }
  #kv .item04 {
    background-image: url("../img/aboutus/aboutus_kv_04_sp.jpg");
  }
  #kv .item05 {
    background-image: url("../img/aboutus/aboutus_kv_05_sp.jpg");
  }
}
@media screen and (min-width: 750px) {
  #kv {
    height: 520px;
    min-width: 1240px;
  }
  #kv .item01 {
    background-image: url("../img/aboutus/about_kv_01_202506.jpg");
  }
  #kv .item02 {
    background-image: url("../img/aboutus/aboutus_kv_02.jpg");
  }
  #kv .item03 {
    background-image: url("../img/aboutus/aboutus_kv_03.jpg");
  }
  #kv .item04 {
    background-image: url("../img/aboutus/aboutus_kv_04.jpg");
  }
  #kv .item05 {
    background-image: url("../img/aboutus/aboutus_kv_05.jpg");
  }
}
#concept {
  background: #5c3e2c url("../img/aboutus/aboutus_bg_01.png") center top no-repeat;
}

#concept h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 749px) {
  #concept {
    padding-top: 6.66667vw;
    background-image: url("../img/aboutus/aboutus_bg_01_sp.png");
    background-size: 65.73333vw;
    background-position: 33.33333vw 126.53333vw;
    color: #fff;
  }
  #concept .inner_01 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  #concept .inner_01 .concept_title {
    order: 2;
  }
  #concept .inner_01 .text {
    order: 3;
  }
  #concept .inner_01 .image {
    order: 1;
  }
  #concept h2 {
    margin-bottom: 7.33333vw;
    font-size: 5.33333vw;
  }
  #concept .concept_title {
    padding-bottom: 3.46667vw;
    margin-bottom: 4vw;
    background: url("../img/common/line_dot_02.svg") left bottom no-repeat;
    background-size: auto 1.06667vw;
    line-height: 1.8;
    font-size: 4.8vw;
    font-weight: bold;
  }
  #concept .text {
    font-size: 3.46667vw;
    line-height: 1.9;
  }
  #concept .image {
    width: 100vw;
    margin-left: -4vw;
    margin-bottom: 2.66667vw;
    position: relative;
  }
  #concept .image img {
    width: 100%;
  }
  #concept .concept_01, #concept .concept_02 {
    padding-bottom: 11.73333vw;
  }
  #concept .concept_03 {
    padding-bottom: 13.33333vw;
  }
}
@media screen and (min-width: 750px) {
  #concept {
    background-position: center 233px;
    padding-top: 80px;
  }
  #concept .inner_01 {
    position: relative;
  }
  #concept h2 {
    margin-bottom: 110px;
    font-size: 32px;
  }
  #concept .concept_title {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: 0 0 no-repeat;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.9;
    position: absolute;
    z-index: 10;
  }
  #concept .text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.6;
  }
  #concept .concept_01 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1180px;
    padding-top: 78px;
    padding-bottom: 137px;
  }
  #concept .concept_01 .concept_title {
    width: 460px;
    height: 200px;
    top: 0;
    left: 230px;
    padding-top: 10px;
    background-image: url("../img/aboutus/aboutus_copy_01.png");
  }
  #concept .concept_01 .text {
    width: 460px;
    margin-top: 160px;
  }
  #concept .concept_02 {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1016px;
    padding-bottom: 112px;
  }
  #concept .concept_02 .concept_title {
    width: 468px;
    height: 227px;
    top: 26px;
    left: 412px;
    padding-top: 10px;
    background-image: url("../img/aboutus/aboutus_copy_02.png");
  }
  #concept .concept_02 .text {
    width: 460px;
    margin-top: 290px;
    margin-right: 20px;
  }
  #concept .concept_03 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1130px;
    padding-bottom: 148px;
  }
  #concept .concept_03 .concept_title {
    width: 469px;
    height: 246px;
    top: 40px;
    left: 87px;
    padding-top: 40px;
    background-image: url("../img/aboutus/aboutus_copy_03.png");
  }
  #concept .concept_03 .text {
    width: 426px;
    margin-top: 324px;
  }
  #concept .concept_03 .image {
    margin-right: 25px;
  }
}
#legend {
  background: #a66441 url("../img/aboutus/aboutus_bg_02.png") 0 0 repeat-x;
}

#legend h3, #legend h4, #legend .text {
  font-weight: bold;
}

#legend h3, #legend h4 {
  line-height: 1;
}

#legend .text p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 749px) {
  #legend {
    background-size: auto 8vw;
    padding-top: 12.53333vw;
    padding-bottom: 16vw;
  }
  #legend .inner {
    height: 257.6vw;
    margin: 0 auto;
    padding-top: 7.46667vw;
    background: url("../img/aboutus/aboutus_legend_01_sp.png") top center no-repeat;
    background-size: 100% auto;
  }
  #legend .inner img {
    width: 95.2vw;
  }
  #legend h3 {
    margin-bottom: 9.6vw;
    font-size: 4.8vw;
    text-align: center;
  }
  #legend h4 {
    margin-bottom: 7.73333vw;
    font-size: 4vw;
    text-align: center;
  }
  #legend .illust {
    text-align: center;
  }
  #legend .text {
    margin: 6.66667vw 4vw 13.33333vw;
    font-size: 3.46667vw;
    line-height: 1.85;
  }
  #legend .note {
    margin: 0 8vw 0 4vw;
  }
}
@media screen and (min-width: 750px) {
  #legend {
    padding-top: 115px;
    padding-bottom: 90px;
  }
  #legend .inner {
    width: 1226px;
    height: 1370px;
    margin: 0 auto;
    padding-top: 65px;
    background: url("../img/aboutus/aboutus_legend_01.png") top center no-repeat;
    text-align: center;
  }
  #legend h3 {
    margin-bottom: 70px;
    font-size: 32px;
  }
  #legend h4 {
    margin-bottom: 18px;
    font-size: 24px;
  }
  #legend .text {
    width: 884px;
    margin: 44px auto 40px;
    font-size: 16px;
    line-height: 1.75;
  }
}
/*----------------------------------
2022-08-22 改修
----------------------------------*/
body#about #wrapper #contents article #legend {
  padding-bottom: 30px;
  background: #9D6748 url(../img/aboutus/aboutus_bg_02.png) 0 0 repeat-x;
}
body#about #wrapper #contents article .links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #9D6748;
  padding-bottom: 93.6px;
  margin-top: -1px;
}
body#about #wrapper #contents article .links li:not(:last-child) {
  margin-right: 40px;
}
body#about #wrapper #contents article .links li a {
  transition: 0.3s;
  display: block;
}
body#about #wrapper #contents article .links li a:hover {
  opacity: 0.7;
}
body#about #wrapper #contents article .links li a img {
  border-radius: 4px;
}
@media screen and (max-width: 749px) {
  body#about #wrapper #contents article #legend {
    padding-bottom: 10.67vw;
  }
  body#about #wrapper #contents article .links {
    padding: 0 15px 24.41vw;
  }
  body#about #wrapper #contents article .links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6.67vw;
  }
  body#about #wrapper #contents article .links li a img {
    width: 100%;
  }
}

/*----------------------------------
2023-04- バナー調整
----------------------------------*/
@media screen and (min-width: 751px) {
  body#about #wrapper #contents article .links li {
    width: 100%;
    margin: 50px auto 30px;
    padding: 0 85px;
    max-width: 1130px;
  }
  body#about #wrapper #contents article .links li img {
    width: 100%;
  }
}
body#about #wrapper #contents article .links li a {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
@media screen and (max-width: 749px) {
  body#about #wrapper #contents article .links li a {
    transform: translateX(-5px);
  }
}/*# sourceMappingURL=about.css.map */