
body {
    overflow: hidden;
}
@media screen and (min-width:767px) {
    header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
        width: auto;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto 0;
        z-index: 2;
    }
}

/* #header .header-btn {
    width: 240px;
}
#header .header-btn a {
    background: #EA6D0D;
    color: #fff;
    display: flex;
    text-decoration: none;
    padding: 10px;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
    width: 100%;
    border-radius: 54px;
    height: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
} */

.maindesign {
    margin: 0;
    padding: 0;
}
#main {
    width: 100%;
float: none;
}
#main *,
#main *::before,
#main *::after {
    box-sizing: border-box;
} 
@media screen and (max-width:767px) {
    #main section {
        margin: 0;
    }

}

#main .mt-large {
    margin-top: 50px;
}
#main .mt-middle {
    margin-top: 30px;
}
#main .mt-small {
    margin-top: 15px;
}

@media screen and (max-width:767px) {
    #main .mt-large {
        margin-top: 30px;
    }
    #main .mt-middle {
        margin-top: 15px;
    }
    #main .mt-small {
        margin-top: 10px;
    }
}

#main .pc-only {
    display: block;
}
#main .sp-only {
    display: none;
}
#main .pc-only__inline {
    display: inline;
}
@media screen and (max-width:767px) {
    #main .pc-only {
        display: none;
    }
    #main .sp-only {
        display: block;
    }
    #main .pc-only__inline {
        display: none;
    }
}

.webfont {
    font-family: "Noto Sans JP", Sans-Serif;
}
.title-area{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/contents/jukyuban/02_bee/img/240620/title.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    height: 360px;
}
.title-area .logo{
    position: relative;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 0;
    width: 600px;
    height: 250px;
    border-radius: 50%;
    transform: translate(0, -62%);
}
.title-area .logo img{
    position: absolute;
    margin: auto;
    display: block;
    bottom: 0px;
    width: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px){ 
    .title-area {
        background-image: url('/contents/jukyuban/02_bee/img/240620/title.jpg');
        background-position: center;
    }
    .title-area .logo {
        position: relative;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 0;
        width: calc(100% + 20px);
        height: 45%;
        border-radius: 50%;
        transform: translate(0, -56%);
    }
    .title-area .logo img {
        max-width: 250px;
        width: 60%;
        position: absolute;
        margin: auto;
        display: block;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.title{
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    position: absolute;
    font-size: 7em;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px){  
.title {
        font-size: 14vw;
        text-align: center;
        line-height: 1.2;
        display: block;
	}	
}
    
#main section:not(:first-child) {
    margin-top: 50px;
}

@media screen and (max-width:767px) {
    #main section:not(:first-child) {
        margin-top: 30px;
    }
}

#main .section-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:767px) {
    #main .section-inner {
        margin: 0 10px;
    }
}

#main .catch {
    background: #004897;
    padding: 20px 0;
    color: #fff;
}
#main .catch-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .catch-first {
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.3;
}
#main .catch-first-sub {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 10px;
}
#main .catch-icon {
    width: 100px;
}

@media screen and (max-width:767px) {
    #main .catch {
        margin: 0;
    }
    #main .catch-first {
        font-size: 1.1rem;
    }
    #main .catch-first-sub {
        font-size: 1rem;
        font-feature-settings: "palt" 1;
    }
    #main .catch-icon {
        width: 13%;
    }
}

#main img {
    display: block;
    width: 100%;
    height: auto;
}

#main .section-header {
    width: 100%;
    background: #004897;
    padding: 25px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 1.2;
}
@media screen and (max-width:767px) {
    #main .section-header {
        font-size: 1.5rem;
    }
}

#main .lead-text {
    line-height: 1.5;
    font-size: 1.25rem;
}
@media screen and (max-width:767px) {
    #main .lead-text {
        font-size: 0.95rem;
    }
}

#main .guide-catch {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    margin-bottom: 50px;
}
#main .guide-catch::after {
    position: absolute;
    /* content: ''; */
    height: 5px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1200px;
    background-color: #004897;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
}

#main .guide-text {
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    font-size: 2.0rem;
}
#main .guide-text__blue {
    margin-top: 50px;
    color: #004897;
}
#main .guide-text__red {
    margin-top: 20px;
    color: #ff0000;
}


