/* home common
-----------------------------------------------------------*/
div.hlWrap {
  text-align: center;
}
div.hlWrap h2 img {
  width: auto;
  height: min(3.3653846154vw, 35px);
}
div.hlWrap h2 + p {
  margin-top: 25px;
}
div.hlWrap h2 + p img {
  width: auto;
  height: min(3.4615384615vw, 36px);
}
div.hlWrap .en {
  margin-top: 20px;
}
div.hlWrap .en img {
  width: auto;
  height: min(1.6346153846vw, 17px);
}

@media screen and (max-width: 767px) {
  div.hlWrap h2 img {
    width: 100%;
    height: auto;
    max-width: 375px;
    margin: 0 auto;
  }
  div.hlWrap h2 + p {
    margin-top: 20px;
  }
  div.hlWrap h2 + p img {
    width: 100%;
    height: auto;
    max-width: 375px;
    margin: 0 auto;
  }
  div.hlWrap .en {
    margin-top: 20px;
  }
  div.hlWrap .en img {
    width: 100%;
    height: auto;
    max-width: 375px;
    margin: 0 auto;
  }
}
/* kv
-----------------------------------------------------------*/
#kvSec {
  position: relative;
}
#kvSec h2 {
  position: absolute;
  top: calc(50% - min(17.3076923077vw, 180px));
  left: calc(50% - min(47.1153846154vw, 490px) + 10px);
  width: min(50.3846153846vw, 524px);
  z-index: 10;
}
#kvSec > div {
  width: 100%;
  height: 630px;
  display: flex;
  overflow: hidden;
}
#kvSec ul.figList {
  display: flex;
  -webkit-animation: loop-list 50s linear infinite;
          animation: loop-list 50s linear infinite;
}
#kvSec ul.figList li {
  margin-right: 15px;
  width: 1530px;
}
#kvSec .badge {
  display: none;
}

@-webkit-keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  #kvSec h2 {
    position: absolute;
    top: 95px;
    left: 5.3333333333vw;
    width: 295px;
    z-index: 10;
  }
  #kvSec > div {
    width: 100%;
    height: 400px;
    display: flex;
    overflow: hidden;
  }
  #kvSec ul.figList {
    display: flex;
    -webkit-animation: loop-list 50s linear infinite;
            animation: loop-list 50s linear infinite;
  }
  #kvSec ul.figList li {
    margin-right: 10px;
    width: 970px;
  }
  #kvSec .badge {
    display: block;
    width: 127px;
    height: 127px;
    position: absolute;
    right: 4vw;
    bottom: 15px;
    z-index: 10;
  }
}
/* home nav
-----------------------------------------------------------*/
.gNav {
  margin-top: 20px;
}
.gNav ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.gNav ul li ~ li {
  border-left: 1px solid #e4e0da;
}
.gNav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.gNav ul li a:hover {
  background: #237bd0;
}
.gNav ul li a:hover g.text path {
  fill: #fff;
}
.gNav ul li a:hover g.fig path, .gNav ul li a:hover g.fig polygon, .gNav ul li a:hover g.fig rect {
  fill: #fff;
}
.gNav g.text path {
  transition: 0.3s all;
  fill: #262626;
}
.gNav g.fig path, .gNav g.fig polygon, .gNav g.fig rect {
  transition: 0.3s all;
  fill: #237bd0;
}

@media screen and (max-width: 767px) {
  .gNav {
    display: none;
  }
}
/* lead
-----------------------------------------------------------*/
section#LeadSec {
  text-align: center;
  margin-top: 90px;
}
section#LeadSec h2 {
  text-align: center;
  font-size: min(3.5576923077vw, 3.7rem);
  font-weight: 700;
}
section#LeadSec h2 em {
  color: #237bd0;
}
section#LeadSec div.noteBox {
  font-size: min(1.7307692308vw, 1.8rem);
  margin-top: 25px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  section#LeadSec {
    margin-top: 50px;
  }
  section#LeadSec h2 {
    font-size: 3rem;
  }
  section#LeadSec div.noteBox {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}
