@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300&display=swap');

/*  display
===================================*/
.dynone {
    display: none !important;
}

.en{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
}


/* ------------------------------
    スマホ
------------------------------ */
@media screen  and (min-width : 769px){
	.sp {
		display:none!important;
	}
}

@media screen and (max-width : 768px){
	.pc {
		display:none!important;
	}
	body {
        font-size: 1.6rem;
		min-width: inherit;
	}
	body, h1, h2, h3, h4, h5, h6, p, address,
	ul, ol, li, dl, dt, dd,
	table, th, td, img, form {
        font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	}
	input, button, textarea, select  {
        font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	}
}

@media screen and (max-width: 575px) {
	.pd {
		display:none!important;
	}
	body {
        font-size: 1.5rem;
	}
}


/*  header
===================================*/
header {
    position: relative;
	top: 0;
	left: 0;
	width: 100%;
    /*height: 171px;
    height: 135px;*/
    height: 110px;
	background: #fff;
	z-index: 999;
}
.header_top {
    max-width: 1140px;
    padding: 0 20px;
    padding-bottom: 5px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.header_top .top_logo {
    max-width: 360px;
    display: block;
    position: relative;
    z-index: 2;
}
.header_top .top_logo h1 {
    font-size: 1.1rem;
    font-weight: 200;
    white-space: nowrap;
    padding-top: 5px;
}
.header_top .top_logo .fade {
    margin-top: -5px;
}

.header_top .top_nav {
    margin-left: auto;
    padding-top: 15px;
}
.header_top .top_nav ul {
    display: flex;
    flex-wrap: wrap;
}
.header_top .top_nav ul li {
    margin: 0 5px;
}
.header_top .top_nav ul li.sbtn a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #fff;
    line-height: 1;
    font-weight: normal;
    color: #303030;
    border-radius: 3px;
    font-size: 1.3rem;
    height: 40px;
}
.header_top .top_nav ul li.sbtn a i {
    position: relative;
    font-size: 1.8rem;
    margin-right: 2px;
    color: #ef6c1d;
}
.header_top .top_nav ul li.sbtn a:hover {
    color: #fff;
}
.header_top .top_nav ul li.sbtn a:hover i {
    color: #fff;
}

.header_top .top_nav ul li.iro a {
    text-align: center;
    color: #fff;
    background-color: #009244;
}
.header_top .top_nav ul li.dan a {
    background-color: #9129c0;
}
.header_top .top_nav ul li.rjo a {
    background-color: #0d75c8;
}

.header_top .top_nav ul li.iro a p {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    /*font-feature-settings : "palt";*/
}
.header_top .top_nav ul li.iro a p.min {
    display: block;
    font-size: 1.2rem;
    letter-spacing: normal;
    margin-top: 2px;
}

.header_top .top_nav ul li.iro a p i {
    color: #fff;
    font-size: 1.7rem;
}
.header_top .top_nav ul li.iro a::before {
    background: #ec596f;
}

.header_top .top_nav ul li.iro a p i.icon-storefront {
    margin-top: 2px;
    top: -1px;
}
.header_top .top_nav ul li.iro a p i.icon-groups {
    font-size: 2.0rem;
    margin-right: 5px;
}

.header_top .top_nav ul li.link_txt {
    margin-right: 20px;
    margin-top: 3px;
    align-self: baseline;
}
.header_top .top_nav ul li.link_txt::before {
    height: 2px;
    background-color: #ff6d27;
}
.header_top .top_nav ul li.link_txt a {
    display: flex;
    padding: 5px 0;
    padding-bottom: 4px;
    align-items: baseline;
    font-size: 1.45rem;
}
.header_top .top_nav ul li.link_txt a i {
    position: relative;
    font-size: 1.6rem;
    margin-right: 2px;
    color: #ef6c1d;
}
.header_top .top_nav ul li.link_txt a i.icon-mark_as_unread {
    font-size: 2.0rem;
    bottom: -2px;
}

.header_top .top_nav ul li.link_txt a:hover {
    color: #db4800;
}
.header_top .top_nav ul li.link_txt a:hover i {
}


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

