@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,
blockquote {
  quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

a {
  color: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block
}

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

html,
body {
  width: 100%;
  position: relative;
}

html.overflow-y-hidden,
body.overflow-y-hidden {
  overflow-y: hidden
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden
}

html {
  overflow-x: hidden
}

body {
  background: #fff url("../img/common/bg-pattern.jpg") left top/178px 178px repeat;
  overflow: hidden
}

section.withPadding {
  padding: 48px 0
}

section.withPadding-top {
  padding: 48px 0 0
}

section.withPadding-bottom {
  padding: 0 0 48px
}

section.withMargin {
  margin: 48px 0
}

section.withMargin-top {
  margin: 48px 0 0
}

section.withMargin-top-l {
  margin: 80px 0 0
}

section.withMargin-bottom {
  margin: 0 0 48px
}

section.hasRow.withPadding {
  padding: 32px 0 48px
}

section.hasRow.withPadding-top {
  padding: 32px 0 0
}

section.hasRow.withMargin {
  margin: 32px 0 48px
}

section.hasRow.withMargin-top {
  margin: 32px 0 0
}

figure,
picture,
video {
  display: block
}

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

img.w100,
svg.w100 {
  width: 100%
}

a.anchor {
  display: block;
  position: relative;
  top: -56px;
  visibility: hidden
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.clearboth {
  clear: both
}

.aligncenter {
  margin-left: auto;
  margin-right: auto
}

.block {
  display: block
}

.ib {
  display: inline-block
}

.inline {
  display: inline
}

.table {
  display: table
}

.table-cell {
  display: table-cell
}

.tablet,
.desktop {
  display: none
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.hasBefore,
.hasAfter,
.hasBeforeAfter,
.btn,
ul.global a,
ul.page-sub-nav > li > a,
a.news-index-all,
ul.event-index > li {
  position: relative
}

.hasBefore:before,
.hasAfter:after,
.hasBeforeAfter:before,
.hasBeforeAfter:after,
.btn:after,
ul.global a:before,
ul.global a:after,
ul.page-sub-nav > li > a:after,
a.news-index-all:before,
a.news-index-all:after,
ul.event-index > li:before {
  content: "";
  display: block;
  position: absolute
}

.transition {
  transiton: all .3s ease-in-out
}

.transition-linear {
  transiton: all .3s linear
}

.transition-ease-in {
  ttransiton: all .3s ease-in
}

.transition-ease-out {
  ttransiton: all .3s ease-out
}

.transition-ease-in-out {
  ttransiton: all .3s ease-in-out
}

html,
body {
  color: #000;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 23px
}

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd,
a,
em,
i,
small,
mark,
span,
address,
figcaption {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

h1,
.h1 {
  font-size: 28px;
  line-height: 38px
}

h2,
.h2 {
  font-size: 26px;
  line-height: 34px
}

h3,
.h3 {
  font-size: 21px;
  line-height: 28px
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px
}

h6,
.h6 {
  font-size: 14px;
  line-height: 22px
}

.p {
  font-size: 14px;
  line-height: 23px
}

small,
.small {
  font-size: 11px;
  line-height: 18px
}

.smaller {
  font-size: 11px;
  line-height: 18px
}

.key {
  color: #000
}

.gray {
  color: #717071
}

.red {
  color: #dc0004
}

.blue {
  color: #3cb035
}

.blue {
  color: #0068bb
}

.white {
  color: #fff
}

.ultrathin {
  font-weight: 100
}

.thin {
  font-weight: 200
}

.light {
  font-weight: 300
}

.regular {
  font-weight: 400
}

.medium {
  font-weight: 500
}

.demi {
  font-weight: 600
}

b,
strong,
.bold {
  font-weight: 700
}

.heavy {
  font-weight: 800
}

.black {
  font-weight: 900
}

em,
.em {
  font-style: italic
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none
}

a.hover-underline:hover {
  text-decoration: underline
}

.left {
  text-align: left
}

.center {
  text-align: center
}

.right {
  text-align: right
}

p,
.justify {
  text-align: justify
}

.justify-last-line {
  text-align-last: justify
}

.sans-serif {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif
}

.serif {
  font-family: 'Times New Roman', Times, Georgia, serif
}

.opensans {
  font-family: 'Open Sans', sans-serif
}

.monospace {
  font-family: 'Courier New', Courier, 'Lucida Console', Monaco, monospace
}

.gothic {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

.mincho,
ul.global,
h1.page,
h2.sect-ttl,
h1.news {
  font-family: '游明朝体', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif
}

.maru-gothic {
  font-family: '新丸ゴ M', 'Shin Maru Go Medium', 'ヒラギノ丸ゴシック ProN', 'Hiragino Maru Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

._1em {
  line-height: 1
}

._125em {
  line-height: 1.25
}

._15em {
  line-height: 1.5
}

._175em {
  line-height: 1.75
}

._2em {
  line-height: 2
}

._25em {
  line-height: 2.5
}

._3em {
  line-height: 3
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.small-caps {
  font-variant-caps: small-caps
}

.all-small-caps {
  font-variant-caps: all-small-caps
}

.titling-caps {
  font-variant-caps: titling-caps
}

.ordinal-nums {
  font-variant-numeric: ordinal
}

.lining-nums {
  font-variant-numeric: lining-nums
}

.oldstyle-nums {
  font-variant-numeric: oldstyle-nums
}

.proportional-nums {
  font-variant-numeric: proportional-nums
}

.white-space-nowrap {
  white-space: nowrap
}

.break-all,
.hyphenate {
  word-break: break-all
}

.keep-all {
  word-break: keep-all
}

.break-word {
  word-wrap: break-word
}

.hyphenate {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}

.btn {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 17px 16px 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

.btn:after {
  width: 8px;
  height: 8px;
  right: 16px;
  top: 50%;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.btn.block {
  display: block
}

.btn.hasMax {
  max-width: 368px
}

.btn,
.btn:after {
  -webkit-transition: all .3s;
  transition: all .3s
}

.btn:hover {
  background: #000;
  color: #fff;
}

.btn:hover:after {
  border-color: #fff;
  right: 8px
}

.card {
  background: #fff;
  border: 1px solid #000;
  position: relative;
  max-width: 100%
}

.flex,
.row,
header.page,
ul.page-sub-nav,
section.toLowerPage,
.top-activity-item > h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flex.direction-row,
.row.direction-row,
header.page.direction-row,
ul.page-sub-nav.direction-row,
section.toLowerPage.direction-row,
.top-activity-item > h4.direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.flex.direction-row-reverse,
.row.direction-row-reverse,
header.page.direction-row-reverse,
ul.page-sub-nav.direction-row-reverse,
section.toLowerPage.direction-row-reverse,
.top-activity-item > h4.direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.flex.direction-column,
.row.direction-column,
header.page.direction-column,
ul.page-sub-nav.direction-column,
section.toLowerPage.direction-column,
.top-activity-item > h4.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.flex.direction-column-reverse,
.row.direction-column-reverse,
header.page.direction-column-reverse,
ul.page-sub-nav.direction-column-reverse,
section.toLowerPage.direction-column-reverse,
.top-activity-item > h4.direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.flex.wrap,
.row.wrap,
header.page.wrap,
ul.page-sub-nav.wrap,
section.toLowerPage.wrap,
.top-activity-item > h4.wrap,
section.toLowerPage {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex.nowrap,
.row.nowrap,
header.page.nowrap,
ul.page-sub-nav.nowrap,
section.toLowerPage.nowrap,
.top-activity-item > h4.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.flex.justify-start,
.row.justify-start,
header.page.justify-start,
ul.page-sub-nav.justify-start,
section.toLowerPage.justify-start,
.top-activity-item > h4.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.flex.justify-end,
.row.justify-end,
header.page.justify-end,
ul.page-sub-nav.justify-end,
section.toLowerPage.justify-end,
.top-activity-item > h4.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.flex.justify-center,
.row.justify-center,
header.page.justify-center,
ul.page-sub-nav.justify-center,
section.toLowerPage.justify-center,
.top-activity-item > h4.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.flex.justify-between,
.row.justify-between,
header.page.justify-between,
ul.page-sub-nav.justify-between,
section.toLowerPage.justify-between,
.top-activity-item > h4.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex.justify-around,
.row.justify-around,
header.page.justify-around,
ul.page-sub-nav.justify-around,
section.toLowerPage.justify-around,
.top-activity-item > h4.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.flex.justify-evenly,
.row.justify-evenly,
header.page.justify-evenly,
ul.page-sub-nav.justify-evenly,
section.toLowerPage.justify-evenly,
.top-activity-item > h4.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.flex.align-start,
.row.align-start,
header.page.align-start,
ul.page-sub-nav.align-start,
section.toLowerPage.align-start,
.top-activity-item > h4.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.flex.align-end,
.row.align-end,
header.page.align-end,
ul.page-sub-nav.align-end,
section.toLowerPage.align-end,
.top-activity-item > h4.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.flex.align-center,
.row.align-center,
header.page.align-center,
ul.page-sub-nav.align-center,
section.toLowerPage.align-center,
.top-activity-item > h4.align-center,
header.page,
.top-activity-item > h4 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flex.align-stretch,
.row.align-stretch,
header.page.align-stretch,
ul.page-sub-nav.align-stretch,
section.toLowerPage.align-stretch,
.top-activity-item > h4.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.flex.align-baseline,
.row.align-baseline,
header.page.align-baseline,
ul.page-sub-nav.align-baseline,
section.toLowerPage.align-baseline,
.top-activity-item > h4.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

fieldset {
  display: block
}

legend {
  display: block
}

label {
  display: block;
  margin-bottom: 8px;
}

label.radio {
  display: inline-block;
  margin-right: 14px;
  width: auto
}

input,
select,
textarea {
  font-family: $san-serif
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #717071;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 8px 5px
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
}

input[type="text"].inline,
input[type="email"].inline,
input[type="tel"].inline,
textarea.inline,
input[type="text"].ib,
input[type="email"].ib,
input[type="tel"].ib,
textarea.ib {
  width: initial
}

input[type="date"] {
  padding: 1px 0 1px
}

input[type="number"],
input[type="radio"],
input[type="checkbox"] {
  margin-right: 4px
}

select {
  background: #fafafa;
  border: 1px solid #aaa;
  font-size: 16px;
  height: 36px
}

textarea {
  line-height: 1.5
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 8px;
  padding: 14px 22px 13px 24px;
  letter-spacing: .1em;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-width: 128px;
}

input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none
}

input[type="button"]:hover,
input[type="submit"]:hover {
  color: #fff
}

input[type="button"] {
  border: 1px solid #717071;
  color: #717071;
}

input[type="button"]:hover {
  background: #717071
}

input[type="submit"] {
  border: 1px solid #000;
  color: #000;
}

input[type="submit"]:hover {
  background: #000
}

input[type="submit"]:disabled {
  background: #dcdcdd;
  border-color: #dcdcdd;
  color: #fff;
  cursor: not-allowed;
}

input[type="submit"]:disabled:hover {
  background: #dcdcdd;
  border-color: #dcdcdd;
  color: #fff
}

span.required {
  color: #dc0004
}

::-webkit-input-placeholder {
  color: #717071
}

:-ms-input-placeholder {
  color: #717071
}

::-ms-input-placeholder {
  color: #717071
}

::placeholder {
  color: #717071
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input:-webkit-autofill:hover,
select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

@media (max-width:767px) {
  textarea {
    font-size: 14px
  }
}

.container {
  width: 100%;
  max-width: 544px;
  margin: 0 auto;
  padding: 0 16px
}

.row {
  margin: 0 -8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

[class^="col-"] {
  margin: 32px 0 0;
  padding: 0 8px
}

.col-1,
.col-2 {
  width: 50%
}

.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%
}

.no-margin > [class^="col-"] {
  margin-top: 0
}

ul.disc,
ul.circle,
ul.square,
.the_content ul {
  padding: 0 0 0 1.5em
}

ul.disc,
.the_content ul {
  list-style: disc
}

ul.circle {
  list-style: circle
}

ul.square {
  list-style: square
}

ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
}

ol.lower-roman {
  list-style: lower-roman
}

ol.upper-roman {
  list-style: upper-roman
}

ol.lower-alpha {
  list-style: lower-alpha
}

ol.upper-alpha {
  list-style: upper-alpha
}

dt {
  font-wieght: bold
}

dl.horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap
}

dl.horizontal dd {
  margin: 0 0 0 180px
}

nav.pagination {
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
}

nav.pagination > h2 {
  display: none
}

nav.pagination li {
  display: inline-block
}

.page-numbers {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  margin: 0 3px;
  padding: 4px 0;
  width: 32px;
}

.page-numbers.current {
  background: #c9c9ca;
  border-color: #c9c9ca;
  color: #fff
}

a.page-numbers {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.page-numbers:hover {
  background: #000;
  color: #fff
}

.widget-title {
  font-size: 26px
}

header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

header.header.shadow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15)
}

.header-inner {
  height: 56px;
  padding: 0 16px
}

figure.logo {
  margin: 0 auto;
  position: relative;
  width: 160px;
  z-index: 10
}

a.logo {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.logo:hover {
  opacity: .63
}

img.logo {
  display: block
}

#navOpenBtn {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 22px;
  height: 16px;
  cursor: pointer;
  line-height: 16px;
  margin: -7px 0 0;
  overflow: hidden;
  z-index: 11;
  -webkit-tap-highlight-color: transparent;
}

#navOpenBtn > img {
  vertical-align: baseline
}

ul.global li.menu-item {
  font-size: 16px;
  line-height: 20px;
  position: relative
}

ul.global a {
  color: #000;
  display: block;
}

@media (max-width:1023px) {
  nav.global {
    position: fixed;
    right: -256px;
    width: 256px;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow-y: scroll;
    padding: 0 32px;
    -webkit-transition: right .3s;
    transition: right .3s;
    z-index: 20;
  }

  nav.global ul.global {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0 0;
  }

  nav.global ul.global li.menu-item {
    width: 100%;
  }

  nav.global ul.global li.menu-item a:before {
    width: 32px;
    height: 1px;
    left: 0;
    top: -13px;
    background: #666
  }

  nav.global ul.global li.menu-item a:after {
    width: 6px;
    height: 6px;
    top: 50%;
    right: 1px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin: -4px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  nav.global ul.global > li.menu-item {
    margin: 25px 0 0;
  }

  nav.global ul.global > li.menu-item > a:before {
    width: 100%
  }

  nav.global ul.global > li.menu-item:first-child {
    margin-top: 0;
  }

  nav.global ul.global > li.menu-item:first-child > a:before {
    display: none
  }

  nav.global ul.global ul.sub-menu {
    margin: 0 0 0 1em;
  }

  nav.global ul.global ul.sub-menu > li.menu-item {
    margin: 25px 0;
  }

  nav.global ul.global ul.sub-menu > li.menu-item:last-child {
    margin-bottom: 0
  }
}

.global-nav-close-a {
  border: 1px solid #666;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 32px 0;
  padding: 6px 8px;
}

.global-nav-close-a > img {
  margin: 0 4px 0 0;
  position: relative;
  top: -1px
}

.global-nav-close {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5)
}

.header-spacer {
  height: 56px
}

header.header.shown nav.global {
  right: 0
}

header.header.shown .global-nav-close {
  display: block
}

footer.footer {
  background: #000;
  font-size: 14px;
  line-height: 24px;
  margin: 80px 0 0;
  padding: 16px 0 12px
}

ul[id^="menu-footer-menu"] > li.menu-item.menu-item-has-children:nth-child(n+2),
ul[id^="menu-footer-menu"] > li.menu-item.facebook {
  margin: 32px 0 0
}

ul[id^="menu-footer-menu"] a {
  color: #fff;
}

ul[id^="menu-footer-menu"] a:hover {
  text-decoration: underline
}

ul[id^="menu-footer-menu"] ul.sub-menu {
  margin: 0 0 0 1em
}

.footer-info {
  color: #fff;
}

.footer-info > address,
.footer-info > p {
  margin: 24px 0 0
}

figure.footer-logo {
  margin: 16px 0 0;
  width: 176px
}

a.footer-logo {
  cursor: pointer;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.footer-logo:hover {
  opacity: .63
}

.footer-tel > a[href^="tel:"] {
  color: #fff
}

.footer-email > a {
  color: #fff;
}

.footer-email > a:hover {
  text-decoration: underline
}

p.copyright {
  font-size: 12px;
  line-height: 16px;
  margin: 24px 0 0
}

header.page {
  background: #ccc url("") center/cover no-repeat;
  height: 160px
}

h1.page {
  color: #fff;
}

h1.page.shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35)
}

nav.page-sub {
  background: #000;
  font-size: 14px;
  line-height: 23px;
  overflow-x: scroll
}

ul.page-sub-nav {
  margin: 0 -16px;
  padding: 0 16px;
  overflow-x: auto;
}

ul.page-sub-nav > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

ul.page-sub-nav > li:nth-child(n+2) {
  margin: 0 0 0 24px
}

ul.page-sub-nav > li:last-child:empty {
  width: 1px;
  margin: 0 0 0 15px
}

ul.page-sub-nav > li > a {
  color: #fff;
  display: block;
  padding: 11px 0;
}

ul.page-sub-nav > li > a:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s;
  transition: all .3s
}

ul.page-sub-nav > li.current-menu-item > a:after,
ul.page-sub-nav > li:hover > a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

h2.sect-ttl,
h1.news {
  font-size: 28px;
  line-height: 36px
}

section.toLowerPage > picture {
  width: 100%
}

p.lead {
  margin: 20px 0 0
}

.toLowerPage-box {
  background: rgba(255, 255, 255, 0.95);
  margin: -24px 0 0;
  padding: 32px 0;
  position: relative;
  z-index: 2
}

.toLowerPage-box-inner {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 368px;
}

.toLowerPage-box-inner.isWide {
  max-width: 496px
}

.toLowerPage-box-inner > p {
  margin: 16px 0 0
}

.toLowerPage-box-inner > a.btn {
  margin: 20px 0 0
}

header.top {
  background: #ddd url("") no-repeat 90% 50%/cover;
  height: 480px;
}

header.top h1 {
  font-size: 30px;
  line-height: 40px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

header.top h1 > span {
  margin: 0 0 0 .5em
}

header.top h1 b {
  font-size: 115%;
  font-weight: normal;
  position: relative
}

section.top-activity a.btn {
  margin: 20px auto 0
}

.top-activity-row {
  margin-top: 24px;
}

.top-activity-row > .col-3 {
  margin-top: 16px
}

.top-activity-item {
  display: block;
  overflow: hidden;
  position: relative;
}

.top-activity-item > picture,
.top-activity-item > h4 {
  -webkit-transition: all .3s;
  transition: all .3s
}

.top-activity-item > h4 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute
}

.top-activity-item > h4 {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.top-activity-item > h4 > span {
  text-align: center;
  width: 100%
}

.about-lead {
  letter-spacing: .025em;
  line-height: 2;
  max-width: 752px;
  margin: 0 auto
}

figure.about-studio {
  margin: 20px 0 0;
  z-index: 1
}

.about-role-activity {
  margin-top: 16px;
}

.about-role-activity figure.mobile {
  margin: 16px 0 0
}

.about-role-activity p {
  margin: 12px 0 0
}

.about-role-activity a.btn {
  margin: 16px 0 0
}

.about-btns1,
.about-btns2 {
  margin-top: 4px;
}

.about-btns1 > .col-6,
.about-btns2 > .col-6 {
  margin-top: 16px
}

.toLowerPage.scheme {
  margin-top: 50px;
  padding-bottom: 0;
}

.toLowerPage.scheme.isFirst {
  margin-top: 16px
}

.info-item {
  margin-top: 24px;
}

.info-item > h4 {
  margin: 0 0 8px
}

dl.info dt {
  float: left;
  width: 52px
}

dl.info dd {
  margin: 0 0 0 68px
}

.access-item {
  margin: 32px 0 0;
}

.access-item > h6 {
  margin: 4px 0 16px
}

.access-item > iframe {
  margin: 16px 0 0
}

.chairman-wrap {
  margin-top: 32px;
}

.chairman-wrap > .col-4 {
  margin-top: 0
}

.chairman-wrap > .col-8 {
  margin-top: 0
}

.board-wrap > .col-4 {
  margin-top: 32px
}

.board-item > .text {
  margin: 14px 0 0;
  padding: 0 8px
}

.board-item p {
  margin: 12px 0 0
}

section.activity-index {
  margin: 32px 0 0;
}

section.activity-index.first {
  margin: 40px 0 0
}

p.school-lead {
  margin: 20px 0 0
}

section.school-index {
  margin: 32px 0 0;
}

section.school-index.first {
  margin: 40px 0 0
}

ol.curriculum {
  margin: 8px 0 0 1em
}

p.curriculum-note {
  margin: 20px 0 0
}

section.school-fee h4 {
  margin: 16px 0 0
}

section.school-fee ul {
  margin: 8px 0 0
}

section.school-fee p {
  margin: 20px 0 0
}

section.school-app h4,
.container.cafe h4 {
  margin: 24px 0 0
}

section.school-app p,
.container.cafe p:not(.lead) {
  margin: 12px 0 0
}

a.btn.school-other {
  margin-top: 20px
}

.container.cafe ul {
  margin: 12px 0 0
}

section.membership h2 > span {
  font-size: 18px
}

section.membership h4 {
  margin: 24px 0 0
}

section.membership h5 {
  margin: 16px 0 0
}

section.membership ul,
section.membership ol,
section.membership p {
  margin: 12px 0 0
}

section.membership a.btn {
  margin: 28px auto 0
}

@media (max-width:767px) {
  section.membership p > small.gray {
    display: block
  }
}

.signup-wrap {
  max-width: 752px;
  margin: 0 auto;
}

.signup-wrap div.wpcf7 {
  margin: 24px 0 0
}

.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0
}

.wpcf7-radio label {
  margin-bottom: 0
}

input[name="post1"],
input[name="post2"] {
  display: inline-block
}

input[name="post1"] {
  width: 48px
}

input[name="post2"] {
  width: 64px
}

select[name="prefecture"] {
  width: 112px
}

input[name="unit"] {
  width: 128px
}

form.wpcf7-form {
  margin: 0;
  background: #fff;
  padding: 20px 16px;
}

form.wpcf7-form ul {
  font-size: 14px;
  line-height: 22px;
  margin: 24px 0 0
}

form.wpcf7-form p:not(.lead) {
  margin: 24px 0 0;
  text-align: left
}

.wpcf7-form-control-wrap {
  margin: 0
}

p.institution {
  display: none;
}

p.institution.shown {
  display: block
}

input[name="namae-sei"],
input[name="namae-mei"],
input[name="yomi-sei"],
input[name="yomi-mei"] {
  display: inline-block;
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px)
}

.signup-note {
  margin: 8px 0 0
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0
}

.wpcf7-radio span.wpcf7-list-item {
  margin: 0 1em 0 0
}

@media (max-width:767px) {
  form.wpcf7-form .col-6:last-child {
    margin-top: 12px
  }

  form.wpcf7-form .flex p {
    width: 100%
  }
}

.privacy-wrap {
  max-width: 752px;
  margin: 0 auto;
}

.privacy-wrap > h4 {
  margin: 24px 0 0
}

.privacy-wrap > p:not(.lead),
.privacy-wrap > ul {
  margin: 12px 0 0
}

p.news-index-all {
  margin: 32px 0 0
}

a.news-index-all {
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 0 20px 6px 0;
}

a.news-index-all:before {
  width: 100%;
  height: 3px;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: width .3s;
  transition: width .3s
}

a.news-index-all:after {
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  margin: -7px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

a.news-index-all:hover:before {
  width: 0
}

.news-index-wrap,
.event-index-wrap {
  margin: 0 -16px;
  overflow-x: scroll
}

.news-index-wrap-inner {
  padding: 0 8px;
  width: -webkit-calc(240% + 16px);
  width: calc(240% + 16px)
}

.event-index-wrap-inner {
  padding: 0 8px;
  width: -webkit-calc(320% + 16px);
  width: calc(320% + 16px)
}

picture.news-index {
  position: relative;
	height:276px;
	background-color:#fff;
	overflow:hidden;
	display:flex;
	align-items: center;
}

picture.news-index > a:first-child {
  display: block;
  overflow: hidden;
  max-height: 300px;
}

picture.news-index > a:first-child > img {
  width: 100%
}

a.news-index-cat {
  min-width: 64px;
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  padding: 1px 13px 0;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.news-index-cat:hover {
  background: #000;
  color: #fff
}

p.news-index-date {
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0 0
}

h6.news-index-ttl {
  font-size: 16px;
  line-height: 24px;
  margin: 2px 0 0;
}

h6.news-index-ttl > a {
  color: #000;
}

h6.news-index-ttl > a:hover {
  text-decoration: underline
}

picture + h6.news-index-ttl {
  margin: 10px 0 0
}

ul.event-index {
  font-size: 13px;
  line-height: 20px;
  margin: 8px 0 0;
}

ul.event-index > li {
  padding: 0 0 0 20px;
}

ul.event-index > li:before {
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  background: url("") center/contain no-repeat
}

ul.event-index > li:first-child:before {
  background-image: url("../img/icon/calender.svg")
}

ul.event-index > li:nth-child(2):before {
  background-image: url("../img/icon/place.svg")
}

ul.event-index > li:last-child:before {
  background-image: url("../img/icon/coin.svg")
}

article.news {
  max-width: 944px;
  margin: 0 auto
}

header.news {
  border-bottom: 1px solid #808080;
  padding: 0 0 24px;
}

header.news > p {
  margin: 20px 0 0
}

header.news time {
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0 0
}

header.news a.news-index-cat {
  display: inline-block;
  margin: 0 0 0 16px;
  position: static
}

.the_content {
  margin: 24px 0 0;
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6,
.the_content ul,
.the_content ol {
  clear: both
}

.the_content h2,
.the_content h3,
.the_content h4 {
  margin: 24px 0 16px
}

.the_content h5,
.the_content h6,
.the_content p,
.the_content ul,
.the_content ol {
  margin: 16px 0 0
}

.the_content li {
  margin: 1px 0 0
}

.the_content > ul > li:first-child,
.the_content > ol > li:first-child {
  margin-top: 0
}

.the_content img {
  margin: 1em;
}

.the_content img.alignleft,
.the_content img.alignright {
  display: block;
  margin: 0 auto
}

.the_content img.aligncenter {
  display: block;
  margin: 1em auto
}

.the_content figure {
  margin: 2em 0 1.75em;
  max-width: 100%;
}

.the_content figure.aligncenter {
  margin-left: auto;
  margin-right: auto
}

.the_content figure > img {
  margin: 0
}

.the_content figcaption {
  color: #717071;
  font-size: 13px;
  margin: 4px 0 0
}

.the_content a {
  word-break: break-all;
  word-wrap: break-word;
  color: #1a0dab;
}

.the_content a:hover {
  text-decoration: underline
}

.the_content table {
  width: 100%;
}

.the_content table td:first-child {
  width: 120px
}

.the_content > :first-child {
  margin-top: 0
}

footer.news {
  border-top: 1px solid #808080;
  margin: 24px 0 0;
  padding: 24px 0 0
}

p.tags {
  margin: 0 0 10px;
}

p.tags > a:hover {
  text-decoration: underline
}

.addtoany_list a {
  padding: 0 !important;
}

.addtoany_list a:nth-child(n+2) {
  margin: 0 0 0 8px
}

a.a2a_button_facebook_like {
  width: 62px !important
}

.wpcf7-not-valid {
  border-color: #dc0004 !important
}

.wpcf7-not-valid-tip {
  color: #dc0004 !important;
  font-size: 12px !important;
  display: inline !important
}

.wpcf7c-conf {
  background-color: #e0e0e0 !important;
  border: 1px solid #717071 !important;
  color: #000;
}

.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e0e0e0 inset;
}

.wpcf7c-conf:-webkit-autofill:hover,
.wpcf7c-conf:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #e0e0e0 inset
}

.wpcf7-mail-sent-ok {
  background-color: #fafffa !important;
  border: 1px solid #3cb035 !important;
  border-radius: 3px !important
}

.wpcf7-validation-errors {
  border: 2px solid #dc0004 !important
}

.wpcf7-response-output {
  padding: 1em !important
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pace-inactive {
  display: none
}

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format('embedded-opentype'), url("./fonts/slick.woff") format('woff'), url("./fonts/slick.ttf") format('truetype'), url("./fonts/slick.svg#slick") format('svg')
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir='rtl'] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir='rtl'] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}




/*# sourceMappingURL=style.min.css.map */
