@charset "utf-8";

/*---------- reset ----------*/
html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.625;
    /*color: #333;*/
    /*height: 100%;*/
    /*position: relative;*/
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

textarea {
    /*font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";*/
}

input {
    /*font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";*/
    line-height: 1.5;
    color: #333;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    display: block;
    max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

p {
    line-height: 1.625;
    letter-spacing: 0.05em;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

input[type="button"],
input[type="submit"],
input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.cf::after {
    content: "";
    clear: both;
    display: block;
}

[href^="tel:"] {
    pointer-events: none;
}

/*---------- reset end ----------*/

html {
    visibility: hidden;
}

html.wf-active,
html.wf-inactive {
    visibility: visible;
}

body {
    color: #312F2F;
    background-color: #e8e8e2;
    width: auto;
}
header,
#header_home {
    z-index: 20; /* スライドショーより上に表示する */
}
.inner {
    background-color: #fff;
    border-radius: 40px;
    max-width: 810px;
    margin: 30px auto 0 auto;
    padding: 40px;
}
.container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}
.left-full {
    background: linear-gradient(90deg, white 0%, white 50%, transparent 50%, transparent 100%);
}
.right-full {
    background: linear-gradient(270deg, white 0%, white 50%, transparent 50%, transparent 100%);
}

h2 {
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 20px;
}
a,
a:visited {
    color: #2E73D8;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.show_pc {
    display: block;
}
.show_sp {
    display: none;
}
.pt-0 {
    padding-top: 0 !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.br-sp {
    display: none;
}
.h1_title:after {
    content: ' - ' attr(data-txt) '';
    padding-left: 20px;
    position: relative;
    bottom: 2px;
}
.h2_title:after {
    content: ' - ' attr(data-txt) '';
    font-size: 2.2rem;
    padding-left: 20px;
    position: relative;
    bottom: 5px;
}

/* お知らせ */
ul.news_list time {
    display: block;
    font-size: 1.4rem;
    padding-top: 15px;
}
ul.news_list li:first-child time {
    padding-top: 0;
}
ul.news_list a,
ul.news_list p {
    display: block;
    /*font-size: 1.7rem;*/
    padding-top: 3px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E2;
}

/*お知らせ一覧*/
.news h1 {
    font-size: 3.4rem;
    font-weight: 900;
    margin-bottom: 20px;
}
.h1_title_qa {
    font-size: 3.4rem;
    font-weight: 900;
    margin-bottom: 20px;
}

/*404エラーのページ*/
.h1_title_404 {
    font-size: 3.4rem;
    font-weight: 900;
    margin-bottom: 20px;
}

/*仮の数値*/
.news h2 {
    font-size: 3.0rem;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news h3 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news h3:before {
    background-color: #f00;
    content: "";
    display: inline-block;
    height: 22px;
    margin: 0 8px 4px 0;
    vertical-align: middle;
    width: 5px;
}

.news time {
    font-size: 1.4rem;
    display: block;
}

.news ol {
    list-style: auto;
    padding-left: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news ul {
    list-style: disc;
    padding-left: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news ul.news_list {
    padding-left: 0;
}

.news table {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news table th {
    background-color: rgb(232, 232, 226);
}

.news table th,td {
    border:gray solid 1px;
}

.news_list li {
    list-style: none;
}

.news a[target="_blank"]:after {
    background: url(../img/common/icon_external_link.svg) no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 12px;
}

.news .return_link {
    margin-top: 10px;
    text-align: right;
}

.news .return_link a {
    position: relative;
    font-size: 1.3rem;
}

.news .return_link a:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #999996;
    border-left: 2px solid #999996;
    top: 6px;
    right: 100px;
    transform: rotate(-45deg);
    transition: all .3s ease;
}

.news .return_link a:hover:before {
    border-color: #2E73D8;
}


/*仮の数値---end*/

.h1_title_news:after {
    content: ' - ' attr(data-txt) '';
    font-size: 2.3rem;
    padding-left: 20px;
    position: relative;
    bottom: 2px;
}

.h2_title_news:after {
    content: ' - ' attr(data-txt) '';
    font-size: 2.0rem;
    padding-left: 20px;
    position: relative;
    bottom: 5px;
}
.h1_title_qa:after {
    content: ' - ' attr(data-txt) '';
    font-size: 2.0rem;
    padding-left: 20px;
    position: relative;
    bottom: 5px;
}

/* もっと見る */
.link_area{
    display: flex;
    align-items: center;
}

.read_more {
    text-align: right;
    padding-top: 20px;
}
.read_more a {
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
    padding-right: 10px;
    margin-left: 22px;
}
.read_more a:hover {
    text-decoration: underline;
}
.read_more a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #999996;
    border-right: 2px solid #999996;
    top: 6px;
    right: 0;
    transform: rotate(45deg);
    transition: all .3s ease;
}
.read_more a:hover:after {
    border-color: #2E73D8;
}

/* 外部リンクアイコン */
.external_more {
    font-size: 1.4rem;
}

.external_more a:after {
    background: url(../img/common/icon_external_link.svg) no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 12px;
}

/* バイトルキャリア教育プログラム */
.program_nav {
    display: flex;
    justify-content: space-between;
}
.program_nav_link {
    display: block;
}
.program_nav_item {
    display: flex;
    align-items: center;
}
.program_nav_item div:first-child img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
}
.program_nav_item div:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
}
.program_info {
    display: flex;
    justify-content: space-around;
    column-gap: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E8E2;
}
.program_info.no_border_bottom {
    border-bottom: none;
    padding-bottom: 0;
}
.program_info div:nth-child(1) {
    flex: 1;
}

.program_info div:nth-child(2) img {
    width: 285px;
    border-radius: 20px;
}
.program_info h3 {
    margin-bottom: 20px;
}

.program_info.middle_school h3,
.program_info.high_school h3 {
    margin-bottom: 0;
}

.program_info.middle_school .sub_ttl,
.program_info.high_school .sub_ttl{
    font-size: 2.2rem;
    color: #f00;
    font-weight: 900;
    margin-bottom: 20px;
    display: block;
    text-align: right;
}

/* 開催レポートボタン */
.report_btn_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.report_btn_wrapper:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/home/achievement_image1.jpg);
    background-size:cover;
    background-position: 50% 50%;
    border-radius: 20px;
    transition: all .3s ease;  //変化のスピードと動き
}
.report_btn_wrapper:hover:after {
    transform: scale(1.05);
}
.report_btn_wrapper:hover,
.company_btn_wrapper:hover,
.program_btn_wrapper:hover {
    text-decoration: underline;
    color: white;
}
.report_btn img,
.report_btn span {
    position: relative;
    z-index: 1;
}
/* 協力企業ボタン */
.company_btn_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.company_btn_wrapper:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/home/achievement_image2.jpg);
    background-size:cover;
    background-position: 50% 40%;
    border-radius: 20px;
    transition: all .3s ease;  //変化のスピードと動き
}
.company_btn_wrapper:hover:after {
    transform: scale(1.05);
}
.company_btn img,
.company_btn span {
    position: relative;
    z-index: 1;
}
/* プログラムボタン */
.program_btn_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.program_btn_wrapper:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/company/others_program.jpg);
    background-size:cover;
    background-position: 50% 60%;
    border-radius: 20px;
    transition: all .3s ease;  // 変化のスピードと動き
}
.program_btn_wrapper:hover:after {
    transform: scale(1.05);
}
.program_btn img,
.program_btn span {
    position: relative;
    z-index: 1;
}

