* {
    font-family: "HiraginoKakuGothicPro-W3", Helvetica;
}

.w6 {
    font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
}

.tab-content {
    padding: 10px;
}

.entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dotted #b9bdce;
}

.entry .date {
    width: 100px;
}

.entry .category {
    width: 100px;
    text-align: center;
}

.entry .description {
    flex-grow: 1;
}

.entry .arrow {
    width: 20px;
    text-align: right;
}

.category-news {
    background-color: #5bc0de;
    position: relative;
}

.category-training {
    background-color: #0275d8;
    position: relative;
}

.category-training:after,
.category-news:after,
.category-event:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 15px 13px 17px 0;
}


.category-event {
    background-color: #f0ad4e;
    position: relative;
}

.category span {
    display: inline-block;
    width: 100px;
    text-align: left;
    white-space: nowrap;
}

.nav-item {
    background-color: #71b8c6;
}

.nav-item .nav-link {
    padding: 10px 60px;
    color: white;
}

.nav-item .nav-link.active {
    padding: 10px 60px;
    background-color: #262c4e;
    color: white;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border-bottom: 1px solid #ced4da;
    width: 20%;
    text-align: center;
    padding: 8px !important;
}

.course_system .course_status,
.course_system .training_type {
    font-size: 10px;
    padding: 3px 8px;
}

.course_system .training_type {
    /* padding: .1em .15em; */
    margin-right: 0em;
}

.course_system .pl-4 a {
    font-size: 12px;
}

.course_system .training_type {
    /* display: inline-block;
    /* padding: .5em 1em; */
    border-radius: 5px;
    background-color: red;
    color: #fff;
    font-weight: bold;
    /* margin-right: .5em; */
    vertical-align: bottom;
    border: 1px solid;
}
.limit-2lines{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 2);
}

