:root {
    --all-text-color: #393939;
    --main-green: #4f9884;
    --main-green-light: #76b3a2;
    --accent-pink: #FC8698;
    --text-blue: #143287;
    --border-gray: #dddddd;
    --nav-side-border: #393939;

    --side-line-pink: #ef0e98;
    --side-line-blue: #0093ff;
    --side-line-soft-pink: #fc8698;

    --table-green: #63A44B;
    --table-green-2: #fafff8;

    --copyright-green: #edfffa;

    --sp-menu: #7b7b7b;
}


body,
ul li {
    color: var(--all-text-color);
}


a {
    text-decoration: none;
    display: contents;
    color: var(--all-text-color);

}

ul {
    list-style: none;
}


.pc_none {
    display: none;
}




/* 分割設定 */

header,
.title_h1,
nav ul,
.c_flex,
.l_c_box,
header div.map_mail,
footer .footer_info,
footer .title,
footer .ather_link,
footer .footer_info .link_list {
    display: flex;
}

.title_h1,
nav ul,
.c_flex,
.l_c_box,
header div:not([class]) {
    justify-content: space-evenly;

}





.wrapper {
    position: relative;
    padding-top: 1rem;
    width: 100%;
}

.container {
    margin: 0 auto 2rem auto;
    max-width: 1200px;
}

.container.c_wide {
    max-width: 100vw;
}

.l_container,
button {
    max-width: 1000px;
}


.r_container {
    max-width: 200px;
}


/* 装飾と余白 */


header .title_h1 {
    font-size: 1rem;
    margin: 0 1rem;
}

header .title_h1>* {
    margin: auto 0.5rem 1rem 0.5rem;
}

header .title_h1 h1 {
    font-size: 2em;
    font-weight: 100;
    margin: 1rem 0;
    color: var(--main-green);
    margin-right: 3rem;
    white-space: nowrap;
}

header .title_h1 p {
    margin-right: 0.5rem;
}

header .title_h1 p span {
    font-size: 1.5rem;
    color: var(--accent-pink);
}

header div.map_mail {
    margin: auto 1rem auto auto;
}

header div.map_mail p {
    padding: 0.5rem 1.5rem;
    background-color: var(--main-green);
    color: #fff;
    border-radius: 5px;
    margin-left: 1rem;
}

header div.map_mail i {
    margin: 0 1rem 0 0;
}


nav {
    margin: auto 0.5rem;

    border: solid var(--nav-side-border);
    border-width: 0 2px 0 2px;
}

nav ul {
    padding-inline-start: 0px;

}


nav ul li {
    display: grid;
    text-align: center;
    margin: 0.5rem 1rem;
    width: calc(100% / 6);
    padding: 0 auto;

}

nav ul li span:not([class]) {
    white-space: nowrap;
    font-size: 1rem;
}

nav ul li svg {
    width: 100%;
}

nav ul li svg,
nav ul li i {
    color: var(--main-green);
    font-size: 2rem;
    padding: 0.25rem;
}

div#nav_wrapper {
    display: none;
}


.topimg {

    text-align: center;

}
.topimg_text {
	color: rgba(79,36,22,1.00);
	font-size: 2rem;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-weight: bold;
}
.topimg_text_pi {
	color: rgba(210,34,80,1.00);
    font-size: 2rem;
      text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-weight: bold;
}

