@charset "UTF-8";

/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/
section h3 {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
section h3 img {
	position: relative;
	z-index: 2;
}
section.colorBg {
	background: #eae7e0;
}

.underPage .leadText {
    margin: 60px auto;
}


.leadText p {
    line-height: 200%;
        font-size: 18px;
}


/*＝＝＝＝＝＝tab＝＝＝＝＝＝＝＝*/
.tab_list{
	display: flex;
	gap: 30px;
	max-width: 1200px;
	margin:0 auto 60px;
}
.tab_list li {
	width: calc(100% / 2);
}
.tab_list li a{
	display: block;
	background:#fff;
	border: 1px solid #00AEA5;
	padding: 0.5em 2em;
	color: #00AEA5;
	text-align: center;
}
.tab_list li.active a{
	background: #00AEA5;
	color: #fff;	
}
.tab_contents {
	display: none;
}
.tab_contents.is-active {
    display: block;
}

/*＝＝＝＝＝＝access＝＝＝＝＝＝＝＝*/

.underPage section.busAccess.basic {
    margin-top: 0px;
    padding: 0;
}

.underPage section.busAccess {
    margin-top: 40px;
}



/*.busAccess::after {
	content: "";
	position: absolute;
	top: -20%;
	left: 60px;
	background: url(../image/location/bus_access_photo.png) no-repeat top left;
	background-size: cover;
	width: 408px;
	height: 305px;
}*/
.busAccess h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	display: block;
	background: url(../image/location/bus_access_icon.png) no-repeat;
	background-size: cover;
	width: 207px;
	height: 155px;
	z-index: 1;
}
.busAccessContents figure {
	position: relative;
}
.busAccessContents figure figcaption {
	position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
	color: #fff;
    text-shadow: 0px 0px 5px #000;
}
.accessContents {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.accessContents.bus {
	display:block;
}

.accessContents.busAccessContents {
    align-items: center;
    gap: 0px;
}

.accessContents .time .hankyubus {
	font-size: 25px;
}
.accessContents .time .minutes {
	font-size: 36px;
	display: flex;
	align-items: center;
	line-height: 1;
}
.accessContents .time .toho {
	writing-mode: vertical-rl;
	font-size: 25px;
	padding-left: 0.35em;
}
.accessContents .time .red-text {
	color: #c0163a;
}
.accessContents .time .bigText {
	font-size: 200%;
	padding-left: 0.1em;
}
.accessContents .time ul li {
	margin-bottom: 30px;
}
.accessContents .time ul li small {
	text-align: right;
    display: block;
}
.accessContents .time small {
	font-size: 70%;
}
.accessContents .time .otherText {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.busAccessContents .basic_time {
    width: 60%;
    margin: 0 auto;
}


.busAccessContents .time {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}


.accessContents .photo.station {
	width: 35%;
}


.bus_cap {
    font-size: 12px;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 15px;
}


.trainAccess {
	padding: 0 !important;
    padding: 100px 0 0px !important;
    background: #fbf9f4;
}
.trainAccess::after {
	content: "";
	position: absolute;
	top: -5%;
	right: 60px;
	background: url(../image/location/train_access_photo.png) no-repeat top right;
	background-size: cover;
	width: 383px;
	height: 188px;
}
.trainAccess h3::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	display: block;
	background: url(../image/location/train_access_icon.png) no-repeat;
	background-size: cover;
	width: 223px;
	height: 155px;
	z-index: 1;
}
.trainAccess .accessRoot {
	display: flex;
	margin-top: 30px;
    margin: 30px 20px 0;
}
.trainAccess .accessRoot li {
	width: calc(100% / 2);
}
.trainAccess .accessRoot li img {
	width: 100%;
}
.trainAccessContents .time {
	width: 35%;
}
.trainAccessContents .time .otherText {
	margin-bottom: 30px;
}
.trainAccessContents .time .minutes {
	line-height: 1.2;
}
.trainAccessContents ul li:nth-child(2) {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em;
}
.trainAccessContents ul li p {
	justify-content: center;
}
.trainAccessContents ul li p sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.5em;
}


.underPage section.carAccess {
	padding:100px 0 30px !important;
        background: #fbf9f4;
    margin-top: 0;
}
.carAccess h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
    opacity: 0.6;
	transform: translateY(-35%);
	display: block;
	background: url(../image/location/car_access_icon.png) no-repeat;
	background-size: contain;
	width: 223px;
	height: 155px;
	z-index: 1;
}

