@charset "UTF-8";
/*
**
page style
** 
** common
** index
** theme
** about
** - guide
** - message
** - whats
** -- outline
** -- establish
** -- history
** -- policy
** -- organization
** -- roompolicy
** -- factbook
** -- contribution
** -- anual
** -- access
** - sdgs
** - magazine
** membership
** - admission
** - guidance
** - interview
** - contact
** supporters
** club
** - about
** - member
** - donation
** - corporation
** - contact
** schedule
** sponsors
** ob
** link
** privacy
** sitepolicy
** project
** 
english style
** 
** theme[en]
** organization[en]
** contact[en]
** 
form style
**
** form common
**
system style
** 
** wp common
** activity
** information
** wordpress common
**
*/
/*==================================================

** common
==================================================*/
@media (min-width: 961px) {
  .sptellink a {
    pointer-events: none; } }
@media (max-width: 600px) {
  .sptellink a {
    color: #d90200;
    text-decoration: underline; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-row-r {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex-jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex-jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

.main .floatbox:after {
  clear: both;
  content: '';
  display: block;
  height: 0; }
.main .floatbox .txtbox > :first-child, .main .floatbox .photobox > :first-child {
  margin-top: 0; }
.main .floatbox .txtbox.right, .main .floatbox .photobox.right {
  float: right; }
.main .floatbox .txtbox.left, .main .floatbox .photobox.left {
  float: left; }
.main .txtbox > :first-child {
  margin-top: 0; }
.main .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.main .ctr {
  text-align: center; }
  @media (max-width: 960px) {
    .main .ctr {
      text-align: left; }
      .main .ctr br {
        display: none; } }
  .main .ctr-all {
    text-align: center; }
.main .sign {
  text-align: right; }
.main .moviebox {
  text-align: center; }
  .main .moviebox iframe {
    width: 100%;
    max-width: 600px;
    height: 338px; }
  @media (max-width: 600px) {
    .main .moviebox iframe {
      width: 100%;
      height: 50vw; } }
.main .fwb {
  font-weight: bold; }
.main .red {
  color: #d90200; }
@media (min-width: 961px) {
  .main a[href^="tel:"] {
    pointer-events: none; } }
@media (max-width: 600px) {
  .main a[href^="tel:"] {
    color: #d90200;
    text-decoration: underline; }
    .main a[href^="tel:"]:hover {
      text-decoration: none; } }
.main .mincho {
  font-family: YuMincho,'Yu Mincho',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","MS PMincho","MS 明朝",serif; }
.main .firstsec > :first-child {
  margin-top: 100px; }
@media (max-width: 600px) {
  .main .firstsec > :first-child {
    margin-top: 80px; } }
.main .numlist li {
  padding: 0 0 0 25px;
  position: relative; }
  .main .numlist li:before {
    content: counter(number) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-weight: normal; }
.main .insidelist > li + li {
  margin-top: 25px; }
.main .insidelist > li h6 {
  font-weight: bold; }
.main .insidelist > li .txtbox {
  padding: 0 0 0 40px;
  margin: 25px 0 0; }
.main .linkbtnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 0; }
  .main .linkbtnlist li {
    padding: 0;
    margin: 0 10px;
    width: 360px; }
    .main .linkbtnlist li:before {
      content: none; }
    .main .linkbtnlist li:nth-child(3n) {
      margin-top: 20px; }
    .main .linkbtnlist li a {
      margin: 0; }
  @media (max-width: 960px) {
    .main .linkbtnlist {
      margin: 30px 0 0; }
      .main .linkbtnlist li {
        width: 360px;
        margin: 20px 10px 0; } }
  @media (max-width: 600px) {
    .main .linkbtnlist {
      margin: 50px 0 0; }
      .main .linkbtnlist li {
        width: 100%;
        margin: 0; }
        .main .linkbtnlist li + li {
          margin: 20px 0 0; } }
.main .pagelinks {
  margin: 50px 0 0;
  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; }
  .main .pagelinks li {
    padding: 0;
    margin: 20px 0 0;
    width: 48.6%; }
    .main .pagelinks li:before {
      content: none; }
    .main .pagelinks li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100px;
      padding: 20px 11.4% 20px 5%;
      border: 1px solid #ccc;
      border-left: 2px solid #2d6946;
      font-size: 1.8rem;
      font-weight: bold;
      -webkit-font-feature-settings: "pkna" 1;
      font-feature-settings: "pkna" 1;
      position: relative; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .main .pagelinks li a {
          padding: 24px 11.4% 16px 5%; } }
      .main .pagelinks li a:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.8rem;
        color: #aaa;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5%;
        transition: all 0.2s; }
      .main .pagelinks li a:hover {
        opacity: 1;
        text-decoration: none;
        color: #2d6946; }
        .main .pagelinks li a:hover:before {
          right: 3.8%;
          transition: all 0.4s; }
  @media (max-width: 600px) {
    .main .pagelinks {
      margin: 80px 0 0;
      border: 1px solid #ccc;
      border-left: 2px solid #2d6946; }
      .main .pagelinks li {
        margin: 0;
        width: 100%; }
        .main .pagelinks li + li {
          border-top: 1px solid #ccc; }
        .main .pagelinks li a {
          height: 80px;
          padding: 10px 9.7% 10px 5.5%;
          border: none;
          font-size: 1.6rem; } }
      @media screen and (max-width: 600px) and (-ms-high-contrast: active), screen and (max-width: 600px) and (-ms-high-contrast: none) {
        .main .pagelinks li a {
          padding: 14px 9.7% 6px 5.5%; } }

.main .pdflist {
  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;
  padding: 0 2.7%;
  margin: 0; }
  .main .pdflist li {
    width: 49%;
    padding: 0 0 0 40px;
    margin: 35px 0 0; }
    .main .pdflist li:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      font-size: 3rem;
      color: #d90200;
      position: absolute; }
    .main .pdflist li a {
      text-decoration: underline;
      -webkit-font-feature-settings: "pkna" 1;
      font-feature-settings: "pkna" 1; }
      .main .pdflist li a:hover {
        opacity: 1;
        color: #2d6946;
        text-decoration: none; }
  @media (max-width: 960px) {
    .main .pdflist {
      padding: 0 2.7%;
      margin: 0; }
      .main .pdflist li {
        width: 100%; } }
  @media (max-width: 600px) {
    .main .pdflist {
      padding: 0 5%; } }
.main .logolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -3px;
  margin-right: -3px; }
  .main .logolist li {
    padding: 0;
    width: 175px;
    margin: 6px 3px 0 0; }
    .main .logolist li:before {
      content: none; }
    .main .logolist li a, .main .logolist li span {
      padding: 10px 19px;
      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: 80px;
      border: 1px solid #ccc;
      font-size: 1.6rem;
      font-weight: 700; }
      .main .logolist li a img, .main .logolist li span img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
    .main .logolist li span {
      padding: 10px; }
    .main .logolist li p {
      margin: 5px 0 0;
      font-size: 1.2rem;
      font-weight: bold; }
      .main .logolist li p.out:after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-size: 70%;
        color: inherit;
        margin-left: 5px; }
  @media (max-width: 600px) {
    .main .logolist {
      margin-left: 0;
      margin-right: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .main .logolist li {
        padding: 0;
        width: 48.6%;
        margin: 10px 0 0; }
        .main .logolist li a, .main .logolist li span {
          padding: 10px 4.75vw;
          width: 100%;
          height: 20vw; } }
.main .photolist {
  margin: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .main .photolist li {
    margin: 0;
    padding: 0;
    width: calc( 100% / 3 ); }
    .main .photolist li:before {
      content: none; }
  @media (max-width: 600px) {
    .main .photolist {
      margin: 60px 0 0; }
      .main .photolist li {
        width: 50%; } }
.main .movielist {
  margin: 0;
  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; }
  .main .movielist li {
    padding: 0;
    margin: 60px 0 0;
    width: 47.2%; }
    .main .movielist li:before {
      content: none; }
    .main .movielist li .movie {
      width: 100%;
      padding-top: 56.25%;
      position: relative; }
      .main .movielist li .movie iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .main .movielist li h5 {
      margin-top: 20px; }
  @media (max-width: 600px) {
    .main .movielist li {
      margin: 50px 0 0;
      width: 100%; } }
.main .link-sponly {
  pointer-events: none; }
  @media (max-width: 600px) {
    .main .link-sponly {
      pointer-events: all; } }
.main .linkbtn a {
  display: block;
  width: 100%;
  max-width: 500px;
  background: #2d6946;
  color: #fff;
  margin: 50px auto 0;
  padding: 28px 20px;
  font-weight: bold;
  text-align: center;
  position: relative; }
  .main .linkbtn a:hover {
    text-decoration: none; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .main .linkbtn a {
      padding: 34px 20px 26px; } }
  .main .linkbtn a.toform:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: inherit;
    color: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px; }
  .main .linkbtn a.tohome {
    max-width: 360px; }
.main .bdbtn a {
  display: block;
  width: 100%;
  max-width: 300px;
  color: #fff;
  border: 1px solid #333;
  margin: 40px 0 0;
  padding: 21px 20px;
  text-align: center;
  position: relative;
  font-family: 'cabin';
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  color: inherit;
  letter-spacing: 0.05em; }
  .main .bdbtn a:hover {
    opacity: 1;
    text-decoration: none;
    background: #333;
    color: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .main .bdbtn a {
      padding: 22px 20px; } }
@media (max-width: 600px) {
  .main .bdbtn a {
    margin: 40px auto 0; } }
.main .pdfbtn a {
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #333;
  margin: 40px auto 0;
  padding: 31px 20px;
  text-align: center;
  position: relative;
  font-weight: bold; }
  .main .pdfbtn a:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: inherit;
    color: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8.3%; }
  .main .pdfbtn a:hover {
    opacity: 1;
    text-decoration: none;
    background: #333;
    color: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .main .pdfbtn a {
      padding: 35px 20px 29px; } }
.main .activitiessec {
  overflow: hidden;
  background: #f5f5f5;
  margin: 100px 0 0;
  padding: 90px 0 100px; }
  .main .activitiessec h2 {
    margin: 0; }
    .main .activitiessec h2 span {
      font-family: 'cabin';
      font-style: normal;
      font-weight: 600;
      font-size: 1.6rem;
      color: inherit;
      letter-spacing: 0.05em;
      margin-left: 10px;
      vertical-align: middle; }
  .main .activitiessec .swiper-container {
    margin: 40px 0 0;
    overflow: visible; }
  .main .activitiessec .swiper-wrapper .swiper-slide {
    width: 300px;
    margin: 0; }
    .main .activitiessec .swiper-wrapper .swiper-slide .photobox a {
      width: 100%;
      height: 200px; }
  .main .activitiessec .swiper-pagination {
    position: static;
    text-align: left;
    margin: 40px 0 0; }
    .main .activitiessec .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      opacity: 1;
      margin: 0;
      background: #ccc; }
      .main .activitiessec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #2d6946; }
      .main .activitiessec .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 10px; }
.main #applySec {
  background: #eee;
  padding: 120px 0 100px;
  margin: 130px 0 0; }
  .main #applySec h2 {
    margin: 0;
    padding: 0; }
    .main #applySec h2:before {
      -webkit-transform: translateY(-145px);
      -ms-transform: translateY(-145px);
      transform: translateY(-145px);
      height: 60px; }
    .main #applySec h2:after {
      top: -75px; }
  .main #applySec h6 {
    text-align: center;
    font-weight: bold;
    margin: 50px 0 0; }
  .main #applySec address {
    margin: 10px 0 0; }
    .main #applySec address span + span {
      margin-left: 15px; }
    .main #applySec address a {
      text-decoration: underline; }
      .main #applySec address a:hover {
        opacity: 1;
        text-decoration: none;
        color: #2d6946; }
  @media (max-width: 960px) {
    .main #applySec {
      padding: 120px 0 80px;
      margin: 110px 0 0; }
      .main #applySec .ctr {
        text-align: center; } }
  @media (max-width: 600px) {
    .main #applySec h2 {
      font-size: 6vw; }
    .main #applySec address {
      margin: 10px 0 0; }
      .main #applySec address span {
        display: block; }
        .main #applySec address span.sptellink {
          display: inline; }
        .main #applySec address span + span {
          margin: 0; } }
