@charset "utf-8";

#pre-voice {
	margin-top: 60px;
}

.pre-voice-item {
	background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    margin-bottom: 16px;
    overflow: hidden;
}

#pre-voice a{
	text-decoration: none;
	color: inherit;
}
#pre-voice a,
#pre-voice img{
	vertical-align: bottom;
}

#pre-voice .fade{
	animation: fadeIn 1s ease 0.3s 1 normal;
}

@keyframes fadeIn {

	/*animation-nameで設定した値を書く*/
	0% {
		opacity: 0
	}
/*アニメーション開始時は不透明度0%*/
	100%{
		opacity: 1
	}

	/*アニメーション終了時は不透明度100%*/
}#pre-voice /*1.フェードインアニメーションの指定*/
.scrollanime{
	opacity: 0;
}#pre-voice /*一瞬表示されるのを防ぐ*/
.fadeInDown{
	animation-name: fadeInDown;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}#pre-voice /*2.上下の動きを指定*/
.updown{
	transform: translateY(-100px);
}#pre-voice .downup{
	transform: translateY(100px);
}#pre-voice /*3.左右の動きを指定*/
.sect02{
	overflow: hidden;
}#pre-voice /*横スクロールバーを隠す*/
.slide-right{
	transform: translateX(200px);
}#pre-voice .slide-left{
	transform: translateX(-200px);
}#pre-voice .sp-only{
	display: block;
}

@media screen and (min-width:768px) {.sp-only{
	display: none;
}
}#pre-voice #career_sogo{
	font-size: 16px;
	font-family: "游ゴシック", Verdana, Roboto, "Droid Sans", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
}#pre-voice .hd-pc{
	display: none;
}#pre-voice .hd-sp{
	width: 100%;
	z-index: 999;
	height: 60px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding-right: 60px;
}#pre-voice .hd-sp-left{
	display: flex;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	padding: 5px;
	align-items: center;
}#pre-voice .hd-sp-left p{
	font-size: 13px;
	color: #ED7F0E;
	max-width: 100%;
	line-height: 1.3;
}#pre-voice .hd-sp-left img{
	margin-right: 5px;
	width: 60px;
}#pre-voice .hd-sp-right{
	display: flex;
}#pre-voice .hd-sp-right a{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	background-color: #e50012;
	line-height: 60px;
	padding: 0 20px 0 10px;
	position: relative;
}#pre-voice .hd-sp-right a:after{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 45%;
}#pre-voice .menu{
	background-color: #ED7F0E;
	width: 60px;
}#pre-voice .menu span{
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	border-radius: 50px;
	position: relative;
	margin: 25px auto;
}#pre-voice .menu span:before{
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	border-radius: 50px;
	position: absolute;
	top: 7px;
}#pre-voice .menu span:after{
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	border-radius: 50px;
	position: absolute;
	bottom: 7px;
}#pre-voice .hum{
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 60px;
	background: #ed7f0e;
	height: 60px;
	z-index: 999999;
}#pre-voice .btn{
	position: absolute;
	top: 16px;
	right: 15px;
	width: 30px;
	height: 26px;
	z-index: 999;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.5s;
}#pre-voice .btn.open{
	top: 20px;
}#pre-voice .btn span{
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
	transition: all 0.5s;
}#pre-voice .btn span:nth-child(1){
	top: 0;
}#pre-voice .btn span:nth-child(2){
	top: 11px;
}#pre-voice .btn span:nth-child(3){
	top: 22px;
}#pre-voice .btn.open span:nth-child(1){
	background-color: #fff;
	top: 6px;
	transform: rotate(-45deg);
}#pre-voice .btn.open span:nth-child(2),

#pre-voice .btn.open span:nth-child(3){
	top: 6px;
	background-color: #fff;
	transform: rotate(45deg);
}#pre-voice .nav{
	position: fixed;
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #ed7f0e;
	box-sizing: border-box;
	z-index: 3;
	padding-top: 100px;
	transition: all 0.5s;
	text-align: center;
}#pre-voice .nav.open{
	right: 0;
}#pre-voice .nav-menu li{
	box-sizing: border-box;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}#pre-voice .nav-menu a{
	display: block;
	background: none;
	line-height: 24px;
	font-size: 16px;
	position: relative;
}#pre-voice .nav-menu a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 25%;
	right: 20px;
}#pre-voice .nav-menu li:hover{
	background-color: #EB5C00;
	transition: all 0.2s;
}#pre-voice .wrapper{
	width: 800px;
	margin: 150px auto;
}#pre-voice .hd-right-btn{
	width: 280px;
}#pre-voice .hd-right-btn a{
	width: 100%;
	height: 100%;
	background-color: #e50012;
display: block;
	transition: all 0.2s;
padding: 4px;
color: #fff;
	position: relative;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}#pre-voice .hd-right-btn a:hover{
	opacity: 0.8;
}#pre-voice .hd-right-btn-sub{
    display: block;
    padding: 4px;
    border-radius: 4px;
    background-color: #fefefe;
    line-height: 1.3;
    margin-bottom: 16px;
    font-size: 12px;
    text-align: center;
    position: relative;
    color: #a50000;
    font-weight: bold;
    font-size: clamp(11px, 1.1vw, 12px);
}#pre-voice .hd-right-btn-sub:after{
    position: absolute;
    content: "";
    display: block;
    left: calc(50% - 5px);
    bottom: -5px;
    background-color: #fefefe;
    width: 12px;
    height: 6px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}#pre-voice .hd-right-btn-text{
    color: #fff;
    font-weight: bold;
    align-items: center;
    display: flex
;
    padding: 5px;
    justify-content: center;
    font-size: 18px;
    gap: 14px;
}#pre-voice .hd-right-btn-text:after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
@media screen and (min-width:768px) {
	#career_sogo {
		font-size: 18px;
		font-family: "游ゴシック";
		font-weight: 500;
	}


}

@media screen and (min-width:1000px) {
	.hd-sp {
		display: none;
	}#pre-voice .hd-pc{
		width: 100%;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		font-size: 16px;
		letter-spacing: 0;
	}#pre-voice .hd-left{
		display: flex;
		width: 24%;
		align-items: center;
	}#pre-voice .hd-left p{
		color: #ED7F0E;
		font-size: 13px;
		font-weight: bold;
	}#pre-voice .hd-left img{
		width: auto;
		height: 55px;
		margin: 10px;
	}#pre-voice .hd-right-nav{
		box-sizing: border-box;
		display: flex;
		width: 76%;
	}#pre-voice .hd-right-nav ul{
		list-style: none;
		display: flex;
		width: 100%;
		justify-content: space-between;
		color: #163E96;
		font-weight: 800;
		align-items: center;
		padding-right: 10px;
	}#pre-voice .hd-right-nav ul li{
		text-align: center;
		padding: 30px 5px;
		position: relative;
	font-size: clamp(12px, 1.3vw, 14px);
	}#pre-voice .hd-right-nav ul li a{
		display: block;
		line-height: 22px;
	}#pre-voice .hd-right-nav ul li:after{
		position: absolute;
		content: "";
		width: 6px;
		height: 6px;
		border-bottom: 1px solid #163E96;
		border-bottom: 1px solid #163E96;
		border-left: 1px solid #163E96;
		transform: rotate(-45deg);
		bottom: calc(50% - 35px);
		left: calc(50% - 8px);
		transition: all 0.2s;
	}#pre-voice .hd-right-nav ul li:hover:after{
		bottom: calc(50% - 45px);
	}#pre-voice .hum{
		display: none;
	}
}