/*
.topimg>div:not([class]) {
    display: flex;
    height: 600px;
    background-image: url("../img/top-image_01.jpeg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.topimg>div:not([class]) {
    display: flex;
    height: 600px;
    background-image: url(../img/top-image_01_pc.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.topimg div .btn_top {
    position: absolute;
    right: 20vw;
    top:500px;
}

.topimg>div:not([class]) .disc {
    margin: auto auto;
    text-shadow: 1px 1px 3px #000000e6;
}

.topimg>div:not([class]) .disc a {
    color: #eee;

}

.topimg>div {
    color: #eee;
    font-size: 1.5rem;

}

.topimg>.under {
    padding: 0.125rem 0;
    background-color: var(--main-green);
    width: 100%;
    bottom: 0px;
}




.l_c_box {
    margin: 0 0 1rem 0;
}

.r_container .mini_square {
    margin: 0.5rem 0.5rem 1rem 0.5rem;
}

.mini_square {
    border: 1px solid var(--border-gray);
    border-radius: 8px;
    padding: 0.75rem 0.75rem 0 0.75rem;
    margin: 0.5rem;
    width: 100%;
}

.mini_square>h3 {
    text-align: center;
    padding: 0 0 0.5rem 0;
    margin: 0.5rem 0;
    color: var(--main-green);
    border-bottom: 1px solid var(--border-gray);
}

.mini_square ul {
    padding: 0 0.5rem;
    list-style: none;
}

.mini_square ul li {
    font-size: 1.125rem;
    margin: 1rem 0;

}

.mini_square ul li::before {

    content: '>';
    margin: 0 0.5rem 0 0;
    color: var(--accent-pink);
}

.mini_square a {
    color: var(--accent-pink);
    margin-bottom: 0.5rem;
}

.mini_square.ms_cent {
    text-align: center;
}

.mini_square.about_back_img {
    background-image: url("../img/blue_wave.png");
    background-position: center;
    background-size: cover;
}

.mini_square.about_back_img .round_mes {
    display: flex;
    margin: 8rem 0 0 0;

}

.mini_square.about_back_img .round_mes div {
    margin: 1rem;
    background: radial-gradient(#e7fbff, #f9feff);
    width: calc((1000px - 10.5rem - 18px) / 4);
    /* レスポンシブ不完全 */
    height: calc((1000px - 10.5rem - 18px) / 4 - 8px);
    /* レスポンシブ不完全 */
    border-radius: 100%;
    border: 2px solid #f9feff;
    display: flex;
}

.mini_square.about_back_img .round_mes div p {
    display: block;
    text-align: center;
    margin: auto;
    color: var(--main-green);
}


.mini_square.indent p {
    padding-left: 2rem;
}

.mini_square p.under_line {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-gray);
}


.mini_square p.under_line:nth-of-type(n+2) {
    margin-top: 3rem;
}


.mini_square p.under_line.question {
    color: var(--main-green);
}






.mini_square .line_box {
    border: solid;
    border-width: 0 0 0 2px;
    padding: 0.5rem 0 0.5rem 0.5rem;
    margin: 1rem 0;

}

.mini_square .line_box p,
.mini_square .line_box h4 {
    margin-block-start: 0.2rem;
    margin-block-end: 0.2rem;

}

.mini_square .l_b_blue {
    border-color: var(--side-line-blue);
    color: var(--side-line-blue);
}

.mini_square .l_b_pink {
    border-color: var(--side-line-pink);
    color: var(--side-line-pink);
}

.mini_square .l_b_soft_pink {
    border-color: var(--side-line-soft-pink);
    color: var(--side-line-soft-pink);
}