.main .followsec {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main .followsec .ttlbox {
    text-align: center; }
    .main .followsec .ttlbox > :first-child {
      margin-top: 0; }
    .main .followsec .ttlbox h3 {
      font-family: 'cabin';
      font-style: normal;
      font-weight: 600;
      font-size: 3.6rem;
      color: inherit;
      letter-spacing: 0.05em; }
      .main .followsec .ttlbox h3:after {
        content: none; }
    .main .followsec .ttlbox p {
      margin: 10px 0 0;
      font-size: 1.5rem;
      letter-spacing: 0.08em;
      -webkit-font-feature-settings: "pkna" 1;
      font-feature-settings: "pkna" 1; }
  .main .followsec .snslist {
    margin: 0 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main .followsec .snslist li {
      margin: 0;
      padding: 0; }
      .main .followsec .snslist li:before {
        content: none; }
      .main .followsec .snslist li + li {
        margin-left: 20px; }
      .main .followsec .snslist li a .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 1000px;
        text-align: center;
        background: #f5f5f5;
        font-size: 2.6rem;
        transition: inherit; }
        .main .followsec .snslist li a .icon.facebook {
          color: #3b5998; }
        .main .followsec .snslist li a .icon.instagram {
          color: #e2306c; }
        .main .followsec .snslist li a .icon.line {
          color: #00b900; }
        .main .followsec .snslist li a .icon.twitter {
          color: #55acee; }
        .main .followsec .snslist li a .icon.mailmaga {
          color: #82a2b2; }
        @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
          .main .followsec .snslist li a .icon i:before {
            vertical-align: middle; } }
      .main .followsec .snslist li a p {
        color: #888;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        margin: 10px 0 0;
        letter-spacing: 0.05em;
        -webkit-font-feature-settings: "pkna" 1;
        font-feature-settings: "pkna" 1;
        transition: inherit; }
      .main .followsec .snslist li a:hover {
        opacity: 1;
        text-decoration: none; }
        .main .followsec .snslist li a:hover .icon {
          background: #e8e8e8;
          transition: inherit; }
        .main .followsec .snslist li a:hover p {
          color: #2d6946;
          transition: inherit; }
  @media (max-width: 960px) {
    .main .followsec .ttlbox {
      width: 100%; }
    .main .followsec .snslist {
      width: 100%;
      margin: 30px 0 0; } }
  @media (max-width: 600px) {
    .main .followsec {
      margin-top: 40px; }
      .main .followsec .ttlbox h3 {
        font-size: 3.0rem; }
      .main .followsec .snslist {
        margin: 10px 0 0; }
        .main .followsec .snslist li {
          margin: 20px 10px 0; }
          .main .followsec .snslist li + li {
            margin-left: 10px; } }
.main .pdfsec h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  text-align: left; }
@media (max-width: 600px) {
  .main .pdfsec {
    margin-left: -4.9vw;
    margin-right: -4.9vw; }
    .main .pdfsec h4 {
      padding: 0 5% 15px; } }
.main .slick-slide {
  outline: none; }
  .main .slick-slide a {
    display: block;
    outline: none !important; }
.main .slick-next,
.main .slick-prev {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 100%;
  width: 18px;
  height: 34px;
  z-index: 99;
  line-height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: none;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  cursor: pointer; }
.main .slick-next {
  right: -40px; }
.main .slick-prev {
  left: -40px; }
.main .slick-next {
  background-image: url("../img/common/ico_slider_next.svg"); }
.main .slick-prev {
  background-image: url("../img/common/ico_slider_prev.svg"); }
.main .slick-dots {
  position: absolute;
  letter-spacing: -0.5em;
  text-align: center;
  line-height: 0;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .main .slick-dots li {
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    line-height: 0; }
    .main .slick-dots li:before {
      display: none; }
    .main .slick-dots li + li {
      margin-left: 10px !important; }
    .main .slick-dots li button {
      border: none;
      padding: 0;
      margin: 0;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background: #ccc;
      width: 10px;
      height: 10px;
      outline: none;
      cursor: pointer;
      border-radius: 1000px; }
    .main .slick-dots li.slick-active button, .main .slick-dots li:hover button {
      background: #2d6946; }
@media (max-width: 960px) {
  .main .slick-next {
    right: -30px; }
  .main .slick-prev {
    left: -30px; } }
@media (max-width: 600px) {
  .main .slick-next,
  .main .slick-prev {
    width: 15px;
    height: 30px;
    z-index: 999; }
  .main .slick-next {
    right: -2.5vw; }
  .main .slick-prev {
    left: -2.5vw; }
  .main .slick-dots {
    bottom: -30px; } }

#admission #footer, #guidance #footer, #sdgs #footer, #clubabout #footer, #clubcorporation #footer, #interview #footer {
  margin-top: 0; }

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes scaling {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/*==================================================

** index
==================================================*/
#index #contents {
  padding: 0; }

#mainvisual {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 780px;
  overflow: hidden; }
  #mainvisual .catchbox {
    position: absolute;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -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;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px; }
    #mainvisual .catchbox h2 {
      padding: 0;
      margin: auto;
      width: 100%;
      max-width: 575px;
      -webkit-font-feature-settings: "pkna" 1;
      font-feature-settings: "pkna" 1;
      text-align: center;
      line-height: 1; }
      #mainvisual .catchbox h2:before {
        content: none; }
    #mainvisual .catchbox .themelogo {
      margin: 40px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #mainvisual .catchbox .themelogo .logo-mark {
        width: 72px; }
        #mainvisual .catchbox .themelogo .logo-mark img {
          -webkit-animation: scaling 10s ease 0s infinite normal forwards;
          animation: scaling 10s ease 0s infinite normal forwards;
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
      #mainvisual .catchbox .themelogo .logo-type {
        width: 274px;
        margin-left: 14px; }
    #mainvisual .catchbox .subttl {
      font-size: 2rem;
      font-weight: bold;
      color: #fff;
      margin: 40px 0 0;
      letter-spacing: 0.1em;
      -webkit-font-feature-settings: "pkna" 1;
      font-feature-settings: "pkna" 1; }
  #mainvisual .mainslider {
    margin: 0;
    width: calc(100vw + 80px);
    height: 100vh;
    min-height: 780px;
    position: relative;
    overflow: hidden; }
    #mainvisual .mainslider:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(51, 51, 51, 0.5);
      z-index: 1; }
    #mainvisual .mainslider li {
      margin: 0;
      padding: 0;
      position: relative;
      width: calc(100vw + 80px);
      height: 100vh;
      min-height: 780px; }
      #mainvisual .mainslider li:before {
        content: none; }
      #mainvisual .mainslider li img {
        width: calc(100% + 100px);
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
        font-family: 'object-fit: cover; object-position: left center;';
        min-height: 780px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: all 10s linear 5s; }
      #mainvisual .mainslider li.slick-active img {
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
        transition: all 20s linear 0s; }
  #mainvisual .scrollbar {
    position: absolute;
    bottom: 65px;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'cabin';
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff; }
    #mainvisual .scrollbar:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #fff;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transform: translateY(40px) translate3d(0, 0, 0);
      -ms-transform: translateY(40px) translate3d(0, 0, 0);
      transform: translateY(40px) translate3d(0, 0, 0);
      -webkit-animation: down-border 2s ease 0s infinite normal forwards;
      animation: down-border 2s ease 0s infinite normal forwards; }
  @media (max-width: 600px) {
    #mainvisual {
      min-height: 500px; }
      #mainvisual .catchbox {
        padding: 0; }
        #mainvisual .catchbox h2 {
          font-size: 7vw;
          width: 80vw;
          max-width: none; }
        #mainvisual .catchbox .themelogo {
          margin: 30px 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          #mainvisual .catchbox .themelogo .logo-mark {
            width: 15vw; }
          #mainvisual .catchbox .themelogo .logo-type {
            width: 57.25vw;
            margin-left: 10px; }
        #mainvisual .catchbox .subttl {
          font-size: 4vw;
          margin: 30px 0 0; }
      #mainvisual .mainslider {
        min-height: 500px; }
        #mainvisual .mainslider li {
          min-height: 500px; }
          #mainvisual .mainslider li img {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: 45% center;
            object-position: 45% center;
            font-family: 'object-fit: cover; object-position: right 45% center;';
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); }
          #mainvisual .mainslider li.first-item img, #mainvisual .mainslider li.slick-active img {
            -webkit-transform: translateX(-80px);
            -ms-transform: translateX(-80px);
            transform: translateX(-80px); } }

#pickupSec {
  padding-top: 70px;
  padding-bottom: 130px;
  overflow: hidden; }
  #pickupSec h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'cabin';
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;
    color: #2d6946;
    letter-spacing: 0.05em; }
    #pickupSec h2:before {
      content: none; }
  #pickupSec .pickuplist {
    margin: 30px -15px 0; }
    #pickupSec .pickuplist:after {
      clear: both;
      content: '';
      display: block;
      height: 0; }
    #pickupSec .pickuplist li {
      padding: 0;
      margin: 0; }
      #pickupSec .pickuplist li:before {
        content: none; }
    #pickupSec .pickuplist .slide-item {
      float: left;
      margin: 0 15px;
      width: 340px; }
  @media (max-width: 960px) {
    #pickupSec {
      overflow: visible;
      padding: 70px 12px 130px; }
      #pickupSec .pickuplist {
        margin: 30px 0 0; }
        #pickupSec .pickuplist .slide-item {
          margin: 0 5px; } }
  @media (max-width: 600px) {
    #pickupSec {
      padding: 70px 0 110px; }
      #pickupSec h2 {
        font-size: 2.6rem; }
      #pickupSec .pickuplist {
        margin: 20px 0 0;
        padding: 0 20px; }
        #pickupSec .pickuplist .slide-item {
          margin: 0 10px;
          width: 300px; } }

#indexTheme {
  background: url("../img/index/index_theme_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0 130px; }
  #indexTheme h2 {
    margin: 0;
    padding: 0; }
    #indexTheme h2:before {
      -webkit-transform: translateY(-165px);
      -ms-transform: translateY(-165px);
      transform: translateY(-165px); }
    #indexTheme h2:after {
      top: -95px; }
    #indexTheme h2 .mincho {
      font-size: 3.6rem; }
    #indexTheme h2 .fss {
      display: block;
      margin: 10px 0 0;
      font-size: 1.8rem; }
  #indexTheme p {
    text-align: center; }
  #indexTheme .linkbtn a {
    max-width: 300px;
    font-size: 1.5rem;
    -webkit-font-feature-settings: "pkna" 1;
    font-feature-settings: "pkna" 1;
    letter-spacing: 0.08em; }
  @media (max-width: 960px) {
    #indexTheme {
      background-attachment: scroll;
      padding: 130px 0 120px; }
      #indexTheme h2:before {
        -webkit-transform: translateY(-165px);
        -ms-transform: translateY(-165px);
        transform: translateY(-165px); }
      #indexTheme h2:after {
        top: -90px; }
      #indexTheme h2 .mincho {
        font-size: 7vw; }
      #indexTheme h2 .fss {
        font-size: 2.5vw; }
      #indexTheme p {
        text-align: left; }
        #indexTheme p br {
          display: none; }
      #indexTheme .linkbtn a {
        max-width: 300px;
        -webkit-font-feature-settings: "pkna" 1;
        font-feature-settings: "pkna" 1;
        letter-spacing: 0.08em; } }
  @media (max-width: 600px) {
    #indexTheme {
      padding: 140px 0 130px; }
      #indexTheme h2 {
        font-size: 2.6rem; }
        #indexTheme h2:before {
          -webkit-transform: translateY(-165px);
          -ms-transform: translateY(-165px);
          transform: translateY(-165px); }
        #indexTheme h2:after {
          top: -95px; }
        #indexTheme h2 span {
          font-size: 3.8vw; }
      #indexTheme .linkbtn a {
        max-width: 300px;
        -webkit-font-feature-settings: "pkna" 1;
        font-feature-settings: "pkna" 1;
        letter-spacing: 0.08em; } }