@media screen and (min-width:1280px) {
	.hd-sp {
		display: none;
	}#pre-voice .hd-pc{
		width: 100%;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		font-size: 16px;
		letter-spacing: 0;
	}#pre-voice .hd-left{
		display: flex;
		width: 24%;
		align-items: center;
	}#pre-voice .hd-left p{
		color: #ED7F0E;
		font-size: 16px;
		font-weight: bold;
	}#pre-voice .hd-left img{
		width: auto;
		height: 60px;
		margin: 20px;
	}#pre-voice .hd-right-nav{
		box-sizing: border-box;
		display: flex;
		width: 76%;
	}#pre-voice .hd-right-nav ul{
		list-style: none;
		display: flex;
		width: 100%;
		justify-content: space-between;
		color: #163E96;
		font-weight: 800;
		align-items: center;
		padding-right: 40px;
	}#pre-voice .hd-right-nav ul li{
		text-align: center;
		padding: 30px 5px;
		position: relative;
		font-size: 15px
	}#pre-voice .hd-right-nav ul li a{
		display: block;
		line-height: 22px;
	}#pre-voice .hd-right-nav ul li:after{
		position: absolute;
		content: "";
		width: 6px;
		height: 6px;
		border-bottom: 1px solid #163E96;
		border-bottom: 1px solid #163E96;
		border-left: 1px solid #163E96;
		transform: rotate(-45deg);
		bottom: calc(50% - 35px);
		left: calc(50% - 8px);
		transition: all 0.2s;
	}#pre-voice .hd-right-nav ul li:hover:after{
		bottom: calc(50% - 45px);
	}#pre-voice .hd-right-btn{
		width: 280px;
		transition: all 0.2s;
		font-size: 16px;
		display: flex;
		justify-content: space-around;
	}#pre-voice .hd-right-btn a{
		font-size: 18px;
	}

}

@media screen and (min-width:1600px) {
	.hd-right-nav {
		width: 70%;
	}#pre-voice .hd-left{
		width: 25%;
	}
}#pre-voice /*--------------------------------------kv*/

.kv-pc{
	display: none;
}#pre-voice .kv-sp{
	display: block;
}#pre-voice .kv-sp{
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}#pre-voice .kv-sp img{
	width: 100%;
	height: auto;
	text-align: center;
}#pre-voice .kv-sp p{
	font-size: 30px;
	color: #fff;
	text-shadow: 0px 0px 15px rgb(50 11 0 / 50%);
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}#pre-voice .kv-sp .kv-top{
	position: absolute;
	top: 10px;
	left: 52%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	letter-spacing: 0;
	font-size: 2.5em;
	font-weight: bold;
	text-align: left;
}#pre-voice .kv-sp .kv-bottom{
	position: absolute;
	bottom: 10px;
	left: 48%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	letter-spacing: 0px;
	font-size: 2.5em;
	font-weight: bold;
	text-align: right;
}#pre-voice .kv-sp .kv-bottom span{
	font-size: 1.8em;
}


@media screen and (min-width:768px) {}

@media screen and (min-width:1000px) {
	.kv-sp {
		display: none;
	}#pre-voice .kv-pc{
		width: 100%;
		position: relative;
		display: block;
	}#pre-voice .kv-pc img{
		width: 100%;
		height: auto;
		text-align: center;
	}#pre-voice .kv-pc p{
		font-size: 80px;
		color: #fff;
		text-shadow: 0px 0px 15px rgb(50 11 0 / 50%);
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}#pre-voice .kv-pc .kv-top{
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		font-size: 3.5em;
		font-weight: bold;
	}#pre-voice .kv-pc .kv-bottom{
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		font-size: 3.5em;
		font-weight: bold;
	}

}

@media screen and (min-width:1280px) {

	.kv-pc {
		width: 100%;
		position: relative;
	}#pre-voice .kv-pc img{
		width: 100%;
		height: auto;
		text-align: center;
	}#pre-voice .kv-pc p{
		font-size: 85px;
		color: #fff;
		text-shadow: 0px 0px 15px rgb(50 11 0 / 50%);
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}#pre-voice .kv-pc .kv-top{
		position: absolute;
		top: 12px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		letter-spacing: 0px;
		font-size: 5em;
		font-weight: bold;
	}#pre-voice .kv-pc .kv-bottom{
		position: absolute;
		bottom: 12px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		font-size: 5em;
		font-weight: bold;
	}

}#pre-voice /*-----------------------------------------------------------entry*/

#entry{
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}#pre-voice footer{
	margin-top: 300px;
	text-align: center;
	width: 100%;
}#pre-voice footer p{
	font-size: 15px;
}

@media screen and (min-width:768px) {}

@media screen and (min-width:1000px) {

	#entry {
		max-width: 1280px;
		margin: 0 auto;
	}#pre-voice footer{
		margin-top: 300px;
		text-align: center;
		width: 100%;
	}#pre-voice footer p{
		font-size: 15px;
	}
}

@media screen and (min-width:1280px) {}#pre-voice /*--------------------------------------contents*/

.orange{
	font-size: 32px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #ED7F0E;
	margin: 0 auto;
	width: calc(100% - 20px);
	margin-top: 40px;
	transform: translateY(0);
	line-height: 1.5;
}#pre-voice .black-sub{
    display: block;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 8px;
    font-weight: bold;
    font-size: 12px;
}#pre-voice #top-message{
	width: 100%;
	overflow: hidden;
	padding: 20px;
}#pre-voice .top-message-box{
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	align-items: center;
	position: relative;
}#pre-voice .top-message-box:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}#pre-voice .top-message-box:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}#pre-voice .top-message-img{
	width: 100%;
}#pre-voice .top-message-img img{
	width: 100%;
}#pre-voice .top-message-text{
	font-size: 15px;
	line-height: 1.5;
	width: 100%;
	font-weight: 400;
	letter-spacing: 0;
}#pre-voice .message-bg{
	font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 15px auto;
}#pre-voice .top-name{
	margin-top: 15px;
	width: 100%;
	text-align: end;
	font-weight: bold;
}