/* merit
-----------------------------------------------------------*/
section#MeritSec {
  padding: 80px 0 90px;
}
section#MeritSec div.meritList {
  margin-top: 35px;
}
section#MeritSec div.meritList ul {
  display: flex;
  justify-content: space-between;
}
section#MeritSec div.meritList ul li {
  width: min(30.5769230769vw, 318px);
  position: relative;
  padding-top: min(5.7692307692vw, 60px);
  font-size: 1.3rem;
}
section#MeritSec div.meritList ul li h3 {
  position: absolute;
  width: min(7.5961538462vw, 79px);
  top: 0;
  right: 10px;
  z-index: 10;
}
section#MeritSec div.meritList ul li figure {
  margin-bottom: 10px;
}
section#MeritSec div.meritList .merit-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  section#MeritSec {
    padding: 50px 0 40px;
    overflow: hidden;
  }
  section#MeritSec div.meritList {
    margin-top: 35px;
  }
  section#MeritSec div.meritList ul {
    display: flex;
    justify-content: space-between;
  }
  section#MeritSec div.meritList ul li {
    width: auto;
    padding-top: 50px;
    font-size: 1.1rem;
  }
  section#MeritSec div.meritList ul li h3 {
    width: 66px;
    right: 10px;
  }
  section#MeritSec div.meritList ul li figure {
    margin: 0 auto 10px;
  }
  section#MeritSec div.meritList .swiper-pagination-bullet-active {
    background: #237bd0;
  }
  section#MeritSec div.meritList .merit-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
/* custom
-----------------------------------------------------------*/
section#CustomSec {
  padding: 75px 0;
  background: url(/img/home/bg_custom.jpg) center 0 no-repeat;
  background-size: cover;
}
section#CustomSec div.figBox {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
section#CustomSec div.figBox figure {
  width: 578px;
  margin-left: -150px;
}
@media screen and (max-width: 1300px) {
  section#CustomSec div.figBox figure {
    margin-left: calc((1000px - 100vw) / 2);
    width: min(44.5vw, 578px);
  }
}
@media screen and (max-width: 1040px) {
  section#CustomSec div.figBox figure {
    margin-left: -20px;
    width: 44.5vw;
  }
}
section#CustomSec div.figBox div {
  width: 51%;
  line-height: 2.2;
  font-size: min(1.5384615385vw, 16px);
  letter-spacing: 0.05em;
  font-weight: bold;
}
section#CustomSec div.figBox div p ~ p {
  margin-top: 1.8em;
}
section#CustomSec div.figBox div.bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  section#CustomSec {
    padding: 65px 0 85px;
    background: url(/img/home/bg_custom.jpg) center 0 no-repeat;
    background-size: auto 160%;
  }
  section#CustomSec div.figBox {
    margin-top: 25px;
    flex-direction: column;
  }
  section#CustomSec div.figBox figure {
    width: 340px;
    margin: 0 auto;
    transform: translateX(-25px);
  }
  section#CustomSec div.figBox div {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
  }
}
/* Support
-----------------------------------------------------------*/
section#SupportSec {
  padding: 100px 0 115px;
}
section#SupportSec div.supBox {
  font-size: min(1.7307692308vw, 1.8rem);
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.2em;
}
section#SupportSec div.supBox ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
section#SupportSec div.supBox ul li {
  width: min(46.5384615385vw, 484px);
}