@media screen and (max-width: 768px) {
    header {
        height: auto;
        border-bottom: 1px solid #ef6c1d;
        box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, .6);
    }
    .header_top {
        height: 90px;
    }
    .header_top .top_logo {
        margin: 0 auto;
        max-width: 320px;
    }
    .header_top .top_logo h1 {
        text-align: center;
    }
    .header_top .top_logo .fade {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .header_top {
        height: 80px;
        padding: 0 15px;
    }
    .header_top .top_logo {
        margin: initial;
        max-width: 260px;
    }
    .header_top .top_logo h1 {
        text-align: left;
        font-size: 1.0rem;
    }
}


/*  article
===================================*/
article {
    position: relative;
    min-height: calc(100vh - 750px);
}


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

@media screen and (max-width: 768px) {
    article {
        padding-top: 90px;
        min-height: calc(100vh - 105px);
    }
}

@media screen and (max-width: 575px) {
    article {
        padding-top: 80px;
        min-height: calc(100vh - 75px);
    }
}


/*  footer
===================================*/
footer {
    width: 100%;
	position: relative;
    margin-top: 80px;
    background-color: #f9f9f1;
    background-color: #f9f8ee;
    border-top: 1px solid #e5e5ca;
}

.footer_are {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}
.footer_are .fot_lef {
    width: 100%;
    flex-shrink: 0;
    max-width: 450px
}
.footer_are .fot_lef h2 {
    width: 360px;
}
.footer_are .fot_lef h2 a {
}
.footer_are .fot_lef ul {
}
.footer_are .fot_lef ul > li {
    margin-top: 30px;
}
.footer_are .fot_lef ul > li h4 {
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_are .fot_lef ul > li p {
    font-size: 1.5rem;
    line-height: 1.5;
}
.footer_are .fot_lef ul > li p b {
    font-weight: 600;
}
.footer_are .fot_lef ul > li p a {
    display: inline-block;
    color: #0052a4;
}
.footer_are .fot_lef ul > li p a:hover {
    color: #db4800;
}

.footer_are .fot_lef ol {
    display: flex;
    flex-wrap: wrap;
}
.footer_are .fot_lef ol li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
}
.footer_are .fot_lef ol li:not(:last-child)::after {
    content: '／';
}

.footer_are .fot_rig {
    padding-left: 90px;
}
.footer_are .fot_rig .list {
    padding: 10px 0;
}
.footer_are .fot_rig .list h4 {
    font-size: 1.55rem;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-weight: 500;
}
.footer_are .fot_rig .list h4::before {
    content: '●';
    font-size: 1.3rem;
    margin-right: 2px;
    color: #bbbbbb;
    color: #ef6c1d;
}
.footer_are .fot_rig .list h4 a:hover {
    color: #db4800;
}

.footer_are .fot_rig .list ol {
    display: flex;
    flex-wrap: wrap;
}
.footer_are .fot_rig .list ol li {
    margin-right: 20px;
    font-size: 1.45rem;
}
.footer_are .fot_rig .list ol li a {
    display: flex;
    align-items: center;
    color: #0052a4;
}
.footer_are .fot_rig .list ol li a::before {
    content: '▶︎';
    font-size: 1.1rem;
}
.footer_are .fot_rig .list ol li a:hover {
    color: #db4800;
}

.footer_are .fot_rig .list h5 {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 1.55rem;
}
.footer_are .fot_rig .list h5::before {
    font-family: 'icomoon';
    content: '\e91e';
    color: #ef6c1d;
    font-size: 1.9rem;
    margin-right: 3px;
}
.footer_are .fot_rig .list h5 a:hover {
    color: #db4800;
}

.footer_link {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
}
.footer_link ul {
    display: flex;
    /*margin-left: auto;*/
}
.footer_link ul li,
.footer_link ul li a {
    font-size: 1.3rem;
    position: relative;
    line-height: 1.3;
}
.footer_link ul li {
    padding-right: 30px;
}
.footer_link ul li:last-of-type {
    padding-right: 0;
}
.footer_link ul li a {
    position: relative;
    color: #0052a4;
    display: flex;
}
.footer_link ul li a::before {
    content: '▶︎';
    font-size: 1.1rem;
}

.footer_link ul li a:hover {
    color: #db4800;
}
.footer_link ul li:not(:last-child)::after {
	content: "";
    position: absolute;
    top: 0;
    right: 13px;
    width: 1px;
    height: 16px;
    background: #358da0;
}