@media screen and (max-width:768px) {
	.top-message-text:not(:first-child) {
		margin-top: 40px;
	}
}

@media screen and (min-width:1000px) {
	.orange {
		font-size: 50px;
		display: block;
		text-align: center;
		color: #ED7F0E;
		margin-top: 40px;
		font-weight: bold;
		font-size: 4em;
	}#pre-voice .black-sub{
		display: block;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 20px;
		font-size: 1.5em;
		font-weight: bold;
	}#pre-voice #top-message{
		max-width: 1280px;
		margin: 40px auto;
		overflow: hidden;
	}#pre-voice .top-message-box{
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 40px 0;
		box-sizing: border-box;
		align-items: flex-start;
		position: relative;
		flex-wrap: wrap;
	}#pre-voice .top-message-img{
		width: 49%;
		margin-top: 25px;
	}#pre-voice .top-message-img img{
		width: 100%;
	}#pre-voice .top-message-text{
		width: 48%;
		font-weight: bold;
		line-height: 28px;
		font-size: 16px;
		letter-spacing: 0px;
		margin-bottom: 40px;
	}#pre-voice .message-bg{
		font-size: 27px;
		font-weight: bold;
		line-height: 40px;
		margin: 10px auto 15px;
		padding: 10px 0;
	}#pre-voice .top-name{
		margin-top: 15px auto;
		width: 100%;
		text-align: end;
	}#pre-voice .top-name p{
		font-size: 22px;
	}
}

@media screen and (min-width:1280px) {}#pre-voice /*-----------------------------------------------------our-business*/

#our-business{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	padding: 20px;
}#pre-voice .our-business-box{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}#pre-voice .our-business-box a{
	display: flex;
	height: 100%;
	transition: all 0.3s;
	flex-direction: column-reverse;
}#pre-voice .our-business-box a:hover{
	opacity: 0.5;
}#pre-voice .our-business-inner-1{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus01.png");
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
}#pre-voice .our-business-inner-2{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus02.png");
	position: relative;
	background-size: cover;
	background-position: center;
}#pre-voice .our-business-inner-3{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus03.png");
	position: relative;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
}#pre-voice .our-business-inner-4{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus04.png");
	position: relative;
	background-size: cover;
	background-position: center;
}#pre-voice .our-business-inner-5{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus05.png");
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
	background-position: bottom;
}#pre-voice .our-business-inner-6{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus06.png");
	position: relative;
	background-size: cover;
}#pre-voice .our-business-inner-7{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus07.png");
	position: relative;
	margin-bottom: 10px;
	background-size: cover;
	background-position: bottom;
}#pre-voice .our-business-inner-8{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus08.png");
	position: relative;
	background-size: cover;
	background-position: bottom;
}#pre-voice .our-business-inner-9{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus09.png");
	position: relative;
	margin-bottom: 10px;
	background-size: cover;
}#pre-voice .our-business-inner-10{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus10.png");
	position: relative;
	background-size: cover;
	background-position: bottom;
}#pre-voice .our-business-inner-11{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus11.png");
	position: relative;
	background-size: cover;
	background-position: center;
}#pre-voice .our-business-inner-12{
	width: 49%;
	height: 100px;
	background-image: url("../imgs/career/bus12.png");
	position: relative;
	background-size: cover;
	background-position: center;
}#pre-voice .orange-box{
	width: 100%;
	background-color: #ED7F0E;
	color: #fff;
	position: relative;
	left: 0;
	padding: 4px 8px;
	box-sizing: border-box;
	letter-spacing: normal;
	font-size: 11px;
	font-weight: bold;
}#pre-voice .orange-box p{
	line-height: 1.5;
	padding-right: 16px;
	position: relative;
	display: block;
}#pre-voice .orange-box p:after{content:\"\";}#pre-voice .orange-box p:before{
	position: absolute;
	content: "";
	display: inline-block;
	/*忘れずに！*/
	width: 13px;
	/*画像の幅*/
	height: 13px;
	/*画像の高さ*/
	background-image: url("../imgs/career/arr-right-mini.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	right: -2px;
}



@media screen and (min-width:768px) {
	.orange-box {
	padding: 5px 8px;
	font-size: 13px;

}#pre-voice .orange-box p{
	line-height: 18px;
	padding-right: 16px;
	position: relative;
	display: block;
}#pre-voice .orange-box p:after{content:\"\";}#pre-voice .orange-box p:before{
	position: absolute;
	content: "";
	display: inline-block;
	/*忘れずに！*/
	width: 13px;
	/*画像の幅*/
	height: 13px;
	/*画像の高さ*/
	background-image: url("../imgs/career/arr-right-mini.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	right: -2px;
}
}#pre-voice .modal{
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 1000000;
}#pre-voice /* モーダル背景 */
.modal-bg{
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}#pre-voice /* モーダル本体 */
.modal-content{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: rgba(257, 249, 240, 1);
    padding: 20px 20px;
    border-radius: 6px;
    max-height: 90svh;
    overflow-y: auto;
}#pre-voice .modal-content .bus-title{
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #163E96;
	margin: 20px auto 20px;
}#pre-voice .bus-img{
	width: 100%;
	height: 80px;
	background-image: url("../imgs/career/bus01.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 10%;
}#pre-voice #modal02 .bus-img{
	background-image: url("../imgs/career/4170205_s.jpg");
	background-position-y: 50%;
}#pre-voice #modal03 .bus-img{
	background-image: url("../imgs/career/photo_bgmenu_02.jpg");
	background-position-y: 60%;
}#pre-voice #modal04 .bus-img{
	background-image: url("../imgs/career/shouji.jpg");
	background-position-y: 52%;
}#pre-voice #modal05 .bus-img{
	background-image: url("../imgs/career/golf.jpg");
	background-position-y: 40%;
}#pre-voice #modal06 .bus-img{
	background-image: url("../imgs/career/kokusai.jpg");
	background-position-y: -44px;
}#pre-voice #modal07 .bus-img{
	background-image: url("../imgs/career/mapartner.jpg");
	background-position-y: 85%;
}#pre-voice #modal08 .bus-img{
	background-image: url("../imgs/career/jss.jpg");
	background-position-y: 55%;

}#pre-voice #modal09 .bus-img{
	background-image: url("../imgs/career/environment.jpg");
}#pre-voice #modal10 .bus-img{
	background-image: url("../imgs/career/photo_bgmenu_03.jpg");
	background-position-y: 100%;
}#pre-voice #modal11 .bus-img{
	background-image: url("../imgs/career/photo_bgmenu_01.jpg");
	background-position-y: 50%;
}#pre-voice #modal12 .bus-img{
	background-image: url("../imgs/career/travel.jpg");
}#pre-voice .bus-modal-text{
	font-weight: bold;
	font-size: 14px;
	margin: 20px auto;
	line-height: 1.75;
}#pre-voice .bus-conts-list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 18px;
	gap: 4px;
}#pre-voice .bus-conts{
    display: flex;
    align-items: center;
    text-align: center;
    width: 49%;
    background-color: #fff;
    color: #163E96;
    font-weight: bold;
    padding: 8px 8px;
    border: 1px solid #163E96;
    border-radius: 4px;
    justify-content: center;
    margin-right: 0.5%;
    /* margin-bottom: 0.5%; */
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.3;
}#pre-voice .bus-conts:nth-child(2n){
	margin-right: 0;
}#pre-voice .bus-kyujin{
	width: 100%;
	background-color: #163E96;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	border-radius: 3px;
	border: 3px solid #163E96;
}#pre-voice .bus-kyujin a{
display: block;
    position: relative;
    color: #fff;
    padding: 16px 12px;
    transition: all 0.3s;
    padding-right: 30px;
    line-height: 1.5;
}#pre-voice .bus-kyujin a:hover{
	background-color: #fff;
	color: #163E96;
}#pre-voice .bus-kyujin a:before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 41%;
	right: 15px;
	transform: rotate(45deg);
}#pre-voice .bus-kyujin a:hover:before{
	border-top: 2px solid #163E96;
	border-right: 2px solid #163E96;
}#pre-voice .js-modal-close{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #163E96;
    font-size: 40px;
    font-weight: 300;
}#pre-voice .modal-content .js-modal-close{
    right: 12px;
}#pre-voice /* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}#pre-voice .our-business-box>div{
	display: flex;
	flex-direction: column-reverse;
}