/* 実績例 */
ul.achievement {
    display: flex;
    justify-content: space-between;
}
ul.achievement li img {
    display: block;
    margin: 0 auto;
}
ul.achievement li p {
    text-align: center;
}
ul.achievement li p span {
    font-weight: 900;
}
ul.achievement li p span:first-child {
    padding-top: 25px;
    display: block;
    font-size: 2.2rem;
}
ul.achievement li p span:nth-child(2) {
    font-size: 6rem;
    padding-left: 20px; /* 微調整 */
}
ul.achievement li p span:nth-child(3) {
    font-size: 2.2rem;
}

/* 企業一例 */
.company_list {
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
}
.company_list a {
    display: block;
    flex: 1;
}
.company_list a:hover img {
    opacity: 0.8;
}

/* 画像のリンクボタン */
.img_link_btn {
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
    padding-top: 25px;
}
.img_link_btn div {
    flex: 1;
    height: 150px;
}
.img_link_btn a {
    display: block;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    border-radius: 20px;
    color: white;
    text-decoration: none;
}
.img_link_btn a img {
    display: block;
    margin: 0 auto;
}
.img_link_btn a span {
    display: block;
    padding: 10px 0 40px 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.img_link_btn a span:after {
    content: url(../img/common/icon_arrow_right_white.svg);
    padding-left: 5px;
}

/* Q&A */
dl.qa dt {
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 30px;
    text-indent: -2.5rem;
    padding-left:2.5rem;
}
dl.qa dt:first-child{
    padding-top: 0;
}
dl.qa dd {
    border-bottom: 1px solid #E8E8E2;
    padding-bottom: 30px;
    text-indent: -2.5rem;
    padding-left:2.5rem;
}
dl.qa dt::before {
    content: "Q";
}
dl.qa dd::before {
    content: "A";
    color: #f00;
    position: relative;
    top: 2px;
}
dl.qa dt::before,
dl.qa dd::before {
    margin-right: 10px;
    font-size: 22px;
    font-weight: 900;
}

/* お問い合わせ */
.contact_content {
    background: url(../img/home/contact.svg) no-repeat right 80px bottom;
}
.contact_content a {
    margin-top: 30px;
    display: block;
    max-width: 315px;
    padding: 16px 0;
    background-color: #f00;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    background-image: url(../img/common/icon_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right 10px center;
    transition: all .3s ease;  // 変化のスピードと動き
}
.contact_content a:hover {
    background-position: right 4px center;
    opacity: 0.8;
}

/* お問い合わせボタン */
a.fixed_contact_btn {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #f00;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 25px;
    font-weight: 700;
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*transition: all .3s ease;  // 変化のスピードと動き*/
}
a.fixed_contact_btn:hover {
    opacity: 0.8;
}
a.fixed_contact_btn img {
    margin: 0 auto;
}

/* 詳細ページのコンテンツ見出し1 */
.content_header {
    margin-top: -4px;
}
.content_header hgroup {
    max-width: 730px;
    height: 190px;
    margin: 0 auto;
    padding-top: 40px;
    color: #fff;
}
.content_header hgroup h1 {
    font-size: 3.4rem;
    font-weight: 900;
}

/* 詳細ページのぱんくず */
.breadcrumb {
    font-size: 1.2rem;
}

/*---------- footer ----------*/

footer {
    padding-top: 80px
}

.f_menu {
    background-color: #F7F6F5;
    padding: 80px 0 80px 0;
}

.f_menu_in {
    display: flex;
    justify-content: center;
    margin: auto;
}

.f_logo_pc {
    margin-right: 20px;
}
.f_logo_pc a {
    display: inline-block;
}
.f_logo_pc a img {
    width: auto;
    height: auto;
}
.f_logo_pc a:hover img {
    opacity: 0.8;
}
.f_logo_sp {
    display: none;
}
.f_menu_link {
    width: 424px;
    height: 20px;
    margin-bottom: 20px;
}
.f_list {
    display: flex;
    list-style-type: none;
    padding: 0;
    white-space: nowrap;
}
.f_list li {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-right: 20px;
}
.f_list li:last-child {
    margin-right: 0;
}
.f_menu_explanation {
    width: 379px;
    height: 40px;
}
.f_explan {
    font-size: 1.4rem;
    font-weight: 400;
}

/*---------- footer end ----------*/

@media screen and (max-width:1023px) {
    /* タブレットサイズはスマホの背景と同様にする */
    .inner {
        border-radius: 20px;
        margin: 40px auto 0 auto;
        padding: 20px;
    }
    .left-full {
        padding-right: 20px;
    }
    .right-full {
        padding-left: 20px;
    }
}

@media screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: auto;
        font-size: 1.5rem;
    }

    .show_pc {
        display: none;
    }
    .show_sp {
        display: block;
    }
    .br-sp {
        display: block;
    }

    /* 見出し1,2 */
    h1:after,
    .h2_title:after,
    .h1_title_news:after,
    .h1_title_qa:after{
        font-size: 1.5rem;
    }

    /* 詳細ページのコンテンツ見出し1 */
    .content_header {
        margin-bottom: -70px;
    }
    .content_header hgroup {
        max-width: 810px;
        height: 250px;
        margin: 0 auto;
        padding: 50px 20px 0 20px;
    }
    .content_header hgroup h1 {
        font-size: 2.4rem;
    }
    .content_header hgroup p {
        padding-top: 20px;
    }

    h2,
    .h1_title_qa,
    .news h1 {
        font-size: 2.4rem;
    }

    /* バイトルキャリア教育プログラム */
    .program_nav_item {
        display: block;
        text-align: center;
    }
    .program_nav_item img {
        margin: 0 auto;
    }
    .program_nav_item div:first-child img {
        width: 97px;
        height: 97px;
        border-radius: 100px;
    }
    .program_nav_item div:nth-child(2) {
        padding: 10px 0;
        font-size: 1.2rem;
    }
    .program_info {
        display: block;
    }
    .program_info.no_border_bottom {
        border-bottom: none;
        padding-bottom: 0;
    }
    .program_info div:nth-child(1) {
        flex: none;
        width: 100%;
    }
    .program_info div:nth-child(2) {
        width: 100%;
    }
    .program_info div:nth-child(2) img {
        width: 100%;
        border-radius: 20px;
        margin-top: 20px;
    }
    .program_info h3 {
        margin-bottom: 20px;
    }

    /* 実績例 */
    ul.achievement {
        display: block;
    }
    ul.achievement li p {
        text-align: left;
    }
    .achievement_content {
        display: flex;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E8E8E2;
    }
    .achievement_content div:first-child {
        width: 100px;
        margin-right: 20px;
    }
    ul.achievement li p span:first-child {
        padding-top: 0;
        display: block;
        font-size: 2rem;
    }
    ul.achievement li p span:nth-child(2) {
        line-height: 1;
        font-size: 5rem;
        padding-left: 0;
    }
    .achievement_note {
        padding-top: 10px;
        line-height: 1.2;
    }
    .img_link_btn {
        column-gap: 15px;
        padding: 30px 0 30px 0;
    }

    /* 企業一例 */
    .company_list {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 0;
    }
    .company_list a {
        display: block;
        width: 46%;
        flex: none;
    }

    /* ボタン */
    .report_btn img,
    .company_btn img,
    .program_btn img {
        height: 19px;
    }

    /* お問い合わせ */
    .contact_content {
        background: none;
    }

    /* お問い合わせボタン */
    a.fixed_contact_btn {
        padding-top: 16px;
        width: 64px;
        height: 64px;
        left: calc(100vw - 64px - 10px);
    }

    /*---------- footer ----------*/

    .f_menu {
        padding: 40px 0 40px 0;
    }

    .f_logo_pc {
        display: none;
    }

    .f_logo_sp {
    display: block;
    }

    .f_logo_sp a {
        display: flex;
        justify-content: center;
    }

    .f_logo_sp a img {
        width: auto;
        height: auto;
        margin: 30px 0 10px 0;
    }

    .f_menu_link {
        width: 300px;
    }

    .f_list {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        justify-content: space-between;
        row-gap: 10px;
    }

    .f_list li {
        display: inline-block;
        box-sizing: border-box;
        font-size: 1.2rem;
        font-weight: 400;
        margin-right: 0;
        letter-spacing: 0.05rem;

    }

    .f_menu_explanation {
        width: 293px;
        height: 58px;
    }

    .f_explan {
        font-size: 1rem;
        font-weight: 400;
    }


    /*.f_menu {*/
    /*    padding: 40px 0 40px 0;*/
    /*}*/

    /*.f_logo_pc {*/
    /*    display: none;*/
    /*}*/

    /*.f_logo_sp {*/
    /*    display: block;*/
    /*}*/

    /*.f_logo_sp a {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/

    /*.f_logo_sp a img {*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*    margin-bottom: 10px;*/
    /*}*/

    /*.f_menu_link {*/
    /*    width: 330px;*/
    /*    height:44px;*/
    /*    margin-bottom: 20px;*/
    /*}*/

    /*.f_list {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    list-style-type: none;*/
    /*    padding: 0;*/
    /*}*/

    /*.f_list li {*/
    /*    display: inline-block;*/
    /*    margin-right: 20px;*/
    /*    margin-bottom: 10px;*/
    /*    box-sizing: border-box;*/
    /*    font-size: 1.2rem;*/
    /*    height: 17px;*/
    /*    font-weight: 400;*/
    /*}*/

    /*.f_menu_explanation {*/
    /*    width: 293px;*/
    /*    height: 58px;*/
    /*}*/

    /*.f_explan {*/
    /*    font-size: 1rem;*/
    /*    font-weight: 400;*/
    /*}*/


    /*---------- footer end ----------*/
}

