@charset "utf-8";

/*
Theme Name: ホロスホーム（必須）
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

/* ----------------------------------------

　　　　　全体設計

---------------------------------------------*/

body {
    min-width: auto;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #1D0800;
}

/* フォント poppinsのcss*/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

a {
    color: #000;
    ;
}

a:hover {
    opacity: .8;
}

a[href*="tel:"]{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.holos-home-h2,
#conts .worksDetail h2.holos-home-h2 {
    font-size: 70px;
    font-weight: 600;
    text-align: center;
}

/* 　共通ボタン ここから　↓　*/

.HOLOS-btn {
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.HOLOS-btn-title {
    /* font-size: 15px;     */
}

.HOLOS-btn2 {
    padding: 0 12% !important;
}

.HOLOS-btn-inner {
    position: relative;
    display: inline-block;
    padding: 0 6%;
    border: solid 2px #1D0800;
    background: #fff;
}

.HOLOS-btn-inner:hover {
    /* background-color: #c7c7c7; */
    transition: all 0.8s;
}

.HOLOS-btn-title {
    display: inline-block;
    border-radius: 0;
    font-weight: bold;
}

.HOLOS-btn-arrow {
    position: absolute;
    top: 0;
    right: 5%;
    color: #1D0800;
    display: block;
}

/* 　共通ボタン ここまで　↑　*/





/* ----------------------------------------

　　　　　ヘッダー

---------------------------------------------*/
header {
    height: 90px;
    background-color: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
    padding: 0;
    box-sizing: border-box;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
}

.logo {
    width: 16.25vw;
    padding: 0;
    margin: 0 1.25vw;
    box-sizing: border-box;
}

.logo img {
    width: 100%;
}
.header-in{
    width: 83.75vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
nav {
    width: 43.75vw;
    margin: 0 1.875vw 0 0;
}

nav ul {
    display: flex;
    justify-content: space-between;
}

nav ul li {
    display: flex;
    align-items: center;
}

nav ul li a {
    display: block;
}
nav ul li a:hover {
    text-decoration: none;
}


.nav-jp {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #4A362E;
}


.nav-en {
    font-weight: 500;
    font-size: 11px;
    color: #4A362E;
    text-align: center;
}

.address {
    display: flex;
    width: 29.75vw;
    text-align: center;
    opacity: 1;
}

.phone {
    width: 44%;
    line-height: 1.5;
    background-color: rgba(94, 80, 75, .8);
    text-align: center;
}
.phone a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.phone-number {
    display: inline-block;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
}

.reception-time {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
}

.address .contact {
    width: 44%;
    line-height: 24px;
    color: #fff;
    background-color: rgba(29, 8, 0, .8);
    padding-top: 20px;
    height: 70px;
}
.address .contact a{
    display: block;
}
.address .contact-txt {
    display: inline-block;
    color: #fff;
}

@media screen and (max-width:1130px) {
    .nav-jp {
        font-size: 13px;
    }
    .nav-en {
        font-size: 10px;
    }
    .phone-number {
        font-size: 20px;
    }
    .address .contact a{
        font-size: 13px;
    }
}


main,
#main {
    line-height: 1.6;
}

.works_tag {
    margin: 0 auto 89px;
    width: 710px;
}

.works_tag_pabel {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.works_tag_item {
    width: 60%;
    padding: 20px;
    border: 2px solid #2d2d2d;
}
.tag_list{
    display: flex;
    flex-wrap: wrap;
}
a.tag_btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #2d2d2d;
    padding: 3px 20px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    border: 1px solid #2d2d2d;
    transition: all 0.3s;
    font-size: 16px;
}
.tag_btn:visited{
    color: #fff;
}
.works_tag_item_title{
    margin: 0 0 10px;
}
.works_tag_all {
    width: 30%;
    padding: 20px;
    border: 2px solid #2d2d2d;
}
p.tag_title {
    margin: 0 0 10px;
}
.more_btn {
    width: 100%;
    background: #2d2d2d;
    text-align: center;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #2d2d2d;
    font-size: 16px;
}
.more_btn:hover{
    opacity: .8;
}

ul.more_tags {
    background: #f0f0f0;
    display: none;
    padding: 20px 30px;
}
li.more_tags_item {
    display: inline-block;
}
.more_list_item {
    display: inline-block;
}
.more_tags_item a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #2d2d2d;
    padding: 3px 20px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    border: 1px solid #2d2d2d;
    transition: all 0.3s;
    font-size: 16px;
}
.more_tags_item a:visited{
    color: #fff;
}

/* ----------------------------------------

　　　　　メインビジュアル

---------------------------------------------*/

.main-visual {
    width: 100%;
    height: auto;
    margin-bottom: 150px;
    position: relative;
}

.main-visual-bg{
    position: relative;
}

.main-visual-bg-item img{
    width: 100%;
    height: auto;
}
.main-visual-bg .slick-slide img.pc{
    display: block;
}
.main-visual-bg .slick-slide img.sp{
    display: none;
}

