@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

:root{
	--main-color: #8a8bc4;
        --link-text-color: dodgerblue;
}
html{
    font-size: 62.5%;
}
body{
    color: #121212;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}
.inner {
    padding-left: 20px;
    padding-right: 20px;
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
li {
    list-style-type: none;
    zoom: normal;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all ease .3s;
}
a[href^="tel:"] {
    color: inherit;
}
a:hover {
    opacity: 0.5;
}
section p a,
section ol.decimal a,
section ul.disc a,
table a,
section dl a{
    display: inline;
    text-decoration: underline;
    word-break: break-all;
}
.youtube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.spNone{
    display: none !important;
}
*.w-fit{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
}
*.post-edit{
	position: fixed;
        bottom: 1em;
        left: 20px;
	z-index: 100;
}
*.post-edit>a{
        display: inline-block;
        font-size: 80%;
        text-decoration: underline;
        padding: 0.3em 0.8em;
        background: rgba(255, 255, 255, 0.5);
}

/* img */
figure.object-fit {
    position: relative;
}
figure.object-fit>img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

/* btns */
.btns{
    display: flex;
    flex-wrap: wrap;
       gap: 8px;
        justify-content: center;
}
.btns.center{
	justify-content: center;
}
.btns.right{
	justify-content: end;
}
.btns a{
	min-width: 280px;
	color: #ffffff;
        font-size: 95%;
        font-weight: 500;
        text-align: center;
        padding: 1.25em 1.5em;
        background: var(--main-color);
        position: relative;
        border-radius: 3px;
}
.btns>p{
        font-weight: 600;
        line-height: 1;
}
.btns>* b{
        display: block;
        font-size: 115%;
        font-family: 'Montserrat';
        font-weight: 600;
        margin-bottom: 0.3em;
}
.btns>* small{
        display: block;
        font-size: 85%;
}
.btns>*.red{
        color: #ffffff;
        background: #d8130a;
}
.btns>*.black{
        background: #231F20;
}
.btns>*.underline:after{
        content: "";
        display: block;
        width: 96px;
        height: 3px;
        background: #6e130f;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
}
.btns>*.arrow-right:before{
        content: "\f152";
        font-size: 15px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 24px;
        transform: translateY(-50%);
}
.btns>*.arrow-right2,
.btns>*.arrow-bottom2{
        padding-right: 2.5em;
}
.btns>*.arrow-right2:before{
        content: "";
        display: block;
        width: 11px;
        height: 10px;
        background: url(../images/common/icon-arrow-right2.png) no-repeat center right;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
}
.btns>*.arrow-bottom2:before{
        content: "";
        display: block;
        width: 11px;
        height: 10px;
        background: url(../images/common/icon-arrow-right2.png) no-repeat center right;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: rotate(90deg) translateX(-50%);
}
.btns>*.icon-window{
        padding-right: 56px;
}
.btns>*.icon-window:before{
        content: "\f2d2";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 24px;
        transform: translateY(-50%);
}
.btns>*.icon-pdf{
    min-width: 185px;
    text-align: left;
    padding-right: 48px;
}
.btns>*.icon-pdf:before{
	content: "";
        display: block;
        width: 18px;
        height: 23px;
        background: url(../images/common/icon-pdf_wh.png) no-repeat center right;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
}
.btns>*.icon-jpg{
    min-width: 185px;
    text-align: left;
    padding-right: 48px;
}
.btns>*.icon-jpg:before{
	content: "";
        display: block;
        width: 28px;
        height: 20px;
        background: url(../images/common/icon-jpg_wh.png) no-repeat center right;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
}
.btns.rows{
        display: grid;
        gap: 8px;
}
.btns.rows>*{
        width: 100%;
}
.btns>*.arrow-right2{
}
.btns>*.radius{
        border-radius: calc(1px / 0);
}

/* ----- header ----- */

#header{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
}
#header .inner{
}
#header *.sitelogo,
#js-menu *.sitelogo{
        width: calc(100% - 80px);
        max-width: 320px;
        margin-right: auto;
}
.header-right-wrap{
	display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.8em 1.5em;
}
.header-right-wrap>a{
        display: flex;
        gap: 8px;
        color: #ffffff;
}
.header-right-wrap>a i{
        color: var(--main-color);
        font-size: 115%;
}
.header-right-wrap>a span{
        font-size: 90%;
        font-weight: 500;
}

