@media screen and (min-width: 768px){
  .sp-only{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .pc-only{
    display: none;
  }
}

  /* mt-top */
  .pt-00 {padding-top: 0 !important}
  .pt-05 {padding-top: 5px !important}
  .pt-10 {padding-top: 10px !important}
  .pt-15 {padding-top: 15px !important}
  .pt-20 {padding-top: 20px !important}
  .pt-25 {padding-top: 25px !important}
  .pt-30 {padding-top: 30px !important}
  .pt-40 {padding-top: 40px !important}
  .pt-50 {padding-top: 50px !important}
  .pt-60 {padding-top: 60px !important}
  .pt-70 {padding-top: 70px !important}
  .pt-80 {padding-top: 80px !important}
  .pt-90 {padding-top: 90px !important}
  .pt-100 {padding-top: 100px !important}


  /* mt-bottom */
  .pb-00 {padding-bottom: 0 !important}
  .pb-10 {padding-bottom: 10px !important}
  .pb-20 {padding-bottom: 20px !important}
  .pb-25 {padding-bottom: 25px !important}
  .pb-30 {padding-bottom: 30px !important}
  .pb-40 {padding-bottom: 40px !important}
  .pb-50 {padding-bottom: 50px !important}
  .pb-60 {padding-bottom: 60px !important}
  .pb-70 {padding-bottom: 70px !important}
  .pb-80 {padding-bottom: 80px !important}
  .pb-90 {padding-bottom: 90px !important}
  .pb-100 {padding-bottom: 100px !important}


  /* mt-left */
  .pl-00 {padding-left: 0 !important}
  .pl-10 {padding-left: 10px !important}
  .pl-20 {padding-left: 20px !important}
  .pl-25 {padding-left: 25px !important}
  .pl-30 {padding-left: 30px !important}
  .pl-40 {padding-left: 40px !important}
  .pl-50 {padding-left: 50px !important}
  .pl-60 {padding-left: 60px !important}
  .pl-70 {padding-left: 70px !important}
  .pl-80 {padding-left: 80px !important}
  .pl-90 {padding-left: 90px !important}
  .pl-100 {padding-left: 100px !important}
  .pl-half-char {padding-left: -0.5rem !important}


  /* mt-right */
  .pr-00 {padding-right: 0 !important}
  .pr-10 {padding-right: 10px !important}
  .pr-20 {padding-right: 20px !important}
  .pr-25 {padding-right: 25px !important}
  .pr-30 {padding-right: 30px !important}
  .pr-40 {padding-right: 40px !important}
  .pr-50 {padding-right: 50px !important}
  .pr-60 {padding-right: 60px !important}
  .pr-70 {padding-right: 70px !important}
  .pr-80 {padding-right: 80px !important}
  .pr-90 {padding-right: 90px !important}
  .pr-100 {padding-right: 100px !important}

  .w10em{
    width: 10em;
  }
  .w16_5em{
    width: 16.5em;
  }
  .w20em{
    width: 20em;
  }
  .w21_5em{
    width: 21.5em;
  }
  .w30em{
    width: 30em;
  }
  .w40em{
    width: 40em;
  }
  .w50em{
    width: 50em;
  }

@media screen and (min-width: 768px){
  /* mt-top */
  .mt-00-pc {margin-top: 0 !important}
  .mt-05-pc {margin-top: 5px !important}
  .mt-10-pc {margin-top: 10px !important}
  .mt-15-pc {margin-top: 15px !important}
  .mt-20-pc {margin-top: 20px !important}
  .mt-25-pc {margin-top: 25px !important}
  .mt-30-pc {margin-top: 30px !important}
  .mt-40-pc {margin-top: 40px !important}
  .mt-50-pc {margin-top: 50px !important}
  .mt-60-pc {margin-top: 60px !important}
  .mt-70-pc {margin-top: 70px !important}
  .mt-80-pc {margin-top: 80px !important}
  .mt-90-pc {margin-top: 90px !important}
  .mt-100-pc {margin-top: 100px !important}


  /* mt-bottom */
  .mb-00-pc {margin-bottom: 0 !important}
  .mb-10-pc {margin-bottom: 10px !important}
  .mb-20-pc {margin-bottom: 20px !important}
  .mb-25-pc {margin-bottom: 25px !important}
  .mb-30-pc {margin-bottom: 30px !important}
  .mb-40-pc {margin-bottom: 40px !important}
  .mb-50-pc {margin-bottom: 50px !important}
  .mb-60-pc {margin-bottom: 60px !important}
  .mb-70-pc {margin-bottom: 70px !important}
  .mb-80-pc {margin-bottom: 80px !important}
  .mb-90-pc {margin-bottom: 90px !important}
  .mb-100-pc {margin-bottom: 100px !important}


  /* mt-left */
  .ml-00-pc {margin-left: 0 !important}
  .ml-10-pc {margin-left: 10px !important}
  .ml-20-pc {margin-left: 20px !important}
  .ml-25-pc {margin-left: 25px !important}
  .ml-30-pc {margin-left: 30px !important}
  .ml-40-pc {margin-left: 40px !important}
  .ml-50-pc {margin-left: 50px !important}
  .ml-60-pc {margin-left: 60px !important}
  .ml-70-pc {margin-left: 70px !important}
  .ml-80-pc {margin-left: 80px !important}
  .ml-90-pc {margin-left: 90px !important}
  .ml-100-pc {margin-left: 100px !important}
  .ml-half-char-pc {margin-left: -0.5rem !important}


  /* mt-right */
  .mr-00-pc {margin-right: 0 !important}
  .mr-10-pc {margin-right: 10px !important}
  .mr-20-pc {margin-right: 20px !important}
  .mr-25-pc {margin-right: 25px !important}
  .mr-30-pc {margin-right: 30px !important}
  .mr-40-pc {margin-right: 40px !important}
  .mr-50-pc {margin-right: 50px !important}
  .mr-60-pc {margin-right: 60px !important}
  .mr-70-pc {margin-right: 70px !important}
  .mr-80-pc {margin-right: 80px !important}
  .mr-90-pc {margin-right: 90px !important}
  .mr-100-pc {margin-right: 100px !important}
}

.loadingicon{
  font-size: 30px !important;
  color: #e27500;
  text-align: center;
}
.loadingicon i{
  animation: loadingspiner 1s steps(8) 0s infinite;
}

html.logined .hidelogined{
  display: none;
}

html.logined:not(.students_logined) .hideloginedexceptstudents{
  display: none !important;
}
html.students_logined .hideloginedofstudents{
  display: none !important;
}
html:not(.students_logined) .hidenotloginedofstudents{
  display: none !important;
}


/* a[href$=\.pdf]:after{
  content: "PDF";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #e27500;
  line-height: 1;
  border: 1px solid #e27500;
  border-radius: 3px;
  padding: 2px 3px;
  margin-left: 7px;
  margin-top: -3px;
} */
.link-excel:after {
	content: "Excel";
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
	font-weight: bold;
  letter-spacing: 1px;
	color: #007233;
	line-height: 1;
	border: 1px solid #007233;
	border-radius: 3px;
	padding: 2px 3px;
	margin-left: 7px;
  margin-top: -3px;
}

.link-word:after {
	content: "Word";
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
	font-weight: bold;
  letter-spacing: 1px;
	color: #00a0c8;
	line-height: 1;
	border: 1px solid #00a0c8;
	border-radius: 3px;
	padding: 2px 3px;
	margin-left: 7px;
  margin-top: -3px;
}

/* ------------------------------------------------------------------ */
/* #area-sub */
#area-sub{
  padding:0 12px;
  box-sizing: border-box;
}
#area-sub header .logo{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#area-sub header .logo img{
  width:127px;
  height:99px;
}
#area-sub .navigations .global_nav li{
  border-top: #e27500 solid 1px;
  line-height: 46px;
  box-sizing: border-box;
}
#area-sub .navigations .global_nav li:last-child{
  border-bottom: #e27500 solid 1px;
}
#area-sub .navigations .global_nav li a{
  display: block;
  padding-left: 26px;
  box-sizing: border-box;
  width: 100%;
}