@media screen and (min-width:768px) {}

@media screen and (min-width:1000px) {
	.our-business-box a {
		display: block;
	}#pre-voice .our-business-box>div{
		display: block;

	}#pre-voice #our-business{
		max-width: 1280px;
		margin: 40px auto;
		overflow: hidden;
	}#pre-voice .our-business-box{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}#pre-voice .our-business-inner-1{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus01.png");
		margin-bottom: 10px;
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-2{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus02.png");
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-3{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus03.png");
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-4{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus04.png");
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-5{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus05.png");
		margin-bottom: 10px;
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-6{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus06.png");
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-7{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus07.png");
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-8{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus08.png");
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-9{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus09.png");
		position: relative;
		background-size: cover;
	}#pre-voice .our-business-inner-10{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus10.png");
		position: relative;
	}
	#pre-voice .our-business-inner-11{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus11.png");
		position: relative;
		background-size: cover;
	}
	#pre-voice .our-business-inner-12{
		width: 24.5%;
		height: 150px;
		background-image: url("../imgs/career/bus12.png");
		position: relative;
		background-size: cover;
	}
	#pre-voice .orange-box{
		width: 83%;
		background-color: #ED7F0E;
		color: #fff;
		position: relative;
		top: 113px;
		left: 0;
		padding: 12px 8px;
		box-sizing: border-box;
		letter-spacing: normal;
		font-size: 13px;
		font-weight: bold;
	}
	#pre-voice .orange-box p{
		position: relative;
		display: block;
		line-height: inherit;
	}
	#pre-voice .orange-box p:before{
		position: absolute;
		content: "";
		display: inline-block;
		/*忘れずに！*/
		width: 30px;
		/*画像の幅*/
		height: 14px;
		/*画像の高さ*/
		background-image: url("../imgs/career/arr-right.png");
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
	}
	#pre-voice .modal{
		display: none;
		position: fixed;
		top: 0;
		height: 100vh;
		width: 100%;
	}
	#pre-voice /* モーダル背景 */
	.modal-bg{
		position: absolute;
		height: 100vh;
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
	}
	#pre-voice /* モーダル本体 */
	.modal-content{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: rgba(257, 249, 240, 1);
    padding: 40px;
    border-radius: 8px;
    max-height: 90svh;
    overflow-y: auto;
	}#pre-voice .modal-content .bus-title{
		font-size: 30px;
		font-weight: bold;
		display: block;
		text-align: center;
		color: #163E96;
		margin: 0px auto 20px;
	}#pre-voice .bus-img{
		width: 100%;
		height: 150px;
		background-image: url("../imgs/career/mydreams.jpg");
		background-size: auto;
		background-repeat: no-repeat;
	}#pre-voice .bus-modal-text{
		font-weight: bold;
		font-size: 16px;
		margin: 50px auto;
	}#pre-voice .bus-conts-list{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 18px;
	}#pre-voice .bus-conts{
		display: flex;
		align-items: center;
		text-align: center;
		width: 19.5%;
		background-color: #fff;
		color: #163E96;
		font-weight: bold;
		padding: 15px 0;
		border: 2px solid #163E96;
		border-radius: 6px;
		justify-content: center;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
		font-size: 13px;
	}#pre-voice .bus-conts:nth-child(2n){
		margin-right: 0.5%;
	}#pre-voice .bus-conts:nth-child(5n){
		margin-right: 0;
	}#pre-voice .bus-kyujin{
		width: 100%;
		background-color: #163E96;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		border-radius: 3px;
		border: 3px solid #163E96;
	}#pre-voice .bus-kyujin a{
		display: block;
		position: relative;
		color: #fff;
		padding: 35px;
		transition: all 0.3s;
	}#pre-voice .bus-kyujin a:hover{
		background-color: #fff;
		color: #163E96;
	}#pre-voice .bus-kyujin a:before{
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 41%;
		right: 40px;
		transform: rotate(45deg);
	}#pre-voice .bus-kyujin a:hover:before{
		border-top: 2px solid #163E96;
		border-right: 2px solid #163E96;
	}#pre-voice .js-modal-close{
		position: absolute;
		top: 0px;
		right: 0px;
		color: #163E96;
		font-size: 43px;
		font-weight: bold;
	}#pre-voice /* モーダルウィンドウ表示中に記事本体を固定 */
	body.fixed{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
	}#pre-voice .bus-img{
		background-position-y: 17%;
	}#pre-voice #modal02 .bus-img{
		background-image: url("../imgs/career/4170205_s.jpg");
		background-position-y: 70%;
	}#pre-voice #modal03 .bus-img{
		background-image: url("../imgs/career/photo_bgmenu_02.jpg");
		background-position-y: 60%;
	}#pre-voice #modal04 .bus-img{
		background-image: url("../imgs/career/shouji.jpg");
		background-position-y: 60%;
	}#pre-voice #modal05 .bus-img{
		background-image: url("../imgs/career/golf.jpg");
		background-position-y: 50%;
	}#pre-voice #modal06 .bus-img{
		background-image: url("../imgs/career/kokusai.jpg");
		background-position-y: 40%;
	}#pre-voice #modal07 .bus-img{
		background-image: url("../imgs/career/mapartner.jpg");
		background-position-y: 70%;
	}#pre-voice #modal08 .bus-img{
		background-image: url("../imgs/career/jss.jpg");
		background-position-y: 53%;
	}#pre-voice #modal09 .bus-img{
		background-image: url("../imgs/career/environment.jpg");
	}#pre-voice #modal10 .bus-img{
		background-image: url("../imgs/career/photo_bgmenu_03.jpg");
		background-position-y: 100%;
	}#pre-voice #modal11 .bus-img{
		background-image: url("../imgs/career/photo_bgmenu_01.jpg");
		background-position-y: 50%;
	}#pre-voice #modal12 .bus-img{
		background-image: url("../imgs/career/travel.jpg");
		background-position-y: 17%;
	}

}