/* ----- main navi ----- */

.menu {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        align-items: start;
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.85);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.3s ease;
        transition-property: opacity, pointer-events, visibility;
        z-index: 500;
}
.menu.is-show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
        overflow-y: scroll;
}
.menu__content {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 80px;
}
#main_nav{
        display: flex;
        flex-wrap: wrap;
        gap: 1.5em 20px;
        margin: 28px auto;
}
#main_nav>ul{
        display: grid;
        width: 100%;
        border-top: solid 1px #ffffff;
}
#main_nav>ul>li{
	font-size: 100%;
        line-height: 1.6;
        font-weight: 400;
        border-bottom: solid 1px #ffffff;
}
#main_nav>ul>li>a{
        color: #ffffff;
        padding: 0.8em 0;
}
#main_nav>ul ul.sub-menu{
        display: grid;
        gap: 3px;
        padding-bottom: 0.8em;
}
#main_nav>ul ul.sub-menu>li{
}
#main_nav>ul ul.sub-menu>li>a{
        color: #ffffff;
        font-size: 95%;
        font-weight: 500;
        padding: 0.3em 1em;
        border-radius: 2px;
        position: relative;
}
#main_nav>ul ul.sub-menu>li>a:before{
	content: "";
}
.header__menu {
        position: fixed;
        top: 28px;
        right: 20px;
        cursor: pointer;
        height: 24px;
        font-size: 85%;
        line-height: 24px;
        padding-left: 32px;
        background: url(../images/common/menu_bk.png) no-repeat center left;
        background-size: 20px auto;
        z-index: 100;
}
#header.is-show .header__menu{
        opacity: 0;
}
.button-close {
        cursor: pointer;
        position: absolute;
        top: 28px;
        right: 20px;
        color: #ffffff;
        font-size: 85%;
        line-height: 24px;
        padding-left: 32px;
        background: url(../images/common/close_wh.png) no-repeat center left;
        background-size: 18px auto;
        z-index: 501;
}
/* ----- footer ----- */

#foot-contact{
        display: grid;
        gap: 20px;
        padding: 64px 20px 40px;
        margin-bottom: 80px;
        background: #000000 url(../images/common/contact-bg.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 20px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
#foot-contact>*{
	color: #ffffff;
        text-align: center;
}
#foot-contact p.title-text{
        font-size: 200%;
        font-weight: 800;
	font-family: 'Montserrat';
}
#foot-contact p:not([class]){
        font-size: 100%;
        font-weight: 500;
        line-height: 1.45;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
        margin-bottom: 0.8em;
}
#foot-contact .btns{
}
#foot-contact .btns>*{
        min-width: 280px;
}

#footer{
	color: #ffffff;
        padding-top: 48px;
        padding-bottom: 48px;
        background: #231f20;
}
#footer .inner{
        display: grid;
        gap: 48px;
}
#footer .jsap-logo{
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
}
#footer #copyright{
        font-size: 85%;
        font-family: 'Montserrat';
        text-align: center;
}

/* ----- pagetop ----- */

#pagetop{
        position: fixed;
        right: 0;
        bottom: 0;
        background: #ffffff;
}
#pagetop a{
	display: grid;
        align-items: center;
        gap: 4px;
        color: #ffffff;
        padding: 12px 12px 8px;
        background: var(--main-color);
        aspect-ratio: 1 / 1;
}
#pagetop a:before{
        content: "";
        display: block;
        width: 36px;
        height: 18px;
        text-indent: -9999px;
        margin: 0 auto;
        background: url(../images/common/pagetop_wh.png) no-repeat center center;
        background-size: contain;
}
#pagetop a p{
        font-size: 65%;
        font-weight: 500;
        text-align: center;
}

/* ----- commons ----- */

#page-header{
    padding: 32px 0 40px;
    margin: 0 0 56px;
    background: #E6EEF2;
    border-top: solid 4px #cccccc;
}
#page-header h2{
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}

