@charset "utf-8";

/* common
/* ------------------------------------------------------------------------ */
body.kyu_page.page_slug_listing main {
  font-size: 16px;
}

.listingBox section a {
  text-decoration: underline;
}

.listingBox section a:hover {
  text-decoration: none;
}

.listingTitle01 {
  color: #3a2b18;
  font-size: 44px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1000px;
  padding-bottom: 18px !important;
  line-height: 1.4;
  position: relative;
}

.listingTitle01:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  box-sizing: border-box;
  border-top: #c4bfb9 2px solid;
  border-bottom: #756a5d 2px solid;
  margin: auto;
}

@media (max-width: 767px) {
  body.kyu_page.page_slug_listing main {
    font-size: 14px;
  }
  .listingTitle01 {
    font-size: 24px;
    padding-bottom: 12px;
  }
}

/* topImg
/* ------------------------------------------------------------------------ */

.topImgBg {
  min-height: 394px;
  background: #ffef3d;
}

.topImg {
  max-width: 1000px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  min-height: 394px;
}

.topImg .topImgBg2 {
  background: url(../../kyu/img/listing/mainBg_001.jpg) no-repeat 0 0;
  width: 1300px;
  height: 394px;
  position: absolute;
  top: 0;
  left: -300px;
}

.topImg .topImgInner {
  position: absolute;
  top: 53px;
  left: 0;
}

.topImg .topImgInner .mainTxt {
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  margin: 15px 0 0 0;
}

.topImg .iconBox .icon1 {
  position: absolute;
  top: 51px;
  right: 7px;
}

.topImg .iconBox .icon2 {
  position: absolute;
  top: 193px;
  right: 88px;
}

.topImg .applicationBtn {
  width: 360px;
  margin: 20px auto 0;
  position: absolute;
  bottom: 45px;
  left: 200px;
}

.topImg .applicationBtn a {
  background: #fe7801;
  font-size: 20px;
  padding: 13px;
  width: 360px;
}

@media (max-width: 1160px) {
  .topImg {
    padding: 0 0 30px 0;
    background: url(../../kyu/img/listing/mainBg_001_sp.jpg) no-repeat center top;
  }

  .topImg .topImgBg2 {
    display: none;
  }

  .topImg .topImgInner,
  .topImg .iconBox .icon1,
  .topImg .iconBox .icon2 {
    position: static;
  }

  .topImg .topImgInner {
    padding: 35px 0 0 0;
  }

  .topImg .topImgInner .mainTitle {
    width: 100%;
  }

  .topImg .topImgInner .mainTitle img {
    width: 80%;
    max-width: 781px;
    min-width: 300px;
  }

  .topImg .iconBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
  }

  .topImg .iconBox .icon1,
  .topImg .iconBox .icon2 {
    margin: 0 10px;
  }

  .topImg .applicationBtn {
    width: 360px;
    margin: 30px auto 0;
    position: static;
  }
}

@media (max-width: 767px) {
  .topImg {
    display: block;
    margin-top: 50px;
    padding: 0 0 30px;
    background: none;
  }

  .topImg .topImgInner {
    padding-top: 0;
  }

  .topImg .topImgInner .mainTitle img {
    width: 100%;
  }

  .topImg .topImgInner .mainTxt {
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    margin: -15px 10px 0;
    line-height: 1.7;
  }

  .topImg .iconBox {
    margin-top: 8px;
  }

  .topImg .iconBox .icon1,
  .topImg .iconBox .icon2 {
    width: 140px;
    margin: 0 5px;
  }

  .topImg .iconBox .icon1 img,
  .topImg .iconBox .icon2 img {
    width: 100%;
  }

  .topImg .applicationBtn {
    margin-top: 15px;
  }

  .topImg .applicationBtn,
  .topImg .applicationBtn a {
    width: 100%;
    max-width: 300px;
  }
}

/* pageLinkBox
/* ------------------------------------------------------------------------ */

