@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
    display: none;
}

.cmn_box,
.cmn_maxbox_1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.cmn_box_inner,
.cmn_maxbox_1120 {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.cmn_box + .cmn_box {
    margin-top: 150px;
}



/* フォントファミリー */
.cmn_tit_ico,
.font_marufo_r {
    font-family: /* 'Kosugi Maru', */"丸フォーク R","Maru Folk Regular","Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN","HG丸ゴシックM-PRO","HGMaruGothicMPRO",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
    font-weight: 400;
}

.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6,
.cmn_tit_1st,
.cmn_tit_2nd,
.font_marufo_m {
    font-family: /* 'Kosugi Maru', */"丸フォーク M","Maru Folk Medium","Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN","HG丸ゴシックM-PRO","HGMaruGothicMPRO",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
    font-weight: 500;
}

/* main.cssの透過効果打ち消し */
a.opacityNone:hover,
.XXXXX a
{
    opacity: 1.0;
    filter: none; /* 初期値：none */
    -ms-filter: ""; /* 初期値："" */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: none;
}




/* 見出し（点線枠 付き） */
.cmn_tit_1st {
    position: relative;
    padding: 15px 40px;
    /* padding: 0.78em 1.42em 0.53em; */
    border-radius: 1.0rem;
    color: #2A7DB8;
    font-size: 2.8rem;
    line-height: 1.45;
    background-color: #F3F3EE;
}

.cmn_tit_1st::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    /* width: 18px; */
    width: 0.64em;
    height: 100%;
    border-radius: 1.0rem 0 0 1.0rem;
    background-color: #2A7DB8;
}

.cmn_tit_1st::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dashed #83C0F2;
    border-radius: 1.0rem;
    pointer-events: none;
}

.cmn_tit_1st + * {
    margin-top: 45px;
}

.cmn_cms_editor h3,
.cmn_tit_2nd {
    width: 100%;
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    color: #2A7DB8;
    font-size: 2.4rem;
    line-height: 1.5;
}

.cmn_cms_editor h3::after,
.cmn_tit_2nd::after {
    content: '';
    display: block;
    width: calc(100% + 40px);
    /* height: 30px; */
    height: 1.25em;
    border-radius: 1.0rem;
    margin: -0.625em 0 0 -20px;
    background-color: #F3F3EE;
}

.cmn_tit_2nd + * {
    margin-top: 25px;
}


/* 見出し（アイコン付き） */
.cmn_tit_ico {
    display: flex;
    align-items: baseline;
}

.cmn_tit_ico > img {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 20px 0 0;
}

.cmn_tit_ico .ja {
    display: inline-block;
    margin: 0 .5em 0 0;
    color: #FBB03B;
    font-size: 3.6rem;
    letter-spacing: 0.05rem;
}

.cmn_tit_ico .en {
    display: inline-block;
    color: #B1B1B1;
    font-size: 2.4rem;
}

.home_body .cmn_tit_ico {
    margin-bottom: 15px;
}



