@font-face{ 
    font-family: 'op'; /* しねきゃぷしょん */
    src: url('../fonts/OPTIMA.TTF') format('truetype');
}

@font-face{ 
    font-family: 'op_b'; /* しねきゃぷしょん */
    src: url('../fonts/OPTIMA_B.TTF') format('truetype');
}    

.op{
    font-family: 'op',sans-serif;
}
.op_b{
    font-family: 'op_b',sans-serif;
}

.mincho{
    font-family: 'Noto Serif JP', serif;
}

body{
    color: #333333;
    font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
	font-size: 1rem;
    margin: 0;
}

html {
    overflow: auto;
}

body {
    min-width: 1280px;
    width: 100%;
    word-wrap: break-word;
}

img{
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

a {
	margin: 0;
    padding: 0;
    background: transparent;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #585656;
    transition: all 500ms;
    vertical-align: baseline;
}

a:focus {
    outline-offset: 1px;
    outline: 1px dotted #000;
}

.section{
	position: relative;
    padding: 120px 3%;
}

.wrap,.foot {
    position: relative;
    width: 1080px;
    margin: auto;
    z-index: 1;
}

.kagi_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kagi{
    max-width: 50px;
}

.menu_btn_p{
    width: 0;
    height: 0;
    overflow: hidden;
}

.pankuz{
    display: block;
    font-size: 0.8rem;
    margin: 10px 0;
    margin-bottom: 0;
}

.pankuz a{
    color: #6d98d0;
}

.pankuz ul{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.pankuz ul li::after{
    content: '＞';
    display: inline-block;
    margin: 0 2px;
    font-size: 0.5rem;
}
.pankuz ul li:last-of-type:after{
    content: '';
}


@media screen and (max-width: 1280px) {
    body {
        min-width: 100%;
    }
    .wrap,.foot {
        max-width: 1080px;
        width: 100%;

        margin: auto;
    }
}
b, strong, .bold{
	/* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; */
    font-weight: 600;
}

p{
	margin: 0;
    letter-spacing: 0.2rem;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    letter-spacing: 0.2rem;
}

/* maintitle */
.tit_box{
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 1;
    vertical-align: top;
    margin-bottom: 40px;
}
.tit_box h2{
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.tit_box p{
    display: block;
    font-size: 1rem;
    margin-top: 0.3rem;
    letter-spacing: 0.5px;
    font-weight: 400;
}


.top_mar{
    padding: 0 3%!important;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_mar{
    margin-top: 70px;
}
/* color */
.bl{
    color: #6d98d0;
}

.bg_bl{
    background-color: #6d98d0;
}

.bg_bu{
    background-color: #f0f5fa;
}

.bg_gl{
    background-color: #e6e6e6;
}

/* HEADER */
.top_tab{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: #FFF;
}
.top_tab_wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 3%;
    max-width: 1080px;
    margin: 0 auto;
}
.top_tab_wrap ul{
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 2rem;
    justify-content: flex-end;
}
.top_tab_wrap ul li {
    position: relative;
}
.top_tab_wrap ul li:nth-child(2) {
    margin-right: 1rem;
}
.top_tab_wrap ul li a{
    margin-bottom: -5px;
    padding: 0 20px 5px;
}
.top_tab_r{
    display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
/* top_tab line */
.top_tab_wrap ul li a,.foot_ul li a {
    position: relative;
    /* text-decoration: none;
    line-height: 1.3rem;
    height: 25px;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
    color: #FFF;
    padding: 10px 1vw;
    margin: 0 1vw; */
}
/* .top_tab_wrap ul li a::after,.foot_ul li a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #002060;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
} */
.top_tab_wrap ul li a:hover,.foot_ul li a:hover {
    opacity: 0.6;
}

.top_tab_wrap ul li a:hover::after,.foot_ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.top_logo {
    max-width: 100px;
    width: 100%;
}

.tab_sm{
    display: none!important;
}
.tab_ac{
    position: relative;
}
.tab_ac::after{
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 5px;
    right: 0px;
    border-right: solid 1px #585656;
    border-bottom: solid 1px #585656;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 300ms;
}
.tab_ac:hover::after {
    transform-origin: initial!important;
    transform: rotate(45deg)!important;
    transition: all 300ms;
}
.tab_sm_ac{
    position: absolute;
    top: 29px;
    left: 0;
    margin-left: 0!important;
    padding: 10px 20px;
    width: 140px!important;
    background: #FFF;
    display: inline-block!important;
    filter: drop-shadow(0px 5px 5px #919191);
    transition: all 300ms;
}
.tab_sm_ac li{
    text-align: left;
    font-size: 0.9rem;
    padding: 5px 0;
    margin-right: 0!important;
}

.tab_sm li a{
    text-align: left;
    width: 100%;
    padding: 0!important;
}
/* HEADER */

/* FOOTER */
.copy{
    /* font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    text-align: center;
    font-size: 0.8rem;
    margin: 15px 0 0;
    padding-bottom: 15px;
    
    color: #FFF;
}

.foot_ul li a:hover{
    text-decoration: none!important;
}
.foot_ul li a::after {
    background-color: #FFF;
}
.foot_wrap{
    display: flex;
    width: 94%;
    margin: 0 auto;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 0.9rem;
}

.foot_cont_l{
    width: 70%;
    color: #FFF;
}
.foot_cont_l p{
    letter-spacing: 1px;
}
.foot_cont_r{
    display: flex;
    width: 30%;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: 3rem;
    padding-left: 3rem;
    border-left: solid 1px #FFF;
}
.foot_cont_r ul{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.foot_cont_r ul:last-of-type{
    width: 35%;
}

.foot_cont_r ul li{
    margin: 2px 0;
}
.foot_cont_r ul li,.foot_cont_r ul li a{
    text-align: left;
    width: 100%;
    color: #FFF;
}
/* FOOTER */

/* pagetop start */
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 5px;
    margin: 0;
    z-index: 100;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    background: #6d98d0;
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    /* font-size: 32px; */
    border-radius: 100%;
}
#pagetop a:hover {
    opacity: .6;
}

@media screen and (max-width:768px) {
    .section {
        position: relative;
        padding: 45px 3%;
    }
    ._ft {
        margin: 0;
        padding-top: 40px;
    }

    .tab_ac::after{
        display: none;
    }

    .tit_box h2{
        font-size: 2.6rem;
    }

    .top_mar{
        height: 300px!important;
        padding: 0px 3%!important;
        margin-top: 58px;
    }

    .pankuz .wrap{
        width: 95%;
    }

	#pagetop {
		position: fixed;
		right: 5px;
		bottom: 15px;
		margin: 0;
		opacity: .9;
		
		z-index: 99;
	}
	#pagetop a {
		width: 45px;
		height: 45px;
	}

    .top_logo {
        display: inline-block;
        width: 80px;
        margin-right: 0;
    }

    .top_tab_wrap {
        display: flex;
        max-width: 1200px;
        width: 95%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .top_tab_wrap ul {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 1rem;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        z-index: 5;
        position: fixed;
        top: 0;
        right: -105%;
        padding-top: 4rem;
        padding-bottom: 0.8rem;
        background-color: #FFF;
        transition: all 500ms;

        overflow: scroll;
    }

    .top_tab_wrap ul li {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .top_tab_wrap ul li a{
        padding: 0;
        padding-bottom: 5px;
        width: 100%;
    }
    /* .top_tab_wrap ul li a::after, .foot_ul li a::after{
        content: none;
    } */
    .top_tab_wrap ul li:nth-child(2) {
        margin-right: 0;
    }

    /* MENU BUTTON */
    .menu_btn{
        position: fixed;
        width: 35px;
        height: 26px;
        z-index: 1001;
        top: 16px;
        right: 15px;
	}
    
	.menu_btn span{
        display: block;
        position: relative;
		width: 100%;
		height: 2px;
        border-radius: 20px;
		background: #6d98d0;
		transition: all 500ms;
	}
    .menu_btn::before{
        position: absolute;
        top: -16px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 0.7rem;
        font-weight: 900;
        color: #6d98d0;
    }
    
    .menu_btn span:nth-child(1){
		position: absolute;
		top: 0;
	}
	.menu_btn span:nth-child(1).btn_ac{
		transform: translateY(11px) rotate(42deg);
	}

	.menu_btn span:nth-child(2){
		position: absolute;
		top: 11px;
		opacity: 1;
	}
	.menu_btn span:nth-child(2).btn_ac{
		transform: translateY(6px) rotate(180deg);
		opacity: 0;
	}

	.menu_btn span:nth-child(3){
		position: absolute;
		bottom: 0;
	}
	.menu_btn span:nth-child(3).btn_ac{
		transform: translateY(-13px) rotate(-42deg);
	}

    .foot_wrap {
        display: flex;
        width: 100%;
        padding: 40px 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 0.9rem;
    }

    .foot_cont_r {
        display: flex;
        width: 90%;
        align-items: flex-start;
        justify-content: flex-end;
        margin-top: 2rem;
        padding-top: 2rem;
        margin-left: 0;
        padding-left: 0;
        border-top: solid 1px #FFF;
        border-left: none;
    }
    .foot_cont_l {
        width: 85%;
        color: #FFF;
    }

    .foot_cont_r ul {
        width: 50%;
    }
    .foot_cont_r ul:last-of-type {
        width: 38%;
    }

    .copy{
        margin-top: 0;
    }
}
img.page_img {
    width: 55%;
	filter: invert(1) brightness(1.5);
}
/* pagetop end */

/* font-priset */
._ce{
    text-align: center;
}
._le{
    text-align: left;
}
._ri{
    text-align: right;
}
.f_1{
    font-size: 1rem;
}
.f_12{
    font-size: 1.2rem;
}
.f_15{
    font-size: 1.5rem;
}
.f_16{
    font-size: 1.6rem;
}
.f_17{
    font-size: 1.7rem;
}
.f_19{
    font-size: 1.9rem;
}
.f_2{
    font-size: 2rem;
}
.f_25{
    font-size: 2.5rem;
}
.f_3{
    font-size: 3rem;
}
.line_17{
    line-height: 1.7;
}
.line_19{
    line-height: 1.9;
}
.line_2{
    line-height: 2;
}
.line_23{
    line-height: 2.3;
}
.le_01{
    letter-spacing: 0.1px;
}
.le_1{
    letter-spacing: 1px;
}
.le_15{
    letter-spacing: 1.5px;
}
._le_ini{
    letter-spacing: initial;
}
/* font-priset */

/* margin */
.mt_5{
    margin-top: 5px;
}
.mt_10{
    margin-top: 10px;
}
.mt_20{
    margin-top: 20px;
}
.mt_30{
    margin-top: 30px;
}
.mb_5{
    margin-bottom: 5px;
}
.mb_10{
    margin-bottom: 10px;
}
.mb_20{
    margin-bottom: 20px;
}
.mb_30{
    margin-bottom: 30px;
}
.mb_50{
    margin-bottom: 50px;
}
.mb_70{
    margin-bottom: 70px;
}
/* margin */

.indent {
    letter-spacing: -0.5em;
}
.indent_l{
    margin-left: -0.5em;
}

/* PC/SP start */
.pc{
}
.sp{
    display: none;
}
@media screen and (max-width: 768px){
    .f_12{
        font-size: 1rem;
    }
    .f_15{
        font-size: 1.1rem;
    }
    .f_16{
        font-size: 1.2rem;
    }
    .f_17{
        font-size: 1.3rem;
    }
    .f_19{
        font-size: 1.5rem;
    }
    .f_2{
        font-size: 1.5rem;
    }
    .f_25{
        font-size: 2.1rem;
    }
    .f_3{
        font-size: 2.6rem;
    }
    
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/* PC/SP end */

/* slider */
/* .slider li{
    height: 500px;
}
.slider li img{
    height: 100%;
}

.slider .slick-list {
    padding:0!important;
} */

.slick-prev,
.slick-next
{
    z-index: 100;
    background-color: #6d98d0;
    width: 5%;
    height: 13%;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background-color: #6d98d0;

}

.slick-prev
{
    left: 2.8%;
}
.slick-next
{
    right: 2.8%;
}
.slick-prev:before,
.slick-next:before
{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: 65%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}
.slick-prev:before{
    top: 0px;
    left: 0px;
    transform: scale(-1,1);
    background-image: url(../icon/arrow_w.png);
}
.slick-next:before{
    top: 0px;
    left: 0px;
    background-image: url(../icon/arrow_w.png);
}

.slider .slick-slide:not(.slick-center) {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
  }