@charset "UTF-8";
body {
  padding-top: 60px;
}

.container {
  position: relative;
  width: 1000px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .container {
    padding: 0 40px;
  }
}

.wrap {
  position: relative;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  margin: 0 auto;
  z-index: 100;
}
header .container {
  width: 100%;
  height: 100%;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 60px;
}
header .logo a {
  display: block;
}
header .logo img {
  height: 40px;
}
@media screen and (max-width: 1019px) {
  header .logo {
    left: 20px;
  }
}

#index .sct-news .container {
  width: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #index .sct-news .container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-news .news ul {
  margin-bottom: 60px;
}
@media screen and (max-width: 1019px) {
  #index .sct-news .news ul {
    margin-bottom: 30px;
  }
}
#index .sct-news .news ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
#index .sct-news .news ul li .date {
  width: 12%;
  font-size: 1.4rem;
}
@media screen and (max-width: 1019px) {
  #index .sct-news .news ul li .date {
    width: 30%;
  }
}
#index .sct-news .news ul li .cat {
  width: 88%;
}
@media screen and (max-width: 1019px) {
  #index .sct-news .news ul li .cat {
    width: 70%;
  }
}
#index .sct-news .news ul li .cat span {
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  background: #999;
  border-radius: 3px;
  padding: 2px 10px;
  margin-right: 5px;
}
#index .sct-news .news ul li .cat .info {
  background-color: #666;
}
#index .sct-news .news ul li .cat .important {
  background-color: #F00;
}
#index .sct-news .news ul li .cat .keiei {
  background-color: #fec7d7;
}
#index .sct-news .news ul li .cat .ifa {
  background-color: #a786df;
}
#index .sct-news .news ul li .cat .souzou {
  background-color: #8bd3dd;
}
#index .sct-news .news ul li .cat .teikei {
  background-color: #716040;
}
#index .sct-news .news ul li .cat .sonpo {
  background-color: #004643;
}
#index .sct-news .news ul li .cat .marketing {
  background-color: #f25f4c;
}
#index .sct-news .news ul li .cat .kanri {
  background-color: #faae2b;
}
#index .sct-news .news ul li .cat .eigyo {
  background-color: #e53170;
}
#index .sct-news .news ul li .title {
  width: 95%;
}
#index .sct-news .news ul li .title a {
  display: block;
  padding-top: 5px;
}
#index .sct-news .news ul li .ico {
  width: 5%;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
#index .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #index .sct-main .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index .sct-main .item:not(#index .sct-main .item:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #index .sct-main .item:not(#index .sct-main .item:last-child) {
    margin-bottom: 60px;
  }
}
#index .sct-main .item ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 767px) {
  #index .sct-main .item ul {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
#index .sct-main .item ul li {
  width: 100%;
}
#index .sct-main .item ul li article {
  background: #FFF;
  border-radius: 5px;
  padding: 20px;
}
#index .sct-main .item ul li h4 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}
#index .sct-main .item ul li p {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#index .sct-main .item ul li p:not(#index .sct-main .item ul li p:last-child) {
  margin-bottom: 15px;
}
#index .sct-main .item ul li a:hover {
  opacity: 1;
  color: #ED6B18;
}
#index .sct-common {
  background-color: #F6F6F6;
}
#index .sct-department .item ul li article {
  background: #F6F6F6;
}

