<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*** 共通　***/
html {
  font-size: 62.5%; /*10px*/
}
body {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "sans-serif";
  color: #003279;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  line-height: 2;
  text-align: justify;
  background: #F2F0E9;
}
p {
  margin: 0 !important;
}
.pure-g {
  margin: 0 -15px !important;
}
.pure-g img, .pure-g li, .pure-g .event-title {
  box-sizing: border-box;
}
ul {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
ul li {
  list-style: none;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
  color: #003279;
}
img {
  width: 100%;
  vertical-align: bottom;
}
/* -------------
Header
--------------*/
header {
  position: fixed;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-cont {
  padding: 12.5px 50px;
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 9999;
  top: 0;
}
.sitelogo p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.menu-lists {
  font-family: "Arial Black", "Zen Kaku Gothic New", sans-serif;
  display: flex;
}
.gnavi-lists {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.gnavi-list {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  padding: 0 30px 0 0;
  letter-spacing: 0.15rem;
}
.gnavi-list span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #808080;
  letter-spacing: 0;
}
.inquiry-btn {
  background: #003279;
  border-radius: 50px;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  width: 110px;
  position: relative;
}
.inquiry-btn a {
  font-size: 1.6rem;
  color: #fff;
}
#header a:hover {
  text-decoration: none;
}
#header a:link, #header a:visited, #header a:active {
  text-decoration: none;
}
.menu-wrapper {
  z-index: 4;
}
.btn {
  display: none;
}
/* -------------
Footer
--------------*/
.site-footer {
  background: #003279;
  padding: 90px;
  margin-top: 270px;
}
#top .site-footer {
  background: #003279;
  padding: 90px;
  margin-top: 0;
}
.ft-box h2 {
  font-size: 2.0rem;
  color: #fff;
  font-weight: 600;
  margin: 0 0 30px;
}
.ft-box p {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
}
/* -------------
HOME 
--------------*/
.top-btn-img {
  text-align: center;
  padding: 0 30px;
}
.top-btn-img img {
  width: 200px;
  margin: 0 0 30px;
}
.top-btn-list {
  display: flex;
  justify-content: space-around;
  padding: 0 30px;
  margin-bottom: 60px;
}
.top-btn-list li {
  font-size: 1.3rem;
  color: #003279;
  line-height: 2.5rem;
  margin-left: 1.3em;
  text-indent: -1.3em; /*インデントの調整*/
}
.top-btn-list li:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #003279; /* 背景色指定 */
  border-radius: 50%;
  margin-right: 5px;
}
.scrolldown-eria {
  position: relative;
}
/*========= スクロールダウンのためのCSS ===============*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 100px;
  /*全体の高さ*/
  height: 10px;
}
/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  top: 60px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 20px;
  background: #fff;
  /*線の動き3秒かけて動く。永遠にループ*/
  animation: pathmove 3s ease-in-out infinite;
  opacity: 0;
}
/*高さ?位置?透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0px;
    top: 0;
    opacity: 0;
  }
  50% {
    height: 25px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/*===========================*/
