/* .se- */
:root {
    --se_color1: #fff4bb;
    --se_color2: #efca78;
    --se_color3: #f9e1de;
    --se_color4: #3e7730;
    --se_color5: #e5af61;
}

.se-title{
    width: 80%;
    margin-bottom: 0;
    line-height: 1.5rem;
}
.se-h1_img1,
.se-h1_img2{
    width: 17%;
}
.se-h1{
    width: fit-content;
}


/* 福祉事業所とは */

.se-container{
    margin: 50px 0;
}

.se-atfirst_box {
    display: flex;
    width: 70%;
    margin: 0 auto 50px;
}

.se-atfirst_box_left {
    width: 50%;
    display: flex;
    align-items:center ;
}
.se-atfirst_box_left  img{
    width: 100%;
}

.se-atfirst_box section {
    width: 50%;
    padding: 30px;
}

/* 検索ボックス */

.se-search_box {
    width: 80%;
    background-color: var(--se_color1);
    border-radius: 50px;
    padding: 50px;
    margin: 10px auto;
}

.se-search_box h2{
    text-align: center;
    background-color: var(--se_color5);
    color: white;
}

.se-search_box_content {
    display: flex;
    width: 100%;
    border-bottom: 3px rgb(91, 91, 91) dashed;
    padding-bottom: 20px;
    margin: 20px 0;
}

