/*@media screen and (min-width:1366px){
.wrap_inner_txt {
    max-width: 1216px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.wrap_mainView .col_txt {
    padding-left: 146px;
    position: static;
    width: 100%;
    box-sizing: border-box;
}
.wrap_mainView .col_fig {
    position: static;
    display: flex;
    flex-direction: column-reverse;
}
}*/

.wrap_overlay_ball {
    display: none;
}
.only_tab{
	display:none;
}
.wrap_mainView {
    max-width: unset;
    height: 500px;
    margin: 80px 0 0;
    padding: 0 5%;
    background-image: url(../img/interview_mainBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
}
.wrap_mainView .wrap_inner_txt {
    max-width: 1216px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.wrap_mainView .inner_txt {
    width: 60%;
    padding-top:40px;
}
.wrap_mainView .inner_txt ul.breadcrumb {
    padding: 0 0 60px;
}
.wrap_mainView h1 {
    margin: 0;
    font-size: 1.78rem;
}
.wrap_mainView .col_txt {
    padding-left: 146px;
    position: static;
    width: 100%;
    box-sizing: border-box;
}
.wrap_mainView .col_txt h1 .h1_sub {
    padding-left: 0;
    background-image: none;
    font-size: .55em;
    padding-bottom: 1em;
}
.wrap_mainView .col_txt h1 .h1_main {
    padding: 0;
    text-align: left;
    letter-spacing: normal;
    background-image: none;
}
.wrap_mainView .col_txt .col_profile {
    position: relative;
    margin: 1.5em 0 0;
    padding-top: 1.5em;
    font-size: .89rem;
    font-weight: 900;
    line-height: 1.6em;
}
.wrap_mainView .col_txt .col_profile::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 2em;
    height: 3px;
    background-color: #ff0;
}
.wrap_mainView .col_fig {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    height: 418px;
    margin-top: auto;
}
.wrap_mainView .col_fig .box_fig {
    position: relative;
    z-index: 2;
    height: 100%;
}
.wrap_mainView .col_fig .box_fig img {
    display: block;
    position: relative;
}
.wrap_mainView .col_fig img {
/*    position: absolute;
    bottom: 0;*/
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: bottom;
}
/*.wrap_mainView .col_fig .box_fig:before,.wrap_mainView .col_fig .box_fig:after {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.wrap_mainView .col_fig .box_fig:before {
    bottom: 59%;
    left: -8%;
    width: 38%;
    height: 130px;
    background-image: url(../img/interview_main_dot1.svg);
}
.wrap_mainView .col_fig .box_fig:after {
    bottom: 15%;
    right: -3%;
    width: 25%;
    height: 100px;
    background-image: url(../img/interview_main_dot2.svg);
    background-position: bottom;
    z-index: 3;
}*/

main.main {
    max-width: unset;
    padding: 0;
}



.profile {
    padding: 3em calc((100% - 1120px) / 2) !important;
    background: white;
}
.profile .wrap_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 793px;
    margin: auto;
    padding: 0;
}
.profile .wrap_inner h2 {
    display: inline-block;
    width: 6.22rem;
    margin: 0;
        font-size: 1.33rem;
}
.profile .wrap_inner p {
    width: calc(100% - 6.22rem);
    padding-left: 2em;
    text-align: left;
    line-height: 2;
    box-sizing: border-box;
    font-size: .89rem;
}


