/****************************************

		基本

*****************************************/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

section , article , footer , aside { display:block; }

* {
    margin:0;
	padding:0;
	border:none;
	list-style:none;
	text-decoration:none;
}

html {
    scroll-behavior: smooth;
    font-size: 17px;
    font-family: 'Noto Serif JP', serif, "Noto Sans JP";
    line-height: 1.7;
    letter-spacing:0.05em;
    color: #000;
}

body {
	background:#FFFFFF;
}

.pc {
    display: inline-block;
}
.sp {
    display: none;
}

.aright {
    text-align: right;
}
.aleft {
    text-align: left !important;
}
.acenter {
    text-align:center;
}

/* フェードイン */
.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
    transition: 2s;
}


/****************************************

		ヘッダー

*****************************************/

header {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
    z-index: 999;
}

header .logo img {
    height: 52px;
    margin: 15px;
}

header .tel {
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 1.5rem;
    line-height: 0.65;;
}
header span small {
    position: relative;
    top: 10px;
    display: inline-block;
    line-height: 1.4;
    font-size: 0.6rem;
}

/* 右上ナビ */
header .links {
    position: absolute;
    top: 0;
    right: 0;
}

header .links a {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 1px 0 0;
    background: linear-gradient(138deg, #A62929 7.45%, #8E1515 92.55%);
    color: #fff;
    text-align: center;
    transition: 0.5s;
}
header .links a:hover {
    opacity: 0.9;
}

header .links a span {
    position: relative;
    top: 20px;
    font-size: 0.7rem;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1.2px;
    color: #FFF;
}
header .links a i {
    position: relative;
    top: 25px;
    font-size: 24px;
}

header .links span small {
    top: 0;
}


/****************************************

		ナビ

*****************************************/

nav {
    display: flex;
    position: relative;
    width: 100%;
    top: 80px;
    height: 70px;
    background: #000;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.17);
}

nav a {
    width: 25%;
    padding: 15px 0 0 0;
    border-right: 1px solid #272727;
    text-align: center;
    color: #eee;
    transition: 0.5s;
}

nav a:nth-child(2) {
    padding: 5px 0 0 0;
}

nav a:hover {
    opacity: 0.7;
}

nav a strong {
    display: block;
    margin: 0 0 5px 0;
    font-size: 0.86rem;
}
nav a span {
    display: block;
    font-size: 0.6rem;
    color: #666;
}

nav a i {
    font-size: 9px;
    color: #444;
}


/****************************************

		コンテンツ共通

*****************************************/

main {
    position: relative;
    top: 80px;
}

a {
    color: #A62929;
    text-decoration: none;
}

p {
    margin: 0 0 20px 0;
}

.line {
    width: 75%;
    height: 1px;
    margin: auto;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.08) 50.21%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.00) 100%);
}

main h2 {
    width: 80%;
    margin: 50px auto 0 auto;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2px;
}
main h2 span {
    display: block;
    margin: 0 0 8px 0;
    color: #DDD;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1.3px;
}


/****************************************

		メインビジュアル

*****************************************/

.mv {
    width: 100%;
    height: 460px;
    background: url(../images/mainvisual.jpg) lightgray 50% / cover no-repeat;
    color: #FFF;
}

.mv h1 {
    padding: 70px 0 0 80px;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.65);
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 94px;
    letter-spacing: 7.5px;
}

.mv span {
    display: block;
    padding: 40px 0 0 100px;
    color: rgba(255, 255, 255, 0.90);
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.65);
    font-size: 1.5rem;
    letter-spacing: 5.44px;
}

.mv img {
    position: relative;
    top: -8px;
}


/****************************************

		エクミスとは
        センチメンタルバリュー
        実績画像

*****************************************/

.ecmis {
    width: 75%;
    margin: 50px auto;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 40px; /* 200% */
    letter-spacing: 2px;
}

