@charset "UTF-8";
/* yakugakuseitimes kk 独自Css */
@media screen and (max-width: 1000px) {
  header#header {
    position: relative;
    top: -56px;
  }
  header#header.isOpen {
    background-color: #FFFFFF;
  }
  #pcHomeNav {
    width: 100%;
    height: 76px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    transition: 0.5s ease 0.2s;
  }
  #pcHomeNav.isOpen {
    background-color: #fff;
  }
  #pcHomeNav .pcHomeNavIn {
    position: absolute;
    top: 20px;
    right: 30px;
    display: flex;
    align-items: center;
  }
  #pcHomeNav .pcHomeNavIn .toLike {
    position: relative;
    top: 2px;
  }
  #pcHomeNav .pcHomeNavIn .toLike a {
    display: inline-block;
    background-image: url(../images/common/heart_wh.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 27px;
    background-size: 100%;
  }
  #pcHomeNav .pcHomeNavIn .toLike a:hover {
    background-image: url(../images/common/heart_on.png);
  }
  #pcHomeNav .pcHomeNavIn .menu {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 30px;
  }
  #pcHomeNav .pcHomeNavIn .menu.isOpen span:nth-of-type(1) {
    top: 18px;
    left: calc(50% - 13px);
    transform: rotate(405deg);
  }
  #pcHomeNav .pcHomeNavIn .menu.isOpen span:nth-of-type(2) {
    display: none;
  }
  #pcHomeNav .pcHomeNavIn .menu.isOpen span:nth-of-type(3) {
    top: 18px;
    left: calc(50% - 13px);
    transform: rotate(-405deg);
  }
  #pcHomeNav .pcHomeNavIn .menu span {
    position: absolute;
    background-color: #000;
    height: 2px;
    transition: 0.3s;
    width: 26px;
  }
  #pcHomeNav .pcHomeNavIn .menu span:nth-of-type(1) {
    top: 7px;
    left: calc(50% - 13px);
  }
  #pcHomeNav .pcHomeNavIn .menu span:nth-of-type(2) {
    top: 18px;
    left: calc(50% - 13px);
  }
  #pcHomeNav .pcHomeNavIn .menu span:nth-of-type(3) {
    top: 30px;
    left: calc(50% - 13px);
  }
  main#home {
    margin-top: -50px;
    overflow: hidden;
  }
  main#home #spTopNav {
    position: relative;
    z-index: 999;
    border-bottom: 2px solid #42d994;
  }
  main#home #spTopNav ul {
    list-style: none;
    display: flex;
    padding: 5px 0;
  }
  main#home #spTopNav ul li {
    width: 16.6666666667%;
  }
  main#home #spTopNav ul li a {
    display: block;
    text-align: center;
    padding-top: 10px;
  }
  main#home #spTopNav ul li a img {
    max-width: 100px;
    width: 65%;
    height: auto;
  }
  main#home #spTopNav ul li + li {
    border: none;
  }
  main#home section .wrapper {
    width: 90%;
    margin: 30px auto;
    padding: 7px 7px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#home section .wrapper .section_header {
    padding: 20px 10px 15px;
    position: relative;
    width: 100%;
  }
  main#home section .wrapper .section_header h3 {
    font-size: 19px;
    text-align: center;
  }
  main#home section .wrapper .section_header p {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
  }
  main#home section .wrapper .part_container {
    width: 100%;
    margin: 0 auto;
    padding: 7px 7px 30px;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#home section .wrapper .part_container .part_header {
    margin: 5px auto 15px;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
  }
  main#home section .wrapper .part_container .part_header h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
  }
  main#home section .wrapper .part_container .part_header p {
    text-align: center;
    font-size: 11px;
  }
  main#home section .wrapper .part_container .part_body {
    width: 100%;
  }
  main#home section .wrapper .part_container .part_body p {
    font-size: 12px;
    text-align: center;
  }
  main#home section .wrapper .part_container .part_body .more {
    margin-top: 50px;
    position: relative;
    z-index: 5;
  }
  main#home section .wrapper .part_container .part_body .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 281px;
    height: 60px;
    border-radius: 30px;
    background-color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
  }
  main#home section .wrapper .part_container .part_body .more a:after {
    content: "";
    display: block;
    background-size: 20px auto;
    width: 20px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    transition: all 0.3s;
  }
  main#home section#homeTop {
    background-image: url(../images/home/bg-top.png);
    background-repeat: repeat-x;
    background-color: #b3ffec;
    background-size: auto 100%;
    position: relative;
  }
  main#home section#homeTop #siteName {
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
  }
  main#home section#homeTop #siteName img {
    width: 100%;
    height: auto;
  }
  main#home section#homeTop .school {
    width: 100%;
    margin-top: 0px;
    z-index: 5;
  }
  main#home section#homeTop .school img {
    max-width: none;
    width: 110%;
    height: auto;
    margin: 0 -5%;
    margin-bottom: -5%;
  }
  main#home section#homeTop .movieBtn {
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    right: 5vw;
    bottom: -20vw;
    z-index: 10;
    transition: all 0.3s;
  }
  main#home section#homeTop .movieBtn img {
    width: 100%;
    height: auto;
  }
  main#home section#homeTop .scroll {
    display: none;
  }
  main#home section#homeTop #lineLink {
    z-index: 10000;
    margin-top: 35px;
    text-align: center;
  }
  main#home section#homeTop #lineLink a {
    display: block;
    max-width: 350px;
    width: 80%;
    margin: 0 auto;
  }
  main#home section#homeTop #lineLink a img {
    width: 100%;
    height: auto;
  }
  main#home section#homeTop #ki1 {
    display: none;
  }
  main#home section#homeTop #cha1 {
    position: absolute;
    width: 24vw;
    left: 5vw;
    bottom: -40vw;
    z-index: 16;
  }
  main#home section#homeTop #cha2 {
    width: 20vw;
    position: absolute;
    right: 15vw;
    bottom: -5vw;
    z-index: 17;
    transform: rotateY(180deg);
  }
  main#home section#homeTop #cha2 img {
    width: 100%;
    height: auto;
  }
  main#home section#homeTop .wrapper {
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  main#home section#homeTop .wrapper .part_container {
    margin-top: 0px;
    padding-top: 0px;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-list {
    height: 100%;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-list .slick-track .slick-slide {
    margin: 0px 5px;
    height: 149.8px;
    width: 280px;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-list .slick-track .slick-slide a .itemInner img {
    height: 100%;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-arrow {
    background-image: url(../images/home/arrow-green.png);
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    transition: all 0.3s;
    top: 50%;
    right: 0px;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-arrow.slick-prev {
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
    left: 0px;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-dots {
    bottom: 0px;
  }
  main#home section#event {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding-top: 45vw;
    padding-bottom: 15vw;
    background-image: url(../images/home/sp-bg-news.png);
    background-color: #42d994;
  }
  main#home section#event .wrapper {
    box-shadow: 5px 5px 0 #42d994;
    background-color: #FFFFFF;
  }
  main#home section#event .wrapper .section_header {
    background-image: url(../images/home/bg-green.png);
  }
  main#home section#event .wrapper .part_container .part_header {
    border: 2px solid #42d994;
  }
  main#home section#event .wrapper .part_container .part_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide {
    border: 3px solid #1fc3b2;
    box-shadow: 5px 5px 0 #1fc3b2;
    background-color: #FFFFFF;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide .closed {
    position: relative;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide .closed img {
    filter: brightness(65%) grayscale(50%);
    border-radius: 5px;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide .closed span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-arrow {
    background-image: url(../images/home/arrow-green.png);
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    transition: all 0.3s;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-arrow.slick-prev {
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-dots {
    background-color: #1fc3b2;
  }
  main#home section#event .wrapper .part_container .part_body .more a {
    border: 3px solid #42d994;
    color: #FFFFFF;
  }
  main#home section#event .wrapper .part_container .part_body .more a:after {
    background-image: url(../images/home/btn-arrow.png);
    background-size: 20px auto;
  }
  main#home section#internship {
    background-image: url(../images/home/sp-bg-field-yellow.png);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #FFEF6C;
    padding-top: 45vw;
    padding-bottom: 15vw;
    margin-top: -4vw;
  }
  main#home section#internship .wrapper {
    box-shadow: 5px 5px 0 #FFCA18;
    background-color: #FFFFFF;
  }
  main#home section#internship .wrapper .section_header {
    background-image: url(../images/home/bg-yellow.png);
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 {
    margin: 10px;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1:not(:first-child) {
    border-top: 2px solid #FFCA18;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 h4 strong {
    font-size: 22px;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 {
    margin: 10px 0 20px 0;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 a {
    border-radius: 5px;
    border: 2px solid #FFCA18;
    padding: 5px 10px;
    box-shadow: 2px 2px #FFCA18;
    font-weight: bold;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px auto;
    padding: 5px 0px;
    width: 260px;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 ul li.category_lv3 {
    margin: 10px 10px;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 ul li.category_lv3 a {
    font-size: 12px;
    font-weight: normal;
    border-radius: 5px;
    border: 2px solid #ffda66;
    padding: 5px 10px;
    box-shadow: 2px 2px #ffda66;
  }
  main#home section#jobSearch {
    width: 100%;
    background-image: url(../images/home/sp-bg-field2-mirror.png);
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 40vw;
    position: relative;
  }
  main#home section#jobSearch .wrapper {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 0 #2EC1F1;
  }
  main#home section#jobSearch .wrapper .section_header {
    background-image: url(../images/home/bg-blue.png);
  }
  main#home section#jobSearch .wrapper .part_container .part_header {
    border: 2px solid #47C7F1;
  }
  main#home section#jobSearch .wrapper .part_container .part_body #map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main#home section#jobSearch .wrapper .part_container .part_body #map svg {
    padding: 10%;
    max-width: 300px;
    margin: 0px auto;
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links .link-to-book {
    margin-top: 10px;
    position: relative;
    z-index: 5;
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links .link-to-book a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    color: #FFFFFF;
    border: 3px solid #2EC1F1;
    border-radius: 30px;
    background-color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links .link-to-book a:after {
    content: "";
    display: block;
    background-size: 20px auto;
    width: 20px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    transition: all 0.3s;
    background-image: url(../images/home/btn-arrow-blue.png);
  }
  main#home section#jobSearch #cha7 {
    width: 84px;
    position: absolute;
    top: -20px;
    right: 20vw;
    z-index: 5;
  }
  main#home section#jobSearch #cha8 {
    width: 100px;
    position: absolute;
    bottom: 50px;
    left: 10vw;
    z-index: 5;
  }
  main#home section#koza {
    background-image: url(../images/home/sp-bg-field1-mirror.png);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding-top: 20vw;
  }
  main#home section#koza .wrapper {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 0 #ff74b5;
  }
  main#home section#koza .wrapper .section_header {
    background-image: url(../images/home/bg-pink.png);
  }
  main#home section#koza .wrapper .part_container .part_header {
    border: 2px solid #ff74b5;
  }
  main#home section#koza .wrapper .part_container .part_body .post_slide .slick-list .slick-slide {
    box-shadow: 5px 5px 0 #ff74b5;
    background-color: #FFFFFF;
    border: 3px solid #ff74b5;
  }
  main#home section#koza .wrapper .part_container .part_body .post_slide .slick-arrow {
    background-image: url(../images/home/arrow-pink.png);
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    transition: all 0.3s;
  }
  main#home section#koza .wrapper .part_container .part_body .post_slide .slick-arrow.slick-prev {
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
  }
  main#home section#koza .wrapper .part_container .part_body .post_slide .slick-dots {
    background-color: #ff74b5;
  }
  main#home section#koza .wrapper .part_container .part_body .more a {
    border: 3px solid #ff74b5;
    color: #FFFFFF;
  }
  main#home section#koza .wrapper .part_container .part_body .more a:after {
    background-image: url(../images/home/btn-arrow-pink.png);
  }
  main#home section#koza #cha4 {
    width: 100px;
    height: auto;
    position: absolute;
    top: 7.5%;
    left: 10px;
    z-index: 100;
  }
  main#home section#koza #cha6 {
    width: 80px;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 10px;
  }
  main#home section#support {
    background-image: url(../images/home/sp-bg-field3.png);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #FFEF6C;
    padding-top: 45vw;
    margin-top: -4vw;
  }
  main#home section#support .wrapper {
    box-shadow: 5px 5px 0 #ff6726;
    background-color: #FFFFFF;
  }
  main#home section#support .wrapper .section_header {
    background-image: url(../images/home/bg-orange.png);
  }
  main#home section#support .wrapper .part_container .part_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#home section#support .wrapper .part_container .part_body a {
    font-size: 16px;
    border-radius: 5px;
    width: 75%;
    max-width: 300px;
    text-align: center;
    border: 1px solid #ff6726;
    color: #FFFFFF;
    padding: 10px;
    margin: 10px auto;
    background-color: #ff6726;
  }
  main#home section#support #pageBottom {
    width: 100%;
    background-image: url(../images/home/bg-bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  main#home section#support #pageBottom:before {
    content: "";
    display: block;
    background-image: url(../images/home/caras1.png);
    background-size: 100% auto;
    width: 95%;
    padding-bottom: 35%;
    margin: 0 auto;
  }
  main#home section#support #pageBottom:after {
    content: "";
    display: block;
    background-image: url(../images/home/bottom-chara.png);
    background-size: auto 100%;
    background-position: center bottom;
    width: 100%;
    padding-bottom: 20%;
    margin: 36px auto 0;
  }
}
@media print, screen and (min-width: 1000px) {
  header#header .isOpen {
    background-color: #fff;
  }
  #pcHomeNav {
    width: 100%;
    height: 76px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    transition: 0.5s ease 0.2s;
  }
  #pcHomeNav.isOpen {
    background-color: #fff;
  }
  #pcHomeNav .pcHomeNavIn {
    position: absolute;
    top: 20px;
    right: 30px;
    display: flex;
    align-items: center;
  }
  #pcHomeNav .pcHomeNavIn .toLike {
    position: relative;
    top: 2px;
  }
  #pcHomeNav .pcHomeNavIn .toLike a {
    display: inline-block;
    background-image: url(../images/common/heart_wh.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 27px;
    background-size: 100%;
  }
  #pcHomeNav .pcHomeNavIn .toLike a:hover {
    background-image: url(../images/common/heart_on.png);
  }
  #pcHomeNav .pcHomeNavIn .menu {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 30px;
  }
  #pcHomeNav .pcHomeNavIn .menu.isOpen span:nth-of-type(1) {
    transform: rotate(405deg);
    top: 18px;
    left: calc(50% - 13px);
  }
  #pcHomeNav .pcHomeNavIn .menu.isOpen span:nth-of-type(2) {
    display: none;
  }
  #pcHomeNav .pcHomeNavIn .menu.isOpen span:nth-of-type(3) {
    transform: rotate(-405deg);
    top: 18px;
    left: calc(50% - 13px);
  }
  #pcHomeNav .pcHomeNavIn .menu span {
    position: absolute;
    background-color: #000;
    height: 2px;
    transition: 0.3s;
    width: 26px;
  }
  #pcHomeNav .pcHomeNavIn .menu span:nth-of-type(1) {
    top: 7px;
    left: calc(50% - 13px);
  }
  #pcHomeNav .pcHomeNavIn .menu span:nth-of-type(2) {
    top: 18px;
    left: calc(50% - 13px);
  }
  #pcHomeNav .pcHomeNavIn .menu span:nth-of-type(3) {
    top: 30px;
    left: calc(50% - 13px);
  }
  main#home {
    margin-top: -76px;
  }
  main#home section .wrapper {
    max-width: 832px;
    width: 95%;
    margin: 0 auto;
    padding: 7px 7px 60px;
    position: relative;
    border-radius: 10px;
  }
  main#home section .wrapper .section_header {
    padding: 35px 20px 25px;
    position: relative;
  }
  main#home section .wrapper .section_header h3 {
    font-size: 36px;
    text-align: center;
  }
  main#home section .wrapper .section_header p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
  }
  main#home section .wrapper .part_container {
    margin-top: 25px;
    padding-top: 25px;
  }
  main#home section .wrapper .part_container .part_header h4 {
    text-align: center;
    font-size: 24px;
  }
  main#home section .wrapper .part_container .part_header p {
    text-align: center;
    font-size: 18px;
  }
  main#home section .wrapper .part_container .part_body {
    padding: 0;
  }
  main#home section .wrapper .part_container .part_body p {
    font-size: 18px;
    text-align: center;
    padding: 0 40px;
  }
  main#home section .wrapper .part_container .part_body .more {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  main#home section#homeTop {
    background-image: url(../images/home/bg-top.png);
    background-repeat: repeat-x;
    background-color: #b3ffec;
    min-height: 1000px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main#home section#homeTop:before {
    content: "";
    display: block;
    background-image: url(../images/home/top-kumo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    max-width: 1718px;
    width: 100%;
    height: 299px;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    margin: 0 auto;
    animation: topKumo 10s infinite linear;
  }
  @keyframes topKumo {
    0% {
      top: 130px;
    }
    50% {
      top: 150px;
    }
    100% {
      top: 130px;
    }
  }
  main#home section#homeTop #siteName {
    width: 100%;
    margin: 100px auto 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#home section#homeTop #siteName img {
    width: 800px;
    height: auto;
  }
  main#home section#homeTop .scroll {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background-image: url(../images/home/scroll.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 53px;
    padding-left: 17px;
    z-index: 99;
  }
  main#home section#homeTop .scroll:after {
    content: "";
    display: block;
    width: 3px;
    height: 53px;
    background: linear-gradient(to top, #1fc3b2 25%, #fff 25%, #fff 50%, #1fc3b2 50%, #1fc3b2 75%, #fff 75%);
    background-position: 0 0;
    background-size: 100% 400%;
    animation: scl 6s infinite linear;
  }
  @keyframes scl {
    100% {
      background-position: 0 -200%;
    }
  }
  main#home section#homeTop .school {
    width: 703px;
    height: 336px;
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
  }
  main#home section#homeTop #lineLink {
    position: relative;
    z-index: 100;
    text-align: center;
  }
  main#home section#homeTop #lineLink a {
    display: block;
    width: 531px;
    height: 116px;
    margin: 0 auto;
  }
  main#home section#homeTop .movieBtn {
    display: block;
    width: 156px;
    height: 156px;
    position: absolute;
    right: calc(50% - 593px);
    bottom: 115px;
    z-index: 20;
    transition: all 0.3s;
  }
  main#home section#homeTop .movieBtn img {
    width: 100%;
    height: auto;
  }
  main#home section#homeTop .movieBtn:hover {
    animation: movBt 0.4s infinite linear;
  }
  @keyframes movBt {
    0% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(5deg);
    }
  }
  main#home section#homeTop .tourokuBtn {
    display: block;
    width: 160px;
    height: 161px;
    position: absolute;
    right: calc(50% - 524px);
    bottom: -75px;
    z-index: 20;
    transition: all 0.3s;
  }
  main#home section#homeTop .tourokuBtn img {
    width: 100%;
    height: auto;
  }
  main#home section#homeTop .tourokuBtn img:hover {
    animation: movBt 0.4s infinite linear;
  }
  @keyframes movBt {
    0% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(5deg);
    }
  }
  main#home section#homeTop #ki1 {
    width: 238px;
    height: 243px;
    position: absolute;
    bottom: -185px;
    left: calc(50% + 314px);
    z-index: 15;
  }
  main#home section#homeTop #cha1 {
    width: 157px;
    height: 167px;
    position: absolute;
    right: calc(50% + 400px);
    bottom: -45px;
    z-index: 16;
  }
  main#home section#homeTop #cha2 {
    width: 146px;
    height: 162px;
    position: absolute;
    right: calc(50% + 312px);
    transform: rotateY(180deg);
    bottom: -220px;
    z-index: 17;
  }
  main#home section#homeTop .wrapper {
    padding: 0px 0px 350px;
  }
  main#home section#homeTop .wrapper .part_container {
    margin-top: 0px;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-list .slick-track .slick-slide {
    width: 770px;
    height: 412px;
    padding-top: 0px;
    margin: 0px 5px 10px;
    border-radius: 0px;
    transform: none;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-list .slick-track .slick-slide a {
    max-width: 100%;
    max-height: 100%;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-list .slick-track .slick-slide a img {
    width: 770px;
    height: 412px;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-list .slick-track .slick-current {
    transform: none;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-arrow {
    background-image: url(../images/home/arrow-green.png);
    background-size: 100% auto;
    width: 81px;
    height: 81px;
    transition: all 0.3s;
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-arrow:hover {
    filter: contrast(150%);
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-arrow.slick-prev {
    z-index: 98;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
  }
  main#home section#homeTop .wrapper .part_container .part_body .post_slide .slick-arrow.slick-next {
    top: 50%;
    right: 0%;
  }
  main#home section#event {
    background-image: url(../images/home/bg-news.png);
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #42d994;
    min-height: 1012px;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
  }
  main#home section#event .wrapper {
    background-color: #FFFFFF;
    box-shadow: 10px 10px 0 #42d994;
  }
  main#home section#event .wrapper .section_header {
    background-image: url(../images/home/bg-green.png);
  }
  main#home section#event .wrapper .part_container + .part_container {
    border-top: 2px solid #42d994;
  }
  main#home section#event .wrapper .part_container .part_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list {
    padding: 20px !important;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide {
    border: 3px solid #1fc3b2;
    box-shadow: 10px 10px 0 #1fc3b2;
    padding: 0px;
    margin: 0px;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide .closed {
    position: relative;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide .closed img {
    filter: brightness(65%) grayscale(50%);
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide .closed span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.2rem;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-arrow {
    background-image: url(../images/home/arrow-green.png);
    background-size: 100% auto;
    width: 81px;
    height: 81px;
    transition: all 0.3s;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-arrow:hover {
    filter: contrast(150%);
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-arrow.slick-prev {
    z-index: 98;
    top: 50%;
    left: 25%;
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-arrow.slick-next {
    top: 50%;
    right: 25%;
  }
  main#home section#event .wrapper .part_container .part_body .slick-slider .slick-dots {
    background-color: #1fc3b2;
  }
  main#home section#event .wrapper .part_container .part_body .more {
    margin-top: 50px;
  }
  main#home section#event .wrapper .part_container .part_body .more a {
    border: 3px solid #40d0b6;
    color: #FFFFFF;
  }
  main#home section#event .wrapper .part_container .part_body .more a:after {
    background-image: url(../images/home/btn-arrow.png);
  }
  main#home section#event .wrapper .part_container .part_body .more a:hover {
    color: #40d0b6;
  }
  main#home section#internship {
    background-image: url(../images/home/bg-internship.png);
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #FFEF6C;
    min-height: 1012px;
    padding: 70px 0px;
  }
  main#home section#internship .wrapper {
    background-color: #FFFFFF;
    box-shadow: 10px 10px 0 #FFCA18;
  }
  main#home section#internship .wrapper .section_header {
    background-image: url(../images/home/bg-yellow.png);
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 {
    margin: 10px;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1:not(:first-child) {
    border-top: 2px solid #FFCA18;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 h4 strong {
    font-size: 28px;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
    width: 800px;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 {
    margin: 15px 30px;
    max-width: 400px;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 a {
    border-radius: 5px;
    border: 2px solid #FFCA18;
    padding: 5px 10px;
    box-shadow: 2px 2px #FFCA18;
    font-weight: bold;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 320px;
    margin: 10px auto;
    padding: 10px 10px;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 ul li.category_lv3 {
    margin: 15px 10px;
    max-width: 75px;
  }
  main#home section#internship .wrapper .part_container .part_body ul.categories li.category_lv1 ul li.category_lv2 ul li.category_lv3 a {
    font-size: 12px;
    font-weight: normal;
    border-radius: 5px;
    border: 2px solid #ffda66;
    padding: 5px 10px;
    box-shadow: 2px 2px #ffda66;
  }
  main#home section#jobSearch {
    width: 100%;
    background-image: url(../images/home/bg-field2-mirror.png);
    background-size: cover;
    min-height: 976px;
    position: relative;
    padding-top: 155px;
    padding-bottom: 155px;
  }
  main#home section#jobSearch #cha7 {
    width: 157px;
    height: 201px;
    position: absolute;
    top: -55px;
    right: calc(50% - 450px);
    z-index: 5;
  }
  main#home section#jobSearch #cha8 {
    width: 181px;
    height: 190px;
    position: absolute;
    bottom: 110px;
    left: calc(50% - 545px);
    z-index: 5;
  }
  main#home section#jobSearch .wrapper {
    box-shadow: 10px 10px 0 #2EC1F1;
    background-color: #FFFFFF;
  }
  main#home section#jobSearch .wrapper .section_header {
    background-image: url(../images/home/bg-blue.png);
  }
  main#home section#jobSearch .wrapper .part_container + .part_container {
    border-top: 2px solid #2EC1F1;
  }
  main#home section#jobSearch .wrapper .part_container .part_header {
    margin-bottom: 20px;
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links .link-to-book {
    margin: 10px;
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links .link-to-book a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    border: 3px solid #2EC1F1;
    border-radius: 32px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links .link-to-book a:after {
    content: "";
    display: block;
    width: 27px;
    height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    right: 10px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-image: url(../images/home/btn-arrow-blue.png);
  }
  main#home section#jobSearch .wrapper .part_container .part_body .links .link-to-book a:hover {
    color: #2EC1F1;
    letter-spacing: 0.05em;
  }
  main#home section#koza {
    background-image: url(../images/home/bg-field1-mirror.png);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ff74b5;
    width: 100%;
    min-height: 1206px;
    padding-top: 300px;
    padding-bottom: 250px;
    position: relative;
    overflow: hidden;
  }
  main#home section#koza #cha4 {
    width: 182px;
    height: 191px;
    position: absolute;
    top: 209px;
    left: calc(50% - 518px);
  }
  main#home section#koza #cha6 {
    width: 129px;
    height: 165px;
    position: absolute;
    bottom: 240px;
    left: calc(50% - 580px);
  }
  main#home section#koza #densha {
    width: 100%;
    height: 270px;
    background-image: url(../images/home/densha.png);
    background-size: auto 270px;
    background-position: 50% 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main#home section#koza .wrapper {
    background-color: #FFFFFF;
    box-shadow: 10px 10px 0 #ff74b5;
  }
  main#home section#koza .wrapper .section_header {
    background-image: url(../images/home/bg-pink.png);
  }
  main#home section#koza .wrapper .part_container + .part_container {
    border-top: 2px solid #ff74b5;
  }
  main#home section#koza .wrapper .part_container .part_body .slick-slider .slick-list {
    padding: 20px !important;
  }
  main#home section#koza .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide {
    box-shadow: 10px 10px 0 #ff74b5;
    border: 3px solid #ff74b5;
    padding: 0px;
    margin: 0px;
  }
  main#home section#koza .wrapper .part_container .part_body .slick-slider .slick-list .slick-slide::before {
    content: "";
    background: url(../images/common/btn_start.png) no-repeat center 0;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 65px;
    height: 65px;
  }
  main#home section#koza .wrapper .part_container .part_body .slick-slider .slick-arrow {
    background-image: url(../images/home/arrow-pink.png);
    background-size: 100% auto;
    width: 81px;
    height: 81px;
    transition: all 0.3s;
  }
  main#home section#koza .wrapper .part_container .part_body .slick-slider .slick-arrow:hover {
    filter: contrast(150%);
  }
  main#home section#koza .wrapper .part_container .part_body .slick-slider .slick-arrow.slick-prev {
    z-index: 98;
    top: 50%;
    left: 25%;
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
  }
  main#home section#koza .wrapper .part_container .part_body .slick-slider .slick-arrow.slick-next {
    top: 50%;
    right: 25%;
  }
  main#home section#koza .wrapper .part_container .part_body .slick-slider .slick-dots {
    background-color: #ff74b5;
  }
  main#home section#koza .wrapper .part_container .part_body .more {
    margin-top: 50px;
  }
  main#home section#koza .wrapper .part_container .part_body .more a {
    border: 3px solid #ff74b5;
    color: #FFFFFF;
  }
  main#home section#koza .wrapper .part_container .part_body .more a:after {
    background-image: url(../images/home/btn-arrow-pink.png);
  }
  main#home section#koza .wrapper .part_container .part_body .more a:hover {
    color: #ff74b5;
  }
  main#home section#support {
    width: 100%;
    background-image: url(../images/home/bg-field3.png);
    background-size: cover;
    position: relative;
    padding-top: 150px;
  }
  main#home section#support:before {
    content: "";
    display: block;
    background-image: url(../images/home/border.png);
    width: 100%;
    height: 326px;
    background-size: auto 100%;
    background-position: calc(50% + 85px) 0;
    position: absolute;
    top: -257px;
    left: 0;
  }
  main#home section#support #pageBottom {
    width: 100%;
    background-image: url(../images/home/bg-bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 430px;
  }
  main#home section#support #pageBottom:before {
    content: "";
    display: block;
    background-image: url(../images/home/caras1.png);
    width: 621px;
    height: 228px;
    margin: 0 auto;
  }
  main#home section#support #pageBottom:after {
    content: "";
    display: block;
    background-image: url(../images/home/bottom-chara.png);
    background-position: center bottom;
    max-width: 1238px;
    width: 100%;
    height: 166px;
    margin: 36px auto 0;
  }
  main#home section#support .wrapper {
    background-color: #FFFFFF;
    box-shadow: 10px 10px 0 #ff6726;
  }
  main#home section#support .wrapper .section_header {
    background-image: url(../images/home/bg-orange.png);
  }
  main#home section#support .wrapper .part_container .part_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main#home section#support .wrapper .part_container .part_body p {
    font-size: 18px;
    text-align: center;
    width: 75%;
    margin: 30px auto;
  }
  main#home section#support .wrapper .part_container .part_body a {
    font-size: 16px;
    border-radius: 5px;
    width: 50%;
    border: 1px solid #ff6726;
    background-color: #ff6726;
    color: #FFFFFF;
    padding: 10px;
    margin-top: 50px;
    text-align: center;
  }
}/*# sourceMappingURL=home_yt.css.map */