.mini_square.recruitment {
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.mini_square.recruitment div {
    position: relative;


}

.mini_square.recruitment div div.back_img,
.mini_square.recruitment div div.back_img img {
    width: 100%;
}

.mini_square.recruitment div>div.r_disc {
    position: absolute;
    top: 0px;
    width: calc(100% - 1.5rem);
    padding: 0.75rem;
    height: calc(100% - 1.5rem);
}

.mini_square.recruitment div>div.r_disc div {
    height: calc(100% - 30px - 1.5rem);
    display: flex;
}

.mini_square.recruitment div>div.r_disc div p {
    margin: auto;
}

.mini_square.recruitment div h3 {
  text-align: center;
  padding: 0 0 0.5rem 0;
  margin: 0.8em 0 0 0;
  color: #b94859;
  border-bottom: 1px solid var(--border-gray);
  font-size: 3em;
  text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}

.mini_square.recruitment div p {
  color: #b94859;
  font-size: 1.5rem;
  text-shadow: 1px 1px 3px #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.6em;
  margin-top: 1.5em !important;
  text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}
@media only screen and (min-width:768px) and (max-width:840px) {
.mini_square.recruitment div p {
  margin-top: 0.5em !important;
}
}


.mini_square.map {
    overflow: hidden;
    padding: 0;
    display: flex;
}



.mini_square.map div {
    width: 50%;
    background-color: var(--main-green);
    color: #fff;
}

.mini_square.map div p {
    font-size: 1.25rem;
}

.mini_square.map div iframe {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
}

.mini_square.map div h3 {
    padding: 0.5rem 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.mini_square.map div p {
    margin-left: 2rem;
}

















.button {
    margin-bottom: 3rem;
}

.button div {
    text-align: center;
    display: initial;
    margin: 0 auto;
    padding: 0.5rem 7rem;
    border-radius: 2rem;
}


.button a {
    display: flex;
}

.button.b_pink div {
    border: 2px solid var(--side-line-soft-pink);

    color: var(--side-line-soft-pink);

}

.button.b_green div {
    border: 2px solid var(--main-green);

    color: var(--main-green);


}



.mini_square.back_img_b {
    height: 135px;
    background-image: url("../img/kaigai_haken.png");
    background-position: center;
    background-size: cover;
}

.mini_square.mini_square.back_img_b a {
    width: 100%;
    height: 100%;
    display: flex;
}

.mini_square.mini_square.back_img_b p {
    font-size: 1.25rem;
    color: #fff;
    margin: auto;
}



.footer_mes {
    background-color: var(--main-green);
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.75rem 0;
    margin-bottom: 2rem;
}



footer .footer_info .link_list {
    width: 30%;
}

footer .footer_info .link_list a {
    color: var(--all-text-color);
}

footer .ather_link {
    margin-bottom: 2rem;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 2rem auto;
}

footer .footer_info {
    margin-bottom: 3rem;
}

footer .footer_info div:not([class]) {
    width: 50%;
}

footer .footer_info div.title,
footer .footer_info p {
    width: fit-content;
    margin-left: auto;
    margin-right: 1rem;
}


footer .footer_info .title h1 {
    color: var(--main-green);
}

footer .footer_info .title * {
    margin-bottom: 0;
}


footer .info_button p {
    padding: 0.5rem;
    background-color: var(--main-green);
    color: #fff;
    border-radius: 5px;

}


footer .info_button p i {
    margin-right: 0.5rem;
}

footer p>span {
    font-size: 1.5rem;
    color: var(--accent-pink);
}



footer .footer_info ul li {
    font-size: 1rem;
    margin: 0.5rem 0;

}

footer .footer_info ul li::before {

    content: '>';
    margin: 0 0.5rem 0 0;
    color: var(--accent-pink);
}



.container.footer {
    margin-bottom: 0;
}

footer div.copyright {
    background-color: var(--copyright-green);
    color: var(--main-green);
    text-align: center;
    display: none;
}

footer div.copyright p {

    margin: 0;
    padding: 0.5rem 0;
}



/* ather page */

h2 {
    padding: 1rem;
    color: var(--main-green);
    border-bottom: 1px solid var(--border-gray);
}

h3 {
    color: var(--main-green);
}

.side_image h3{
  margin-top: 0;
}



.text_pink {
    color: var(--accent-pink);
}

.text_white {
    color: #fff;
}


h3.text_blue {
    color: var(--text-blue);
}

.indent h3 {
    font-size: 1.5rem;
    padding-left: 2rem;
    margin-top: 2rem;
    text-align: left;
}

.indent.h3_center h3 {
    text-align: center;
}

.indent h4 {
    padding-left: 2rem;
}

.indent ul {
    padding-left: 2rem;
}

.side_image {
    display: flex;
    align-items: flex-start;
}

.side_image div {
    width: 50%;
    padding: 1rem;
}

.side_image div img {
    border-radius: 3px;
    width: 100%;
}

.text_table {
    padding: 2rem;
}

.mini_square .arrow_text {
    display: flex;
}

.mini_square.center_box h3 {
    width: 100%;
}

.mini_square.center_box>div {
    padding: 2rem;
}

/*
.mini_square.center_box div.arrow_text div:first-child p{
    text-align: center;
}
*/

.mini_square.center_box div.arrow_text div:first-child p {
    width: 17rem;
}

.mini_square.center_box p span {
    font-size: 1.5rem;
}


.mini_square .arrow_text {
    margin-bottom: 2rem;
}

.mini_square .arrow_text i {
    width: 5rem;
    margin: 2rem 6rem;
    font-size: 5rem;
    color: var(--accent-pink);
}


.mini_square table {
    min-width: 60%;

}

.mini_square table tr {
    height: 2rem;
    margin-bottom: 1px solid #ccc;
}


.mini_square table tr td.cat {
    height: 3rem;
    font-weight: bold;
}


.mini_square table.price_table_green td.gr {
    background-color: var(--table-green);
    color: #fff;
}


.mini_square table.price_table_green td {

    padding-left: 0.5rem;
    background-color: var(--table-green-2);
}


.mini_square table.price_table_green.wide {
    width: calc(100% - 4rem);
}

.mini_square table.price_table_green td.map {
    padding: 0;
    width: 100%;
}

.mini_square table.price_table_green td.map iframe {
    width: 100%;
    height: 50rem;
}


.mini_square.document_page {
    line-height: 1.75rem;
}


.mini_square.document_page p,
.mini_square.document_page h2,
.mini_square.document_page h3 {
    padding: 1rem 4rem;
    text-align: left;
}

.mini_square.document_page p.ta_r {
    text-align: right;
    padding: 0.5rem 4rem;
}

.mini_square.q_a_box div {
    margin: 3rem 2rem 5rem 2rem;
    border-bottom: 1px solid #eee;
}

.mini_square.q_a_box div p:first-child {
    color: var(--text-blue);
    font-size: 1.5rem;
}

.mini_square.q_a_box div p:first-child::before {
    content: "Ｑ,";
}

.mini_square.q_a_box div p:nth-child(2) {
    color: var(--accent-pink);
}


.mini_square.q_a_box div p:nth-child(2)::before {
    content: "Ａ,";
}


.mail_form_item {
    display: flex;
    margin: 1rem 0;
}


.mail_form_item p {

    text-align: right;
    margin-block-start: 0;
    margin-block-end: 0;
}

.mail_form_item p,
.mail_form_item label {
    height: 1rem;
    width: 26%;
    margin-right: 1rem;
    padding: 0.5rem 0;
    font-size: 1rem;
}



.mail_form_item input {
    height: 2rem;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
}

.mail_form_item label {
    height: 2rem;
    display: flex;
    width: auto;

}

.mail_form_item>div {
    width: 74%;
}

.mail_form_item div.form_ta {
    height: 10rem;
}

.mail_form_item div.form_radio {
    display: flex;
}

.mail_form_item div.form_radio div,
.mail_form_item div.form_cb div {
    display: flex;
}

.mail_form_item textarea {
    height: 100%;
    width: 100%;
}

.mail_form_item input[type=email] {
    width: 50%;
}

.mail_form_item .must_input::before {
    content: "必須";
    font-size: 0.75rem;
    color: var(--accent-pink);
    margin-right: 0.5rem;
}



input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=checkbox]+label,
input[type=radio]+label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

input[type=checkbox]+label::before,
input[type=radio]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
}