/* 共通ヘッダー */
@media screen and (max-width: 520px) {
    .sp-postage img {
        width: calc(100vw - 72px);
    }
}
.menu_dis {
    right: -100% !important;
}
@media screen and (min-width:768px) {
    .menu_title {
        opacity: 0;
    }
    div#menu_box,
    div#menu_box_home {
        width: auto;
    }
    .menu_dis {
        right: -296px !important;
    }
}
.sp-postage img {
    margin: 10px;
}
.sp-postage {
    height: 55px;
    width: 100%;
    background: #fff;
    /*border-bottom: 1px solid #CCCCCC;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: fixed;
    display: flex; /* 右端メニューでない場合は不要 */
    align-items: center;
}
@media screen and (min-width:768px) {
    .sp-postage {
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }
}
main:not(.noHeader) {
    padding-top: 60px;
}
.header-item {
    /*width: 100%;*/
    /*max-width: 810px;*/
    width: 758px;
    margin: 0 auto 0 auto;
    display: flex;
}
#toggle,
#toggle_home {
    /*display: block;*/
    display: contents;
    z-index: 60;
}

a.toggle_btn {
    margin-top: 0;
    margin-right: 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 0;
    border-radius: 3px;
    text-decoration: none;
    /*margin-left: auto;*/
    z-index: 100;
    background: #fff;
}

