@charset "UTF-8";

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.5;
  margin: .5em 0;
}

ul li {
  line-height: 1.5;
}

a {
  text-decoration: underline;
  color: #084995;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.l-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.l-container,
.l-header,
.l-contents,
.l-main,
.l-sub,
.l-footer {
  *zoom: 1;
}

.l-container:after,
.l-header:after,
.l-contents:after,
.l-main:after,
.l-sub:after,
.l-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.l-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .l-container {
    max-width: 980px;
  }
}

@media screen and (max-width: 992px) {
  .l-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: none;
  }
}

.l-header,
.l-contents,
.l-main,
.l-sub,
.l-footer {
  margin: 0;
  padding: 0;
}

#search-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

@media screen and (max-width: 1200px) {
  #search-form {
    z-index: 4000;
  }
}

#search-form .search-form-bg {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

#search-form .search-window {
  position: relative;
  margin: 0 auto;
  padding: 0 40px 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 6px #333;
}

@media screen and (max-width: 992px) {
  #search-form .search-window {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

#search-form .search-window h2 {
  display: none;
}

@media screen and (max-width: 992px) {
  #search-form .search-window h2 {
    display: block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    height: 55px;
    line-height: 35px;
    font-size: 20px;
    vertical-align: middle;
  }
}

#search-form .search-window form {
  position: relative;
}

@media screen and (max-width: 992px) {
  #search-form .search-window form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#search-form .search-window form .search-form-input {
  padding-left: 10px;
  padding-right: 35px;
  border: 1px solid #575757;
  border-radius: 30px;
  width: 315px;
  height: 30px;
}

#search-form .search-window form .search-form-btn {
  position: absolute;
  right: 5px;
  margin: 5px 0;
  padding: 0;
  background: none;
  border: none;
  width: 30px;
  height: 20px;
  text-align: center;
}

#search-form .menu-button-close {
  display: none;
  background: none;
  border: none;
}

@media screen and (max-width: 768px) {
  #search-form .menu-button-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    background-color: #343434;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 20px;
  }
}

#sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
  background-color: #fff;
  overflow: scroll;
}

#sp-menu .sp-menu-list {
  padding: 0 15px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

#sp-menu .sp-menu-list .block h3{margin-top:2rem;margin-bottom:0;}
#sp-menu .sp-menu-list .block h3 a{display: block;background-color: #e6e6e6;padding: 0.5rem 1rem;text-decoration: none;}

@media screen and (max-width: 992px) {
  #sp-menu .sp-menu-list h2 {
    display: block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    height: 55px;
    line-height: 35px;
    font-size: 20px;
    vertical-align: middle;
  }
}

#sp-menu .sp-menu-list ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

#sp-menu .sp-menu-list ul li {
  border-bottom: 1px dotted #8996a5;
}

#sp-menu .sp-menu-list ul li a {
  display: block;
  position: relative;
  padding: 15px 25px 15px 15px;
  text-decoration: none;
  color: #000;
}

#sp-menu .sp-menu-list ul li a:hover {
  background-color: #dbe8f8;
}

#sp-menu .sp-menu-list ul li a i.fas {
  position: absolute;
  top: 50%;
  right: .8em;
  margin-top: -.5em;
}


#sp-menu .menu-button-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  width: 35px;
  height: 35px;
  color: #a6a6a6;
  font-size: 20px;
  border: 1px solid #a6a6a6;
}

.l-header .header-main {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .l-header .header-main {
    display: flex;
    padding: 10px 0;
    height: 55px;
    align-items: center;
  }
}

.l-header .header-main .header-main-l {
  margin-right: auto;
}

@media screen and (max-width: 992px) {
  .l-header .header-main .header-main-l {
    width: auto;
  }
}

.l-header .header-main .header-main-r {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .l-header .header-main .header-main-r {
    width: 75px;
  }
}