/* modal elearning pc */
@media screen and (min-width: 1024px) {
    .elearning-modal__content-wrapper {
        display: flex;
        gap: 24px;
    }

    .elearning-modal__left,
    .elearning-modal__right {
        flex: 1;
        max-width: 50%;
        box-sizing: border-box;
    }

    .elearning-new__movie img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .elearning-new__title {
        font-size: 18px;
        font-weight: bold;
        /* margin-bottom: 16px; */
        /* white-space: pre-wrap; */
    }

    .elearning-new__actions {
        /* margin-top: 16px; */
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .elearning-modal__comment {
        /* margin-top: 20px; */
        font-size: 14px;
        color: #444;
    }

    .elearning-modal__comment-inner {
        max-height: 300px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .elearning-archive__files-list {
        margin-top: 12px;
        padding: 5px;
    }

    .elearning-archive__files-item {
        margin-bottom: 8px;
    }

    .extension-office {
        display: inline-block;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 13px;
        position: relative;
    }

   

  
}
/*end modal elearning pc */
@media only screen and (min-width: 320px) and (max-width: 720px) {

    .fieldLeft,
    .fieldRight {
        width: 100% !important;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container-custom-home {
    max-width: 1500px !important;
}

.container-custom-home ul li a {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

/* common
------------------------------------------------------------*/

body {
    color: #333;
    line-height: 1.6;
    font-size: 14px;

    background: #fff;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

/* .img_wrap img {
    height: 90px;
} */

p {
    line-height: 2;
}

.f_bold {
    font-weight: 500;
}

.f_big {
    font-size: 18px;
}

.txt_center {
    text-align: center;
}

section {
    padding: 70px 0;
}

.alt_bg {
    background: #faf7f5;
}

.pat_bg01 {
    /* background: url('../img/common/pat-01.png') repeat top left; */
    background-color: #f8c5c8;
}

.pat_bg02 {
    background: url("../../images/home/pat-02.png") repeat top left;
}

.container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
}

.inner {
    max-width: 1040px;
    width: 95%;
    margin: 0 auto;
}

.sp {
    display: none;
}

/* table
------------------------------------------------------------*/
table {
    margin: auto;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    table-layout: fixed;
}

table th,
table td {
    padding: 16px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #dad8d6;
    box-sizing: border-box;
    background-color: #fff;
}

table th {
    color: #000000 !important;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
    letter-spacing: 1px;
    border: 0;
    background-color: #f8c5c8;
    border-right: 1px solid #dad8d6;
}

table td {
    text-align: center;
    border-left: 1px solid #dad8d6;
    border-right: 1px solid #dad8d6;
}

.tb_style01 {
    border-top-left-radius: 8px;
}

.tb_style01 tr:first-child th:first-child {
    width: 450px;
    border-top-left-radius: 8px;
}

.tb_style01 tr:first-child th:last-child {
    border-top-right-radius: 8px;
    border-right: 0;
}

.tb_style01 tr:nth-child(odd) td {
    background-color: #faf7f5;
}

.tb-arrow {
    position: absolute;
    top: 2%;
    right: 8%;
    display: none;
    max-width: 25px;
    z-index: 1;
    animation: arrow 1s linear infinite;
    -webkit-animation: arrow 1s linear infinite;
}

.tb-arrow img {
    width: 100%;
}

.tb_wrap::-webkit-scrollbar {
    height: 25px;
}

.tb_wrap::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 25px;
}

.tb_wrap::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 20px;
    border: 6px solid #e6e6e6;
    box-sizing: border-box;
}

.tb_wrap::-webkit-scrollbar-thumb:hover {
    background: #999;
}

@keyframes arrow {
    0% {
        right: 8%;
    }

    50% {
        right: 3%;
    }

    100% {
        right: 8%;
    }
}

/* btn
------------------------------------------------------------*/
.btn {
    position: relative;
    display: block;
    padding: 19px 35px;
    margin: 40px auto 0;
    max-width: 315px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url("../../images/home/ico_arrow02.png") no-repeat right 20px center / 14px;
    background-color: #64ca81;
    box-shadow: 3px 3px #3b9d57;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn:hover {
    background-color: #3b9d57;
    box-shadow: none;
    color: #fff;
}

/* headings
------------------------------------------------------------*/
.tit_sub {
    position: relative;
    margin-bottom: 30px;
    color: #292f4a;
    font-size: 32px;
    font-weight: bold;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
}



.tit_sub::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    height: 51px;
    width: 48px;
    background: url("../../images/home/tit_deco01.png") no-repeat top left / contain;
}

.tit_sub span {
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    color: #292f4a;
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    line-height: 1;
}

.tit_alt {
    color: #fff;
}

/* pagetop
------------------------------------------------------------*/
#pagetop {
    position: fixed;
    z-index: 9999;
    width: 80px;
    bottom: 87px;
    right: 20px;
}

#pagetop a {
    display: block;
}

#pagetop a img {
    width: 100%;
    display: block;
}

#pagetop a:hover {
    opacity: 1;
    text-decoration: none;
}

#pagetop a:hover img {
    opacity: 1;
    text-decoration: none;
}

