@charset "utf-8";
/* CSS Document */
/*-登録企業一覧-------------*/
.l-bluegrey {
  background: #F5F5F5;
}
.c-lower-other-title-box {
  padding: 39px 0;
  text-align: center;
  background: #DDDDDD;
}
.c-lower-other-title-box-en {
  padding: 36px 0;
}
.c-company-list {
  position: relative;
  padding: 48px 48px 45px;
  background: #FCFCFC;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
.c-company-list-img {
  width: 142px;
}
.c-company-list-txt {
  width: calc(100% - 142px - 48px);
}
.c-lower-other-title-h1 {
  font-size: 24px;
  letter-spacing: 1.92px;
  font-weight: 400;
}
.c-lower-other-title-box-en .c-lower-other-title-h1 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 29px;
  letter-spacing: 0.12em;
}
.c-company-list-btn {
  position: absolute;
  top: 16px;
  right: 16px;
}
.c-company-list-company-name {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
.c-company-list-info {
  display: flex;
  margin-bottom: 12px;
}
.c-company-list-info:last-child {
  margin-bottom: 0;
}
.c-company-list-info dt {
  width: 88px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  color: #fff;
  margin-right: 12px;
  text-align: center;
}
.c-company-list-info dt span {
  padding: 3px 0px 4px 0px;
  background: #898783;
  width: 100%;
  display: inline-block;
}
.c-company-list-info dd {
  width: calc(100% - 88px - 12px);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 26px;
}
.Pagination.c-company .Pagination-Item-Link {
  background: #F5F5F5;
}
.Pagination.c-company .Pagination-Item-Link.isActive {
  pointer-events: none;
  background: #4B4949;
  color: #fff;
}
.Pagination.c-company .Pagination-Item-Link:not(.isActive):hover {
  background: #4B4949;
  color: #fff;
}
.c-company {
  padding-top: 39px;
}
.c-company-list .l-btn.l-btn-wt a {
  color: #4B4949;
  font-size: 21px;
  background: #fff;
  font-weight: 400;
  letter-spacing: 1.99px;
  display: block;
  padding-right: 46px;
  position: relative;
  transition: 0.5s;
  border: 1px solid #4B4949;
}
.c-company-list .l-btn.l-btn-wt a:hover{
  border: 1px solid #AC7815;
  color: #AC7815;
}
.c-company-list .l-btn.l-btn-wt a span {
  padding: 10px 0 13px 13px;
  letter-spacing: 0.16em;
}

@media screen and (max-width:768px) {
  .c-lower-other-title-box {
    padding: 27px 0;
    text-align: center;
    background: #DDDDDD;
  }
  .c-lower-other-title-box-en {
    padding: 24.5px 0;
  }
  .l-btn.l-btn-wt a {
    font-size: 14px;
    letter-spacing: 1.12px;
    padding-right: 35px;
  }
  .c-company-list-btn-wrap .l-btn.l-btn-wt a {
    font-size: 17px;
    letter-spacing: 2.72px;
    padding-right: 34px;
  }
  .c-company-list-btn-wrap .l-btn a span {
    padding: 9px 16px 10px;
    display: block;
  }
  .c-company-list {
    position: static;
    padding: 30px 18px;
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .c-company-list-img {
    width: 84px;
    margin: 0 auto 25px;
  }
  .c-lower-other-title-h1 {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
  .c-lower-other-title-box-en .c-lower-other-title-h1 {
    font-size: 22px;
    letter-spacing: 0.12em;
  }
  .c-company-list-txt {
    width: 100%;
  }
  .c-company-list-btn {
    position: static;
    top: 0;
    right: 0;
    margin-top: 26px;
    text-align: center;
  }
  .c-company-list-company-name {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 17px;
  }
  .c-company-list-info {
    display: block;
    margin-bottom: 14px;
  }
  .c-company-list-info:last-child {
    margin-bottom: 0;
  }
  .c-company-list-info dt {
    width: 84px;
    font-size: 13px;
    letter-spacing: 0.52px;
    margin: 0 auto 8px;
    text-align: center;
  }
  .c-company-list-info dt span {
    padding: 4px 0px 6px 0px;
    margin-bottom: 0px;
  }
  .c-company-list-info dd {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 21px;
    text-align: center;
  }
  .c-company-list-info:last-child dd {
    text-align: left;
  }
  .l-btn.display_pc {
    display: none;
  }
  .c-company-list-btn-wrap {
    text-align: center;
  }
  .c-company-list-btn-wrap .l-btn.l-btn-wt a::after {
    top: 13px;
  }
  .c-company-list .l-btn.l-btn-wt a span {
    padding: 10px 16px 13px;
  }
}
/*-お知らせ-------------*/
.p-lower-whitebox {
  background: #FCFCFC;
  padding: 52px 80px 22px;
  width: 100%;
  box-sizing: border-box;
}
.c-news.p-lower-whitebox-warp {
  padding-bottom: 41px;
}
.p-lower-whitebox-warp {
  padding: 120px 0 80px;
}
.p-news-wrap-inner {
  display: flex;
}
.p-news-wrap a {
  display: block;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 30px;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: solid 1px #DDDDDD;
}
.p-news-wrap a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  right: 2px;
  top: 10px;
  transform: rotate(45deg);
  transition: 0.5s;
}
.p-news-wrap a:hover {
  color: #AC7815;
}
.p-news-wrap a:hover:after {
  border-top: solid 1px #AC7815;
  border-right: solid 1px #AC7815;
}
.p-news-wrap:last-child a {
  border: none;
  margin-bottom: 0;
}
.c-news-time {
  margin-right: 32px;
}
.c-news-title {
  width: calc(100% - 32px);
}
@media screen and (max-width:768px) {
  .p-lower-whitebox {
    padding: 39px 18px 39px;
  }
  .c-news.p-lower-whitebox-warp {
    padding-bottom: 0px;
  }
  .p-lower-whitebox-warp {
    padding: 60px 0 60px;
  }
  .p-news-wrap-inner {
    display: block;
  }
  .p-news-wrap a {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
    padding-bottom: 22px;
    margin-bottom: 20px;
  }
  .p-news-wrap a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    right: 2px;
    top: 50%;
    margin-top: -15px;
    transform: rotate(45deg);
  }
  .c-news-time {
    margin-right: 0px;
  }
}
.p-news-page {
  padding: 24px 0 80px;
}
.c-news-page-time {
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 400;
}
.c-news-page-title {
  padding: 69px 0 48px;
  font-size: 22px;
  letter-spacing: 0.88px;
  line-height: 40px;
  font-weight: 500;
}
.c-news-content p {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
.c-news-content img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-news-content h2 {
  font-size: 18px;
  letter-spacing: 0.88px;
  line-height: 32px;
  font-weight: 500;
  margin: 20px 0 20px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.c-news-content h3 {
  font-size: 18px;
  letter-spacing: 0.88px;
  line-height: 32px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.c-news-content ul {
  padding-left: 20px;
}
.c-news-content ul li {
  list-style: circle;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 28px;
  font-weight: 400;
}
.c-news-content a {
  text-decoration: underline;
  transition: 0.5s;
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 24px;
}
.c-news-content a:hover {
  color: #AC7815;
}
.c-news-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}
.l-btn-before a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 400;
  transition: 0.5s;
}
.l-btn-after a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 400;
  transition: 0.5s;
}
.l-btn-before a::after {
  position: absolute;
  content: "";
  background: url(../img/interview/page-arrow-left.svg)no-repeat;
  left: 0px;
  top: 12px;
  width: 22px;
  height: 14px;
  background-size: contain;
}
.l-btn-after a::after {
  position: absolute;
  content: "";
  background: url(../img/interview/page-arrow-right.svg)no-repeat;
  right: 0px;
  top: 12px;
  width: 22px;
  height: 14px;
  background-size: contain;
}
.l-btn-before a:hover, .l-btn-after a:hover {
  color: #AC7815;
}
.l-btn-after a:hover::after {
  background: url(../img/common/arrow-gold.svg)no-repeat;
  width: 22px;
  height: 14px;
  background-size: contain;
}
.l-btn-before a:hover::after {
  background: url("../img/common/arrow-gold-left.svg")no-repeat;
  width: 22px;
  height: 14px;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .p-news-page {
    padding: 18px 0 52px;
  }
  .c-news-page-time {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .c-news-page-title {
    padding: 51px 0 64px;
    font-size: 17px;
    letter-spacing: 0.68px;
    line-height: 30px;
  }
  .c-news-content p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .c-news-content img {
    margin-top: 37px;
    margin-bottom: 20px;
  }
  .c-news-content h2 {
    font-size: 16px;
    letter-spacing: 0.68px;
    line-height: 30px;
    margin: 15px 0 15px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
  }
  .c-news-content h3 {
    font-size: 15px;
    letter-spacing: 0.68px;
    line-height: 28px;
    margin: 15px 0 10px;
  }
  .c-news-content ul li {
    list-style: circle;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
  }
  .c-news-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px 21px;
  }
  .l-btn-before a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .l-btn-after a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .l-btn-before a::after {
    position: absolute;
    content: "";
    background: url(../img/interview/page-arrow-left.svg)no-repeat;
    left: 0px;
    top: 11px;
    width: 17px;
    height: 12px;
    background-size: contain;
  }
  .l-btn-after a::after {
    position: absolute;
    content: "";
    background: url(../img/interview/page-arrow-right.svg)no-repeat;
    right: 0px;
    top: 11px;
    width: 17px;
    height: 12px;
    background-size: contain;
  }
  .l-btn-after a:hover::after {
    background: url(../img/common/arrow-gold.svg)no-repeat;
    width: 17px;
    height: 12px;
    ;
    background-size: contain;
  }
  .l-btn-before a:hover::after {
    background: url("../img/common/arrow-gold-left.svg")no-repeat;
    width: 17px;
    height: 12px;
    background-size: contain;
  }
  .c-news-more {
    padding-bottom: 60px;
  }
  .c-news-more {
    text-align: center;
  }
  .c-news-more .l-btn.l-btn-wt a {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
  .c-news-more .l-btn.l-btn-wt a::after {
    position: absolute;
    content: "";
    background: url(../img/common/arrow-grey.svg)no-repeat;
    width: 22px;
    height: 14px;
    right: 10px;
    top: 12px;
    background-size: contain;
  }
}
/*-よくある質問-------------*/
.p-faq .p-lower-whitebox {
  padding: 76px 80px 78px;
  margin-bottom: 80px;
}
.p-faq .p-lower-whitebox.last {
  padding: 76px 80px 78px;
  margin-bottom: 57px;
}
.c-faq-title {
  color: #AC7815;
  letter-spacing: 0.88px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 38px;
  text-align: center;
}
.c-faq-box {
  border-top: 1px solid #DDDDDD;
  padding: 40px 0 38px;
}
.c-faq-box:last-child {
  padding-bottom: 0;
}
.c-faq-q {
  position: relative;
  display: inline-block;
  padding-left: 56px;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 28px;
}
.c-faq-q::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #AC7815;
  color: #fff;
  content: "Q";
  font-size: 29px;
  font-family: 'Didact Gothic', sans-serif;
  box-sizing: border-box;
  padding: 0 10px;
  /* line-height: 40px; */
  display: block;
}
.c-faq-a {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 29px;
  font-weight: 400;
  padding-left: 56px;
  margin-left: 40px;
  position: relative;
  display: inline-block;
  padding-top: 6px;
}
.c-faq-a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #898783;
  color: #fff;
  content: "A";
  font-size: 29px;
  font-family: 'Didact Gothic', sans-serif;
  box-sizing: border-box;
  padding: 0 10px;
  /* line-height: 40px; */
  display: block;
  padding-top: 4px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-faq .p-lower-whitebox {
    padding: 60px 18px 55px;
    margin-bottom: 60px;
  }
  .p-faq .p-lower-whitebox.last {
    padding: 57px 18px 55px;
    margin-bottom: 0px;
  }
  .c-faq-title {
    color: #AC7815;
    letter-spacing: 0.68px;
    font-size: 17px;
    margin-bottom: 27px;
  }
  .c-faq-box {
    border-top: 1px solid #DDDDDD;
    padding: 31px 0 26px;
  }
  .c-faq-q {
    padding-left: 42px;
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 28px;
    margin-bottom: 11px;
  }
  .c-faq-q::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 21px;
    padding: 0 7px;
    line-height: 30px;
    display: block;
  }
  .c-faq-a {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
    padding-left: 42px;
    margin-left: 0px;
    padding-top: 3px;
  }
  .c-faq-a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 21px;
    padding: 0 7px;
    line-height: 30px;
  }
}
/*-運営会社-------------*/
.p-operation .p-lower-whitebox {
  padding: 48px 80px 49px;
  margin-bottom: 0px;
}
.p-lower-whitebox-warp.p-operation {
  padding: 120px 0 120px;
}
.c-ope-dl {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 23px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.c-ope-dl.l-flex-top {
  align-items: flex-start;
}
.c-ope-dl:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.c-ope-dl dt {
  width: 157px;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #AC7815;
  line-height: 30px;
}
.c-ope-dl dd {
  width: calc(100% - 160px);
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 400;
  line-height: 30px;
}
.c-ope-dl dd span {
  display: block;
}
@media screen and (max-width:768px) {
  .p-operation .p-lower-whitebox {
    padding: 35px 18px 39px;
  }
  .p-lower-whitebox-warp.p-operation {
    padding: 60px 0 60px;
  }
  .c-ope-dl {
    display: flex;
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
  .c-ope-dl dt {
    width: 83px;
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .c-ope-dl dd {
    width: calc(100% - 83px);
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 22px;
  }
  .c-ope-dl dd span {
    margin: 10px 0;
    display: block;
  }
}
/*-フォーム-------------*/
.p-req-wrap {
  padding: 120px 0;
}
.c-req-dl {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  margin-bottom: 35px;
  line-height: 22px;
}
.c-quotation .c-req-dl {
  margin-bottom: 40px;
}
.c-req-dt {
  margin-right: 18px;
}
.c-req-dt label {
  width: 207px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-req-dd {
  width: calc(100% - 225px);
  position: relative;
}
.error {
  position: absolute;
  bottom: -23px;
  left: 0;
  color: #AC7815;
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 1;
  font-weight: 400;
}
.require {
  padding: 2px 8px 3px;
  color: #fff;
  background: #AC7815;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 1;
  font-weight: 400;
}
.p-req-wrap form input[type='text'], .p-req-wrap form input[type='email'], .p-req-wrap form input[type='tel'], .p-req-wrap form textarea, .p-req-wrap form select {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding: 21px 24px;
  border: 1px solid #DDDDDD;
}
.p-req-wrap.c-quotation form input[type='text'], .p-req-wrap.c-quotation form input[type='email'], .p-req-wrap.c-quotation form input[type='tel'], .p-req-wrap.c-quotation form textarea, .p-req-wrap.c-quotation form select {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #DDDDDD;
}
.p-req-wrap.c-quotation form textarea {
  height: 222px;
}
.c-req-dd-select {
  position: relative;
  width: 320px;
}
.c-req-dd-select:after {
  content: "";
  border-top: 2px solid #D1CFCB;
  border-right: 2px solid #D1CFCB;
  margin-top: -8px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.p-req-wrap form input:focus, .p-req-wrap form textarea:focus {
  outline: none;
}
/* チェックボックスデザイン */
.c-termscheck input[type="checkbox"] {
  cursor: pointer;
  padding-left: 35px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.c-termscheck input[type="checkbox"]::before, .c-termscheck input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
.c-termscheck input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #DDDDDD;
  width: 20px; /*チェックボックスの横幅*/
  height: 20px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  margin-top: -2px;
}
.c-termscheck input[type="checkbox"]::after {
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -6px; /*チェック時の位置調整*/
  left: 10px; /*チェック時の位置調整*/
}
.c-termscheck input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.c-termscheck-p {
  margin: 0 4px 0 24px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.p-req-box {
  margin-top: 77px;
  width: calc(100% - 225px);
  margin-left: auto;
}
.c-req-p {
  text-align: center;
  margin-top: 77px;
  margin-bottom: 36px;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1;
  font-weight: 400;
}
.c-req-btn {
  position: relative;
  width: 140px;
  margin: 0 auto;
}
.c-req-btn::after {
  position: absolute;
  content: "";
  background: url("../img/common/arrow.svg")no-repeat;
  width: 24px;
  height: 16px;
  right: 16px;
  top: 16px;
  background-size: contain;

}
.c-req-btn input {
  border: 1px solid #4B4949;
  color: #fff;
  background-color: #4B4949;
  cursor: pointer;
  letter-spacing: 1.28px;
  font-size: 16px;
  padding: 14px 56px 14px 16px;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-req-btn input:hover {
  border: 1px solid #AC7815;
  background: #AC7815;
  color: #fff;
}
.c-req-btn:hover::after {
  background: url("../img/common/arrow.svg")no-repeat;
}
.c-privacy-link {
  margin-left: 10px;
}
.c-privacy-link a {
  text-decoration: underline;
  transition: 0.5s;
  font-size: 14px;
}
.c-privacy-link a:hover {
  color: #AC7815;
}
.c-termcheck-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-quotation .c-req-dl {
    margin-bottom: 27px;
  }
  .c-privacy-link a {
    font-size: 13px;
  }
  .p-req-wrap {
    padding: 60px 0 60px;
  }
  .c-req-dl {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-bottom: 30px;
  }
  .c-req-dt {
    margin-right: 0px;
    margin-bottom: 11px;
  }
  /*	.c-quotation .c-req-dt {
		margin-bottom: 8px;
	}*/
  .c-req-dt label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .c-req-dd {
    width: 100%;
  }
  .error {
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 12px;
    letter-spacing: 0.48px;
  }
  .require {
    padding: 3px 5px 4px;
    color: #fff;
    background: #AC7815;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.48px;
    margin-left: 11px;
  }
  .p-req-wrap form input[type='text'], .p-req-wrap form input[type='email'], .p-req-wrap form input[type='tel'], .p-req-wrap form textarea, .p-req-wrap form select {
    width: 100%;
    padding: 14px 18px;
  }
  .p-req-wrap.c-quotation form input[type='text'], .p-req-wrap.c-quotation form input[type='email'], .p-req-wrap.c-quotation form input[type='tel'], .p-req-wrap.c-quotation form textarea, .p-req-wrap.c-quotation form select {
    padding: 12px 18px;
  }
  .c-req-dd-select {
    position: relative;
    width: 280px;
  }
  .c-termscheck-p {
    margin: 0 0px 0 18px;
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .p-req-box {
    margin-top: 57px;
    width: 100%;
    margin-left: 0;
  }
  .c-req-p {
    text-align: center;
    margin-bottom: 27px;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
    margin-top: 0;
  }
  .c-req-btn {
    position: relative;
    width: 125px;
    margin: 0 auto;
  }
  .c-req-btn::after {
    position: absolute;
    content: "";
    background: url("../img/common/arrow.svg")no-repeat;
    width: 22px;
    height: 14px;
    right: 10px;
    top: 14px;
    background-size: contain;
  }
  .c-req-btn input {
    border: 1px solid #4B4949;
    cursor: pointer;
    letter-spacing: 1.28px;
    font-size: 14px;
    padding: 11px 47px 13px 16px;
  }
  .p-req-wrap.c-quotation form textarea {
    height: 190px;
  }
}
/*-----------------*/
.confirm .c-req-dl {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 29px;
  margin-bottom: 23px;
}
.contact-confirm .confirm .c-req-dl {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 24px;
  margin-bottom: 27px;
}
.confirm .c-req-dl:first-child {
  margin-top: 24px;
}
.contact-confirm .confirm .c-req-dl:first-child {
  margin-top: 21px;
}
.confirm .c-req-dt {
  color: #898783;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1;
  font-weight: 400;
  width: 265px;
  margin-right: 0;
}
.confirm .c-req-dd {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 26px;
  font-weight: 400;
  width: calc(100% - 265px);
}
.confirm .c-req-dl.last {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 79px;
}
.btn_wrap-btn_back, .btn_wrap-btn_submit {
  position: relative;
}
.btn_wrap-btn_back {
  margin-right: 40px;
}
.btn_wrap-btn_submit button {
  border: 1px solid #4B4949;
  background: #4B4949;
  cursor: pointer;
  letter-spacing: 1.28px;
  font-size: 16px;
  padding: 14px 56px 14px 16px;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
}
.btn_wrap-btn_submit::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow.svg)no-repeat;
  width: 24px;
  height: 16px;
  right: 16px;
  top: 16px;
  background-size: contain;
}
.btn_wrap-btn_submit button:hover {
  background: #AC7815;
  border: 1px solid #AC7815;
}
.btn_wrap-btn_back button {
  border: 1px solid #4B4949;
  color: #4B4949;
  cursor: pointer;
  letter-spacing: 1.28px;
  font-size: 16px;
  padding: 14px 16px 14px 56px;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F5F5F5;
}
.btn_wrap-btn_back::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-back.svg)no-repeat;
  width: 24px;
  height: 16px;
  left: 16px;
  top: 16px;
  background-size: contain;
 
}
.btn_wrap-btn_back button:hover {
  border: 1px solid #AC7815;
  color: #AC7815;
}
.btn_wrap-btn_back:hover::after {
  background: url(../img/common/arrow-gold-left.svg)no-repeat;
  width: 24px;
  height: 16px;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .confirm .c-req-dl:first-child {
    margin-top: 0px;
  }
  .confirm .c-req-dt {
    color: #898783;
    font-size: 14px;
    letter-spacing: 0.56px;
    width: 100%;
    margin-bottom: 15px;
  }
  .confirm .c-req-dd {
    font-size: 13px;
    letter-spacing: 0.52px;
    width: 100%;
    line-height: 22px;
  }
  .confirm .c-req-dl {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .btn_wrap-btn_submit button {
    letter-spacing: 1.12px;
    font-size: 14px;
    padding: 11px 52px 13px 16px;
    position: relative;
  }
  .btn_wrap-btn_back button {
    letter-spacing: 1.12px;
    font-size: 14px;
    padding: 11px 16px 13px 52px;
  }
  .btn_wrap-btn_back {
    margin-right: 30px;
  }
  .btn_wrap {
    margin-top: 61px;
  }
  .btn_wrap-btn_back::after {
    top: 13px;
  }
  .btn_wrap-btn_submit::after {
    top: 13px;
  }
}
.c-req-thanks-title {
  font-size: 22px;
  letter-spacing: 0.88px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 48px;
}
.c-req-thanks-txt {
  text-align: center;
  margin-bottom: 70px;
}
.c-req-thanks-txt p {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 30px;
  font-weight: 400;
}
.p-req-wrap .l-btn-wt a {
  background: #f5f5f5;
}
.p-req-btn {
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-req-thanks-title {
    font-size: 17px;
    letter-spacing: -0.01em;
    margin-bottom: 34px;
  }
  .c-req-thanks-txt {
    text-align: left;
    margin-bottom: 57px;
  }
  .c-req-thanks-txt p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 22px;
  }
  .p-req-btn .l-btn.l-btn-wt a::after {
    top: 12px;
  }
}
.c-req-dd input[type="radio"]:checked + label:after {
  top: 5px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #AC7815;
}
.c-req-dd input[type="radio"] + label {
  line-height: 30px;
  position: relative;
}
.c-req-dd input[type="radio"] + label:before {
  content: '';
  background: #fff;
  border: 1px solid #D1CFCB;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: relative;
  margin-right: 7px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  top: 4px;
}
.file_box {
  display: flex;
  align-items: center;
}
.btn_file {
  position: relative;
  color: #fff;
  font-size: 14px;
  background: #4B4949;
  font-weight: 400;
  letter-spacing: 0.56px;
  transition: 0.5s;
  display: inline-block;
  padding: 1px 20px 2px 7px;
}
.btn_file:hover {
  background: #AC7815;
}
.btn_file:after {
  content: "";
  background: url(../img/interview/icon-traiangle.svg)no-repeat;
  position: absolute;
  top: 8px;
  right: 7px;
  width: 7px;
  height: 10px;
  background-size: contain;
}
.file_wrap input[type="file"] {
  display: none;
}
.c-req-radio {
  margin-bottom: 8px;
  margin-top: -4px;
}
.c-req-txt {
  margin-left: 36px;
  margin-bottom: 30px;
}
.c-req-txt-01 {
  margin-left: 36px;
}
.list_form_s dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}
.list_form_s dl.c-req-size {
  margin-bottom: 0;
}
.list_form_s dt {
  margin-right: 16px;
}
.select_box {
  position: relative;
  width: 320px;
}
.select_box select {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding: 21px 24px;
  border: 1px solid #DDDDDD;
  font-size: 15px;
  letter-spacing: 0.6px;
}
.select_box:after {
  content: "";
  border-top: 2px solid #D1CFCB;
  border-right: 2px solid #D1CFCB;
  margin-top: -8px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-req-txt-p {
  margin-bottom: 20px;
}
.list_form_s dd input[type='text'].size {
  display: inline-block;
  width: 101px;
  margin-right: 12px;
}
.list_form_s dd input[type='text'].size.last {
  margin-right: 0;
}
.size_label {
  margin-right: 12px;
}
.p-req-wrap form .c-req-size input {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width:768px) {
  .file_box {
    display: block;
  }
  .file_wrap {
    margin-top: 11px;
  }
  .c-drowing {
    font-size: 13px;
    left: 0.52px;
  }
  .c-req-dd input[type="radio"]:checked + label:after {
    top: 4px;
  }
  .c-req-txt {
    margin-left: 25px;
    margin-bottom: 12px;
  }
  .c-req-txt-p {
    margin-bottom: 15px;
  }
  .select_box {
    position: relative;
    width: 259px;
  }
  .list_form_s dd input[type='text'].size {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 4px;
  }
  .p-req-wrap form .c-req-size input {
    width: 100%;
    padding: 8px 8px;
  }
  .size_label {
    margin-right: 4px;
  }
  .c-req-txt-01 {
    margin-left: 25px;
  }
  .c-req-radio {
    margin-bottom: 6px;
    margin-top: 0;
  }
  .list_form_s dl {
    margin-bottom: 16px;
  }
}
.c-req-dl-01 {
  border-top: solid 1px #DDDDDD;
  padding-top: 29px;
  margin-top: 23px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.c-req-dt-01 {
  color: #898783;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1;
  font-weight: 400;
  width: 133px;
  margin-right: 0;
}
.c-req-dd-01 .size_label {
  color: #898783;
}
.c-req-dd-01-txt {
  margin-right: 8px;
}
.p-drowing {
  padding-top: 19px;
}
@media screen and (max-width:768px) {
  .c-req-dl-01 {
    border-top: solid 1px #DDDDDD;
    padding-top: 21px;
    margin-top: 20px;
    margin-left: 18px;
    display: block;
    align-items: center;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .c-req-dt-01 {
    font-size: 13px;
    letter-spacing: 0.52px;
    width: 133px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-drowing {
    padding-top: 5px;
  }
  .c-req-dd input[type="radio"] + label {
    line-height: 1;
  }
  .c-req-dd input[type="radio"] + label:before {
    width: 14px;
    height: 14px;
  }
  .c-req-dd input[type="radio"]:checked + label:after {
    top: 6px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 6px;
    background: #AC7815;
  }
}
.c-article-whitebox {
  background: #fff;
  padding: 68px 50px 74px;
  box-sizing: border-box;
  margin-bottom: 74px;
	
}
.c-article-whitebox-wrap{
	padding-top:120px;
}
.c-article-title {
  letter-spacing: 0.88px;
  color: #AC7815;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 64px;
}

.c-article-p {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 32px;
  text-align: center;
}
.c-article-p.mb {
  margin-bottom: 31px;
}
.c-article-h3 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.72px;
  color: #AC7815;
	margin-bottom: 28px;
}
.c-article-txt{
	padding:27px 0 24px; 
		border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.c-article-txt p{
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 28px;
}
@media screen and (max-width:768px) {
	.c-article-whitebox {
  padding: 55px 18px 57px;
  margin-bottom: 55px;		
}
	.c-article-whitebox-wrap{
padding-top: 60px;
}
.c-article-title {
  letter-spacing: 0.88px;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 53px;
}
.c-article-p {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 28px;
  text-align: left;
}
.c-article-p.mb {
  margin-bottom: 20px;
}
	.c-article-h3 {
  font-size: 16px;
  letter-spacing: 0.64px;
		margin-bottom: 21px;
}
.c-article-txt{
	padding:20px 0; 
}
.c-article-txt p{
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 24px;
}
}
 .c-privacy-sec02 .list_dot li {
    position: relative;
    padding-left: 15px;
	 font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 26px;
    font-weight: 400;
}
 .c-privacy-sec02 .list_dot li::before {
    content: "・";
    position: absolute;
    left: 0px;
    top: 0px;
}
.c-privacy-sec02 .list_alphabet li {
    position: relative;
    padding-left: 17px;

}
.c-privacy-sec02 .list_alphabet {
    counter-reset: alphabet;
    /* margin-top: 5px; */
	padding-left: 13px;
}
.c-privacy-sec02 .list_alphabet li::before {
    content: counter(alphabet, lower-alpha) ". ";
    counter-increment: alphabet 1;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}
.title_dot,.c-privacy-mb-h2{
    position: relative;
    padding-left: 17px;
    margin: 31px 0 13px;
}
.c-privacy-mb-h2,.c-privacy-mb-h3{
	font-size: 15px;
	letter-spacing: 0.4px;
	font-weight: 400;
}
 .title_dot::before,.c-privacy-mb-h2::before {
    content: "●";
    position: absolute;
    left: 0px;
    top: 0px;
}
.c-privacy-flex{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	letter-spacing: 0.56px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 34px;
}

.c-privacy-flex-box-01{
	text-align: right;
}
.c-privacy-flex-box-01 .mb{
	margin-bottom: 25px;
}
.p-privacy p{
	font-size: 14px;
	letter-spacing: 0.56px;
	line-height: 26px;
	font-weight: 400;
}
.c-privacy-mb-01{
	margin-bottom: 40px;
}
.c-privacy-sec01{
	padding-top: 120px;
	padding-bottom: 80px;
}
.c-privacy-sec02{
	padding-bottom: 90px;
}
.c-privacy-sec03{
	padding-top: 90px;
}
.c-privacy-sec02 .c-privacy-mb-h2{
	position: static;
	margin: 0 0 40px 0px;
	padding: 0;
}
.c-privacy-mb-h3{
	margin-bottom: 16px;
	margin-top: 40px;
}
.c-privacy-mb-h4{
		margin-bottom: 12px;
	margin-top: 20px;
	font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 26px;
    font-weight: 400;
}
.title_num span{
	padding-right: 5px;
}
.c-privacy-sec02 h4{
		font-size: 15px;
	letter-spacing: 0.6px;
	font-weight: 400;
}
.c-privacy-sec02-box{
	margin-left: 18px;
}
.c-privacy-sec03-box{
	font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
}
.c-privacy-sec02 .list_num>li {
	font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 26px;
    font-weight: 400;
}
.c-privacy-sec02-box .list_num-indent {
  text-indent: 1em;
}
.l-txt-right{
	text-align: right;
}

.blank{
	display: block;
	padding-left: 86px;
	line-height: 24px;
}
.c-privacy-box,.c-privacy-box h6{
		font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 26px;
    font-weight: 400;
}
.c-privacy-box{
	margin-top: 10px;
}
.c-privacy-sec02 .list_num>li span.pl{
	padding-left: calc(10px + 1em);
	position: static;
	display: block;
}
@media screen and (max-width:768px) {
	.l-content-ss.p-privacy{
		padding: 0 36px
	}
	.c-privacy-sec01{
	padding-top: 56px;
	padding-bottom: 60px;
}
	.c-privacy-sec03{
	padding-top: 56px;
}
	.p-privacy p {
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 22px;
}
	
	.c-privacy-mb-h2,.c-privacy-mb-h3,.c-privacy-mb-h4{
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 22px;
}
	.c-privacy-mb-h4{
    margin-bottom: 9px;
    margin-top: 23px;
}
	.c-privacy-mb-h2 {
    position: relative;
    padding-left: 15px;
    margin: 25px 0 10px;
}
.c-privacy-flex{
	display:block;
	justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 22px;
		margin-top: 20px;
}
	.c-privacy-flex-box{
		margin-bottom: 20px;
	}
.c-privacy-flex-box-01{
	text-align: left;
}
	.c-privacy-flex-box-01 .mb{
	margin-bottom: 0px;
}
	.c-privacy-sec02 .c-privacy-mb-h2{
	margin: 0 0 30px 0px;

}
	.c-privacy-mb-h3 {
    margin-bottom: 9px;
    margin-top: 23px;
}
	 .c-privacy-sec02 .list_dot li {
    position: relative;
    padding-left: 15px;
font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 22px;
}
   .c-privacy-flex-box{
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 22px;
}
	.c-privacy-sec02 h4 {
    font-size: 13px;
    letter-spacing: 0.52px;
		margin: 24px 0 12px;
		line-height: 18px;
}
	.c-privacy-sec02-box{
	margin-left: 10px;
}
	.p-privacy .c-privacy-sec02-box p {
		letter-spacing: 0.12px;
	}
	.c-privacy-sec03-box {
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 22px;
		margin-top: 7px;
}
	.c-privacy-box, .c-privacy-box h6 {
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 22px;
}
	.c-privacy-sec02 .list_num>li {
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 22px;
    font-weight: 400;
}
	.c-privacy-mb-h3.tite{
		letter-spacing: -0.12px;
	}
	.c-privacy-mb-01{
	margin-bottom: 20px;
}
	.c-privacy-box{
	margin-top: 8px;
}
	.blank {
    display: block;
    padding-left: 77px;
}
	.title_dot {
    margin: 20px 0 8px;
}
}
.note{
	margin-left: 10px;
}
.privacy-mt{
	margin-top: 12px;
}
.p-privacy-01 .c-privacy-mb-h2 {
	margin: 40px 0 14px;
}

.sec-audix-sec02 .c-int-detail-pb-03{
	padding-bottom: 119px;
}
@media screen and (max-width:768px) {

.c-int-detail-h2{
	font-size: 17px;
    letter-spacing: 1.36px;
    margin-bottom: 27px;
    line-height: 35px;	
	}
	.sec-audix-sec02 .c-int-detail-pb-03{
	padding-bottom: 58px;
}
	.c-int-detail-btn .l-btn a span {
    padding: 13px 13px 14px;
    display: block;
}
	
}
