@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

@font-face {
	font-family: 'learning';
	src: url('../fonts/learning_curve_alt_G_bold_ot_ps.otf') format('opentype');
}
@font-face {
	font-family: 'gotham-bold';
	src: url('../fonts/Gotham-Bold.otf') format('opentype');
}


/* =========================================================
 reset html5doctor
========================================================= */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style: normal;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*,
*::before,
*::after {
  box-sizing: border-box;
}
li{
  list-style: none;

}
/* =========================================================
 base
========================================================= */
.has-html5video .fancybox__content {
  width: 100% !important;
  height: auto !important;
  max-width: 90vw !important;
  max-height: 80vh !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: contain !important;
  width: auto !important;
  background-color: transparent !important;
}
.fancybox__backdrop {
  background-color: rgba(24, 24, 27, 0.8) !important;
}
#event-schedule .movie {
    margin-bottom: 60px;
    cursor: pointer;
}

#event-schedule .movie:hover {
    opacity: 0.8;
}
#event-schedule .movie .sp {
    display: none;
}
@media screen and (max-width: 640px) {
    #event-schedule .movie {
        margin-bottom: 30px;
    }
#event-schedule .movie .pc {
    display: none;
}
#event-schedule .movie .sp {
    display: block;
}
}

html {
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #383434;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
article {
	  animation: bodyFadeIn 1s ease 0s 1 normal;
  -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
}
@keyframes bodyFadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes bodyFadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* link */
a {
  color: #807059;
  text-decoration: none;
}
a:visited {
  color: #807059;
}
a:hover {
  color: #807059;
}
a:active {
  color: #807059;
}
 a { outline: none; }

a img {
  -webkit-transition: opacity, 300ms;
  transition: opacity, 300ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}
/* clear */
.cf {
  *zoom: 1;
}
.cf::before, .cf::after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* sppc */
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

/* fadein */
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transition: .8s;
}
.fadein-on {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
a img:hover {
  transition: .4s;
}
:target:before {
  height: 95px; /* ヘッダの高さ */
  margin: -95px 0 0; /* ヘッダの高さ */
  content: '';
  display: block;
}

.exam_last {
    background: #e7546f;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.7;
}
.exam_last span {
    font-size: 80%;
    display: block;
}
@media screen and (max-width: 800px) {
.exam_last {
  padding: 15px;
  font-size: 16px;
  margin-top: -24px;
}

}
/* =========================================================
text
========================================================= */
html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}
span.supText {
font-size: 11px;
vertical-align: top;
position: relative;
top: 0em;
}
.indent li {
 padding-left: 1em;
 text-indent: -1em;
}
.indent dd {
 padding-left: 1em;
 text-indent: -1em;
}
.en {
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}
.en-sub {
font-family: 'learning';
font-weight: 400;
font-style: normal;
}
.ja-400 {
font-family: 'Kiwi Maru', serif;
font-weight: 400;
font-style: normal;
}
.ja-600 {
font-family: 'Kiwi Maru', serif;
font-weight:500;
font-style: normal;
}



p,dl,li,table,figcaption{
	color: #5a5958;
}
.sup {
	font-size: .75em;
	line-height: 2.1em;
}
.summary {
    font-size: .813em;
    line-height: 2.2em;
    padding-bottom: 16px;
}
.txt {
	font-size: 16px;
	line-height: 2em;
	padding-bottom: 24px;
}

.copy{
    font-family: 'Kiwi Maru', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
    color: #f87c93;
}

.vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 100%;
}



.a-box a {
	color: #5a5958;
    display: inline-block;
    border: #5a5958 solid 1px;
    padding: 14px 40px;
    font-size: 14px;
	transition: .4s;
}
@media screen\0 {
  #home-contact .a-box a{
    padding: 14px 40px;
  }
}
@media screen\0 {
  .a-box a{
    padding: 16px 40px 10px;
  }
}
.a-box a:hover {
	color: #fff;
    background: #5a5958;
	transition: .4s;
}
.dropdown-content a {
     color: #fff;
    display: block;
}

/*====== link ========*/

/*============================
#layout
============================*/
.ao-bnr {
    background-color: #fff;
    padding-bottom: 40px;
    margin-top: -20px;
    
}
.ao-bnr a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    max-width: 800px;
    margin: auto;
}
.ao-bnr a:hover {
    opacity: 0.8;
}
.ao-bnr .sp {
    display: none;
}
.course-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #383434;
    
}
.course-name dt {
    font-size: 110%;
    font-weight: 500;
}
.course-name dd {
    font-size: 260%;
    letter-spacing: 0.06em;
}
.f-maru {
    font-family: "Zen Maru Gothic", serif;
}
.num-one {
    font-weight: 700;
    line-height: 1.5;
}
.num-one dt {
    font-size: 150%;
    color: #988072;
}
.num-one dd {
    color: #e95377;
    font-size: 290%;
    margin-bottom: 10px;
}
.num-one dd .palt {
    margin-left: -8px;
    margin-right: -8px;
}
.num-one-txt {
    font-weight: 700;
    line-height: 1.7;
    color: #383434;
}
.num-one-txt li{
    color: #383434;
}
.attention-txt {
    margin-top: 50px;
}
.attention-txt a {
    display: block;
    border-radius: 7px;
    background-color: #ffff51;
    font-weight: 500;
    color: #000;
    padding: 20px;
    text-align: center;
    text-decoration: underline;
    border: #e95377 1px solid;
    
}
.attention-txt a:hover {
    text-decoration: none;
}
#number-result {
    margin-bottom: 70px;
}
#number-result .flex {
    display: flex;
    align-items: flex-start;
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 30px;
}
#number-result .container .blk {
    border: #e95377 1px solid;
    border-radius: 7px;
    margin: 1%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
}
#number-result .container .blk:first-child {
    background-color: #ffe8d8;
}
#number-result .container .blk:last-child {
    background-color: #dbe8d8;
}
#number-result .container .col1 {
    width: 22.9999%;
}
#number-result .container .col1 h3 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
#number-result .container .col2 {
    width: 47.9999%;
    padding-top: 25px;
    text-align: center;
}
#number-result .container .col2 h3 {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    background-image: url( "../images/home/icon_ttl.svg");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 90px;
    background-size: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 90px;
}
#number-result .container .col2 h3 span {
    display: block;
    color: #e95377;
    font-size: 230%;
    
    
    
}
#number-result .container .col2 .btn {
    position: relative;
}
#number-result .container .col2 .btn a {
    position: relative;
    z-index: 2;
}
#number-result .container .col2 .btn img {
    width: 80px;
    position: absolute;
    z-index: 1;
    top: -120px;
    right: 20px;
}
.com-btn.wid {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.com-btn:link,
.com-btn:visited{
    display: block;
    border: #e95377 1px solid;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    color: #e95377;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    transition: ease-in-out .2s;
    line-height: 1.1;
}
.com-btn:after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 3px;
    border-right-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #e95377;
    border-right-color: #e95377;
    transition: ease-in-out .2s;
}
.com-btn:hover:after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.com-btn:hover {
    background-color: #e95377;
    color: #fff;
}

h2.com-ttl {
    font-size: 22px;
    font-weight: 700;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: #383434 1px solid;
    border-top: #383434 1px solid;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    
}
#home-pickup {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}
#home-pickup .flex {
    display: flex;
    align-items: flex-start; 
}
#home-pickup .flex .blk {
    border-radius: 10px;
    background-color: #ffe8d8;
    border: #9f9f9f 1px solid;
    padding: 25px;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    text-align: center;
    flex: 1;
}
#home-pickup .flex .blk:first-child {
    margin-right: 3%;
}
#home-pickup .flex .blk p {
    color: #383434;
    font-weight: 500;
}
#home-pickup .flex .blk h3 {
    font-weight: 700;
    text-align: center;
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 15px;
}
#home-pickup .flex .blk h3 span {
    display: block;
    font-size: 130%;
    color: #e95377;
}
#home-pickup .flex .blk .com-btn {
    margin-top: 25px;

}
/* ラベル部分 左上に表示 */
#home-pickup .flex .blk .triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #e95377; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
#home-pickup .flex .blk .triangle span {
    display: block;
    top: 1px;
    color: #fff; /* 文字色はここで変更 */
    left: 12px;
    position: absolute;
    z-index: 101;
    font-size: 25px;
    font-weight: 700;
}
#home-pickup .flex .blk ul {
    display: flex;
    align-items: center;
}
#home-pickup .flex .blk ul li {
    flex: 1;
    background-color: #e95377;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home-pickup .flex .blk ul li:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}