.listingBox {
  max-width: 1140px;
  padding-left: var(--side_padding);
  padding-right: var(--side_padding);
  width: 100%;
  margin: 0 auto;
}

.listingBox .pageLinkBox {
  background: #f5f4f2;
  padding: 15px;
}

.listingBox .pageLinkBox ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.listingBox .pageLinkBox ul li {
  display: table;
}

.listingBox .pageLinkBox ul li a {
  border: #c4bfb9 1px solid;
  border-radius: 10px;
  background: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 113px;
  width: 130px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding: 0 0 4px 0;
}

.listingBox .pageLinkBox ul li a:after {
  font-family: icon_set_v1;
  content: '\e914';
  font-weight: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: #989898;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.listingBox .pageLinkBox ul li a:hover {
  color: var(--main_color);
  border: var(--main_color) 1px solid;
  text-decoration: none;
}

.listingBox .pageLinkBox ul li a:hover:after {
  color: var(--main_color);
}

@media (max-width: 1160px) {
  .listingBox .pageLinkBox ul li:first-child,
  .listingBox .pageLinkBox ul li:nth-child(2),
  .listingBox .pageLinkBox ul li:nth-child(3) {
    width: 32.4%;
    width: -webkit-calc(98% / 3);
    width: calc(98% / 3);
  }

  .listingBox .pageLinkBox ul li:nth-child(4),
  .listingBox .pageLinkBox ul li:nth-child(5),
  .listingBox .pageLinkBox ul li:nth-child(6),
  .listingBox .pageLinkBox ul li:nth-child(7) {
    width: 24%;
    width: -webkit-calc(97% / 4);
    width: calc(97% / 4);
    margin-top: 10px;
  }

  .listingBox .pageLinkBox ul li:first-child,
  .listingBox .pageLinkBox ul li:nth-child(2),
  .listingBox .pageLinkBox ul li:nth-child(4),
  .listingBox .pageLinkBox ul li:nth-child(5),
  .listingBox .pageLinkBox ul li:nth-child(6) {
    margin-right: 1%;
  }
}