.toggle_txt:after {
    display: block;
    content: "メニュー";
    width: 50px;
    margin-top: 29px;
    margin-left: 2px;
    font-size: 10px;
    transform: scale(0.8);
    color: #999996;
}

.toggle_txt {
    cursor: pointer;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
}

.toggle_btn::before,
.toggle_btn::after,
.toggle_txt::before {
    cursor: pointer;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 2px;
    background: #CCCAC0;
    transition: all 0.3s;
}

.toggle_btn::before {
    top: 9px;
}

.toggle_btn::after {
    top: 23px;
}

.toggle_txt::before {
    top: 18px;
}

.toggle_btn.open::before {
    top: 16px;
    transform: rotate(135deg);
}

.toggle_btn.open::after {
    top: 16px;
    transform: rotate(-135deg);
}

.open .toggle_txt::before {
    opacity: 0;
    visibility: hidden;
}

#menu_box,
#menu_box_home {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    width: 270px;
    height: 100%;
    overflow: auto;
    opacity: 1 !important;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.3s;
}
#menu,
#menu_home {
    position: relative;
    display: block;
    height: 100%;
    /*right: -270px !important;*/
    background: #fff;
    /*text-align: center;*/
    transition-duration: 0.3s;
    margin: 0;
    padding: 0;
}
body.fix #menu,
body.fix #menu_home {
    position: fixed;
    width: 270px;
    top: 0;
    right: 0 !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.menu_title {
    background-color: #E8E8E2;
    color: #999996;
    padding: 14.5px;
}
.menu_list {
    display: block;
    /*margin: 17px 20px 20px;*/
    margin-top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 0.7);
    /*padding: 22px 0 60px;*/
}
.menu_item {
    margin: 0;
    transition: background-color 0.1s;
}
.menu_item:hover {
    /*transition: 0.1s;*/
    background: #F2F2F2;
}
.menu_item a.active {
    background-color: #F2F2F2;
}
#menu_box,
#menu_box_home {
    width: 100%;
}
a.menu_link {
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    display: block;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 0.05em;
    padding: 12px 20px;
    transition-duration: 0.3s;
    background: url("../img/home/arrow_r.png") no-repeat right 15px center;
}
.dummy-item {
    margin-left: auto;
}