.value {
    width: 100%;
    height: 417px;
    margin: 40px 0 0 0;
    background: url(../images/value.jpg) lightgray 50% / cover no-repeat;
    color: #FFF;
}

.value dl {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.value dt {
    width: 20%;
    height: 30px;
    line-height: 30px;
    margin: 40px 5% 40px 5%;
    background: #363337;
    border-radius: 20px;
    text-align: center;
}

.value dd {
    width: 70%;
    padding: 30px 0 40px 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.8px;
}

.value .dline {
    width: 100%;
    height: 1px;
    padding: 0;
    background: rgba(255, 255, 255, 0.10);
}

.achieve {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 80%;
    margin: 50px auto 50px auto;
    padding: 0 0 0 0;
}

.achieve div {
    position: relative;
    width:40%;
    margin: 0 40px 0 0;
    padding: 30px 20px;
    background: #F8FAFD;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.8px;
}

.achieve div h3 {
    margin: 10px 0 30px 0;
    line-height: 1.3;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.achieve h3 span {
    display: block;
    margin: 0 0 6px 0;
    font-size: 1.2rem;
}
.achieve .ac1-img {
    width: 100%;
    margin: 50px 0 0 0;
}
.achieve .ac2-img {
    width: 100%;
    border: 3px solid #fff;
}
.achieve div span.note {
    position: absolute;
    right: 5px;
    bottom: 5px;
}


/****************************************

		ジュエリーリフォームと３Rビジネス

*****************************************/

.jewelry {
    margin: 30px 0 0 0;
    padding: 30% 0 0 0;
    background: url(../images/bg_jewelry.jpg) 0% / 90% no-repeat;
    background-position: top right;
    border-radius: 6px 0px 0px 6px;
}
.jewelry p,.pair p, .cycle p {
    width: 70%;
    margin: 0 auto 25px auto;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}

.jewelry p.after img {
    height: 200px;
}

.pair {
    margin: 40px 0 0 0;
    padding: 32% 0 0 0;
    background: url(../images/bg_pair.jpg) 0% / 90% no-repeat;
    background-position: top left;
    border-radius: 6px 0px 0px 6px;
}

.pair p.after img {
    height: 200px;
}

.pair dl {
    display: flex;
    flex-wrap: wrap; 
    width: 95%;
    margin: 50px auto 50px auto;
    padding: 0 0 0 0;
}

.pair dd {
    width: 33%;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.8px;
}

.pair dd img {
    width: 90%;
    margin: 0 0 0 0;
    border-radius: 2px;
}
.pair dd span {
    display: block;
    font-size: 0.7rem;
    font-family: "Noto Sans JP";
    font-weight: 300;
    line-height: 1;
}

.cycle {
    margin: 30px 0 50px 0;
    padding: 30% 0 0 0;
    background: url(../images/bg_cycle.jpg) 0% / 90% no-repeat;
    background-position: top right;
    border-radius: 6px 0px 0px 6px;
}


/****************************************

		先輩社員

*****************************************/

.senior {
    margin-top: 50px;
}
.senior .stop {
    height: 110px;
    position: relative;
    margin: 30px 0 0 0;
    padding: 30% 0 0 0;
    background: url(../images/bg_senior.jpg) 0% / 100% no-repeat;
    background-position: top right;
    border-radius: 6px 0px 0px 6px;
    color: #FFF;
}

.senior .stop span {
    position: absolute;
    top: 130px;
    left: 7%;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7;
}
.senior .stop h2 {
    position: absolute;
    top: 120px;
    left: 7%;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 90px; /* 225% */
    letter-spacing: 4px;
}
.senior .stop p {
    position: absolute;
    top: 270px;
    left: 7%;
    color: rgba(51, 51, 51, 0.90);
    font-size: 1rem;
    font-family: "Noto Sans JP";
    font-weight: 300;
    line-height: 40px; /* 235.294% */
    letter-spacing: 0.68px;
}

.senior article {
    width: 80%;
    margin: 40px auto;
}

.senior .sflex1 {
    display: flex;
    flex-wrap: wrap; 
    margin: auto;
}
.senior .sflex1 img,
.senior .sflex2 img {
    width: 260px;
    margin: 0 0 10px 0;
    border-radius: 3px;
}

.senior .sflex1 div:nth-child(1) {
    width: 30%;
    margin: 40px 5% 40px 5%;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.8;
}

.senior .sflex1 div:nth-child(2) {
    width: 60%;
    padding: 30px 0 0 0;
    font-size: 1rem;
    font-family: "Noto Sans JP";
    line-height: 28px;
    letter-spacing: 1.8px;
}

.senior .simgs {
    margin: 0px 0 80px 0;
    text-align: center;
}
.senior .simgs img {
    padding: 0 10px;
    max-height: 260px;
}

.senior .simgs .schedule {
    position: relative;
    top: 40px;
    height: 350px;
    max-height: none;
}


/****************************************

		会社について

*****************************************/

.company {
}

.policy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    margin: 30px auto 0 auto;
    padding: 30px 0 30px 0;
    border-radius: 6px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.policy dt {
    width: 40%;
    padding: 20px 0 20px 10%;
    font-size: 2rem;
}
.policy dt strong {
    margin: 0 8px 0 0;
    font-size: 2.7rem;
    font-weight: 600;
    color: #A62929;
}

.policy dd {
    width: 50%;
    font-size: 1.4rem;
    color: #C16969;
}
.policy dd span {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 1.2rem;
    letter-spacing: -10px;
    color: #ccc;
}

.history {
    position: relative;
    width: 70%;
    margin: 80px auto 0 auto;
}

.history h3 {
    margin: 0 0 30px 0;
    font-size: 1.3rem;;
    font-weight: 600;
}

.history div {
    position: absolute;
    top: -30px;
    right: 0;
    text-align: center;
}
.history div img {
    height: 230px;
}
.history div span {
    font-size: 0.7rem;
}

.history dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 30px 0;
    font-family: "Noto Sans JP";
}

.history dt {
    width: 15%;
    padding: 20px 0 20px 0;
}

.history dd {
    width: 83%;
}


/****************************************

		募集要項
        アンテナショップ

*****************************************/

.req {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 70%;
    margin: 30px auto 0 auto;
    padding: 0 0 30px 0;
    border-top: 1px dotted #CCC;
    font-family: "Noto Sans JP";
    font-size: 0.9rem;
    line-height: 1.7;
}

.req dt {
    width: 22%;
    margin: 10px;
    padding: 20px 0 20px 0;
    background: #333;
    border-radius: 2px;
    text-align: center;
    color: #FFF;
}

.req dd {
    width: 70%;
    margin: 15px 0 10px 20px;
}

.req .req_line {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #CCC;
}

.antenna {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    line-height: 1.7;
    font-family: "Noto Sans JP";
}

.antenna div:nth-child(2) {
    width: 45%;
    margin: 10px;
    padding: 20px 0 20px 0;
}

.antenna div:nth-child(3) {
    width: 40%;
    margin: 15px 0 10px 20px;
}

.antenna div:nth-child(3) img {
    width: 100%;
    border-radius: 3px;
}


/****************************************

		スライド

*****************************************/

.scroll {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.scroll ul {
    display: flex;
    flex-wrap: wrap;
    width: 2265px;
    cursor: grab;
}
.scroll ul:active {
    cursor: grabbing;
}
.scroll li {
    height: 300px;
    padding: 60px 0;
    text-align: center;
}
.scroll li img {
    height: 300px;
    border-right: 2px solid #fff;
}


/****************************************

		ボタン

*****************************************/

.btns {
    margin: 20px 0 0 0;
    text-align: center;
}

.btns a {
    display: inline-block;
    width: 40%;
    margin: 0 10px;
    border-radius: 3px;
    border: 1px solid #FFF;
    background:url(../images/btn_bg.png), linear-gradient(152deg, #CF3737 15.57%, #7D0E0E 92.2%);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    line-height: 100px;
    font-size: 1.4rem;
    color: #FFF;
    transition: 1s;
}

.btns a:hover {
    opacity: 0.9;
}

.btns a i {
    margin: 0 10px 0 0;
}


/****************************************

		フッター

*****************************************/

footer {
    display: flex;
    flex-wrap: wrap;
    align-items:normal;
    margin: 180px auto 0 auto;
    padding: 50px 0 40px 0;
    background: #333;
    color: #FFF;
}

footer div:nth-child(1) {
    width: 26%;
    margin: 0 2% 0 1%;
}
    footer div:nth-child(1) img.okg {
        width: 100%;
        margin: 0 0 30px 0;
    }
    footer div:nth-child(1) img.no1 {
        width: 100%;
    }

footer div:nth-child(2) {
    width: 26%;
}
    footer div:nth-child(2) h3 {
        margin: 0 0 30px 0;
        font-size: 1.2rem;
    }
    footer div:nth-child(2) h3 img {
        height: 70px;
        vertical-align: middle;
    }
    footer div:nth-child(2) p {
        margin: 0 0 20px 80px;
        line-height: 1.5;
        font-size: 0.8rem;
        font-family: "Noto Sans JP";
        font-weight: 300;
        color: #CCC;
    }
    footer div:nth-child(2) p.strong {
        margin: 0 0 60px 80px;
        font-size: 1.2rem;
    }

footer div:nth-child(3) {
    width: 38%;
    margin: 0 0 0 2%;
    text-align: right;
}
    footer div:nth-child(3) img.build {
        width: 85%;
        margin: 0 0 5px 0;
        border-radius: 2px;
    }
    footer div:nth-child(3) img.QR {
        width: 15%;
        border-radius: 2px;
    }
    footer div:nth-child(3) span {
        display: inline-block;
        margin: 0 0 20px 0;
        font-size: 0.8rem;
    }

footer .per {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    footer .per p {
        margin: 0 0 0 20px !important;
    }

footer div:nth-child(3) span.acc2 {
        display: none;
}

.copy {
    padding: 15px 0;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 300;
}


.totop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 32px;
    line-height: 32px;
    background: rgba(221, 221, 221, 0.50);
    border-radius: 2px;
    text-align: center;
    font-size: 20px;
}

.totop a {
    display: inline-block;
    width: 100%;
}

.totop a i {
    position: relative;
    top:0px;
    color: #fff;
    transition: 0.7s;
}
.totop a i:hover {
    top:-5px;
}

#hamburger { display: none; }


/****************************************

		フォーム

*****************************************/

.formarea {
    width: 60%;
    margin: 60px auto;
    border: 1px solid #eee;
    border-radius: 10px;
}

.formarea h2 {
    margin: 50px auto 40px auto;
    text-align: center;
}
.formarea h2 span {
    font-size: 0.8rem;
    color: #A62929;
}

.formarea dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 94%;
    margin: 50px auto 0 auto;
}

.formarea dt {
    width: 32%;
    padding: 35px 20px 20px 0;
    border-bottom: 1px dotted #ddd;
    font-size: 1rem;
    font-weight: 400;
}
.formarea dt .requ {
    font-size: 0.8rem;
    color: #A62929;
}
.formarea dt .bma {
    position: relative;
    top: 0px;
    font-size: 0.9rem;
    white-space: nowrap;
}
.formarea dt .pvc {
    position: relative;
    top: 0px;
    font-size: 0.9rem;
    white-space: nowrap;
}

.formarea dd {
    width: 54%;
    padding: 20px;
    border-bottom: 1px dotted #ddd;
}
.formarea dd input {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 2px;
    font-family: serif;
}
.formarea dd input.add {
    width: 30%
}
.formarea dd select {
    width: 95%;
    height: 46px;
    padding: 0 0 0 10px;
    background: #f5f5f5;
    border-radius: 2px;
    font-family: serif;
}
.formarea dd textarea {
    width: 100%;
    min-height: 200px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 2px;
    font-family: serif;
}

.formarea dd input[type="checkbox"] {
    display: inline;
    width: auto;
}
.formarea dd label {
    position: relative;
    top: 14px;
}

.formarea dd .topp {
    position: relative;
    top: 34px;
    padding: 0 0 20px 20px;
    font-size: 0.8rem;
}

.formarea .confirm {
    display: block;
    position: relative;
    top: 12px;
    padding: 0 0 20px 0;
    line-height: 1.4;
}

.formarea .formbtn {
    margin: 60px 0;
    text-align: center;
}

.formarea .formbtn button {
    display: inline-block;
    width: 38%;
    margin: 0 10px;
    border-radius: 3px;
    border: 1px solid #FFF;
    background: url(../images/btn_bg.png), linear-gradient(152deg, #CF3737 15.57%, #7D0E0E 92.2%);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    line-height: 70px;
    font-size: 1.3rem;
    color: #FFF;
    transition: 1s;
}
.formarea .formbtn button.formback {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    background: #eee;
    color: #999;
}

.thanks p {
    margin: 0 30px 30px 30px;
    line-height: 1.5;
}
footer .ig {
    display: none;
}


/****************************************

		個人情報保護方針

*****************************************/

#ppbody {
    top: 20px;
    padding: 0 30px;
}
#ppbody .logo {
    text-align: center;
}
#ppbody .logo img {
    height: 60px;
}

