a:hover, a:active {
  text-decoration: none;
}
a {
  color: #333;
}
@media screen and (min-width: 769px), print {
  .mv {
    position: relative;
/*    margin-top: -46px;	*/
  }
  .mv > picture img {
    width: 100%;
    display: block;
    height: auto;
  }
  .mv_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
  .mv_txt h2 {
    line-height: 0;
    margin-bottom: 58px;
  }
  .mv_txt h2 img {
    max-width: 813px;
    width: auto;
    height: auto;
  }
  .amazing {
    background-color: #00A8A0;
    color: #fff;
    height: 113px;
    margin-bottom: 100px;
  }
  .amazing_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .amazing_inner > p {
    width: 167px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .amazing_list {
    width: -webkit-calc(100% - 167px);
    width: -moz-calc(100% - 167px);
    width: calc(100% - 167px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .amazing_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .amazing_list_item:nth-of-type(1) {
    width: 280px;
  }
  .amazing_list_item:nth-of-type(2) {
    width: 270px;
  }
  .amazing_list_item:nth-of-type(3) {
    width: -webkit-calc(100% - 280px - 270px);
    width: -moz-calc(100% - 280px - 270px);
    width: calc(100% - 280px - 270px);
  }
  .amazing_list_item i {
    height: 62px;
    width: 62px;
    display: block;
  }
  .amazing_list_item i img {
    width: 100%;
    height: auto;
  }
  .amazing_list_item p {
    width: -webkit-calc(100% - 62px);
    width: -moz-calc(100% - 62px);
    width: calc(100% - 62px);
    font-size: 1.4rem;
    line-height: 25px;
    padding-left: 12px;
    letter-spacing: -1px;
  }
  .about {
    margin-bottom: 130px;
  }
  .about_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 77px;
  }
  .about_item.even .about_item_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about_item.even .about_item_txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 40px;
  }
  .about_item_img {
    width: 496px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about_item_img figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about_item_img ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .about_item_img ul li:nth-of-type(1) {
    width: 248px;
  }
  .about_item_img ul li:nth-of-type(2) {
    width: 237px;
  }
  .about_item_img ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about_item_txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: -webkit-calc(100% - 496px);
    width: -moz-calc(100% - 496px);
    width: calc(100% - 496px);
    color: #333;
    padding-right: 40px;
  }
  .about_item_txt h2 {
    font-size: 2.8rem;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 29px;
    letter-spacing: -2px;
  }
  .about_item_txt p {
    font-size: 1.4rem;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .mediapub {
    margin-bottom: 75px;
  }
  .mediapub h2 {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    padding-bottom: 18px;
    color: #333;
    padding-left: 45px;
    position: relative;
    margin-bottom: 27px;
  }
  .mediapub h2::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 31px;
    height: 21px;
    background: url(../images/media.svg) center/contain no-repeat;
    display: block;
  }
  .mediapub_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mediapub_tvapp {
    width: 720px;
    background-color: #F6F6F6;
    padding: 23px 25px 17px 24px;
  }
  .mediapub_tvapp_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mediapub_tvapp_list .item {
    width: 326px;
    padding: 10px 10px 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background: #fff;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
  }
  .mediapub_tvapp_list .item::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #ccc;
    border-left: 8px solid transparent;
  }
  .mediapub_tvapp_list .item figure {
    width: 140px;
    height: 93px;
  }
  .mediapub_tvapp_list .item figure img {
    width: 100%;
    height: 100%;
  }
  .mediapub_tvapp_list .item h5 {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    font-size: 1.4rem;
    line-height: 21px;
    color: #666;
    padding-left: 16px;
    font-weight: 500;
  }
  .mediapub_tvapp_list .item:hover {
    border: 1px solid #00A8A0;
  }
  .mediapub_tvapp_list .item:hover::after {
    border-bottom: 8px solid #00A8A0;
  }
  .mediapub_latestbook {
    width: 240px;
    background-color: #F6F6F6;
    text-align: center;
    padding-top: 23px;
  }
  .mediapub_latestbook .tit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mediapub_latestbook a {
    margin-top: 19px;
    display: block;
  }
  .mediapub_latestbook a img {
    width: 157px;
    height: auto;
    display: inline-block;
  }
  .mediapub .tit {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mediapub .tit h3 {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    width: 70%;
  }
  .mediapub .tit a {
    font-weight: 500;
    color: #00A8A0;
    position: relative;
    padding-right: 25px;
    font-size: 1.2rem;
    width: 30%;
    text-align: right;
  }
  .mediapub .tit a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../images/arrow02.svg) center/contain no-repeat;
    display: block;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .mediapub .tit a:hover {
    position: relative;
  }
  .mediapub .tit a:hover::after {
    right: 0;
  }
  .btn_top {
    width: 295px;
    height: 48px;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .btn_top.type01 {
    width: 270px;
  }
  .btn_top.type01::after {
    display: none;
  }
  .btn_top.type01 span {
    background-color: #00A8A0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .btn_top.type01:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .btn_top.type01:hover span {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .btn_top.type01:hover span::after {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .btn_top span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background: #fd6378;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .btn_top span::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 18px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .btn_top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #d3546a;
    -moz-border-radius: 2px;
         border-radius: 2px;
    bottom: -2px;
    left: 0;
    z-index: -1;
  }
  .btn_top:hover {
    opacity: 1;
  }
  .btn_top:hover span {
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }

	
  .btn_top2 {
    width: 295px;
    height: 48px;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .btn_top2.type01 {
    width: 270px;
  }
  .btn_top2.type01::after {
    display: none;
  }
  .btn_top2.type01 span {
    background-color: #00A8A0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .btn_top2.type01:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .btn_top2.type01:hover span {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .btn_top2.type01:hover span::after {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .btn_top2 span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background: #fff;
    color: #fd6378;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .btn_top2 span::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/arrow4btn2.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 18px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .btn_top2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
    bottom: -2px;
    left: 0;
    z-index: -1;
  }
  .btn_top2:hover {
    opacity: 1;
  }
  .btn_top2:hover span {
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
	
	
  .sec_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 20px;
  }
  .sec_ttl h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_ttl h3:before {
    content: '';
    display: block;
    margin-right: 9px;
  }
  .sec_ttl a {
    font-size: 1.2rem;
    line-height: 1;
    color: #00A8A0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_ttl a:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../images/ic_arrow.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-left: 8px;
  }
  .info {
    background: #F6F7F7;
    padding: 50px 0 35px;
  }
  .info .sec_ttl h3:before {
    width: 24px;
    height: 26px;
    background: url("../images/ic_house.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .info_des {
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #333333;
    margin-bottom: 25px;
  }
  .info_list_slide {
    padding: 0 20px;
    padding-bottom: 60px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .info_list_slide a {
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .info_list_slide a:hover {
    opacity: 1;
  }
  .info_list_slide a:hover figure img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .info_list_slide a figure {
    line-height: 0;
    width: 100%;
    overflow: hidden;
  }
  .info_list_slide a figure img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .info_list_slide a dl {
    background: #fff;
    padding: 26px;
    height: 137px;
  }
  .info_list_slide a dl dt {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .info_list_slide a dl dd {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .lesson {
    padding: 50px 0;
    background: #fff;
  }
  .lesson .sec_ttl h3:before {
    width: 23px;
    height: 18px;
    background: url("../images/ic_book.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .lesson_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lesson_list ul li {
    width: 475px;
    margin-bottom: 27px;
  }
  .lesson_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lesson_list ul li a:hover {
    opacity: 1;
  }
  .lesson_list ul li a:hover figure img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .lesson_list ul li a figure {
    line-height: 0;
    width: 50%;
    overflow: hidden;
  }
  .lesson_list ul li a figure img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .lesson_list ul li a dl {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lesson_list ul li a dl dt {
    font-size: 1.8rem;
    line-height: 1;
    width: 130px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
  }
  .lesson_list ul li a dl dd {
    color: #fff;
  }
  .lesson_list ul li a dl dd h4 {
    font-size: 2.8rem;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 6px;
    text-align: center;
  }
  .lesson_list ul li a dl dd p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .lesson_list ul li:first-child {
    background: #FF8FAC;
  }
  .lesson_list ul li:first-child dl dt {
    background: #FF719A;
  }
  .lesson_list ul li:nth-child(2) {
    background: #A6C914;
  }
  .lesson_list ul li:nth-child(2) dl dt {
    background: #C2DB31;
  }
  .lesson_list ul li:nth-child(3) {
    background: #5AC8E2;
  }
  .lesson_list ul li:nth-child(3) dl dt {
    background: #12BFDB;
  }
  .lesson_list ul li:nth-child(4) {
    background: #FF8710;
  }
  .lesson_list ul li:nth-child(4) dl dt {
    background: #F97600;
  }
  .slide {
    background: #F6F7F7;
    padding: 25px 0;
  }
  .slide_list_slide {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .slide_list_slide .swiper-button-prev, .slide_list_slide .swiper-button-next {
    top: 60%;
  }
  .slide_list_slide figure {
    line-height: 0;
  }
  .slide_list_slide figure img {
    width: 100%;
  }
  .news {
    background: #fff;
    padding: 70px 0;
  }
  .news .sec_ttl {
    margin-bottom: 0;
  }
  .news .sec_ttl h3:before {
    width: 22px;
    height: 20px;
    background: url("../images/ic_mess.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .news_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
    border-bottom: 1px dashed #ccc;
  }
  .news_list ul li a time {
    margin-right: 50px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: "Avenir Heavy";
  }
  .news_list ul li a .news_tag {
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    -moz-border-radius: 3px;
         border-radius: 3px;
    width: 105px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 44px;
  }
  .news_list ul li a .news_tag.blue {
    background: #00A8A0;
  }
  .news_list ul li a .news_tag.red {
    background: #FD6378;
  }
  .news_list ul li a p {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .news_list ul li a:hover time, .news_list ul li a:hover p {
    color: #00A8A0;
  }
  .two_col {
    padding-bottom: 60px;
  }
  .two_col_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .two_col_inner .pass {
    width: 475px;
  }
  .two_col_inner .pass .sec_ttl h3:before {
    width: 25px;
    height: 24px;
    background: url("../images/ic_flower.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .two_col_inner .pass_list ul li a {
    display: block;
    padding: 10px;
    border: 1px solid #d7d7d7;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
  }
  .two_col_inner .pass_list ul li a figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .two_col_inner .pass_list ul li a figure::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
  }
  .two_col_inner .pass_list ul li a figure img {
    width: 156px;
    height: 104px;
    object-fit: cover;
  }
  .two_col_inner .pass_list ul li a figure figcaption {
    width: -webkit-calc(100% - 156px);
    width: -moz-calc(100% - 156px);
    width: calc(100% - 156px);
    font-size: 1.7rem;
    line-height: 2.2rem;
    padding: 0 18px;
    font-weight: bold;
  }
  .two_col_inner .pass_list ul li a:hover {
    border-color: #00A8A0;
  }
  .two_col_inner .pass_list ul li a:hover figure::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #00A8A0;
    border-left: 7px solid transparent;
    bottom: 0;
    right: 0;
  }
  .two_col_inner .pass_list ul li:not(:first-child) {
    margin-top: 12px;
  }
  .two_col_inner .trial {
    width: 475px;
  }
  .two_col_inner .trial .sec_ttl h3:before {
    width: 24px;
    height: 32px;
    background: url("../images/ic_ribbon.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .two_col_inner .trial_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .two_col_inner .trial_list ul li a figure {
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  .two_col_inner .trial_list ul li a figure img {
    width: 156px;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .two_col_inner .trial_list ul li a figure figcaption {
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    width: 90px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .two_col_inner .trial_list ul li a figure figcaption.green {
    background: #BADD5B;
  }
  .two_col_inner .trial_list ul li a figure figcaption.blue {
    background: #73D4EA;
  }
  .two_col_inner .trial_list ul li a .trial_ct {
    width: -webkit-calc(100% - 156px);
    width: -moz-calc(100% - 156px);
    width: calc(100% - 156px);
    padding-left: 20px;
  }
  .two_col_inner .trial_list ul li a .trial_ct span {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #FD6378;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
  }
  .two_col_inner .trial_list ul li a .trial_ct span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    background: url("../images/icon_red_flower.svg") 0 0 no-repeat;
    left: 0;
    top: 0;
  }
  .two_col_inner .trial_list ul li a .trial_ct h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #333333;
    margin-bottom: 10px;
  }
  .two_col_inner .trial_list ul li a .trial_ct p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #666666;
  }
  .two_col_inner .trial_list ul li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .two_col_inner .trial_list ul li a:hover .trial_ct p {
    text-decoration: underline;
  }
  .two_col_inner .trial_list ul li:not(:first-child) {
    margin-top: 12px;
  }
  .two_col_inner .trial_list ul li:not(:last-child) a {
    border-bottom: 1px dotted #d7d7d7;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00A8A0;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 11px;
    height: 17px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/ic_contril_left.svg");
    -moz-background-size: contain;
         background-size: contain;
    left: 0px;
    right: auto;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/ic_contril_left.svg");
    -moz-background-size: contain;
         background-size: contain;
    right: 0px;
    left: auto;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    position: relative;
  }
  .mv picture img {
    width: 100%;
    display: block;
    height: auto;
  }
  .mv_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv_txt h2 {
    font-weight: 500;
    font-size: 7.73333vw;
    line-height: 12.26667vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }
  .mv_txt h2 span {
    display: inline-block;
    background: #fff;
    padding: 1.6vw 4vw;
    line-height: 1;
    text-align: center;
  }
  .mv_txt h2 span:nth-of-type(1) {
    margin-bottom: 0.66667vw;
  }
  .amazing {
    background-color: #00A8A0;
    color: #fff;
    margin-bottom: 13.33333vw;
    padding-top: 6.66667vw;
/*    padding-bottom: 6.66667vw;*/
  }
  .amazing .row {
    padding-left: 0;
    padding-right: 0;
  }
  .amazing_inner {
    height: 100%;
  }
  .amazing_inner > p {
    font-size: 4.66667vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4vw;
  }
  .amazing_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .amazing_list_item {
    width: 33.33%;
    padding-left: 1.33333vw;
    padding-right: 1.33333vw;
  }
  .amazing_list_item:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .amazing_list_item i {
    height: 14.66667vw;
    width: 14.66667vw;
    display: block;
    margin: 0 auto 4vw;
  }
  .amazing_list_item i img {
    width: 100%;
    height: auto;
  }
  .amazing_list_item p {
    font-size: 3.06667vw;
    line-height: 5.86667vw;
    font-weight: bold;
  }
  .about {
    margin-bottom: 17.33333vw;
  }
  .about h2 {
    font-size: 5.4vw;
    line-height: 9.6vw;
    font-weight: bold;
    margin-bottom: 3.86667vw;
    margin-top: 2.66667vw;
    text-align: center;
  }
  .about_item {
    margin-bottom: 10.26667vw;
  }
  .about_item_img figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .about_item_img ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4vw;
  }
  .about_item_img ul li {
    width: 48%;
    height: 25.33333vw;
  }
  .about_item_img ul li img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .about_item_txt {
    color: #333;
  }
  .about_item_txt p {
    font-size: 3.73333vw;
    line-height: 6.8vw;
    margin-bottom: 6.66667vw;
    margin-top: 4vw;
  }
  .mediapub {
    margin-bottom: 10vw;
  }
  .mediapub h2 {
    font-size: 5.4vw;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 2.4vw;
    color: #333;
    padding-left: 10.66667vw;
    position: relative;
    margin-bottom: 3.6vw;
    letter-spacing: -0.26667vw;
  }
  .mediapub h2::before {
    content: "";
    position: absolute;
    top: 1.86667vw;
    left: 0;
    width: 8.26667vw;
    height: 5.6vw;
    background: url(../images/media.svg) center/contain no-repeat;
    display: block;
  }
  .mediapub_tvapp {
    background-color: #F6F6F6;
    padding: 6.66667vw 1.33333vw;
  }
  .mediapub_tvapp_list .item {
    padding: 4vw 2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px dotted #ccc;
  }
  .mediapub_tvapp_list .item figure {
    width: 30.13333vw;
    height: 20vw;
  }
  .mediapub_tvapp_list .item figure img {
    width: 100%;
    height: 100%;
  }
  .mediapub_tvapp_list .item h5 {
    width: -webkit-calc(100% - 30.13333vw);
    width: -moz-calc(100% - 30.13333vw);
    width: calc(100% - 30.13333vw);
    font-size: 3.73333vw;
    line-height: 6.8vw;
    color: #666;
    padding-left: 2.66667vw;
    font-weight: 500;
  }
  .mediapub_latestbook {
    margin-top: 4vw;
    background-color: #F6F6F6;
    text-align: center;
    padding: 4vw;
  }
  .mediapub_latestbook > a {
    display: block;
  }
  .mediapub_latestbook > figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mediapub_latestbook > figure a {
    display: block;
  }
  .mediapub_latestbook > figure a:not(:last-child) {
    margin-right: 6.66667vw;
  }
  .mediapub_latestbook > figure a img {
    width: 34.13333vw;
    height: auto;
  }
  .mediapub .tit {
    margin-bottom: 2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .mediapub .tit h3 {
    font-size: 4.66667vw;
    color: #333;
    font-weight: bold;
  }
  .mediapub .tit a {
    margin-left: auto;
    font-weight: 500;
    color: #00A8A0;
    position: relative;
    padding-right: 4vw;
    font-size: 3.46667vw;
  }
  .mediapub .tit a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.2vw;
    height: 3.2vw;
    background: url(../images/arrow02.svg) no-repeat;
    display: block;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .btn_top {
    width: 84vw;
    height: 13.73333vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 auto;
  }
  .btn_top.type01::after {
    display: none;
  }
  .btn_top.type01 span {
    background-color: #00A8A0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .btn_top span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.26667vw;
         border-radius: 0.26667vw;
    background: #fd6378;
    color: #fff;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .btn_top span::after {
    content: "";
    width: 4.26667vw;
    height: 4.26667vw;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 2.4vw;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .btn_top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #d3546a;
    -moz-border-radius: 2px;
         border-radius: 2px;
    bottom: -2px;
    left: 0;
    z-index: -1;
  }
	
  .btn_top2 {
    width: 84vw;
    height: 13.73333vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 auto;
  }
  .btn_top2.type01::after {
    display: none;
  }
  .btn_top2.type01 span {
    background-color: #00A8A0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .btn_top2 span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.26667vw;
         border-radius: 0.26667vw;
    background: #fff;
    color: #fd6378;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .btn_top2 span::after {
    content: "";
    width: 4.26667vw;
    height: 4.26667vw;
    background: url("../images/arrow4btn2.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 2.4vw;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .btn_top2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
    bottom: -2px;
    left: 0;
    z-index: -1;
  }
	
  .sec_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2vw;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 5.33333vw;
  }
  .sec_ttl h3 {
    font-size: 6vw;
    line-height: 7.2vw;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_ttl h3:before {
    content: '';
    display: block;
    margin-right: 2vw;
  }
  .sec_ttl a {
    font-size: 2.93333vw;
    line-height: 1;
    color: #00A8A0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_ttl a:after {
    content: '';
    width: 3.2vw;
    height: 3.2vw;
    background: url("../images/ic_arrow.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-left: 1.33333vw;
  }
  .btn_common {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn_common a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 84vw;
    height: 13.46667vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 4vw;
    line-height: 4.8vw;
    font-weight: bold;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #00a8a0;
  }
  .btn_common a::after {
    content: "";
    width: 4.66667vw;
    height: 4.66667vw;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6vw;
    position: absolute;
  }
  .info {
    background: #F6F7F7;
    padding: 6.66667vw 0 12.53333vw;
  }
  .info .sec_ttl h3:before {
    width: 4.95733vw;
    height: 4.70093vw;
    background: url("../images/ic_house.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .info_des {
    font-size: 3.2vw;
    line-height: 1.9;
    color: #333333;
    margin-bottom: 4vw;
  }
  .info_list_slide {
    padding-bottom: 10vw;
  }
  .info_list_slide a {
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .info_list_slide a figure {
    line-height: 0;
    width: 100%;
  }
  .info_list_slide a figure img {
    width: 100%;
    height: auto;
  }
  .info_list_slide a dl {
    background: #fff;
    padding: 3.46667vw;
    height: 29.33333vw;
  }
  .info_list_slide a dl dt {
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  .info_list_slide a dl dd {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .info .btn_common {
    margin-top: 10.66667vw;
  }
  .lesson {
    padding: 6.66667vw 0;
    background: #fff;
  }
  .lesson .sec_ttl h3:before {
    width: 4.53333vw;
    height: 3.73333vw;
    background: url("../images/ic_book.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .lesson_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lesson_list ul li {
    width: 44.4vw;
    margin-bottom: 3.6vw;
  }
  .lesson_list ul li a figure {
    line-height: 0;
    width: 100%;
  }
  .lesson_list ul li a figure img {
    width: 100%;
  }
  .lesson_list ul li a dl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.2vw 0 4.66667vw;
  }
  .lesson_list ul li a dl dt {
    font-size: 3.46667vw;
    line-height: 1;
    width: 24.53333vw;
    height: 6.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 1.33333vw;
  }
  .lesson_list ul li a dl dd {
    color: #fff;
    text-align: center;
  }
  .lesson_list ul li a dl dd h4 {
    font-size: 4.66667vw;
    line-height: 6.4vw;
    font-weight: bold;
    margin-bottom: 2vw;
    text-align: center;
    letter-spacing: 1.6vw;
  }
  .lesson_list ul li a dl dd p {
    font-size: 2.93333vw;
    line-height: 4.4vw;
  }
  .lesson_list ul li:first-child {
    background: #FF8FAC;
  }
  .lesson_list ul li:first-child dl dt {
    background: #FF719A;
  }
  .lesson_list ul li:nth-child(2) {
    background: #A6C914;
  }
  .lesson_list ul li:nth-child(2) dl dt {
    background: #C2DB31;
  }
  .lesson_list ul li:nth-child(3) {
    background: #5AC8E2;
  }
  .lesson_list ul li:nth-child(3) dl dt {
    background: #12BFDB;
  }
  .lesson_list ul li:nth-child(4) {
    background: #FF8710;
  }
  .lesson_list ul li:nth-child(4) dl dt {
    background: #F97600;
  }
  .slide {
    background: #F6F7F7;
    padding: 5.33333vw 0;
  }
  .slide_list_slide .swiper-button-prev, .slide_list_slide .swiper-button-next {
    top: 58%;
    display: none;
  }
  .slide_list_slide figure {
    line-height: 0;
  }
  .slide_list_slide figure img {
    width: 100%;
  }
  .news {
    background: #fff;
    padding: 9.33333vw 0;
  }
  .news .sec_ttl {
    margin-bottom: 0;
  }
  .news .sec_ttl h3:before {
    width: 4.8vw;
    height: 4.26667vw;
    background: url("../images/ic_mess.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .news_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 4vw 0;
    border-bottom: 1px dotted #000;
  }
  .news_list ul li a time {
    font-size: 3.2vw;
    line-height: 1.5;
    font-family: "Avenir Heavy";
  }
  .news_list ul li a .news_tag {
    font-size: 2.8vw;
    line-height: 1;
    color: #fff;
    -moz-border-radius: 3px;
         border-radius: 3px;
    width: 20vw;
    height: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_list ul li a .news_tag.blue {
    background: #00A8A0;
  }
  .news_list ul li a .news_tag.red {
    background: #FD6378;
  }
  .news_list ul li a p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 4vw;
  }
  .news .btn_common {
    margin-top: 8vw;
  }
  .two_col {
    padding-bottom: 8vw;
  }
  .two_col_inner .pass {
    margin-bottom: 8vw;
  }
  .two_col_inner .pass .sec_ttl h3:before {
    width: 4.8vw;
    height: 4.53333vw;
    background: url("../images/ic_flower.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .two_col_inner .pass_list ul li a {
    display: block;
    padding: 1.33333vw;
    border: 1px solid #d7d7d7;
  }
  .two_col_inner .pass_list ul li a figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .two_col_inner .pass_list ul li a figure::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 2.66667vw solid #ccc;
    border-left: 2.66667vw solid transparent;
    bottom: 0;
    right: 0;
  }
  .two_col_inner .pass_list ul li a figure img {
    width: 30.13333vw;
    height: auto;
  }
  .two_col_inner .pass_list ul li a figure figcaption {
    width: -webkit-calc(100% - 30.13333vw);
    width: -moz-calc(100% - 30.13333vw);
    width: calc(100% - 30.13333vw);
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 2.66667vw;
    white-space: nowrap;
    font-weight: bold;
  }
  .two_col_inner .pass_list ul li:not(:first-child) {
    margin-top: 4vw;
  }
  .two_col_inner .trial .sec_ttl h3:before {
    width: 4.53333vw;
    height: 6vw;
    background: url("../images/ic_ribbon.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .two_col_inner .trial_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .two_col_inner .trial_list ul li a figure {
    line-height: 0;
    position: relative;
  }
  .two_col_inner .trial_list ul li a figure img {
    width: 30vw;
    height: auto;
  }
  .two_col_inner .trial_list ul li a figure figcaption {
    font-size: 2.8vw;
    line-height: 1;
    color: #fff;
    width: 19.6vw;
    height: 4.26667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .two_col_inner .trial_list ul li a figure figcaption.green {
    background: #BADD5B;
  }
  .two_col_inner .trial_list ul li a figure figcaption.blue {
    background: #73D4EA;
  }
  .two_col_inner .trial_list ul li a .trial_ct {
    width: -webkit-calc(100% - 30vw);
    width: -moz-calc(100% - 30vw);
    width: calc(100% - 30vw);
    padding-left: 3.73333vw;
  }
  .two_col_inner .trial_list ul li a .trial_ct span {
    font-size: 3.2vw;
    line-height: 3.73333vw;
    color: #FD6378;
    display: block;
    margin-bottom: 1.33333vw;
    position: relative;
    padding-left: 4.26667vw;
  }
  .two_col_inner .trial_list ul li a .trial_ct span::before {
    position: absolute;
    content: "";
    width: 3.14893vw;
    height: 3.00293vw;
    background: url("../images/icon_red_flower.svg") 0 0 no-repeat;
    left: 0;
    top: 0;
  }
  .two_col_inner .trial_list ul li a .trial_ct h4 {
    font-size: 3.73333vw;
    line-height: 4.4vw;
    color: #333333;
    margin-bottom: 2vw;
  }
  .two_col_inner .trial_list ul li a .trial_ct p {
    font-size: 2.93333vw;
    line-height: 4.66667vw;
    color: #666666;
  }
  .two_col_inner .trial_list ul li:not(:first-child) {
    margin-top: 8vw;
  }
  .two_col_inner .trial_list ul li:not(:last-child) a {
    border-bottom: 1px dotted #d7d7d7;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00A8A0;
  }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1;
  }
  .swiper-pagination-bullet {
    width: 1.46667vw;
    height: 1.46667vw;
    margin: 0 3.6vw;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.66667vw;
    line-height: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.8vw;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 2.23893vw;
    height: 3.66387vw;
    margin-top: 0;
    top: initial;
    bottom: 0vw;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/ic_contril_left.svg");
    -moz-background-size: contain;
         background-size: contain;
    left: 13.33333vw;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/ic_contril_left.svg");
    -moz-background-size: contain;
         background-size: contain;
    right: 13.33333vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
