@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

:root{
	--main-color: #8a8bc4;
        --link-text-color: dodgerblue;
}

*{
    letter-spacing: 0.025em;
}
html {
    background: #231f20;
}
body {
    color: #121212;
    font-size: 14px;
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #ffffff;
}
.inner {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}
.w1280{
    max-width: 1280px;
}
.w1180{
    max-width: 1180px;
}
.w1080{
    max-width: 1080px;
}
.w980{
    max-width: 980px;
}
.w880{
    max-width: 880px;
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
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%;
}
.pcNone{
    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: 16px;
    align-items: center;
}
.btns.center{
	justify-content: center;
}
.btns.right{
	justify-content: end;
}
.btns a{
        color: #ffffff;
        font-size: 108%;
        font-weight: 500;
        line-height: 1.45;
        text-align: center;
        padding: 1em 1.8em;
        background: var(--main-color);
        position: relative;
        border-radius: 3px;
}
.btns.btn2>*{
	width: calc((100% - 16px) / 2);
}
.btns.btn3>*{
	width: calc((100% - 32px) / 3);
}
.btns.btn4>*{
	width: calc((100% - 48px) / 4);
}
.btns>p{
        font-weight: 600;
        line-height: 1;
}
.btns>* b{
        display: block;
        font-size: 135%;
        font-family: 'Montserrat';
        font-weight: 600;
        margin-bottom: 0.3em;
}
.btns>* small{
        display: block;
        font-size: 90%;
}
.btns>*.red{
        color: #ffffff;
        background: #d8130a;
}
.btns>*.black{
        background: #231F20;
}
.btns>*.underline:after{
        content: "";
        display: block;
        width: 108px;
        height: 5px;
        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: 12px;
}
.btns.rows>*{
        width: 100%;
}
.btns>*.arrow-right2{
}
.btns>*.radius{
        border-radius: calc(1px / 0);
}

/* ----- header ----- */

#header{
        width: 100%;
        padding-top: 28px;
}
#header .inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px 48px;
}
#header *.sitelogo,
#js-menu *.sitelogo{
        min-width: 328px;
        max-width: 420px;
        width: 30%;
        margin-right: auto;
}
#header .header-right-wrap{
        display: flex;
        align-items: center;
        gap: 28px;
}
#header .header-right-wrap>a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #333333;
}
#header .header-right-wrap>a i{
	color: var(--main-color);
        font-size: 30px;
}
#header .header-right-wrap>a span{
        font-size: 100%;
	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;
}
.menu__content {
        padding-top: 24px;
}
#main_nav{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: solid 1px #e1e1e1;
}
#main_nav>ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0.8em 40px;
        justify-content: center;
}
#main_nav>ul>li{
        font-size: 108%;
        line-height: 1.6;
        position: relative;
}
#main_nav>ul>li>a{
        color: #9a9a9a;
        font-size: 100%;
        font-weight: 500;
}
#main_nav>ul>li.current-menu-item>a{
        color: #333333;
        position: relative;
}
#main_nav>ul>li.current-menu-item>a:after{
	content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #333333;
        position: absolute;
        left: 0;
        bottom: -0.3em;
}
#main_nav>ul ul.sub-menu{
        display: none;
        gap: 3px;
        min-width: 240px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 500;
}
#main_nav>ul>li:hover ul.sub-menu{
        display: grid;
}
#main_nav>ul ul.sub-menu>li{
}
#main_nav>ul ul.sub-menu>li>a{
        color: #ffffff;
        background: rgba(51, 51, 51, 0.8);
        font-size: 95%;
        font-weight: 500;
        padding: 0.8em 1em;
        border-radius: 2px;
}
#main_nav>ul ul.sub-menu>li>a:hover{
	opacity: 1;
        background: rgba(23, 23, 23, 0.8);
}
@media screen and (max-width: 1049px){
	#main_nav>ul{
            justify-content: start;
	}
}