.l-header h1.header-logo {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .l-header h1.header-logo {
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .l-header h1.header-logo {
    height: 35px;
  }
}

.l-header h1.header-logo img {
  max-height: 100%;
}

.l-header .header-search {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .l-header .header-search {
    display: none;
  }
}

.l-header .header-search form {
  position: relative;
}

.l-header .header-search form .header-search-input {
  padding-left: 10px;
  padding-right: 35px;
  border: 1px solid #575757;
  border-radius: 30px;
  width: 315px;
  height: 30px;
}

.l-header .header-search form .header-search-btn {
  position: absolute;
  right: 5px;
  margin: 5px 0;
  padding: 0;
  background: none;
  border: none;
  width: 30px;
  height: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-header .header-menu {
    display: none;
  }
}

.l-header .header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header .header-menu ul li {
  display: inline-block;
  margin: 0 0 0 .5em;
  padding: 0 .8em 0 0;
  border-right: 1px solid #000;
  font-size: .8em;
  line-height: 1;
}

.l-header .header-menu ul li:last-child {
  border-right: none;
}

.l-header .header-menu ul li a {
  color: #000;
  text-decoration: none;
}

.l-header .header-menu ul li a:hover {
  text-decoration: underline;
}


.l-header .search-button,
.l-header .menu-button {position:relative;
  display: block;
  background-color: #343434;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  border: none;
}
.l-header .menu-button i.fas.fa-bars{width:40px;margin: auto;position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);}

.l-header .search-button {
  right: 55px;
}

.l-header .global-menu {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.l-header .global-menu {
  display: none;
}

.l-header .global-menu ul {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.l-header .global-menu ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  border-left: 1px solid #f3f3f3;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}

.l-header .global-menu ul li a {
  display: table;
  width: 100%;
  height: 60px;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
}

.l-header .global-menu ul li a span {
  display: table-cell;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .l-header .global-menu ul li a span {
    font-size: 15px;
  }
}

.l-header .global-menu ul li a span small {
  font-size: .8em;
  font-weight: normal;
}

.l-header .global-menu ul li a span small::before {
  content: "\A";
  white-space: pre;
}

.l-header .global-menu ul li:last-child {
  border-right: 1px solid #f3f3f3;
}

.l-feature {
  width: 100%;
  max-height: 400px;
  background-color: #efefef;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-feature {
    max-height: 300px;
  }
}

.l-feature .metaslider {
  margin-bottom: 0;
  width: auto;
  height: 400px;
  max-width: none;
  min-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-feature .metaslider {
    height: 300px;
  }
}

.l-feature .metaslider .flexslider .slides li {
  width: auto;
  height: 400px;
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 768px) {
  .l-feature .metaslider .flexslider .slides li {
    height: 300px;
  }
}

.l-feature .metaslider .flexslider .slides li img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 768px) {
  .l-feature .metaslider .flexslider .slides li img {
    height: 100%;
  }
}

.l-contents {
  padding: 50px 0;
}

body.home .l-contents {
  padding: 20px 0 50px 0;
  margin-left:1rem;
  margin-right:1rem;
}

.contents-column2 {
  margin: 0 auto;
  *zoom: 1;
}

.contents-column2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.contents-column2 .l-main {
  float: left;
  width: 893.75px;
}

.contents-column2 .l-sub {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1200px) {
  .contents-column2 .l-main {
    width: 700px;
    width: 728.5px;
  }

  .contents-column2 .l-sub {
    width: 226px;
  }
}

@media screen and (max-width: 992px) {
  .contents-column2 .l-main {
    float: none;
    width: 100%;
  }

  .contents-column2 .l-sub {
    float: none;
    width: 100%;
  }
}

.l-section {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .l-section {
    margin-bottom: 30px;
  }
}

.l-main {
  padding-bottom: 0px;
}

.l-main h2 {
  margin: 20px 0;
  padding: 15.5px 0;
  border-bottom: 2px solid #000;
  font-size: 26px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .l-main h2 {
    margin: 15px 0;
    padding: 1.75px 0;
    font-size: 21px;
  }
}

.l-main h3 {
  position: relative;
  margin: 20px 0;
  padding: 10px 0;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .l-main h3 {
    font-size: 20px;
  }
}

.l-main h3::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-color: #ececec;
  z-index: -1;
}

.l-main h4 {
  position: relative;
  margin: 15px 0;
  padding: 10px 0;
  border-bottom: 3px solid #ececec;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .l-main h4 {
    font-size: 18px;
  }
}

.l-main h5 {
  position: relative;
  margin: 15px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .l-main h5 {
    font-size: 16px;
  }
}

.l-main h6 {
  position: relative;
  margin: 15px 0;
  padding: 10px 0;
  border-bottom: 1px dotted #ececec;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .l-main h6 {
    font-size: 16px;
  }
}

.l-main address {
  padding: 10px;
  background-color: #efefef;
  font-style: normal;
}

.l-main p {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .l-main p {
    font-size: 14px;
  }
}

