/*202306追加*/

.pc {
	display: block;
}
.sp {
	display: none;
}

@media (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.img100 {
	width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.container-fluid .container {
	    width: 960px;
	    max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container-fluid .container {
	    width: 1140px;
	    max-width: 100%;
	}
}


#footer .Inner {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	align-items: end;
	justify-content: space-around;
}
@media (max-width: 768px) {
	#footer .Inner {
		display: block;
	}
}
#footer .Inner .Nav {
	display: flex;
	font-size: 1.35rem;
}
@media (max-width: 768px) {
	#footer .Inner .Nav {
		font-size: 1.05rem;
	}
}
#footer .Nav01, .Nav02 {
	margin-right: 1em;
}
#footer .Nav01 {
	width: 230px;
}
@media (max-width: 768px) {
	#footer .Nav01{
		width: 170px;
	}
}
#footer .Nav01 ul {
	display: flex;
	flex-wrap: wrap;
}
#footer .Nav01 ul li {
	width: 45%;
}
#footer .Nav01 ul li:nth-child(2n){
	width: 55%;
}
#footer .list_triangle {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#footer .list_triangle > li {
    position: relative;
    padding: 0px 0px 0px 1em;
}
#footer .list_triangle > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #fff;
    content: "";
}

#footer a {
	color: #fff;
}