.carAccess .accessContents {
    display: flex;
    justify-content: center;
    gap: 0px;
}

.carAccess .accessContents .photo {
   width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.carAccess .accessContents .photo img {
    width: 100%;
    max-width: inherit;
}

.underPage .carAccess .leadText {
    text-align: center;
    margin: 40px auto;
}

@media screen and (max-width: 768px) {
    
.underPage .carAccess .leadText h2 {
    font-size: min(5.5vw, 45px);
    margin-bottom: 40px;
}
    
}

/*＝＝＝＝＝＝location＝＝＝＝＝＝＝＝*/
span.distance {
	font-size: 70%;
}
.slick-slide {
	margin: 5px;
}
.slider .text {
	text-align: center;
	line-height: 1.2;
	margin-top: 1em;
}
.slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #749885;
	border: #fff solid 1px !important;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.slick-arrow::before {
	content: '';
	display: block;
	width: 26px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../image/location/slider_arrow.svg) no-repeat;
}
.slick-next {
	right: 30px;
}
.slick-prev {
	left: 30px;
	transform: translate(0, -50%) rotate(180deg);
}
.lifeInfomation::after {
	content: "";
	position: absolute;
	top: -4%;
	left: 60px;
	background: url(../image/location/life_infomation_photo.png) no-repeat top left;
	background-size: cover;
	width: 304px;
	height: 286px;
}
.lifeInfomation .list {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.lifeInfomation .listBlock {
	width: calc(100% / 2);
}
.lifeInfomation .listBlock .listTitle {
	background: #ccc;
	padding: 0.5em 1em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.5em;
}
.lifeInfomation .listBlock .listTitle.shopping {
	background: #d57f7e;
}
.lifeInfomation .listBlock .listTitle.park {
	background: #e3a76b;
}
.lifeInfomation .listBlock .listTitle.banking {
	background: #ebdd7b;
}
.lifeInfomation .listBlock .listTitle.school {
	background: #64b4c6;
}
.lifeInfomation .listBlock .listTitle.hospital {
	background: #a2aeb5;
}
.lifeInfomation .listBlock ul {
	margin-bottom: 60px;
	
}
.lifeInfomation .listBlock ul li {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
    font-size: min(3.2vw, 15px);
}
.lifeInfomation .listBlock ul li .distance {
	width: auto;
    text-align: right;
}
.lifeInfomation h3::after {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 100px;
	display: block;
	background: url(../image/location/life_infomation_icon.png) no-repeat;
	background-size: cover;
	width: 247px;
	height: 193px;
	z-index: 1;
}
.locationMap {
	padding: 0 !important;
}
.locationMap::after {
	content: "";
	position: absolute;
	top: -20%;
	right: 60px;
	background: url(../image/location/location_map_photo.png) no-repeat top right;
	background-size: cover;
	width: 328px;
	height: 271px;
}
.locationMap h3::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 200px;
	display: block;
	background: url(../image/location/location_map_icon.png) no-repeat;
	background-size: cover;
	width: 272px;
	height: 193px;
	z-index: 1;
}


.support_wrapp {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto 60px;
}


.lifeInfomation .town_gude_bt {
    width: 94%;
    max-width: 1000px;
    margin:0px auto 50px;
    border: 4px solid #fff;
}

.bnr {
	margin: 0 auto 80px;
	max-width: 1200px;
	width: 90%;
}


@media screen and (max-width: 1200px) {
/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝access＝＝＝＝＝＝＝＝*/
	.busAccess::after {
		top: -10%;
		left: 30px;
		background-size: 70%;
	}
	.busAccessContents .time {
		width: 70%;
	}
	.busAccessContents .photo {
		/*width: 30%;*/
	}
	.trainAccessContents .time {
		width: 50%;
	}
    
    .accessContents .time ul li small {
    width: 40vw;
}

/*＝＝＝＝＝＝location＝＝＝＝＝＝＝＝*/
	
}