@media (max-width: 767px) {
  .listingBox {
    padding-left: var(--side_padding);
    padding-right: var(--side_padding);
  }

  .listingBox .pageLinkBox ul {
    display: block;
  }

  .listingBox .pageLinkBox ul li:first-child,
  .listingBox .pageLinkBox ul li:nth-child(2),
  .listingBox .pageLinkBox ul li:nth-child(3),
  .listingBox .pageLinkBox ul li:nth-child(4),
  .listingBox .pageLinkBox ul li:nth-child(5),
  .listingBox .pageLinkBox ul li:nth-child(6),
  .listingBox .pageLinkBox ul li:nth-child(7) {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .listingBox .pageLinkBox ul li:first-child {
    margin-top: 0;
  }

  .listingBox .pageLinkBox ul li a {
    width: 100%;
    height: auto;
    padding: 10px 10px 20px;
  }

  .listingBox .pageLinkBox ul li a:hover {
    color: #333;
    border: #c4bfb9 1px solid;
  }

  .listingBox .pageLinkBox ul li a:hover:after {
    color: #989898;
  }
}

/* aboutBox
/* ------------------------------------------------------------------------ */

.aboutBox {
  margin: 70px 0 0 0;
}

.aboutBox p {
  text-align: left;
}

.aboutBox .txt {
  line-height: 2;
  margin: 25px 0 20px 0;
}

.aboutBox .block {
  padding: 0 6%;
}

.aboutBox .catch {
  float: left;
  width: 46%;
}

.aboutBox .catch:first-child {
  margin-right: 8%;
}

.aboutBox .catch img {
  border: 1px solid #dadada;
  max-width: 100%;
}

.aboutBox .catch p {
  margin-top: 12px;
  font-weight: bold;
  font-size: 17px;
  color: #656565;
  text-align: center;
}

@media (max-width: 767px) {
  .aboutBox {
    margin-top: 50px;
  }

  .aboutBox .catch {
    float: none;
    width: auto;
  }

  .aboutBox .catch:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .aboutBox .catch p {
    margin-top: 8px;
    font-size: 16px;
  }

  .aboutBox p {
    margin-top: 20px;
  }
}

/* reasonBox
/* ------------------------------------------------------------------------ */

.reasonBox {
  margin: 110px 0 0 0;
}

.reasonBox .block {
  margin: 70px 0 0 0;
}

.reasonBox .block:first-of-type {
  margin: 50px 0 0 0;
}

.reasonBox .block .title {
  font-size: 34px;
  color: var(--main_color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  padding-right: 70px;
}

.reasonBox .block .title span {
  display: block;
  color: #fff;
  background: var(--main_color);
  border-radius: 100px;
  width: 58px;
  height: 58px;
  text-align: center;
  padding: 5px 0 0 0;
  position: absolute;
  top: -6px;
  right: 0;
}

.reasonBox .box {
  border: #cdcdcd 6px solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  margin: 20px 0 0 0;
}

.reasonBox .box .labelTxt {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 22px;
  padding: 7px 15px 7px 68px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.reasonBox .box .labelTxt:before,
.reasonBox .box .labelTxt:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
}

.reasonBox .box1 .labelTxt {
  background: #989898;
  color: #fff;
}

.reasonBox .box1 .labelTxt:before,
.reasonBox .box1 .labelTxt:after {
  left: 2px;
  width: 72px;
  height: 6px;
  margin-top: -3px;
  background: #676767;
}

.reasonBox .box1 .labelTxt:before {
  transform: rotate(-45deg);
}

.reasonBox .box1 .labelTxt:after {
  transform: rotate(45deg);
}

.reasonBox .box2 .labelTxt {
  background: #ffef3d;
}

.reasonBox .box2 .labelTxt:before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid #d33422;
  left: 4px;
  margin-top: -30px;
}

.reasonBox .box .boxL {
  margin: 90px 35px 40px 35px;
}

.reasonBox .box .boxL .title2 {
  text-align: left;
  color: #3a2b18;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 600;
}

.reasonBox .box .boxL .title2 strong {
  color: #d33422;
  font-size: 46px;
  line-height: 1.2;
}

.reasonBox .box .boxL .txt {
  text-align: left;
  letter-spacing: 1px;
  margin: 12px 0 0 0;
  line-height: 2;
}

.reasonBox .box .boxR {
  margin: 90px 40px 40px 0;
  flex-shrink: 0;
}

.reasonBox .box2 {
  border-color: #ffef3d;
  margin: 30px 0 0 0;
}

.reasonBox .box2 .labelTxt {
  background: #ffef3d;
  color: #3a2b18;
}

@media (max-width: 1160px) {
  .reasonBox .box .title2 br {
    display: none;
  }
}

@media (max-width: 920px) {
  .reasonBox .box {
    display: block;
  }
}

@media (max-width: 767px) {
  .reasonBox {
    margin-top: 50px;
  }

  .reasonBox .block {
    margin: 40px 0 0 0;
  }

  .reasonBox .block:first-of-type {
    margin: 25px 0 0 0;
  }

  .reasonBox .block .title {
    font-size: 24px;
    padding-right: 48px;
  }

  .reasonBox .block .title span {
    width: 38px;
    height: 38px;
    padding: 2px 0 0 0;
    top: -2px;
  }

  .reasonBox .box {
    border-width: 4px;
    margin: 15px 0 0 0;
  }

  .reasonBox .box .labelTxt {
    position: relative;
    display: block;
    font-size: 20px;
    top: 0;
    padding: 6px 54px;
  }

  .reasonBox .box1 .labelTxt:before,
  .reasonBox .box1 .labelTxt:after {
    top: 50%;
    left: 2px;
    width: 50px;
    margin-top: -3px;
  }

  .reasonBox .box2 .labelTxt:before {
    width: 46px;
    height: 46px;
    margin-top: -25px;
  }

  .reasonBox .box .boxL {
    margin: 15px 20px;
  }

  .reasonBox .box .boxL .title2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .reasonBox .box .boxL .title2 strong {
    color: #d33422;
    font-size: 24px;
    line-height: 1.4;
  }

  .reasonBox .box .boxR {
    margin: 15px 20px 20px;
  }

  .reasonBox .box .boxR .catch img {
    max-width: 100%;
    height: auto;
  }
}

/* strengthBox
/* ------------------------------------------------------------------------ */

.strengthBox {
  margin: 100px 0 0 0;
}

.strengthBox .block {
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
  border-top: #756a5d dashed 1px;
}

.strengthBox .block:nth-of-type(1) {
  margin: 40px 0 0 0;
  padding: 0;
  border: none;
}

.strengthBox .block .title {
  color: #3a2b18;
  font-size: 36px;
  background: url(../../kyu/img/listing/icon_strength_001.gif) no-repeat 0 0;
  text-align: left;
  line-height: 1.8;
  padding: 0 0 0 95px;
}

.strengthBox .block2 .title {
  background: url(../../kyu/img/listing/icon_strength_002.gif) no-repeat 0 0;
}

.strengthBox .block3 .title {
  background: url(../../kyu/img/listing/icon_strength_003.gif) no-repeat 0 0;
}

.strengthBox .block4 .title {
  background: url(../../kyu/img/listing/icon_strength_004.gif) no-repeat 0 0;
}

.strengthBox .block5 .title {
  background: url(../../kyu/img/listing/icon_strength_005.gif) no-repeat 0 0;
}

.strengthBox .block .title strong {
  background: linear-gradient(transparent 60%, #ffef3d 60%);
  font-size: 50px;
  line-height: 1.2;
}

.strengthBox .block .title .t1 {
  font-size: 54px;
}

.strengthBox .block .title .t2 {
  font-size: 36px;
}

.strengthBox .block .txt {
  text-align: left;
  line-height: 2;
  margin: 25px 0 0 0;
}

.strengthBox .block .catch {
  margin: 30px 0 0 0;
}

.strengthBox .block .catch img {
  max-width: 100%;
}

@media (max-width: 1160px) {
  .strengthBox .block .title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .strengthBox {
    margin-top: 50px;
  }

  .strengthBox .block {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }

  .strengthBox .block:nth-of-type(1) {
    margin: 20px 0 0 0;
  }

  .strengthBox .block .title {
    font-size: 18px;
    line-height: 1.6;
    background-size: 40px;
    padding-left: 52px;
  }

  .strengthBox .block .title strong {
    font-size: 24px;
  }

  .strengthBox .block .title .t1 {
    font-size: 25px;
  }

  .strengthBox .block .title .t2 {
    font-size: 18px;
  }

  .strengthBox .block .txt {
    margin-top: 15px;
  }

  .strengthBox .block .catch {
    margin-top: 15px;
  }
}

/* priceBox
/* ------------------------------------------------------------------------ */

.priceBox {
  margin: 100px 0 0 0;
}

.priceBox .block {
  background: #ffef3d;
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.priceBox .block .inner,
.priceBox .block .inner2 {
  background: #fff;
  padding: 25px;
}

.priceBox .block .inner {
  margin-right: 15px;
}

.priceBox .block .inner2 .boxBg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.priceBox .block .inner2 .boxBg .box:first-child {
  position: relative;
  padding-right: 50px;
  margin-right: 15px;
}

.priceBox .block .inner2 .boxBg .box:first-child:after {
  font-family: icon_set_v1;
  content: '\e8b8';
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--main_color);
  font-size: 30px;
  margin-top: -5px;
}

.priceBox .block .inner .title,
.priceBox .block .inner2 .boxBg .box .title {
  color: #3a2b18;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  border-bottom: #c4bfb9 1px solid;
  padding: 0 20px 8px;
}

.priceBox .block .inner .txt,
.priceBox .block .inner2 .boxBg .box .txt {
  font-size: 27px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a2b18;
  margin: 10px 0 0 0;
}

.priceBox .block .inner .txt span,
.priceBox .block .inner2 .boxBg .box .txt span {
  font-size: 33px;
}

.priceBox .block .inner .txt2,
.priceBox .block .inner2 .boxBg .box .txt2 {
  font-size: 13px;
  color: #3a2b18;
  font-weight: bold;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin: 5px 0 0 0;
}

.priceBox .block .inner .txt2 strong,
.priceBox .block .inner2 .boxBg .box .txt2 strong {
  color: #d33422;
  font-weight: bold;
}

.priceBox .block .inner2 .txt3 {
  background: var(--main_color);
  color: #fff;
  padding: 5px 20px;
  width: 100%;
  margin: 15px 0 0 0;
}

.priceBox .notes {
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 920px) {
  .priceBox .block {
    display: block;
    padding: 10px;
  }

  .priceBox .block .inner,
  .priceBox .block .inner2 {
    padding: 25px;
    margin: 0;
  }

  .priceBox .block .inner2 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .priceBox {
    margin-top: 50px;
  }

  .priceBox .block {
    margin: 20px 0 0 0;
  }

  .priceBox .block .inner2 .boxBg {
    display: block;
  }

  .priceBox .block .inner2 .boxBg .box:first-child {
    position: relative;
    padding-right: 0;
    padding-bottom: 50px;
    margin-right: 0;
  }

  .priceBox .block .inner2 .boxBg .box:first-child:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    font-size: 30px;
    margin-left: -15px;
  }

  .priceBox .notes {
    text-align: left;
  }
}

/* campBox
/* ------------------------------------------------------------------------ */

.campBox {
  margin: 40px 0 0 0;
  position: relative;
}

.campBox .title img {
  max-width: 100%;
}

.campBox .day {
  color: #fff;
  font-size: 20px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding: 7px 0;
  background: #f57600;
}

.campBox .day span {
  font-size: 25px;
  font-weight: bold;
  padding: 0 2px;
}

.campBox .inner {
  padding: 30px;
  background: url(../../kyu/img/listing/bg_camp_001.gif) no-repeat 0 0 #f7eddf;
  padding: 25px 30px 30px;
}

.campBox .inner .box {
  background: #fff;
  padding: 35px 30px 30px;
}

.campBox .inner .box .txt {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.campBox .inner .box .txt2 {
  text-align: left;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 2;
  margin: 15px 0 0 0;
}

.campBox .inner .box .boxInner {
  border: #ccc 1px solid;
  padding: 10px 20px;
  margin: 18px 0 0 0;
}

.campBox .inner .box .boxInner ul li {
  font-size: 12px;
  text-align: left;
  margin: 5px 0 0 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.campBox .inner .box .boxInner ul li:before {
  content: '\203B';
  margin-right: 0.2em;
}

.campBox .campImg1 {
  position: absolute;
  top: 0;
  left: 0;
}

.campBox .campImg2 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1160px) {
  .campBox .campImg1,
  .campBox .campImg2 {
    width: 19%;
  }

  .campBox .campImg1 img,
  .campBox .campImg2 img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .campBox {
    margin: 25px 0 0 0;
  }

  .campBox .day {
    line-height: 1.2;
    font-size: 13px;
  }

  .campBox .day span {
    font-size: 14px;
  }

  .campBox .inner {
    padding: 10px;
    background: #f7eddf;
  }

  .campBox .inner .box {
    padding: 20px 20px 20px;
  }

  .campBox .inner .box .txt {
    font-size: 16px;
  }

  .campBox .inner .box .txt2 {
    margin: 10px 0 0 0;
  }

  .campBox .inner .box .boxInner {
    padding: 10px 15px;
    margin: 12px 0 0 0;
  }

  .campBox .campImg1,
  .campBox .campImg2 {
    width: 24%;
  }
}

/* meritBox
/* ------------------------------------------------------------------------ */

.meritBox {
  margin: 100px 0 0 0;
}

.meritBox .meritList {
  margin: 30px 0 0 0;
}

.meritBox .meritList li {
  text-align: left;
  color: #3a2b18;
  font-size: 26px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../../kyu/img/listing/icon_merit_001.gif) no-repeat 0 0;
  padding: 0 0 0 45px;
  margin: 15px 0 0 0;
  line-height: 1.7;
}

.meritBox .meritList li strong {
  color: #d33422;
  font-size: 32px;
  line-height: 0;
}

@media (max-width: 1160px) {
  .meritBox .listingTitle01 br {
    display: none;
  }

  .meritBox .meritList li br {
    display: none;
  }
}

@media (max-width: 767px) {
  .meritBox {
    margin-top: 50px;
  }

  .meritBox .meritList {
    margin: 20px 0 0 0;
  }

  .meritBox .meritList li {
    font-size: 18px;
  }

  .meritBox .meritList li strong {
    font-size: 22px;
  }
}

/* serviceBox
/* ------------------------------------------------------------------------ */

.serviceBox {
  margin: 100px 0 0 0;
}

.serviceBox .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0 0;
}