.sct-pagetitle {
  position: relative;
  height: 320px;
  color: #FFF;
  background-color: #2F2E2C;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-pagetitle {
    height: 160px;
  }
}
.sct-pagetitle .title {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sct-pagetitle .title .e {
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.sct-pagetitle .title .j {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sct-pagetitle .title .e {
    font-size: 2rem;
  }
  .sct-pagetitle .title .j {
    font-size: 1.2rem;
  }
}

.sct-breadcrumb {
  border-bottom: 1px solid #ccc;
}
.sct-breadcrumb .container {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sct-breadcrumb ul {
  font-size: 0;
}
.sct-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
.sct-breadcrumb ul li a {
  color: #333;
}
.sct-breadcrumb ul li:after {
  content: "＞";
  display: inline-block;
  margin: 0 8px;
}
.sct-breadcrumb ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .sct-breadcrumb {
    display: none;
  }
}

#page .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #page .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#news .sct-catlist .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1019px) {
  #news .sct-catlist .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#news .sct-catlist .catlist ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 1019px) {
  #news .sct-catlist .catlist ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
#news .sct-catlist .catlist ul li {
  width: 100%;
  height: 100%;
}
#news .sct-catlist .catlist ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-color: #666;
  padding: 10px;
}
@media screen and (max-width: 1019px) {
  #news .sct-catlist .catlist ul li a {
    font-size: 1.2rem;
  }
}
#news .sct-catlist .catlist ul li a:hover {
  opacity: 1;
  background-color: #ED6B18;
}
#news .sct-newslist .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #news .sct-newslist .container {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
#news .sct-newslist .news ul {
  margin-bottom: 60px;
}
#news .sct-newslist .news ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
#news .sct-newslist .news ul li .date {
  width: 12%;
  font-size: 1.4rem;
}
@media screen and (max-width: 1019px) {
  #news .sct-newslist .news ul li .date {
    width: 30%;
  }
}
#news .sct-newslist .news ul li .cat {
  width: 88%;
}
@media screen and (max-width: 1019px) {
  #news .sct-newslist .news ul li .cat {
    width: 70%;
  }
}
#news .sct-newslist .news ul li .cat span {
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  background: #666;
  padding: 2px 10px;
  margin-right: 5px;
}
#news .sct-newslist .news ul li .cat .info {
  background-color: #666;
}
#news .sct-newslist .news ul li .cat .important {
  background-color: #F00;
}
#news .sct-newslist .news ul li .cat .keiei {
  background-color: #fec7d7;
}
#news .sct-newslist .news ul li .cat .ifa {
  background-color: #a786df;
}
#news .sct-newslist .news ul li .cat .souzou {
  background-color: #8bd3dd;
}
#news .sct-newslist .news ul li .cat .teikei {
  background-color: #716040;
}
#news .sct-newslist .news ul li .cat .sonpo {
  background-color: #004643;
}
#news .sct-newslist .news ul li .cat .marketing {
  background-color: #f25f4c;
}
#news .sct-newslist .news ul li .cat .kanri {
  background-color: #faae2b;
}
#news .sct-newslist .news ul li .cat .eigyo {
  background-color: #e53170;
}
#news .sct-newslist .news ul li .title {
  width: 95%;
}
#news .sct-newslist .news ul li .title a {
  display: block;
  padding-top: 5px;
}
#news .sct-newslist .news ul li .ico {
  width: 5%;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
#news .sct-newslist .wp-pagenavi {
  text-align: center;
  margin-top: 40px;
}
#news .sct-newslist .wp-pagenavi .current, #news .sct-newslist .wp-pagenavi .page, #news .sct-newslist .wp-pagenavi .extend, #news .sct-newslist .wp-pagenavi .previouspostslink, #news .sct-newslist .wp-pagenavi .nextpostslink, #news .sct-newslist .wp-pagenavi .first, #news .sct-newslist .wp-pagenavi .last {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  color: #ED6B18;
  border: 1px solid #ED6B18;
  border-radius: 2px;
  margin: 0 5px;
}
@media screen and (max-width: 1019px) {
  #news .sct-newslist .wp-pagenavi .current, #news .sct-newslist .wp-pagenavi .page, #news .sct-newslist .wp-pagenavi .extend, #news .sct-newslist .wp-pagenavi .previouspostslink, #news .sct-newslist .wp-pagenavi .nextpostslink, #news .sct-newslist .wp-pagenavi .first, #news .sct-newslist .wp-pagenavi .last {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 16px;
    margin: 0 2px;
  }
}
#news .sct-newslist .wp-pagenavi .previouspostslink, #news .sct-newslist .wp-pagenavi .nextpostslink, #news .sct-newslist .wp-pagenavi .first, #news .sct-newslist .wp-pagenavi .last {
  color: #FFF;
  background-color: #ED6B18;
}
#news .sct-newslist .wp-pagenavi .current {
  color: #333;
  background-color: #dcdcdc;
}
#news .sct-newssingle .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #news .sct-newssingle .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#news .sct-newssingle .single {
  margin-bottom: 60px;
}
#news .sct-newssingle .single .title {
  font-size: 2.4rem;
  text-align: left;
  color: #ED6B18;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #news .sct-newssingle .single .title {
    font-size: 2rem;
  }
}
#news .sct-newssingle .single .cat {
  text-align: left;
  margin-bottom: 10px;
}
#news .sct-newssingle .single .cat span {
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  background: #666;
  padding: 2px 10px;
  margin-right: 5px;
}
#news .sct-newssingle .single .cat .info {
  background-color: #666;
}
#news .sct-newssingle .single .cat .important {
  background-color: #F00;
}
#news .sct-newssingle .single .cat .keiei {
  background-color: #fec7d7;
}
#news .sct-newssingle .single .cat .ifa {
  background-color: #a786df;
}
#news .sct-newssingle .single .cat .souzou {
  background-color: #8bd3dd;
}
#news .sct-newssingle .single .cat .teikei {
  background-color: #716040;
}
#news .sct-newssingle .single .cat .sonpo {
  background-color: #004643;
}
#news .sct-newssingle .single .cat .marketing {
  background-color: #f25f4c;
}
#news .sct-newssingle .single .cat .kanri {
  background-color: #faae2b;
}
#news .sct-newssingle .single .cat .eigyo {
  background-color: #e53170;
}
#news .sct-newssingle .single .date {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 5px;
}
#news .sct-newssingle .single .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  border: 1px solid #CCC;
  padding: 60px;
}
#news .sct-newssingle .single .txt a {
  color: #ED6B18;
  word-break: break-all;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #news .sct-newssingle .single .title {
    font-size: 16px;
  }
  #news .sct-newssingle .single .date {
    font-size: 12px;
  }
  #news .sct-newssingle .single .txt {
    padding: 20px;
  }
}

