@charset "UTF-8";
/**@mixin en{
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}**/
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

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

li {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/**********************************

SLIDESHOW

**********************************/
.sup-midashi {
  border-top: 1px solid #705914;
  border-bottom: 1px solid #705914;
  padding: 2rem 0;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300; }
  .sup-midashi .furi {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0.5rem; }
  .sup-midashi .kana {
    font-size: 1.8rem;
    line-height: 1.4;
    font-size: 3.6rem;
    color: #705914; }

.sup-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .sup-box .img {
    margin-top: 6rem;
    width: 54%; }
  .sup-box .txt-box {
    width: 42%;
    padding-top: 2rem; }
    .sup-box .txt-box .komidashi {
      margin-top: 4rem;
      color: #705914; }
    .sup-box .txt-box .lead {
      margin-top: 1rem; }
  @media screen and (max-width: 600px) {
    .sup-box {
      display: block; }
      .sup-box .img {
        margin-top: 4rem;
        width: 100%; }
      .sup-box .txt-box {
        width: 100%;
        padding-top: 1rem; }
        .sup-box .txt-box .komidashi {
          margin-top: 3rem; } }

.support01 {
  background: #f0ece9; }
  .support01 .inner {
    padding: 8rem 0 6rem; }
    .support01 .inner.sup01-box {
      padding-top: 0;
      display: flex;
      align-items: flex-end;
      max-width: 1100px;
      width: 100%; }
      .support01 .inner.sup01-box .img {
        order: 2;
        width: 59%;
        margin-bottom: 5rem; }
      .support01 .inner.sup01-box .lead {
        background: #fff;
        order: 1;
        width: 50%;
        margin-top: 5rem;
        margin-right: -8%;
        box-sizing: border-box;
        padding: 5rem 14% 5rem 6%; }
    .support01 .inner.list-inner {
      padding-top: 4rem; }
      @media screen and (max-width: 768px) {
        .support01 .inner.list-inner {
          padding-top: 0rem; } }
  .support01 .sup01-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem; }
    .support01 .sup01-list li {
      width: 19.5%;
      box-sizing: border-box;
      border: 1px solid #705914;
      padding: 0 1.7rem 2rem 1.7rem;
      text-align: center;
      background: #fff; }
      .support01 .sup01-list li .icon {
        text-align: center; }
        .support01 .sup01-list li .icon img {
          width: 70%;
          height: auto;
          max-width: 9rem;
          margin-top: -25%; }
      .support01 .sup01-list li .ttl {
        font-size: 2rem;
        color: #705914;
        line-height: 1.4;
        margin-top: 1.5rem; }
      .support01 .sup01-list li .lead {
        text-align: left;
        font-size: 1.4rem;
        margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .support01 .inner {
      padding: 5rem 0; }
      .support01 .inner.sup01-box {
        flex-wrap: wrap; }
        .support01 .inner.sup01-box .img {
          order: 1;
          width: 90%;
          margin-bottom: 0rem;
          margin-left: 10%; }
        .support01 .inner.sup01-box .lead {
          background: #fff;
          order: 1;
          width: 90%;
          margin-top: -4rem;
          margin-right: 10%;
          padding: 9rem 7% 5rem 10%; }
    .support01 .sup01-list {
      flex-wrap: wrap; }
      .support01 .sup01-list li {
        width: 48%;
        margin-top: 6rem; }
        .support01 .sup01-list li .icon img {
          margin-top: -13%; } }
  @media screen and (max-width: 500px) {
    .support01 .sup01-list li .icon img {
      margin-top: -25%; } }

.support02 .inner,
.support03 .inner,
.support04 .inner,
.support05 .inner {
  padding: 8rem 0; }
@media screen and (max-width: 600px) {
  .support02 .inner,
  .support03 .inner,
  .support04 .inner,
  .support05 .inner {
    padding: 5rem 0; } }

.support02 .sup02-ttl {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #705914;
  margin-bottom: 4rem; }
  .support02 .sup02-ttl .kana {
    position: relative;
    display: inline-block;
    color: #705914;
    font-size: 2.8rem;
    line-height: 1.4;
    padding-left: 8rem;
    text-align: center; }
    .support02 .sup02-ttl .kana .icon {
      position: absolute;
      width: 6rem;
      height: auto;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
.support02 .lead {
  text-align: center; }
.support02 .event-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem; }
  .support02 .event-list ul li {
    width: 24%;
    margin-top: 1.5rem;
    /**&:nth-child(1),
    &:nth-child(2),
    &:nth-child(3){
    	width: 32.5%;
    }**/ }
@media screen and (max-width: 700px) {
  .support02 .event-list ul {
    margin-top: 1.5rem; }
    .support02 .event-list ul li {
      width: 49%;
      margin-top: 1.5rem;
      /**&:nth-child(1){
      	width: 100%;
      }
      &:nth-child(2),
      &:nth-child(3){
      	width: 49%;
      }**/ } }
@media screen and (max-width: 500px) {
  .support02 .event-list ul {
    margin-top: 1.5rem; }
    .support02 .event-list ul li:nth-child(1) {
      width: 100%;
      margin-bottom: 2rem; }
    .support02 .event-list ul li:nth-child(2), .support02 .event-list ul li:nth-child(3) {
      width: 100%;
      margin-bottom: 2rem; } }

.support03,
.support05 {
  background: #f0ece9; }
  .support03 .sup-box .img,
  .support05 .sup-box .img {
    order: 2; }
  .support03 .sup-box .txt-box,
  .support05 .sup-box .txt-box {
    order: 1; }
  @media screen and (max-width: 600px) {
    .support03 .sup-box .img,
    .support05 .sup-box .img {
      order: 1; }
    .support03 .sup-box .txt-box,
    .support05 .sup-box .txt-box {
      order: 2; } }

.support04 {
  background: #fff; }
  .support04 .sup-box .img {
    order: 1; }
  .support04 .sup-box .txt-box {
    order: 2; }
  .support04 .sup-box.bottom .img {
    order: 2; }
  .support04 .sup-box.bottom .txt-box {
    order: 1; }
  @media screen and (max-width: 600px) {
    .support04 .sup-box.bottom .img {
      order: 1; }
    .support04 .sup-box.bottom .txt-box {
      order: 2; } }

.sup-eq-list {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem; }
  .sup-eq-list li {
    width: 47%;
    margin-top: 3rem;
    text-align: left; }
    .sup-eq-list li .ttl {
      font-size: 2rem;
      line-height: 1.4;
      margin-top: 1.5rem;
      color: #705914; }
    .sup-eq-list li .lead {
      margin-top: 0.5rem; }