.l-main pre {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-main pre {
    font-size: 14px;
  }
}

.l-main blockquote {
  margin-left: 1em;
  padding: 10px;
  border-left: 1px solid #000;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-main blockquote {
    font-size: 14px;
  }
}

.l-main ul,
.l-main ol {
  padding-left: 1.5em;
}

.l-main ul li,
.l-main ol li {
  line-height: 1.5;
}

.l-main dl dt {
  margin: 15px 0 10px;
  padding: 5px 1em;
  background-color: #ececec;
}

.l-main dl dt:first-child {
  margin-top: 0px;
}

.l-main dl dd {
  margin: 0 0 5px 0;
  padding: 10px 1em;
}

.l-main .page-header {
  margin: 0 0 25px;
}

@media screen and (max-width: 768px) {
  .l-main .page-header {
    margin: 0 0 15px;
  }
}

.l-main .page-header .page-title {
  margin-top: 0;
}

.l-main .page-header .page-title.page-title-archive {
  padding: 13.5px 0.5em;
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 22px;
}

.l-main .archive-page-list ul {
  padding: 0;
  list-style: none;
}

.l-main .archive-page-list ul li {
  border-bottom: 1px dashed #000;
  font-size: 18px;
  line-height: 1.5em;
}

.l-main .archive-page-list ul li a {
  display: block;
  position: relative;
  padding: 11.5px 3em 11.5px 1em;
  color: #000;
  text-decoration: none;
}

.l-main .archive-page-list ul li a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: .6;
}

.l-main .archive-page-list ul li a i.fas {
  position: absolute;
  top: 50%;
  right: .8em;
  margin-top: -.5em;
}

.l-main .archive-page-list ul li.post-entry a {
  position: relative;
  padding-left: 18em;
}

@media screen and (max-width: 768px) {
  .l-main .archive-page-list ul li.post-entry a {
    padding-top: 38px;
    padding-left: 1em;
  }
}

.l-main .archive-page-list ul li.post-entry a span.post-date {
  display: inline-block;
  position: absolute;
  top: .1em;
  left: 1em;
  padding: 11.5px 0;
  width: 9em;
  line-height: 1.5em;
  font-size: .9em;
}

@media screen and (max-width: 768px) {
  .l-main .archive-page-list ul li.post-entry a span.post-date {
    top: 0;
    left: 1.33333em;
    font-size: .75em;
  }
}

.l-main .archive-page-list ul li.post-entry a span.post-category {
  display: inline-block;
  position: absolute;
  top: 11.8px;
  left: 11em;
  padding: 1.5px 0;
  background-color: #343434;
  width: 7em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  font-size: .9em;
}

@media screen and (max-width: 768px) {
  .l-main .archive-page-list ul li.post-entry a span.post-category {
    top: 10px;
    left: 10.5em;
    font-size: .75em;
  }
}

@media screen and (max-width: 768px) {
  .l-main .archive-page-list ul li.post-entry a i.fas {
    margin-top: -9px;
  }
}

.l-main .archive-page-navigation {
  margin: 30px 0;
  text-align: center;
}

.l-main .archive-page-navigation .wp-pagenavi a,
.l-main .archive-page-navigation .wp-pagenavi span {
  display: inline-block;
  padding: 0 5px;
  width: auto;
  height: auto;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 18px;
}

@media screen and (max-width: 768px) {

  .l-main .archive-page-navigation .wp-pagenavi a,
  .l-main .archive-page-navigation .wp-pagenavi span {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    font-size: 16px;
  }
}

.l-sub {
  padding-bottom: 50px;
}

.l-sub .banner-list {
  /*
		@media screen and (max-width: 768px){
			display: none;
		}
*/
}

.l-sub .banner-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .l-sub .banner-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}

.l-sub .banner-list ul li {
  margin: 0 0 20px 0;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .l-sub .banner-list ul li {
    padding: 0 10px;
    -ms-flex-preferred-size: 33.33333333333%;
    flex-basis: 33.33333333333%;
  }
}