.serviceBox .inner .box {
  border: #c4bfb9 2px solid;
  width: 32%;
  margin: 20px 20px 0 0;
}

.serviceBox .inner .box:nth-child(3),
.serviceBox .inner .box:nth-child(6) {
  margin-right: 0;
}

.serviceBox .inner .box .title {
  border-top: #ffef3d 8px solid;
  color: #3a2b18;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  padding: 20px 15px 0;
}

.serviceBox .inner .box .title br {
  display: none;
}

.serviceBox .inner .box .icon {
  margin: 15px 0 0 0;
}

.serviceBox .inner .box .txt {
  font-size: 13px;
  text-align: left;
  margin: 12px 20px;
  line-height: 1.9;
}

@media (max-width: 1160px) {
  .serviceBox .inner .box {
    width: 48%;
  }

  .serviceBox .inner .box:nth-child(3),
  .serviceBox .inner .box:nth-child(6) {
    margin-right: 20px;
  }

  .serviceBox .inner .box:nth-child(2),
  .serviceBox .inner .box:nth-child(4),
  .serviceBox .inner .box:nth-child(6) {
    margin-right: 0;
  }

  .serviceBox .inner .box .title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .serviceBox {
    margin-top: 50px;
  }

  .serviceBox .inner {
    margin: 0;
  }

  .serviceBox .inner .box {
    width: 100%;
  }

  .serviceBox .inner .box:nth-child(1),
  .serviceBox .inner .box:nth-child(3),
  .serviceBox .inner .box:nth-child(5),
  .serviceBox .inner .box:nth-child(6) {
    margin-right: 0;
  }
}

