/********** 会社案内 **********/
#page-head.company {
    background: url(../images/company/company-bg_head.jpg) no-repeat center;
    background-size: cover;
    /*height: 496px;*/
    height: 30vh;
    margin: 0 auto 100px;
}
#page-head .inner {
    height: 100%;
}
#page-head .Flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
#page-head h1 {
    color: #fff;
    font-size: 30px;
    letter-spacing: .25em;
    text-align: center;
}
    #item-info.bg-w-shadow {
    width: 1332px;
    margin: 0 auto;
}
/*.cont-head h1::before, .orange h1::before, .brown h1::before, .white h1::before {
    display: block;
    content: '';
    width: 17%;
    height: 2px;
    background: #FF6600;
    position: absolute;
    top: 0;
    left: -12%;
    margin: 27px 0 0 0;
}*/
.cont-head::after, .orange::after, .brown::after, .white::after {
    display: none;
    content: '';
    width: calc(100vw - 15px);
    height: 2px;
    background: #FF6600;
    position: absolute;
    top: 0;
    right: 0;
    margin: 27px -30px 0 0;
}
.white {
    position: relative;
    margin-bottom: 20px;
}
dl.profile {
}
dl.profile dt {
    font-weight: bold;
}
dl.profile dd {
    margin: 0 0 25px 0;
}
dl.profile dd a {
    color: #222;
    text-decoration: underline;
}
.cont-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}
.access-train {
    margin: 20px 0 0 0;
}
.access-train span {
  font-weight: bold;
  }
/********** PC **********/
@media screen and (min-width: 841px) {

#page-head {
    /*max-width: 1200px;
    height: 552px;*/
    height: 30vh!important;
    margin: 0 auto 140px;
}
/*.cont-head h1::before, .orange h1::before, .brown h1::before, .white h1::before {
    width: 100%;
    left: -106%;
    top: -10px;
}*/
dl.profile {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
dl.profile dt {
    width:20%;
}
dl.profile dd {
    width:80%;
}
}


/******EVENT*******/

#page-head.event {
    background: url(../images/event/bg_head.jpg) no-repeat center;
    background-size: cover;
    /*height: 496px;*/
    height: 30vh;
    margin: 0 auto 40px;
}
.event-ttlbox {
  width:90%;
  max-width: 1200px;
  text-align: center;
  margin:0 auto 40px auto;
}
.event-ttlbox h2 {
  color: #FF6600;
  font-size:160%;
  margin:0 0 10px 0;
}
.event-ttlbox p {
}
.event-box li {
  margin:0 0 80px 0;
}
.event-box li:last-child {
  margin:0;
}
.event-box-inner-l img {
  width:40%;
  display: block;
  margin: 0 auto 20px auto;
}
.event-box-inner-r h3 {
  font-size:160%;
  margin:0 0 8px 0;
}
.event-box-inner-r .event-body {
}
.event-box-inner-r .event-body:before {
  content: "";
  width:40px;
  height: 2px;
  background-color: #FF6600;
  display: block;
  margin:8px 0;
}
.event-box-inner-r .event-pleace,
.event-box-inner-r .event-date {
  font-size: 90%;
}
.event-box-inner-r .event-btn {
    width: 80%;
    text-align: left;
    margin: 20px 0 0 0;
}
.event-box-inner-r .event-btn a {
    padding: 8px 12px;
    width: 80%;
    display: block;
    background-color: #3C260A;
    position: relative;
}
.event-box-inner-r .event-btn a:after {
  content: ">";
  display: block;
  position: absolute;
  right: 10px;
    top: 25%;
  }

  .tarent {}
  .tarent h3 {
    font-size: 160%;
    margin: 0 0 8px 0;
    display: block;
    width:100%;
  }
  .tarent p.event-tarentname {
    font-size: 90%;
    display: block;
    width:100%;
  }
  .tarent .event-tarent {}
  .tarent .event-tarent:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #FF6600;
    display: block;
    margin: 8px 0;
  }
  .tarent .event-tarent img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
  }

/********** PC **********/
@media screen and (min-width: 841px) {
  .event-box-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
.event-box-inner-l {
  width: 20%;
}
.event-box-inner-r {
  width:80%;
}
.event-box-inner-l img {
  width: 85%;
}
.event-box-inner-r .event-btn {
    width: 200px;
}
.event-box-inner-r .event-btn a {
    width: 100%;
}

  .tarent .event-tarent:before {
    margin: 15px 0;
  }
}