@media screen and (min-width:1280px) {

	.modal-content {
		width: 65%;
		/* これが無いと「overflow:scroll」が利かない */
		max-width: 1100px;
	}
}#pre-voice /*------------------------------------------------------------IN NUMBERS*/

#in-numbers{
	width: 100%;
	background-color: #F9F4EA;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0px auto;
}#pre-voice .in-numbers-box{
	max-width: 100%;
	margin: 40px auto 0;
	display: flex;
	padding: 20px 20px 0 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}#pre-voice .in-numbers-inner{
	background-color: #fff;
	border-radius: 3px;
	width: 49%;
	margin-bottom: 35px;
	position: relative;
	padding-top: 35px;
	z-index: 0;
}#pre-voice .in-numbers-inner span{
	position: absolute;
	background-color: #ED7F0E;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
	display: block;
	width: 80%;
	border-radius: 2px;
	margin: 0 auto;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}#pre-voice .in-numbers-inner span:after{
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ED7F0E;
	content: "";
	transform: rotate(45deg);
	bottom: -5px;
	left: calc(50% - 5px);
}#pre-voice .number-bg{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #ED7F0E;
	display: inline;
}#pre-voice .number-wrap{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	vertical-align: text-bottom;
	z-index: 2;
	position: relative;
}#pre-voice .number-mn{
	font-size: 13px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}#pre-voice .in-numbers-inner img{
	width: 65%;
	margin: 10px auto;
}#pre-voice .in-numbers-uriage{
	width: calc(100% - 40px);
	margin: 0 auto 50px;
	background-color: #fff;
	border-radius: 2px;
	position: relative;
	padding-top: 55px;
}#pre-voice .in-numbers-uriage span{
	position: absolute;
	background-color: #ED7F0E;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px;
	display: block;
	border-radius: 2px;
	margin: 0 auto;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: fit-content;
}#pre-voice .in-numbers-uriage span:after{
	position: absolute;
	width: 18px;
	height: 18px;
	background: #ED7F0E;
	content: "";
	transform: rotate(45deg);
	bottom: -8px;
	left: calc(50% - 8px);
}#pre-voice .in-numbers-uriage img{
	width: 100%;
	margin-bottom: 20px;
}#pre-voice .in-numbers-date{
	font-size: 13px;
	position: absolute;
	bottom: -27px;
	right: 0;
	text-align: right;
}

@media screen and (min-width:768px) {}

@media screen and (min-width:1000px) {
	#in-numbers {
		background-color: #F9F4EA;
		text-align: center;
		box-sizing: border-box;
		overflow: hidden;
		margin: 40px auto;
		padding-top: 40px;
	}#pre-voice .in-numbers-box{
		padding: 0;
		max-width: 1280px;
		margin: 40px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}#pre-voice .in-numbers-inner{
		background-color: #fff;
		border-radius: 3px;
		width: 32.5%;
		margin-bottom: 35px;
		position: relative;
		height: 285px;
		padding-top: 55px;
	}#pre-voice .in-numbers-inner span{
		position: absolute;
		background-color: #ED7F0E;
		color: #fff;
		font-weight: bold;
		font-size: 23px;
		padding: 15px;
		display: block;
		border-radius: 2px;
		margin: 0 auto;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: fit-content;
	}#pre-voice .in-numbers-inner span:after{
		position: absolute;
		width: 18px;
		height: 18px;
		background: #ED7F0E;
		content: "";
		transform: rotate(45deg);
		bottom: -8px;
		left: calc(50% - 8px);
	}#pre-voice .number-bg{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		font-size: 80px;
		color: #ED7F0E;
		display: inline;
		line-height: 1;
	}#pre-voice .number-mn{
		font-weight: bold;
		display: flex;
		align-items: flex-end;
	}#pre-voice .in-numbers-inner img{
		width: 70%;
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}#pre-voice .in-numbers-uriage{
		max-width: 1280px;
		margin: 0 auto 80px;
		background-color: #fff;
		border-radius: 2px;
		position: relative;
		height: auto;
		padding-top: 55px;
	}#pre-voice .in-numbers-uriage span{
		position: absolute;
		background-color: #ED7F0E;
		color: #fff;
		font-weight: bold;
		font-size: 26px;
		padding: 15px;
		display: block;
		border-radius: 2px;
		margin: 0 auto;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: fit-content;
	}#pre-voice .in-numbers-uriage span:after{
		position: absolute;
		width: 18px;
		height: 18px;
		background: #ED7F0E;
		content: "";
		transform: rotate(45deg);
		bottom: -8px;
		left: calc(50% - 8px);
	}#pre-voice .in-numbers-uriage img{
		width: 800px;
	}#pre-voice .in-numbers-date{
		font-size: 15px;
	}


}

@media screen and (min-width:1280px) {}#pre-voice /*------------------------------------------------------------system*/

#system{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}#pre-voice .system-box{
	width: 100%;
	border: 3px solid #163E96;
	border-radius: 5px;
	background-color: #F9F4EA;
	padding: 20px;
	margin-bottom: 20px;
}#pre-voice .system-box p{
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	height: 64%;
}#pre-voice .system-box a{
	display: block;
	width: 100%;
	background-color: #163E96;
	color: #fff;
	text-align: center;
	padding: 17px;
	box-sizing: border-box;
	position: relative;
	border-radius: 3px;
	border: 3px solid #163E96;
	transition: all 0.3s;
	margin-bottom: 20px;
	margin-top: 20px;
}#pre-voice .system-box a:after{
	position: absolute;
	content: "";
	display: inline-block;
	/*忘れずに！*/
	width: 30px;
	/*画像の幅*/
	height: 14px;
	/*画像の高さ*/
	background-image: url("../imgs/career/arr-right.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	right: 35px;
	top: 38%;
}#pre-voice .system-box a:hover{
	color: #163E96;
	background-color: #fff;
}#pre-voice .system-box a:hover:after{
	background-image: url("../imgs/career/arr-right-bl.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 38%;
	right: 20px;
}#pre-voice .system-box a:hover:before{content:\"\";}#pre-voice .system-box-wrapper{
	padding: 20px;
}#pre-voice .system-title{
	position: inherit;
	font-size: 20px;
	color: #163E96;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 15px auto;
}#pre-voice .system-title-sub{
	font-size: 20px;
}