@media screen and (max-width: 768px) {
  .l-sub .banner-list ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 480px) {
  .l-sub .banner-list ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.l-footer .page-top {
  padding: 10px 20px;
  text-align: right;
}

.l-footer .footer-main {
  padding: 15px 0;
  background-color: #343434;
}

.l-footer .footer-main .footer-main-row {
  display: table;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .l-footer .footer-main .footer-main-row {
    display: block;
  }
}

.l-footer .footer-main .footer-main-row .footer-main-info {
  display: table-cell;
  margin-bottom: 15px;
  width: 300px;
  vertical-align: top;
}

@media screen and (max-width: 992px) {
  .l-footer .footer-main .footer-main-row .footer-main-info {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .l-footer .footer-main .footer-main-row .footer-main-info {
    display: block;
    width: 100%;
  }
}

.l-footer .footer-main .footer-main-row .footer-main-info h2 {
  margin: 5px 0;
  color: #fff;
  font-size: 16px;
}

.l-footer .footer-main .footer-main-row .footer-main-info p {
  margin: 5px 0;
  color: #fff;
  font-size: 14px;
}

.l-footer .footer-main .footer-main-row .footer-main-banner {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  .l-footer .footer-main .footer-main-row .footer-main-banner {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .l-footer .footer-main .footer-main-row .footer-main-banner {
    display: block;
    width: 100%;
  }
}

.l-footer .footer-main .footer-main-row .footer-main-banner ul {
  display: table;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  width: calc(100% + 30px);
}

@media screen and (max-width: 992px) {
  .l-footer .footer-main .footer-main-row .footer-main-banner ul {
    display: block;
  }
}

.l-footer .footer-main .footer-main-row .footer-main-banner ul li {
  display: table-cell;
  margin: 0;
  padding: 0 15px;
  width: 33.333333333333%;
  text-align: right; 
}

@media screen and (max-width: 992px) {
  .l-footer .footer-main .footer-main-row .footer-main-banner ul li {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
}

.l-footer .footer-main .footer-main-row .footer-main-banner ul li a {
  display: inline-block;
  border: 1px solid #000;
}

.l-footer .footer-main .footer-main-row .footer-main-banner ul li a img {
  max-height: 50px;
}

.l-footer .footer-copyright {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .l-footer .footer-copyright {
    text-align: center;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px;
}

@media (max-width: 480px) {
  .row {
    margin: 0 -10px;
  }
}

.col-1 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 8.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-1 {
    width: 100%;
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-2 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-2 {
    width: 100%;
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-3 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-3 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-3 {
    width: 100%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-4 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-4 {
    width: 100%;
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-5 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 41.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-5 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-5 {
    width: 100%;
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-6 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-6 {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-7 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 58.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-7 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-7 {
    width: 100%;
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-8 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 66.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-8 {
    width: 100%;
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-9 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-9 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-9 {
    width: 100%;
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-10 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 83.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-10 {
    width: 100%;
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-11 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 91.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-11 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-11 {
    width: 100%;
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-12 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sp-12 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

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

.width10 {
  width: 10%;
}

@media (max-width: 767px) {
  .sp-width10 {
    width: 10%;
  }
}

.width20 {
  width: 20%;
}

@media (max-width: 767px) {
  .sp-width20 {
    width: 20%;
  }
}

.width30 {
  width: 30%;
}

@media (max-width: 767px) {
  .sp-width30 {
    width: 30%;
  }
}

.width40 {
  width: 40%;
}

@media (max-width: 767px) {
  .sp-width40 {
    width: 40%;
  }
}

.width50 {
  width: 50%;
}

@media (max-width: 767px) {
  .sp-width50 {
    width: 50%;
  }
}

.width60 {
  width: 60%;
}

@media (max-width: 767px) {
  .sp-width60 {
    width: 60%;
  }
}

.width70 {
  width: 70%;
}

@media (max-width: 767px) {
  .sp-width70 {
    width: 70%;
  }
}

.width80 {
  width: 80%;
}

@media (max-width: 767px) {
  .sp-width80 {
    width: 80%;
  }
}

.width90 {
  width: 90%;
}

@media (max-width: 767px) {
  .sp-width90 {
    width: 90%;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.article-post-list .article-post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}

.article-post-list .article-post-row .article-post-col {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media screen and (max-width: 992px) {
  .article-post-list .article-post-row .article-post-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 480px) {
  .article-post-list .article-post-row .article-post-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .front-news-content{flex-direction:column;}
}

.article-post-list .article-post-row .article-post-col .article-post {
  position: relative;
  margin: 0 12.5px 25px;
  border: 1px solid #ccc;
}

.article-post-list .article-post-row .article-post-col .article-post .article-post-image {
  height: 210px;
}

.article-post-list .article-post-row .article-post-col .article-post .article-post-image img {
  min-width: 100%;
  height: 210px;
  object-fit: cover;
}

.article-post-list .article-post-row .article-post-col .article-post .article-post-title {
  position: relative;
  padding: 15px 15px 20px;
  height: 150px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .article-post-list .article-post-row .article-post-col .article-post .article-post-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .article-post-list .article-post-row .article-post-col .article-post .article-post-title {
    font-size: 14px;
  }
}

.article-post-list .article-post-row .article-post-col .article-post .article-post-title::after {
  content: " ";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 16.5px;
  height: 16.5px;
  border-top: 8.25px solid transparent;
  border-right: 8.25px solid #000;
  border-bottom: 8.25px solid #000;
  border-left: 8.25px solid transparent;
}

.article-post-list .article-post-row .article-post-col .article-post a {
  text-decoration: none;
  color: #000;
}

.article-post-list .article-post-row .article-post-col .article-post a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .article-post-list .article-post-row .article-post-col-vertical .article-post {
    margin: 0 12.5px 22px;
  }

  .article-post-list .article-post-row .article-post-col-vertical .article-post .article-post-title {
    height: 168px;
  }

  .article-post-list .article-post-row .article-post-col-vertical .article-post:last-child {
    margin-bottom: 25px;
  }

  .article-post-list .article-post-row .article-post-col-half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .article-post-list .article-post-row .article-post-col-half .article-post .article-post-image {
    height: 360px;
  }

  .article-post-list .article-post-row .article-post-col-half .article-post .article-post-image img {
    min-width: 100%;
    height: 360px;
    object-fit: cover;
  }

  .article-post-list .article-post-row .article-post-col-half .article-post .article-post-title {
    position: absolute;
    bottom: 0;
    padding: 15px 15px 20px;
    background: -webkit-linear-gradient(transparent, black);
    background: linear-gradient(transparent, black);
    width: 100%;
    height: auto;
  }

  .article-post-list .article-post-row .article-post-col-half .article-post .article-post-title::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  .article-post-list .article-post-row .article-post-col-half .article-post a {
    color: #fff;
  }
}

.post-eyecatch {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .post-eyecatch {
    margin-bottom: 15px;
  }
}

.read-more {
  margin: 30px 0;
  text-align: center;
}

.read-more a {
  display: inline-block;
  position: relative;
  background-color: #000;
  width: 300px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.read-more a::after {
  content: " ";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 16.5px;
  height: 16.5px;
  border-top: 8.25px solid transparent;
  border-right: 8.25px solid #fff;
  border-bottom: 8.25px solid #fff;
  border-left: 8.25px solid transparent;
}

.read-more a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: .6;
}

.article-link-list {
  margin-bottom: 30px;
}

/*Add いいね＆PVタグ*/
.new {
  display: :none;
  color: #f00;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 0.5em;
}

.pv {
  display: inline-block;
  padding: 0 0.5rem;
  background-color: #09f;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
  ¥
}

.iine {
  display: inline-block;
  padding: 0 0.5rem;
  background-color: #f66;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
}

.tag {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  background-color: #666;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
}

.new,
.pv,
.iine {
  display: none;
}

.wpulike.wpulike-default {
  display: none;
}

#sp-menu .sp-menu-list ul.g-menu {
  margin-bottom: 0;
}

.g-menu-about li,
.g-menu-research li:not(:first-of-type),
.g-menu-collabo li:not(:first-of-type),
.g-menu-management li:not(:first-of-type) {
  padding-left: 2rem;
}

/*front content*/
.front-content-column {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.front-content-column .block {
  border: 1px solid #000;
}

.front-content-column .block ul {
  list-style: none;
  margin: 0;
}

.front-content-column .block ul li a {
  text-decoration: none;
}

.front-content-column .block h3 {
  background-color: #000;
  font-size: 1.1rem;
  margin: 0;
}

.front-content-column .block h3 a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 5px 1rem;
}

.front-content-column .block ul {
  padding: 0.5rem 1rem 2rem;
}

.front-content-column .block ul>li>a {
  padding: 7px 1.5rem 7px 1rem;
  border-bottom: 1px dotted #000;
  display: block;
  position: relative;
  transition: .3s;
}

.front-content-column .block ul>li>a:hover {
  background-color: #e6e6e6;
}

.front-content-column .block ul>li>a:after {
  position: absolute;
  content: "\f0a9";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  top: 50%;
  right: 3px;
  transform: translatey(-50%);
  color: #000;
}

a.for-catlist {
  text-align: right;
  display: block;
  margin-top: 1rem;
  color: #000;
  text-decoration: none;
  transition: .3s;
  position: absolute;
  right: -1rem;
  bottom: 0;
  z-index: 10;
}

a.for-catlist:after {
  content: "\f0a9";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-left: 0.5rem;
}

a.for-catlist:hover {
  opacity: 0.7;
}

@media screen and (min-width: 993px) {
  .front-content-column .block {
    flex-basis: calc(50% - 1rem);
  }
}

@media screen and (max-width: 992px) {
  .front-content-column .block {
    flex-basis: 100%;
  }
}

/*Front-News*/
.news-wrapper {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}

.news-wrapper .news-tabs {
  display: flex;
  flex-wrap: wrap;
}

.news-wrapper .news-tabs input[type="radio"] {
  display: none;
}

.news-wrapper .news-tabs label {
  padding: 10px 20px;
  background-color: #FFF;
  cursor: pointer;
  border: 1px solid #000;
  margin-right: 5px;
  position: relative;
}

.news-wrapper .news-tabs label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #000;
}

.news-wrapper .news-tabs label:hover {
  background: #e0e0e0;
}

.news-wrapper .tab-content {
  display: none;
  padding: 0 1rem;
  margin-top: 1rem;
}

.news-wrapper .news-tabs input[type="radio"]:checked+label+.tab-content {
  display: block;
  order: 90;
}

.news-wrapper .news-tabs input[type="radio"]:checked+label {
  background-color: #939393;
  color: #FFF;
}

.news-wrapper .post-date,
.news-wrapper .post-category {
  display: inline-block;
  margin-right: 10px;
}

.news-wrapper .post-date {
  color: #999;
}

.news-wrapper .post-category {
  color: #0073aa;
}

.front-news-content {
  display: flex;
  gap: 1rem;
	margin-bottom: 3rem;
}

.front-news-content-news {
  flex-basis: 75%;
}

.front-news-content-project {
  flex-basis: calc(25% - 1rem);
}

.l-main .front-news-content-project-list{list-style:none;padding:0;}
.l-main ul.front-news-content-project-list li{margin-top:1rem;}
.l-main ul.front-news-content-project-list li figure{margin:0;}
.l-main ul.front-news-content-project-list li.widget_text p a{display:block;text-align:center;padding:2rem 0;color:#333;font-weight:bold;text-decoration:none;background-color:#e0e0e0;transition:.3s;font-size:1.1rem;}
.l-main ul.front-news-content-project-list li.widget_text p a:hover{background-color:#ECECEC;}
.l-main ul.front-news-content-project-list li.widget_media_image a img{border:1px solid #C6C6C6;}

.l-main .front-news-content-news h3,
.l-main .front-news-content-project h3 {
  border-bottom: 1px solid #000;
  font-size: 1.3rem;
}

.l-main .front-news-content-news h3:after,
.l-main .front-news-content-project h3:after {
  display: none;
}

.news-wrapper .tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-wrapper .tab-content ul li a {
  display: flex;
  padding: 5px 0;
  align-items: center;
  gap: 1rem;
  color: #000;
  text-decoration: none;
  transition: .3s;
}

.news-wrapper .tab-content ul li a:hover {
  background-color: #e6e6e6;
}

.news-wrapper .tab-content ul li a span {
  line-height: 1.3rem;
}

.news-wrapper .tab-content ul li a span.news-date {
  flex-basis: 8.5rem;
}
.news-wrapper .tab-content ul li a span.news-title-wrap {
  flex-basis: calc(100% - 9rem);
}
.news-wrapper .tab-content ul li a span.news-category {
  width: 9rem;
  display:inline-block;
  text-align: center;
  background-color: #939393;
  padding: 2px 0;
  color: #FFF;
  font-size: 0.9rem;
  margin-right:1rem;
  margin-bottom:0.3rem;
}
.news-wrapper .tab-content ul li a span.news-category.riskmanage {
  width:13rem;
}
.news-wrapper .tab-content ul li a span.news-title {
  flex-basis: calc(100% - 20rem);
}
@media screen and (max-width: 768px) {
  .news-wrapper .tab-content ul li a{flex-wrap:wrap;}
  .news-wrapper .tab-content ul li a span.news-title{flex-basis:100%;}
}