/* =========================================================
   Base
========================================================= */
* {
    padding: 0;
    margin: 0;
}

.for-sp {
    display: none;
}

body {
    font-family: "fot-chiaro-std", "hiragino-kaku-gothic-pron", sans-serif;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
}

.separator-black:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top-color: #333;
}

a {
    text-decoration: none;
}

p {
    color: #333;
    margin-bottom: 1em;
}

.px36 {
    font-size: 36px;
}

.px28 {
    font-size: 28px;
}

.px14 {
    font-size: 14px;
}

.more-about,
.catalog-base {
    margin: 0;
    background: #97F5F9;
    text-align: center;
}

.separator-black {
    margin: 0;
    padding: 28px 0 35px 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.separator-black::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top-color: #333;
}

li {
    list-style: none;
}



/* =========================================================
   hero
========================================================= */



/* =========================================================
   concept-upper
========================================================= */
.concept-upper {
    display: flex;
    flex-direction: row;
    max-width: 940px;
    width: 100%;
    justify-self: center;
    padding-top: 80px;
    padding-bottom: 40px;
    justify-content: space-between;
}

.concept-upper .text {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    flex: 1;
}

.catch-copy {
    width: 100%;
}

.catch-copy p {
    display: block;
    max-width: 550px;
    width: 100%;
    font-size: clamp(30px, 2vw, 40px);
    font-weight: bolder;
    color: #5793AE;
    align-self: center;
}

.catch-copy .px36 {
    font-size: clamp(27px, 2vw, 36px);
}

.catch-copy .px28 {
    font-size: clamp(21px, 2vw, 28px);
}

.catch-copy .px36 {
    width: 100%;
}

.concept-upper>.text>p {
    display: flex;
    font-size: 14px;
    height: auto;
    width: 100%;
}

.concept-upper .photo {
    display: flex;
    flex-direction: column;
    position: relative;
}

.concept-upper img {
    display: block;
    background: #fff;
    width: 160px;
    height: 160px;
    transform: rotate(5deg);
    transform-origin: center;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
    padding: 5px;
}

.concept-upper img:last-child {
    position: absolute;
    top: 170px;
    right: 150px;
}

.circle-salary {
    position: absolute;
    width: 170px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #f4a900;
    display: grid;
    place-items: center;
    border: 5px solid #f4bf00;
    top: 41%;
    right: 26.04%;
    z-index: 1;
}

.circle-salary p {
    display: inline-block;
    transform: rotate(10deg);
    font-weight: 800;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #333;
    margin-bottom: 0.1px;
}

/* =========================================================
   concept-lower
========================================================= */
.concept-lower {
    display: flex;
    flex-direction: column;
    max-width: 940px;
    width: 100%;
    align-items: center;
    padding: 20px 0;
}

.concept-lower>h2 {
    text-align: center;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 20px;
}

.card-photo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.card {
    background-color: #fff;
    max-width: 420px;
    width: 100%;
    min-height: 205px;
    height: 100%;
    padding: 20px;
}

.card>h3 {
    font-size: 24px;
    font-weight: bolder;
}

.card>p {
    font-size: 14px;
}

.card-photo img {
    width: 460px;
    height: auto;
    display: block;
}

/* =========================================================
   consult
========================================================= */

.consult {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 920px;
    width: 100%;
}

.consult h2 {
    color: #333;
    font-weight: bolder;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 20px;
}

.consult-ways {
    display: flex;
    max-width: inherit;
    width: inherit;
    justify-items: center;
}

.consult-ways ul {
    display: flex;
    flex-direction: row;
    max-width: inherit;
    width: inherit;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    height: 20px;
}

.consult-ways ul li {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    width: 100%;
    padding: 12.8px 6.4px;
    justify-content: center;
    height: 100%;
    max-height: 20px;
}

.consult-ways ul li:first-child {
    background: #B6D01C;
    font-size: 16px;
}

.consult-ways .px14 {
    padding-top: -12.8px;
    text-align: center;
}

.consult-ways ul li:last-child {
    background: #28C3D4;
    font-size: 16px;
}

.consult-ways ul li a {
    width: inherit;
    text-align: center;
}

.phone-num {
    color: #0000EE;
    max-height: 1em;
    font-size: 20px;
    margin-top: -8px;
}

/* =========================================================
   work
========================================================= */

.work {
    display: flex;
    max-width: 1280px;
    width: 100%;
    padding: 20px 0;
}

.in-work ul {
    display: flex;
    max-width: inherit;
    width: inherit;
    flex-wrap: wrap;
    justify-content: center;
}

.in-work ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
    max-width: 20vw;
    width: 100%;
    margin-bottom: 20px;
}

