@charset "UTF-8";

section {
    padding: 0;
}

.sub p {
    line-height: 1.6;
}

.sub .mv_section {
    height: 384px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: center;
}

/* .sub .mv_section .section_inner{
    margin: inherit !important;
} */

.section_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section_inner2 {
    max-width: 1000px;
    margin: 0 auto;
}

.sub .f1_box {
    width: 1200px;
    margin: 0 auto;
}

.sub .h1 {
    font-size: min(7vw, 5rem);
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    letter-spacing: .1em;
    text-align: left;
    z-index: 1;
    position: relative;
    padding: 0 2rem;
    width: fit-content;
}

.sub .h1::before {
    transform: skewX(-25deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: -1;
    background-color: #fff;
    margin: -1.5rem;
}

.sub .h1::after {
    transform: skewX(-25deg);
    content: "";
    position: absolute;
    top: 10px;
    bottom: -10px;
    left: 0;
    right: -10px;
    z-index: -2;
    background-color: #3aa201;
    margin: -1.5rem;
}

.sub .h1 span {
    line-height: 1;
}

.pankuzu_wrap {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding-top: .5em;
}

.pankuzu {
    display: flex;
}

.arrow_text {
    position: relative;
    padding-left: 3rem;
    font-size: 1.6rem;
    font-family: sans-serif;
    margin-bottom: 5px;
    display: block;
}

.arrow_text::before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%) rotate(-45deg);
}

.sub .news_section {
    text-align: center;
}

a.link_orange {
    color: #ff9000;
    border-bottom: 1px solid #ff9000;
    font-weight: bold;
    display: inline-block;
    width: fit-content;
}

.flex_box {
    display: flex;
}

.btn_area {
    position: relative;
    width: 322px;
    height: 50px;
    margin: 0 auto;
}

.btn_area a {
    padding: .7rem 7rem;
    background-color: #ff9000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    display: block;
    width: fit-content;
    border-radius: 10px;
    font-size: min(4.8vw, 1.8rem);
}

.mini_title {
    border-left: 8px solid #3aa201;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: min(2rem, 4.5vw);
    padding-left: 2.2rem;
    color: #333;
    border-bottom: 2px solid #a9e29e;
    line-height: 1.7;
}

.text_right {
    text-align: right;
}

h4 {
    color: #3aa201;
}

.h4_block {
    margin-bottom: 4rem;
}

.h3_block {
    margin-bottom: 7rem;
}

.pdf_icon {
    width: 19px;
    height: 23px;
    background-image: url(../img/common/pdf_icon.png);
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 5px;
}

.img_65 {
    width: 65%;
    margin: 0 auto;
}

.link_box {
    width: 100%;
}

.flex_box {
    display: flex;
}

.flex_img {
    margin-left: 1em;
}

.red {
    color: red;
    font-weight: bold;
}

.text_gr {
    font-weight: bold;
    color: #3aa201;
}

.indent {
    margin-left: 2em;
}

.text_indent {
    text-indent: -2em;
}

.hurikomi {
    margin: 1em 0;
}

.v_icon {
    width: 22px;
    height: 22px;
    background-image: url(../img/common/v_icon.png);
    display: inline-block;
    margin: 10px 10px -5px;
}

.waku_gr {
    background-color: #ecfee3;
    border: 2px solid #3aa201;
    padding: 1em 2em;
    margin-bottom: 2em;
}

.mrgn_b {
    margin-bottom: 1em;
}

.bold {
    font-weight: bold;
}

/*//////////////////////////////*/
/*////////////新着情報////////////*/
/*//////////////////////////////*/

.news .pagination {
    text-align: center;
    margin-bottom: 7rem;
}

.news h2 span {
    font-size: 2.4rem;
}

.news .mv_section {
    background-image: url(../img/sub/news_mv.jpg);
}

.news .p_navi ul {
    display: flex;
    justify-content: center;
}

