@charset "UTF-8";
/* Scss Document */
html {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  font-weight: 300;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  letter-spacing: 0.1em;
  text-rendering: optimizeSpeed;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a,
.hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover,
.hover:hover {
  opacity: 0.6;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.sp {
  display: none;
}

.anchor {
  position: absolute;
  top: -116px;
  left: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  z-index: 1;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  content: "";
  opacity: 1;
  display: block;
  background: url(../img/common/arw_c_ba.svg) no-repeat center center;
  background-size: 100% auto;
}
.slick-slider .slick-next:hover:before,
.slick-slider .slick-prev:hover:before {
  opacity: 0.6;
}
.slick-slider .slick-prev {
  -webkit-transform: scale(-1, 1) translate(0, -50%);
          transform: scale(-1, 1) translate(0, -50%);
}
.slick-slider .slick-dots li {
  text-align: center;
}
.slick-slider .slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
}
.slick-slider .slick-dots li button:before {
  width: inherit;
  height: inherit;
  line-height: 1;
  color: #E2E2E2;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #163b70;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  background: #fff;
}
.header a {
  text-decoration: none;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav a {
  display: block;
  border-radius: 2em;
  color: #163b70;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  letter-spacing: 0;
}
.header-nav-item img {
  margin-right: 0.15em;
  vertical-align: middle;
}
.header-nav-item.header-register a {
  color: #E95A24;
}

.icon-title {
  margin-left: 0.75em;
  font-weight: bold;
  color: #163b70;
  line-height: 1.3;
}
.icon-title .jp {
  font-size: 2.4rem;
}
.icon-title .en {
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
}
.icon-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-head {
  margin-bottom: 2em;
  text-align: center;
  -webkit-box-shadow: 0 2.5rem 3rem -2rem rgba(26, 60, 77, 0.1);
          box-shadow: 0 2.5rem 3rem -2rem rgba(26, 60, 77, 0.1);
  text-align: left;
}
.page-head .icon-title-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-head .icon-title {
  letter-spacing: 0.2em;
}

.main .contents {
  position: relative;
  z-index: 0;
}
.main .contents .content {
  position: relative;
  width: 100%;
}
.main .contents .content.background {
  background-color: #f5f5f5;
}

.title-bg {
  margin-bottom: 2em;
  padding: 0.35em 1em;
  color: #163b70;
  background: #cee0ea;
}

.title-l {
  margin-bottom: 0.75em;
  color: #163b70;
}

.title-m {
  margin: 0.75em 0;
  font-weight: bold;
}

.sidebar {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sidebar-title {
  margin-bottom: 1em;
  text-align: left;
}
.sidebar-title:after {
  content: "";
  margin-top: 0.25em;
  display: block;
  height: 2px;
  background-color: #163b70;
}
.sidebar-category-list {
  margin-bottom: 2.5em;
}
.sidebar-category-list-sub {
  margin-bottom: 0;
}
.sidebar-category-item {
  margin-bottom: 0.25em;
}
.sidebar-category-item a {
  padding: 0.5em 1em;
  position: relative;
  display: block;
  color: #163b70;
  background: #f5f5f5;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.sidebar-category-item a:before, .sidebar-category-item a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  content: "";
  vertical-align: middle;
}
.sidebar-category-item a:before {
  right: 0.5em;
  width: 14px;
  height: 1px;
  background: #163b70;
}
.sidebar-category-item a:after {
  right: 0.5em;
  width: 9px;
  height: 9px;
  border-top: 1px solid #163b70;
  border-right: 1px solid #163b70;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar-category-item-sub {
  border-top: solid 2px #fff;
}
.sidebar-category-item-sub a {
  padding-left: 2.5em;
  background: rgba(0, 0, 0, 0.025);
}
.sidebar-contents-list li {
  margin-bottom: 1em;
}
.sidebar-contents-list a {
  padding: 0.75em;
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.sidebar-contents-list .pr-item a {
  border: solid 2px #BF9000;
  color: rgba(0, 0, 0, 0.85);
  background: #FFF2CC;
}
.sidebar-contents-list .outline-item a {
  border: solid 2px #163b70;
  color: #163b70;
  background: #f5f5f5;
  position: relative;
}
.sidebar-contents-list .outline-item a:after {
  margin: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  content: "";
  background: url(../img/common/arw_n.svg) no-repeat center center;
  background-size: 100% auto;
}

.sponser {
  -webkit-box-shadow: 0 2.5rem 3rem 2rem rgba(26, 60, 77, 0.1);
          box-shadow: 0 2.5rem 3rem 2rem rgba(26, 60, 77, 0.1);
  padding: 3em 0;
}
.sponser .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sponser-list {
  height: 100%;
  width: 100%;
}
.sponser-item {
  padding: 0 10px;
  width: 260px;
}
.sponser-item img {
  margin: 0 auto;
  max-height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background: #163b70;
  color: #fff;
}
.footer .btn-pagetop a {
  display: block;
}
.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-nav-list li {
  width: 50%;
}
.footer-nav-list a,
.footer-nav-list span {
  padding-left: 1.25em;
  position: relative;
  font-weight: 500;
}
.footer-nav-list a:before,
.footer-nav-list span:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-nav-list span {
  opacity: 0.3;
}
.footer-nav-list span:before {
  opacity: 0.3;
}
.footer-nav-list-sub {
  font-weight: 500;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer-cooperative {
  background: rgba(0, 0, 0, 0.2);
}
.footer-cooperative h3 {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.footer .open {
  margin-bottom: 2em;
}

.link-more-circle a {
  color: #163b70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
}
.link-more-circle a:after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  background: url(../img/common/arw_c_n.svg) no-repeat center center;
  background-size: 100% auto;
}
.link-more-circle.small {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.link-more-circle.small:after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  background: url(../img/common/arw_c_n.svg) no-repeat center center;
  background-size: 100% auto;
}

.column-list {
  overflow: visible;
}
.column-item {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.column-item-inner {
  position: relative;
}
.column-item > span,
.column-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  display: block;
}
.column-item figure {
  font-size: 0;
  line-height: 0;
  position: relative;
  /* padding-top: 65.51724138%; */
  overflow: hidden;
}
.column-item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.column-item figure figcaption {
  padding: 0.25em 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  background: rgba(22, 59, 112, 0.9);
  font-size: 1.8rem;
  line-height: 1.5;
  width: 8em;
  text-align: center;
}
.column-item .cat {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column-item .cat li {
  margin-right: 0.5em;
  padding: 0.2em 1em;
  background: #f5f5f5;
  font-size: 1.3rem;
  font-weight: bold;
}
.column-item .title {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 1.6rem;
}
.column-item time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
.column-item .btn-more {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.column-item .btn-more:after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  background: url(../img/common/arw_c_n.svg) no-repeat center center;
  background-size: 100% auto;
}

.link-btn-item {
  margin: 2em auto 0;
}
.link-btn-item a {
  margin: 0 auto;
  padding: 1em;
  border: none;
  display: block;
  background: #163b70;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
}

.link-btn-back-item {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-btn-back-item a {
  padding-left: 2em;
  display: inline-block;
  position: relative;
  color: #163b70;
  text-decoration: none;
  font-weight: bold;
}
.link-btn-back-item a:before, .link-btn-back-item a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  content: "";
  vertical-align: middle;
}
.link-btn-back-item a:before {
  left: 0.5em;
  width: 14px;
  height: 1px;
  background: #163b70;
}
.link-btn-back-item a:after {
  left: 0.5em;
  width: 9px;
  height: 9px;
  border-top: 1px solid #163b70;
  border-right: 1px solid #163b70;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-btn li {
  margin: 0 0.5em;
}
.content-btn li img {
  display: inline-block;
  margin-left: 1em;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0.5em;
}
.content-btn li a {
  padding: 0.5em 2em 0.5em 1em;
  display: block;
  color: #fff;
  background: #163b70;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.pagenav {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
}
.pagenav span,
.pagenav a {
  margin: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.85);
  background: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.pagenav span:hover, .pagenav span.current {
  background: #163b70;
  color: #FFF;
}
.pagenav a:hover, .pagenav a.current {
  background: #163b70;
  color: #FFF;
}

.mt-l {
  margin-top: 4em;
}

.mt-ml {
  margin-top: 3em;
}

.mt-m {
  margin-top: 2em;
}

.mt-s {
  margin-top: 1em;
}

.mt-ss {
  margin-top: 0.5em;
}

.mt-0 {
  margin-top: 0;
}

.mb-l {
  margin-bottom: 4em;
}

.mb-ml {
  margin-bottom: 3em;
}

.mb-m {
  margin-bottom: 2em;
}

.mb-s {
  margin-bottom: 1em;
}

.mb-ss {
  margin-bottom: 0.5em;
}

.mb-0 {
  margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
  html.text-large {
    font-size: 75%;
  }
  html.text-large .header-nav-list {
    font-size: 1.4rem;
  }
  html.text-large .gloal-nav-item > a {
    font-size: 1.4rem;
  }
  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    width: 42px;
    height: 42px;
  }
  .slick-slider .slick-next:before,
  .slick-slider .slick-prev:before {
    width: 42px;
    height: 42px;
  }
  .slick-slider .slick-next {
    right: 30px;
  }
  .slick-slider .slick-prev {
    left: 30px;
  }
  .slick-slider .slick-dots li {
    margin: 0 4px;
    width: 14px;
    height: 14px;
  }
  .slick-slider .slick-dots li button:before {
    font-size: 14px;
  }
  .header {
    height: 116px;
  }
  .header .inner {
    padding: 15px 30px 5px;
    max-width: 1390px;
    min-width: 1200px;
  }
  .header-logo {
    width: 364px;
  }
  .header-text-size {
    margin: 0 2em 0 auto;
    padding-top: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }
  .header-text-size .text {
    margin-right: 0.5em;
    font-size: 1.4rem;
  }
  .header-text-size .btn-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-text-size .btn-items button {
    margin-left: 4px;
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    width: 1.75em;
    text-align: center;
  }
  .header-text-size .btn-items button.act {
    border: solid 1px #163b70;
    background: #163b70;
    color: #fff;
  }
  .header-welcome {
    position: absolute;
    top: 0.15em;
    right: 30px;
    font-size: 1.4rem;
  }
  .header-nav {
    margin: 0;
    padding-top: 0.25em;
  }
  .header-nav a {
    padding: 0.4em;
  }
  .header-nav-list {
    font-size: 1.5rem;
  }
  .header-nav-item {
    margin-left: 10px;
    width: 10em;
  }
  .header-nav-item img {
    margin-right: 0.1em;
    max-width: 17px;
    max-height: 17px;
  }
  .gloal-nav {
    background: #fff;
  }
  .gloal-nav-list {
    margin: 0 auto;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1390px;
    min-width: 1200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gloal-nav-item {
    font-weight: 600;
    position: relative;
    width: 12.5%;
  }
  .gloal-nav-item.home {
    display: none;
  }
  .gloal-nav-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, 0.1);
  }
  .gloal-nav-item:last-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, 0.1);
  }
  .gloal-nav-item a {
    color: rgba(0, 0, 0, 0.85);
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
  }
  .gloal-nav-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
  }
  .gloal-nav-item:hover > .gloal-nav-sub-list {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .gloal-nav-item.welcome {
    display: none;
  }
  .gloal-nav-sub-list {
    margin-bottom: -2px;
    border: solid 1px #fff;
    position: absolute;
    top: 48px;
    left: 0;
    width: 14em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gloal-nav-sub-list li {
    width: 100%;
  }
  .gloal-nav-sub-list li a {
    padding: 0.5em;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    font-size: 1.5rem;
  }
  .gloal-nav-sub-list.sub-article {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gloal-nav-menu {
    padding: 0;
    border: none;
    background: none;
    /*
    &-text{
      margin-top: .5em;
      font-size: .6rem;
      letter-spacing: .2em;
      color: $color_main;
      font-weight: 600;
      display: block;
      @include raleway;
      font-weight: 700;
      text-align: center;
    }
    */
  }
  .gloal-nav-menu-outer {
    position: relative;
    width: 5vw;
    height: 4vw;
  }
  .gloal-nav-menu-item {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw;
    height: 2px;
    margin: -1px 0 0 -2.5vw;
    background: #163b70;
  }
  .gloal-nav-menu-item:before, .gloal-nav-menu-item:after {
    display: block;
    position: absolute;
    left: 0;
    width: 5vw;
    height: 2px;
    background: #163b70;
    content: "";
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms;
  }
  .gloal-nav-menu-item:before {
    top: -500%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .gloal-nav-menu-item:after {
    top: 500%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .gloal-nav-menu {
    display: none;
  }
  .icon-title-block {
    padding: 1.5em 0 2.5em;
  }
  .page-head {
    padding-top: 116px;
  }
  .page-head .icon-title .jp {
    font-size: 3rem;
  }
  .page-head .icon-title .en {
    font-size: 1.6rem;
  }
  .page-head .icon-title-block figure {
    width: 64px;
  }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
  }
  .main .contents {
    width: calc(100% - 360px);
  }
  .main .contents .content {
    padding: 2.5em 0;
  }
  .main .contents .inner {
    max-width: 980px;
  }
  .title-l {
    font-size: 2.4rem;
  }
  .title-m {
    font-size: 2rem;
  }
  .sidebar {
    padding: 35px;
    width: 360px;
    -webkit-box-shadow: -2.5rem 0 3rem -2rem rgba(26, 60, 77, 0.1);
            box-shadow: -2.5rem 0 3rem -2rem rgba(26, 60, 77, 0.1);
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .sidebar-title {
    font-size: 2rem;
  }
  .sidebar-title:after {
    width: 80px;
    height: 2px;
  }
  .sidebar .bnr-list-pr li {
    margin-top: 16px;
  }
  .sidebar-contents-list li {
    margin-top: 16px;
  }
  .sidebar-contents-list .outline-item a {
    position: relative;
  }
  .sidebar-contents-list .outline-item a:after {
    margin: auto;
    right: 0.5em;
    width: 18px;
    height: 1.25em;
  }
  .footer {
    margin-top: 0;
    position: relative;
  }
  .footer .inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1390px;
    min-width: 1200px;
  }
  .footer .btn-pagetop {
    position: absolute;
    top: -30px;
    right: 400px;
    margin: 0 auto -30px;
    width: 60px;
  }
  .footer-nav {
    padding: 60px 0;
    width: calc(100% - 500px);
  }
  .footer-nav-inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
  .footer-nav-list {
    margin: 0 0 0 auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 58%;
    height: 14em;
  }
  .footer-nav-list li {
    padding: 0.2em 0;
  }
  .footer-nav-list a,
  .footer-nav-list span {
    font-size: 1.4rem;
  }
  .footer-nav-sub {
    margin: 0 auto 0 0;
    padding: 0 1em;
    width: 42%;
  }
  .footer-nav-sub-list {
    margin-bottom: 1em;
  }
  .footer-nav-sub-list li {
    padding: 0.2em 0;
  }
  .footer-nav-sub-list li a {
    padding-left: 1.25em;
    position: relative;
    display: block;
    font-size: 1.4rem;
  }
  .footer-nav-sub-list li a:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-bnr li {
    margin: 0 auto;
  }
  .footer-cooperative {
    margin-left: -30px;
    padding: 0 30px 0 60px;
    text-align: left;
    font-size: 1.4rem;
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: middle;
  }
  .footer-cooperative h3 {
    font-size: 2.8rem;
  }
  .footer .copyright {
    font-size: 1.3rem;
  }
  .link-more-circle a:after {
    width: 28px;
    height: 28px;
  }
  .background-block {
    padding: 30px;
    background: #f5f5f5;
  }
  .column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column-item-inner {
    padding: 15px;
  }
  .column-item figure figcaption {
    font-size: 1.8rem;
  }
  .column-item .cat li {
    font-size: 1.3rem;
  }
  .column-item .title {
    font-size: 1.6rem;
  }
  .column-item time {
    font-size: 1.4rem;
  }
  .column-item .lead {
    font-size: 1.4rem;
  }
  .column-item .btn-more {
    right: 15px;
    bottom: 15px;
    color: #163b70;
    font-size: 1.4rem;
  }
  .column-item .btn-more:after {
    width: 24px;
    height: 24px;
  }
  .column2 .column-item {
    width: 49%;
    margin-bottom: 2%;
  }
  .column3 .column-item {
    width: 31.5%;
    margin-bottom: 2.75%;
  }
  .column3:after {
    content: "";
    width: 31.5%;
    display: block;
  }
  .column4 .column-item {
    width: 23%;
    margin-bottom: 2.75%;
  }
  .column4:after {
    content: "";
    width: 23%;
    height: 0;
    display: block;
  }
  .column4:before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.link-btn-item a {
  width: 305px;
}

.content-btn li {
  width: 180px;
}
.content-btn li.btn-document img {
  width: 26px;
}
.content-btn li.btn-link img {
  width: 18px;
}
.content-btn li a {
  font-size: 1.8rem;
}

.pagenav {
  font-size: 2rem;
}
.pagenav span,
.pagenav a {
  width: 40px;
  height: 40px;
}

.not-member {
  background: #f5f5f5;
  text-align: center;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
}
.not-member > p {
  margin: 0 !important;
}
.not-member-item {
  margin: 1em auto 0;
  width: 290px;
}
.not-member-item a {
  padding: 0.5em;
  display: block;
  text-decoration: none;
  background: #fff;
}
.not-member-item.btn-register a {
  border: solid 2px #E95A24;
  color: #E95A24;
}
.not-member-item.btn-login a {
  border: solid 2px #163b70;
  color: #163b70;
}
.not-member-item img {
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    width: 5vw;
    height: 5vw;
  }
  .slick-slider .slick-next:before,
  .slick-slider .slick-prev:before {
    width: 5vw;
    height: 5vw;
  }
  .slick-slider .slick-next {
    right: 2.5vw;
  }
  .slick-slider .slick-prev {
    left: 2.5vw;
  }
  .slick-slider .slick-dots {
    bottom: -5vw;
  }
  .slick-slider .slick-dots li {
    margin: 0 0.25vw;
    width: 2.5vw;
    height: 2.5vw;
  }
  .slick-slider .slick-dots li button:before {
    font-size: 2.5vw;
  }
  html {
    min-width: 100%;
    font-size: 2.4vw;
  }
  body {
    min-width: 100%;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: auto;
  }
  .anchor {
    top: -90px;
  }
  .inner {
    padding: 0 4vw;
    width: 100%;
  }
  .header {
    height: 12.5vw;
  }
  .header .inner {
    padding: 1vw 4vw 0;
  }
  .header-logo {
    width: 57vw;
  }
  .header-logo img {
    vertical-align: middle;
  }
  .header-text-size {
    display: none;
  }
  .header-welcome {
    display: none;
  }
  .header-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 20;
  }
  .header-nav a {
    padding: 1.25vw 1vw;
    display: block;
    background: #fff;
    border-radius: 2em;
    color: #163b70;
    text-align: center;
  }
  .header-nav-list {
    padding: 2vw 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .header-nav-item {
    width: 32%;
  }
  .header-nav-item img {
    margin-right: 0.15em;
    vertical-align: middle;
  }
  .header-nav-item.header-contact img {
    width: 4vw;
  }
  .header-nav-item.header-register a {
    color: #E95A24;
  }
  .header-nav-item.header-register img {
    width: 3.6vw;
  }
  .header-nav-item.header-mypage img {
    width: 3.6vw;
  }
  .header-nav-item.header-logout img, .header-nav-item.header-login img {
    width: 4vw;
  }
  .open .header {
    height: auto;
  }
  .open .gloal-nav-menu {
    /*
    &-text{
      margin-top: .5em;
      font-size: .6rem;
      letter-spacing: .2em;
      color: $color_main;
      font-weight: 600;
      display: block;
      @include raleway;
      font-weight: 700;
      text-align: center;
    }
    */
  }
  .open .gloal-nav-menu-item {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw;
    height: 2px;
    margin: -1px 0 0 -2.5vw;
    background: #163b70;
    background-color: transparent;
  }
  .open .gloal-nav-menu-item:before, .open .gloal-nav-menu-item:after {
    top: 0;
  }
  .open .gloal-nav-menu-item:before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .open .gloal-nav-menu-item:after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  .gloal-nav {
    padding-bottom: 32vw;
    display: none;
    background: #fff;
    height: calc(100vh - 11vw);
    overflow: auto;
    -webkit-overflow-scrolling: auto;
  }
  .gloal-nav-item {
    border-bottom: solid 2px #f5f5f5;
    font-weight: 600;
  }
  .gloal-nav-item.welcome {
    padding: 0.5em;
    background: #f5f5f5;
    text-align: center;
    font-size: 1.3rem;
  }
  .gloal-nav-item.welcome > a {
    padding: 0;
    display: inline;
  }
  .gloal-nav-item.welcome > a:after {
    display: none;
  }
  .gloal-nav-item.home {
    display: inherit;
  }
  .gloal-nav-item > a {
    padding: 1em;
    display: block;
    color: rgba(0, 0, 0, 0.85);
    position: relative;
  }
  .gloal-nav-item > a:after {
    content: "";
    position: absolute;
    top: 1.4em;
    right: 1em;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gloal-nav-sub-list {
    margin-bottom: -2px;
    border: solid 1px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .gloal-nav-sub-list li {
    border: solid 1px #fff;
    width: 50%;
  }
  .gloal-nav-sub-list li a {
    padding: 0.5em 1em;
    display: block;
    background: #f5f5f5;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.5rem;
  }
  .gloal-nav-sub-item.sub-business {
    width: 100%;
  }
  .gloal-nav-menu {
    margin-bottom: 0.5em;
    padding: 0;
    border: none;
    background: none;
  }
  .gloal-nav-menu-outer {
    position: relative;
    width: 5vw;
    height: 4vw;
  }
  .gloal-nav-menu-outer:after {
    position: absolute;
    left: 0;
    bottom: -2.15em;
    content: "MENU";
    display: block;
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    color: #163b70;
    font-weight: 600;
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .gloal-nav-menu.close .gloal-nav-menu-outer:after {
    content: "CLOSE";
    letter-spacing: 0.05em;
  }
  .gloal-nav-menu-item {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw;
    height: 2px;
    margin: -1px 0 0 -2.5vw;
    background: #163b70;
  }
  .gloal-nav-menu-item:before, .gloal-nav-menu-item:after {
    display: block;
    position: absolute;
    left: 0;
    width: 5vw;
    height: 2px;
    background: #163b70;
    content: "";
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms;
  }
  .gloal-nav-menu-item:before {
    top: -400%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .gloal-nav-menu-item:after {
    top: 400%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .icon-title-block {
    padding: 0.25em 0 1em;
  }
  .page-head {
    padding-top: 12.5vw;
  }
  .icon-title .jp {
    font-size: 2rem;
  }
  .icon-title .en {
    font-size: 1rem;
  }
  .icon-title-block figure {
    width: 9vw;
  }
  .main .contents {
    margin-bottom: 2em;
    width: 100%;
  }
  .main .contents .content {
    padding: 1.5em 0;
  }
  .main .contents .content:first-child {
    padding-top: 0;
  }
  .title-bg {
    font-size: 1.4rem;
  }
  .title-l {
    font-size: 1.8rem;
  }
  .title-m {
    font-size: 1.6rem;
  }
  .sidebar {
    padding: 4vw;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .sidebar-title {
    font-size: 1.8rem;
  }
  .sidebar-title:after {
    width: 14%;
  }
  .sidebar .bnr-list-pr {
    margin: 2em -4vw;
  }
  .sidebar .bnr-list-pr .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }
  .sidebar .bnr-list-pr .slick-next:before,
  .sidebar .bnr-list-pr .slick-prev:before {
    background: url(../img/common/arw_c_w_s.svg) no-repeat center center;
  }
  .sidebar-contents-list {
    margin-top: 3em;
  }
  .sidebar-contents-list li {
    margin-bottom: 1em;
  }
  .sidebar-contents-list .outline-item a:after {
    margin: 0;
    position: absolute;
    right: 3vw;
    top: auto;
    bottom: auto;
    content: "";
    width: 5vw;
    height: 5vw;
    background: url(../img/common/arw_n.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .sponser {
    -webkit-box-shadow: 0 2.5rem 3rem 2rem rgba(26, 60, 77, 0.1);
            box-shadow: 0 2.5rem 3rem 2rem rgba(26, 60, 77, 0.1);
    padding: 2em 0;
  }
  .sponser .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sponser-list {
    height: 100%;
    width: 100%;
  }
  .sponser-item {
    padding: 0 1.5vw;
    width: 36vw;
  }
  .sponser-item img {
    margin: 0 auto;
    max-height: 10vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .btn-pagetop {
    position: relative;
    top: -7vw;
    margin: 0 auto -7vw;
    width: 14vw;
  }
  .footer-nav {
    padding: 0 0 5vw;
  }
  .footer-nav-list {
    padding: 1em;
  }
  .footer-nav-list li {
    margin-bottom: 0.85em;
  }
  .footer-nav-sub {
    padding: 0.5em 1em;
  }
  .footer-nav-sub-list {
    margin-bottom: 1.5em;
  }
  .footer-nav-sub-list li a {
    font-size: 1.3rem;
  }
  .footer-nav-sub-list li a:before {
    content: "・";
  }
  .footer-bnr {
    text-align: center;
  }
  .footer-bnr li {
    margin: 0 auto;
    width: 50%;
  }
  .footer-cooperative {
    margin: 0 -4vw;
    padding: 6vw 4vw 14vw;
    text-align: center;
    font-size: 1.2rem;
  }
  .footer-cooperative h3 {
    font-size: 2.2rem;
  }
  .footer .copyright {
    font-size: 1rem;
  }
  .link-more-circle a:after {
    width: 5vw;
    height: 5vw;
  }
  .column-item {
    margin-bottom: 3vw;
  }
  .column-item-inner {
    padding: 3vw;
  }
  .column-item figure {
    /* padding-top: 0; */
  }
  .column-item figure img {
    height: auto;
  }
  .column-item figure figcaption {
    font-size: 1.2rem;
  }
  .column-item .cat li {
    font-size: 1rem;
  }
  .column-item .title {
    margin-bottom: 0.25em;
    font-size: 1.3rem;
  }
  .column-item time {
    font-size: 1.1rem;
  }
  .column-item .lead {
    font-size: 1.1rem;
  }
  .column-item .btn-more {
    right: 2vw;
    bottom: 2vw;
    color: #163b70;
    font-size: 1.1rem;
  }
  .column-item .btn-more:after {
    width: 4vw;
    height: 4vw;
  }
  .column3 .column-item {
    margin-bottom: 2.75%;
  }
  .column3 .column-item-inner {
    width: 64%;
  }
  .column3 .column-item > span,
  .column3 .column-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column3 .column-item figure {
    width: 36%;
  }
  .column3:after {
    content: "";
    width: 31.5%;
    display: block;
  }
  .column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column4 .column-item {
    width: 48.5%;
    margin-bottom: 2.75%;
  }
  .link-btn-item a {
    width: 75%;
  }
  .content-btn li {
    width: 40vw;
  }
  .content-btn li.btn-document img {
    width: 6vw;
  }
  .content-btn li.btn-link img {
    width: 4vw;
  }
  .content-btn li a {
    font-size: 1.4rem;
  }
  .pagenav {
    font-size: 1.6rem;
  }
  .pagenav span,
  .pagenav a {
    width: 8vw;
    height: 8vw;
  }
  .not-member {
    padding: 2em 1em 3em;
    height: auto;
    display: block;
    font-size: 1.6rem;
  }
  .not-member-item {
    margin: 0 auto 1em;
    width: 90%;
  }
  .not-member-item a {
    padding: 0.5em;
  }
  .not-member-item img {
    max-width: 6vw;
    max-height: 6vw;
  }
}