#indexAbout {
  padding-top: 120px;
  padding-bottom: 100px; }
  #indexAbout h2 {
    margin: 0;
    padding: 0; }
    #indexAbout h2:before {
      -webkit-transform: translateY(-145px);
      -ms-transform: translateY(-145px);
      transform: translateY(-145px); }
    #indexAbout h2:after {
      top: -75px; }
  #indexAbout .topbox {
    position: relative; }
    #indexAbout .topbox .photobox {
      padding-left: 12%; }
    #indexAbout .topbox .txtbox {
      padding-left: 34.2%; }
      #indexAbout .topbox .txtbox .ttlbox {
        position: absolute;
        top: 37%;
        left: 0; }
        #indexAbout .topbox .txtbox .ttlbox a {
          width: 300px;
          height: 300px;
          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;
          background: #2d6946; }
          #indexAbout .topbox .txtbox .ttlbox a:hover {
            text-decoration: none; }
          #indexAbout .topbox .txtbox .ttlbox a h3 {
            margin: 0;
            padding: 0;
            font-size: 1.6rem;
            color: #fff; }
            #indexAbout .topbox .txtbox .ttlbox a h3:after {
              width: 44px;
              height: 44px;
              border: 1px solid #fff;
              background: url("../img/common/ico_arr_white_right.svg") no-repeat center center;
              background-size: 9px 17px; }
            #indexAbout .topbox .txtbox .ttlbox a h3 span {
              font-family: 'cabin';
              font-style: normal;
              font-weight: 600;
              font-size: 4rem;
              color: inherit;
              letter-spacing: 0.05em;
              display: block;
              line-height: 1.25;
              margin-bottom: 15px; }
        #indexAbout .topbox .txtbox .ttlbox + * {
          margin-top: 50px; }
      #indexAbout .topbox .txtbox ul {
        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;
        margin: 30px 0 0; }
        #indexAbout .topbox .txtbox ul li {
          width: 49%;
          margin: 20px 0 0; }
          #indexAbout .topbox .txtbox ul li a {
            font-weight: bold; }
  #indexAbout .msgbn {
    width: 100%;
    max-width: 950px;
    margin: 100px auto 0; }
    #indexAbout .msgbn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #2d6946;
      height: 180px; }
      #indexAbout .msgbn a:hover {
        text-decoration: none; }
      #indexAbout .msgbn a .photobox,
      #indexAbout .msgbn a .txtbox {
        width: 50%; }
      #indexAbout .msgbn a .photobox {
        border: 3px solid #2d6946;
        background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(white));
        background: -webkit-linear-gradient(top, whitesmoke 0%, white 100%);
        background: -o-linear-gradient(top, whitesmoke 0%, white 100%);
        background: linear-gradient(to bottom, whitesmoke 0%, white 100%); }
        #indexAbout .msgbn a .photobox img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      #indexAbout .msgbn a .txtbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        padding: 20px 40px;
        height: 100%; }
        #indexAbout .msgbn a .txtbox h3 {
          font-family: 'cabin';
          font-style: normal;
          font-weight: 600;
          font-size: 4rem;
          color: inherit;
          letter-spacing: 0.05em;
          text-align: left; }
          #indexAbout .msgbn a .txtbox h3:after {
            content: none; }
        #indexAbout .msgbn a .txtbox .nameplate {
          margin: 10px 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1; }
          #indexAbout .msgbn a .txtbox .nameplate .record {
            font-size: 1.2rem;
            letter-spacing: 0.03em; }
          #indexAbout .msgbn a .txtbox .nameplate .name {
            font-size: 3.0rem;
            letter-spacing: 0.05em;
            margin-left: 10px; }
  #indexAbout .bn70th {
    margin: 60px auto 0;
    width: 540px; }
    #indexAbout .bn70th a {
      display: block; }
  #indexAbout .bnbox {
    overflow: hidden;
    padding-bottom: 40px; }
    #indexAbout .bnbox .aboutbn {
      margin: 80px -15px 0; }
      #indexAbout .bnbox .aboutbn:after {
        clear: both;
        content: '';
        display: block;
        height: 0; }
      #indexAbout .bnbox .aboutbn li {
        margin: 0;
        padding: 0; }
        #indexAbout .bnbox .aboutbn li:before {
          content: none; }
        #indexAbout .bnbox .aboutbn li.slide-item {
          width: 525px;
          margin: 0 15px;
          float: left; }
  @media (max-width: 960px) {
    #indexAbout h2:before {
      -webkit-transform: translateY(-145px);
      -ms-transform: translateY(-145px);
      transform: translateY(-145px); }
    #indexAbout h2:after {
      top: -75px; }
    #indexAbout .topbox .photobox {
      padding-left: 0;
      margin-right: -4.9vw; }
    #indexAbout .topbox .txtbox {
      padding-left: 0; }
      #indexAbout .topbox .txtbox .ttlbox {
        position: relative;
        margin: -6.25vw 0 0 -4.9vw; }
        #indexAbout .topbox .txtbox .ttlbox a {
          width: 68.125vw;
          height: 176px;
          min-width: 545px;
          background: #2d6946; }
          #indexAbout .topbox .txtbox .ttlbox a h3 {
            width: 100%;
            position: relative;
            text-align: left;
            padding: 0 0 0 5vw; }
            #indexAbout .topbox .txtbox .ttlbox a h3:after {
              margin: 0;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              right: 40px; }
            #indexAbout .topbox .txtbox .ttlbox a h3 br {
              display: none; }
      #indexAbout .topbox .txtbox ul {
        margin: 20px 0 0; }
        #indexAbout .topbox .txtbox ul li {
          width: 100%; }
    #indexAbout .msgbn a .txtbox {
      padding: 20px 2.6vw; }
      #indexAbout .msgbn a .txtbox h3 {
        font-size: 4.5vw; }
      #indexAbout .msgbn a .txtbox .nameplate .record {
        font-size: 1.5vw; }
      #indexAbout .msgbn a .txtbox .nameplate .name {
        font-size: 2.7vw;
        margin-left: 1.25vw; }
    #indexAbout .bnbox .aboutbn {
      margin: 100px 0 0;
      padding: 0 80px; }
      #indexAbout .bnbox .aboutbn li.slide-item {
        width: 530px; } }
  @media (max-width: 600px) {
    #indexAbout {
      padding-bottom: 80px; }
      #indexAbout .topbox .photobox {
        margin-right: -4.9vw; }
      #indexAbout .topbox .txtbox .ttlbox {
        margin: -5vw 0 0 -5vw; }
        #indexAbout .topbox .txtbox .ttlbox a {
          width: 100%;
          height: 133px;
          min-width: auto; }
          #indexAbout .topbox .txtbox .ttlbox a h3 {
            font-size: 4vw; }
            #indexAbout .topbox .txtbox .ttlbox a h3:after {
              margin: 0;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              right: 10vw; }
            #indexAbout .topbox .txtbox .ttlbox a h3 span {
              font-size: 6.5vw;
              margin-bottom: 5px; }
        #indexAbout .topbox .txtbox .ttlbox + * {
          margin-top: 40px; }
      #indexAbout .msgbn {
        margin: 80px auto 0; }
        #indexAbout .msgbn a {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: auto; }
          #indexAbout .msgbn a .photobox,
          #indexAbout .msgbn a .txtbox {
            width: 100%;
            height: auto; }
          #indexAbout .msgbn a .txtbox {
            padding: 10px 5%; }
            #indexAbout .msgbn a .txtbox h3 {
              font-size: 9vw; }
            #indexAbout .msgbn a .txtbox .nameplate {
              margin: 10px 0 0; }
              #indexAbout .msgbn a .txtbox .nameplate .record {
                font-size: 3vw; }
              #indexAbout .msgbn a .txtbox .nameplate .name {
                font-size: 6.5vw;
                margin-left: 1.25vw; }
      #indexAbout .bn70th {
        margin: 40px auto 0;
        width: 100%; }
      #indexAbout .bnbox {
        padding-bottom: 30px; }
        #indexAbout .bnbox .aboutbn {
          margin: 60px 0 0;
          padding: 0 30px; }
          #indexAbout .bnbox .aboutbn li.slide-item {
            width: 300px;
            margin: 0 15px;
            float: left; } }

#indexActivities {
  margin-top: 0; }

#indexInfo {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #indexInfo #indexInformation {
    width: 61.1%;
    margin: 100px 0 0; }
    #indexInfo #indexInformation > :first-child {
      margin-top: 0; }
    #indexInfo #indexInformation .informationlist {
      margin: 10px 0 0; }
  #indexInfo #indexFacebook {
    width: 33.3%;
    margin: 100px 0 0;
    text-align: center; }
    #indexInfo #indexFacebook .fb_iframe_widget,
    #indexInfo #indexFacebook .fb_iframe_widget span,
    #indexInfo #indexFacebook .fb_iframe_widget iframe[style] {
      width: 100% !important; }
  @media (max-width: 960px) {
    #indexInfo #indexInformation {
      width: 100%; }
      #indexInfo #indexInformation h2 span {
        font-family: 'cabin';
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        color: inherit;
        letter-spacing: 0.05em;
        margin-left: 10px;
        vertical-align: middle; }
      #indexInfo #indexInformation .informationlist {
        margin: 10px 0 0; }
    #indexInfo #indexFacebook {
      width: 100%;
      max-width: 500px;
      margin: 80px auto 0; } }
  @media (max-width: 600px) {
    #indexInfo #indexInformation {
      margin: 80px auto 0; }
    #indexInfo #indexFacebook {
      margin: 60px auto 0; } }

#indexFollow {
  margin-top: 90px; }

/*==================================================

** theme
==================================================*/
#themeSec #themeMessage {
  margin: 100px 0 0;
  padding: 70px 0 90px;
  background: url("../img/theme/theme_message_bg01_pc.jpg") no-repeat center center/cover; }
  #themeSec #themeMessage .wbox {
    background: #fff; }
    #themeSec #themeMessage .wbox .inner {
      padding: 130px 8.3% 70px;
      position: relative;
      background: url("../img/theme/ptn_tri_gn_top.svg") no-repeat left top/203px 203px, url("../img/theme/ptn_tri_gn_btm.svg") no-repeat right bottom/203px 203px; }
    #themeSec #themeMessage .wbox h2 {
      margin: 0;
      padding: 0;
      font-size: 1.8rem;
      text-align: center; }
      #themeSec #themeMessage .wbox h2:before {
        -webkit-transform: translateY(-160px);
        -ms-transform: translateY(-160px);
        transform: translateY(-160px); }
      #themeSec #themeMessage .wbox h2:after {
        top: -80px; }
      #themeSec #themeMessage .wbox h2 span {
        display: block;
        -webkit-font-feature-settings: "pkna" 1;
        font-feature-settings: "pkna" 1; }
      #themeSec #themeMessage .wbox h2 .slogan {
        font-size: 3.6rem; }
      #themeSec #themeMessage .wbox h2 .txt {
        margin: 15px 0 0; }
    #themeSec #themeMessage .wbox .sign {
      text-align: center;
      margin: 50px 0 0; }
      #themeSec #themeMessage .wbox .sign span {
        display: block;
        margin: auto; }
        #themeSec #themeMessage .wbox .sign span.name {
          width: 150px;
          margin-top: 15px; }
#themeSec .detailsec + .detailsec {
  margin-top: 100px; }
#themeSec .detailsec .topbox {
  background: #f6ac25;
  color: #fff;
  padding: 100px 0;
  position: relative; }
  #themeSec .detailsec .topbox:before, #themeSec .detailsec .topbox:after {
    content: '';
    display: block;
    width: 203px;
    height: 203px;
    background: no-repeat center center/contain;
    position: absolute; }
  #themeSec .detailsec .topbox:before {
    background-image: url("../img/theme/ptn_tri_wt_top.svg");
    left: 0;
    top: 0; }
  #themeSec .detailsec .topbox:after {
    background-image: url("../img/theme/ptn_tri_wt_btm.svg");
    right: 0;
    bottom: 0; }
  #themeSec .detailsec .topbox .lrbox {
    max-width: 912px;
    margin: 0 auto; }
  #themeSec .detailsec .topbox .ttlbox {
    width: 48.2%; }
    #themeSec .detailsec .topbox .ttlbox h2 {
      margin: 0;
      padding: 0;
      text-align: left;
      font-size: 3.6rem;
      letter-spacing: 0.1em; }
      #themeSec .detailsec .topbox .ttlbox h2:before {
        content: none; }
    #themeSec .detailsec .topbox .ttlbox p {
      margin: 30px 0 0;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 0.1em; }
  #themeSec .detailsec .topbox .txtbox {
    width: 48.2%; }
#themeSec .detailsec .btmbox ul {
  margin: 50px 0 0; }
#themeSec .detailsec .btmbox li {
  width: 47.6%;
  margin: 0; }
#themeSec .detailsec .btmbox h3 {
  margin: 20px 0 0;
  text-align: left;
  font-size: 2rem; }
  #themeSec .detailsec .btmbox h3:after {
    content: none; }
  #themeSec .detailsec .btmbox h3 + p {
    margin-top: 20px; }
#themeSec #themeDetail2 .topbox {
  background: #e95678; }
#themeSec #themeDetail3 .topbox {
  background: #3b4a9d; }
@media (max-width: 960px) {
  #themeSec .detailsec .topbox .ttlbox h2 {
    font-size: 2.6rem; }
  #themeSec .detailsec .topbox .ttlbox p {
    margin: 20px 0 0;
    font-size: 1.6rem; } }
@media (max-width: 600px) {
  #themeSec #themeMessage {
    margin: 80px 0 0;
    padding: 80px 0;
    background-image: url("../img/theme/theme_message_bg01_sp.jpg"); }
    #themeSec #themeMessage .wbox .inner {
      padding: 105px 6.9% 60px;
      background-size: 122px 122px, 122px 122px; }
    #themeSec #themeMessage .wbox h2 {
      font-size: 1.4rem; }
      #themeSec #themeMessage .wbox h2:before {
        -webkit-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
        transform: translateY(-140px); }
      #themeSec #themeMessage .wbox h2:after {
        top: -80px; }
      #themeSec #themeMessage .wbox h2 .slogan {
        font-size: 2.8rem; }
    #themeSec #themeMessage .wbox .sign {
      margin: 40px 0 0; }
  #themeSec .detailsec + .detailsec {
    margin-top: 80px; }
  #themeSec .detailsec .topbox {
    padding: 80px 0; }
    #themeSec .detailsec .topbox:before, #themeSec .detailsec .topbox:after {
      width: 122px;
      height: 122px; }
    #themeSec .detailsec .topbox .ttlbox {
      width: 100%; }
      #themeSec .detailsec .topbox .ttlbox h2 {
        font-size: 2.8rem; }
      #themeSec .detailsec .topbox .ttlbox p {
        margin: 20px 0 0;
        font-size: 1.6rem; }
    #themeSec .detailsec .topbox .txtbox {
      width: 100%;
      margin: 45px 0 0; }
  #themeSec .detailsec .btmbox li {
    width: 100%; }
    #themeSec .detailsec .btmbox li + li {
      margin-top: 50px; }
  #themeSec .detailsec .btmbox h3 {
    margin: 25px 0 0;
    font-size: 1.8rem; } }
@media (max-width: 374px) {
  #themeSec #themeMessage .wbox h2 {
    font-size: 3.5vw; }
    #themeSec #themeMessage .wbox h2 .slogan {
      font-size: 7vw; }
  #themeSec .detailsec .topbox .ttlbox h2 {
    font-size: 7vw; }
  #themeSec .detailsec .topbox .ttlbox p {
    font-size: 4vw; } }

/*==================================================

** about
==================================================*/
#aboutSec .aboutlist {
  margin: 40px 0 0; }
  #aboutSec .aboutlist li {
    padding: 0;
    margin: 60px 0 0;
    width: 47.2%; }
    #aboutSec .aboutlist li:before {
      content: none; }
    #aboutSec .aboutlist li .txtbox h3 {
      margin: 35px 0 0;
      text-align: left; }
      #aboutSec .aboutlist li .txtbox h3:after {
        content: none; }
      #aboutSec .aboutlist li .txtbox h3 + * {
        margin-top: 30px; }
    #aboutSec .aboutlist li .txtbox .viewbtn {
      text-align: right;
      margin: 40px 0 0; }
      #aboutSec .aboutlist li .txtbox .viewbtn a {
        font-family: 'cabin';
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        color: inherit;
        letter-spacing: 0.05em; }
        #aboutSec .aboutlist li .txtbox .viewbtn a:after {
          content: '';
          display: inline-block;
          width: 40px;
          height: 1px;
          background: #333;
          vertical-align: 5px;
          margin-left: 15px;
          transition: all 0.2s; }
        #aboutSec .aboutlist li .txtbox .viewbtn a:hover {
          opacity: 1;
          text-decoration: none;
          color: #2d6946; }
          #aboutSec .aboutlist li .txtbox .viewbtn a:hover:after {
            background: #2d6946;
            transition: all 0.4s;
            width: 60px; }