@media screen and (max-width: 767px) {
  section#SupportSec {
    padding: 55px 0 50px;
  }
  section#SupportSec div.supBox {
    font-size: 1.3rem;
    margin-top: 30px;
    text-align: left;
  }
  section#SupportSec div.supBox ul {
    margin-top: 20px;
  }
  section#SupportSec div.supBox ul li {
    width: 100%;
  }
  section#SupportSec div.supBox ul li:first-child {
    display: none;
  }
}
/* Craftmanship
-----------------------------------------------------------*/
section#CsSec {
  background: #154a7d;
  padding: 95px 0 100px;
  overflow: hidden;
}
section#CsSec div.CsSlide {
  position: relative;
  width: min(80.3846153846vw, 836px);
  margin: 45px auto 0;
}
section#CsSec div.CsSlide .swiper-wrapper li {
  position: relative;
}
section#CsSec div.CsSlide .swiper-wrapper li figure {
  border-radius: min(2.4038461538vw, 25px);
  overflow: hidden;
}
section#CsSec div.CsSlide .swiper-wrapper li > div {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: min(2.8846153846vw, 30px);
  color: #fff;
}
section#CsSec div.CsSlide .swiper-wrapper li > div h3 {
  font-size: min(2.6923076923vw, 2.8rem);
  font-weight: 700;
}
section#CsSec div.CsSlide .swiper-wrapper li > div h3 + p {
  font-size: min(1.4423076923vw, 1.5rem);
  font-weight: 500;
}
section#CsSec div.CsSlide .swiper-wrapper li > div .kind img {
  width: auto;
  height: min(9.4230769231vw, 98px);
}
section#CsSec .arrList {
  position: absolute;
  top: calc(50% - min(3.1730769231vw, 33px));
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section#CsSec .arrList li {
  width: min(6.3461538462vw, 66px);
  height: min(6.3461538462vw, 66px);
  background: #ed7414;
  border: 1px solid #ed7414;
  border-radius: 50%;
  transform: translateX(min(3.8461538462vw, 40px));
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section#CsSec .arrList li rect, section#CsSec .arrList li path {
  fill: #fff;
  transition: 0.3s all;
}
section#CsSec .arrList li:hover {
  background: #fff;
}
section#CsSec .arrList li:hover rect, section#CsSec .arrList li:hover path {
  fill: #ed7414;
}
section#CsSec .arrList li img {
  width: 22px;
}
section#CsSec .arrList li.prev {
  transform: translateX(-40px) rotate(180deg);
}
section#CsSec .arrList li.swiper-button-disabled {
  opacity: 0;
}
section#CsSec div.CsSlideThumb {
  margin-top: 25px;
}
section#CsSec div.CsSlideThumb ul {
  display: flex;
  justify-content: space-between;
}
section#CsSec div.CsSlideThumb li figure {
  width: min(9.6153846154vw, 100px);
  height: min(9.6153846154vw, 100px);
  position: relative;
  box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s all;
  cursor: pointer;
}
section#CsSec div.CsSlideThumb li figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.6);
  transition: 0.3s all;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
section#CsSec div.CsSlideThumb li figure:hover::after {
  background: rgba(35, 24, 21, 0);
}
section#CsSec div.CsSlideThumb li > p {
  display: none;
}
section#CsSec div.CsSlideThumb li.active figure {
  outline: min(0.4807692308vw, 5px) solid #ed7414;
  outline-offset: max(-0.4807692308vw, -5px);
}
section#CsSec div.CsSlideThumb li.active figure::after {
  background: rgba(35, 24, 21, 0);
}