input[type=radio]+label::before {
    border-radius: 50%;

}

input[type=checkbox]:checked+label,
input[type=radio]:checked+label {
    color: var(--main-green);
}

input[type=checkbox]:checked+label::after,
input[type=radio]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(0.5rem + 3px);
    left: 3px;
    width: 11px;
    height: 11px;
    background: var(--main-green);

}

input[type=radio]:checked+label::after {
    border-radius: 50%;
}

button {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 0.5rem;
    margin-right: 1rem;
    color: #fff;
}

button.form_reset {
    background-color: #ccc;
}

button.form_submit {
    background-color: var(--main-green);
}




form #mfp_hidden,
form .mfp_err {
    display: none !important;
}




.mini_square table.job_details {
    _width: 100%;
    width: auto;
}

.mini_square table.job_details td {
    padding: 1rem;
}

.mini_square table.job_details td:first-child,
.mini_square table.job_details th:first-child {
    border-right: 1px solid #dddddd;
    _width: 20%;
    width: 10em;

}
@media screen and (max-width: 767px) {
.mini_square table.job_details td:first-child,
.mini_square table.job_details th:first-child {
    width: 30%;

}
}

.mini_square table.job_details th {
    border-bottom: 1px solid #dddddd;
}





@media screen and (min-width: 1200px) {

    .l_container {
        width: 1000px;

    }
}

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

    header,
    .title_h1,
    nav ul,
    footer .footer_info,
    footer .title,
    footer .footer_info .link_list {
        display: flex;
    }

    header .title_h1 * {
        white-space: nowrap;

    }

    header .title_h1 h1 {
        margin-right: 0.5rem;
    }