.header__menu {
        position: absolute;
        top: 28px;
        right: 40px;
        cursor: pointer;
        height: 28px;
        font-size: 108%;
        line-height: 28px;
        padding-left: 40px;
        background: url(../images/common/menu_bk.png) no-repeat center left;
        background-size: 24px auto;
        z-index: 100;
}
#header.is-show .header__menu{
        opacity: 0;
}
.button-close {
        cursor: pointer;
        position: absolute;
        top: 34px;
        right: 40px;
        color: #ffffff;
        font-size: 108%;
        padding-left: 40px;
        background: url(../images/common/close_wh.png) no-repeat center left;
        background-size: 27px 28px;
        z-index: 501;
}

/* ----- footer ----- */

#foot-contact{
        display: grid;
        gap: 20px;
        padding: 80px 48px;
        margin-bottom: 120px;
        background: #000000 url(../images/common/contact-bg.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 30px;
        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: 380%;
        font-weight: 800;
	font-family: 'Montserrat';
}
#foot-contact p:not([class]){
        font-size: 115%;
        font-weight: 600;
        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: 373px;
}

#footer{
        color: #ffffff;
        padding-top: 64px;
        padding-bottom: 80px;
        background: #231f20;
}
#footer .inner{
        display: grid;
        gap: 48px;
}
#footer #sitemap{
}
#footer #sitemap>ul{
        display: flex;
        flex-wrap: wrap;
        gap: 48px;
}
#footer #sitemap>ul>li{
}
#footer #sitemap>ul>li>a{
        font-size: 115%;
        font-weight: 500;
}
#footer #sitemap .sub-menu{
	display: grid;
        gap: 8px;
        margin-top: 16px;
}
#footer #sitemap .sub-menu>li{
	font-size: 100%;
        line-height: 1.6;
}
#footer #sitemap .sub-menu>li>a{
}
#footer .btns{
        gap: 28px;
        padding-top: 48px;
        padding-bottom: 32px;
        border-top: solid 1px #413e3f;
}
#footer .btns>*{
        width: 350px;
}
#footer .jsap-logo{
    width: 200px;
    margin: 0 auto;
}
#footer #copyright{
        font-size: 95%;
        font-family: 'Montserrat';
        text-align: center;
}

/* ----- pagetop ----- */

#pagetop{
    position: fixed;
    right: 12px;
    bottom: 120px;
    background: #ffffff;
    border-radius: 8px;
}
#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: 75%;
        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-left: 40px;
        padding-right: 40px;
}
#breadcrumb .inner{
        padding: 20px 0;
        border-bottom: solid 1px #e1e1e1;
}
#breadcrumb ol{
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
}
#breadcrumb li{
        display: inline;
        color: #828282;
	font-size: 90%;
        font-weight: 500;
        line-height: 1.4;
}
#breadcrumb li:after{
    content: ">";
    margin: 0 10px;
}
#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: 64px;
        padding-bottom: 64px;
        position: relative;
}
#contents section .inner:before{
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #e4e4ff;
        position: absolute;
        top: 0;
        left: 0;
}
#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: 50%;
        height: 1px;
        background: #e4e4ff;
        position: absolute;
        bottom: 0;
        left: 0;
}
*.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: 320%;
    line-height: 1.4;
}
#contents *.sec-title{
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;

        font-size: 100%;
        line-height: 1;
        margin-bottom: 28px;
        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: calc(50% + 2px);
        transform: translateY(-50%);
        left: -47px;
        z-index: 0;
}
#contents *.sec-title b{
        display: block;
        color: #000000;
        font-size: 240%;
        letter-spacing: 0;
        padding-right: 40px;
        position: relative;
}
#contents *.sec-title b:after{
        content: "";
        width: 1px;
        height: 70%;
        background: #8d8d8e;
        position: absolute;
        bottom: 2px;
        right: 12px;
        transform: skewX(-25deg);
}
#contents *.sec-title small{
        display: block;
        color: var(--main-color);
        font-size: 108%;
        font-weight: 500;
        margin-left: 1em;
}
#contents *.sub-page-title{
        color: var(--main-color);
        font-size: 160%;
        line-height: 1.6;
        margin-bottom: 0.8em !important;
}
#contents *.under-title{
        width: fit-content;
        font-size: 135%;
        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: 115%;
        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: 100%;
        line-height: 1.6;
        text-align: justify;
        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: 100%;
        line-height: 1.6;
        text-align: justify;
        padding: 0.8em 1em;
        border-top: solid 1px #cccccc;
}
section dl.tableDl dt{
        width: 160px;
        font-weight: 600;
}
section dl.tableDl dd{
        width: calc(100% - 160px);
        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;
}
#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: 1.8em 28px;
        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: 100%;
        line-height: 1;
        padding: 0 0.5em;
        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>*{
        min-width: 152px;
        color: #ffffff;
        font-size: 108%;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        padding: 0.8em 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: 72px;
        height: 2px;
        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{
        font-size: 145% !important;
}
#contents *.tab_content>*>*{
	margin-bottom: 1.8rem;
}
#contents *.tab_content>*>*:last-child{
	margin-bottom: 0 !important
}