.work_style h2 {
    width: fit-content;
    margin: 0 auto 3em;
    text-align: center;
    font-size: 1.335rem;
    line-height: 1.5em;
}
.work_style h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #ffff00;
    margin: 0 auto;
}
.work_style .box_fig {
    border-radius: 40px;
    overflow: hidden;
}
.work_style .box_fig img {
    display: block;
    width: 100%;
}
.work_style .box_fig.wide {
    position: relative;
    margin: 0 auto 4.45rem;
/*    padding-top: 47%;*/
}
.work_style .box_fig.wide img {
/*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.work_style .wrap_text {
    max-width: 793px;
    margin: auto;
}
.work_style .chapter {
    padding-bottom: 5em;
}
.work_style .wrap_txt_fig {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.work_style .wrap_text h3 {
    position: relative;
    margin: 0 0 1em;
    padding-left: 35px;
    font-size: 1.335rem;
}
.work_style .wrap_text p + h3 {
    margin-top: 3em;
}
.work_style .wrap_text h3::before,
.work_style .wrap_text h3::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 50%;
}
.work_style .wrap_text h3::before {
    top: .75em;
    transform: translate(3px, -50%);
    width: 28px;
    height: 28px;
    background: linear-gradient(#ffa000 0%, #ffff00 100%);
}
.work_style .wrap_text h3::after {
    top: 0;
    width: 18px;
    height: 18px;
    background: #ffff00;
}
.work_style .wrap_text p {
    margin: 0;
    line-height: 2;
}
.work_style .wrap_text p a {
    color:#0000EE;
}
.work_style .wrap_text p:not(:last-child) {
    margin-bottom: 2em;
}
.work_style .wrap_text .box_fig {
/*    float: right;*/
    width: 320px;
    margin-left: 2em;
}
.work_style .wrap_text .wrap_txt_fig p {
    width: calc(100% - 320px - 2em);
}



.schedule {
    position: relative;
    padding: 2.5em 40px 0;
    background: #F3F6FC;
    overflow: hidden;
    box-sizing: border-box;
}
.schedule h2 {
    width: 50%;
    margin: 0 0 .5em 50%;
    font-family: "Albert Sans", sans-serif;
    font-size: 4.45rem;
    line-height: .9;
    color: #b5cefb;
    box-sizing: border-box;
    letter-spacing: -.05em;
}
.schedule .box_fig {
    position: absolute;
    bottom: 0;
    transform: translateY(16%);
    width: 50%;
    padding-right: 30px;
    text-align: right;
    box-sizing: border-box;
}
.schedule .box_fig img {
    display: inline-block;
    width: 100%;
    max-width: 426px;
}
.schedule .wrap_text {
    width: 50%;
    margin-left: 50%;
}
.schedule .wrap_text .list_title {
    color: #6480D6;
    font-weight: bold;
}
.schedule .wrap_text .wrap_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.schedule .wrap_text .wrap_list::before {
    content: "";
    position: absolute;
    display: block;
}
.schedule .wrap_text .wrap_list::before {
    bottom: 0;
    left: 0;
    width: 24px;
    height: calc(100% - 1em);
    background: #0348960d;
}
.schedule .wrap_text .wrap_list ul {
    position: relative;
    width: 100%;
    margin-top: 2em;
    padding: 0 0 2em 30px;
    box-sizing: border-box;
}
.schedule .wrap_text .wrap_list ul li {
    position: relative;
    padding-bottom: 1em;
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
}
.schedule .wrap_text .wrap_list ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #044895;
    display: block;
    position: absolute;
    top: .5em;
    left: -18px;
    transform: translateX(-50%);
    border-radius: 100px;
}
.schedule .wrap_text .wrap_list ul li:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #03489680;
    top: .7em;
    left: -18px;
    transform: translate(-50%, 0);
}
.schedule .wrap_text .wrap_list ul li time {
    width: 3.2em;
    margin-right: 1em;
    padding-top: .1em;
    font-size: .89rem;
    color: #034896;
}
.schedule .wrap_text .wrap_list ul li .time_txt {
    width: calc(100% - 5em);
}
.schedule .wrap_text .wrap_list ul li .time_txt .notes {
    font-size: .8em;
}


.off_time {
    max-width: 792px;
    margin: 5em auto;
    padding: 3em;
    background: white;
    border-radius: 10px;
    box-sizing: border-box;
}
.off_time h2 {
    width: fit-content;
    margin: 0 auto .5em;
    text-align: center;
    font-size: 1.335rem;
    line-height: 1.5em;
}
.off_time h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #ffff00;
    margin: 0 auto;
}
.off_time h3 {
    margin: 0 0 1em;
    text-align: center;
    font-size: 1.335rem;
    color: #6480D6;
}
.off_time .box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.off_time .box_inner p {
    width: 70%;
    margin: 0;
    padding-right: 3em;
    line-height: 2;
    box-sizing: border-box;
}
.off_time .box_inner .box_fig {
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
}
.off_time .box_inner .box_fig img {
    display: block;
    width: 100%;
}
/*.off_time + .notes {*/
.notes {
    max-width: 792px;
    margin: 0 auto;
    text-align: right;
    font-size: 0.77875rem;
}



