@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
.mv {
    width: 100%;
    height: 100svh;
}
.mv_inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.mv_slider {
    height: 100%;
}
.mv_slider .slick-list,
.mv_slider .slick-track,
.mv_slider .slide {
    height: 100%;
}
.mv_slider .slide {
    position: relative;
    z-index: 0;
}
.mv_slider .slide picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.mv_slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 1;
}
.mv_hero {
    position: absolute;
    width: 100%;
    padding: 20px 50px;
    z-index: 2;
}
@media (max-width: 840px) {
    .mv_hero {
        padding: 20px 5%;
    }
}
.mv_hero.-center {
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mv_hero.-bottom {
    bottom: 0;
}
.mv_hero.-left {
    left: 0;
}
.mv_hero_img {
    padding: 0 10%;
}
.mv_hero_img img {
    width: 280px;
}
@media (max-width: 540px) {
    .mv_hero_img img {
        width: 120px;
    }
}

.about_txt .ttl {
    font-size: 1.15em;
    margin-bottom: 1em;
}
.about_txt .txt {
    margin-bottom: 1.5em;
}
.about_txt .txt.-en {
    font-size: 1em;
    color: #909090;
    margin-top: 2em;
}
.about_img {
    margin-bottom: 40px;
    width: 30%;
}
.about_img img {
    width: 300px;
}
.about .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px 0;
    background-color: #FFF;
}
.about .block_img {
    overflow: hidden;
}
.about .block_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.about .block_txt {
    color: #FFF;
    mix-blend-mode: difference;
}
.about .block.block1 .img1 {
    width: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}
@media (max-width: 840px) {
    .about .block.block1 .img1 {
        width: 70%;
        margin-left: auto;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
.about .block.block1 .img1 img {
    aspect-ratio: 16/9;
}
.about .block.block1 .img2 {
    width: 35%;
}
@media (max-width: 840px) {
    .about .block.block1 .img2 {
        width: 80%;
    }
}
.about .block.block1 .img2 img {
    aspect-ratio: 1/1;
}
.about .block.block2 {
    flex-direction: column;
    margin: 140px 0;
}
@media (max-width: 840px) {
    .about .block.block2 {
        margin: 40px 0;
    }
}
.about .block.block2 .block_txt {
    width: 40%;
    margin-left: auto;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    z-index: 2;
}
@media (max-width: 840px) {
    .about .block.block2 .block_txt {
        width: 70%;
    }
}
.about .block.block2 .block_img {
    margin: 0 10%;
}
@media (max-width: 840px) {
    .about .block.block2 .block_img {
        margin: 0;
    }
}
.about .block.block2 .block_img img {
    aspect-ratio: 4/3;
}
.about .block.block3 .block_txt {
    width: 35%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 3;
}
@media (max-width: 840px) {
    .about .block.block3 .block_txt {
        width: 60%;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }
}
.about .block.block3 .block_img {
    width: 45%;
    z-index: 1;
}
@media (max-width: 840px) {
    .about .block.block3 .block_img {
        width: 80%;
        margin-left: auto;
    }
}
.about .block.block3 .block_img img {
    aspect-ratio: 16/9;
}
.about .block.block4 {
    justify-content: right;
}
.about .block.block4 .block_img {
    width: 30%;
    -webkit-transform: translate(-100%, -30%);
    transform: translate(-100%, -30%);
}
@media (max-width: 840px) {
    .about .block.block4 .block_img {
        width: 60%;
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
    }
}
.about .block.block4 .block_img img {
    aspect-ratio: 1/1;
}

.project_list {
    display: flex;
    flex-wrap: wrap;
    gap: 75px;
}
@media (max-width: 1024px) {
    .project_list {
        gap: 40px;
    }
}
@media (max-width: 700px) {
    .project_list {
        gap: 10px;
    }
}
.project_item {
    width: calc(50% - 37.5px);
}
@media (max-width: 1024px) {
    .project_item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 700px) {
    .project_item {
        width: 100%;
    }
}
.project_link {
    min-height: 50vw;
    position: relative;
    display: block;
    overflow: hidden;
}
.project_link:hover .project_img {
    opacity: 0.7;
}
.project_link:hover .cmn_morebtn::after {
    right: 0.3em;
}
.project_img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    background-size: cover;
    background-position: center;
    background-image: url("../img/cmn/sample.jpg");
    transition: all 0.6s;
}
.project_about {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    color: #FFF;
    box-sizing: border-box;
}
.project_about .ttl {
    color: #FFF;
}

.works {
    padding: clamp(40px, 7vw, 100px) 5%;
}
.works .cmn_secttl {
    margin-bottom: 50px;
}
.works_item {
    margin: 15px 0;
}
@media (min-width: 701px) {
    .works_link {
        display: flex;
    }
}
.works_link:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.works_link:hover .cmn_morebtn::after {
    right: 0.3em;
}
.works_img {
    overflow: hidden;
}
@media (min-width: 701px) {
    .works_img {
        width: 70%;
    }
}
.works_img img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition: all 1s;
}
@media (min-width: 701px) {
    .works_about {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
}
@media (max-width: 700px) {
    .works_about {
        padding: 10px 5px;
        margin-bottom: 30px;
    }
}
.works_about .ttl {
    color: #FFF;
}

.gallery_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gallery_item a {
    overflow: hidden;
    display: block;
}
.gallery_item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition: all 0.6s;
}
.gallery_item img.-square {
    aspect-ratio: 1/1;
}
.gallery_item img.-size4-3 {
    aspect-ratio: 4/3;
}
.gallery_item img.-size4-5 {
    aspect-ratio: 4/5;
}
.gallery_item figcaption {
    font-size: 0.85em;
    color: #909090;
    line-height: 1.25;
    margin-top: 0.3em;
}
.gallery_item a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gallery_item.-fourcolumns {
    width: calc(25% - 7.5px);
}
@media (max-width: 700px) {
    .gallery_item.-fourcolumns {
        width: calc(50% - 5px);
    }
}
.gallery_item.-twocolumns {
    width: calc(50% - 7.5px);
}
@media (max-width: 700px) {
    .gallery_item.-twocolumns {
        width: calc(50% - 5px);
    }
}