/* SUB メインタイトル */
.cmn_maintitle {
    background-image: url(../img/cmm_background_opa50.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cmn_maintitle h1 {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 200px;
    text-align: center;
    line-height: 1.3;
}

.cmn_maintitle .ja {
    display: block;
    width: 100%;
    margin: 2px 0 0 0;
    color: #2A7DB8;
    font-size: 3.6rem;
}

.cmn_maintitle .en {
    display: block;
    margin: 10px 0 0 0;
    color: #808080;
    font-size: 2.3rem;
    word-break: break-all;
}



/* パンくず */
.cmn_pankuzu {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
}

.cmn_pankuzu li {
    flex-shrink: 0;
    display: inline-flex;
    align-items: flex-start;
    max-width: 100%;
    padding-right: 20px;
    margin: 10px 0 0 0;
    line-height: 1.4;
    letter-spacing: 0.05rem;
}

.cmn_pankuzu li + li::before {
    flex-shrink: 0;
    content: '\0FF1E';
    display: inline-block;
    padding-right: 20px;
    margin: 3px -10px 0;
    color: #B3B3B3;
    letter-spacing: 0;
    line-height: 1;
}

.cmn_pankuzu a {
    display: inline-block;
    color: #2A7DB8;
    text-decoration: underline;
}

.cmn_pankuzu + * {
    margin-top: 100px;
}


/* リスト（丸付き） */
.cmn_list_maru li {
    display: flex;
    /* align-items: flex-start; */
    align-items: baseline;
    line-height: 1.35;
}

.cmn_list_maru li + li {
    margin: 6px 0 0 0;
}

.cmn_list_maru li::before {
    /* content: '\025CF'; */
    content: '';
    flex-shrink: 0;
    display: inline-block;
    width: 0.53em;
    height: 0.53em;
    border-radius: 50%;
    margin: 0.5em 0.5em 0 0;
    /* color: #2A7DB8; */
    background-color: #2A7DB8;
    font-size: 1em;
    line-height: 1em;

}

/* dlリスト */
.cmn_dl > div {
    display: flex;
    word-break: break-all;
}

.cmn_dl > div + div {
    margin: -1px 0 0 0;
}

.cmn_dl > div > dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 27%;
    max-width: 300px;
    min-width: 130px;
    border: 1px solid #CBCBCB;
    background-color: #F3F3EE;
}

.cmn_dl > div > dd {
    width: 100%;
    border: 1px solid #CBCBCB;
    margin: 0 0 0 -1px;
    background-color: #ffffff;
}

.cmn_dl > div > dt,
.cmn_dl > div > dd {
    padding: 25px 30px;
}

/* 角丸10px */
.round10 {
    border-radius: 1.0rem;
    overflow: hidden;
}


/* アイコン（PDF・WORD） */
.cmn_ico_pdf,
.cmn_ico_word,
.ico_excel {
    display: inline-block;
    padding: 5px 0 5px 35px;
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 26px;
    color: #135AA4;
}

.cmn_ico_pdf {
	background-image: url("../img/cmm_icn_pdf.svg");
}

.cmn_ico_word {
	background-image: url("../img/cmm_icn_word.svg");
}

.ico_excel {
	background-image: url("../img/cmn_ico_excel.svg");
}


/* ボタン（角丸） */
.cmn_btn_round {
    text-align: center;
}

.cmn_btn_round > button,
.cmn_btn_round a {
    display: inline-block;
    min-width: 250px;
    padding: 18px 60px 18px 25px;
    border: 0;
    border-radius: 3.0rem;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.45;
    background-color: #2A7DB8;
    background-image: url(../img/cmm_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    text-align: left;
}

.cmn_btn_round.ico_newtab > button,
.cmn_btn_round.ico_newtab a {
    background-image: url(../img/cmn_ico_newtab.svg);
    background-size: 18px;
}


/* ボタン（小　矢印） */
.cmn_btn_arr {
    text-align: center;
}

.cmn_btn_arr > * {
    display: inline-block;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #4D4D4D;
    font-size: 1.4rem;
    background-image: url(../img/cmm_arrow_head.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}




/* ページ送り（連番） */
.cmn_pager_num {
    margin: 100px 0 0 0;
}

.cmn_pager_num .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cmn_pager_num .first,
.cmn_pager_num .prev,
.cmn_pager_num .pager,
.cmn_pager_num .next,
.cmn_pager_num .last {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0 0 0 .15rem;
    border-radius: 50%;
    margin: 5px;
    line-height: 40px;
    color: #ffffff;
    background-color: #83C0F2;
    letter-spacing: .15rem;
    text-align: center;
}

.cmn_pager_num a:hover,
.cmn_pager_num .current {
    opacity: 1;
    background-color: #2A7DB8;
}

.cmn_pager_num .first,
.cmn_pager_num .last,
.cmn_pager_num .prev,
.cmn_pager_num .next,
.cmn_pager_num .page_num {
    display: none;
}




/* ラベル（角丸色付き） */
.cmn_label {
    display: inline-block;
    min-width: 80px;
    padding: 2px 0;
    border-radius: 0.5rem;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-align: center;
    background-color: #2A7DB8;
}

.cmn_label.news_important {
    background-color: #ED1C24;
}

.cmn_label.news_report {
    background-color: #009045;
}

/* 新着NEWマーク */
.cmn_newmark {
    display: inline-block;
    padding: 0 8px;
    color: #ED1C24;
    font-size: 1.4rem;
    line-height: 1;
}


/* CMSエディタ装飾 */
.cmn_cms_editor {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cmn_cms_editor > *:nth-child(1) {
    margin-top: 0;
}

.cmn_cms_editor h4 {
    position: relative;
    width: 100%;
    max-width: 1140px;
    /* padding: 0 30px; */
    padding: 0 2.1em;
    margin: 0 auto;
    color: #2A7DB8;
    font-size: 2.0rem;
    line-height: 1.5;
}

.cmn_cms_editor h4::before {
    content: '';
    position: absolute;
    left: .6em;
    top: .4em;
    display: block;
    width: .8em;
    height: .8em;
    background-image: url(../img/cmm_h3mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    margin: .6em 0 .8em;
    letter-spacing: -0.0015625em;
}

.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 .3em 0;
    color: #2A7DB8;
    border-color: currentColor;
    line-height: 1.45;
}

.cmn_cms_editor h5 {
    font-size: 1.8rem;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.cmn_cms_editor h6 {
    font-size: 1.6rem;
    border-width: 0 0 1px 0;
    border-style: dashed;
}

.cmn_cms_editor p {
    padding: 8px 0 10px;
    margin: 0 0 8px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}


/* 商品説明などのエディタ上書き */
.cmn_cms_editor img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="youtube"] {
    /* display: inline-block;
    width: 100%;
    height: 56.25vw;
    max-height: 506px;
    margin-top: 8px;
    margin-bottom: 8px; */

    display: inline-block;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="google"][src*="map"] {
    display: inline-block;
    max-width: 100%;
    max-height: 600px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor strong {
    font-weight: 900;
}

.cmn_cms_editor em {
    font-style: italic;
}

.cmn_cms_editor a {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #2A7DB8;
    text-decoration: underline;
    word-break: break-all;
}

.cmn_cms_editor a:hover {
    color: #2A7DB8;
}

.cmn_cms_editor a[href$='.pdf'],
.cmn_cms_editor a[href$='.doc'],
.cmn_cms_editor a[href$='.docx'],
.cmn_cms_editor a[href$='.docm'],
.cmn_cms_editor a[href$='.dotx'],
.cmn_cms_editor a[href$='.xls'],
.cmn_cms_editor a[href$='.xlsx'],
.cmn_cms_editor a[href$='.xlsm'],
.cmn_cms_editor a[href$='.xltx'] {
    padding: 0 0 0 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px;
}

.cmn_cms_editor a[href$='.pdf'] {
	background-image: url("../img/cmm_icn_pdf.svg");
}

.cmn_cms_editor a[href$='.doc'],
.cmn_cms_editor a[href$='.docx'],
.cmn_cms_editor a[href$='.docm'],
.cmn_cms_editor a[href$='.dotx'] {
	background-image: url("../img/cmm_icn_word.svg");
}

.cmn_cms_editor a[href$='.xls'],
.cmn_cms_editor a[href$='.xlsx'],
.cmn_cms_editor a[href$='.xlsm'],
.cmn_cms_editor a[href$='.xltx'] {
	background-image: url("../img/cmn_ico_excel.svg");
}

.cmn_cms_editor table {
    width: 100%;
    margin: 0 0 8px 0;
    word-break: break-all;
    border-collapse: collapse;
    /* table-layout: fixed; */
}

.cmn_cms_editor th,
.cmn_cms_editor td {
    max-width: 100%;
    padding: 25px 30px;
    border: 1px solid #CBCBCB;
    line-height: 1.9;
}

.cmn_cms_editor th {
    min-width: 150px;
    font-weight: 400;
    background-color: #F3F3EE;
    text-align: left;
}

.cmn_cms_editor ul {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ul li {
    position: relative;
    /* list-style: disc; */
    padding: 0 0 0 20px;
    /* line-height: 1.35; */
    line-height: 1.6;
}

.cmn_cms_editor ul li + li {
    margin: 6px 0 0 0;
}

.cmn_cms_editor ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    /* content: '\025CF'; */
    content: '';
    flex-shrink: 0;
    display: inline-block;
    width: 0.53em;
    height: 0.53em;
    border-radius: 50%;
    margin: 0.5em 0.5em 0 0;
    /* color: #2A7DB8; */
    background-color: #2A7DB8;
    font-size: 1em;
    line-height: 1em;

}



.cmn_cms_editor ol {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ol li {
    list-style: decimal;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor blockquote {
    background-color: #F3F3F3;
    margin-inline-start:10px;
    margin-inline-end:10px;
    padding: 15px;
}

/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #dddddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}


#wrapper {
    overflow: hidden;
}


/* header */
header {
    background-color: #ffffff;
}

#header_modalmenu_check {
    display: none;
}

.header_infobar {
    max-width: 1300px;
    margin: 0 auto;
}

.header_nav2nd {
    width: 100%;
    text-align: right;
}

.header_nav2nd ul {
    display: inline-flex;
    border-radius: 0 0 2.0rem 2.0rem;
    padding: 0 20px;
    background-color: rgba(231, 232, 222, 0.5);
    font-size: 1.4rem;
}

.header_nav2nd li {
    flex-shrink: 0;
    display: inline-block;
}

.header_nav2nd a {
    display: inline-flex;
    width: 100%;
    padding: 15px 15px;
    align-items: center;
}

.header_nav2nd img {
    display: inline-block;
    margin: 0 10px 0 0;
}

.header_nav2nd p {
    flex-shrink: 0;
}

.header_logo {
    flex-shrink: 0;
    width: 32%;
    margin: -10px 0 0 0;
}

.header_logo a {
    display: inline-block;
}

.header_nav1st {
    margin: -35px 0 0 0;
    text-align: right;
}

.header_nav1st ul {
    display: inline-flex;
    margin: -15px 0 0 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.header_nav1st li {
    flex-shrink: 0;
    display: inline-block;
}

/* .header_nav1st .sprt {
    margin: -4px 0 0 0;
} */

.header_nav1st a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    padding: 20px;
}

.header_nav1st a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    max-width: 60px;
    height: 10px;
    background-color: #F7A39E;
}

.header_nav1st .schl a::after {
    background-color: #F7A39E;
}

.header_nav1st .sprt a::after {
    background-color: #B98EE6;
}

.header_nav1st .about a::after {
    background-color: #F2F26B;
}

.header_nav1st .memb a::after {
    background-color: #5FCF8A;
}

.header_nav1st .sprt a {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.header_nav1st .sprt small {
    display: block;
    width: 100%;
    margin: -1px 0 -2px 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.05rem;
    text-align: center;
}


.header_modalmenu_btn {
    display: none;
}

#header_modalmenu_area {
    display: none;
}


/* footer */
footer {
    padding: 0 0 15px 0;
    margin-top: 150px;
    background-color: #FFFFFF;
    background-image:
        url(../img/footer_img_left.svg),
        url(../img/footer_img_right.svg);
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        left bottom,
        right bottom;
    background-size:
        auto,
        auto;
}

.footer_orginfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 760px;
}

.footer_orginfo figure {
    width: 42%;
}

.footer_orginfo dl {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    /* width: 46%; */
    width: 370px;
}

.footer_orginfo dt {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: 5px 0 0 0;
    font-size: 1.4rem;
}

.footer_orginfo dt::before,
.footer_orginfo dt::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background-color: #4D4D4D;
}

.footer_orginfo dt span {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 15px;
}

.footer_orginfo dd {
    width: 100%;
    padding: 0 0 0 20px;
}

.footer_orginfo dd p {
    font-size: 1.8rem;
    font-weight: 700;
}

.footer_orginfo dd address {
    font-size: 1.4rem;
}

.footer_orginfo dd a {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.4;
}

.footer_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 2.0rem;
    padding: 20px 40px;
    margin-top: 60px;
    background-color: rgba(231, 232, 222, 0.5);
    font-size: 1.4rem;
    letter-spacing: .05rem;
}

.footer_nav li {
    flex-grow: 1;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: currentColor;
}

.footer_nav li:nth-of-type(1) {
    border-width: 0;
}

.footer_nav a {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.footer_copy {
    margin: 50px 0 0 0;
    font-size: 1.2rem;
    text-align: center;
}








/* home /////////////////////////////////////////////////////////////////////////////////////////// */


.home_mainimg.home_mainimg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: calc(100% - 60px); */
    width: calc(100% - 4%);
    height: 39vw;
    min-height: 530px;
    max-height: 630px;
    border-radius: 2.0rem;
    margin: 0 auto;
    background-image: url(../img/home_mainimg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_mainimg::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dashed #CACACA;
    border-radius: inherit;
    pointer-events: none;
}

.home_maincopy_ja {
    width: 90%;
    max-width: 700px;
    padding: 25px 0;
    border-radius: 2.0rem;
    background-image: url(../img/home_maincopy_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    text-align: center;
}

.home_maincopy_ja img {
    max-width: 90%;
}

.home_maincopy_en {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
    max-width: 1200px;
}

.home_bnrslider {
    position: relative;
    /* min-height: 380px; */
}

.home_bnrslider::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 150%;
    background-image: url(../img/cmm_background_opa50.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.home_bnrslider_inner {
    display: none;
    padding: 70px 0 90px;
    /* padding: 5% 0 7%; */
}

.home_bnrslider_inner.slick-initialized {
    display: block;
}

.home_bnrslider_inner:focus:not(:focus-visible),
.home_bnrslider_inner .slick-list:focus:not(:focus-visible),
.home_bnrslider_inner .slick-track:focus:not(:focus-visible),
.home_bnrslider_slide:focus:not(:focus-visible),
.home_bnrslider_slide a:focus:not(:focus-visible),
.home_bnrslider_slide img:focus:not(:focus-visible) {
    outline: 0;
}

.home_bnrslider_slide {
    width: 365px;
    margin: 0 22px;
}

.home_bnrslider_slide a {
    display: block;
    text-align: center;
}

.home_bnrslider_slide a p {
    margin: 10px 0 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
}

.home_bnrslider_inner .slick-dots {
    bottom: 20px;
}

.home_bnrslider_inner .slick-dots li {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 8px;
    cursor: pointer;
}

.home_bnrslider_inner .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.home_bnrslider_inner .slick-dots li button:before {
    /* font-size: 0; */
    /* line-height: 0; */
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: transparent;
    background-color: #C1DFF8;
    opacity: 1;
}

.home_bnrslider_inner .slick-dots li.slick-active button:before {
    background-color: #2A7DB8;
}


.home_news_wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 70px;
}

.home_news,
.home_report {
    width: 50%;
}

.home_news_wrap .cmn_tit_ico {
    white-space: nowrap;
}

.home_news_wrap .cmn_tit_ico .ja {
    color:#2A7DB8;
}

.home_news {
    padding: 0 4% 0 0;
}

.home_report {
    padding: 0 0 0 4%;
    border-left: 1px solid #808080;
}

.home_news_list li {
    display: flex;
    align-items: flex-start;
    margin: 15px 0 0 0;
}

.home_news_list .news_date {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 3% 0 0;
    font-size: 1.4rem;
}

.home_news_list .cmn_label {
    flex-shrink: 0;
    margin: 0 3% 0 0;
}

.home_news_list .news_tit {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
}

.home_news_list .news_tit a {
    color: #2A7DB8;
    text-decoration: underline;
}

.home_news_wrap .cmn_btn_arr {
    margin-top: 25px;
    text-align: right;
}

.home_cale_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 80px;
}

.home_cale_wrap::before {
    content: '';
    position: absolute;
    right: 150px;
    top: 0;
    z-index: -1;
    width: 999vw;
    max-width: 4000px;
    height: 100%;
    border-radius: 2.0rem;
    background-image: url(../img/cmm_background_opa50.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.home_cale,
.home_nletter {
    position: relative;
    z-index: 0;
}

.home_cale {
    flex-shrink: 0;
    width: 65%;
    max-width: 780px;
}

.home_cale .cmn_tit_ico .ja {
    color:#7A4270;
}

.home_cale_embe {
    padding: 30px 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.home_cale_embe > iframe {
    width: 100%;
    height: 600px;
}

.home_nletter {
    position: relative;
    align-self: center;
    flex-shrink: 0;
    width: 32%;
    padding: 0 0 20px 50px;
    max-width: 300px;
    min-width: 200px;
    margin: 80px 0 0 0;
}

.home_nletter::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 99vw;
    height: 100%;
    border-radius: 2.0rem;
    background-color: rgba(242, 242, 107, 0.3);
}

.home_nletter::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    border: 1px dashed #FBB03B;
    border-radius: 2.0rem;
    pointer-events: none;
}

.home_nletter .txtbox {
    position: relative;
    padding: 40px 0 0 0;
}

.home_nletter .txtbox .cmn_tit_ico {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -100%);
    width: 100%;
}

.home_nletter .txtbox .cmn_tit_ico .ja {
    font-size: 3.2rem;
}

.home_nletter .txtbox > p {
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: 700;
}

.home_nletter .imgbox {
    margin: 15px 0 0 0;
}

.home_nletter .imgbox > a {
    display: block;
    text-align: center;
}

.home_nletter .imgbox > a p {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: underline;
}

.home_nletter .imgbox .cmn_btn_arr {
    margin-top: 35px;
    text-align: right;
}

.home_nletter .imgbox .cmn_btn_arr a {
    padding-right: 30px;
}



.home_about {
    padding-top: 70px;
    padding-bottom: 100px;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home_about h2 {
    width: 100%;
}

.home_about h2 .ja {
    color: #FBB03B;
}

.home_about > p {
    width: 70%;
}

.home_about > .cmn_btn_round {
    flex-shrink: 0;
    width: 25%;
    text-align: right;
}

.home_about > .cmn_btn_round a {
    background-color: #FBB03B;
}

.home_memb_wrapper {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 70%, rgb(255, 255, 255) 100%),
        url(../img/cmm_background_opa50.png);
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        center bottom,
        left top 50px;
    background-clip:
        content-box,
        content-box;
    background-size:
        auto,
        cover;
}

.home_memb {
    max-width: 1000px;
}

.home_memb_inner {
    position: relative;
    max-width: 430px;
    padding: 25px 0 100px 0;
}

.home_memb_inner h2 .ja {
    color: #2DA166;
}

.home_memb_inner .imgbox {
    position: absolute;
    right: -10%;
    top: 0;
    transform: translate(100%, 0);
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
}

.home_memb_inner .imgbox img {
    flex-shrink: 0;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 700px;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.home_memb_inner > .cmn_btn_round {
    margin-top: 30px;
}

.home_memb_inner > .cmn_btn_round a {
    background-color: #2DA166;
}



.home_sponsor.home_sponsor {
    /* padding-left: 0;
    padding-right: 0; */
    padding-left: 25px;
    padding-right: 25px;
}

.home_sponsor h2 {
    color: #2DA166;
    font-size: 2.0rem;
    text-align: center;
}

.home_sponsor > ul {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}

.home_sponsor > ul li {
    flex-shrink: 0;
    width: 200px;
    /* width: calc((100% - 2.5% * (5 + 1)) / 5);
    margin: calc(2.5% / 2) 0 0 2.5%; */
    margin: 15px 15px 0;
}

.home_sponsor > ul a {
    display: inline-block;
}


/* about /////////////////////////////////////////////////////////////////////////////////////////// */
.about_greet > span {
    display: block;
    margin: 25px 0 0 0;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: right;
}

.about_greet > span > span {
    display: inline-block;
    font-size: 2rem;
}


/* event /////////////////////////////////////////////////////////////////////////////////////////// */
.event_list li + li {
    margin: 90px 0 0 0;
}

.event_list li > a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.event_list li.event_end > a {
    /*pointer-events: none;*/
}

.event_list .imgbox {
    position: relative;
    flex-shrink: 0;
    width: 29%;
    max-width: 320px;
    margin: 8px 0 0 0;
    text-align: center;
}

.event_list .imgbox .endmark {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 32%;
    height: 0;
    padding: 32% 0 0 0;
    background-image: url(../img/event_thumb_end_bg.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.event_list .imgbox .endmark span {
    position: absolute;
    left: 8%;
    top: 8%;
    transform: rotate(-45deg);
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    /* font-size: 2.4rem; */
    font-size: calc(10px + (24 - 10)*(100vw - 560px)/(1120 - 560));
    line-height: 1;
    text-align: center;
}

.event_list .imgbox img {
    width: 100%;
}

.event_list .txtbox {
    width: 68%;
}

.event_list .txtbox > span {
    display: block;
    margin: 10px 0 0 0;
    text-align: right;
}

.event_list .txtbox > dl {
    margin: 5px 0 0 0;
}

.event_list .txtbox > dl div {
    display: flex;
    align-items: flex-start;
}

.event_list .txtbox > dl div + div {
    margin: 5px 0 0 0;
}

.event_list .txtbox > dl dt {
    flex-shrink: 0;
    margin: 1px 3% 0 0;
}

.event_list .txtbox > dl dd {
    width: 100%;
}

.event_list .txtbox > dl dd:empty::after {
    content: '-';
    display: block;
}

.event_list .txtbox > p {
    margin: 35px 0 0 0;
}

.event_list .txtbox > .cmn_btn_arr {
    margin-top: 20px;
    text-align: right;
}





.event_single_update {
    display: block;
    text-align: right;
}

.event_single_infolist {
    margin: 10px 0 0 0;
}

.event_single_infolist > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.event_single_infolist > div + div {
    margin: 5px 0 0 0;
}

.event_single_infolist dt {
    flex-shrink: 0;
    margin: -1px 3% 0 0;
}

.event_single_infolist dd {
    width: 100%;
}

.event_single_infolist dd:empty::after {
    content: '-';
    display: block;
}

.event_single_outline {
    margin: 35px 0 0 0;
}

.event_single_btns {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 50px auto 0;
}

.event_single_btns > div {
    width: 48%;
    max-width: 300px;
}

.event_single_btns > div:only-of-type {
    margin: 0 auto;
}

.event_single_btns > div a {
    width: 100%;
    min-width: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    border-radius: 4.0rem;
    font-size: 1.9rem;
    background-color: #E36167;
}


.event_single_editor {
    margin: 90px 0 0 0;
}

.event_single_backbtn {
    margin: 90px 0 0 0;
}


/* members /////////////////////////////////////////////////////////////////////////////////////////// */
.memb_topmsg {
    margin-top: 30px;
    background-image:
        url(../img/members_bg_left.png),
        url(../img/members_bg_right.png);
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        left top,
        right top;
    background-size:
        auto 100%,
        auto 100%;
}

.memb_topmsg > p {
    padding-top: 7%;
    padding-bottom: 7%;
    min-height: 350px;
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 500;
    text-align: center;
}

.memb_topmsg + * {
    margin-top: 30px;
}


.memb_join_inner {
    padding-left: 20px;
    padding-right: 20px;
}

.memb_join_howto2 dt {
    margin: 20px 0 0 0;
    color: #2A7DB8;
    font-size: 1.8rem;
    font-weight: 700;
    font-feature-settings: "palt";
}

.memb_join_howto2 dd p {
    padding: 0 0 0 1.4em;
    text-indent: -1.4em;
    margin: 4px 0 0 0;
    line-height: 1.5;
    font-feature-settings: "palt";
}

.memb_join_howto2 dd span {
    flex-shrink: 0;
    margin: 0 .4em 0 0;
    color: #2A7DB8;
    font-weight: 500;
}


.memb_form_list > div > dt,
.memb_form_list > div > dd {
    padding: 20px 25px;
}

.memb_form_list > div > dt {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}

.memb_form_list > div > dt > span {
    flex-shrink: 0;
    display: inline-block;
    padding: 0 7px;
    border-radius: 0.5rem;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #ED1C24;
}

.memb_form_list .c_red {
    letter-spacing: 0;
    color: #ED1C24;
}

.memb_form_list select,
.memb_form_list input:not([type="checkbox"]),
.memb_form_list textarea {
    display: inline-block;
    width: 100%;
    padding: .4em;
    border: 1px solid #cccccc;
    border-radius: 1.0rem;
    background-color: #FAFAF8;
    box-shadow: none;
    overflow: hidden;
}

.memb_form_list input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #cccccc;
    border-radius: 1.0rem;
    background-color: #FAFAF8;
    box-shadow: none;
    overflow: hidden;
}

.memb_form_list input[type="date"] {
    text-align: left !important;
}

.memb_form_list select,
.memb_form_list input:not([type="checkbox"]) {
    height: 40px;
}

.memb_form_list #birth,
.memb_form_list #fax,
.memb_form_list #tel,
.memb_form_list #kind {
    max-width: 300px;
}

.memb_form_list .memb_lang input,
.memb_form_list #zip {
    max-width: 200px;
}

.memb_form_list #mail0 {
    max-width: 700px;
}

.memb_form_list #mail1 {
    display: inline-block;
    width: calc(100% - 65px);
    max-width: 700px;
    margin: 10px 0 0 0;
}