.se-search_box_left {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.se-search_box_right {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.se-search_box_label {
    margin: 0 10px;
    cursor: pointer;
    width: fit-content;
}

.se-search_box input[type=checkbox] {
    margin: 0 5px;
    accent-color: var(--se_color4);
}

.se-send_form {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 1rem;
    width: fit-content;
    padding: 1rem 4rem;
    margin: 20px auto;
    font-weight: bold;
    border-radius: 100vh;
    color: #110B06;
    border: 2px solid #110B06;
    box-shadow: 3px 3px #110B06;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.se-reset_form {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 0.9rem;
    width: fit-content;
    padding: 0.5rem 2rem;
    margin: 20px auto;
    font-weight: bold;
    border-radius: 100vh;
    color: #110B06;
    border: 2px solid #110B06;
    box-shadow: 3px 3px #110B06;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}

.se-keyword {
    height: 1.5rem;
    width: 80%;
    font-family: "游ゴシック", "游ゴシック体", sans-serif;
}

.se-send_form:hover {
    box-shadow: none;
    transform: translate(3px, 3px);
    color: #110B06;
    background-color: #ffef3e;
}

.se-reset_form:hover {
    background-color: #969696;
}
.se-reset_form:active {
    box-shadow: none;
    transform: translate(1px, 1px);
    color: #110B06;
    background-color: #9bebff;
}

.se-area_viewflg {
    display: none;

}

.se-area_view {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #b4d7ac94;
}

.se-area_p {
    background-color: #ffffff;
    padding: 50px;
    font-size: 14px;
    max-height: 60vh;
    overflow: auto;
}

.se-area_cities_btn {
    background-color: #cdcdcd;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

/* 検索ボックス　地域 */
.se-area_box {
    display: flex;
}

.se-area_left {
    width: 500px;
    position: relative;
    top: 0;
    left: 0;
}

.se-area_right {
    width: calc(100% - 500px);
    display: flex;
    flex-direction: column;
}

.se-area_clumn {
    display: flex;
    line-height: 2rem;
}


.se-area_img{
 width: 500px;   
}


/* 検索ボックス　地域クリック */
.se-area_click {
    width: 200px;
    height: 3.5rem;
    position: absolute;
    cursor: pointer;
}

.se-area_1 {
    /* 中の右 */
    top: 220px;
    left: 270px;
}

.se-area_2 {
    /* 右上 */
    top: 120px;
    left: 250px;
}

.se-area_3 {
    /* 右下 */
    top: 360px;
    left: 200px;
}

.se-area_4 {
    /* 中の左 */
    top: 250px;
    left: 20px;
}

.se-area_5 {
    /* 左上 */
    top: 90px;
    left: 20px;
}

/* 検索ボックス　キーワード */
input[name="word"]{
    margin-left: 17px;
}

/* 検索結果 */

#se-view_box h2{
    text-align: center;
    margin-top: 5px;
}
.se-view_result {
    text-align: center;
    margin: 50px auto 0px;
}

.se-view_content_wrap {
    width: 80%;
    margin: 0 auto 40px;

    background-color: rgba(255, 255, 255, 0.579);
}

.se-view_content_title {
    background-color: var(--se_color3);
    border-left: 20px var(--se_color5) solid;

    padding: 20px 0 20px 20px;
}

.se-view_content_title_labelwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.se-view_content_title_label {
    margin: 0 10px;
    line-height: 2rem;
    border-radius: 1.5rem;
    border: 3px var(--se_color4) solid;
    padding: 0 20px;
    color: var(--se_color4);
    font-size: 1rem;
    font-weight: bold;
}

.se-view_content_title_text {
    font-weight: bold;
    font-size: 1.7rem;
}

/* 検索結果　中のflexbox */

.se-view_content_inbox {
    padding: 50px;
    display: flex;
}

.se-view_content_left {
    width: 300px;
}

.se-view_content_right {
    width: calc(100% - 300px);
}

/* 検索結果　中の左の画像 */
.se-view_content_left img{
    width: 100%;
    object-fit: cover;
}

/* 検索結果　中の右のbox */

.se-view_content_appeal {
    font-family: 'Zen Maru Gothic', "游ゴシック", "游ゴシック体", sans-serif;
    background-color: white;
    font-size: 1.4rem;
    padding: 10px;
}

.se-view_content_right_bottomwrap {
    padding: 20px;
}

.se-view_content_textwrap {
    display: flex;
    padding: 6px 0;
    
    border-bottom:var(--se_color5) dotted 3px;
}

.se-view_content_textwrap:nth-child(3) {
border-bottom: none;
}

.se-view_content_textwrap_left {
    width: 200px;
    position: relative;
    left: 10px;
}
.se-view_content_textwrap_left::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: -15px;
    width: 10px;
    height: 10px;
    background-color: var(--se_color5);
}

.se-view_content_textwrap_right {
    width: calc(100% - 200px);
}


.se-btn_beige{
	display: block;
	text-align: center;
	text-decoration: none;
    font-family: "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 1rem;
	width: fit-content;
	padding: 1rem 4rem;
	margin: 20px auto;
	font-weight: bold;
	border-radius: 100vh;
	color: #110B06;
	border: 3px solid #110B06;
	box-shadow: 1px 1px #110B06;
	transition: 0.2s ease-in-out;
    cursor: pointer;
}

.se-btn_beige:hover {
	box-shadow: none;
	transform: translate(2px, 2px);
	color: #110B06;
	background-color: #F4F2DC;
}

/* 検索結果非表示 */
.se-noview {
    display: none;
}


@media only screen and (max-width:1240px) {
.se-view_content_appeal{
    font-size: 1.3rem;
}
}
@media only screen and (max-width:1000px) {
    .se-view_content_inbox {
        flex-direction: column;
        width: 80%;
        margin: auto;
    }
    .se-view_content_left,
    .se-view_content_right{
        width: 100%;
    }

    .se-area_box {
        flex-direction: column;
    }

    .se-area_left {
        width: 100%;
    }

    .se-area_right {
        width: 100%;
    }


    .se-area_img {
        width: 90%;
    }

    .se-view_content_appeal{
        padding: 5px 1rem;
    }
}

/* ▽▽▽　Tablet-A用CSS START */
@media only screen and (max-width:960px) {
    .se-atfirst_box {
        flex-direction: column;
        margin: auto;
    }
    
    .se-view_content_textwrap_left{
        width: 40%;
    }
    .se-view_content_textwrap_right{
        width: 60%;
    }

    .se-atfirst_box_left {
        width: 100%;
    }

    .se-atfirst_box section {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    a.se-atfirst_btn {
        margin: 20px auto;
    }



    .se-view_content_left {
        width: 100%;
    }

    .se-view_content_right {
        width: 100%;
    }

    .se-area_click {
        display: none;
    }
}

/* △△△　Tablet-A用CSS END */
/* ▽▽▽　Tablet-B用CSS START */


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

    .co-h1_img{
        width: 15%;
    }

    .se-search_box{
        padding: 20px;
    }
    

    .se-view_content_title{
        padding: 0 0 20px 0;
    }

    .se-view_content_textwrap {
        flex-direction: column;
        border-bottom: none;
    }
    .se-view_content_title_text {
    padding-left: 15px;
    padding-top: 10px;
    }

    .se-view_content_appeal{
        font-size: 1.2rem;
    }

    .se-view_content_textwrap_left {
        width: calc(100% - 0.8rem);
        background-color: var(--se_color3);
        font-weight: bold;
        padding-left: 0.8rem;
    }

    .se-view_content_textwrap_right {
        width: 100%;
        padding: 5px 0;
    }

    .se-view_content_wrap{
        width: 90%;
    }

    .se-view_content_inbox{
        width: 90%;
        padding: 30px 0;
        
        margin: auto;
    }

    .se-view_content_right_bottomwrap{
        padding: 20px 0;
    }

}

/* △△△　Tablet-B用CSS END */
/* ▽▽▽　smartphone用CSS START */
@media only screen and (max-width:480px) {
}

/* △△△　smartphone用CSS END */