.company .company_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media (min-width: 841px) {
    .company .cmn_content {
        display: flex;
    }
    .company .cmn_content .company_list {
        width: 65%;
    }
    .company .cmn_content .company_img {
        width: 35%;
        padding-left: 50px;
    }
    .company .cmn_content .company_img img {
        aspect-ratio: 3/4;
    }
}
@media (max-width: 840px) {
    .company .company_img {
        margin-top: 30px;
    }
    .company .company_img img {
        aspect-ratio: 4/3;
    }
}

.map {
    margin-top: 40px;
}
.map iframe {
    height: 540px;
}
@media (max-width: 840px) {
    .map iframe {
        height: 320px;
    }
}

/*==================================================================================================
	archive
==================================================================================================*/
#archive .archive.-works .works_about .ttl {
    color: #111111;
}

/*==================================================================================================
	single
==================================================================================================*/
.article {
    padding-top: 150px;
    margin-top: 0;
}
@media (max-width: 700px) {
    .article {
        padding-top: 100px;
    }
}
.article_info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ad4800;
}
.article_info .date {
    color: #909090;
}
.article_info .ttl {
    font-size: 1.25em;
    margin-top: 0.25em;
}
.article_content {
    word-break: break-all;
    line-height: 1.75;
}
.article_content .wp-block-image, .article_content .wp-block-gallery, .article_content .wp-block-details {
    margin: 1em auto;
}
.article_content .wp-block-pullquote {
    padding: 2em 0;
}
.article_content .wp-block-preformatted {
    font-family: "YakuHanJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.article_content .wp-block-details summary {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
}
.article_content .wp-block-details summary::after {
    content: "\f0140";
    position: absolute;
    font-family: "icomoon";
    transition: all 0.3s;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.article_content .wp-block-details summary:hover::after {
    top: 60%;
}
.article_content p {
    margin: 1.5em 0;
}
.article_content .wp-block-heading {
    margin: 2.5em auto 0;
    line-height: 1.5;
}
.article_content .wp-block-heading:first-child {
    margin-top: 0;
}
.article_content h1, .article_content h2, .article_content h3, .article_content h4, .article_content h5, .article_content h6 {
    font-weight: 400;
}
.article_content h1, .article_content h2 {
    font-size: 1.6em;
    color: #ad4800;
}
.article_content h3 {
    font-size: 1.5em;
}
.article_content h4 {
    font-size: 1.4em;
}
.article_content h5 {
    font-size: 1.25em;
}
.article_content h6 {
    font-size: 1.15em;
}
.article_content ul, .article_content ol {
    margin: 1em 0;
    padding-left: 1.8em;
}
.article_content ul {
    list-style: disc;
}
.article_content ol {
    list-style: decimal;
}
.article_content blockquote {
    background-color: #f2f2f2;
    padding: 1em 2em;
    font-style: italic;
}
.article_content blockquote p {
    margin: 0 0 0.5em;
}
.article_content blockquote cite {
    font-size: 0.85em;
}
.article_content figcaption {
    font-size: 0.85em;
    text-align: center;
    color: #909090;
}
.article_content a {
    text-decoration: underline;
    display: inline-block;
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacypolicy .sec_item {
    margin: 30px auto;
}
#privacypolicy .sec_item .ttl {
    position: relative;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}
#privacypolicy .sec_item .ttl::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #ad4800;
    height: 1em;
    width: 3px;
}
/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .sec_ttl,
#thanks .sec_ttl {
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 1em;
}
@media (max-width: 700px) {
    #error .sec_ttl,
    #thanks .sec_ttl {
        text-align: left;
    }
}
#error .sec_txt,
#thanks .sec_txt {
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 700px) {
    #error .sec_txt,
    #thanks .sec_txt {
        text-align: left;
    }
}

/*=================================================================
	確認画面
==================================================================*/
.confirm .cmn_ttl {
    font-size: 1.25em;
    margin-bottom: 2em;
}
@media (max-width: 540px) {
    .confirm .cmn_ttl {
        margin-bottom: 1em;
    }
}
.confirm_item {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #909090;
}
@media (max-width: 540px) {
    .confirm_item {
        flex-direction: column;
    }
}
.confirm_item .label {
    width: 12em;
    text-align: left;
    padding: 1em;
    font-weight: 500;
    color: #909090;
}
@media (max-width: 540px) {
    .confirm_item .label {
        padding-bottom: 0;
        width: 100%;
    }
}
.confirm_item_txt {
    width: calc(100% - 12em);
    padding: 1em;
}
@media (max-width: 540px) {
    .confirm_item_txt {
        padding: 0 1em 0.75em;
        width: 100%;
    }
}