@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
    font-family: "Noto Serif JP";
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

.ml10 {
    margin-left: 50px;
}

.tar {
    text-align: right;
}

.tarp p {
    text-align: right;
}

.mt50 {
    margin-top: 50px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ht-startup {
    height: 90%;
}

.sbc {
    color: #FF6666;
}

/*20230313 堀追加*/

	p{
		font-size:1.6rem;
		line-height:1.8;
	}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
	
}

@media only screen and (max-width: 759px) {
    #hatarakuhito_list ul li {
        width: 49%;
        padding: 15px 10px;
        margin-right: 2%;
        margin-top: 0;
        margin-left: 0;
    }
    #hatarakuhito_list ul li:nth-of-type(2n) {
        margin-right: 0;
    }
}


/* PC */

@media screen and (min-width: 769px) {
    /*高さ調整*/
    .ht350 {
        height: 350px !important;
    }
    .ht100p {
        height: 100% !important;
    }
    .content h2 {
        font-size: 3rem;
    }
    .content h4 {
        font-size: 2rem;
        font-weight: bold;
        margin: 25px 0;
    }
    .flex-hataraku-wrap {
        padding: 20px;
        /* border:solid 1px black; */
        background: #fce8e9;
    }
    .flex-hataraku {
        display: flex;
        justify-content: center;
    }
    .flex-hataraku2 {
        display: flex;
        justify-content: ;
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }
    .flex-hataraku2 h3 {
        text-align: center;
        font-weight: 700;
    }
    .flex-hataraku2 ul {
        text-align: left;
    }
    .flex-hataraku2 ul li {
        /* list-style-type: disc !important; */
        font-size: 1.6rem;
        margin-left: 20px;
    }
    .bl {
        border-left: solid 1px black;
    }
    .kakuseiki-img {
        max-width: 50px;
        margin-bottom: 30px;
    }
    .midashi-img {
        max-width: 700px;
        margin-bottom: 12px;
        /* transform: rotate(-5deg); */
    }
    .midashi-img2 {
        max-width: 700px;
        margin-bottom: 12px;
        /* transform: rotate(-5deg); */
    }
    .wk-parent {
        position: relative;
        height: 650px;
    }
    .wk-parent-inner {
        padding: 50px;
        border: solid 1px black;
        width: 95%;
    }
    .wk-child {
       position: absolute;
       top: 65%;
       left: 80%;
       width: 200px;
    }
    .wk-child-display {
        display: block;
    }
    .wk-child-none {
        display: none;
    }
    /*スタートアップで働こうと考えてる人2名用*/
    .wk-parent2 {
        position: relative;
        height: 900px;
    }
    .wk-parent-inner2 {
        position: relative;
        padding: 50px;
        border: solid 1px black;
        width: 95%;
    }
    .wk-parent-flex2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .wk-parent-flex2 div:first-child {
        flex-basis: 70%;
    }
    .wk-parent-flex2 div:nth-child(2) {
        flex-basis: 30%
    }
    .wk-child2 {}
    .wk-child-display2 {
        display: none;
    }
    .wk-child-none2 {
        display: block;
    }
    div#hatarakuhito_detail .h2-title {
        font-size: 3.6rem !important;
        text-align: center;
    }
    div#hatarakuhito_detail .bdbn {
        font-weight: bold;
        font-size: 2.6rem;
        padding: 0 0 8px;
        border-bottom: 2px solid #000 !important;
        margin: 0 0 10px 0;
        line-height: 1.5;
    }
    div#hatarakuhito_detail div.tags ul {
        overflow: hidden;
        padding-bottom: 40px;
        border-bottom: 1px solid #eee;
    }
    div#hatarakuhito_detail div.tags ul li {
        float: left;
        margin-right: 10px;
    }
    div#hatarakuhito_detail {
        width: 100%;
        max-width: 1075px;
        margin: 0 auto;
    }
    div#hatarakuhito_detail p.photo {
        float: left;
        max-width: 55%;
        padding-right: 4%;
        background: #fff;
    }
    div#hatarakuhito_detail .sns {
        text-align: right;
    }
    div#hatarakuhito_detail p.photo img {
        width: 100%;
    }
    div#hatarakuhito_detail p.sms {
        text-align: right;
    }
    div#hatarakuhito_detail div h2 {
        font-weight: bold;
        font-size: 2.6rem;
        padding: 0 0 8px;
        /* border-bottom: 2px solid #000; */
        border-left: solid 0px black;
        margin: 50px 0 50px 0;
        line-height: 1.5;
    }
    div#hatarakuhito_detail .midashi-narrow {
        font-weight: bold;
        font-size: 2.6rem;
        padding: 0 0 8px;
        margin: 0 0 10px 0;
        line-height: 3;
        transform: rotate(-5deg);
        background-image: url(../img/hatarakuhito/marker.png);
        background-repeat: no-repeat;
    }
    div#hatarakuhito_detail .midashi-narrow2 {
        font-weight: bold;
        font-size: 2.6rem;
        padding: 35px 0 8px;
        margin: 0 0 50px 0;
        line-height: 3;
        font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        transform: rotate(5deg);
    }
    div#hatarakuhito_detail div table tr th {
        width: 120px;
        text-align: left;
    }
    div#hatarakuhito_detail div table tr td {
        padding: 0px 0 15px;
        line-height: 1.7em;
    }
    div#hatarakuhito_detail div dl dd span {
        display: inline-block;
        width: 120px;
    }
    div#hatarakuhito_detail div.project {
        position: relative;
        overflow: hidden;
        height: 109px;
        width: 390px;
    }
    div#hatarakuhito_detail div.project ul {
        width: 10000px;
        position: absolute;
        left: 0px;
        top: 0px;
        overflow: hidden;
    }
    div#hatarakuhito_detail div.project ul li {
        float: left;
        border: 1px solid #eee;
        margin-right: 30px;
        cursor: pointer;
    }
    div#hatarakuhito_detail div.project p {
        position: absolute;
        right: 0px;
        top: 35%;
        color: #1099bb;
        font-weight: bold;
        font-size: 28px;
    }
    div#hatarakuhito_detail div.project p img {
        cursor: pointer;
    }
    div#hatarakuhito_detail div {
        overflow: hidden;
    }
    .size-auto,
    .size-full,
    .size-large,
    .size-medium,
    .size-thumbnail,
    .wp-post-image {
        max-width: 100%;
        height: auto;
    }
    div#hatarakuhito_detail div.tags ul {
        overflow: hidden;
        padding-bottom: 40px;
        border-bottom: 1px solid #eee;
    }
    div#hatarakuhito_detail div.tags ul li {
        float: left;
        margin-right: 10px;
    }
	.pl20{
		padding-left:20px
	}
	.pr20{
		padding-right: 20px;
	}
	
	/*20230313 堀追加*/
	
	.hataraku img{
		width:70%;
		display: block;
		margin: 0 auto;
	}
	.hataraku p{
		width:70%;
		display: block;
		margin: 0 auto;
	}
	
	.eyecatch img{
		width:70% !important;
		display: block;
		margin: 0 auto;
	}
}