.wrap_slide {
    max-width: 793px;
    margin: 100px auto 160px;
}
.wrap_slide ul li {
    padding: 0 10px;
}
.wrap_slide ul li .box_fig {
    background: #F9FD75;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 109%;
}
.wrap_slide ul li:hover .box_fig {
    background: white;
}
.wrap_slide ul li .box_fig img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.wrap_slide ul li .box_fig .hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity:0;
    transform: scale(.93);
}
.wrap_slide ul li:hover .box_fig img {
    opacity:0;
}
.wrap_slide ul li:hover .box_fig .hover {
    display: block;
    opacity:1;
    transform: scale(1);
    transition: transform .3s;
}
.wrap_slide ul li:hover .box_fig img:not(.hover) {
/*    display: none;*/
}
.wrap_slide ul li p {
    font-weight: bold;
    color: black;
}
.slick-prev, .slick-next {
    background-color: #0d479e;
    padding: 1em;
    width: 48px;
    height: 48px;
    border-radius: 200px;
    color: #fafe88;
    transition: .3s;
}
.wrap_slide + .btn {
    margin: 0 auto 200px;
}

.slick-prev:before, .slick-next:before {
    color: #fafe88;
    content: "" !important;
    width: 13px;
    height: 30px;
    display: block;
    background-image: url(../../img/arrow_btn_slide.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.slick-prev, .slick-next {
    top: calc((100% - 80px) / 2);
}
.slick-prev:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.slick-prev {
    left: -60px;
}
.slick-next {
    right: -60px;
}
/*.slick-next {
    right: 50%;
    bottom: -4px;
    top: unset;
    transform: translate(120%, 100%);
}
.slick-prev {
    left: 50%;
    bottom: -4px;
    transform: translate(-120%, 100%);
    top: unset;
}*/
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #0d479e;
}
section.bnr_area {
    padding-top: 0;
}
section.bnr_area .box_fig {
    width: 40%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
section.bnr_area a.wrap_bnr{
	display: flex;
    width: 100%;
    max-width: 640px;
    justify-content: space-between;
    padding-top: 40px;
    margin: 0 auto;
    align-items: center;
    color:#000;
}
section.bnr_area .box_fig:before {
    padding-top: 70%;
    position: relative;
    content: "";
    display: block;
}

section.bnr_area a.wrap_bnr .box_fig img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
	transition:.3s;
}
section.bnr_area a.wrap_bnr:hover .box_fig img{
	transform:scale(1.1);
}
section.bnr_area .box_txt {
    width: 55%;
}
section.bnr_area .box_txt .discs_title {
    font-weight: bold;
    padding-bottom: .4em;
}
section.bnr_area .box_txt .discs_txt {
    line-height: 2em;
}

@media screen and (max-width:1366px){
.wrap_mainView .col_txt {
    width: 50%;
    padding-bottom: 30px;
    position: absolute;
    left: 9%;
    padding-left: 0;
}
.wrap_mainView .col_fig {
/*    position: absolute;
    right: 6%;
    bottom: 0;*/
}

}

@media screen and (max-width:1119px){
.wrap_mainView {
    margin: 64px 0 0;
}
	.wrap_mainView .col_fig {
/*		width: 28vw;*/
	}
    .profile .wrap_inner {
    margin: 0 auto;
}
	.work_style .wrap_text {
    margin: 0 40px;
    max-width: unset;
    }
}

@media screen and (max-width:940px){
.slick-next {
    right: 50%;
    bottom: -4px;
    top: unset;
    transform: translate(120%, 100%);
}
.slick-prev {
    left: 50%;
    bottom: -4px;
    transform: translate(-120%, 100%);
    top: unset;
}
.wrap_slide {
    margin-bottom: 160px;
}
}

@media screen and (max-width:872px){
    .profile .wrap_inner {
    margin: 0 40px;
}
.main section.off_time {
    margin-left: 40px;
    margin-right: 40px;
}

}

@media screen and (max-width:768px){
	.only_tab{
		display:block;
	}
	.wrap_mainView {
		height: auto;
		padding: 0 6.4vw;
		background-image: url(../img/interview_mainBG_SP.jpg);
	}
	.wrap_mainView h1 {
		font-size: 1.335rem;
	}
	.wrap_mainView .inner_txt {
		width: 100%;
	}
	.wrap_mainView .inner_txt ul.breadcrumb {
	display: none;
	}
	.wrap_mainView .wrap_inner_txt {
		width: 100%;
		display: block;
		height: auto;
	}
	.wrap_mainView .col_txt {
	width: 100%;
	position: static;
	}
	.wrap_mainView .col_fig {
	position: static;
	margin: 0 auto;
/*	max-width: 280px;*/
	height: 380px;
	}
	.only_tab.col_profile {
		background-color: #fff;
		text-align: center;
		padding: .5em;
		font-size: 0.77875rem;
		font-weight: 900;
		line-height: 1.6em;
	}.profile .wrap_inner {
		flex-direction: column;
		width: auto;
	}
	.profile .wrap_inner p {
		width: 100%;
		padding: 0;
		font-size: 0.77875rem;
	}
	.wrap_txt_fig {
    display: flex;
    flex-direction: column-reverse;
}
.work_style .wrap_text {
    margin: 0 6.4vw;
}
.work_style .wrap_text .box_fig {
    float: none;
/*    margin: 1.5em auto 0;*/
}
.work_style .wrap_txt_fig {
    flex-direction: column-reverse;
}
.work_style .wrap_text .box_fig {
    margin: 0 auto;
}
.work_style .wrap_text .wrap_txt_fig p {
    width: 100%;
    margin-bottom: 1.5em;
}
.work_style .box_fig.wide {
    border-radius: 0;
    padding: 0;
    height: 460px;
}
.work_style .box_fig.wide img {
    position: static;
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_timeline {
    display: flex;
    flex-direction: column-reverse;
}
.schedule {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
}
.schedule h2 {
    font-size: 2.67rem;
    margin: 0 0 .5em;
    text-align: center;
    width: 100%;
}
.schedule .box_fig {
    position: relative;
    width: 100%;
    transform: unset;
    padding-top: 360px;
    height: 0;
}
.schedule .box_fig img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.schedule .wrap_text {
    position: static;
    margin-left: 0;
    width: 100%;
}
.schedule .wrap_text .wrap_list ul li {
    display: block;
}
.schedule .wrap_text .wrap_list ul li time {
    padding-bottom: .2em;
    display: block;
}
.schedule .wrap_text .wrap_list ul li .time_txt {
    width: 100%;
}
.main section.off_time {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    margin-left: 6.4vw;
    margin-right: 6.4vw;
}
.off_time .box_inner {
    flex-direction: column;
    align-items: center;
}
.off_time .box_inner p {
    width: 100%;
    padding: 0 0 .5em;
}
.off_time .box_inner .box_fig{
	width:auto;
	max-width:320px;
}
.off_time + .notes {
    padding: 0 6.4vw;
    text-align: left;
}
section.bnr_area {
    width: calc(100% - 6.4vw * 2);
}
}

@media screen and (max-width:667px){
section.bnr_area a.wrap_bnr {
    display: block;
    margin: 0 auto;
    width: 80vw;
    max-width: 400px;
}
section.bnr_area .box_fig {
    width: 100%;
    margin-bottom: 24px;
}
section.bnr_area .box_txt {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width:420px){
.work_style .wrap_text .box_fig{
    max-width: unset;
    width:auto;
}
.off_time .box_inner .box_fig {
    max-width: unset;
}
}