@media screen and (max-width: 767px) {
  section#CsSec {
    padding: 70px 0 60px;
  }
  section#CsSec div.CsSlide {
    width: 100%;
    margin: 25px auto 0;
  }
  section#CsSec div.CsSlide .swiper-wrapper li figure {
    border-radius: 15px;
  }
  section#CsSec div.CsSlide .swiper-wrapper li > div {
    position: relative;
    align-items: flex-start;
    padding: 10px 5px 0;
  }
  section#CsSec div.CsSlide .swiper-wrapper li > div h3 {
    font-size: 4vw;
  }
  section#CsSec div.CsSlide .swiper-wrapper li > div h3 + p {
    font-size: 3.2vw;
  }
  section#CsSec div.CsSlide .swiper-wrapper li > div .kind {
    position: absolute;
    top: -12vw;
    right: 2.6666666667vw;
    z-index: 10;
  }
  section#CsSec div.CsSlide .swiper-wrapper li > div .kind img {
    height: 10vw;
  }
  section#CsSec .arrList {
    position: absolute;
    top: calc((100vw - 50px) * 335 / 232 / 4 - 3.4666666667vw);
  }
  section#CsSec .arrList li {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    transform: translateX(15px);
  }
  section#CsSec .arrList li svg {
    width: 2.4vw;
  }
  section#CsSec .arrList li.prev {
    transform: translateX(-15px) rotate(180deg);
  }
  section#CsSec div.CsSlideThumb {
    margin-top: 15px;
  }
  section#CsSec div.CsSlideThumb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 5px;
  }
  section#CsSec div.CsSlideThumb li figure {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
  section#CsSec div.CsSlideThumb li > p {
    display: block;
    text-align: center;
    filter: grayscale(1) brightness(1.1);
    transition: 0.3s all;
  }
  section#CsSec div.CsSlideThumb li > p img {
    width: auto;
    height: 16px;
  }
  section#CsSec div.CsSlideThumb li.active figure {
    outline: 3px solid #ed7414;
    outline-offset: -3px;
  }
  section#CsSec div.CsSlideThumb li.active > p {
    filter: none;
  }
}
/* Works
-----------------------------------------------------------*/
section#WorksSec {
  background: #f6f6f6;
  padding: 90px 0 130px;
}
section#WorksSec div.productsList {
  margin-top: 60px;
}
section#WorksSec div.productsList ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.8461538462vw, 40px) 2.75%;
}
section#WorksSec div.productsList a {
  transition: 0.3s all;
}
section#WorksSec div.productsList a:hover {
  opacity: 0.7;
}
section#WorksSec div.productsList figure {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 315/240;
  background: #fff;
}
section#WorksSec div.productsList figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
section#WorksSec div.productsList div.dateBox {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 15px;
}
section#WorksSec div.productsList div.dateBox .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.25vw, 1.3rem);
  color: #237bd0;
  height: 20px;
  padding: 0 1em;
  border-radius: 25px;
  border: 2px solid #237bd0;
  margin-right: 1em;
}
section#WorksSec div.productsList div.dateBox .date {
  font-family: "bahnschrift", sans-serif;
  color: #797f84;
  font-size: min(1.4423076923vw, 1.5rem);
}
section#WorksSec div.productsList .name {
  font-size: min(1.7307692308vw, 1.8rem);
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.5;
}
section#WorksSec div.productsList .price {
  font-size: min(1.7307692308vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  vertical-align: baseline;
  display: none;
}
section#WorksSec div.productsList .price em {
  font-size: min(2.1153846154vw, 2.2rem);
  margin-right: 0.3em;
  transform: translateY(0.1em);
  display: inline-block;
}
section#WorksSec div.productsList .price span {
  font-size: min(1.5384615385vw, 1.6rem);
}
section#WorksSec .btnOrbal {
  margin-top: 30px;
}
section#WorksSec .btnOrbal a {
  width: 200px;
}
section#WorksSec h3 {
  text-align: center;
}
section#WorksSec h3 img {
  width: auto;
  height: min(3.4615384615vw, 36px);
}
section#WorksSec div.optionPlatList {
  margin-top: 75px;
}
section#WorksSec div.optionPlatList ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: min(3.3653846154vw, 35px);
  margin-top: 45px;
}
section#WorksSec div.optionPlatList ul li {
  font-size: 1rem;
}
section#WorksSec div.optionPlatList ul h4 {
  text-align: center;
  font-size: min(1.7307692308vw, 1.8rem);
  font-weight: 700;
  margin: 20px 0 10px;
  line-height: 1;
}
section#WorksSec div.optionDesignList {
  margin-top: 75px;
}
section#WorksSec div.optionDesignList h3 + p {
  text-align: center;
  font-size: min(1.7307692308vw, 1.8rem);
  margin-top: 35px;
}
section#WorksSec div.optionDesignList ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 60px;
}
section#WorksSec div.optionDesignList ul h4 {
  font-size: min(2.0192307692vw, 2.1rem);
  font-weight: 700;
  line-height: 1;
  padding: 0 0 20px 10px;
}
section#WorksSec div.optionDesignList ul div.inBox {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 45px 25px 25px;
  box-sizing: border-box;
  font-size: 1rem;
  height: calc(100% - 40px);
}
section#WorksSec div.optionDesignList ul div.inBox figure {
  position: absolute;
  width: min(8.2692307692vw, 86px);
  top: max(-4.3269230769vw, -45px);
  right: 0;
  z-index: 10;
}
section#WorksSec div.optionDesignList ul div.inBox > div ~ div {
  margin-top: 15px;
}
section#WorksSec div.optionDesignList ul div.inBox h5 {
  font-size: min(1.7307692308vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  section#WorksSec {
    padding: 65px 0 70px;
  }
  section#WorksSec div.productsList {
    margin-top: 35px;
  }
  section#WorksSec div.productsList ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 2.6666666667vw;
  }
  section#WorksSec div.productsList div.dateBox {
    margin-top: 10px;
    display: block;
  }
  section#WorksSec div.productsList div.dateBox .cat {
    font-size: 0.9rem;
    height: 16px;
    line-height: 1;
    display: inline-flex;
  }
  section#WorksSec div.productsList div.dateBox .date {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
  section#WorksSec div.productsList .name {
    font-size: 1.3rem;
  }
  section#WorksSec div.productsList .price {
    font-size: 1.3rem;
  }
  section#WorksSec div.productsList .price em {
    font-size: 1.4rem;
    transform: translateY(0.1em);
  }
  section#WorksSec div.productsList .price span {
    font-size: 1rem;
  }
  section#WorksSec .btnOrbal {
    margin-top: 60px;
  }
  section#WorksSec .btnOrbal a {
    width: 205px;
  }
  section#WorksSec h3 {
    text-align: center;
  }
  section#WorksSec h3 img {
    width: 100%;
    height: auto;
    max-width: 375px;
    margin: 0 auto;
  }
  section#WorksSec div.optionPlatList {
    margin-top: 50px;
  }
  section#WorksSec div.optionPlatList ul {
    display: block;
    margin-top: 45px;
  }
  section#WorksSec div.optionPlatList ul li {
    display: flex;
    justify-content: space-between;
  }
  section#WorksSec div.optionPlatList ul li > div {
    width: calc(100% - 110px);
  }
  section#WorksSec div.optionPlatList ul li ~ li {
    margin-top: 20px;
  }
  section#WorksSec div.optionPlatList ul figure {
    width: 95px;
  }
  section#WorksSec div.optionPlatList ul h4 {
    text-align: left;
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
  section#WorksSec div.optionDesignList {
    margin-top: 80px;
  }
  section#WorksSec div.optionDesignList h3 + p {
    font-size: 1.3rem;
    margin-top: 30px;
  }
  section#WorksSec div.optionDesignList ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-top: 40px;
  }
  section#WorksSec div.optionDesignList ul h4 {
    font-size: 1.4rem;
    padding: 0 0 20px 10px;
  }
  section#WorksSec div.optionDesignList ul div.inBox {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 30px 15px 20px;
    box-sizing: border-box;
    font-size: 1.1rem;
    height: calc(100% - 40px);
  }
  section#WorksSec div.optionDesignList ul div.inBox figure {
    width: 56px;
    top: -30px;
  }
  section#WorksSec div.optionDesignList ul div.inBox > div ~ div {
    margin-top: 15px;
  }
  section#WorksSec div.optionDesignList ul div.inBox h5 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
  }
}
/* Faq
-----------------------------------------------------------*/
section#FaqSec {
  padding: 120px 0 80px;
}
section#FaqSec div.hlWrap {
  text-align: left;
}
section#FaqSec div.hlWrap h2 + p {
  margin-top: 20px;
}
section#FaqSec div.hlWrap h2 + p img {
  height: 19px;
}
section#FaqSec div.faqBox {
  display: flex;
  justify-content: space-between;
}
section#FaqSec div.faqBox figure {
  width: 555px;
  margin-left: -150px;
}
@media screen and (max-width: 1300px) {
  section#FaqSec div.faqBox figure {
    margin-left: calc((1000px - 100vw) / 2);
    width: min(42.7vw, 555px);
  }
}
@media screen and (max-width: 1040px) {
  section#FaqSec div.faqBox figure {
    margin-left: -20px;
    width: 42.7vw;
  }
}
section#FaqSec div.faqBox div.faqList {
  width: calc(50% + min(3.8461538462vw, 40px));
}
section#FaqSec div.faqBox ul {
  margin-top: 50px;
  border-top: 1px solid #d9d9d9;
}
section#FaqSec div.faqBox ul li {
  border-bottom: 1px solid #d9d9d9;
  font-size: min(1.5384615385vw, 1.6rem);
}
section#FaqSec div.faqBox ul li .qst a {
  font-weight: 700;
  display: flex;
  align-items: center;
  height: min(9.0384615385vw, 94px);
  position: relative;
  padding: 0 min(2.4038461538vw, 25px);
  transition: 0.3s all;
}
section#FaqSec div.faqBox ul li .qst a::before, section#FaqSec div.faqBox ul li .qst a::after {
  content: "";
  width: min(1.9230769231vw, 20px);
  height: 2px;
  background: #237bd0;
  position: absolute;
  top: calc(50% - 1px);
  right: min(3.8461538462vw, 40px);
  z-index: 10;
  transition: 0.3s all;
}
section#FaqSec div.faqBox ul li .qst a::after {
  transform: rotate(90deg);
}
section#FaqSec div.faqBox ul li .qst a:hover {
  color: #237bd0;
}
section#FaqSec div.faqBox ul li .ans {
  padding: min(2.4038461538vw, 25px) min(1.9230769231vw, 20px);
  background: #f6f6f6;
  display: none;
}
section#FaqSec div.faqBox ul li.open .qst a::before {
  transform: rotate(135deg);
}
section#FaqSec div.faqBox ul li.open .qst a::after {
  transform: rotate(225deg);
}

