@charset "utf-8";

/*=====tb_mode=====*/

@media screen and (max-width: 1920px) {
    .sub_visual {
        background-size: cover;
    }


    @media screen and (max-width: 1700px) {
        #top_content {
            width: 96%;
        }

        .sub-content {
            width: 96%;
        }

        .join span::after {
            margin-left: 25px;
        }

    }

    @media screen and (max-width: 1600px) {
        #header_nav ul.pc_nav > li a {
            font-size: 14px;
            margin-top: 20px;
            padding: 10px 15px;
        }

        #header_nav ul.pc_nav > li:last-child a {
            font-size: 18px;
            padding: 30px 20px;
        }

        main {
            padding-top: 70px;
        }

        .join {
            margin-left: 70%;
        }

        .join a {
            font-size: 22px;
        }

        .content {
            width: 94%;
        }

        .l-con {
            width: 65%;
        }

        .r-con {
            width: 30%;
        }

        .top-info ul li .info-l {
            width: 30%;
        }

        .top-info ul li .info-r {
            width: 68%;
        }

        .top-cah h2 {
            font-size: 40px;
            line-height: 120%;
        }

        .sub-content {
            width: 94%;
            margin: -109px auto 0 auto;
        }

        .sub-content .img img {
            width: 100%;
        }

        .seminar-brn.application-btn li {
            width: 32%;
            font-size: 14px;
        }

        .seminar-brn.application-btn li span::after {
            font-size: 12px;
            right: 3%;
            top: 30%;
        }

        .seminar-brn li {
            width: 48%;
        }
    }

    @media screen and (max-width: 1420px) {
        #header_nav .log {
            width: 30%;
        }

        #header_nav .log img {
            width: 100%;
        }

        li.menu__multi ul.menu__second-level {
            margin-top: -10px;
        }

        .sub_visual.nu span {
            top: 20%;
        }

        .sub_visual.nu .inner {
            padding-top: 70px;
        }

        main {
            padding-top: 80px;
        }

        .top-info ul li .info-l {
            width: 35%;
        }

        .top-info ul li .info-r {
            width: 65%;
        }
    }


    @media screen and (max-width: 1240px) {
        #header_nav .log {
            width: 20%;
        }

        .sub-content {
            margin: -105px auto 0 auto;
        }

        .r-con nav {
            margin-top: 110px;
        }

        footer .r_content {
            width: 470px;
        }

        .top-info ul li .info-l {
            width: 40%;
        }

        .top-info ul li .info-r {
            width: 60%;
        }

        .join span::after {
            margin-left: 15px;
        }

        .top-cah h2 {
            font-size: 30px;
        }

        .join a {
            background-position: left 15px center;
            font-size: 20px;
            padding: 35px 15px 35px 80px;
        }
    }

    @media screen and (max-width: 1040px) {
        #header_nav ul.pc_nav > li a {
            font-size: 12px;
            margin-top: 12px;
        }

        #header_nav ul.pc_nav > li:last-child a {
            padding: 24px 10px 20px;
            padding-bottom: 24px;
            font-size: 14px;
        }

        li.menu__multi ul.menu__second-level {
            margin-top: -28px;
        }

        main {
            padding-top: 60px;
        }
    }

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

        /*-----共通------*/
        body {
            font-size: 14px;
        }

        .tb_style {
            display: block;
        }

        .pc_style {
            display: none;
        }

        .sp_style {
            display: block;
        }

        main {
            padding-top: 0;
        }

        .join {
            display: none;
        }

        .r-con {
            display: none;
        }

        .l-con {
            width: 100%;
            padding: 30px;
        }




        /*======header=====*/
        /*------header_nav------*/
        header {
            height: 76px;
        }

        #header_nav .log {
            width: 30%;
        }

        #header_nav h2 {
            margin-left: 10px;
            padding-top: 12px;
            margin-bottom: 0;
            height: 50px;
        }

        #header_nav h1 {
            padding: 0;
            background: transparent;
            margin-left: 10px;
        }

        #header_nav .log img {
            width: 100%;
        }

        .pc_nav {
            display: none !important;
        }

        #nav_toggle,
        #sp_header {
            display: block !important;
        }

        .sp_nav_r {
            display: block;
        }

        .menu > li.menu__multi a {
            display: none !important;
        }

        #header_nav {
            position: fixed;
            padding-top: 0;
            padding-bottom: 0;
            width: 100%;
            z-index: 600;
            transition: all 1s ease;
        }

        #header_nav > div {
            width: calc(100%);
            top: 0;
            margin: 0;
            padding-left: 0;
        }

        header .header_logo a {
            margin-top: 4px;
            margin-left: 10px;
        }

        .fl-btn img {
            width: 100%;
        }

        .sp_nav_r a {
            width: 50%;
            display: block;
            color: #fff;
            text-align: center;
            line-height: 1.4;
        }

        .sp_nav_r a img {
            width: 100%;
            margin-left: 100%;
        }

        footer {
            padding-bottom: 150px;
        }

        .bottombtn {
            text-align: center;
            font-size: 14px;
            opacity: 0;
            transition: all 0.5s;
            position: fixed;
            bottom: 0;
            width: 100%;
        }

        .bottombtn.isActive {
            opacity: 1;
            transition: all 0.5s;
        }

        .bottombtn li {
            width: 50%;
        }

        .bottombtn li img {
            width: 100%;
        }

        /*------ハンバーガーメニュー------*/
        .sp_nav {
            position: fixed;
            width: 100%;
            background-color: #fff;
            z-index: 400;
            padding-bottom: 40px;
            top: 0;
            bottom: 0;
            overflow-y: auto;
        }

        /*--------開閉ボタン--------*/
        #nav_toggle {
            position: fixed;
            display: block;
            top: 10px;
            right: 100px;
            height: 58px;
            width: 60px;
            padding: 0px 13px 0;
            margin-left: auto;
            z-index: 999;
            text-align: center;
        }

        #nav_toggle div {
            position: relative;
            width: 40px;
            height: 30px;

        }

        #nav_toggle span {
            display: block;
            width: 100%;
            height: 2px;
            background: #F39800;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }

        #nav_toggle .text {
            color: #F39800;
            font-weight: bold;
        }

        #nav_toggle span:nth-child(1) {
            top: 0px;
        }

        #nav_toggle span:nth-child(2) {
            top: 11px;
        }

        #nav_toggle span:nth-child(3) {
            top: 22px;
        }

        /*--------開閉ボタンopen時--------*/
        .open #nav_toggle span {
            background: #F39800;
        }

        .open #nav_toggle span:nth-child(1) {
            top: 12px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .open #nav_toggle span:nth-child(2) {
            width: 0;
            left: 50%;
        }

        .open #nav_toggle span:nth-child(3) {
            top: 12px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        /*--------アコーディオンメニュー--------*/
        .acMenu {
            width: 95%;
            padding: 10px;
            padding-top: 70px;
            padding-bottom: 20px;
            margin: 0 auto;
        }

        .acMenu > li {
            border-bottom: 1px solid #333;
        }

        .acMenu a {
            display: block;
            text-align: left;
            padding: 1em 1.2em;
            border-bottom: 1px solid #fff;
        }

        .acMenu li p.click {
            padding: 1.5em;
        }

        .acMenu li ul {
            margin: 0 auto;
        }

        .menu-ttl {
            text-align: left;
            padding: 1em .5em;
        }

        .acMenu3 {
            background-color: #DEDEDE;
        }

        .sub-menu-ttl {
            border-bottom: 1px solid #fff;
            text-align: left;
            background-color: #EFEFEF;
        }

        .sub-menu-ttl:last-child {
            border-bottom: none;
        }

        .acMenu dt.click:before {
            content: "\f0da";
            font-size: 17px;
            font-family: fontAwesome;
            margin-right: 6px;
        }

        .acMenu dt.click.open:before {
            content: "\f0d7";
            font-family: fontAwesome;
            margin-right: 6px;
        }

        .sub-menu-ttl.click:before {
            content: "\f0da";
            font-family: fontAwesome;
            margin-right: 6px;
        }

        .sub-menu-ttl.click.openAcd:before {
            content: "\f0d7";
            font-family: fontAwesome;
            margin-right: 6px;
        }

        /*======main=====*/
        .main_visual .top_text {
            width: 250px;
            height: 250px;
            padding-top: 50px;
        }

        .main_visual .top_text img {
            width: 80%;
        }

        .main_visual {
            padding-top: 0px;
        }

        .sub_visual.nu span {
            top: 20%;
        }

        .sub_visual.nu .inner {
            padding-top: 50px;
        }


        /*TOPページ*/
        .content {
            padding-bottom: 50px;
        }

        .top-cah {
            width: 100%;
            border-radius: 0;
            margin-top: 0;
            padding-top: 30px;
            padding-bottom: 110px;
        }

        .top-info .info-list-btn {
            font-size: 14px;
        }

        .top-info .info-list-btn span::after {
            margin-left: 15px;
            font-size: 14px;
        }

        .top-info h2 span {
            font-size: 14px;
        }

        .top-info h2 {
            font-size: 26px;
        }

        .top-info ul li data {
            font-size: 14px;
        }

        .top-info ul li .info-l {
            width: 220px;
        }

        .top-info ul li .info-r {
            width: 70%;
        }

        /*サブページ*/
        .sub-content {
            padding-bottom: 50px;
        }

        .sub-title {
            padding-bottom: 90px;
        }

        .sub-title h2 {
            font-size: 32px;
        }

        .sub-title h2::after {
            content: url(../images/sub-title-sp.png);
            vertical-align: middle;
            padding-right: 5px;
            position: absolute;
            right: 0;
            top: 30px;
            z-index: 100;
        }

        .pankuzu {
            font-size: 12px;
            margin-bottom: 3em;
        }

        .sub-content .fs {
            margin-bottom: 3em;
            padding-bottom: 3em;
        }

        .sub-content .fs p {
            font-size: 16px;
            line-height: 1.8;
        }

        .sub-content .fs span {
            line-height: 1.2;
        }

        .sub-content ol li::marker {
            font-weight: bold;
            font-size: 16px;
        }

        .sub-content ol li {
            margin-bottom: 0.4em;
        }

        .privacy dt {
            font-size: 16px;
        }

        .privacy dd {
            padding-bottom: 2em;
        }
    }

    @media screen and (max-width: 768px) {
        .pc_style02 {
            display: block;
        }

        .sp_style02 {
            display: none;
        }

        footer {
            padding-bottom: 130px;
        }

        .sub-title h2 {
            font-size: 22px;
        }

        .seminar-brn.application-btn li {
            width: 48%;
            margin-top: 2em;
        }

        .sub-content table th {
            width: 100%;
            display: block;
            padding-bottom: 0;
            padding-left: 0
        }

        .sub-content table td {
            width: 100%;
            display: block;
            padding-top: 0;
            padding-left: 0;
        }
    }


    @media screen and (max-width: 560px) {
        #header_nav .log {
            width: 50%;
        }

        footer {
            padding-bottom: 100px;
        }

        footer .content_wrap .l_content img {
            width: 40%;
        }

        .sub-title h2 {
            font-size: 20px;
            padding: 50px 50px 50px 20px;
        }

        .sub-title h2::after {
            content: url(../images/sub-title-sp02.png);
            vertical-align: middle;
            padding-right: 5px;
            position: absolute;
            right: 0;
            top: 30px;
            z-index: 100;
        }

        .pc_style02 {
            display: none;
        }

        .sp_style02 {
            display: block;
        }

        .top-info ul {
            padding-bottom: 0;
        }

        .top-info ul li.fl {
            display: block;
        }

        .top-info ul li .info-l {
            width: 100%;
            margin-bottom: 0.5em;
        }

        .top-info ul li .info-r {
            width: 100%;
            margin-bottom: 3em;
        }

        .top-cah {
            padding-left: 5%;
        }

        .top-cah h2 {
            font-size: 28px;
        }

        .seminar-con .btn a {
            width: 100%;
        }

        .seminar-brn.application-btn li {
            width: 100%;
            margin-top: 1em;
        }

        .seminar-brn.application-btn li a {
            padding: 10px;
        }

        .sub-content h2 {
            font-size: 20px;
            margin-bottom: 20px;
            line-height: 120%;
            padding-bottom: 5px;
        }

        .sub-content h3 {
            padding: 2px 8px;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .seminar-con .btn a {
            padding: 10px;
            margin-top: 10px;
        }

        .seminar-con .box {
            margin-bottom: 3em;
        }

        .seminar-con {
            margin-top: 3em;
        }

        .seminar-con p {
            margin-bottom: 0.5em;
        }

        .seminar-brn li {
            width: 100%;
            margin-top: 1em;
        }

        .seminar-brn li a {
            padding: 10px;
        }

        .seminar-con .box {
            margin-bottom: 3em;
        }

        .link {
            margin-bottom: 3em;
        }
    }