@media screen and (min-width:768px) {}

@media screen and (min-width:1000px) {

	#system {
		max-width: 1280px;
		margin: 40px auto 80px;
		overflow: hidden;
	}#pre-voice .system-box{
		width: 48%;
		border: 3px solid #163E96;
		border-radius: 5px;
		background-color: #F9F4EA;
		padding: 50px;
	}#pre-voice .system-box p{
		font-weight: bold;
		line-height: 39px;
		height: 50%;
		font-size: 18px;
	}#pre-voice .system-box a{
		display: block;
		width: 100%;
		background-color: #163E96;
		color: #fff;
		text-align: center;
		padding: 25px;
		box-sizing: border-box;
		position: relative;
		border-radius: 3px;
		border: 3px solid #163E96;
		transition: all 0.3s;
		margin-top: 0;
	}#pre-voice .system-box a:hover{
		color: #163E96;
		background-color: #fff;
	}#pre-voice .system-box a:after{
		position: absolute;
		content: "";
		display: inline-block;
		/*忘れずに！*/
		width: 30px;
		/*画像の幅*/
		height: 14px;
		/*画像の高さ*/
		background-image: url("../imgs/career/arr-right.png");
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		right: 35px;
		top: 42%;
	}#pre-voice .system-box a:after{
		position: absolute;
		content: "";
		display: inline-block;
		/*忘れずに！*/
		width: 30px;
		/*画像の幅*/
		height: 14px;
		/*画像の高さ*/
		background-image: url("../imgs/career/arr-right.png");
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		right: 35px;
		top: 42%;
	}#pre-voice .system-box a:hover:after{
		background-image: url("../imgs/career/arr-right-bl.png");
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		top: 42%;
		right: 20px;
	}#pre-voice .system-box-wrapper{
		display: flex;
		justify-content: space-between;
	}#pre-voice .system-title{
		position: inherit;
		font-size: 30px;
		color: #163E96;
		font-weight: bold;
		text-align: center;
		display: block;
		margin: 30px auto;
	}#pre-voice .system-title-sub{
		font-size: 20px;
	}

}

@media screen and (min-width:1280px) {}#pre-voice /*----------------------------------------------------precedent*/

#precedent{
	background-color: #F9F4EA;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
	padding-bottom: 30px;
}#pre-voice .pre-wrap{
	width: calc(100% - 40px);
	margin: 0 auto;
}#pre-voice .pre-title{
	font-size: 20px;
	color: #163E96;
	font-weight: bold;
}#pre-voice .pre-title span{
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px auto 20px;
}#pre-voice .pre-box{
	width: 100%;
	background-color: #fff;
	position: relative;
	margin: 20px auto;
	padding: 60px 20px;
	justify-content: space-between;
}#pre-voice .pre-box:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}#pre-voice .pre-box:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}#pre-voice .pre-box-title{
	font-size: 22px;
	font-weight: bold;
}#pre-voice .pre-box-inner{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}#pre-voice .pre-box-inner img{
	width: 90%;
	margin: 5% auto;
	max-width: 400px;
}#pre-voice .pre-box-text{
	width: 100%;
	background-color: #F9F4EA;
	border-left: 4px solid #ED7F0E;
	text-align: left;
	flex-grow: 1;
	padding: 20px;
	line-height: 1.75;
	font-size: 15px;
	letter-spacing: 0;
}#pre-voice .pre-box-text span{
	font-size: 13px;
	display: block;
	line-height: 23px;
}

@media screen and (min-width:768px) {}

@media screen and (min-width:1000px) {

	#precedent {
		background-color: #F9F4EA;
		text-align: center;
		box-sizing: border-box;
		overflow: hidden;
		margin: 40px auto;
		padding-top: 40px;
		padding-bottom: 60px;
	}#pre-voice .pre-wrap{
		max-width: 1280px;
		margin: 0 auto;
	}#pre-voice .pre-title{
		font-size: 42px;
		color: #163E96;
		font-weight: bold;
	}#pre-voice .pre-title span{
		display: block;
		color: #000;
		font-size: 18px;
		font-weight: bold;
	}#pre-voice .pre-box{
		display: flex;
		width: 100%;
		background-color: #fff;
		position: relative;
		margin: 20px auto 60px;
		padding: 65px 100px;
		justify-content: space-between;
		gap: 20px;
	}#pre-voice .pre-box:before{
		position: absolute;
		content: "";
		width: 100%;
		height: 20px;
		top: 0;
		left: 0;
		background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}#pre-voice .pre-box:after{
		position: absolute;
		content: "";
		width: 100%;
		height: 20px;
		bottom: 0;
		left: 0;
		background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}#pre-voice .pre-box-title{
		font-size: 22px;
		font-weight: bold;
		/*margin-bottom: 20px;*/
	}#pre-voice .pre-box-inner{
		width: 33.2%;
		display: flex;
		flex-direction: column;
	}#pre-voice .pre-box-inner img{
		width: 88%;
		margin: 10% auto;
	}#pre-voice .pre-box-text{
		width: 100%;
		flex-grow: 1;
		padding: 20px;
		line-height: 1.75;
		font-size: 16px;
	}#pre-voice .pre-box-text p{
		font-size: 18px;
		font-weight: bold;
		margin: 10px auto;
	}#pre-voice .pre-box-text span{
		font-size: 14px;
	}

}

@media screen and (min-width:1280px) {}#pre-voice /*-----------------------------------------------------------entry*/

#entry{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}#pre-voice #entry .entry-block{
display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 60px auto;
    text-align: center;
    align-items: center;
}#pre-voice #entry .entry-block>li{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    position: relative;
	    max-width: 100%;
		gap: 8px;
}#pre-voice .entry-block-text{
    font-weight: bold;
    font-size: 14px;
    background-color: #555;
    padding: 12px 20px;
    /*margin-bottom: -28px;*/
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 36px;
    color: #fff;
	    padding: 8px 20px;
		line-height: 1.5;
    width: 90%;
}#pre-voice .entry-block-sub{
    color: #f96476;
    font-weight: bold;
    font-size: 14px;
	line-height: 1.5;
}#pre-voice .entry-block-sub.---grad{
	color: #385fa3;
}#pre-voice .entry-block-sub.---career{
	color: #ef923f;
}