#home-pickup .flex .blk .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    line-height: 1.5;
}
#home-pickup .musee-bnr {
    margin-top: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#home-pickup .musee-bnr a{
    display: block;
    overflow: hidden;
    color: #fff !important;
    border-radius: 10px;
    line-height: 1.5;
}
#home-pickup .musee-bnr a:hover {
    opacity: 0.8;
}
#home-pickup .musee-bnr dl {
    display: flex;
    align-items: center;
    
    
    background-color: #559dd1;
}
#home-pickup .musee-bnr dt {
    width: 140px;
    flex-shrink: 0;
}
#home-pickup .musee-bnr dd {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    padding-left: 20px;
    padding-right: 20px;
}
#home-pickup .musee-bnr a:hover dd {
    text-decoration: none;
}
#event-schedule {
    position: relative;
    text-align: center;
}
#event-schedule .container {
    position: relative;
    z-index: 2;
}
#event-schedule .bg {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 350px;
    background-color: #fff;
}
#event-schedule .bg:after {
    left: 0;
    top: 0;
    right: 0;
    background-image: url("../images/home/bg_img_pc.jpg");
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-position: center top;
    background-size: 1800px;
    opacity: 0.25;
    background-repeat: repeat-x;
}
#event-schedule .recommend-txt {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    margin-top: -10px;
}
#event-schedule .recommend-txt br {
    display: none;
}
#event-schedule .recommend-txt span {
    background-color: #ff79b6;
    color: #fff;
    border-radius: 40px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.2;
    display: inline-block;
}
#event-schedule .com-ttl {
    text-shadow: 0px 0px 0px #ffffff, 0px 0px 3px #ffffff;
    margin-bottom: 70px;
}
#event-schedule .com-ttl span {
    color: #e95377;
}
#event-schedule .sub-ttl {
    text-align: center;
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 50px;
    margin-top: -20px;
    text-shadow: 0px 0px 0px #ffffff, 0px 0px 3px #ffffff;
}
#event-schedule .com-ttl {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
#event-schedule .visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    height: 200px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
#event-schedule .visual .img{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 343px;
}
#event-schedule .visual .img .sp-only {
    display: none;
}
#event-schedule .visual .img.left {
    left: 0;
}
#event-schedule .visual .img.right {
    right: 0;
}
#event-schedule .visual h3 {
    width: 240px;
    position: relative;
    z-index: 2;
}
#event-schedule .sub-ttl span {
    color: #e95377;
}
#event-schedule .btn-blk {
    margin-top: -20px !important;
}
#event-schedule .btn-blk a {
    color: #e95377;
    max-width: 380px;
    margin: auto;
}
#event-schedule .btn-blk a:hover {
    color: #fff;
}
#modal-menu .container-xs {
    width: 40%;
	padding-top: 60px;
    max-width: 640px;
    position: relative;
    margin: 0 auto;
}
.container-md{
		/* width: 64%; */
	width: 64%;
	position: relative;
	margin: 0 auto;
}
.container {
width: 80%;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}
.container-lg{
	width: 82%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.inner-md{
  width: 600px;
  margin: 0 auto;
}
.inner{
  width: 720px;
  margin: 0 auto;
}
.l-sec {
    padding-bottom: 148px;
}
#line-box {
    background-color: #fff;
}
#line-box .ttl {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}
#line-box h2 {
    text-align: center;
    color: #0abd55;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
#line-box .ttl .icon {
    position: absolute;
    z-index: 1;
    bottom: -120px;
    width: 60px;

}
#line-box .ttl .icon img{
    vertical-align: bottom;
}
#line-box .ttl .icon.ico01 {
    width: calc(101px * 0.9);
    left: 50%;
    margin-left: -270px;
}
#line-box .ttl .icon.ico02 {
    width: calc(86px * 0.9);
    right: 50%;
    margin-right: -260px;
}
#line-box .logo {
    background-color: #0abd55;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}
#line-box .logo img {
    width: 320px;
    margin-bottom: 40px;
    
}
#line-box .logo .com-btn {
    border-color: #fff;
    color: #0abd55;
    max-width: 380px;
    margin: auto;
}
#line-box .logo .com-btn:hover {
    background-color: #0abd55;
    color: #fff;
}
#line-box .logo .com-btn:after {
    border-top-color: #0abd55;
    border-right-color: #0abd55;
}
#line-box .logo .com-btn:hover:after {
    border-top-color: #fff;
    border-right-color: #fff;
}
#sns-box {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
}
#sns-box h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #e95377;
    margin-bottom: 25px;
}
#sns-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
#sns-box ul li {
    margin:10px;
}
#sns-box ul li a {
    display: block;
    transition: ease-in-out .2s;
}
#sns-box ul li a:hover {
    opacity: 0.8;
    transform: scale(1.07);
}
#sns-box ul li img {
    width: 60px;
}
#society-box {
    padding-bottom: 60px;
}
#society-box ul {
    display: flex;
    align-items: center; 
    justify-content: center;
}
#society-box ul li {
    width: 29.3333%;
    margin: 2%;
}
#society-box ul li a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: ease-in-out .2s;
}
#society-box ul li a:hover {
    opacity: 0.8;
    transform: scale(1.03);
}
#home-information.re2024 {
    background-color: #fff;
}
#home-information.re2024 .item {
  margin-top: 0px;
    margin-bottom: 50px;
}
#home-information.re2024 .item a {
    display: block;
    transition: ease-in-out .2s;
}
#home-information.re2024 .item a:hover {
    opacity: 0.8;
}
#home-information.re2024 .item .date {
    margin-bottom: 10px;
}
#home-information.re2024 .com-ttl {
    margin-bottom: 70px;
}
#home-information.re2024 .items-parent-col3 {
    display: flex !important;
    
}
@media screen and (max-width: 1340px) {
#number-result .container .col2 {
  width: 100%;
    padding-bottom: 35px;
}
#number-result .flex {
    flex-wrap: wrap;
}
#number-result .container .col1 {
  width: 47.9999%;
}
#number-result .container .col1 h3 {
  margin-bottom: 15px;
  font-size: 2vw;
}
}
@media screen and (max-width: 1100px) {
#event-schedule .visual {
  height: 160px;
}
#event-schedule .visual .img {
  width: 276px;
}
#event-schedule .visual h3 {
  width: 175px;
}
}
@media screen and (max-width: 980px) {
    #home-information.re2024 .items-parent-col3 {
        width: 100%;
    }
#home-information.re2024 .items-parent-col3 .item{
    width: 45.9999%;
    
    
}
#society-box ul li {
  width: 45.9999%;
}
    #event-schedule .btn-blk {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

#home-pickup .flex {
  display: block;
}
#home-pickup .flex .blk:first-child {
  margin-right: 0%;
    margin-bottom: 25px;
}
    #event-schedule.re-design {
        padding-top: 125px;
    }
#number-result .container .col1 h3 {
    font-size: 3vw;
  }
}




@media screen and (max-width: 800px) {
    #event-schedule .bg {
        height: 90vw;
    }
    #event-schedule.re-design {
    padding-top: 29vw;
  }
#event-schedule .bg::after {
    background-image: url(../images/home/bg_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#event-schedule .visual .img .sp-only {
    display: block;
}
#event-schedule .visual .img {
    width: 180px;
  }
#event-schedule .visual .img .pc-only {
    display: none;
}
    .ao-bnr {
        padding-bottom: 40px;
        margin-top: 0px;
    }
    
    .ao-bnr .container {
    }
.ao-bnr .sp {
    display: block;
}
.ao-bnr .pc {
    display: none;
} 
}
@media screen and (max-width: 480px) {
    #event-schedule .recommend-txt {
        line-height: 1.9;
        margin-top: 0;
        margin-bottom: 25px;
    }
    #event-schedule .recommend-txt span {
        font-size: 90%;
    }
#event-schedule .recommend-txt br {
    display: inherit;
}
#event-schedule .com-ttl {
  margin-bottom: 35px;
}
#event-schedule .visual {
    height: 30vw;
    margin-bottom: 25px;
  }
#event-schedule .visual h3 {
    width: 38vw;
  }
#event-schedule .visual .img {
    width: 34vw;
  }
#home-information.re2024 .item {
  margin-bottom: 25px;
}
#home-information.re2024 .item .item-title {

  font-size: 13px;
}
h2.com-ttl {
  font-size: 18px;
  width: 190px;
  margin-bottom: 30px;
    padding-top: 12px;
  padding-bottom: 12px;
}
#home-information.re2024 .com-ttl {
  margin-bottom: 40px;
}
#sns-box {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#sns-box h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
#society-box {
  padding-bottom: 40px;
}
#sns-box ul li img {
  width: 45px;
}
#line-box .logo {
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 35px;
  padding-bottom: 35px;
}
#line-box .logo img {
  width: 240px;
  margin-bottom: 25px;
}
    .com-btn:link, .com-btn:visited {
        padding: 17px;
        font-size: 16px;
    }