.news .p_navi a,
.news .p_navi span {
    display: inline-block;
    margin: 8px 4px;
    text-decoration: none;
    width: 4rem;
    height: 5rem;
    padding: 18px 0;
    box-sizing: border-box;
    color: #333;
    font-size: 1.6rem;
    border: 1px solid #a9e29e;
    line-height: 1;
}

.news .pagination .p_navi {
    margin-top: 4rem;
}

.news .section_inner ul li {
    list-style-type: none;
}

.info-tab__tab {
    width: 25%;
    border-bottom: 2px solid #a9e29e;
    text-align: center;
    padding: 1em 0;
    font-weight: bold;
    position: relative;
}

.info-tab__tab a {
    display: block;
}


/*//////////////////////////////*/
/*////////////新着情報・詳細////////////*/
/*//////////////////////////////*/

.news_detail section {
    padding: 0 0 8rem 0;
}

.news_detail .site_wrap {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

.news_detail .detail_area .container {
    max-width: 900px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 3rem 6rem;
    box-shadow: 0 0 6px #aaa;
}

.news_detail .detail_area .title {
    border-bottom: 2px solid #3aa201;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

.news_detail .info-detail__date2 {
    margin-bottom: 2rem;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.news_detail .gallery-list {
    display: flex;
    justify-content: space-between;
    margin: 1em 0 3em;
}

.news_detail .info-detail__date2 p {
    font-size: 1.6rem;
}

.news_detail .info-detail__icon {
    margin-right: 10px;
}

.news_detail .info-detail__linkarea {
    margin: 2em 0;
}

/*//////////////////////////////*/
/*////////////個人情報保護方針////////////*/
/*//////////////////////////////*/

.privacy_section {
    padding: 30px 0 110px;
}

/*//////////////////////////////*/
/*////////////会員募集のご案内////////////*/
/*//////////////////////////////*/


.member .mv_section {
    background: url(../img/sub/member_mv.png) no-repeat center / cover;
}

.member .img_price {
    max-width: fit-content;
    margin: 2rem auto;
}

/*//////////////////////////////*/
/*////////////当協会について////////////*/
/*//////////////////////////////*/

.association_info .mv_section {
    background: url(../img/sub/association_info_mv.png) no-repeat center / cover;
}

.association_info dl {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.association_info dt {
    width: 15%;
    color: #3aa201;
    margin-bottom: 1rem;
}

.association_info dd {
    width: 85%;
    margin-bottom: 1rem;
}

.association_info iframe {
    margin: 0 auto;
    display: block;
}


.association_info .google_caption {
    text-align: center;
}

.link_icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../img/common/exlink_icon.png) center/cover no-repeat;
    margin: 10px 10px -5px;
}

.exlink_icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../img/common/exlink_icon.png) center/cover no-repeat;
    margin: 10px 10px -5px;
}

.association_info .section_inner ul {
    padding-left: 2rem;
}

.section_inner ul li {
    list-style-type: disc;
    color: #3aa201;
}

.section_inner2 ul li.link {
    line-height: 1.6;
}

.section_inner ul li::marker {
    font-size: 140%;
}

/*//////////////////////////////*/
/*////////////技能検定カード・過去問販売////////////*/
/*//////////////////////////////*/

.kakomon .mv_section {
    background: url(../img/sub/kakomon_mv.png) no-repeat center / cover;
}

.kakomon .h1 {
    letter-spacing: 0.2rem;
}

.back_usugr {
    background-color: #ecf6e8;
    padding: 1em;
    margin-bottom: 1em;
}

.back_gr {
    background-color: #eee;
    padding: 1em;
}

.kakomon .section_inner ul {
    padding-left: 2.5rem;
}

.kakomon .attention {
    width: 60%;
    padding-right: 1em;
}

.kakomon .attention_right {
    width: 40%;
}

