/* index ----------------------------------------------------------------- */

.page {
	margin-top: 120px;
}

.top-img {
    position: relative;
    padding: 0;
}

.top-img img {
    pointer-events: none;
}

.sp_top--img {
	display: none;
}
.top_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-85%,-43%);
    font-size: 3em;
    z-index: 2;
    letter-spacing: 10px;
    font-family: '�q���M�m�p�S StdN','Hiragino Kaku Gothic StdN',sans-serif;
    font-weight: bold;
}

.top_txt p {
    margin: 0;
}

.top_txt p:last-child {
    font-size: 0.39em;
    font-weight: bold;
    letter-spacing: 0;
}

.top__icon {
    width: 300px;
    position: absolute;
    top: 55%;
    right: 30%;
}

.fade_box {
    font-size: 0.5em;
    background: #fff;
    border: 2px solid #000;
    padding: 0 3%;
    letter-spacing: 3px;
}

.top_box {
    position: absolute;
    top: 9%;
    right: 10%;
}

.top_login--box {
    width: 350px;
    background: #fff;
    opacity: 0.9;
    padding: 2% 8%;
}

.btn_top--entry {
    display: block;
    border: 1px solid #000;
    margin: 5% auto;
    padding: 3% 5%;
}

.btn_top--entry:hover {
    color: #fff;
    background: #009688;
    border: 1px solid #009688;
}

.img-wrapper {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.img-wrapper img {
height: auto;
transition: transform .6s ease;
}

.img-wrapper:hover img {
transform: scale(1.1);
}

.img-wrapper p {
text-align: center;
align-items: center;
bottom: 0;
color: #fff;
display: flex;
justify-content: center;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 80%;
}

.bnr_productivity {
    width: 200px;
}

.bnr_productivity:hover {
    transform:scale(1.2,1.2);
    transition:1s all;
}

.top_search--sp {
    display: none;
    background: #009688;
}

.top_topics {
    margin: 3% 0 6%;
}

.top_topics dt {
    color: #009688;
    margin-bottom: 0.5%;
}

.top_topics dd {
    position: relative;
    border-bottom: 1px dotted #999;
    margin-bottom: 2%;
    padding-bottom: 2%;
}

.top_topics dd::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 35px;
    width: 30px;
    height: 5px;
    border: none;
    border-right: 1px solid #009688;
    border-bottom: 1px solid #009688;
    transform: skew(45deg);
    transition: .3s;
}

.top_topics dd:hover::after {
    right: 10px;
    width: 30px;
}

.top_topics a { text-decoration: none;}

.top_company {
    background: #fff;
    margin: 3% 0 5%;
    padding: 3% 2%;
    box-shadow: 0 3px 3px rgb(12 8 8 / 30%);
}

.bg_top-company {
    background: url(images/bg_top-company.jpg);
}

.top__banner {
    padding: 3% 0;
    background: #edf9f8;
}

.top_h2.ttl-connection {
    margin: 0 0 3%;
}



/* h2 ttl  ---------------------------------------------- */

.h2-ttl {
    font-size: 4em;
    letter-spacing: 5px;
    text-align: left;
    margin: 15% 0 7%;
}

.h2-ttl::first-letter { color: #092;}

.h2-ttl span {
    position: relative;
    display: block;
    font-size: 22px;
    padding-left: 1.5em;
}

.h2-ttl span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.4rem;
    height: 2px;
    content: '';
    background: #333;
}


/* topics  ----------------------------------------------------- */

.tbl_topics {
    width: 100%;
    margin-bottom: 2%;
}

.tbl_topics th,.tbl_topics td {
    border: 1px solid #ccc;
}

#topics_area h4 {
    position: relative;
    font-size: 1.2em;
    color: #000;
    background: #d7f1d7;
    padding: 1.2% 2.5%;
    border-left: none;
    margin-bottom: 1%;
}

#topics_area h4:before {
    content: "";
    width: 5px;
    height: 1.5em;
    background-color: #009688;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
}

.material-icons.lock_icon {
    color: #e71e1e!important;
    font-size: 20px;
    vertical-align: sub;
}