#breadcrumb{
        padding: 12px 0;
        border-bottom: solid 1px #e1e1e1;
        border-top: solid 1px #e1e1e1;
}
#breadcrumb ol{
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
}
#breadcrumb li{
        display: inline;
        color: #828282;
        font-size: 80%;
        font-weight: 500;
        line-height: 1.4;
}
#breadcrumb li:after{
        content: "/";
        margin: 0 6px 0 10px;
        color: #cccccc;
}
#breadcrumb li:last-child::after{
    content: none;
}
#breadcrumb li a{
	display: inline;
        text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
    word-wrap: break-word;
    word-break: break-all;
}

#contents{
	padding-bottom: 120px;
        position: relative;
}
#contents:before{
        content: "";
        display: block;
        width: 1px;
        height: 120px;
        background: #e4e4ff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
}
#contents:after{
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        background: url(../images/common/circle-icon.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 50;
}
#contents section{
}
#contents section{
}
#contents>section>*,
#contents .inner>section>*,
#contents section>.inner>*{
    margin-bottom: 1.8em;
}
#contents section .inner{
        max-width: 1080px;
        margin-bottom: 0 !important;
        padding-top: 48px;
        padding-bottom: 48px;
	padding-left: calc(16px + 20px);
        position: relative;
}
#contents section .inner:before{
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #e4e4ff;
        position: absolute;
        top: 0;
        left: 16px;
}
#contents>section:last-child .inner:after,
#contents>div>section:last-child .inner:after,
#contents>div>article:last-child .inner:after,
#contents #same-category-post .inner:after{
        content: "";
        display: block;
        width: calc(50% - 16px);
        height: 1px;
        background: #e4e4ff;
        position: absolute;
        bottom: 0;
        left: 16px;;
}
*.bg-white{
	background: #ffffff;
}
*.bg-gray{
        background: #f7f7ff;
}
*.bg-gray2{
        background: #FCFCFF;
}
*.bg-gray3{
        background: #EFEFFC;
}
#contents *.header-wrap{
        margin-bottom: 48px !important;
}
#contents *.page-title{
        color: var(--main-color);
        font-size: 210%;
        line-height: 1.4;
}
#contents *.sec-title{
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        gap: 0.8em 0;
        font-size: 100%;
        line-height: 1;
	margin-bottom: 28px !important;
        position: relative;
}
#contents *.sec-title:before{
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        background: url(../images/common/circle-icon.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: 0.35em;
        left: -28px;
        z-index: 0;
}
#contents *.sec-title b{
        display: block;
        color: #000000;
        font-size: 180%;
        letter-spacing: 0;
        padding-right: 28px;
        position: relative;
}
#contents *.sec-title b:after{
        content: "";
        width: 1px;
        height: 70%;
        background: #8d8d8e;
        position: absolute;
        bottom: 3px;
        right: 8px;
        transform: skewX(-25deg);
}
#contents *.sec-title small{
        display: block;
        color: var(--main-color);
        font-size: 85%;
        font-weight: 500;
        line-height: 1.3;
        margin-left: 0.6em;
}
#contents *.sub-page-title{
        color: var(--main-color);
        font-size: 120%;
        line-height: 1.6;
        margin-bottom: 0.8em !important;
}
#contents *.under-title{
        width: fit-content;
        font-size: 115%;
        line-height: 1.6;
        padding: 0 0.2em 0.25em 0;
        margin-bottom: 1em !important;
        border-bottom: solid 3px;
        border-color: var(--main-color);
}
#contents section h3:not([class]){
}
#contents section h4:not([class]){
        color: var(--main-color);
        font-size: 115%;
        line-height: 1.6;
        margin-bottom: 0.3em;
}
#contents section h5:not([class]){
}
#contents section h6:not([class]){
}
section p,
section li{
	font-size: 95%;
        line-height: 1.8;
        text-align: justify;
}
section ol,
section ul{
    font-size: 100%;
}
section ol.decimal,
section ul.disc{
        display: grid;
        gap: 0.3em;
        margin-left: 1.25em;
        list-style-position: outside;
}
section ul.disc li{
    list-style-type: disc;
}
section ol.decimal li{
    list-style-type: decimal;
}
section table{
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
        background: #cccccc;
}
section table tr>*{
        font-size: 90%;
        line-height: 1.6;
        padding: 0.8em 1em;
}
section table thead th{
        text-align: center;
        background: #e5e5e5;
}
section table tbody th{
        background: #e5e5e5;
}
section table tbody td{
        background: #ffffff;
}
section table *[align="center"]{
    text-align: center;
}
section table *[align="right"]{
    text-align: right;
}
section dl.tableDl{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background: #f2f2f2;
        border: solid 1px #cccccc;
        border-top: none;
}
section dl.tableDl dt,
section dl.tableDl dd{
        font-size: 90%;
        line-height: 1.6;
        text-align: justify;
        padding: 0.8em 1em;
        border-top: solid 1px #cccccc;
}
section dl.tableDl dt{
        width: 80px;
        font-weight: 600;
}
section dl.tableDl dd{
        width: calc(100% - 80px);
        background: #ffffff;
        border-left: solid 1px #cccccc;
}