#ppbody h1 {
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}
#ppbody h2 {
    margin: 40px 0 10px 0;
    font-size: 1.1rem;
    font-weight: 600;
}
#ppbody p {
    margin: 15px 0 20px 0;
    font-size: 1rem;
    line-height: 1.6;
}

#ppbody .close {
    margin: 70px 0;
    text-align: center;
}
#ppbody .close button {
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 0.8rem;
    color: #666;
}


/****************************************

		レスポンシブ

*****************************************/

@media (max-width: 767.98px) {

    .pc {
        display: none !important;
    }
    .sp {
        display: inline-block;
    }
    
    /* ヘッダー */
    header {
        height: 50px;
    }
    header .logo img {
        height: 35px;
        margin: 6px;
}
    header .tel {    
        left: 5px;
        top: 7px;
        text-align: left;
        font-size: 0.9rem;
        font-weight: bold;
    }
    header span small {
        top: 6px;
        line-height: 1.2;
        font-size: 0.45rem;
        font-weight: normal;
    }

    header .links {
        display: none;
    }
    
    /* ハンバーガーメニュー */
    #hamburger { display: block; position: fixed; top: 0; right: 0px; z-index:9999; }
    .drawer_hidden { display: none; }
    .drawer_open { display: flex; height: 50px; width: 50px; justify-content: center; align-items: center; background: linear-gradient(138deg, #A62929 7.45%, #8E1515 92.55%); position: relative; z-index: 100; cursor: pointer; }
    .drawer_open span, .drawer_open span:before, .drawer_open span:after { content: ''; display: block; height: 1.4px; width: 20px; border-radius: 0px; background: #fff; transition: 0.5s; position: absolute; }
    .drawer_open span:before { bottom: 6px; }
    .drawer_open span:after { top: 6px; }

    #drawer_input:checked ~ .drawer_open span { background: rgba(255, 255, 255, 0); }
    #drawer_input:checked ~ .drawer_open span::before { bottom: 0; transform: rotate(45deg); }
    #drawer_input:checked ~ .drawer_open span::after { top: 0; transform: rotate(-45deg); }
    .nav_content { width: 95%; height: 100%; position: fixed; top: 0; left: 100%; z-index: 99; background: #fff; transition: .5s; }
    .nav_list { list-style: none; }
    #drawer_input:checked ~ .nav_content { left: 5%;/* メニューを画面に入れる */ }
    .nav_content span { display: block; margin: 0px 0 10px 0; text-align: center; font-weight: bold; font-size: 0.5rem; }
    .nav_content ul { width: 100%; margin:10% 0% 0 0%; padding: 0; }
    .nav_content li a { display: block; width: 100%; margin: 0px auto; padding: 20px 0; background: #fff; border:none; text-align: center; font-size: 0.9rem; color:#b5b5b5; }
    .nav_content .logout a { margin: 60px auto; background: #eee; color: #666; }

    #hamburger nav {
        display: block;
    }
    #hamburger .btns {
        display: block;
    }
    #hamburger .btns a {
        display: block;
        width: 90%;
        line-height: 60px;
        margin: 0 auto 10px auto;
        padding: 0;
        font-size: 1.2rem;
    }
    #hamburger .btns a i {
        font-size: 1.2rem;
        color: #fff;
    }

    /* メインビジュアル */
    #pcmenu {
        display: none;
    }
    main {
        top: 50px;
    }    
    .mv {
        height: 180px;
    }
    .mv h1 {
        padding: 20px 0 0 20px;
        text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.65);
        font-size: 1.6rem;
        line-height: 1.4;
        letter-spacing: 5px;
    }
    .mv span {
        padding: 20px 0 0 30px;
        font-size: 0.8rem;
    }
    .mv img {
        top: -8px;
    }
    
    .ecmis {
        width: 90%;
        margin: 20px auto 30px auto;
        font-size: 0.9rem;
        line-height: 1.7;
        letter-spacing: 1px;
    }

    main h2 {
        width: auto;
        margin: 40px auto 0 auto;
        font-size: 1rem;
        letter-spacing: 2px;
        text-align: center;
    }

    /* エクミスとは */
    .value {
        width: auto;
        height: auto;
        margin: 20px 0 0 0;
    }
    .value dl {
        display: block;
        width: auto;
        margin: 0 auto;
        padding: 20px 0 10px 0;
    }
    .value dt {
        width: 30%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.8rem;
        background: rgba(217, 217, 217, 0.20);
    }
    .value dd {
        width: 80%;
        margin: 20px auto;
        padding: 10px 0 0px 0;
        font-size: 0.9rem;
        line-height: 1.7;
    }
    
    .achieve {
        display: block;
        width: 96%;
        margin: 30px auto;
    }

    .achieve div {
        width: auto;
        margin: 0 0 10px 0;
        padding: 20px 0px 10px 0;
    }
    .achieve div h3 {
        margin: 0px 0 0px 0;
    }
    .achieve h3 span {
    }
    .achieve .ac1-img {
        width: 90%;
        margin: 20px auto 0 auto;
    }
    .achieve .ac2-img {
        width: 90%;
        margin: 20px auto 0 auto;
    }
    .achieve div span.note {
        bottom: 20px;
        font-size: 0.8rem;
    }
    
    
    /* 3Rビジネス */
    .jewelry p,.pair p, .cycle p {
        width: 90%;
        margin: 0 auto 15px auto;
        font-size: 0.85rem;
    }
    .jewelry {
        margin: 30px 0 30px 0;
        padding: 51% 0 0 0;
        background: url(../images/bg_jewelry_sp.jpg) 0% / 100% no-repeat;
        background-position: top right;
        border-radius: 0px;
    }
    .jewelry p.after img {
        height: 150px;
    }
    .pair {
        padding: 51% 0 0 0;
        background: url(../images/bg_pair_sp.jpg) 0% / 100% no-repeat;
        background-position: top right;
        border-radius: 0px;
    }
    .pair dd span {
        font-size: 0.5rem;
    }
    .cycle {
        margin: 40px 0 40px 0;
        padding: 51% 0 0 0;
        background: url(../images/bg_cycle_sp.jpg) 0% / 100% no-repeat;
        background-position: top right;
        border-radius: 0;
    }
    
    /* 先輩社員 */
    .senior .stop {
        height: auto;
        margin: 20px 0 0 0;
        padding: 40% 0 0 0;
        border-radius: 0;
    }
    .senior .stop span {
        top: 20px;
        left: 5%;
        font-size: 1.2rem;
    }
    .senior .stop h2 {
        top: -15px;
        left: 5%;
        font-size: 1.2rem;
    }
    .senior .stop p {
        top: 95px;
        left: 5%;
        font-size: 0.7rem;
        font-family: "FOT-TsukuARdGothic Std","Noto Sans JP";
        font-weight: 400;
        line-height: 1.4;
    }
    .senior article {
        width: 90%;
        margin: 30px auto;
    }
    .senior .sflex1 {
        display: block;
        margin: auto;
    }
    .senior .sflex1 img {
        display: block;
        width: 50%;
        margin: 10px auto;
    }
    .senior h3 {
        text-align: center;
    }
    .senior .sflex1 div:nth-child(1) {
        width: auto;
        margin: 20px auto 0 auto;
}
    .senior .sflex1 div:nth-child(2) {
        width: auto;
        padding: 20px 0 0 0;
        font-size: 0.85rem;
        font-family: "Noto Sans JP";
        line-height: 1.7;
    }
    .senior .simgs {
        display: block;
        margin: 30px 0 0px 0;
        text-align: center;
    }
    .senior .simgs img {
        padding: 0 5px 15px 5px;
        width: 45%;
        height: auto;
        max-height: none;
        vertical-align: middle;
    }
    
    .senior .simgs .schedule {
        top: 10px;
        height: auto;
    }
    
    /* 会社について */
    .policy {
        width: 100%;
        margin: 10px auto 0 auto;
        padding: 0;
        border: none;
        background: #FFF;
        box-shadow: none;
    }
    .policy dt {
        width: 50%;
        padding: 20px 0 20px 6%;
        font-size: 1.7rem;
    }
    .policy dt strong {
        margin: 0 8px 0 0;
        font-size: 2.3rem;
    }
    .policy dd {
        width: 40%;
        font-size: 1.2rem;
    }
    .policy dd span {
        margin: 0 20px 0 0;
        font-size: 0.9rem;
        letter-spacing: -8px;
    }

    .history {
        width: 90%;
        margin: 30px auto 30px auto;
    }
    .history h3 {
        margin: 0 0 20px 0;
        font-size: 1rem;;
        text-align: center;
    }
    
    .history div {
        position: relative;
        display: block;
        margin: auto;
        top: 0;
        right: 0;
    }
    .history div img {
        width: 50%;
        height: auto;
    }
    
    
    .history dl {
        display: block;
        padding: 0 0 0 0;
        font-family: "Noto Sans JP";
    }
    .history dt {
        width: auto;
        padding: 0 0 6px 0;
        font-size: 0.85rem;
        font-weight: 600;
    }
    .history dd {
        width: auto;
        padding: 0 0 20px 0;
        font-size: 0.85rem;
        line-height: 1.7;
}
    
    .req {
        display: block;
        width: 90%;
        margin: 20px auto 0 auto;
        padding: 0 0 10px 0;
        border: none;
        font-size: 0.85rem;
        font-weight: 300;
    }
    .req dt {
        width: auto;
        margin: 0;
        padding: 8px 0 8px 10px;
        text-align: left;
    }
    .req dd {
        width: auto;
        margin: 8px 0 13px 20px;
    }
    .req .req_line {
        border:none;
    }

    .antenna {
        display: block;
        width: 90%;
        margin: auto;
        line-height: 1.7;
        font-family: "Noto Sans JP";
    }
    .antenna div:nth-child(1) {
        width: auto;
        margin: 0px;
        padding: 20px 0 0px 0;
    }
    .antenna div:nth-child(2) {
        width: auto;
        margin: 5px 0 10px 0;
        font-size: 0.85rem;
    }
    .antenna div:nth-child(1) img {
        width: 100%;
    }
    
    /* スクロール */
    .scroll ul {
        width: 1515px;
    }
    .scroll li {
        height: 200px;
        padding: 30px 0;
    }
    .scroll li img {
        height: 200px;
    }

    /* ボタン */
    .btns {
        margin: 60px 0 0 0;
    }
    .btns a {
        display: block;
        width: 80%;
        line-height: 70px;
        margin: 0 auto 20px auto;
        font-size: 1.2rem;
    }
    .btns a i {
        margin: 0 10px 0 0;
    }
    
    .formarea {
        width: 90%;
        margin: 30px auto;
    }
    .formarea h2 {
        margin: 50px auto 20px auto;
    }

    .formarea dl {
        display: block;
        width: auto;
        margin: 0px auto 0 auto;
    }
    .formarea dt {
        width: auto;
        padding: 20px 20px 0 20px;
        border-bottom: none;
    }
    .formarea dt .bma {
        font-size: 1rem;
    }
    .formarea dt .pvc {
        font-size: 1rem;
    }

    .formarea dd {
        width: auto;
        padding: 20px 20px 20px 20px;
    }
    .formarea dd input {
        width: 95%;
    }
    .formarea dd input.add {
        width: 30%
    }
    .formarea dd select {
        width: 98%;
    }
    .formarea dd textarea {
        width: 95%;
    }

    .formarea dd .topp {
        position: relative;
        top: 44px;
    }

    .formarea .formbtn {
        margin: 60px 0;
        text-align: center;
    }
    .formarea .formbtn button {
        display: block;
        width: 80%;
        margin: 0 auto 20px auto;
    }
    
    /* フッター */
    footer {
        display: block;
        height: auto;
        margin: 90px auto 0 auto;
        padding: 20px 0 0 0;
    }

    footer div:nth-child(1) {
        width: auto;
        margin: 0;
        text-align: center;
    }
    footer div:nth-child(1) img.okg {
        width: 50%;
        height: auto;
        margin: 0;
    }
    footer div:nth-child(1) img.builds {
        width: 70%;
        height: auto;
        margin: 10px 0 20px 0;
        border-radius: 3px;
    }

    footer div:nth-child(2) {
        width: auto;
        text-align: center;
    }
    footer div:nth-child(2) h3 {
        margin: 20px 0 10px 0;
        font-size: 0.85rem;
        font-weight: 300;
    }
    footer div:nth-child(2) h3 img {
        height: 40px;
    }
    footer div:nth-child(2) p {
        margin: 0 0 20px 0;
        line-height: 1.5;
        font-size: 0.8rem;
        font-family: "Noto Sans JP";
        font-weight: 300;
        color: #CCC;
    }
    footer div:nth-child(2) p.strong {
        margin: 0 0 20px 0;
    }
    
    footer div:nth-child(3) {
        position: relative;
        width: auto;
        margin: 0;
        padding: 0 0 50px 0;
        text-align: center;
    }
    
    footer .per {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    footer .per p {
        margin: 0 20px !important;
    }

    footer img.QR {
        width: 20% !important;
    }
    footer .acc2 {
        display: block;
        margin: 20px auto 0 auto !important;
    }
    
    footer .ig {
        display: block;
        margin: 30px 0 0 0;
        text-align: center;
        font-size: 40px;
        color: #fff;
    }
    
    .copy {
        padding:8px 0;
        font-size: 0.6rem;
    }
    
    #ppbody {
        padding: 0 10px;
    }
    #ppbody h1 {
        margin: 30px 0 40px 0;
        font-size: 1.2rem;
    }
    #ppbody h2 {
        margin: 25px 0 10px 0;
        text-align: left;
        font-size: 1rem;
        font-weight: 600;
    }
    #ppbody p {
        margin: 0 0 30px 0;
        font-size: 0.9rem;
    }
}