body.about #area-sub .navigations .global_nav li.about{ background: #e27500; }
body.about #area-sub .navigations .global_nav li.about a{ color: #ffffff; }

body.training #area-sub .navigations .global_nav li.training{ background: #e27500; }
body.training #area-sub .navigations .global_nav li.training a{ color: #ffffff; }

body.carestation #area-sub .navigations .global_nav li.carestation{ background: #e27500; }
body.carestation #area-sub .navigations .global_nav li.carestation a{ color: #ffffff; }

body.jdadat #area-sub .navigations .global_nav li.jdadat{ background: #e27500; }
body.jdadat #area-sub .navigations .global_nav li.jdadat a{ color: #ffffff; }

body.career #area-sub .navigations .global_nav li.career{ background: #e27500; }
body.career #area-sub .navigations .global_nav li.career a{ color: #ffffff; }

body.students #area-sub .navigations .global_nav li.students{ background: #e27500; }
body.students #area-sub .navigations .global_nav li.students a{ color: #ffffff; }

body.recruite #area-sub .navigations .global_nav li.recruite{ background: #e27500; }
body.recruite #area-sub .navigations .global_nav li.recruite a{ color: #ffffff; }

@media screen and (min-width: 768px){
  /* ------------------------------------------------------------------ */
  /* #area-sub */
  #area-sub .navigations .global_nav li:hover{
    background: #e27500;
    transition: background-color 300ms linear;
  }
  #area-sub .navigations .global_nav li a:hover{
    color: #ffffff;
    transition: color 300ms linear;
  }
}
@media screen and (min-width: 768px) and (max-height: 768px){
  #area-sub{
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 767px){
  /* ------------------------------------------------------------------ */
  /* #area-sub */
  #area-sub header{
    position: fixed;
    width: 100%;
    height: calc(124/750*100vw);
    background: #ffffff;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
  }
  #area-sub header .logo{
    margin: 0 0 0 calc(8/750*100vw);
    text-align: left;
  }
  #area-sub header .logo img{
    width:calc(303/750*100vw);
    height:calc(105/750*100vw);
  }
  #area-sub header .btn_gnav {
    background: rgba(255,255,255,.8);
    width: calc(53/750*100vw);
    height: calc(49/750*100vw);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-right: calc(24/750*100vw);
  }
  #area-sub header .btn_gnav span {
    position: relative;
    display: block;
    background: #464646;
    height: 2px;
    width: calc(53/750*100vw);
    transform-origin: center;
  }

  #area-sub header .btn_gnav.active span:nth-child(1) {
    transform: translate(0,calc(49/750*100vw/2 - 1px)) rotate(45deg) scale(1.414,1) ;
    transition: all 0.4s;
  }
  #area-sub header .btn_gnav.active span:nth-child(2) {
    transform: rotate(45deg) scale(1.414,1) ;
    transition: all 0.4s;
  }
  #area-sub header .btn_gnav.active span:nth-child(3) {
    transform: translate(0,calc(-49/750*100vw/2 + 1px)) rotate(-45deg) scale(1.414,1) ;
    transition: all 0.4s;
  }
  
  #area-sub .navigations{
    position: fixed;
    display: none;
    top: calc(124/750*100vw);
    left: 0;
    width: 100%;
    height: calc(100vh - 124/750*100vw);
    height: calc(100dvh - 124/750*100vw);
    background: #fff;
    z-index: 1000;
    overflow: auto;
  }
  #area-sub .navigations .global_nav{
    width: calc(579/750*100vw);
    margin: 0 auto;
    margin-bottom: calc(46/750*100vw);
  }
  html.spNav-active #area-sub .navigations{
    display: block;
  }
  html.spNav-active #area-sub .navigations .search{
    width: calc(579/750*100vw);
    height: calc(84/750*100vw);
    margin: calc(20/750*100vw) auto 1px;
    border-top: #bdbcbc solid 1px;
    padding-left: calc(63/750*100vw);
    padding-right: calc(63/750*100vw);
    box-sizing: border-box;
    position: relative;
  }
  html.spNav-active #area-sub .navigations .search input{
    -webkit-appearance: none;
    border: none;
    font-size: calc(32/750*100vw);
    width: calc(579/750*100vw);
    height: calc(84/750*100vw);
    outline: none;
    background: transparent;
  }
  html.spNav-active #area-sub .navigations .search.showplaceholder:before{
    content:"";
    display: block;
    width: calc(31/750*100vw);
    height: calc(31/750*100vw);
    background: url(/assets_renew/img/icon_search_sp.png) center no-repeat;
    background-size: calc(31/750*100vw) calc(31/750*100vw);
    position: absolute;
    left: calc(63/750*100vw);
    top: calc((84/2 - 31/2)/750*100vw);
  }
  
  #area-sub .navigations .global_nav li{
    font-size: calc(32/750*100vw);
    border-top: #e27500 solid 1px;
    line-height: calc(84/750*100vw);
    box-sizing: border-box;
    background: url(/assets_renew/img/globalnav_icon_arrow.png) calc(523/750*100vw) calc(26/750*100vw) no-repeat;
    background-size: calc(20/750*100vw) calc(37/750*100vw);
  }
  #area-sub .navigations .global_nav li:last-child{
    border-bottom: #e27500 solid 1px;
  }
  #area-sub .navigations .global_nav li a{
    padding-left: calc(63/750*100vw);
  }
}
/* ------------------------------------------------------------------ */
/* #area-subheader */
#area-subheader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 240px);
  height: 45px;
  max-width: calc(1360px - 240px);
  margin-left: 240px;
  box-sizing: border-box;
  padding-right: 40px;
  background: #ffffff;
  position: fixed;
  z-index: 10000;
  top:0;
  left: 0;
}
#area-subheader>*{
  margin-left: 11px;
}
#area-subheader .user{
  color: #ffffff;
  /* flex-grow: 1; */
  font-size: 18px;
  line-height: 48px;
  display: none;
}
#area-subheader .user:after{
  content:"さま";
  font-size: 14px;
}
#area-subheader .user.notitle:after{
  content:"";
}
#area-subheader .user:before{
  content:"";
  display: inline-block;
  width: 20px;
  height: 29px;
  background: url(/assets_renew/img/icon_user.png) center no-repeat;
  background-size: 20px 29px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 29px/2);
  margin: 0 11px 0 6px;
}
#area-subheader .catch{
  /* font-size: 14px; */
  font-weight: 500;
  color: #009944;
  margin-left: auto;
}
#area-subheader .btn_entry{
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: calc(35px - 2px*2);
  background: #009944;
  width: 130px;
  height: 35px;
  border: #009944 2px solid;
  border-radius: calc(35px * 0.5);
  box-sizing: border-box;
}
#area-subheader .btn_entry a{
  color: #ffffff;
  text-decoration: none;
  display: block;
}
#area-subheader .btn_login,
#area-subheader .btn_mypage,
#area-subheader .btn_logout{
  font-size: 14px;
  font-weight: 500;
  color: #e27500;
  text-align: center;
  line-height: calc(35px - 2px*2);
  width: 130px;
  height: 35px;
  border: #e27500 2px solid;
  border-radius: calc(35px * 0.5);
  box-sizing: border-box;
}
#area-subheader .btn_login a{
  color: #e27500;
  text-decoration: none;
  display: block;
}
#area-subheader .btn_logout,
#area-subheader .btn_mypage{
  border-color: #ffffff;
  background: #e27500;
  display: none;
}
#area-subheader .btn_logout a,
#area-subheader .btn_mypage a{
  color: #ffffff;
  text-decoration: none;
  display: block;
}
#area-subheader .btn_search{
  margin-top: 1px;
}
#area-subheader.showsearch .btn_search img{
  /* visibility: hidden; */
}
#area-subheader.showsearch .btn_search{
  background:url(/assets_renew/img/icon_closesearch.png) center no-repeat;
  background-size: 22px 22px;
}


