@charset "UTF-8";
@media screen and (max-width:1000px) {
    #block1000 {
      display: none;
    }
    #none999 {
      display: block;
    }
    #none999.worklife {
        display: flex;
        justify-content: center;
        position: absolute;
        top: inherit;
        bottom: 0px;
        height: auto;
    }
    .worklife img {
        max-height: 300px;
        width: auto;
        margin: 0 auto;
    }
}
#TABmode {
    display: block;
}

#PCmode {
    display: none;
}
#SPmode {
    display: none;
}
@media screen and (max-width:768px) {
* {
    box-sizing: border-box;
  }
  html {
    margin: 0 !important;
    padding: 0 !important;
}
html {
    scroll-behavior: auto;
    margin: 0 !important;
    padding: 0 !important;
}
body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;/* iOSのスムーズスクロールを有効化 */
    -ms-scroll-chaining: none;/* スクロールのオーバーシュートを無効 */
    overscroll-behavior: none;/* スクロールのオーバーシュートを無効 */
    background-color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 0;
    -ms-text-size-adjust: 100%;/* スマホでの自動文字サイズ調整を無効化 */
    -webkit-text-size-adjust: 100%;/* スマホでの自動文字サイズ調整を無効化 */
    text-rendering: geometricPrecision;/* フォントアンチエイリアスの調整 */
    -webkit-font-smoothing: antialiased;/* フォントアンチエイリアスの調整 */
    -moz-osx-font-smoothing: grayscale;/* フォントアンチエイリアスの調整 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);/* タップ時のハイライトを指定色に変更 */
}
.interview-topvew-inn {
    position: relative;
    max-width: 1280px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
}
/*______アニメ__ここから________________*/
.circle1 img {
	position: absolute;
	top:40px;
	right:80px;
	width: 200px;
  	animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  	0%  {transform: rotate(0);}
  	100%  {transform: rotate(360deg);}
}
.circle-t1 {
	position: absolute;
	top:112px;
	right:130px;
	color: #fff;
	font-size:24px;
	line-height: 26px;
	text-align: center;
}
@media screen and (max-width:1000px) {
    .com-topvew-flex {
        max-width: 1280px;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: baseline;
        margin: 0 auto;
    }
    .circle1 img {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 150px;
        animation: rotate-anime 40s linear infinite;
    }
    @keyframes rotate-anime {
        0% { transform: rotate(0); }
        100% { transform: rotate(360deg); }
    }
    .circle-t1 {
        position: absolute;
        top: 80px;
        right: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        width: 130px;
    }
}
/*______アニメ__ここまで________________*/
.profile {
    max-width: 700px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 0 20px;
    box-sizing: border-box;
}
.profile-top {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 4px 0px 6px;
}
.profile-top-logo {
    height: 45px;
    box-sizing: border-box;
    margin: 0 10px;
}
.profile-top-logo img {
    height: 100%;
    width: auto;
    box-sizing: border-box;
    padding: 8px 0;
}
.profile-mid {
    width: 100%;
    padding: 4px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    line-height: 1 ;
}
.profile .txt-01 {
    height: 100%;
    margin: 0;
}
.profile .txt-02 {
    font-size: 32px;
    letter-spacing: 0.12em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.profile .txt-03 {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.profile .txt-04 {
    padding-top: 6px;
    width: 100%;
	margin-top: 0px;
}

.interview-topvew {
    width: 100%;
    height: 950px;
    margin-top: 92px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 100% auto;
    position: relative;
}
.interview-topvew-inn {
    position: relative;
    max-width: 768px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
}
.interview-copy .txt-01 {
    font-size: 19px;
    color: #0048A1;
    line-height: 180%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.interview-info {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    line-height: 1.65;
    position: relative;
    overflow: hidden;
}
.area02-flex {
    padding: 20px 20px 10px;
}
.area02 {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    position: relative;
    border-radius: 9px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left top;
    color:#fff;
    overflow: hidden;
}
    .area02 .txt-01 {
        font-size:16px;
        margin-bottom: 10px;
    }
    .area02 .txt-02{
        font-size:16px;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .area02-img {
        max-width: 380px;
        width: 100%;
        height: auto;
        margin: 0 0 0 auto;
        aspect-ratio: 380 / 250;
        overflow: hidden;
    }
    .area02 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
@media screen and (max-width:600px) {
    .area02-img {
        margin: 0 auto;
    }
}
    .com-link a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 30px;
        font-size: 14px;
        color: #222;
        background-color: #fff;
        border-radius: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto 10px;
    }
    .com-link a:hover{
        background-color: #D5006D;
        color:#fff;
    }




.interview-info-title {
    display: flex;
    max-width: 1280px;
    width: 100%;
    height: 120px;
    background-image: url(../_img/bavk-area01.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.interview-1day {
    max-width: 1000px;
    height: auto;
    margin: 0 auto 60px;
    padding: 60px 0 0;
}

/*______FAQ　senpai　_____________*/
.faq-senpai {
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    display: block;
    /* background-image: url(../_img/****-faq.jpg);
    background-repeat: no-repeat;
    background-position: center bottom; */
}

.faq-senpai ul li {
list-style: none;
}

.faq-senpai ul li {
max-width: 800px;
width: 80%;
margin: 40px auto 0 0;
}

.faq-senpai ul li:nth-child(even) {
max-width: 800px;
width: 80%;
margin: 60px 20px 60px auto;

}
.faq-f{
    font-size: 28px;
    color: #0048A1;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 122%;
}
.faq-q{
	font-size: 19px;
	line-height: 28px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq-q span{
	padding-left: 5em;
}

.area03 {
	max-width: 1280px;
    width: 100%;
	height: auto;
    margin: 0 auto;
    /* background-repeat: no-repeat;
    background-position: center top; */
	color:#fff;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	margin-top: 50px;
}
.area03-w{
	width: 100%;
	height: 100px;
	background-color: #fff;
}
.area03 img{
    width: 220px;
    border-radius: 168px;
    position: absolute;
    top: 0px;
    left: 80px;
}
.area03 .txt-01{
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 120px 0 0;
  box-sizing: border-box;
}
.area03 .txt-02{
  font-size: 18px;
  color: #fff;
  padding: 15px 20px 30px;
  box-sizing: border-box;
}

.area04{
	margin-top: 60px;
	margin-bottom: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.area04 .txt-01{
	font-size: 30px;
        margin-bottom: 10px;
	color:#000;
}
.area04 .txt-02{
	font-size:12px;
	color:#000;
	margin-bottom: 30px;
}
.link-com{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.link-flex_style {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}
.link-sns_style {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}
.link-flex_other {
    width: 260px;
}
.link-com{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.link-com a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	margin-left:10px;
	margin-right: 10px;
	width: 200px;
	float: left;
	
}
.link-com-1 img{
	margin-left:auto;
	margin-right: auto;
	width: 200px;	
}
.link-com-1-1 img{
	margin-left:auto;
	margin-right: auto;
	width: 500px;	
}



}