@media screen and (min-width:768px) {

#entry .entry-block {
    margin: 60px auto;
}#pre-voice #entry .entry-block>li{
	gap: 12px;
}#pre-voice .entry-block-text{
    font-weight: bold;
    font-size: 1em;
    background-color: #555;
    padding: 8px 20px;
    margin-bottom: -29px;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 36px;
    color: #fff;
    position: absolute;
    top: -24px;
    left: -12px;
	width: fit-content;
}#pre-voice .entry-block-sub{
    font-size: 1.1em;
}

}#pre-voice #entry .entry-btn{
	color: #fff;
	background-color: #e50012;
	border: 2px solid #e50012;
	display: block;
	width: 800px;
	max-width: 100%;
	padding: 24px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	letter-spacing: 0.1em;
	    line-height: 1.5;
}#pre-voice #entry .entry-btn:hover{
	background-color: #fff;
	color: #e50012;
}#pre-voice #entry .entry-btn:hover:after{
	border-top: 3px solid #e50012;
	border-right: 3px solid #e50012;
}#pre-voice #entry .entry-btn.---grad{
	background-color: #163E96;
	border-color: #163E96;
	line-height: 1.5;
}#pre-voice #entry .entry-btn.---grad:hover{
	background-color: #fff;
	color: #163E96;
}#pre-voice #entry .entry-btn.---grad:hover:after{
	border-top: 3px solid #163E96;
	border-right: 3px solid #163E96;
}#pre-voice #entry .entry-btn.---career{
	background-color: #ED7F0E;
	border-color: #ED7F0E;
	line-height: 1.5;
}#pre-voice #entry .entry-btn.---career:hover{
	background-color: #fff;
	color: #ED7F0E;
}#pre-voice #entry .entry-btn.---career:hover:after{
	border-top: 3px solid #ED7F0E;
	border-right: 3px solid #ED7F0E;
}#pre-voice #entry .entry-btn:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	transform: rotate(45deg);
	top: calc(50% - 4px);
	right: 24px;
}


@media screen and (min-width:1080px) {


#entry .entry-btn{
	font-size: 20px;
}#pre-voice #entry .entry-btn:after{
		right: 40px;
	}
}#pre-voice footer{
	margin-top: 0px;
	text-align: center;
	width: 100%;
	padding-bottom: 70px;
	background-color: #F9F9F9;
	padding: 15px 0 70px;
}#pre-voice footer p{
	font-size: 11px;
	color: #999;
}#pre-voice .conv-right{
	display: none;
}#pre-voice .page-top{
	opacity: 0;
	position: fixed;
bottom: clamp(70px, 21vw, 90px);
	right: 10px;
	transition: all 0.3s;
}#pre-voice .page-top img{
	opacity: 0;
}#pre-voice .page-top.isActive{
	opacity: 1;
}#pre-voice .page-top.isActive a{
	width: 60px;
	height: 60px;
	display: block;
	position: relative;
	background-color: #163E96;
}#pre-voice .page-top.isActive a img{
	opacity: 1;
	width: 100%;
	padding: 15px;
}#pre-voice .conv-bottom{
	width: 100%;
	border-top: 2px solid #fff;

	position: fixed;
	bottom: -60px;
	left: 0;

	text-align: center;

	transition: all 0.3s;
	z-index: 999;
}#pre-voice .conv-bottom-list{
	display: flex;
	width: 100%;
	    height: clamp(60px, 20vw, 80px);
}#pre-voice .conv-bottom-list li{
	width: 50%;
}#pre-voice .conv-bottom--link{
	background-color: #e50012;
	color: #fff;
	font-size: 16px;
	padding: 20px;
	font-weight: bold;
	width: 100%;
	position: relative;
	display: block;
	font-size: clamp(11px, 2.5vw, 14px);
	padding: 8px;
	text-align: left;
	line-height: 1.5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
		height: 100%;
    gap: 8px;
}#pre-voice .conv-bottom--link.---grad{
	background-color: #163E96;
	letter-spacing: 0;
	white-space: nowrap;
}#pre-voice .conv-bottom--link.---career{
	background-color: #ed7f0e;
}#pre-voice .conv-bottom--link:after{
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}#pre-voice .conv-bottom.isActive{
	bottom: 0px;
}

@media screen and (min-width:768px) {}

@media screen and (min-width:1000px) {
	#entry .entry-btn {
		font-size: 24px;
	}#pre-voice footer{
		margin: 0;
		padding: 30px 0;
		text-align: center;
		width: 100%;
		background-color: #F9F9F9;
	}#pre-voice footer p{
		font-size: 13px;
	}#pre-voice .conv-right{

		display: block;

		position: fixed;
		right: -100px;
		top: 40px;


		transition: all 0.4s;

		z-index: 99999;


	}#pre-voice .conv-right-list{
		display: block;
	}#pre-voice .conv-right--link{
		color: #fff;
		display: block;
		position: relative;
		background-color: #e50012;
		font-weight: bold;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		padding: 20px 20px 40px 20px;
		font-size: 14px;
		width: 64px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		/*text-orientation: upright;*/
		text-align: center;
		letter-spacing: 0.15em;
		        align-items: center;
        /* justify-content: center; */
        display: flex
;
transition: all 0.2s;
	}#pre-voice .conv-right--link:hover{
		transform: translateX(-8px);
	}#pre-voice .conv-right--link:after{
        content: "";
        width: 4px;
        height: 4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
	}#pre-voice .conv-right--link.---grad{
		background-color: #163E96;
	}#pre-voice .conv-right--link.---career{
		background-color: #ED7F0E;
	}#pre-voice .conv-right--link.---grad>span{
		/*letter-spacing: -0.4em;
		margin-bottom: 0.4em;*/
		font-family: "Roboto";
		letter-spacing: -0.1em;
		margin-bottom: 0.2em;
	}#pre-voice .conv-right.isActive{
		right: -8px;
	}#pre-voice .page-top{
		bottom: 10px;
		right: 10px;
		z-index: 9999;
	}#pre-voice .conv-bottom{
		display: none;
	}
}

@media screen and (min-width:1280px) {}#pre-voice /*-----------------------------------------------------------voice*/


/* ----------------------------------
記事一覧
-----------------------------------*/

.blog_list .box_r p br{
	display: none;
}
#pre-voice .box_l{
	height: auto;
}
@media screen and (min-width: 768px) {
	#pre-voice .box_l{
		height: auto;
		aspect-ratio: 16 / 10;
	}
}

#pre-voice .box_r{
	height: auto;

}
#pre-voice .box_l-inner p{
	text-align: left;
}
#pre-voice .blog_list .tag{
	width: 200px;
	font-size: 12px;
}

@media screen and (min-width: 1200px) {
	.s-section.blog_list {
		display: flex;
		align-items: center;
	}
	#pre-voice .box_l{
		width: 60%;
	}
	#pre-voice .box_r{
		width: 40%;

	}
}