.memb_form_list #mail1 ~ span {
    display: inline-block;
    margin: 6px 0 0 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    vertical-align: middle;
}

.memb_form_list #addr {
    display: inline-block;
    margin: 10px 0 0 0;
}

.memb_form_list #motive,
.memb_form_list #shikaku,
.memb_form_list #message {
    width: 100% !important;
    height: 250px !important;
}

.memb_form_volu label {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    margin: 2px 0 0 0;
}

.memb_form_volu label:nth-of-type(1) {
    margin-top: 10px;
}

.memb_form_volu input {
    flex-shrink: 0;
    margin: 3px 6px 0 0;
}

.memb_form_lang {
    position: relative;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.memb_form_lang::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    border-top: 1px dashed #CACACA;
}

.memb_form_lang label {
    display: inline-flex;
    align-items: center;
    margin: 10px 0 0 0;
}

.memb_form_lang label.label_others {
    width: 100%;
}

.memb_form_lang label span {
    flex-shrink: 0;
    display: inline-block;
    min-width: 85px;
    margin: 0 20px 0 0;
}

.memb_form_lang label small {
    display: inline-block;
    padding: 0 8px;
    font-size: inherit;
}

.memb_form_lang label:nth-of-type(1) {
    margin-top: 10px;
}

.memb_form_btn {
    margin-top: 100px;
}