.kakomon .flex_text {
    width: 60%;
}

.kakomon .card {
    width: 38%;
}

.kakomon .h4_block {
    margin-top: 1em;
}

.kakomon .section_inner2 .flex_box {
    justify-content: space-between;
}


/*//////////////////////////////*/
/*////////////ものづくりマイスターによる実技指導////////////*/
/*//////////////////////////////*/



.use3 .mv_section {
    background: url(../img/sub/use3_mv.png) no-repeat center / cover;
}

.use3 .img_box {
    max-width: 80%;
    margin: 3rem auto;
}

.use3 section {
    padding: 30px 0 80px;
}

.use3 .kome {
    margin-top: 2rem;
}


/*//////////////////////////////*/
/*////////////ものづくりイベント////////////*/
/*//////////////////////////////*/

.event section {
    padding: 0 0 30px;
}

.event .mv_section {
    background: url(../img/sub/event_mv.png) no-repeat center / cover;
}

.event .info-contents__item {
    display: block;
    padding: 1em 10px;
    border-bottom: 2px solid #dcdcdc;
    position: relative;
}

.event .info-contents__item:nth-child(2n+1) {
    background-color: #ecfee3;
}

.event .info-contents__item:nth-child(1) {
    background-color: #ecfee3;
}

.event .info-contents__item::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 2px solid #a9e29e;
    border-top: 2px solid #a9e29e;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 20px;
}

.event .event_info {
    width: 85%;
}

.event .event_title {
    width: 15%;
    padding: 1em 0;
}

.event .info-detail__date {
    width: 15%;
}

.event .info-detail__text {
    width: 85%;
}

.event .event_title_s::before {
    content: "●";
    color: #3aa201;
}

.event small {
    font-size: 1.3rem;
}

.event .fair_content {
    margin: 1em 0;
}

.event .section_inner2 .flex_box {
    margin: 1em 0;
}

.event .img_box {
    text-align: center;
    margin-right: 2em;
}

.event .youtube {
    margin-right: 2em;
    text-align: center;
}

.event .img_box a {
    color: #ff9000;
    border-bottom: 1px solid #ff9000;
}

.event .table_pc {
    display: flex;
}

.event .table_sp {
    display: none;
}


.box_right {
    display: flex;
}

.contents_box {
    position: relative;
}

.event .contents_box {
    width: 100%;
    display: flex;
    background-color: #ecfee3;
    font-size: 1.6rem;
    box-shadow: 4px 3px 5px -4px #3aa201;
    border-radius: 0px;
}

.event .table_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event .table_pc .box_left {
    width: 30%;
}




.event .table_pc img {
    height: 100%;
    width: auto;
}

.event .table_pc .right {
    width: 70%;
    padding: 1em;
}

.event .table_pc dl {
    display: flex;
}

.event .table_pc .title {
    font-weight: bold;
    color: #3aa201;
    margin-bottom: 10px;
    width: 40%;
}

.event .table_pc a {
    width: 48%;
    height: auto;
    margin-bottom: 1em;
}

.event .table_pc a:hover {
    transform: translateY(-5px);
}

.event table_pc a img {
    width: 100px;
    margin: 0 auto;
}

/*//////////////////////////////*/
/*////////////ものづくりの魅力発信////////////*/
/*//////////////////////////////*/

.miryoku .mv_section {
    background: url(../img/sub/miryoku_mv.png) no-repeat center / cover;
}

.miryoku h4 {
    font-size: min(4.5vw, 2rem);
    margin-bottom: 0.3em;
}



/*//////////////////////////////*/
/*////////////自社検定職種について////////////*/
/*//////////////////////////////*/


.jisya .mv_section {
    background: url(../img/sub/jisya_mv.png) no-repeat center / cover;
}

.jisya .attention {
    margin-bottom: 5rem;
}

.jisya .attention_inner {
    text-indent: -2em;
    margin-left: 2em;
}