footer .copyright{
	font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    padding-top: 12px;
    padding-bottom: 13px;
    background-color: #ef6c1d;
}


@media screen and (max-width: 768px) {
    footer {
        border: 0;
        margin-top: 70px;
    }
    .footer_are {
        display: none;
    }
    .footer_link {
        display: none;
    }
    footer .copyright {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    footer {
        margin-top: 50px;
    }
    footer .copyright {
        font-size: 1.1rem;
        padding-top: 8px;
        padding-bottom: 10px;
    }
}


/*  janp
=====================================*/
.janp {
    right: 25px;
    z-index: 2;
}
.janp a {
    width: 56px;
    height: 56px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #bbbbbb;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 8px #f0f0f0;
}
.janp a i {
    font-size: 2.0rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.janp a:hover {
    background-color: #ef6c1d;
    box-shadow: none;
}

/*
.janp a:hover {
	animation: poyo .6s;
}

@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.1); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}
*/


@media screen and (max-width: 768px) {
    .janp a {
        width: 50px;
        height: 50px;
    }
    .janp {
        right: 15px;
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 575px) {
    .janp {
        right: 6px;
    }
}


/*  header_nav
=====================================*/
.header_nav {
}
.header_nav ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}
.header_nav ul > li {
    font-size: 1.5rem;
}

.header_nav ul > li {
    padding: 0 10px;
}
.header_nav ul > li:first-of-type {
    padding-left: 0;
}
.header_nav ul > li:last-of-type {
    padding-right: 0;
}

.header_nav ul > li > a {
	font-weight: 500;
    padding-top: 13px;
    padding-left: 8px;
    padding-right: 13px;
	padding-bottom: 15px;
    display: flex;
    align-items: center;
    font-feature-settings : "palt";
    letter-spacing: 0.03em;
    font-size: 1.6rem;
}
.header_nav ul > li > a.hom {
    padding-left: 13px;
    padding-right: 20px;
}

.header_nav ul > li > a i {
	font-size: 2.0rem;
    line-height: 1;
    color: #c3c3c3;
    transition: all 0.2s ease-out;
}
.header_nav ul > li.on > a {
	color: #fff;
    pointer-events: none;
    background-color: #ef6c1d;
    border-radius: 6px 6px 0 0;
}
.header_nav ul > li.on > a i {
	color: #fff;
}
.header_nav ul > li > a.link_txt{
    line-height: inherit;
}
.header_nav ul > li > a.link_txt::before{
	bottom: 13px;
    height: 2px;
	background-color: #ff6d27;
}
.header_nav ul > li.on > a.link_txt::before {
    content: none;
}
.header_nav ul > li > a:hover i {
    color: #ff6d27;
}
.header_nav .link_txt:hover::before {
    width: calc(100% /1 - 40px);
}


/*  body
===================================*/
/* ------------------------------
    s-body
------------------------------ */
.s-body {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
}
.s-body .side {
    position: absolute;
    width: 200px;
}
.side .slmenu ul {
    padding-top: 50px;
}
.side .slmenu ul li {
    width: 200px;
    border-bottom: 1px solid #ccc;
}
.side .slmenu ul li:nth-of-type(1) {
    border-top: 1px solid #ccc;
}

.side .slmenu ul li a {
    position: relative;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #e25b23;
    padding: 10px 6px;
    height: 62px;
}
.side .slmenu ul li a::before {
    content: '▶︎';
    font-size: 1.1rem;
    margin-right: 2px;
}
.side .slmenu ul li a:hover {
    background-color: #f2f2f2;
}
.side .slmenu ul li a.current {
    background-color: #ef6c1d;
    color: #fff;
}
.side .slmenu ul li.on a {
    background-color: #ef6c1d;
    color: #fff;
}

.s-body .sbody {
    width: calc(100% - 200px);
    margin-left: auto;
    padding-left: 40px;
    position: relative;
    padding-bottom: 60px;
}
.s-body .sbody.sponsor,
.s-body .sbody.seminar,
.s-body .sbody.project {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0;
}


.seminar .pgm_are.flx .hm_txt {
    width: 560px;
}


@media screen and (max-width: 768px) {
    .s-body {
        display: block;
    }
    .s-body .sbody {
        width: 100%;
        margin-left: inherit;
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .s-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ------------------------------
    b-body
------------------------------ */
.b-body {
    max-width: 1000px;
    margin: 60px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.b-body .pgm_box:nth-of-type(1) {
    padding-top: 0;
}
.b-body .pgm_are.flx .hm_txt {
    width: 700px;
}


@media screen and (max-width: 768px) {
    .b-body {
        margin-top: 50px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .b-body {
        margin-top: 30px;
    }
}


/* popu-box
=====================================*/
.popu-box {
    min-height: 200px;
}
.popu-box .blk-hed {
    margin-bottom: 30px;
}
.popu-box .blk-hed h2 {
    font-size: 2.0rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 3px solid #1e2b52;
    padding-bottom: 5px;
    display: inline-block;
}

.popu-box .btn-are {
    margin-top: 40px;
}
.popu-box .chek-btn {
    height: 40px;
    font-size: 1.3rem;
}

.popu-box .txt-are {
}
.popu-box .txt-are p {
}
.popu-box .txt-are .tai {
    line-height: 1.4;
    font-weight: 600;
    margin-top: 20px;
}
.popu-box .txt-are .flx {
    margin-top: 10px;
}
.popu-box .txt-are .flx .pho {
    flex-shrink: 0;
    max-width: 230px;
}
.popu-box .txt-are .flx .txt {
    margin-left: 20px;
    align-self: center;
}

.popu-box .mov-are {
}
.popu-box .mov-are h5 {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    color: #e25b23;
}
.popu-box .mov-are video {
    border: 1px solid #555;
}
.modal.mov {
    max-width: 860px;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.popu-box .photo-are {
}
.popu-box .photo-are img {
    max-width: 600px;
    margin: 0 auto;
}


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

@media screen and (max-width: 575px) {
    .popu-box .mov-are h5 {
        font-size: 1.55rem;
        max-width: 90%;
    }
    .popu-box .photo-are img {
        max-width: none;
        width: 100%;
    }
}


/* site-header
===================================*/
.site-header{
    width: 100%;
    position: absolute;
    background: #fff;
    border-bottom: 1px solid #ef6c1d;
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, .6);
}
.site-header.fixed{
    position: fixed;
    top: 0;
}


/* accordion
===================================*/
.accordion-toggle p i {
    margin-right: 2px;
    position: relative;
    top: -2px;
}
.accordion-toggle {
    transition: all 0.3s ease;
}
.accordion-toggle p {
    cursor: pointer;
    position: relative;
}
.accordion-toggle p:before,
.accordion-toggle p:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    background-color: #a0a0a0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}
.accordion-toggle p:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    z-index: 2;
}
.accordion-toggle p.active-tab {
}
.accordion-toggle.active-tab p:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.accordion-toggle.active-tab p:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}


/*  golmap
=====================================*/
.golmap {
    position: relative;
    padding-bottom: 58.25%;
    height: 0;
    overflow: hidden;
    border-top: none;
    border: 1px solid #d5d5d5;
}
.golmap iframe,
.golmap object,
.golmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .golmap {
        padding-bottom: 108.25%;
    }
}
    
@media screen and (max-width: 575px) {
    .golmap {
        padding-bottom: 128.25%;
    }
}


/* not found
=====================================*/
.notfound {
    text-align: center;
}
.notfound h3 {
    font-size: 4.3rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: serif;
    margin-top: 120px;
}
.notfound p {
    font-family: serif;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 15px;
}


.header_top .top_nav ul li.not a {
    color: #fff;
    background-color: #aaa;
    pointer-events: none;
}
.header_nav ul > li.not > a {
    color: #aaa;
    pointer-events: none;
}
.header_nav ul > li.not > a i {
    color: #fff;
}
        
.footer_are .fot_rig .list.not h4 a {
    color: #aaa;
    pointer-events: none;
}
.footer_are .fot_rig .list.not h4::before {
    color: #aaa;
}

.footer_are .fot_rig .list.not ol li a {
    color: #aaa;
    pointer-events: none;
}


.side .slmenu ul li.not a {
    color: #aaa;
    pointer-events: none;
    font-weight: normal;
}
.side .slmenu ul li.not a::before {
    color: #fff;
}

.footer_are .fot_rig .list ol li.not a {
    color: #aaa;
    pointer-events: none;
}








        
        
        
        
