@charset "UTF-8";


div.h1Wrap.withImg p.img {
    background: url(../img/merit/mv_pc.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  @media screen and (max-width: 1099px) {
    div.h1Wrap.withImg p.img {
      background: url(../img/merit/mv_sp.jpg) no-repeat 50% 50%;
      background-size: cover;
    }
  }

h3 {
    font-size: 2.4rem;
    font-feature-settings: "palt";
    margin-bottom: 30px;
}

h3.line {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

h3.line span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

@media screen and (max-width: 1099px) {
    h3.line span {
        line-height: 1.6;
    }    
}

h3.line::before,
h3.line::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    width: 45%;
    height: 2px;
    background-image: linear-gradient(to right, #FF9598, #FF9598 6px, transparent 7px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

h3.line::after {
    right: 0;
}

.balloon {
    z-index: 1;
    min-width: 256px;
    box-sizing: border-box;
    padding: 10px 80px;
}

@media screen and (max-width: 969px) {
    .balloon {
        width: 100%;
        margin-bottom: 30px;
        padding: 15px 0;
        line-height: 1.4;
    }    
}

.dummy {
    color: #00B3CC;
}

.popupBox {
    margin-bottom: 0;
}

/* .popupBox .modal-content {
    height: auto;
} */

div.section .bookBlock + .bookBlock {
    margin: 140px 0 90px 0;
}

@media screen and (max-width: 1099px) {
    div.section .bookBlock + .bookBlock {
        margin: 60px 0 60px 0;
    }
}

div.section .midashiBlock + .bookBlock {
    margin: 100px 0 90px 0;
}

@media screen and (max-width: 1099px) {
    div.section .midashiBlock + .bookBlock {
        margin: 60px 0 40px 0;
    }    
}

.listCircle {
    position: relative;
    padding-left: 1.5em;
    margin-right: 1em;
    line-height: 1.6;
}

.listCircle::after {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    color: #f070a5;
}

.listCircle.star::after {
    content: "★";
}

.green .listCircle::after {
    color: #74B651;
}

.yellow .listCircle::after {
    color: #F19E29;
}

.blue .listCircle::after {
    color: #1DC5D1;
}

.purple .listCircle::after {
    color: #9580CA;
}

.brown .listCircle::after {
    color: #80654F;
}

.text_yellow {
    color: #F19E29;
}

.text_purple {
    color: #9580CA;
}

.text_green {
    color: #74B651;
}

.text_blue {
    color: #1DC5D1;
}

.text_brown {
    color: #80654F;
}

.bg_yellow {
    background: #F19E29;
}

.bg_purple {
    background: #9580CA;
}

.bg_green {
    background: #74B651;
}

.bg_blue {
    background: #1DC5D1;
}

.bg_brown {
    background: #80654F;
}

.bg_lightyellow {
    background: #FAEFDF;
}

.bg_lightpurple {
    background: #F1EEF6;
}

.bg_lightgreen {
    background: #EBF2E8;
}

.bg_lightblue {
    background: #EAF7F8;
}

.bg_lightbrown {
    background: #F0EEEC;
}



/* ::::::::::::::::::::::::::::::::: style ::::::::::::::::::::::::::::::::: */


.style h2.subject {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 60px;
}

@media screen and (max-width: 1099px) {
    .style h2.subject {
        font-size: 2.8rem;
        margin-top: 30px;
    }    
}

.style .text02 {
    text-align: center;
    padding-bottom: 50px;
}

@media screen and (max-width: 1099px) {
    .style .text02 {
        padding-bottom: 30px;
    }    
}

@media screen and (max-width: 1099px) {
    div.section.style .aboutsystem {
        padding-top: 60px;
        margin-top: 150px;
    }
}

.schedule {
    position: relative;
}

.schedule .zoom {
    top: 20px;
    left: 10px;
    z-index: 1;
}

.schedule .scheduleLinkList {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.schedule .scheduleLinkList li {
    /* width: 14%; */
    /* height: 3.5%; */
    width: 16%;
    height: 16%;
}

/* .schedule .scheduleLinkList li:nth-child(3),
.schedule .scheduleLinkList li:nth-child(4) {
    width: 13%;
    height: 12%;
} */

@media screen and (min-width: 1100px) {
    .schedule .scheduleLinkList li {
        width: 22%;
        height: 22%;
    }

    /* .schedule .scheduleLinkList li:nth-child(3),
    .schedule .scheduleLinkList li:nth-child(4) {
        width: 19%;
        height: 17%;
    } */
    .schedule .scheduleLinkList li a img {
        transition: all 0.2s ease;
    }
    .schedule .scheduleLinkList li a:hover img {
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,.2));
        /* box-shadow: 1px 1px 10px rgb(0 0 0 / 25%); */
    }
}

.schedule .scheduleLinkList li:nth-child(1) {
    position: absolute;
    right: 24.5%;
    top: -4.5%;
  }
  .schedule .scheduleLinkList li:nth-child(2) {
    position: absolute;
    right: 6.5%;
    top: 24%;
}
  .schedule .scheduleLinkList li:nth-child(3) {
    position: absolute;
    right: 24%;
    top: 53.5%;
  }
  .schedule .scheduleLinkList li:nth-child(4) {
    position: absolute;
    left: 24%;
    top: 53.5%;
}
  .schedule .scheduleLinkList li:nth-child(5) {
    position: absolute;
    left: 6.5%;
    top: 24%;
  }
  .schedule .scheduleLinkList li:nth-child(6) {
    position: absolute;
    left: 24.5%;
    top: -4.5%;
  }

  .schedule .scheduleLinkList li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  @media screen and (max-width: 1099px) {
    .schedule .scheduleLinkList li:nth-child(1) {
        position: absolute;
        right: 26.5%;
        top: 2.5%;
      }
      .schedule .scheduleLinkList li:nth-child(2) {
        position: absolute;
        right: 9.5%;
        top: 30%;
    }
      .schedule .scheduleLinkList li:nth-child(3) {
        position: absolute;
        right: 26.5%;
        top: 58.5%;
      }
      .schedule .scheduleLinkList li:nth-child(4) {
        position: absolute;
        left: 26%;
        top: 58.5%;
    }
      .schedule .scheduleLinkList li:nth-child(5) {
        position: absolute;
        left: 8.5%;
        top: 30%;
      }
      .schedule .scheduleLinkList li:nth-child(6) {
        position: absolute;
        left: 26%;
        top: 2.5%;
      }      
  }

  @media screen and (max-width: 1099px) {
    .style + .popupBox .modal .modal-content {
        height: 60%;
    }
    .style + .popupBox .modal .modal-inner {
        overflow: scroll;
        height: 100%;
    }
    .style + .popupBox .modal .modal-inner .linkWrap {
        width: 600px;
        height: 623px;
        position: relative;
        margin: auto;
    }
    .style + .popupBox .scheduleLinkList li:nth-child(1) {
      position: absolute;
      right: 26.5%;
      top: 2.5%;
    }
      .style + .popupBox .scheduleLinkList li:nth-child(2) {
        position: absolute;
        right: 9.5%;
        top: 30%;
    }
      .style + .popupBox .scheduleLinkList li:nth-child(3) {
        position: absolute;
        right: 26.5%;
        top: 58.5%;
      }
      .style + .popupBox .scheduleLinkList li:nth-child(4) {
        position: absolute;
        left: 26%;
        top: 58.5%;
    }
      .style + .popupBox .scheduleLinkList li:nth-child(5) {
        position: absolute;
        left: 8.5%;
        top: 30%;
      }
      .style + .popupBox .scheduleLinkList li:nth-child(6) {
        position: absolute;
        left: 26%;
        top: 2.5%;
        }    
    .style + .popupBox .scheduleLinkList li a {
      display: block;
      width: 100px;
      height: 105px;
    }
    /* .style + .popupBox .scheduleLinkList li:nth-child(3),
    .style + .popupBox .scheduleLinkList li:nth-child(4) {
        width: 80px;
        height: 70px;
    } */
  }


.aboutsystem .characterBlcok {
    width: 250px;
    background: url(../img/merit/pic_soushoku03.png) no-repeat 70% 100%;
    background-size: 67px;
    position: absolute;
    right: 0;
    top: -140px;
}

@media screen and (max-width: 1099px) {
    .aboutsystem .characterBlcok {
       width: 160px;
       background-size: 33px;
       background-position: 70% 90%;
       right: 0;
       left: 30px;
       top: -100px;   
       margin: auto;
    }
}

.aboutsystem .characterBlcok .characterAnimation {
    /* width: 230px; */
    height: auto;
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 1099px) {
    .aboutsystem .characterBlcok .characterAnimation {
        /* width: 130px; */
        margin-top: 20px;
        margin-left: auto;
    }
}

.aboutsystem .characterBlcok .icon_title01 {
    position: absolute;
    right: 30px;
    top: -30px;
}

@media screen and (max-width: 1099px) {
    .aboutsystem .characterBlcok .icon_title01 {
        right: 0;
        top: -10px;
    }    
    .aboutsystem .characterBlcok .icon_title01 img {
        width: 120px;
        height: auto;
    }
}

.aboutsystem table{
    border-collapse:separate;
    border-spacing: 11px;
    /* width: 100%; */
}

@media screen and (max-width: 1099px) {
    .aboutsystem .zoomtableWrap01 {
        height: 210px;
    }    
}
  
.aboutsystem table th,.aboutsystem table td{
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
    border: none;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    font-size: 1.6rem;
    font-weight: bold;
}
  
.aboutsystem table th{
    color: white;
    font-size: 2rem;
}
  
.aboutsystem table td{
    background-color: #fff;
}
.aboutsystem table .symbol {
    box-shadow: none;
    padding: 0;
    font-size: 2.2rem;
}
.aboutsystem table .symbol span {
    height: 52px;
    line-height: 52px;
    width: 55px;
    display: block;
    border-radius: 50%;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    margin: 0 auto;
}
.aboutsystem table .bg_lightpink {
    background: #FAE3EC;
}
.aboutsystem table .bg_blue {
    background: #00B3CC;
}
.aboutsystem table .c_lightblue {
    color: #00B3CC;
}
.aboutsystem table .bg_lightblue {
    background: #C9EFF4
}
.onlineSupport .photoBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

@media screen and (max-width: 1099px) {
    .onlineSupport .photoBlock {
        display: block;
    }
}

.onlineSupport .photoBlock img {
    width: 48%;
}

@media screen and (max-width: 1099px) {
    .onlineSupport .photoBlock img {
        width: 100%;
        margin-bottom: 25px;
    }    
}


/* ::::::::::::::::::::::::::::::::: select ::::::::::::::::::::::::::::::::: */


.select .description {
    position: relative;
    height: 784px;
}

@media screen and (max-width: 1099px) {
    .select .description {
        height: auto;
    }    
}

.select .description .center {
    width: 328px;
    margin: 0 auto;
}

@media screen and (max-width: 1099px) {
    .select .description .center {
        width: 100%;
        text-align: center;
    }    
}

.select .description .subject {
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media screen and (max-width: 1099px) {
    .select .description .subject {
        font-size: 2.8rem;
    }
}

.balloon02 {
    position: relative;
    letter-spacing: 0.05em;
    display: table;
    padding: 5px 40px;
    color: #fff;
    background: #FF9598;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    font-size: 2rem;
    margin: 35px auto 0;
    font-weight: bold;
}

@media screen and (max-width: 1099px) {
    .balloon02 {
        padding: 10px 0;
        width: 100%;
        border-radius: 50px;
      }  
}
 
.balloon02:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 7px solid transparent;
    border-top: 7px solid #FF9598;
}
  
@media (max-width: 969px) {

}

.select .description .movieWrap {
    background: #FF9598;
    padding: 35px;
    border-radius: 14px;
    margin-top: 20px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 1099px) {
    .select .description .movieWrap {
        padding: 25px;
        text-align: left;
    }    
}

.select .description .movie {
    position: relative;
    width: 100%;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

@media screen and (max-width: 1099px) {
    .select .description .movie {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        border-radius: 6px;
    }    
}

.select .description .movie img {
    border-radius: 5%;
}

.select .description .movie::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(43,48,52,0.5) url(../img/common/icon_play.png) no-repeat 50% 50%;
    background-size: 48px 48px;
    transition: all 0.2s ease;
    border-radius: 6px;
}


.select .description .movie:hover::after {
    background: rgba(43,48,52,0.7) url(../img/common/icon_play.png) no-repeat 50% 50%;
    background-size: 48px 48px;
}


.grid {
    min-width: 534px;
    width: 534px;
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: 1fr 30px 1fr; */
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    /* -ms-grid-rows: auto 30px auto; */
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-gap: 30px;
    gap: 30px;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 1099px) {
    .gridWrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 30px;
    }
    .grid {
        position: static;
        min-width: auto;
        max-width: 48.5%;
        width: 48.5%;
        display: -ms-grid;
        display: grid;
        gap: 4% 6%;
    }    
}

.grid01 {
    /* left: -220px; */
    left: calc(50% - 770px);
}

.grid02 {
    /* right: -220px; */
    right: calc(50% - 770px);
}

.grid img {
    border-radius: 14px;
}

@media screen and (max-width: 1099px) {
    .grid img {
        border-radius: 5%;
    }    
}

.grid01 .gridItem:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3; 
    -ms-grid-row: 1; 
    -ms-grid-row-span: 2; 
    grid-row: 1 / 3;
	margin-bottom: -.9rem;
}

.grid01 .gridItem:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; 
    -ms-grid-row: 3; 
    -ms-grid-row-span: 1; 
    grid-row: 3 / 4;
}

.grid01 .gridItem:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; 
    -ms-grid-row: 4; 
    -ms-grid-row-span: 1; 
    grid-row: 4 / 5;
	margin-bottom: .9rem;
}

.grid01 .gridItem:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3; 
    -ms-grid-row: 3; 
    -ms-grid-row-span: 2; 
    grid-row: 3 / 5;
}

.grid02 .gridItem:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; 
    -ms-grid-row: 1; 
    -ms-grid-row-span: 1; 
    grid-row: 1 / 2;
}

.grid02 .gridItem:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3; 
    -ms-grid-row: 1; 
    -ms-grid-row-span: 2; 
    grid-row: 1 / 3;
}

.grid02 .gridItem:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4;
}

.grid02 .gridItem:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3; 
    -ms-grid-row: 3; 
    -ms-grid-row-span: 1; 
    grid-row: 3 / 4;
}

.grid02 .gridItem:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; 
    -ms-grid-row: 4; 
    -ms-grid-row-span: 1; 
    grid-row: 4 / 5;
}

.grid02 .gridItem:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
}

.selectTab {
    margin-top: 80px;
}

@media screen and (max-width: 1099px) {
    .selectTab {
        margin-top: 30px;
    }
    
    div.section .selectTab > div.spacer100 {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.tab-nav {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 80px;
}

@media screen and (max-width: 1099px) {
    .tab-nav {
        overflow: scroll;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    .tab-nav {
      overflow: visible;
    }
  }  

.tab-nav li {
    position: relative;
    display: inline-block;
    border-radius: 14px;
    cursor: pointer;
    padding: 0;
    width: 18%;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
    height: calc(100% - 1px);
    /* transition: all 0.2s ease; */
}

@media screen and (max-width: 1099px) {
    .tab-nav li {
        width: 198px;
        min-width: 198px;
        margin-left: 30px;
    }
    .tab-nav li:last-child {
        margin-right: 30px;
    }
}
@media screen and (max-width: 768px) {
    .tab-nav li {
      margin-left: 0;
    }
    .tab-nav .tab-navav li:last-child {
      margin-right: 0;
    }
  }  

.tab-nav li:hover {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
}

.tab-nav li img {
    border-radius: 14px 14px 0 0;
    margin-bottom: -1px;
}

  
.tab-nav li.on {
}


.tab-nav li p {
    font-size: 2rem;
    line-height: 1.4;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F19E29;
    border-radius: 0 0 14px 14px;
    position: relative;
    color: #fff;
}


.tab-nav li:nth-child(2) p {
    background: #9580CA;
}


.tab-nav li:nth-child(3) p {
    background: #74B651;
}


.tab-nav li:nth-child(4) p {
    background: #1DC5D1;
}


.tab-nav li:nth-child(5) p {
    background: #80654F;
}

@media screen and (min-width: 769px) {
    .selectTab_sp {
          display: none!important;
      }
  }
  @media screen and (max-width: 768px) {
    .selectTab_pc {
          display: none!important;
      }
  }  

.selectSwiper {
    position: relative;
  }
  
  .select .swiper-button-next, .select .swiper-rtl .swiper-button-prev,
  .select .swiper-button-prev, .select .swiper-rtl .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .select .swiper-button-next, .select .swiper-rtl .swiper-button-prev {
    background: url(../img/common/vector_arrow.png) no-repeat 50% 50%;
    background-size: 28px 28px;
    right: calc(22% - 30px);
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .select .swiper-button-prev, .select .swiper-rtl .swiper-button-next {
    background: url(../img/common/vector_prev.png) no-repeat 50% 50%;
    background-size: 28px 28px;
    left: calc(22% - 30px);
    bottom: 0;
    top: 0;
    margin: auto;
  }
  
  .select .swiper-button-next:after, .select .swiper-button-prev:after {
    display: none;
  }
  
  @media screen and (min-width: 769px) {
    .select .swiper-button-next, .select .swiper-rtl .swiper-button-prev,
    .select .swiper-button-prev, .select .swiper-rtl .swiper-button-next {
      display: none;
    }
  }
  
  @media screen and (max-width: 768px) {
    .tab-swiper {
      width: calc(100% + 30px);
      margin-left: -15px;
    }  
    .tab-swiper .swiper-wrapper .swiper-slide {
        margin-top: -80px;
        padding-top: 80px;
      }
    
  }
  
  @media screen and (min-width: 769px) {
    .tab-swiper .swiper-wrapper {
      display: block;
      transform: translate3d(0px,0,0)!important;
      height: auto!important;
    }
  }
  
  
/* .tab-nav li.on:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #ff9598;
}

@media screen and (max-width: 1099px) {
    .tab-nav li.on:before {
        display: none;
    }
} */

.tabContents {
    position: relative;
    visibility: hidden;
    height: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    opacity: 0;
    transition: opacity .6s;
}

@media screen and (max-width: 768px) {
    .tabContents {
      display: block;
      visibility: visible;
      opacity: 1;
      height: auto;
    }
  }  

.tabContents .deco {
    width: 103px;
    height: 52px;
    margin: 0 auto;
    display: block;
}


div.section .tabContents div.inner {
    background: #fff;
    padding: 120px 50px;
}

@media screen and (max-width: 1099px) {
    div.section .tabContents div.inner {
        padding: 50px 15px;
    }    
}

/* .tabContents .inner::before {
    content: "";
    position: absolute;
    background-image: url(../img/merit/deco_line03_b_test.png);
    background-repeat: repeat-x;
    background-size: 28px;
    background-position: center;
    width: 100%;
    height: 18px;
    top: 52px;
    left: 0;
    right: 0;
    margin: auto;
} */

/* .tabContents .deco {
    width: 100%;
    display: block;
    height: 70px;
    height: 18px;
    background-image:repeating-linear-gradient(-45deg,#F19E29, #F19E29 2px,transparent 0, transparent 6px);
    position: relative;
}

.tabContents:nth-of-type(2) .deco {
    background-image:repeating-linear-gradient(-45deg,#9580CA, #9580CA 2px,transparent 0, transparent 6px);
}

.tabContents:nth-of-type(3) .deco {
    background-image:repeating-linear-gradient(-45deg,#74B651, #74B651 2px,transparent 0, transparent 6px);
}

.tabContents:nth-of-type(4) .deco {
    background-image:repeating-linear-gradient(-45deg,#1DC5D1, #1DC5D1 2px,transparent 0, transparent 6px);
}

.tabContents:nth-of-type(5) .deco {
    background-image:repeating-linear-gradient(-45deg,#80654F, #80654F 2px,transparent 0, transparent 6px);
}

.tabContents .deco:last-child {
    height: 18px;
}
 */

 .tabContents .deco {
     position: relative;
     background-image: url(../img/merit/deco_line_x01.png);
     background-repeat: repeat-x;
     background-position: center;
     height: 18px;
     width: 100%;
 }


.tabContents .deco:first-child::before {
    content: "";
    position: absolute;
    background-image: url(../img/merit/deco_line_top01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 104px;
    width: 104px;
    height: 52px;
    bottom: 18px;
    right: 0;
    left: -75%;
    margin: auto;
}

@media screen and (min-width: 1300px) {
    .tabContents .deco:first-child::before {
        left: -985px;
    }
}

@media screen and (max-width: 1099px) {
    .tabContents .deco:first-child::before {
        left: -12px;
    }
}

.tabContents.purple .deco {
    background-image: url(../img/merit/deco_line_x02.png);
}

.tabContents.green .deco {
    background-image: url(../img/merit/deco_line_x03.png);
}

.tabContents.blue .deco {
    background-image: url(../img/merit/deco_line_x04.png);
}

.tabContents.brown .deco {
    background-image: url(../img/merit/deco_line_x05.png);
}

.tabContents.purple .deco:first-child::before {
    background-image: url(../img/merit/deco_line_top02.png);
    left: -38%;
}

@media screen and (min-width: 1300px) {
    .tabContents.purple .deco:first-child::before {
        left: -500px;
    }
}

@media screen and (max-width: 1099px) {
    .tabContents.purple .deco:first-child::before {
        left: -12px;
    }
}

.tabContents.green .deco:first-child::before {
    background-image: url(../img/merit/deco_line_top03.png);
    left: -12px;
}

@media screen and (min-width: 1300px) {
    .tabContents.green .deco:first-child::before {
        left: -12px;
    }
}

@media screen and (max-width: 1099px) {
    .tabContents.green .deco:first-child::before {
        left: -12px;
    }
}

.tabContents.blue .deco:first-child::before {
    background-image: url(../img/merit/deco_line_top04.png);
    left: 37%;
}

@media screen and (min-width: 1300px) {
    .tabContents.blue .deco:first-child::before {
        left: 494px;
    }
}

@media screen and (max-width: 1099px) {
    .tabContents.blue .deco:first-child::before {
        left: -12px;
    }
}

.tabContents.brown .deco:first-child::before {
    background-image: url(../img/merit/deco_line_top05.png);
    left: 75%;
}

@media screen and (min-width: 1300px) {
    .tabContents.brown .deco:first-child::before {
        left: 980px;
    }
}

@media screen and (max-width: 1099px) {
    .tabContents.brown .deco:first-child::before {
        left: -12px;
    }
}

/* .tabContents .deco:first-child::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 0;
    top: 0;
    left: 12.5%;
    border: 52px solid transparent;
    border-top: 52px solid #fdf2f6;
}

@media screen and (min-width: 1200px) {
    .tabContents .deco:first-child::before {
        left: calc(50% - 500px);
    }    
}

.tabContents .deco:first-child::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 0;
    top: 0;
    right: 87.5%;
    border: 52px solid transparent;
    border-top: 52px solid #fdf2f6;
}

@media screen and (min-width: 1200px) {
    .tabContents .deco:first-child::after {
        right: calc(50% + 500px);
    }    
}

.tabContents:nth-of-type(2) .deco:first-child::before {
    left: 31%;
}

@media screen and (min-width: 1200px) {
    .tabContents:nth-of-type(2) .deco:first-child::before {
        left: calc(50% - 250px);
    }    
}

.tabContents:nth-of-type(2) .deco:first-child::after {
    right: 69%;
}

@media screen and (min-width: 1200px) {
    .tabContents:nth-of-type(2) .deco:first-child::after {
        right: calc(50% + 250px);
    }    
}

.tabContents:nth-of-type(3) .deco:first-child::before {
    left: 50%;
}

.tabContents:nth-of-type(3) .deco:first-child::after {
    right: 50%;
}

.tabContents:nth-of-type(4) .deco:first-child::before {
    left: 69%;
}

@media screen and (min-width: 1200px) {
    .tabContents:nth-of-type(4) .deco:first-child::before {
        left: calc(50% + 250px);
    }    
}

.tabContents:nth-of-type(4) .deco:first-child::after {
    right: 31%;
}

@media screen and (min-width: 1200px) {
    .tabContents:nth-of-type(4) .deco:first-child::after {
        right: calc(50% - 250px);
    }    
}


.tabContents:nth-of-type(5) .deco:first-child::before {
    left: 87.5%;
}

@media screen and (min-width: 1200px) {
    .tabContents:nth-of-type(5) .deco:first-child::before {
        left: calc(50% + 500px);
    }    
}

.tabContents:nth-of-type(5) .deco:first-child::after {
    right:12.5%;
}

@media screen and (min-width: 1200px) {
    .tabContents:nth-of-type(5) .deco:first-child::after {
        right: calc(50% - 500px);
    }    
} */

.tabContents.on {
    visibility: visible;
    height: auto;
    opacity: 1;
}
      
@media (max-width: 1099px) {
  
}

.tabContents .top {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {
    .tabContents .top {
        display: block;
    }    
}

.tabContents .top .imgWrap {
    width: 50%;
    position: relative;
}

@media screen and (max-width: 1099px) {
    .tabContents .top .imgWrap {
        width: 100%;
        margin-left: -40px;
        margin-top: 200px;
        margin-bottom: 50px;
    }    
}

@media screen and (max-width: 768px) {
    .tabContents .top .imgWrap {
    width: calc(100% - 15px);
      margin-left: -15px;
      overflow: hidden;
      padding-bottom: 15px;
    }
  }  

.tabContents .top .imgWrap img {
    position: relative;
    border-radius: 32px;
}

@media screen and (max-width: 1099px) {
    .tabContents .top .imgWrap img {
        border-radius: 14px;
    }    
}

@media screen and (max-width: 768px) {
    .tabContents .top .imgWrap img {
        margin-left: -15px;
    }
  }
  

.tabContents .top .imgWrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    left: 20px;
    top: 20px;
    border-radius: 28px;
    /* background-color: #f070a5; */
    background-image: repeating-linear-gradient(-45deg,rgba(241,158,41,.3), rgba(241,158,41,.3) 5px,transparent 0, transparent 13px);
}

@media screen and (max-width: 1099px) {
    .tabContents .top .imgWrap::before {
        left: 10px;
        top: 10px;
        border-radius: 14px;  
        height: 100%;  
    }    
}

@media screen and (max-width: 768px) {
    .tabContents .top .imgWrap::before {
        left: -5px;
      height: calc(100% - 15px);
    }
  }
  
.tabContents.purple .top .imgWrap::before {
    background-image: repeating-linear-gradient(-45deg,rgba(149,128,202,.3), rgba(149,128,202,.3) 5px,transparent 0, transparent 13px);
}


.tabContents.green .top .imgWrap::before {
    background-image: repeating-linear-gradient(-45deg,rgba(116,182,81,.3), rgba(116,182,81,.3) 5px,transparent 0, transparent 13px);
}


.tabContents.blue .top .imgWrap::before {
    background-image: repeating-linear-gradient(-45deg,rgba(29,195,207,.3), rgba(29,195,207,.3) 5px,transparent 0, transparent 13px);
}


.tabContents.brown .top .imgWrap::before {
    background-image: repeating-linear-gradient(-45deg,rgba(128,101,79,.3), rgba(128,101,79,.3) 5px,transparent 0, transparent 13px);
}


.tabContents .top .textBlock {
    width: 43%;
}

@media screen and (max-width: 1099px) {
    .tabContents .top .textBlock {
        width: 100%;
    }    
}

.tabContents .top .textBlock .ornament {
    display: block;
    text-align: center;
    position: relative;
    padding-top: 80px;
    padding-right: 5px;
}


.tabContents .top .textBlock .ornament::before {
    content: '';
    position: absolute;
    background: url(../img/merit/deco_select01.png) no-repeat;
    background-size: 159px;
    background-position: center;
    width: 159px;
    height: 83px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.tabContents.purple .top .textBlock .ornament::before {
    background: url(../img/merit/deco_select02.png) no-repeat;
    background-size: 159px;
    background-position: center;
}


.tabContents.green .top .textBlock .ornament::before {
    background: url(../img/merit/deco_select03.png) no-repeat;
    background-size: 159px;
    background-position: center;
}


.tabContents.blue .top .textBlock .ornament::before {
    background: url(../img/merit/deco_select04.png) no-repeat;
    background-size: 159px;
    background-position: center;
}


.tabContents.brown .top .textBlock .ornament::before {
    background: url(../img/merit/deco_select05.png) no-repeat;
    background-size: 159px;
    background-position: center;
}


.tabContents .top .textBlock .title {
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (max-width: 1099px) {
    .tabContents .top .textBlock .title {
        font-size: 3.4rem;
    }    
    .tabContents .top .textBlock .titleBlock {
        position: absolute;
        top: -220px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.tabContents .top .textBlock .band {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 18px;
    border-top: 2px dashed #F19E29;
    border-bottom: 2px dashed #F19E29;
    margin-top: 30px;
    line-height: 1.6;
}


.tabContents.purple .top .textBlock .band {
    border-color: #9580CA;
}


.tabContents.green .top .textBlock .band {
    border-color: #74B651;
    padding: 8px 18px;
}

@media screen and (max-width: 1099px) {
    .tabContents.green .top .textBlock .band {
        padding: 18px;
    }    
}

.tabContents.blue .top .textBlock .band {
    border-color: #1DC5D1;
}


.tabContents.brown .top .textBlock .band {
    border-color: #80654F;
    padding: 8px 18px;
}

@media screen and (max-width: 1099px) {
    .tabContents.brown .top .textBlock .band {
        border-color: #80654F;
        padding: 18px;
    }    
}

.tabContents .top .textBlock p:last-child {
    margin-top: 20px;
}


.tabContents .phtoBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

@media screen and (max-width: 1099px) {
    .tabContents .phtoBlock {
        display: block;
        margin-top: 30px;
    }    
}

.tabContents .phtoBlock > div {
    width: 31%;
}
.tabContents .phtoBlock img {
    border-radius: 14px;
}

@media screen and (max-width: 1099px) {
    .tabContents .phtoBlock > div {
        width: 100%;
    }    
}

.tabContents .phtoBlock p {
    height: 10.5%;
    margin-top: 15px;
}

@media screen and (max-width: 1099px) {
    .tabContents .phtoBlock p {
        height: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }    
}

.tabContents .zoomtableWrap {
    margin-top: 60px;
}

@media screen and (max-width: 1099px) {
    .tabContents .zoomtableWrap {
        margin-top: 30px;
    }   
    /* .tabContents .zoomtableWrap .zoom {
        bottom: -20px;
    }  */
}

.tabContents table.table th, .tabContents table.table td {
    padding: 13px 0;
    width: auto;
}

@media (max-width: 1099px) {
    .zoomtableWrap01 {
        height: 390px;
    }
    .zoomtableWrap02 {
        height: 305px;
    }
    .zoomtableWrap03 {
        height: 565px;
    }
    .zoomtableWrap04 {
        height: 455px;
    }
    .zoomtableWrap05 {
        height: 825px;
    }
}
  

/* @media screen and (max-width: 1099px) {
    .tabContents .tableWrap table.table {
        -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    display: block;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 125%;
    letter-spacing: -0.6px;
    }
}

@media screen and (max-width: 899px) {
    .tabContents .tableWrap table.table {
        -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    display: block;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 166%;
    letter-spacing: -0.6px;
    }
}

@media screen and (max-width: 599px) {
    .tabContents .tableWrap table.table {
        -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    display: block;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 250%;
    letter-spacing: -0.6px;
    }
} */

colgroup {
    width: 100vw;
}

.tabContents .zoomtableWrap thead,
.select + .popupBox .modal .tableScrollBlock thead {
    text-align: center;
    color: #fff;
}


.tabContents .zoomtableWrap tbody,
.select + .popupBox .modal .tableScrollBlock tbody {
    text-align: center;
}

.tabContents .zoomtableWrap tbody td:first-of-type,
.select + .popupBox .modal .tableScrollBlock tbody td:first-of-type {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.tabContents .zoomtableWrap tbody td:not(:first-of-type),
.select + .popupBox .modal .tableScrollBlock tbody td:not(:first-of-type) {
    font-size: 2rem;
}

.tabContents .zoomtableWrap tbody tr.bg_even td,
.select + .popupBox .modal .tableScrollBlock tbody tr.bg_even td {
    background: #FFF4D3;
}

div.section .bookBlock.example {
    margin-top: 150px;
}

@media screen and (max-width: 1099px) {
    div.section .bookBlock.example {
        margin-top: 70px;
    }    
}

.example .exampleInner {
    display: flex;
    justify-content: space-between;
    /* margin-top: -70px; */
}

@media screen and (max-width: 1099px) {
    .example .exampleInner {
        display: block;
        /* margin-top: -50px; */
    }    
}

.example .exampleInner > div {
    width: 30%;
    /* margin-top: -20px; */
}

@media screen and (max-width: 1099px) {
    .example .exampleInner > div {
        width: 100%;
        margin-top: 30px;
    }    
}

.example .imgWrap {
    position: relative;
    text-align: center;
}

.example .imgWrap img {
    width: 90%;
    border-radius: 14px;
    margin-bottom: 5%;
}

.example .imgWrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 95%;
    left: 0;
    bottom: -30px;
    border-radius: 14px 14px 0 0;
    /* background-color: #f070a5; */
    background-image: repeating-linear-gradient(-45deg,rgba(237,112,162,.3), rgba(237,112,162,.3) 5px,transparent 0, transparent 13px);
    z-index: -1;
}


.example .example02 .imgWrap::before {
    background-image: repeating-linear-gradient(-45deg,rgba(116,182,81,.3), rgba(116,182,81,.3) 5px,transparent 0, transparent 13px);
}


.example .example03 .imgWrap::before {
    background-image: repeating-linear-gradient(-45deg,rgba(241,158,41,.3), rgba(241,158,41,.3) 5px,transparent 0, transparent 13px);
}


.example .textBox01 {
    border: 2px solid #f070a5;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-sizing: border-box;
    color: #f070a5;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    /* margin-top: -50px; */
    margin-bottom: 70px;
    background-color: #fff;
    min-height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-feature-settings: "palt";
}

@media screen and (max-width: 1099px) {
    .example .textBox01 {
        /* margin-top: -100px; */
        min-height: auto;
    }    
}

.example .textBox01::after {
    content: '';
    position: absolute;
    background: url(../img/merit/icon_arrow01.png) no-repeat;
    background-size: 68px;
    background-position: center;
    width: 68px;
    height: 75px;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}


.example .example02 .textBox01 {
    border: 2px solid #74B651;
    color: #74B651;
}


.example .example02 .textBox01::after {
    background: url(../img/merit/icon_arrow02.png) no-repeat;
    background-size: 68px;
    background-position: center;
}


.example .example03 .textBox01 {
    border: 2px solid #F19E29;
    color: #F19E29;
}


.example .example03 .textBox01::after {
    background: url(../img/merit/icon_arrow03.png) no-repeat;
    background-size: 68px;
    background-position: center;
}


.example .textBox02 {
    background: #E9709E;
    border-radius: 12px;
    padding: 30px 40px 25px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    min-height: 384px;
}

@media screen and (max-width: 1099px) {
    .example .textBox02 {
        padding: 30px 20px 20px;
        min-height: 200px;
    }    
}

.example .textBox02::before {
    content: '';
    position: absolute;
    background: url(../img/merit/text_select01.png) no-repeat;
    background-size: 82px;
    background-position: center;
    width: 82px;
    height: 40px;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
}


.example .example02 .textBox02 {
    background: #74B651;
}


.example .example02 .textBox02::before {
    background: url(../img/merit/text_select02.png) no-repeat;
    background-size: 82px;
    background-position: center;
}


.example .example03 .textBox02 {
    background: #F19E29;
}


.example .example03 .textBox02::before {
    background: url(../img/merit/text_select03.png) no-repeat;
    background-size: 82px;
    background-position: center;
}


.example .textBox02 .underLine01 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
    background-size: 10px 2px;
    background-position: right bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    background-image: linear-gradient(to right, rgba(255,255,255,.5), rgba(255,255,255,.5) 6px, transparent 7px, transparent 2px);
    font-feature-settings: "palt";
}


/* .example .example01 .textBox02 ul,
.example .example03 .textBox02 ul {
    display: flex;
    flex-wrap: wrap;
} */


.example .textBox02 li {
    margin-bottom: 5px;
}


.example .textBox02 .listCircle::after {
    color: #fff;
}


.alignment h3 {
    margin-bottom: 10px;
}

@media screen and (max-width: 1099px) {
    div.section .bookBlock + .bookBlock.alignment {
        margin-top: 150px;
    }
}

.alignment .photoBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

@media screen and (max-width: 1099px) {
    .alignment .photoBlock {
        display: block;
        margin-top: 20px;
    }    
}

.alignment .photoBlock img {
    width: 48%;
}

@media screen and (max-width: 1099px) {
    .alignment .photoBlock img {
        width: 100%;
        margin-bottom: 20px;
    }    
}

.alignment p.commonLink {
    overflow: visible;
    margin-top: 50px;
}

@media screen and (max-width: 1099px) {
    .alignment p.commonLink {
        margin-top: 10px;
    }    
}

.alignment p.commonLink a {
    color: #f070a5;
    border: 2px solid #f070a5;
    background: #fff;
    width: 383px;
}

@media screen and (max-width: 1099px) {
    .alignment p.commonLink a {
        width: 100%;
        border-radius: 15px;
        line-height: 1.7;
    }    
}

.alignment p.commonLink a::before {
    left: auto;
    right: 20px;
    background: url(../img/common/vector_arrow_pink.png) no-repeat 50% 50%;
    background-size: cover;
}


.alignment .characterBlcok {
    width: 250px;
    background: url(../img/merit/pic_soushoku04.png) no-repeat 0% 0%;
    background-size: 41px;
    position: absolute;
    right: 50px;
    top: -140px;
}

@media screen and (max-width: 1099px) {
    .alignment .characterBlcok {
       width: 160px;
       background-size: 22px;
       background-position: 0% 0%;
       right: 0;
       left: 0;
       top: -100px;   
       margin: auto;
    }
}

.alignment .characterBlcok .characterAnimation {
    /* width: 230px; */
    height: auto;
    margin-left: 10px;
    margin-top: 30px;
    margin-right: auto;
}

@media screen and (max-width: 1099px) {
    .alignment .characterBlcok .characterAnimation {
        /* width: 130px; */
        margin-top: 30px;
        margin-left: auto;
    }
}

.alignment .characterBlcok .icon_title01 {
    position: absolute;
    right: 35px;
    top: -25px;
}

@media screen and (max-width: 1099px) {
    .alignment .characterBlcok .icon_title01 {
        right: 0;
        top: -10px;
    }    
    .alignment .characterBlcok .icon_title01 img {
        width: 105px;
        height: auto;
    }
}

.select + .popupBox #modal_movie .modal-content {
    height: auto;
}

/* .select + .popupBox #modal06 .modal-content img {
    border-radius: 5%;
} */

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .popupBox #modal_movie .modal-content {
    height: auto;
}


/* ::::::::::::::::::::::::::::::::: link ::::::::::::::::::::::::::::::::: */


.link h2.subject {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 60px;
}

@media screen and (max-width: 1099px) {
    .link h2.subject {
        font-size: 2.8rem;
        margin-top: 30px;
    }    
}

.link .text02 {
    text-align: center;
    padding-bottom: 50px;
}

@media screen and (max-width: 1099px) {
    .link .text02 {
        padding-bottom: 30px;
    }    
}

.university .universityInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.university .universityInner img, .vocational .photoBlock img {
	border-radius: 1.7rem;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1099px) {
    .university .universityInner {
        display: block;
    }    
}

.university .universityInner .left {
    width: 61%;
}

@media screen and (max-width: 1099px) {
    .university .universityInner .left {
        width: 100%;
    }    
}

.university .universityInner .flexBox {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {
    .university .universityInner .flexBox {
        display: block;
    }    
}

.university .universityInner .universityItem {
    width: 48%;
}

@media screen and (max-width: 1099px) {
    .university .universityInner .universityItem {
        width: 100%;
        margin-bottom: 20px;
    }    
}

.university .universityInner .universityItem .title {
    text-align: center;
    background: #74B651;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 45px;
    border-radius: 28px;
}

@media screen and (max-width: 1099px) {
    .university .universityInner .universityItem .title {
        margin-bottom: 15px;
    }    
}

.university .universityInner .universityItem:last-child .title {
    background: #F19E29;
}

.university .universityInner .universityItem ul {
    display: flex;
    flex-wrap: wrap;
    height: 57px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1099px) {
    .university .universityInner .universityItem ul {
        height: auto;
        margin-bottom: 15px;
    }    
}

.university .universityInner .right {
    width: 36%;
}

@media screen and (max-width: 1099px) {
    .university .universityInner .right {
        width: 100%;
    }
}

.university .universityInner .caption {
    margin-top: 10px;
}

.vocational h3.line.pink {
	color: #f070a5;
	position: relative;
}

.vocational h3.line.pink::before,
.vocational h3.line.pink::after {
    background-image: linear-gradient(to right, #f070a5, #f070a5 6px, transparent 7px, transparent 2px);
}

.vocational h3.line.pink img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 87px;
    height: 97px;
}

@media screen and (max-width: 1099px) {
    .vocational h3.line.pink img {
        width: 44px;
        height: 48px;
        top: 20px;
    }    
}

.vocational h3.line.pink::after {
    right: 50px;
}

@media screen and (max-width: 1099px) {
    .vocational h3.line.pink::after {
        right: 30px;
    }     
}

.vocational h3.line.blue {
    color: #1DC5D1;
}

.vocational h3.line.blue::before,
.vocational h3.line.blue::after {
    background-image: linear-gradient(to right, #1DC5D1, #1DC5D1 6px, transparent 7px, transparent 2px);
}

.vocational h3.line.blue img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20px;
    margin: auto;
    width: 40px;
    height: 52px;
}

@media screen and (max-width: 1099px) {
    .vocational h3.line.blue img {
        bottom: 0;
        width: 20px;
        height: 26px;
    }    
}

.vocational h3.line.blue::before {
    left: 50px;
}

@media screen and (max-width: 1099px) {
    .vocational h3.line.blue::before {
        left: 30px;
    }    
}

.vocational h3.line.green {
    color: #74B651;
}

.vocational h3.line.green::before,
.vocational h3.line.green::after {
    background-image: linear-gradient(to right, #74B651, #74B651 6px, transparent 7px, transparent 2px);
}

.vocational h3.line.green img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 10px;
    margin: auto;
    width: 94px;
    height: 66px;
}

@media screen and (max-width: 1099px) {
    .vocational h3.line.green img {
        width: 47px;
        height: 33px;
    }    
}

.vocational h3.line.green::after {
    right: 110px;
}

@media screen and (max-width: 1099px) {
    .vocational h3.line.green::after {
        right: 60px;
    }    
}

.vocational .photoBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width: 1099px) {
    .vocational .photoBlock {
        display: block;
    }    
}

.vocational .photoBlock:last-of-type {
    margin-bottom: 0;
}

.vocational .photoBlock li {
    width: 31%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1099px) {
    .vocational .photoBlock li {
        width: 100%;
        margin-bottom: 20px;
    }    
}

.vocational .photoBlock li img {
    margin-bottom: 10px;
}

@media screen and (max-width: 1099px) {
    .vocational .photoBlock li img {
        margin-bottom: 15px;
    }    
}

.vocational .note {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

@media screen and (max-width: 1099px) {
    div.section.link .bookBlock + .bookBlock {
        padding-top: 90px;
    }
}

.vocational .characterBlcok {
    width: 285px;
    background: url(../img/merit/pic_soushoku02.png) no-repeat 20% 0%;
    background-size: 41px;
    position: absolute;
    right: 100px;
    bottom: 450px;
}

@media screen and (max-width: 1099px) {
    .vocational .characterBlcok {
       width: 200px;
       background-size: 23px;
       background-position: 0% 0%;
       right: 0;
       left: 60px;
       margin: auto;
       top: -45px;
    }
}

.vocational .characterBlcok .characterAnimation {
    /* width: 230px; */
    height: auto;
    margin-top: 40px;
}

@media screen and (max-width: 1099px) {
    .vocational .characterBlcok .characterAnimation {
        /* width: 130px; */
        margin-top: 20px;
        margin-left: auto;
    }
}

.vocational .characterBlcok .icon_title01 {
    position: absolute;
    right: -10px;
    top: -30px;
}

@media screen and (max-width: 1099px) {
    .vocational .characterBlcok .icon_title01 {
        right: 0;
        top: -30px;
    }    
    .vocational .characterBlcok .icon_title01 img {
        width: 140px;
        height: auto;
    }
}


/* ::::::::::::::::::::::::::::::::: curriculum ::::::::::::::::::::::::::::::::: */


.subject .subjectList {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {
    .subject .subjectList {
        margin-bottom: 40px;
        display: block;
    }    
}

.subject .subjectList li {
    width: 30%;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.subject .subjectList li.noContent {
    width: 60%;
    position: relative;
    background-image: url(../img/merit/bg_curriculum.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subject .subjectList li img {
	border-radius: 1.6rem;
}
.test .imgBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

@media screen and (max-width: 1099px) {
    .test .imgBlock {
        display: block;
        margin-top: 10px;
    }
    .test .imgBlock img {
        width: 100%;
        margin-top: 10px;
    }
}

.subject .subjectList li.noContent .animationBlcok01 {
  position: absolute;
  right: 200px;
  bottom: 0;

  display: inline-block;
  margin: auto 0 0 0;
}
@media screen and (max-width: 1099px) {
  .subject .subjectList li.noContent .animationBlcok01 {
    right: 40%;
    top: auto;
    z-index: 1;
    bottom: -70px;
  }
  .subject .subjectList li.noContent .animationBlcok01 img {
    width: 80px;
    height: auto;
  }
}


.animationStyle01 {
  opacity: 0;
}

.is_animated .animationStyle01 {
  animation-direction: normal;
  /* animation: tokotoko 6s 1; */
  animation: tokotoko 6s 1,kakukaku 1s 6s infinite;
  width: 160px;
  height: auto;
  opacity: 1;
}

@keyframes tokotoko{
  0%   { transform:rotate(-10deg) translate(450px,15px); }
  10%   { transform:rotate(1deg) translate(400px,0px);}
  20%   { transform:rotate(-10deg) translate(360px,15px);}
  30%   { transform:rotate(1deg) translate(320px,0px);}
  40%   { transform:rotate(-10deg) translate(270px,15px);}
  50%   { transform:rotate(1deg) translate(220px,0px);}
  60%   { transform:rotate(-10deg) translate(170px,15px);}
  70%   { transform:rotate(1deg) translate(130px,0px);}
  80%   { transform:rotate(-10deg) translate(90px,15px);}
  90%   { transform:rotate(1deg) translate(40px,0px);}
  100%   { transform:rotate(-10deg) translate(0px,15px);}
}

@media screen and (max-width: 1099px) {
    .subject .subjectList li {
        width: 100%;
        margin-bottom: 30px;
    }
    .subject .subjectList li.noContent {
    display: none;
  }
}

.subject .subjectList li p {
    margin-bottom: 20px;
}

@media screen and (max-width: 1099px) {
    .subject .subjectList li p {
        margin-bottom: 15px;
    }    
}

.subject .photoBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {
    .subject .photoBlock {
        display: block;
    }    
}

.subject .photoBlock img {
    margin-bottom: 50px;
    width: 48%;
}

@media screen and (max-width: 1099px) {
    .subject .photoBlock img {
        margin-bottom: 25px;
        width: 100%;
    }    
    .subject .photoBlock img:last-child {
        margin-bottom: 0;
    }    
}

.test p.kasou_midashi {
    margin-top: 15px;
}


/* ::::::::::::::::::::::::::::::::: ict ::::::::::::::::::::::::::::::::: */

.ict h3 {
    font-size: 2.4rem;
    color: #f070a5;
    margin-bottom: 10px;
}

.ict .flexBox {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {
    .ict .flexBox {
        display: block;
    }    
}

.ict .textBlock {
    width: 70%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1099px) {
    .ict .textBlock {
        width: 100%;
        margin-bottom: 10px;
    }    
}

.ict .characterBlcok {
    width: 285px;
    background: url(../img/merit/pic_soushoku01.png) no-repeat 35% 100%;
    background-size: 67px;
    position: absolute;
    right: 80px;
    top: 0;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1099px) {
    .ict .characterBlcok {
       width: 200px;
       background-size: 40px;
       position: relative;
       margin-left: auto;
       left: 0;
       background-position: 100% 0%;
    }
}

/* .ict .characterBlcok .characterAnimation {
    width: 230px;
} */

@media screen and (max-width: 1099px) {
    .ict .characterBlcok .characterAnimation {
        /* width: 150px; */
        margin-top: 20px;
    }
}

.ict .characterBlcok .icon_title01 {
    position: absolute;
    left: 20px;
    top: 10px;
}

@media screen and (max-width: 1099px) {
    .ict .characterBlcok .icon_title01 {
        left: 0;
        top: 20px;
    }    
    .ict .characterBlcok .icon_title01 img {
        width: 107px;
        height: auto;
    }
}

.ict .photoBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {
    .ict .photoBlock {
        margin-top: 10px;
        display: block;
    }
}

.ict .photoBlock img {
    margin-bottom: 50px;
    width: 48%;
}

@media screen and (max-width: 1099px) {
    .ict .photoBlock img {
        margin-bottom: 25px;
        width: 100%;
        border-radius: 14px;
    }    
    .ict .ictDesc01 {
        margin-bottom: 10px;
    }    
}


.ict .ictDesc02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media screen and (max-width: 1099px) {
    .ict .ictDesc02 {
        display: block;
        margin-bottom: 30px;
    }
}

.ict .ictDesc02 > div {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (max-width: 1099px) {
    .ict .ictDesc02 > div {
        width: 100%;
        display: block;
    }
    .ict .ictDesc02_1 {
        margin-bottom: 30px;
    }
}

.ict .ictDesc02 .text {
    margin-bottom: 30px;
}

@media screen and (max-width: 1099px) {
    .ict .ictDesc02 .text {
        margin-bottom: 20px;
    }
}

.ict p.commonLink.center {
    overflow: visible;
    margin-top: 10px;
}

@media screen and (max-width: 1099px) {
    .ict p.commonLink.center {
        overflow: visible;
        margin-top: 30px;
    }    
}

.ict p.commonLink.guide a {
    padding: 14px;
    background: #fff;
    color: #f070a5;
    border: 2px solid #f070a5;
    width: 380px;
  }
  
.ict p.commonLink.guide a::before {
    right: 20px;
    left: auto;
    background: url(../img/common/icon_pdf.png) no-repeat 50% 50%;
    background-size: cover;
    width: 17px;
    height: 19px;
 }
  
  
  @media (max-width: 1099px) {
    .ict p.commonLink.guide a {
        width: 100%;
        border-radius: 15px;
        line-height: 1.7;
    }
}

/* ::::::::::::::::::::::::::::::::: abroad ::::::::::::::::::::::::::::::::: */

.abroad .textBlock {
    margin-bottom: 40px;
}

@media screen and (max-width: 1099px) {
    .abroad .textBlock {
        margin-bottom: 20px;
    }
}


/* selectTab PC link */
@media screen and (min-width: 1100px) {
	.swiper-slide {
		padding-top: 150px;
		margin-top: -150px;
	}
}
@media screen and (max-width: 768px) {
	div.pclink {
		display: none !important;
	}
	.tab-swiper .swiper-wrapper .swiper-slide {
		margin-top: -80px;
		padding-top: 80px;
	}
}
div.pclink {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.pclink a {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	top: -530px;
	width: 215px;
	height: 240px;
	padding-top: 60px;
	text-align: center;
	position: absolute;
}
.tabContents.purple .pclink a {
  left: 247px;
}
.tabContents.green .pclink a {
  left: 492px;
}
.tabContents.blue .pclink a {
  left: 738px;
}
.tabContents.brown .pclink a {
  left: 985px;
}
.onMouse.on {
	margin-top: 3rem;
}


/*追加*/
.vocational h3.line.pink, .vocational h3.line.blue {
	padding-bottom: 13rem;
}
.vocational h3.line:before {
	width: 50%;
}
/*追加 2024.07.24*/
.select .description .movieWrap {
	line-height: 1.5;
	padding-bottom:20px;
}
.select .description .movieWrap  span {
	font-size: 1.3rem;
	color: #ae221f;
}
.balloon02 {
	margin-top: 1.5rem;
}