/********** コンタクト **********/
#page-head.contact {
    background: url(../images/contact/bg_head.jpg) no-repeat center;
    background-size: cover;
    /*height: 496px;*/
    height: 30vh;
    margin: 0 auto 40px;
}
.contact-ttl-box {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 50px auto;
}
.contact-ttl-box .contact-r {
  margin:10px 0 0 0;
  letter-spacing: 0.25em;
}
.contact-ttl-box .contact-r address span {
  font-size:160%;
}
dl.formbox dd input {
    background-color: #EFEFEF;
    padding: 5px 10px;
    margin: 3px 0 30px 0;
    font-size: 16px;
    width: calc(100% - 20px);
    border-bottom: solid 1px #999;
}
dl.formbox dd textarea {
    background-color: #EFEFEF;
    padding: 5px 10px;
    margin: 3px 0 30px 0;
    font-size: 16px;
    width: calc(100% - 20px);
    border-bottom: solid 1px #999;
    height: 200px;
}
dl.formbox dd select {
    padding: 5px 10px;
    margin: 3px 0 30px 0;
    font-size: 16px;
}
.inpt-btn {
    padding: 5px 40px;
    background: #FF6600;
    text-align: center;
    color: #fff;
}
/********** PC **********/
@media screen and (min-width: 841px) {
.contact-ttl-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.contact-ttl-box .contact-l{
  width:60%;
}
.contact-ttl-box .contact-r{
  width:40%;
    margin: 0;
}
}


/********** リクルート **********/
#page-head.recruit {
    background: url(../images/recruit/bg_head.jpg) no-repeat center;
    background-size: cover;
    /*height: 496px;*/
    height: 30vh;
    margin: 0 auto 40px;
}
.recruit-ttlbox {
  width:90%;
  max-width: 1200px;
  text-align: center;
  margin:0 auto 80px auto;
}
.recruit-ttlbox h2 {
  /*color: #222;*/
  font-size: 22px;
margin: 0;
padding: 40px 0 0 0;
letter-spacing: 0.15em;
}
#recruit1 {
    width: 90%;
    margin: 0 auto 80px auto;
    background: #fff;
    -webkit-box-shadow: -6px 6px 6px -3px rgba(0, 0, 0, 0.16);
    box-shadow: -6px 6px 6px -3px rgba(0, 0, 0, 0.16);
    padding: 0px 0px 50px 0px;
    position: relative;
}
#recruit1:before {
  content: "";
    background: url(../images/recruit/recruit00.jpg) no-repeat center;
    background-size: cover;
    width:100%;
    height: 250px;
    padding: 20px 0;
    display: block;
    position: relative;
}
#recruit1 .recruit-box h2 {
  padding: 0 5%;
  margin: 10px 0 5px 0;
}
#recruit1 .recruit-box p {
  padding: 0 5%;
}
#recruit2 {
    width: 90%;
    margin: 0 auto 80px auto;
    background: #fff;
    -webkit-box-shadow: -6px 6px 6px -3px rgba(0, 0, 0, 0.16);
    box-shadow: -6px 6px 6px -3px rgba(0, 0, 0, 0.16);
    padding: 0px 0px 50px 0px;
    position: relative;
}
#recruit2 .recruit-l,
#recruit2 .recruit-r {
  padding: 50px 0 0 0;
}
#recruit2 .recruit-l .ttlbox,
#recruit2 .recruit-r .ttlbox {
    margin: 0 0 25px 4%;
}
#recruit2 .recruit-r .ttlbox h1,
#recruit2 .recruit-r .ttlbox h1 span {
  color: #fff;
}
#recruit2 .recruit-l dl,
#recruit2 .recruit-r dl {
  width:90%;
  margin:0 auto;
}
#recruit2 .recruit-l dl dt,
#recruit2 .recruit-r dl dt {
  padding: 0 0 2px 0;
  font-size:120%;
}
#recruit2 .recruit-l dl dd,
#recruit2 .recruit-r dl dd {
  padding: 0 0 20px 0;
}
#recruit2 .recruit-l dl dd:last-child,
#recruit2 .recruit-r dl dd:last-child {
  padding: 0 0 0 0;
}
#recruit2 .recruit-l .ttlbox h3 {
}
#recruit2 .recruit-l .ttlbox p {
}
.recruitbtn {
  width:80%;
  margin:0 auto;
}
.recruitbtn p {
  width:100%;
  display: block;
}
.recruitbtn p a {
  padding:10px;
    margin: 0 0 30px 0;
  display: block;
  background-color: #FF6600;
  color: #fff;
  font-size:14px;
  font-weight:bold;
  position: relative;
    font-family: "Font Awesome 5 Free";
    /*background: #FF6600;
    color: #3C260A;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 12px 0;*/
}
.recruitbtn p a:before {
    content: ">";
    position: absolute;
    right: 10px;
}
.recruit-add {
  width:80%;
  margin: 0 auto;
}

