@charset "UTF-8";
.ind {
  padding-top: 90px; }

.ind-hero {
  background: #fff; }

.ind-hero__vis {
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 2;
  /*display: none;*/ }
  .ind-hero__vis img {
    width: 100%;
    max-width: 1280px; }

.ind-hero__bg {
  background: #F3F6F9;
  margin-top: -150px; }
  .ind-hero__bg img {
    width: 100%; }

@media screen and (max-width: 1500px) {
  .ind-hero__bg {
    margin-top: -100px; } }
@media screen and (max-width: 960px) {
  .ind {
    padding-top: 50px; }

  .ind-hero__bg {
    margin-top: -75px; } }
@media screen and (max-width: 560px) {
  .svg-container {
    display: none; }

  .ind-hero__vis {
    display: block !important; }

  .ind-hero__bg {
    margin-top: -10vw; } }
.ind-out {
  background: #F3F6F9;
  padding-bottom: 6rem; }

.ind-out__box {
  display: flex;
  margin: 0 auto;
  width: 90%;
  padding: 0 90px;
  max-width: 1320px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -6vw; }
  .ind-out__box > figure {
    margin-right: 4rem; }
    .ind-out__box > figure img {
      width: 250px;
      max-width: 15vw; }
    .ind-out__box > figure span {
      font-size: 16px;
      font-weight: bold;
      margin-top: 1rem;
      display: inline-block; }
  .ind-out__box > div {
    text-align: left; }
    .ind-out__box > div .-ttl p {
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 2rem; }
    .ind-out__box > div .-doc p {
      font-size: 18px;
      line-height: 70px;
      border-top: 1px solid #808080;
      background-image: linear-gradient(to bottom, transparent 69px, #808080 69px, #808080 70px);
      background-size: 100% 70px; }

@media screen and (max-width: 960px) {
  .ind-out__box {
    display: block;
    margin-top: 0px;
    padding: 0px; }
    .ind-out__box > figure {
      margin: 0px; }
      .ind-out__box > figure img {
        width: 125px; }
    .ind-out__box > div .-ttl p {
      text-align: center; }
    .ind-out__box > div .-doc p {
      font-size: 18px; } }
@media screen and (max-width: 560px) {
  .ind-out__box > figure img {
    width: 60px; }
  .ind-out__box > div .-doc p {
    font-size: 15px;
    line-height: 50px;
    border-top: 1px solid #808080;
    background-image: linear-gradient(to bottom, transparent 49px, #808080 49px, #808080 50px);
    background-size: 100% 50px; } }
.ind-pick {
  background: #F3F6F9;
  padding: 0.001rem; }

.ind-pic__box {
  background: #FFF100;
  border-radius: 15px;
  margin: 0 auto;
  width: 90%;
  max-width: 1320px;
  padding: 2rem 5% 3rem;
  margin-bottom: -6rem; }
  .ind-pic__box h2 {
    text-align: left;
    max-width: 1080px;
    margin: 0 auto;
    font-family: "Gantari", sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem; }
  .ind-pic__box .-panel {
    background: #fff;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    margin-bottom: 20px;
    padding: 25px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    .ind-pic__box .-panel > time {
      font-family: "Gantari", sans-serif;
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      line-height: 30px;
      border-right: 1px solid #808080;
      padding-right: 25px;
      min-height: 60px; }
      .ind-pic__box .-panel > time span {
        display: block;
        font-size: 21px;
        margin-top: -5px; }
    .ind-pic__box .-panel > p {
      text-align: left;
      font-size: 21px;
      font-weight: bold;
      padding: 0 25px; }
    .ind-pic__box .-panel > div {
      border-left: 1px solid #808080;
      padding-left: 25px;
      margin-left: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 60px; }
      .ind-pic__box .-panel > div span {
        font-family: 'Icons'; }

@media screen and (max-width: 960px) {
  .ind-pic__box {
    width: 100%;
    border-radius: 0px; } }
@media screen and (max-width: 560px) {
  .ind-pic__box .-panel {
    display: block; }
    .ind-pic__box .-panel > time {
      font-size: 19px;
      border: 0px; }
      .ind-pic__box .-panel > time span {
        display: inline;
        font-size: 19px; }
        .ind-pic__box .-panel > time span::after {
          content: '.'; }
    .ind-pic__box .-panel > p {
      font-size: 18px;
      padding: 1rem 0 0 0;
      margin-top: 0.5rem;
      border-top: 1px solid #808080; }
    .ind-pic__box .-panel > div {
      border-left: 0px;
      text-align: right;
      display: block;
      margin-top: 0.5rem; }
      .ind-pic__box .-panel > div span {
        font-family: 'Icons'; } }
.ind-news {
  padding: 0.001rem;
  margin-top: 12rem;
  margin-bottom: 6rem; }

.ind-news__box {
  text-align: left;
  margin: 0 auto;
  width: 90%;
  max-width: 1080px; }
  .ind-news__box h2 {
    text-align: left;
    max-width: 1080px;
    margin: 0 auto;
    font-family: "Gantari", sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem; }
  .ind-news__box ul {
    border-top: 1px solid #707070; }
  .ind-news__box li {
    border-bottom: 1px solid #707070;
    padding: 1.5rem 0; }
    .ind-news__box li time {
      font-family: "Gantari", sans-serif;
      font-weight: bold;
      font-size: 23px;
      color: #333;
      margin-bottom: 0.75rem;
      display: block; }
      .ind-news__box li time::before {
        content: '●';
        color: #EA5414;
        font-size: 13px;
        margin-right: 10px;
        vertical-align: middle; }
    .ind-news__box li p {
      font-size: 18px;
      line-height: 30px; }
      .ind-news__box li p a {
        text-decoration: underline;
        text-underline-offset: 0.3rem; }

@media screen and (max-width: 560px) {
  .ind-news__box li time {
    font-size: 19px; }
  .ind-news__box li p {
    font-size: 15px;
    line-height: 24px; } }
.ind-kidu {
  background-color: #EA5414;
  background-image: url("../img/ind-kidu_bg.png");
  background-position: top;
  background-size: 100% 100%;
  padding-top: 10vw;
  padding-bottom: 5vw; }

.ind-kidu__box {
  color: #fff;
  width: 60%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .ind-kidu__box .-doc {
    text-align: left;
    width: 55%; }
    .ind-kidu__box .-doc h2 {
      font-size: 55px;
      font-family: "Zen Maru Gothic", sans-serif;
      border-bottom: 10px dotted #fff;
      padding-bottom: 2rem;
      line-height: 1; }
    .ind-kidu__box .-doc p {
      font-size: 18px;
      line-height: 1.75;
      margin: 2rem 0; }
    .ind-kidu__box .-doc .-btn {
      font-size: 25px;
      font-weight: bold; }
      .ind-kidu__box .-doc .-btn a::before {
        content: 'Ｌ';
        font-family: 'Icons';
        background: #fff;
        display: inline-block;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50px;
        color: #EA5414;
        font-weight: normal;
        font-size: 18px;
        margin-right: 10px; }
  .ind-kidu__box .-pic {
    width: 40%; }
    .ind-kidu__box .-pic img {
      width: 100%; }

@media screen and (max-width: 960px) {
  .ind-kidu {
    background-image: none; }

  .ind-kidu__box {
    width: 90%; } }
@media screen and (max-width: 560px) {
  .ind-kidu {
    padding-bottom: 3rem; }

  .ind-kidu__box {
    flex-flow: column-reverse; }
    .ind-kidu__box .-doc {
      width: 100%; }
      .ind-kidu__box .-doc h2 {
        font-size: 2.5rem;
        border-bottom: 5px dotted #fff; }
      .ind-kidu__box .-doc p {
        font-size: 17px; }
      .ind-kidu__box .-doc .-btn {
        font-size: 20px; }
        .ind-kidu__box .-doc .-btn a::before {
          width: 40px;
          line-height: 40px;
          font-size: 16px; }
    .ind-kidu__box .-pic {
      width: 100%;
      margin-bottom: 2rem; }
      .ind-kidu__box .-pic img {
        max-width: 200px; } }
.ind-shire {
  background: #F3F6F9;
  padding: 6rem; }

.ind-shire__box {
  max-width: 1320px;
  margin: 0 auto; }
  .ind-shire__box h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 2rem;
    border: 5px solid #ddd;
    display: inline-block;
    margin: 0 auto;
    padding: 1rem 3rem;
    border-radius: 100px;
    background: #FFF; }
  .ind-shire__box p {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 3;
    max-width: 800px;
    margin: 3rem auto;
    text-align: center; }
  .ind-shire__box ul {
    display: flex;
    flex-flow: wrap; }
  .ind-shire__box li {
    width: 12.2%;
    margin: 1%;
    position: relative; }
    .ind-shire__box li img {
      width: 100%; }
    .ind-shire__box li img.-bal {
      position: absolute;
      width: 45%;
      top: -35%;
      left: -10%;
      transform: rotate(15deg); }
  .ind-shire__box ul.-add {
    justify-content: center;
    margin-top: 4rem; }
    .ind-shire__box ul.-add li {
      width: 24.4%; }

@media screen and (max-width: 960px) {
  .ind-shire {
    padding: 6rem 5%; }

  .ind-shire__box p {
    text-align: left; }
  .ind-shire__box ul {
    margin: 0 -1%; }
  .ind-shire__box li {
    width: 23%; }
  .ind-shire__box ul.-add {
    margin-top: 3rem; }
    .ind-shire__box ul.-add li {
      width: 40%; } }
@media screen and (max-width: 560px) {
  .ind-shire {
    padding: 3rem 5%; }

  .ind-shire__box h2 {
    font-size: 2rem; }
  .ind-shire__box p {
    font-size: 17px;
    line-height: 2; }
  .ind-shire__box ul {
    margin: 0 -1.5%; }
  .ind-shire__box li {
    width: 30.333%;
    margin: 1.5%; }
    .ind-shire__box li img.-bal {
      width: 40%;
      top: -10%; }
  .ind-shire__box ul.-add {
    margin-top: 2rem; }
    .ind-shire__box ul.-add li {
      width: 47%; } }
.ind-event__box {
  text-align: left;
  padding: 6rem 0 0 0; }
  .ind-event__box h2 {
    text-align: left;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    font-family: "Gantari", sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem; }

.ind-event__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center; }
  .ind-event__list .-panel {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 360px;
    margin: 30px;
    text-align: left;
    padding: 30px; }
    .ind-event__list .-panel .-cate {
      background: #00A0E9;
      color: #fff;
      display: inline-block;
      font-size: 0.8rem;
      font-weight: bold;
      padding: 0 0.75rem;
      line-height: 35px;
      border-radius: 20px;
      margin-bottom: 1.5rem; }
    .ind-event__list .-panel .-date {
      font-size: 0.9rem;
      line-height: 35px;
      font-weight: bold; }
      .ind-event__list .-panel .-date time {
        font-family: "Gantari", sans-serif; }
    .ind-event__list .-panel .-title {
      clear: both;
      margin: 0.5rem 0;
      font-size: 20px;
      font-weight: bold;
      color: #00A0E9; }
    .ind-event__list .-panel .-venue {
      font-size: 0.9rem;
      margin-bottom: 1.5rem; }
    .ind-event__list .-panel .-cap {
      font-size: 0.85rem;
      margin-top: 2rem; }
      .ind-event__list .-panel .-cap li {
        list-style: circle outside;
        margin-left: 1.25rem;
        margin-bottom: 0.25rem; }
    .ind-event__list .-panel.__semi .-cate {
      background: #EA5414; }
    .ind-event__list .-panel.__semi .-title {
      color: #EA5414; }

@media screen and (max-width: 560px) {
  .ind-event__box {
    padding: 3rem 0 0 0; }

  .ind-event__list .-panel {
    width: 100%;
    padding: 20px;
    margin: 15px 5%; }
    .ind-event__list .-panel .-title {
      padding: 1rem 0;
      font-size: 17px; }
    .ind-event__list .-panel .-cap {
      font-size: 0.9rem; } }
.ind-ban {
  margin: 6rem 0; }

.ind-ban__box {
  max-width: 1320px;
  margin: 0 auto; }
  .ind-ban__box ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center; }
  .ind-ban__box li {
    margin: min(5%, 2rem); }
  .ind-ban__box img {
    max-width: 40vw; }

@media screen and (max-width: 560px) {
  .ind-ban {
    margin: 3rem 0; } }
