@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

section, figure, aside, header, footer, main, nav {
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

table {
  border-collapse: collapse; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object,
embed {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style-type: none; }

img {
  vertical-align: bottom; }

hr {
  clear: both;
  border: none;
  background-color: #FFFFFF; }

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1; }

a:hover.cssRoll img {
  opacity: 0.6; }

body {
  font-weight: 500;
  line-height: 1.7;
  color: #373737; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

em {
  font-weight: bold; }

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden; }

body {
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%; }
  body.lang-ja {
    font-family: 'Noto Sans JP', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  body.lang-en {
    font-family: 'Noto Sans', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  body.lang-sc {
    font-family: 'Noto Sans SC', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  body.lang-tc {
    font-family: 'Noto Sans TC', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  body.lang-ko {
    font-family: 'Noto Sans KR', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }

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

a {
  color: #1a1a1a;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  a:hover {
    text-decoration: none;
    opacity: 0.6; }

a[href^="tel:"] {
  cursor: default; }

/* ---------------------------
mod-header
--------------------------- */
.mod-header {
  position: relative;
  z-index: 10;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .mod-header.on {
    background: #1a1a1a; }
  .mod-header-smallLogo svg {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .mod-header.on .mod-header-smallLogo svg {
    fill: #fff; }
  .mod-header-snss {
    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; }
  .mod-header-lang {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }

.mod-header-title-large {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  display: block; }
  .mod-header-title-large.smaller {
    display: none !important;
    -moz-transition: display 0.3s;
    -o-transition: display 0.3s;
    -webkit-transition: display 0.3s;
    transition: display 0.3s; }

.mod-header-contact {
  position: absolute;
  right: 40px;
  top: 57px; }

.mod-header-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mod-header-contact-list-item {
  margin-right: 25px;
  font-size: 1.8rem; }
  .mod-header-contact-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'din-condensed', 'Ropa Sans',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  .mod-header-contact-list-item span {
    margin-right: 10px; }
  .mod-header-contact-list-item img {
    background: #000;
    border-radius: 30px;
    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; }
  .mod-header-contact-list-item:last-child {
    margin-right: 0; }

.mod-header-side {
  position: fixed;
  top: 500px;
  left: 30px;
  z-index: 1; }
  .mod-header-side.smaller {
    top: 300px !important;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    transition: top 0.3s; }

.mod-header-side-list {
  position: absolute;
  left: 0;
  z-index: 1; }

.mod-header-side-list-item {
  margin-bottom: 30px; }

.mod-header-side-list-item-copy {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  line-height: 32px;
  letter-spacing: 0.7px;
  color: #1A1A1A;
  font-family: 'din-condensed', 'Ropa Sans',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }

/* ---------------------------
mod-footer
--------------------------- */
.mod-footer {
  background: #1a1a1a;
  color: #fff; }
  .mod-footer a {
    color: #fff; }
  .mod-footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod-footer-links-item {
      font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
      .mod-footer-links-item a {
        position: relative;
        display: block;
        padding-right: 3em; }
        .mod-footer-links-item a:after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 4px;
          height: 1px;
          background: #fff; }
  .mod-footer-snss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mod-footer-snss-item:not(:last-child) {
      margin-right: 10px; }
  .mod-footer-copyright {
    color: #fff;
    font-size: 0.85rem; }

.tac {
  text-align: center !important; }

/* ---------------------------
mod-home
--------------------------- */
.home-calendar {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1; }
  .home-calendar-date {
    display: block; }
    .home-calendar.area-asahikawa .home-calendar-date {
      color: #009d95; }
    .home-calendar.area-yoichi .home-calendar-date {
      color: #e96076; }
    .home-calendar.area-kushiro .home-calendar-date {
      color: #004da0; }
  .home-calendar-day {
    display: block;
    text-align: right;
    background: #1a1a1a;
    color: #fff;
    padding-top: 0.3em;
    line-height: 0.7; }
    .home-calendar.area-asahikawa .home-calendar-day {
      background: #009d95; }
    .home-calendar.area-yoichi .home-calendar-day {
      background: #e96076; }
    .home-calendar.area-kushiro .home-calendar-day {
      background: #004da0; }

.home-mv {
  position: relative; }
  .home-mv-imgs-item {
    background: url() center no-repeat;
    background-size: cover; }
    .home-mv-imgs-item:focus {
      outline: none; }
  .home-mv-tags {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%; }
    .home-mv-tags li {
      line-height: 1;
      padding: 0 3px;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(51%, #fff), to(#fff));
      background: -webkit-linear-gradient(top, transparent, transparent 50%, #fff 51%, #fff 100%);
      background: -o-linear-gradient(top, transparent, transparent 50%, #fff 51%, #fff 100%);
      background: linear-gradient(to bottom, transparent, transparent 50%, #fff 51%, #fff 100%); }
      .home-mv-tags li:not(:last-child) {
        margin-right: 1em; }
    .home-mv-imgs-item.area-asahikawa .home-mv-tags {
      color: #009d95; }
    .home-mv-imgs-item.area-yoichi .home-mv-tags {
      color: #e96076; }
    .home-mv-imgs-item.area-kushiro .home-mv-tags {
      color: #004da0; }
  .home-mv-txts {
    position: absolute;
    left: 0;
    line-height: 1; }
  .home-mv-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    margin-bottom: 10px; }
    .home-mv-h span {
      background: #fff;
      display: inline-block; }
  .home-mv-lead {
    font-weight: bold; }
    .home-mv-lead div:not(:last-child) {
      margin-bottom: 10px; }
    .home-mv-lead span {
      background: #fff;
      display: inline-block;
      padding: 0.1em; }

.home-about {
  background: #f2f2f2; }
  .home-about-txts {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
    .home-about.on .home-about-txts {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .home-about-txts p:not(:last-child) {
      margin-bottom: 1em; }
  .home-about-img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
    .home-about.on .home-about-img {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .home-about-map {
    margin-bottom: 30px; }

.home-lead01-h {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 16px; }
  .home-lead01-h div {
    position: relative; }
    .home-lead01-h div:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 8px;
      background: #1a1a1a;
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0); }
  .home-lead01-h span {
    display: inline-block;
    -webkit-transition: 0.5s 0.3s;
    -o-transition: 0.5s 0.3s;
    transition: 0.5s 0.3s;
    -webkit-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    opacity: 0; }
  .home-lead01-h.on div:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .home-lead01-h.on span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.home-lead01-lead {
  margin-bottom: 1em; }

.home-lead01-collaboration em {
  background: #1a1a1a;
  color: #fff; }

.home-lead01-collaboration span {
  padding: 0 0.2em; }

.home-lead01-update {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-size: 1.1rem; }
  .home-lead01-update span {
    background: #1a1a1a;
    color: #fff; }

.home-lead02 {
  border-top: 12px solid #1a1a1a; }
  .home-lead02-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    line-height: 1; }
  .home-lead02-lead {
    font-size: 0.85rem; }

.home-redesign-frame {
  position: relative; }

.home-redesign-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .home-redesign-posts-item {
    text-align: center;
    line-height: 1; }
    .home-redesign-posts-item a {
      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;
      color: #fff;
      background: url() center no-repeat;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.2); }
    .home-redesign-posts-item dt {
      padding-bottom: 0.4em;
      margin-bottom: 0.4em;
      font-weight: bold; }
      .home-redesign-posts-item dt span {
        border-bottom: 8px solid #fff; }
  .home-redesign-posts-slideBtn {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer; }
    .home-redesign-posts-slideBtn.item-prev img {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }

.home-magazine {
  background: #e1f4ff url("../img/home/magazine_bg_01.jpg") center bottom no-repeat;
  background-size: 100%; }

.home-news-posts-item {
  border-bottom: 1px solid #dcdcdc; }

.home-news-posts-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em; }
  .home-news-posts-head-h dt {
    font-weight: bold;
    font-size: 0.85rem;
    font-size: 1em; }
  .home-news-posts-head-h dd {
    font-size: 0.75rem;
    color: #666666; }

.home-news-posts-ico {
  margin-right: 20px;
  width: 40px; }

.home-news-posts-row02 {
  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; }

.home-news-metas {
  background: #edeff4;
  color: #666666;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }
  .home-news-metas-item {
    font-size: 0.8rem; }
    .home-news-metas-item:not(:last-child) {
      margin-right: 1em; }

.home-news-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem; }
  .home-news-links-item {
    color: #666666; }
    .home-news-links-item:not(:last-child):after {
      content: "・"; }
    .home-news-links-item a {
      color: #666666; }

.home-togo-h {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem; }
  .home-togo-h span {
    border-bottom: 12px solid #1a1a1a; }

.home-togo-lead {
  text-align: center;
  margin-bottom: 3em; }

.home-togo-sec {
  position: relative; }
  .home-togo-sec:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 77%;
    -webkit-transition: 0.9s cubic-bezier(0, 0.24, 0.16, 1.01);
    -o-transition: 0.9s cubic-bezier(0, 0.24, 0.16, 1.01);
    transition: 0.9s cubic-bezier(0, 0.24, 0.16, 1.01);
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5); }
  .home-togo-sec.home-togo-sec.area-asahikawa:before {
    background: #b2e2df; }
  .home-togo-sec.home-togo-sec.area-yoichi:before {
    background: #F8CFD6; }
  .home-togo-sec.home-togo-sec.area-kushiro:before {
    background: #b2cae2; }
  .home-togo-sec:nth-child(2n+1):before {
    left: 46%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  .home-togo-sec:nth-child(2n):before {
    right: 46%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  .home-togo-sec.on:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .home-togo-sec.on:nth-child(2n+1):before {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  .home-togo-sec.on:nth-child(2n):before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  .home-togo-sec-head-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.7s 0.2s;
    -o-transition: 0.7s 0.2s;
    transition: 0.7s 0.2s;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
    .home-togo-sec:nth-child(2n) .home-togo-sec-head-img {
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px); }
    .home-togo-sec.on .home-togo-sec-head-img {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .home-togo-sec-head-img:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      opacity: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .area-asahikawa .home-togo-sec-head-img:before {
      background: rgba(0, 157, 149, 0.6); }
    .area-yoichi .home-togo-sec-head-img:before {
      background: rgba(233, 96, 118, 0.6); }
    .area-kushiro .home-togo-sec-head-img:before {
      background: rgba(0, 77, 160, 0.6); }
    .home-togo-sec-head-img:hover:before {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .home-togo-sec-head-lead {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    position: absolute;
    top: 0;
    background: #fff;
    line-height: 1;
    text-align: center; }
    .home-togo-sec.area-asahikawa .home-togo-sec-head-lead {
      color: #009d95; }
    .home-togo-sec.area-yoichi .home-togo-sec-head-lead {
      color: #e96076; }
    .home-togo-sec.area-kushiro .home-togo-sec-head-lead {
      color: #004da0; }
    .home-togo-sec:nth-child(2n+1) .home-togo-sec-head-lead {
      left: 0; }
    .home-togo-sec:nth-child(2n) .home-togo-sec-head-lead {
      right: 0; }
  .home-togo-sec-head-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home-togo-sec:nth-child(2n) .home-togo-sec-head-btn {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .home-togo-sec-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    text-align: center;
    color: #fff; }

.home-togo-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .home-togo-sec:nth-child(2n+1) .home-togo-posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .home-togo-posts-item {
    line-height: 1;
    margin-bottom: 4%;
    width: 48%; }
    .home-togo-posts-item:nth-child(2n) {
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
  .home-togo-posts-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
    .home-togo-sec:nth-child(2n) .home-togo-posts-img {
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px); }
    .home-togo-posts-item:nth-child(4n+1) .home-togo-posts-img {
      -webkit-transition-delay: 0.0s;
      -o-transition-delay: 0.0s;
      transition-delay: 0.0s; }
    .home-togo-posts-item:nth-child(4n+2) .home-togo-posts-img {
      -webkit-transition-delay: 0.05s;
      -o-transition-delay: 0.05s;
      transition-delay: 0.05s; }
    .home-togo-posts-item:nth-child(4n+3) .home-togo-posts-img {
      -webkit-transition-delay: 0.10s;
      -o-transition-delay: 0.10s;
      transition-delay: 0.10s; }
    .home-togo-posts-item:nth-child(4n+4) .home-togo-posts-img {
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .home-togo-sec.on .home-togo-posts-img {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .home-togo-posts-img:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      opacity: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .area-asahikawa .home-togo-posts-img:before {
      background: rgba(0, 157, 149, 0.6); }
    .area-yoichi .home-togo-posts-img:before {
      background: rgba(233, 96, 118, 0.6); }
    .area-kushiro .home-togo-posts-img:before {
      background: rgba(0, 77, 160, 0.6); }
    .home-togo-posts-img:hover:before {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .home-togo-posts-tag {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    text-align: center;
    color: #fff; }

/* ---------------------------
h
--------------------------- */
.mod-h01 {
  text-align: center;
  line-height: 1.0; }
  .mod-h01 span {
    position: relative;
    display: inline-block;
    margin: 0.5em;
    padding-bottom: 0.5em; }
    .mod-h01 span:after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      display: block;
      width: 100%;
      background: #1a1a1a; }
  .mod-h01.font-sansen {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }

.mod-h02:after {
  content: "";
  display: block;
  background: #1a1a1a; }

.mod-h03 {
  border-bottom: 8px solid #1a1a1a;
  padding-bottom: 1em;
  line-height: 1.3; }

.mod-h04 {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  line-height: 1; }
  .mod-h04:after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    background: #1a1a1a; }

.mod-h05 {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  border-bottom: 8px solid #1a1a1a;
  line-height: 1; }

/* ---------------------------
mod-gnav
--------------------------- */
.mod-gnav {
  background: #1a1a1a;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none; }
  .mod-gnav.on {
    opacity: 1;
    pointer-events: auto; }
  .mod-gnav, .mod-gnav a {
    color: #fff; }
  .mod-gnav-content-in {
    width: 100%; }
  .mod-gnav-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .mod-gnav-snss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .mod-gnav-links-item {
    position: relative; }
    .mod-gnav-links-item dt {
      font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
      line-height: 1.2; }
      .mod-gnav-links-item dt:after {
        content: "";
        width: 8px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        right: 0;
        top: 20px; }
    .mod-gnav-links-item dd {
      color: #9e9e9e; }
  .mod-gnav-langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .mod-gnav-langs dt {
      margin-right: 20px; }
    .mod-gnav-langs dd {
      font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
      font-size: 1.3rem;
      opacity: 0.4; }
      .mod-gnav-langs dd:not(:last-child) {
        margin-right: 20px; }
      .mod-gnav-langs dd.is-active {
        opacity: 1; }
  .mod-gnav-btn {
    cursor: pointer;
    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;
    margin: 0 auto; }
    .mod-gnav-btn-lines {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      width: 28px;
      height: 18px;
      position: relative; }
      .on .mod-gnav-btn-lines {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg); }
      .mod-gnav-btn-lines-item {
        width: 28px;
        height: 4px;
        background: #1a1a1a;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px; }
        .mod-gnav-btn-lines-item:not(:last-child) {
          margin-bottom: 10px; }
        .mod-gnav-btn-lines-item:nth-child(1) {
          -webkit-transform: translateY(-7px);
          -ms-transform: translateY(-7px);
          transform: translateY(-7px); }
        .mod-gnav-btn-lines-item:nth-child(2) {
          -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
          transform: translateY(7px); }
        .mod-gnav-btn.on .mod-gnav-btn-lines-item {
          background: #fff; }
          .mod-gnav-btn.on .mod-gnav-btn-lines-item:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .mod-gnav-btn.on .mod-gnav-btn-lines-item:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* ---------------------------
btn
--------------------------- */
.mod-btn01 {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .mod-btn01:hover {
    text-decoration: none;
    opacity: 0.7; }
  .mod-btn01.bg-pkg {
    background: -webkit-gradient(linear, left top, right top, from(#FD6AF2), to(#DF0576));
    background: -webkit-linear-gradient(left, #FD6AF2 0%, #DF0576 100%);
    background: -o-linear-gradient(left, #FD6AF2 0%, #DF0576 100%);
    background: linear-gradient(to right, #FD6AF2 0%, #DF0576 100%); }
  .mod-btn01.bg-wh:after {
    background: rgba(186, 226, 255, 0.5); }
  .mod-btn01.bd-c1 {
    border: 1px solid #009d95; }
  .mod-btn01.arrow-r:before, .mod-btn01.arrow-br:before {
    content: "";
    display: block;
    background: url("../img/base/ico_arrow01_yw.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px; }
  .mod-btn01.arrow-r.bg-bk:before, .mod-btn01.arrow-r.bg-c1:before, .mod-btn01.arrow-r.bg-gn:before, .mod-btn01.arrow-br.bg-bk:before, .mod-btn01.arrow-br.bg-c1:before, .mod-btn01.arrow-br.bg-gn:before {
    background-image: url("../img/base/ico_arrow01_yw.svg"); }
  .mod-btn01.arrow-r.bg-yw:before, .mod-btn01.arrow-r.bg-lgy:before, .mod-btn01.arrow-r.bg-wh:before, .mod-btn01.arrow-br.bg-yw:before, .mod-btn01.arrow-br.bg-lgy:before, .mod-btn01.arrow-br.bg-wh:before {
    background-image: url("../img/base/ico_arrow01_bu.svg"); }
  .mod-btn01.arrow-r.c-pk:before, .mod-btn01.arrow-br.c-pk:before {
    background-image: url("../img/base/ico_arrow01_pk.svg"); }
  .mod-btn01.arrow-r:before {
    right: 10px;
    margin-top: -10px; }
  .mod-btn01.arrow-br:before {
    right: 10px;
    margin-top: -10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .mod-btn01.ico-mail span {
    position: relative;
    display: inline-block; }
    .mod-btn01.ico-mail span:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background: url("../img/base/ico_mail_01.svg") center no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px;
      margin-right: 10px; }
  .mod-btn01.ico-instagram {
    position: relative;
    display: inline-block;
    padding-right: 45px; }
    .mod-btn01.ico-instagram:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background: url("../img/base/ico_instagram_bk.svg") center no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -12px; }
    .mod-btn01.ico-instagram.u-c-wh:after {
      background-image: url("../img/base/ico_instagram_wh.svg"); }
  .mod-btn01.ico-newTab {
    position: relative;
    padding-left: 35px;
    padding-right: 35px; }
    .mod-btn01.ico-newTab:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background: url("../img/base/ico_newTab_wh.svg") center no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -10px; }
  .mod-btn01.ico-onLeft {
    padding-left: 50px; }
    .mod-btn01.ico-onLeft:after {
      content: "";
      display: block;
      background: url() center no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      margin-top: -22px;
      width: 45px;
      height: 45px;
      left: 5px; }
  .mod-btn01 span, .mod-btn01 aside {
    position: relative;
    z-index: 1; }
  .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
    content: "";
    display: block;
    background: url("../img/base/ico_newTab_01_wh.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%; }

.mod-btn02 {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  border-bottom: 4px solid #1a1a1a;
  position: relative;
  display: block;
  line-height: 1; }
  .mod-btn02 span {
    position: relative;
    display: inline-block;
    padding-left: 10px; }
  .mod-btn02:before {
    content: "";
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  .mod-btn02:hover {
    color: #fff;
    opacity: 1; }
    .mod-btn02:hover:before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
  .mod-btn02.arrow-r, .mod-btn02.arrow-br {
    padding-right: 50px; }
    .mod-btn02.arrow-r:after, .mod-btn02.arrow-br:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      width: 14px;
      height: 14px;
      border-right: 5px solid #1a1a1a;
      border-bottom: 5px solid #1a1a1a;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .mod-btn02.arrow-r:hover:after, .mod-btn02.arrow-br:hover:after {
      border-right-color: #fff;
      border-bottom-color: #fff; }
  .mod-btn02.arrow-r:after {
    right: 10px;
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mod-btn02.arrow-br:after {
    right: 10px;
    margin-top: -7px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .mod-btn02.size-l-r:after, .mod-btn02.size-l-br:after {
    width: 20px;
    height: 20px;
    margin-top: -10px; }
  .mod-articleSet-btns .mod-btn02 {
    font-size: 1.1rem;
    font-weight: bold; }
  .mod-btn02.newTab-r {
    padding-right: 50px; }
    .mod-btn02.newTab-r:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      width: 28px;
      height: 28px;
      background: url("../img/base/ico_newTab_bk.svg") center no-repeat;
      background-size: contain;
      margin-top: -14px; }

.pswp__caption__center {
  font-size: 1rem !important;
  max-width: 1000px !important;
  text-align: center !important; }

.pswp__ui--hidden .pswp__caption {
  -webkit-transform: translateY(100px) !important;
  -ms-transform: translateY(100px) !important;
  transform: translateY(100px) !important; }

.pswp__top-bar {
  background: none !important;
  background-size: cover !important; }

.pswp__button--close {
  background: url("../img/base/ico_close_wh.svg") center no-repeat !important;
  background-position: center !important;
  margin-right: 10px !important;
  margin-top: 10px !important; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  width: 50px !important;
  height: 50px !important;
  background: url("/common2019/img/base/ico_arrow01_wh.svg") center no-repeat !important;
  background-size: contain !important; }

.pswp__button--arrow--left:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

/* ---------------------------
magazine
--------------------------- */
.mod-magazine-mv {
  background: url() center no-repeat;
  background-size: cover;
  position: relative; }

.mod-magazine-head {
  background: #fff;
  position: relative; }
  .mod-magazine-head-wrap {
    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; }
  .mod-magazine-head-head {
    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;
    line-height: 1; }

.mod-magazine-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mod-magazine-cat-area {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    font-size: 1.9rem; }
    .mod-magazine-head.area-asahikawa .mod-magazine-cat-area {
      color: #009d95; }
    .mod-magazine-head.area-yoichi .mod-magazine-cat-area {
      color: #e96076; }
    .mod-magazine-head.area-kushiro .mod-magazine-cat-area {
      color: #004da0; }

.mod-magazine-catIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod-magazine-catIcons-item {
    margin-right: 10px; }
    .mod-magazine-catIcons-item a {
      border-radius: 50%;
      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;
      background: #1a1a1a; }
    .mod-magazine-head.area-asahikawa .mod-magazine-catIcons-item a,
    .mod-magazine-posts02-item.area-asahikawa .mod-magazine-catIcons-item a {
      background: #009d95; }
    .mod-magazine-head.area-yoichi .mod-magazine-catIcons-item a,
    .mod-magazine-posts02-item.area-yoichi .mod-magazine-catIcons-item a {
      background: #e96076; }
    .mod-magazine-head.area-kushiro .mod-magazine-catIcons-item a,
    .mod-magazine-posts02-item.area-kushiro .mod-magazine-catIcons-item a {
      background: #004da0; }

.mod-magazine-h {
  font-weight: bold;
  line-height: 1.4; }
  .mod-magazine-head.area-asahikawa .mod-magazine-h {
    color: #009d95; }
  .mod-magazine-head.area-yoichi .mod-magazine-h {
    color: #e96076; }
  .mod-magazine-head.area-kushiro .mod-magazine-h {
    color: #004da0; }

.mod-magazine-lead {
  margin-bottom: 1em;
  font-weight: bold; }

.mod-magazine-date {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  margin-bottom: 1em; }

.mod-magazine-authors-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mod-magazine-authors-img {
  margin-right: 10px; }
  .mod-magazine-authors-img img {
    border-radius: 50%; }

.mod-magazine-authors-name {
  font-weight: bold;
  font-size: 0.85rem; }

.mod-magazine-spot-h {
  margin-bottom: 1em;
  font-weight: bold; }
  .mod-magazine-spot-h span {
    border-bottom: 8px solid #1a1a1a; }

.mod-magazine-textSec {
  margin-bottom: 3em; }
  .mod-magazine-textSec-h {
    margin-bottom: 1em;
    font-weight: bold; }

.mod-magazine-relatedProject {
  background: #f2f2f2;
  position: relative; }
  .mod-magazine-relatedProject-h {
    position: absolute;
    left: 0;
    top: -0.5em;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: bold; }

.mod-magazine-archiveSec {
  background: #f2f2f2; }

.mod-magazine-posts01-item {
  pointer-events: none; }
  .mod-magazine-posts01-item.on {
    pointer-events: auto; }
  .mod-magazine-posts01-item a {
    display: block; }
    .mod-magazine-posts01-item a:hover {
      opacity: 1; }

.mod-magazine-posts01-largeTag {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  position: absolute;
  background: #1a1a1a;
  color: #fff;
  padding: 6px 0; }

.mod-magazine-posts01-img {
  position: relative; }
  .mod-magazine-posts01-img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .mod-magazine-posts01-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -o-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    background: #1a1a1a; }
  .mod-magazine-posts01-img.area-asahikawa:before,
  .mod-magazine-posts01-item.area-asahikawa .mod-magazine-posts01-img:before {
    background: #009d95; }
  .mod-magazine-posts01-img.area-yoichi:before,
  .mod-magazine-posts01-item.area-yoichi .mod-magazine-posts01-img:before {
    background: #e96076; }
  .mod-magazine-posts01-img.area-kushiro:before,
  .mod-magazine-posts01-item.area-kushiro .mod-magazine-posts01-img:before {
    background: #004da0; }
  .mod-magazine-posts01-item.on .mod-magazine-posts01-img:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  .mod-magazine-posts01-item a:hover .mod-magazine-posts01-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .mod-magazine-posts01-img-in {
    overflow: hidden; }

.mod-magazine-posts01-txts {
  position: relative;
  background: #fff;
  -webkit-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
  -o-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
  transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }
  .mod-magazine-posts01-item.on .mod-magazine-posts01-txts {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.mod-magazine-posts01-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0; }

.mod-magazine-posts01-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }
  .mod-magazine-posts01-cat-area {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    font-size: 1.9rem; }
    .mod-magazine-posts01-item.area-asahikawa .mod-magazine-posts01-cat-area {
      color: #009d95; }
    .mod-magazine-posts01-item.area-yoichi .mod-magazine-posts01-cat-area {
      color: #e96076; }
    .mod-magazine-posts01-item.area-kushiro .mod-magazine-posts01-cat-area {
      color: #004da0; }

.mod-magazine-posts01-catIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod-magazine-posts01-catIcons-item {
    margin-right: 10px;
    border-radius: 50%;
    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;
    background: #1a1a1a; }
    .mod-magazine-posts01-item.area-asahikawa .mod-magazine-posts01-catIcons-item {
      background: #009d95; }
    .mod-magazine-posts01-item.area-yoichi .mod-magazine-posts01-catIcons-item {
      background: #e96076; }
    .mod-magazine-posts01-item.area-kushiro .mod-magazine-posts01-catIcons-item {
      background: #004da0; }

.mod-magazine-posts01-h {
  font-weight: bold;
  margin-bottom: 1em; }
  .mod-magazine-posts01-item.area-asahikawa .mod-magazine-posts01-h {
    color: #009d95; }
  .mod-magazine-posts01-item.area-yoichi .mod-magazine-posts01-h {
    color: #e96076; }
  .mod-magazine-posts01-item.area-kushiro .mod-magazine-posts01-h {
    color: #004da0; }

.mod-magazine-posts01-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mod-magazine-posts01-authors-item {
    margin-right: 10px;
    margin-bottom: 10px; }
    .mod-magazine-posts01-authors-item img {
      border-radius: 50%; }

.mod-magazine-posts01-date {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  position: absolute;
  right: 0;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: -0.5em; }
  .mod-magazine-posts01-date span {
    background: #fff;
    display: block; }
  .mod-magazine-posts01-item.area-asahikawa .mod-magazine-posts01-date {
    color: #009d95; }
  .mod-magazine-posts01-item.area-yoichi .mod-magazine-posts01-date {
    color: #e96076; }
  .mod-magazine-posts01-item.area-kushiro .mod-magazine-posts01-date {
    color: #004da0; }

.mod-magazine-posts01-tags {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mod-magazine-posts01-tags-item {
    margin-right: 1em;
    margin-bottom: 1em; }

.mod-magazine-posts02-item {
  position: relative; }
  .mod-magazine-posts02-item a {
    display: block; }
    .mod-magazine-posts02-item a:hover {
      opacity: 1; }
  .mod-magazine-posts02-item .mod-mv01:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    -o-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
    background: #1a1a1a; }
  .mod-magazine-posts02-item.area-asahikawa .mod-mv01:before,
  .mod-magazine-posts02-item.area-asahikawa .mod-magazine-posts02-item .mod-mv01:before {
    background: #009d95; }
  .mod-magazine-posts02-item.area-yoichi .mod-mv01:before,
  .mod-magazine-posts02-item.area-yoichi .mod-magazine-posts02-item .mod-mv01:before {
    background: #e96076; }
  .mod-magazine-posts02-item.area-kushiro .mod-mv01:before,
  .mod-magazine-posts02-item.area-kushiro .mod-magazine-posts02-item .mod-mv01:before {
    background: #004da0; }
  .mod-magazine-posts02-item.on .mod-mv01:before {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%); }

.mod-magazine-posts02-img {
  overflow: hidden; }
  .mod-magazine-posts02-img-in {
    background: url() center no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .mod-magazine-posts02-item a:hover .mod-magazine-posts02-img-in {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

.mod-magazine-posts02-txts {
  background: #fff;
  position: relative;
  -webkit-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
  -o-transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
  transition: 0.8s cubic-bezier(0.56, 0.01, 0.29, 0.98);
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }
  .mod-magazine-posts02-item.on .mod-magazine-posts02-txts {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .mod-magazine-posts02-txts.area-asahikawa, .mod-magazine-posts02-txts.area-asahikawa a,
  .mod-magazine-posts02-item.area-asahikawa .mod-magazine-posts02-txts,
  .mod-magazine-posts02-item.area-asahikawa .mod-magazine-posts02-txts a {
    color: #009d95; }
  .mod-magazine-posts02-txts.area-yoichi, .mod-magazine-posts02-txts.area-yoichi a,
  .mod-magazine-posts02-item.area-yoichi .mod-magazine-posts02-txts,
  .mod-magazine-posts02-item.area-yoichi .mod-magazine-posts02-txts a {
    color: #e96076; }
  .mod-magazine-posts02-txts.area-kushiro, .mod-magazine-posts02-txts.area-kushiro a,
  .mod-magazine-posts02-item.area-kushiro .mod-magazine-posts02-txts,
  .mod-magazine-posts02-item.area-kushiro .mod-magazine-posts02-txts a {
    color: #004da0; }
  .mod-magazine-posts02-txts-wrap {
    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; }
  .mod-magazine-posts02-txts-head {
    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;
    line-height: 1; }

.mod-magazine-posts02-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mod-magazine-posts02-cat-area {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    font-size: 1.9rem; }
    .mod-magazine-posts02-cat-area.area-asahikawa,
    .mod-magazine-posts02-item.area-asahikawa .mod-magazine-posts02-cat-area {
      color: #009d95; }
    .mod-magazine-posts02-cat-area.area-yoichi,
    .mod-magazine-posts02-item.area-yoichi .mod-magazine-posts02-cat-area {
      color: #e96076; }
    .mod-magazine-posts02-cat-area.area-kushiro,
    .mod-magazine-posts02-item.area-kushiro .mod-magazine-posts02-cat-area {
      color: #004da0; }

.mod-magazine-posts02-catIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod-magazine-posts02-catIcons-item {
    margin-right: 10px;
    border-radius: 50%;
    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;
    background: #1a1a1a; }
    .mod-magazine-head.area-asahikawa .mod-magazine-posts02-catIcons-item,
    .mod-magazine-posts02-item.area-asahikawa .mod-magazine-posts02-catIcons-item {
      background: #009d95; }
    .mod-magazine-head.area-yoichi .mod-magazine-posts02-catIcons-item,
    .mod-magazine-posts02-item.area-yoichi .mod-magazine-posts02-catIcons-item {
      background: #e96076; }
    .mod-magazine-head.area-kushiro .mod-magazine-posts02-catIcons-item,
    .mod-magazine-posts02-item.area-kushiro .mod-magazine-posts02-catIcons-item {
      background: #004da0; }

.mod-magazine-posts02-date {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: -0.5em; }
  .mod-magazine-posts02-date span {
    background: #fff;
    display: block; }

.mod-magazine-posts02-h {
  margin-bottom: 1em;
  font-weight: bold; }

.mod-magazine-posts02-lead {
  margin-bottom: 2em; }

.mod-magazine-posts02-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod-magazine-posts02-authors-item {
    margin-right: 10px; }
    .mod-magazine-posts02-authors-item img {
      border-radius: 50%; }

.mod-magazine-posts02-tags {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  position: absolute;
  bottom: 12px; }
  .mod-magazine-posts02-tags li {
    line-height: 1; }
    .mod-magazine-posts02-tags li a {
      background: #fff;
      padding: 0 3px;
      display: inline-block; }
    .mod-magazine-posts02-tags li:not(:last-child) {
      margin-bottom: 12px; }

/* ---------------------------
mod-snsBtns
--------------------------- */
.mod-snsBtns01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .mod-snsBtns01-item {
    text-align: center;
    font-size: 0.75rem; }
    .mod-snsBtns01-item:not(:last-child) {
      margin-right: 10px; }
    .mod-snsBtns01-item a {
      display: block;
      color: #fff;
      padding: 8px; }
    .mod-snsBtns01-item.is-facebook a {
      background: #4469b0; }
    .mod-snsBtns01-item.is-twitter a {
      background: #2696dd; }
    .mod-snsBtns01-item.is-hatena a {
      background: #1588cb; }
    .mod-snsBtns01-item i {
      width: 30px;
      display: block;
      margin: 0 auto; }

/* ---------------------------
mod-project
--------------------------- */
.mod-project-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod-project-head-content {
    background: #fff; }

.mod-project-h {
  margin-bottom: 0.3em;
  font-weight: bold;
  line-height: 1.2; }
  .mod-project-h span {
    border-bottom: 8px solid #1a1a1a; }

.mod-project-type {
  margin-bottom: 0.8em; }

.mod-project-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mod-project-cat-area {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    font-size: 1.5rem; }
    .mod-project-head.area-asahikawa .mod-project-cat-area {
      color: #009d95; }
    .mod-project-head.area-yoichi .mod-project-cat-area {
      color: #e96076; }
    .mod-project-head.area-kushiro .mod-project-cat-area {
      color: #004da0; }

.mod-project-catIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod-project-catIcons-item {
    margin-right: 10px;
    border-radius: 50%;
    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;
    background: #1a1a1a; }
    .mod-project-head.area-asahikawa .mod-project-catIcons-item,
    .mod-project-posts02-item.area-asahikawa .mod-project-catIcons-item {
      background: #009d95; }
    .mod-project-head.area-yoichi .mod-project-catIcons-item,
    .mod-project-posts02-item.area-yoichi .mod-project-catIcons-item {
      background: #e96076; }
    .mod-project-head.area-kushiro .mod-project-catIcons-item,
    .mod-project-posts02-item.area-kushiro .mod-project-catIcons-item {
      background: #004da0; }

.mod-project-pageNav {
  background: #fff; }
  .mod-project-pageNav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mod-project-pageNav-links-item {
      font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
      font-size: 1.3rem; }
      .mod-project-pageNav-links-item:not(:last-child):after {
        content: "|";
        margin: 0 1em; }
  .mod-project-pageNav-snss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .mod-project-pageNav-snss-item {
      width: 26px; }
      .mod-project-pageNav-snss-item:not(:last-child) {
        margin-right: 10px; }
      .mod-project-pageNav-snss-item a {
        display: block; }

.mod-project-about {
  position: relative; }
  .mod-project-about-bg {
    background: url() center no-repeat;
    background-size: cover; }
  .mod-project-about-content {
    background: #fff;
    position: relative; }
  .mod-project-about-h {
    position: absolute;
    top: -0.5em; }
  .mod-project-about-lead {
    font-weight: bold;
    margin-bottom: 1em; }
  .mod-project-about-imgs {
    position: relative;
    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; }
    .mod-project-about-imgs-item.item01 {
      width: 90%; }
    .mod-project-about-imgs-item.item02 {
      width: 75%;
      margin-right: -17%;
      margin-top: 15%; }

.mod-project-sec-h {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  line-height: 1;
  border-bottom: 16px solid #1a1a1a; }

.mod-project-sec-lead-h {
  font-weight: bold;
  border-bottom: 2px dashed #1a1a1a;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.mod-project-sec-lead-tag {
  margin-bottom: 2em; }
  .mod-project-sec-lead-tag span {
    background: #1a1a1a;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 2px 0;
    font-size: 1.3rem; }

.mod-project-sec:nth-child(2n) .mod-project-sec-img-slider-nav,
.mod-project-sec:nth-child(2n+1) .mod-project-sec-designImg .mod-project-sec-img-slider-nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.mod-project-sec:nth-child(2n+1) .mod-project-sec-img-slider-nav,
.mod-project-sec:nth-child(2n) .mod-project-sec-designImg .mod-project-sec-img-slider-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mod-project-sec-txts-txt {
  margin-bottom: 1em; }

.mod-project-members-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mod-project-members-links-item {
    margin-bottom: 30px;
    text-align: center; }
  .mod-project-members-links-img {
    max-width: 180px;
    margin: 0 auto 1em; }
    .mod-project-members-links-img img {
      border-radius: 50%; }
  .mod-project-members-links-name dt {
    margin-bottom: 0.3em; }

.mod-project-archiveSec {
  background: #f2f2f2; }

.mod-project-posts01-img {
  overflow: hidden; }
  .mod-project-posts01-img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .mod-project-posts01-item a:hover .mod-project-posts01-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.mod-project-posts01-txts {
  background: #fff;
  position: relative; }

.mod-project-posts01-h {
  margin-bottom: 0.6em;
  font-weight: bold; }
  .mod-project-posts01-h span {
    border-bottom: 8px solid #1a1a1a; }

.mod-project-posts01-lead {
  font-size: 0.9rem;
  margin-bottom: 1em; }

.mod-project-posts01-area {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  color: #009d95;
  font-size: 1.9rem; }

.mod-project-posts01-tags {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1em; }
  .mod-project-posts01-tags-item {
    margin-right: 1em;
    margin-bottom: 1em; }

.mod-project-posts02-item {
  text-align: center;
  line-height: 1; }
  .mod-project-posts02-item a {
    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;
    color: #fff;
    background: url() center no-repeat;
    background-size: cover; }
  .mod-project-posts02-item dt {
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    font-weight: bold; }
    .mod-project-posts02-item dt span {
      border-bottom: 8px solid #fff; }

/* ---------------------------
colBtns
--------------------------- */
.mod-contact {
  background: #f8f8f8; }
  .mod-contact-wrap {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .mod-contact-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    font-size: 2rem;
    letter-spacing: 0.02em; }
  .mod-contact-lead {
    line-height: 1.8; }
  .mod-contact-col2-title {
    font-weight: bold;
    margin-bottom: 5px; }
  .mod-contact-col2-txt a.mod-mail {
    color: #005DA6; }

/* ---------------------------
mod-mv
--------------------------- */
.mod-mv01 {
  background: url() center no-repeat;
  background-size: cover;
  position: relative; }

/* ---------------------------
txtBox
--------------------------- */
.mod-txtBox01 {
  background: #f2f2f2; }

/* ---------------------------
slider
--------------------------- */
.mod-slider01 *:focus {
  outline: none; }

.mod-slider01-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mod-slider01-nav li {
    border-radius: 50%;
    background: #dcdcdc;
    cursor: pointer; }
    .mod-slider01-nav li.slick-active {
      background: #1a1a1a; }
    .mod-slider01-nav li button {
      display: none; }

/* ---------------------------
mod-articleSet
--------------------------- */
.mod-articleSet-article {
  line-height: 2;
  letter-spacing: 0.1em; }

.mod-articleSet-innerPageLink {
  background: #f2f2f2; }
  .mod-articleSet-innerPageLink-links {
    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;
    margin-bottom: -1em; }
    .mod-articleSet-innerPageLink-links-item {
      margin-bottom: 1em; }
      .mod-articleSet-innerPageLink-links-item:not(:last-child) {
        margin-right: 2em; }

.mod-articleSet-h2 {
  font-weight: bold;
  border-bottom: 8px solid #1a1a1a; }

.mod-articleSet-h3 {
  border-bottom: 2px dashed #1a1a1a;
  font-weight: bold; }

.mod-articleSet-h4 {
  font-weight: bold; }

.mod-articleSet-textarea {
  margin-bottom: 2em; }
  .mod-articleSet-textarea.is-col2 {
    -webkit-columns: 2;
    columns: 2; }

.mod-articleSet-sourceCode {
  background: #f2f2f2;
  display: block;
  white-space: pre-wrap; }

.mod-articleSet-txtBox {
  background: #f2f2f2; }

.mod-articleSet-ul li {
  margin-left: 1.4em;
  list-style-type: disc; }
  .mod-articleSet-ul li:not(:last-child) {
    margin-bottom: 0.5em; }

.mod-articleSet-ol li {
  margin-left: 1.4em;
  list-style-type: decimal; }
  .mod-articleSet-ol li:not(:last-child) {
    margin-bottom: 0.5em; }

.mod-articleSet-table table {
  width: 100%; }

.mod-articleSet-table th, .mod-articleSet-table td {
  border: 1px solid #dcdcdc; }

.mod-articleSet-table th {
  background: #f2f2f2;
  font-weight: bold; }

.mod-articleSet-video iframe {
  width: 100%; }

.mod-articleSet-1img figcaption, .mod-articleSet-2imgs figcaption, .mod-articleSet-3imgs figcaption {
  margin-top: 1em;
  font-size: 0.9em; }

.mod-articleSet-2imgs-item, .mod-articleSet-3imgs-item {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0; }
  .mod-articleSet-2imgs-item:before, .mod-articleSet-3imgs-item:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  .mod-articleSet-2imgs-item.on, .mod-articleSet-3imgs-item.on {
    opacity: 1; }
  .mod-articleSet-2imgs-item.on:before, .mod-articleSet-3imgs-item.on:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }

.mod-articleSet-1img {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0; }
  .mod-articleSet-1img:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  .mod-articleSet-1img.on {
    opacity: 1; }
  .mod-articleSet-1img.on:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }

.mod-articleSet-imgAndText-img figcaption {
  margin-top: 1em;
  font-size: 0.9em; }

.mod-articleSet-txtBox02 {
  border: 6px solid #f2f2f2; }

.mod-articleSet-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod-articleSet-btns.is-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .mod-articleSet-btns.is-single.is-alignLeft {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .mod-articleSet-btns.is-single.is-alignCenter {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .mod-articleSet-btns.is-single.is-alignRight {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }

.mod-articleSet-qa-q, .mod-articleSet-qa-a {
  position: relative; }

.mod-articleSet-qa-ico {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .mod-articleSet-qa-q .mod-articleSet-qa-ico {
    background: #1a1a1a;
    color: #fff; }
  .mod-articleSet-qa-a .mod-articleSet-qa-ico {
    background: #fff; }

.mod-articleSet-qa-q .mod-articleSet-qa-txt {
  background: #f2f2f2;
  font-weight: bold; }

.mod-articleSet-gmap iframe {
  width: 100%; }

.mod-articleSet-notes {
  color: #787878;
  font-size: 0.9rem; }
  .mod-articleSet-notes li {
    margin-left: 1em; }
    .mod-articleSet-notes li:not(:last-child) {
      margin-bottom: 0.5em; }
    .mod-articleSet-notes li:before {
      content: "※";
      margin-left: -1em; }

.mod-articleSet-fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mod-articleSet-fukidashi-img {
    text-align: center; }
    .mod-articleSet-fukidashi-img img {
      border-radius: 50%; }
  .mod-articleSet-fukidashi-txt {
    position: relative;
    background: #f2f2f2;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .mod-articleSet-fukidashi-txt:after {
      content: "";
      display: block;
      position: absolute;
      left: 100%;
      top: 50%; }

.mod-articleSet-contact {
  background: #f2f2f2;
  position: relative; }
  .mod-articleSet-contact-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    line-height: 1; }
  .mod-articleSet-contact-secs-item {
    background: #fff; }
    .mod-articleSet-contact-secs-item:not(:last-child) {
      margin-bottom: 1em; }
  .mod-articleSet-contact-secs-h {
    font-weight: bold;
    margin-bottom: 1em; }

.mod-articleSet-person {
  border: 6px solid #f2f2f2; }
  .mod-articleSet-person-img img {
    border-radius: 50%; }
  .mod-articleSet-person-h {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1em; }
  .mod-articleSet-person-txt {
    margin-bottom: 1em; }

.mod-articleSet-keywords {
  background: #f2f2f2;
  position: relative; }
  .mod-articleSet-keywords-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    position: absolute;
    left: 0;
    top: -0.5em;
    width: 100%;
    text-align: center;
    line-height: 1; }
  .mod-articleSet-keywords-tags {
    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; }
    .mod-articleSet-keywords-tags-item {
      font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
      font-size: 1.3rem; }
      .mod-articleSet-keywords-tags-item:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 10px; }
      .mod-articleSet-keywords-tags-item a {
        display: block;
        background: #fff;
        padding: 0 8px; }

/* ---------------------------
catHead01
--------------------------- */
.mod-catHead01-h {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  text-align: center;
  line-height: 1.0; }
  .mod-catHead01-h span {
    position: relative;
    display: inline-block; }
    .mod-catHead01-h span:after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      display: block;
      width: 100%;
      height: 12px;
      background: #1a1a1a; }

.mod-catHead01-lead {
  font-weight: bold;
  margin-bottom: 2em;
  text-align: center; }

.mod-catHead01-links {
  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; }
  .mod-catHead01-links-item {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    font-size: 1.1rem; }
    .mod-catHead01-links-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .mod-catHead01-links-item i {
      border-radius: 50%;
      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;
      background: #1a1a1a;
      margin-right: 1em; }
    .mod-catHead01-links-item:not(:last-child) {
      margin-right: 2em; }

/* ---------------------------
iconLinks
--------------------------- */
.mod-iconLinks01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mod-iconLinks01.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mod-iconLinks01-item {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    font-size: 1.1rem; }
    .mod-iconLinks01-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .mod-iconLinks01-item i {
      border-radius: 50%;
      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;
      background: #1a1a1a;
      margin-right: 1em; }
    .mod-iconLinks01-item:not(:last-child) {
      margin-right: 2em; }

/* ---------------------------
mod-partners
--------------------------- */
.mod-partners-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* ---------------------------
mod-about
--------------------------- */
.about-index-mv {
  background: url("../img/about/index/mv_bg_01.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative; }
  .about-index-mv-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    color: #fff;
    text-align: center; }
    .about-index-mv-h span:after {
      background: #fff; }
  .about-index-mv-lead dt {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    margin-bottom: 10px;
    line-height: 1; }
    .about-index-mv-lead dt span {
      background: #fff;
      display: inline-block; }
  .about-index-mv-lead dd {
    font-weight: bold; }
    .about-index-mv-lead dd div:not(:last-child) {
      margin-bottom: 10px; }
    .about-index-mv-lead dd span {
      background: #fff;
      display: inline-block;
      padding: 0.1em; }

.about-leadSec-h {
  line-height: 1.2;
  border-bottom: 8px solid #1a1a1a;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.about-where-map {
  margin-bottom: 30px; }

.about-where-h {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  margin-bottom: 0.5em;
  line-height: 1;
  font-weight: bold; }
  .lang-en .about-where-h {
    font-weight: normal; }

.about-where-txt {
  margin-bottom: 3em; }

.about-where-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .about-where-spec-txt {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    margin-right: 10px;
    line-height: 1.2; }
  .about-where-spec-img {
    width: 46%;
    margin-top: -5%; }

.about-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-links-item {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    width: 100%; }
    .about-links-item a {
      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;
      width: 100%;
      height: 100%;
      color: #fff;
      background: url() center no-repeat;
      background-size: cover; }
    .about-links-item.is-yoichi a {
      background-image: url("../img/about/index/links_btn_yoichi.jpg"); }
    .about-links-item.is-kushiro a {
      background-image: url("../img/about/index/links_btn_kushiro.jpg"); }
    .about-links-item.is-asahikawa a {
      background-image: url("../img/about/index/links_btn_asahikawa.jpg"); }

.about-sec01-leadJa {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1.5em; }

.about-sec01-txtJa {
  margin-bottom: 2em; }

.about-sec01-btn .mod-btn02 {
  font-weight: bold; }
  .lang-ja .about-sec01-btn .mod-btn02 {
    font-family: 'Noto Sans JP', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  .lang-en .about-sec01-btn .mod-btn02 {
    font-family: 'Noto Sans', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  .lang-sc .about-sec01-btn .mod-btn02 {
    font-family: 'Noto Sans SC', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  .lang-tc .about-sec01-btn .mod-btn02 {
    font-family: 'Noto Sans TC', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }
  .lang-ko .about-sec01-btn .mod-btn02 {
    font-family: 'Noto Sans KR', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif; }

.page-asahikawa .about-sec02.is-bgColor {
  background: rgba(0, 157, 149, 0.2); }

.page-yoichi .about-sec02.is-bgColor {
  background: rgba(233, 96, 118, 0.2); }

.page-kushiro .about-sec02.is-bgColor {
  background: rgba(0, 77, 160, 0.2); }

.about-members-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .about-members-links-item {
    margin-bottom: 30px;
    text-align: center; }
  .about-members-links-img {
    max-width: 180px;
    margin: 0 auto 1em; }
    .about-members-links-img img {
      border-radius: 50%; }
  .about-members-links-name dt {
    margin-bottom: 0.3em; }

.about-keywords-imgs-link {
  overflow: hidden;
  position: relative; }
  .about-keywords-imgs-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .page-asahikawa .about-keywords-imgs-link:before {
    background: rgba(0, 157, 149, 0.4); }
  .page-yoichi .about-keywords-imgs-link:before {
    background: rgba(233, 96, 118, 0.4); }
  .page-kushiro .about-keywords-imgs-link:before {
    background: rgba(0, 77, 160, 0.4); }
  .about-keywords-imgs-link:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.about-keywords-imgs-item {
  cursor: pointer; }

.about-keywords-imgs-img {
  background: url() center no-repeat;
  background-size: cover; }

.about-keywords-imgs-txt {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  width: 50%;
  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;
  text-align: center;
  height: 225px;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff; }

.about-keywords-smallImgs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-keywords-imgs-row:nth-child(2n) .about-keywords-smallImgs-item:nth-child(2n+1),
  .about-keywords-imgs-row:nth-child(2n+1) .about-keywords-smallImgs-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.about-keywords-smallImgs-dummyImg {
  visibility: hidden; }

.about-keywords-smallImgs-img {
  width: 50%;
  background: url() center no-repeat;
  background-size: cover; }

.about-keywords-smallImgs-txt {
  font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  width: 50%;
  background: #fff;
  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;
  text-align: center;
  line-height: 1.2; }

.about-keywords-popup {
  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;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none; }
  .about-keywords-popup.on {
    opacity: 1;
    pointer-events: auto; }
  .page-asahikawa .about-keywords-popup {
    background: rgba(0, 157, 149, 0.8); }
  .page-yoichi .about-keywords-popup {
    background: rgba(233, 96, 118, 0.8); }
  .page-kushiro .about-keywords-popup {
    background: rgba(0, 77, 160, 0.8); }
  .about-keywords-popup-close {
    position: absolute;
    cursor: pointer; }
  .about-keywords-popup-sec {
    background: #fff;
    max-height: calc(90vh - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none; }
    .about-keywords-popup-sec.on {
      display: block; }
  .about-keywords-popup-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    margin-bottom: 0.3em;
    line-height: 1.2; }
    .page-asahikawa .about-keywords-popup-h {
      color: #009d95; }
    .page-yoichi .about-keywords-popup-h {
      color: #e96076; }
    .page-kushiro .about-keywords-popup-h {
      color: #004da0; }
  .about-keywords-popup-txt {
    margin-bottom: 2em; }
  .about-keywords-popup-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.about-single-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .about-single-mv-h {
    font-family: 'din-condensed', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    color: #fff;
    line-height: 1; }
    .page-asahikawa .about-single-mv-h {
      background: rgba(0, 157, 149, 0.8); }
    .page-yoichi .about-single-mv-h {
      background: rgba(233, 96, 118, 0.8); }
    .page-kushiro .about-single-mv-h {
      background: rgba(0, 77, 160, 0.8); }
    .about-single-mv-h-span01 {
      margin-bottom: 0.6em; }
      .about-single-mv-h-span01 span {
        border-bottom: 6px solid #fff; }

.about-sec03-bg {
  background: url() center no-repeat;
  background-size: cover;
  position: relative; }

.about-sec03-txt {
  background: #fff;
  position: relative; }

.about-toGoTo-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .about-toGoTo-links-img {
    margin-bottom: 1em; }
  .about-toGoTo-links-txt {
    font-size: 0.9rem; }

.cff-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cff-media-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center; }

.cff-text-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.cff-author {
  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;
  margin-bottom: 2rem; }
  .cff-author-img {
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px; }
  .cff-author-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }

.cff-img-attachments {
  display: block;
  margin-top: 20px; }

.cff-img-wrap {
  display: block; }
  .cff-img-wrap + .cff-img-wrap {
    margin-top: 20px; }

.cff-date {
  font-size: 0.75rem;
  color: #666666; }

.cff-meta-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  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; }

.cff-meta {
  background: #edeff4;
  color: #666666;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }
  .cff-meta li {
    font-size: 0.8rem; }
    .cff-meta li:not(:last-child) {
      margin-right: 1em; }

.cff-post-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem; }

.cff-comments-box,
.cff-load-more,
.cff-share-tooltip,
.cff-share-container {
  display: none; }

#cff .cff-icon,
#cff .cff-reactions-count .cff-like,
#cff-lightbox-wrapper .cff-icon,
#cff-lightbox-wrapper .cff-reactions-count .cff-like {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  width: 13px;
  height: 14px;
  margin: 0 3px 0 0;
  text-indent: -9999px;
  background: url(/wp-content/plugins/custom-facebook-feed-pro/img/cff-sprite.png) no-repeat; }

#cff .cff-likes .cff-icon,
#cff-lightbox-wrapper .cff-likes .cff-icon {
  background-position: 0 -17px; }

#cff .cff-shares .cff-icon,
#cff-lightbox-wrapper .cff-shares .cff-icon {
  width: 14px;
  background-position: 0 -33px; }

#cff .cff-comments .cff-icon,
#cff-lightbox-wrapper .cff-comments .cff-icon {
  width: 12px;
  background-position: 0 -1px; }

.cff-view-comments {
  cursor: default; }

.cff-link-item .cff-text-wrapper {
  width: 100%; }

.cff-link-title,
.cff-link-caption,
.cff-link-caption,
.cff-post-desc {
  display: block;
  padding-bottom: 10px; }

.u-c-gd {
  color: #009d95 !important; }

.u-c-bk {
  color: #1a1a1a !important; }

.u-c-gy {
  color: #616161 !important; }

.u-c-lgy {
  color: #009d95 !important; }

.u-c-c2 {
  color: #88BCCB !important; }

.u-c-c3 {
  color: #E7F2F5 !important; }

.u-c-wh {
  color: #fff !important; }

.u-c-pk {
  color: #EEA295 !important; }

.u-bg-gd {
  background: #009d95 !important; }

.u-bg-bk {
  background: #1a1a1a !important; }

.u-bg-gy {
  background: #616161 !important; }

.u-bg-c0 {
  background: #1a1a1a !important; }

.u-bg-c1 {
  background: #009d95 !important; }

.u-bg-c2 {
  background: #88BCCB !important; }

.u-bg-c3 {
  background: #E7F2F5 !important; }

.u-bg-wh {
  background: #fff !important; }

.u-bg-pk {
  background: #EEA295 !important; }

/* ---------------------------
input
--------------------------- */
.u-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #D1D1D1;
  position: relative;
  vertical-align: middle;
  padding: 8px 4px;
  resize: none;
  border-radius: 3px; }
  .u-input.invalid {
    border-color: #d45252; }

/* ---------------------------
m
--------------------------- */
.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-1e {
  margin-bottom: 1em !important; }

.u-mb-2e {
  margin-bottom: 2em !important; }

.u-mb-3e {
  margin-bottom: 3em !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

/* ---------------------------
link
--------------------------- */
.u-link01, .mod-articleSet-innerPageLink-links-item a {
  text-decoration: underline !important; }
  .u-link01:hover, .mod-articleSet-innerPageLink-links-item a:hover {
    text-decoration: none !important; }

/* ---------------------------
list
--------------------------- */
.u-list01 li {
  margin-left: 1em; }
  .u-list01 li:before {
    content: "・";
    margin-left: -1em; }

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden; }
  .u-wysiwyg a {
    text-decoration: underline; }
    .u-wysiwyg a:hover {
      text-decoration: none; }
    .u-wysiwyg a img {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .u-wysiwyg a img:hover {
        opacity: 0.8; }
  .u-wysiwyg h1 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 2rem;
    font-weight: bold; }
  .u-wysiwyg h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 1.73rem;
    font-weight: bold; }
  .u-wysiwyg h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 1.44rem;
    font-weight: bold; }
  .u-wysiwyg h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 1rem;
    font-weight: bold; }
  .u-wysiwyg ol {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em; }
    .u-wysiwyg ol li {
      list-style-type: decimal; }
  .u-wysiwyg ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em; }
    .u-wysiwyg ul li {
      list-style-type: disc; }
  .u-wysiwyg p {
    margin-bottom: 1.5em; }
  .u-wysiwyg em {
    font-weight: normal;
    font-style: italic; }
  .u-wysiwyg blockquote {
    background: #f2f2f2; }

@media screen and (min-width: 1299px) {
  /* ==========================================================================
   Large 
   ========================================================================== */
  .wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px; }
  /* ---------------------------
mod-header
--------------------------- */
  .mod-header {
    width: 220px;
    height: 100%;
    -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;
    padding: 65px 30px; }
    .mod-header-smallLogo {
      z-index: 1;
      width: 124px;
      margin: 0 auto; }
      #cat-home .mod-header-smallLogo {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        opacity: 0; }
      .mod-header.on .mod-header-smallLogo,
      #cat-home.is-scrolled .mod-header-smallLogo {
        opacity: 1 !important; }
    .mod-header-largeLogo {
      width: 547px;
      position: absolute;
      left: 0;
      top: 0;
      padding-left: 40px;
      padding-top: 40px;
      pointer-events: none; }
      #cat-home .mod-header-largeLogo {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      #cat-home.is-scrolled .mod-header-largeLogo {
        opacity: 0; }
    .mod-header-snss {
      margin-bottom: 80px; }
      .mod-header-snss-item {
        width: 48px; }
    .mod-header-lang {
      cursor: pointer;
      font-size: 1.6rem;
      text-align: center; }
  /* ---------------------------
mod-footer
--------------------------- */
  .mod-footer {
    padding: 60px 0 80px; }
    .mod-footer-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mod-footer-col1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .mod-footer-logo {
      margin-right: 40px;
      width: 93px; }
    .mod-footer-col2 {
      margin-top: 40px; }
    .mod-footer-links {
      margin-top: 40px; }
      .mod-footer-links-item {
        font-size: 1.2rem; }
        .mod-footer-links-item:not(:last-child) {
          margin-right: 1.5em; }
    .mod-footer-snss {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 30px; }
  .spOnly {
    display: none; }
  .mod-wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px; }
    .mod-wrapin-900 {
      max-width: 980px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .mod-wrapin-930 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .mod-wrapin-1010 {
      max-width: 1090px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
  .mod-mainContent {
    padding-left: 220px; }
  /* ---------------------------
mod-home
--------------------------- */
  .home-calendar {
    padding: 55px 48px; }
    .home-calendar-date {
      font-size: 3.4rem; }
    .home-calendar-day {
      font-size: 2.0rem; }
  .home-mv {
    height: 700px; }
    .home-mv-imgs-item {
      padding-top: 45px;
      padding-right: 50px;
      height: 700px !important; }
    .home-mv-tags {
      right: -8%;
      font-size: 1.6rem; }
    .home-mv-txts {
      bottom: 55px; }
    .home-mv-h {
      font-size: 6rem; }
    .home-mv-lead {
      font-size: 1.8rem; }
  .home-about {
    padding: 100px 0; }
    .home-about-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .home-about-txts {
      width: 50%; }
    .home-about-img {
      width: 48%; }
    .home-about-map {
      margin-right: -46%; }
    .home-about-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .home-about-link .mod-btn02 {
        width: 300px; }
  .home-lead01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-lead01.is-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .home-lead01-h {
      font-size: 6.25rem;
      margin-bottom: 80px; }
    .home-lead01-txts {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 3em; }
      .home-lead01.is-reverse .home-lead01-txts {
        margin-left: 0;
        margin-right: 3em; }
    .home-lead01-clear {
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .home-lead02 {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home-lead02-h {
      font-size: 4.3rem;
      margin-right: 3rem;
      white-space: nowrap; }
  .home-redesign {
    padding: 85px 0; }
    .home-redesign-posts-item {
      margin-right: 65px; }
      .home-redesign-posts-item a {
        width: 450px;
        height: 450px; }
      .home-redesign-posts-item dt {
        font-size: 2rem; }
      .home-redesign-posts-item dd {
        font-size: 1.1rem; }
    .home-redesign-posts-slideBtn {
      width: 80px;
      height: 80px;
      margin-top: -40px; }
      .home-redesign-posts-slideBtn.item-next {
        right: 40px; }
      .home-redesign-posts-slideBtn.item-prev {
        left: 40px; }
  .home-magazine {
    padding: 85px 0; }
  .home-news {
    padding: 76px 0; }
    .home-news-posts-item {
      padding: 40px 0; }
    .home-news-posts-row01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
    .home-news-posts-imgs {
      width: 44.45%; }
    .home-news-posts-txts {
      width: 52%; }
  .home-togo-h {
    font-size: 3.4rem; }
  .home-togo-sec {
    margin-bottom: 80px; }
    .home-togo-sec-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 60px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .home-togo-sec:nth-child(2n) .home-togo-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .home-togo-sec-head {
      width: 48%; }
      .home-togo-sec-head-img {
        margin-bottom: 24px; }
      .home-togo-sec-head-lead {
        font-size: 6.0rem;
        padding-bottom: 10px; }
        .home-togo-sec:nth-child(2n+1) .home-togo-sec-head-lead {
          padding-right: 10px; }
        .home-togo-sec:nth-child(2n) .home-togo-sec-head-lead {
          padding-left: 10px; }
      .home-togo-sec-head-btn .mod-btn02 {
        padding-right: 5em; }
    .home-togo-sec-h {
      font-size: 4.0rem; }
  .home-togo-posts {
    width: 49%;
    padding-bottom: 10%; }
    .home-togo-posts-tag {
      font-size: 2.2rem;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      .home-togo-posts-item:hover .home-togo-posts-tag {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
  /* ---------------------------
h
--------------------------- */
  .mod-h01.size-56 {
    font-size: 3.8rem; }
  .mod-h01 span:after {
    height: 12px; }
  .mod-h02:after {
    width: 80px;
    height: 8px;
    margin: 40px auto; }
  .mod-h04 {
    font-size: 3.8rem; }
    .mod-h04:after {
      margin-top: 30px;
      margin-bottom: 30px; }
  .mod-h05 {
    font-size: 2.4rem;
    padding-bottom: 24px;
    margin-bottom: 60px; }
  /* ---------------------------
mod-gnav
--------------------------- */
  .mod-gnav {
    padding-left: calc(220px + 60px);
    padding-right: 60px;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
    .mod-gnav.on {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    .mod-gnav-content {
      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;
      height: 100%; }
    .mod-gnav-snss-item {
      width: 40px; }
      .mod-gnav-snss-item:not(:last-child) {
        margin-right: 20px; }
    .mod-gnav-links {
      margin-bottom: calc(-60px + 40px);
      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; }
      .mod-gnav-links-item {
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
        width: 48%;
        margin-bottom: 60px; }
        .mod-gnav-links-item dt {
          font-size: 3rem; }
        .mod-gnav-links-item dd {
          font-size: 0.85rem; }
    .mod-gnav-langs {
      margin-bottom: 20px; }
      .mod-gnav-langs dt {
        width: 40px; }
    .mod-gnav-btn {
      right: 10px;
      width: 80px;
      height: 80px; }
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 12px 20px; }
    .mod-btn01.size-s {
      padding: 8px 16px; }
    .mod-btn01.w100 {
      width: 8em;
      margin: 0 auto;
      padding: 6px 12px;
      letter-spacing: 0;
      font-size: 1.0rem; }
    .mod-btn01.w380 {
      width: 380px;
      margin: 0 auto; }
    .mod-btn01.w680 {
      width: 680px;
      margin: 0 auto; }
    .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
      width: 24px;
      height: 24px; }
    .mod-btn01.newTab-r:before {
      right: 10px;
      margin-top: -10px; }
  .mod-btn02 {
    font-size: 1.6rem;
    padding: 18px 0; }
    .mod-btn02.size-l {
      border-bottom-width: 16px;
      padding: 25px 0;
      font-size: 3.2rem; }
  .pswp__button--close {
    width: 40px !important;
    height: 40px !important; }
  /* ---------------------------
magazine
--------------------------- */
  .mod-magazine-mv {
    height: 80vh; }
  .mod-magazine-mainContent {
    padding: 150px 0 100px; }
  .mod-magazine-head {
    max-width: 900px;
    padding: 60px 60px 30px;
    padding-top: 0;
    margin-top: -270px;
    margin-bottom: 40px; }
    .mod-magazine-head.is-absolute {
      position: absolute;
      right: 0;
      bottom: -80px;
      margin-bottom: 0; }
    .mod-magazine-head-head {
      margin-bottom: 36px;
      margin-top: -20px; }
  .mod-magazine-catIcons-item a {
    width: 40px;
    height: 40px; }
  .mod-magazine-h {
    font-size: 2.2rem;
    margin-bottom: 0.5em; }
  .mod-magazine-lead {
    font-size: 1.2rem; }
  .mod-magazine-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod-magazine-authors-item:not(:last-child) {
      margin-right: 20px; }
    .mod-magazine-authors-img {
      width: 48px; }
  .mod-magazine-spot-h {
    font-size: 2rem; }
  .mod-magazine-textSec-h {
    font-size: 2rem; }
  .mod-magazine-address {
    margin-bottom: 40px; }
  .mod-magazine-relatedProject {
    padding: 60px 0; }
    .mod-magazine-relatedProject-h {
      font-size: 1.6rem; }
  .mod-magazine-relatedMagazine {
    padding: 60px 0; }
  .mod-magazine-archiveSec {
    padding: 140px 0; }
  .mod-magazine-posts01 {
    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;
    margin-bottom: -60px; }
    .mod-magazine-posts01.is-marginTopEven {
      margin-bottom: 80px; }
    .mod-magazine-posts01-item {
      width: 47%;
      margin-bottom: 60px; }
      .mod-magazine-posts01.is-marginTopEven .mod-magazine-posts01-item:nth-child(2n) {
        margin-top: 100px;
        margin-bottom: -100px; }
    .mod-magazine-posts01-largeTag {
      right: -36px;
      top: 40px;
      font-size: 2rem; }
    .mod-magazine-posts01-item:nth-child(2n) .mod-magazine-posts01-img:before {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .mod-magazine-posts01-txts {
      padding: 40px 28px 20px;
      margin-left: 35px;
      margin-top: -25px; }
    .mod-magazine-posts01-head {
      padding: 0 28px; }
    .mod-magazine-posts01-cat {
      margin-top: -20px; }
    .mod-magazine-posts01-catIcons-item {
      width: 40px;
      height: 40px; }
    .mod-magazine-posts01-h {
      font-size: 1.3rem; }
    .mod-magazine-posts01-authors-item {
      width: 48px; }
    .mod-magazine-posts01-date {
      font-size: 1.3rem;
      top: 55px; }
    .mod-magazine-posts01-tags-item {
      font-size: 1.3rem; }
  .mod-magazine-posts02-img-in {
    height: 600px; }
  .mod-magazine-posts02-txts {
    width: 560px;
    padding: 60px;
    padding-top: 0;
    margin-top: -270px;
    margin-bottom: 40px; }
    .mod-magazine-posts02-txts.is-absolute {
      position: absolute;
      right: 0;
      bottom: -80px;
      margin-bottom: 0; }
    .mod-magazine-posts02-txts-head {
      margin-bottom: 36px;
      margin-top: -20px; }
  .mod-magazine-posts02-catIcons-item {
    width: 40px;
    height: 40px; }
  .mod-magazine-posts02-date {
    font-size: 1.6rem; }
  .mod-magazine-posts02-h {
    font-size: 1.4rem; }
  .mod-magazine-posts02-authors-item {
    width: 64px; }
  .mod-magazine-posts02-tags {
    left: -10px;
    font-size: 1.6rem; }
  /* ---------------------------
mod-snsBtns
--------------------------- */
  .mod-snsBtns-wrap {
    padding: 80px 0; }
  .mod-snsBtns01-item {
    width: 160px; }
  /* ---------------------------
mod-project
--------------------------- */
  .mod-project-mv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
    height: 770px; }
    .mod-project-mv-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .mod-project-mv-content {
      position: relative;
      margin-right: 80px;
      width: 100%;
      max-width: 1010px; }
  .mod-project-head {
    margin-bottom: 30px; }
    .mod-project-head-content {
      padding: 24px 50px;
      padding-right: 80px; }
  .mod-project-h {
    font-size: 3rem; }
  .mod-project-type {
    font-size: 1.1rem; }
  .mod-project-catIcons-item {
    width: 40px;
    height: 40px; }
  .mod-project-pageNav {
    padding: 15px 50px;
    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; }
  .mod-project-about {
    min-height: 1080px;
    padding-top: 150px;
    margin-bottom: 150px; }
    .mod-project-about-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 1080px; }
    .mod-project-about-content {
      padding: 90px 100px;
      margin-bottom: 100px;
      margin-right: 80px;
      max-width: 1010px; }
    .mod-project-about-lead {
      font-size: 2.0rem; }
  .mod-project-sec {
    padding-bottom: 80px;
    overflow: hidden; }
    .mod-project-sec-h {
      font-size: 5rem;
      margin-bottom: 45px; }
    .mod-project-sec-lead-h {
      font-size: 1.8rem; }
    .mod-project-sec-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 50px; }
      .mod-project-sec:nth-child(2n+1) .mod-project-sec-clear,
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .mod-project-sec:nth-child(2n) .mod-project-sec-clear,
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .mod-project-sec-img {
      width: 50.1%; }
      .mod-project-sec-img-slider {
        margin-bottom: 30px; }
    .mod-project-sec-designImg {
      width: 50.1%; }
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-designImg {
        float: right; }
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-designImg {
        float: left; }
    .mod-project-sec-txts {
      width: 41.4%; }
    .mod-project-sec-designTxts {
      width: 100%; }
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-designTxts {
        margin-right: 9%; }
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-designTxts {
        margin-left: 9%; }
    .mod-project-sec-link {
      margin-top: 50px; }
  .mod-project-members-links-item {
    width: 25%;
    padding-left: 2%;
    padding-right: 2%; }
  .mod-project-members-links-name dt {
    font-size: 1.2rem; }
  .mod-project-archiveSec {
    padding: 60px 0; }
  .mod-project-posts01-item:not(:last-child) {
    margin-bottom: 60px; }
  .mod-project-posts01-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .mod-project-posts01-item a:hover {
      opacity: 1; }
  .mod-project-posts01-item:nth-child(2n+1) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .mod-project-posts01-img {
    width: 71.7%;
    margin-top: 4%; }
    .mod-project-posts01-item:nth-child(2n+1) .mod-project-posts01-img {
      margin-left: -9.6%; }
    .mod-project-posts01-item:nth-child(2n) .mod-project-posts01-img {
      margin-right: -9.6%; }
  .mod-project-posts01-txts {
    width: 38.2%;
    padding: 50px; }
  .mod-project-posts01-h {
    font-size: 2rem; }
  .mod-project-posts01-tags-item {
    font-size: 1.3rem; }
  .mod-project-posts02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod-project-posts02-item {
      width: 50%; }
      .mod-project-posts02-item a {
        padding: 170px 20px; }
      .mod-project-posts02-item dt {
        font-size: 2rem; }
      .mod-project-posts02-item dd {
        font-size: 1.1rem; }
  /* ---------------------------
colBtns
--------------------------- */
  .mod-1ColBtn {
    margin: 0 auto; }
    .mod-1ColBtn.size-450 {
      width: 450px; }
    .mod-1ColBtn.size-540 {
      width: 540px; }
  .mod-contact {
    padding: 60px 0; }
    .mod-contact-col1 {
      max-width: 590px;
      margin-right: 20px; }
    .mod-contact-col2 {
      max-width: 290px; }
  /* ---------------------------
mod-mv
--------------------------- */
  .mod-mv01 {
    height: 54vw; }
    .mod-mv01.size-s {
      height: 600px; }
  /* ---------------------------
txtBox
--------------------------- */
  .mod-txtBox01 {
    padding: 14px 20px; }
  /* ---------------------------
slider
--------------------------- */
  .mod-slider01-nav li {
    width: 10px;
    height: 10px; }
    .mod-slider01-nav li:not(:last-child) {
      margin-right: 15px;
      margin-bottom: 15px; }
  /* ---------------------------
mod-articleSet
--------------------------- */
  .mod-articleSet-innerPageLink {
    padding: 32px;
    margin-bottom: 40px; }
  .mod-articleSet-h2 {
    font-size: 2.4rem;
    padding-bottom: 30px;
    margin-bottom: 45px; }
  .mod-articleSet-h3 {
    font-size: 2.0rem;
    padding-bottom: 30px;
    margin-bottom: 40px; }
  .mod-articleSet-h4 {
    font-size: 1.6rem;
    margin-bottom: 30px; }
  .mod-articleSet-textarea.is-col2 {
    -webkit-column-gap: 40px;
    column-gap: 40px; }
  .mod-articleSet-sourceCode {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-txtBox {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-ul {
    margin-bottom: 40px; }
  .mod-articleSet-ol {
    margin-bottom: 40px; }
  .mod-articleSet-table {
    margin-bottom: 40px; }
    .mod-articleSet-table th, .mod-articleSet-table td {
      padding: 14px; }
  .mod-articleSet-video {
    margin-bottom: 40px; }
    .mod-articleSet-video iframe {
      height: 520px; }
  .mod-articleSet-1img {
    margin-bottom: 30px; }
  .mod-articleSet-2imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .mod-articleSet-2imgs-item {
      width: 48%; }
  .mod-articleSet-3imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .mod-articleSet-3imgs-item {
      width: 31%; }
  .mod-articleSet-imgAndText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    .mod-articleSet-imgAndText.is-imgRight {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .mod-articleSet-imgAndText-img {
      width: 48%; }
    .mod-articleSet-imgAndText-txt {
      width: 48%; }
  .mod-articleSet-txtBox02 {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-btns {
    margin-bottom: 40px; }
    .mod-articleSet-btns.is-single .mod-articleSet-btns-item:nth-child(n+1) {
      margin-top: 20px; }
    .mod-articleSet-btns.is-multiple .mod-articleSet-btns-item {
      width: 100%; }
      .mod-articleSet-btns.is-multiple .mod-articleSet-btns-item:not(:last-child) {
        margin-right: 2em; }
  .mod-articleSet-qa {
    margin-bottom: 40px; }
    .mod-articleSet-qa-q, .mod-articleSet-qa-a {
      padding-left: 24px;
      padding-top: 24px; }
    .mod-articleSet-qa-q {
      margin-bottom: 24px; }
    .mod-articleSet-qa-ico {
      width: 48px;
      height: 48px; }
    .mod-articleSet-qa-txt {
      padding: 30px 18px; }
  .mod-articleSet-gmap {
    margin-bottom: 40px; }
    .mod-articleSet-gmap iframe {
      height: 480px; }
  .mod-articleSet-notes {
    margin-bottom: 40px; }
  .mod-articleSet-fukidashi {
    margin-bottom: 40px; }
    .mod-articleSet-fukidashi-img {
      width: 250px;
      padding: 0 38px; }
    .mod-articleSet-fukidashi-txt:after {
      border: 14px solid transparent;
      border-left: 22px solid #f2f2f2;
      margin-top: -11px; }
  .mod-articleSet-contact {
    padding: 60px 0 30px; }
    .mod-articleSet-contact-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mod-articleSet-contact-h {
      font-size: 2.3rem;
      margin-right: 40px;
      padding: 0 1em;
      padding-top: 3em; }
    .mod-articleSet-contact-secs {
      width: 100%; }
      .mod-articleSet-contact-secs-item {
        padding: 35px 45px; }
      .mod-articleSet-contact-secs-h {
        margin-right: 90px; }
      .mod-articleSet-contact-secs-txt {
        font-size: 0.9rem; }
  .mod-articleSet-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px;
    margin-bottom: 40px; }
    .mod-articleSet-person-img {
      width: 20%; }
    .mod-articleSet-person-txts {
      width: 75%; }
  .mod-articleSet-keywords {
    padding: 60px 40px 30px; }
    .mod-articleSet-keywords-h {
      font-size: 2.3rem; }
  /* ---------------------------
catHead01
--------------------------- */
  .mod-catHead01 {
    padding: 90px 0; }
    .mod-catHead01-h {
      font-size: 6.2rem; }
      .mod-catHead01-h span {
        margin: 30px;
        padding-bottom: 30px; }
    .mod-catHead01-lead {
      font-size: 1.1rem; }
    .mod-catHead01-links-item i {
      width: 40px;
      height: 40px; }
  /* ---------------------------
iconLinks
--------------------------- */
  .mod-iconLinks01-item i {
    width: 40px;
    height: 40px; }
  /* ---------------------------
mod-partners
--------------------------- */
  .mod-partners-links-item {
    width: 31%;
    margin-bottom: 3%; }
    .mod-partners-links-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  /* ---------------------------
mod-about
--------------------------- */
  .about-index-mv {
    height: 900px; }
    .about-index-mv-in {
      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;
      height: 100%; }
    .about-index-mv-h {
      position: absolute;
      left: 0;
      top: 50px;
      width: 100%;
      font-size: 6.5rem; }
    .about-index-mv-lead dt {
      font-size: 6rem; }
    .about-index-mv-lead dd {
      font-size: 1.2rem; }
  .about-leadSec {
    padding: 110px 0; }
    .about-leadSec-h {
      font-size: 2.0rem; }
    .about-leadSec-txt {
      margin-bottom: 80px; }
  .about-where-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .about-where-txts {
    width: 50%;
    font-size: 0.9rem; }
  .about-where-img {
    width: 48%; }
  .about-where-map {
    margin-right: -46%;
    margin-left: -5%; }
  .about-where-h {
    font-size: 3.0rem; }
  .about-where-spec-txt span {
    font-size: 3.0rem; }
  .about-links-item {
    font-size: 2.3rem;
    height: 20vw; }
  .about-sec01:not(:last-child) {
    margin-bottom: 120px; }
  .about-sec01-wrap {
    padding: 120px 0; }
  .about-sec01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .about-sec01:nth-child(2n+1) .about-sec01-clear {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .about-sec01-txts {
    width: 41.4%; }
  .about-sec01-leadJa {
    font-size: 1.6rem; }
  .about-sec01-btn .mod-btn02 {
    font-size: 1.3rem; }
  .about-sec01-img {
    width: 50.1%; }
  .about-sec02 {
    padding: 90px 0; }
  .about-members-links-item {
    width: 25%;
    padding-left: 2%;
    padding-right: 2%; }
  .about-members-links-name dt {
    font-size: 1.2rem; }
  .about-keywords-imgs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about-keywords-imgs-row:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .about-keywords-imgs-item {
    width: 50%; }
  .about-keywords-imgs-txt {
    font-size: 2.5rem; }
  .about-keywords-smallImgs-txt {
    font-size: 1.8rem; }
  .about-keywords-popup {
    padding: 60px; }
    .about-keywords-popup-close {
      right: 0;
      top: 0;
      width: 50px; }
    .about-keywords-popup-sec {
      padding: 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1100px; }
      .about-keywords-popup-sec.on {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .about-keywords-popup-img {
      width: 30%; }
    .about-keywords-popup-txts {
      width: 65%; }
    .about-keywords-popup-h {
      font-size: 2.9rem; }
    .about-keywords-popup-btn {
      min-width: 310px; }
  .about-single-mv-h {
    padding: 42px 65px;
    width: 720px;
    max-width: 80%; }
    .about-single-mv-h-span01 {
      font-size: 3.2rem; }
    .about-single-mv-h-span02 {
      font-size: 5.2rem; }
  .about-sec03 {
    margin-bottom: 60px; }
    .about-sec03-bg {
      height: 600px; }
    .about-sec03-txt {
      padding: 50px 60px;
      margin-top: -85px; }
  .about-toGoTo-links-item {
    width: 31%;
    margin-bottom: 3%; }
    .about-toGoTo-links-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .cff-item {
    padding: 40px 0; }
  .cff-media-wrap {
    width: 44.45%; }
  .cff-text-wrapper {
    width: 52%; }
  .cff-meta-wrap {
    margin-top: 30px; }
  .cff-shared-link {
    margin-top: 40px; }
  .cff-text-link {
    margin-top: 20px; }
  /* ---------------------------
input
--------------------------- */
  /* ---------------------------
m
--------------------------- */
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg blockquote {
    padding: 14px 20px;
    margin-bottom: 40px; } }

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
  /* ==========================================================================
   PC 
   ========================================================================== */
  .wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px; }
  /* ---------------------------
mod-header
--------------------------- */
  .mod-header {
    width: 220px;
    height: 100%;
    -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;
    padding: 65px 30px; }
    .mod-header-smallLogo {
      z-index: 1;
      width: 124px;
      margin: 0 auto; }
      #cat-home .mod-header-smallLogo {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        opacity: 0; }
      .mod-header.on .mod-header-smallLogo,
      #cat-home.is-scrolled .mod-header-smallLogo {
        opacity: 1 !important; }
    .mod-header-largeLogo {
      width: 547px;
      position: absolute;
      left: 0;
      top: 0;
      padding-left: 40px;
      padding-top: 40px;
      pointer-events: none; }
      #cat-home .mod-header-largeLogo {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      #cat-home.is-scrolled .mod-header-largeLogo {
        opacity: 0; }
    .mod-header-snss {
      margin-bottom: 80px; }
      .mod-header-snss-item {
        width: 48px; }
    .mod-header-lang {
      cursor: pointer;
      font-size: 1.6rem;
      text-align: center; }
  /* ---------------------------
mod-footer
--------------------------- */
  .mod-footer {
    padding: 60px 0 80px; }
    .mod-footer-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mod-footer-col1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .mod-footer-logo {
      margin-right: 40px;
      width: 93px; }
    .mod-footer-col2 {
      margin-top: 40px; }
    .mod-footer-links {
      margin-top: 40px; }
      .mod-footer-links-item {
        font-size: 1.2rem; }
        .mod-footer-links-item:not(:last-child) {
          margin-right: 1.5em; }
    .mod-footer-snss {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 30px; }
  .tbOnly {
    display: none; }
  .spOnly {
    display: none; }
  .mod-wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px; }
    .mod-wrapin-900 {
      max-width: 980px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .mod-wrapin-930 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .mod-wrapin-1010 {
      max-width: 1090px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
  .mod-mainContent {
    padding-left: 220px; }
  /* ---------------------------
mod-home
--------------------------- */
  .home-calendar {
    padding: 55px 48px; }
    .home-calendar-date {
      font-size: 3.4rem; }
    .home-calendar-day {
      font-size: 2.0rem; }
  .home-mv {
    height: 700px; }
    .home-mv-imgs-item {
      padding-top: 45px;
      padding-right: 50px;
      height: 700px !important; }
    .home-mv-tags {
      right: -8%;
      font-size: 1.6rem; }
    .home-mv-txts {
      bottom: 55px; }
    .home-mv-h {
      font-size: 6rem; }
    .home-mv-lead {
      font-size: 1.8rem; }
  .home-about {
    padding: 100px 0; }
    .home-about-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .home-about-txts {
      width: 50%; }
    .home-about-img {
      width: 48%; }
    .home-about-map {
      margin-right: -46%; }
    .home-about-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .home-about-link .mod-btn02 {
        width: 300px; }
  .home-lead01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-lead01.is-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .home-lead01-h {
      font-size: 6.25rem;
      margin-bottom: 80px; }
    .home-lead01-txts {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 3em; }
      .home-lead01.is-reverse .home-lead01-txts {
        margin-left: 0;
        margin-right: 3em; }
    .home-lead01-clear {
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .home-lead02 {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home-lead02-h {
      font-size: 4.3rem;
      margin-right: 3rem;
      white-space: nowrap; }
  .home-redesign {
    padding: 85px 0; }
    .home-redesign-posts-item {
      margin-right: 65px; }
      .home-redesign-posts-item a {
        width: 450px;
        height: 450px; }
      .home-redesign-posts-item dt {
        font-size: 2rem; }
      .home-redesign-posts-item dd {
        font-size: 1.1rem; }
    .home-redesign-posts-slideBtn {
      width: 80px;
      height: 80px;
      margin-top: -40px; }
      .home-redesign-posts-slideBtn.item-next {
        right: 40px; }
      .home-redesign-posts-slideBtn.item-prev {
        left: 40px; }
  .home-magazine {
    padding: 85px 0; }
  .home-news {
    padding: 76px 0; }
    .home-news-posts-item {
      padding: 40px 0; }
    .home-news-posts-row01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
    .home-news-posts-imgs {
      width: 44.45%; }
    .home-news-posts-txts {
      width: 52%; }
  .home-togo-h {
    font-size: 3.4rem; }
  .home-togo-sec {
    margin-bottom: 80px; }
    .home-togo-sec-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 60px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .home-togo-sec:nth-child(2n) .home-togo-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .home-togo-sec-head {
      width: 48%; }
      .home-togo-sec-head-img {
        margin-bottom: 24px; }
      .home-togo-sec-head-lead {
        font-size: 6.0rem;
        padding-bottom: 10px; }
        .home-togo-sec:nth-child(2n+1) .home-togo-sec-head-lead {
          padding-right: 10px; }
        .home-togo-sec:nth-child(2n) .home-togo-sec-head-lead {
          padding-left: 10px; }
      .home-togo-sec-head-btn .mod-btn02 {
        padding-right: 5em; }
    .home-togo-sec-h {
      font-size: 4.0rem; }
  .home-togo-posts {
    width: 49%;
    padding-bottom: 10%; }
    .home-togo-posts-tag {
      font-size: 2.2rem;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      .home-togo-posts-item:hover .home-togo-posts-tag {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
  /* ---------------------------
h
--------------------------- */
  .mod-h01.size-56 {
    font-size: 3.8rem; }
  .mod-h01 span:after {
    height: 12px; }
  .mod-h02:after {
    width: 80px;
    height: 8px;
    margin: 40px auto; }
  .mod-h04 {
    font-size: 3.8rem; }
    .mod-h04:after {
      margin-top: 30px;
      margin-bottom: 30px; }
  .mod-h05 {
    font-size: 2.4rem;
    padding-bottom: 24px;
    margin-bottom: 60px; }
  /* ---------------------------
mod-gnav
--------------------------- */
  .mod-gnav {
    padding-left: calc(220px + 60px);
    padding-right: 60px;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
    .mod-gnav.on {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    .mod-gnav-content {
      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;
      height: 100%; }
    .mod-gnav-snss-item {
      width: 40px; }
      .mod-gnav-snss-item:not(:last-child) {
        margin-right: 20px; }
    .mod-gnav-links {
      margin-bottom: calc(-60px + 40px);
      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; }
      .mod-gnav-links-item {
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
        width: 48%;
        margin-bottom: 60px; }
        .mod-gnav-links-item dt {
          font-size: 3rem; }
        .mod-gnav-links-item dd {
          font-size: 0.85rem; }
    .mod-gnav-langs {
      margin-bottom: 20px; }
      .mod-gnav-langs dt {
        width: 40px; }
    .mod-gnav-btn {
      right: 10px;
      width: 80px;
      height: 80px; }
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 12px 20px; }
    .mod-btn01.size-s {
      padding: 8px 16px; }
    .mod-btn01.w100 {
      width: 8em;
      margin: 0 auto;
      padding: 6px 12px;
      letter-spacing: 0;
      font-size: 1.0rem; }
    .mod-btn01.w380 {
      width: 380px;
      margin: 0 auto; }
    .mod-btn01.w680 {
      width: 680px;
      margin: 0 auto; }
    .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
      width: 24px;
      height: 24px; }
    .mod-btn01.newTab-r:before {
      right: 10px;
      margin-top: -10px; }
  .mod-btn02 {
    font-size: 1.6rem;
    padding: 18px 0; }
    .mod-btn02.size-l {
      border-bottom-width: 16px;
      padding: 25px 0;
      font-size: 3.2rem; }
  .pswp__button--close {
    width: 40px !important;
    height: 40px !important; }
  /* ---------------------------
magazine
--------------------------- */
  .mod-magazine-mv {
    height: 80vh; }
  .mod-magazine-mainContent {
    padding: 150px 0 100px; }
  .mod-magazine-head {
    max-width: 900px;
    padding: 60px 60px 30px;
    padding-top: 0;
    margin-top: -270px;
    margin-bottom: 40px; }
    .mod-magazine-head.is-absolute {
      position: absolute;
      right: 0;
      bottom: -80px;
      margin-bottom: 0; }
    .mod-magazine-head-head {
      margin-bottom: 36px;
      margin-top: -20px; }
  .mod-magazine-catIcons-item a {
    width: 40px;
    height: 40px; }
  .mod-magazine-h {
    font-size: 2.2rem;
    margin-bottom: 0.5em; }
  .mod-magazine-lead {
    font-size: 1.2rem; }
  .mod-magazine-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod-magazine-authors-item:not(:last-child) {
      margin-right: 20px; }
    .mod-magazine-authors-img {
      width: 48px; }
  .mod-magazine-spot-h {
    font-size: 2rem; }
  .mod-magazine-textSec-h {
    font-size: 2rem; }
  .mod-magazine-address {
    margin-bottom: 40px; }
  .mod-magazine-relatedProject {
    padding: 60px 0; }
    .mod-magazine-relatedProject-h {
      font-size: 1.6rem; }
  .mod-magazine-relatedMagazine {
    padding: 60px 0; }
  .mod-magazine-archiveSec {
    padding: 140px 0; }
  .mod-magazine-posts01 {
    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;
    margin-bottom: -60px; }
    .mod-magazine-posts01.is-marginTopEven {
      margin-bottom: 80px; }
    .mod-magazine-posts01-item {
      width: 47%;
      margin-bottom: 60px; }
      .mod-magazine-posts01.is-marginTopEven .mod-magazine-posts01-item:nth-child(2n) {
        margin-top: 100px;
        margin-bottom: -100px; }
    .mod-magazine-posts01-largeTag {
      right: -36px;
      top: 40px;
      font-size: 2rem; }
    .mod-magazine-posts01-item:nth-child(2n) .mod-magazine-posts01-img:before {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .mod-magazine-posts01-txts {
      padding: 40px 28px 20px;
      margin-left: 35px;
      margin-top: -25px; }
    .mod-magazine-posts01-head {
      padding: 0 28px; }
    .mod-magazine-posts01-cat {
      margin-top: -20px; }
    .mod-magazine-posts01-catIcons-item {
      width: 40px;
      height: 40px; }
    .mod-magazine-posts01-h {
      font-size: 1.3rem; }
    .mod-magazine-posts01-authors-item {
      width: 48px; }
    .mod-magazine-posts01-date {
      font-size: 1.3rem;
      top: 55px; }
    .mod-magazine-posts01-tags-item {
      font-size: 1.3rem; }
  .mod-magazine-posts02-img-in {
    height: 600px; }
  .mod-magazine-posts02-txts {
    width: 560px;
    padding: 60px;
    padding-top: 0;
    margin-top: -270px;
    margin-bottom: 40px; }
    .mod-magazine-posts02-txts.is-absolute {
      position: absolute;
      right: 0;
      bottom: -80px;
      margin-bottom: 0; }
    .mod-magazine-posts02-txts-head {
      margin-bottom: 36px;
      margin-top: -20px; }
  .mod-magazine-posts02-catIcons-item {
    width: 40px;
    height: 40px; }
  .mod-magazine-posts02-date {
    font-size: 1.6rem; }
  .mod-magazine-posts02-h {
    font-size: 1.4rem; }
  .mod-magazine-posts02-authors-item {
    width: 64px; }
  .mod-magazine-posts02-tags {
    left: -10px;
    font-size: 1.6rem; }
  /* ---------------------------
mod-snsBtns
--------------------------- */
  .mod-snsBtns-wrap {
    padding: 80px 0; }
  .mod-snsBtns01-item {
    width: 160px; }
  /* ---------------------------
mod-project
--------------------------- */
  .mod-project-mv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
    height: 770px; }
    .mod-project-mv-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .mod-project-mv-content {
      position: relative;
      margin-right: 80px;
      width: 100%;
      max-width: 1010px; }
  .mod-project-head {
    margin-bottom: 30px; }
    .mod-project-head-content {
      padding: 24px 50px;
      padding-right: 80px; }
  .mod-project-h {
    font-size: 3rem; }
  .mod-project-type {
    font-size: 1.1rem; }
  .mod-project-catIcons-item {
    width: 40px;
    height: 40px; }
  .mod-project-pageNav {
    padding: 15px 50px;
    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; }
  .mod-project-about {
    min-height: 1080px;
    padding-top: 150px;
    margin-bottom: 150px; }
    .mod-project-about-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 1080px; }
    .mod-project-about-content {
      padding: 90px 100px;
      margin-bottom: 100px;
      margin-right: 80px;
      max-width: 1010px; }
    .mod-project-about-lead {
      font-size: 2.0rem; }
  .mod-project-sec {
    padding-bottom: 80px;
    overflow: hidden; }
    .mod-project-sec-h {
      font-size: 5rem;
      margin-bottom: 45px; }
    .mod-project-sec-lead-h {
      font-size: 1.8rem; }
    .mod-project-sec-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 50px; }
      .mod-project-sec:nth-child(2n+1) .mod-project-sec-clear,
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .mod-project-sec:nth-child(2n) .mod-project-sec-clear,
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .mod-project-sec-img {
      width: 50.1%; }
      .mod-project-sec-img-slider {
        margin-bottom: 30px; }
    .mod-project-sec-designImg {
      width: 50.1%; }
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-designImg {
        float: right; }
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-designImg {
        float: left; }
    .mod-project-sec-txts {
      width: 41.4%; }
    .mod-project-sec-designTxts {
      width: 100%; }
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-designTxts {
        margin-right: 9%; }
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-designTxts {
        margin-left: 9%; }
    .mod-project-sec-link {
      margin-top: 50px; }
  .mod-project-members-links-item {
    width: 25%;
    padding-left: 2%;
    padding-right: 2%; }
  .mod-project-members-links-name dt {
    font-size: 1.2rem; }
  .mod-project-archiveSec {
    padding: 60px 0; }
  .mod-project-posts01-item:not(:last-child) {
    margin-bottom: 60px; }
  .mod-project-posts01-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .mod-project-posts01-item a:hover {
      opacity: 1; }
  .mod-project-posts01-item:nth-child(2n+1) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .mod-project-posts01-img {
    width: 71.7%;
    margin-top: 4%; }
    .mod-project-posts01-item:nth-child(2n+1) .mod-project-posts01-img {
      margin-left: -9.6%; }
    .mod-project-posts01-item:nth-child(2n) .mod-project-posts01-img {
      margin-right: -9.6%; }
  .mod-project-posts01-txts {
    width: 38.2%;
    padding: 50px; }
  .mod-project-posts01-h {
    font-size: 2rem; }
  .mod-project-posts01-tags-item {
    font-size: 1.3rem; }
  .mod-project-posts02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod-project-posts02-item {
      width: 50%; }
      .mod-project-posts02-item a {
        padding: 170px 20px; }
      .mod-project-posts02-item dt {
        font-size: 2rem; }
      .mod-project-posts02-item dd {
        font-size: 1.1rem; }
  /* ---------------------------
colBtns
--------------------------- */
  .mod-1ColBtn {
    margin: 0 auto; }
    .mod-1ColBtn.size-450 {
      width: 450px; }
    .mod-1ColBtn.size-540 {
      width: 540px; }
  .mod-contact {
    padding: 60px 0; }
    .mod-contact-col1 {
      max-width: 590px;
      margin-right: 20px; }
    .mod-contact-col2 {
      max-width: 290px; }
  /* ---------------------------
mod-mv
--------------------------- */
  .mod-mv01 {
    height: 54vw; }
    .mod-mv01.size-s {
      height: 600px; }
  /* ---------------------------
txtBox
--------------------------- */
  .mod-txtBox01 {
    padding: 14px 20px; }
  /* ---------------------------
slider
--------------------------- */
  .mod-slider01-nav li {
    width: 10px;
    height: 10px; }
    .mod-slider01-nav li:not(:last-child) {
      margin-right: 15px;
      margin-bottom: 15px; }
  /* ---------------------------
mod-articleSet
--------------------------- */
  .mod-articleSet-innerPageLink {
    padding: 32px;
    margin-bottom: 40px; }
  .mod-articleSet-h2 {
    font-size: 2.4rem;
    padding-bottom: 30px;
    margin-bottom: 45px; }
  .mod-articleSet-h3 {
    font-size: 2.0rem;
    padding-bottom: 30px;
    margin-bottom: 40px; }
  .mod-articleSet-h4 {
    font-size: 1.6rem;
    margin-bottom: 30px; }
  .mod-articleSet-textarea.is-col2 {
    -webkit-column-gap: 40px;
    column-gap: 40px; }
  .mod-articleSet-sourceCode {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-txtBox {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-ul {
    margin-bottom: 40px; }
  .mod-articleSet-ol {
    margin-bottom: 40px; }
  .mod-articleSet-table {
    margin-bottom: 40px; }
    .mod-articleSet-table th, .mod-articleSet-table td {
      padding: 14px; }
  .mod-articleSet-video {
    margin-bottom: 40px; }
    .mod-articleSet-video iframe {
      height: 520px; }
  .mod-articleSet-1img {
    margin-bottom: 30px; }
  .mod-articleSet-2imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .mod-articleSet-2imgs-item {
      width: 48%; }
  .mod-articleSet-3imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .mod-articleSet-3imgs-item {
      width: 31%; }
  .mod-articleSet-imgAndText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    .mod-articleSet-imgAndText.is-imgRight {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .mod-articleSet-imgAndText-img {
      width: 48%; }
    .mod-articleSet-imgAndText-txt {
      width: 48%; }
  .mod-articleSet-txtBox02 {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-btns {
    margin-bottom: 40px; }
    .mod-articleSet-btns.is-single .mod-articleSet-btns-item:nth-child(n+1) {
      margin-top: 20px; }
    .mod-articleSet-btns.is-multiple .mod-articleSet-btns-item {
      width: 100%; }
      .mod-articleSet-btns.is-multiple .mod-articleSet-btns-item:not(:last-child) {
        margin-right: 2em; }
  .mod-articleSet-qa {
    margin-bottom: 40px; }
    .mod-articleSet-qa-q, .mod-articleSet-qa-a {
      padding-left: 24px;
      padding-top: 24px; }
    .mod-articleSet-qa-q {
      margin-bottom: 24px; }
    .mod-articleSet-qa-ico {
      width: 48px;
      height: 48px; }
    .mod-articleSet-qa-txt {
      padding: 30px 18px; }
  .mod-articleSet-gmap {
    margin-bottom: 40px; }
    .mod-articleSet-gmap iframe {
      height: 480px; }
  .mod-articleSet-notes {
    margin-bottom: 40px; }
  .mod-articleSet-fukidashi {
    margin-bottom: 40px; }
    .mod-articleSet-fukidashi-img {
      width: 250px;
      padding: 0 38px; }
    .mod-articleSet-fukidashi-txt:after {
      border: 14px solid transparent;
      border-left: 22px solid #f2f2f2;
      margin-top: -11px; }
  .mod-articleSet-contact {
    padding: 60px 0 30px; }
    .mod-articleSet-contact-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mod-articleSet-contact-h {
      font-size: 2.3rem;
      margin-right: 40px;
      padding: 0 1em;
      padding-top: 3em; }
    .mod-articleSet-contact-secs {
      width: 100%; }
      .mod-articleSet-contact-secs-item {
        padding: 35px 45px; }
      .mod-articleSet-contact-secs-h {
        margin-right: 90px; }
      .mod-articleSet-contact-secs-txt {
        font-size: 0.9rem; }
  .mod-articleSet-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px;
    margin-bottom: 40px; }
    .mod-articleSet-person-img {
      width: 20%; }
    .mod-articleSet-person-txts {
      width: 75%; }
  .mod-articleSet-keywords {
    padding: 60px 40px 30px; }
    .mod-articleSet-keywords-h {
      font-size: 2.3rem; }
  /* ---------------------------
catHead01
--------------------------- */
  .mod-catHead01 {
    padding: 90px 0; }
    .mod-catHead01-h {
      font-size: 6.2rem; }
      .mod-catHead01-h span {
        margin: 30px;
        padding-bottom: 30px; }
    .mod-catHead01-lead {
      font-size: 1.1rem; }
    .mod-catHead01-links-item i {
      width: 40px;
      height: 40px; }
  /* ---------------------------
iconLinks
--------------------------- */
  .mod-iconLinks01-item i {
    width: 40px;
    height: 40px; }
  /* ---------------------------
mod-partners
--------------------------- */
  .mod-partners-links-item {
    width: 31%;
    margin-bottom: 3%; }
    .mod-partners-links-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  /* ---------------------------
mod-about
--------------------------- */
  .about-index-mv {
    height: 900px; }
    .about-index-mv-in {
      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;
      height: 100%; }
    .about-index-mv-h {
      position: absolute;
      left: 0;
      top: 50px;
      width: 100%;
      font-size: 6.5rem; }
    .about-index-mv-lead dt {
      font-size: 6rem; }
    .about-index-mv-lead dd {
      font-size: 1.2rem; }
  .about-leadSec {
    padding: 110px 0; }
    .about-leadSec-h {
      font-size: 2.0rem; }
    .about-leadSec-txt {
      margin-bottom: 80px; }
  .about-where-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .about-where-txts {
    width: 50%;
    font-size: 0.9rem; }
  .about-where-img {
    width: 48%; }
  .about-where-map {
    margin-right: -46%;
    margin-left: -5%; }
  .about-where-h {
    font-size: 3.0rem; }
  .about-where-spec-txt span {
    font-size: 3.0rem; }
  .about-links-item {
    font-size: 2.3rem;
    height: 20vw; }
  .about-sec01:not(:last-child) {
    margin-bottom: 120px; }
  .about-sec01-wrap {
    padding: 120px 0; }
  .about-sec01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .about-sec01:nth-child(2n+1) .about-sec01-clear {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .about-sec01-txts {
    width: 41.4%; }
  .about-sec01-leadJa {
    font-size: 1.6rem; }
  .about-sec01-btn .mod-btn02 {
    font-size: 1.3rem; }
  .about-sec01-img {
    width: 50.1%; }
  .about-sec02 {
    padding: 90px 0; }
  .about-members-links-item {
    width: 25%;
    padding-left: 2%;
    padding-right: 2%; }
  .about-members-links-name dt {
    font-size: 1.2rem; }
  .about-keywords-imgs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about-keywords-imgs-row:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .about-keywords-imgs-item {
    width: 50%; }
  .about-keywords-imgs-txt {
    font-size: 2.5rem; }
  .about-keywords-smallImgs-txt {
    font-size: 1.8rem; }
  .about-keywords-popup {
    padding: 60px; }
    .about-keywords-popup-close {
      right: 0;
      top: 0;
      width: 50px; }
    .about-keywords-popup-sec {
      padding: 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1100px;
      width: 80vw; }
      .about-keywords-popup-sec.on {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .about-keywords-popup-img {
      width: 30%; }
    .about-keywords-popup-txts {
      width: 65%; }
    .about-keywords-popup-h {
      font-size: 2.9rem; }
    .about-keywords-popup-btn {
      min-width: 310px; }
  .about-single-mv-h {
    padding: 42px 65px;
    width: 720px;
    max-width: 80%; }
    .about-single-mv-h-span01 {
      font-size: 3.2rem; }
    .about-single-mv-h-span02 {
      font-size: 5.2rem; }
  .about-sec03 {
    margin-bottom: 60px; }
    .about-sec03-bg {
      height: 600px; }
    .about-sec03-txt {
      padding: 50px 60px;
      margin-top: -85px; }
  .about-toGoTo-links-item {
    width: 31%;
    margin-bottom: 3%; }
    .about-toGoTo-links-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .cff-item {
    padding: 40px 0; }
  .cff-media-wrap {
    width: 44.45%; }
  .cff-text-wrapper {
    width: 52%; }
  .cff-meta-wrap {
    margin-top: 30px; }
  .cff-shared-link {
    margin-top: 40px; }
  .cff-text-link {
    margin-top: 20px; }
  /* ---------------------------
input
--------------------------- */
  /* ---------------------------
m
--------------------------- */
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg blockquote {
    padding: 14px 20px;
    margin-bottom: 40px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
   TB 
   ========================================================================== */
  .wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 8%; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px; }
  /* ---------------------------
mod-header
--------------------------- */
  .mod-header {
    width: 220px;
    height: 100%;
    -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;
    padding: 65px 30px; }
    .mod-header-smallLogo {
      z-index: 1;
      width: 124px;
      margin: 0 auto; }
      #cat-home .mod-header-smallLogo {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        opacity: 0; }
      .mod-header.on .mod-header-smallLogo,
      #cat-home.is-scrolled .mod-header-smallLogo {
        opacity: 1 !important; }
    .mod-header-largeLogo {
      width: 547px;
      position: absolute;
      left: 0;
      top: 0;
      padding-left: 40px;
      padding-top: 40px;
      pointer-events: none; }
      #cat-home .mod-header-largeLogo {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      #cat-home.is-scrolled .mod-header-largeLogo {
        opacity: 0; }
    .mod-header-snss {
      margin-bottom: 80px; }
      .mod-header-snss-item {
        width: 48px; }
    .mod-header-lang {
      cursor: pointer;
      font-size: 1.6rem;
      text-align: center; }
  /* ---------------------------
mod-footer
--------------------------- */
  .mod-footer {
    padding: 60px 0 80px; }
    .mod-footer-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mod-footer-col1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .mod-footer-logo {
      margin-right: 40px;
      width: 93px; }
    .mod-footer-col2 {
      margin-top: 40px; }
    .mod-footer-links {
      margin-top: 40px; }
      .mod-footer-links-item {
        font-size: 1.2rem; }
        .mod-footer-links-item:not(:last-child) {
          margin-right: 1.5em; }
    .mod-footer-snss {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 30px; }
  .pcOnly {
    display: none; }
  .spOnly {
    display: none;
    display: none; }
  .mod-wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 8%; }
    .mod-wrapin-900 {
      max-width: 980px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .mod-wrapin-930 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .mod-wrapin-1010 {
      max-width: 1090px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
  .mod-mainContent {
    padding-left: 220px; }
  /* ---------------------------
mod-home
--------------------------- */
  .home-calendar {
    padding: 55px 48px; }
    .home-calendar-date {
      font-size: 3.4rem; }
    .home-calendar-day {
      font-size: 2.0rem; }
  .home-mv {
    height: 700px; }
    .home-mv-imgs-item {
      padding-top: 45px;
      padding-right: 50px;
      height: 700px !important; }
    .home-mv-tags {
      right: -8%;
      font-size: 1.6rem; }
    .home-mv-txts {
      bottom: 55px; }
    .home-mv-h {
      font-size: 6rem; }
    .home-mv-lead {
      font-size: 1.8rem; }
  .home-about {
    padding: 100px 0; }
    .home-about-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .home-about-txts {
      width: 50%; }
    .home-about-img {
      width: 48%; }
    .home-about-map {
      margin-right: -46%; }
    .home-about-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .home-about-link .mod-btn02 {
        width: 300px; }
  .home-lead01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-lead01.is-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .home-lead01-h {
      font-size: 6.25rem;
      margin-bottom: 80px; }
    .home-lead01-txts {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 3em; }
      .home-lead01.is-reverse .home-lead01-txts {
        margin-left: 0;
        margin-right: 3em; }
    .home-lead01-clear {
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .home-lead02 {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home-lead02-h {
      font-size: 4.3rem;
      margin-right: 3rem;
      white-space: nowrap; }
  .home-redesign {
    padding: 85px 0; }
    .home-redesign-posts-item {
      margin-right: 65px; }
      .home-redesign-posts-item a {
        width: 450px;
        height: 450px; }
      .home-redesign-posts-item dt {
        font-size: 2rem; }
      .home-redesign-posts-item dd {
        font-size: 1.1rem; }
    .home-redesign-posts-slideBtn {
      width: 80px;
      height: 80px;
      margin-top: -40px; }
      .home-redesign-posts-slideBtn.item-next {
        right: 40px; }
      .home-redesign-posts-slideBtn.item-prev {
        left: 40px; }
  .home-magazine {
    padding: 85px 0; }
  .home-news {
    padding: 76px 0; }
    .home-news-posts-item {
      padding: 40px 0; }
    .home-news-posts-row01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
    .home-news-posts-imgs {
      width: 44.45%; }
    .home-news-posts-txts {
      width: 52%; }
  .home-togo-h {
    font-size: 3.4rem; }
  .home-togo-sec {
    margin-bottom: 80px; }
    .home-togo-sec-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 60px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .home-togo-sec:nth-child(2n) .home-togo-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .home-togo-sec-head {
      width: 48%; }
      .home-togo-sec-head-img {
        margin-bottom: 24px; }
      .home-togo-sec-head-lead {
        font-size: 6.0rem;
        padding-bottom: 10px; }
        .home-togo-sec:nth-child(2n+1) .home-togo-sec-head-lead {
          padding-right: 10px; }
        .home-togo-sec:nth-child(2n) .home-togo-sec-head-lead {
          padding-left: 10px; }
      .home-togo-sec-head-btn .mod-btn02 {
        padding-right: 5em; }
    .home-togo-sec-h {
      font-size: 4.0rem; }
  .home-togo-posts {
    width: 49%;
    padding-bottom: 10%; }
    .home-togo-posts-tag {
      font-size: 2.2rem;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      .home-togo-posts-item:hover .home-togo-posts-tag {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
  /* ---------------------------
h
--------------------------- */
  .mod-h01.size-56 {
    font-size: 3.8rem; }
  .mod-h01 span:after {
    height: 12px; }
  .mod-h02:after {
    width: 80px;
    height: 8px;
    margin: 40px auto; }
  .mod-h04 {
    font-size: 3.8rem; }
    .mod-h04:after {
      margin-top: 30px;
      margin-bottom: 30px; }
  .mod-h05 {
    font-size: 2.4rem;
    padding-bottom: 24px;
    margin-bottom: 60px; }
  /* ---------------------------
mod-gnav
--------------------------- */
  .mod-gnav {
    padding-left: calc(220px + 60px);
    padding-right: 60px;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
    .mod-gnav.on {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    .mod-gnav-content {
      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;
      height: 100%; }
    .mod-gnav-snss-item {
      width: 40px; }
      .mod-gnav-snss-item:not(:last-child) {
        margin-right: 20px; }
    .mod-gnav-links {
      margin-bottom: calc(-60px + 40px);
      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; }
      .mod-gnav-links-item {
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
        width: 48%;
        margin-bottom: 60px; }
        .mod-gnav-links-item dt {
          font-size: 3rem; }
        .mod-gnav-links-item dd {
          font-size: 0.85rem; }
    .mod-gnav-langs {
      margin-bottom: 20px; }
      .mod-gnav-langs dt {
        width: 40px; }
    .mod-gnav-btn {
      right: 10px;
      width: 80px;
      height: 80px; }
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 12px 20px; }
    .mod-btn01.size-s {
      padding: 8px 16px; }
    .mod-btn01.w100 {
      width: 8em;
      margin: 0 auto;
      padding: 6px 12px;
      letter-spacing: 0;
      font-size: 1.0rem; }
    .mod-btn01.w380 {
      width: 380px;
      margin: 0 auto; }
    .mod-btn01.w680 {
      width: 680px;
      margin: 0 auto; }
    .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
      width: 24px;
      height: 24px; }
    .mod-btn01.newTab-r:before {
      right: 10px;
      margin-top: -10px; }
  .mod-btn02 {
    font-size: 1.6rem;
    padding: 18px 0; }
    .mod-btn02.size-l {
      border-bottom-width: 16px;
      padding: 25px 0;
      font-size: 3.2rem; }
  .pswp__button--close {
    width: 40px !important;
    height: 40px !important; }
  /* ---------------------------
magazine
--------------------------- */
  .mod-magazine-mv {
    height: 80vh; }
  .mod-magazine-mainContent {
    padding: 150px 0 100px; }
  .mod-magazine-head {
    max-width: 900px;
    padding: 60px 60px 30px;
    padding-top: 0;
    margin-top: -270px;
    margin-bottom: 40px; }
    .mod-magazine-head.is-absolute {
      position: absolute;
      right: 0;
      bottom: -80px;
      margin-bottom: 0; }
    .mod-magazine-head-head {
      margin-bottom: 36px;
      margin-top: -20px; }
  .mod-magazine-catIcons-item a {
    width: 40px;
    height: 40px; }
  .mod-magazine-h {
    font-size: 2.2rem;
    margin-bottom: 0.5em; }
  .mod-magazine-lead {
    font-size: 1.2rem; }
  .mod-magazine-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod-magazine-authors-item:not(:last-child) {
      margin-right: 20px; }
    .mod-magazine-authors-img {
      width: 48px; }
  .mod-magazine-spot-h {
    font-size: 2rem; }
  .mod-magazine-textSec-h {
    font-size: 2rem; }
  .mod-magazine-address {
    margin-bottom: 40px; }
  .mod-magazine-relatedProject {
    padding: 60px 0; }
    .mod-magazine-relatedProject-h {
      font-size: 1.6rem; }
  .mod-magazine-relatedMagazine {
    padding: 60px 0; }
  .mod-magazine-archiveSec {
    padding: 140px 0; }
  .mod-magazine-posts01 {
    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;
    margin-bottom: -60px; }
    .mod-magazine-posts01.is-marginTopEven {
      margin-bottom: 80px; }
    .mod-magazine-posts01-item {
      width: 47%;
      margin-bottom: 60px; }
      .mod-magazine-posts01.is-marginTopEven .mod-magazine-posts01-item:nth-child(2n) {
        margin-top: 100px;
        margin-bottom: -100px; }
    .mod-magazine-posts01-largeTag {
      right: -36px;
      top: 40px;
      font-size: 2rem; }
    .mod-magazine-posts01-item:nth-child(2n) .mod-magazine-posts01-img:before {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .mod-magazine-posts01-txts {
      padding: 40px 28px 20px;
      margin-left: 35px;
      margin-top: -25px; }
    .mod-magazine-posts01-head {
      padding: 0 28px; }
    .mod-magazine-posts01-cat {
      margin-top: -20px; }
    .mod-magazine-posts01-catIcons-item {
      width: 40px;
      height: 40px; }
    .mod-magazine-posts01-h {
      font-size: 1.3rem; }
    .mod-magazine-posts01-authors-item {
      width: 48px; }
    .mod-magazine-posts01-date {
      font-size: 1.3rem;
      top: 55px; }
    .mod-magazine-posts01-tags-item {
      font-size: 1.3rem; }
  .mod-magazine-posts02-img-in {
    height: 600px; }
  .mod-magazine-posts02-txts {
    width: 560px;
    padding: 60px;
    padding-top: 0;
    margin-top: -270px;
    margin-bottom: 40px; }
    .mod-magazine-posts02-txts.is-absolute {
      position: absolute;
      right: 0;
      bottom: -80px;
      margin-bottom: 0; }
    .mod-magazine-posts02-txts-head {
      margin-bottom: 36px;
      margin-top: -20px; }
  .mod-magazine-posts02-catIcons-item {
    width: 40px;
    height: 40px; }
  .mod-magazine-posts02-date {
    font-size: 1.6rem; }
  .mod-magazine-posts02-h {
    font-size: 1.4rem; }
  .mod-magazine-posts02-authors-item {
    width: 64px; }
  .mod-magazine-posts02-tags {
    left: -10px;
    font-size: 1.6rem; }
  /* ---------------------------
mod-snsBtns
--------------------------- */
  .mod-snsBtns-wrap {
    padding: 80px 0; }
  .mod-snsBtns01-item {
    width: 160px; }
  /* ---------------------------
mod-project
--------------------------- */
  .mod-project-mv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
    height: 770px; }
    .mod-project-mv-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .mod-project-mv-content {
      position: relative;
      margin-right: 80px;
      width: 100%;
      max-width: 1010px;
      width: calc(100% - 80px); }
  .mod-project-head {
    margin-bottom: 30px; }
    .mod-project-head-content {
      padding: 24px 50px;
      padding-right: 80px; }
  .mod-project-h {
    font-size: 3rem; }
  .mod-project-type {
    font-size: 1.1rem; }
  .mod-project-catIcons-item {
    width: 40px;
    height: 40px; }
  .mod-project-pageNav {
    padding: 15px 50px;
    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; }
  .mod-project-about {
    min-height: 1080px;
    padding-top: 150px;
    margin-bottom: 150px; }
    .mod-project-about-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 1080px; }
    .mod-project-about-content {
      padding: 90px 100px;
      margin-bottom: 100px;
      margin-right: 80px;
      max-width: 1010px;
      width: calc(100% - 80px); }
    .mod-project-about-lead {
      font-size: 2.0rem; }
  .mod-project-sec {
    padding-bottom: 80px;
    overflow: hidden; }
    .mod-project-sec-h {
      font-size: 5rem;
      margin-bottom: 45px; }
    .mod-project-sec-lead-h {
      font-size: 1.8rem; }
    .mod-project-sec-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 50px; }
      .mod-project-sec:nth-child(2n+1) .mod-project-sec-clear,
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .mod-project-sec:nth-child(2n) .mod-project-sec-clear,
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-clear {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .mod-project-sec-img {
      width: 50.1%; }
      .mod-project-sec-img-slider {
        margin-bottom: 30px; }
    .mod-project-sec-designImg {
      width: 50.1%; }
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-designImg {
        float: right; }
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-designImg {
        float: left; }
    .mod-project-sec-txts {
      width: 41.4%; }
    .mod-project-sec-designTxts {
      width: 100%; }
      .mod-project-sec.is-design:nth-child(2n) .mod-project-sec-designTxts {
        margin-right: 9%; }
      .mod-project-sec.is-design:nth-child(2n+1) .mod-project-sec-designTxts {
        margin-left: 9%; }
    .mod-project-sec-link {
      margin-top: 50px; }
  .mod-project-members-links-item {
    width: 25%;
    padding-left: 2%;
    padding-right: 2%; }
  .mod-project-members-links-name dt {
    font-size: 1.2rem; }
  .mod-project-archiveSec {
    padding: 60px 0; }
  .mod-project-posts01-item:not(:last-child) {
    margin-bottom: 60px; }
  .mod-project-posts01-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .mod-project-posts01-item a:hover {
      opacity: 1; }
  .mod-project-posts01-item:nth-child(2n+1) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .mod-project-posts01-img {
    width: 71.7%;
    margin-top: 4%; }
    .mod-project-posts01-item:nth-child(2n+1) .mod-project-posts01-img {
      margin-left: -9.6%; }
    .mod-project-posts01-item:nth-child(2n) .mod-project-posts01-img {
      margin-right: -9.6%; }
  .mod-project-posts01-txts {
    width: 38.2%;
    padding: 50px; }
  .mod-project-posts01-h {
    font-size: 2rem; }
  .mod-project-posts01-tags-item {
    font-size: 1.3rem; }
  .mod-project-posts02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod-project-posts02-item {
      width: 50%; }
      .mod-project-posts02-item a {
        padding: 170px 20px; }
      .mod-project-posts02-item dt {
        font-size: 2rem; }
      .mod-project-posts02-item dd {
        font-size: 1.1rem; }
  /* ---------------------------
colBtns
--------------------------- */
  .mod-1ColBtn {
    margin: 0 auto; }
    .mod-1ColBtn.size-450 {
      width: 450px; }
    .mod-1ColBtn.size-540 {
      width: 540px; }
  .mod-contact {
    padding: 60px 0; }
    .mod-contact-col1 {
      max-width: 590px;
      margin-right: 20px; }
    .mod-contact-col2 {
      max-width: 290px; }
  /* ---------------------------
mod-mv
--------------------------- */
  .mod-mv01 {
    height: 54vw; }
    .mod-mv01.size-s {
      height: 600px; }
  /* ---------------------------
txtBox
--------------------------- */
  .mod-txtBox01 {
    padding: 14px 20px; }
  /* ---------------------------
slider
--------------------------- */
  .mod-slider01-nav li {
    width: 10px;
    height: 10px; }
    .mod-slider01-nav li:not(:last-child) {
      margin-right: 15px;
      margin-bottom: 15px; }
  /* ---------------------------
mod-articleSet
--------------------------- */
  .mod-articleSet-innerPageLink {
    padding: 32px;
    margin-bottom: 40px; }
  .mod-articleSet-h2 {
    font-size: 2.4rem;
    padding-bottom: 30px;
    margin-bottom: 45px; }
  .mod-articleSet-h3 {
    font-size: 2.0rem;
    padding-bottom: 30px;
    margin-bottom: 40px; }
  .mod-articleSet-h4 {
    font-size: 1.6rem;
    margin-bottom: 30px; }
  .mod-articleSet-textarea.is-col2 {
    -webkit-column-gap: 40px;
    column-gap: 40px; }
  .mod-articleSet-sourceCode {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-txtBox {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-ul {
    margin-bottom: 40px; }
  .mod-articleSet-ol {
    margin-bottom: 40px; }
  .mod-articleSet-table {
    margin-bottom: 40px; }
    .mod-articleSet-table th, .mod-articleSet-table td {
      padding: 14px; }
  .mod-articleSet-video {
    margin-bottom: 40px; }
    .mod-articleSet-video iframe {
      height: 520px; }
  .mod-articleSet-1img {
    margin-bottom: 30px; }
  .mod-articleSet-2imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .mod-articleSet-2imgs-item {
      width: 48%; }
  .mod-articleSet-3imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .mod-articleSet-3imgs-item {
      width: 31%; }
  .mod-articleSet-imgAndText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    .mod-articleSet-imgAndText.is-imgRight {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .mod-articleSet-imgAndText-img {
      width: 48%; }
    .mod-articleSet-imgAndText-txt {
      width: 48%; }
  .mod-articleSet-txtBox02 {
    padding: 14px 20px;
    margin-bottom: 40px; }
  .mod-articleSet-btns {
    margin-bottom: 40px; }
    .mod-articleSet-btns.is-single .mod-articleSet-btns-item:nth-child(n+1) {
      margin-top: 20px; }
    .mod-articleSet-btns.is-multiple .mod-articleSet-btns-item {
      width: 100%; }
      .mod-articleSet-btns.is-multiple .mod-articleSet-btns-item:not(:last-child) {
        margin-right: 2em; }
  .mod-articleSet-qa {
    margin-bottom: 40px; }
    .mod-articleSet-qa-q, .mod-articleSet-qa-a {
      padding-left: 24px;
      padding-top: 24px; }
    .mod-articleSet-qa-q {
      margin-bottom: 24px; }
    .mod-articleSet-qa-ico {
      width: 48px;
      height: 48px; }
    .mod-articleSet-qa-txt {
      padding: 30px 18px; }
  .mod-articleSet-gmap {
    margin-bottom: 40px; }
    .mod-articleSet-gmap iframe {
      height: 480px; }
  .mod-articleSet-notes {
    margin-bottom: 40px; }
  .mod-articleSet-fukidashi {
    margin-bottom: 40px; }
    .mod-articleSet-fukidashi-img {
      width: 250px;
      padding: 0 38px; }
    .mod-articleSet-fukidashi-txt:after {
      border: 14px solid transparent;
      border-left: 22px solid #f2f2f2;
      margin-top: -11px; }
  .mod-articleSet-contact {
    padding: 60px 0 30px; }
    .mod-articleSet-contact-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mod-articleSet-contact-h {
      font-size: 2.3rem;
      margin-right: 40px;
      padding: 0 1em;
      padding-top: 3em; }
    .mod-articleSet-contact-secs {
      width: 100%; }
      .mod-articleSet-contact-secs-item {
        padding: 35px 45px; }
      .mod-articleSet-contact-secs-h {
        margin-right: 90px; }
      .mod-articleSet-contact-secs-txt {
        font-size: 0.9rem; }
  .mod-articleSet-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px;
    margin-bottom: 40px; }
    .mod-articleSet-person-img {
      width: 20%; }
    .mod-articleSet-person-txts {
      width: 75%; }
  .mod-articleSet-keywords {
    padding: 60px 40px 30px; }
    .mod-articleSet-keywords-h {
      font-size: 2.3rem; }
  /* ---------------------------
catHead01
--------------------------- */
  .mod-catHead01 {
    padding: 90px 0; }
    .mod-catHead01-h {
      font-size: 6.2rem; }
      .mod-catHead01-h span {
        margin: 30px;
        padding-bottom: 30px; }
    .mod-catHead01-lead {
      font-size: 1.1rem; }
    .mod-catHead01-links-item i {
      width: 40px;
      height: 40px; }
  /* ---------------------------
iconLinks
--------------------------- */
  .mod-iconLinks01-item i {
    width: 40px;
    height: 40px; }
  /* ---------------------------
mod-partners
--------------------------- */
  .mod-partners-links-item {
    width: 31%;
    margin-bottom: 3%; }
    .mod-partners-links-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  /* ---------------------------
mod-about
--------------------------- */
  .about-index-mv {
    height: 900px; }
    .about-index-mv-in {
      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;
      height: 100%; }
    .about-index-mv-h {
      position: absolute;
      left: 0;
      top: 50px;
      width: 100%;
      font-size: 6.5rem; }
    .about-index-mv-lead dt {
      font-size: 6rem; }
    .about-index-mv-lead dd {
      font-size: 1.2rem; }
  .about-leadSec {
    padding: 110px 0; }
    .about-leadSec-h {
      font-size: 2.0rem; }
    .about-leadSec-txt {
      margin-bottom: 80px; }
  .about-where-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .about-where-txts {
    width: 50%;
    font-size: 0.9rem; }
  .about-where-img {
    width: 48%; }
  .about-where-map {
    margin-right: -46%;
    margin-left: -5%; }
  .about-where-h {
    font-size: 3.0rem; }
  .about-where-spec-txt span {
    font-size: 3.0rem; }
  .about-links-item {
    font-size: 2.3rem;
    height: 20vw; }
  .about-sec01:not(:last-child) {
    margin-bottom: 120px; }
  .about-sec01-wrap {
    padding: 120px 0; }
  .about-sec01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .about-sec01:nth-child(2n+1) .about-sec01-clear {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .about-sec01-txts {
    width: 41.4%; }
  .about-sec01-leadJa {
    font-size: 1.6rem; }
  .about-sec01-btn .mod-btn02 {
    font-size: 1.3rem; }
  .about-sec01-img {
    width: 50.1%; }
  .about-sec02 {
    padding: 90px 0; }
  .about-members-links-item {
    width: 25%;
    padding-left: 2%;
    padding-right: 2%; }
  .about-members-links-name dt {
    font-size: 1.2rem; }
  .about-keywords-imgs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about-keywords-imgs-row:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .about-keywords-imgs-item {
    width: 50%; }
  .about-keywords-imgs-txt {
    font-size: 2.5rem; }
  .about-keywords-smallImgs-txt {
    font-size: 1.8rem; }
  .about-keywords-popup {
    padding: 60px; }
    .about-keywords-popup-close {
      right: 0;
      top: 0;
      width: 50px; }
    .about-keywords-popup-sec {
      padding: 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1100px;
      width: 80vw; }
      .about-keywords-popup-sec.on {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .about-keywords-popup-img {
      width: 30%; }
    .about-keywords-popup-txts {
      width: 65%; }
    .about-keywords-popup-h {
      font-size: 2.9rem; }
    .about-keywords-popup-btn {
      min-width: 310px; }
  .about-single-mv-h {
    padding: 42px 65px;
    width: 720px;
    max-width: 80%; }
    .about-single-mv-h-span01 {
      font-size: 3.2rem; }
    .about-single-mv-h-span02 {
      font-size: 5.2rem; }
  .about-sec03 {
    margin-bottom: 60px; }
    .about-sec03-bg {
      height: 600px; }
    .about-sec03-txt {
      padding: 50px 60px;
      margin-top: -85px; }
  .about-toGoTo-links-item {
    width: 31%;
    margin-bottom: 3%; }
    .about-toGoTo-links-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .cff-item {
    padding: 40px 0; }
  .cff-media-wrap {
    width: 44.45%; }
  .cff-text-wrapper {
    width: 52%; }
  .cff-meta-wrap {
    margin-top: 30px; }
  .cff-shared-link {
    margin-top: 40px; }
  .cff-text-link {
    margin-top: 20px; }
  /* ---------------------------
input
--------------------------- */
  /* ---------------------------
m
--------------------------- */
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg blockquote {
    padding: 14px 20px;
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  /* ==========================================================================
   SP 
   ========================================================================== */
  .wrapin-sp {
    padding: 0 20px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px; }
  /* ---------------------------
mod-header
--------------------------- */
  .mod-header {
    width: 100%;
    height: 50px; }
    .mod-header-smallLogo {
      width: 100px;
      padding: 10px; }
      .mod-header-smallLogo.smaller {
        display: none !important; }
    .mod-header-largeLogo {
      display: none; }
    .mod-header-snss {
      display: none; }
    .mod-header-lang {
      display: none; }
  .mod-header-title {
    position: absolute;
    width: 100%;
    max-width: 204px;
    top: 15px;
    left: 15px; }
  .mod-header-title-large {
    top: 0px;
    left: 0px; }
    .mod-header-title-large.smaller {
      display: block !important; }
  .mod-header-contact {
    right: 15px;
    top: 15px; }
  .mod-header-contact-list-item {
    margin-right: 17px;
    font-size: 1.0rem;
    text-align: center;
    line-height: 12px; }
    .mod-header-contact-list-item a {
      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; }
    .mod-header-contact-list-item span {
      margin-right: 0;
      margin-bottom: 5px;
      display: block; }
    .mod-header-contact-list-item img {
      background: #000;
      border-radius: 30px;
      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;
      width: 30px; }
    .mod-header-contact-list-item:last-child {
      margin-right: 0; }
  .mod-header-side {
    top: 280px;
    left: 15px;
    position: absolute; }
    .mod-header-side.smaller {
      top: 280px !important; }
  .mod-header-side-list-item {
    width: 40px;
    height: 40px; }
  .mod-header-side-list-item-copy {
    font-size: 1.2rem; }
  /* ---------------------------
mod-footer
--------------------------- */
  .mod-footer {
    padding: 30px 0 40px; }
    .mod-footer-col1 {
      margin-bottom: 20px;
      text-align: center; }
    .mod-footer-logo {
      width: 80px;
      margin: 0 auto 20px; }
    .mod-footer-links {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 30px 20px; }
      .mod-footer-links-item {
        width: 50%;
        font-size: 1rem;
        padding-right: 20px; }
    .mod-footer-snss {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px; }
    .mod-footer-copyright {
      text-align: center; }
  .lapctbOnly {
    display: none; }
  .pcOnly {
    display: none; }
  .tbOnly {
    display: none; }
  .mod-wrapin-sp {
    padding: 0 20px; }
  #wrapper {
    padding-top: 50px; }
  /* ---------------------------
mod-home
--------------------------- */
  .home-calendar {
    padding: 5px 20px;
    display: none; }
    .home-calendar-date {
      font-size: 1.8rem; }
    .home-calendar-day {
      font-size: 1.2rem; }
  .home-mv {
    height: 50vh; }
    .home-mv-imgs-item {
      padding-top: 20px;
      padding-right: 25px;
      height: 50vh !important; }
    .home-mv-tags {
      right: -20px;
      font-size: 1.2rem; }
    .home-mv-txts {
      bottom: 30px; }
    .home-mv-h {
      margin-right: 20px;
      font-size: 9.8vw; }
    .home-mv-lead {
      font-size: 1.3rem; }
  .home-about {
    padding: 30px 0; }
    .home-about-txts {
      margin-bottom: 30px; }
      .home-about-txts p br {
        display: none; }
    .home-about-img {
      text-align: center; }
    .home-about-map {
      margin-left: -8%;
      margin-right: -5%; }
    .home-about-link {
      text-align: left; }
  .home-lead01 {
    margin-bottom: 30px; }
    .home-lead01-h {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 4.0rem;
      margin-bottom: 40px; }
    .home-lead01-update {
      text-align: center; }
  .home-lead02 {
    border-top-width: 6px;
    padding: 30px 0; }
    .home-lead02-h {
      font-size: 2rem;
      text-align: center;
      margin-bottom: 0.5em; }
    .home-lead02-lead {
      text-align: center; }
  .home-redesign {
    padding: 40px 0; }
    .home-redesign-frame {
      width: 70vw;
      margin: 0 auto; }
      .home-redesign-frame .slick-list {
        overflow: visible; }
    .home-redesign-posts-item {
      margin: 0 10px;
      width: 70vw; }
      .home-redesign-posts-item a {
        padding: 50px 20px;
        height: 70vw; }
      .home-redesign-posts-item dt {
        font-size: 1.4rem; }
    .home-redesign-posts-slideBtn {
      width: 40px;
      height: 40px;
      margin-top: -20px; }
      .home-redesign-posts-slideBtn.item-next {
        right: -13vw; }
      .home-redesign-posts-slideBtn.item-prev {
        left: -13vw; }
  .home-magazine {
    padding: 40px 0; }
    .home-magazine-lead01-clear {
      text-align: center; }
      .home-magazine-lead01-clear .mod-iconLinks01 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1em; }
    .home-magazine-posts02-wrap {
      margin-bottom: 30px; }
  .home-news {
    padding: 35px 0; }
    .home-news-posts-item {
      padding: 20px 0; }
    .home-news-posts-row01 {
      margin-bottom: 20px; }
    .home-news-posts-imgs {
      text-align: center;
      margin-bottom: 1em; }
  .home-togo-h {
    font-size: 1.6rem; }
    .home-togo-h span {
      border-bottom-width: 6px; }
  .home-togo-sec {
    margin-bottom: 50px; }
    .home-togo-sec:before {
      width: 70vw;
      height: 70vw; }
    .home-togo-sec-clear {
      padding: 0 25px;
      padding-top: 50px; }
    .home-togo-sec-head {
      margin-bottom: 6%; }
      .home-togo-sec-head-img {
        margin-bottom: 10px; }
      .home-togo-sec-head-lead {
        font-size: 3rem;
        padding-bottom: 8px; }
        .home-togo-sec:nth-child(2n+1) .home-togo-sec-head-lead {
          padding-right: 8px; }
        .home-togo-sec:nth-child(2n) .home-togo-sec-head-lead {
          padding-left: 8px; }
    .home-togo-sec-h {
      font-size: 2.5rem; }
  .home-togo-posts {
    padding-bottom: 20%; }
    .home-togo-posts-tag {
      font-size: 1.5rem; }
  /* ---------------------------
h
--------------------------- */
  .mod-h01.size-56 {
    font-size: 1.6rem; }
  .mod-h01 span {
    border-width: 6px; }
    .mod-h01 span:after {
      height: 6px; }
  .mod-h02:after {
    width: 40px;
    height: 4px;
    margin: 20px auto; }
  .mod-h03 {
    border-bottom-width: 4px; }
  .mod-h04 {
    font-size: 2.2rem; }
    .mod-h04:after {
      margin-top: 20px;
      margin-bottom: 20px; }
  .mod-h05 {
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom-width: 4px;
    font-size: 1.8rem; }
  /* ---------------------------
mod-gnav
--------------------------- */
  .mod-gnav {
    top: 50px;
    height: calc(100% - 50px);
    overflow-y: scroll;
    padding: 20px 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
    .mod-gnav.on {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .mod-gnav-snss-item {
      width: 30px; }
      .mod-gnav-snss-item:not(:last-child) {
        margin-right: 10px; }
    .mod-gnav-links {
      margin-bottom: 20px; }
      .mod-gnav-links-item:not(:last-child) {
        margin-bottom: 20px; }
      .mod-gnav-links-item dt {
        font-size: 2rem; }
      .mod-gnav-links-item dd {
        font-size: 0.75rem; }
    .mod-gnav-langs {
      margin-bottom: 10px; }
    .mod-gnav-btn {
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      padding: 10px; }
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 8px 8px; }
    .mod-btn01.arrow-r:before, .mod-btn01.arrow-br:before {
      width: 8px;
      height: 8px;
      margin-top: -4px; }
    .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
      width: 16px;
      height: 16px; }
    .mod-btn01.newTab-r:before {
      right: 10px;
      margin-top: -8px; }
  .mod-btn02 {
    font-size: 1.3rem;
    padding: 16px 0; }
    .mod-btn02.size-l {
      border-bottom-width: 8px;
      padding: 10px 0;
      font-size: 2.2rem; }
    .mod-btn02.arrow-r, .mod-btn02.arrow-br {
      padding-right: 30px; }
      .mod-btn02.arrow-r:after, .mod-btn02.arrow-br:after {
        width: 10px;
        height: 10px;
        border-width: 3px; }
    .mod-btn02.newTab-r {
      padding-right: 30px; }
      .mod-btn02.newTab-r:after {
        width: 14px;
        height: 14px;
        margin-top: -7px; }
  .pswp__button--close {
    width: 34px !important;
    height: 34px !important; }
  /* ---------------------------
magazine
--------------------------- */
  .mod-magazine-mv {
    height: 50vh; }
  .mod-magazine-mainContent {
    padding: 0 0 50px; }
  .mod-magazine-head {
    padding: 20px;
    padding-top: 0; }
    .mod-magazine-head-head {
      margin-bottom: 28px;
      margin-top: -15px; }
  .mod-magazine-catIcons-item a {
    width: 30px;
    height: 30px; }
  .mod-magazine-h {
    font-size: 1.3rem;
    margin-bottom: 1em; }
  .mod-magazine-authors-item:not(:last-child) {
    margin-bottom: 1em; }
  .mod-magazine-authors-img {
    width: 30px; }
  .mod-magazine-spot-h {
    font-size: 1.6rem; }
  .mod-magazine-textSec-h {
    font-size: 1.6rem; }
  .mod-magazine-address {
    margin-bottom: 30px; }
  .mod-magazine-relatedProject {
    padding: 30px 0; }
    .mod-magazine-relatedProject-h {
      font-size: 1.2rem; }
  .mod-magazine-relatedMagazine {
    padding: 30px 0; }
  .mod-magazine-archiveSec {
    padding: 50px 0; }
  .mod-magazine-posts01 {
    margin-bottom: -20px; }
    .mod-magazine-posts01-item {
      margin-bottom: 20px; }
    .mod-magazine-posts01-largeTag {
      right: -20px;
      top: 20px;
      font-size: 1.4rem; }
    .mod-magazine-posts01-txts {
      padding: 20px 16px 15px;
      margin-left: 15px;
      margin-top: -25px; }
    .mod-magazine-posts01-head {
      padding: 0 16px; }
    .mod-magazine-posts01-cat {
      margin-top: -15px; }
    .mod-magazine-posts01-catIcons-item {
      width: 30px;
      height: 30px; }
    .mod-magazine-posts01-h {
      font-size: 1.1rem; }
    .mod-magazine-posts01-authors-item {
      width: 30px; }
    .mod-magazine-posts01-date {
      top: 30px; }
  .mod-magazine-posts02-img-in {
    height: 60vw; }
  .mod-magazine-posts02-txts {
    padding: 30px;
    padding-top: 0;
    margin-left: 30px;
    margin-top: -20vw; }
    .mod-magazine-posts02-txts-head {
      margin-bottom: 28px;
      margin-top: -15px; }
  .mod-magazine-posts02-catIcons-item {
    width: 30px;
    height: 30px; }
  .mod-magazine-posts02-date {
    font-size: 1.2rem; }
  .mod-magazine-posts02-h {
    font-size: 1.2rem; }
  .mod-magazine-posts02-authors-item {
    width: 40px; }
  .mod-magazine-posts02-tags {
    left: -10px;
    font-size: 1.2rem; }
  /* ---------------------------
mod-snsBtns
--------------------------- */
  .mod-snsBtns-wrap {
    padding: 40px 0; }
  .mod-snsBtns01-item {
    width: 25%;
    font-size: 0.7rem; }
    .mod-snsBtns01-item a {
      padding: 5px 3px; }
    .mod-snsBtns01-item i {
      width: 20px; }
  /* ---------------------------
mod-project
--------------------------- */
  .mod-project-mv-content {
    padding: 15px 20px;
    margin-right: 40px;
    margin-top: -100px;
    position: relative;
    background: #fff; }
  .mod-project-h {
    font-size: 2rem; }
  .mod-project-cat {
    margin-bottom: 20px; }
  .mod-project-catIcons-item {
    width: 30px;
    height: 30px; }
  .mod-project-pageNav-links {
    margin-bottom: 1em; }
  .mod-project-about {
    margin-bottom: 70px; }
    .mod-project-about-bg {
      height: 60vw; }
    .mod-project-about-content {
      padding: 60px 30px 30px; }
    .mod-project-about-lead {
      font-size: 1.4rem; }
  .mod-project-sec {
    padding-bottom: 60px; }
    .mod-project-sec-h {
      font-size: 3rem;
      border-width: 8px;
      margin-bottom: 25px; }
    .mod-project-sec-lead-h {
      font-size: 1.3rem; }
    .mod-project-sec-img {
      margin-bottom: 20px; }
      .mod-project-sec-img-slider {
        margin-bottom: 20px; }
        .mod-project-sec-img-slider-nav {
          margin: 0 20px; }
    .mod-project-sec-designImg {
      margin-bottom: 20px; }
    .mod-project-sec-link {
      margin-top: 20px; }
  .mod-project-members-links-item {
    width: 50%;
    padding: 0 5%; }
  .mod-project-members-links-name dd {
    font-size: 0.8rem; }
  .mod-project-archiveSec {
    padding: 30px 0; }
  .mod-project-posts01-item:not(:last-child) {
    margin-bottom: 30px; }
  .mod-project-posts01-item:nth-child(2n+1) .mod-project-posts01-img {
    margin-left: 7%; }
  .mod-project-posts01-item:nth-child(2n) .mod-project-posts01-img {
    margin-right: 7%; }
  .mod-project-posts01-txts {
    padding: 20px;
    margin-top: -7%; }
    .mod-project-posts01-item:nth-child(2n+1) .mod-project-posts01-txts {
      margin-right: 7%; }
    .mod-project-posts01-item:nth-child(2n) .mod-project-posts01-txts {
      margin-left: 7%; }
  .mod-project-posts01-h {
    font-size: 1.4rem; }
    .mod-project-posts01-h span {
      border-bottom-width: 4px; }
  .mod-project-posts02-item a {
    padding: 50px 20px; }
  .mod-project-posts02-item dt {
    font-size: 1.4rem; }
  /* ---------------------------
colBtns
--------------------------- */
  .mod-contact {
    padding: 30px 0; }
    .mod-contact-wrap {
      display: block; }
    .mod-contact-lead {
      margin-bottom: 20px; }
  /* ---------------------------
mod-mv
--------------------------- */
  .mod-mv01 {
    height: 50vh; }
    .mod-mv01.size-s {
      height: 60vw; }
  /* ---------------------------
txtBox
--------------------------- */
  .mod-txtBox01 {
    padding: 8px 15px; }
  /* ---------------------------
slider
--------------------------- */
  .mod-slider01-nav li {
    width: 8px;
    height: 8px; }
    .mod-slider01-nav li:not(:last-child) {
      margin-right: 10px;
      margin-bottom: 10px; }
  /* ---------------------------
mod-articleSet
--------------------------- */
  .mod-articleSet-article {
    font-size: 1.08rem; }
  .mod-articleSet-innerPageLink {
    padding: 15px;
    margin-bottom: 20px; }
  .mod-articleSet-h2 {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 25px; }
  .mod-articleSet-h3 {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .mod-articleSet-h4 {
    font-size: 1.3rem;
    margin-bottom: 15px; }
  .mod-articleSet-textarea.is-col2 {
    -webkit-column-gap: 25px;
    column-gap: 25px; }
  .mod-articleSet-sourceCode {
    padding: 8px 15px;
    margin-bottom: 20px; }
  .mod-articleSet-txtBox {
    padding: 8px 15px;
    margin-bottom: 20px; }
  .mod-articleSet-ul {
    margin-bottom: 20px; }
  .mod-articleSet-ol {
    margin-bottom: 20px; }
  .mod-articleSet-table {
    margin-bottom: 20px; }
    .mod-articleSet-table th, .mod-articleSet-table td {
      padding: 10px; }
    .mod-articleSet-table.is-displayBlockSp table, .mod-articleSet-table.is-displayBlockSp tbody, .mod-articleSet-table.is-displayBlockSp tr, .mod-articleSet-table.is-displayBlockSp th, .mod-articleSet-table.is-displayBlockSp td {
      display: block; }
    .mod-articleSet-table.is-displayBlockSp table {
      border-top: 1px solid #dcdcdc; }
    .mod-articleSet-table.is-displayBlockSp th, .mod-articleSet-table.is-displayBlockSp td {
      border-top: none; }
    .mod-articleSet-table.is-horizonalScrollSp {
      overflow-x: scroll;
      padding-bottom: 20px; }
      .mod-articleSet-table.is-horizonalScrollSp table {
        width: 900px; }
      .mod-articleSet-table.is-horizonalScrollSp::-webkit-scrollbar {
        height: 7px; }
      .mod-articleSet-table.is-horizonalScrollSp::-webkit-scrollbar-track {
        margin: 0 2px;
        background: #dedede;
        border-radius: 5px; }
      .mod-articleSet-table.is-horizonalScrollSp::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #999; }
  .mod-articleSet-video {
    margin-bottom: 20px; }
    .mod-articleSet-video iframe {
      height: 49vw; }
  .mod-articleSet-1img {
    margin-bottom: 20px; }
  .mod-articleSet-2imgs-item {
    margin-bottom: 20px; }
  .mod-articleSet-3imgs-item {
    margin-bottom: 20px; }
  .mod-articleSet-imgAndText {
    margin-bottom: 20px; }
    .mod-articleSet-imgAndText-img {
      margin-bottom: 1em; }
  .mod-articleSet-txtBox02 {
    border-width: 3px;
    padding: 8px 15px;
    margin-bottom: 20px; }
  .mod-articleSet-btns {
    margin-bottom: 20px; }
    .mod-articleSet-btns.is-multiple {
      display: block; }
    .mod-articleSet-btns.is-single .mod-articleSet-btns-item:nth-child(n+1) {
      margin-top: 10px; }
    .mod-articleSet-btns.is-multiple .mod-articleSet-btns-item:not(:last-child) {
      margin-bottom: 1em; }
  .mod-articleSet-qa {
    margin-bottom: 20px; }
    .mod-articleSet-qa-q, .mod-articleSet-qa-a {
      padding-left: 18px;
      padding-top: 18px; }
    .mod-articleSet-qa-q {
      margin-bottom: 16px; }
    .mod-articleSet-qa-ico {
      width: 36px;
      height: 36px; }
    .mod-articleSet-qa-txt {
      padding: 24px 15px; }
  .mod-articleSet-gmap {
    margin-bottom: 20px; }
    .mod-articleSet-gmap iframe {
      height: 100vw; }
  .mod-articleSet-notes {
    margin-bottom: 20px; }
  .mod-articleSet-fukidashi {
    margin-bottom: 20px; }
    .mod-articleSet-fukidashi-img {
      width: 60px; }
    .mod-articleSet-fukidashi-txt {
      margin-right: 26px; }
      .mod-articleSet-fukidashi-txt:after {
        border: 8px solid transparent;
        border-left: 12px solid #f2f2f2;
        margin-top: -6px; }
  .mod-articleSet-contact {
    padding: 30px 0 30px; }
    .mod-articleSet-contact-h {
      font-size: 1.6rem;
      margin-bottom: 1em;
      text-align: center; }
    .mod-articleSet-contact-secs-item {
      padding: 15px 20px; }
    .mod-articleSet-contact-secs-txt {
      font-size: 0.85rem; }
  .mod-articleSet-person {
    border-width: 3px;
    padding: 8px 15px;
    margin-bottom: 20px; }
    .mod-articleSet-person-img {
      text-align: center;
      margin-bottom: 1em; }
      .mod-articleSet-person-img img {
        width: 180px; }
  .mod-articleSet-keywords {
    padding: 30px 15px 15px; }
    .mod-articleSet-keywords-h {
      font-size: 1.6rem; }
  /* ---------------------------
catHead01
--------------------------- */
  .mod-catHead01 {
    padding: 40px 0; }
    .mod-catHead01-h {
      font-size: 3.2rem; }
      .mod-catHead01-h span {
        border-width: 6px;
        margin: 15px;
        padding-bottom: 15px; }
        .mod-catHead01-h span:after {
          height: 6px; }
    .mod-catHead01-links-item i {
      width: 30px;
      height: 30px; }
  /* ---------------------------
iconLinks
--------------------------- */
  .mod-iconLinks01-item i {
    width: 30px;
    height: 30px; }
  /* ---------------------------
mod-partners
--------------------------- */
  .mod-partners-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .mod-partners-links-item {
      width: 49%;
      margin-bottom: 2%; }
  /* ---------------------------
mod-about
--------------------------- */
  .about-index-mv {
    padding: 50px 20px; }
    .about-index-mv-h {
      font-size: 3.5rem; }
    .about-index-mv-lead dt {
      margin-right: 20px;
      font-size: 8.9vw; }
    .about-index-mv-lead dd {
      font-size: 1rem; }
  .about-leadSec {
    padding: 50px 0; }
    .about-leadSec-h {
      font-size: 1.3rem;
      border-bottom-width: 4px; }
    .about-leadSec-txt {
      margin-bottom: 40px; }
  .about-where-txts {
    margin-bottom: 30px; }
  .about-where-img {
    text-align: center; }
  .about-where-map {
    margin-left: -8%;
    margin-right: -5%; }
  .about-where-h {
    font-size: 2.0rem; }
  .about-where-spec-txt span {
    font-size: 2.0rem; }
  .about-links-item {
    font-size: 1.5rem;
    height: 30vw; }
  .about-sec01:not(:last-child) {
    margin-bottom: 50px; }
  .about-sec01-wrap {
    padding: 50px 0; }
  .about-sec01-txts {
    margin-bottom: 30px; }
  .about-sec01-leadJa {
    font-size: 1.2rem; }
  .about-sec01-btn .mod-btn02 {
    font-size: 1.2rem; }
  .about-sec01-img {
    margin-bottom: 20px; }
  .about-sec02 {
    padding: 40px 0; }
  .about-members-links-item {
    width: 50%;
    padding: 0 5%; }
  .about-members-links-name dd {
    font-size: 0.8rem; }
  .about-keywords-imgs-txt {
    font-size: 1.8rem; }
  .about-keywords-smallImgs-txt {
    font-size: 1.3rem; }
  .about-keywords-popup {
    padding: 40px 20px; }
    .about-keywords-popup-close {
      width: 40px;
      bottom: 10px;
      left: 50%;
      margin-left: -20px; }
    .about-keywords-popup-sec {
      padding: 20px; }
    .about-keywords-popup-img {
      text-align: center;
      margin-bottom: 30px; }
    .about-keywords-popup-h {
      font-size: 2rem; }
  .about-single-mv-h {
    padding: 20px 30px;
    width: 70%; }
    .about-single-mv-h-span01 {
      font-size: 2.0rem; }
    .about-single-mv-h-span02 {
      font-size: 3.2rem; }
  .about-sec03 {
    margin-bottom: 30px; }
    .about-sec03-bg {
      height: 80vw; }
    .about-sec03-txt {
      padding: 15px 20px;
      margin-top: -40px; }
  .about-toGoTo-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .about-toGoTo-links-item {
      width: 49%;
      margin-bottom: 2%; }
  .cff-item {
    padding: 20px 0; }
  .cff-media-wrap {
    margin-bottom: 1em; }
  .cff-meta-wrap {
    margin-top: 20px; }
  .cff-shared-link {
    margin-top: 20px; }
  .cff-text-link {
    margin-top: 10px; }
  /* ---------------------------
input
--------------------------- */
  /* ---------------------------
m
--------------------------- */
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg blockquote {
    padding: 8px 15px;
    margin-bottom: 20px; } }