#search .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1019px) {
  #search .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#search .sct-main .search-num {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 20px;
}
#search .sct-main p {
  margin: 10px 0;
}
#search .sct-main i {
  margin-right: 10px;
}
#search .sct-main .news {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  color: #FFF;
  background-color: #ED6B18;
  padding: 2px 5px;
  margin-right: 10px;
}

#wpmem_login {
  text-align: left;
  margin: 0 auto;
}

footer .sct-info {
  color: #FFF;
  background-color: #2F2E2C;
}
footer .sct-info .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
footer .sct-info .logo {
  margin-bottom: 30px;
}
footer .sct-info .logo img {
  width: 200px;
}
footer .sct-info .login a {
  color: #FFF;
}
footer .sct-copy {
  color: #FFF;
  background-color: #1A1A1A;
  text-align: center;
  padding: 20px 0;
}

#search-bt {
  position: fixed;
  top: 13px;
  right: 30px;
  z-index: 200;
}
@media screen and (max-width: 1019px) {
  #search-bt {
    top: auto;
    bottom: 15px;
    left: 15px;
    right: auto;
  }
}
#search-bt input {
  line-height: 30px;
  padding: 0 5px;
}
#search-bt button {
  border: none;
  border-radius: 3px;
  color: #FFF;
  background: #ED6B18;
  padding: 8px;
  cursor: pointer;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 1019px) {
  #pagetop {
    bottom: 15px;
    right: 15px;
  }
}
#pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#pagetop a:hover {
  background: #ED6B18;
  opacity: 1;
}
#pagetop a .svg-inline--fa.fa-w-14 {
  width: 100%;
}

#hoken-hakase {
  position: fixed;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 1019px) {
  #hoken-hakase {
    bottom: 60px;
    display: none;
  }
}
#hoken-hakase img {
  width: 170px;
}
@media screen and (max-width: 1019px) {
  #hoken-hakase img {
    width: 100px;
  }
}
#hoken-hakase .bubble {
  width: 250px;
  background-image: url(../images/bubble.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 50px 60px;
  margin-left: 20px;
  margin-bottom: -30px;
}
@media screen and (max-width: 1019px) {
  #hoken-hakase .bubble {
    padding: 40px 50px 50px;
    margin-left: -20px;
  }
}
#hoken-hakase .bubble p {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1019px) {
  #hoken-hakase .bubble p {
    font-size: 1rem;
  }
}
#hoken-hakase .mail_bt {
  position: absolute;
  right: 10px;
  bottom: 50px;
}
@media screen and (max-width: 1019px) {
  #hoken-hakase .mail_bt {
    right: 25px;
    bottom: 20px;
  }
}
#hoken-hakase .mail_bt a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  background-image: url(../images/main_bt.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 20px 30px 22px;
}
@media screen and (max-width: 1019px) {
  #hoken-hakase .mail_bt a {
    font-size: 1rem;
  }
}

#point_login {
  position: fixed;
  top: 60px;
  right: 30px;
  display: inline-block;
  font-size: 1.3rem;
  color: #FFF;
  background-color: #333;
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  #point_login {
    top: 17px;
    right: 10px;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */