/* ****************************************************
color set
**************************************************** */
/* ****************************************************
font
**************************************************** */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/* ****************************************************
mixin
**************************************************** */
/* center */
/* transition */
/* break point */
/* flex */
main {
  position: relative;
  z-index: 0; }
  main #campaign {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh; }
    main #campaign.active {
      background: none; }
    main #campaign dt {
      width: calc(100% - 80px);
      background: #fffc00;
      color: #000;
      text-align: center;
      padding: 1rem;
      display: none;
      cursor: pointer; }
      main #campaign dt.active {
        display: block; }
    main #campaign dd {
      width: calc(100% - 80px - 2rem);
      text-align: center;
      position: absolute;
      top: 4rem;
      padding: 0 2rem; }
      main #campaign dd div {
        position: relative;
        display: inline-block; }
      main #campaign dd span {
        position: absolute;
        top: -13px;
        right: -13px;
        margin: 0 auto;
        text-align: right; }
        main #campaign dd span img {
          cursor: pointer; }
      main #campaign dd img.pc {
        display: inline-block; }

@media screen and (max-width: 1024px) {
  main #campaign dt {
    width: calc(100% - 50px); }
  main #campaign dd {
    width: calc(100% - 50px - 2rem);
    padding: 0 2rem; }
    main #campaign dd span {
      position: absolute;
      top: -13px;
      width: 100%;
      max-width: 100%; } }
@media screen and (max-width: 767px) {
  main #campaign dt {
    width: calc(100%);
    display: none; }
  main #campaign dd {
    width: calc(100%);
    padding: 0 4rem; }
    main #campaign dd img.pc {
      display: none; }
    main #campaign dd img.sp {
      display: inline-block; } }
/*  - - - - - - village - - - - - - */
#vinews {
  background: url("/lib/img/top/vi.jpg") no-repeat top center;
  background-size: cover;
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  position: relative; }

#vi {
  padding: 30vh 0 15vh 0;
  text-align: center;
  animation: popup 4s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards; }
  #vi .catch {
    border-bottom: 1px solid #FFF;
    display: inline-block;
    padding: 0 0 30px; }
  #vi .catchsub {
    font-size: 2.5vw;
    font-weight: bold;
    color: #FFF;
    letter-spacing: .3rem; }
  #vi .lead {
    font-size: 1.4vw;
    font-weight: normal;
    color: #FFF;
    line-height: 1.6; }

@media screen and (max-width: 1024px) {
  #vi {
    padding: 30vh 70px 15vh 20px; }
    #vi .lead {
      font-size: 2.0vw; } }
@media screen and (max-width: 767px) {
  #vi {
    background: url("/lib/img/top/vi.jpg") no-repeat top center;
    background-size: cover;
    padding: 30vh 30px 15vh 30px; }
    #vi .catchsub {
      font-size: 4vw;
      font-weight: bold;
      color: #FFF;
      letter-spacing: .3rem; }
    #vi .lead {
      font-size: 3.5vw;
      font-weight: normal;
      color: #FFF;
      line-height: 1.6; } }
#news {
  max-width: 1024px;
  margin: 0 auto;
  background: #FFF;
  padding: 30px 80px 20px 0;
  position: relative; }
  #news .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    #news .container h2 {
      text-align: center;
      color: #113464;
      font-size: 1.4rem;
      padding: 0 4vw 0 4vw; }
      #news .container h2 span {
        font-family: "Quicksand", serif;
        font-weight: bold;
        font-size: 2.0rem;
        display: block;
        letter-spacing: 2px;
        padding-bottom: .3em; }
    #news .container ul li {
      margin-bottom: 1em;
      padding-left: 6em;
      position: relative; }
      #news .container ul li span.date {
        color: #868687;
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
  #news .link {
    text-align: center; }
    #news .link a {
      display: inline-block;
      min-width: 40%; }