/********** PC **********/
@media screen and (min-width: 841px) {
  #recruit1 {
    width: 100%;
    margin: 0 auto 80px auto;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: relative;
}
  #recruit1 {
    width: 90%;
    max-width: 1200px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: center;
  }
  #recruit1:before {
    width: 40%;
    min-height: 350px;
    padding: 20px 0;
    display: block;
    position: relative;
}
  #recruit1 .recruit-box {
    width:50%;
    margin:0 6% 0 4%;
    padding: 
  }
  #recruit1 .recruit-box h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 22px;
}
#recruit1 .recruit-box p {
    padding: 0;
    line-height: 180%;
}
  #recruit2 {
    padding: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  #recruit2 .recruit-l,
  #recruit2 .recruit-r {
    width:50%;
    padding: 0 0 50px 0;
    position: relative;
  }
  #recruit2 .recruit-r {
    background-color: #EDEDEC;
    position: relative;
    align-self: stretch;
  }
  #recruit2 .recruit-l .ttlbox {
    margin: 0 0 25px 4%;
    width: auto;
    display: inline-block;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 50px;
}
  #recruit2 .recruit-r .ttlbox {
    margin: 0 4% 25px 0;
    width: auto;
    display: inline-block;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 50px;
}
#recruit2 .recruit-l dl,
#recruit2 .recruit-r dl {
    width: 70%;
    margin: 220px auto 0 auto;
}
#recruit2 .orange h1:before {
    width: 0;
    left: 0;
    top: 0;
    display: none;
    content: '';
    width: 0;
    height: 0;
    background: #FF6600;
    position: absolute;
    margin: 27px 0 0 0;
}
#recruit2 .recruit-r .ttlbox h1:after {
    width: 100%;
    right: -60%;
    top: -10px;
    display: block;
    content: "";
    width: 50%;
    height: 2px;
    background: #FF6600;
    position: absolute;
    margin: 27px 0 0 0;
}
#recruit2 .recruit-l dl, #recruit2 .recruit-r dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
#recruit2 .recruit-l dl dt,
#recruit2 .recruit-r dl dt {
    padding: 0 0 40px 0;
    width:25%;
}
#recruit2 .recruit-l dl dd,
#recruit2 .recruit-r dl dd {
    padding: 0 0 40px 0;
    width:75%;
}
.recruitbtn {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.recruitbtn p {
    width: 48%;
    display: block;
}
.recruitbtn p a {
    padding: 20px 10px;
    width: 100%;
}
.recruit-add {
    width: 80%;
    margin: 30px auto 150px auto;
    text-align: center;
}
}



/********** プライバシー **********/
dl.privacy dt {
  font-size:160%;
}
dl.privacy dd {
  margin:0 0 60px 0;
  line-height: 180%;
}
dl.privacy dd:before {
  content: "";
  display: block;
  width:20%;
  height: 2px;
  background-color: #FF6600;
  margin: 10px 0 15px 0;
}
dl.privacy dd p {
    margin: 0 0 10px 0;
}
dl.privacy dd h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}
ul.privacy-list li {
    margin: 0 0 5px 1rem;
    line-height: 140%;
    list-style-type: decimal;
}
dl.privacy dd a {
    color: #666;
    line-height: 140%;
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    text-decoration: underline;
}


/********** リンク　サイトマップ **********/
#sitemap a {
  color: #FF6600;
}
.sitemaplist {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
ul.sitemaplist li {
  padding: 0 0 25px 0;
  width:50%;
}
dl.sitemaplist dt {
  padding: 40px 0 0 0;
  width:100%;
  font-size:22px;
}
dl.sitemaplist dd {
  padding: 10px 0;
  width:50%;
}
/********** PC **********/
@media screen and (min-width: 841px) {
dl.sitemaplist dd {
  padding: 10px 0;
  width:25%;
}
}



/*お問い合わせ*/
.form-attention {
    font-size: 12px;
    background-color: #EFEFEE;
    border: solid 2px #ccc;
    padding: 15px 0 5px 0;
    margin: 30px 0 0 0;
    width: 97%;
}
.form-attention p {
    padding: 0 10px 10px 10px;
    text-align: justify;
}
p.form-attention-orange {
    color: #FF6600;
    font-size: 10px;
    line-height: 150%;
}
/********** PC **********/
@media screen and (min-width: 841px) {
}




/*ジュエリー／ブライダルのアイテム一覧　モチーフ*/


.jewelry-motif {
  width: 100%;
  justify-content: flex-start;
  margin: 0 0 30px 0;
}
.jewelry-motif h3 {
width: 90%;
text-align: left;
font-weight: bold;
padding: 0 0 5px 10px;
margin: 0 0 10px 0;
border-left: solid #f00 2px;
color: #f00;
}
  .jewelry-motif label {
    position: relative;
    display: inline-block;
    margin: 0 3% 10px 0;
    padding-left: 6%;
    padding-right: 10px;
    line-height: 100%;
    cursor: pointer;
    width: 30%;
    z-index: 0;
}
  .jewelry-motif label:nth-of-type(3n) {
    margin: 0 0 10px 0;
  }

    .jewelry-motif label::before {
      color: #fff;
}
/********** PC **********/
@media screen and (min-width: 841px) {


.jewelry-motif {
  justify-content: flex-start;
  margin: 0 0 30px 0;
}

.jewelry-motif h3 {
width: 90%;
text-align: left;
font-weight: bold;
padding: 0 0 5px 10px;
margin: 0 auto 10px auto;
border-left: solid #f00 2px;
color: #f00;
}
  .jewelry-motif label {
    margin: 0 3.2% 10px 0;
    width: 14%;
}
  .jewelry-motif label:nth-of-type(3n) {
    margin: 0 3.2% 10px 0;
  }
  .jewelry-motif label:nth-of-type(6n) {
    margin: 0 0 10px 0;
  }
}