@media screen and (max-width:767px) {
    #main .guide-catch {
        font-size: 5.0vw;
    }
    #main .guide-text__blue {
        font-size: 1.5rem;
        margin-top: 30px;
    }
    #main .guide-text__red {
        font-size: 1.3rem;
        margin-top: 15px;
    }
}




#main .jukyuban-btn {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#main .jukyuban-btn--inner {
    background: #fff;
    border: 5px solid #EA6D0D;
    border-radius: 40px;
    font-weight: bold;
    width: auto;
    color: #EA6D0D;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.95rem 2.85rem;
    transition: 0.3s;
}
#main .jukyuban-btn--inner:hover{
    background: #EA6D0D;
    border: 5px solid #EA6D0D;
    color: #fff;
}
@media screen and (max-width:767px) {
    #main .jukyuban-btn {
        width: 100%;
    }
    #main .jukyuban-btn--inner {
        font-size: 1.25rem;
    }
}

#main .frame-container {
    border: 1px solid #ccc;
    padding: 20px 50px 20px 15px;
}
#main .frame-container--title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}
#main .frame-container--images {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 20px;
}
#main .frame-container--img {
    width: calc(47% - 10px);
}

@media screen and (max-width:767px) {
    #main .frame-container {
        padding: 15px 10px;
    }
    #main .frame-container--title {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }
    #main .frame-container--images {
        flex-wrap: wrap;
        margin-left: 0;
    }
    #main .frame-container--img {
        width: 100%;
    }
    #main .frame-container--images .frame-container--img:not(:first-child) {
        margin-top: 15px;
    }
}

#main .service-title {
    color: #004897;
    font-weight: bold;
    width: 100%;
    border-bottom: 3px solid #004897;
    padding-bottom: 10px;
    font-size: 2.25rem;
}

@media screen and (max-width:767px) {
    #main .service-title {
        font-size: 1.35rem;
    }
}



#main .flow-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .flow-block li {
    width: 24%;
    position: relative;
    height: 150px;
    padding: 20px;
    margin: 0 44px 0 0;
    width: 150px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: #000 1px 1px 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#main .flow-block li::after{
    content: '';
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    right: -48px;
    position: absolute;
    border-top: 30px solid transparent;
    border-left: 20px solid #000;
    border-bottom: 30px solid transparent;
}
#main .flow-block li:last-child {
    margin: 0;
}
#main .flow-block li:last-child::after {
    content: none;
}
#main .flow-block--text {
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-size: 1.1rem;
    margin-top: 5px;
}
#main .notes {
    position: relative;
}
#main .notes-01::before {
    content: '※注1';
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#main .notes-02::before {
    content: '※注2';
    position: absolute;
    right: 10px;
    bottom: 10px;
}

@media screen and (max-width: 767px){ 
    #main .flow-block li::after {
        content: '';
        height: 0;
        width: 0;
        transform: translate(-50%, -50%);
        left: 50%;
        top: auto;
        right: auto;
        bottom: -78px;
        position: absolute;
        border-top: 15px solid #000;
        border-left: 20px solid #0000;
        border-right: 20px solid transparent;
        border-bottom: 30px solid transparent;
    }
    #main .flow-block li {
        width: 100%;
        position: relative;
        height: auto;
        padding: 20px;
        margin: auto auto 30px;
        box-sizing: border-box;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }
    #main .flow-block--text {
        font-size: 1.35rem;
    }
}

#main .lead-text__center {
    text-align: center;
}

#main .estimate--intro {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 1.2;
}
#main .estimate--catch {
    margin: 30px auto 0;
    width: fit-content;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    font-size: 6.0rem;
    font-weight: bold;
    padding: 30px 70px;
}
#main .estimate--dial-text {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: #ff0000;
    margin-top: 50px;
    line-height: 1.2;
}

@media screen and (max-width:767px) {
    #main .estimate--intro {
        font-size: 1.5rem;
        font-feature-settings: "palt" 1;
    }
    #main .estimate--catch {
        margin: 15px auto 0;
        font-size: 3.0rem;
        padding: 15px 30px;
    }
    #main .estimate--dial-text {
        margin-top: 30px;
        font-size: 1.25rem;
    }
}