.slick-current .slide-animation{
    animation: fadezoom 15s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.main-visual-catch {
    padding: 80px 0 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.main-visual-catch p:first-of-type {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
}

.main-visual-catch p:last-of-type {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

a.main-visual-scroll,
a.main-visual-scroll:visited {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    transform: rotate(90deg);
    padding: 3px;
    position: absolute;
    bottom: 38px;
    left: 50px;
}
a.main-visual-scroll:hover{
    text-decoration: none;
}
.main-visual-scroll:before{
    content: "";
    display: inline-block;
    width: 101px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 12px;
    left: 59px;
    z-index: 2;
}
.main-visual-scroll:after{
    content: "";
    display: inline-block;
    width: 158px;
    height: 1px;
    background: #000;
    margin: 0 0 4px 15px;
    position: relative;
    z-index: 1;
}


/* ----------------------------------------

　　　　　Event

---------------------------------------------*/
.section1 {
    padding: 90px 0 130px;
    margin: -90px 0 0;
}

.section1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 30px;
}

.event-item {
    width: 48%;
    margin-bottom: 50px;
}
.event-item a{
    display: flex;
    justify-content: space-between;
    object-fit: cover;
}
.event-item a:hover {
    text-decoration: none;
}

.event-item-img {
    width: 183px;
    height: 183px;
    overflow: hidden;
}

.event-item-img img {
    width: auto;
    height: 183px;
    position: relative;
    /* left: 25%;
    margin: 0 0 0 -50%; */
}

.event-item-content {
    width: calc(100% - 203px);
    padding-right: 20px;
    box-sizing: border-box;
}

.event-item-content p {
    margin-bottom: 10px;
}

.event-item-content-ttl{
    font-weight: bold;
}

/* ----------------------------------------

　　　　　Works

---------------------------------------------*/
.section2 {
    padding-top: 150px;
    padding-bottom: 130px;
    background-color: #F4F4F4;
}

.section2-content {
    max-width: 1122px;
    margin: 80px auto 90px;
    position: relative;
    display: flex;
}

.section2-content p {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section2-works{
    max-width: 332px;
    margin: 0 21px;
}
.section2-works a{
    display: block;
}
.section2-works-img{
    display: block;
    margin: 0 0 15px;
}
.section2-works-img img{
    width: 100%;
    height: auto;
}

.section2-works-ttl{
    display: block;
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
}

.slide-arrow.prev-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background: rgba(29, 8, 0, .5);
    position: absolute;
    top: 94px;
    left: -5px;
    z-index: 10;
}
.slide-arrow.prev-arrow:before{
    content: "";
    width: 9.5px;
    height: 17px;
    margin: 0 2px 0 0;
    background-image: url(../img/works-arrow-left.png);
    background-size: 9.5px 17px;
    background-repeat: no-repeat;
    display: inline-block;
}
.slide-arrow.next-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background: rgba(29, 8, 0, .5);
    position: absolute;
    top: 94px;
    right: -5px;
    z-index: 10;
}
.slide-arrow.next-arrow:before{
    content: "";
    width: 9.5px;
    height: 17px;
    margin: 0 0 0 2px;
    background-image: url(../img/works-arrow-right.png);
    background-size: 9.5px 17px;
    background-repeat: no-repeat;
    display: inline-block;
}

@media screen and (max-width:1298px) {
    .section2-content {
        max-width: 1122px;
        margin: 80px auto 90px;
        position: relative;
        display: flex;
    }
    
}

/* ----------------------------------------

　　　　　Model House

---------------------------------------------*/

.section3 {
    padding-top: 150px;
}

.section3-content {
    max-width: 1080px;
    margin: auto;
    margin-bottom: 110px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
}

.section3-content-left {
    width: 40%;
}

.section3-content-title {
    font-size: 26px;
    font-weight: bold;
}

.section3-content-bar {
    max-width: 385px;
    border-top: solid 2px #1D0800;
    opacity: 0.8;
    margin-top: 10px;
    margin-bottom: 30px;
}

.section3-subtitle {
    text-align: center;
    line-height: 1.7;
    margin-top: 40px;
    margin-bottom: 100px;
}

.google-map-wrapper {
    display: inline-block;
    margin-bottom: 45px;
}

.google-map {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

.google-map-arrow {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #1D0800;
    border-radius: 50%;
    font-size: 13px;
}

.google-map-content {
    margin-top: -7px;
    margin-left: 10px;
    border-bottom: solid 1px #1D0800;
}

.section3-content-right {
    width: 50%;
    height: auto;
    aspect-ratio: 2 / 1.2;
}

.section3-content-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----------------------------------------

　　　　　Line up

---------------------------------------------*/
.section4 {
    padding-top: 150px;
    padding-bottom: 130px;
    background-color: #F4F4F4;
}

.section4-inner {
    max-width: 1080px;
    margin: auto;
}
.section4-subtitle {
    line-height: 1.8;
    text-align: center;
    margin: 40px 0 0;
}
.section4-content {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.section4-content-direction {
    flex-direction: row-reverse;
}

.section4-content-left {
    width: 45%;
}

.section4-content-right {
    width: 50%;
}

.section4-content-right-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}

.section4-content-right-sub {
    margin-bottom: 35px;
    font-weight: bold;
    line-height: 1.8;
}

.section4-content-right-content {
    line-height: 1.8;
    margin-bottom: 45px;
}

.section4-content-right .HOLOS-btn{
    text-align: left;
}
.section4-content-right .HOLOS-btn a {
    width: 65%;
    text-align: center;
    margin: 0;
}

/* ----------------------------------------

　　　　　Message

---------------------------------------------*/
.section5 {
    max-width: 1100px;
    padding: 150px 10px 130px;
    margin: 0 auto;
}

.holos-home-h2-catch {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.message-subtitle{
    line-height: 1.7;
    letter-spacing: -0.05em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.message-hdn-txt{
    display: none;
    line-height: 1.7;
    letter-spacing: -0.05em;
    margin-top: 30px;
    margin-bottom: 30px;
}
.message-hdn-txt p+ p{
    margin-top: 30px;
}

.message-more{
    margin-top: 70px;
    text-align: center;
}
.message-more-btn{
    width: 250px;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    margin: 0 auto;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6%;
    border: solid 2px #1D0800;
    background: #fff;
}
.message-more-btn:hover{
    cursor: pointer;
    opacity: .8;
}
.message-more-btn:after{
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../img/message-more-icon.png);
    background-size: 12px 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 16px;
}

/* ----------------------------------------

　　　　　会社概要

---------------------------------------------*/
.company-text {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.company-text p {
    margin-bottom: 20px;
}
.company-text b {
    font-weight: 900;
}
.company-subtitle {
    font-size: 1.2em;
    font-weight: 900;
    margin: 0 auto 40px;
    text-align: center;
}
.showroom {
    box-sizing: border-box;
    margin-bottom: 120px;
}

.showroom-img {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 10px;
    padding: 20px;
}

.showroom-item {
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 8px;
}

.showroom-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .showroom-img {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

.relatedfacilities {
    box-sizing: border-box;
    border-bottom: 120px;
}

.relatedfacilities-item a {
    text-decoration: underline;
}

.relatedfacilities-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    margin: 20px auto;
    padding: 20px;
}

.relatedfacilities-item .left,
.relatedfacilities-item .right {
    flex: 1;
    margin: 10px 20px;
}

.relatedfacilities-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.relatedfacilities-item h1 {
    font-size: 36px;
    font-weight: bold;
}

.relatedfacilities-item h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.relatedfacilities-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.relatedfacilities-item p {
    margin-bottom: 20px;
}

.image-grid {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

.image-grid img {
    width: 48%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .relatedfacilities-item {
        flex-direction: column;
    }

    .relatedfacilities-item .left,
    .relatedfacilities-item .right {
        margin: 0 0 20px 0;
    }

    .image-grid {
        flex-direction: column;
    }
    .image-grid img {
        width: 100%;
        margin-bottom: 10px;
    }
}



/* ----------------------------------------

　　　　　お問い合わせ、見学

---------------------------------------------*/
.section6 {
    background-color: #F4F4F4;
    padding-top: 110px;
    padding-bottom: 100px;
}

.section6-inner {
    max-width: 1080px;
    margin: auto;
}

.section6-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}

.section6-content {
    display: flex;
    justify-content: space-between;
}

.section6-content-left {
    width: 50%;
}

.section6-content-left-p1 {
    font-weight: bold;
    margin-bottom: 40px;
}

.section6-content-left-p2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section6-content-left-p3 {
    letter-spacing: 0.1em;
}

.section6-content-right {
    width: 50%;
}

.section6-content-right-p1 {
    font-weight: bold;
    margin-bottom: 15px;
}

.section6-btn {
    text-align: start;
    font-size: 20px;
    height: 100px;
    line-height: 100px;
}

.section6-btn-inner {
    max-width: 528px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 15%;
    border: solid 2px #1D0800;
    background-color: #fff;
}

.section6-btn-inner:hover {
    /* background-color: #c7c7c7; */
    transition: all 0.8s;
}

/* ----------------------------------------

　　　　　Instagramエリア

---------------------------------------------*/
.section7 {
    padding: 130px 20px 90px;
    width: 100%;
    max-width: 1120px;
    margin: auto;
}

.Instagram {
    text-align: center;
    margin: 0 auto 30px;
}

.Instagram-area {
    margin: 0 auto 110px;
}

.Instagram-area span.photo {
    display: block;
}

.Instagram-area #sb_instagram #sbi_images .sbi_item,
.Instagram-area .sbi_item {
    width: 255px !important;
    height: 255px !important;
    margin: 0 10px 20px !important;
    overflow: hidden;
}

.Instagram-area #sb_instagram a.sbi_photo {
    height: 255px !important;
    width: 255px;
    overflow: hidden;
    background: none!important;
    text-align: center;
}

#sb_instagram a.sbi_photo img {
    height: 255px!important;
    width: auto;
    display: inline-block;
}

/* .section7-img1,
.section7-img2 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 40px;
    position: relative;
}

.section7-img1 img,
.section7-img2 img {
} */

.section7-img1,
.section7-img2 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.section7-img-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.section7-img-title {
    font-size: 68px;
    line-height: 1;
    font-weight: 600;
    padding: 18px 0 0;
}

.section7-img1 img {
    width: 100%;
}

.section7-img2 img {
    width: 100%;
}

.section7-img-ja {
    text-align: center;
    margin-top: 20px;
}

/* ----------------------------------------

　　　　　フッター

---------------------------------------------*/

footer {
    background-color: #1D0800;
    padding-top: 72px;
    padding-bottom: 72px;
}

.footer-logo-wrapper{
    max-width: 1100px;
    padding: 0 20px;
    margin: auto;
}

.footer-inner {
    max-width: 1100px;
    padding: 0 20px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: 300px;
    margin-bottom: 25px;
}

.footer-logo img {
    width: 100%;
}

.footer-btn {
    text-align: start;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

.footer-btn-inner {
    position: relative;
    display: inline-block;
    padding: 0 11%;
    border: solid 2px #fff;
    color: #fff;
}

.footer-inner-left{
    width: 50%;
}

.footer-btn-inner:hover{    
    transition: all 0.5s;
    background-color: #A9AAA9;
}

.footer-btn-arrow{
    position: absolute;
    top: 0;
    right: 5%;
    color: #fff;
    display: block;
}

.footer-inner-left p:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 35px;
}

.footer-inner-left p:nth-of-type(3){
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}

.footer-inner-left p:nth-of-type(4){
    margin-bottom: 25px;
}
.f-tel a{
    display: inline-block;
    color: #fff;
}
.footer-catch{
    font-size: 15px;
    margin-top: 60px;
}

.footer-inner-right{
    width: 50%;
}

.footer-inner-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}

.footer-inner-right ul li{
    width: 30%;
    margin-bottom: 30px;    
}

.footer-inner-right ul li a{
    color: #fff;
}

.sns-list-wrapper{
    width: 100%;
    display: inline-block;  
    text-align: right;
}

.sns-item{
    display: inline-block;
    margin-right: 30px;
}

.sns-item:last-of-type{
    margin-right: 0;
}

.Copyright{
    max-width: 1080px;
    margin: auto;
    margin-top: 35px;
    text-align: right;
    color: #fff;
    opacity: .38;
}

/* ----------------------------------------

　　　　　画像に対してアニメーション

---------------------------------------------*/
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


/* -------------------------------------------
----------------------------------------------
------------------------------------------------

           index2

--------------------------------------------------
------------------------------------------------
------------------------------------------------*/

/* ----------------------------------------

　　　　　全体設計

---------------------------------------------*/

.body-index2{
    line-height: 1.7;
}

h3{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

h4{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.line-hight-1{
    line-height: 1;
}











/* ----------------------------------------

　　　　　index2--メインビジュアル

---------------------------------------------*/
.main-visual2 {
    width: 100%;    
    height: auto;
    aspect-ratio: 3/1;
    background-image: url(../img/inuduka_DSC07313.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 130px;
    position: relative;
}
.main-visual2 .main-visual-catch {
    top: 54%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
}

.main-visual-catch h1.main-visual-catch-p2{
    font-size: 42px;
    font-weight: bold;
    margin: 0;  
}

/* ----------------------------------------

　　　　　index2--セクション1

---------------------------------------------*/
.index2-section1{
    padding-bottom: 130px;
}

.index2-section1-catch{
    max-width: 860px;
    margin: auto;
    margin-bottom: 100px;
}

.index2-section1-content{
    display: flex;
    justify-content: space-between;
    margin-left: 20%;
    margin-bottom: 100px;
}

.index2-section1-content-left{
    width: 48%;
}

.index2-section1-content-right{
    width: 48%;
}

.index2-section1-content-right-img{
    width: 100%;
}

.index2-section1-content-right-img img{
    width: 100%;
}

.index2-section1-content2{
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 20%;
    margin-bottom: 0;
}

/* ----------------------------------------

　　　　　index2--セクション2

---------------------------------------------*/
.index2-section2{
    background-color: #F4F4F4;
    padding-top: 125px;
    padding-bottom: 125px;
}
.index2-section2-ttl{
    font-size: 30px;
    margin: 0 auto 90px;
}
.index2-section2-content{
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: auto;
}

.index2-section2-content-left{
    width: 48%;
}

.index2-section2-content-left-p{
    margin-bottom: 60px;
}

.index2-section2-content-left-p:last-of-type{
    margin-bottom: 0;
}

.index2-section2-content-right{
    width: 47%;
}

.index2-section2-content-right p{
    width: 100%;
    margin-bottom: 40px;
}

.index2-section2-content-right p:last-of-type{
    margin-bottom: 0;
}

.index2-section2-content-right p img{
    width: 100%;
}

/* ----------------------------------------

　　　　　index2--セクション3

---------------------------------------------*/
.index2-section3{
    max-width: 1080px;
    margin: auto;
    padding-top: 125px;
    padding-bottom: 125px;
}

.index2-section3-img,
.index2-section3 .section7-img1{
    margin-bottom: 130px;
}

.index2-section3-h3{
    font-size: 30px;
    margin-bottom: 90px;
}

/* ----------------------------------------

　　　　　index2--セクション4

---------------------------------------------*/
.index2-section4{
    background-color: #F4F4F4;
    padding-top: 125px;
    padding-bottom: 125px;
}
.index2-section4-h3{
    margin-bottom: 30px;
}


/* ----------------------------------------

　　　　　index2--セクション5

---------------------------------------------*/
.index2-section5{    
    padding-top: 125px;
    padding-bottom: 125px;
}

.index2-section5-inner{
    max-width: 1080px;
    margin: auto;
}

.index2-section5-content{
    flex-direction: row-reverse;
}

/* ----------------------------------------

　　　　　index2--セクション6

---------------------------------------------*/
.index2-section6{    
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #F4F4F4;
}

/* ----------------------------------------

　　　　　index2--セクション7

---------------------------------------------*/

.index2-section7{    
    padding-top: 125px;    
}






/* ----------------------------------------

　　　　　index2--セクション8

---------------------------------------------*/
.index2-section8{    
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #F4F4F4;
}

.index2-section8-content-left-p2{
    line-height: 1;
}



#main .pageTitle h1,
#main .pageTitle .h1{
    padding: 90px 15px 0;
}

#conts .blogDetail .comArea .mainBox{
    /* width: 750px; */
    float: left;
    display: block;
}
#conts .blogDetail .ttl{
    display: block;
}
#conts .blogDetail .note{
    display: block;
}
#conts .blogDetail h2,
#conts .blogDetail h3,
#conts .blogDetail h4{
    display: block;
}

