.pc-br {display: block;}
.sp-br {display: inline-block;}
.pc-disp {display: block;}
.sp-disp {display: none;}
.fb {font-weight: 600;}
.red {color: rgb(242, 82, 10);}
.w-24 {width: 24%;}
.w-30 {width: 30%;}
.w-33 {width: 33%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-48 {width: 48%;}
.w-50 {width: 50%;}
.w-52 {width: 52%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-70 {width: 70%;}
.w-80 {
    width: 80%;
    margin: 0px auto;
}
.w-100 {width: 100%;}
.mt50 {margin-top: 50px;}
.mt70 {margin-top: 70px;}
.mt100 {margin-top: 100px;}
.mt200 {margin-top: 200px;}
.mt300 {margin-top: 300px;}
.mb100 {margin-bottom: 100px;}

html, body {
    height: 100%;
    border-style: none;
    background-image: url("../../images/bg-base.jpg");
    background-size: 60% auto;
}

.wrapper {
    width: 1200px;
    margin: 0px auto;
}

.dsp-f {
    display: flex;
    flex-wrap: wrap;
}

.s-btw {
    justify-content: space-evenly;
}

.s-cntr {
    justify-content: center;
}

h1 {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
}

h2 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0.8em;
}

header {
    width: 1200px;
    height: 70px;
    position: fixed;
    z-index: 1000;
}

.inner {
    width: 96%;
    height: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

header .inner {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0px 0px 30px;
}

header .organazer, footer .organazer {
    font-weight: 400;
}

header .organazer {
    width: 300px;
    height: 100%;
    border-radius: 0px 0px 30px;
    padding: 30px 0px 0px;
    background: rgb(31, 85, 56);
    text-align: center;
    color: rgb(255, 255, 255);
}

header .contact {
    width: 140px;
    height: 100%;
    border-radius: 0px 0px 30px 30px;
    padding: 30px 0px 0px;
    background: rgb(242, 82, 10);
    text-align: center;
    color: rgb(255, 255, 255);
}

header .organazer a, header .contact a {
    font-size: 1.3em;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

header .inner .gmenu {
    margin-top: 26px;
    height: 30px;
}

header .gmenu li {
    height: 100%;
    display: block;
    font-size: 0.9em;
    padding: 0px 1em;
    border-right-width: 2px;
    border-right-style: dotted;
    border-right-color: rgb(204, 102, 51);
}

header .gmenu li a {
    color: rgb(204, 102, 51);
    font-weight: 500;
}

.rec-red {
    color: rgb(166, 21, 39) !important;
}

header .gmenu li:last-child {
    padding-right: 0px;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
}

.spmenu_btn,
	.spmenu_text {
    display: none;
}

.spmenu {
    height: 100vh;
    position: absolute;
    top: -100vh;
    left: 0px;
    opacity: 0;
    background: rgb(31, 85, 56);
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 0px 10%;
    transition: 1s;
    z-index: -100;
}

.spmenu ul {
    width: 100%;
    margin: 0px auto 30px;
}

.spmenu ul li {
    padding: 10px 0px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: rgba(255, 255, 255, 0.6);
}

.spmenu ul li:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.spmenu ul li a {
    font-size: 1.1em;
    color: rgb(255, 255, 255);
}

.spmenu ul li a::before {
    content: "▶︎ ";
}

footer {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0px;
}

footer img {
    width: 100%;
    max-width: 1200px;
}

footer .inner {
    width: 96%;
    height: 100%;
    max-width: 900px;
    margin: 0px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .organazer {
    width: 45%;
}

footer .organazer h1 {
    font-size: 1.6em;
    text-align: left;
}

footer .organazer h3 {
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 10px 0px;
}

footer .organazer p {
    font-size: 0.8em;
}

footer .site-cont {
    width: 55%;
    display: flex;
}

footer .site-cont ul {
    width: 70%;
}

footer .site-cont ul li {
    margin: 10px 0px;
}

footer .site-cont ul li::before {
    content: "▶ ";
}

footer .site-cont ul:last-child {
    width: 30%;
}

.link-box {
    margin: 0px auto;
}

.link-btn {
    display: inline-block;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    background: rgb(31, 85, 56);
    border-radius: 25px;
    margin: 0px 5px;
    box-shadow: rgb(0, 0, 0) 0px 3px 0px;
}

.link-btn:hover {
    transform: translateY(5px) 
}

.link-btn a {
    margin-right: 10px;
}

.link-btn a:last-child {
    margin-right: 0px;
}

.contents {
    width: 100%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 70px;
}

.contents section {
    width: 100%;
    padding: 30px 0px 0px;
}

.contents .top-1st {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    background-image: url("../../images/bg-1st.png");
    background-repeat: no-repeat;
}

.contents .top-1st .inner-col-01 {
    width: 100%;
}

.contents .top-1st .inner-col-02 {
    width: 80%;
    margin: 380px auto 0px;
}

.contents .top-1st .inner-col-02 .sub-col {
    width: 200px;
    height: 175px;
    background-image: url("../../images/column-back_01.png");
    background-size: contain;
    padding: 15px 10px 0px;
}

.contents .top-1st .inner-col-02 .sub-col h3 {
    color: rgb(242, 82, 10);
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(242, 82, 10);
    line-height: 2em;
    width: 90%;
    margin: 0px auto;
}

.contents .top-1st .inner-col-02 .sub-col p {
    text-align: center;
}

.contents .top-1st .lead {
    margin-bottom: 2em;
    text-align: center;
    color: rgb(60, 38, 23);
}

.contents .top-1st .sholder {
    font-size: 13px;
    font-weight: 400;
    color: rgb(226, 161, 132);
    text-align: center;
    margin-bottom: 30px;
}

.contents .top-2nd {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    background-image: url("../../images/bg-2nd.png");
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 1px;
}

.contents .top-2nd .inner {
    width: auto;
    margin-top: 220px;
    margin-left: 135px;
}

.contents .top-2nd .inner h2 {
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
}

.contents .top-2nd .sholder {
    font-size: 13px;
    font-weight: 400;
    color: rgb(255, 239, 0);
    margin-bottom: 0px;
}

.contents .top-2nd .lead {
    text-align: left;
    line-height: 2em;
    color: rgb(255, 255, 255);
    margin-bottom: 0.5em;
}

.contents .top-2nd h3.lead-flag {
    font-size: 1em;
    color: rgb(220, 149, 15);
    padding-left: 0.5em;
    padding-right: 1em;
    display: inline-block;
    margin-bottom: 1em;
}

.contents .top-2nd .link-box {
    margin-top: 50px;
    margin-bottom: 100px;
}

.contents .top-2nd .link-box .link-btn {
    display: inline-block;
    color: rgb(244, 106, 0);
    background: rgb(251, 251, 251);
    border-radius: 25px;
    margin: 0px 5px;
    box-shadow: none;
    font-weight: 500;

}

.contents .top-2nd .blg-btn {
    width: 130px;
    height: 130px;
    background-image: url("../../images/blg-btn.png");
    background-size: contain;
    position: absolute;
    top: 450px;
    left: 440px;
}

.contents .top-2nd .blg-btn:hover {
    top: 453px;
    left: 440px;
}

.contents .top-2nd .blg-btn h3 {
    width: 60%;
    margin: 0px auto;
    font-size: 0.9em;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(255, 255, 255);
}

.contents .top-2nd .blg-btn p {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: 5px;
}

.contents .top-3rd {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.contents .top-3rd .inner .box-3rd_02 {
    padding-left: 30px;
    position: relative;
}

.contents .top-3rd .inner .box-3rd_02 h2 {
    margin-bottom: 5px;
    color: rgb(60, 38, 23);
}

.contents .top-3rd .inner .box-3rd_02 .sholder {
    font-size: 13px;
    font-weight: 400;
    color: rgb(242, 82, 10);
    margin-bottom: 0px;
}

.contents .top-3rd .inner .box-3rd_02 .lead {
    text-align: left;
    line-height: 2em;
    color: rgb(60, 38, 23);
    margin-bottom: 0.5em;
}

.contents .top-3rd .inner .box-3rd_02 h3.lead-flag {
    font-size: 1em;
    color: rgb(255, 255, 255);
    background: rgb(60, 38, 23);
    padding-left: 0.5em;
    padding-right: 1em;
    display: inline-block;
    margin-bottom: 1em;
}

.contents .top-3rd .inner .link-box .link-btn {
    background: rgb(242, 82, 10);
    box-shadow: none;
}

.contents .top-3rd .inner .blg-btn {
    width: 130px;
    height: 130px;
    background-image: url("../../images/blg-btn.png");
    background-size: contain;
    position: absolute;
    top: 120px;
    left: 390px;
}

.contents .top-3rd .blg-btn h3,
.contents .top-4th .blg-btn h3 {
    width: 60%;
    margin: 0px auto;
    font-size: 0.9em;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(255, 255, 255);
}

.contents .top-3rd .blg-btn p {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: 5px;
}

.contents .top-3rd .inner .box-3rd_01 {
    width: 50%;
    height: 400px;
    background-image: url("../../images/bg-3rd_01.png");
    background-repeat: no-repeat;
    position: relative;
}

.contents .top-3rd .inner .box-3rd_02 {
    width: 50%;
    background-image: url("../../images/bg-3rd_02.png");
    background-repeat: no-repeat;
    position: relative;
}

.contents .top-3rd .biz_step-3rd {
    width: 855px;
    margin: 40px auto 0px;
}

.contents .top-3rd .biz_step-3rd img {
    width: 100%;
}

.contents .top-4th {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0px;
    background-image: url("../../images/bg-4th.png");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.contents .top-4th .inner {
    width: auto;
    margin-top: 120px;
    margin-left: 135px;
    padding-bottom: 0px;
}

.contents .top-4th .inner h2 {
    margin-bottom: 5px;
    color: rgb(60, 38, 23);
}

.contents .top-4th .sholder {
    font-size: 13px;
    font-weight: 600;
    color: rgb(242, 82, 10);
    margin-bottom: 10px;
}

.contents .top-4th .lead {
    text-align: left;
    line-height: 2em;
    color: rgb(60, 38, 23);
    margin-bottom: 0.5em;
}

.contents .top-4th h3.lead-flag {
    font-size: 1em;
    color: rgb(255, 255, 255);
    background: rgb(60, 38, 23);
    padding-left: 0.5em;
    padding-right: 1em;
    display: inline-block;
    margin-bottom: 1em;
}

.contents .top-4th .link-box {
    margin-top: 10px;
    margin-bottom: 30px;
}

.contents .top-4th .link-box .link-btn {
    background: rgb(242, 82, 10);
    box-shadow: none;
}

.contents .top-4th .blg-btn {
    width: 130px;
    height: 130px;
    background-image: url("../../images/blg-btn.png");
    background-size: contain;
    position: absolute;
    top: 360px;
    left: 460px;
}

.contents .top-5th {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    background-image: url("../../images/bg-5th.png");
    background-repeat: no-repeat;
    position: relative;
}

.contents .top-5th .inner {
    width: auto;
    margin-top: 0px;
    text-align: center;
}

.contents .top-5th .inner h2 {
    font-size: 1em;
    font-weight: 600;
    color: rgb(60, 38, 23);
    text-align: center;
    margin-top: 90px;
    margin-bottom: 35px;
}

.contents .top-5th .lead {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 2em;
    color: rgb(255, 255, 255);
    margin-bottom: 0.5em;
}

.contents .top-5th .link-box {
    text-align: center;
    width: 100%;
    background: none;
    margin-top: 60px;
    margin-bottom: 100px;
}

.contents .top-5th .link-box .link-btn_01,
.contents .top-5th .link-box .link-btn_02,
.contents .top-5th .link-box .link-btn_03,
.contents .top-5th .link-box .link-btn_04 {
    display: inline-block;
    background: none;
    box-shadow: none;
    width: 150px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0px;
    position: relative;
    vertical-align: top;
}
.contents .top-5th .link-box .link-btn_01:hover,
.contents .top-5th .link-box .link-btn_02:hover,
.contents .top-5th .link-box .link-btn_03:hover,
.contents .top-5th .link-box .link-btn_04:hover{
    transform: translateY(5px) 
}

.contents .top-5th .link-box .link-btn_02,
.contents .top-5th .link-box .link-btn_03 {
    margin-top: 84px;
}

.contents .top-5th .link-box .link-btn_01 img,
.contents .top-5th .link-box .link-btn_02 img,
.contents .top-5th .link-box .link-btn_03 img,
.contents .top-5th .link-box .link-btn_04 img {
    width: 100%;
}

.contents .top-5th .link-box .link-btn_01 p,
.contents .top-5th .link-box .link-btn_02 p,
.contents .top-5th .link-box .link-btn_03 p,
.contents .top-5th .link-box .link-btn_04 p {
    width: 100%;
    font-size: 0.9em;
    font-weight: 600;
    color: rgb(202, 79, 116);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contents .top-5th .blg-btn {
    width: 130px;
    height: 130px;
    background-image: url("../../images/blg-btn.png");
    background-size: contain;
    position: absolute;
    top: 450px;
    left: 440px;
}

.contents .top-5th .blg-btn h3 {
    width: 60%;
    margin: 30px auto 0px;
    font-size: 0.9em;
    text-align: center;
    color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(255, 255, 255);
}

.info {
    max-width: 900px;
    margin: 30px auto 0px;
	padding: 10px 5%;
    display: flex;
	flex-wrap: wrap;
    background: rgb(255, 255, 255);
	border: 2px solid rgb(31, 85, 56);
    border-radius: 14px;
    box-shadow: rgb(31, 85, 56) 0px 3px 0px;
}

.info-left {
width: 200px;
display: flex;
align-items: center;
}
/*
.contents .top-5th .info-left .info-mark {
    font-size: 1.4em;
    font-weight: 500;
    color: rgb(255, 255, 255);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(128, 95, 48);
    display: flex;
    place-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 1em;
    flex-wrap: wrap;
}
*/

    .info-left .info-mark {
        /*margin: 0px auto;*/
        color: rgb(255, 255, 255);
        line-height: 3em;
        width: initial;
        height: initial;
        border-radius: 0px;
        background: none;
        display: block;
		/* padding: 0px 1em; */
		font-size: 1.3em;
    }

    .txt-separate {
        background: rgb(31, 85, 56);
        margin: 0.1em;
        border-radius: 0.4em;
        padding: 0.1em 0.3em;
        letter-spacing: 0em;
    }




.info-right {
    width: 100%;
    padding-bottom: 20px;
}

.info-data {
    display: flex;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(60, 38, 23);
	padding: 5px 0;
}

.info-data:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.info-data .date {
    font-size: 1em;
    font-weight: 500;
	color: rgb(121, 75, 8);
}

.info-data .news {
    font-size: 1.2em;
    font-weight: 500;
    margin-left: 20px;
	color: rgb(121, 75, 8);
}


.info-data .news::after {
    content: "⇀";
    margin-left: 5px;
    display: inline-block;
}


.contents .top-5th .contact,
.contents .bm-6th .contact,
.contents .blg-contact .contact {
    width: 1200px;
    padding: 40px 150px;
    background: rgb(31, 85, 56);
    border-radius: 20px;
    margin-top: 0;
}

.contents .top-5th .contact .sholder,
.contents .bm-6th .contact .sholder,
.contents .blg-contact .contact .sholder {
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-bottom: 0px;
}

.contents .top-5th .contact h2,
.contents .bm-6th .contact h2 ,
.contents .blg-contact .contact h2 {
    font-size: 2em;
    font-weight: 500;
    color: rgb(255, 243, 91);
    text-align: left;
    margin-top: 0px;
}
.contents .blg-contact .contact h2 {
    font-size: 1.4em;
    font-weight: 500;
    color: rgb(255, 243, 91);
    text-align: left;
    margin-top: 0px;
}

.contents .top-5th .contact .contact-fbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.contents .top-5th .contact p {
    font-size: 1em;
    font-weight: 400;
    color: #FFF;
	margin-bottom: 20px;
}

.contents .top-5th .contact p span {
    font-size: 1em;
    font-weight: 400;
    color: rgb(31, 85, 56);
    background: rgb(255, 255, 255);
	padding: 0 0.4em;
	margin: 0 0.2em 0 0;
	
}

.contents .top-5th .contact .link-box {
    width: initial;
    margin: 0px 0px 0px 30px;
}

.contents .top-5th .contact .link-btn {
    display: inline-block;
    width: initial;
    padding: 15px 20px;
    font-size: 1.4em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background: rgb(242, 82, 10);
    border-radius: 30px;
    margin-right: 10px;
    box-shadow: rgb(0, 0, 0) 0px 3px 0px;
}

.contents .top-4th .blg-btn p {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: 5px;
}

.back-red {
    color: rgb(255, 255, 255);
    background: rgb(242, 82, 10);
}

.back-bl {
    border: 1px solid rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    background: rgb(102, 102, 102);
}

.sub-col {
    margin-bottom: 10px;
    border-radius: 16px;
    padding: 16px;
}

.deco-border {
    border: 1px solid rgb(100, 100, 100);
}

.deco-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

.main .sub-col img {
    width: 25%;
}

.sub-col h3 {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.6em;
}

.sub-col p {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0.8em;
}

.contents .form-joint {
    color: rgb(255, 255, 255);
    background: rgb(54, 108, 67) !important;
}

.contents .form-joint .sholder {
    font-size: 13px;
    font-weight: 800;
    color: rgb(255, 255, 255);
}

.contents .form-joint .sub-col {
    background: rgba(255, 255, 255, 0.3);
    margin-left: 2%;
    margin-bottom: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 16px;
    padding: 16px;
}

.contents .form-joint .sub-col a {
    color: rgb(255, 255, 255);
}

.lead-flag {
    position: relative;
    background: rgb(255, 255, 255);
    clip-path: polygon(0px 0px, 100% 0px, 98% 50%, 100% 100%, 0px 100%);
}

.contents .bm-1st,
.contents .about-1st,
.contents .its-1st,
.contents .recruit,
.contents .inq-1st,
.contents .common-1st {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    background-image: url("../../images/bg_bm-1st.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;

}

.contents .bm-1st .inner .sholder,
	.contents .about-1st .inner .sholder,
	.contents .its-1st .inner .sholder,
	.contents .recruit .inner .sholder,
	.contents .common-1st .inner .sholder {
    font-size: 1em;
    font-weight: 400;
    color: rgb(255, 239, 0);
    margin-bottom: 0px;
    margin-top: 15px;

}

.contents .bm-1st .inner,
.contents .about-1st .inner,
.contents .its-1st .inner,
.contents .recruit .inner,
.contents .common-1st .inner {
    width: 80%;
    margin: 0px auto;
}

.contents .bm-1st .inner h2,
.contents .about-1st .inner h2,
.contents .its-1st .inner h2,
.contents .recruit .inner h2,
.contents .inq-1st .inner h2,
.contents .common-1st .inner h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
    font-size: 1.8em;

}

.contents .bm-2nd .inner {
    width: 80%;
    height: 220px;
    position: relative;

}

.contents .bm-2nd {
    padding: 0px;
}

.contents .bm-2nd .inner img {
    width: 450px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.contents .bm-2nd .inner h2 {
    padding-top: 70px;
    margin-bottom: 5px;
    color: rgb(242, 82, 10);
}

.contents .bm-2nd .inner p {
    width: 27em;
    color: rgb(60, 38, 23);
    /* width: 100%; */

}

.contents .bm-3rd .inner {
    position: relative;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 250px;
}

.contents .bm-3rd .inner .conection-dot_01,
.contents .bm-3rd .inner .conection-dot_02,
.contents .bm-3rd .inner .conection-dot_03,
.contents .bm-3rd .inner .conection-dot_04,
.contents .bm-3rd .inner .conection-dot_05,
.contents .bm-3rd .inner .conection-dot_06,
.contents .bm-3rd .inner .conection-dot_07,
.contents .bm-3rd .inner .conection-dot_08 {
    position: absolute;
    z-index: 0;
    left: 300px;
}

.contents .bm-3rd .inner .conection-dot_01 {
    top: -73px;
}

.contents .bm-3rd .inner .conection-dot_02 {
    top: 201px;
}

.contents .bm-3rd .inner .conection-dot_03 {
    top: 450px;
}

.contents .bm-3rd .inner .conection-dot_04 {
    top: 700px;
}

.contents .bm-3rd .inner .conection-dot_05 {
    top: 950px;
}

.contents .bm-3rd .inner .conection-dot_06 {
    top: 1250px;
}

.contents .bm-3rd .inner .conection-dot_07 {
    top: 1400px;
}

.contents .bm-3rd .inner .conection-dot_08 {
    top: 1690px;
}

.contents .bm-3rd .inner .detail-01 {
    background-image: url("../../images/bg-bm-3rd_01.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-02 {
    background-image: url("../../images/bg-bm-3rd_02.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-03 {
    background-image: url("../../images/bg-bm-3rd_03.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-04 {
    background-image: url("../../images/bg-bm-3rd_04.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-05 {
    background-image: url("../../images/bg-bm-3rd_05.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-06 {
    background-image: url("../../images/bg-bm-3rd_06.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-07 {
    background-image: url("../../images/bg-bm-3rd_07.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-08 {
    background-image: url("../../images/bg-bm-3rd_08.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-09 {
    background-image: url("../../images/bg-bm-3rd_09.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-10 {
    background-image: url("../../images/bg-bm-3rd_10.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-3rd .inner .detail-01,
	.contents .bm-3rd .inner .detail-03,
	.contents .bm-3rd .inner .detail-05,
	.contents .bm-3rd .inner .detail-07,
	.contents .bm-3rd .inner .detail-09 {
    margin-top: -250px;
}

.contents .bm-3rd .inner .detail-01,
	.contents .bm-3rd .inner .detail-02,
	.contents .bm-3rd .inner .detail-03,
	.contents .bm-3rd .inner .detail-04,
	.contents .bm-3rd .inner .detail-05,
	.contents .bm-3rd .inner .detail-06,
	.contents .bm-3rd .inner .detail-07,
	.contents .bm-3rd .inner .detail-08,
	.contents .bm-3rd .inner .detail-09 {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 500px;
    padding: 40px 40px 0px 60px;
}

.contents .bm-3rd .inner .detail-10 {
    width: 450px;
    padding: 20px 20px 0px 10px;
}
.contents .bm-3rd .dot-line {
    width: 80%;
    max-width: 310px;
	margin-left: 12%;
}

.contents .bm-3rd .inner .detail-01 h3,
	.contents .bm-3rd .inner .detail-02 h3,
	.contents .bm-3rd .inner .detail-03 h3,
	.contents .bm-3rd .inner .detail-04 h3,
	.contents .bm-3rd .inner .detail-05 h3,
	.contents .bm-3rd .inner .detail-06 h3,
	.contents .bm-3rd .inner .detail-07 h3,
	.contents .bm-3rd .inner .detail-08 h3,
	.contents .bm-3rd .inner .detail-09 h3 {
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    color: rgb(242, 82, 10);
}

.contents .bm-3rd .inner .detail-10 h3 {
    text-align: left;
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 600;
    color: rgb(60, 38, 23);
    margin-top: 30px;
    margin-bottom: 30px;
}

.contents .bm-3rd .inner .detail-01 p,
	.contents .bm-3rd .inner .detail-02 p,
	.contents .bm-3rd .inner .detail-03 p,
	.contents .bm-3rd .inner .detail-04 p,
	.contents .bm-3rd .inner .detail-05 p,
	.contents .bm-3rd .inner .detail-06 p,
	.contents .bm-3rd .inner .detail-07 p,
	.contents .bm-3rd .inner .detail-08 p,
	.contents .bm-3rd .inner .detail-09 p {
    text-align: left;
    font-size: 1em;
    line-height: 1.4em;
    color: rgb(60, 38, 23);
}

.contents .bm-3rd .inner .detail-10 p {
    text-align: left;
    font-size: 1.2em;
    line-height: 1.4em;
    color: rgb(60, 38, 23);
}

.contents .bm-3rd .inner .detail-01 .blg-btn_01,
	.contents .bm-3rd .inner .detail-02 .blg-btn_02,
	.contents .bm-3rd .inner .detail-03 .blg-btn_03,
	.contents .bm-3rd .inner .detail-04 .blg-btn_04,
	.contents .bm-3rd .inner .detail-05 .blg-btn_05,
	.contents .bm-3rd .inner .detail-06 .blg-btn_06,
	.contents .bm-3rd .inner .detail-07 .blg-btn_07,
	.contents .bm-3rd .inner .detail-08 .blg-btn_08,
	.contents .bm-3rd .inner .detail-09 .blg-btn_09 {
    width: 130px;
    position: absolute;
    z-index: 100;
}

.contents .bm-3rd .inner .detail-01 .blg-btn_01 {
    top: 240px;
    left: 310px;
}
.contents .bm-3rd .inner .detail-02 .blg-btn_02 {
    top: 260px;
    left: 100px;
}
.contents .bm-3rd .inner .detail-03 .blg-btn_03 {
    top: 270px;
    left: 240px;
}
.contents .bm-3rd .inner .detail-04 .blg-btn_04 {
    top: 260px;
    left: 100px;
}
.contents .bm-3rd .inner .detail-05 .blg-btn_05 {
    top: 240px;
    left: 300px;
}
.contents .bm-3rd .inner .detail-06 .blg-btn_06 {
    top: 260px;
    left: 110px;
}
.contents .bm-3rd .inner .detail-07 .blg-btn_07 {
    top: 250px;
    left: 260px;
}
.contents .bm-3rd .inner .detail-08 .blg-btn_08 {
    top: 250px;
    left: 250px;
}
.contents .bm-3rd .inner .detail-09 .blg-btn_09 {
    top: 250px;
    left: 250px;
}



.contents .bm-3rd .inner .detail-01 .blg-btn_01:hover, 
.contents .bm-3rd .inner .detail-02 .blg-btn_02:hover,
.contents .bm-3rd .inner .detail-03 .blg-btn_03:hover,
.contents .bm-3rd .inner .detail-04 .blg-btn_04:hover,
.contents .bm-3rd .inner .detail-05 .blg-btn_05:hover,
.contents .bm-3rd .inner .detail-06 .blg-btn_06:hover,
.contents .bm-3rd .inner .detail-07 .blg-btn_07:hover,
.contents .bm-3rd .inner .detail-08 .blg-btn_08:hover,
.contents .bm-3rd .inner .detail-09 .blg-btn_09:hover{
    transform: translateY(10px); 
}

.contents .bm-4th {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    background-image: url("../../images/bg-bm-4th.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.contents .bm-4th .inner {
    position: relative;
    width: 89%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents .bm-4th .inner .detail-01,
	.contents .bm-4th .inner .detail-02,
	.contents .bm-4th .inner .detail-03,
	.contents .bm-4th .inner .detail-04 {
    width: 300px;
    height: 220px;
    padding: 36px 30px 0px;
    margin: 0px 50px;
}

.contents .bm-4th .inner .detail-01 h3,
	.contents .bm-4th .inner .detail-02 h3,
	.contents .bm-4th .inner .detail-03 h3,
	.contents .bm-4th .inner .detail-04 h3 {
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    color: rgb(242, 82, 10);
    margin-bottom: 16px;
}

.contents .bm-4th .inner .detail-01 p,
	.contents .bm-4th .inner .detail-02 p,
	.contents .bm-4th .inner .detail-03 p,
	.contents .bm-4th .inner .detail-04 p {
    text-align: center;
    font-size: 1em;
    line-height: 1.4em;
    color: rgb(60, 38, 23);
}

.contents .bm-4th .inner .detail-01 {
    background-image: url("../../images/bg-bm-4th_01.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-4th .inner .detail-02 {
    background-image: url("../../images/bg-bm-4th_02.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-4th .inner .detail-03 {
    background-image: url("../../images/bg-bm-4th_03.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-4th .inner .detail-04 {
    background-image: url("../../images/bg-bm-4th_04.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contents .bm-5th {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    background-image: url("../../images/bg-bm-5th.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.contents .bm-5th h2 {
    width: 90%;
    text-align: center;
    color: rgb(60, 38, 23);
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.contents .bm-5th .inner {
    position: relative;
    width: 80%;
    height: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents .bm-5th .inner .detail-01,
.contents .bm-5th .inner .detail-02,
.contents .bm-5th .inner .detail-03,
.contents .bm-5th .inner .detail-04 {
    width: 470px;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgb(60, 38, 23);
    box-shadow: rgb(60, 38, 23) 0px 6px 0px;
    position: relative;
}

.contents .bm-5th .inner .detail-01 h3,
.contents .bm-5th .inner .detail-02 h3,
.contents .bm-5th .inner .detail-03 h3,
.contents .bm-5th .inner .detail-04 h3 {
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(242, 82, 10);
    margin-bottom: 16px;
}

.contents .bm-5th .inner .detail-01 p,
.contents .bm-5th .inner .detail-02 p,
.contents .bm-5th .inner .detail-03 p,
.contents .bm-5th .inner .detail-04 p {
    width: 53%;
    text-align: left;
    font-size: 1em;
    line-height: 1.4em;
    color: rgb(60, 38, 23);
    margin-left: 2%;
}

.contents .bm-5th .inner .img-box {
    width: 44%;
}

.contents .bm-5th .inner img {
    width: 100%;
    border-radius: 20px;
}

.contents .bm-5th .inner .detail-01 .detail-over-01,
.contents .bm-5th .inner .detail-02 .detail-over-02,
.contents .bm-5th .inner .detail-03 .detail-over-03,
.contents .bm-5th .inner .detail-04 .detail-over-04 {
    width: 470px;
    height: 230px;
    padding: 16px;
    border-radius: 20px;
    margin-bottom: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.contents .bm-5th .inner .detail-over-01 h3,
.contents .bm-5th .inner .detail-over-02 h3,
.contents .bm-5th .inner .detail-over-03 h3,
.contents .bm-5th .inner .detail-over-04 h3 {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 16px;
}

.contents .bm-5th .inner .detail-over-01 h4,
.contents .bm-5th .inner .detail-over-02 h4,
.contents .bm-5th .inner .detail-over-03 h4,
.contents .bm-5th .inner .detail-over-04 h4 {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 600;
    color: rgb(255, 239, 0);
}

.contents .bm-5th .inner .detail-01:hover,
.contents .bm-5th .inner .detail-02:hover,
.contents .bm-5th .inner .detail-03:hover,
.contents .bm-5th .inner .detail-04:hover {
    cursor: pointer;
    background: rgb(242, 82, 10);
    transition: 0.5s;
}

.contents .bm-5th .inner .detail-01:hover img,
.contents .bm-5th .inner .detail-02:hover img,
.contents .bm-5th .inner .detail-03:hover img,
.contents .bm-5th .inner .detail-04:hover img {
    opacity: 0;
    transition: 0.5s;
}

.contents .bm-5th .inner .detail-01:hover p,
.contents .bm-5th .inner .detail-02:hover p,
.contents .bm-5th .inner .detail-03:hover p,
.contents .bm-5th .inner .detail-04:hover p {
    opacity: 0;
    transition: 0.5s;
}

.contents .bm-5th .inner .detail-01:hover .detail-over-01,
.contents .bm-5th .inner .detail-02:hover .detail-over-02,
.contents .bm-5th .inner .detail-03:hover .detail-over-03,
.contents .bm-5th .inner .detail-04:hover .detail-over-04 {
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
}

.contents .bm-6th {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    background-repeat: no-repeat;
    position: relative;
}

.contents .bm-6th .inner,
.contents .blg-contact .inner {
    width: auto;
    margin-top: 0px;
    text-align: center;
}

.contents .bm-6th .inner .bm-concept {
    width: 80%;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.contents .bm-6th .inner .bm-concept h2 {
    width: 40%;
    font-size: 1.8em;
    font-weight: 600;
    color: rgb(60, 38, 23);
    text-align: left;
    margin: 0px;
}

.contents .bm-6th .inner .bm-concept .lead {
    width: 60%;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    line-height: 2em;
    color: rgb(60, 38, 23);
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: rgb(242, 82, 10);
    padding-left: 20px;
}

.contents .bm-6th .contact {
    width: 1200px;
    padding: 40px 150px;
    background: rgb(31, 85, 56);
    border-radius: 20px;
    margin-top: 50px;
}

.contents .bm-6th .contact .sholder {
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-bottom: 0px;
}

.contents .bm-6th .contact .contact-fbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.contents .bm-6th .contact p {
    font-size: 1em;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.contents .bm-6th .contact p span {
    font-size: 1em;
    font-weight: 400;
    color: rgb(31, 85, 56);
    background: rgb(255, 255, 255);
	padding: 0 0.4em;
	margin: 0 0.2em 0 0;
}

.contents .its-2nd .inner,
	.contents .its-4th .inner {
    width: 80%;
    margin: 0px auto;
}

.contents .its-2nd .inner {
    position: relative;
    height: 220px;
}

.contents .its-2nd {
    padding: 0px;
}

.contents .its-2nd .inner img {
    width: 450px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.contents .its-2nd .inner h2 {
    padding-top: 70px;
    margin-bottom: 15px;
    color: rgb(242, 82, 10);
}

.contents .its-2nd .inner p {
    width: 27em;
    color: rgb(60, 38, 23);
}

.contents .its-3rd {
    padding-top: 110px;
}

.contents .its-3rd .inner {
    position: relative;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.contents .its-3rd .inner .detail-back {
    position: relative;
    width: 48%;
    height: 580px;
    background: rgb(241, 225, 117);
    margin-bottom: 30px;
    border-radius: 0px 80px;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
}

.contents .its-3rd .inner .detail-01,
	.contents .its-3rd .inner .detail-02,
	.contents .its-3rd .inner .detail-03,
	.contents .its-3rd .inner .detail-04,
	.contents .its-3rd .inner .detail-05,
	.contents .its-3rd .inner .detail-06 {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    padding: 40px;
    background: rgb(255, 255, 255);
    border-radius: 80px;
    top: 0px;
    left: 0px;

}

.contents .its-3rd .inner .detail-01 img,
	.contents .its-3rd .inner .detail-02 img,
	.contents .its-3rd .inner .detail-03 img,
	.contents .its-3rd .inner .detail-04 img,
	.contents .its-3rd .inner .detail-05 img,
	.contents .its-3rd .inner .detail-06 img {
    width: 100%;
    border-radius: 0px 50px;
}

.contents .its-3rd .inner .detail-01 h3,
	.contents .its-3rd .inner .detail-02 h3,
	.contents .its-3rd .inner .detail-03 h3,
	.contents .its-3rd .inner .detail-04 h3,
	.contents .its-3rd .inner .detail-05 h3,
	.contents .its-3rd .inner .detail-06 h3 {
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    color: rgb(242, 82, 10);
    margin-bottom: 0.7em;
}

.contents .its-3rd .inner .detail-01 p,
	.contents .its-3rd .inner .detail-02 p,
	.contents .its-3rd .inner .detail-03 p,
	.contents .its-3rd .inner .detail-04 p,
	.contents .its-3rd .inner .detail-05 p,
	.contents .its-3rd .inner .detail-06 p {
    text-align: left;
    font-size: 1em;
    line-height: 1.4em;
    color: rgb(60, 38, 23);
    margin-top: 10px;
}

.contents .its-3rd .inner .detail-01 .detail-over-01,
	.contents .its-3rd .inner .detail-02 .detail-over-02,
	.contents .its-3rd .inner .detail-03 .detail-over-03,
	.contents .its-3rd .inner .detail-04 .detail-over-04,
	.contents .its-3rd .inner .detail-05 .detail-over-05,
	.contents .its-3rd .inner .detail-06 .detail-over-06 {
    width: 381px;
    height: 227px;
    padding: 16px;
    position: absolute;
    top: 97px;
    left: 40px;
    opacity: 0;

}

.contents .its-3rd .inner .detail-01 .detail-over-01 h3,
	.contents .its-3rd .inner .detail-02 .detail-over-02 h3,
	.contents .its-3rd .inner .detail-03 .detail-over-03 h3,
	.contents .its-3rd .inner .detail-04 .detail-over-04 h3,
	.contents .its-3rd .inner .detail-05 .detail-over-05 h3,
	.contents .its-3rd .inner .detail-06 .detail-over-06 h3 {
    width: 40px;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.7);
    margin: 40px auto 5px;
    padding: 0px 0px 8px;
    background: none;

}

.contents .its-3rd .inner .detail-over-01 p,
	.contents .its-3rd .inner .detail-over-02 p,
	.contents .its-3rd .inner .detail-over-03 p,
	.contents .its-3rd .inner .detail-over-04 p,
	.contents .its-3rd .inner .detail-over-05 p,
	.contents .its-3rd .inner .detail-over-06 p {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: 400;
    color: rgb(255, 255, 255);

}

.contents .its-3rd .inner .detail-01:hover .detail-over-01,
	.contents .its-3rd .inner .detail-02:hover .detail-over-02,
	.contents .its-3rd .inner .detail-03:hover .detail-over-03,
	.contents .its-3rd .inner .detail-04:hover .detail-over-04,
	.contents .its-3rd .inner .detail-05:hover .detail-over-05,
	.contents .its-3rd .inner .detail-06:hover .detail-over-06 {
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
}

.contents .its-3rd .inner .detail-01:hover img,
	.contents .its-3rd .inner .detail-02:hover img,
	.contents .its-3rd .inner .detail-03:hover img,
	.contents .its-3rd .inner .detail-04:hover img,
	.contents .its-3rd .inner .detail-05:hover img,
	.contents .its-3rd .inner .detail-06:hover img {
    filter: brightness(0.3);
}

.contents .its-4th {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    background-image: url("../../images/bg-its_4th.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.contents .its-4th .inner .sholder {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    color: rgb(242, 82, 10);
    background: rgb(245, 221, 210);
    padding: 10px 24px;
    border-radius: 10px;
    width: fit-content;
    margin: 0px auto 20px;
}

.contents .its-4th .inner h2 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 600;
    color: rgb(242, 82, 10);
    width: fit-content;
    margin: 0px auto 20px;
}

.contents .its-4th .inner p {
    text-align: center;
    font-size: 1.4em;
    font-weight: 400;
    color: rgb(60, 38, 23);
    width: fit-content;
    margin: 0px auto;
}

.contents .its-4th .inner a {
    position: relative;
    padding-right: 40px;

}

.contents .its-4th .inner a::after {
    content: url("../../common/images/img_otherpage_bl.png");
    transform: scale(0.8);
    position: absolute;
    top: -8px;
    right: 0px;
}

.contents .about-2nd .inner,
	.contents .about-3rd .inner {
    width: 80%;
    margin: 0px auto;
}

.contents .about-2nd .inner {
    position: relative;
}

.contents .about-2nd {
    padding-top: 20px;
}

.contents .about-2nd .inner .sholder,
	.contents .about-3rd .inner .sholder {
    display: inline-block;
    padding: 5px 30px 5px 26px;
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 239, 0);
    margin-bottom: 0px;
    background: url("../../images/bg-about-sholder.png") 0% 0% / contain no-repeat;
}

.contents .about-2nd .inner,
	.contents .about-3rd .inner {
    display: flex;
    flex-wrap: wrap;
}

.contents .about-3rd .inner {
    margin-top: 20px;
    flex-direction: row-reverse;
}

.contents .about-2nd .inner .inner-box,
	.contents .about-3rd .inner .inner-box {
    position: relative;
    padding: 0px 10px;
    width: 50%;
}

.contents .about-2nd .inner .inner-box img,
	.contents .about-3rd .inner .inner-box img {
    width: 80%;
}

.contents .about-2nd .inner .inner-box .blg-btn {
    width: 130px;
    height: 130px;
    background-image: url("../../images/blg-btn.png");
    background-size: contain;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.contents .about-2nd .inner .inner-box .blg-btn h3 {
    width: 60%;
    margin: 30px auto 0px;
    font-size: 0.9em;
    text-align: center;
    color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(255, 255, 255);
}

.contents .about-2nd .inner .inner-box .blg-btn p {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: 5px;
    width: 100%;
}

.contents .about-2nd .inner h2,
	.contents .about-3rd .inner h2 {
    padding-top: 0px;
    margin-bottom: 15px;
    color: rgb(242, 82, 10);
}

.contents .about-2nd .inner p,
	.contents .about-3rd .inner p {
    width: 100%;
    color: rgb(60, 38, 23);
}

.contents .about-4th {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    background-image: url("../../images/bg-about-4th.png");
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 50px;
}

.contents .about-4th .sholder,
.contents .about-5th .sholder {
	width: 100%;
	text-align: center;
	line-height: 2.2em;
    display: block;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 239, 0);
    margin-bottom: 0px;
    background: url("../../images/bg-about-sholder.png") 49% 0% / contain no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.contents .about-4th h2 {
	width: 100%;
    text-align: center;
    color: rgb(255, 239, 0);
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contents .about-4th p {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    color: #FFF;
    padding-bottom: 10px;
	letter-spacing: 0.002em;
}

.contents .about-4th .inner {
    position: relative;
    width: 100%;
	padding: 0 10%;
    height: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
	background-color: #e78ca4;
}

.contents .about-4th .inner .detail-01,
	.contents .about-4th .inner .detail-02,
	.contents .about-4th .inner .detail-03,
	.contents .about-4th .inner .detail-04 {
    width: 470px;
    padding: 16px 16px 0px;
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
}

.contents .about-4th .inner .detail-01 h3,
	.contents .about-4th .inner .detail-02 h3,
	.contents .about-4th .inner .detail-03 h3,
	.contents .about-4th .inner .detail-04 h3 {
    width: 90%;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 2em;
    text-align: center;
    color: rgb(255, 255, 255);
    background: url("../../images/bg-about-4th-h3.svg") 0% center / 100% auto no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.contents .about-4th .inner .detail-01 p,
	.contents .about-4th .inner .detail-02 p,
	.contents .about-4th .inner .detail-03 p,
	.contents .about-4th .inner .detail-04 p {
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    padding-bottom: 0px;
}

.contents .about-4th .inner img {
    width: 100%;
    border-radius: 20px;
}

.contents .about-4th .inner .detail-01 .detail-over-01,
	.contents .about-4th .inner .detail-02 .detail-over-02,
	.contents .about-4th .inner .detail-03 .detail-over-03,
	.contents .about-4th .inner .detail-04 .detail-over-04 {
    width: 438px;
    height: 243px;
    border-radius: 20px;
    position: absolute;
    top: 16px;
    left: 16px;
    opacity: 0;
}

.contents .about-4th .inner .detail-01 .detail-over-01 h3,
	.contents .about-4th .inner .detail-02 .detail-over-02 h3,
	.contents .about-4th .inner .detail-03 .detail-over-03 h3,
	.contents .about-4th .inner .detail-04 .detail-over-04 h3 {
    width: 40px;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.7);
    margin-top: 50px;
    margin-bottom: 5px;
    padding: 0px 0px 8px;
    background: none;
}

.contents .about-4th .inner .detail-over-01 p,
	.contents .about-4th .inner .detail-over-02 p,
	.contents .about-4th .inner .detail-over-03 p,
	.contents .about-4th .inner .detail-over-04 p {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.contents .about-4th .inner .detail-01:hover .detail-over-01,
	.contents .about-4th .inner .detail-02:hover .detail-over-02,
	.contents .about-4th .inner .detail-03:hover .detail-over-03,
	.contents .about-4th .inner .detail-04:hover .detail-over-04 {
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
}

.contents .about-4th .inner .detail-01:hover img,
	.contents .about-4th .inner .detail-02:hover img,
	.contents .about-4th .inner .detail-03:hover img,
	.contents .about-4th .inner .detail-04:hover img {
    filter: brightness(0.3);
}

.contents .about-5th h2 {
    text-align: center;
    color: rgb(203, 85, 32);
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contents .about-5th .inner {
    width: 82%;
    margin: 0px auto;
}

.contents .about-5th .inner dl {
    display: flex;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(60, 38, 23);
}

.contents .about-5th .inner dt {
    width: 20%;
    padding: 10px;
    margin: 10px 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(60, 38, 23);
}

.contents .about-5th .inner dd {
    font-size: 1.1em;
    padding: 10px;
    margin: 10px 0px;
    width: 80%;
}

.contents .inq-1st .inner {
    width: 80%;
    margin: 0px auto;
}

.contents .inq-1st .inner .sholder {
    font-size: 13px;
    font-weight: 400;
    color: rgb(255, 239, 0);
    margin-bottom: 0px;
}
.contents .inq-form .inner {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px;
}

.contents .inq-form .inner .confirm {
    width: 100%;
    margin-top: 20px;
    padding: 30px 70px 20px;
    background: rgb(221, 221, 221);
}
.contents .inq-form .inner form {
	margin-top: 20px;
}
.contents #form_area .inner p,
.contents #form_area .inner form dl,
.contents #form_area .inner form dt,
.contents #form_area .inner form dd,
.contents .inq-form .inner p,
.contents .inq-form .inner form .conf,
.contents .inq-form .inner .confirm dl,
.contents .inq-form .inner .confirm dt,
.contents .inq-form .inner .confirm dd{
	font-family: sans-serif;
}
.contents .inq-form .inner form .conf{
   width:100%;
   padding: 5px;
   margin-bottom: 10px;
}
.contents .inq-form .inner .confirm  dl{
   width:100%;
   margin-bottom: 10px;
}
.contents .inq-form .inner .confirm  dt{
   width:100%;
   margin-bottom: 5px;
}
.contents .inq-form .inner .confirm  dd{
   width:100%;
   padding: 10px;
   background: #FFF;
}

.contents .inq-form .inner .form-must {
	background: #D00;
	padding: 0 5px;
	color: #FFF;
	border-radius: 5px;
}
}
button {
    margin: 0px;
    padding: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: rgb(0, 0, 0);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.4em;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    border: medium;
    background: rgb(255, 255, 255);
    display: inline-block;
    text-align: start;
}

input, [type="button"], button, select, textarea {
	font-family: sans-serif;
	border: medium;
	appearance: none;
	font-size: 16px;
	width: 100%;
	line-height: 1.6em;
	margin: 5px 0 10px 0px;
	padding: 10px;
}
.form_submit{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

[type="submit"], [type="reset"]{
	width: fit-content;
	min-width: 150px;
	margin: 0 10px;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #FFF;
	background: rgb(242, 82, 10);
	border-radius: 30px;
	box-shadow: rgb(0, 0, 0) 0px 3px 0px;
}
.select_wrapper {
    position: relative;
}
.select_wrapper::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #555;
    border-bottom: 0;
}
.select_wrapper::after {
    pointer-events: none;
}
[type="submit"]:hover, [type="reset"]:hover{
	cursor:pointer;
	transform: translateY(5px);
}
.finish{
	width: 100%;
	max-width: 700px;
	margin: 50px auto;
}
.finish h1{
	margin-bottom: 50px;
}
.contents .recruit-1st {
    width: 80%;
    margin: 0px auto;
}

.contents .recruit-1st .inner h2 {
    padding-top: 70px;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
}

.contents .recruit-1st .inner p {
    width: 27em;
    color: rgb(60, 38, 23);
}

.contents .blog-inner-index {
    width: 94%;
    margin: 0px auto;
    padding-bottom: 50px;
}

.contents .blog-inner-index h2 {
    color: rgb(242, 82, 10);
    font-family: sans-serif;
}

.contents .blog-inner-index ul {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(242, 135, 15);
    padding-bottom: 1em;
}

.contents .blog-inner-index ul p {
    font-size: 1.2em;
    font-family: sans-serif;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.contents .blog-inner-index ul li {
    font-family: sans-serif;
    font-size: 1.2em;
    list-style: decimal;
    position: relative;
    margin-bottom: 0.5em;
    margin-left: 2em;
}

.contents .blog-inner-index ul li a {
    display: block;
}

.contents .blog-inner-contents {
    width: 80%;
    margin: -50px auto 50px;
    padding-top: 80px;
}

.contents .blog-inner-contents .detail_num {
    font-size: 2em;
    font-weight: 600;
    text-align: left;
    color: rgb(242, 82, 10);
    margin-bottom: 0.3em;
}
.contents .blog-inner-contents .colum_group {
    font-size: 1.6em;
    font-weight: 600;
    text-align: left;
    color: rgb(242, 82, 10);
    margin-bottom: 0.1em;
}

.contents .blog-inner-contents h1 {
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 500;
    text-align: left;
}

.contents .blog-inner-contents h3 {
    font-size: 1.6em;
    font-family: sans-serif;
    line-height: 2em;
    font-weight: 400;
    text-align: left;
    background: rgb(255, 247, 150);
    padding-left: 1.6em;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: rgb(255, 191, 31);
    margin-bottom: 0.5em;
}

.contents .blog-inner-contents p {
    font-size: 1.2em;
    font-family: sans-serif;
    margin-bottom: 3em;
}

.contents .blog-inner-contents img {
    display: block;
    width: 90%;
    margin: 30px auto;
}

.contents .page {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

.contents .page-inner {
    width: 80%;
    margin: 0px auto 20px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
/**/
	.mt50 {margin-top: 0px;}
	.mt70 {margin-top: 0px;}
	.mt100 {margin-top: 0px;}
	.mt200 {margin-top: 0px;}
	
	.mt300 {margin-top: 0px;}
	.mb100 {margin-bottom: 0px;}

    html, body {
        background-size: 100% auto;
    }
    .wrapper {
        width: 100%;
    }
    h1 {
        font-size: 6vw;
        margin-top: 20px;
    }
    h2 {
        font-size: 1.4em;
    }

    header {
        width: 100%;
    }

    header .inner {
        width: 100%;
    }

    header .organazer {
        width: 100%;
        border-radius: 0px;
        padding: 25px 0px 0px;
    }

    header .contact {
        display: none;
    }

    header .inner .gmenu {
        display: none;
    }

    header .organazer a, header .contact a {
        font-size: 1.1em;
    }

    .spmenu_btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 5px;
        width: 30px;
        height: 26px;
        background: rgb(255, 255, 255);
        border-width: 12px 2px;
        border-style: solid;
        border-color: rgb(31, 85, 56);
        box-sizing: border-box;
        transition: 0.5s;
        cursor: pointer;
        z-index: 1000;
    }

    .spmenu_text {
        display: block;
    }

    .spmenu_text::after {
        content: "menu";
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: rgb(255, 255, 255);
        position: absolute;
        top: 35px;
        right: 4px;
        box-sizing: border-box;
        transition: 0.5s;
        z-index: 500;
    }

    .spmenu_text.active::after {
        content: "close";
        box-sizing: border-box;
        transition: 0.5s;
    }

    .spmenu_btn::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 2px;
        background: rgb(255, 255, 255);
        top: -9px;
        right: 0px;
        transition: 0.5s;
    }

    .spmenu_btn::after {
        content: "";
        position: absolute;
        width: 26px;
        height: 2px;
        background: rgb(255, 255, 255);
        bottom: -9px;
        right: 0px;
        transition: 0.5s;
    }

    .spmenu_btn.active {
        background: rgba(209, 236, 211, 0.9);
    }

    .spmenu_btn.active::before {
        transform: rotate(-135deg);
        top: 0px;
        right: 0px;
    }

    .spmenu_btn.active::after {
        transform: rotate(135deg);
        bottom: 0px;
        right: 0px;
    }

    .spmenu.active {
        opacity: 1;
        top: 70px;
        transition: 0.7s;
    }

    footer .inner {
        flex-wrap: wrap;
    }

    footer .organazer, footer .site-cont {
        display: block;
        width: 100%;
    }

    footer .site-cont ul {
        width: 100%;
    }

    footer .site-cont ul:last-child {
        width: 100%;
    }

    .contents section {
        padding: 0px;
    }

    .pc-br {
        display: inline-block;
    }

    .sp-br {
        display: block;
    }

    .pc-disp {
        display: none;
    }

    .sp-disp {
        display: block;
    }

	.contents .bm-1st .inner h2,
	.contents .about-1st .inner h2,
	.contents .its-1st .inner h2,
	.contents .recruit .inner h2,
	.contents .inq-1st .inner h2,
	.contents .common-1st .inner h2 {
	margin-bottom: 30px;
}

    .contents .top-1st {
        background-image: url("../../images/bg-1st-01_sp.png");
        background-size: contain;
    }

    .contents .top-1st .sholder {
        margin-bottom: 0px;
    }

    .contents .top-1st .lead {
        margin-bottom: 1em;
    }

    .link-btn {
        margin-bottom: 10px;
        padding: 5px 10px;
    }

    .contents .top-1st .inner-col-02 {
        width: 100%;
        margin: 0px auto;
    }

    .contents .top-1st .inner-col-02 .sub-col {
        width: 48%;
        max-width: 195px;
        height: 170px;
        background-image: url("../../images/column-back_01.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 50%;
        padding: 5px 3% 0px;
        margin-top: 0px;
    }

    .contents .top-1st .inner-col-02 .sub-col h3 {
        color: rgb(242, 82, 10);
        text-align: center;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: rgb(242, 82, 10);
        line-height: 1.4em;
        width: 65%;
        margin: 5px auto;
    }

    .contents .top-1st .inner-col-02 .sub-col p {
        text-align: center;
		font-size: 1em;
		line-height: 1.6em;
		margin-bottom: 0.8em;
    }

    .contents .top-1st .inner-col-01 img {
        width: 100%;
    }

    .contents .top-2nd {
        background-image: none;
    }

    .contents .top-2nd img {
        width: 100%;
    }

    .contents .top-2nd .inner {
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 0px;
        background-color: rgb(242, 150, 0);
        padding-left: 10%;
        padding-right: 10%;
    }

    .contents .top-2nd .lead-box,
    .contents .top-3rd .lead-box,
    .contents .top-4th .lead-box {
        width: 100%;
        display: flex;
    }

    .contents .top-2nd .lead-box .lead {
        color: rgb(255, 255, 255);
        margin-bottom: 0.5em;
        width: 60%;
		margin-right: 1em;
    }

    .contents .top-2nd .blg-btn,
	.contents .top-3rd .inner .blg-btn,
	.contents .top-4th .inner .blg-btn{
        top: 0px;
        left: calc(95% - 130px);
        position: initial;
    }

    .contents .top-2nd .blg-btn:hover {
        top: 5px;
    }

    .contents .top-2nd .link-box,
    .contents .top-3rd .link-box,
    .contents .top-4th .link-box {
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: center;
		font-size: 14px;
    }

    .contents .top-2nd .link-box .link-btn,
    .contents .top-3rd .link-box .link-btn,
    .contents .top-4th .link-box .link-btn {
        background: #FFF;
        color: rgb(242, 82, 10);
        margin-top: 0px;
        margin-bottom: 0px;
        box-shadow: initial;
        font-weight: 500;
        padding: 10px 20px;
    }
    .contents .top-3rd .link-box .link-btn,
    .contents .top-4th .link-box .link-btn {
        background: rgb(242, 82, 10);
        color: #FFF;
		}
    .contents .top-3rd .biz_step-3rd {
        width: 80%;
    }
	
    .contents .top-3rd {
        background-image: url("../../images/bg-3rd_02.png");
		background-repeat: no-repeat;
    }
	
    .contents .top-3rd .inner {
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .contents .its-3rd .inner p {
        letter-spacing: 0.03em;
    }

    .contents .its-3rd .inner .detail-01,
	.contents .its-3rd .inner .detail-02,
	.contents .its-3rd .inner .detail-03,
	.contents .its-3rd .inner .detail-04,
	.contents .its-3rd .inner .detail-05,
	.contents .its-3rd .inner .detail-06 {
        padding: 30px 10px;
    }

    .contents .top-3rd .inner .box-3rd_01 {
        display: none;
    }

    .contents .top-3rd .inner .box-3rd_02 {
        width: 100%;
		padding: 0;
		margin-top: 20px;
        background-image: none;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
	}
   .contents .top-3rd .inner .box-3rd_02 img{
        width: 100%;
	}
	.contents .top-3rd .inner .box-3rd_02 .lead,
	.contents .top-4th .inner .lead {
	width: 62%;
	line-height: 1.4em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	}
	.contents .its-3rd .inner{
	width: 90%;
	}
    .contents .its-3rd .inner .detail-01 .detail-over-01,
	.contents .its-3rd .inner .detail-02 .detail-over-02,
	.contents .its-3rd .inner .detail-03 .detail-over-03,
	.contents .its-3rd .inner .detail-04 .detail-over-04,
	.contents .its-3rd .inner .detail-05 .detail-over-05,
	.contents .its-3rd .inner .detail-06 .detail-over-06 {
        width: 100%;
        margin: 1em auto;
        height: initial;
        top: 60px;
        left: 0px;
        position: initial;
        opacity: 1;
        padding: 0;
    
    }

    .contents .its-3rd .inner .detail-01 .detail-over-01 h3,
	.contents .its-3rd .inner .detail-02 .detail-over-02 h3,
	.contents .its-3rd .inner .detail-03 .detail-over-03 h3,
	.contents .its-3rd .inner .detail-04 .detail-over-04 h3,
	.contents .its-3rd .inner .detail-05 .detail-over-05 h3,
	.contents .its-3rd .inner .detail-06 .detail-over-06 h3 {
        margin: 30px auto 5px;
        display: none;
    
    }
    .contents .its-3rd .inner .detail-over-01 p,
	.contents .its-3rd .inner .detail-over-02 p,
	.contents .its-3rd .inner .detail-over-03 p,
	.contents .its-3rd .inner .detail-over-04 p,
	.contents .its-3rd .inner .detail-over-05 p,
	.contents .its-3rd .inner .detail-over-06 p {
        width: fit-content;
        text-align: center;
        font-size: 0.8em;
        line-height: 1.4em;
        font-weight: 500;
        color: rgb(255, 255, 255);
        margin: 0;
		background: rgb(242, 82, 10);
		margin: auto;
		border-radius: 30px;
		padding: 0.5em 1em;
    }
	.contents .its-3rd .inner .detail-over-01 p:after,
	.contents .its-3rd .inner .detail-over-02 p:after,
	.contents .its-3rd .inner .detail-over-03 p:after,
	.contents .its-3rd .inner .detail-over-04 p:after,
	.contents .its-3rd .inner .detail-over-05 p:after,
	.contents .its-3rd .inner .detail-over-06 p:after {
    content: " ⇀";
}
    .contents .its-3rd .inner .detail-01:hover img,
	.contents .its-3rd .inner .detail-02:hover img,
	.contents .its-3rd .inner .detail-03:hover img,
	.contents .its-3rd .inner .detail-04:hover img,
	.contents .its-3rd .inner .detail-05:hover img,
	.contents .its-3rd .inner .detail-06:hover img {
    filter: none;
}
    .contents .top-3rd .blg-btn:hover {
        top: 130px;
    }

	.contents .top-4th {
	margin: 50px auto 0px;
	background-image: url("../../images/bg-t4th_sp_01.png");
	background-position: center top;
	background-size: 90%;
	background-repeat: no-repeat;
	}
    .contents .top-4th .inner {
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 10%;
        padding-right: 10%;
    }
   .contents .top-4th .inner img{
        width: 100%;
	}

    .contents .top-4th .blg-btn {
        top: 430px;
        left: 15px;
    }

    .contents .top-4th .blg-btn:hover {
        top: 440px;
        left: 15px;
    }

    .contents .top-5th {
		background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
		padding-top:50px;
    }
    .contents .top-5th .inner {
        background-color: #fcece5;
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10px;
    }
    .contents .top-5th .inner h2 {
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .contents .top-5th .lead {
        color: rgb(60, 38, 23);
    }

    .contents .top-5th .link-box {
        margin-top: 0;
        margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    }

    .contents .top-5th .link-box .link-btn {
        width: 40%;
    }

	.contents .top-5th .link-box .link-btn_02,
	.contents .top-5th .link-box .link-btn_03 {
        margin-top: 0px;
    }
	.contents .top-5th .link-box img{
        margin-top: 0px;
	}

	.contents .top-5th .link-box .link-btn_01,
	.contents .top-5th .link-box .link-btn_02,
	.contents .top-5th .link-box .link-btn_03,
	.contents .top-5th .link-box .link-btn_04{
		width: 42%;
		height: 100%;
		padding-top:0;
		margin:0 0 10px 0;
	}

	.contents .top-5th .link-box .link-btn_01 p,
	.contents .top-5th .link-box .link-btn_02 p,
	.contents .top-5th .link-box .link-btn_03 p,
	.contents .top-5th .link-box .link-btn_04 p {
	top: 70%;
	left: 0;
	transform: translate(-0%, -0%);
}

.contents .top-5th .link-box .link-btn_01:hover,
.contents .top-5th .link-box .link-btn_02:hover,
.contents .top-5th .link-box .link-btn_03:hover,
.contents .top-5th .link-box .link-btn_04:hover{
    transform: translateY(0) 
}

.contents .top-5th .link-box .link-btn_01 a:hover img,
.contents .top-5th .link-box .link-btn_02 a:hover img,
.contents .top-5th .link-box .link-btn_03 a:hover img,
.contents .top-5th .link-box .link-btn_04 a:hover img{
    transform: translateY(5px) 
}
.contents .top-5th .link-box .link-btn_01 a:hover p,
.contents .top-5th .link-box .link-btn_02 a:hover p,
.contents .top-5th .link-box .link-btn_03 a:hover p,
.contents .top-5th .link-box .link-btn_04 a:hover p{
    transform: translateY(5px) 
}
	.info {
        width: 96%;
        flex-wrap: wrap;
		margin-bottom: 30px;
    }

	.info-left {
        width: 100%;
        padding: 5px 0px 10px 5px;
    }

    .info-left .info-mark {
        margin: 0px auto;
        color: rgb(255, 255, 255);
        line-height: 3em;
        width: initial;
        height: initial;
        border-radius: 0px;
        background: none;
        display: block;
        padding: 0px 1em;
    }

    .txt-separate {
        margin: 0.2em;
        border-radius: 0.5em;
        padding: 0.1em 0.3em;
        letter-spacing: 0em;
    }

    .info-right {
        width: 100%;
        padding: 0px 10px;
    }

    .info-data .news {
        font-size: 1em;
    }

    .contents .top-5th .contact{
        width: 100%;
        padding: 10px 5px;
        margin-top: 0;
    }
	.contents .top-6th .contact {
        width: 100%;
        padding: 10px 5px;
        margin-top: 100px;
    }

    .contents .top-5th .inner h2, 
	.contents .bm-6th .inner h2 , 
	.contents .blg-contact .inner h2 {
        font-size: 1em;
        margin-top: 0px;
        margin-bottom: 10px;
    }

	.contents .bm-6th .contact ,
	.contents .blg-contact .contact {
        width: 100%;
        padding: 10px 20px;
        margin-top: 50px;
    }

    .contents .bm-6th .contact p,
    .contents .blg-contact .contact p {
        width: 100%;
		margin-bottom: 10px;
    }

	.contents .bm-6th .contact .link-box,
	.contents .blg-contact .contact .link-box {
        width: 100%;
        margin: 0px;
    }

    .contents .top-5th .contact .contact-fbox,
	.contents .bm-6th .contact .contact-fbox ,
	.contents .blg-contact .contact .contact-fbox {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    .contents .top-5th .contact .contact-fbox .link-box .link-btn,
	.contents .bm-6th .contact .contact-fbox .link-box .link-btn {
        width: initial;
    }

    .contents .bm-1st,
	.contents .about-1st,
	.contents .its-1st,
	.contents .recruit,
	.contents .inq-1st,
	.contents .common-1st {
        background-image: url(../../images/bg-contents-top.png);
        padding-top: 3px;
        background-size: 100%;
    
    }
    .contents .bm-1st .inner,
	.contents .about-1st .inner,
	.contents .its-1st .inner,
	.contents .recruit .inner,
	.contents .inq-1st .inner,
	.contents .common-1st .inner {
        width: 94%;
    }

    .contents .bm-1st .inner h2,
	.contents .about-1st .inner h2,
	.contents .its-1st .inner h2,
	.contents .recruit .inner h2,
	.contents .inq-1st .inner h2,
	.contents .common-1st .inner h2 {
        color: rgb(60, 38, 23);
        margin-top: 0;
        color: #FFF;
        font-size: 0.9em;
    
    }
    
    .contents .bm-1st .inner .sholder,
    .contents .about-1st .inner .sholder,
    .contents .its-1st .inner .sholder,
    .contents .recruit .inner .sholder,
    .contents .inq-1st .inner .sholder,
    .contents .common-1st .inner .sholder {
    font-size: .6em;
    font-weight: 400;
    color: rgb(255, 239, 0);
    margin-bottom: 0px;
    margin-top: 0;

    }

	.contents .about-2nd .inner,
	.contents .about-3rd .inner {
	width: 90%;
    }
	.contents .bm-3rd .dot-line {
	width: 55%; 
	max-width: 310px; 
	margin-left: 5%; 
	position: absolute; 
	top: 3.5em;
	left: 50%; 
	transform: translate(-50%);
	display:none;
}
	.contents .about-3rd .inner .inner-box img {
	width: 70%;
	display: block;
	margin: 0 auto;
	}

    .contents .about-4th {
        background-image: none;
        background-size: 150% auto;
        background-position: center -20%;
		padding-top: 20px;
    }
	.contents .about-4th .inner {
	padding: 0 5%;
	}
	.contents .about-4th .inner .detail-01 h3,
	.contents .about-4th .inner .detail-02 h3,
	.contents .about-4th .inner .detail-03 h3,
	.contents .about-4th .inner .detail-04 h3 {
	width: 100%;
    margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
}
	.contents .about-4th .inner .detail-01 .detail-over-01,
	.contents .about-4th .inner .detail-02 .detail-over-02,
	.contents .about-4th .inner .detail-03 .detail-over-03,
	.contents .about-4th .inner .detail-04 .detail-over-04 {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: initial;
    opacity: 1;
}
	.contents .about-4th .inner .detail-01 .detail-over-01 h3,
	.contents .about-4th .inner .detail-02 .detail-over-02 h3,
	.contents .about-4th .inner .detail-03 .detail-over-03 h3,
	.contents .about-4th .inner .detail-04 .detail-over-04 h3 {
    display: none;
}
	.contents .about-4th .inner .detail-over-01 p,
	.contents .about-4th .inner .detail-over-02 p,
	.contents .about-4th .inner .detail-over-03 p,
	.contents .about-4th .inner .detail-over-04 p {
    width: fit-content;
    text-align: center;
    font-size: 0.8em;
    line-height: 2em;
    font-weight: 400;
    color: #FFF;
	background: #40210f;
	padding: 0.5em 1em;
	border-radius: 2em;
	margin-top:20px;
	}
	.contents .about-4th .inner .detail-over-01 p:after,
	.contents .about-4th .inner .detail-over-02 p:after,
	.contents .about-4th .inner .detail-over-03 p:after,
	.contents .about-4th .inner .detail-over-04 p:after {
    content: " ⇀";
	}
	.contents .about-4th .inner .detail-01:hover img,
	.contents .about-4th .inner .detail-02:hover img,
	.contents .about-4th .inner .detail-03:hover img,
	.contents .about-4th .inner .detail-04:hover img {
	filter: none;
	}
	.contents .about-5th .inner {
	width: 90%;
	}
	.contents .about-5th .inner dl {
	flex-wrap: wrap;
	border: none;
	margin-bottom:30px;
	}
	.contents .about-5th .inner dt {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	/*font-size:0.9em;*/
	font-weight: 500;
	border-bottom: 1px solid #666;
	}
	.contents .about-5th .inner dd {
	/*font-size:0.9em;*/
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	}

    .contents .about-2nd .inner .inner-box,
	.contents .about-3rd .inner .inner-box {
        position: relative;
        padding: 0px;
        width: 100%;
    }

    .contents .its-2nd .inner {
        width: 90%;
        height: initial;
    }

    .contents .its-2nd .inner h2 {
        padding-top: 0px;
		margin-top: 30px;

    }
    .contents .its-2nd .inner p {
    font-size:0.9em;
    width: 100%;
    margin-top:10px;
    margin-bottom:30px
    }
    .contents .its-2nd .inner img {
        width: 50%;
        top: -70px;
        right:-50px
    }
	.contents .about-2nd .inner .inner-box img{
	width: 60%;
	}
	.contents .about-2nd .inner .inner-box .blg-btn {
	top: 30px;
	left: initial;
	right: 0px;
	}

    .contents .its-3rd {
        padding-top: 0px;
        margin-top: 0;
    
    }

    .contents .its-3rd .inner .detail-back {
        width: 100%;
        height: auto;
        background: rgb(241, 225, 117);
    
    }
    .contents .its-4th {
        background-image: none;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .contents .its-4th .inner .sholder {
        font-size: 1.3em;
    }

    .contents .its-4th .inner h2 {
        font-size: 1.2em;
        margin: 0 auto 10px;
		text-align: center;
    
    }

    .contents .its-4th .inner p {
        font-size: 1em;
    }
	.contents .its-4th .inner a {
	position: relative;
	padding-right: 0;
	}
    .contents .its-4th .inner a::after {
        content: "";
    }
    .contents .about-4th .inner .detail-01 .detail-over-01 h3,
	.contents .about-4th .inner .detail-02 .detail-over-02 h3,
	.contents .about-4th .inner .detail-03 .detail-over-03 h3,
	.contents .about-4th .inner .detail-04 .detail-over-04 h3 {
        margin-top: 10px;
    }

    .contents .bm-2nd .inner {
        height: initial;
    }
	.contents .bm-2nd .inner p {
	width: 60%;
	}

    .contents .bm-2nd .inner h2 {
        padding: 20px 0;
        width: 67%;
    
    }

    .contents .bm-2nd .inner img {
        width: 40%;
		transform: translateX(40px);
        margin: 0;
    
    }

    .contents .bm-3rd .inner {
        width: 90%;
        /*max-width: 360px;*/
        margin-top: 10px;
        margin-bottom: 50px;
    
    }
    .contents .bm-3rd .inner .conection-dot_01,
    .contents .bm-3rd .inner .conection-dot_02,
    .contents .bm-3rd .inner .conection-dot_03,
    .contents .bm-3rd .inner .conection-dot_04,
    .contents .bm-3rd .inner .conection-dot_05,
    .contents .bm-3rd .inner .conection-dot_06,
    .contents .bm-3rd .inner .conection-dot_07,
    .contents .bm-3rd .inner .conection-dot_08 {
    display: none;
    }

    .contents .bm-3rd .inner .detail-01 h3,
	.contents .bm-3rd .inner .detail-02 h3,
	.contents .bm-3rd .inner .detail-03 h3,
	.contents .bm-3rd .inner .detail-04 h3,
	.contents .bm-3rd .inner .detail-05 h3,
	.contents .bm-3rd .inner .detail-06 h3,
	.contents .bm-3rd .inner .detail-07 h3,
	.contents .bm-3rd .inner .detail-08 h3,
	.contents .bm-3rd .inner .detail-09 h3 {
     margin-top: 20px;
     margin-bottom: 10px;
	 font-size: 1.2em;
	 position: absolute;
	 top: 0;
	 left: 50%;
	 transform: translate(-50%);
	 display:none;
    }

    .contents .bm-3rd .inner .detail-01,
	.contents .bm-3rd .inner .detail-02,
	.contents .bm-3rd .inner .detail-03,
	.contents .bm-3rd .inner .detail-04,
	.contents .bm-3rd .inner .detail-05,
	.contents .bm-3rd .inner .detail-06,
	.contents .bm-3rd .inner .detail-07,
	.contents .bm-3rd .inner .detail-08,
	.contents .bm-3rd .inner .detail-09 {
        max-width: 360px;
		margin: 0 auto;
		height: 350px;
		padding: 80% 20px 0px 25px;
    }
	.contents .bm-3rd .inner .detail-01 {
	background-image: url("../../images/bg-bm-3rd_sp_01.png");
	background-size: contain;
	background-repeat: no-repeat;
	}
	.contents .bm-3rd .inner .detail-02 {
	background-image: url("../../images/bg-bm-3rd_sp_02.png");
	background-size: contain;
	background-repeat: no-repeat;
	}
	.contents .bm-3rd .inner .detail-03 {
	background-image: url("../../images/bg-bm-3rd_sp_03.png");
	background-size: contain;
	background-repeat: no-repeat;
	}
	.contents .bm-3rd .inner .detail-04 {
	background-image: url("../../images/bg-bm-3rd_sp_04.png");
	background-size: contain;
	background-repeat: no-repeat;
	}
	.contents .bm-3rd .inner .detail-05 {
	background-image: url("../../images/bg-bm-3rd_sp_05.png");
	background-size: contain;
	background-repeat: no-repeat;
	}
	.contents .bm-3rd .inner .detail-06 {
	background-image: url("../../images/bg-bm-3rd_sp_06.png");
	background-size: contain;
	background-repeat: no-repeat;
	}
	.contents .bm-3rd .inner .detail-07 {
	background-image: url("../../images/bg-bm-3rd_sp_07.png");
	background-size: contain;
	background-repeat: no-repeat;
	}
	.contents .bm-3rd .inner .detail-08 {
	background-image: url("../../images/bg-bm-3rd_sp_08.png");
	background-size: contain;
	background-repeat: no-repeat;
	}
	.contents .bm-3rd .inner .detail-09 {
	background-image: url("../../images/bg-bm-3rd_sp_09.png");
	background-size: contain;
	background-repeat: no-repeat;
	}

    .contents .bm-3rd .inner .detail-01 p,
	.contents .bm-3rd .inner .detail-02 p,
	.contents .bm-3rd .inner .detail-03 p,
	.contents .bm-3rd .inner .detail-04 p,
	.contents .bm-3rd .inner .detail-05 p,
	.contents .bm-3rd .inner .detail-06 p,
	.contents .bm-3rd .inner .detail-07 p,
	.contents .bm-3rd .inner .detail-08 p,
	.contents .bm-3rd .inner .detail-09 p {
		width: 80%;
        font-size: 1.0em;
        line-height: 1.4em;
        letter-spacing: 0px;
		margin-top: 30px;
        padding: 0 5px 0 5px;
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translate(-50%);
    }
	.contents .bm-3rd .inner .detail-01 .blg-btn_01,
	.contents .bm-3rd .inner .detail-02 .blg-btn_02,
	.contents .bm-3rd .inner .detail-03 .blg-btn_03,
	.contents .bm-3rd .inner .detail-04 .blg-btn_04,
	.contents .bm-3rd .inner .detail-05 .blg-btn_05,
	.contents .bm-3rd .inner .detail-06 .blg-btn_06,
	.contents .bm-3rd .inner .detail-07 .blg-btn_07,
	.contents .bm-3rd .inner .detail-08 .blg-btn_08,
	.contents .bm-3rd .inner .detail-09 .blg-btn_09 {
    top: 270px;
    left: 50%;
	}

    
    
    .contents .bm-4th {
        background-image:none;
    }

    .contents .bm-4th .inner {
        padding-top: 0;
        justify-content: center;
    
    }
    
    
    .contents .bm-4th .inner .detail-01,
	.contents .bm-4th .inner .detail-02,
	.contents .bm-4th .inner .detail-03,
	.contents .bm-4th .inner .detail-04 {
        width: 300px;
        height: 220px;
        padding: 30px 30px 0px;
        margin: 10px 0 0;
    
    }
	.contents .bm-3rd .inner .conection-vdot_01,
	.contents .bm-3rd .inner .conection-vdot_02,
	.contents .bm-3rd .inner .conection-vdot_03,
	.contents .bm-3rd .inner .conection-vdot_04,
	.contents .bm-3rd .inner .conection-vdot_05,
	.contents .bm-3rd .inner .conection-vdot_06,
	.contents .bm-3rd .inner .conection-vdot_07,
	.contents .bm-3rd .inner .conection-vdot_08 {
    position: absolute;
    z-index: 0;
    left: 55%;
	}

	.contents .bm-3rd .inner .conection-vdot_01 {
    top: 200px;
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_02 {
    top: 600px;
    left: 45%;
	transform: rotate(-10deg);
	}
	.contents .bm-3rd .inner .conection-vdot_03 {
    top: 900px;
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_04 {
    top: 1200px;
    left: 45%;
	transform: rotate(10deg);
	}
	.contents .bm-3rd .inner .conection-vdot_05 {
    top: 1600px;
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_06 {
    top: 1950px;
	transform: rotate(-10deg);
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_07 {
    top: 2250px;
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_08 {
    top: 2630px;
    left: 60%;
	transform: rotate(10deg);
	}


    .contents .bm-5th {
	padding-bottom: 50px;
	background:initial;
    }
	.contents .bm-5th h2 {
	padding-top: 20px;
	}
	.contents .bm-5th .inner {
	margin: 0;
	width: 100%;
	padding: 0 5% 0 5%;
	background:#e4edea;
	}

    .contents .bm-5th .inner .detail-01 .detail-over-01,
	.contents .bm-5th .inner .detail-02 .detail-over-02,
	.contents .bm-5th .inner .detail-03 .detail-over-03,
	.contents .bm-5th .inner .detail-04 .detail-over-04 {
        width: 100%;
    }
	.contents .bm-5th .inner .img-box {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	}
	.contents .bm-5th .inner img {
	border-radius: 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	}
	
	
	.contents .bm-5th .inner .detail-01,
	.contents .bm-5th .inner .detail-02,
	.contents .bm-5th .inner .detail-03,
	.contents .bm-5th .inner .detail-04 {
    width: 100%;
    display: block;
	}
	.contents .bm-5th .inner .detail-01 .detail-over-01,
	.contents .bm-5th .inner .detail-02 .detail-over-02,
	.contents .bm-5th .inner .detail-03 .detail-over-03,
	.contents .bm-5th .inner .detail-04 .detail-over-04 {
    width: 100%;
	height: auto;
    padding: 5px;
	color: #FFF;
    border-radius: 30px;
    margin-bottom: 10px;
    position: initial;
    opacity: 1;
	background: rgb(242, 82, 10);
	}
	.contents .bm-5th .inner .detail-over-01 h3,
	.contents .bm-5th .inner .detail-over-02 h3,
	.contents .bm-5th .inner .detail-over-03 h3,
	.contents .bm-5th .inner .detail-over-04 h3 {
    display: none;
	}
	.contents .bm-5th .inner .detail-over-01 h4,
	.contents .bm-5th .inner .detail-over-02 h4,
	.contents .bm-5th .inner .detail-over-03 h4,
	.contents .bm-5th .inner .detail-over-04 h4 {
    width: 100%;
    text-align: center;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 600;
	color: #FFF;
	}
    
	
	
	.contents .bm-5th .inner .detail-01 p,
	.contents .bm-5th .inner .detail-02 p,
	.contents .bm-5th .inner .detail-03 p,
	.contents .bm-5th .inner .detail-04 p {
	width: 100%;
	margin: 1em 0 1em 0;
	}
	
	.contents .bm-5th .inner .detail-01:hover,
	.contents .bm-5th .inner .detail-02:hover,
	.contents .bm-5th .inner .detail-03:hover,
	.contents .bm-5th .inner .detail-04:hover {
    cursor: auto;
	background: #FFF;
	}
	.contents .bm-5th .inner .detail-01:hover img,
	.contents .bm-5th .inner .detail-02:hover img,
	.contents .bm-5th .inner .detail-03:hover img,
	.contents .bm-5th .inner .detail-04:hover img,
	.contents .bm-5th .inner .detail-01:hover p,
	.contents .bm-5th .inner .detail-02:hover p,
	.contents .bm-5th .inner .detail-03:hover p,
	.contents .bm-5th .inner .detail-04:hover p {
    opacity: 1;
	}
	.contents .bm-5th .inner .detail-01:hover .detail-over-01,
	.contents .bm-5th .inner .detail-02:hover .detail-over-02,
	.contents .bm-5th .inner .detail-03:hover .detail-over-03,
	.contents .bm-5th .inner .detail-04:hover .detail-over-04 {
    cursor: auto;
	}
    .contents .bm-6th .inner .bm-concept {
        width: 80%;
        margin: 0px auto;
        display: block;
    }

    .contents .bm-6th .inner .bm-concept h2 {
        width: 100%;
        font-size: 1.4em;
        font-weight: 600;
        color: rgb(60, 38, 23);
        text-align: left;
        margin: 0px 0px 30px;
    }

    .contents .bm-6th .inner .bm-concept .lead {
        width: 100%;
        font-size: 1em;
        font-weight: 400;
        text-align: left;
        line-height: 1.4em;
        color: rgb(60, 38, 23);
        border-left-width: medium;
        border-left-style: none;
        border-left-color: currentcolor;
        padding-left: 0px;
    }

    .contents .blog-inner-contents {
        width: 94%;
        margin: -90px auto 50px;
        padding-top: 90px;
    }

    .contents .blog-inner-index {
        width: 94%;
    }

    .contents .blog-inner-contents p,
	.contents .blog-inner-contents ul p,
	.contents .blog-inner-contents ul li,
	.contents .blog-inner-index ul li {
        font-size: 1em;
        line-height: 1.4em;
		letter-spacing: 0.1em;
    }

    .contents .blog-inner-contents .detail_num {
        font-size: 1.6em;
    }
	.contents .blog-inner-contents .colum_group {
    font-size: 1.1em;
	}

    .contents .blog-inner-contents h1 {
        font-size: 1.6em;
        font-weight: 500;
        text-align: left;
        line-height: 1.2em;
        margin-bottom: 0.5em;
    }

    .contents .blog-inner-contents h3 {
        font-size: 1.1em;
        line-height: 1.4em;
        font-weight: 600;
        text-align: left;
        background: rgb(255, 247, 150);
        padding: 0.5em 0.2em 0.5em 0.5em;
        border-left-width: 10px;
        border-left-style: solid;
        border-left-color: rgb(255, 191, 31);
        margin-bottom: 0.5em;
		
    }

    .contents .blog-inner-contents p {
        font-size: 1.1em;
        margin-bottom: 3em;
        font-weight: 400;
		letter-spacing: 0.1em;
    }

    .contents .blog-inner-contents img {
        display: block;
        width: 100%;
    }

    .contents .inq-form .inner {
        width: 96%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 10px;
    }

    .contents .inq-form .inner form {
        width: 100%;
        margin: 20px auto;
    }
	[type="submit"], [type="reset"] {
	font-size: 1em;
	}
/**/
}

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

	.contents .bm-3rd .inner .detail-01 .blg-btn_01,
	.contents .bm-3rd .inner .detail-02 .blg-btn_02,
	.contents .bm-3rd .inner .detail-03 .blg-btn_03,
	.contents .bm-3rd .inner .detail-04 .blg-btn_04,
	.contents .bm-3rd .inner .detail-05 .blg-btn_05,
	.contents .bm-3rd .inner .detail-06 .blg-btn_06,
	.contents .bm-3rd .inner .detail-07 .blg-btn_07,
	.contents .bm-3rd .inner .detail-08 .blg-btn_08,
	.contents .bm-3rd .inner .detail-09 .blg-btn_09 {
    top: 190px;
    left: 55%;
	}
}
@media only screen and (max-width: 380px) {
	p .sp-br {display: inline-block;}
	.contents .bm-3rd .inner .conection-vdot_01,
	.contents .bm-3rd .inner .conection-vdot_02,
	.contents .bm-3rd .inner .conection-vdot_03,
	.contents .bm-3rd .inner .conection-vdot_04,
	.contents .bm-3rd .inner .conection-vdot_05,
	.contents .bm-3rd .inner .conection-vdot_06,
	.contents .bm-3rd .inner .conection-vdot_07,
	.contents .bm-3rd .inner .conection-vdot_08 {
    position: absolute;
    z-index: 0;
    left: 55%;
	}

	.contents .bm-3rd .inner .conection-vdot_01 {
    top: 200px;
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_02 {
    top: 600px;
    left: 45%;
	transform: rotate(-10deg);
	}
	.contents .bm-3rd .inner .conection-vdot_03 {
    top: 900px;
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_04 {
    top: 1200px;
    left: 45%;
	transform: rotate(10deg);
	}
	.contents .bm-3rd .inner .conection-vdot_05 {
    top: 1600px;
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_06 {
    top: 1950px;
	transform: rotate(-10deg);
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_07 {
    top: 2250px;
    left: 45%;
	}
	.contents .bm-3rd .inner .conection-vdot_08 {
    top: 2630px;
    left: 60%;
	transform: rotate(10deg);
	}
	
    .contents .bm-3rd .inner .conection-dot_01,
    .contents .bm-3rd .inner .conection-dot_02,
    .contents .bm-3rd .inner .conection-dot_03,
    .contents .bm-3rd .inner .conection-dot_04,
    .contents .bm-3rd .inner .conection-dot_05,
    .contents .bm-3rd .inner .conection-dot_06,
    .contents .bm-3rd .inner .conection-dot_07,
    .contents .bm-3rd .inner .conection-dot_08 {
    display: none;
    }

    .contents .bm-3rd .inner .detail-01 h3,
	.contents .bm-3rd .inner .detail-02 h3,
	.contents .bm-3rd .inner .detail-03 h3,
	.contents .bm-3rd .inner .detail-04 h3,
	.contents .bm-3rd .inner .detail-05 h3,
	.contents .bm-3rd .inner .detail-06 h3,
	.contents .bm-3rd .inner .detail-07 h3,
	.contents .bm-3rd .inner .detail-08 h3,
	.contents .bm-3rd .inner .detail-09 h3 {
     margin-top: 0px;
	 font-size: 1.2em;
    }

    .contents .bm-3rd .inner .detail-01,
	.contents .bm-3rd .inner .detail-02,
	.contents .bm-3rd .inner .detail-03,
	.contents .bm-3rd .inner .detail-04,
	.contents .bm-3rd .inner .detail-05,
	.contents .bm-3rd .inner .detail-06,
	.contents .bm-3rd .inner .detail-07,
	.contents .bm-3rd .inner .detail-08,
	.contents .bm-3rd .inner .detail-09 {
        margin-top: 0px;
        height: 300px;
        padding: 20px 20px 0px 25px;
    
    }

    .contents .bm-3rd .inner .detail-01 p,
	.contents .bm-3rd .inner .detail-02 p,
	.contents .bm-3rd .inner .detail-03 p,
	.contents .bm-3rd .inner .detail-04 p,
	.contents .bm-3rd .inner .detail-05 p,
	.contents .bm-3rd .inner .detail-06 p,
	.contents .bm-3rd .inner .detail-07 p,
	.contents .bm-3rd .inner .detail-08 p,
	.contents .bm-3rd .inner .detail-09 p {
        font-size: 0.9em;
        line-height: 1.3em;
        letter-spacing: 0px;
        padding: 0 5px 0 5px;
		top: 40px;
    }
/*
	.contents .bm-3rd .inner .detail-01 .blg-btn_01 {
    top: 180px;
    left: 210px;
	}
	.contents .bm-3rd .inner .detail-02 .blg-btn_02 {
    top: 200px;
    left: 20px;
	}
	.contents .bm-3rd .inner .detail-03 .blg-btn_03 {
    top: 205px;
    left: 180px;
	}
	.contents .bm-3rd .inner .detail-04 .blg-btn_04 {
    top: 200px;
    left: 50px;
	}
	.contents .bm-3rd .inner .detail-05 .blg-btn_05 {
    top: 195px;
    left: 220px;
	}
	.contents .bm-3rd .inner .detail-06 .blg-btn_06 {
	top: 200px;
    left: 20px;
	}
	.contents .bm-3rd .inner .detail-07 .blg-btn_07 {
    top: 190px;
    left: 200px;
	}
	.contents .bm-3rd .inner .detail-08 .blg-btn_08 {
    top: 190px;
    left: 185px;
	}
	.contents .bm-3rd .inner .detail-09 .blg-btn_09 {
    top: 185px;
    left: 185px;
	}
*/
}
@media only screen and (max-width: 330px) {
    .contents .top-1st .inner-col-02 .sub-col {
        padding: 5px 10px 0px;
    }
	.contents .top-1st .inner-col-02 .sub-col h3 {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: rgb(242, 82, 10);
        line-height: 1.4em;
        width: 95%;
        margin: 5px auto 0;
    }
	.contents .top-1st .inner-col-02 .sub-col p{
        letter-spacing: -0.04em;;
    }
    .contents .bm-3rd .inner .conection-vdot_01, .contents .bm-3rd .inner .conection-vdot_02, .contents .bm-3rd .inner .conection-vdot_03, .contents .bm-3rd .inner .conection-vdot_04, .contents .bm-3rd .inner .conection-vdot_05, .contents .bm-3rd .inner .conection-vdot_06, .contents .bm-3rd .inner .conection-vdot_07, .contents .bm-3rd .inner .conection-vdot_08 {
        display: none;
    }
	.contents .about-5th .inner dt,
	.contents .about-5th .inner dd {
	font-size:0.9em;
	}

}