@media screen and (max-width: 1024px) {
  #news {
    padding: 30px 0 0 0;
    padding-right: calc(40px + 40px); }
    #news .container h2 {
      text-align: center;
      color: #113464;
      font-size: 1.4rem;
      padding: 0 2vw; } }
@media screen and (max-width: 767px) {
  #news {
    margin: 0 auto;
    background: #FFF;
    padding: 0 0 0 0; }
    #news .container {
      display: block;
      margin-bottom: 30px; }
      #news .container h2 {
        text-align: center;
        color: #113464;
        background: #FFF;
        font-size: 1.4rem;
        padding: 2rem 4vw 0 4vw;
        display: inline-block;
        margin: -4rem auto 30px auto;
        position: relative;
        left: 50%;
        width: 50%;
        transform: translateX(-50%); }
      #news .container ul {
        padding: 0 4%; }
        #news .container ul li {
          margin-bottom: 1em;
          padding-left: 0;
          position: relative; }
          #news .container ul li span.date {
            color: #868687;
            display: block;
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 5px; }
    #news .link a {
      margin: 0 auto;
      min-width: 0;
      width: 92%; } }
/*  - - - - - - bnr - - - - - - */
.bnr {
  text-align: center;
  margin: 40px auto;
  max-width: 1024px; }
  .bnr a {
    display: inline-block; }
  .bnr img.sp {
    display: none; }

@media screen and (max-width: 767px) {
  .bnr {
    text-align: center;
    margin: 40px auto;
    max-width: 1024px; }
    .bnr img.sp {
      display: block; }
    .bnr img.pc {
      display: none; } }
/*  - - - - - - feature - - - - - - */
#feature {
  background: url("/lib/img/top/bg_feature.png") repeat 0 0;
  position: relative;
  border-top: 50px solid #FFF;
  margin: 0 0 100px 0;
  clip-path: polygon(0 30%, 8% 14%, 15% 1%, 90% 0, 100% 0, 100% 10%, 100% 70%, 93% 85%, 85% 100%, 15% 100%, 0 100%, 0% 85%); }
  #feature .container {
    position: relative;
    padding: 60px 0; }
    #feature .container h2 {
      text-align: center;
      color: #113464;
      font-size: 1.6rem;
      padding: 0;
      margin-bottom: 60px; }
      #feature .container h2 span {
        font-family: "Quicksand", serif;
        font-weight: bold;
        font-size: 3.6rem;
        display: block;
        letter-spacing: 2px;
        padding-bottom: .3em; }
    #feature .container .box {
      background: #FFF;
      max-width: 1024px;
      margin: 0 auto 50px;
      display: flex;
      flex-direction: row-reverse; }
      #feature .container .box .photo {
        width: 60%;
        display: block;
        position: relative;
        clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
        background: #DDD url("/lib/img/top/img_feature_01.jpg") no-repeat top right;
        background-size: cover; }
      #feature .container .box .text {
        padding: 50px 10px 50px 40px;
        width: 40%; }
        #feature .container .box .text p {
          line-height: 2; }
      #feature .container .box:last-child {
        flex-direction: row; }
        #feature .container .box:last-child .photo {
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          background: url("/lib/img/top/img_feature_02.jpg") no-repeat top right;
          background-position: center center;
          background-size: cover; }
        #feature .container .box:last-child .text {
          padding: 50px 40px 50px 10px; }

@media screen and (max-width: 1024px) {
  #feature {
    clip-path: polygon(0 15%, 5% 7%, 10% 0, 90% 0, 100% 0, 100% 10%, 100% 85%, 95% 93%, 90% 100%, 10% 100%, 0 100%, 0% 85%); }
    #feature .container {
      position: relative;
      padding: 60px 4%; }
      #feature .container .box {
        background: #FFF;
        max-width: 1024px;
        margin: 0 auto 50px;
        display: block; }
        #feature .container .box .photo {
          width: 100%;
          height: 300px;
          display: block;
          position: relative;
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          background: #DDD url("/lib/img/top/img_feature_01.jpg") no-repeat top right;
          background-size: cover; }
        #feature .container .box .text {
          padding: 10px 40px 20px 40px;
          width: 100%; }
          #feature .container .box .text p {
            line-height: 2; }
        #feature .container .box:last-child {
          flex-direction: row; }
          #feature .container .box:last-child .photo {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
            background: #DDD url("/lib/img/top/img_feature_02.jpg") no-repeat top left;
            background-size: cover; }
          #feature .container .box:last-child .text {
            padding: 10px 40px 20px 40px; } }