.main-content {
  max-width: 1100px;
  margin: 180px auto 90px;
}
.menu-box {
  display: flex;
}
h2 {
  text-align: center;
  margin: 10px 0;
}
h2.title {
  font-family: "Arial Black", "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.5rem;
  margin: 0 0 60px;
}
h2.title span {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
}
#top h2.title {
  font-size: 3.5rem;
}
#top h2.title span {
  font-size: 1.4rem;
  color: #808080;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 60px;
  text-align: center;
}
.event-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.white-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px;
}
.event {
  width: 25%;
  margin: 15px;
  padding: 30px;
  position: relative;
}
.event img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 10px;
  border: 1px solid #003279;
}
p.event-title {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #003279;
}
.event-daybox {
  border-radius: 50px;
  width: 50%;
  background: #2DBD65;
  text-align: center;
  margin: 30px 0 10px;
}
.event-daybox p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
}
.main-news ul {
  padding: 0 30px;
}
.main-news li {
  font-weight: 600;
  font-size: 1.6rem;
  border-bottom: solid 1px #003279;
  padding: 30px;
}
.main-news li:first-child {
  border-top: solid 1px #003279;
}
.main-news a {
  display: flex;
}
.news-date {
  padding-right: 60px;
}
.news-nolink {
  display: flex;
}
.sponsors-up-img {
  background: url("/jigyo/PF-HP/image/back-up.png") repeat-x;
  height: 30px;
  margin: 180px 0 0;
}
.sponsors-down-img {
  background: url("/jigyo/PF-HP/image/back-down.png") repeat-x;
  height: 30px;
  margin: -10px 0 0;
}
.sponsors-back {
  background: #2DBE64;
  padding: 90px 0;
  overflow: hidden;
}
#top .sponsors-back {
  padding: 90px 0 300px;
}
.sponsors-box {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}
.sponsors {
  margin: 90px 0 0;
}
.uni-logo {
  background: #fff;
  padding: 30px;
  margin: 10px 15px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.uni-logo img {
  max-height: 60px;
  width: auto;
  max-width: 210px;
}
.uni-name {
  margin: 15px 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 2rem;
}
.uni-eria {
  border: solid 1px #fff;
  border-radius: 50px;
  width: 80px;
  text-align: center;
  margin: 0 0 0 10px !important;
  flex-shrink: 0;
}
/* -------------
WORK 
--------------*/
.work-content {
  max-width: 1100px;
  margin: 90px auto;
}
.work-box {
  border-radius: 30px;
  background: #fff;
  margin: 15px;
  position: relative;
}
.work-box a, .uni-txt-link a, .uni-logo a, .event a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inquiry-btn:hover, .link-btn:hover, .work-box:hover, .uni-txt-link:hover, .uni-logo:hover, .event:hover {
  top: -3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.work-box img {
  border-radius: 30px 30px 0 0;
  max-height: 200px;
  object-fit: cover;
}
.work-title {
  display: flex;
  height: 100px;
  flex-direction: column;
  justify-content: center;
}
.work-title h4 {
  font-size: 2.2rem;
  letter-spacing: 0.25rem;
  text-align: center;
  margin: 5px;
  line-height: 1.2;
}
.work-title p {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  text-align: center;
  color: #808080;
  line-height: 1;
}
.uni-txt-link {
  background: #fff;
  padding: 30px 15px;
  margin: 10px 15px;
  display: flex;
  text-align: center;
  height: 40px;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.uni-txt-link h5 {
  font-size: 1.6rem;
  margin: 0;
  letter-spacing: 0.1rem;
  color: #003279;
  line-height: 1.5;
}
.uni-txt-link h5 span {
  font-size: 1.3rem;
}
.line-small {
  line-height: 1 !important;
}
.uni-txt-link p {
  font-size: 1.3rem;
  color: #808080;
  line-height: 1.5;
}
.anchor, .waku {
  border: solid 1px #003279;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.anchor ul {
  border-left: solid 1px #003279;
  display: inline-flex;
  justify-content: center;
  margin: 15px;
}
.anchor li {
  border-right: solid 1px #003279;
  padding: 0 30px;
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  font-weight: 600;
}
.anchor a {
  text-decoration: none;
}
/* -------------
STUDY
--------------*/
.study-item {
  padding: 0 60px 30px;
  margin: 120px 0 0;
}
.study-item .pure-g {
  margin: 0 !important;
}
.study-item h2 {
  text-align: left;
  position: relative;
  top: -2.5rem;
  letter-spacing: 0.2rem;
  font-size: 2.8rem;
  line-height: 3rem;
}
.study-item p {
  font-size: 1.3rem;
  font-weight: 400;
  color: #808080;
}
.pure-item {
  margin: 0 15px;
}
.pure-item img {
  border-radius: 30px;
}
.study-item li {
  font-size: 1.3rem;
  color: #808080;
  line-height: 2.5rem;
  margin-left: 1.3em;
  text-indent: -1.3em; /*インデントの調整*/
}
.study-item li:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #808080; /* 背景色指定 */
  border-radius: 50%;
  margin-right: 5px;
}
.study-item a:link, .study-item a:visited, .study-item a:active, .study-item a:hover {
  text-decoration: underline;
  color: #808080;
}
.study-item.single p, .study-item.single li {
  color: #003279;
  font-weight: 600;
}
.study-item.single li:before {
  background-color: #003279; /* 背景色指定 */
}
/* -------------
live
--------------*/
.live-item-right {
  padding-top: 0;
  padding-right: 0;
  margin: 0 0 0 20%;
  position: relative;
  z-index: 1;
}
.live-item-right .mt-30 {
  margin-right: 15px !important;
}
.live-item-right:after {
  content: '';
  display: block;
  background: #fff;
  width: 500px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  z-index: -1;
}
.live-item-right h2 {
  text-align: left;
  position: relative;
  top: -2.5rem;
  letter-spacing: 0.2rem;
  font-size: 2.8rem;
  line-height: 3rem;
}
.live-item-right p, .live-item-left p {
  font-size: 1.3rem;
  font-weight: 400;
  color: #808080;
}
.live-item-left {
  padding-top: 0;
  padding-left: 0;
  margin: 0 20% 0 0;
  position: relative;
  z-index: 1;
}
.live-item-left .pure-g {
  flex-direction: row-reverse;
}
.live-item-left .mt-30 {
  margin-left: 15px !important;
}
.live-item-left:after {
  content: '';
  display: block;
  background: #fff;
  width: 500px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  z-index: -1;
}
.live-item-left h2 {
  text-align: right;
  position: relative;
  top: -2.5rem;
  letter-spacing: 0.2rem;
  font-size: 2.8rem;
  line-height: 3rem;
}
.kanazawa {
  background: url("/jigyo/PF-HP/live/image/live-back1-1.png") no-repeat left center;
  padding: 120px 0;
  width: 100%;
}
.hakusan {
  background: url("/jigyo/PF-HP/live/image/live-back2-1.png") no-repeat right center;
  padding: 150px 0;
  width: 100%;
  margin-top: -100px;
}
.nonoichi {
  background: url("/jigyo/PF-HP/live/image/live-back3-1.png") no-repeat left center;
  padding: 150px 0;
  width: 100%;
  margin-top: -100px;
}
.uchinada {
  background: url("/jigyo/PF-HP/live/image/live-back4-1.png") no-repeat right center;
  padding: 150px 0;
  width: 100%;
  margin-top: -100px;
}
.live-single {
  padding: 0 100px 30px;
  margin-top: -30px;
}
.live-single h2, .single h2 {
  text-align: center;
  position: relative;
  top: -1.5rem;
  letter-spacing: 0.2rem;
  font-size: 2.8rem;
  line-height: 3rem;
}
.live-single img {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
/* -------------
about
--------------*/
.white-box-bottom {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding-bottom: 100px;
}
h2.line2 {
  top: -4rem;
  line-height: 4rem;
}
.about-pure {
  margin: 50px 50px 0;
}
#about .about-pure .pure-u-md-1-2 {
  width: 430px;
}
#about .about-pure .pure-g {
  justify-content: space-between;
}
.about-pure h3 {
  text-align: left;
  margin: 60px 15px 15px;
}
.about-pure h4 {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  margin: 60px 15px 10px;
}
.about-pure a {
  text-decoration: none;
  background: #2DBD65;
  padding: 1px 15px;
  color: #fff;
  border-radius: 50px;
}
.about-pure a:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.single {
  padding: 0 90px 60px;
  margin-top: 90px;
}
.single h3 {
  line-height: 3rem;
  margin: 60px 0 45px;
}
.single h3 span {
  font-size: 1.4rem;
  font-weight: 400;
}
/*
.single .pure-g {
  margin: 60px -15px !important;
}
*/
.single .pure-g img {
  padding: 0 15px;
}
.single .img500 {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.single ul li {
  font-size: 1.3rem;
  color: #003279;
  line-height: 2.5rem;
  margin-left: 1.3em;
  text-indent: -1.3em; /*インデントの調整*/
}
.single ul li:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #003279; /* 背景色指定 */
  border-radius: 50%;
  margin-right: 5px;
}
.vision {
  display: flex;
  align-items: flex-end;
}
.vision-txt {
  padding: 0 15px;
}
ol {
  margin: 0;
  padding: 0 0 0 1.3rem;
}
ol li {
  list-style: none;
  counter-increment: cnt;
  line-height: 3rem;
  margin-left: 1.3em;
  text-indent: -1.3em; /*インデントの調整*/
}
ol li::before {
  content: "("counter(cnt) ") ";
  width: 0; /* 幅指定 */
}
.waku li {
  display: inline-block;
  padding: 0 1rem;
}
.about-working {
  padding: 0 100px;
}
th, td {
  border: solid 1px; /* 枠線指定 */
  padding: 15px;
}
table {
  border-collapse: collapse; /* セルの線を重ねる */
  margin: 60px auto 0;
  border: 1px solid #003279;
  font-weight: 600;
}
table thead th {
  background: #FFE1B5;
  text-align: center;
}
table tbody th {
  background: #FFE1B5;
  text-align: left;
}
table tbody td {
  font-weight: 400;
}
#about .pure-item li {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center;
  background: url("/jigyo/PF-HP/about/image/dot.jpg") repeat-x center;
}