div#mfp_overlay {
  color: #231815; /* mfp上書き */
}
/* /end */


/* news /////////////////////////////////////////////////////////////////////////////////////////// */
.news_list_wrap .home_news_list {
    border-bottom: 1px dashed #CBCBCB;
}

.news_list_wrap .home_news_list li {
    align-items: center;
    padding: 25px 30px;
    border-top: 1px dashed #CBCBCB;
    margin: 0;
}

.news_single_conts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.news_single_conts > small {
    display: inline-block;
    font-size: 1.4rem;
}

.news_single_conts > .cmn_cms_editor {
    width: 100%;
    margin: 45px 0 0 0;
}

.news_single_conts > .cmn_btn_round {
    width: 100%;
    margin: 90px 0 0 0;
}


/* newsletter /////////////////////////////////////////////////////////////////////////////////////////// */
.nletter_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    /* padding: 0 35px; */
    padding: 0 3%;
    margin: -3% 0 0 0;
}

.nletter_list::before,
.nletter_list::after {
    content: '';
    order: 1;
    display: block;
    width: 20.5%;
}

.nletter_list > li {
    width: 20.5%;
    margin: 6% 0 0 0;
}

.nletter_list > li a {
    display: block;
    text-align: center;
}

.nletter_list > li figure {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 140% 0 0 0;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.nletter_list > li figure img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.nletter_list > li p {
    margin: 20px 0 0 0;
    color: #2A7DB8;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: underline;
}



/* school /////////////////////////////////////////////////////////////////////////////////////////// */
.schl_cale {
    /* padding: 40px 30px; */
    padding: 40px 3%;
    border-radius: 2.0rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/cmm_background_opa50.png);
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: cover;
    overflow: hidden;
}