.com-btn::after {

  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -5px;

  border-top-width: 3px;
  border-right-width: 3px;
}
#line-box h2 {
  font-size: 4.2vw;
}
#line-box .ttl {
  padding-top: 22px;
  padding-bottom: 22px;
}
#line-box .ttl .icon {
  bottom: -70px;
}
#line-box .ttl .icon.ico01 {
  width: calc(101px * 0.5);
  margin-left: -46vw;
}
#line-box .ttl .icon.ico02 {
  width: calc(86px * 0.5);
  margin-right: -46vw;
}
#event-schedule .sub-ttl {
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: -10px;
}
.num-one-txt {
  line-height: 1.6;
  font-size: 2.7vw;
}
.num-one {
  line-height: 1.3;
  font-size: 3.3vw;
}
.course-name {
  font-size: 3.5vw;
  line-height: 1.4;
  margin-bottom: 20px;
}
.home-lead {
    bottom: 30px !important;
  }
.attention-txt a {
  border-radius: 7px;
  padding: 15px;

  font-size: 14px;
}
.attention-txt {
  margin-top: 25px;
}
#number-result .flex {
  margin-top: 20px;
}
#number-result .container .blk {
  margin: 2%;
    padding: 10px;
}
#number-result .container .col1 {
    width: 45.9999%;
  }
#number-result .container .col1 h3 {

  font-size: 3.2vw;
    margin-bottom: 10px;
}
#number-result .container .blk:last-child {
    padding: 15px;
    padding-top: 10px;
}
    #number-result .container .col2 {
        text-align: left;
    }
#number-result .container .col2 h3 {
  font-size: 3vw;
  margin-bottom: 15px;
  padding-left: 19vw;
  background-size: 15vw;
  padding-right: 0;
    margin-left: 2vw;
}
#number-result .container .col2 .btn img {
  width: 45px;
  top: -88px;
  right: 10px;
}
#number-result {
  margin-bottom: 40px;
}
#home-pickup {
  padding-top: 40px;
  padding-bottom: 40px;
}
#home-pickup .flex .blk h3 {
  font-size: 18px;
    margin-bottom: 10px;
}
#home-pickup .flex .blk:first-child {
    margin-bottom: 15px;
  }
#home-pickup .flex .blk ul li {
  padding: 8px;
  font-size: 3.3vw;
}
#home-pickup .musee-bnr dt {
  width: 22vw;
}
#home-pickup .musee-bnr dd {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 3.5vw;
}
#home-pickup .musee-bnr {
  margin-top: 20px;
}
#event-schedule .btn-blk {
    margin-top: 25px !important;
    margin-bottom: 40px !important;
  }
#event-schedule .btn-blk a {
  max-width: 310px;
}
#line-box .logo .com-btn {
  max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.com-btn.wid {
  max-width: 310px;
}
#home-information.re2024 {
  padding-bottom: 50px;
}
 #home-information.re2024 .items-parent-col3 .item.sp-no {
    display: none;
  }
#home-information.re2024 .item .date {
  margin-bottom: 5px;
}
#event-schedule .bg {
    height: 90vw;
  }
#event-schedule.re-design {
    padding-top: 16vw;
  }
#home-pickup .flex .blk .txt {
  font-size: 14px;
}
#home-pickup .flex .blk .com-btn {
    margin-top: 20px;
}
#home-pickup .flex .blk {
    padding: 15px;
}
}
/*============================
#layout
============================*/
#siteid {
    width: 200px;
    height: 200px;
    position: fixed;
    z-index: 7;
}

#siteid a {
    display: block;
    background: #e7546f;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 60px;
}

#siteid a img {
    width: 58%;
}
#siteid h1 {
    padding-top: 10px;
    font-size: 15px;
    letter-spacing: 0.02em;
}

/*=== header ===*/
header {
    width: 100%;
    height: 100px;
    background: #fff;
    position: fixed;
    z-index: 6;
  transition: all .3s;
}
   .head-local  {
    padding-bottom: 52px;
    font-size: 13px;
     text-align: center;
}
 .head-local li  {
display: inline-block;
}
 .head-local li a  {
    text-decoration: none;
    padding: 10px;
    color: #6b6b6b;
    font-size: 13px;
}
#global {
position: absolute;
    right: 32px;
    top: 60px;
}
.l-nav-side li {
	display: inline-block;
}
.l-nav-side li:after {
    content: '/';
    padding: 0 8px;
    color: #c3c3c3;
}
.l-nav-side li:last-child:after {
  content: '';
}
.l-nav-side li a {
	display: inline-block;
}
.l-nav-side li a {
position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.06em;
}
.l-nav-side li a:hover {
	color: #191919;
}
#primary {
    position: absolute;
    right: 190px;
    top: 26px;
}
#primary.l-nav-side li {
    color: #949494;
}
#primary.l-nav-side li a {
font-size: 13px;
    color: #949494;
}

.l-nav-side li a:hover {
	color: #191919;
}
.hover-ef-line a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #191919;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-ef-line a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.hover-ef-line-w a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #ccc;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-ef-line-w a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-contact a {
position: absolute;
    right: 46px;
    top: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #b1a38e;
    padding: 8px 20px;
    border-radius: 25px;
}
.l-modal-menu{
	display: none;
}




/*=== sitesummary ===*/
.site-summary {
    width: 100px;
    background: #fff;
    height: 100vh;
    position: fixed;
    z-index: 6;
}

.site-title {
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 0.1em;
    position: fixed;
    top: 264px;
    left: 0px;
    display: inline;
    width: 62px;
    text-align: center;

}

.site-title-en {
font-family: futura-pt, sans-serif;
    font-size: 11px;
    color: #a0a0a0;
    letter-spacing: 0em;
    position: fixed;
    top: 450px;
    left: 0px;
    display: inline;
    width: 55px;
    text-align: center;
}

#target-link {
    position: fixed;
    left: 15px;
    bottom: 100px;
    font-size: 11px;
}
#target-link a {
    display: block;
  padding: 3px 0;
  color: #191919;
}
#sns-link {
position: fixed;
    bottom: 0;
    width: 100px;
}

#sns-link li {
    float: left;
}
#sns-link li.fb a {
    background: #1877f2;
        width: 33px;
    height: 33px;
    display: block;
    margin: 0;
}
#sns-link li.tw a {
    background: #1DA1F2;
        width: 33px;
    height: 33px;
    display: block;
    margin: 0;
}

#sns-link li.insta a {
background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    width: 34px;
    height: 33px;
    display: block;
}
#sns-link li.line a {
    background: #00b900;
       width: 33px;
    height: 33px;
    display: block;
    margin: 0;
}
.blank-ico {
    position: absolute;
    top: 12px;
    left: 0;
    width: 25px;
}
/*=== content ===*/
#content {
  position: relative;
    width:100%;
    background: #f3f3f3;
    margin: 0 auto;
       padding: 100px 220px 0 100px;
}
/*
#content::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#f3f3f3;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
 -ms- transition: opacity .2s ease;
 -moz- transition: opacity .2s ease;
  transition: opacity .2s ease;
}


#content.fadeout::after {
  opacity: 1;
}


#content.fadeout{

}

*/
.side-pickup {
  width: 220px;
position: fixed;
    top: 100px;
    right: 0;
    height: 100vh;
    background: #dbdbdb;
  z-index: 5;
}
.side-pickup a:hover {
    opacity: 0.8;
}
.side-pickup img {
  width: 100%;
}
/*=== breadcrumb ===*/
.breadcrumb {
      font-size: 11px;
        padding: 40px;
    text-align: right;
	    position: relative;
}

.breadcrumb li {
  display: inline-block;
	     line-height: 10px;
}