#area-subheader .search{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 101px;
  left: 0;
  bottom: -101px;
  background: #ffffff;
  display: none;
  margin: 0;
}
#area-subheader .search form{
  display: block;
  width: calc(100% - 72px*2);
}
#area-subheader .search input{
  line-height: 50px;
  width: 100%;
  height: 50px;
  padding: 1ex;
  box-sizing: border-box;
}
#area-subheader.showsearch .search{
  display: flex;
}

html.logined #area-subheader{
  background: #e27500;
}
html.logined #area-subheader .catch,
html.logined #area-subheader .btn_login,
html.logined:not(.students_logined) #area-subheader .btn_entry{
  display: none;
}
html.logined.students_logined #area-subheader .btn_entry{
  margin-left: auto;
  border-color: #ffffff;
}
html.logined #area-subheader .user{
  display: block;
}
html.logined #area-subheader .btn_search{
  background: url(/assets_renew/img/icon_search_white.png) center top no-repeat;
  background-size: 22px 23px;
}
html.logined #area-subheader .btn_search img{
  /* visibility: hidden; */
}
html.logined #area-subheader.showsearch .btn_search{
  background:url(/assets_renew/img/icon_closesearch_white.png) center no-repeat;
  background-size: 22px 22px;
}
html:not(.logined) #area-subheader .btn_logout,
html:not(.logined) #area-subheader .btn_mypage{
  display: none !important;
}
html.logined #area-subheader .btn_logout,
html.logined #area-subheader .btn_mypage{
  display: block;
}
html.logined #area-subheader .btn_mypage{
  margin-left: auto;
}
html.nomypage #area-subheader .btn_logout{
  margin-left: auto;
}
html.logined.students_logined #area-subheader .btn_logout{
  margin-left: 11px;
}
html.logined #area-subheader .search{
  background: #e27500;
}
html.nomypage.logined #area-subheader .btn_mypage{
  display: none !important;
}