.box_contact {
    border: 3px double #009688;
    margin: 1% 0;
    padding: 2%;
}



/* data-label����̏ꍇ ------------------

.tbl_data-label {
	width: 100%;
	text-align: center;
    border: 1px solid #ccc;
}

.tbl_data-label td {
    border: 1px dotted #ccc;
}


@media screen and (max-width: 640px) {
	.tbl_data-label .thead {
		display: none;
	}

	.tbl_data-label td {
		display: block;
	    padding: 2% 1%;
	}

	.tbl_data-label td:first-child {
        background: #f7f7f7;
	}

	.tbl_data-label td:before {
		content: attr(data-label);
		font-weight: bold;
		color: #000;
	}

}
---- */


/* rokutofuken  ----------------------------------------------------- */

.rokutofuken--flow div {
    position: relative;
    border: 2px solid #000;
    border-radius: 7px;
    padding: 3%;
    margin-bottom: 25px;
}

.rokutofuken--flow div::after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(100% - 54%);
    width: 0;
    height: 0;
    border-top: 20px solid #000;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.rokutofuken--flow div:last-child::after {
	display: none;
}

.rokutofuken--flow ul {
    display: flex;
    background: #f5f5f5;
}

.flow_01 {
    position: relative;
    background: #3dc57a;
    font-size: 1.6em;
    text-align: center;
    width: 10%;
    line-height: 80px;
    color: #fff;
}

.flow_01::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #3dc57a;
}

.flow_02,.flow_03,.flow_04 {
    width: 35%;
}

.flow_02 {
    text-align: center;
    padding: 3%;
}

.flow_03,.flow_04 {
    background: #fff;
    text-align: center;
    padding: 1%;
    margin: 1% 0.5%;
}

.box_rokutofuken--contact {
    border: 3px double #009688;
    margin: 1% 0;
    padding: 2%;
}

.box_rokutofuken--contact p {
    margin: 1%;
}

.box_rokutofuken--contact p:last-child {
    border: none;
}

/*�₢���킹�E�\���悪2���̏ꍇ��*/

.box_rokutofuken { display: flex;}

.box_rokutofuken p {
    border-right: 1px solid #ccc;
    width: 50%;
}


@media screen and (max-width: 640px) {

    .rokutofuken--flow ul {
        display: block;
        padding: 2%;
    }
    .flow_01 { line-height: unset;}
    .flow_01,.flow_02,.flow_03,.flow_04 { width: 100%;}
    .flow_01::after { display: none;}
    .flow_03,.flow_04 { margin: 1% 0;}
    
    .rokutofuken--flow div::after {
	    border-left: 20px solid transparent;
	    border-right: 20px solid transparent;
	}

    .box_rokutofuken { display: unset;}
    .box_rokutofuken p { width: 100%;}


}







/* search  ----------------------------------------------------- */

.kako iframe {
    width: 700px;
    height: 700px;
}


/* side_menu  ------------------------ */

#side_menu {
    width: 280px;
    float: left;
}

#side_menu ul > div, #side_menu ul > li {
    width: 250px;
    margin-right: 10%;
}

#side_menu ul > div {
    font-size: 1.1em;
    background: #009688;
    color: #fff;
    padding: 4% 5%;
}

#side_menu ul > li {
    background: #f3f3f3;
    padding: 2% 0;
}

.smp_category-select {
    display: none;
}


/* about  ----------------------------------------------------- */

.about_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 7% 0;
}

.about_item img {
    width: 43%;
    border-radius: 20px;
    pointer-events: none;
}

.about_txt { width: 52%;}

.point {
    position: relative;
    margin-bottom: 60px;
}

.point:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 105%;
    background: #f0fbf3;
    z-index: -1;
    margin-right: calc(50% - 45vw);
}


.point-item {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.point-item li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 5px #ccc;
    width: 350px;
    padding: 1.5%;
}

.point-item li:last-child {
    margin-right: 0;
}

.point-item li img {
    width: 100px;
    display: block;
    margin: 5% auto;
}



.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }

.point_ttl {
    font-size: 1.3em;
    color: #009922;
    margin: 5%;
    text-align: center;
}

.point_txt {
    padding: 0 3%;
}

.about_arrow {
    width: 100px;
    height: 45px;
    background: #092;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    display: block;
    margin: 30px auto;
}



.btn_entry {
    background: #092;
    border: 3px solid #015413;
    border-radius: 100px;
    color: #fff !important;
    padding: 3% !important;
    display: block !important;
    margin: 0 auto 10% !important;
    width: 80%;
}

.btn_entry span {
    color: #092;
}




/* entry  ----------------------------------------------------- */

.flow {
    list-style-type: none;
    display:table;
    width:100%;
    padding:0;
    margin-bottom: 7%;
    overflow:hidden;
}

.flow li {
    width: 310px;
    text-align: center;
    display:table-cell;
    position:relative;
    background: #06cbb7;
    padding: 2% 2.5%;
    color: #fff;
}

.flow li > span {
    font-size: 1.3em;
    color: #fff;
    border-bottom: 4px solid #fff;
    padding-bottom: 2%;
}

.flow li > img {
    pointer-events: none;
    margin: 2% 0;
}

.flow li:last-child{
    padding-right: 1em;
}

.flow li:last-child:before,
.flow li:last-child:after{
    display:none;
}

.flow li:before,
.flow li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}

.flow li:after {
    top: 120px;
    right:-1em;
    border-style: solid;
    border-color: transparent transparent transparent #06cbb7;
    border-width: 30px 0 30px 1em;
    z-index: 10;
}

.flow li.step_02 {
    background: #0eb9a8;
}

.flow li.step_02:after {
    border-color: transparent transparent transparent #0eb9a8;
}

.flow li.step_03 {
    background: #02a394;
}

.btn_register {
    color: #fff;
    background: #026a61;
    padding: 1% 5%;
    border: 1px solid #026a61;
    border-radius: 5px;
}

.btn_register:hover {
    color: #026a61;
    background: #fff;
}

.box_entry {
    border: 2px dotted #009688;
    padding: 2%;
    border-radius: 5px;
    margin-bottom: 3%;
}

.box_entry iframe {
    height: 1630px;
}

.box_entry.box_entry__sub iframe {
    height: 500px;
}

.tbl_delivery th,.tbl_delivery td {
    border: 1px dotted #ccc;
}

.tbl_delivery th {
    width: 85px;
    text-align: center;
    background: #e5e5e5;
    vertical-align: middle;
}

.tbl_delivery td {
    padding: 1% 2%;
    width: 500px;
}



/* login  ----------------------------------------------------- */

.tbl__login {
    width: 800px;
    background: #f5f5f5;
    padding: 3%;
    margin: 0 auto 1%;
}

.tbl__login dl {
    width: 400px;
    margin: 0 auto 2%;
}

.tbl__login dt {
    float: left;
    width: 30%;
}

.tbl__login dd input {
    width: 50%;
    text-align: left;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 0.5%;
    border-radius: 2px;
}

.btn_login {
    color: #fff;
    background: #67a5a3;
    border: 2px solid #67a5a3;
    padding: 1% 8%;
}

.btn_login:hover {
    color: #67a5a3;
    background: #fff;
    border: 2px solid #67a5a3;
}



/* ev form  -------------------------*/

.ev-box {
	background: #fff;
    padding: 2%;
    border-radius: 10px;
    margin-bottom: 40px!important;
}

.ev_form p { text-align: center;}

.ev_item--box {
    width: 100%;
    border: 2px solid #218eff;
    padding: 2%;
    margin-bottom: 4%;
}

.ev_item--box p {
    text-align: left;
}

.ev_item--box span {
    color: #fff;
    background: #218eff;
    border-radius: 5px;
    padding: 0.3% 1%;
}

.flex-ev_item--box {
    display: flex;
    justify-content: space-between;
}

.flex-ev_item--box li {
    width: 49%;
    color: #218eff;
    text-align: center;
    padding: 1%;
    border: 1px solid #218eff;
}


.tbl_ev--form { 
	width: 100%;
    margin: 0 0 4%;
}