#contents section .img2,
#contents section .img3,
#contents section .img4{
        display: flex;
        flex-wrap: wrap;
        gap: 28px;
}
#contents section .img2>*,
#contents section .img3>*,
#contents section .img4>*{
        flex: 1;
}
#contents section .img2 figure{
        width: calc((100% - 28px) / 2);
}
#contents section .img3 figure{
        width: calc((100% - 56px) / 3);
}
#contents section .img4 figure{
        width: calc((100% - 84px) / 4);
}
#contents section figcaption{
        font-size: 90%;
        line-height: 1.6;
        text-align: justify;
        padding-top: 0.8em;
}
#contents section .flex-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 28px;
}
#contents section .flex-wrap>div.text-wrap{
        width: calc(65% - 28px);
}
#contents section .flex-wrap>figure{
        width: 35%;
}
#contents section .flex-wrap>*.left{
        order: 1;
}
#contents section .flex-wrap>*.right{
        order: 2;
}
#contents section *.box-wrap{
        padding: 20px;
        background: #f0f0f0;
        border-radius: 10px;
}
#contents section *.box-wrap>*{
        margin-bottom: 0.8em;
}
#contents section *.box-wrap>*:last-child{
        margin-bottom: 0 !important;
}

#contents *.page-inner-link{
}
#contents *.page-inner-link>ul{
        display: flex;
        flex-wrap: wrap;
        gap: 0.8em 0;
}
#contents *.page-inner-link>ul>li{
	font-size: 80%;
        line-height: 1;
        padding: 0 0.3em;
        border-right: solid 1px #cccccc;
}
#contents *.page-inner-link>ul>li:last-child{
        border-right: none;
}
#contents *.page-inner-link a{
	color: var(--link-text-color);
        display: inline;
        text-decoration: underline;
}

#contents *.text-link_arrow-down:after{
	content: "\f0ab";
        font-size: 115%;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 0.3em;
}
#contents *.text-link_arrow-down.purple:after{
	color: var(--main-color);
}

#contents *.tab{
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
}
#contents *.tab>*{
        width: calc((100% - 12px) / 2);
        min-width: 152px;
        color: #ffffff;
        font-size: 95%;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        padding: 1.25em 1.5em;
        border-radius: 8px;
        background: #C3C3C9;
        cursor: pointer;
        position: relative;
}
#contents *.tab>*.select{
        background: var(--main-color);
}
#contents *.tab>*.select:after{
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background: #3F405D;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
}
#contents *.tab_content{
}
#contents *.tab_content>*{
        font-size: 100%;
        line-height: 1;
}
#contents *.tab_content>*.hide{
	display: none;
}
#contents *.tab_content>* h4{
}
#contents *.tab_content>*>*{
        margin-bottom: 48px;
}
#contents *.tab_content>*>*:last-child{
	margin-bottom: 0 !important
}

/* ----- 横スクロール型テーブル ------ */

.scroll{
    overflow: auto;
    margin: 0 0 16px;
    border: solid 1px #cccccc;
}
.scroll table{
    width:100%;
    white-space: nowrap;
    margin: 0;
}
.scroll::-webkit-scrollbar{
     height: 5px;
}
.scroll::-webkit-scrollbar-track{
     background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
     background: #BCBCBC;
}

/* Default style for WP-PageNavi plugin */