@media screen and (min-width: 768px){
  /* ------------------------------------------------------------------ */
  /* #area-subheader */
  #area-subheader .btn_entry:hover{
    background: #ffffff;
  }
  #area-subheader .btn_entry:hover a{
    color: #009944;
  }
  #area-subheader .btn_login:hover{
    /* background: #e27500; */
    opacity: 0.8;
  }
  #area-subheader .btn_login:hover a{
    /* color: #ffffff; */
  }
  #area-subheader .btn_mypage:hover{
    opacity: 0.8;
    /* background: #ffffff; */
  }
  #area-subheader .btn_mypage:hover a{
    /* color: #e27500; */
  }
  #area-subheader .btn_logout:hover{
    /* background: #ffffff; */
    opacity: 0.8;
  }
  #area-subheader .btn_logout:hover a{
    /* color: #e27500; */
  }
}
@media screen and (max-width: 767px){
  /* ------------------------------------------------------------------ */
  /* #area-subheader */
  #area-subheader{
    position: fixed;
    width: calc(320/750*100vw);
    height: calc(124/750*100vw);
    top: 0;
    left: calc(330/750*100vw );
    max-width: initial;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
    z-index: 1001;
  }
  html.logined #area-subheader{
    background: transparent;
  }
  #area-subheader .btn_entry{
    font-size: calc(24/750*100vw);
    line-height: calc(58/750*100vw - 3px*2);
    width: calc(156/750*100vw);
    height: calc(58/750*100vw);
    border: #009944 2px solid;
    border-radius: calc(58/750*100vw / 2);
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #area-subheader .btn_login,
  #area-subheader .btn_logout{
    font-size: calc(24/750*100vw);
    line-height: calc(58/750*100vw - 3px*2);
    width: calc(147/750*100vw);
    height: calc(58/750*100vw);
    border: #e27500 2px solid;
    border-radius: calc(58/750*100vw / 2);
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #area-subheader .btn_logout{
    display: none;
    background: #ffffff;
  }
  #area-subheader .btn_logout a{
    color: #e27500;
  }
  #area-subheader .btn_mypage{
    display: none;
  }
  html.logined #area-subheader .btn_mypage{
    font-size: calc(24/750*100vw);
    line-height: calc(58/750*100vw - 3px*2);
    width: calc(147/750*100vw);
    height: calc(58/750*100vw);
    border-radius: calc(58/750*100vw / 2);
    border: #e27500 2px solid;
    margin: 0 auto 0 0;
  }
  html.logined #area-subheader .user{
    height: calc(124/750*100vw);
    display: none;
  }
  html.logined #area-subheader .user:before{
    display: block;
    text-align: right;
    background-image: url(/assets_renew/img/icon_user_sp.png);
    background-position: center;
    background-size: calc(37/750*100vw) calc(60/750*100vw);
    width: calc(37/750*100vw);
    height: calc(124/750*100vw);
    top: 0;
    margin: 0 calc(19/750*100vw) 0 auto;
  }
  html.logined #area-subheader .user .name,
  html.logined #area-subheader .user:after{
    display: none;
  }
}
/* ------------------------------------------------------------------ */
/* #area-main */
#area-main{
  padding-top: 45px;
}
@media screen and (max-width: 767px){
  /* ------------------------------------------------------------------ */
  /* #area-main */
  #area-main{
    padding-top: calc(124/750*100vw);
  }
}