.tbl_ev--form tr {
	border-bottom: 1px solid #ccc;
}

.tbl_ev--form tr:first-of-type {
    border-top: 1px solid #ccc;
}

.tbl_ev--form th {
	width: 350px;
	background: #f9f9f9;
}

.tbl_ev--form td {
	padding: 2%;
}

.tbl_ev--form td > label {
    margin-right: 1%;
}

.tbl_ev--form td > input {
	width: 350px;
    padding: 1% 0;
    border: 1px solid #bfbdbb;
	border-radius: 3px;
}

textarea {
    width:100%;
    border: 1px solid #ccc;
    resize:none;
    padding: 1%;
}

.tbl_ev--form.member-form tr td:first-of-type {
	width: 250px;
    text-align: center;
}

.ev_check--box {
    background: #f6fbe8;
    padding: 1%;
    margin-top: 2%;
}

.btn_ev--submit {
	display: block;
    color: #fff;
	cursor: pointer;
    font-size: 20px;
    background: #fd8100;
    padding: 1.5% 10%;
    margin: 3% auto;
    border: 2px solid #fd8100;
    border-radius: 5px;
}

.btn_ev--submit:hover {
	background: #fff;
	color: #fd8100;
	transition: .3s;
}


@media screen and (max-width: 599px) {

    .tbl_ev--form tr {
        border-bottom: none;
    }

}

/* ���X�|���V�u�ݒ� ---------------------------------------------- */

@media screen and (max-width: 599px) {

    /* index -------------------- */

    .page { margin-top: 100px;}
    .pc_top--img { display: none;}
    .sp_top--img {
        display: block;
        margin-bottom: 2%;
    }
    /*------
    .top_txt {
	    font-size: 1.3em;
        left: 62%;
	    letter-spacing: 6px;
	    line-height: 27px;
    }

    .top_txt p:last-child { display: none;}

    .top__icon {
	    top: 60%;
	    right: 0;
        width: 155px;
    }
    ---*/
    .top_search--pc { display: none;}
    .top_topics dt { width: 100%;}

    .top_search--sp {
        display: block;
        background: #2c48df;
        padding: 6% 4%;
    }

    .material-icons.bg_sp--search {
        background: #6f84f5;
        border-radius: 30px;
        padding: 25%;
    }

    .btn_sp-search--conditions a {
        display: inline-flex;
        border-radius: 5px;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        padding: 3% 2%;
        margin: 3% 0;
    }

    .top_topics dd::after { display: none;}


    /* h2 ttl  ------------------ */

    .h2-ttl { font-size: 3em;}




    /* topics  ------------------ */

	#topics_area h4 { padding: 3% 7%;}



    /* about -------------------- */

    .about_item { display: grid;}
    .about_txt { width: 100%;}
    .about_item img { width: 100%;}
    .about_item > .order1 { order: 1;}
    .about_item > .order2 { order: 2;}

    .point { display: block;}
    .point-item { gap: 0;}
    
	.point li {
		margin-bottom: 6%;
		width: auto;
	}

    .btn_entry { width: 100%;}


    /* entry --------------------- */
    
    .flow li {
        width: 100%;
        display: block;
        padding: 5%;
    }

    .box_entry { padding: 5% 3%;}


    /* login --------------------- */

    .tbl__login,.tbl__login dl {
        width: 100%;
        margin-bottom: 5%;
    }
    
    .tbl__login dt {
        float: none;
        margin: 0 auto;
    }
    
    .tbl__login dd input { width: 100%;}
    .btn_login { padding: 4% 15%;}
    


    /* �\���t�H�[���p  ------------------ */

    .h2__ttl { padding: 8%;}

}



/* ������̐ݒ�     ---------------------------------------------- */

@media print {

    .page { margin-top: 2mm; }
/*	.top_txt { font-size: 2em; line-height: unset; }

	.top__icon {
		width: 200px;
	    right: 250px;
	}
*/	
    .top-img,.bg_top-company,.top_company {
	    margin: 0 auto;
    }

    .top__banner { background: none;}

}