.wp-pagenavi {
    margin: 40px 0 0;
    text-align: center;
    clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 3px 5px;
    margin: 2px;
    border: 1px solid #BFBFBF;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

/* ----- 404 ----- */

#page404{
    text-align: center;
    padding-top: 48px;
    padding-bottom: 80px;
}
#page404 .text_404{
    color: #cccccc;
    font-size: 120px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#page404 .text_notfount_en{
    color: #cccccc;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 24px;
}
#page404 .text_notfount_ja{
    color: #999999;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 40px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 2.5em;
}
#page404 p.ask{
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0.75em;
}
#page404 p.ask+p{
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 2.5em;
}


/* ----- ブログカード設定 ----- */
.post-card{
        margin-top: 2em;
        margin-bottom: 2em;
        position: relative;
}
.post-card .card-link {
        display: flex !important;
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        color: inherit;
        text-decoration: none !important;
        position: relative;
}
.post-card .longcard-img{
        order: 2;
        width: calc(40% - 12px);
        height: fit-content;
        position: relative;
        aspect-ratio: 1 / 1;
        border-radius: 3px;
        overflow: hidden;
}
.post-card .longcard-img>img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.post-card .card-link .blogcard-text {
        order: 1;
        width: 60%;
        display: grid;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 1em;
}
.post-card .blogcard-title {
        color: #121212;
        font-size: 105% !important;
        font-weight: 600;
        line-height: 1.6 !important;
}
.post-card .blog-card-excerpt-long {
        color: #999999;
        font-size: 75% !important;
        font-weight: 600;
        line-height: 1.6 !important;
        text-align: justify;
}
@media (max-width: 480px){
	.post-card .blog-card-excerpt-long {
	        display: none;
	}
}
.post-card .blog-card-label{
        width: fit-content;
        color: #ffffff;
        font-size: 80% !important;
        font-weight: 600;
        line-height: 1 !important;
        padding: 0.5em 1.3em;
        margin-bottom: -0.7em;
        border-radius: calc(1px / 0);
        background: #000000;
}

/* ----- home ----- */