/*
    Default style for WP-PageNavi plugin
    http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.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: 80px;
    padding-bottom: 80px;
}
#page404 .text_404{
    color: #cccccc;
    font-size: 200px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#page404 .text_notfount_en{
    color: #cccccc;
    font-size: 64px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 24px;
}
#page404 .text_notfount_ja{
    color: #999999;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 2.5em;
}
#page404 p.ask{
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0.75em;
}
#page404 p.ask+p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2.5em;
}


/* ----- ブログカード設定 ----- */
.post-card{
        margin-top: 2em;
        margin-bottom: 2em;
        position: relative;
}
.post-card .card-link {
        display: flex !important;
        flex-wrap: wrap;
        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: 35%;
        position: relative;
        aspect-ratio: 4 / 3;
        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: 65%;
        display: grid;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 1em;
        padding: 20px;
}
.post-card .blogcard-title {
        color: #121212;
        font-size: 135% !important;
        font-weight: 600;
        line-height: 1.6;
}
.post-card .blog-card-excerpt-long {
        color: #999999;
        font-size: 85% !important;
        font-weight: 600;
        line-height: 1.8;
        text-align: justify;
}
.post-card .blog-card-label{
        width: fit-content;
        color: #ffffff;
        font-size: 95% !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: 80px;
        padding-bottom: 80px;
        position: relative;
}
#homeContents .section.left-border .inner:before{
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #e4e4ff;
        position: absolute;
        top: 0;
        left: 0;
}
#homeContents>*.section:last-child .inner:after{
        content: "";
        display: block;
        width: 50%;
        height: 1px;
        background: #e4e4ff;
        position: absolute;
        bottom: 0;
        left: 0;
}
#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: center;
}
#homeContents .section *.header-wrap h4 b{
	font-size: 145%;
        font-weight: 600;
        line-height: 1.45;
}
#homeContents .section *.header-wrap h4 small{
        color: var(--main-color);
        font-size: 100%;
        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: flex;
        flex-wrap: wrap;
        gap: 48px;
        justify-content: space-between;
}
#homeContents .section .flex-wrap>*{
}
#homeContents .section .flex-wrap.box2>*{
	width: calc((100% - 48px) / 2);
}
#homeContents .section .flex-wrap.box3>*{
	width: calc((100% - 96px) / 3);
}
.post-list{
    display: grid;
}
.post-list.line-list{
    padding: 20px;
    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: 20px;
    background: #F0F0F0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.post-list.box-list>*{
    gap: 0.6em;
    padding: 20px;
    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: 95%;
        font-weight: 600;
        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: 95%;
        line-height: 1.6;
}
.post-list>* p.event-date:before{
        content: "開催日";
        display: block;
        width: fit-content;
        color: #ffffff;
        font-size: 95%;
        font-weight: 500;
        word-break: keep-all;
        padding: 0.3em 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: 95%;
        font-weight: 500;
        word-break: keep-all;
        padding: 0.3em 1.5em;
        background: #494A6E;
        border-radius: calc(1px / 0);
}
.post-list>* p.venue:before{
        content: "開催地";
        display: block;
        width: fit-content;
        color: #ffffff;
        font-size: 95%;
        font-weight: 500;
        word-break: keep-all;
        padding: 0.3em 1.5em;
        background: #494A6E;
        border-radius: calc(1px / 0);
}
.post-list>* p.title{
        font-size: 108%;
        font-weight: 600;
        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: 95%;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.3em 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: 112px;
        font-size: 90%;
        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: 112px;
        font-size: 90%;
        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: 108px;
        padding-bottom: 108px;
        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: flex;
	gap: 48px;
        justify-content: center;
        position: relative;
        z-index: 10;
}
#homeContents #mv h2.cc-text{
	color: #ffffff;
        font-size: 380%;
        line-height: 1.4;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
}
#homeContents #mv .text-wrap{
        max-width: 50%;
        display: grid;
        align-items: center;
        gap: 40px;
        align-content: center;
}
#homeContents #mv .text-wrap p{
        width: fit-content;
        color: #ffffff;
        font-size: 18px;
        font-size: 125%;
        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: 373px;
}
@media screen and (max-width: 899px){
	#homeContents #mv{
            padding-top: 64px;
            padding-bottom: 64px;
	}
	#homeContents #mv .inner{
	        display: grid;
	        gap: 28px;
	        justify-content: space-between;
	}
	#homeContents #mv h2.cc-text{
	    font-size: 280%;
	}
	#homeContents #mv .text-wrap{
		max-width: inherit;
	}
}
#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: -28px;
        margin-bottom: 20px !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: 145%;
        font-weight: 600;
        line-height: 1.45;
}
#homeContents #link-area .flex-wrap>* *.header-wrap h4 small{
        color: var(--main-color);
        font-size: 108%;
        font-family: 'Montserrat';
        letter-spacing: 0;
}
#homeContents #link-area .flex-wrap>*{
}
#homeContents #info-area.section.left-border .inner:before{
        top: 92px;
}