.breadcrumb li:after {
  content: '/';
  padding: 0 0.3em;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
    text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*=== archive ===*/
.page-hero {
    padding-top: 24px;
    padding-bottom: 64px;
    position: relative;
    text-align: center;
}
.archive .page-hero {
  padding-top: 240px;
}
.hgroup-cat-wrap {
    width: 100%;
    margin: 0 auto;
    color: #383434;
    vertical-align: middle;
    padding-top: 44px;
    padding-bottom: 40px;
}

.schoolinformation .hgroup-cat-wrap,.campuslife .hgroup-cat-wrap,.entranceexam .hgroup-cat-wrap {
  padding-top: 40px;
}
.schoolinformation .single .cat-en,.campuslife .single .cat-en,.entranceexam .single .cat-en {
  font-size: 13px;
}
.career .hgroup-cat-wrap {
    padding-top: 36px;
}
.index-hero {
    position: absolute;
    width: calc(100% - 300px);
    box-sizing: border-box;
}
.hero-bg {
position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
  width: 640px;
}
.archive .cat-en {
    font-family: 'learning';
    font-size: 80px;
    padding-bottom: 24px;
    letter-spacing: 0em;
    transform: rotate(-5deg);
    line-height: 0.7em;
}

.archive .cat-title {
    border-bottom: #444041 solid 1px;
    font-size: 24px;
    display: inline-block;
    line-height: 1em;
    font-family: 'Kiwi Maru', serif;
    font-weight: 600;
    margin-top: 0px;
    padding-bottom: 16px;
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
}


.page-hero-copy-wrap{

}
.page-hero-copy{
    font-family: 'Kiwi Maru', serif;
    font-size: 32px;
    text-align: center;
    line-height: 1.4em;
    padding-bottom: 32px;
    font-weight: 600;
    font-feature-settings: "palt";
}
.page-hero-copy-wrap .txt {
    line-height: 2em;
    padding-bottom: 24px;
    text-align: left;
}
.local li {
    width: 32.5%;
    margin-bottom: 1%;
    float: left;
    margin-right: 1%;
}
.local li:nth-child(3n) {
    margin-right: 0%;
}
.local li a {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 15px;
    color: #fff;
    transition: transform .3s;
    background: #e7546f;
    font-weight: 600;
}
.local li a:hover {

  transition: transform .3s;
}
/*=== single ===*/
.single .cat-en {
    font-family: 'learning';
    font-size: 80px;
    padding-bottom: 6px;
    transform: rotate(-7deg);
}

.single .cat-title {
    font-family: 'Kiwi Maru', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1em;
    letter-spacing: 0.04em;
    display: block;
    font-feature-settings: "palt";
}
.campuslife.single .cat-title {
    font-size: 12px;
}
.page-title {
    font-family: 'Kiwi Maru', serif;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    line-height: 1.2;
    padding: 12px;
    display: inline-block;
    font-feature-settings: "palt";
    color: #383434;
    border-bottom: #a9a9a9 solid 1px;
    border-top: #a9a9a9 solid 1px;
}
.lead-copy {
  font-family: 'Kiwi Maru', serif;
    font-size: 32px;
    text-align: center;
    line-height: 1.4em;
    padding-bottom: 48px;
    font-weight: 900;
  font-feature-settings: "palt";
}
.sec-title{
    font-family: 'Kiwi Maru', serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 72px;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
}
.sec-title .kana{
    letter-spacing: -0.04em;
}
.sec-title:after {
    content: "";
    width: 88px;
    height: 2px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #b1a7a4;
}
.sec-sub-title{
	font-size: 1.5em;
	line-height: 1.5em;
}
.row {
  padding-top: 80px;
}

#foot-local {
    background: #e7546f;
    padding: 80px 0;
}

.foot-local-title-en {
 font-family: futura-pt, sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
    color: #fff;
}
.foot-local-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 32px;
}
.foot-local li {
    width: 33.3%;
    float: left;
}
.foot-local li:nth-child(2n) {
    margin-right: 0%;
}
.foot-local li a {
    display: block;
    border: #fff solid 1px;
    width: 100%;
    padding: 18px;
    font-size: 15px;
    color: #fff;
    transition: transform .3s;
    font-weight: 600;
}
.foot-local li a:hover {
  background: #fff;
  color: #e7546f;
  transition: transform .3s;
}
.foot-local li.current a {
    background: #fff;
    color: #e7546f;
}
footer {
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    padding: 60px 40px 60px 160px;
}
.foot-logo {
    position: absolute;
    top: 60px;
    right: 260px;
    width: 320px;
}
.tel-no a {
    color: #208850;
}.foot-nav {
    padding-bottom: 16px;
    font-weight: 600;
}
.foot-nav-item::after {
  content: '/';
  margin: 0 .25em;
}
.foot-nav-item:last-child::after {
  display: none;
}
.foot-blog .item-parent-col2-herf {
    padding-bottom: 0px;
}
.foot-blog .item{
    width: calc(50% - 16px);
	margin-bottom: 32px;
}
.address {
    line-height: 1.8;
	padding-bottom: 16px;
}
.address .txt-link {
    text-decoration: underline;
}
.address .txt-link:hover {
    text-decoration: none;
}
.foot-blog .more-item-parent-col2 .summary-wrap {
    width: calc(100% - 126px);
    padding: 5px 0 0;
}
.foot-blog .more-item-parent-col2 .item-title {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 8px;
    font-style: normal;
}
.foot-blog .more-item-parent-col2 picture {
    width: 100px;
    height: 100px;
}
.foot-blog .more-item-parent-col2 picture img {
    height: 100px;
    object-fit: cover;
	border-radius: 3px;
}
.foot-blog .more-item-parent-col2 .txt {
    font-size: 12px;
    color: #ffe4e9;
    line-height: 1.8;
    magrgin-bottom: 0;
    padding-bottom: 0;
}
.foot-blog .more-item-parent-col2 .txt .data {
    display: block;
    padding-top: 5px;
}
#foot-inquiry {
	background: url("../images/common/foot-bg.jpg")no-repeat;
	background-size: cover;
	height: 600px;
}
.foot-inquiry-copy {
    font-family: 'Kiwi Maru', serif;
    font-size: 32px;
    line-height: 1.4em;
    padding-bottom: 32px;
    font-weight: 600;
    font-feature-settings: "palt";
}
#foot-inquiry p {
    font-size: 14px;
    line-height: 1.8;
    width: 700px;
}
.foot-bnr {
	margin-top: 40px;
}
.foot-bnr li {
	    width: calc(236px - 16px);
}
.tel-no {
    font-size: 40px;
    padding-left: 100px;
    position: relative;
    margin-top: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #208850;
	font-family: futura-pt, sans-serif;
}
.tel-no span {
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    width: 90px;
    height: 34px;
    background: #208850;
    text-align: center;
    line-height: 36px;
	 letter-spacing: 0em;
}
.tel-sup {
    font-size: 14px;
    padding-top: 10px;
}
.items-parent-col3, .item-parent-col2-herf, .item-parent-col2, .items-parent-col4, .items-parent-col4-voice, .more-item-parent-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex-reverse {
  flex-flow: row-reverse;
}
.item-parent-col2-herf.flex-reverse  .summary-wrap {
    padding: 48px 48px 0 24px;
}
.item-parent-col2-herf {
  padding-bottom: 80px;
}
.item-parent-col2-herf picture {
  width: 440px;
}
.item-parent-col2-herf picture img {
    border-radius: 6px;
}
.item-parent-col2-herf .summary-wrap {
    width: calc(100% - 440px);
    padding: 48px 24px 0 48px;
}
.item-parent-col2-herf .tag {
font-size: 13px;
    font-weight: 600;
    display: inline-block;
    background: #f87c93;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 12px;
}
.item-parent-col2-herf .txt {
font-size: 15px;
    line-height: 2;
    padding-bottom: 0px;
}
.item-parent-col2-herf .item-title {
    font-size: 18px;
    line-height: 1.8em;
    padding-bottom: 24px;
 font-family: 'Kiwi Maru', serif;
    font-weight: 600;

}
.item-parent-col2-herf .item-title strong {
     display: block;
    font-size: 28px;
    font-feature-settings: "palt";
}
.items-parent-col3 .item {
    width: calc(33.3334% - 26.666px);
    position: relative;
}
.items-parent-col3 .item picture {
  display: block;
   margin-bottom: 20px;
}
.items-parent-col3 .item picture img {
  border-radius: 5px;
}

.items-parent-col3 .item .tag {
   text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.items-parent-col3 .item .item-title {
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Kiwi Maru', serif;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.items-parent-col3 .txt {
    font-size: 13px;
    line-height: 1.9em;
    padding-bottom: 0px;
  margin-bottom: 52px;
}
.items-parent-col4 .item {
    width: calc(25% - 20px);
  position: relative;
}
.items-parent-col4-voice .item {
    width: calc(25% - 20px);
  position: relative;
}
#gallery .item picture {
    display: block;
    margin-bottom: 24px;
    position: relative;
}
#gallery .item picture:after {
    content: "";
    background: linear-gradient( #02020200, #000000 );
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3px;
    opacity: 0.8;
    height: 80px;
    border-radius: 6px;
}
#gallery .item picture img {
  border-radius: 5px;
}

#gallery .item .tag-month {
   text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
  background: #333;
  color: #fff;
  position: absolute;
  top: 16px;
  left: -8px;
  padding: 5px 10px;
  z-index: 2;
}
#gallery .item .tag-month.m01 {
  background: #db4125;
}
#gallery .item .tag-month.m02 {
  background: #2c70ad;
}
#gallery .item .tag-month.m03 {
  background: #e77575;
}
#gallery .item .tag-month.m04 {
  background: #83b427;
}
#gallery .item .tag-month.m05 {
  background: #0ba299;
}
#gallery .item .tag-month.m06 {
  background: #9c3e8a;
}
#gallery .item .tag-month.m07 {
  background: #33a1dc;
}
#gallery .item .tag-month.m08 {
  background: #e3831c;
}
#gallery .item .tag-month.m09 {
  background: #3a6b29;
}
#gallery .item .tag-month.m10 {
  background: #a6770d;
}
#gallery .item .tag-month.m11 {
  background: #854522;
}
#gallery .item .tag-month.m12 {
  background: #494c93;
}

#gallery .item .item-title {
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 16px;
    text-align: center;
    position: absolute;
    color: #fff;
    bottom: 24px;
    left: 0;
    right: 0;
  z-index: 2;
}