.in-work h3 {
    display: flex;
    max-width: inherit;
    width: inherit;
    justify-content: center;
    color: #333;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 20px;
}

.in-work img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* =========================================================
   more-about
========================================================= */
.more-about {
    display: flex;
    padding: 40px 0 5px 0;
    height: 58px;
    justify-content: center;
    z-index: 0;
}

.more-about>.wrapper-h2 {
    display: block;
    width: 230px;
    height: 63px;
    position: relative;
}

.more-about h2 {
    display: block;
    font-size: 28px;
    width: 100%;
    z-index: 1;
}

.more-about h2 span {
    font-size: 14px;
}

.more-about>.wrapper-h2::before,
.more-about>.wrapper-h2::after {
    background-color: #000;
    z-index: 2;
}

.more-about>.wrapper-h2::before,
.more-about>.wrapper-h2::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.more-about>.wrapper-h2::before {
    left: -30px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.more-about>.wrapper-h2::after {
    right: -30px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}


/* =========================================================
   salary
========================================================= */

.salary {
    display: flex;
    max-width: 1280px;
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
}

.salary h2 {
    font-size: 32px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 20px;
}

.salary h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 14px;
}

.in-salary .img-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.in-salary .img-card img {
    max-width: 460px;
    width: 100%;
    height: auto;
    padding-left: 10px;
}

.in-salary .img-card .card {
    max-width: 420px;
    width: 100%;
    min-height: 220px;
    height: 100%;
    padding: 20px;
}

/* =========================================================
   デジタルカタログ
========================================================= */

.catalog-base {
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.catalog-box {
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #3199DF;
    max-width: 940px;
    width: 100%;
}

.catalog-box a {
    font-size: 20px;
}


.catalog-box a p {
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    max-width: 940px;
    width: 100%;
    padding: 1em 0;
    font-size: 16px;
}

/* =========================================================
   area
========================================================= */
.area {
    width: 100%;
    display: flex;
    justify-content: center;
}

.in-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 450px;
    margin-bottom: 40px;
}

.in-area img {
    max-width: 450px;
    width: 100%;
    height: auto;
    padding: 40px 0 20px 0;
}

.in-area p {
    color: #333;
}

/* =========================================================
   join-us
========================================================= */
.join-us {
    display: block;
    max-width: 894px;
    width: 100%;
    height: auto;
    padding: 20px;
    border: 3px solid #000;
    background: #fff;
    position: relative;
    margin-bottom: 40px;
}

.step-row {
    display: flex;
    flex-wrap: wrap;
    max-width: inherit;
    width: inherit;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    border-bottom: 3px solid #333;
    padding-bottom: 18px;
    margin-bottom: 40px;
}

.step-row:not(:first-child) {
    border-top: 3px solid #333;
}

.step-row:last-child {
    margin-bottom: 30px;
}

/* 中央のV字（くぼみ） */
.step-row::after,
.join-us::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 14px;
    height: 14px;
    transform: translateX(-50%) rotate(45deg);
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    background: #fff;
    z-index: 2;
}

.step-text {
    flex: 1;
    font-size: 14px;
    text-align: start;
}

.step-text h3 {
    border-bottom: solid #000;
    font-size: 23px;
    width: 100%;
    text-align: start;
}

.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 32px;
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    background: #333;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    transform: translateY(-3px);
}

.step-text p {
    justify-self: flex-start;
}

.step-image img {
    max-width: 200px;
    width: 100%;
    height: auto;
}


/* =========================================================
   shop-info
========================================================= */
.shop-info {
    display: flex;
    justify-content: center;
    max-width: 894px;
    width: 100%;
}

.in-shop-info {
    display: block;
    max-width: 894px;
    width: 100%;
    height: auto;
    padding: 20px;
}

.shop-info p {
    text-align: center;
}

.shop-info img {
    max-width: 440px;
    width: 100%;
    padding-right: 20px;
}