/* ------------------------------------------------------------------ */
/* layouts */
.ctn-topic{
  padding: 10px 39px 0;
}
.ctn-topic .content-inner{
  padding: 0;
  max-width: none;
}
@media screen and (max-width: 767px){
  .ctn-topic {
      padding: 5px 1.75rem;
  }
}
.ctn2-content{
  padding: 16px 39px 30px;
}
@media screen and (max-width: 767px){
  .ctn2-content {
      padding: 0 1.75rem 5px;
  }
}
.ctn-header{
  padding: 0 39px 20px;
  position: relative;
}
.ctn-header .breadcrumb{
  padding-top: 10px;
}
.ctn-header .breadcrumb li{
  display: inline-block;
  font-size: 0.75rem;
}
.ctn-header .breadcrumb li a{
  color: #e27500;
  padding-right: 10px;
}
.ctn-header .breadcrumb li:after{
  content:">";
  display: inline-block;
  margin-right: 5px;
}
.ctn-header .breadcrumb li:last-child:after{
  content:"";
  display: none;
}
.ctn-header .sns{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
.ctn-header .sns>*{
  margin-right: 1em;
}

.ctn-header .sns .fb-like{
  top: -4px;
}





.lyt-bacis{
  padding-left: 39px;
  padding-right: 40px;
  box-sizing: border-box;
}
.ctn-content-topnews,
.ctn-content-article {
	padding: 0 39px;
  position: relative;
}
.ctn-content-topnews .hdg-lv02-03,
.ctn-content-article .hdg-lv02-03 {
	font-weight: 500;
}
.ctn-content-topnews p {
  font-size: 1rem;
  line-height: 1.7;
}
.ctn-content-topnews .link-more01{
  /* font-size: 14px; */
}
.sectionline {
  border-top: #e27500 dotted 1px;
}
.sectionline_s_t {
  border-top: #e27500 solid 1px;
}
.sectionline_s_b {
  border-bottom: #e27500 solid 1px;
}
.titleline_d_b {
  border-bottom: 1px dotted #646464;
}

.abs-tr{
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px){
  /* ------------------------------------------------------------------ */
  /* layouts */
  .abs-tr-pc{
    position: absolute;
    top: 0;
    right: 0;
  }
  .mt-46-pc {margin-top: 46px !important}
}
@media screen and (max-width: 767px){
  /* ------------------------------------------------------------------ */
  /* layouts */
  .ctn-header{
    padding: 0 1.75rem 21px;
    position: relative;
  }
  .ctn-content-topnews,
  .ctn-content-article {
    padding: 0 1.75rem;
  }
  .content-inner2.sectionline {
    border-top-style: solid;
  }
  .ctn-content-topnews .hdg-lv02-03,
  .ctn-content-article .hdg-lv02-03 {
    font-size: 20px;
  }
}

.newsinner {
  position: relative;
  border-left: 1px solid #e27500;
  padding-left: 18px;
  margin: 10px 0;
}
.newsinner2 {
  position: relative;
  padding-left: 18px;
  margin: 10px 0 30px;
}

.newslist{
  margin-top: 21px;
}

.newslist .newslistitem{
  /* font-size: 14px; */
  line-height: calc(26 / 14);
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.link-more01.white i {
	background: #ffffff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	margin-right: 8px;
  margin-left: -26px;
  margin-top: -3px;
}
.link-more01.white i:before {
	content: "";
	background: #e27500;
	display: block;
	height: 1px;
	width: 7px;
	transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 	position: absolute;
	left: 6px;
	top: 6px;
}
.link-more01.white i:after {
	content: "";
	background: #e27500;
	display: block;
	height: 1px;
	width: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
 	position: absolute;
	left: 6px;
	top: 10px;
}

@media screen and (max-width: 767px){
  .link-more01.white-sp i {
    background: #ffffff;
  }
  .link-more01.white-sp i:before {
    background: #e27500;
  }
  .link-more01.white-sp i:after {
    background: #e27500;
  }
  .newsinner2 {
    padding-left: 0;
  }
  .newslist .newslistitem{
    border-bottom: 1px dotted #646464;
  }
  .newslist .newslistitem:last-child{
    border-bottom: none;
  }
}

/* ---------------------------------------------- */
/* title icons */
.titleicon_information:before,
.titleicon_information_pc:before{
  content:"";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(/assets_renew/img/icon_tit_information.png) center no-repeat;
  background-size: 27px 27px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 27px/2);
  margin: 0 11px 0 6px;
}
@media screen and (max-width: 767px){
  /* ---------------------------------------------- */
  /* title icons */
  .titleicon_information_pc:before{
    display: none;
  }
}

.titleicon_news:before{
  content:"";
  display: inline-block;
  width: 35px;
  height: 27px;
  background: url(/assets_renew/img/icon_tit_news.png) center no-repeat;
  background-size: 35px 27px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 27px/2);
  margin: 0 11px 0 6px;
}