/* faqBox
/* ------------------------------------------------------------------------ */

.faqBox {
  margin: 100px 0 0 0;
}

.faqBox .inner {
  margin: 45px 0 0 0;
}

.faqBox .inner dl {
  border-top: #756a5d dashed 1px;
  margin: 35px 0 0 0;
}

.faqBox .inner dl:first-child {
  border-top: none;
  padding-top: 0;
}

.faqBox .inner dl dt {
  font-size: 18px;
  color: #3a2b18;
  text-align: left;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding: 0 0 0 65px;
  margin: 45px 0 0 0;
  line-height: 2;
  min-height: 37px;
}

.faqBox .inner dl dt:before {
  content: 'Q';
  font-size: 30px;
  background: #ffef3d;
  border: #ffef3d 1px solid;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -8px;
  left: 0;
  line-height: 1.5;
}

.faqBox .inner dl dd {
  text-align: left;
  position: relative;
  padding: 0 0 0 65px;
  margin: 25px 0 0 0;
  line-height: 2;
  min-height: 37px;
}

.faqBox .inner dd:before {
  content: 'A';
  font-size: 30px;
  border: var(--main_color) 1px solid;
  color: var(--main_color);
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .faqBox {
    margin-top: 50px;
  }

  .faqBox .inner {
    margin: 20px 0 0 0;
  }

  .faqBox .inner dl {
    margin-top: 25px;
  }

  .faqBox .inner dl dt {
    padding: 0 0 0 50px;
    min-height: 30px;
    font-size: 17px;
    line-height: 1.7;
    margin: 35px 0 0 0;
  }

  .faqBox .inner dl dt:before {
    font-size: 22px;
    width: 35px;
    height: 35px;
    top: -5px;
  }

  .faqBox .inner dl dd {
    padding: 0 0 0 50px;
    min-height: 30px;
    margin: 15px 0 0 0;
  }

  .faqBox .inner dd:before {
    font-size: 22px;
    width: 35px;
    height: 35px;
    top: -5px;
  }
}

