@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto'); /*追加*/
#fixed_ao {
  display: none!important;
  visibility: hidden;
  opacity: 0;
}
#fixed_kou2 {
  display: none!important;
  visibility: hidden;
  opacity: 0;
}
#page_top {
  display: none!important;
  visibility: hidden;
  opacity: 0;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
h2 {
  font-size: 34px;
  line-height: 2;
  padding: 1em 0 2em;
  font-weight: bold;
}
h3 {
    font-size: 4rem;
    text-align: left;
    font-weight: 550;
    color: #fff;
    letter-spacing: -0.3rem;
    line-height: 1.1;
    position: absolute;
    top: -105px;
}
.top-height {
    top: -155px;
}
.right-title {
    text-align: right;
    color: #252C3E;
    position: absolute;
    top: -105px;
    right: 0; 
    z-index: 5;
}
h4 {
    font-size: 2rem;
    text-align: left;
    font-weight: 500;
    color: #fff;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 1em;
}
.txt-box h4 {
    font-size: 2.5rem;
    text-align: left;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.con-title {
    font-size: 12rem;
    text-align: left;
    font-weight: 700;
    color: #fff;
    font-family: roboto;
    letter-spacing: 0.4rem;
}
.nv-col {
    color: #252C3E;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
img {
  width: 100%;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.flex_box {
  display: flex;
  justify-content: space-around;
}
.flex_box .box_left {
  width: 47%;
}
.flex_box .box_right {
  width: 47%;
}

section {
    padding: 12em 0 5em;
}
#global_header .inner {
  width: 100%;
}
.pg_ttl {
  display: none;
}
.breadcrumbs {
  display: none;
}
.wrapper {
  /*max-width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.main_visual {
  margin-top: 5em;
  background-color: #252C3E;
  position: relative;
}
.fv-txt {
  position: absolute;
    bottom: 130px;
    left: 0;
    z-index: 5;
}
.fv-txt p {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    width: fit-content;
}
.fv-txt h2 {
    color: #fff;
    font-size: 5rem;
    line-height: initial;
    font-weight: 550;
    padding: 0;
}
.fv-txt span {
    color: #fff;
    font-size: 14rem;
    line-height: initial;
    font-weight: 700;
    letter-spacing: -2rem;
    padding: 0;
}
.fv-txt .larger {
    font-size: 17rem;
    line-height: 0;
}
.fv-txt .katakana {
    letter-spacing: -3.5rem;
}
.fv-btn {
  position: absolute;
    bottom: 170px;
    right: 20px;
    z-index: 4;
}
.fade-img-box {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-top: 10px;
  position:relative;
}

.fade-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
#changePic {
animation :imgfade 4s infinite;
opacity: 0;
}
@keyframes imgfade {
	0% {
		opacity: 0;
	}
	
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fv-slider{
  align-items: center;
  color: #fff;
  display: flex;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 4;
}
.fv-slider ul {
  animation: flowing 50s linear infinite;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.fv-slider ul li{
  width: 400px;
  display: inline-block;
  padding-right: 10px;
}
.fv-slider .long-haba{
  width: 570px;
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
.fv-slider .fv-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.fv-list .dept-kan {
    width: 35%;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    padding: 4%;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
}
.fv-list .kigyo{
    width: 65%;
    font-size: 1.3rem;
    padding: 2% 0 2% 4%;
}
.fv-list .dept-kan2 {
    width: 40%;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    padding: 4%;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
}
.fv-list .kigyo2{
    width: 60%;
    font-size: 1.3rem;
    padding: 2%;
}
.top_cont {
  background-color: #252C3E;
    padding-top: 15em;
}
.top_cont .flex_box {
  padding-left: 20%;
  justify-content: space-between;
    margin-bottom: 1em;
}
.top_cont .flex_box .box {
    width: 100%;
}
.top_cont .flex_box img {
  width: 100%;
  margin: 0 auto;
  display: block;
    margin-bottom: 1em;
}
.top_cont .flex_box .detail_txt {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 2em;
    font-weight: lighter;
    letter-spacing: normal;
    line-height: 2;
    padding-right: 15%;
}
.top_cont .flex_box .pink-po {
    font-size: 1.2rem;
    color: #DE0975;
    margin-bottom: 0.5em;
    font-weight: bold;
    letter-spacing: normal;
}
.bnr_cont {
  background: #eeeeee;
    background-image: url(/lp/img/sai-cv_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em;
}
.bnr_cont .flex_box {
    width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.bnr_cont .flex_box a {
  position: relative;
  display: inline-block;
    width: 22%;
    padding: 1%;
}
.bnr_cont .flex_box .long-btn {
  width: 31%;
}
.bnr_cont .flex_box a img:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #3D4A6A;
}
.bnr_cont .flex_box a img {
  width: 100%;
box-shadow: 3px 3px 0 #3D4A6A;
    border-radius: 100vh;
  transition: .3s;
}
.bnr_cont .flex_box .bnr_txt {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 3em;
    background: #DE0975;
    padding: 0.5em 1em;
    border-radius: 20px;
    color: #ffffff;
}
.top_cont .flex_box .box02 {
    width: 100%;
    display: flex;
    padding: 1%;
}
.txt-box {
    width: 55%;
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
}
.top_cont .flex_box .txt-box .detail_txt{
    padding-right: 0;
}
.img-box {
    width: 45%;
    display: inline-block;
    padding-right: 5%;
}


.nyugaku_cont {
  background: #eeeeee;
}


.btnshine{
  position: relative;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}
.btnshine:before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}
.btnshine:hover:before {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}



/* btn */
.btn_06 {
    text-align: center;
    text-decoration: none;
    width: 220px;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-radius: 100vh;
    background: none;
    color: #fff;
    border: solid 1px;
    box-shadow: 0px 5px 0 #b2b2b2;
    display: block;
    transition: .3s;
    position: relative;
    font-size: 1.2rem;
}
.btn_06:after {
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.btn_06:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}
.inter_btn {
  box-shadow: none;
}
.inter_btn:hover {
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}
.btn_position {
    margin-left: 0;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.inview-btn {
    position: absolute;
    right: 30px;
    top: 100px;
    z-index: 2;
}
.btn_position2 {
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #252C3E;
    width: 140px;
}

.plus-btn {
    position: absolute;
    right: 15px;
    bottom: -180px;
}
.icon-plus-minus {
    position: relative;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    transform: rotate(0);
    transition: transform 333ms ease;
    will-change: transform;
}
/*.icon-plus-minus:hover {
  transform: rotate(180deg);
}*/
.icon-plus-minus__inner:hover {
  transform: rotate(180deg);
}
.icon-plus-minus:hover .icon-plus-minus__inner::before {
  opacity: 0;
}
.icon-plus-minus__wrapper {
display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #000; */
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    border: solid 1px;
}
/*.icon-plus-minus__wrapper:before {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(-90deg, #327DC8 0%, #C800FF 100%);
  padding: 10px;
  top: -10px;
  left: -10px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}*/
.icon-plus-minus__inner {
    position: relative;
    width: 4rem;
    height: 0.2rem;
    content: "";
    background-image: linear-gradient(-99deg, #327DC8 0%, #C800FF 100%);
}
.icon-plus-minus__inner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    width: 0.2rem;
    height: 4rem;
    background-image: linear-gradient(-99deg, #327DC8 0%, #C800FF 100%);
    z-index: 2;
    transition: opacity 222ms ease 22ms;
    will-change: opacity;
}

.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up1 {
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}

.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up1:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.window {
	width: 90vw;
	max-width: 380px;
	height: 320px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pop-naiyo {
	width: 92%;
	margin: 0 auto;
}
.pop-title {
	width: 100%;
	font-size: 18px;
	font-weight: bolder;
	color: #1C2857;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.text {
	width: 100%;
	font-size: 14px;
	color: #1C2857;
	margin: 0 auto;
	line-height: 1.5;
	margin-bottom: 10px;
}
.pop-sp {
  width: 100%;
  line-height: 1.5;/*高さ*/
  font-size: 14px;/*文字サイズ*/
  background: #1C2857;/*背景色*/
  color: #FFFfff;/*文字色*/
  padding: 0.5em;
}
.pop-sp span{
  line-height: 1.5;/*高さ*/
  font-size: 16px;/*文字サイズ*/
  color: #ffffff;/*文字色*/
  font-weight: bold;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}


.modal {
    background: #eeeeee;
    padding-bottom: 15em;
}
.modal .inner {
    width: 100%;
    display: flex;
    padding-right: 20%;
}
/* モーダルを開くボタン */
.modal__trigger {
    cursor: pointer;
    width: 100%;
    /*display: inline-block;*/
    position: relative;
    filter: grayscale(100%);
    transition: all 0.3s ease-in;
}

.modal__trigger .interview-txt {
    position: absolute;
    top: 93%;
    left: 50px;
}
.modal__trigger h4 {
    font-size: 2.5rem;
    text-align: left;
    font-weight: 500;
    color: #252C3E;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 1em;
  /*text-shadow:1px 1px 0 #eee, -1px -1px 0 #eee,
              -1px 1px 0 #eee, 1px -1px 0 #eee,
              0px 1px 0 #eee,  0-1px 0 #eee,
              -1px 0 0 #eee, 1px 0 0 #eee;*/
}
.modal__trigger:hover {
  filter: grayscale(0%);
}
.modal__trigger p {
    font-size: 1.5rem;
    text-align: left;
    font-weight: 500;
    color: #252C3E;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.modal__trigger .detail_txt {
    font-size: 1.2rem;
    font-weight: 200;
}


/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(100% - 40px);
  padding: 20px;
  background: #fff;
}
.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 20px 20px;
}
.modal__content h2 {
  display: table;
  margin: 0 0 30px;
  padding: 0 0 10px!important;
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #CD3074;
}
.modal__content h3 {
    display: block;
    font-size: 2.0rem;
    color: #333333;
    padding: 10px 22px;
    margin: 0 0 45px;
    background: #F7F5F6;
    border-left: 5px solid #DE0975;
    border-bottom: none;
    text-align: left;
    font-weight: normal;
}
.modal__content p {
    font-size: 14px;
    margin-bottom: 3em;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}
.modal__title img {
  width: 200px;
}
.modal__title p {
  display: inline-block;
  font-size: 18px;
  margin-left: 2em;
}
.modal__title p .dept_interior {
    color: #376CB5;
    font-weight: bold;
}
.modal__title p .dept_illust {
    color: #FD622B;
    font-weight: bold;
}
.modal__title p .dept_fashion {
    color: #FA5CA6;
    font-weight: bold;
}
.modal__title p .dept_visual {
    color: #16AB54;
    font-weight: bold;
}
.modal__title p ..dept_graphic {
    color: #E2350C;
    font-weight: bold;
}
.modal__title p .senior_name {
    margin: 0 1em 0 0;
}
.modal__title p .major {
    font-size: 12px;
}


@media screen and (max-width: 768px) {
  h2 {
    font-size: 23px;
    padding: 2em 0;
  }
  h3 {
    font-size: 4rem;
    /*padding-bottom: 2em;*/
    top: -180px;
  }
  p {
    font-size: 14px;
  }
  section {
    padding: 3em 1em;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .wrapper {
    max-width: 90%;
  }
  .flex_box {
    display: block;
  }
  .flex_box .box_left {
    width: 100%;
  }
  .flex_box .box_right {
    width: 100%;
  }
.main_visual {
    width: 100%;
  margin-top: 3em;
}
.fv-txt {
    width: 100%;
    bottom: 180px;
    left: 0;
}
.fv-txt p {
font-size: 1.5rem;
}
.fv-txt h2 {
    font-size: 3rem;
}
.fv-txt span {
    font-size: 7rem;
}
.fv-txt .larger {
    font-size: 10rem;
}
.fv-btn {
    width: 250px;
    position: absolute;
    bottom: 20px;
    right: 50%;
transform: translate(50%, 0%);
}
.fv-slider{
    bottom: 70px;
    left: 20px;
}

  .top_cont {
    padding: 10em 0 3em;
  }
.con-title {
font-weight: 700;
    font-size: 6.4rem;
    letter-spacing: 0 !important;
}
.top_cont .flex_box {
    padding-left: 0;
    margin-top: 2em;
    margin-bottom: 0;
}
.top_cont .flex_box .box {
    margin-bottom: 2em;
}
  .top_cont .flex_box .detail_txt {
    margin: 2em auto;
    padding-right: inherit;
  }
  .top_cont .flex_box img {
    width: 100%;
    display: block;
  }
  .top_cont .flex_box .box_right p img {
    width: 100%;
  }
.bnr_cont {
    padding: 2em;
}
.bnr_cont .flex_box {
    width: 100%;
    margin: 0 auto;
display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bnr_cont .flex_box a {
    /* position: relative; */
    /*display: block;
    width: 72%;*/
    width: calc(100% / 2 - 1em);
    padding: 0;
    margin: 0 auto;
    margin-bottom: 1em;
}
.bnr_cont .flex_box .long-btn {
    width: 50%;
    padding-top: 0.3em;
}
  .bnr_cont .flex_box a img {
    width: 100%;
  }
.txt-box {
    width: 70%;
    display: inline-block;
    padding-left: 0;
    padding-right: 5%;
}
.img-box {
    width: 30%;
    display: inline-block;
    padding-right: 0;
}
  .nyugaku_cont {
    padding: 7em 1em;
  }
  .nyugaku_cont .wrapper {
    max-width: 100%;
  }
.inview-btn {
    right: 0;
    top: 50px;
    z-index: 6;
}

  /* btn */
a.btn_06 {
    width: 100%;
    padding: 0.7em 2em;
}

.menu_btn{
    width: 100%;
    margin: 0 auto;
padding: 1em 2% 0;
}
.menu_column_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.menu_column_2 li {
    width: calc(100% / 3);
    margin-bottom: 1em;
}
.shinro-btn {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #252C3E;
}
.plus-padding{
padding-top: 2rem;
}
.shinro-btn::after {
position: absolute;
    content: "";
    left: calc(50% - 5px);
    top: 60px;
    width: 0.5em;
    height: 0.5em;
    border: 5px solid;
    border-color: transparent transparent #252C3E #252C3E;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(-45deg);
    transition: .3s;
}
.shinro-btn:hover::after{
    top: 75px;
}
.menu_column_2 li{
  border-right: solid 1px #333;	
}
.menu_column_2 li:last-child{
  border-right: none;	
}
a.booth-btn {
  width: 100%;
}
a.booth-btn:last-child {
  border-right: none;
}
a.booth-btn i {
  font-size: 150%;
}

.modal {
    padding-bottom: 5em;
}
 .modal__trigger {
width: 100%;
    padding-bottom: 13em;
  }
 .modal__trigger:nth-child(2) {
width: 100%;
    padding-bottom: 7em;
  }
.modal .inner {
    width: 100%;
    display: block;
    padding-right: 0;
}
.modal__trigger .interview-txt {
    position: absolute;
    top: 185px;
    left: 20px;
}
.plus-btn {
    position: absolute;
    right: 15px;
    bottom: 70px;
}
.bottom {
    bottom: -40px;
}
  .modal__title {
    text-align: center;
  }
  .modal__title p {
    margin: 1em auto 0;
  }
  .modal__title p .senior_name {
    margin: 0 auto;
  }
}