.titleicon_training:before{
  content:"";
  display: inline-block;
  width: 35px;
  height: 30px;
  /* background: url(/assets_renew/img/icon_tit_training.png) center no-repeat; */
  background-size: 35px 30px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 30px/2);
  margin: 0 11px 0 6px;
  mask-image:url(/assets_renew/img/icon_tit_training.png);
  -webkit-mask-image:url(/assets_renew/img/icon_tit_training.png);
  background: #e27500;
}

.titleicon_pickupcontents:before{
  content:"";
  display: inline-block;
  width: 35px;
  height: 27px;
  background: url(/assets_renew/img/icon_tit_pickup.png) center no-repeat;
  background-size: 35px 27px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 27px/2);
  margin: 0 11px 0 6px;
}

.titleicon_download:before{
  content:"";
  display: inline-block;
  width: 35px;
  height: 25px;
  background: url(/assets_renew/img/icon_tit_downloadrank.png) center no-repeat;
  background-size: 35px 25px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 25px/2);
  margin: 0 11px 0 6px;
}
@media screen and (max-width: 767px){
  .titleicon_download:before{
    background-image: url(/assets_renew/img/icon_tit_downloadrank_sp.png);
  }
}

.titleicon_pr:before{
  content:"";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/assets_renew/img/icon_tit_pr.png) center no-repeat;
  background-size: 36px 36px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 36px/2);
  margin: 0 11px 0 6px;
}

/* ---------------------------------------------- */
/* section.feature */
section.feature{
  border-top: 1px solid #e27500;
  position: relative;
}
section.feature .content-inner2{
  position: relative;
  margin: 30px 0;
}
section.feature .sectiontitle{
  margin-bottom: 22px;
}
section.feature .featurelist{
  display: flex;
  flex-wrap: wrap;
}
section.feature .featurelist li{
  width: calc(50% - 12px/2);
  margin-bottom: 1em;
  position: relative;
}
section.feature .featurelist li .photo{
  margin-bottom: 16px;
}
section.feature .featurelist li .photo img{
  width: 100%;
}
section.feature .featurelist li .summary{
  padding: 0 17px;
  color: #595757;
  /* font-size: 14px; */
  line-height: 26px;
  box-sizing: border-box;
}
section.feature .featurelist li .date,
section.feature .featurelist li .txt{
  display: block;
}
section.feature .featurelist li:nth-child(odd){
  margin-right: 12px;
}

section.feature .featurelist li.new:after{
  content:"";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  background: url(/assets_renew/img/icon_new.png) center no-repeat;
  background-size: 44px 44px;
  top: 18px;
  left: 15px;
}
section.feature .btn_aera{
  padding-left: 18px;
}
@media screen and (min-width: 768px){
  section.feature .featurelist li a:hover .photo img{
      opacity: 0.8;
    }
  }
@media screen and (max-width: 767px){
  /* ---------------------------------------------- */
  /* section.feature */
  section.feature .content-inner2{
    
  }
  section.feature .featurelist li{
    width: 100%;
  }
  section.feature .featurelist li:nth-child(odd) {
    margin-right: 0;
  }
  section.feature .featurelist li .photo{
    margin: 0;
  }
  section.feature .featurelist li .summary{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1ex 5px;
    background: rgba(255,255,255,0.8);
  }
  section.feature .btn_aera{
    padding-left: 0;
  }
}

/* ---------------------------------------------- */
/* section.pickup */
section.pickup{
  margin: 0 auto;
  border-top: 1px solid #e27500;
}
section.pickup .content-inner2 {
  position: relative;
  margin: 30px 0;
}
section.pickup .sectiontitle{
  margin-bottom: 22px;
}
section.pickup .pickuplist{
  display: flex;
  justify-content: space-between;
}
section.pickup .pickuplist li{
  width: calc(100%/3 - 22px*2/4);
}
section.pickup .pickuplist li a{
  display: flex;
  width: 100%;
  word-break: break-all;
}
section.pickup .pickuplist li .icon{
  margin-right: 13px;
}
section.pickup .pickuplist li .body{
  flex-grow: 1;
}
section.pickup .pickuplist li .body .date,
section.pickup .pickuplist li .body .txt{
  /* font-size: 14px; */
  display: block;
}

@media screen and (max-width: 767px){
  /* ---------------------------------------------- */
  /* section.pickup */
  section.pickup{
  }
  section.pickup .pickuplist{
    flex-direction: column;
    justify-content: flex-start;
  }
  section.pickup .pickuplist li{
    width: 100%;
  }
  section.pickup .pickuplist li a{
    border-bottom: #464646 dotted 1px;
    padding: 0.7em 0;
  }
  section.pickup .pickuplist li:last-child a{
    border: none;
  }
}

/* ---------------------------------------------- */
/* .training */
section.training .hdg-lv02-03{
  font-weight: 500;
}
section.training .training-content-wrap{
  display: flex;
}
section.training .training-content-wrap .content{
  background: #fff;
  border:#e27500 solid 1px;
  padding:30px 25px 35px 57px;
  flex-grow: 1;
  position: relative;
}

@media screen and (min-width:768px){
  section.training .training-content-wrap .content{
    min-height: 400px;
  }
}