@media screen and (min-width:768px) {
    #menu,
    #menu_home {
        height: auto;
    }
    .menu_link {
        border-left: 1px solid #E7E7E7;
    }

    /* 実績例 */
    ul.achievement li img {
        height: 100px;
    }

}

/* パンくず */
.breadcrumb {
    display: flex;
    max-width: 730px;
    margin: 20px auto 0 auto;
}
.breadcrumb li:not(:last-of-type)::after {
    content: ">";
    margin: 0.5em; /* 記号の左右の余白 */
}
@media screen and (max-width:767px) {
    .breadcrumb {
        display: none;
    }

    /* Q&A */
    dl.qa dt {
        margin-bottom: 15px;
        padding-top: 20px;
    }
    dl.qa dd {
        padding-bottom: 20px;
    }
    dl.qa dt,
    dl.qa dd {
        font-size: 1.5rem;
    }
    dl.qa dt::before,
    dl.qa dd::before {
        font-size: 2rem;
    }

    /* お問い合わせ */
    .contact_content p {
        font-size: 1.5rem;
    }
    .contact_content a {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    .program_btn_wrapper:after {
        background-position: 0% 60%;
    }

    /* メニュー */
    .menu_list {
        margin-top: 0;
    }
}

/* お問い合わせボタン */
.fixed_contact_btn {
    display: none;
}