@media (max-width: 600px) {
  #aboutSec .aboutlist {
    margin: 30px 0 0; }
    #aboutSec .aboutlist li {
      margin: 50px 0 0;
      width: 100%; }
      #aboutSec .aboutlist li .txtbox h3 {
        margin: 30px 0 0; }
        #aboutSec .aboutlist li .txtbox h3 + * {
          margin-top: 20px; }
      #aboutSec .aboutlist li .txtbox .viewbtn {
        margin: 30px 0 0; } }

/*==================================================

** - guide
==================================================*/
#guideSec .guidebox {
  margin: 100px 0 0;
  padding: 70px 10px 0;
  position: relative;
  min-height: 500px; }
  #guideSec .guidebox + .guidebox {
    margin-top: 70px; }
  #guideSec .guidebox .photobox {
    width: 52%;
    height: 500px;
    position: absolute;
    top: 0; }
    #guideSec .guidebox .photobox img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  #guideSec .guidebox .txtbox {
    width: 54.16%;
    position: relative; }
    #guideSec .guidebox .txtbox dl {
      width: 100%;
      max-width: 600px;
      background: #fff;
      padding: 40px 8.3% 40px 15%;
      position: relative; }
      #guideSec .guidebox .txtbox dl:before {
        content: 'Q';
        font-family: 'cabin';
        font-style: normal;
        font-weight: 600;
        font-size: 4rem;
        color: #fff;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background: #2d6946;
        position: absolute;
        left: -20px;
        top: -20px; }
      #guideSec .guidebox .txtbox dl dt {
        font-size: 2.0rem;
        font-weight: bold;
        -webkit-font-feature-settings: "pkna" 1;
        font-feature-settings: "pkna" 1;
        letter-spacing: 0.08em; }
      #guideSec .guidebox .txtbox dl dd {
        margin: 30px 0 0; }
        #guideSec .guidebox .txtbox dl dd > :first-child {
          margin-top: 0; }
  #guideSec .guidebox:nth-of-type(odd) .photobox {
    left: 0; }
  #guideSec .guidebox:nth-of-type(odd) .txtbox {
    margin-left: auto; }
    #guideSec .guidebox:nth-of-type(odd) .txtbox dl {
      margin-right: auto; }
  #guideSec .guidebox:nth-of-type(even) .photobox {
    right: 0; }
  #guideSec .guidebox:nth-of-type(even) .txtbox {
    margin-right: auto; }
    #guideSec .guidebox:nth-of-type(even) .txtbox dl {
      margin-left: auto; }
@media (max-width: 960px) {
  #guideSec .guidebox {
    margin: 100px 0 0;
    padding: 450px 0 0; }
    #guideSec .guidebox .photobox {
      width: 100%;
      height: 500px; }
    #guideSec .guidebox .txtbox {
      width: 100%; }
      #guideSec .guidebox .txtbox dl {
        width: 90%;
        max-width: 100%;
        padding: 40px 8.3% 40px 90px; }
    #guideSec .guidebox:nth-of-type(odd) .txtbox, #guideSec .guidebox:nth-of-type(even) .txtbox {
      margin: auto; }
      #guideSec .guidebox:nth-of-type(odd) .txtbox dl, #guideSec .guidebox:nth-of-type(even) .txtbox dl {
        margin: auto; } }
@media (max-width: 600px) {
  #guideSec .guidebox {
    margin: 80px 0 0;
    padding: 61.5vw 0 0; }
    #guideSec .guidebox + .guidebox {
      margin-top: 60px; }
    #guideSec .guidebox .photobox {
      width: 100%;
      height: auto; }
      #guideSec .guidebox .photobox img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    #guideSec .guidebox .txtbox {
      width: 90%;
      padding-left: 20px; }
      #guideSec .guidebox .txtbox dl {
        padding: 60px 5.8% 20px; }
        #guideSec .guidebox .txtbox dl:before {
          font-size: 2.6rem;
          width: 50px;
          height: 50px;
          line-height: 50px; }
        #guideSec .guidebox .txtbox dl dt {
          font-size: 1.8rem; }
        #guideSec .guidebox .txtbox dl dd {
          margin: 20px 0 0; }
    #guideSec .guidebox:nth-of-type(odd) .txtbox, #guideSec .guidebox:nth-of-type(even) .txtbox {
      margin: auto; }
      #guideSec .guidebox:nth-of-type(odd) .txtbox dl, #guideSec .guidebox:nth-of-type(even) .txtbox dl {
        margin: auto; } }

/*==================================================

** - message
==================================================*/
#messageSec .themettl .mincho {
  font-size: 3.6rem; }
#messageSec .themettl .fss {
  display: block;
  font-size: 1.8rem; }
#messageSec #messageEndroll {
  margin: 70px 0 0; }
  #messageSec #messageEndroll p {
    text-align: center; }
  #messageSec #messageEndroll .sign {
    margin: 70px 0 0;
    text-align: right; }
    #messageSec #messageEndroll .sign .name {
      display: block;
      width: 139px;
      margin: 10px 0 0 auto; }
@media (max-width: 600px) {
  #messageSec .themettl .mincho {
    font-size: 7vw; }
  #messageSec .themettl .fss {
    font-size: 3.5vw; }
  #messageSec #messageEndroll {
    margin: 60px 0 0; }
    #messageSec #messageEndroll p {
      text-align: left; }
      #messageSec #messageEndroll p br {
        display: none; }
    #messageSec #messageEndroll .sign {
      margin: 60px 0 0; }
      #messageSec #messageEndroll .sign br {
        display: block; } }

/*==================================================

** - whats
==================================================*/
.main .whatslinkbox {
  margin-top: 100px; }
  .main .whatslinkbox .box {
    border: 1px solid #2d6946;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main .whatslinkbox .box .ttlbox {
      margin: 0;
      width: 27.7%; }
      .main .whatslinkbox .box .ttlbox a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -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%;
        -webkit-font-feature-settings: "pkna" 1;
        font-feature-settings: "pkna" 1;
        letter-spacing: 0.08em;
        background: #2d6946;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        padding: 35px 10px; }
        .main .whatslinkbox .box .ttlbox a span {
          font-family: 'cabin';
          font-style: normal;
          font-weight: 600;
          font-size: 4rem;
          color: inherit;
          letter-spacing: 0.05em;
          line-height: 1.25;
          margin-bottom: 15px; }
        .main .whatslinkbox .box .ttlbox a:after {
          content: '';
          display: block;
          width: 44px;
          height: 44px;
          border: 1px solid #fff;
          background: url("../img/common/ico_arr_white_right.svg") no-repeat center center;
          background-size: 11px 19px;
          margin: 40px auto 0; }
        .main .whatslinkbox .box .ttlbox a:hover {
          text-decoration: none; }
    .main .whatslinkbox .box .linkbox {
      width: 72.3%;
      padding: 30px 6.3% 50px; }
      .main .whatslinkbox .box .linkbox ul {
        margin: 0; }
        .main .whatslinkbox .box .linkbox ul li {
          width: 46%;
          margin: 20px 0 0; }
          .main .whatslinkbox .box .linkbox ul li a {
            font-weight: bold; }
            .main .whatslinkbox .box .linkbox ul li a:hover {
              opacity: 1;
              color: #2d6946;
              text-decoration: none; }
  @media (max-width: 960px) {
    .main .whatslinkbox .box {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column; }
      .main .whatslinkbox .box .ttlbox {
        width: 100%; }
        .main .whatslinkbox .box .ttlbox a {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding: 30px;
          position: relative; }
          .main .whatslinkbox .box .ttlbox a span br {
            display: none; }
          .main .whatslinkbox .box .ttlbox a:after {
            margin: 0;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .main .whatslinkbox .box .ttlbox a:hover {
            text-decoration: none; }
      .main .whatslinkbox .box .linkbox {
        width: 100%;
        padding: 30px 30px 50px; }
        .main .whatslinkbox .box .linkbox ul li {
          width: 49%;
          margin: 20px 0 0; } }
  @media (max-width: 600px) {
    .main .whatslinkbox .box {
      margin: 0 -4.9vw;
      border-right: 0;
      border-left: 0; }
      .main .whatslinkbox .box .ttlbox {
        width: 100%; }
        .main .whatslinkbox .box .ttlbox a {
          padding: 30px 5%;
          font-size: 4vw; }
          .main .whatslinkbox .box .ttlbox a span {
            font-size: 6.5vw; }
          .main .whatslinkbox .box .ttlbox a:after {
            right: 5%; }
      .main .whatslinkbox .box .linkbox {
        width: 100%;
        padding: 20px 5% 40px; }
        .main .whatslinkbox .box .linkbox ul li {
          width: 100%; } }

/*==================================================

** -- outline
==================================================*/
/*==================================================

** -- establish
==================================================*/
#establishSec .intentionbox {
  text-align: center; }
#establishSec .intentionlist {
  margin: 70px 0 0; }
  #establishSec .intentionlist li {
    padding: 0 0 0 30px;
    position: relative; }
    #establishSec .intentionlist li:before {
      content: attr(data-intention) ".";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold; }

/*==================================================

** -- history
==================================================*/
#historySec .historybox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #historySec .historybox .historytbl {
    width: calc(100% - 200px); }
    #historySec .historybox .historytbl table {
      margin: 0; }
      #historySec .historybox .historytbl table td a {
        text-decoration: underline;
        color: #888; }
        #historySec .historybox .historytbl table td a:hover {
          opacity: 1;
          text-decoration: none;
          color: #2d6946; }
  #historySec .historybox .historyphoto {
    width: 175px; }
    #historySec .historybox .historyphoto ul {
      margin: 0; }
      #historySec .historybox .historyphoto ul li {
        padding: 0; }
        #historySec .historybox .historyphoto ul li:before {
          content: none; }
        #historySec .historybox .historyphoto ul li figure img {
          width: 100%; }
        #historySec .historybox .historyphoto ul li figure figcaption {
          font-size: 1.4rem;
          margin: 10px 0 0; }
#historySec #historyPresident .presidentbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #historySec #historyPresident .presidentbox table {
    width: 48%;
    margin: 0; }
    #historySec #historyPresident .presidentbox table tr th {
      width: 60px;
      padding-right: 0; }
    #historySec #historyPresident .presidentbox table tr td {
      padding-left: 10px;
      padding-right: 10px; }
@media (max-width: 960px) {
  #historySec .historybox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #historySec .historybox .historytbl {
      width: 100%; }
    #historySec .historybox .historyphoto {
      width: 100%; }
      #historySec .historybox .historyphoto ul {
        margin: 10px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #historySec .historybox .historyphoto ul li {
          margin: 20px 2% 0 0;
          width: 32%; }
          #historySec .historybox .historyphoto ul li:nth-child(3n) {
            margin-right: 0; }
  #historySec #historyPresident .presidentbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #historySec #historyPresident .presidentbox table {
      width: 100%; } }
@media (max-width: 600px) {
  #historySec .historybox .historyphoto ul {
    margin: 10px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #historySec .historybox .historyphoto ul li {
      margin: 20px 2% 0 0;
      width: 48%; }
      #historySec .historybox .historyphoto ul li:nth-child(3n) {
        margin-right: 2%; }
      #historySec .historybox .historyphoto ul li:nth-child(2n) {
        margin-right: 0; }
  #historySec #historyPresident .presidentbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #historySec #historyPresident .presidentbox table {
      width: 100%; }
      #historySec #historyPresident .presidentbox table th, #historySec #historyPresident .presidentbox table td {
        padding-top: 15px;
        padding-bottom: 15px;
        display: table-cell;
        font-size: 1.5rem; }
      #historySec #historyPresident .presidentbox table th {
        width: 60px; }
        #historySec #historyPresident .presidentbox table th + td {
          width: 35%; }
      #historySec #historyPresident .presidentbox table td {
        padding-left: 5px;
        padding-right: 5px; } }

/*==================================================

** -- policy
==================================================*/
#whatsPolicySec h2 span {
  display: block; }
  #whatsPolicySec h2 span.en {
    font-family: 'cabin';
    font-style: normal;
    font-weight: 600;
    font-size: 4rem;
    color: inherit; }
  #whatsPolicySec h2 span.jp {
    font-size: 1.8rem;
    margin: 10px 0 0; }
@media (max-width: 600px) {
  #whatsPolicySec h2 span.en {
    font-size: 9vw; }
  #whatsPolicySec h2 span.jp {
    font-size: 4vw;
    margin: 10px 0 0; } }

/*==================================================

** -- organization
==================================================*/
#organizationSec #organizationChart .chartbox {
  margin: 40px 0 0; }
#organizationSec #organizationChart h4 {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px; }
#organizationSec #organizationChart .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #organizationSec #organizationChart .flex .box {
    width: 49%; }
  #organizationSec #organizationChart .flex h6 {
    font-weight: bold; }
    #organizationSec #organizationChart .flex h6 + * {
      margin-top: 10px; }
  #organizationSec #organizationChart .flex ul li + li {
    margin-top: 10px; }
