@charset "UTF-8";


/* --------------------------------------
メインタイトル
---------------------------------------*/
/* セクションタイトル */
h3.sec_title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.75;
}
@media screen and (max-width: 768px) {
    h3.sec_title {
        font-size: 7vw;
        font-weight: 500;
        margin-bottom: 1.5rem;
        line-height: 1.75;
    }
}
/* ページタイトル */
h2.page_title {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 5px;
}
h2.page_title::first-letter {
    color: #005699;
}
h2.page_title span {
    display: block;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    letter-spacing: initial;
}
.top_title_wrap {
    width: 100%;
    margin-bottom: 2rem;
}

/* ページセクションタイトル */
h3.page_sec_title {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 5rem;
}
h3.read_title {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 2px;
}
h4.page_sec_title {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    letter-spacing: 2px;
}
h4.page_sec_title::first-letter {
    color: #005699;
}
@media screen and (max-width: 768px) {
    h3.page_sec_title {
        margin-bottom: 3rem;
    }
    h4.page_sec_title {
        margin-bottom: 1rem;
    }
    h3.read_title {
        font-size: 6vw;
    }
}

/* 枠囲いタイトル */
p.border_box {
    width: 200px;
    height: 50px;
    border: 1px solid #9a9a9a;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;   
}

/* 職種タイトル */
h2.job_title {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 2px;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 3rem;
    position: relative;
}
h2.job_title::first-letter {
    color: #005699;
}
h2.job_title::after {
    content: '';
    width: 999%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
    h2.job_title {
        width: 100%;
        text-align: center;
        padding-left: 1rem;
    }
    h2.job_title::after {
        width: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* --------------------------------------
下層ページ　タイトル
---------------------------------------*/
.page_title_wrap {
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --------------------------------------
TOP スライダー
---------------------------------------*/
.top_slider_img_wrap {
    width: 100%;
    height: calc(100vh - 100px);
    max-height: 900px;
    position: relative;
}
.top_slider_img_wrap img {
    vertical-align: top;
}

/* slick設定 */
ul.slider-4 {
    position: absolute;
    right: 0;
    width: 60%;
}
@media screen and (max-width: 768px) {
    ul.slider-4 {
        position: initial;
        width: 100%;
    }
}
ul.slider-4 .slick-slide {
    height: auto;
    overflow: hidden;
}
ul.slider-4 img {
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    max-height: 900px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    ul.slider-4 {
        aspect-ratio: initial;
    }
}

/* キャッチコピー */
.top_maincopy_wrap {
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffdf;
}
p.top_maincopy {
    writing-mode: vertical-rl;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
    .top_maincopy_wrap {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 35vw;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 9 / 16;
        padding: 1.5rem;
    }
    p.top_maincopy {
        /* writing-mode: initial; */
        font-size: 6.5vw;
        font-weight: 500;
        line-height: 1.75;
        letter-spacing: 5px;
    }
}


/* --------------------------------------
TOPページ　コンセプト
---------------------------------------*/
.two_column.top_concept {
    width: 100%;
    align-items: center;
}
.two_column.top_concept .left_wrap {
    width: 60%;
    margin-left: -10%;
    text-align: right;
}
.two_column.top_concept .left_wrap img{
    width: calc(100% + calc(calc(100vw - 1100px) / 2));
    max-width: 800px;
    margin-left: calc(calc(1100px - 100vw) / 2);
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.two_column.top_concept .right_wrap {
    width: 45%;
    /* padding: 50px 0; */
    box-sizing: border-box;
}
.two_column.top_concept .right_wrap  p {
    text-align: justify;
}
@media screen and (max-width: 1100px) {
    .two_column.top_concept .left_wrap img {
        width: calc(100% + 22px);
        margin-left: -22px;
    }
}
@media screen and (max-width: 768px) {
    .two_column.top_concept .left_wrap {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .two_column.top_concept .left_wrap img {
        width: 104%;
        margin-left: 0;
        margin: 0 -2%;
        margin-bottom: 1rem;
        
    }
    .two_column.top_concept .right_wrap {
        width: 100%;
    }
}


/* --------------------------------------
TOPページ セクション
---------------------------------------*/
.toppage_sec_wrap {
    width: 100vw;
    margin-left: calc(calc(1100px - 100vw) / 2);
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    display: flex;
}
@media screen and (max-width: 1100px) {
    .toppage_sec_wrap {
        margin-left: -22px;
    }
}
@media screen and (max-width: 768px) {
    .toppage_sec_wrap {
        margin-left: calc(-2% - 1px);
        width: calc(104% + 2px);
    }
}
/* 右寄せ */
.toppage_sec_wrap.toppage_sec_right {
    justify-content: right;
}

/* 背景画像 */
.top_business {
    background-image: url(../img/home/top_business_img.jpg);
}
.top_recruit {
    background-image: url(../img/home/top_recruit_img.jpg);
}

/* 左寄せ */
.toppage_sec_tx_wrap {
    background-color: #000000a7;
    width: 50%;
    padding: 50px 0;
    padding-right: 50px;
    box-sizing: border-box;
}
.toppage_sec_tx_inner {
    margin-left: calc(calc(100vw - 1100px) / 2);
}
@media screen and (max-width: 1100px) {
    .toppage_sec_tx_wrap {
        padding: 50px;
    }
    .toppage_sec_tx_inner {
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .toppage_sec_tx_wrap {
        width: 90vw;
    }
    .toppage_sec_tx_inner {
        margin-left: 0;
    }
}
/* 右寄せ */
.toppage_sec_right  .toppage_sec_tx_wrap {
    padding-right: 0;
}
.toppage_sec_right .toppage_sec_tx_inner {
    margin-left: 50px;
    margin-right: calc(calc(100vw - 1100px) / 2);
}
@media screen and (max-width: 1100px) {
    .toppage_sec_tx_wrap {
        padding: 50px;
    }
    .toppage_sec_tx_inner {
        margin-left: 0;
    }
    .toppage_sec_right .toppage_sec_tx_wrap {
        padding-right: 0;
    }
    .toppage_sec_right .toppage_sec_tx_inner {
        margin-left: 0;
        margin-right: 50px;
    }
}
.toppage_sec_tx_inner p {
    text-align: justify;
    margin-bottom: 1rem;
}
.toppage_sec_tx_inner p:last-child {
    margin-bottom: 0;
}


/* --------------------------------------
下層ページ　アンカーボタン
---------------------------------------*/
ul.anker_link_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
ul.anker_link_wrap li {
    width: calc(calc(100% / 5) - 1rem);
}
ul.anker_link_wrap li a {
    width: 100%;
    height: 50px;
    border: 1px solid #9a9a9a;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.anker_link_wrap li a:hover {
    border: 1px solid #005699;
    background-color: #005699;
    color: #fff;
}
ul.anker_link_wrap li a.current_page {
    border: 1px solid #005699;
    background-color: #005699;
    color: #fff;
    pointer-events: none
}
@media screen and (max-width: 768px) {
    ul.anker_link_wrap li {
        width: calc(calc(100% / 3) - 1rem);
    }
}

/* --------------------------------------
下層記事リスト
---------------------------------------*/
ul.content_list {
    width: 100%;
}
ul.content_list li {
    width: 100%;
    margin-bottom: 3rem;
}
ul.content_list li:last-child {
    margin-bottom: 0;
}

/* --------------------------------------
左写真リスト
---------------------------------------*/
.left_pic_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.left_pic_list_img {
    width: 30%;
    height: 100%;
}
.left_pic_list_img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left_pic_list_tx {
    width: 65%;
}
.left_pic_list_tx p {
    margin-bottom: 1rem;
}
.left_pic_list_tx p:last-child {
    margin-bottom: 0;
}
/* 代表挨拶写真 */
.left_pic_list_img.daihyo_pic img {
    aspect-ratio: 3 / 4;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .left_pic_list {
        display: block;
    }
    .left_pic_list_img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        margin-bottom: 1rem;
    }
    .left_pic_list_img img {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .left_pic_list_tx {
        width: 100%;
    }
    /* 代表挨拶写真 */
    .left_pic_list_img.daihyo_pic {
        aspect-ratio: 3 / 4;
        width: 60%;
        max-width: 300px;
        margin: auto;
        margin-bottom: 1rem;
    }
}

/* --------------------------------------
右写真リスト
---------------------------------------*/
.right_pic_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.right_pic_list_img {
    width: 30%;
    height: 100%;
}
.right_pic_list_img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_pic_list_tx {
    width: 65%;
}
.right_pic_list_tx p {
    margin-bottom: 1rem;
}
.right_pic_list_tx p:last-child {
    margin-bottom: 0;
}
.right_pic_list_tx p span {
    font-weight: 600;
}
/* 代表挨拶写真 */
.right_pic_list_img.rinen_pic {
    width: 47.5%;
    height: 100%;
}
.right_pic_list_img.rinen_pic + .right_pic_list_tx{
    width: 47.5%;
    height: 100%;
}
.right_pic_list_img.rinen_pic img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .right_pic_list {
        display: block;
    }
    .right_pic_list_img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        margin-bottom: 1rem;
    }
    .right_pic_list_img img {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .right_pic_list_tx {
        width: 100%;
    }
    /* 代表挨拶写真 */
    .right_pic_list_img.rinen_pic {
        width: 100%;
    }
    .right_pic_list_img.rinen_pic + .right_pic_list_tx{
        width: 100%;
    }
    .right_pic_list_img.rinen_pic img {
        aspect-ratio: 16 / 9;
    }
}

/* --------------------------------------
会社概要 沿革
---------------------------------------*/
ul.history_wrap {
    width: 100%;
}
ul.history_wrap li {
    width: 100%;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
ul.history_wrap li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    margin: auto;
    width: 1px;
    height: calc(100% + 3rem);
    background-color: #005699;
    z-index: -1;
}
ul.history_wrap li:last-child::after {
    content: '';
    display: none;
}
ul.history_wrap li p.history_ym {
    width: 200px;
    height: 60px;
    background-color: #c6cbdf;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
}
ul.history_wrap li .history_tx {
    width: calc(100% - 250px);
}
ul.history_wrap li .history_tx p {
    margin-top: 1rem;
}
@media screen and (max-width: 768px) {
    ul.history_wrap li {
        display: block;
    }
    ul.history_wrap li::after {
        display: none;
    }
    ul.history_wrap li .history_tx {
        width: 100%;
    }
    ul.history_wrap li p.history_ym {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
    }
}

/* --------------------------------------
リストデザイン 
---------------------------------------*/
ul.main_list {
    width: 100%;
}
ul.main_list li {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
    margin-bottom: 3rem;
}
ul.main_list li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    border-bottom: 1px solid #005699;
}
p.main_list_title {
    width: 200px;
    text-align: center;
}
.main_list_tx {
    width: calc(100% - 200px);
}
.main_list_tx p {
    margin-bottom: 1rem;
}
.main_list_tx p:last-child {
    margin-bottom: 0;
}
/* 営業所 */
p.eigyosho {
    display: flex;
}
p.eigyosho span.eigyosho_left {
    width: 100px;
}
p.eigyosho span.eigyosho_right {
    width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
    ul.main_list li {
        display: block;
    }
    ul.main_list li::after {
        width: 30%;
    }
    p.main_list_title {
        width: 100%;
        font-size: 1.2rem;
        text-align: left;
        margin-bottom: 1rem;
    }
    .main_list_tx {
        width: 100%;
    }
    /* 営業所 */
    p.eigyosho span.eigyosho_left {
        width: 75px;
    }
    p.eigyosho span.eigyosho_right {
        width: calc(100% - 75px);
    }
}

/* --------------------------------------
営業所
---------------------------------------*/
ul.office_list {
    width: 100%;
}
ul.office_list li {
    width: 100%;
}
ul.office_list li .office_list_iframe {
    width: 100%;
    height: 30vh;
    min-height: 300px;
    max-height: 400px;
    margin-top: 1rem;
}

/* --------------------------------------
下層 2カラム 右写真　左文章
---------------------------------------*/
.two_column.right_pic {
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
}
.two_column.right_pic .right_wrap {
    width: 50%;
}
.two_column.right_pic .right_wrap img{
    width: calc(100% + calc(calc(100vw - 1100px) / 2));
    margin-right: calc(calc(1100px - 100vw) / 2);
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.two_column.right_pic .left_wrap {
    width: 45%;
}
.two_column.right_pic .left_wrap p {
    text-align: justify;
}

@media screen and (max-width: 1100px) {
    .two_column.right_pic .right_wrap img {
        width: calc(100% + 22px);
        margin-right: -22px;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {
    .two_column.right_pic .right_wrap {
        width: 100%;
    }
    .two_column.right_pic .right_wrap img {
        width: 104%;
        margin-right: 0;
        margin: 0 -2%;
        margin-bottom: 1rem;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
    .two_column.right_pic .left_wrap {
        width: 100%;
        margin: auto;
    }
    .two_column.right_pic .left_wrap h3.sec_title {
        text-align: center;
    }
    .two_column.right_pic .left_wrap p.border_box {
        margin: 1rem auto;
    }
    .two_column.right_pic .left_wrap h2.job_title {
        margin: 1rem auto;
    }
}

/* --------------------------------------
2カラム 写真リスト
---------------------------------------*/
ul.two_column.pic_list {
    width: 100%;
}
ul.two_column.pic_list li {
    width: 47.5%;
    margin-bottom: 3rem;
}
ul.two_column.pic_list li img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
    ul.two_column.pic_list li {
        width: 100%;
    }
    ul.two_column.pic_list li:nth-child(n+3) {
        margin-bottom: 0;
    }
}

/* --------------------------------------
先輩の声リスト
---------------------------------------*/
ul.voice_list_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}
ul.voice_list_wrap li {
    width: calc(calc(100% / 3) - 2rem);
}
a.voice_list_img {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
}
.voice_list_img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}
img.voice_img_before {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
a.voice_list_img:hover img.voice_img_before {
    opacity: 0;
}
.voice_list_name {
    width: 100%;
    text-align: center;
}
.voice_list_name span {
    display: inline-block;
    width: 150px;
    background-color: #005699;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    color: #fff;
}
.voice_list_name p {
    display: inline-block;
    margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
    ul.voice_list_wrap li {
        width: calc(calc(100% / 2) - 2rem);
    }
    .voice_list_name span {
        width: 100px;
        font-size: 0.9rem;
    }
}

/* --------------------------------------
先輩の声投稿
---------------------------------------*/
.voice_img {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.voice_img img {
    width: 100%;
    /* aspect-ratio: 16 / 9; */
    border-radius: 50%;
    object-fit: cover;
}
.voice_interview_name {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}
.voice_interview_name span {
    display: inline-block;
    width: 150px;
    background-color: #005699;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    color: #fff;
}
.voice_interview_name p {
    display: inline-block;
    margin-top: 0.5rem;
}

ul.voice_interview_list {
    width: 100%;
}
ul.voice_interview_list li {
    width: 100%;
    margin-bottom: 3rem;
}
p.voice_interview_title {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
p.voice_interview_title::before {
    content: '';
    /* position: absolute; */
    display: block;
    width: 2rem;
    height: 1px;
    background-color: #000;
    margin-right: 5px;
}

/* --------------------------------------
プライバシーポリシー
---------------------------------------*/
ul.privacy_wrap {
    width: 100%;
}
ul.privacy_wrap li {
    width: 100%;
    margin-bottom: 3rem;
}
ul.privacy_wrap li:last-child {
    margin-bottom: 0;
}
p.privacy_title {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    background-color: #dee4e5;
    margin-bottom: 1.5rem;
}
.privacy_tx {
    margin-bottom: 1.5rem;
}
.privacy_tx:last-child {
    margin-bottom: 0;
}
.privacy_tx p.indent_text {
    padding-left: 1.7em;
    text-indent: -1.7em;
    margin-bottom: 0.25rem;
}
.privacy_tx p.indent_text:last-child {
    margin-bottom: 0;
}


/* --------------------------------------
工事経歴 テーブル
---------------------------------------*/
table.koji_keireki_wrap {
    width: 100%;
}
table.koji_keireki_wrap tr {
    display: flex;
    flex-wrap: wrap;
}
table.koji_keireki_wrap tr:nth-child(odd) {
    background: #fbf8f0;
}
table.koji_keireki_wrap td,
table.koji_keireki_wrap th {
    padding: 1rem;
	border-collapse: collapse;
    box-sizing: border-box;
}
table.koji_keireki_wrap th {
	background: #f0e6cc;
    border: 1px solid #fff;
}
table.koji_keireki_wrap th:nth-child(1),
table.koji_keireki_wrap td:nth-child(1) {
    width: 10%;
    text-align: center;
}
table.koji_keireki_wrap th:nth-child(2),
table.koji_keireki_wrap td:nth-child(2) {
    width: 30%;
}
table.koji_keireki_wrap th:nth-child(3),
table.koji_keireki_wrap td:nth-child(3) {
    width: 60%;
}
@media screen and (max-width: 768px) {
    table.koji_keireki_wrap tr {
        margin-bottom: 1rem;
    }
    table.koji_keireki_wrap tr:first-child {
        display: none;
    }
    table.koji_keireki_wrap th {
        display: none
    }
    table.koji_keireki_wrap td:nth-child(1) {
        width: auto;
        text-align: left;
        padding-right: 0;
    }
    table.koji_keireki_wrap td:nth-child(2) {
        width: 70%;
    }
    table.koji_keireki_wrap td:nth-child(3) {
        width: 100%;
        border-top: 1px solid #cecece;
    }
}

/* --------------------------------------
現場写真
---------------------------------------*/
ul.works_pic_wrap {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
ul.works_pic_wrap li {
    width: calc( calc(100% / 4) - 0.75rem);
    height: auto;
}
.works_pic {
    width: 100%;
    position: relative;
}
.works_pic img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.works_pic::before {
    font: var(--fa-font-solid);
    content: '\f002';
    color: #3f3f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffffbe;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    ul.works_pic_wrap {
        gap: 0.5rem;
    }
    ul.works_pic_wrap li {
        width: calc( calc(100% / 3) - 0.333rem);
        height: auto;
    }
    .works_pic img {
        aspect-ratio: 1 / 1;
    }
}

/* --------------------------------------
商品リスト テーブル
---------------------------------------*/
table.catalog_wrap {
    width: 100%;
}
table.catalog_wrap tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cecece;
}
table.catalog_wrap tr:first-child {
    border-bottom: initial;
}
table.catalog_wrap td,
table.catalog_wrap th {
    padding: 1rem 0;
	border-collapse: collapse;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
table.catalog_wrap th {
	background: #f0e6cc;
    border: 1px solid #fff;
}
table.catalog_wrap th:nth-child(1),
table.catalog_wrap td:nth-child(1) {
    width: 35%;
}
table.catalog_wrap th:nth-child(2),
table.catalog_wrap td:nth-child(2) {
    width: 35%;
}
table.catalog_wrap th:nth-child(3),
table.catalog_wrap td:nth-child(3) {
    width: 15%;
}
table.catalog_wrap th:nth-child(4),
table.catalog_wrap td:nth-child(4) {
    width: 15%;
}
table.catalog_wrap td:nth-child(4) img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.catalog_pic {
    position: relative;
}
.catalog_pic::before {
    font: var(--fa-font-solid);
    content: '\f002';
    color: #3f3f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    right: 0.5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffffbe;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    table.catalog_wrap tr {
        margin-bottom: 1rem;
    }
    table.catalog_wrap th:nth-child(1),
    table.catalog_wrap td:nth-child(1) {
        width: calc(100% / 3);
    }
    table.catalog_wrap th:nth-child(2),
    table.catalog_wrap td:nth-child(2) {
        width: calc(100% / 3);
    }
    table.catalog_wrap th:nth-child(3),
    table.catalog_wrap td:nth-child(3) {
        width: calc(100% / 3);
    }
    table.catalog_wrap td:nth-child(4) {
        width: 50%;
        max-width: 500px;
        margin: auto;
    }
    table.catalog_wrap th:nth-child(4) {
        display: none;
    }
}

/* 写真なし */
table.catalog_wrap.no_pic th:nth-child(1),
table.catalog_wrap.no_pic td:nth-child(1) {
    width: 40%;
}
table.catalog_wrap.no_pic th:nth-child(2),
table.catalog_wrap.no_pic td:nth-child(2) {
    width: 40%;
}
table.catalog_wrap.no_pic th:nth-child(3),
table.catalog_wrap.no_pic td:nth-child(3) {
    width: 20%;
}
table.catalog_wrap.no_pic th:nth-child(4),
table.catalog_wrap.no_pic td:nth-child(4) {
    display: none;
}