@charset "UTF-8";



/* ------------------------------------
* 
* mv
* 
------------------------------------ */
.sec-mv {
  position: relative;
}
.sec-mv .con-main {
  width: 640px;
  margin-left: 12.5%;
  padding: 20px 100px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 480px;
}
.sec-mv .p-title {
  display: flex;
  align-items: center;
}
.sec-mv .p-title__logo {
  width: 280px;
}
.sec-mv .p-title__text {
  font-size: 21px;
  color: #E95513;
  line-height: 1.5;
  padding-left: 20px;
}
.sec-mv .p-box__title {
  font-size: 21px;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec-mv .p-box__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1400px) {
  .sec-mv .con-main {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sec-mv .con-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec-mv .p-title__text mark {
    background: none !important;
  }
}
@media (max-width: 767px) {
  .sec-mv {
    margin-bottom: 12vw;
  }
  .sec-mv .con-main {
    width: auto;
    padding: 0;
    background: none;
  }
  .sec-mv .p-title {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .sec-mv .p-title__logo {
    background-color: #fff;
    padding: 10px 15px 0px 20px;
    width: 120px;
    margin-bottom: 10px;
  }
  .sec-mv .p-title__text {
    padding-left: 15px;
    line-height: 1.5;
    font-size: 24px;
    color: #E95513;
  }
  .sec-mv .p-title__text mark {
    background: linear-gradient(transparent 10%, #fff 10%) !important;
    color: inherit;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sec-mv .p-box__title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .sec-mv .p-box__title mark {
    background: linear-gradient(transparent 10%, #fff 10%) !important;
  }
  .sec-mv .p-box__desc {
    position: absolute;
    top: 100vw;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .sec-mv .p-sec {
    /*margin-top: 160px;*/
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-box__bg__sp {
    padding-left: 40px;
    box-sizing: border-box;
  }
  .p-box__bg__sp img {
    max-width: none;
    width: 100%;
  }
}

/* ================================= */

.sec-mv .bx-wrapper {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  max-width: none !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.sec-mv .bx-wrapper .bx-controls-direction a {
  width: 64px !important;
  height: 67px !important;
  background-size: contain;
}
.sec-mv .bx-wrapper .bx-next {
  transform: scale(-1,1);
}
.sec-mv .bx-wrapper img {
  width: 1040px;
  height: auto;
  max-width: none;
}




/* ------------------------------------
* 
* intro
* 
------------------------------------ */
.sec-intro .con-main {
  position: relative;
  background-image: url('../img/top/intro-bg.png');
  background-position: center top;
}
@media (max-width: 767px) {
  .sec-intro .con-head {
    position: relative;
  }
  .sec-intro .con-head::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../img/top/intro-chara.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 50vw;
    height: 100%;
  }
  .sec-intro .con-main {
    position: static;
    background: #F2993D;
    padding-top: 26px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 8px 8px 0 0;
  }
}

/* ================================= */

.sec-intro .p-desc {
  background: #fff;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.sec-intro .p-desc li {
  font-size: 18px;
  line-height: 2.5;
}
.sec-intro .p-desc li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../img/icon/icon_list.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 34px;
  width: 30px;
}
.sec-intro .p-desc::before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: 0;
  background-image: url('../img/top/intro-chara.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 296px;
  height: 238px;
}
.sec-intro .p-descInner {
  padding-right: 210px;
  box-sizing: border-box;
}
.sec-intro .p-desc li {
  position: relative;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .sec-intro .title-2 {
    display: block;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .sec-intro .p-desc li::before {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .sec-intro {
    position: relative;
  }
  .sec-intro .title-2 {
    font-size: 4vw;
    margin-bottom: 0;
    align-items: flex-start;
    color: #000;
    padding-bottom: 10px;
  }
  .sec-intro .title-2__pickupSp1 {
    font-size: 8.4vw;
    color: #E95513;
  }
  .sec-intro .title-2__pickupSp2 {
    font-size: 5.3vw;
    color: #E95513;
  }
  .sec-intro .p-desc {
    max-width: none;
    background-color: #fff;
    padding: 40px 20px 30px;
    margin: 0 40px;
  }
  .sec-intro .p-desc li {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333333;
    word-break: keep-all;
  }
  .sec-intro .p-desc li:last-of-type {
    margin-bottom: 0;
  }
  /*
  .sec-intro .p-desc::before {
    bottom: auto;
    top: 0;
    right: -20px;
    max-width: 50%;
    display: none;
  }
  */
  .sec-intro .p-desc::before {
    content: '';
    position: absolute;
    top: -16px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url('../img/common/clipboard-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 179px;
    height: 100%;
  }
  .sec-intro .p-descInner {
    padding-right: 0;
  }
}


/* ------------------------------------
* 
* attention
* 
------------------------------------ */
.sec-attention .con-head {
  background-color: #FFE459;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 12px 12px 0 0;
  position: relative;
}
.sec-attention .con-head::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 27px 0 27px;
  border-color: #FFE459 transparent transparent transparent;
  position: absolute;
  bottom: -46px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sec-attention .p-head-title {
  color: #E95513;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-attention .con-head {
    border-radius: 0;
  }
  .sec-attention .con-head::before {
    border-width: 27px 14px 0 14px;
    bottom: -26px;
  }
  .sec-attention .p-head-title {
    font-size: 20px;
  }
}

/* ================================= */

.sec-attention .p-sec {
  background-color: #E95513;
  padding-top: 110px;
  padding-bottom: 80px;
}
.sec-attention .p-sec__title {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.sec-attention .p-sec__list {
  margin-top: 20px;
}
.sec-attention .p-sec__list > ul {
  color: #fff;
}
.sec-attention .p-sec__list > ul > li {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #fff;
  padding-left: 2em;
  position: relative;
}
.sec-attention .p-sec__list > ul > li::before {
  content: '\2605';
  position: absolute;
  top: 15px;
  left: 0;
}
@media (max-width: 767px) {
  .sec-attention .p-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-attention .p-sec__title {
    font-size: 20px;
    text-align: left;
  }
}





/* ------------------------------------
* 
* check
* 
------------------------------------ */
.sec-check {
  background-color: #FFFBE5;
}
.sec-check .p-check__sec {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.sec-check .p-check__sec::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 110px;
  margin: 0 auto;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background-color: #FFE459;
  z-index: 1;
}
.sec-check .p-check__title {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 120px;
  margin: 0 auto;
  text-align: center;
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.8;
  z-index: 2;
  font-weight: 700;
}
.sec-check .p-check__fixedImg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  line-height: 0;
}
.sec-check .p-check__boxWrap {
  display: flex;
  background-color: #fff;
}
.sec-check .p-check__box {
  width: 50%;
  flex-shrink: 0;
}
.sec-check .p-check__box.type-image figure {
  position: relative;
  width: 100%;
  padding: 20.8% 0;
  overflow: hidden;
  display: block;
}
.sec-check .p-check__box.type-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  max-width: none;
}
.sec-check .p-check__box.type-text {
  box-sizing: border-box;
  padding: 10px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
.sec-check .p-check__subTitle {
  font-size: 24px;
  color: #E95513;
  margin-bottom: 15px;
}
.sec-check .p-check__desc p {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1400px) and (min-width: 1001px) {
  .sec-check .p-check__box.type-image figure {
    padding: 30% 0;
  }
  .sec-check .p-check__desc p {
    font-size: 16px;
  }
}

@media (max-width: 1000px) and (min-width: 768px) {
  .sec-check .p-check__box.type-image figure {
    padding: 50% 0;
  }
  .sec-check .p-check__desc p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .sec-check .p-check__sec:nth-of-type(odd) .p-check__box.type-text {
    order: 1;
  }
  .sec-check .p-check__sec:nth-of-type(odd) .p-check__box.type-image {
    order: 0;
  }
}
@media (max-width: 767px) {
  .sec-check .p-check__sec {
    margin-bottom: 60px;
  }
  .sec-check .p-check__sec:last-of-type {
    margin-bottom: 0;
  }
  .sec-check .p-check__sec::before {
    display: none;
  }
  .sec-check .p-check__box {
    width: 100%;
  }
  .sec-check .p-check__title {
    width: 100%;
    background-color: #FFE459;
    bottom: auto;
    bottom: 30px;
    height: 100px;
    padding-left: 160px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: left;
    justify-content: flex-start;
  }
  .sec-check .p-check__subTitle {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }
  .sec-check .p-check__desc p {
    font-size: 12px;
  }
  .sec-check .p-check__boxWrap {
    flex-direction: column;
    border-radius: 0 0 12px 12px;
  }
  .sec-check .p-check__box.type-text {
    order: 2;
    padding: 40px 20px 170px;
  }
  .sec-check .p-check__box.type-image {
    order: 1;
  }
  .sec-check .p-check__fixedImg {
    order: 0;
    left: -10px;
    right: auto;
    text-align: left;
  }
  .sec-check .p-check__sec:nth-of-type(2) .p-check__fixedImg {
    left: -32px;
  }
  .sec-check .p-check__sec:nth-of-type(3) .p-check__fixedImg {
    left: -15px;
  }
  .sec-check .p-check__sec:nth-of-type(4) .p-check__fixedImg {
    left: 0;
  }
  .sec-check .p-check__box.type-image figure {
    border-radius: 12px 12px 0 0;
  }
}





/* ------------------------------------
* 
* point
* 
------------------------------------ */
.sec-point {
  position: relative;
  z-index: 1;
}
.sec-point .title-1 {
  margin-bottom: 50px;
}
.sec-point::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  z-index: -1;
  background-color: #FFFBE5;
}
.sec-point .p-point {
  display: flex;
  flex-wrap: wrap;
}
.sec-point .p-point__sec {
  display: flex;
  margin-bottom: 130px;
  flex-wrap: wrap;
  flex-direction: column;
}
.sec-point .p-point__title {
  border-radius: 4px;
  width: 100%;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #68A253;
  margin-bottom: 20px;
  font-size: 21px;
  text-align: center;
  box-sizing: border-box;
}
.sec-point .p-point__sec:nth-of-type(4n+2) .p-point__title {
  background-color: #E6953B;
}
.sec-point .p-point__sec:nth-of-type(4n+3) .p-point__title {
  background-color: #E86174;
}
.sec-point .p-point__sec:nth-of-type(4n) .p-point__title {
  background-color: #2DA1B2;
}
.sec-point .p-point__desc p {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec-point .p-point__title {
    height: 140px;
  }
  .sec-point .p-point__sec {
    width: 23.5%;
    margin-right: 2%;
  }
  .sec-point .p-point__sec:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sec-point::before {
    height: 350px;
  }
  .sec-point .p-point__title {
    font-size: 16px;
    /*height: 150px;*/
    height: 100px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .sec-point .p-point__sec {
  /*  width: 48%;
    margin-right: 4%;*/
    width: 100%;
    margin-bottom: 80px;
  }
  /*
  .sec-point .p-point__sec:nth-of-type(2n) {
    margin-right: 0;
  }
  */
}




/* ------------------------------------
* 
* prod
* 
------------------------------------ */
.sec-prod .p-prod__sec {
  display: flex;
  margin-bottom: 125px;
  align-items: flex-end;
  position: relative;
  min-height: 720px;
}
.sec-prod .p-prod__box {
  flex-shrink: 0;
  box-sizing: border-box;
}
.sec-prod .p-prod__box {
  width: 55.5%;
}
.sec-prod .p-prod__box .p-prod__boxInner {
  max-width: 600px;
}
.sec-prod .p-prod__title {
  font-size: 36px;
  color: #E95513;
  margin-bottom: 30px;
}
.sec-prod .p-prod__titleLabel {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
}
.sec-prod .p-prod__desc p {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.sec-prod .p-prod__catch p {
  font-size: 24px;
  color: #E95513;
  line-height: 1.4;
  font-weight: 700;
}
.sec-prod .p-prod__subTitle {
  font-size: 24px;
  color: #F29600;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
.sec-prod .p-prod__btn {
  margin-top: 30px;
}
.sec-prod .p-prod__btn > ul {
  max-width: 480px;
}
.sec-prod .p-prod__btn > ul > li {
  font-weight: 900;
  text-align: center;
}
.sec-prod .p-prod__btn > ul > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec-prod .p-prod__btn > ul > li a {
  display: block;
  color: #fff;
  padding: 20px 50px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 6px;
  border: solid 1px;
  position: relative;
}
.sec-prod .p-prod__btn > ul > li a::before,
.sec-prod .p-prod__btn > ul > li a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec-prod .p-prod__btn > ul > li a::before{
  z-index: 2;
}
.sec-prod .p-prod__btn > ul > li a::after {
  z-index: 1;
}
.sec-prod .p-prod__btn > ul > li a:hover {
  background-color: #fff;
}
.sec-prod .p-prod__btn .type-contact a {
  background-color: #E95513;
  border-color: #E95513;
}
.sec-prod .p-prod__btn .type-contact a::before,
.sec-prod .p-prod__btn .type-contact a::after {
  width: 25px;
  height: 100%;
}
.sec-prod .p-prod__btn .type-contact a::before {
  background-image: url('../img/icon/icon_call_white.svg');
}
.sec-prod .p-prod__btn .type-contact a::after {
  background-image: url('../img/icon/icon_call_orange.svg');
}
.sec-prod .p-prod__btn .type-contact a:hover {
  color: #E95513;
}
.sec-prod .p-prod__btn .type-contact a:hover::before {
  opacity: 0;
}
.sec-prod .p-prod__btn .type-ec a {
  background-color: #F29600;
  border-color: #F29600;
}
.sec-prod .p-prod__btn .type-ec a::before,
.sec-prod .p-prod__btn .type-ec a::after {
  width: 32px;
  height: 100%;
}
.sec-prod .p-prod__btn .type-ec a::before {
  background-image: url('../img/icon/icon_ec_white.svg');
}
.sec-prod .p-prod__btn .type-ec a::after {
  background-image: url('../img/icon/icon_ec_yellow.svg');
}
.sec-prod .p-prod__btn .type-ec a:hover {
  color: #F29600;
}
.sec-prod .p-prod__btn .type-ec a:hover::before {
  opacity: 0;
}
@media (min-width: 768px) {
  .sec-prod .p-prod__sec:nth-of-type(odd) {
    justify-content: flex-start;
  }
  .sec-prod .p-prod__sec:nth-of-type(odd) .p-prod__box {
    padding-right: 80px;
  }
  .sec-prod .p-prod__sec:nth-of-type(odd) .p-prod__box .p-prod__boxInner {
    margin-right: 0;
    margin-left: auto;
  }
  .sec-prod .p-prod__sec:nth-of-type(odd) .p-prod__image {
    right: 0;
  }
  .sec-prod .p-prod__sec:nth-of-type(even) {
    justify-content: flex-end;
  }
  .sec-prod .p-prod__sec:nth-of-type(even) .p-prod__box {
    padding-left: 80px;
  }
  .sec-prod .p-prod__sec:nth-of-type(even) .p-prod__box .p-prod__boxInner {
    margin-right: auto;
    margin-left: 0;
  }
  .sec-prod .p-prod__sec:nth-of-type(even) .p-prod__image {
    left: 0;
  }
  .sec-prod .p-prod__image {
    position: absolute;
    bottom: 0;
    width: 44.5%;
  }
}
@media (max-width: 767px) {
  .sec-prod .p-prod__sec:nth-of-type(even) {
    background-color: #F8F6F1;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-prod .p-prod__sec:last-of-type {
    margin-bottom: 0;
  }
  .sec-prod .p-prod__sec {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .sec-prod .p-prod__title {
    font-size: 16px;
  }
  .sec-prod .p-prod__titleLabel {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sec-prod .p-prod__desc p {
    font-size: 12px;
  }
  .sec-prod .p-prod__catch p {
    font-size: 14px;
  }
  .sec-prod .p-prod__subTitle {
    font-size: 14px;
  }
  .sec-prod .p-prod__box {
    width: 100% !important;
  }
  .sec-prod .p-prod__box .p-prod__boxInner {
    max-width: none;
  }
  .sec-prod .p-prod__image {
    margin-bottom: 30px;
  }
  .sec-prod .p-prod__btn ul {
    margin-right: auto;
    margin-left: auto;
  }
  .sec-prod .p-prod__btn ul li {
    font-size: 12px;
  }
  .sec-prod .p-prod__btn .type-contact a {
    padding-left: 10px;
    padding-right: 40px;
  }
  .sec-prod .p-prod__btn .type-contact a::before,
  .sec-prod .p-prod__btn .type-contact a::after {
    width: 16px;
  }
  .sec-prod .p-prod__btn .type-ec a::before,
  .sec-prod .p-prod__btn .type-ec a::after {
    width: 21px;
  }
}

/* ================================= */

.sec-prod .p-favorite {
  margin-bottom: 125px;
}
.sec-prod .p-favorite__sec {
  background-image: url('../img/top/prod-favorite-bg.svg');
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec-prod .p-favorite .title-1 {
  padding-top: 0;
}
.sec-prod .p-favorite .p-prod__sec {
  margin-bottom: 0;
  min-height: 486px;
}
.sec-prod .p-favorite .p-prod__title {
  color: #0081D1;
}
.sec-prod .p-favorite .p-prod__box.type-text {
  width: 45%;
}
.sec-prod  .p-favorite .p-prod__box.type-text .p-prod__boxInner {
  max-width: 450px;
}
.sec-prod .p-favorite .p-prod__box.type-image {
  width: 55%;
}
@media (max-width: 767px) {
  .sec-prod .p-favorite {
    margin-bottom: 0;
  }
}





/* ------------------------------------
* 
* voice
* 
------------------------------------ */

.sec-voice {
  background-color: #FFFBE5;
  padding-bottom: 120px;
}
.sec-voice .p-voice__sec {
  padding-right: 120px;
  padding-left: 120px;
  box-sizing: border-box;
}
.sec-voice .p-voice__box {
  display: flex;
  align-items: flex-end; 
}
.sec-voice .p-voice__title {
  font-size: 36px;
  color: #E95513;
}
.sec-voice .p-voice__box.type-desc {
  margin-top: 60px;
}
.sec-voice .p-voice__box.type-desc p {
  font-size: 16px;
}
.sec-voice .p-voice__titleBox {
  order: 1;
}
.sec-voice .p-voice__image {
  order: 0;
}

@media (min-width: 768px) {
  .sec-voice .p-voice__meta {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .sec-voice .p-voice__titleBox {
    padding-left: 60px;
    box-sizing: border-box;
  }
  .sec-voice .p-voice__image {
    width: 460px;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .sec-voice {
    padding-bottom: 80px;
  }
  .sec-voice .p-voice__titleBox {
    margin-top: 40px;
  }
  .sec-voice .p-voice__sec {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sec-voice .p-voice__box {
    flex-direction: column;
  }
  .sec-voice .p-voice__box.type-desc {
    margin-top: 30px;
  }
  .sec-voice .p-voice__title {
    font-size: 24px;
  }
}

/* ================================= */

.sec-voice .bx-wrapper {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.sec-voice .bx-wrapper .bx-controls-direction a {
  width: 64px !important;
  height: 67px !important;
  background-size: contain;
}
.sec-voice .bx-wrapper .bx-prev,
.sec-voice .bx-wrapper .bx-next {
  background: url('../img/icon/icon_arrow_orange.svg') left center no-repeat !important;
}
.sec-voice .bx-wrapper .bx-next {
  transform: scale(-1,1);
}

@media (max-width: 767px) {
  .sec-voice .bx-wrapper .bx-controls-direction a {
    width: 30px !important;
    height: 40px !important;
  }
  .sec-voice .bx-wrapper .bx-prev {
    left: -10px;
  }
  .sec-voice .bx-wrapper .bx-next {
    right: -10px;
  }
}


/* ------------------------------------
* 
* contact
* 
------------------------------------ */
.sec-contact .title-2 {
  padding-top: 60px;
  margin-bottom: 30px;
}
.sec-contact .p-head-desc {
  margin-bottom: 50px;
}
.sec-contact .p-head-desc p {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec-contact .p-form table {
  width: 100%;
  font-size: 16px;
}
.sec-contact .p-form th {
  text-align: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 280px;
  box-sizing: border-box;
  border-bottom: solid 1px #999;
  font-weight: 400;
  position: relative;
}
.sec-contact .p-form tr:first-of-type th {
  border-top: solid 1px #999;
}
.sec-contact .p-form th[data-tag]::before {
  content: attr(data-tag);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-head-desc__hisssu {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.p-head-desc__hisssu,
.sec-contact .p-form th[data-tag]::before {
  background-color: #F29600;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 8px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
.sec-contact .p-form td {
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.sec-contact .p-form tr:first-of-type td::after {
  content: '';
  background-color: #999;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  padding-left: 40px;
  width: calc(100% - 40px*2) ;
}
.sec-contact .p-form td::before {
  content: '';
  background-color: #999;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  padding-left: 40px;
  width: calc(100% - 40px*2) ;
}
.sec-contact .p-form__box li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 2em;
}
.sec-contact .p-form__box textarea,
.sec-contact .p-form__box input {
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none !important;
  border-radius: 0 !important;
  max-width: none !important;
}
.sec-contact .p-form__box textarea,
.sec-contact .p-form__box input[type="text"],
.sec-contact .p-form__box input[type="email"],
.sec-contact .p-form__box input[type="tel"] {
  margin-right: 1em;
  padding: 8px 15px;
  border: solid 1px #ccc !important;
}
.sec-contact .p-form__box textarea {
  height: 8em !important;
}
.sec-contact .p-form__box input[type="checkbox"] {
  display: none;
}
.sec-contact .p-form__box input[type="checkbox"] ~ label {
  cursor: pointer;
}
.sec-contact .p-form__box input[type="checkbox"] ~ label .icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  border: solid 3px #ccc !important;
  border-radius: 3px;
  position: relative;
}
.sec-contact .p-form__box input[type="checkbox"] ~ label .icon::before {
  content: '';
  position: absolute;
  background-image: url('../img/icon/icon_check_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sec-contact .p-form__box input[type="checkbox"]:checked ~ label .icon {
  background-color: #999;
  border-color: #999 !important;
}
.sec-contact .p-form__box input[type="checkbox"]:checked ~ label .icon::before {
  visibility: visible;
}
.sec-contact .p-form__btn {
  margin-bottom: 90px;
  margin-top: 60px;
}
.sec-contact .p-form__btn > ul {
  text-align: center;
}
.sec-contact .p-form__btn > ul > li {
  display: inline-block;
}

@media (min-width: 768px) {
  .sec-contact .p-form__box textarea,
  .sec-contact .p-form__box > input:not([type="checkbox"]):not([style*="width"]):only-of-type {
    width: 530px !important;
  }
  .sec-contact .p-form .type-textarea th,
  .sec-contact .p-form .type-textarea td {
    vertical-align: top;
  }
  .sec-contact .p-form .type-textarea th {
    padding-top: 85px;
    padding-bottom: 25px;
  }
  .sec-contact .p-form .type-textarea th[data-tag]::before {
    transform: none;
    top: 75px;
  }
  .sec-contact .p-form .type-textarea td {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .sec-contact .p-form table,
  .sec-contact .p-form tr,
  .sec-contact .p-form th,
  .sec-contact .p-form td {
    width: 100%;
    display: block;
  }
  .sec-contact .p-form__box textarea,
  .sec-contact .p-form__box > input:not([type="checkbox"]):not([style*="width"]):only-of-type {
    width: 100% !important;
  }
  .sec-contact .p-form tr {
    padding-bottom: 40px;
  }
  .sec-contact .p-form tr:last-of-type {
    padding-bottom: 0;
  }
  .sec-contact .p-form tr:first-of-type th {
    border-top: none !important;
  }
  .sec-contact .p-form td {
    padding-left: 0;
  }
  .sec-contact .p-form tr:first-of-type td::after,
  .sec-contact .p-form td::before {
    display: none;
  }
  .sec-contact .p-form__btn {
    margin-bottom: 80px;
  }
}



/* ------------------------------------
* 
* お問い合わせラベル
* 
------------------------------------ */
.parts-contactLabel {
  margin-top: 120px;
  margin-bottom: 55px;
}
.parts-contactLabel p {
  font-size: 32px;
}
.parts-contactLabel p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .parts-contactLabel {
    margin-top: 80px;
  }
  .parts-contactLabel p {
    font-size: 22px;
    text-align: center;
  }
}

/* ================================= */

.con-fixed {
/*  position: fixed;*/
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -3px 12px rgba(0,0,0,.24);
}
.con-fixed .parts-contact .con-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.con-fixed .parts-contact .con-inner::before {
  right: 0;
  width: 132px;
  height: 170px;
}
.con-fixed .parts-contact .p-head-title {
  font-size: 16px;
  padding-left: 260px;
  position: absolute;
  top: 22px;
}
.con-fixed .parts-contact p.p-tel__text {
  font-size: 27px;
  margin-top: 0;
}
.con-fixed .parts-contact p.p-tel__text a {
  padding-left: 32px;
}
.con-fixed .parts-contact p.p-tel__meta {
  font-size: 19px;
  letter-spacing: 0;
}
.con-fixed .parts-contact .p-tel__metaTitle {
  display: inline-block;
  font-size: 19px !important;
}
.con-fixed .parts-contact .p-contact {
  align-items: flex-end;
  margin-top: 0;
}
.con-fixed .parts-contact .p-contact p {
  line-height: 1.4;
  padding-right: 0;
}
.con-fixed .parts-contact p.p-tel__text a::before,
.con-fixed .parts-contact p.p-tel__text a::after {
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .con-fixed .parts-contact .p-mail a {
    min-width: 240px;
    padding-left: 65px;
  }
  .con-fixed .parts-contact .p-mail a::before,
  .con-fixed .parts-contact .p-mail a::after {
    width: 34px;
  }
  .con-fixed .parts-contact .p-tel {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .con-fixed {
    position: fixed;
  }
  .con-fixed .parts-contact .p-head-title {
    display: none;
  }
  .con-fixed .parts-contact .con-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .con-fixed .parts-contact .con-inner.contentW {
    padding-right: 0;
    padding-left: 0;
  }
  .con-fixed .parts-contact .con-inner::before {
    display: none;
  }
  .con-fixed .parts-contact .p-contact {
    flex-direction: row;
    align-items: stretch;
  }
  .con-fixed .parts-contact .con-head, .parts-contact .con-main {
    padding-right: 0;
  }
  .con-fixed .parts-contact .p-tel {
    width: 57%;
    flex-shrink: 0;
    margin-top: 0;
    flex-direction: row;
    align-items: stretch;
  }
  .con-fixed .parts-contact p.p-tel__text {
    line-height: 1.2;
    font-size: 22px;
    display: flex;
    width: 100%;
  }
  .con-fixed .parts-contact p.p-tel__text a {
    padding-left: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 1px #E95513;
    box-sizing: border-box;
  }
  .con-fixed .parts-contact p.p-tel__text a::before,
  .con-fixed .parts-contact p.p-tel__text a::after {
    left: 20px;
    height: 30px;
    width: 30px;
  }
  .con-fixed .parts-contact p.p-tel__text a:hover {
    background-color: #fff;
    color: #E95513;
  }
  .con-fixed .parts-contact p.p-tel__text a:hover::before {
    opacity: 1;
  }
  .con-fixed .parts-contact p.p-tel__meta {
    font-size: 14px;
  }
  .con-fixed .parts-contact p .p-tel__metaTitleSp {
    font-size: 14px;
  }
  .con-fixed .parts-contact .p-mail {
    width: 43%;
    flex-shrink: 0;
  }
  .con-fixed .parts-contact .p-mail a {
    min-width: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 34%;
    display: block;
  }
}