.more-aside{
      background: #e8e6e6;
    padding: 88px 0 72px;
      position: relative;
    z-index: 2;
}
.more-aside .item-parent-col2-herf {
    padding-bottom: 32px;
}
.more-aside .item{
width: calc(50% - 16px);
  margin-bottom: 32px;
}
.more-item-parent-col2 {

}
.more-item-parent-col2 picture {
      width: 140px;
}
.more-item-parent-col2 .summary-wrap {
width: calc(100% - 170px);
    padding: 8px 0 0;
}
.more-item-parent-col2 .item-title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
      font-style: normal;
}
.more-item-parent-col2 .txt {
  font-size: 13px;
  line-height: 1.8;
  magrgin-bottom:  0;
  padding-bottom: 0;
}
.more-float {
    position: absolute;
    top: -110px;
    left: 0px;
    font-size: 50px;
    font-family: 'learning';
}
#aside-voice .more-item-parent-col2 picture {
width: 100px;
    display: block;
}


#aside-voice .more-item-parent-col2 .summary-wrap {
width: calc(100% - 124px);
  padding: 10px 0 0 0px;
}
#aside-voice .more-item-parent-col2 picture img {
    border-radius:50%;
}
#aside-voice.more-item-parent-col2 .summary-wrap {
  width: 84%;
  padding: 16px 0 0 32px;
}
#aside-voice .more-item-parent-col2 .item-title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 8px;
    font-feature-settings: "palt";
	line-height: 1.4;
}
#aside-voice .voice-detail {
    padding-top: 24px;
}
#aside-voice .more-item-parent-col2 .txt {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 0;
}
#aside-voice .more-item-parent-col2 .voice-name {
    font-weight: 600;
}

.base-table {
    width: 100%;
    margin-bottom: 32px;
    border: #afafaf solid 1px;
}

.base-table thead th {
    font-size: 16px;
    line-height: 1.2;
    padding: 18px 0;
    color: #fff;
    background: #a09696;
    border-left: #fff solid 1px;
    vertical-align: middle;
}

.base-table tbody th {
    font-size: 15px;
    padding: 14px;
    background: #e9e6e5;
    text-align: left;
    border-bottom: #afafaf solid 1px;
    line-height: 1.4;
    color: #5d514d;
}
.base-table tbody .total th {
   font-weight: 600;
  color: #333;
}
.base-table tbody .total td {
   font-weight: 600;
  color: #333;
}
.base-table tbody .total-all th {
   font-weight: 600;
  font-size: 18px;
  background: #f6eed2;
  color: #333;
}
.base-table tbody .total-all td {
   font-weight: 600;
   font-size: 18px;
  background: #f6eed2;
  color: #333;
}
.base-table tbody .odd th {
    background: #f5f1f0;
}
.base-table tbody td {
padding: 12px;
    background: #fff;
    text-align: right;
    border-left: #afafaf dotted 1px;
    border-bottom: #afafaf solid 1px;
    line-height: 1.4;
  font-size: 15px;
}
.base-table tbody td .sup {
    line-height: 1.0;
}
.base-table tbody .odd td {
    padding: 12px;
    background:#fbfbfb;
}
.sec-subtitle {
    font-size: 17px;
    padding-bottom: 24px;
}
.coution li {
  list-style: none;
  font-size: 13px;
  line-height: 1.6;
  padding-bottom: 8px;
}



/*=== curriculum ===*/
#timetable .item {
    background: #e7546f;
    padding: 15px;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    height: 70px;
}
#timetable .grade {
text-align: center;
    position: absolute;
    top: 13px;
    left: 23px;
    font-size: 12px;

}
#timetable .grade .en {
  font-size: 30px;

}
#timetable .grade span {
  display: block;

}
#timetable .tag {
    font-size: 13px;
    border: #fff solid 1px;
    padding: 5px;
    width: 88px;
    position: absolute;
    text-align: center;
    position: absolute;
    left: 70px;
    top: 23px;
}
#timetable .item-title {
font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 180px;
    top: 23px;
}

/*=== teacher ===*/
.student-voice{
  position: relative;
}
.student-voice picture{
      width: 200px;
    display: block;
    position: absolute;
    right: -60px;
    bottom: -80px;
}
.student-voice .txt{
font-size: 13px;
    padding-top: 48px;
    padding-right: 120px;
}
.student-voice .voice-name{
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
}
.student-voice .voice-name .sup{
  font-size: 12px;

}
/*=== teacher ===*/
#qualification-detail .items-parent-col3 .item {
    background: #285a55;
    padding: 40px 24px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
      width: calc(33% - 8px);
}
#qualification-detail .items-parent-col3 .item.odd {
    background: #3f7b75;
}
#qualification-detail .items-parent-col3 .item .tag {
    font-size: 40px;
}
#qualification-detail .items-parent-col3 .item .item-title {
    font-size: 20px;
  font-family: 'Kiwi Maru', serif;
font-weight: 600;
font-style: normal;
}
#qualification-detail .items-parent-col3 .txt {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
}
/*=== campusblog ===*/

#blog-archive .items-parent-col3 .item .item-title {
    text-align: left;
}
.tag-cat {
    position: absolute;
    top: 20px;
    left: -8px;
    padding: 6px 10px 5px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: #333;
    line-height: 1em;
}
#blog-archive .data {
    display: block;
  padding-top: 16px;
  font-size: 12px;
}
.tag-cat.report {
    background: #e44545;
}
.tag-cat.campuslife {
    background: #368eca;
}
.tag-cat.ob {
    background: #50aba9;
}
.pagenate {
  margin: 60px 0;
      text-align: center;
}

.pagenate li {
 display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 4px;
}
.pagenate li.current {
    background: #e7546f;
  color: #fff;
   line-height: 30px;
  text-align: center;
  border: #e7546f solid 1px;
  color: #fff;
  width: 30px;
    height: 30px;
}
.pagenate li a {
  width: 30px;
    height: 30px;
  display: block;
  background: #fff;
  line-height: 30px;
  text-align: center;
  border: #e7546f solid 1px;
  color: #e7546f;
}
#scholarship .item-title {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 16px;
}

#scholarship .item {
    background: #fff;
    padding: 24px 32px;
    margin-bottom: 16px;
  position: relative;
}

#index-local {
    padding-bottom: 120px;
}

#flow-step .item-title {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
      padding-left: 50px;
}

#flow-step .item {
    background: #fff;
    padding: 24px 32px;
    margin-bottom: 24px;
  position: relative;
}
#flow-step .txt {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 0;
      padding-left: 50px;
}
#flow-step .number {
    position: absolute;
    font-size: 36px;
    left: 20px;
    color: #e7546f;
}
.bnr {

}

.bnr .item-parent-col2-herf .item {
  width: calc(50% - 16px)
}
.bnr .item-parent-col2-herf .item picture {
  display: block;
}
.bnr .item-parent-col2-herf .item picture img {
  width: 100%;
}
.link-wrap {
    margin: 80px 0 0;
    text-align: center;
}

.link-wrap .aside-copy {
    font-size: 20px;
    padding-bottom: 24px;
    font-weight: 600;
}

a.lnternal-link {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 21px;
    width: 400px;
    background: #e7546f;
    margin: 0 auto;
    color: #ffffff;
  position: relative;
}

a.lnternal-link::before {
position: absolute;
    top: 43%;
    bottom: 0;
    vertical-align: middle;
    content: "";
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}






 #siteid a {
    display: block;
    background: #e7546f;
    }

    .hero {
width: 100%;
    height: 90vh;
    background: url(../../../../../assets/shika/images/home/home-hero2022.jpg?02) no-repeat top right;
    position: relative;
	    background-size: cover;

    }
    .home-lead{
    position: absolute;
    bottom: 10%;
    left: 10%;
    }
     .home-lead-copy{
    font-size: 24px;
    font-family: 'Kiwi Maru', serif;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.3em;
    padding-left: 5px;
    }
     .home-corse{
position: relative;
    }
    .home-corse-name{
    letter-spacing: 0.04em;
    font-size: 52px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 24px;
    }
    .home-grade{
    margin-left: 7px;
    background: #e7546f;
    line-height: 1em;
    color: #fff;
    padding: 5px 10px 4px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    display: inline;
    }
    .home-capacity{
         font-size: 13px;
    font-weight: 600;
    display: inline;
    padding-left: 12px;
    }
    .home-job{
padding-top: 20px;
    margin-bottom: 16px;
    }
    .home-job li{
     list-style: none;
    border:#191919 solid 1px;
      color: #191919;
     border-radius: 50px;
    text-align: center;
    display: inline;
    float: left;
    padding: 6px 16px 5px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 4px;
    margin-bottom: 6px;
    }
    .home-job li.no-border{
 border:none;
          padding: 6px 0;
    }
    .home-job li.block{
clear: both;
    }
    .home-pick{
font-size: 15px;
      font-weight: 600;
      clear: both;
   padding-top: 10px;
    padding-left: 5px;
    }

	.fl-img{
	position: absolute;
    bottom: 48%;
    left: 10%;
	}
  .fl-img img {
    width: 250px;
}
.item-parent-col2-herf picture {
    width: 45%;
	text-align:center;
}
  .item-parent-col2-herf {

}
.item-parent-col2-herf.flex-reverse .summary-wrap {
    padding: 20px 60px 0px 80px;
}
.item-parent-col2-herf .summary-wrap {
    padding: 20px 80px 0px 60px;
      width: 55%;
}
  .fixBox{
    position: fixed;
  }
  .item-parent-col2-herf picture img {
    border-radius: 0;
}
  .item-parent-col2-herf .item-title {
    font-size: 24px;
    line-height: 1.3;
}
  .item-parent-col2-herf .item-title strong {
    font-size: 48px;
}
#event-schedule .container {
    width: 980px;
    margin: 0 auto 80px;
    max-width: 1090px;
}
#event-schedule .item {
    background: #fff;
    border-radius: 6px;
}
 #event-schedule a {
    color: #333;
}
#event-schedule .btn-wrap a:hover {
    color: #fff;
}
  .data-wrap {
    padding: 16px 0;
    text-align: center;
}
    .year {
    font-weight: 600;
    font-size: 14px;
}
    .day {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.06em;
    padding: 5px 3px 0 18px;
}
    .daytxt {
    font-weight: 600;
    font-size: 34px;
    padding-top: 16px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1em;
}
    .week {
    display: inline-block;
    font-size: 11px;
    width: 24px;
    height: 24px;
    background: #333;
    border-radius: 6px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -8px;
}
    .time {
    font-size: 14px;
    font-weight: 600;
}
    .type-detail {
    padding: 40px;
    margin-bottom: 32px;
    background: #fff;
    border-radius: 6px;
}
  .home-title-wrap{
    text-align: center;
  }