#organizationSec #organizationMembers .memberlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px -7.5px 0; }
  #organizationSec #organizationMembers .memberlist li {
    padding: 0;
    width: 140px;
    margin: 20px 7.5px; }
    #organizationSec #organizationMembers .memberlist li:before {
      content: none; }
    #organizationSec #organizationMembers .memberlist li .position {
      background: #2d6946;
      color: #fff;
      padding: 6px 5px 4px;
      text-align: center;
      font-weight: bold; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        #organizationSec #organizationMembers .memberlist li .position {
          padding: 8px 10px 2px; } }
    #organizationSec #organizationMembers .memberlist li .photobox {
      width: 100%;
      height: 186px; }
      #organizationSec #organizationMembers .memberlist li .photobox img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    #organizationSec #organizationMembers .memberlist li .name {
      text-align: center;
      margin: 10px 0 0; }
@media (max-width: 600px) {
  #organizationSec #organizationMembers .memberlist {
    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;
    margin: 40px 0 0; }
    #organizationSec #organizationMembers .memberlist li {
      width: 47.2%;
      margin: 20px 0; }
      #organizationSec #organizationMembers .memberlist li .photobox {
        height: 56.25vw; } }

/*==================================================

** -- roompolicy
==================================================*/
#roompolicySec .anchorbox {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 35px 20px; }
  #roompolicySec .anchorbox .anchorlist {
    margin: 0; }
    #roompolicySec .anchorbox .anchorlist > li {
      padding: 0 0 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #roompolicySec .anchorbox .anchorlist > li:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        color: #2d6946;
        position: absolute; }
      #roompolicySec .anchorbox .anchorlist > li + li {
        margin-top: 20px; }
      #roompolicySec .anchorbox .anchorlist > li a:hover {
        opacity: 1;
        color: #2d6946; }
      #roompolicySec .anchorbox .anchorlist > li ul {
        margin: 0 0 0 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #roompolicySec .anchorbox .anchorlist > li ul li {
          padding: 0 0 0 20px; }
          #roompolicySec .anchorbox .anchorlist > li ul li:before {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: inherit;
            color: #888;
            position: absolute; }
          #roompolicySec .anchorbox .anchorlist > li ul li + li {
            margin: 0 0 0 20px; }
#roompolicySec .roombox h3 {
  background: #2d6946;
  color: #fff;
  text-align: left;
  padding: 13px 20px; }
  #roompolicySec .roombox h3:after {
    content: none; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #roompolicySec .roombox h3 {
      padding: 16px 20px 10px; } }
  #roompolicySec .roombox h3 + * {
    margin-top: 0; }
#roompolicySec .roombox h4 {
  margin: -1px 0 0;
  background: #eee;
  color: #2d6946;
  text-align: left;
  padding: 10px 19px; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #roompolicySec .roombox h4 {
      padding: 16px 20px 10px; } }
#roompolicySec .roombox .introbox {
  border: 1px solid #ccc;
  border-bottom: none;
  border-top: none;
  margin: 0;
  border-bottom: 1px solid #ccc; }
  #roompolicySec .roombox .introbox .flex {
    padding: 40px 39px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #roompolicySec .roombox .introbox .flex .photobox {
      width: 140px; }
      #roompolicySec .roombox .introbox .flex .photobox p {
        margin: 15px 0 0;
        text-align: center; }
        #roompolicySec .roombox .introbox .flex .photobox p + figure {
          margin-top: 30px; }
    #roompolicySec .roombox .introbox .flex .txtbox {
      width: calc(100% - 180px); }
      #roompolicySec .roombox .introbox .flex .txtbox h5 {
        text-align: left; }
@media (max-width: 960px) {
  #roompolicySec .anchorbox .anchorlist > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #roompolicySec .anchorbox .anchorlist > li ul {
      width: 100%;
      margin: 15px 0 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #roompolicySec .roombox .introbox .flex {
    padding: 40px 19px; }
    #roompolicySec .roombox .introbox .flex .txtbox {
      width: calc(100% - 160px); } }
@media (max-width: 600px) {
  #roompolicySec .anchorbox {
    padding: 35px 5.5%; }
    #roompolicySec .anchorbox .anchorlist > li ul li {
      width: 100%; }
      #roompolicySec .anchorbox .anchorlist > li ul li + li {
        margin: 15px 0 0; }
  #roompolicySec .roombox .introbox .flex {
    padding: 40px 6.6%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #roompolicySec .roombox .introbox .flex .photobox {
      width: 100%; }
      #roompolicySec .roombox .introbox .flex .photobox figure {
        width: 100%;
        max-width: 170px;
        margin: auto; }
      #roompolicySec .roombox .introbox .flex .photobox p {
        margin: 15px 0 0;
        text-align: center; }
    #roompolicySec .roombox .introbox .flex .txtbox {
      width: 100%;
      margin-top: 40px; }
      #roompolicySec .roombox .introbox .flex .txtbox h5 {
        text-align: left; } }

/*==================================================

** -- factbook
==================================================*/
/*==================================================

** -- contribution
==================================================*/
#contributionSec .formula {
  border: 1px solid #ccc;
  margin: 25px 0 0; }
#contributionSec table {
  table-layout: fixed; }
  #contributionSec table thead {
    border-top: 1px solid #ccc; }
    #contributionSec table thead th {
      width: 100%;
      background: #f5f5f5; }
  #contributionSec table th, #contributionSec table td {
    text-align: center; }
    #contributionSec table th + th, #contributionSec table th + td, #contributionSec table td + th, #contributionSec table td + td {
      border-left: 1px dotted #ccc; }
#contributionSec address strong {
  font-weight: bold; }
@media (max-width: 600px) {
  #contributionSec .formula {
    margin: 20px 0 0; }
  #contributionSec table th, #contributionSec table td {
    display: table-cell;
    padding: 15px;
    vertical-align: middle; } }

/*==================================================

** -- anual
==================================================*/
/*==================================================

** -- access
==================================================*/
#accessSec .mapbox iframe {
  width: 100%; }
@media (max-width: 600px) {
  #accessSec address.ctr br {
    display: block; } }

/*==================================================

** - sdgs
==================================================*/
#sdgsSec #sdgsAbout .sdgsbox {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto; }
  #sdgsSec #sdgsAbout .sdgsbox + p {
    margin-top: 50px; }
#sdgsSec #sdgsAbout .btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0; }
  #sdgsSec #sdgsAbout .btnlist li {
    width: 360px;
    height: auto;
    min-height: 80px;
    margin: 20px 10px 0; }
    #sdgsSec #sdgsAbout .btnlist li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 15px 19px 15px 98px;
      font-weight: bold;
      border: 1px solid #ccc;
      height: 100%;
      position: relative; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        #sdgsSec #sdgsAbout .btnlist li a {
          padding: 18px 19px 12px 98px; } }
      #sdgsSec #sdgsAbout .btnlist li a:before {
        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;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-size: 2.4rem;
        color: #888;
        position: absolute;
        width: 78px;
        height: 100%;
        left: 0;
        top: 0;
        background: #f5f5f5;
        text-align: center; }
      #sdgsSec #sdgsAbout .btnlist li a:hover {
        text-decoration: none; }
@media (max-width: 600px) {
  #sdgsSec #sdgsAbout .btnlist {
    margin: 30px 0 0; }
    #sdgsSec #sdgsAbout .btnlist li {
      margin: 0;
      width: 100%; }
      #sdgsSec #sdgsAbout .btnlist li + li {
        margin-top: 20px; } }

/*==================================================

** - magazine
==================================================*/
/*==================================================

** membership
==================================================*/
/*==================================================

** - admission
==================================================*/
#admissionSec .moviesec {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #admissionSec .moviesec + .moviesec {
    margin-top: 50px; }
  #admissionSec .moviesec .movie {
    width: 360px; }
    #admissionSec .moviesec .movie iframe {
      width: 100%;
      height: 202px; }
  #admissionSec .moviesec .txtbox {
    width: calc( 100% - 390px ); }
    #admissionSec .moviesec .txtbox h5 {
      text-align: left;
      padding: 0 0 10px;
      border-bottom: 1px solid #ccc; }
    #admissionSec .moviesec .txtbox .sign {
      font-size: 1.4rem;
      margin: 15px 0 0; }
#admissionSec #admissionGuideProcedure .insidelist > li h6 {
  padding: 0 0 0 40px;
  position: relative; }
  #admissionSec #admissionGuideProcedure .insidelist > li h6:before {
    content: "（" counter(number) "）";
    position: absolute;
    left: 0; }
#admissionSec #admissionGuideProcedure table {
  border: 1px solid #ccc;
  border-bottom: none; }
  #admissionSec #admissionGuideProcedure table th, #admissionSec #admissionGuideProcedure table td {
    padding: 20px 25px;
    vertical-align: middle; }
  #admissionSec #admissionGuideProcedure table th {
    width: 300px;
    background: #f5f5f5; }
@media (max-width: 960px) {
  #admissionSec .moviesec {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; }
    #admissionSec .moviesec .movie {
      width: 100%;
      max-width: 600px;
      height: 338px;
      margin: auto; }
      #admissionSec .moviesec .movie iframe {
        width: 100%;
        height: 100%; }
    #admissionSec .moviesec .txtbox {
      margin: 30px 0 0;
      width: 100%; }
  #admissionSec #admissionGuideProcedure table {
    border: 1px solid #ccc;
    border-bottom: none; }
    #admissionSec #admissionGuideProcedure table th, #admissionSec #admissionGuideProcedure table td {
      display: block;
      padding: 20px 25px;
      vertical-align: middle; }
    #admissionSec #admissionGuideProcedure table th {
      width: 100%;
      background: #f5f5f5; } }
@media (max-width: 600px) {
  #admissionSec .moviesec {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; }
    #admissionSec .moviesec .movie {
      height: 50vw; } }

/*==================================================

** - guidance
==================================================*/
.main .scheduleboxlist {
  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; }
  .main .scheduleboxlist li {
    padding: 0;
    margin: 20px 0 0;
    width: 48.6%; }
    .main .scheduleboxlist li:before {
      content: none; }
    .main .scheduleboxlist li a {
      display: block;
      width: 100%;
      height: 100%; }
      .main .scheduleboxlist li a:hover {
        text-decoration: none; }
      .main .scheduleboxlist li a dd:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.8rem;
        color: #aaa;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px; }
    .main .scheduleboxlist li .box {
      border: 1px solid #ccc;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .main .scheduleboxlist li .box.closed:before {
        content: '受付終了しました';
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 2rem;
        font-weight: 700;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99;
        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%; }
      .main .scheduleboxlist li .box dt {
        background: #eee;
        min-width: 105px;
        width: 26.2%;
        height: 100%;
        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;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.6rem; }
        .main .scheduleboxlist li .box dt span {
          line-height: 1; }
          .main .scheduleboxlist li .box dt span.year, .main .scheduleboxlist li .box dt span.date {
            font-family: 'cabin';
            font-style: normal;
            font-weight: 600;
            font-size: inherit;
            color: inherit; }
          .main .scheduleboxlist li .box dt span.date {
            font-size: 3.6rem;
            margin: 5px 0 8px; }
          .main .scheduleboxlist li .box dt span.week {
            font-weight: bold; }
      .main .scheduleboxlist li .box dd {
        width: 73.8%;
        padding: 20px 40px 20px 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; }
        .main .scheduleboxlist li .box dd > :first-child {
          margin-top: 0; }
        .main .scheduleboxlist li .box dd h4 {
          text-align: left; }
        .main .scheduleboxlist li .box dd p {
          font-size: 1.6rem;
          margin: 15px 0 0;
          padding: 0 0 0 25px;
          position: relative; }
          .main .scheduleboxlist li .box dd p + p {
            margin-top: 5px; }
          .main .scheduleboxlist li .box dd p:before {
            left: 0;
            top: 0; }
          .main .scheduleboxlist li .box dd p.time:before {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-size: inherit;
            color: inherit;
            position: absolute; }
          .main .scheduleboxlist li .box dd p.place:before {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: inherit;
            color: inherit;
            position: absolute;
            left: 2px; }