@media screen and (max-width: 767px) {
  section#FaqSec {
    padding: 50px 0 30px;
  }
  section#FaqSec div.hlWrap h2 + p {
    margin-top: 20px;
  }
  section#FaqSec div.hlWrap h2 + p img {
    width: 100%;
    height: auto;
    max-width: 375px;
    margin: 0a;
  }
  section#FaqSec div.faqBox {
    display: block;
  }
  section#FaqSec div.faqBox figure {
    display: none;
  }
  section#FaqSec div.faqBox div.faqList {
    width: 100%;
  }
  section#FaqSec div.faqBox ul {
    margin-top: 20px;
  }
  section#FaqSec div.faqBox ul li {
    font-size: 1.3rem;
  }
  section#FaqSec div.faqBox ul li .qst a {
    height: auto;
    position: relative;
    padding: 20px 50px 20px 7px;
  }
  section#FaqSec div.faqBox ul li .qst a::before, section#FaqSec div.faqBox ul li .qst a::after {
    content: "";
    width: 13px;
    height: 2px;
    top: calc(50% - 1px);
    right: 25px;
  }
  section#FaqSec div.faqBox ul li .ans {
    padding: min(2.4038461538vw, 25px) min(1.9230769231vw, 20px);
    background: #f6f6f6;
    display: none;
  }
  section#FaqSec div.faqBox ul li.open .qst a::before {
    transform: rotate(135deg);
  }
  section#FaqSec div.faqBox ul li.open .qst a::after {
    transform: rotate(225deg);
  }
}
/* Contact
-----------------------------------------------------------*/
section#ContactSec {
  padding: 85px 0 160px;
  background: url(/img/home/bg_contact.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1040px) {
  section#ContactSec {
    background-size: 130%;
  }
}
section#ContactSec div.hlWrap h2 img {
  height: 35px;
}
section#ContactSec div.hlWrap h2 + p img {
  height: 35px;
}
section#ContactSec .note {
  color: #fff;
  font-size: min(1.7307692308vw, 1.8rem);
  text-align: center;
  font-weight: 700;
  margin-top: 50px;
}
section#ContactSec .btnOrbal {
  margin-top: 60px;
}
section#ContactSec .btnOrbal a {
  width: 420px;
}

@media screen and (max-width: 767px) {
  section#ContactSec {
    padding: 75px 0 90px;
    background: url(/img/home/bg_contact.jpg) 60% 0 no-repeat;
    background-size: 200%;
  }
  section#ContactSec div.hlWrap h2 img {
    width: 100%;
    max-width: 375px;
    height: auto;
    margin: 0 auto;
  }
  section#ContactSec div.hlWrap h2 + p img {
    width: 100%;
    max-width: 375px;
    height: auto;
    margin: 0 auto;
  }
  section#ContactSec .note {
    font-size: 1.6rem;
    margin-top: 25px;
  }
  section#ContactSec .btnOrbal {
    margin-top: 25px;
  }
  section#ContactSec .btnOrbal a {
    width: 300px;
  }
}
/*# sourceMappingURL=home.css.map */