/* news
------------------------------------------------------------*/
.list_news {
    position: relative;
    background-color: #fff;
    border: 2px solid #f75984;
    z-index: 99;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.list_news li {
    margin: 0 5px;
    border-bottom: 1px dashed #eebcca;
}

.list_news li:last-child {
    border-bottom: 0;
}

.list_news li a {
    display: flex;
    align-items: baseline;
    padding: 21px 35px;
}

.list_news li a .date {
    max-width: 123px;
    width: 100%;
}

.list_news li a .cat1,
.list_news li a .cat2,
.list_news li a .cat3 {
    display: inline-block;
    padding: 1px 5px;
    margin: 0 20px;
    max-width: 87px;
    width: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.list_news li.news a .cat1 {
    background-color: #f75984;
}

.list_news li.news a .cat3 {
    background-color: #7fc7ff;
}

.list_news li.news a .cat2 {
    background-color: #ffcc7f;
}

.list_news li a:hover p {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

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

    /* common
	------------------------------------------------------------*/
    section {
        padding: 60px 0;
    }

    /* table
	------------------------------------------------------------*/
    .tb_style01 tr:first-child th:first-child {
        width: 350px;
    }

    .tb_wrap {
        overflow-x: scroll;
    }

    .tb_wrap table {
        width: 1040px;
    }

    .tb-arrow {
        display: block;
    }

    /* btn
	------------------------------------------------------------*/
    .btn {
        padding: 13px 25px;
        max-width: 285px;
    }

    /* headings
	------------------------------------------------------------*/
    .tit_sub {
        margin-bottom: 20px;
        font-size: 200%;
    }

    .tit_sub::before {
        height: 40px;
        width: 40px;
    }

    .tit_sub span {
        padding-left: 20px;
        font-size: 28px;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    /* news
	------------------------------------------------------------*/
    .list_news li a {
        padding: 15px 25px;
    }
}

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

    /* common
	------------------------------------------------------------*/
    section {
        padding: 50px 0;
    }

    .container .inner,
    .container .inner2 {
        max-width: none;
        width: 100%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* btn
	------------------------------------------------------------*/
    .btn {
        max-width: 250px;
    }

    /* headings
	------------------------------------------------------------*/

    /* news
	------------------------------------------------------------*/
    .list_news li a {
        display: block;
    }

    .list_news li a .cat {
        margin: 0 10px;
        max-width: 70px;
    }

    .list_news li a p {
        margin-top: 10px;
    }
}

/* common
------------------------------------------------------------*/
.col_wrap {
    display: flex;
    justify-content: space-between;
}

.col_wrap .col_item {
    max-width: 435px;
    width: 46%;
}

.t_center_wrap .txt_center {
    margin-bottom: 15px;
}

.mvisual .container,
#news .container,
#e_learning .container,
#e_learning .learning_wrap,
#training .container,
#training .inner,
#training table {
    position: relative;
}

.mvisual .container::before,
.mvisual .container::after,
#news .container::before,
#news .container::after,
#training .container::before,
#training .container::after,
#training .inner::before,
#e_learning .container::before,
#e_learning .container::after,
#e_learning .learning_wrap::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.quick_links {
    padding: 40px 0;
    overflow: hidden;
}

.quick_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.quick_links ul li {
    max-width: 338px;
    width: 32.5%;
}

.quick_links ul li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    min-height: 98px;
    color: #614a3f !important;
    font-size: 24px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
    line-height: 1.3;
    background: url("../../images/home/ico_arrow04.png") no-repeat right 16px center / 14px;
    background-color: #fff;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.quick_links ul li a span,
.quick_links ul li a span small {
    color: #614a3f;
}

.quick_links ul li a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid #614a3f;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.quick_links ul li:nth-child(6) a {
    font-size: 20px;
}

.quick_links ul li a span small {
    display: block;
    font-size: 14px;
}

.quick_links ul li a:hover {
    background-color: #ffe8de;
}

/* news
------------------------------------------------------------*/
#news {
    overflow: hidden;
}

#news .container::before {
    top: -70px;
    right: 50px;
    height: 190px;
    width: 320px;
    background-image: url("../../images/home/deco_sec01.png");
}

#news .container::after {
    left: 50px;
    bottom: 0;
    height: 160px;
    width: 169px;
    background-image: url("../../images//home/deco_sec02.png");
}

/* training
------------------------------------------------------------*/
.tag.show-only_member {
    background-color: #f75984;
}

.tag.show-normal {
    background-color: #0097d8;
}

.tag {
    display: inline-block;
    padding: 1px 5px;
    max-width: 87px;
    width: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#training .container::before {
    top: -250px;
    right: 0;
    height: 179px;
    width: 164px;
    background-image: url("../../images/home/deco_sec05.png");
}

#training .container::after {
    left: 65px;
    bottom: -70px;
    height: 157px;
    width: 98px;
    background-image: url("../../images/home/deco_sec04.png");
}