.main .venuelist {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .main .venuelist li {
    margin: 30px 2.9% 0 0;
    padding: 30px 29px;
    width: 31.4%;
    border: 1px solid #ccc; }
    .main .venuelist li:last-child, .main .venuelist li:nth-child(3n) {
      margin-right: 0; }
    .main .venuelist li:before {
      content: none; }
    .main .venuelist li h5 {
      text-align: left; }
    .main .venuelist li address {
      margin: 10px 0 0; }
    .main .venuelist li .tomap a {
      display: block;
      border: 1px solid #333;
      margin: 25px 0 0;
      padding: 16px 15px;
      text-align: center;
      font-family: 'cabin';
      font-style: normal;
      font-weight: 700;
      font-size: 1.6rem;
      color: inherit; }
      .main .venuelist li .tomap a:hover {
        text-decoration: none;
        background: #333;
        color: #fff; }
@media (max-width: 960px) {
  .main .scheduleboxlist li {
    padding: 0;
    margin: 20px 0 0;
    width: 100%; }
    .main .scheduleboxlist li .box dt {
      width: 138px;
      height: 100%; }
    .main .scheduleboxlist li .box dd {
      width: calc(100% - 138px); }
  .main .venuelist {
    margin: 50px 0 0; }
    .main .venuelist li {
      width: 100%;
      margin: 0; }
      .main .venuelist li + li {
        margin-top: 20px; } }
@media (max-width: 600px) {
  .main .scheduleboxlist li {
    width: 100%; }
    .main .scheduleboxlist li .box dt {
      min-width: 87px;
      width: 24.1%;
      height: 100%;
      font-size: 1.4rem; }
      .main .scheduleboxlist li .box dt span.date {
        font-size: 2.0rem; }
    .main .scheduleboxlist li .box dd {
      width: 75.9%;
      padding: 20px 30px 20px 15px; }
      .main .scheduleboxlist li .box dd:before {
        right: 15px; }
      .main .scheduleboxlist li .box dd h4 {
        font-size: 1.6rem; }
      .main .scheduleboxlist li .box dd p {
        margin: 10px 0 0;
        font-size: 1.4rem; } }

/*==================================================

** - contact
==================================================*/
/*==================================================

** supporters
==================================================*/
/*==================================================

** club
==================================================*/
/*==================================================

** - about
==================================================*/
#clubAboutSec h4 {
  text-align: left; }
#clubAboutSec .clublogo {
  text-align: center;
  margin: 50px 0 0; }

/*==================================================

** - member
==================================================*/
#clubMemberSec .memberlist li {
  padding: 0;
  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; }
  #clubMemberSec .memberlist li:before {
    content: none; }
  #clubMemberSec .memberlist li + li {
    margin-top: 50px; }
  #clubMemberSec .memberlist li .photobox {
    width: 200px; }
  #clubMemberSec .memberlist li .txtbox {
    width: calc( 100% - 240px ); }
    #clubMemberSec .memberlist li .txtbox .name {
      text-align: left; }
      #clubMemberSec .memberlist li .txtbox .name:after {
        content: none; }
      #clubMemberSec .memberlist li .txtbox .name span {
        font-weight: normal;
        font-size: 70%;
        margin-left: 10px;
        vertical-align: middle; }
    #clubMemberSec .memberlist li .txtbox .profile {
      font-weight: bold;
      font-size: 1.5rem;
      color: #888;
      margin: 10px 0 0; }
      #clubMemberSec .memberlist li .txtbox .profile + * {
        margin-top: 25px; }
@media (max-width: 600px) {
  #clubMemberSec .memberlist li .photobox {
    max-width: 200px;
    width: 100%;
    margin: auto; }
  #clubMemberSec .memberlist li .txtbox {
    width: 100%;
    margin: 40px 0 0; }
    #clubMemberSec .memberlist li .txtbox .profile {
      font-size: 1.3rem; } }

/*==================================================

** - contact
==================================================*/
/*==================================================

** - corporation
==================================================*/
/*==================================================

** - register
==================================================*/
/*==================================================

** schedule
==================================================*/
#scheduleSec {
  /*
  	.schedulelist {
  		margin:10px 0 0;
  		@include flex;
  		@include flex-wrap;
  		@include flex-jc(space-between);
  		.schedulebox {
  			width: 48.6%;
  			h4 {
  				text-align: left;
  				padding: 0 0 10px;
  				border-bottom:1px solid #ccc;
  			}
  			ul {
  				padding: 0 30px;
  				li {
  					padding: 0;
  					@include flex;
  					&:before { content:none; }
  					+ li { margin-top:30px; }
  					.date {
  						margin-right:25px;
  						white-space: nowrap;
  					}
  					a {
  						text-decoration: underline;
  						&:after {
  							@include icon-free('\f141',1.2rem,900,#888,false);
  							@include sizes(20px,20px);
  							line-height: 20px;
  							text-align: center;
  							display: inline-block;
  							vertical-align: 2px;
  							border-radius: 1000px;
  							background: #ccc;
  							margin-left:5px;
  							transition: inherit;
  						}
  						&:hover {
  							opacity: 1;
  							text-decoration: none;
  							color:$color-main;
  							&:after {
  								background: $color-main;
  								color:#fff;
  								transition: inherit;
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  */ }
  #scheduleSec .schedulebox iframe {
    width: 100%;
    height: 700px; }
  @media (max-width: 960px) {
    #scheduleSec {
      /*		
      		.schedulelist {
      			.schedulebox {
      				width: 100%;
      				h4 { padding: 0 30px 10px; }
      			}
      		}
      */ } }
  @media (max-width: 600px) {
    #scheduleSec {
      /*
      		.schedulelist {
      			margin:10px -4.9vw 0;
      			.schedulebox {
      				h4 { padding: 0 5% 10px; }
      				ul { padding: 0 5%; }
      			}
      		}
      */ }
      #scheduleSec .schedulebox iframe {
        height: 70vh; } }

/*==================================================

** sponsors
==================================================*/
#sponsorsSec #sponsorsRecruitmentAbout .aboutbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #sponsorsSec #sponsorsRecruitmentAbout .aboutbox + .aboutbox {
    margin-top: 50px; }
  #sponsorsSec #sponsorsRecruitmentAbout .aboutbox:nth-of-type(odd) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  #sponsorsSec #sponsorsRecruitmentAbout .aboutbox .photobox {
    width: 37%; }
  #sponsorsSec #sponsorsRecruitmentAbout .aboutbox .txtbox {
    width: 59.2%; }
    #sponsorsSec #sponsorsRecruitmentAbout .aboutbox .txtbox h4 {
      text-align: left; }
#sponsorsSec #sponsorsScenery .photolist li {
  width: 20%; }
  #sponsorsSec #sponsorsScenery .photolist li:nth-child(1), #sponsorsSec #sponsorsScenery .photolist li:nth-child(2) {
    width: 50%; }
#sponsorsSec #sponsorsScenery .logolist.bigger li {
  width: 33.3%; }
  #sponsorsSec #sponsorsScenery .logolist.bigger li a {
    height: 120px;
    padding: 25px 20px; }
@media (max-width: 960px) {
  #sponsorsSec #sponsorsRecruitmentAbout .aboutbox .photobox {
    width: 37%; }
  #sponsorsSec #sponsorsRecruitmentAbout .aboutbox .txtbox {
    width: 59.2%; }
  #sponsorsSec #sponsorsScenery .photolist li {
    width: 25%; }
  #sponsorsSec #sponsorsScenery .logolist.bigger li {
    width: 49%; } }
@media (max-width: 600px) {
  #sponsorsSec #sponsorsRecruitmentAbout .aboutbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; }
    #sponsorsSec #sponsorsRecruitmentAbout .aboutbox:nth-of-type(odd), #sponsorsSec #sponsorsRecruitmentAbout .aboutbox:nth-of-type(even) {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column; }
    #sponsorsSec #sponsorsRecruitmentAbout .aboutbox .photobox {
      width: 100%; }
    #sponsorsSec #sponsorsRecruitmentAbout .aboutbox .txtbox {
      width: 100%;
      margin: 30px 0 0; }
  #sponsorsSec #sponsorsScenery .photolist li {
    width: 50%; }
    #sponsorsSec #sponsorsScenery .photolist li:nth-child(1), #sponsorsSec #sponsorsScenery .photolist li:nth-child(2) {
      width: 100%; }
  #sponsorsSec #sponsorsScenery .logolist.bigger li {
    width: 100%; } }

/*==================================================

** ob
==================================================*/
/*==================================================

** link
==================================================*/
#linkSec .relationlist {
  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;
  margin: 45px 0 0; }
  #linkSec .relationlist li {
    width: 48.6%;
    margin: 15px 0 0;
    padding: 0; }
    #linkSec .relationlist li:before {
      content: none; }
    #linkSec .relationlist li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #ccc;
      min-height: 80px;
      padding: 20px 25px 20px 20px;
      font-weight: bold;
      position: relative; }
      #linkSec .relationlist li a:hover {
        opacity: 1;
        text-decoration: none;
        color: #2d6946; }
      #linkSec .relationlist li a:after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-size: 70%;
        color: #2d6946;
        position: absolute;
        right: 10px;
        top: 10px; }
    #linkSec .relationlist li p {
      font-size: 1.4rem;
      margin: 5px 0 0; }
@media (max-width: 600px) {
  #linkSec .relationlist {
    margin: 30px 0 0; }
    #linkSec .relationlist li {
      width: 100%;
      margin: 10px 0 0; }
      #linkSec .relationlist li a {
        padding: 20px 25px 20px 20px; } }

/*==================================================

** privacy
==================================================*/
/*==================================================

** sitepolicy
==================================================*/
/*==================================================

** project
==================================================*/
#projectSec .projectlist {
  margin: 40px 0 0; }
  #projectSec .projectlist li {
    padding: 0;
    margin: 60px 0 0;
    width: 47.2%; }
    #projectSec .projectlist li:before {
      content: none; }
    #projectSec .projectlist li .photobox {
      padding-top: 52.9%;
      position: relative; }
      #projectSec .projectlist li .photobox img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    #projectSec .projectlist li .txtbox h3 {
      margin: 35px 0 0;
      text-align: left; }
      #projectSec .projectlist li .txtbox h3:after {
        content: none; }
      #projectSec .projectlist li .txtbox h3 + * {
        margin-top: 30px; }
    #projectSec .projectlist li .txtbox .viewbtn {
      text-align: right;
      margin: 40px 0 0; }
      #projectSec .projectlist li .txtbox .viewbtn a {
        font-family: 'cabin';
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        color: inherit;
        letter-spacing: 0.05em; }
        #projectSec .projectlist li .txtbox .viewbtn a:after {
          content: '';
          display: inline-block;
          width: 40px;
          height: 1px;
          background: #333;
          vertical-align: 5px;
          margin-left: 15px;
          transition: all 0.2s; }
        #projectSec .projectlist li .txtbox .viewbtn a:hover {
          opacity: 1;
          text-decoration: none;
          color: #2d6946; }
          #projectSec .projectlist li .txtbox .viewbtn a:hover:after {
            background: #2d6946;
            transition: all 0.4s;
            width: 60px; }
@media (max-width: 600px) {
  #projectSec .projectlist {
    margin: 30px 0 0; }
    #projectSec .projectlist li {
      margin: 50px 0 0;
      width: 100%; }
      #projectSec .projectlist li .txtbox h3 {
        margin: 30px 0 0; }
        #projectSec .projectlist li .txtbox h3 + * {
          margin-top: 20px; }
      #projectSec .projectlist li .txtbox .viewbtn {
        margin: 30px 0 0; } }

/*==================================================

** theme[en]
==================================================*/
#themeSec.englishsec h2 {
  letter-spacing: 0.02em; }
#themeSec.englishsec #themeMessage .wbox h2 .themelogo + span {
  margin-top: 30px; }
#themeSec.englishsec #themeMessage .wbox .sign .name {
  width: 200px; }
#themeSec.englishsec .detailsec .ttlbox h2 {
  line-height: 1.25;
  letter-spacing: 0.05em; }
#themeSec.englishsec .detailsec .txtbox h2 .waterdrop {
  font-size: 160%; }
  #themeSec.englishsec .detailsec .txtbox h2 .waterdrop:before {
    width: 50px;
    top: -11px; }
@media (max-width: 600px) {
  #themeSec.englishsec #themeMessage .wbox h2 .themelogo + span {
    margin-top: 20px; }
  #themeSec.englishsec .detailsec .txtbox h2 .waterdrop:before {
    width: 40px;
    top: -8px;
    left: -8px; } }

/*==================================================

** organization[en]
==================================================*/
#organizationSec.englishsec .pdfbtn a {
  max-width: 100%;
  font-size: 3.5vw;
  line-height: 1.5; }