.underline {
    border-bottom: 1px solid;
}

.jisya_section {
    padding-bottom: 80px;
}

/*//////////////////////////////*/
/*////////////自社検定職種について////////////*/
/*//////////////////////////////*/

.limit .mv_section {
    background: url(../img/sub/seigen_mv.png) no-repeat center / cover;
}

.limit .section_inner2 .btn {
    height: 70px;
    border-radius: 20px;
    padding: 3px 3em 0;
}

.limit .attention img {
    width: 100%;
    margin: 0 auto 3em;
}

.limit_section {
    padding-bottom: 80px;
}

.limit .section_inner ul li {
    color: inherit;
}

/*//////////////////////////////*/
/*////////////合格発表について////////////*/
/*//////////////////////////////*/

.goukaku .mv_section {
    background: url(../img/sub/goukaku_mv.png) no-repeat center / cover;
}

.goukaku h4 {
    color: inherit;
}

.goukaku .indent {
    margin-top: 5px;
}

.goukaku .section_inner ul li {
    color: inherit;
}

/*//////////////////////////////*/
/*////////////検定書類のダウンロード////////////*/
/*//////////////////////////////*/

.syorui .underline {
    display: inline;
}

.syorui .link_orange {
    line-height: 1.8;
}

/*//////////////////////////////*/
/*////////////サイトマップ///////////*/
/*//////////////////////////////*/

.sitemap_section {
    padding-bottom: 80px;
}

.sitemap_section .flex_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 500px;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
}

.sitemap .parent {
    width: 28%;
    position: relative;
    color: #3aa201;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 1em 0.5em 0;
}

.sitemap .parent ul {
    margin: .2em 0 1em;
    border-top: 1px solid #666;
}

.sitemap .child {
    color: #333;
    font-weight: normal;
    margin-top: 8px;
    font-size: 1.6rem;
    list-style: none;
}

.sitemap .grandchild {
    list-style-type: none;
    font-weight: normal;
    text-indent: 1em;
}

.sitemap .grandchild a {
    line-height: 1.8em;
}

/*//////////////////////////////*/
/*////////////人数制限職種エントリーページ///////////*/
/*//////////////////////////////*/

.juken_entry_section {
    padding-bottom: 80px;
}

.juken_entry_section h3 {
    margin-bottom: 1rem;
    text-indent: -1em;
}

.juken_entry_section .entry {
    padding-left: 1em;
}

.juken_entry_section .section_inner .attention ul li {
    margin-top: 2em;
    font-weight: bold;
    list-style-type: none;
}

.juken_entry_section .txt_center {
    text-align: center;
    margin-bottom: 2em;
}


.pg115_section {
    padding-bottom: 80px;
}

.pg115_section .flex_box {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto;
    width: 90%;
}

.pg115 .parent {
    width: 28%;
    position: relative;
    color: #3aa201;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 1em 0.5em 0;
}

.pg115 .parent ul {
    margin: .2em 0 1em;
    border-top: 1px solid #666;
}

.pg115 .child {
    color: #333;
    font-weight: normal;
    margin-top: 8px;
    font-size: 1.6rem;
    list-style: none;
    width: 33%;
}

.pg115 #assen .flex_box {
    height: 300px;
}

.pg115 #zairyo .flex_box,
.pg115 #self_report .flex_box {
    height: 250px;
}

.pg115 #other .flex_box {
    height: 100px;
}

/*//////////////////////////////*/
/*////////////社員研修・講習///////////*/
/*//////////////////////////////*/

.traning .mv_section {
    background: url(../img/sub/mvbg_staff_training.jpg) no-repeat center / cover;
}


.traning_section {
    margin-bottom: 80px;
}

.link_orange_round {
    color: #fff;
    font-weight: bold;
    background-color: #ff9000;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    margin: 5px;
    display: inline-block;
    box-shadow: 0px 3px 0px #c55e03;
}