#homeContents{
}
#homeContents .section{
}
#homeContents .section .inner{
	padding-top: 64px;
        padding-bottom: 64px;
        padding-left: calc(20px + 16px);
        position: relative;
}
#homeContents .section.left-border .inner:before{
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #e4e4ff;
        position: absolute;
        top: 0;
        left: 16px;
}
#homeContents>*.section:last-child .inner:after{
        content: "";
        display: block;
        width: calc(50% - 16px);
        height: 1px;
        background: #e4e4ff;
        position: absolute;
        bottom: 0;
        left: 16px;
}
#homeContents .section *.header-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
	align-items: center;
        justify-content: space-between;
        margin-bottom: 20px !important;
}
#homeContents .section *.header-wrap h3{
}
#homeContents .section *.header-wrap h3 b{
        font-family: 'Montserrat';
}
#homeContents .section *.header-wrap h3 small{
}
#homeContents .section *.header-wrap h4{
        display: flex;
        flex-wrap: wrap;
        gap: 0.8em;
        align-items: baseline;
}
#homeContents .section *.header-wrap h4 b{
	font-size: 135%;
        font-weight: 600;
        line-height: 1.45;
}
#homeContents .section *.header-wrap h4 small{
        color: var(--main-color);
        font-size: 85%;
        font-weight: 600;
        font-family: 'Montserrat';
}
#homeContents .section *.header-wrap *.btns{
}
#homeContents .section *.header-wrap *.btns>*{
        min-width: 140px;
        padding: 1em 1.8em;
}
#homeContents .section .flex-wrap{
        display: grid;
        flex-wrap: wrap;
        gap: 48px;
}
#homeContents .section .flex-wrap>*{
}
#homeContents .section .flex-wrap.box2>*{
}
#homeContents .section .flex-wrap.box3>*{
}
.post-list{
    display: grid;
}
.post-list.line-list{
        padding: 0.5em 20px;
	margin-bottom: 28px;
        background: #FAFAFA;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.post-list.line-list>*{
        padding: 1em 0;
	border-bottom: solid 1px #DBDBDB;
}
.post-list.line-list>*:last-child{
	border-bottom: none;
}
#homeContents .section .post-list.line-list>*:last-child{
	border-bottom: none;
}
#homeContents .section .post-list.line-list>* p.title{
        text-decoration: underline;
}
.post-list.box-list{
    gap: 12px;
    padding: 12px;
    margin-bottom: 28px;
    background: #F0F0F0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.post-list.box-list>*{
    gap: 0.6em;
    padding: 1em 16px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        cursor: pointer;
}
.post-list.box-list>*:hover{
    opacity: 1;
    transform: scale(1.01);
}
.post-list>*{
        display: grid;
        gap: 0.3em;
}
.post-list>* p.date{
        color: #898989;
        font-size: 85%;
        font-weight: 500;
        line-height: 1;;
}
.post-list>* p.event-date,
.post-list>* p.publish-date,
.post-list>* p.venue{
        display: flex;
        align-items: center;
        gap: 0.6em;
        font-size: 85%;
        line-height: 1.6;
}
.post-list>* p.event-date:before{
        content: "開催日";
        display: block;
        width: fit-content;
        color: #ffffff;
        font-size: 100%;
        font-weight: 500;
        word-break: keep-all;
        padding: 0.2em 1.5em;
        background: #494A6E;
        border-radius: calc(1px / 0);
}
.post-list>* p.publish-date:before{
        content: "発行日";
        display: block;
        width: fit-content;
        color: #ffffff;
        font-size: 100%;
        font-weight: 500;
        word-break: keep-all;
        padding: 0.2em 1.5em;
        background: #494A6E;
        border-radius: calc(1px / 0);
}
.post-list>* p.venue:before{
        content: "開催地";
        display: block;
        width: fit-content;
        color: #ffffff;
        font-size: 100%;
        font-weight: 500;
        word-break: keep-all;
        padding: 0.2em 1.5em;
        background: #494A6E;
        border-radius: calc(1px / 0);
}
.post-list>* p.title{
        font-size: 95%;
        font-weight: 500;
        line-height: 1.6;
}
.post-list>* p:not([class]){
        font-size: 95%;
        line-height: 1.6;
}
.post-list>* .tag-wrap{
	display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.post-list>* .tag-wrap>span{
	display: block;
        width: fit-content;
        color: #ffffff;
        font-size: 85%;
        font-weight: 500;
        line-height: 1.5;
        padding: 0.2em 1.5em;
        background: var(--main-color);
        border-radius: calc(1px / 0);
}
.post-list>*.more{
        padding-bottom: 40px !important;
}
.post-list>*.more:after{
        content: "MORE";
        color: #ffffff;
        font-family: 'Montserrat';
	width: 80px;
        font-size: 80%;
        font-weight: 600;
        text-align: center;
        background: #000000;
        padding: 0.6em 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
}
.post-list>*.login:after{
        content: "LOGIN";
        color: #ffffff;
        font-family: 'Montserrat';
        width: 80px;
        font-size: 80%;
        font-weight: 600;
        text-align: center;
        background: #C61818;
        padding: 0.6em 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
}

#homeContents #mv{
	position: relative;
        padding-top: 48px;
        padding-bottom: 48px;
        background: #000000 url(../images/home/mv-bg.jpg) no-repeat center center;
        background-size: cover;
}
#homeContents #mv:before{
	content: "";
        display: block;
        mix-blend-mode: multiply;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        background: #360439;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
}
#homeContents #mv .inner{
        display: grid;
        gap: 28px;
        justify-content: space-between;
        position: relative;
        z-index: 10;
}
#homeContents #mv h2.cc-text{
	color: #ffffff;
	font-size: 210%;
        line-height: 1.4;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
}
#homeContents #mv .text-wrap{
        display: grid;
        align-items: center;
        gap: 20px;
        align-content: center;
}
#homeContents #mv .text-wrap p{
        width: fit-content;
        color: #ffffff;
        font-size: 100%;
        line-height: 1.6;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
        margin-left: auto;
}
#homeContents #mv .text-wrap .btns{
}
#homeContents #mv .text-wrap .btns>*{
        min-width: 280px;
}
#homeContents #link-area .flex-wrap>*{
	padding: 20px;
        background: #FAFAFA;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