.home-sec-title {
    font-size: 17px;
    clear: both;
    text-align: center;
    font-weight: 600;
    padding: 15px;
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px;
    margin-bottom: 48px;
    display: inline-block;
    text-align: center;
}
.home-sectitle-en {
    font-family: 'learning';
    font-size: 60px;
    padding-bottom: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #fc6791;
}
  .l-sec{
    clear: both;
    padding-top: 80px;
  }
  .foot-sns {
    margin-bottom: 20px;
}
.foot-sns li {
     width: 30px;
    display: inline-block;
    margin-right: 4px;

}
.foot-sns li img {
    border-radius: 4px;
}
@media screen and (max-width: 1460px) {
.container {
    width: 86%;
  }
  .foot-bnr li {
    width: calc(25% - 10px);
}
#foot-inquiry {
    background: url(../images/common/foot-bg.jpg)no-repeat top right;
  background-size: cover;
}
}
@media screen and (max-width: 1360px) {
#event-schedule .container {
    width: 86%;
    margin: 0 auto 80px;
}
.item-parent-col2-herf .item-title {
    font-size: 20px;
    line-height: 1.3;
}
  .foot-inquiry-copy {
    font-size: 28px;
  }
}

@media screen and (max-width: 1180px) {
  html {
    visibility: visible;
}

.item-parent-col2-herf .item-title {
    font-size: 20px;
    line-height: 1.3;
}
  .foot-inquiry-copy {
    font-size: 28px;
  }


  .item-parent-col2-herf picture {
    width: 100%;
    text-align: center;
}
  .item-parent-col2-herf .summary-wrap {
    padding: 0;
    width: 80%;
    text-align: center;
    margin: 40px auto;
}
  .item-parent-col2-herf picture {
    width: 100%;
    text-align: center;
}
  .item-parent-col2-herf {
    display: block;
}
  .item-parent-col2-herf picture img {
    border-radius: 0;
    width: 100%;
}
  .item-parent-col2-herf picture img {
    border-radius: 0;
    width: 100%;
}
  .item-parent-col2-herf.flex-reverse .summary-wrap {
    padding: 0 0 0px 0;
}

  #point .item-parent-col2-herf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}


@media screen and (max-width: 1024px) {
  .hero {
    background: url(/assets/shika/images/home/home-hero2022-sp.jpg?03) no-repeat top right;
    position: relative;
    background-size: cover;
}

  @media screen and (orientation: landscape) {
    .hero {
      background: url(/assets/shika/images/home/home-hero2022.jpg?03) no-repeat top right;
      background-size: cover;
    }
  }


  #siteid-sp {
    width: 40%;
    margin: 0 auto;
    padding-top: 0px;
    text-align: center;
}
  #siteid-sp img {
    width: 86%;
}
.home-lead {
    right: auto;
    left: 80px;
}
#siteid-sp h1 {
    color: #fff;
    padding-top: 16px;
    font-size: 13px;
    margin-bottom: 20px;
}


  .dept-menu{
    text-align: center;
    margin-bottom: 40px;
    font-size: 0;
  }
  .dept-menu li{
    font-size: 12px;
    border: #fff solid 1px;
    display: inline-block;
    padding: 5px 8px;
    color: #fff;
  }
    .dept-menu li a{
    color: #fff;
  }
   .dept-menu li.current{
    color: #e7546f;
     background: #fff;
  }
#event-schedule .container {
    width: 88%;
    margin: 0 auto 80px;
}
.item-parent-col2-herf .item-title {
    font-size: 20px;
    line-height: 1.3;
}
  .foot-inquiry-copy {
    font-size: 28px;
  }
  .side-pickup {
    display: none;
  }
  #content {
    position: relative;
    width: calc(100% - 200px);
    background: #f3f3f3;
    margin: 0 auto 0;
    padding: 100px 0 0;
}
  #event-schedule .item {
    height: auto;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 16px;
}
  .index-hero {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}
 .index-hero img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}
    footer {
    padding: 80px;
        text-align: center;
}
  .foot-logo {
    position: relative;
    top: 0;
    right: auto;
    width: auto;
}
  .foot-logo img {
    width: 300px;
    margin: 0 auto 60px;
}


}