.topbg {
	background-image: url(../img/top_bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/*==================
下層ページ共通
====================*/
.Titlebox {
    width: 100%;
    height: 220px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
	.Titlebox {
		height: 160px;
	}
}
.bg_dot{
  background-color: #fff;
  background-size: 8px 8px;
}
.bg_dot h2 {
	font-size: 7rem;
	font-weight: bold;
}
@media (max-width: 768px) {
	.bg_dot h2 {
		font-size: 4rem;
	}
}

.SubTitlebox {
	width: 100%;
	padding: 26px 0;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
}
@media (max-width: 768px) {
	.SubTitlebox {
		font-size: 114%;
	}
}

.Half48 {
	width: 48%;
}
.Half49 {
	width: 49%;
}
.mb20 {
	margin-bottom: 20px;
}

/*先輩たちの声*/
.bg_dot.Voice{
  background-image:radial-gradient(#ffe3ff 30%, transparent 30%);
}
.bg_dot.Voice h2 {
	color: #EF5034;
}
.SubTitlebox.Voice {
	border-top: 4px solid #EF5034;
	border-bottom: 4px solid #EF5034;
	color: #EF5034;
}
.VoiceSection {
	width: 100%;
	background-color: #FBF9F0;
	margin: 0px auto;
	padding: 20px 0;
}
.VoiceSection img {
	width: 100%;
	height: auto;
}

.VoiceSection .VoiceBox {/*
	border: 4px solid #ffd500;
	border-radius: 20px;
	background-color: #fff;*/
}

/*採用情報*/
.bg_dot.Recruit{
  background-image:radial-gradient(#dad9da 30%, transparent 30%);
}
.bg_dot.Recruit h2 {
	color: #273399;
}
.SubTitlebox.Recruit {
	border-top: 4px solid #273399;
	border-bottom: 4px solid #273399;
	color: #273399;
	text-align: left;
	padding: 6px 0;
	background-color: rgba(255, 255, 255, .7);
}
.SubTitlebox.Recruit .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.SubTitlebox.Recruit .container div img {
	width: 76px;
	height: 76px;
	margin-right: 6px;
}
@media (max-width: 768px) {
	.SubTitlebox.Recruit .container div img {
		width: 60px;
		height: 60px;
	}
}
.RecruitQA {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.RecruitQA .mb20 {
	margin-bottom: 10px!important;
}
.Recruitsection {
	width: 100%;
	/*background-color: #FBF9F0;*/
	margin: 0px auto;
	padding: 0px 0;
}
.bg_skew_border{
  background-color: #faf8f0;
  background-image:
	repeating-linear-gradient(-65deg,#fff, #fff 7px,transparent 0, transparent 24px);
}
.Recruitsection img {
	width: 100%;
	height: auto;
}


/*会社紹介*/
.bg_dot.About{
  background-image:radial-gradient(#ffd9a3 30%, transparent 30%);
}
.bg_dot.About h2 {
	color: #BE5514;
}
.SubTitlebox.About {
	border-top: 4px solid #BE5514;
	border-bottom: 4px solid #BE5514;
	color: #BE5514;
	text-align: left;
	padding: 6px 0;
	background-color: rgba(255, 255, 255, .7);
}
.SubTitlebox.About .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.SubTitlebox.About .container div img {
	width: 76px;
	height: 76px;
	margin-right: 6px;
}
@media (max-width: 768px) {
	.SubTitlebox.About .container div img {
		width: 60px;
		height: 60px;
	}
}
.AboutSky {
	background-image: url(../about/img/sora03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}
.AboutSky .container img {
	width: 90%;
	margin: 0 5%;
	height: auto;
}
@media (max-width: 768px) {
	/*.AboutSky {
		padding: 10px 0px;
	}*/
	.AboutSky .container img {
		width: 100%;
		margin: 0;
	}
}
.AboutSection {
	width: 100%;
	background-color: #FFE8B2;
	margin: 0px auto;
	padding: 20px 0;
	background-image: radial-gradient(#ffd9a3 30%, transparent 30%);
	background-size: 8px 8px;
}
.AboutSection .container {
	padding: 20px 15px;
}
@media (max-width: 768px) {
	.AboutSection .container {
		padding: 0px 10px;
	}
}
.AboutQA {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.AboutQA .mb20 {
	margin-bottom: 10px!important;
}

.BoxDotBorder {
	border-bottom: 4px dotted #BE5514;
}

.AboutTenpoMap {
	background-color: #F7F5EA;
	padding: 50px 0;
}
.AboutTenpoMap .container {
	padding-left: 70px;
	padding-right: 70px;
}
@media (max-width: 768px) {
	.AboutTenpoMap .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.SubNav {
	padding: 44px 5px 5px;
}
.SubNav ul {
	display: flex;
	justify-content: space-between;
	padding-inline-start: 0px;
}
.SubNav ul li {
	padding: 0 20px;
	list-style: none;
	width: 20%;
}
.SubNav ul li a:hover img {
	opacity: .8;
}
@media (max-width: 768px) {
	.SubNav ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	.SubNav ul li {
		padding: 0 10px;
		margin-bottom: 20px;
		width: 33%;
	}
}


/*仕事内容*/
.bg_dot.Works{
  background-image:radial-gradient(#cbedf8 30%, transparent 30%);
}
.bg_dot.Works h2 {
	color: #3293D4;
}

.SubTitlebox.Works {
	border-top: 4px solid #3293D4;
	border-bottom: 4px solid #3293D4;
	color: #3293D4;
	text-align: left;
	padding: 6px 0;
	background-color: rgba(255, 255, 255, .7);
}
.SubTitlebox.Works .container {
	height: 76px;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
	.SubTitlebox.Works .container {
		height: 60px;
	}
}


.Worksdot{
  background-color: #C4E1FF;
  background-size: 8px 8px;
  background-image: radial-gradient(#a5d9eb 30%, transparent 30%);
}
.Worksdot h2 {
	font-size: 5rem;
	font-weight: bold;
}
@media (max-width: 768px) {
	.Worksdot h2 {
		font-size: 4rem;
	}
}

/*福利厚生*/

.bg_dot.welfare{
  background-image:radial-gradient(#ffeaac 30%, transparent 30%);
}
.bg_dot.welfare h2 {
	color: #FF9B00;
}

.SubTitlebox.welfare {
	border-top: 4px solid #E5C82B;
	border-bottom: 4px solid #E5C82B;
	color: #FF9B00;
	text-align: left;
	padding: 6px 0;
	background-color: rgba(255, 255, 255, .7);
}
.SubTitlebox.welfare .container {
	height: 76px;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
	.SubTitlebox.welfare .container {
		height: 60px;
	}
}

.welfare_containerBorderBox {
	border-bottom: 4px dotted #DB1F14;
}

.welfaredot{
  background-color: #F8F6ED;
  background-size: 8px 8px;
  background-image: radial-gradient(#ffeaac 30%, transparent 30%);
}
.welfaredot h2 {
	font-size: 5rem;
	font-weight: bold;
}
@media (max-width: 768px) {
	.welfaredot h2 {
		font-size: 4rem;
	}
}


/*研修制度*/

.bg_dot.Training{
  background-image:radial-gradient(#ffe0fe 30%, transparent 30%);
}
.bg_dot.Training h2 {
	color: #CB4A88;
}

.SubTitlebox.Training {
	border-top: 4px solid #CB4A88;
	border-bottom: 4px solid #CB4A88;
	color: #CB4A88;
	text-align: left;
	padding: 6px 0;
	background-color: rgba(255, 255, 255, .7);
}
.SubTitlebox.Training .container {
	height: 76px;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
	.SubTitlebox.Training .container {
		height: 60px;
	}
}
.TrainingPink {
	background-color: #FFEBEB;
}
.TrainingNegaPosi {
	margin-top: -20px;
}
.TrainingNegaPosi img {
	position: relative;
	z-index: 1;
}


/*研修制度*/

.bg_dot.Career{
  background-image:radial-gradient(#d3f0ca 30%, transparent 30%);
}
.bg_dot.Career h2 {
	color: #059681;
}

.SubTitlebox.Career {
	border-top: 4px solid #059681;
	border-bottom: 4px solid #059681;
	color: #059681;
	text-align: left;
	padding: 6px 0;
	background-color: rgba(255, 255, 255, .7);
}
.SubTitlebox.Career .container {
	height: 76px;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
	.SubTitlebox.Career .container {
		height: 60px;
	}
}
