@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@font-face {
    font-family: MaruminOld;
    src: url(../font/MARUMINO.TTF);
}

main {
    margin-top: 60px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #F7F3ED;
}

img {
    max-width: 100%;
}

textarea:focus,
input:focus{
  background-color: rgba(211,218,226,1) !important;
}


/* img {
    display: block;
    width: 100%;
    height: auto;
} */

#wrapper {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}


/* .en_font{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
}
.sansjp {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
} */

.sansjp {
    font-family: 'Noto Sans JP', sans-serif;
}

.cnt_in_big {
    margin: 0 auto;
    max-width: 1120px;
    width: 98% !important;
}

.cnt_in {
    margin: 0 auto;
    max-width: 1024px;
    width: 96% !important;
}

.flex_box {
    display: flex;
}

.justify_content_bewteen {
    justify-content: space-between;
}

.justify_content_center {
    justify-content: center !important;
}

.align_items_center {
    align-items: center;
}

.align_items_baseline {
    align-items: baseline;
}

.flex_wrap {
    flex-wrap: wrap;
}

.wrap {
    flex-wrap: wrap;
}

.position_relative {
    position: relative;
}

.align_items_baseline {
    align-items: baseline !important;
}

.position_relative {
    position: relative !important;
}

.w_100 {
    width: 100% !important;
}

.h_100 {
    height: 100% !important;
}

.text_center {
    text-align: center !important;
}

.text_right {
    text-align: right !important;
}

.text_under_decoration {
    text-decoration: underline !important;
}