#homeContents #link-area .flex-wrap>* *.header-wrap{
        margin-top: -26px;
        margin-bottom: 16px !important;
        justify-content: center;
}
#homeContents #link-area .flex-wrap>* *.header-wrap h4{
        display: grid;
        gap: 12px;
        text-align: center;
}
#homeContents #link-area .flex-wrap>* *.header-wrap h4 b{
        font-size: 135%;
        font-weight: 600;
        line-height: 1.45;
}
#homeContents #link-area .flex-wrap>* *.header-wrap h4 small{
        color: var(--main-color);
        font-size: 95%;
        font-family: 'Montserrat';
        letter-spacing: 0;
}
#homeContents #link-area .flex-wrap>*{
}
#homeContents #link-area .btns{
}
#homeContents #link-area .btns>*{
        width: 100%;
        min-width: 280px;
}
#homeContents #info-area.section.left-border .inner:before{
        top: 92px;
}


/* ----- outline ----- */

#outline section *.chairs-list{
        display: grid;
        gap: 0.3em;
}
#outline section *.chairs-list>ul{
        flex: 1;
}

/* ----- roadmap ----- */

#roadmap .btns{
    gap: 0.8em 8px;
}
#roadmap .btns p{
        min-width: 5em;
        width: 100%;
}
#roadmap .btns>*.red{
	width: 100%;
        max-width: 480px;
}
#roadmap .btns>*.icon-jpg,
#roadmap .btns>*.icon-pdf{
        width: calc((100% - 8px) / 2);
        min-width: auto;
        max-width: 240px;
}
#roadmap #download .btns.mb-3{
    margin-bottom: 20px !important;
}


/* ----- award ----- */

#award *.prize-list{
        display: flex;
        flex-wrap: wrap;
        gap: 0.8em 1em;
        padding: 20px;
        background: #FAFAFA;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
#award *.prize-list>*{
}
#award *.prize-list>*>*{
        font-size: 100%;
        line-height: 1.6;
}
#award *.prize-list>*>*:last-child{
        margin-bottom: 0 !important;
}
#award *.prize-list>* dt{
	font-size: 95%;
        font-weight: 600;
        margin-bottom: 0.3em;
}
#award *.prize-list>* dd{
        font-size: 85%;
        font-weight: 300;
        margin-bottom: 1.8rem;
}

/* ----- lecture ----- */

#lecture section .lecture-list{
        display: grid;
        gap: 12px;
        margin-bottom: 40px;
}
#lecture section .lecture-list>li{
	display: grid;
        gap: 0.3em;

	font-size: 100%;
        line-height: 1;
        padding: 20px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border: solid 1px #f2f2f2;
}
#lecture section .lecture-list>li>*:last-child{
	margin-bottom: 0 !important;
}
#lecture section .lecture-list>li p.name{
        color: #666666;
        font-size: 85%;
}
#lecture section .lecture-list>li p.title{
        font-weight: 500;
        line-height: 1.6;
        text-align: left;
}
#lecture section .lecture-list>li p.comment{
        font-size: 90%;
        line-height: 1.8;
        text-align: left;
        padding-top: 1em;
        margin-top: 1em;
        margin-bottom: 1.8em;
        border-top: solid 1px #e1e1e1;
}

/* ----- link ----- */

#link .link-list{
        display: grid;
        gap: 12px;
}
#link .link-list>li{
	font-size: 100%;
        padding-left: 0.8em;
        border-left: solid 5px;
        border-color: #d4d4d4;
}
#link .link-list>li p.name{
        font-weight: 500;
}
#link .link-list>li a{
        display: inline;
        color: var(--link-text-color);
        text-decoration: underline;
}

/* ----- logo ----- */

#logo figure.logo{
    max-width: 240px;
}

/* ----- article ----- */

article{
        padding-bottom: 28px;
}
article *.page-title{
        font-size: 145% !important;
        margin-bottom: 1em;
}
article .header-wrap{
	margin-bottom: 40px;
}
article .meta-wrap{
        display: grid;
        gap: 0.4em;
        color: #ffffff;
        padding: 20px 20px;
        position: relative;
        border-radius: 12px;
        background: var(--main-color);
}
article .meta-wrap:before{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 5px solid #ffffff;
        border-right: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
}
article p.date,
article p.event-date{
	line-height: 1.6;
}
article .tag-wrap{
        font-size: 95%;
        line-height: 1.6;
}
article .tag-wrap>span{
}
article p.date b,
article p.event-date b,
article .tag-wrap b{
        font-weight: 500;
	margin-right: 0.25em;
}