#main .price-table dl {
    display: flex;
    flex-wrap: wrap;
}
#main .price-table dt {
    width: 35%;
    background-color: #004897;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    padding: 15px 0;
}
#main .price-table dl dt:not(:first-child) {
    border-top: 1px solid #fff;
}
#main .price-table dd {
    width: 65%;
    background-color: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 10px;
    font-size: 1.75rem;
    padding: 15px 0 15px 10px;
}
#main .price-table dl dd:first-of-type {
    border-top: 1px solid #000;
}
#main .price-table .price-table__small {
    font-size: 0.8em;
}
#main .price-table .price-table__normal {
    font-weight: normal;
    font-size: 0.8em;
}
#main .price-table dt,
#main .price-table dd {
    font-weight:  bold;
}


@media screen and (max-width:767px) {
    #main .price-table dt,
    #main .price-table dd {
        width: 100%;
    }
    #main .price-table dt {
        font-size: 1.35rem;
    }
    #main .price-table dd {
        border-right: 1px solid #000;
        border-bottom: none;
        border-left: 1px solid #000;
        font-size: 1.35rem;
        text-align: center;
    }
    #main .price-table dl dd:last-child {
        border-bottom: 1px solid #000;
    }
    #main .price-table dl dt:not(:first-child) {
        border-top: none;
    }
    
}

#main .indent-text {
    padding-left: 1em;
    text-indent: -1em;
}

#main .notes-box {
    display: flex;
    width: fit-content;
    font-size: 0.8em;
}
#main .notes-box--item {
    display: flex;
}
#main .notex-box--number {
    margin-right: 10px;
}
#main .notes-box .notes-box--item:not(:first-child) {
    margin-left: 15px;
}
#main .notex-box--text {
    font-size: 1em;
    line-height: 1.3;
}

@media screen and (max-width:767px) {
    #main .notes-box {
        padding: 10px;
        width: 100%;
        flex-wrap: wrap;
    }
    #main .notes-box--item {
        width: 100%;
        flex-wrap: wrap;
    }
    #main .notes-box .notes-box--item:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }
    #main .notex-box--text {
        font-size: 0.95rem;
        line-height: 1.4;
    }
    #main .notex-box--number {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.reform-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.reform-nav li {
    overflow: hidden;
    position: relative;
    width: calc(100% / 3 - 10px);
    margin: 0 15px 30px 0;
    border-radius: 5px;
    background: #000;
}
.reform-nav li:nth-child(3n){
    margin: 0 0 30px 0;
}
.reform-nav li a img{
    transition: all 0.3s ease 0s;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
}
.reform-nav li a img::after{
    content:"";
}
.reform-nav li a img:hover {
    transform: scale(1.05, 1.05);
    opacity: 0.8;
}
.reform-nav li a span{
    position: absolute;
    left: 5%;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0 0 0);
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}
.reform-nav li a .arrow{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%,-50%);
}

@media screen and (max-width:767px) {
    .reform-nav{
        flex-wrap: wrap;
    }
    .reform-nav li{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .reform-nav li a span{
        font-size: 6vw;
    }
    .reform-nav li a .arrow svg{
        width: 10vw;
    }
    #header .header-logo--img {
        position: relative;
    }
}

.maindesign .campaign-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 3.25rem;
}
.maindesign .campaign-heading::after {
    content: '';
    margin-top: 15px;
    border-right: 30px solid transparent;
    border-top: 20px solid #000;
    border-left: 30px solid transparent;
    border-top-color: #000;
}

@media screen and (max-width:767px) {
    .maindesign .campaign-heading {
        font-size: 8.0vw;
    }
}

.maindesign .breadcrumb.webfont {
	box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    margin: 10px auto;
    line-height: 1.5;
    max-width: 1200px;
}

.maindesign .breadcrumb.webfont a {
    color: #83838f;
 
}

/*260120*/
.maindesign .tab-menu-nav{
	width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 1rem;
}
#main .tab-menu-nav li {
    width: 100%;
    margin-top: 1.25rem;
    position: relative;
}
#main .estimate-catch {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px;
}
#main .red {
    color: #f00;
}
#main .menu-btn-list.col-1 li {
    width: calc(60% - 10px);
    margin: auto;
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
        color: #fff;
    }
@media screen and (max-width: 767px) {
    #main .tab-menu-nav {
        max-width: calc(100% - 20px);
        padding: 10px;
        grid-template-columns: 1fr 1fr;
    }
#main .estimate-catch {
        font-size: 5.0vw;
    }	
#main .menu-btn-list.col-1 li {
    width: 100%;
    margin: auto;
}
#main .tab-menu-nav .fs-medium {
        font-size: 0.9em;
	padding: 0.5rem 2rem 0.5rem 1rem;
	display: flex;
    }	
}