/* #training .inner::before {
	top: -70px;
	right: -145px;
	height: 176px;
	width: 282px;
	background-image: url('../img/index/deco_sec03.png');
} */

/* e-learning
------------------------------------------------------------*/
#e_learning {
    overflow: hidden;
}

#e_learning .container::before {
    top: -70px;
    right: -60px;
    height: 110px;
    width: 336px;
    background-image: url("../../images/home/deco_sec06.png");
}

#e_learning .container::after {
    left: -105px;
    bottom: -55px;
    height: 160px;
    width: 189px;
    background-image: url("../../images/home/deco_sec07.png");
}

/* #e_learning .learning_wrap::before {
	right: -85px;
	bottom: -55px;
	height: 70px;
	width: 89px;
	background-image: url('../img/index/deco_sec08.png');
} */
#e_learning .learning_wrap::after {
    content: "";
    display: block;
    clear: both;
}

#e_learning .learning_wrap .learning_item {
    padding: 20px;
    margin: 0 2.5% 0 0;
    float: left;
    max-width: 323px;
    width: 23.1%;
    box-sizing: border-box;
    border: 1px solid #e4d4c6;
    background-color: #faf7f5;
    box-shadow: 2px 2px #e4d4c6;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#e_learning .learning_wrap .learning_item:nth-child(4n) {
    margin-right: 0;
}

#e_learning .learning_wrap .learning_item .img_wrap img {
    margin-bottom: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#e_learning .learning_wrap .learning_item .tit_learning {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    display: block;
    /* margin-bottom: 15px; */
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

#e_learning .learning_wrap .learning_item .btn_learning {
    position: relative;
    display: block;
    padding: 11px 40px;
    color: #f8c5c8;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: url("../../images/home/ico_arrow01.png") no-repeat right 30px center / 14px;
    background-color: #fff;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#e_learning .learning_wrap .learning_item .btn_learning::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 2px dashed #f8c5c8;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

#e_learning .learning_wrap .learning_item .btn_learning:hover {
    color: #fff;
    background-color: #f8c5c8;
}

#e_learning .learning_wrap .learning_item .tit_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* hidden modal */
.elearning-new__column2 {
    display: none;
}

.btn-elearning-modal {
    border-radius: 0.375rem;
}

.group-btn-learning {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}

.btn-learning {
    padding: 10px;
    border: 2px solid #f0ad4e;
    border-radius: 10px;
}

.btn-learning-detail {
    padding: 10px;
    border: 2px solid #0275d8;
    border-radius: 10px;
}

.btn-learning a {
    color: #f0ad4e;
}

.btn-learning-detail a {
    color: #0275d8;
}

.elearning-modal__comment-inner td {
    border: none;
}

/* sponsor
------------------------------------------------------------*/
#sponsor {
    padding: 50px 0;
    overflow: hidden;
}

#sponsor .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sponsor .container p {
    margin-left: 20px;
}

#sponsor .sponsor_wrap .sponsor_list {
    overflow: hidden;
}

#sponsor .sponsor_wrap .sponsor_list li {
    display: flex;
    align-items: center;
    justify-content: center !important;
    padding: 10px 40px;
    float: left;
    width: 350px;
    box-sizing: border-box;
    border-right: 1px solid #f4f4f4;
}

#sponsor .sponsor_wrap .sponsor_list li:last-child {
    /* border-right: 0; */
}

#sponsor .sponsor_wrap .sponsor_list li .img_wrap {
    /* margin-right: 20px; */
    /* max-width: 98px; */
}

#sponsor .sponsor_wrap .sponsor_list li .tit_sponsor {
    font-size: 20px;
    font-weight: bold;
}

.td_custom>pre {
    white-space: pre-wrap;
    overflow: hidden;
    color: #231815;
}