.komidashi {
    position: relative;
    margin-top: 2em;
    padding-left: 1.5em;
}

.komidashi::after {
    content: "";
    position: absolute;
    background: url(../img/sub/qamark.png) center / contain no-repeat;
    left: 0;
    width: 18px;
    height: 18px;
}

/*//////////////////////////////*/
/*////////////お問い合わせ////////////*/
/*//////////////////////////////*/


.contact .mv_section {
    background-image: url(../img/sub/contact_mv.jpg);
}

.contact table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 8rem;
}

.contact th {
    background-color: #3aa201;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 1rem;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.contact tr {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    text-align: left;
}

.contact td {
    text-align: left;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}



/*//////////////////////////////*/
/*////////////派遣実績////////////*/
/*//////////////////////////////*/

.result section {
    padding-bottom: 8rem;
}

.result .section_inner2 .flex_box {
    justify-content: space-between;
    flex-wrap: wrap;
}

.result .flex_child {
    width: 30%;
    height: auto;
    padding: 1em;
    background-color: #ecf6e8;
}

.result .text_area {
    margin-top: 1em;
}

.result .text_area p {
    margin-top: 1rem;
    font-size: 85%;
    border-top: 2px solid #3aa201;
    padding-top: 1rem;
}


/*ものづくりマイスター6.派遣計画の提出　ボタン装飾*/
.gorin_news_flex {
    display: flex;
    align-items: center;
}

.flex_txt {
    width: 75%;
    padding-left: 1em;
}

.gorin_news_flex .btn {
    margin: 2em 0;
    width: 25%;
}

/*高学年向けマーク*/
.label {
        position: absolute;
        bottom: 10px;
        /* 下からの距離 */
        right: 10px;
        /* 右からの距離 */
        width: 85px !important;
        /* 小さく表示 */
        height: auto !important;
        /* アスペクト比を保つ */
    }


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

    section {
        padding: 0 0 30px;
    }

    .privacy_section {
        padding: 0px 0 50px;
    }

    main {
        margin-top: 60px;
    }

    main.privacy,
    main.news_detail {
        margin-top: 60px;
    }

    .arrow_text {
        font-size: 1.4rem;
    }

    .use3.sub .h1 {
        left: inherit;
    }

    .sub .h1 {
        padding: 0;
    }

    .sub .h2 {
        margin: 0 auto 1em;
    }

    .sub .h1::before,
    .sub .h1::after {
        margin: -1rem;
    }

    .kakomon .sub .h1::before,
    .kakomon .sub .h1::after {
        margin: -0.5rem;
    }

    .association_info .mv_section,
    .member .mv_section,
    .news .mv_section,
    .kakomon .mv_section,
    .use3 .mv_section,
    .event .mv_section,
    .miryoku .mv_section,
    .limit .mv_section,
    .jisya .mv_section,
    .goukaku .mv_section,
    .traning .mv_section,
    .contact .mv_section {

        height: 50vw;
    }

    .sub .h1 {
        left: 5%;
        text-align: center;
    }

    .pankuzu_wrap {
        margin-bottom: 30px;
    }

    .h2:after {
        margin-left: 25px;
    }

    .association_info dl {
        flex-direction: column;
    }

    .association_info dt {
        width: 100%;
        margin-bottom: inherit;
    }

    .association_info dd {
        width: 100%;
        margin-bottom: 1rem;
    }

    .association_info .googlemap {
        position: inherit;
        right: inherit;
    }

    .h3_block {
        margin-bottom: 3rem;
    }

    .img_65 {
        width: 100%;
    }

    .news_detail .detail_area .container {
        margin: 2rem auto;
        padding: 3rem 4%;
    }

    .news_detail .site_wrap {
        width: 95%;
    }

    .news_detail .gallery-list {
        flex-direction: column;
        margin: 1em 0 2em;
    }

    .news_detail section {
        padding: 0;
    }

    .news .pagination {
        margin-bottom: inherit;
    }

    .section_inner2 .flex_box {
        display: inherit;
    }

    .kakomon .flex_text {
        width: 100%;
    }

    .flex_img {
        margin-left: inherit;
    }

    .kakomon .card {
        width: 100%;
        margin-top: 2rem;
    }


    .kakomon .attention {
        width: 100%;
        margin-bottom: 1em;
    }

    .kakomon .attention_right {
        width: 100%;
    }

    .kakomon .attention_right .back_gr img {
        margin-bottom: 1em;
    }

    .use3.sub .h1 {
        position: relative;
        top: 15px;
        letter-spacing: 0;
        padding: .1em 0.5em .1em .5em;
    }

    .section {
        padding: inherit;
    }

    .use3 section {
        padding: 0px 0 50px;
    }

    .use3 .section_inner2 ul li.link {
        line-height: 1.6;
        padding-bottom: 1em;
    }

    .use3 .section_inner2 .dispatch_plan ul li.link {
        padding-bottom: 0;
    }

    .use3 .section_inner2 .dispatch_plan ul p {
        margin-bottom: 1em;
    }


    .use3 a.link_orange {
        letter-spacing: -0.1rem;
    }

    .event .info-detail {
        display: inherit;
    }

    .event .section_inner2 .flex_box {
        margin: 0;
    }

    .waku_gr {
        padding: 1em;
    }

    .event .table_sp {
        width: 100%;
        display: block;
        text-align: center;
        border: 2px solid #3aa201;
        margin-bottom: 1em;
        position: relative;
    }
    /*高学年向けマーク*/