/* inquiryBox
/* ------------------------------------------------------------------------ */

.inquiryBox {
  margin: 100px 0 0 0;
  background: #ffef3d;
  padding: 8px;
}

.inquiryBox .title {
  color: #3a2b18;
  font-size: 32px;
  padding: 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inquiryBox .inner {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 35px 0;
}

.inquiryBox .inner .telBox {
  background: url(../../kyu/img/listing/border_inquiry_001.gif) no-repeat right center;
  margin-right: 50px;
  padding-right: 50px;
}

.inquiryBox .inner .telBox .title2,
.inquiryBox .inner .formBox .title2 {
  color: #3a2b18;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}

.inquiryBox .inner .telBox .telTxt {
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.8s;
  text-align: left;
}

.inquiryBox .inner .telBox .telTxt:before {
  content: '\e8f5';
  font-family: 'icon_set_v1';
  margin: 0 4px 0 0;
  font-size: 25px;
}

.inquiryBox .inner .telBox .telTxt a {
  color: #3a2b18;
}

.inquiryBox .inner .telBox .txt {
  text-align: left;
}

#listing.work_remotely .inquiryBox .inner .telBox .open {
  display: none;
}

.inquiryBox .inner .telBox .remoteTxt {
  color: #e50000;
  margin-top: -4px;
  line-height: 1.4;
  padding-left: 26px;
  text-align: left;
}

.inquiryBox .inner .formBox .contactBtn {
  width: 322px;
}

.inquiryBox .inner .formBox .contactBtn a {
  background: #fe7801;
  color: #fff;
  font-size: 20px;
  width: 322px;
  padding: 15px 0;
  border-radius: 100px;
  margin: 10px 0 0 0;
  text-decoration: none;
}

@media (max-width: 940px) {
  .inquiryBox .inner {
    display: block;
    padding: 25px 0;
  }

  .inquiryBox .inner .telBox {
    background: none;
    margin: 0;
    padding: 0;
  }

  .inquiryBox .inner .formBox {
    border-top: #c4bfb9 1px solid;
    padding-top: 30px;
    margin: 30px 20px 0;
  }

  .inquiryBox .inner .telBox .title2,
  .inquiryBox .inner .formBox .title2 {
    text-align: center;
  }

  .inquiryBox .inner .telBox .telTxt {
    text-align: center;
  }

  .inquiryBox .inner .telBox .txt {
    text-align: center;
  }

  .inquiryBox .inner .telBox .remoteTxt {
    text-align: center;
    margin-top: -2px;
  }

  .inquiryBox .inner .formBox .contactBtn {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .inquiryBox {
    margin: 45px 0 0 0;
  }

  .inquiryBox .title {
    font-size: 22px;
    padding: 5px 0;
  }

  .inquiryBox .inner .formBox {
    padding-top: 20px;
    margin-top: 20px;
  }

  .inquiryBox .inner .telBox .title2,
  .inquiryBox .inner .formBox .title2 {
    font-size: 17px;
  }

  .inquiryBox .inner .telBox .telTxt {
    font-size: 30px;
  }

  .inquiryBox .inner .formBox .contactBtn {
    width: 100%;
  }

  .inquiryBox .inner .formBox .contactBtn a {
    width: 100%;
    font-size: 16px;
  }
}