@media screen and (max-width: 1400px) {
    /* training
	------------------------------------------------------------*/
    /* #training .inner::before {
		right: 0;
	} */

    /* sponsor
	------------------------------------------------------------*/
    #sponsor .sponsor_wrap .sponsor_list li {
        padding: 10px 20px;
        width: 300px;
    }
}

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

    /* quick_links
	------------------------------------------------------------*/
    .quick_links ul li a {
        font-size: 150%;
    }

    .quick_links ul li:nth-child(6) a {
        font-size: 130%;
    }

    .quick_links ul li a span small {
        font-size: 60%;
    }

    /* news
	------------------------------------------------------------*/
    #news .container::before {
        right: 0;
        height: 120px;
        width: 200px;
    }

    #news .container::after {
        left: 0;
        height: 130px;
        width: 140px;
    }

    /* training
	------------------------------------------------------------*/
    /* #training .inner::before {
		height: 155px;
		width: 260px;
	} */
    #training .container::before {
        top: -215px;
        height: 150px;
        width: 130px;
    }

    #training .container::after {
        left: 0;
        bottom: -80px;
        height: 130px;
        width: 70px;
    }

    /* e-learning
	------------------------------------------------------------*/
    #e_learning .container::before {
        right: 0;
        height: 80px;
        width: 240px;
    }

    #e_learning .container::after {
        left: 0;
        bottom: 0;
        height: 100px;
        width: 120px;
    }

    /* sponsor
	------------------------------------------------------------*/
    #sponsor .container {
        flex-direction: column;
    }

    #sponsor .container p {
        margin: 0 auto 40px;
        text-align: center;
    }

    #sponsor .sponsor_wrap .sponsor_list li {
        padding: 10px 20px;
        width: 300px;
    }

    #sponsor .sponsor_wrap .sponsor_list li .img_wrap {
        /* max-width: 70px; */
    }

    #sponsor .sponsor_wrap .sponsor_list li .tit_sponsor {
        font-size: 130%;
    }
}

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

    /* quick_links
	------------------------------------------------------------*/
    .quick_links {
        padding: 30px 0;
    }

    .quick_links ul {
        gap: 10px;
    }

    .quick_links ul li {
        width: 31.5%;
    }

    .quick_links ul li a {
        padding: 10px 20px;
        min-height: 70px;
        font-size: 130%;
        background-size: 10px;
    }

    .quick_links ul li:nth-child(6) a {
        font-size: 120%;
    }

    /* news
	------------------------------------------------------------*/
    #news .container::before {
        top: -60px;
        height: 100px;
        width: 180px;
    }

    #news .container::after {
        height: 110px;
        width: 120px;
    }

    /* training
	------------------------------------------------------------*/
    /* #training .inner::before {
		top: -60px;
		height: 105px;
        width: 170px;
	} */
    #training .container::before {
        top: -160px;
        height: 100px;
        width: 100px;
    }

    #training .container::after {
        bottom: -60px;
        height: 80px;
        width: 60px;
    }

    /* e-learning
	------------------------------------------------------------*/
    #e_learning .learning_wrap .learning_item {
        padding: 15px;
        margin: 0 2.5% 2.5% 0;
        max-width: none;
        width: 48.7%;
    }

    #e_learning .learning_wrap .learning_item:nth-child(2n) {
        margin-right: 0;
    }

    #e_learning .learning_wrap .learning_item .img_wrap img {
        margin-bottom: 10px;
    }

    #e_learning .learning_wrap .learning_item .tit_learning {
        margin-bottom: 10px;
        font-size: 130%;
    }

    #e_learning .learning_wrap .learning_item .btn_learning {
        padding: 10px 30px;
        font-size: 120%;
        background-position: right 20px center;
    }

    /* sponsor
	------------------------------------------------------------*/
    #sponsor .container p {
        margin-bottom: 30px;
    }

    #sponsor .sponsor_wrap {
        width: 100%;
    }

    #sponsor .sponsor_wrap .sponsor_list li {
        width: 33.33%;
    }

    #sponsor .sponsor_wrap .sponsor_list li .img_wrap {
        /* margin-right: 10px; */
        /* max-width: 70px; */
    }

    #sponsor .sponsor_wrap .sponsor_list li .tit_sponsor {
        font-size: 120%;
    }
}

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

    /* mvisual
	------------------------------------------------------------*/
    .mvisual .container img {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .mvisual .container .img_wrap::before {
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    /* quick_links
	------------------------------------------------------------*/
    .quick_links ul li {
        max-width: none;
        width: 80%;
    }

    .quick_links ul li:last-child {
        width: 80%;
    }

    .quick_links ul li a {
        min-height: 50px;
        font-size: 110%;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .quick_links ul li a::before {
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .quick_links ul li:nth-child(6) a {
        font-size: 100%;
    }

    /* news
	------------------------------------------------------------*/
    #news .container::before {
        top: -50px;
        height: 80px;
        width: 160px;
    }

    #news .container::after {
        height: 90px;
        width: 100px;
    }

    /* training
	------------------------------------------------------------*/
    /* #training .inner::before {
		top: -50px;
		height: 85px;
        width: 140px;
		opacity: 0;
	} */
    #training .container::before {
        top: -80px;
        height: 80px;
        width: 80px;
    }

    #training .container::after {
        bottom: -50px;
        height: 60px;
        width: 40px;
    }

    /* e-learning
	------------------------------------------------------------*/
    #e_learning .learning_wrap .learning_item {
        padding: 15px;
        margin: 0 auto 30px;
        float: none;
        width: 100%;
    }

    #e_learning .learning_wrap .learning_item:nth-child(2n) {
        margin-right: 0;
    }

    #e_learning .learning_wrap .learning_item .img_wrap img {
        margin-bottom: 10px;
    }

    #e_learning .learning_wrap .learning_item .tit_learning {
        font-size: 120%;
    }

    #e_learning .learning_wrap .learning_item .btn_learning {
        font-size: 110%;
    }

    #e_learning .container::before {
        top: -50px;
        height: 60px;
        width: 200px;
    }

    #e_learning .container::after {
        height: 80px;
        width: 100px;
    }

    /* sponsor
	------------------------------------------------------------*/
    #sponsor .sponsor_wrap {
        width: 100%;
    }

    #sponsor .sponsor_wrap .sponsor_list li {
        position: relative;
        justify-content: center;
        padding: 30px 0;
        float: none;
        width: 100%;
        border-right: 0;
    }

    #sponsor .sponsor_wrap .sponsor_list li::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100px;
        height: 1px;
        background-color: #f4f4f4;
    }

    #sponsor .sponsor_wrap .sponsor_list li:last-child::before {
        display: none;
    }

    #sponsor .sponsor_wrap .sponsor_list li .img_wrap {
        /* max-width: 50px; */
    }

    #sponsor .sponsor_wrap .sponsor_list li .tit_sponsor {
        font-size: 110%;
    }
}

@media (min-width: 980px) {
    .group-btn-learning {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .tit_wrap {
        flex-direction: column;
    }

    .sponsor_wrap {
        width: 100% !important;
    }
}

/* =========================
   トップ固定バナー（完全版）
========================= */
/* ===== PC表示 ===== */
#top-fixed-banner {
    position: fixed;
    top: 130px;
    right: 20px;
    width: 400px;       /* 固定幅 */
    z-index: 9999;
    text-align: center;
    max-width: none !important;  /* 他CSSを無効化 */
}

#top-fixed-banner img {
    width: 600px !important;     /* 親に依存させず固定幅 */
    height: auto;
    display: block;
}

/* マウスオーバーで薄く */
#top-fixed-banner:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

/* ===== スマホ表示：右下固定 ===== */
@media (max-width: 768px) {
    #top-fixed-banner {
        top: auto;
        bottom: 60px;
        right: 20px;
        width: 230px;    /* スマホは小さめ */
    }
}

/* end */
