@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
/*-----------------------------------------------
 * Bace
 * Link
 * Sub page
-------------------------------------------------*/
/*-----------------------------------------------
 * Bace
-------------------------------------------------*/
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
body{
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #000;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #222; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
    background: #ffca00;
    color: #000;
}
::-moz-selection{
    background: #ffca00;
    color: #000;
}
#fullWrap {
    display: flex;
    flex-direction: column;
    min-width: 1200px;
    min-height: 100vh;
}
@media screen and (max-width:768px){ 
    html{ 
        font-size: 62.5%;
    }
    body{
        font-size: 10px; 
        font-size: 1rem;
    }
    .sp{ display: block; }
    .pc{ display: none; }
    .ah:hover { opacity: 1; }
    #fullWrap {
        min-width: 100%;
    }
}

/* font */
.font_yumin {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*-----------------------------------------------
 * Link
-------------------------------------------------*/
/* linkEf_b */
.linkEf_b {
    background-color: #1d2088;
    color: #fff;
    transition: all .4s ease;
}
.linkEf_b:hover {
    background-color: transparent;
    color: #1d2088;
}
.linkEf_b:before {
    content: "";
    background: url(../img/common/icon_arrow_w.png) no-repeat 0 0 / 100%;
    width: 21px;
    height: 21px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    transition: all .4s ease;
}
.linkEf_b:hover:before {
    background-image: url(../img/common/icon_arrow_b.png);
}
@media screen and (max-width:768px){
    .linkEf_b:before {
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 6px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
    }
}

/* linkEf_y */
.linkEf_y {
    background-color: #fff600;
    color: #1d2088;
    transition: all .4s ease;
}
.linkEf_y:hover {
    background-color: transparent;
    color: #fff;
}
.linkEf_y:before {
    content: "";
    background: url(../img/common/icon_arrow_b.png) no-repeat 0 0 / 100%;
    width: 21px;
    height: 21px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    transition: all .4s ease;
}
.linkEf_y:hover:before {
    background-image: url(../img/common/icon_arrow_w.png);
}
@media screen and (max-width:768px){
    .linkEf_y:before {
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 6px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
    }
}

/*-----------------------------------------------
 * Sub page
-------------------------------------------------*/
/**
 * subHeader
 */
.subHeader {
    height: 200px;
    position: relative;
}
@media screen and (max-width:768px){
    .subHeader {
        height: auto;
        padding-top: 26.6%;
    }
}

/* before after */
.subHeader:before,
.subHeader:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.subHeader:before {
    background-color: #1f2678;
    left: 0;
}
.subHeader:after {
    background-color: #ffca00;
    right: 0;
}

/* page title */
.subHeader__pageTitle {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 1200px;
    height: 200px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
@media screen and (max-width:768px){
    .subHeader__pageTitle {
        width: 100%;
        height: auto;
        padding-top: 26.6%;
    }
}

/* logo */
.subHeader__logo {
    width: 275px;
    height: 277px;
    margin: auto;
    position: absolute;
    bottom: -98px;
    right: 0;
    left: 0;
    z-index: 2;
}
@media screen and (max-width:768px){
    .subHeader__logo {
        width: 100%;
        height: auto;
        top: 0;
        bottom: auto;
    }
    .subHeader__logo img {
        width: 100%;
    }
}

/**
 * pager
 */
.pagingListsWrap {
    margin-top: 60px;
}
.pagingLists {
    display: flex;
    justify-content: center;
}
@media screen and (max-width:768px){
    .pagingListsWrap {
        margin-top: 40px;
    }
}

/* item */
.pagingLists__item:not(:first-child) {
    margin-left: 20px; 
}
@media screen and (max-width:768px){
    .pagingLists__item:not(:first-child) {
        margin-left: 10px; 
    }
}

/* link, active */
.pagingLists__link,
.pagingLists__active {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    position: relative;
    text-decoration: none;
}
.pagingLists__link:before,
.pagingLists__active:before {
    content: "";
    background-color: #000;
    width: 60%;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s ease;
}
.pagingLists__link:hover:before,
.pagingLists__active:before {
    opacity: 1;
}
@media screen and (max-width:768px){
    .pagingLists__link,
    .pagingLists__active {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/**
 * sub footer
 */
.subFooter {
    margin-top: auto;
    padding-top: 60px;
}
@media screen and (max-width:768px){
    .subFooter {
        padding-top: 40px;
    }
}

/* before */
.subFooter:before {
    content: "";
    background: url(../img/common/sub_footer_bg.png) no-repeat 0 0 / 100%;
    display: block;
    width: 1000px;
    height: 651px;
    margin: 0 auto;
    pointer-events: none;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:768px){
    .subFooter:before {
        background-image: url(../img/common/sub_footer_bg_sp.png);
        width: 100%;
        height: auto;
        padding-top: 86.8%;
    }
}

.subFooter__in{
    background-color: #e81919;
    margin-top: -280px;
    padding-top: 280px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:768px){
    .subFooter__in{
        margin-top: -36%;
        padding-top: 36%;
        padding-bottom: 30px;
    }
}

/* copyright */
.subFooter__copyright {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 80px;
    position: relative;
    text-align: center;
    z-index: 1;
}
@media screen and (max-width:768px){
    .subFooter__copyright {
        font-size: 10px;
        font-size: 1rem;
        margin-top: 20px;
    }
}

/* pagetop */
.subFooter__pagetop {
    position: absolute;
    top: 40px;
    right: 64px;
}
@media screen and (max-width:768px){
    .subFooter__pagetop {
        width: 30px;
        height: 30px;
        top: 12px;
        right: 12px;
    }
    .subFooter__pagetop img {
        width: 100%;
    }
}