.text_through_decoration {
    text-decoration: line-through !important;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.p_0 {
    padding: 0 !important;
}

.text_under_inner {
    position: absolute;
    z-index: -1;
    color: transparent !important;
    text-decoration: underline;
    text-decoration-color: #FFD7A0;
    text-decoration-thickness: 15px;
    left: 0;
    top: -15px;
}

.text_under_inner_center {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

h1 {
    font-size: 88px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

.h1 {
    font-size: 88px;
}

.h2 {
    font-size: 28px;
}

.h3 {
    font-size: 22px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

.dot_inner {
    display: flex;
}

.dot_inner::before {
    content: "・";
}

h2.title_sec_01 {
    font-family: "Noto Serif JP";
    font-weight: bold;
    font-size: 28px;
    line-height: 25px;
    text-align: left;
    color: #5c3232;
    position: relative;
    text-align: center;
}

h2.title_sec_01::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 6px;
    background: #ffd7a0;
    transform: translateX(-50%);
    margin-bottom: -20px;
}


/* font */

.default_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #414141;
}

.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 14px;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_bold {
    font-weight: bold !important;
}

.fw_normal {
    font-weight: normal !important;
}

.fs_base {
    font-size: 16px !important;
}

.lh_base {
    line-height: 32px !important;
}


/*  */


/* color */

.main_color {
    color: #414141 !important;
}

.text_color1 {
    color: #5c3232 !important;
}

.text_color2 {
    color: #a64c4c !important;
}

.text_color3 {
    color: #FFBF66
}


/*  */


/* background */

.bg_white {
    background-color: white !important;
}

.bg_color1 {
    background-color: #5c3232 !important;
}

.bg_color2 {
    background: #f7f3ed !important;
}

.bg_color3 {
    background: #a64c4c !important;
}

.bg_color4 {
    background: #FFBF66 !important;
}

.bg_color5 {
    background: #D67B05 !important;
}

.bg_color6 {
    background: #FFD7A0 !important;
}


/*  */


/* border */

.border_radius_10 {
    border-radius: 10px;
}

.border_radius_20 {
    border-radius: 20px;
}

.special_border {
    border: 6px solid #a64c4c;
}


/*  */


/* margin and padding  */

.px_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.px_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.px_50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.py_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py_30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py_50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.my_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my_20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.my_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

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

.m_0 {
    margin: 0 !important;
}

.ml_auto {
    margin-left: auto !important;
}

.mr_auto {
    margin-right: auto !important;
}

.pt_10 {
    padding-top: 10px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pt_30 {
    padding-top: 30px !important;
}

.pt_40 {
    padding-top: 40px !important;
}

.pt_50 {
    padding-top: 50px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.pb_40 {
    padding-bottom: 40px !important;
}

.pb_50 {
    padding-bottom: 50px !important;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

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

.mx_auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.pl_5 {
    padding-left: 5px !important;
}

.pl_10 {
    padding-left: 10px !important;
}

.pl_20 {
    padding-left: 20px !important;
}

.pl_25 {
    padding-left: 25px !important;
}

.pl_30 {
    padding-left: 30px !important;
}

.pl_40 {
    padding-left: 40px !important;
}

.pr_5 {
    padding-right: 5px !important;
}

.pr_10 {
    padding-right: 10px !important;
}

.pr_20 {
    padding-right: 20px !important;
}

.pr_25 {
    padding-right: 25px !important;
}

.pr_30 {
    padding-right: 30px !important;
}

.pr_40 {
    padding-right: 40px !important;
}


/*  */


/* display */

.d_block {
    display: block !important;
}

.d_inline_flex {
    display: inline-flex !important;
}

.d_inline_block {
    display: inline-block !important;
}

.divider {
    padding-bottom: 30px;
    border-bottom: 1px solid #C3C3C3;
}


/*  */


/* more_button style start */

.more_btn_01 {
    border-radius: 1000px;
    background: #a64c4c;
    padding: 25px 100px;
    text-align: center;
    width: max-content;
    position: relative;
}

.more_btn_01 h5 {
    font-family: "Noto Serif JP";
    font-weight: 500;
    color: #fff;
}

.more_btn_01::after {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 7%;
    color: white;
    transform: translateY(-50%);
    font-size: 12px;
}

.more_btn_02 {
    width: max-content;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #5c3232;
    opacity: 0.95;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 16%);
    padding: 10px 45px;
    position: relative;
}

.more_btn_02 h4 {
    font-family: "Noto Serif JP";
    font-weight: normal;
    color: #000;
}

.more_btn_02::after {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    color: #5C3232;
    font-size: 14px;
}

.more_btn_03 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a64c4c;
    border-radius: 1000px;
    height: 92px;
}


/* 
.more_btn_03 img {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
} */

.more_btn_03 p {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    padding-left: 10px;
}

.more_btn_03::after {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
}

.more_btn_04 {
    width: max-content;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #5c3232;
    opacity: 0.95;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 16%);
    padding: 10px 65px;
    position: relative;
}

.more_btn_04 p {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000;
}

.more_btn_04::after {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    color: #5C3232;
    font-size: 10px;
}

.more_btn {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: 576.1px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5c3232;
    padding: 25px 0;
    position: relative;
}

.more_btn img {
    margin-right: 10px;
}

.more_btn img.before {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.more_btn_arrow::after {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: white;
    font-size: 14px;
}


/* more_button style end */


/* contact area */

.contact_area {
    width: 783.62px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 30px;
    background-image: url(../img/common/contact_area.png);
    background-size: 100% 100%;
}

.contact_area .common_title {
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.contact_area p.content {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 32px;
    text-align: center;
    color: #000;
}

.contact_area p.content span {
    font-family: "Noto Serif JP";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 25px;
    text-align: left;
    color: #000;
}

.contact_area .contact_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 60px;
}

.contact_area .contact_wrapper p {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.contact_area .contact_wrapper p.contactor {
    font-family: "Noto Serif JP";
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 0.04em;
    line-height: 25px;
    color: #a64c4c;
}

.contact_area .contact_wrapper p.contactor img {
    width: 46px;
    margin-right: 10px;
}

.contact_area .contact_wrapper p span {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 25px;
    text-align: center;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.contact_area .contact_wrapper p.email {
    font-family: "Noto Serif JP";
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 25px;
    color: #a64c4c;
}

.contact_area .contact_wrapper p.email span {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #000;
}


/*  */


/* accordion style start */

.tab input {
    display: none;
}

.tabs {
    overflow: hidden;
}

.tab {
    overflow: hidden;
    background: url(../img/common/q_a_bg_close.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    padding-bottom: 60px;
    margin-top: 30px;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.tab-label:hover {}

.tab-label::after {
    content: "▼";
    font-size: 12px;
    text-align: center;
    transition: all 0.35s;
    position: absolute;
    right: 0;
    top: 50%;
    color: #5C3232;
    transform: translateY(-50%);
}

.tab-content {
    display: none;
    transition: all 0.35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

input:checked+.tab-label {
    background: transparent;
}

input:checked+.tab-label::after {
    content: "▲";
}

input:checked~.tab-content {
    display: block;
    padding-top: 10px;
}

.tab .tab_content {
    display: flex;
    width: 100%;
    position: relative;
}

.tab .tab_content h3.tab_index {
    width: 6%;
    text-align: center;
    font-family: "Noto Serif JP";
    font-weight: 500;
    color: #633b3a;
    position: relative;
    margin-top: 4px;
}

.tab .tab_content h3.tab_index::after {
    content: "";
    position: absolute;
    border-right: 2px solid #633b3a;
    right: 0;
    top: 2px;
    height: 22px;
}

.tab .tab_content h3:not(.tab_index) {
    font-family: "Noto Serif JP";
    font-weight: 500;
    color: #000;
    /* width: max-content; */
    margin-top: 0;
    margin-left: 20px;
    line-height: 1.6;
}

.tab .tab_content .h6 {
    width: 94%;
    font-family: "Noto Serif JP";
    font-weight: normal;
    color: #000;
    line-height: 2;
    margin-left: 20px;
}


/* accordion style end */


/* common_title */

.common_title {
    font-family: "Noto Serif JP";
    font-weight: bold;
    font-size: 28px;
    line-height: 25px;
    color: #5c3232;
    padding: 30px 0;
    position: relative;
    margin-bottom: 30px !important;
}

.common_title_center {
    text-align: center;
}

.common_title_center::before {
    width: 80px;
    height: 6px;
    background: #ffd7a0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.common_title_start {
    text-align: left;
}

.common_title_start::before {
    width: 80px;
    height: 6px;
    background: #ffd7a0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}


/*  */


/* swiper slide start */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* swiper slide end */


/* banner style start */

.banner_sec_01 {
    position: relative;
    margin-top: 120px;
    margin-left: calc((100% - 1020px) / 2);
}

.banner_sec_01 img {
    width: 100%;
}

.banner_sec_01 .title {
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
    border-radius: 0px 200px 200px 0px;
    background: #f7f3ed;
    width: 44%;
    padding: 27px 55px;
}

.banner_sec_01 .title h2 {
    font-family: "Noto Serif JP";
    font-weight: bold;
    color: #5c3232;
    line-height: 2.5;
}

.banner_sec_01 p {
    font-family: "Noto Serif JP";
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    color: #414141;
    margin-top: 10px;
}


/* banner style end */


/* category style start */

.category_inner {
    max-width: 320px;
    width: 32%;
    margin-top: 40px;
}

.category_inner h3 {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #5c3232;
    border-radius: 10px;
}

.category_inner h3::after {
    content: "▶";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.category_inner p {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #414141;
    margin-top: 20px;
}


/* category style end */


/* color style */

.bc_interview {
    background: #B1C5EB
}

.bc_site {
    background: #EFC287;
}

.bc_example {
    background: #E6C4C4;
}

.bc_other {
    background: #F4E8A4;
}

.bg_white {
    background: white;
}


/* color style */


/* border style */

.bd_medical {
    border: 2px solid #a6ccf5;
}

.bd_work {
    border: 2px solid #b797f8;
}

.bd_community {
    border: 2px solid #f39c39;
}

.bd_voice {
    border: 2px solid #808080;
}

.bd_health {
    border: 2px solid #F8CC56;
}

.bd_school {
    border: 2px solid #75D4A1;
}


/* border style */


/* clients info style start */

.clients_info {
    width: 31.5%;
    margin-top: 40px;
}

.clients_info h6.category {
    width: 35%;
    height: 30px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #5c3232;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients_info h6.place {
    width: 60%;
    height: 26px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 15px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients_info img {
    margin-top: 10px;
}

.clients_info h5 {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #5c3232;
    margin-top: 10px;
}

.clients_info p.name {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 15px;
    text-align: left;
    color: #868686;
    margin: 10px 0;
}

.clients_info p.name span {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 15px;
    margin-left: 10px;
}

.clients_info p.content {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #000000;
}

.clients_info p.content a {
    color: #A64C4C;
    text-decoration: underline;
}


/* clients info style end */

@media only screen and (min-width:750px) {
    .pc_w_50 {
        width: 50%;
    }
    .pc_fs_18 {
        font-size: 18px !important;
    }
    .pc_fs_20 {
        font-size: 20px !important;
    }
    .pc_fs_22 {
        font-size: 22px !important;
    }
    .pc_lh_28 {
        line-height: 28px !important;
    }
    .pc_lh_40 {
        line-height: 40px !important;
    }
    .pc_lh_26 {
        line-height: 26px !important;
        ;
    }
    .pc_fs_18 {
        font-size: 18px !important;
        ;
    }
    header {
        background: #f7f3ed;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        z-index: 1000;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    header .header_container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    header .logo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    header .header_menu_content #gnav {
        display: flex;
        justify-content: space-between;
    }
    header .header_menu_content #gnav .item {
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
    header .header_menu_content #gnav .item:hover {
        text-decoration: none;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #FFD7A0;
        color: #fff;
        border: none;
    }
    header .header_menu_content #gnav .item>a {
        font-family: "Noto Serif JP";
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #000;
        padding: 0 20px;
    }
    header .header_menu_content #gnav .item>a span {
        display: block;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 auto;
    }
    header .header_menu_content #gnav .item>div {
        position: absolute;
        z-index: 1;
        top: 60px;
        background-color: #5C3232;
        left: 0;
        display: none;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all linear 100ms;
        transition: all linear 100ms;
    }
    header .header_menu_content #gnav .gnav1>div {
        width: 300px;
    }
    header .header_menu_content #gnav .gnav2>div {
        width: 300px;
    }
    header .header_menu_content #gnav .gnav3>div {
        width: 300px;
    }
    header .header_menu_content #gnav .gnav4>div {
        width: 300px;
    }
    header .header_menu_content #gnav .gnav5>div {
        width: 300px;
    }
    header .header_menu_content #gnav .item>div a {
        font-family: "Noto Serif JP";
        font-weight: bold;
        font-size: 15px;
        text-align: left;
        color: #fff;
        width: 100%;
        height: 100%;
        padding: 15px 20px;
        display: block;
    }
    header .header_menu_content #gnav .item>div li {
        width: 100%;
        height: 100%;
        text-align: left;
    }
    header .header_menu_content #gnav .item>div li:hover {
        background-color: #826161;
        color: #fff;
        text-decoration: none;
        width: 100%;
    }
    header .header_menu_content #gnav .item:hover>div {
        display: block;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
    /* header end */
    /* footer */
    footer .footer_top .header {
        background-color: #5C3232;
    }
    .footer_middle {
        background: white;
    }
    footer .footer_top .header li {
        padding: 20px 15px;
        font-family: "Noto Serif JP";
        font-weight: bold;
        font-size: 16px;
        color: #f7f3ed;
        border-right: 1px solid #A58D8D;
        display: block;
        width: 25%;
    }
    footer .footer_top .header li:first-child {
        border-left: 1px solid #A58D8D;
    }
    footer .footer_top .body {
        background-color: #826161;
    }
    footer .footer_top .body li {
        padding: 20px 0px;
        font-family: "Noto Serif JP";
        font-weight: bold;
        color: #f7f3ed;
        border-right: 1px solid #A58D8D;
        display: block;
        width: 25%;
    }
    footer .footer_top .body li:first-child {
        border-left: 1px solid #A58D8D;
    }
    footer .footer_top .body li .group a.special {
        font-family: "Noto Sans JP";
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        display: block;
        padding: 10px 15px;
    }
    footer .footer_top .body li .group span.special {
        font-family: "Noto Serif JP";
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        text-align: left;
        color: #f7f3ed;
        background-color: #5C3232;
        margin-top: 15px;
        padding: 15px;
        display: block;
    }
    footer .footer_top .body li .group a.special::before {
        display: none;
    }
    footer .footer_top .body li .group a {
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        display: block;
        padding: 3px;
        padding-left: 30px;
        position: relative;
    }
    footer .footer_top .body li .group a:hover {
        text-decoration: underline;
    }
    footer .footer_top .body li .group a::before {
        position: absolute;
        content: '‣';
        top: 2px;
        left: 15px;
        font-size: 26px;
    }
    footer .footer_middle .wrapper {
        justify-content: space-between;
        display: flex;
        align-items: center;
        padding: 30px 0;
    }
    footer .footer_under {
        background-color: #5C3232;
        padding: 30px 0;
    }
    footer .footer_under .wrapper {
        justify-content: center;
        display: flex;
        align-items: center;
    }
    footer .footer_under .wrapper li a {
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        color: #fff;
        display: block;
        padding: 0 20px;
        border-right: 1px solid white;
    }
    footer .footer_under .wrapper li:last-child a {
        border-right: none;
    }
    footer .footer_under .footer_logo_wrapper {
        padding: 30px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .footer_under .copyright {
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 10px;
        line-height: 18px;
        text-align: center;
        color: #fff;
    }
    /* footer end */
    /* fixed_btn_container */
    .fixed_btn_container {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
    }
    .fixed_btn_container a {
        font-family: "Noto Serif JP";
        font-weight: bold;
        font-size: 22px;
        line-height: 25px;
        text-align: center;
        color: #000;
        writing-mode: vertical-lr;
        display: block;
        background-color: white;
        padding: 0 10px;
        height: 150px;
        margin-top: 10px;
        box-shadow: 3px 3px 8px rgb(44, 44, 44);
        position: relative;
    }
    .fixed_btn_container a::before {
        height: 100%;
        width: 10px;
        background-color: black;
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        border-radius: 10px 0 0 10px;
    }
    .fixed_btn_container a:nth-child(1)::before {
        background-color: #A64C4C;
    }
    .fixed_btn_container a:nth-child(2)::before {
        background-color: #FFBF66;
    }
    .fixed_btn_container a:nth-child(3)::before {
        background-color: #5C3232;
    }
    /* fixed_btn_container end */
}