@media screen and (max-width: 1024px) {
/*＝＝＝＝＝＝access＝＝＝＝＝＝＝＝*/
	.accessContents {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.accessContents > * {
		width: 100%;
	}	
    
    
    .busAccessContents .basic_time {
    width: 100%;
    margin: 0 auto;
}
    
    .accessContents.busAccessContents {
    align-items: center;
}
    
    .accessContents .photo.station {
    width: 80%;
    margin-bottom: 20px;
}
    accessContents .photo.station img {
    max-width: inherit;
    width: 100%;
}
    
    

    
	.trainAccessContents .time {
		width: 100%;
	}
	.busAccessContents .time, .busAccessContents .photo {
		width: 100%;
	}
 .busAccessContents .time {
    width: 80%;
} 
    
/*＝＝＝＝＝＝location＝＝＝＝＝＝＝＝*/
}


/******/

.nissei_wrapp {
    max-width: 1200px;
    margin: 0 auto;
    /*display: flex;
    justify-content: space-between;*/
    position: relative;
}

/*
.nissei_wrapp:before {
    content: "";
    display: block;
    padding-top: 100vh;
}*/


.nissei_wrapp .nissei_map {
width: 100%;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
}
.nissei_wrapp .nissei_map img {
    width: calc(600 / 1200 *100%);
    margin-left: 15%;
}


.nissei_wrapp .aeon_wrapp {
    width: calc(406 / 1200 *100%);
    position: absolute;
    left: 0;
    top: 16%;
}
.nissei_wrapp .aeon_wrapp .image_01 {
    width: 40%;
    margin-bottom: 20px;
    margin-left: 40%;
}
.nissei_wrapp .aeon_wrapp h3 {
    height: 22px;
    text-align: center;
    margin: 20px 0;
}
.nissei_wrapp .aeon_wrapp h3 img {
    width: auto;
    height: 100%;
}
.nissei_wrapp .aeon_wrapp p {
    font-size: min(1.5vw,14px);
    margin-bottom: 10px;
        line-height: 200%;
}
.nissei_wrapp .shop_list_title {
   background:#eba652;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    margin-bottom: 5px;
}
.nissei_wrapp .shop_list {
    /*display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;*/
}
.nissei_wrapp .shop_list li {
    display: inline;
    font-size: 11px;
    margin-right: 10px;
    position: relative;
    color: #595757;
        white-space: normal;
}
.nissei_wrapp .shop_list li::before {
    content: "●";
    color: #eba652;
}


.nissei_wrapp .hankyu_wrapp {
    width: calc(400 / 1200 *100%);
    position: absolute;
    right: 0;
    top: 10%;
}
.nissei_wrapp .hankyu_wrapp .image_02 {
    width: 30%;
    margin-bottom: 20px;
    margin-left: 60%;
}

.nissei_wrapp .hankyu_wrapp .sweets_wrapp {
    border: 1px solid #ccc;
    padding: 5px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.nissei_wrapp .hankyu_wrapp .sweets_wrapp .sweets_text {
    width: 66%;
    font-size: min(1.4vw,12px);
}
.nissei_wrapp .hankyu_wrapp .sweets_wrapp .sweets_text h4 {
    font-size: min(1.8vw,16px);
    color: #749986;
    font-weight: 700;
    margin-bottom: 5px;
}

.nissei_wrapp .hankyu_wrapp .sweets_wrapp .sweets_text p {
    font-size: min(1.4vw,12px);
        line-height: 200%;
}
.nissei_wrapp .hankyu_wrapp .sweets_wrapp .sweets_photo {
    width: 30%;
}
.nissei_wrapp .hankyu_wrapp .hankyu_in h3 {
    height: 50px;
    text-align: center;
    margin: 20px 0 5px;
}

.nissei_wrapp .hankyu_wrapp .hankyu_in h3 img {
    width: auto;
    height: 100%;
}

.nissei_wrapp .hankyu_wrapp .hankyu_box {
       /*display: flex;
    justify-content:space-between;
    flex-wrap: wrap; */
    margin-bottom: 10px;
}

.nissei_wrapp .hankyu_wrapp .hankyu_box p {
    /*width: 46%;*/
    font-size: min(1.5vw,14px);
        line-height: 200%;
}
.nissei_wrapp .hankyu_wrapp .hankyu_box .image_hankyu {
    /*width: 52%;*/
}


.nissei_wrapp .aeon_wrapp .area_intitle, .nissei_wrapp .hankyu_wrapp .area_intitle {
    background: #eba652;
    color: #fff;
    padding: 3px 10px;
    font-size: 18px;
    margin-bottom: 5px;
}



@media screen and (max-width: 768px) {
	section h3 {
		margin-bottom: 30px;
	}
	section h3 img {
		height: auto;
	}
	.tab_list {
		gap: 10px;
	}
	.tab_list li a {
		padding: 0.5em;
	}
    
.underPage .leadText h2 {
    font-size: min(5vw, 45px);
    margin-bottom: 40px;
}
    
 .underPage .leadText p {
  font-size: min(3.5vw,16px);
}
    
    
/***スライダー***/
  .slick-arrow {
    width: 40px;
    height: 40px;
    top: 40%;
    transform: translateY(-40%);
}
.slick-prev {
    left: 20px;
    transform: translate(0, -50%) rotate(180deg);
}  
.slick-next {
    right: 20px;
}
    
/*＝＝＝＝＝＝access＝＝＝＝＝＝＝＝*/
	.busAccess::after {
		top: -5%;
		left: 15px;
		background-size: 40%;
		z-index: 3;
	}
	.accessContents {
		position: relative;
		z-index: 4;
	}
	.accessContents .time .hankyubus, .accessContents .time .toho {
		font-size: 3.5vw;
	}
	.accessContents .time .minutes {
		font-size: 5.5vw;
	}
	.accessContents .time .otherText {
		display: block;
	}
	.accessContents .time .otherText small {
		display: block;
	}
	.trainAccess::after {
		top: -5%;
		right: 15px;
		background-size: 50%;
		z-index: 3;
	}
	.trainAccess .accessRoot {
		    margin: 0;
		display: block;
	}
	.trainAccess .accessRoot li {
		width: 100%;
	}
/*＝＝＝＝＝＝location＝＝＝＝＝＝＝＝*/
	.lifeInfomation::after {
		top: -2%;
		left: 15px;
		background-size: 40%;
		z-index: 3;
	}
	.lifeInfomation h3::after {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.lifeInfomation .list {
		flex-wrap: wrap;
		position: relative;
		z-index: 4;
        margin-bottom:30px;
	}
	.lifeInfomation .listBlock {
		width: 100%;
	}
    
    .lifeInfomation .listBlock ul li .distance {
    width:auto;
}
    
    
  
/***日生周辺***/  
    
.underPage .leadText.nissei {
    margin: 20px auto;
}
    
    
.nissei_wrapp:before {
   display: none;
}
    
.nissei_wrapp .aeon_wrapp .image_01 {
    width: 90%;
    margin-bottom: 10px;
    margin-left: 10%;
}
    
 .nissei_wrapp .nissei_map {
    width: 100%;
    margin: 0 auto;
    position: inherit;
    transform: translate(0,0%);
}  
    
.nissei_wrapp .nissei_map img {
    width: 100%;
    margin-left:auto;
}  
    

.nissei_wrapp .aeon_wrapp {
    width: 90%;
    position: relative;
    margin: 0 auto 50px;
} 
 .nissei_wrapp .hankyu_wrapp {
   width: 90%;
    position: relative;
    margin: 0 auto 80px;
}   
.nissei_wrapp .aeon_wrapp p {
    font-size: min(3.5vw,16px);
    margin-bottom: 10px;
}
.nissei_wrapp .hankyu_wrapp .hankyu_box p {
    font-size: min(3.2vw,16px);
} 
 .nissei_wrapp .hankyu_wrapp .sweets_wrapp .sweets_text h4 {
    font-size: min(3.3vw,16px);
}   
    

/*＝＝＝＝＝＝CAR＝＝＝＝＝＝＝＝*/
.underPage section.carAccess {
    padding: 150px 0 30px !important;
    margin-top: 0;
} 
    
.carAccess h3::after {
    top: 50%;
    right: 80px;
    opacity: 0.6;
    transform: translateY(-75%);
    width: 180px;
    height: 155px;
}
    
.carAccess .accessContents p.photo {
    width: 100%;
    margin-bottom: 20px;
}
    
    
    
	.locationMap::after {
		background-size: 40%;
		right: 15px;
		top: -18%;
		z-index: 4;
	}
	.locationMap h3::after {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		left: 30px;
	}
	.locationMap p {
		position: relative;
		z-index: 4;
	}
    
.accessContents .time ul li small {
    width: 65vw;
}
	
.bnr {
    margin: 40px auto 40px;
}
	
	
    
}

@media screen and (min-width:320px) and ( max-width:767px) {
    
    
 .trainAccess {
    padding: 0 !important;
    padding: 60px 0 0px !important;
}
    
    
	.leadText h2 {
		font-size: 7vw;
	}
	.trainAccess::after {
		top: -5%;
	}
	.lifeInfomation .listBlock ul:last-child {
		margin-bottom: 0;
	}
	.lifeInfomation .listBlock ul li {
		/*font-size: 3vw;*/
        font-size: 2.6vw;
	}
    span.distance {
  font-size: 80%;
}
	.locationMap::after {
		top: -30%;
	}
	.locationMap h3::after {
		left: 100px;
	}
}






/***インタビュー***/

.interview_section {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto 60px;
    padding-top: 20px;
    background:#F5F1DF;
    padding-bottom: 30px;
}

.interview_section h3 {
    color: #7F998B;
    font-size: min(3vw, 36px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #7F998B;
padding: 0 0px 20px;
margin: 0 30px;
}


.interview_wrapp {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    background:#F5F1DF;
    padding: 10px 30px;
    align-items: center;
}

.interview_wrapp.row {
     flex-direction:row-reverse
}


.interview_section .interview_wrapp {
width: 100%;
    margin: 0 auto 30px;
    align-items: center;
    }

.interview_section .interview_wrapp.ac_in {
    width: 86%;
    margin: 0 auto 20px;
    background: rgb(255 255 255 / 60%);
    padding: 20px;
    }


.interview_section .interview_button {
width:60%;
    max-width: 300px;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: all 1s ease-out;
}
.interview_section .interview_button:hover {
    opacity: 0.7;
}
.interview_section .interview_button.voice-open.active img {
    opacity: 0;
}
.interview_section .interview_button.voice-open.active {
    background-image: url(../image/havefun/close_bt.svg);
    background-repeat: no-repeat;
    background-size: contain;
}




.voice{ display: none; 
    padding-top: 40px;
}



.interview_wrapp.jitikai {
    background: #7F998B;
    display: block;
    padding: 30px 30px;
}

.interview_wrapp .text_box {
    width: calc(590 / 1000 *100%);
}

.interview_wrapp .image_box {
    width: calc(400 / 1000 *100%);
}
.interview_wrapp .text_box h4 {
    color: #7F998B;
    font-size: min(2.5vw, 23px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}


.interview_section .interview_wrapp.ac_in .text_box h4 {
font-size: min(2.2vw, 18px);
    position: relative;
    padding-left: 2.5em;
        border-bottom: 1px dotted #c5b8b8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    }
.interview_section .interview_wrapp.ac_in .text_box h4 span {
display: inline-block;
    background: #7F998B;
    color: #fff;
    margin-right: 10px;
     border-radius: 50%;
       padding: 8px 10px 8px;
    line-height: 90%;
    position: absolute;
    top: 0;
    left: 0;
}

.interview_section .interview_wrapp.ac_in .town_text {
    font-size: min(1.8vw, 14px);
    line-height: 200%;
    position: relative;
    padding-left: 3em;
}

.interview_section .interview_wrapp.ac_in .town_text span {
display: inline-block;
    background: #989969;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
        padding: 8px 10px 8px;
    line-height: 90%;
    position: absolute;
    top: 0;
    left: 0;
}


 .voice .interview_section .interview_wrapp {
    margin: 0 auto 50px;
    }

 .voice .interview_wrapp .text_box {
    width: calc(650 / 1000 *100%);
}
 .voice .interview_wrapp .image_box {
    width: calc(300 / 1000 *100%);
}



.interview_wrapp.jitikai .text_box h4 {
    color: #fff;
}

.interview_wrapp.jitikai .text_box {
   color: #fff;
    width: 100%;
}


@media screen and (max-width: 768px) {
    
.interview_wrapp {
    margin: 0 auto 30px;
    display: block;
    padding: 20px 30px;
} 
   
.interview_section {
    width: 90%;
}
    
    
.interview_section h3 {
    font-size: min(5vw, 35px);
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
    
    
.interview_wrapp .text_box {
   width: 100%;
}
    
.voice .interview_wrapp .text_box {
  width: 100%;
} 
 .voice .interview_wrapp .image_box {
    width: 90%;
}   
    
.interview_wrapp .text_box h4 {
  font-size: min(4.5vw, 35px);
}  
    
.interview_section .interview_wrapp.ac_in .text_box h4 {
    font-size: min(2.9vw, 22px);
    text-align: left;
}
    
.interview_wrapp .town_text {
    font-size: 13px;
    line-height: 200%;
   margin-bottom: 20px;
}
    
.interview_section .interview_wrapp.ac_in .town_text {
        font-size: 13px;
} 
    
.interview_wrapp .image_box {
    width: 90%;
    margin: 0 auto;
}    
    
.interview_wrapp {
    margin: 0 auto 30px;
    display: block;
}
    
.interview_section .interview_button {
    width: 50%;
    max-width: inherit;
} 
    
}
    