@media screen and (max-width: 899px){
	#homeContents #link-area.section .flex-wrap{
            gap: 48px 20px;
	}
	#homeContents #link-area.section .flex-wrap>*{
            width: calc((100% - 20px) / 2);
	}
}

@media screen and (max-width: 899px){
	#homeContents #info-area.section .flex-wrap{
	}
	#homeContents #info-area.section .flex-wrap>*{
            width: 100%;
	}
}


/* ----- outline ----- */

#outline section *.chairs-list{
        display: flex;
        gap: 0 48px;
}
#outline section *.chairs-list>ul{
        flex: 1;
}

/* ----- roadmap ----- */

#roadmap .btns p{
	min-width: 5em;
}
#roadmap .btns>*.red{
        width: 240px;
}

/* ----- 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>*{
        display: flex;
        flex-wrap: wrap;
        gap: 0.8em 1em;
        align-items: start;
}
#award *.prize-list>*>*{
        font-size: 100%;
        line-height: 1.6;
}
#award *.prize-list>* dt{
        width: 3.25em;
        font-weight: 600;
}
#award *.prize-list>* dd{
	width: calc(100% - 3.25em - 1em);
        font-weight: 300;
}

/* ----- lecture ----- */

#lecture section .lecture-list{
        display: grid;
        gap: 12px;
        margin-bottom: 40px;
}
#lecture section .lecture-list>li{
	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: 100%;
}
#lecture section .lecture-list>li p.title{
        font-size: 108%;
        font-weight: 500;
}
#lecture section .lecture-list>li p.comment{
        font-size: 95%;
        line-height: 1.8;
        padding: 1.25em 1.5em;
        margin-top: 0.8em;
        margin-bottom: 1.8em;
        background: #f2f2f2;
}

/* ----- 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{
}
article *.page-title{
        font-size: 200% !important;
        margin-bottom: 1em;
}
article .header-wrap{
	margin-bottom: 40px;
}
article .meta-wrap{
	display: grid;
        gap: 0.6em;
    color: #ffffff;
    padding: 20px 28px;
    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{
	font-size: 115%;
        line-height: 1.6;
}
article .tag-wrap{
	font-size: 115%;
        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;
}