li.no-list {
  display: block !important;
  background-image: none !important;
}
.list-ind .no-list {
  margin-left: 13px !important;

}
.list-title {
  background: #fff; /* 背景を白に */
  padding-right: 15px;
  max-width: 290px;
}
.list-ind .list-title {
  padding-left: 1.3rem;
}
.list-pdf {
  background: #fff; /* 背景を白に */
  padding-left: 10px;
}
ul.flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px;
}
ul.flex-box li {
  padding: 3px 30px;
  text-align: left;
  width: 25%;
  background-image: none !important;
  margin: 0 !important;
}
.ind4{
    display: inline-block;
    margin-left: 52px;
}
/* -------------
タブレット
--------------*/
@media screen and (max-width: 900px) {
  /* -------------
Header
--------------*/
  .header-cont {
    padding: 6px 30px;
    width: calc(100% - 60px);
  }
  .sitelogo p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .subtitle {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .menu-lists {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .gnavi-list {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 0 0 0 20px;
  }
  .inquiry-btn {
    padding: 5px 20px;
    width: 90px;
    margin-bottom: 6px;
  }
  .inquiry-btn a {
    font-size: 1.3rem;
  }
  /* -------------
Footer
--------------
  .site-footer {
    padding: 90px;
    margin-top: 210px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* -------------
HOME 
--------------*/
  .top-img {
    margin-top: 50px;
  }
  .pure-g {
    margin: 0 -5px !important;
  }
  .top-btn-img img {
    width: 180px;
    margin: 0 0 30px;
  }
  .main-content {
    max-width: 720px;
    margin: 100px auto 60px;
  }
  h2.title {
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
  h2.title span {
    font-size: 1.5rem;
  }
  #top h2.title {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
  .white-box {
    padding: 30px;
  }
  .event {
    margin: 10px;
    padding: 20px 15px;
  }
  .event img {
    height: 150px;
    object-fit: cover;
  }
  .event-daybox {
    width: 100%;
  }
  .main-news ul {
    padding: 0 15px;
  }
  .main-news li {
    font-size: 1.4rem;
  }
  #top .sponsors-back {
    padding: 60px 0 120px;
  }
  .sponsors-box {
    max-width: 720px;
  }
  .sponsors {
    margin: 60px 0 0;
  }
  .uni-logo {
    padding: 15px;
    margin: 10px;
  }
  .uni-logo img {
    max-width: 200px;
  }
  .uni-name {
    margin: 10px 10px;
  }
  /* -------------
STUDY
--------------*/
  .study-item {
    padding: 0 30px 30px;
  }
  .study-item h2 {
    font-size: 2.5rem;
  }
  .pure-item {
    margin: 0 10px;
  }
  .pure-item img {
    border-radius: 30px;
  }
  /* -------------
WORK 
--------------*/
  .work-content {
    max-width: 720px;
    margin: 90px auto 0;
  }
  .work-box {
    margin: 10px;
  }
  .work-box img {
    max-height: 150px;
  }
  .work-title {
    height: 100px;
  }
  .work-title h4 {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin: 0 5px 10px;
  }
  .work-title p {
    letter-spacing: 0;
  }
  .uni-txt-link {
    margin: 10px;
  }
  /* -------------
live
--------------*/
  .live-item-right {
    padding-top: 0;
    padding-right: 0;
  }
  .live-item-right h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .live-item-left {
    padding-top: 0;
    padding-left: 0;
  }
  .live-item-left h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .kanazawa {
    padding: 50px 0;
    background-size: 24%;
  }
  .hakusan {
    padding: 80px 0;
    margin-top: -30px;
    background-size: 30%;
  }
  .nonoichi {
    padding: 120px 0;
    background-size: 50%;
  }
  .uchinada {
    padding: 100px 0;
    background-size: 45%;
  }
  .live-single h2, .single h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  /* -------------
about
--------------*/
  h2.line2 {
    top: -3rem;
    line-height: 3rem;
  }
  .about-pure {
    margin: 50px 15px 0;
  }
  #about .about-pure .pure-u-md-1-2 {
    width: 300px;
  }
  .about-pure h3 {
    text-align: left;
    margin: 60px 15px 15px;
  }
  .about-pure h4 {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    margin: 60px 15px 10px;
  }
  .about-pure a {
    text-decoration: none;
    background: #2DBD65;
    padding: 1px 15px;
    color: #fff;
    border-radius: 50px;
  }
  .about-pure a:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
 
  .single {
    padding: 0 45px 60px;
  }
  .single h3 {
    line-height: 3rem;
    margin: 60px 0 45px;
  }
  .single h3 span {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .about-working {
    padding: 0 30px;
  }
  .list-title {
    padding-right: 5px;
    max-width: 180px;
  }
  ul.flex-box li {
    padding: 3px 5px;
  }
  .menu-box ul {
    display: block;
  }
  .menu-box li {
    padding-right: 0px;
  }
  .anchor {
    padding: 30px;
    display: table;
    margin: 0 auto;
  }
  .anchor ul {
    border-left: none;
    display: block;
    margin: 0;
  }
  .anchor li {
    border-right: none;
  }
  .anchor a {
    text-decoration: none;
  }
}
/* -------------
スマホ
--------------*/
@media screen and (max-width: 600px) {
  .header-cont {
    padding: 6px 10px;
    width: calc(100% - 20px);
  }
  /* -------------
Footer
--------------*/
  #top .site-footer {
    padding: 60px 20px;
  }
  .site-footer {
    padding: 20px;
    margin-top: 100px;
  }
  /* -------------
HOME 
--------------*/
  .top-img {
    margin-top: 50px;
    width: 150%;
    margin-left: -25%;
  }
  .pure-g {
    margin: 0 -5px !important;
  }
  .top-btn-img img {
    width: 180px;
    margin: 0 0 30px;
  }
  .main-content {
    max-width: 350px;
  }
  h2.title {
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
  h2.title span {
    font-size: 1.5rem;
  }
  #top h2.title {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
  .event-box {
    display: block;
  }
  .white-box {
    padding: 30px 15px;
  }
  .event {
    width: 320px;
    margin: 20px 0;
    padding: 20px 15px;
  }
  .event img {
    height: 200px;
  }
  .event-daybox {
    width: 100%;
  }
  .main-news ul {
    padding: 0 15px;
  }
  .main-news li {
    font-size: 1.4rem;
    padding: 30px 0;
  }
  .main-news a {
    flex-direction: column;
  }
  .news-nolink {
    flex-direction: column;
  }
  .news-date {
    padding: 0 0 20px;
  }
  #top .sponsors-back {
    padding: 60px 0 120px;
  }
  .sponsors-box {
    max-width: 350px;
  }
  .sponsors {
    margin: 60px 0 0;
  }
  .uni-logo {
    padding: 5px;
    margin: 10px;
  }
  .uni-logo img {
    max-width: 150px;
  }
  .uni-name {
    margin: 10px 10px;
    flex-direction: column;
  }
  .uni-eria {
    margin: 0 0 0 auto !important;
  }
  /* -------------
STUDY
--------------*/
  .study-item {
    padding: 0 30px 30px;
    margin: 100px 0 0;
  }
  .study-item h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .pure-item {
    margin: 0;
  }
  .pure-item img {
    margin: 50px 0 0 0;
  }
  /* -------------
WORK 
--------------*/
  .work-content {
    max-width: 720px;
    margin: 90px auto 0;
  }
  .work-box {
    margin: 10px;
  }
  .work-box img {
    max-height: 150px;
  }
  .work-title {
    height: 100px;
  }
  .work-title h4 {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin: 0 5px 10px;
  }
  .work-title p {
    letter-spacing: 0;
  }
  /* -------------
live
--------------*/
  .live-item-right, .live-item-left {
    padding: 0 30px 30px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .live-item-right .mt-30, .live-item-left .mt-30 {
    margin: 0 !important;
  }
  .live-item-right h2, .live-item-left h2 {
    text-align: center;
    position: relative;
    top: -2.5rem;
    letter-spacing: 0.2rem;
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .live-item-right p, .live-item-left p {
    text-align: left;
  }
  .live-item-left:after, .live-item-right:after {
    display: none;
  }
  .kanazawa, .hakusan, .nonoichi, .uchinada {
    background: none;
    padding: 30px 0;
    margin: 0;
  }
  .live-single {
    padding: 0 10px 30px;
  }
  /* -------------
about
--------------*/
  .single {
    padding: 0 15px 60px;
  }
  .single h3 {
    line-height: 3rem;
    margin: 60px 0 45px;
  }
  .single .pure-g img {
    padding: 0px 15px 15px;
  }
  .vision-txt {
    padding: 15px;
  }
  .about-working {
    padding: 0 15px;
  }
  .list-title {
    max-width: 200px;
  }
  ul.flex-box li {
    padding: 3px 5px;
    width: 50%;
  }
  table {
    line-height: 1.3;
  }
  .waku {
align-items: flex-start;
}
  /* -------------
ハンバーガーメニュー 
--------------*/
  .btn {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 999; /*追記：いつも一番上*/
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .btn img {
    width: 60px;
  }
  .btn_open {
    display: block;
  }
  .btn_close {
    display: none;
  }
  .btn.close .btn_open {
    display: none;
  }
  .btn.close .btn_close {
    display: block;
  }
  .menu-box {
    display: block;
  }
  .menu-lists {
    display: none;
    background-color: #003279;
    opacity: 0.95;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px 0 1500px;
    text-align: center;
  }
  .container.bk-color .menu-lists, .page-container.bk-color .menu-lists {
    display: block;
  }
  .gnavi-lists {
    display: block;
  }
  .gnavi-list {
    padding: 0px;
    position: relative;
    transition: all .3s;
    height: auto;
    width: 300px;
    margin: 20px auto;
    text-align: left;
  }
  .gnavi-list span {
    color: #fff;
  }
  .gnavi-list:hover {
    background-color: transparent;
  }
  .gnavi-list a, .inquiry-btn a {
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    display: block;
    padding: 10px;
    border-bottom: 1px solid;
    position: relative;
  }
  .gnavi-list a:hover {
    opacity: 1;
  }
  .inquiry-btn {
    background: none;
    border-radius: 0;
    padding: 0px;
    position: relative;
    transition: all .3s;
    height: auto;
    width: 300px;
    margin: 20px auto;
    text-align: left;
  }
}
/* -------------
共通
--------------*/
.link-btn {
  border-radius: 50px;
  background: #003279;
  width: 200px;
  padding: 5px;
  margin: 60px auto;
  position: relative;
}
.link-btn p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 0;
}
.link-btn a, .link-btn-g a {
  text-decoration: none !important;
}
.green {
  background: #2DBD65;
  margin: 30px 0 0;
}
#about .green {
  margin: 30px 0 0 15px;
        padding: 0 10px 5px;

}
.link-btn.green:hover {
  bottom: -3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.link-btn.green a:hover {
  text-decoration: none;
}

#about .link-btn a {
  padding: 0 !important;
}

.link-btn-g {
  border-radius: 50px;
  background: #2DBD65;
  width: 230px;
  padding: 5px;
  position: relative;
  bottom: -10px;
  margin: 20px 0 -45px;
}
.link-btn-g.center {
  margin: 0 auto -45px !important;
}
.link-btn-g p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding-right: 0;
}
.link-btn-g:hover {
  bottom: -7px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.link-btn-g a:hover {
  text-decoration: none;
}
.overflow {
  overflow: hidden;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
.img-center {
  display: block;
}
.img-right {
  float: right !important;
}
.img-left {
  float: left !important;
}
.img-logo {
  height: 30px;
}
.kome {
  font-size: 1.3rem;
  line-height: 1.8 !important;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}
.kome:before {
  content: "※";
}
.blue {
  color: #003279 !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-200 {
  margin-top: -200px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb-40 {
  margin-bottom: -40px !important;
}
.mr30 {
  margin: 0 30px 0 0 !important;
}
.ml30 {
  margin: 0 0 0 30px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.container, .page-container {
  overflow: hidden;
}</pre></body></html>