/*==================================================

** contact[en]
==================================================*/
.main .englishsec .formbox span.required {
  color: #f52e27; }
.main .englishsec .formbox .formtbl tr th {
  padding: 33px 20px 20px 0; }
@media (max-width: 600px) {
  .main .englishsec .formbox .formtbl tr th {
    padding: 25px 0 8px; }
  .main .englishsec .formbox .formtbl tr td {
    padding: 8px 0 25px; } }

/*==================================================

** form common
==================================================*/
.main .formbox {
  border: 1px solid #ccc;
  padding: 70px 8.2%;
  margin: 100px 0 0; }
  .main .formbox > :first-child {
    margin-top: 0; }
  @media (max-width: 960px) {
    .main .formbox {
      padding: 70px 5%; } }
  @media (max-width: 600px) {
    .main .formbox {
      border-right: none;
      border-left: none;
      padding: 60px 5%;
      margin: 100px -4.9vw 0; } }
.main .formsec input,
.main .formsec textarea,
.main .formsec select {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 5px; }
.main .formsec input {
  width: 100%;
  height: 36px; }
  .main .formsec input[type="text"], .main .formsec input[type="email"] {
    max-width: 500px; }
  .main .formsec input[type="tel"] {
    max-width: 200px; }
.main .formsec textarea {
  width: 100% !important;
  height: 200px;
  min-height: 200px;
  min-width: 200px;
  max-width: 500px; }
.main .formsec select {
  width: 100%;
  height: 36px; }
.main .formsec .radiolist,
.main .formsec .checkboxlist {
  letter-spacing: -0.5em; }
  .main .formsec .radiolist li,
  .main .formsec .checkboxlist li {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 260px;
    padding: 0;
    margin: 5px 10px 0 0; }
    .main .formsec .radiolist li:before,
    .main .formsec .checkboxlist li:before {
      content: none; }
    .main .formsec .radiolist li label,
    .main .formsec .checkboxlist li label {
      display: block !important;
      border: none !important;
      background: none !important;
      position: relative; }
      .main .formsec .radiolist li label input,
      .main .formsec .checkboxlist li label input {
        width: 1px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
        .main .formsec .radiolist li label input:checked + span, .main .formsec .radiolist li label input:checked + input + span,
        .main .formsec .checkboxlist li label input:checked + span,
        .main .formsec .checkboxlist li label input:checked + input + span {
          background: #eee;
          transition: all 0.4s; }
      .main .formsec .radiolist li label span,
      .main .formsec .checkboxlist li label span {
        display: block;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 7px 5px 5px 35px;
        cursor: pointer;
        position: relative; }
        .main .formsec .radiolist li label span:before,
        .main .formsec .checkboxlist li label span:before {
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          border: 1px solid #ccc;
          position: absolute;
          left: 8px;
          top: 8px;
          transition: all 0.2s;
          background: #fff;
          text-align: center;
          line-height: 18px;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 1.4rem;
          color: #2d6946;
          position: absolute; }
.main .formsec .checkboxlist li label input:checked + span:before, .main .formsec .checkboxlist li label input:checked + input + span:before {
  content: '\f00c'; }
.main .formsec .checkboxlist li label span:before {
  border-radius: 5px; }
.main .formsec .radiolist li label input:checked + span:before, .main .formsec .radiolist li label input:checked + input + span:before {
  content: '\f111'; }
.main .formsec .radiolist li label span:before {
  border-radius: 1000px; }
.main .formsec .notes {
  font-size: 1.4rem;
  margin: 10px 0 0; }
.main .formsec .formtab {
  margin: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .main .formsec .formtab li {
    margin: 0;
    padding: 0;
    width: 360px;
    height: 64px; }
    .main .formsec .formtab li:before {
      content: none; }
    .main .formsec .formtab li.select {
      width: 500px;
      height: 81px;
      margin-bottom: -1px; }
    .main .formsec .formtab li + li {
      margin-left: 20px; }
    .main .formsec .formtab li a, .main .formsec .formtab li span {
      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: 100%;
      height: 100%;
      border-radius: 5px 5px 0 0;
      font-weight: bold;
      border: 1px solid #2d6946;
      border-bottom: none; }
    .main .formsec .formtab li a {
      background: #2d6946;
      color: #fff;
      font-size: 1.8rem; }
      .main .formsec .formtab li a:hover {
        opacity: 1;
        text-decoration: none;
        color: #2d6946;
        background: #fff; }
    .main .formsec .formtab li span {
      border-color: #ccc;
      background: #fff;
      font-size: 2.4rem; }
.main .formsec .formtbl {
  margin: 40px 0 0; }
  .main .formsec .formtbl:nth-of-type(n+2) {
    margin-top: 20px; }
  .main .formsec .formtbl tr th {
    width: 240px;
    padding: 33px 20px 20px 55px;
    position: relative; }
    .main .formsec .formtbl tr th span.must, .main .formsec .formtbl tr th span.free {
      position: absolute;
      left: 0;
      top: 30px;
      display: block;
      width: 42px;
      text-align: center;
      padding: 4px 2px 2px;
      color: #fff;
      font-size: 1.4rem;
      font-weight: bold;
      border-radius: 3px; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .main .formsec .formtbl tr th span.must, .main .formsec .formtbl tr th span.free {
          padding: 5px 2px 0;
          top: 28px; } }
    .main .formsec .formtbl tr th span.must {
      background: #f52e27; }
    .main .formsec .formtbl tr th span.free {
      background: #888; }
  .main .formsec .formtbl tr td {
    padding: 25px 0; }
  .main .formsec .formtbl tr.birthday td input {
    max-width: 150px;
    margin-right: 5px; }
  .main .formsec .formtbl tr.birthday td select {
    max-width: 80px;
    margin-right: 5px; }
  .main .formsec .formtbl tr.address td ul li {
    margin: 0;
    padding: 0; }
    .main .formsec .formtbl tr.address td ul li:before {
      content: none; }
    .main .formsec .formtbl tr.address td ul li + li {
      margin-top: 5px; }
    .main .formsec .formtbl tr.address td ul li:first-child input {
      max-width: 280px; }
    .main .formsec .formtbl tr.address td ul li dl {
      letter-spacing: -0.5em; }
      .main .formsec .formtbl tr.address td ul li dl dt, .main .formsec .formtbl tr.address td ul li dl dd {
        letter-spacing: normal;
        vertical-align: middle;
        display: inline-block; }
      .main .formsec .formtbl tr.address td ul li dl dt {
        width: 170px; }
      .main .formsec .formtbl tr.address td ul li dl dd {
        width: calc( 100% - 180px ); }
        .main .formsec .formtbl tr.address td ul li dl dd input {
          max-width: 500px; }
          .main .formsec .formtbl tr.address td ul li dl dd input.pref {
            max-width: 150px; }
  .main .formsec .formtbl tr.number td select {
    max-width: 80px; }
.main .formsec .privacybox {
  margin: 50px 0 0;
  padding: 50px 30px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  font-size: 1.4rem;
  width: 100%;
  height: 300px; }
  .main .formsec .privacybox > :first-child {
    margin-top: 0; }
.main .formsec .agreebox {
  background: #f5f5f5;
  margin: 50px 0 0;
  padding: 30px 20px; }
  .main .formsec .agreebox > :first-child {
    margin-top: 0; }
  .main .formsec .agreebox h6 {
    font-weight: bold;
    text-align: center; }
  .main .formsec .agreebox .checkboxlist {
    margin: 15px 0 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main .formsec .agreebox .checkboxlist li {
      margin: 0;
      text-align: left;
      width: auto; }
      .main .formsec .agreebox .checkboxlist li span {
        background: #fff; }
.main .formsec .submit button {
  border: none;
  display: block;
  margin: 50px auto 0;
  padding: 17px 20px;
  width: 100%;
  max-width: 360px;
  background: #2d6946;
  color: #fff;
  font-weight: bold;
  cursor: pointer; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .main .formsec .submit button {
      padding: 26px 20px 18px; } }
@media (max-width: 960px) {
  .main .formsec .formtbl tr th {
    width: 200px; }
  .main .formsec .formtbl tr td {
    width: calc(100% - 200px); } }
@media (max-width: 768px) {
  .main .formsec textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  .main .formsec .radiolist li,
  .main .formsec .checkboxlist li {
    display: block;
    width: 100%;
    margin: 0; }
    .main .formsec .radiolist li + li,
    .main .formsec .checkboxlist li + li {
      margin-top: 5px; }
  .main .formsec .formtab {
    margin: 70px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .main .formsec .formtab li {
      margin: 0;
      padding: 0;
      width: 360px;
      height: 64px; }
      .main .formsec .formtab li:before {
        content: none; }
      .main .formsec .formtab li.select {
        width: 500px;
        height: 81px;
        margin-bottom: -1px; }
      .main .formsec .formtab li + li {
        margin-left: 20px; }
      .main .formsec .formtab li a, .main .formsec .formtab li span {
        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: 100%;
        height: 100%;
        border-radius: 5px 5px 0 0;
        font-weight: bold;
        border: 1px solid #2d6946;
        border-bottom: none; }
      .main .formsec .formtab li a {
        background: #2d6946;
        color: #fff;
        font-size: 1.8rem; }
        .main .formsec .formtab li a:hover {
          opacity: 1;
          text-decoration: none;
          color: #2d6946;
          background: #fff; }
      .main .formsec .formtab li span {
        border-color: #ccc;
        background: #fff;
        font-size: 2.4rem; }
  .main .formsec .formtbl {
    margin: 40px 0 0; }
    .main .formsec .formtbl:nth-of-type(n+2) {
      margin-top: 20px; }
    .main .formsec .formtbl tr th, .main .formsec .formtbl tr td {
      display: block;
      width: 100%; }
    .main .formsec .formtbl tr th {
      padding: 25px 0 8px 55px;
      position: relative;
      white-space: normal; }
      .main .formsec .formtbl tr th span.must, .main .formsec .formtbl tr th span.free {
        top: 22px; }
    .main .formsec .formtbl tr td {
      padding: 8px 0 25px; }
    .main .formsec .formtbl tr.address td ul li + li {
      margin-top: 10px; }
    .main .formsec .formtbl tr.address td ul li dl dt, .main .formsec .formtbl tr.address td ul li dl dd {
      display: block;
      width: 100%; }
    .main .formsec .formtbl tr.address td ul li dl dd input {
      max-width: 500px; }
      .main .formsec .formtbl tr.address td ul li dl dd input.pref {
        max-width: 150px; }
  .main .formsec .privacybox {
    padding: 50px 5.5%; }
  .main .formsec .agreebox {
    padding: 30px 5.5%; } }

/*==================================================

** wp common
==================================================*/
.main .topicsec {
  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; }
  .main .topicsec #topicMain {
    width: 72.2%;
    margin: 100px 0 0; }
    .main .topicsec #topicMain > :first-child {
      margin-top: 0; }
    .main .topicsec #topicMain h2 {
      text-align: left;
      margin: 0;
      padding: 0 0 0 60px; }
      .main .topicsec #topicMain h2:before {
        right: auto;
        -webkit-animation: none;
        animation: none;
        width: 40px;
        height: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .main .topicsec #topicMain .pager ul, .main .topicsec #topicMain .pager ol {
      margin: 50px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center; }
      .main .topicsec #topicMain .pager ul li, .main .topicsec #topicMain .pager ol li {
        background: none;
        padding: 0;
        margin: 0;
        float: left;
        display: inline;
        position: relative;
        line-height: 40px; }
        .main .topicsec #topicMain .pager ul li:before, .main .topicsec #topicMain .pager ul li:after, .main .topicsec #topicMain .pager ol li:before, .main .topicsec #topicMain .pager ol li:after {
          content: none; }
        .main .topicsec #topicMain .pager ul li + li, .main .topicsec #topicMain .pager ol li + li {
          margin-left: 6px; }
        .main .topicsec #topicMain .pager ul li a, .main .topicsec #topicMain .pager ul li span, .main .topicsec #topicMain .pager ol li a, .main .topicsec #topicMain .pager ol li span {
          padding: 0;
          width: 40px;
          height: 40px;
          border: 1px solid #333;
          display: block;
          text-align: center;
          line-height: 38px;
          font-family: 'cabin';
          font-style: normal;
          font-weight: 500;
          font-size: 1.6rem;
          color: #333; }
        .main .topicsec #topicMain .pager ul li a:hover, .main .topicsec #topicMain .pager ol li a:hover {
          background: #333;
          color: #fff;
          text-decoration: none; }
        .main .topicsec #topicMain .pager ul li span, .main .topicsec #topicMain .pager ol li span {
          background: #eee; }
        .main .topicsec #topicMain .pager ul li.prev a, .main .topicsec #topicMain .pager ul li.next a, .main .topicsec #topicMain .pager ol li.prev a, .main .topicsec #topicMain .pager ol li.next a {
          width: 70px; }
    .main .topicsec #topicMain.single .ttlbox .type {
      margin-bottom: 20px; }
    .main .topicsec #topicMain.single .ttlbox h2 {
      padding: 0; }
      .main .topicsec #topicMain.single .ttlbox h2:before {
        content: none; }
    .main .topicsec #topicMain.single .ttlbox .sgdsicon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin: 20px 0 0; }
      .main .topicsec #topicMain.single .ttlbox .sgdsicon li {
        margin: 0;
        padding: 0;
        width: 60px; }
        .main .topicsec #topicMain.single .ttlbox .sgdsicon li:before {
          content: none; }
        .main .topicsec #topicMain.single .ttlbox .sgdsicon li + li {
          margin-left: 5px; }
    .main .topicsec #topicMain.single .photo {
      margin: 70px 0 0;
      text-align: center; }
    .main .topicsec #topicMain.single .artbody {
      margin: 70px 0 0; }
      .main .topicsec #topicMain.single .artbody:after {
        clear: both;
        content: '';
        display: block;
        height: 0; }
      .main .topicsec #topicMain.single .artbody > :first-child {
        margin-top: 0; }
      .main .topicsec #topicMain.single .artbody h2, .main .topicsec #topicMain.single .artbody h3, .main .topicsec #topicMain.single .artbody h4, .main .topicsec #topicMain.single .artbody h5 {
        padding: 0;
        text-align: left; }
        .main .topicsec #topicMain.single .artbody h2:before, .main .topicsec #topicMain.single .artbody h2:after, .main .topicsec #topicMain.single .artbody h3:before, .main .topicsec #topicMain.single .artbody h3:after, .main .topicsec #topicMain.single .artbody h4:before, .main .topicsec #topicMain.single .artbody h4:after, .main .topicsec #topicMain.single .artbody h5:before, .main .topicsec #topicMain.single .artbody h5:after {
          content: none; }
      .main .topicsec #topicMain.single .artbody iframe {
        width: 100%; }
      .main .topicsec #topicMain.single .artbody a {
        color: #2d6946;
        text-decoration: underline; }
        .main .topicsec #topicMain.single .artbody a:hover {
          text-decoration: none; }
      .main .topicsec #topicMain.single .artbody strong,
      .main .topicsec #topicMain.single .artbody span.post {
        font-weight: bold; }
      .main .topicsec #topicMain.single .artbody .partsbox:after {
        clear: both;
        content: '';
        display: block;
        height: 0; }
      .main .topicsec #topicMain.single .artbody .partsbox:frist-of-type > :first-child {
        margin-top: 0; }
      .main .topicsec #topicMain.single .artbody .partsbox .movie.rset, .main .topicsec #topicMain.single .artbody .partsbox .photobox.rset {
        width: 300px;
        float: right;
        margin: 0 0 30px 20px; }
      .main .topicsec #topicMain.single .artbody .partsbox .movie.lset, .main .topicsec #topicMain.single .artbody .partsbox .photobox.lset {
        width: 300px;
        float: left;
        margin: 0 30px 20px 0; }
      .main .topicsec #topicMain.single .artbody .partsbox .movie.ctr, .main .topicsec #topicMain.single .artbody .partsbox .photobox.ctr {
        max-width: 600px;
        margin: 30px auto 0;
        text-align: center; }
      .main .topicsec #topicMain.single .artbody .partsbox .movie iframe, .main .topicsec #topicMain.single .artbody .partsbox .photobox iframe {
        width: 100%;
        height: 200px; }
      .main .topicsec #topicMain.single .artbody .partsbox .moviebox {
        margin-top: 30px; }
      .main .topicsec #topicMain.single .artbody .gallerybox ul {
        margin: 20px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .main .topicsec #topicMain.single .artbody .gallerybox ul li {
          padding: 0;
          margin: 30px 3.95% 0 0;
          width: 30.7%; }
          .main .topicsec #topicMain.single .artbody .gallerybox ul li:before {
            content: none; }
          .main .topicsec #topicMain.single .artbody .gallerybox ul li:nth-child(3n) {
            margin-right: 0; }
          .main .topicsec #topicMain.single .artbody .gallerybox ul li a {
            display: block;
            width: 100%;
            height: 100%; }
          .main .topicsec #topicMain.single .artbody .gallerybox ul li img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: 'object-fit: cover;'; }
    .main .topicsec #topicMain.single .sharebox ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 50px 0 0; }
      .main .topicsec #topicMain.single .sharebox ul li {
        padding: 0;
        margin: 0 2.13% 0 0;
        width: 23.4025%; }
        .main .topicsec #topicMain.single .sharebox ul li:before {
          content: none; }
        .main .topicsec #topicMain.single .sharebox ul li:last-child {
          margin-right: 0; }
        .main .topicsec #topicMain.single .sharebox ul li a {
          display: block;
          text-align: center;
          border: 1px solid #ccc;
          border-radius: 5px;
          padding: 12px;
          font-size: 1.6rem; }
          .main .topicsec #topicMain.single .sharebox ul li a.facebook {
            color: #3b5998; }
          .main .topicsec #topicMain.single .sharebox ul li a.twitter {
            color: #55acee; }
          .main .topicsec #topicMain.single .sharebox ul li a.line {
            color: #00b900; }
          .main .topicsec #topicMain.single .sharebox ul li a.hatena {
            font-family: 'cabin';
            font-style: normal;
            font-weight: 700;
            font-size: inherit;
            color: #008fde; }
          .main .topicsec #topicMain.single .sharebox ul li a:hover {
            opacity: 1;
            text-decoration: none;
            background: #f5f5f5; }
    .main .topicsec #topicMain.single .backbtn {
      margin: 50px 0 0; }
      .main .topicsec #topicMain.single .backbtn a {
        display: block;
        border: 1px solid #333;
        width: 180px;
        text-align: center;
        font-weight: bold;
        padding: 15px 0; }
        .main .topicsec #topicMain.single .backbtn a:before {
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: inherit;
          color: inherit;
          margin-right: 10px;
          vertical-align: middle; }
        .main .topicsec #topicMain.single .backbtn a:hover {
          opacity: 1;
          text-decoration: none;
          background: #333;
          color: #fff; }
    .main .topicsec #topicMain.single #relatedTopics h3 {
      text-align: left; }
      .main .topicsec #topicMain.single #relatedTopics h3:after {
        content: none; }
    @media (max-width: 960px) {
      .main .topicsec #topicMain {
        width: 100%; }
        .main .topicsec #topicMain.single #relatedTopics .activitieslist li:nth-of-type(3) {
          display: none; } }
    @media (max-width: 600px) {
      .main .topicsec #topicMain {
        margin: 70px 0 0; }
        .main .topicsec #topicMain .pager ul, .main .topicsec #topicMain .pager ol {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .main .topicsec #topicMain .pager ul li, .main .topicsec #topicMain .pager ol li {
            line-height: 8.75vw; }
            .main .topicsec #topicMain .pager ul li + li, .main .topicsec #topicMain .pager ol li + li {
              margin-left: 1.5vw; }
            .main .topicsec #topicMain .pager ul li a, .main .topicsec #topicMain .pager ul li span, .main .topicsec #topicMain .pager ol li a, .main .topicsec #topicMain .pager ol li span {
              padding: 0;
              width: 8.75vw;
              height: 8.75vw;
              line-height: 8.75vw;
              font-size: 4vw; }
            .main .topicsec #topicMain .pager ul li.prev a, .main .topicsec #topicMain .pager ul li.next a, .main .topicsec #topicMain .pager ol li.prev a, .main .topicsec #topicMain .pager ol li.next a {
              width: 17vw; }
        .main .topicsec #topicMain.single .ttlbox .type {
          margin-bottom: 20px; }
        .main .topicsec #topicMain.single .ttlbox h2 {
          padding: 0; }
          .main .topicsec #topicMain.single .ttlbox h2:before {
            content: none; }
        .main .topicsec #topicMain.single .photo {
          margin: 60px 0 0; }
        .main .topicsec #topicMain.single .artbody {
          margin: 60px 0 0; }
          .main .topicsec #topicMain.single .artbody h2, .main .topicsec #topicMain.single .artbody h3, .main .topicsec #topicMain.single .artbody h4, .main .topicsec #topicMain.single .artbody h5 {
            margin: 30px 0 0; }
            .main .topicsec #topicMain.single .artbody h2 + *, .main .topicsec #topicMain.single .artbody h3 + *, .main .topicsec #topicMain.single .artbody h4 + *, .main .topicsec #topicMain.single .artbody h5 + * {
              margin-top: 20px; }
          .main .topicsec #topicMain.single .artbody .partsbox .movie.rset, .main .topicsec #topicMain.single .artbody .partsbox .movie.lset, .main .topicsec #topicMain.single .artbody .partsbox .photobox.rset, .main .topicsec #topicMain.single .artbody .partsbox .photobox.lset {
            width: 100%;
            float: none;
            text-align: center;
            margin: 30px 0 0; }
          .main .topicsec #topicMain.single .artbody .partsbox .movie.ctr, .main .topicsec #topicMain.single .artbody .partsbox .photobox.ctr {
            max-width: 600px;
            margin: 30px auto 0; }
          .main .topicsec #topicMain.single .artbody .partsbox .movie iframe, .main .topicsec #topicMain.single .artbody .partsbox .photobox iframe {
            width: 100%;
            height: 60vw; }
          .main .topicsec #topicMain.single .artbody .partsbox .moviebox {
            margin-top: 30px; }
          .main .topicsec #topicMain.single .artbody .gallerybox ul {
            margin: 50px 0 0; }
            .main .topicsec #topicMain.single .artbody .gallerybox ul li {
              margin: 0;
              width: 100%;
              text-align: center; }
              .main .topicsec #topicMain.single .artbody .gallerybox ul li + li {
                margin-top: 20px; }
        .main .topicsec #topicMain.single .backbtn {
          margin: 50px 0 0; }
          .main .topicsec #topicMain.single .backbtn a {
            width: 100%;
            position: relative; }
            .main .topicsec #topicMain.single .backbtn a:before {
              position: absolute;
              @incldue centering(v);
              margin-right: 0;
              left: 15px; } }
  .main .topicsec #topicSide {
    width: 23.1%;
    margin: 100px 0 0; }
    .main .topicsec #topicSide > :first-child {
      margin-top: 0; }
    .main .topicsec #topicSide .sideparts > :first-child {
      margin-top: 0; }
    .main .topicsec #topicSide .sideparts + .sideparts {
      margin-top: 40px; }
    .main .topicsec #topicSide .sideparts h5 {
      background: #2d6946;
      font-family: 'cabin';
      font-style: normal;
      font-weight: 600;
      font-size: 1.8rem;
      color: #fff;
      letter-spacing: 0.05em;
      text-align: left;
      padding: 13px 20px 11px; }
    .main .topicsec #topicSide .sideparts .catlist {
      margin: 0; }
      .main .topicsec #topicSide .sideparts .catlist li {
        margin: 0;
        padding: 0; }
        .main .topicsec #topicSide .sideparts .catlist li:before {
          content: none; }
      .main .topicsec #topicSide .sideparts .catlist > li a {
        display: block;
        padding: 15px 15px 15px 40px;
        font-size: 1.4rem;
        border-bottom: 1px solid #ccc;
        position: relative; }
        .main .topicsec #topicSide .sideparts .catlist > li a:before {
          content: 'ー';
          font-weight: bold;
          position: absolute;
          color: #2d6946;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 15px; }
        .main .topicsec #topicSide .sideparts .catlist > li a span {
          color: #888;
          margin-left: 5px; }
        .main .topicsec #topicSide .sideparts .catlist > li a:hover {
          opacity: 1;
          text-decoration: none;
          background: #f5f5f5;
          color: #2d6946; }
      .main .topicsec #topicSide .sideparts .catlist > li ul {
        margin: 0; }
        .main .topicsec #topicSide .sideparts .catlist > li ul li a {
          padding-left: 65px; }
          .main .topicsec #topicSide .sideparts .catlist > li ul li a:before {
            left: 40px;
            color: #888; }
    @media (max-width: 960px) {
      .main .topicsec #topicSide {
        width: 100%;
        margin: 80px 0 0; } }
    @media (max-width: 600px) {
      .main .topicsec #topicSide .sideparts {
        margin-left: -4.9vw;
        margin-right: -4.9vw; } }