@media screen and (min-width:750px) and (max-width:1060px) {
    header .header_menu_content {
        width: 75%;
    }
    header .header_menu_content #gnav .item>a {
        font-size: 12px;
        padding: 0 5px;
    }
    header .header_menu_content #gnav .gnav1>div {
        width: 300px;
    }
    header .header_menu_content #gnav .gnav2>div {
        width: 300px;
    }
    header .header_menu_content #gnav .item>div a {
        font-size: 12px;
    }
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 13px;
    }
    .h1 {
        font-size: 60px;
    }
    .h2 {
        font-size: 22px;
    }
    .h3 {
        font-size: 18px;
    }
    .h4 {
        font-size: 16px;
    }
    .h5 {
        font-size: 15px;
    }
    .h6 {
        font-size: 14px;
    }
    .tab {
        padding: 3vw;
        padding-bottom: 4vw;
        margin-top: 2vw;
    }
    .banner_sec_01 {
        position: relative;
        margin-top: 100px;
        margin-left: 2%;
    }
    .more_btn_03 p {
        font-size: 18px;
    }
    .more_btn_03 {
        height: 82px;
    }
    .clients_info h6.category {
        font-size: 12px;
    }
    .clients_info h6.place {
        font-size: 12px;
    }
}

@media only screen and (max-width:750px) {
    /* common */
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .cnt_in {
        width: 92% !important;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 15px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 13px;
    }
    p {
        font-size: 13px;
    }
    .h1 {
        font-size: 35px;
    }
    .h2 {
        font-size: 20px;
    }
    .h3 {
        font-size: 18px;
    }
    .h4 {
        font-size: 15px;
    }
    .h5 {
        font-size: 15px;
    }
    .h6 {
        font-size: 13px;
    }
    .text_under_inner {
        text-decoration-thickness: 7.5px;
        top: -7.5px;
    }
    .more_btn_02::after {
        font-size: 10px;
    }
    .more_btn_01::after {
        font-size: 10px;
    }
    .more_btn_03 {
        height: 60px;
        width: 300px;
        margin: auto;
    }
    .more_btn_03 p {
        font-size: 17px;
        line-height: 17px;
        padding-left: 14px;
    }
    .more_btn_03::after {
        content: "▶";
        position: absolute;
        top: 50%;
        right: 6%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 10px;
    }
    .more_btn_04 {
        padding: 10px 55px;
    }
    .more_btn_04 p {
        font-size: 16px;
        line-height: 23px;
    }
    .tab {
        overflow: hidden;
        background: url(../img/common/q_a_bg_close_sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 21px;
        padding-bottom: 60px;
        margin-top: 10px;
        width: 300px;
        margin: auto;
    }
    .tab .tab_content h3.tab_index {
        width: 10%;
        text-align: left;
        margin-top: 3px;
    }
    .tab .tab_content h3.tab_index::after {
        right: 0;
        top: 3px;
        height: 18px;
    }
    .tab .tab_content div:last-child {
        width: 90%;
    }
    .tab .tab_content h3:not(.tab_index) {
        margin-top: 0;
        margin-left: 20px;
    }
    .tab .tab_content .h6 {
        width: 90%;
    }
    .tab-label::after {
        display: none;
    }
    .tab .sp_arrow {
        position: absolute;
        left: 50%;
        bottom: 34vw;
        transform: translateX(-50%);
        z-index: 2;
        width: 10px;
    }
    .tab .sp_arrow img {
        width: auto;
    }
    .tab .tab_content .h6 {
        font-size: 14px;
    }
    .banner_sec_01 {
        position: relative;
        margin-top: 75px;
        margin-left: 4%;
    }
    .banner_sec_01 .title h2 {
        font-size: 22px;
        line-height: 1.8;
    }
    .banner_sec_01 .title {
        top: 60%;
        width: max-content;
        padding: 12px 40px 12px 20px;
    }
    .more_btn {
        width: 100% !important;
        font-size: 16px;
        line-height: 16px;
        padding: 20px 0;
    }
    .more_btn img {
        position: absolute;
        left: 30px;
    }
    .more_btn_arrow::after {
        right: 15px;
        font-size: 10px;
    }
    .more_btn img.before {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    h2.title_sec_01 {
        font-size: 20px;
        line-height: 25px;
    }
    h2.title_sec_01::after {
        width: 70px;
        height: 4px;
        margin-bottom: -13px;
    }
    .category_inner {
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }
    .category_inner h3 {
        font-size: 20px;
        line-height: 25px;
        border-radius: 5px;
    }
    .category_inner p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    .clients_info h6.category {
        height: 23px;
        font-size: 11px;
        border-radius: 3px;
    }
    .clients_info h6.place {
        width: 61%;
        height: 21px;
        font-size: 11px;
        border-radius: 3px;
    }
    .clients_info h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 6px;
    }
    .clients_info p.name span {
        font-size: 12px;
        margin-left: 10px;
    }
    .clients_info p.content {
        font-size: 13px;
        line-height: 22px;
        margin-top: 8px;
    }
    .bd_medical {
        border: 1px solid #a6ccf5;
    }
    .bd_work {
        border: 1px solid #b797f8;
    }
    .bd_community {
        border: 1px solid #f39c39;
    }
    .bd_voice {
        border: 1px solid #808080;
    }
    .bd_health {
        border: 1px solid #F8CC56;
    }
    .bd_school {
        border: 1px solid #75D4A1;
    }
    /* / common */
    /* header */
    header {
        background: #f7f3ed;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        z-index: 1000;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    header .header_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    header .menu {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        position: relative;
        display: inline-block;
        width: 50px;
        height: 38px;
        background-color: transparent;
        border: 0;
        outline: 0;
        padding: 10px 11px;
        margin: 0;
    }
    header .menu span {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #5C3232;
        position: absolute;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    header .menu span:nth-child(1) {
        top: 10px;
    }
    header .menu span:nth-child(2) {
        top: 18px;
    }
    header .menu span:last-child {
        top: 26px;
    }
    header .open span:nth-child(1) {
        top: 17px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header .open span:nth-child(2) {
        display: none;
    }
    header .open span:last-child {
        top: 17px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .header_menu_content {
        display: none;
        background-color: #5C3232;
        width: 100%;
        height: -webkit-calc(100vh - 54px);
        height: calc(100vh - 54px);
        overflow-y: scroll;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 30;
    }
    header .header_menu_content #gnav {
        padding: 0 0px;
    }
    header .header_menu_content #gnav .item {
        position: relative;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    header .header_menu_content #gnav .item::before {
        background-color: #8C6D6C;
        width: 90%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: '';
    }
    header .header_menu_content #gnav .item a {
        display: block;
        position: relative;
        font-family: "Noto Serif JP";
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        text-align: left;
        color: #fff;
        padding: 20px;
    }
    header .header_menu_content #gnav .item ul {
        display: none;
        border-top: 1px solid #A68D8C;
        background-color: #826161;
    }
    header .header_menu_content #gnav .item ul li:not(:last-child) {
        border-bottom: 1px solid #A68D8C;
    }
    header .header_menu_content #gnav .item ul a {
        font-family: "Noto Serif JP";
        font-weight: normal;
        font-size: 14px;
        line-height: 35px;
        text-align: left;
        color: #fff;
        padding: 5px 20px;
    }
    header .header_menu_content #gnav .gnav1>a span,
    header .header_menu_content #gnav .gnav2>a span,
    header .header_menu_content #gnav .gnav3>a span,
    header .header_menu_content #gnav .gnav4>a span,
    header .header_menu_content #gnav .gnav5>a span {
        width: 40px;
        height: 40px;
        background: url("../img/common/gnav_open.svg") center 50%/50% no-repeat;
        position: absolute;
        content: '';
        display: inline-block;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    header .header_menu_content #gnav .on ul {
        display: block;
    }
    header .header_menu_content #gnav .gnav1.on>a span,
    header .header_menu_content #gnav .gnav2.on>a span,
    header .header_menu_content #gnav .gnav3.on>a span,
    header .header_menu_content #gnav .gnav4.on>a span,
    header .header_menu_content #gnav .gnav5.on>a span {
        width: 40px;
        height: 40px;
        background: url("../img/common/gnav_close.svg") center 50%/50% no-repeat;
        position: absolute;
        content: '';
        display: inline-block;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    header .header_menu_content a.special {
        font-family: "Noto Sans JP";
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #a64c4c;
        background: white;
        padding: 15px 0;
        width: 90%;
        margin: 25px auto;
        border-radius: 30px;
        position: relative;
    }
    header .header_menu_content a.special::before {
        position: absolute;
        content: '‣';
        top: 43%;
        transform: translateY(-50%);
        right: 25px;
        font-size: 36px;
    }
    /*  */
    /* footer */
    footer .footer_top {
        display: none;
    }
    footer .footer_middle .wrapper {
        justify-content: space-between;
        display: flex;
        align-items: center;
        padding: 30px 0;
        flex-wrap: wrap;
    }
    footer .footer_middle .wrapper span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px;
    }
    footer .footer_middle .wrapper a {
        width: 48%;
        margin-top: 10px;
    }
    footer .footer_under {
        background-color: #5C3232;
        padding: 30px 0;
        padding-bottom: 75px;
    }
    footer .footer_under .wrapper {
        text-align: center;
    }
    footer .footer_under .wrapper li a {
        display: block;
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        display: block;
        padding: 10px 0;
    }
    footer .footer_under .footer_logo_wrapper {
        padding: 30px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .footer_under .copyright {
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 10px;
        line-height: 18px;
        text-align: center;
        color: #fff;
    }
    /* footer end */
    /* fixed_btn_container */
    .fixed_btn_container {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .fixed_btn_container a {
        font-family: "Noto Serif JP";
        font-weight: bold;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        color: #000;
        display: block;
        width: 32%;
        background-color: white;
        padding: 10px 0;
        position: relative;
        box-shadow: 1px 1px 5px lightgray;
    }
    .fixed_btn_container a::before {
        width: 100%;
        height: 10px;
        background-color: black;
        content: '';
        position: absolute;
        left: 0px;
        top: -10px;
        border-radius: 10px 10px 0 0;
    }
    .fixed_btn_container a:nth-child(1)::before {
        background-color: #A64C4C;
    }
    .fixed_btn_container a:nth-child(2)::before {
        background-color: #FFBF66;
    }
    .fixed_btn_container a:nth-child(3)::before {
        background-color: #5C3232;
    }
    .cnt_in_big {
        width: 94% !important;
    }
    .footer_middle {
        background: white;
    }
    /* fixed_btn_container end */
    /* contact area */
    .contact_area {
        width: auto;
        max-width: 400px;
        padding-top: 30px;
        padding-bottom: 50px;
        margin-top: 30px;
        background-image: url(../img/common/contact_area_sp.png);
        background-size: 100% 100%;
    }
    .contact_area .common_title {
        font-size: 20px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .contact_area p.content {
        font-size: 13px;
        line-height: 24px;
    }
    .contact_area p.content span {
        font-size: 18px;
    }
    .contact_area .contact_wrapper {
        padding: 0;
    }
    .contact_area .contact_wrapper p {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
    .contact_area .contact_wrapper p.contactor {
        font-size: 30px;
        line-height: 25px;
    }
    .contact_area .contact_wrapper p.email {
        font-size: 16px;
    }
    .contact_area .contact_wrapper p.email span {
        font-family: "Noto Serif JP";
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        color: #000;
    }
    /*  */
    /* common_title */
    .common_title {
        font-size: 20px;
        line-height: 25px;
        padding: 20px 0;
    }
    /*  */
    /* clients info style start */
    .clients_info {
        width: 100%;
    }
    .clients_info img {
        width: 33%;
        margin: 0 15px 0 0;
    }
    /* clients info style end */
}