@media screen and (min-width: 1700px) {
	.box_l {
		width: 55%;
	}
	#pre-voice .box_r{
		width: 45%;
	}
}
#pre-voice .box_l{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
#pre-voice .box_l *{
	width: 100%;
}
#pre-voice .box_r{
	padding: clamp(16px, 2vw, 24px);
}
#pre-voice .s-section.blog_list h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
#pre-voice .box_r p{
	font-size: 12px;
	margin-bottom: 1rem;
	margin-top: 0;
	text-align: left;
	line-height: 1.5;
}#pre-voice .box_l-inner{
	padding: 10px;
	padding: 10px;
	z-index: 10;
}#pre-voice .box_l .photo_catch{
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: left;
}#pre-voice .box_l-inner p{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	letter-spacing: normal;
}



@media screen and (min-width: 576px) {
	.box_r {
		padding: 20px;
		box-sizing: border-box;
	}#pre-voice .s-section.blog_list h2{
		font-size: 16px;
		margin: 0 0 10px 0;
		letter-spacing: normal;
	}#pre-voice .box_r p{
		font-size: 12px;
		margin-bottom: 1.5rem;

	}#pre-voice .box_l .photo_catch{
		font-size: 22px;
		margin-bottom: 20px;
	}#pre-voice .box_l-inner{
		padding: 10px;
	}#pre-voice .blog_list .tag{
		width: 400px;
	}
}

@media screen and (min-width: 768px) {
	.box_r {
		padding: 20px;
		box-sizing: border-box;
		background-size: 100px auto;
	}#pre-voice .s-section.blog_list h2{
		font-size: 18px;
		margin: 0 0 15px 0;
	}#pre-voice .box_r p{
		font-size: 12px;
		margin-bottom: 2rem;
	}#pre-voice .box_l .photo_catch{
		font-size: 28px;
		margin-bottom: 20px;
	}#pre-voice .box_l-inner{
		padding: 10px;
	}#pre-voice .box_l-inner p{
		font-size: 16px;
		margin: 0;
		padding: 0;
	}#pre-voice .blog_list .tag{
		width: 500px;
	}
}

@media screen and (min-width: 1200px) {
	.box_r {
		padding: 25px;
		box-sizing: border-box;

		margin-bottom: 0px;
	}#pre-voice .s-section.blog_list h2{
		font-size: 20px;
		margin: 0 0 15px 0;
		line-height: 1.4;
	}#pre-voice .box_l-inner{
		padding: 20px 25px;
	}#pre-voice .box_r p{
		font-size: 15px;
		margin-bottom: 2rem;
	}#pre-voice .box_l .photo_catch{
		font-size: 22px;
		margin-bottom: 15px;
	}#pre-voice .blog_list .tag{

		width: 800px;
	}
}


@media screen and (min-width: 1500px) {
	.box_r {
		padding: 30px;
		box-sizing: border-box;
	}#pre-voice .s-section.blog_list h2{
		font-size: 24px;
		margin: 0 0 20px 0;
		line-height: 1.3;
	}#pre-voice .box_r p{
		font-size: 16px;
		margin-bottom: 2rem;
	}#pre-voice .box_l .photo_catch{
		font-size: 22px;
		margin-bottom: 15px;
	}#pre-voice .box_l-inner{
		padding: 15px;
	}

}#pre-voice /* 共通  -----------*/

.box_l{
	display: flex;
	align-items: center;
	align-items: stretch;
	flex-wrap: wrap;
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}#pre-voice .box_l-inner{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#pre-voice .box_l-inner::after{
	content: "";
	position: absolute;
	background-color: inherit;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: skewX(-12deg);
	transform-origin: bottom right;
	z-index: -1;
}#pre-voice .photo_catch,

#pre-voice .photo_catch+p{
	white-space: nowrap;
	z-index: 100;
	position: relative;
}#pre-voice .entry_photo{
	background-size: cover;
	background-position: top;
}#pre-voice .entry_photo-inner{
	padding-top: 200px;
}#pre-voice .pre-voice a:hover{
	opacity: 0.8;
}#pre-voice /*---------------------------------------------------------Voiceバナー*/
.voice-bnr{
	background-color: #fff;

	position: relative;
	padding: 30px;
	margin: 32px auto 0;
}#pre-voice .voice-bnr:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}#pre-voice .voice-bnr:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}#pre-voice .voice-bnr img{
	max-width: 100%;
}#pre-voice .tag{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin: 10px auto;
}#pre-voice .tag span{
	background-color: #163E96;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 2px;
	width: auto;
}



@media screen and (min-width: 1200px) {
	.voice-bnr {
		background-color: #fff;
		max-width: 800px;
		position: relative;
		padding: 30px;
		margin: 0 auto;
	}#pre-voice .voice-bnr:before{
		position: absolute;
		content: "";
		width: 100%;
		height: 20px;
		top: 0;
		left: 0;
		background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}#pre-voice .voice-bnr:after{
		position: absolute;
		content: "";
		width: 100%;
		height: 20px;
		bottom: 0;
		left: 0;
		background-image: -webkit-repeating-linear-gradient(135deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #ED7F0E, #ED7F0E 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}#pre-voice .voice-bnr img{
		max-width: 530px;
	}#pre-voice .tag{
		width: 530px;
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 10px auto;
	}#pre-voice .tag span{
		background-color: #163E96;
		color: #fff;
		font-weight: bold;
		padding: 5px;
		margin: 5px;
	}

}#pre-voice #senmon{
	background-color: #F9F4EA;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
}#pre-voice .senmon-table{
	background-color: #fff;
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	margin: 0 auto;
}#pre-voice .senmon-table dt{
	background-color: #f6f6f6;
	font-weight: bold;
	width: 100%;
	padding: 20px;
}#pre-voice .senmon-table dd{
	width: 100%;
	padding: 17px;
	display: flex;
	flex-wrap: wrap;
}#pre-voice .senmon-table dd a{
	margin-right: 22px;
	padding: 0px 0 3px;
	display: inline;
	color: #ed7f03;
	transition: all 0.1s;
	margin-bottom: 9px;
	text-decoration: underline;
	text-underline-offset: 5px;
	line-height: 28px;
}#pre-voice .senmon-table dd a:hover{
	color: #ccc;
}#pre-voice .senmon-sub{
	margin: 40px auto 20px;
	line-height: 30px;
	max-width: 900px;
}#pre-voice #entry{
	padding: 0 20px;
}

@media screen and (max-width:1024px) {
	#senmon {
		padding-top: 5px;
	}#pre-voice .senmon-sub{
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 22px;
		font-size: 15px;
		padding: 20px;
	}#pre-voice .senmon-table{
		margin: 20px;
	}#pre-voice .orange{
		line-height: 40px;
	}
}