.label {
        position: absolute;
        bottom: 10px;
        /* 下からの距離 */
        right: 10px;
        /* 右からの距離 */
        width: 85px !important;
        /* 小さく表示 */
        height: auto !important;
        /* アスペクト比を保つ */
    }

    

    .event .table_sp a {
        color: #ff9000;
        border-bottom: 1px solid #ff9000;
    }

    .event .table_title {
        border-bottom: 1px solid #3aa201;
        background-color: #ecfee3;
        padding: 1em;
    }

    .event .table_chair {
        width: 50%;
        background: url(../img/sub/chair.png)center/cover no-repeat;
    }

    .event .table_hanko {
        width: 50%;
        background: url(../img/sub/hanko.png)center/cover no-repeat;
    }

    .event .table_flower {
        width: 50%;
        background: url(../img/sub/flower_test_sp.png)center/cover no-repeat;
    }

    .event .table_tatami {
        width: 50%;
        background: url(../img/sub/tatami.png)center/cover no-repeat;
    }

    .event .table_pocketcase {
        width: 50%;
        background: url(../img/sub/pocket_case.png)center/cover no-repeat;
    }

    .event .table_corster {
        width: 50%;
        background: url(../img/sub/corster.png)center/cover no-repeat;
    }

    .event .table_sarami {
        width: 50%;
        background: url(../img/sub/sarami.png)center/cover no-repeat;
    }

    .event .table_minibox {
        width: 50%;
        background: url(../img/sub/minibox.png)center/cover no-repeat;
    }



    .event .table_text {
        width: 50%;
        padding: 1em;
        text-align: left;
    }

    .event .table_pc {
        display: none;
    }

    .event .table_th {
        font-weight: bold;
    }

    .event .info-detail__text {
        width: 100%;
    }

    .event .event_info {
        width: 100%;
    }

    .event .info-contents__item::after {
        right: 0px;
    }

    .event .img_box {
        margin-right: 0;
        margin-bottom: 2em;
    }

    iframe {
        max-width: 100%;
        height: auto;
    }

    .h4_block {
        margin-bottom: 2rem;
    }

    .limit .attention {
        margin-left: 2em;
    }

    .limit .attention img {
        width: 100%;
        margin: 0 0 2em -1em;
    }

    .limit_section,
    .jisya_section {
        padding-bottom: 50px;
    }

    .jisya .attention {
        margin-bottom: 2em;
    }

    .jisya .section_inner2 .btn {
        height: 70px;
        padding: 3px 2em 0;
        margin: 1em auto 3em;
    }

    .goukaku .h2:before {
        margin-right: 10px;
    }

    .goukaku .h2::after {
        margin-left: 10px;
    }

    .goukaku .indent {
        margin-left: inherit;
    }

    .goukaku .indent p {
        line-height: 2;
    }

    .juken_entry_section {
        padding-bottom: 30px;
    }

    .juken_entry_section .entry {
        padding-left: inherit;
    }

    .juken_entry_section .section_inner .attention ul li {
        margin-top: 1em;
    }

    .juken_entry_section .txt_center {
        text-align: left;
        margin-bottom: 1em;
    }

    .juken_entry_section tr {
        font-size: 1.4rem;
    }

    .sitemap .parent {
        width: 100%;
    }

    .sitemap .section_inner ul li {
        list-style-type: none;
    }

    .sitemap .flex_box {
        height: inherit;
    }

    .sitemap_section {
        padding-bottom: 30px;
    }

    .traning.sub h1 {
        font-size: min(6vw, 5rem);
    }

    .traning h2 {
        font-size: 2.2rem;
    }

    .traning .komidashi {
        margin-top: 1em;
    }

    .traning .komidashi::after {
        top: 0;
    }

    .traning .traning_section {
        margin-bottom: 0;
    }


    .result section {
        padding-bottom: 3rem;
    }

    .result .section_inner2 .flex_box {
        flex-direction: column;
    }

    .result .flex_child {
        width: 100%;
        margin-bottom: 1em;
    }

    .result .flex_child img {
        height: 35vh;
        object-fit: cover;
    }


    .contact table {
        margin-bottom: 5rem;
    }

    .contact th {
        display: none;
    }

    .contact td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .contact tr:last-child td:last-child {
        border-bottom: 1px solid #ccc;
    }

    .contact .th_smp {
        background-color: #3aa201;
        font-weight: bold;
        color: #fff;
    }

    .event .youtube {
        margin-right: 0;
    }

    .news .section_inner ul li {
        width: 50%;
        margin-top: 1em;
    }

    .news .section_inner ul li.info-tab__tab:first-of-type {
        width: 100%;
    }

    .news .info-tab {
        flex-wrap: wrap;
    }

    .news .info-detail__icon {
        width: fit-content;
        padding: 0 15px;
    }

    .news_detail .detail_area .title {
        font-size: 1.8rem;
    }


    .section_inner2 .flex_box {
        display: flex;
    }

    .pg115 .child {
        width: 50%;
    }

    /*ものづくりマイスター6.派遣計画の提出　ボタン装飾*/
    .gorin_news_flex {
        flex-direction: column;
    }

    .flex_txt {
        width: 100%;
        padding-left: 0;
    }

    .gorin_news_flex .btn {
        width: fit-content;
        margin: 1em auto;
    }

}



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

    .event .info-detail__text {
        font-size: clamp(1.2rem, 3.5vw, 1.6rem);
    }

    .arrow_text {
        font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    }

    .info-detail__date {
        font-size: 1.3rem;
    }

    .sub .h1 {
        font-size: 2rem;
        left: 0;
    }

    .kakomon .h1 {
        letter-spacing: 0;
    }

    .exlink_icon {
        width: 18px;
        height: 18px;
        margin: 5px 5px -3px;
    }

    .traning h2 {
        font-size: 1.8rem;
    }

    .komidashi::after {
        left: -3px;
    }

    .jisya .section_inner2 .btn {
        padding: 3px 1em 0;
    }

    limit .section_inner2 .btn {
        padding: 3px 2em 0;
    }




}