@media screen and (max-width: 960px) {
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  @-webkit-keyframes translateY {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes translateY {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  /*=== header ===*/
  body{
        padding: 0px;
  }
  #siteid {
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    z-index: 12;
     position: absolute;

  }
  #siteid a {
    padding-top: 40px;
  }
  #siteid a img {
    width: 60%;
}
  #siteid h1 {
 font-size: 12px;
  }
  header {
    display: none;
  }
  .p-global-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 13;
  }
  .p-global-menu-btn {
    width: 64px;
    height: 64px;
    background-color: #fff;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .p-global-menu-btn.is-active {
    background-color: transparent;
  }
  .p-global-menu-btn.is-active .p-global-menu-line {
    left: 18px;
    width: 26px;
  }
  .p-global-menu-btn.is-active .p-global-menu-line:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  .p-global-menu-btn.is-active .p-global-menu-line:nth-of-type(2) {
    -webkit-transform: translateY(-3px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg);
  }
  .p-global-menu-line {
    height: 1px;
    background-color: #000;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 17px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
 .is-active .p-global-menu-line {
    background-color: #fff;
  }




  .p-global-menu-line:nth-of-type(1) {
    width: 30px;
    top: 28px;
  }
  .p-global-menu-line:nth-of-type(2) {
    width: 20px;
    top: 34px;
  }
  .site-summary {
    display: none;
  }
  .side-pickup {
    display: none;
  }
  .sp-menu {
    width: 100%;
    height: 100%;
    background-color: #e65c76;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
  }
  .sp-menu.is-active {
    -webkit-animation: fadeIn 0.4s ease-in-out forwards;
    animation: fadeIn 0.4s ease-in-out forwards;
  }
  .sp-menu.is-remove {
    -webkit-animation: fadeOut 0.4s ease-in-out forwards;
    animation: fadeOut 0.4s ease-in-out forwards;
  }
  .sp-menu-outer {
    width: 100%;
    height: 100%;
    padding: 36px 8vw 8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .sp-menu-heading {
    font-size: 20px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 600;
 color: #fff;
    padding-bottom: 40px;
        text-align: center;
  }
  .sp-global {
    margin-bottom: 24px;
  }
  .sp-global li {
    margin-bottom: 16px;
    display: block;
  }
  .sp-global li:last-child {
    margin-bottom: 0;
  }
  .sp-global li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: #fff solid 1px;
    display: block;
    padding-bottom: 16px;
  }
  .sp-primary {
    margin-bottom: 24px;
  }
  .sp-primary li {
    display: inline-block;
  }
  .sp-primary li:not(:last-child)::after {
    content: '/';
    padding: 0 8px;
    color: #fff;
  }
  .sp-primary li a {
    font-size: 14px;
    color: #fff;
  }
  .sp-contact a {
    font-size: 14px;
    color: #e7546f;
    font-weight: 600;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 25px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  /*=== 共通レイアウト ===*/
  .l-sec {
    padding: 40px 0 72px;
  }
  #content {
    width: 100%;
   padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home-sec-title {
    font-size: 14px;
    padding: 12px;
    margin-bottom: 32px;
  }
  .home-sectitle-en {
    font-size: 48px;
    padding-bottom: 13px;
  }
  .row {
    padding-top: 40px;
  }
  /*=== 学科トップ ===*/
  .hero {
 padding: 0 4vw;
    margin: 24px 0;
    width: 88%;
    margin: 24px auto;
    -webkit-box-sizing: border-box;
  }

  .home-lead {
    left: 6vw;
    bottom: 30px;
    right: initial;
  }
  .home-lead-copy {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .home-corse-name {
    font-size: 38px;
    margin-bottom: 12px;
  }
  .home-grade {
    font-size: 11px;
    margin-left: 2px;
  }
  .home-capacity {
    font-size: 11px;
    padding-left: 6px;
  }
  .home-job {
padding-top: 24px;
    margin-bottom: 16px;
  }
  .home-pick {
    font-size: 13px;
    font-weight: 600;
    clear: both;
    padding-top: 4px;
}
  .home-job li {
    list-style: none;
    border: #191919 solid 1px;
    color: #191919;
    border-radius: 50px;
    text-align: center;
    display: inline;
    float: left;
    padding: 6px 10px 5px;
    font-size: 10px;
    font-weight: 600;
    margin-right: 4px;
    margin-bottom: 6px;
}
  .foot-logo img {
    width: 100%;
    margin: 0 auto 20px;
}
  #event-schedule .container {
    width: 100%;
    margin: 0;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
  }
  #event-schedule .container::before, #event-schedule .container::after {
    content: "";
    display: table;
  }
  #event-schedule .container:after {
    clear: both;
  }
  #event-schedule .item {
    height: auto;
  }

  #event-schedule .item img {
    width: 100%;
  }
  .data-wrap {
    padding: 12px 0;
    min-height: 90px;
  }
  .year {
    font-size: 12px;
  }
  .day {
    font-size: 26px;
    padding: 5px 3px 0 18px;
  }
  .daytxt {
    font-weight: 600;
    font-size: 24px;
    padding-top: 16px;
    margin-bottom: 7px;
  }
  .week {
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
    top: -6px;
  }
  .time {
    font-size: 12px;
    font-weight: 600;
    margin-top: 3px;
  }
  #point {
    padding: 40px 4vw 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .items-parent-col3, .item-parent-col2-herf, .item-parent-col2, .items-parent-col4, .items-parent-col4-voice, .more-item-parent-col2 {
    display: block;
  }
  .item-parent-col2-herf.flex-reverse .summary-wrap {
    padding: 0;
  }
  .item-parent-col2-herf {
    padding-bottom: 40px;
  }
  .item-parent-col2-herf:last-child {
    padding-bottom: 0;
  }
  .item-parent-col2-herf picture {
    width: 100%;
    margin-bottom: 20px;
  }
  .item-parent-col2-herf .summary-wrap {
    width: 100%;
    padding: 0;
  }
  .item-parent-col2-herf .tag {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    background: #f87c93;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 12px;
  }
  .item-parent-col2-herf .txt {
    font-size: 12px;
	  text-align: left;
  }
  .item-parent-col2-herf .item-title {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .item-parent-col2-herf .item-title strong {
    font-size: 28px;
  }
  .items-parent-col3 .item {
    width: 100%;
    margin-bottom: 32px;
    position: relative;
  }
  .items-parent-col3 .item:last-child {
    margin-bottom: 0;
  }
  .items-parent-col3 .item picture {
    margin-bottom: 12px;
  }
  .items-parent-col3 .item img {
    width: 100%;
  }
  .items-parent-col3 .item .tag {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .items-parent-col3 .item .item-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .items-parent-col3 .txt {
    font-size: 12px;
    margin-bottom: 0;
  }
  #blog-archive .data {
    padding-top: 5px;
    font-size: 11px;
  }
  footer {
    height: auto;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    padding: 32px calc(4vw + 32px) 32px;
  }
  .foot-logo {
    position: relative;
    top: 0;
    right: 0;
    width: 200px;
    margin: 0 auto 24px;
  }
  .foot-nav {
    padding-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-blog .item-parent-col2-herf {
    padding-bottom: 0px;
  }
  .address {
    line-height: 1.8;
    padding-bottom: 16px;
  }
  .float-pickup {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  }
  .float-pickup.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .float-pickup-image a {
    display: block;
  }
  .float-pickup-image img {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .lower-sns {
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 50px;
    z-index: 2;
  }
  .lower-sns-heading {
        font-size: 10px;
    color: #999999;
    letter-spacing: .025em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform-origin: 10px;
    transform-origin: 10px;
    display: inline-block;
    white-space: nowrap;
  }
  .lower-sns-list {
    margin-top: 14px;
  }
  .lower-sns-item a {
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .lower-sns-item a::before {
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .lower-sns-item.-fb {
    background-color: #405d95;
  }
  .lower-sns-item.-fb a::before {
    width: 10px;
    height: 20px;
    background-image: url(/assets/images/ico/sns_facebook.png);
  }
  .lower-sns-item.-tw {
    background-color: #50abf1;
  }
  .lower-sns-item.-tw a::before {
    width: 16px;
    height: 14px;
    background-image: url(/assets/images/ico/sns_twitter.png);
  }
  .lower-sns-item.-insta {
    background: -webkit-linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
    background: linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
  }
  .lower-sns-item.-insta a::before {
    width: 16px;
    height: 16px;
    background-image: url(/assets/images/ico/sns_instagram.png);
  }
  .lower-access {
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 12.5vh;
    z-index: 2;
  }
  .lower-access-text {
    font-size: 12px;
    letter-spacing: .05em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-weight: 500;
  }
  .lower-access-text a {
    display: block;
  }
  .lower-access-text span {
    padding-top: 26px;
    margin-left: 0px;
    position: relative;
    display: block;
  }
  .lower-access-text span::before {
    content: '';
    width: 13px;
    height: 18px;
    margin-left: 0px;
    background-image: url(/assets/images/ico/ico_map_pin.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
   .sp-menu-outer .foot-sns {
    margin-bottom: 20px;
    text-align: center;
}
  .sp-menu-outer .lower-sns-list{
        margin-top: 26px;
  }
  .index-hero {
    position: absolute;
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-sizing: border-box;
}

.index-hero img {
    object-fit: cover;
    height: 300px;
}
  .archive .cat-en {
    font-family: 'learning';
    font-size: 60px;
    padding-bottom: 14px;
    letter-spacing: 0em;
    transform: rotate(-5deg);
    line-height: 0.7em;
}
  .archive .cat-title {
    border-bottom: #444041 solid 1px;
    font-size: 20px;
    display: inline-block;
    line-height: 1em;
    font-family: 'Kiwi Maru', serif;
    font-weight: 600;
    margin-top: 0px;
    padding-bottom: 16px;
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
}.page-hero-copy {
    font-family: 'Kiwi Maru', serif;
    font-size: 24px;
    text-align: center;
    line-height: 1.4em;
    padding-bottom: 32px;
    font-weight: 600;
    font-feature-settings: "palt";
}
  .inner {
    width: 90%;
    margin: 0 auto;
}
  .container {
    width: 86%;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}
  footer {
    height: auto;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    padding: 32px calc(4vw + 10px) 32px;
}
  .tel-no {
    font-size: 36px;
    padding-left: 0;
    position: relative;
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
    padding-top: 15px;
  }

    .tel-no a {

		    color: #208850;
  }

  .only-pc-inline {
    display: none;
  }
 #foot-inquiry p {
    font-size: 13px;
    line-height: 1.8;
    width: auto;
  }
   #foot-inquiry {
    background: none;
    background-size: cover;
   height: auto;
    padding-bottom: 60px;
}
  .foot-bnr {
    margin-top: 30px;
}
  .foot-local li a {
    display: block;
    border: #fff solid 1px;
    width: 100%;
    padding: 14px;
    font-size: 13px;
        line-height: 1.5;
  }
  .foot-inquiry-copy {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
      text-align: center;
  }
  .foot-bnr li {
    width: 48%;
    float: left;
}
 #foot-inquiry p {
    font-size: 13px;
    line-height: 1.8;
    width: auto;
  }
  .tel-no {
    font-size: 26px;
    padding-left: 0;
    position: relative;
    margin-top: 0;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;

}
  .tel-no a {
    color: #208850;

}
  .tel-no span {
    font-size: 13px;
    color: #fff;
    position: relative;
    left: auto;
    top: auto;
    width: 90px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0em;
    display: block;
    margin: 0 auto 10px;
}
    .tel-sup {
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
    line-height: 1.8;
}
 .foot-outline {
    clear: both;
    padding-top: 60px;
}
  .foot-nav {
    padding-bottom: 16px;
    font-weight: 600;
    font-size: 12px;
}
.foot-nav a {
    text-align: left;
    display: block;
    padding-bottom: 10px;
    border-bottom: #b3b3b3 dotted 1px;
    margin-bottom: 10px;
}
  .foot-nav a.no-border {
    border-bottom: none;
}footer {
    padding: 32px;
    font-size: 14px;
}
    .foot-nav-item::after{
    display: none;
  }

}


@media screen and (max-width: 768px) {
  .fl-img {
    position: relative;
    top: auto;
    width: 200px;
    left: 0;
    right: auto;
    bottom: auto;
    margin-bottom: 25px;
}
}

@media screen and (max-width: 424px) {

  .home-lead {
    left: 6vw;
    bottom: 10px;
    right: initial;
}
  .home-lead-copy {
    font-size: 14px;
    margin-bottom: 4px;
}
  .home-corse-name {
    font-size: 30px;
    margin-bottom: 12px;
}
  .home-job {
    padding-top: 16px;
    margin-bottom: 16px;
}
    .fl-img {
    position: relative;
    top: auto;
    width: 100px;
    left: 0;
    right: auto;
    bottom: auto;
    margin-bottom: 10px;
}
  .fl-img img {
    width: 100%;
}
  
}
@media screen and (max-width: 375px) {


  
}
@media screen and (max-width: 320px) {
.home-lead-copy {
    font-size: 15px;
    margin-bottom: 8px;
}
.home-corse-name {
    font-size: 28px;
    margin-bottom: 12px;
}

	.home-grade {
    font-size: 10px;
    margin-left: 2px;
    padding: 5px 8px 4px;
}
	.home-capacity {
    font-size: 10px;
    padding-left: 6px;
}

	.home-job {
    padding-top: 16px;
    margin-bottom: 0;
}
.home-sectitle-en {
    font-size: 40px;
    padding-bottom: 13px;
}.day {
    font-size: 20px;
    padding: 5px 3px 0 18px;
}
.time {
    font-size: 11px;
    font-weight: 600;
    margin-top: 0;
}
	.year {
    font-size: 11px;
}
	.item-parent-col2-herf .item-title {
    font-size: 15px;
    padding-bottom: 12px;
}
	.dept-menu li {
    font-size: 11px;
    padding: 7px 6px;
    color: #fff;
}
	.sp-global li a {
    font-size: 14px;
	}

	.archive .cat-title {
    font-size: 18px;
		margin-bottom: 32px;
	}

	.page-hero-copy {
    font-size: 18px;
	}

	.txt {
    font-size: 13px;
	}
	.local li a {
    font-size: 13px;
}
	#index-local {
    padding-bottom: 60px;
}




}
#target-link {
    bottom: 40px;
}
@media all and (-ms-high-contrast: none){
 #content{
    display: block;
  }
}
@media (min-width: 1100px) and (max-height: 740px) {
  .fl-img img{
    width:160px;
  }
  .site-title-en{
    display: none;
  }
  .fl-img{
    top: 50px;
    right: 50px
  }
  .home-lead-copy{
    font-size: 36px;
  }
  .home-corse-name{
    font-size: 30px;
  }
  #content{
    display: block;
  }

  .btn-contact a{
   padding: 8px 20px;
  }
  .home-job li{
  padding: 10px 16px 3px;
  }
  .side-pickup{
    position: absolute;
  }
  .foot-sns li img {
    height: 100%;
  }
}


