.content-all-wrap{
    background-color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
}
a:hover{
    transition: all 0.5s 0s ease;
    cursor:pointer;
}
main{
    max-width: 1200px;
    width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:660px){
    main{
    padding-left: 15px;
	padding-right: 15px;
    }
}
/*index*/
.con{
    display: flex;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
}
.con:last-of-type{
    padding-bottom: 100px;
}
.con figure,
.con .index-box{
    width: 50%;
    position: relative;
}
.con:first-of-type figure{
    order: 1;
}
.con:first-of-type .index-box{
    order: 2;
}
.con:nth-of-type(2) figure{
    order: 2;
}
.con:nth-of-type(2) .index-box{
    order: 1;
}
.con figure img{
    max-width: 500px;
    width: 100%;
}
.con .index-box .index-box-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
}
.con .index-box .index-box-inner h2{
    font-size: 22px;
}
.con .index-box .index-box-inner p a{
    display: inline-block;
    font-size: 17px;
    background-color: #107c6c;
    color: #fff;
    border-radius: 10px;
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}
.con .index-box .index-box-inner p a:hover{
    background-color: #107c6ca4;
}

@media screen and (max-width:785px){
    .con{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width:660px){
    .con{
        display: block;
    }
    .con figure,
    .con .index-box{
        width: 100%;
        text-align: center;
    }
    .con .index-box{
        height: 150px;
    }
    .con figure img{
        max-width: 300px;
    }
    .con{
        padding-top: 50px;
    }
    .con:last-of-type{
        padding-bottom: 0px;
    }
}
/*office*/
.con-base{
    text-align: center;
    padding-top: 80px;
}
.con-base:last-of-type{
    padding-bottom: 80px;
}
.title-icon{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.title-icon span{
    position: relative;
}
.title-icon span::before{
    content: "";
    display: inline-block;
    background-image: url(../images/icon.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: absolute;
    top:0px;
    left: -40px;
}
.con-base img{
    max-width: 400px;
    max-height: 250px;
}
.con-base figcaption{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.profile-wrap{
    display: flex;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.profile-wrap figure{
    width: 230px;
}
.profile-wrap-inner{
    position: relative;
    width: calc( 100% - 230px );
}
.message-wrap{
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    border: #107c6c 1px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.message-title{
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #107c6c;
}
.message-text{
    text-align: left;
    line-height: 1.4;
}
.message-text:first-of-type{
    margin-bottom: 1rem;
}
.office-dl,
.office-dl-history{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    text-align: left;
    line-height: 1.8;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.office-dl dt{
    width: 120px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.office-dl dd{
    width: calc(100% - 120px );
    padding-top: 5px;
    padding-bottom: 5px;
}
.office-dl dd.hunter{
    font-size: 14px;
}
.before-tel{
    display: block;
}
.office-history{
    margin-top: 20px;
}
.history-title{
    font-size: 18px;
    font-weight: bold;
}
.office-dl-history dt{
    width: 170px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.office-dl-history dd{
    width: calc(100% - 170px );
    padding-top: 5px;
    padding-bottom: 5px;
}
.office-profile{
    width: 100%;
    max-width: 700px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.4;
}
.res-br4{
    display: block;

}
@media screen and (max-width:680px){
    .con-base img{
        max-width: 300px;
    }
    .profile-wrap{
        display: block;
    }
    .profile-wrap figure{
        width: 100%;
    }
    .profile-wrap-inner{
        width: 100%;
    }
    .message-wrap{
        position: static;
        transform: none;
        top: auto;
        left: auto;
        margin-top: 20px;
    }
    .message-title{
        font-size: 18px;
        margin-bottom: 15px;
    }


    .office-dl{
        display: block;
        text-align: center;
    }
    .office-dl dt{
        width: 100%;
        background-color: #000;
        color: #fff;
    }
    .office-dl dd{
        width: 100%;
        font-size: 15px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }
    .office-dl-history{
        display: block;
        text-align: center;
    }
    .office-dl-history dt{
        width: 100%;
        background-color: #b4b4b4;
        color: #fff;
    }
    .office-dl-history dd{
        width: 100%;
        font-size: 15px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }
    .office-dl dd span.bottom{
        display: inline-block;
        width: 100%;
        border-bottom: #acb9b7 1px solid;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .office-dl dd span.top,
    .office-dl-history dd span.top{
        display: inline-block;
        width: 100%;
        border-top: #acb9b7 1px solid;
        padding-top: 5px;
        margin-top: 5px;
    }
    .hunter-title{
        display: none;
    }
    .office-profile{
        font-size: 15px;
    }

}
@media screen and (max-width:406px){
    .res-br{
        display: block
    }
    .res-br{
        margin-left: 1rem;
    }
    .res-br3{
        display: none;
    }
    .office-dl dd,
    .office-dl-history dd{
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*business*/
.con-business{
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e3ebee;
    width: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: #107c6c -15px -15px 0px;
}
.title-underbar{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: #107c6c 3px solid;
    display: inline-block;
    padding-bottom: 5px;
}
.con-business-box{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.con-business-box figure{
    width: 50% ;
    text-align: center;
}
.con-business-box figure img{
    max-width: 330px ;
    width: 100%;
}
.con-business-box ol{
    width: 50%;
    padding-left: 30px;
    list-style-type: decimal-leading-zero;
    list-style-position:inside;
}
.con-business-box ol li{
    margin-bottom: 8px;
}
.cost-box:first-of-type{
    margin-bottom: 80px;
}
.cost{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
}
.business-dl1{
    max-width: 400px;
}
.business-dl2{
    max-width: 470px;
}
.business-dl{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.business-dl dt{
    margin-bottom: 10px;
}
.business-dl dt::before,
.business-dl dt::after{
    content: "★";
}
.business-dl dd{
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.4;
}
.business-dl dd::before{
    content: "●";
    padding-right: 5px;
    font-size: 12px;
}
.business-cost-sub1{
    display: block;
    font-size: 15px;
    padding-left: 16px;
}
.business-br1{
    display: none;
}
@media screen and (max-width:680px){
    .con-business{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .con-business-box{
        display: block;
    }
    .con-business-box figure{
        width: 100%; 
    }
    .con-business-box ol{
        padding-top: 15px;
        width: 100%;
    }
}
@media screen and (max-width:500px){
    .con-business{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 8px;
    }
    .business-dl{
        width: 90%;
    }
    .business-br1{
        display: block;
    }
    .business-cost-sub2{
        display: block;
        margin-top: 10px;
    }
}
/*contact*/
.con-contract{
    text-align: center;
    max-width: 800px;
	margin: 0 auto 80px  auto;
}
.con-contact{
    text-align: center;
    max-width: 700px;
	margin: 0 auto 40px  auto;
}
.con-contact .contact-title{
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.con-contract .contract-title{
    margin-top: 80px;
}
.con-contact .contact-title{
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
}
/* contract */
.contract-flow{
    padding: 30px;
    border: #107c6c 1px solid;
    line-height: 1.4;
    position: relative;
    margin-bottom: 45px;
}
.contract-flow::after{
    position: absolute;
    content: "";
    bottom: -30px;
    left: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-color:  transparent transparent #107c6c #107c6c;
    transform: rotate(-45deg);
    z-index: 1;
}
.contract-flow:last-of-type{
    margin-bottom: 0;
}
.contract-flow:last-of-type::after{
    border: none;
}
.flow-title{
    font-size: 18px;
    font-weight: bold;
    color: #107c6c;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.flow-title::before{
    position: absolute;
    top: -8px; 
    left: -25px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.flow-title-1st::before{
    background-image: url(../images/flow-icon01.png);
}
.flow-title-2nd::before{
    background-image: url(../images/flow-icon02.png);
}
.flow-title-3rd::before{
    background-image: url(../images/flow-icon03.png);
}
.flow-title-4th::before{
    background-image: url(../images/flow-icon04.png);
}
.flow-form{
    margin-top: 15px;
}

.flow-form a{
    display: inline-block;
    background-color: #107c6c;
    color: #fff;
    border-radius: 10px;
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}
@media screen and (max-width:373px){
    .flow-form a{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.flow-form a:hover{
    background-color: #107c6ca4;
}
.flow-strong{
    background: linear-gradient(transparent 50%, #ffff66 50%);
    display: inline;
}

.flow-text{
    text-align: left;
    margin-bottom: 15px;
}
.flow-strong{
    margin-top: px;
}
/* form */
.contact-table-wrap {/*記入箇所*/
	width: 95%;
    margin-left: auto;
    margin-right: auto;
	background-color: #e3ebee;
    padding: 50px;
}
.contact-table{
    text-align: left;
}
.item-title {/*項目名*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.item-contents {/*項目記入箇所*/
    width: 100%;
	padding: 5px;
    border: #107c6c 1px solid;
    background-color: #fff;
}
textarea{
    width: 100%;
}
@media screen and (max-width:500px){
    .con-contact h1{
        font-size: 18px;
    }
    .contact-table-wrap {/*記入箇所*/
        padding: 20px 10px 30px 10px;
    }
    .item-title {/*項目名*/
        text-align: center;
    }
    .contact-btn{
        font-size: 13px;
    }
}
/* 送信ボタン */
.contact-btn{
    margin-top: 20px;
    margin-bottom: 20px;
}
.submit-btn {
    /* buttonタグのリセットCSS */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    color: #fff;
    padding: 10px 30px;
    background-color: #107c6c;
    border-radius: 10px;
    cursor: pointer; /* ポインターカーソルを表示 */
}
.submit-btn[disabled] {
    background-color: #ccc;
    cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
/*privacy*/
.con-privacy{
    max-width: 800px;
	margin: 0 auto 40px  auto;
    line-height: 1.4;
}
.con-privacy h1{
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}
.con-privacy p:first-of-type{
    margin-bottom: 10px;
}
.con-privacy p:nth-of-type(2){
    margin-bottom: 40px;
}
.con-privacy dd{
    margin-left: 15px;
    font-size: 15px;
}
.con-privacy .text{
    margin-top: 5px;
    margin-bottom: 20px;
}
.con-privacy .text-sub-parent{
    margin-top: 5px;
}
.con-privacy ol{
    list-style-type: decimal;
    list-style-position:inside;
    margin-top: 5px;
    margin-bottom: 20px;
}
.con-privacy .date{
    text-align: right;
}
@media screen and (max-width:500px){
    .con-privacy h1{
        font-size: 18px;
    }
}

/*映像事業部準備中*/
.g-nav li:nth-of-type(5),
.f-nav li:nth-of-type(4){
    position: relative;
}
.g-nav li:nth-of-type(5)::before,
.f-nav li:nth-of-type(4)::before{
    position: absolute;
    top: 5px;
    right: 5px;
    content: "只今準備中";
    background-color: #ff00009e;
    font-size: 13px;
    width: 80px;
    height: 23px;
    padding-top: 5px;
    text-align: center;
    transform:rotate(25deg);  
}
.g-nav li:nth-of-type(5)::before{
    color: #fff;
}
.f-nav li:nth-of-type(4)::before{
    color: #000;
}
@media screen and (max-width:530px){
    .g-nav li:nth-of-type(5)::before{
        top: 28px;
        right: 40px;
    }
}