.img-table {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.shop-info table {
    display: flex;
    align-items: flex;
    width: auto;
    padding: 0 20px;
    color: #333;
}

.shop-info th,
.shop-info td {
    vertical-align: top;
    text-align: start;
    font-size: 14px;
    padding: 10px;
}

.shop-info th {
    max-width: 150px;
    width: 100%;
    white-space: nowrap;
    font-weight: bolder;
}

.shop-info td {
    max-width: 270px;
    width: 100%;
    white-space: wrap;
}

.shop-info tr>*:not(.g-map) {
    border-bottom: solid 1px #ccc;
}

/* =========================================================
   qa
========================================================= */

.qa {
    display: flex;
    justify-content: center;
    max-width: 894px;
    width: 100%;
}

.in-qa {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 10px;
}

.in-qa td:first-child {
    width: 20px;
    padding: 10px;
    text-align: center;
}

.in-qa td:last-child {
    padding: 10px;
}

.question td:first-child {
    color: #333;
    background: #ccc;
}

.answer td:first-child {
    color: #ccc;
    background: #333;
}

.question td:last-child {
    font-weight: bolder;
}

/* =========================================================
   contact
========================================================= */

.contact {
    display: flex;
    justify-content: center;
}

.in-contact {
    display: block;
    max-width: 960px;
    width: 100%;
    height: auto;
    padding: 20px;
}

/* =========================================================
   form
========================================================= */

.form-outer {
    background-color: #6495ED;
    margin-top: 22px;
}

.form-inner {
    background-color: #191970;
    margin-left: 10px;
}

.form-inner p {
    color: #fff;
    font-weight: bolder;
    text-align: center;
    padding: 14px 0;
}

.contact-form {
    display: flex;
    max-width: 940px;
    width: 100%;
    flex-direction: column;
    justify-self: center;
    gap: 24px;
}

.form-row {
    display: flex;
    flex-direction: row;
    vertical-align: top;
}

.form-header {
    max-width: 282px;
    width: 100%;
    font-size: 14px;
    font-weight: bolder;
    margin: 0 30px;
    text-align: end;
    vertical-align: top;
}

.required {
    background-color: #ff0000;
    color: #fff;
    padding: 4px 6px;
    margin-left: 10px;
    font-size: 11.4px;
}

.form-input {
    vertical-align: top;
}

.form-name,
.form-name-kana,
.form-phone,
.form-mail-address,
.form-mail-list,
.form-method,
.form-who,
.form-date,
.form-about,
.form-textarea,
.form-know,
.form-media {
    max-width: 310px;
    width: 100%;
}

.form-name,
.form-name-kana,
.form-phone,
.form-mail-address,
.form-date,
.form-about,
.form-textarea,
.form-media {
    padding: 7px;
}

.form-textarea {
    max-width: 564px;
    width: 100%;
}

.wrapper-accept,
.wrapper-submit {
    display: flex;
    max-width: 900px;
    width: 100%;
    align-content: center;
}

.wrapper-accept p {
    display: block;
}

.wrapper-accept a {
    color: #0000EE;
}

.submit {
    display: block;
    padding: 7px;
}

.form-rc130px {
    /* ラジオやチェックボックスを立て揃えに */
    max-width: 130px;
    width: 100%;
}

.form-rc200px {
    /* 同上 */
    max-width: 200px;
    width: 100%;
}

/* =========================================================
   Mobile menu
========================================================= */
@media (max-width:1280px) {

    .concept-upper {
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .concept-upper .text {
        width: auto;
        flex: 1;
    }

    .catch-copy {
        margin-bottom: 380px;
    }

    .concept-upper img:first-child {
        position: absolute;
        top: 30%;
        right: 60px;
    }

    .concept-upper img:last-child {
        position: absolute;
        top: 48%;
        right: 180px;
    }

    .circle-salary {
        top: 25%;
        right: 50%
    }

    .consult,
    .consult-ways ul {
        justify-content: center;
        max-width: 280px;
        min-height: 60px;
        padding-bottom: 5%;
        gap: 10px;
    }
}

@media (max-width:960px) {

    .for-sp {
        display: inline;
    }

    .concept-lower .card-photo,
    .in-salary .img-card {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }

    .circle-salary {
        top: 18%;
        right: 60%;
    }

    .concept-lower img,
    .concept-lower .card,
    .in-salary .img-card img,
    .in-salary .img-card .card {
        padding-left: 0px;
        max-width: 100%;
        width: 100%;
    }

    .concept-lower .card,
    .in-salary .img-card .card {
        min-height: 0;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .in-work ul li {
        padding: 0;
        max-width: 75vw;
    }

    .join-us {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .step-row {
        flex-wrap: nowrap;
        align-items: flex-start;
        flex-direction: column;
    }

    .step-text {
        flex: 1 1 0;
        min-width: 0;
    }

    .step-image {
        flex: 0 0 200px;
        align-self: center;
    }

    .img-table {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 100%;
    }

    .shop-info table {
        align-items: center;
    }

}

@media (max-width:720px) {

    .circle-salary {
        top: 20%;
    }

    .form-row {
        flex-direction: column;
    }

    .form-header {
        text-align: start;
        margin: 0;
    }

    .form-input {
        max-width: 100%;
        padding-right: 20px;
    }
}