.schl_cale .cmn_tit_ico .ja {
    color:#7A4270;
}

.schl_cale_embe {
    /* padding: 30px 20px; */
    padding: 30px 4%;
    margin: 15px 0 0 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.schl_cale_embe > iframe {
    width: 100%;
    height: 600px;
}

.schl_list_wrap {
    margin-top: 100px;
}

.schl_list li + li {
    margin: 80px 0 0 0;
}

.schl_list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.schl_list .txtbox {
    width: 58%;
}

.schl_list .txtbox > .cmn_btn_round {
    margin: 45px 0 0 0;
}

.schl_list figure {
    flex-shrink: 0;
    width: 38%;
    max-width: 420px;
    margin: 8px 0 0 0;
    text-align: center;
}


.schl_s_2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.schl_s_2col .cmn_box {
    padding-left: 0;
    padding-right: 0;
}

.schl_s_2col .cmn_box_inner {
    /* max-width: 720px; */
    padding-left: 3.75%;
    padding-right: 3.75%;
}

.schl_s_left {
    width: 66.7%;
    max-width: 800px;
}

.schl_s_sidebar {
    flex-shrink: 0;
    width: 29.6%;
    max-width: 355px;
}

.schl_s_sidebar_fb,
.schl_s_sidebar_bnr > li + li {
    margin: 10% 0 0 0;
}

.schl_s_sidebar_bnr a {
    display: block;
}

.schl_s_sidebar_bnr img {
    width: 100%;
}

.schl_s_sidebar_fb {
    min-height: 600px;
    text-align: center;
}


.schl_s_backbtn {
    width: 100%;
    margin: 70px 0 0 0;
}


/* support /////////////////////////////////////////////////////////////////////////////////////////// */
.sprt_body .cmn_maintitle small {
    display: block;
    width: 100%;
    font-size: 1.15rem;
    line-height: 1.4;
}

.sprt_topmsg {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    font-weight: 500;
    text-align: center;
}

.sprt_topmsg + * {
    margin-top: 65px;
}