/* SP */

@media screen and (max-width: 768px) {
    /*改行*/
    .sp-mt50 {
        margin-top: 50px;
    }
    .pc {
        display: none;
    }
    div#hatarakuhito_detail p.photo {
        float: none;
        padding-right: 0px;
        padding-bottom: 20px;
        background: #fff;
        max-width: 100%;
        margin-right: 0;
    }
    div#hatarakuhito_detail div h2 {
        margin: 0 0px 10px 0;
        font-size: 2rem;
    }
    div#hatarakuhito_detail div table {
        margin: 0 0px 10px 0;
    }
    div#hatarakuhito_detail div.content {
        margin: 30px 0;
    }
    .content h4 {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 25px 0;
    }
    .flex-hataraku-wrap {
        padding: 20px;
        /* border:solid 1px black; */
        background: #fce8e9;
    }
    .flex-hataraku {
        display: block;
        justify-content: center;
    }
    .flex-hataraku2 {
        display: flex;
        justify-content: ;
        flex-direction: column;
        width: 100%;
    }
    .flex-hataraku2 h3 {
        text-align: center;
        font-weight: 700;
    }
    .flex-hataraku2 ul {
        text-align: left;
    }
    .flex-hataraku2 ul li {
        /* list-style-type: disc !important; */
        font-size: 1.6rem;
        margin-left: 20px;
    }
    .caption {
        font-size: 1rem;
    }
    .kakuseiki-img {
        max-width: 50px;
        margin-bottom: 12px;
    }
    .kakuseiki-img {
        max-width: 50px;
        margin-bottom: 30px;
    }
    .midashi-img {
        max-width: 300px;
        margin-bottom: 12px;
        transform: rotate(-5deg);
    }
    .midashi-img2 {
        position: absolute;
        max-width: 300px;
        margin-bottom: 12px;
        transform: rotate(-5deg);
        top: 20px;
        right: 10px;
    }
    /*スタートアップで働こうと考えてる人1名用*/
    .wk-parent {}
    .wk-parent-inner {
        position: relative;
        padding: 50px;
        border: solid 1px black;
        width: 95%;
    }
    .wk-child {}
    .wk-child-display {
        display: none;
    }
    .wk-child-none {
        display: block;
    }
    div#hatarakuhito_detail .h2-title {
        font-size: 1.6rem !important;
        text-align: center;
    }
    div#hatarakuhito_detail .bdbn {
        font-weight: bold;
        font-size: 1.8rem;
        padding: 0 0 8px;
        border-bottom: 2px solid #000 !important;
        margin: 0 0 10px 0;
        line-height: 1.6;
    }
    div#hatarakuhito_detail .midashi-narrow {
       /* font-weight: bold;
        font-size: 1.6rem;*/
        /* padding: 0 0 8px;
      margin: 0 0 10px 0;  */
        /*line-height: 3;*/
        /*transform: rotate(-5deg);*/
       /* background-image: url(../img/hatarakuhito/marker.png);
        background-repeat: no-repeat;*/
    }
    div#hatarakuhito_detail .midashi-narrow2 {
        font-weight: bold;
        font-size: 1.6rem;
        /*padding: 35px 0 8px;*/
        /* margin: 0 0 50px 0;  */
        line-height: 1.4;
        font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        /*transform: rotate(5deg);*/
		border-left: 3px 000000;
        border-left: solid 6px #DE569A;
        padding-left: 2rem;
    }
    div#hatarakuhito_detail div.tags ul {
        overflow: hidden;
        padding-bottom: 40px;
        border-bottom: 1px solid #eee;
    }
    div#hatarakuhito_detail div.tags ul li {
        float: left;
        margin-right: 10px;
    }
    div#hatarakuhito_detail {
        width: 100%;
        max-width: 1075px;
        margin: 0 auto;
    }
    div#hatarakuhito_detail p.photo {
        float: left;
        max-width: 55%;
        padding-right: 4%;
        background: #fff;
    }
    div#hatarakuhito_detail .sns {
        text-align: right;
    }
    div#hatarakuhito_detail p.photo img {
        width: 100%;
    }
    div#hatarakuhito_detail p.sms {
        text-align: right;
    }
    div#hatarakuhito_detail div h2 {
        font-weight: bold;
        font-size: 2.6rem;
        padding: 0 0 8px;
        /* border-bottom: 2px solid #000; */
        border-left: solid 0px black;
        /* margin: 50px 0 50px 0;  */
        line-height: 1.5;
    }
    div#hatarakuhito_detail div table tr th {
        width: 120px;
        text-align: left;
    }
    div#hatarakuhito_detail div table tr td {
        padding: 0px 0 15px;
        line-height: 1.7em;
    }
    div#hatarakuhito_detail div dl dd span {
        display: inline-block;
        width: 120px;
    }
    div#hatarakuhito_detail div.project {
        position: relative;
        overflow: hidden;
        height: 109px;
        width: 390px;
    }
    div#hatarakuhito_detail div.project ul {
        width: 10000px;
        position: absolute;
        left: 0px;
        top: 0px;
        overflow: hidden;
    }
    div#hatarakuhito_detail div.project ul li {
        float: left;
        border: 1px solid #eee;
        margin-right: 30px;
        cursor: pointer;
    }
    div#hatarakuhito_detail div.project p {
        position: absolute;
        right: 0px;
        top: 35%;
        color: #1099bb;
        font-weight: bold;
        font-size: 28px;
    }
    div#hatarakuhito_detail div.project p img {
        cursor: pointer;
    }
    div#hatarakuhito_detail div {
        overflow: hidden;
    }
    .size-auto,
    .size-full,
    .size-large,
    .size-medium,
    .size-thumbnail,
    .wp-post-image {
        max-width: 100%;
        height: auto;
    }
    div#hatarakuhito_detail div.tags ul {
        overflow: hidden;
        padding-bottom: 40px;
        border-bottom: 1px solid #eee;
    }
    div#hatarakuhito_detail div.tags ul li {
        float: left;
        margin-right: 10px;
    }
	
	/*20230314 堀追加*/
		.pl20{
		margin-top:50px;
	}

	.pr20{
		margin-bottom:50px;
	}
}


/*# sourceMappingURL=maps/hatarakuhito.css.map */