.main .type {
  display: block;
  width: 60px;
  padding: 2px 0;
  background: #2d6946;
  text-align: center;
  font-family: 'raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff; }
.main .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0; }
  .main .status li {
    margin: 0;
    padding: 0; }
    .main .status li:before {
      content: none; }
    .main .status li + li {
      margin-left: 10px; }
    .main .status li .date {
      font-family: 'cabin';
      font-style: normal;
      font-weight: 500;
      font-size: 1.3rem;
      color: #888; }
    .main .status li .category {
      font-size: 1.3rem;
      color: #888; }
.main .activitieslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
  .main .activitieslist > li {
    padding: 0;
    margin: 40px 3.8% 0 0;
    width: 30.8%; }
    .main .activitieslist > li:before {
      content: none; }
    .main .activitieslist > li:nth-child(3n) {
      margin-right: 0; }
    .main .activitieslist > li .photobox a {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 160px;
      overflow: hidden; }
      .main .activitieslist > li .photobox a img {
        transition: transform 0.5s ease-out; }
      .main .activitieslist > li .photobox a:hover {
        text-decoration: none; }
        .main .activitieslist > li .photobox a:hover img {
          opacity: 1;
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
      .main .activitieslist > li .photobox a .type {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9; }
      .main .activitieslist > li .photobox a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .main .activitieslist > li .txtbox {
      margin: 15px 0 0; }
      .main .activitieslist > li .txtbox .ttl {
        font-weight: bold;
        font-size: 1.6rem; }
        .main .activitieslist > li .txtbox .ttl a {
          line-height: 1.5;
          max-height: 3em;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
          .main .activitieslist > li .txtbox .ttl a:hover {
            opacity: 1;
            color: #2d6946; }
  @media (max-width: 960px) {
    .main .activitieslist > li {
      margin: 40px 5.6% 0 0;
      width: 47.2%; }
      .main .activitieslist > li:nth-child(3n) {
        margin-right: 5.6%; }
      .main .activitieslist > li:nth-child(2n) {
        margin-right: 0; }
      .main .activitieslist > li .photobox a {
        width: 100%;
        height: 28vw; }
      .main .activitieslist > li .txtbox .ttl a {
        line-height: 1.5;
        max-height: 4.5em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; } }
.main .informationlist {
  margin: 20px 0 0; }
  .main .informationlist li {
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #ccc; }
    .main .informationlist li:before {
      content: none; }
    .main .informationlist li a {
      display: block;
      padding: 25px 0; }
      .main .informationlist li a:hover {
        text-decoration: none;
        color: #2d6946; }
      .main .informationlist li a .date, .main .informationlist li a .category {
        display: inline-block;
        vertical-align: middle; }
      .main .informationlist li a .date {
        width: 90px;
        font-family: 'cabin';
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        color: #888; }
      .main .informationlist li a .category {
        background: #eee;
        border-radius: 3px;
        font-size: 1.1rem;
        width: 100px;
        text-align: center;
        padding: 5px 10px;
        margin: 0 10px; }
  @media (min-width: 961px) {
    .main .informationlist li a {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; } }
  @media (max-width: 600px) {
    .main .informationlist li a .ttl {
      display: block;
      margin: 15px 0 0;
      line-height: 1.5;
      max-height: 3em;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; } }

/*==================================================

** wordpress common
==================================================*/
/*	margin top	*/
.mt1 {
  margin-top: 1px !important; }

.mt3 {
  margin-top: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt12 {
  margin-top: 12px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt16 {
  margin-top: 16px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt28 {
  margin-top: 28px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt32 {
  margin-top: 32px !important; }

.mt34 {
  margin-top: 34px !important; }

.mt36 {
  margin-top: 36px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt42 {
  margin-top: 42px !important; }

.mt44 {
  margin-top: 44px !important; }

.mt48 {
  margin-top: 48px !important; }

.mt50 {
  margin-top: 50px !important; }

/*	float	*/
.left {
  float: left;
  display: inline; }

.right {
  float: right;
  display: inline; }

/*	figure float	*/
.alignleft {
  float: left;
  display: inline;
  margin-right: 20px; }

.alignright {
  float: right;
  display: inline;
  margin-left: 20px; }

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

/*	text align	*/
p.center {
  text-align: center; }

p.right {
  text-align: right; }

/*	clearfix	*/
.clear {
  zoom: 1; }

.clear:after {
  clear: both;
  display: block;
  content: ''; }