section.training .training-content-wrap .photo{
  width: 304px;
  background: url(/assets_renew/img/training_bg.jpg) left top;
  background-size: cover;
  flex-shrink: 0;
}
section.training .sectiontitle{
  color: #e27500;
  margin-bottom: 27px;
}
/* section.training .traininglist li{
  padding-left: 6px;
  border-left: #ffffff solid 1px;
  margin-bottom: 38px;
  color: #ffffff;
}
section.training .traininglist li:last-child{
  margin-bottom: 0;
} */
section.training .btn_trainingtop{
  top: 37px;
  right: 25px;
}
/*section.training .traininglist li .title{
  font-size: 16px;
  font-weight: 500;
}
section.training .traininglist li .title .icon{
  display: inline-block;
  vertical-align: text-top;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 2px 3px;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: calc(1.5em - (0.75rem + 3px*2 + 1px*2));
}*/

@media screen and (max-width: 1023px){
  /* ---------------------------------------------- */
  /* .training */
  /*section.training .training-content-wrap .photo{
    display: none;
  }*/
}
@media screen and (max-width: 767px){
  /* ---------------------------------------------- */
  /* .training */
  section.training .hdg-lv02-03{
    font-size: 20px;
  }
  section.training .training-content-wrap .content{
    padding:30px 1.75rem 30px 1.75rem;
  }
  /*section.training .traininglist li:last-child{
    margin-bottom: 38px;
  }*/
  section.training .btn_trainingtop{
    top: 0;
    right: 0;
  }
}

/* ---------------------------------------------- */
/* .pickupcontens */
section.pickupcontents .pickupcontentslist{
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
section.pickupcontents .pickupcontentslist li{
  width: calc(100%/3 - 22px*2/3);
  text-align: center;
  position: relative;
}
section.pickupcontents .pickupcontentslist li a{
  display: block;
}
section.pickupcontents .pickupcontentslist li .photo{
  width: 225px;
  margin: 0 auto;
}
section.pickupcontents .pickupcontentslist li .photo img{
  width: 100%;
}
section.pickupcontents .pickupcontentslist li .title{
  position: absolute;
  width: 225px;
  height: 58px;
  line-height: 58px;
  border-bottom: #b5b5b5 solid 1px;
  background: rgba(255,255,255,0.8);
  top: 158px;
  left: calc(100%/2 - 225px/2);
  margin: 0 auto;
  font-size: 18px;
  color: #e27500;
}
section.pickupcontents .pickupcontentslist li .txt{
  max-width: 225px;
  margin: 18px auto;
}
@media screen and (max-width: 1023px){
  /* ---------------------------------------------- */
  /* .pickupcontens */
  section.pickupcontents .pickupcontentslist{
    justify-content: flex-start;
    margin-top: 24px;
    flex-direction: column;
    margin-bottom: 30px;
  }
  section.pickupcontents .pickupcontentslist li{
    width: 100%;
    min-height: 155px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  section.pickupcontents .pickupcontentslist li a{
    display: flex;
  }
  section.pickupcontents .pickupcontentslist li .photo{
    width: 155px;
    /* width: 40%; */
  }
  section.pickupcontents .pickupcontentslist li .body{
    display: block;
    flex-grow: 1; 
    width: calc(100% - 155px);
  }
  section.pickupcontents .pickupcontentslist li .title{
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    line-height: 35px;
    height: auto;
    margin-top: 23px;
    margin-left: 4px;
  }
  section.pickupcontents .pickupcontentslist li .txt{
    margin-top: 10px;
    padding-left: 4px;
    text-align: left;
    max-width: initial;
  }
}

/* ---------------------------------------------- */
/* .downloadrank */
section.downloadrank{
  background: url(/assets_renew/img/downloadrank_bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 1px;
  padding-bottom: 1px;
}

section.downloadrank .content-inner2{
  position: relative;
  margin: 35px 0;
}

section.downloadrank .ranklist{
  margin-top: 40px;
}
section.downloadrank .ranklist li{
  position: relative;
  padding-left: calc(44px + 30px);
  border-bottom: #e27500 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
section.downloadrank .ranklist li:last-child{
  border-bottom: none;
}
section.downloadrank .ranklist li .name{
  font-size: 16px;
}

section.downloadrank .ranklist .rank1:before,
section.downloadrank .ranklist .rank2:before,
section.downloadrank .ranklist .rank3:before{
  font-size: 16px;
  content:"";
  display: block;
  width:44px;
  height:34px;
  position: absolute;
  top: calc(0.5em/2);
  left: 0;
}
section.downloadrank .ranklist .rank1:before{
  background:url(/assets_renew/img/rank_tit_rank1.png) left top no-repeat;
  background-size: 42px 33px;
}
section.downloadrank .ranklist .rank2:before{
  background:url(/assets_renew/img/rank_tit_rank2.png) left top no-repeat;
  background-size: 44px 34px;
}
section.downloadrank .ranklist .rank3:before{
  background:url(/assets_renew/img/rank_tit_rank3.png) left top no-repeat;
  background-size: 44px 34px;
}
section.downloadrank .ranklist .summary a{
  padding-left: 0;
}

@media screen and (max-width: 767px){
  /* ---------------------------------------------- */
  /* .downloadrank */
  section.downloadrank{
    background: #e27500;
    color: #ffffff;
  }
  section.downloadrank a{
    color: #ffffff;
  }
  section.downloadrank .hdg-lv02-03{
    color: #ffffff;
  }
  section.downloadrank .content-inner2{
    
  }
  section.downloadrank .ranklist {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  section.downloadrank .ranklist li{
    border-bottom-color: #ffffff;
  }
  section.downloadrank .ranklist .summary a{
    display: inline;
  }
  section.downloadrank .ranklist .rank1:before,
  section.downloadrank .ranklist .rank2:before,
  section.downloadrank .ranklist .rank3:before{
   background-color: #ffffff;
   background-position: center center;
   width: calc(115px/2);
   height: calc(86px/2);
  }
}

/* ---------------------------------------------- */
/* mark01 */
section.pickup .mark01,
section.news .mark01,
section.downloadrank .ranklist .summary .mark01{
  background: #e27500;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 4px 4px;
  font-size: 0.675rem;
  line-height: 1;
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
}
@media screen and (max-width: 767px){
  section.downloadrank .ranklist .summary .mark01{
    color: #e27500;
    background: #ffffff;
  }
  section.downloadrank .ranklist .link-pdf:after, a.useicon[href$=pdf]:after {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
}

/* ---------------------------------------------- */
/* pr */
section.pr{
  margin-top: 31px;
}
section.pr .prlist{
  margin-top: 1em;
}
section.pr .prlist li{
  margin-bottom: 1em;
}
section.pr .prlist li .title{
  font-size: 16px;
  color: #e27500;
}
section.pr .prlist li .summary{
  /* font-size: 14px; */
}


/*==== container sitemap ====*/
#ctn-sitemap2 {
  font-size: 1rem;
  line-height: 23px;
	background: #e27500;
	width: 100%;
	padding: 50px 39px 50px 57px;
	margin-top: 40px;
	color: #ffffff;
	box-sizing: border-box;
}
#ctn-sitemap2 a {color: #ffffff;}
#ctn-sitemap2 a:hover {opacity: 0.6;}
#ctn-sitemap2 h2 {margin: 0; height: 23px;}
#ctn-sitemap2 .sitemap-list {margin: 0;}
#ctn-sitemap2 .sitemap-list li { margin: 0; min-height: 23px;}
#ctn-sitemap2 .sitemap-list li a {font-size: 0.75rem;}
#ctn-sitemap2 .margin1line{
  margin-bottom: 23px;
}

/*==== container footer ====*/
#ctn-footer2 {
  padding: 15px 20px; text-align: center;
}

#ctn-footer2 .ctn-footer_link{ }

#ctn-footer2 .ctn-footer_link li {
	display: inline-block;
	margin-right: -0.3em;
}
#ctn-footer2 .ctn-footer_link li a {
	font-size: 1rem;
	padding: 0 1em;
	border-left: 1px solid #464646;
	vertical-align: middle;
}
#ctn-footer2 .ctn-footer_link li:first-child a {
	padding-left: 0;
	border-left: none;
}