.btn-wrap a {
    width: 240px;
    margin: 60px auto 0;
    text-align: center;
    border: #333 solid 1px;
    height: 56px;
    line-height: 56px;
  display: block;
  color: #333;
}
.btn-wrap a:hover {
 background: #333;
  color: #fff;
}


.info-list li .info-data {
    width: 120px;
font-size: 13px;
  display: inline-block;
}
.info-list li {
border-bottom: #b7b7b7 dotted 1px;
    padding: 18px;
    font-size: 16px;
   line-height: 1.5;
}
.info-list li:last-child {
    border-bottom: none;
}

.info-list li a {
  color: #333;
}
.info-list li a:hover {
    text-decoration: underline;
  color: #333;
}

@media screen and (max-width: 800px) {

.info-list li .info-data {
    width: auto;
    font-size: 12px;
    display: block;
    padding-bottom: 4px;
}
  .info-list li {
    padding: 14px 4px;
    font-size: 13px;
}

}

.btn-wrap a {
    width: 240px;
    margin: 60px auto 0;
    text-align: center;
    border: #333 solid 1px;
    height: 56px;
    line-height: 56px;
  display: block;
  color: #333;
}
.btn-wrap a:hover {
 background: #333;
  color: #fff;
}
  .day {
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.06em;
    padding: 5px 3px 0 18px;
}
  .time {
    border-top: #cacaca solid 1px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 6px;
    width: 80%;
    margin: 6px auto 0;
}
  .week {
    display: inline-block;
    font-size: 10px;
    width: 23px;
    height: 23px;
    background: #4d9de2;
    border-radius: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -8px;
    text-align: center;
}

 .type {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
        height: 34px;
    display: table;
    width: 100%;
    background: #ff933b;
    color: #fff;
   border-radius: 5px 5px 0px 0px;
}
 .type span{
    vertical-align: middle;
    display: table-cell;
   line-height: 1.2;
}
  .type.oc {
    background: #ff79b6;
}
   .type.session {
    background: #ff933b;
}
      .type.private {
    background: #2e9164;
}
   .type.outcall {
    background:#50a697;
}
   .type.online {
    background: #0ea5fd;
}
 .type.interview {
    background: #8370bb;
}
 .type.benefits {
    background: #af2749;
}
.private .day {
    padding-left: 0;
    font-size: 45px;
}
.private .week-and {
    font-weight: bold;
    display: inline-block;
    vertical-align: super;
}
@media screen and (max-width: 480px) {
.private .day {
  font-size: 25px;
    padding-right: 0;
    padding-top: 0;
    vertical-align: middle;
}
.private .week {
  vertical-align: middle;
    margin-top: 15px;
}
.private .week-and {
  vertical-align: middle;
}
}


.pickup-bnr {
    margin-bottom: 60px;
    margin-top: -20px;
}
.pickup-bnr a {
		  display: block;
	  }
	  .pickup-bnr a:hover th{
		  background-color: #fdfd5c;
	  }
	  .pickup-bnr a:hover td{
		  background-color: #fbfbfb;
	  }
	  .pickup-bnr table {
		  width: 100%;
		  border-radius: 8px;
		  overflow: hidden;
	  }
	  .pickup-bnr th {
    width: 50%;
    background-color: #ffff00;
    vertical-align: middle;
    color: #000;
    text-align: center;
    font-style: oblique;
    line-height: 1.5;
    font-size: 18px;
    background-image: url(../images/home/shika_bnr.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 70px;
    padding: 20px;
	  }
	  .pickup-bnr th span {
		  display: inline-block;
		  text-align: left;
		  margin: auto;
		  padding-right: 60px;
	  }
	  .pickup-bnr td {
		  width: 50%;
		  background-color: #fff;
		  padding: 20px;
		  vertical-align: middle;
		  color: #000;
		  text-align: center;
	  }
	  .pickup-bnr td ul {
		  text-align: left;
	  }
	  .pickup-bnr td li {
		  margin: 0;
		  display: block !important;
		  width: auto !important;
		  text-align: left;
		  font-size: 13px;
		  color: #000;
		  position: relative;
		  padding-left: 12px;
		  margin-left: 0 !important;
		  margin-right: 0 !important;
		  
	  }
	  .pickup-bnr td li:before {
		  width: 6px;
		  height: 6px;
		  content: "";
		  background-color: #e95377;
		  position: absolute;
		  z-index: 1;
		  left: 0;
		  top: 3px;
		  border-radius: 50%;
		  
	  }
	  .pickup-bnr td li:not(:last-child) {
		  margin-bottom: 7px;
	  }
	  .pickup-bnr td li span {
		  color: #e95377;
          font-weight: bold;
	  }

.pickup-bnr td .btn:after {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.pickup-bnr td .btn {
    border-radius: 40px;
    color: #fff;
    background-color: #e95377;
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    font-size: 14px;
    
}
.pickup-bnr a:hover td .btn {
    opacity: 0.8;
}
@media screen and (max-width: 1024px){
	
	
.pickup-bnr th {
		  width: auto;
		  display: block;
    background-size: 50px;
	  }
.pickup-bnr td {
		  width: auto;
		  display: block;
	  }
}
@media screen and (max-width: 600px){  
.pickup-bnr th {
  font-size: 15px;
  background-size: 40px;
  padding: 15px;
		  background-position: right 12px center;
}
.pickup-bnr th span {
  padding-right: 45px;
}
.pickup-bnr td {
  padding: 12px;
}
.pickup-bnr td li {

  font-size: 2.9vw;
    line-height: 1.4;
	  }
    .pickup-bnr td li:not(:last-child) {
        margin-bottom: 5px;
    }
    .pickup-bnr td li::before {
  top: 4px;
}
.pickup-bnr {
			margin-top: -20px;
    margin-bottom: 35px;
		}
.pickup-bnr .sub {
  margin-bottom: 15px;
  font-size: 14px;
}
.pickup-bnr td .btn {
    margin-bottom: 10px;
    
}
}
