@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');


/*-----
 common_SP
-----  */
.slider{
    display: none;
}
.slider.slick-initialized{
    display: block; /*slick-initializedが付与されたら表示*/
}
html {
    font-size: 15px;
}
body {
    font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: relative;
    background-color: #fff;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: auto;
    max-width: 155px;
}

.btn > .btn_link {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    position: relative;
    color: #fff;
    background-color: #0062A1;
    border: 1px solid #0062A1;
    border-radius: 22px;
    text-align: center;
}

header{
    padding: 15px;
}
.header__border-shadow {
    box-shadow: 0px -3px 8px;
}
.header__warp {
    display: flex;
	justify-content: space-between;
}
.header__company-name-pc {
	display: none;
}
.header__logo{
    min-width: 70px;
}
.header__logo img{
    width: 63%;
	margin-top: 7px;
}
.header__txt {
    font-size: 9px;
    color: #fff;
    line-height: 1.5;
    margin: 0 15px;
}
.header__btn-area{
    max-width: 110px;
    min-width: 110px;
	display: flex;
    align-items: flex-end;
    flex-flow:column nowrap;
    justify-content: center;
}
.header__btn-cart.tel_icon{
    width: 100%;
    max-width: 110px;
    height: 22px;
    margin-bottom: 15px;
}
.header__btn-contact{
}
.header__btn-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__btn-list >li {
    max-width: calc((99% - 10px) / 3);
    margin-left: 5px;
}
.header__btn-list >li:first-child {
    margin-left: 0;
    white-space: nowrap;
}
.header__btn-list >li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 9px;
}
.header__btn-list >li a span {
    display: none;
}
.header__btn-list >li a img {
    width: 100%;
    max-width: 53px;
    max-height: 53px;
}
/* .header__btn-cart img{
    width: 110px;
} */
.header__btn-contact img{
    width: 110px;
}
.top__mv{
    position: relative;
}
.top__mv-img img {
	width: 100%;
}
.top__mv-txt{
    position: absolute;
    bottom: 42px;
    width: 68%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.top__lead {
    line-height: 1.5;
    font-size: 14px;
    padding: 0 20px;
    margin: 40px auto 0;
    max-width: 1000px;
}
.seminar__card-wrap{
    margin-top: 26px;
}
.sub-ttl{
    text-align: center;
    color: #333;
    padding: 15px;
    margin-bottom: 25px;
	color: #0062A1;
	font-size: 24px;
	background-image: url(../img/common/sub-ttl_bg_top.png),url(../img/common/sub-ttl_bg_bottom.png);
    background-position: top 0% right 36% , bottom 0% left 42%;
    background-repeat: no-repeat;
    background-size: 100px;
}
.sub-ttl img {
	width: 55%;
}
.sub_ttl_wrap {
    padding: 40px 20px 0;
    max-width: 1040px;
    margin: 0 auto 40px;
    text-align: center;
}
.sub_ttl_wrap .sub-ttl_caption {
    font-size: 20px;
    color: #333;
}
.l-ttl{
    text-align: center;
    margin-bottom: 10px;
}
.l-ttl p{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    display: inline-flex;
	flex-direction: column;
    justify-content: flex-end;
	line-height: 1.4;
}
.l-ttl-size {
    font-size: 80%;
}
.seminar__card{
    margin-bottom: 35px;
}
.m-ttl{
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.seminar__card-img{
    width: 67%;
    position: relative;
    /* overflow: hidden;
    padding-top: 42%; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	text-align: center;
}
.seminar__card-series-txt {
    width: 100%;
}
.seminar__card-series-txt p {
    line-height: 1.3;
}
.seminar__card-series{
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.seminar-txt-bold {
	font-weight: 600;
	font-size: 18px;
}
.seminar__card-series-list{
    width: calc(50% - 10px);
    margin-bottom: 10px;
}
.seminar__card-series-list dl{
    display: flex;
    flex-flow:column nowrap;
    height: 100%;
    justify-content: space-between;
}
.seminar__card-series-btn{
}
.seminar__card-series-list:first-child{
    margin-left: auto;
    margin-right: auto;
}
.seminar__card-series-list:nth-child(even){
    margin-left: 20px;
}
.seminar__card-series-caption{
    margin-bottom: 10px;
    line-height: 1.2;
}
.seminar__card-series-btn{
	margin: 17px auto 0;
    width: 140px;
}
.seminar__card-series-btn a{
    background-color: #0062a1;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 6px 0;
	text-align: center;
	border-radius: 35px;
}
.seminar__card_caption{
    font-size: 14px;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    line-height: 1.5;
}
.seminar__card_note{
    font-size: 10px;
    padding-top: 20px;
    line-height: 1.5;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 95px;
}
.ec-layoutRole__footer {
    margin-top: 90px;
}
.footer__navi{
    display: flex;
    font-size: 17px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-right: 20px;
    margin-left: 20px;
}
.footer__navi a{
    text-decoration: none;
    color: #333333;
}
.footer__navi-list::before{
    content: "・";
    display: inline-block;
    width: 1em;
}
.footer__navi-list:nth-of-type(2){
    margin-left: 1em;
}
.footer__navi a{

}
footer small{
    font-size: 12px;
    color: #fff;
    background-color: #0062a1;
    padding: 10px;
    text-align: center;
    display: block;
}
.scroll_btn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 180;
    width: 40px;
    height: 48px;
    transition: all .3s ease-in-out;
}
.pc, .pc-in, .pc-inbl, .tabpc-inbl {
	display: none;
}
.sp {
	display: block;
}
.sp-in {
	display: inline;
}
.sp-inbl {
	display: inline-block;
}
.item_dtetail_ec-select select {
    background-color: #0062A1;
    color: #fff;
    border-radius: 5px;
}

@media screen and (min-width:1024px) {
html {
    font-size: 18px;
}
body {
	position: relative;
}
header{
	width: 100%;
    padding: 0;
}
.header__company-name-pc {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.header__company-name-pc {
    background-color: #0062A1;
    padding: 23px 0;
}
.header__warp {
    padding: 0 150px;
}
.header__company-name-sp {
	display: none;
}
.header__logo{
	margin: 25px 0;
}
.header__logo img{
    width: 90%;
}
.header__txt {
    font-size: 16px;
    margin: 0 15px;
}
.header__logo img{

}
.header__btn-area{
    max-width: 170px;
	margin: 15px 0;
}
.header__btn-list {
    margin-top: 15px;
}
.header__btn-list >li a  {
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 5.5em;
}
.header__btn-list >li a span {
    display: block;
    text-align: center;
    line-height: 1.2;
    min-height: 2em;
}
.header__btn-cart.tel_icon{
    max-width: 170px;
        height: 30px;
    margin-bottom: 15px;
    display: block;
}
.header__btn-contact{
/* margin-right: 15px; */
}
/* .header__btn-cart img{
    width: 170px;
} */
.header__btn-contact img{
    width: 170px;
}
.top__mv{
}
.top__mv-img{
    overflow: hidden;
}
.top__mv-img img{
    object-fit: cover;
    object-position: top center;
    width: 100%;
	height: 750px;
}
.top__mv-txt{
	bottom: 23%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	width: auto;
}
.top__lead {
    margin-top: 70px;
    font-size: 16px;
}
.seminar__card-wrap{
    /* padding-top: 65px; */
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.sub-ttl{
    font-size: 30px;
    padding:20px;
    font-weight: 500;
	background-position: top 0% right 42% , bottom 0% left 46%;
    background-size: auto;
}
.sub-ttl img {
	width: auto;
}
.sub_ttl_wrap {
    padding: 40px 20px 0;
    max-width: 1040px;
    margin: 0 auto 40px;
    text-align: center;
}
.sub_ttl_wrap .sub-ttl {
    margin-bottom: 10px;
    /*background-size: 72px 4px;*/
}
.sub_ttl_wrap .sub-ttl_caption {
    font-size: 20px;
    color: #333;
}
.l-ttl{
    font-size: 25px;
    font-weight: 500;
}
.l-ttl p{
    min-height: 71px;
    font-size: 24px;
}
.seminar-txt-bold {
	font-size: 20px;
}
.seminar__card-wrap{
    margin-bottom: 100px;
}
.seminar__card:nth-child(odd) {
    margin-right: 50px;
}
.seminar__card-contents{
    display: flex;
    flex-wrap: wrap;
}
.seminar__card-contents.u-ailgn_end{
    align-items: flex-end;
}
.seminar__card-contents{
    width: 100%;
    margin-bottom: 40px;
}
.seminar__card-contents .l-ttl{
    width: 100%;
    font-weight: 500;
}
.m-ttl{
    font-size: 22px;
    margin-bottom: 15px;
}
.seminar__card{
    width: calc(50% - 25px);
}
.seminar__card-img{
    width: 100%;
    padding-top: 68%;
    margin-bottom: 20px;
    overflow: hidden;
}
.seminar__card-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}
.seminar__card-series{
    margin-left: 0;
    margin-right: 0;
}
.seminar__card-series-list{
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
}
.seminar__card-series-list:first-child{
    margin-left: inherit;
    margin-right: inherit;
}
.seminar__card-series-list:nth-child(even){
    margin-left: 0;
}
.seminar__card-series-list:not(:nth-child(3n)){
    margin-right: 15px;
}
.seminar__card-series-caption{

}
.seminar__card-series-btn{
}
.seminar__card-series-btn a{
    font-size: 14px;
}
.seminar__card-series-btn a:hover{

}
.seminar__card_caption{
margin-top: 35px;
}
.seminar__card_note{

}
.scroll_btn {
    bottom: 100px;
    right: 45px;
    width: 46px;
    height: 46px;
}

.footer__navi{
    margin-left: 50px;
}
.footer__navi a{
}
.footer__navi-list{
    margin-left: 0;
}
.footer__navi-list::before{
    content: "／";
    margin-right: .5em;
    margin-left: .5em;
}
.footer__navi-list:last-child:after{
    content: "／";
    margin-left: .5em;
}
.footer__navi-list:nth-of-type(2){
margin-left: 0;
}
.footer__navi a{
font-size: 17px;
}
footer small{
    padding: 15px;
}
    /* 単指示 tablet */
    .pc {
        display: block;
    }
    .pc-in {
        display: inline;
    }
    .pc-inbl, .tabpc-inbl {
        display: inline-block;
    }
    .sp, .sp-in, .sp-inbl {
        display: none;
    }
}

/**/
.company_txt {
    margin-bottom: 15px;
}
.company_list > li{
    line-height: 1.2;
}

/*パンくずリスト*/
.topicpath_list {
    padding: 0 20px;
    margin: 20px auto 0;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topicpath_list >li {
    margin-top: 5px;
}
.topicpath_item {
    white-space: nowrap;
}

.topicpath_item > * {
    display: inline-block;
    line-height: 1.2;
    font-size: 16px;
}

.topicpath_item > a {
    padding-top: 2px;
    color: #dc0000;
    padding-bottom: 1px;
    border-bottom: 1px solid #dc0000;
}

.topicpath_item + .topicpath_item {
    padding-left: 10px;
}
.topicpath_item + .topicpath_item::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #525263;
    border-bottom: 1px solid #525263;
    transform: rotate(135deg);
}

/* ropes */
.ropes_bnr_wrap {
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.ropes_bnr {
    display: block;
    margin-bottom: 20px;
}
.ropes_bnr:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width:1024px) {
    .ropes_bnr_wrap {
        margin: 60px auto;
        max-width: 700px;
    }
}