#ctn-footer2 .ctn-footer_copy {
	font-size: 0.8125rem;
	margin-top: 10px;
}
@media screen and (max-width: 767px){
  /*==== container footer ====*/
  #ctn-footer2 {
    border-top: 1px solid #646464;
    margin-top: 1em;
  }
  #ctn-footer2 .ctn-footer_link{
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  #ctn-footer2 .ctn-footer_link li:nth-child(3) a{
    margin-right: 0;
  }
  #ctn-footer2 .ctn-footer_link li:nth-child(4) a{
    border: none;
  }
}
@media screen and (max-width: 374px){
  /*==== container footer ====*/
  #ctn-footer2 .ctn-footer_link{
    width: 100%;
    margin: 0 auto;
  }
  #ctn-footer2 .ctn-footer_link li:nth-child(3) a{
    margin-right: 0;
    border: none;
  }
  #ctn-footer2 .ctn-footer_link li:nth-child(3){
    display: block;
  }
}

.floatingbanner{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  text-align: center;
  max-width: 1360px;
  padding-left: 240px;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
.floatingbanner a{
  pointer-events: all;
}
.floatingbanner img{
  width: 427px;
  transform: translate(0,1px);
}
@media screen and (max-width: 767px){
  .floatingbanner{
    padding-left: 0;
  }
  .floatingbanner img{
    width: calc(471/750 * 100vw);
    
  }
}

#btn-gotop{
  left: 0;
}

@media screen and (max-width: 767px){
  #btn-gotop{
    left: auto;
    width: 2.25em;
    height: 2.25em;
    right: 1.875em;
    padding: 0;
  }
  #btn-gotop a{
    display: block;
  }
  #btn-gotop a img{
    width: 100%;
    height: 100%;
  }
}

[v-clock]{
  visibility: hidden;
}

@keyframes loadingspiner{
  0%{
    transform: rotate(0deg);
  }
  12.5%{
    transform: rotate(45deg);
  }
  25%{
    transform: rotate(90deg);
  }
  37.5%{
    transform: rotate(135deg);
  }
  50%{
    transform: rotate(180deg);
  }
  62.5%{
    transform: rotate(225deg);
  }
  75%{
    transform: rotate(270deg);
  }
  87.5%{
    transform: rotate(315deg);
  }
  100%{
    transform: rotate(360deg);
  }
}