#conts .blogDetail .comArea .category {
    padding: 39px 25px 44px;
    width: 250px;
    float: right;
    box-sizing: border-box;
    background-color: #F3F3F3;
}



@media screen and (max-width:1200px) {

    .main-visual-catch p:first-of-type {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .main-visual-catch p:last-of-type {
        font-size: 20px;
    }

}

@media screen and (max-width:1000px) {

    .main-visual-catch p:first-of-type {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .main-visual-catch p:last-of-type {
        font-size: 18px;
    }

}


/* sp */

.sp{
    display: none;
}
.sp-inb{
    display: none;
}
.spmenu{
    display: none;
}
.sp-nav{
    display: none;
}
.spbtm{
    display: none;
}

.HOLOS-btn a {
    display: block;
    width: 250px;
    margin: 0 auto;
}
.HOLOS-btn-inner {
    display: block;
}

#conts .blog .wp-pagenavi{
    width: 100%;
}

.pc-nav-menubtn{
    width: 90px;
    padding: 25px 0 0;
    cursor: pointer;
}
.pc-nav-menubtn img{
    width: 30px;
}
.pc-nav-menubtn span {
    font-size: 11px;
    padding-top: 8px;
    display: block;
}

.pc-nav-menubtn-close {
    width: 90px;
    padding: 25px 0 0;
    background: #1D0800;
    display: none;
    cursor: pointer;
}
.pc-nav-menubtn-close img{
    width: 30px;
}
.pc-nav-menubtn-close span {
    font-size: 11px;
    padding-top: 8px;
    display: block;
    color: #fff;
}

.spmenupc{
    width: 100%;
    display: none;
    background: #1D0800;
    padding: 0 20px;
    box-sizing: border-box;
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 200;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100vh;
}
.spmenupc-header {
    height: 68px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}
.spmenupc-logo {
    width: 55%;
    padding: 0;
    margin: 0;
}
.spmenupc-nav{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.spmenupc-link{
    width: 100%;
    margin: 0 auto;
}
.spmenupc-link ul {
    display: flex;
    width: 58%;
    margin: 70px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.spmenupc-link ul li {
    padding: 25px 0; 
    width: 33%;
    position: relative;
}
.spmenupc-link ul li a{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.spmenupc-link ul li+ li{
    margin: 0 0 0 0;
}
.spmenupc-link ul li.no-child{
    padding: 25px;
    position: relative;
}
.spmenupc-link ul li.no-child:after{
    content: "";
    width: 9px;
    height: 18px;
    background-image: url(../img/sp-menu-link-arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 9px 18px;
    position: absolute;
    top: 50%;
    right: 28px;
    pointer-events: none;
    transform: translateY(-50%);
}
.spmenupc-link-child{
    display: none;
    width: 100%;
    padding: 0 0 0 37px;
    box-sizing: border-box;
}
.spmenupc-link ul .spmenupc-link-child li{
    margin: 20px 0 0 0;
    border: none;
}
.spmenupc-link ul .spmenupc-link-child li+ li{
    margin: 0;
}
.spmenupc-link ul li .spmenupc-link-child a{
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 0 14px;
    position: relative;
}
.spmenupc-link ul li a:before{
    content: "";
    width: 8px;
    height: 16px;
    background-image: url(../img/sp-menu-link-arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 8px 16px;
    position: absolute;
    top: 52%;
    left: -20px;
    pointer-events: none;
    transform: translateY(-50%);
}
.spmenupc-link-btn{
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.spmenupc-link-btn{
    width: 18px;
    height: 18px;
}
.spmenupc-link-btn-close{
    display: none;
}

.spmenupc-cv{
    margin: 0 auto;
    padding-left: 10px;
}
.spmenupc-cv-tel{
    margin: 0 0 15px;
}


@media screen and (max-width:896px) {
    /* common */
    body{
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .sp-inb{
        display: inline-block;
    }
    img{
        width: 100%;
        height: auto;
    }
    a[href*="tel:"]{
        pointer-events: auto;
        cursor: pointer;
    }

    /* header */
    header {
        height: 68px;
        padding: 0;
    }
    .header{
        max-width: 100%;
        width: 100%;
        height: 68px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .logo {
        width: 55%;
        padding: 0;
        margin: 0;
    }
    .logo a img{
        width: 100%;
        height: auto;
    }
    .header-in{
        width: 20%;
    }
    nav {
        display: none;
    }
    .address {
        display: none;
    }
    .sp-nav{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .sp-nav-insta{
        margin: 0 20px 0 0;
    }
    .sp-nav-menubtn{

    }

    .spmenu{
        width: 100%;
        display: none;
        background: #1D0800;
        padding: 0 20px 60px;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        z-index: 200;
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 100vh;
    }
    .spmenu-header {
        height: 68px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 50px;
    }
    .spmenu-logo {
        width: 55%;
        padding: 0;
        margin: 0;
    }
    .spmenu-nav{
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .spmenu-link{
        width: 100%;
        margin: 0 auto 40px;
    }
    .spmenu-link ul li{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 25px 25px;
        border-top: 1px solid #ffffff78;
    }
    .spmenu-link ul li a{
        display: inline-block;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .spmenu-link ul li+ li{
        margin: 0 0 0 0;
    }
    .spmenu-link ul li.no-child{
        padding: 25px;
        position: relative;
    }
    .spmenu-link ul li.no-child:after{
        content: "";
        width: 9px;
        height: 18px;
        background-image: url(../img/sp-menu-link-arrow@2x.png);
        background-repeat: no-repeat;
        background-size: 9px 18px;
        position: absolute;
        top: 50%;
        right: 28px;
        pointer-events: none;
        transform: translateY(-50%);
    }
    .spmenu-link-child{
        display: none;
        width: 100%;
        padding: 0 0 0 37px;
        box-sizing: border-box;
    }
    .spmenu-link ul .spmenu-link-child li{
        margin: 20px 0 0 0;
        border: none;
    }
    .spmenu-link ul .spmenu-link-child li+ li{
        margin: 0;
    }
    .spmenu-link ul li .spmenu-link-child a{
        font-size: 16px;
        font-weight: normal;
        padding: 0 0 0 14px;
        position: relative;
    }
    .spmenu-link ul li .spmenu-link-child a:before{
        content: "";
        width: 4px;
        height: 8px;
        background-image: url(../img/sp-menu-link-arrow@2x.png);
        background-repeat: no-repeat;
        background-size: 4px 8px;
        position: absolute;
        top: 4px;
        left: 0;
        pointer-events: none;
    }
    .spmenu-link-btn{
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        margin-left: auto;
    }
    .spmenu-link-btn{
        width: 18px;
        height: 18px;
    }
    .spmenu-link-btn-close{
        display: none;
    }

    .spmenu-cv{
        width: 80%;
        margin: 0 auto;
    }
    .spmenu-cv-tel{
        margin: 0 0 15px;
    }

    .spbtm{
        display: block;
        width: 100%;
        position: fixed;
        bottom: -92px;
        z-index: 200;
        transition: .5s;
    }
    .spbtm-list{
        display: flex;
    }
    .spbtm-list li{
        width: calc(100% / 4);
    }
    .spbtm-list li a{
        width: 100%;
        height: 82px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .spbtm-list-tel a{
        background: #1D0800;
    }
    .spbtm-list-tel img{
        width: 18px;
        height: 18px;
        padding: 4px 0 5px;
        margin: 0 0 12px;
    }
    .spbtm-list-event a{
        background: #BAB3B1;
    }
    .spbtm-list-event img{
        width: 23px;
        height: 26px;
        padding: 0 0 1px;
        margin: 0 0 12px;
    }
    .spbtm-list-contact a{
        background: #D1CCCB;
    }
    .spbtm-list-contact img{
        width: 29px;
        height: 27px;
        padding: 0;
        margin: 0 0 12px;
    }
    .spbtm-list-request a{
        background: #E7E4E4;
    }
    .spbtm-list-request img{
        width: 17px;
        height: 23px;
        padding: 2px 0 2px;
        margin: 0 0 12px;
    }
    .spbtm-list-txt{
        font-size: 12px;
        line-height: 1;
    }
    .spbtm-list-tel .spbtm-list-txt{
        font-size: 13px;
        color: #fff;
    }
    /* #main .pageTop{
        display: none;
    } */

    /* footer */
    footer {
        padding-top: 60px;
        padding-bottom: 92px;
    }
    footer.f-contact{
        padding-bottom: 10px;
    }
    .footer-logo{
        width: 300px;
        margin: 0 auto 40px;
    }
    .footer-inner{
        display: block;
    }
    .footer-inner-left,
    .footer-inner-right{
        width: 100%;
        text-align: center;
    }
    .footer-inner-right{
        text-align: left;
    }
    .footer-inner-left p:nth-of-type(2),
    .f-txt{
        font-size: 16px;
        text-align: center;
        color: #fff;
        margin: 0 0 20px;
    }
    .f-tel a{
        color: #fff;
    }
    .sns-list-wrapper{
        margin: 60px 0 45px;
    }
    .footer-btn{
        height: 44px;
        text-align: center;
        margin: 0 0 45px;
    }
    .footer-btn-inner {
        width: 80%;
        box-sizing: border-box;
        padding: 0 8%;
    }
    .footer-btn a{
        display: block;
        height: 44px;
    }
    .footer-catch{
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    .footer-inner-right ul {
        margin-bottom: 40px;
        padding: 0 0 0 15px;
    }
    .footer-inner-right ul li a {
        font-size: 12px;
    }
    .footer-inner-right ul li {
        margin-bottom: 20px;
    }
    .sns-list {
        text-align: center;
    }
    .sns-item {
        margin-right: 20px;
    }
    .sns-item a img {
        width: 35px;
        height: auto;
    }
    .footer-inner-left p.sns-item:nth-of-type(1),
    .footer-inner-left p.sns-item:nth-of-type(2),
    .footer-inner-left p.sns-item:nth-of-type(3){
        margin: 0 20px 0 0;
    }
    .footer-inner-left p.sns-item:nth-of-type(4){
        margin: 0;
    }
    .Copyright {
        max-width: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

    .main-visual {
        margin-bottom: 65px;
    }
    .main-visual-bg .slick-slide img.pc{
        display: none;
    }
    .main-visual-bg .slick-slide img.sp{
        display: block;
    }
    .main-visual-bg-item img{
        width: auto;
        height: 100svh;
    }
    .main-visual-catch{
        width: 100%;
        text-align: center;
        padding: 40px 0 0;
    }
    .main-visual-scroll:before{
        width: 70px;
    }
    .main-visual-scroll:after{
        width: 110px;
    }
    a.main-visual-scroll,
    a.main-visual-scroll:visited{
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 29px;
        width: 168px;
    }
    .holos-home-h2,
    #conts .worksDetail h2.holos-home-h2 {
        font-size: 48px;
    }
    .section1 ul {
        display: block;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .event-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .event-item-img {
        width: 129px;
        height: 129px;
        overflow: hidden;
        margin: 0 25px 0 0;
    }
    .event-item-img img {
        width: auto;
        height: 129px;
        position: relative;
        /* left: 25%;
        margin: 0 0 0 -50%; */
    }
    .event-item-content {
        width: calc(100% - 154px);
        padding-right: 0;
        box-sizing: border-box;
    }
    .event-item-content p {
        font-size: 15px;
    }
    .event-item-content-txt {
        font-size: 14px;
    }
    .section1 {
        padding-bottom: 60px;
    }
    .section2 {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .section2-content {
        display: block;
        max-width: 100%;
        margin-top: 40px;
        margin-bottom: 0;
        padding: 0 20px;
        box-sizing: border-box;
        height: auto;
        background: none;
    }
    .section2-works{
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }
    .section2-works+ .section2-works{
        margin: 0 0 30px;
    }
    .section2-works:last-child{
        margin: 0 0 40px;
    }
    .section2-works:nth-child(4),
    .section2-works:nth-child(5),
    .section2-works:nth-child(6),
    .section2-works:nth-child(7),
    .section2-works:nth-child(8){
        display: none;
    }
    .section2-works a{
        display: block;
    }
    .section2-works-img{
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }
    .section2-works-ttl{
        display: block;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        padding: 0 20px;
    }
    .section3 {
        padding: 60px 20px 30px;
    }
    .section3-subtitle {
        text-align: left;
        line-height: 1.9;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .section3-content {
        max-width: 100%;
        margin: auto;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .section3-content-left {
        width: 100%;
    }
    .section3-content-title {
        font-size: 19px;
        margin: 0 0 5px;
    }
    .section3-content-bar{
        display: none;
    }
    p.section3-address{
        font-size: 14px;
        margin: 0 0 10px;
    }
    .section3-link{
        display: inline-block;
    }
    .google-map-wrapper {
        display: block;
    }
    .google-map {
        display: flex;
        align-items: flex-start;
        margin-top: 0;
    }
    .google-map-arrow {
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        color: #fff;
        background-color: #1D0800;
        border-radius: 50%;
        font-size: 13px;
    }
    .google-map-content {
        font-size: 13px;
        text-decoration: underline;
        margin-top: -4px;
        margin-left: 10px;
        border-bottom: none;
    }
    .section3-content-right {
        width: 100%;
        margin: 0 0 10px;
    }
    .section4 {
        padding: 60px 20px 10px;
    }
    .section4-content {
        margin: 40px auto 50px;
        flex-wrap: wrap;
    }
    .section4-content-left {
        width: 150px;
        height: 150px;
        overflow: hidden;
    }
    .section4-content-left img {
        width: auto;
        height: 150px;
        position: relative;
        left: 25%;
        margin: 0 0 0 -50%;
    }
    .section4-content-right {
        width: calc(100% - 175px);
    }
    .section4-content-right-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    .section4-content-right-sub {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .section4-content-right-content {
        display: none;
    }
    .section4-content-sp{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .section4-content-sp-txt{
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 45px;
    }
    .section4 .section3-subtitle{
        font-size: 14px;
    }
    .section4-content-sp .HOLOS-btn a {
        width: 90%;
    }
    .section5 {
        padding: 60px 20px 60px;
    }

    .holos-home-h2-catch {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        margin-top: 35px;
    }
    .section5 .section3-subtitle {
        font-size: 14px;
    }
    .section6 {
        padding: 60px 20px 60px;
    }
    .section6-title {
        font-size: 24px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
    .section6-content {
        display: block;
    }
    .section6-content-left {
        width: 100%;
        margin: 0 0 35px;
    }
    .section6-content-left-p1 {
        font-weight: bold;
        margin-bottom: 15px;
    }
    .section6-content-left-p2 {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .section6-content-left-p3 {
        font-size: 14px;
        letter-spacing: normal;
    }
    .section6-content-right {
        width: 100%;
    }
    .section6-btn {
        text-align: center;
        font-size: 15px;
        height: 60px;
        line-height: 60px;
    }
    .section6-btn-inner {
        padding: 0 10%;
    }
    .section7 {
        padding: 60px 0 40px;
        max-width: 100%;
        box-sizing: border-box;
        margin: auto;
    }
    .section7-img-title {
        font-size: 39px;
        padding: 12px 0 0;
    }
    .section7-img-ja {
        font-size: 14px;
        margin-top: 10px;
    }
    .Instagram img{
        width: 52px;
        height: 52px;
        display: inline-block;
    }
    .Instagram-area {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 60px;
    }
    .section7-img1,
    .section7-img2 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        height: auto;
        margin: 0 0 20px;
    }
    .section7-img1 img,
    .section7-img2 img {
        width: 100%;
        height: auto;
    }

    .main-visual2 {
        width: 100%;
        height: auto;
        aspect-ratio: 1.083 / 1;
        background-image: url(../img/inuduka-sp.png);
        background-size: cover;
        background-position: center;
        margin-bottom: 60px;
        position: relative;
    }
    .main-visual2 .main-visual-catch {
        top: 54%;
        padding: 0;
    }
    .main-visual-catch p.main-visual-catch-p2:first-of-type {
        font-size: 30px;
        line-height: 1.4;
    }
    .index2-section1 {
        padding: 0 20px 10px;
    }
    .index2-section1-catch {
        font-size: 15px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .index2-section1-content {
        display: block;
        margin-left: 0;
        margin-bottom: 35px;
    }
    .index2-section1-content-left {
        width: 100%;
    }
    .index2-section1-content-left h3{
        font-size: 20px;
        margin: 0 0 15px;
        text-align: left;
    }
    p.index2-section1-content-left-p{
        margin: 0 0 60px;
    }
    .index2-section1-content-right {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }
    .index2-section1-content2 {
        margin-right: 0;
    }
    .index2-section2 {
        background: none;
        padding: 10px 20px;
    }
    .index2-section2 h3 {
        font-size: 24px;
        line-height: 1.4;
        margin: 0 auto 40px;
    }
    .index2-section2-content {
        display: block;
        max-width: 100%;
    }
    .index2-section2-content-left {
        width: 100%;
    }
    .index2-section2-content-left h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .index2-section2-content-right {
        width: 100%;
        margin: 40px 0 0;
    }
    .index2-section3 {
        max-width: 100%;
        padding: 110px 20px 60px;
    }
    .index2-section4 {
        padding: 60px 20px;
    }
    .index2-section3-h3 {
        margin-bottom: 24px;
        font-size: 24px;
    }
    .index2-section4-h3 {
        font-size: 24px;
    }
    .index2-section5 {
        padding: 60px 20px;
    }

    .works_tag {
        margin: 0 auto 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .works_tag_pabel{
        display: block;
    }
    .works_tag_item {
        margin: 0 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .works_tag_all {
        width: 100%;
        box-sizing: border-box;
    }
    ul.more_tags{
        margin: 0 0 40px;
    }

    .Instagram-area #sb_instagram #sbi_images {
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .Instagram-area #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px !important;
    }
    .Instagram-area #sb_instagram #sbi_images .sbi_item,
    .Instagram-area .sbi_item {
        width: 165px !important;
        height: 165px !important;
        margin: 0 10px 20px !important;
        overflow: hidden;
    }
    .Instagram-area #sb_instagram #sbi_images .sbi_item:nth-child(5),
    .Instagram-area #sb_instagram #sbi_images .sbi_item:nth-child(6),
    .Instagram-area #sb_instagram #sbi_images .sbi_item:nth-child(7),
    .Instagram-area #sb_instagram #sbi_images .sbi_item:nth-child(8){
        display: none;
    }
    .Instagram-area #sb_instagram a.sbi_photo {
        height: 100% !important;
        width: auto;
        overflow: hidden;
    }
    .Instagram-area #sb_instagram a.sbi_photo img {
        height: 165px !important;
    }

    .main-visual-catch h1.main-visual-catch-p2 {
        font-size: 30px;
        text-align: center;
    }
    .index2-section3-img,
    .index2-section3 .section7-img1 {
        margin-bottom: 50px;
        padding: 0;
    }
    .index2-section2-content-left-p {
        margin-bottom: 40px;
    }
    .sp-img{
        margin: 0 auto 30px;
    }
    .section6-content-right-p1 {
        margin-bottom: 5px;
    }

    #main .pageTitle h1,
    #main .pageTitle .h1{
        padding: 0 10px 0;
    }

    #conts .blogDetail .comArea .mainBox {
        width: auto;
        float: none;
        padding: 0 0 22px;
    }
    #conts .blogDetail .comArea .category {
        margin-bottom: 25px;
        padding: 20px 15px;
        width: auto;
        float: none;
    }
}




/* 20250225 about パンくず */
.main-visual2.main-visual-bottom {
 margin-bottom: 0;
}
/* 20250225 renovation パンくず */
#pagePath.pagePath-bottom {
 margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
 #main #pagePath.pagePath-bottom {
  margin: 0px;
 }
}
/* 20250225 footer 対象ページリンク設定 */
.copyright-link a{
 color: #fff;
}

/* 20250225 top h1 */
.page-top-ttl{
 margin-bottom: 40px;
 text-align: center;
}
@media screen and (max-width: 896px){
 .page-top-ttl{
  margin-bottom: 20px;
 }
}

/* 20250618 flow */
.cmn-flow {
  max-width: 1100px;
  padding: 150px 10px 130px;
  margin: 0 auto;
}
.cmn-flow .holos-home-h2-catch {
  text-align: center;
}
.cmn-flow-list {
  margin-top: 30px;
  margin-bottom: 130px;
  position: relative;
}
.cmn-flow-list .ttl {
  max-width: 560px;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 40px;
}
.cmn-flow-list .ttl:nth-child(even) {
  background: #F3F3F3;
}
.cmn-flow-list .ttl .ttl_sub {
  margin: 0;
}
.cmn-flow-list .ttl .ttl_step {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.cmn-flow-more {
  margin-top: 70px;
  text-align: center;
}
.cmn-flow-more-btn {
  width: 310px;
  box-sizing: border-box;
  text-align: center;
  height: 60px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6%;
  border: solid 2px #1D0800;
  background: #fff;
}
.cmn-flow-more-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../renew/img/message-more-icon.png);
  background-size: 12px 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
}
.cmn-flow-more-btn:hover {
  cursor: pointer;
  opacity: .8;
}
.headLine01 span {
  display: block;
  text-align: center;
}
.headLine01 .headLine_en {
  font-weight: bold;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
}
.headLine01 .headLine_ja {
  font-size: 20px;
  line-height: 1;
}
.cmn-flow .cmn-flow-list .ttl:nth-child(n+5) {
  display: none;
}
.step-accordion-trigger {
  box-sizing: border-box;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  border: none;
  font-size: inherit;
  font-weight: normal;
  color: #1D0800;
  background: none;
}
.step-accordion-trigger::before,
.step-accordion-trigger::after {
  content: "";
  position: absolute;
  background-color: #1D0800;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.step-accordion-trigger::before {
  width: 16px;
  height: 2px;
  top: calc(50% - 0px);
  right: 130px;
  left: 0;
  margin: auto;
}
.step-accordion-trigger:after {
  right: 130px;
  left: 0;
  margin: auto;
  width: 2px;
  height: 16px;
  top: calc(50% - 7px);
}
.step-accordion-trigger.accordion-active::after {
  transform: rotate(90deg);
  opacity: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .cmn-flow-list .ttl {
    padding: 20px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .cmn-flow-list .ttl img {
    width: 37px;
    height: 60px;
    display: inline-block;
  }
  .cmn-flow-list .ttl .ttl_step {
    font-size: 16px;
  }
  .headLine01 .headLine_en {
    font-size: 48px;
  }
  .step-accordion-trigger {
    font-size: 16px;
    color: #1D0800;
    bottom: -60px;
  }
}

/*--20250818 新規 エリアページの作成について（刈谷市・西尾市）--*/
#conts .centerImgList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#conts .centerImgList li{
    float: none;
}
@media (min-width: 0) and (max-width: 767px) {
    #conts .centerImgList{
        justify-content: flex-start;
    }
    #conts .centerImgList li:nth-child(odd) {
        float: none;
    }
}

/* 20250903 エリア情報について */
.cmn-feature_list {
    display: flex;
    flex-direction: column;
    row-gap: 3em;
    margin-top: 50px;
}
    .cmn-feature_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
    .cmn-feature_title {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .cmn-feature_list {
        margin-top: 35px;
    }
}

/* 20251215 選ばれる理由の掲載 */
.scn-chosen-reason-wrap {
  padding-top: 0;
  padding-bottom: 0;
  margin: 60px auto;
}

.scn-chosen-reason-wrap .scn-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px;
  margin-top: 50px;
}

.scn-chosen-reason-wrap .scn-headline {
  font-weight: bold;
}

.scn-chosen-reason-wrap .scn-item {
  width: 30%;
}

.scn-chosen-reason-wrap .scn-item>div {
  margin: 10px 0;
}

.scn-chosen-reason-wrap .scn-img img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .scn-chosen-reason-wrap .scn-item {
    width: 100%;
  }
}

/* 20251215 無料相談会への導線強化 */
.scn-free-consultation-wrap .scn-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px;
  margin-top: 50px;
}

.scn-free-consultation-wrap .scn-l-item {
  width: 48%;
}

.scn-free-consultation-wrap .scn-l-item .scn-img img {
  width: 100%;
}

.scn-free-consultation-wrap .scn-r-item {
  width: 48%;
}

.scn-free-consultation-wrap .scn-r-item>.scn-txt p {
  margin-bottom: 20px;
}

.scn-free-consultation-wrap .scn-r-item .HOLOS-btn {
  margin-top: 60px;
}

.scn-free-consultation-wrap .HOLOS-btn a {
  width: 360px;
}

.scn-free-consultation-wrap .HOLOS-btn2 {
  padding: 0px 10% !important;
}

@media screen and (max-width: 896px) {
  .scn-free-consultation-wrap .scn-l-item {
    width: 100%;
  }

  .scn-free-consultation-wrap .scn-r-item {
    width: 100%;
  }

  .scn-free-consultation-wrap .HOLOS-btn a {
    width: 90%;
  }

  .scn-HOLOS-btn {
    height: revert;
    line-height: revert;
  }

  .scn-HOLOS-btn .HOLOS-btn-inner {
    display: grid;
    place-content: center;
    min-height: 60px;
  }

  .scn-HOLOS-btn .HOLOS-btn-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* 20251222 相場情報について */
.scn-market-price {
  padding-top: 130px;
  margin-inline: auto;
  max-width: 1080px;
}
.scn-market-price-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.scn-market-price-table {
  border: 1px solid #ddd;
}
.scn-market-price-table thead th {
  padding: 1rem;
  background-color: #6d757d;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.scn-market-price-table tbody th {
  padding: 1rem;
  background-color: #f2f2f2;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.scn-market-price-table tbody td {
  padding: 1rem;
  background-color: #fff;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.scn-market-price-table thead th:last-child,
.scn-market-price-table tbody td:last-child {
  border-right-width: 0;
}
.scn-market-price-table tr:last-child th,
.scn-market-price-table tr:last-child td {
  border-bottom-width: 0;
}
@media screen and (max-width: 896px) {
  .scn-market-price .holos-home-h2 {
    font-size: 36px;
  }
  .scn-market-price {
    padding-top: 60px;
    padding-inline: 20px;
  }
  .scn-market-price-content {
    grid-template-columns: 1fr;
  }
}