/*  - - - - - - infomation - - - - - - */
#course {
  max-width: 1024px;
  margin: 0 auto 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #course > div {
    width: 31.5%;
    margin-bottom: 100px; }
  #course .header {
    border: 1px solid #113464;
    background: #f5f7f8;
    color: #113464;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative; }
    #course .header:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 80px;
      height: 0;
      border-style: solid;
      border-width: 80px 80px 0 0;
      border-color: #113464 transparent transparent transparent; }
    #course .header:after {
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      width: 80px;
      height: 0;
      border-style: solid;
      border-width: 80px 80px 0 0;
      border-color: transparent #113464 transparent transparent; }
    #course .header .box {
      width: 100%; }
      #course .header .box h2 {
        text-align: center;
        color: #113464;
        font-size: 1.6rem;
        padding: 0;
        margin-bottom: 30px;
        width: 100%; }
        #course .header .box h2 span {
          font-family: "Quicksand", serif;
          font-weight: bold;
          font-size: 3.0rem;
          display: block;
          letter-spacing: 2px; }
      #course .header .box p {
        margin: 0;
        text-align: center;
        width: 100%; }
  #course .type {
    padding-bottom: calc(3.0rem*3);
    position: relative; }
    #course .type .photo {
      margin-bottom: 40px; }
    #course .type dl dt {
      text-align: center;
      color: #113464;
      font-size: 1.6rem;
      padding: 0;
      margin-bottom: 30px;
      width: 100%; }
      #course .type dl dt span {
        font-family: "Quicksand", serif;
        font-weight: bold;
        font-size: 2.0rem;
        display: block;
        letter-spacing: 2px; }
    #course .type dl dd {
      line-height: 1.8; }
      #course .type dl dd .photo {
        display: none; }
    #course .type .link {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      #course .type .link a {
        width: 100%; }

.type.is-show {
  animation: popup 4s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards; }

@media screen and (max-width: 1024px) {
  #course {
    padding: 0 4%; } }
@media screen and (max-width: 767px) {
  #course {
    display: block; }
    #course > div {
      width: 100%;
      margin-bottom: 50px; }
    #course .header {
      padding: 20px 0; }
      #course .header:before {
        width: 50px;
        border-width: 50px 50px 0 0; }
      #course .header:after {
        width: 50px;
        border-width: 50px 50px 0 0; }
      #course .header .box {
        width: 100%; }
        #course .header .box h2 {
          font-size: 1.6rem;
          margin-bottom: 20px; }
          #course .header .box h2 span {
            font-size: 2.4rem;
            padding-bottom: 5px; }
        #course .header .box p {
          width: 100%; }
          #course .header .box p br {
            display: none; }
    #course .type {
      padding-bottom: 0;
      margin-bottom: 50px;
      position: relative; }
      #course .type > .photo {
        margin-bottom: 40px;
        display: none; }
      #course .type dl dt {
        text-align: center;
        color: #113464;
        font-size: 1.6rem;
        padding: 0;
        margin-bottom: 30px;
        width: 100%; }
        #course .type dl dt span {
          padding-bottom: 5px; }
      #course .type dl dd {
        line-height: 1.8;
        display: flex;
        justify-content: space-between; }
        #course .type dl dd > div {
          width: 48%; }
        #course .type dl dd .photo {
          display: block; }
      #course .type .link {
        text-align: center;
        position: relative;
        bottom: auto;
        left: auto;
        width: 80%;
        margin: 0 auto; }
        #course .type .link a {
          width: 100%; } }