nav{
    border: none;
}

    footer .ather_link,
    .mini_square.about_back_img .round_mes,
    .c_flex {
        display: block;
    }

    .r_container,
    .l_c_box div.mini_square.about_back_img {
        max-width: inherit;
        width: calc(100% - (2.5rem + 2px));
    }

    .sp_none {
        display: none;
    }

    .mini_square.about_back_img .round_mes div {
        margin: 1rem 0;
        height: 3rem;
        border-radius: 50px;
        width: inherit;

    }


    .mini_square.about_back_img .round_mes {
        margin: 0;

    }

}

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





    html,
    body,
    .wrpper {
        width: 100%;
    }

    header,
    nav ul,
    .side_image,
    .c_flex,
    .l_c_box,
    footer .footer_info,
    footer .title,
    footer .ather_link,
    footer .footer_info .link_list,
    .mini_square.about_back_img .round_mes,
    .mini_square .arrow_text {
        display: inherit;
    }


    .mini_square p {
        line-height: 2rem;
    }


    .topimg>div:not([class]) {
        background-position-x: -935px;
    }


    .title_h1,
    nav ul,
    .c_flex,
    .l_c_box {
        justify-content: inherit;

    }

    nav ul li,
    footer .footer_info .title {
        display: flex;
    }


    .sp_none,
    header div.map_mail {
        display: none;
    }

    .pc_none {
        display: inherit;
    }

    .wrapper {
        padding-top: 2.75rem;
    }

    .r_container {
        width: 100%;
    }

    .container.top {
        margin: 0px;
    }

    header {
        box-shadow: 1px 3px 3px #3333331f;
    }

    div.menu {
        z-index: 99;
        position: fixed;
        top: 0px;
        right: 0px;
        margin: 0.4rem;
        width: calc(3rem + 2px);
        height: calc(3rem + 2px);
        border: 1px solid #dcdcdc;
        border-radius: 3px;
    }

    div.menu div {
        padding: 0.8rem;
        position: relative;
    }

    div.menu div span {
        position: absolute;
        display: block;
        border-radius: 1px;

        width: calc(1.8rem - 2px);
        background-color: var(--sp-menu);
        height: 0.2rem;
        top: calc(0.8rem - 1px);
    }

    div.menu div span::after,
    div.menu div span::before {
        position: absolute;
        border-radius: 1px;

        display: block;

        width: calc(1.8rem - 2px);
        background-color: var(--sp-menu);
        height: 0.2rem;
        content: "";
    }

    div.menu span::after {
        top: calc(1.6rem - 2px);
    }

    div.menu span::before {
        top: calc(0.8rem - 1px);
    }

    nav {
        z-index: 99;
        position: fixed;
        top: calc(3.8rem + 2px);
        right: 0.125rem;
        display: none;
        border: none;
        background-color: #fff;
        width: 60%;
        box-shadow: 1px 3px 3px #3333331f;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    nav.nav_open {
        display: inherit;
    }

    nav ul {
        margin: 0px;
        padding: 0 0 0 0;
        width: 100%;
    }

    nav ul li {
        width: calc(100% - 2rem);
        margin: 0.5rem 0;
        padding: 0 1rem;
        border-bottom: 1px solid #f1f1f1;
    }

    nav ul li svg,
    nav ul li i {
        width: 1.5rem;
        font-size: 1.5rem;
        margin: 0.5rem;
        padding: 0;
    }

    nav ul li span {
        margin: 0.75rem auto 0.75rem 0.5rem;
    }


    div#nav_wrapper {
        display: inherit;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #0000002e;
        transition-property: opacity;
        transition-duration: 0.25s;
        opacity: 0;
        pointer-events: none;
    }



    div#nav_wrapper.nav_open {
        opacity: 1;
        pointer-events: inherit;
    }


    .button div {
        margin: 0 auto;
    }



    .topimg .under,
    .footer_mes {
        font-size: 1rem;
    }


    .footer_mes p {
        padding: 0 1rem;
    }


    .side_image div {
        width: calc(100% - 4rem);
    }

    .indent h2,
    .indent h3,
    .indent h4 {
        padding-left: 0;
        padding-top: 0;
    }

    .indent h2 span,
    .indent h3 span,
    .indent h4 span{
        font-size: 1rem;
    }

    .mini_square table {
        width: 100%;
        margin: 0;
    }


    .mini_square table.list_table tr td:last-child {
        text-align: right;
    }

    footer .footer_info div:not([class]) {
        width: inherit;
    }



    footer .footer_info div.title,
    footer .footer_info p {
        width: fit-content;
        margin: 0.5rem auto;

    }

    footer .footer_info {

        margin-bottom: 1.5rem;
    }


    footer .footer_info .title * {
        margin: auto 0.5rem 0.5rem 0.5rem;
    }

    footer .footer_info .title {
        margin-right: 1rem;
    }

    footer .footer_info .link_list {
        display: flex;
        width: fit-content;
    }


    footer .footer_info .link_list ul {
        padding-inline-start: 2rem;

    }


    footer .ather_link div {
        margin: 0.5rem;
    }

    footer .ather_link div img {
        width: 100%;
    }

    footer div.copyright {
        margin-bottom: calc(3.5rem + 1px);
    }





    .mini_square {
        width: calc(100% - 2.5rem - 2px);
    }

    .mini_square.indent p {
        padding-left: 0.5rem;
    }



    .mini_square.recruitment div>div.r_disc {
        position: inherit;
    }

    .mini_square.recruitment {
        width: calc(100% - 1rem);
        margin: 0.5rem;
    }


    .mini_square.recruitment div>div.r_disc div p {
        font-size: 1rem;
    }


    .mini_square.map {
        display: inherit;
        width: calc(100% - 1rem - 2px);
        background-color: var(--main-green);
    }

    .mini_square.map div {
        width: 100%;
    }


    .mail_form_item {
        display: block;
        margin-bottom: 2rem;
    }

    .mail_form_item p,
    .mail_form_item label {
        text-align: left;
        width: 100%;
    }

    .mail_form_item>div {
        width: 100%;
    }


    .mail_form_item input[type=email] {
        width: 100%;
    }

    .mail_form_item p {

        margin-bottom: 0.5rem;

    }


    .mini_square .arrow_text i {
        display: none;
    }


    .mini_square .arrow_text .bottom_arrow i {
        display: inherit;
        margin: auto;
    }



    .mini_square table.price_table_green.wide {
        width: inherit;
    }



    .mini_square table.price_table_green td.gr {
        min-width: 5rem;
    }

    .mini_square table.price_table_green td.map iframe {
        height: 30rem;
    }





    .r_container {
        max-width: 100%;
    }





    header {
        width: 100%;
        height: calc(3.8rem + 2px);
        position: fixed;
        top: 0px;
        background-color: #fff;
        z-index: 99;
    }

    .sp_bottom {
        z-index: 99;
        display: flex;
        justify-content: space-evenly;
        position: fixed;
        width: 100%;
        bottom: 0px;
        border-top: 1px solid var(--main-green-light);
        background-color: var(--main-green);
    }

    .sp_bottom .tel_button {
        display: flex;
        border: solid var(--main-green-light);
        border-width: 0 1px 0 1px;
    }


    .sp_bottom .tel_button p {
        font-size: 1.5rem;
    }


    .sp_bottom .tel_button i {
        margin: 0.5rem;
        font-size: 1.5rem;
    }

    .sp_bottom div {
        justify-content: space-evenly;
        color: #fff;
        text-align: center;
        padding: 0.5rem;
    }

    .sp_bottom div p {
        margin: 0.5rem 0 0 0;
    }


    header .title_h1 {
        margin: auto;
        margin: 0.5rem auto 1rem 0;
        width: fit-content;
    }

    header .title_h1>* {
        margin: auto auto;
    }

    header .title_h1 p {
        margin-left: 1rem;
        font-size: 0.75rem;
    }

    header .title_h1 h1 {
        margin: 0.8rem;
        font-size: 1.5rem;
    }
.topimg_text {
	color: rgba(79,36,22,1.00);
	font-size: 1.33rem;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-weight: bold;
}
.topimg_text_pi {
	color: rgba(210,34,80,1.00);
    font-size: 1.33rem;
      text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-weight: bold;
}


.topimg>div:not([class]) {
    display: flex;
    height: 600px;
    background-image: url("../img/top-image_01_sp.jpeg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
}

/* 20220622追加CSS */
.border_bottom {
  text-align: center;
  border-top: 1px solid var(--border-gray);
  padding: 3em 0 1em;
}
.job_title {
  margin-top: 4em !important;
}
@media screen and (max-width: 767px) {
.job_title {
  margin-top: 2em !important;
}
}
/* 20221219追加CSS */
.mini_img {
  display:block;
  margin:1em auto;
  overflow:hidden;
}
.mini_img img {
  display:block;
  width: 31.3%;
  margin:1em 1%;
  float:left;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
.mini_img img {
  width: 80%;
  margin: 1em auto;
  display: block;
  float: none;
}
}
