@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
body {
  font-family: sans-serif;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a,
a:link {
	color: #444;
	text-decoration: none;
	transition: all .5 ease;
}
a:visited {
	color: #444;
}
a:hover {
	color: #444;
	opacity: .8;
}
a:active {
	color: #444;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
* html .clearfix {zoom: 1;}
*+html .clearfix {zoom: 1;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: linear-gradient(180deg, #ED6C2D 0%, #ED6C2D 57%, #D95827 57%, #D95827 100%);
	background-attachment: fixed;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	padding-top: 100px;
	text-align: left;
}
#main {
	position: relative;
	padding-bottom: 175px;
	overflow: hidden;
}
#main a:hover {
	text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}
.contents-no{
	font-family: "oskar", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100px;
	padding-right: 30px;
	display: inline-block;
}
.font-o{
	font-family: "oskar", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100px;
}
h3{
	margin: 0 0 80px 0;
	padding-left: 50px;
	border-left: 3px solid #fff;
	font-size: 20px;
}
h3 .title-en{
	font-size: 60px;
	letter-spacing: 2px;
}

.more-btn{
	text-align: center;
    margin-top: 60px;
}
.more-btn a{
	color: #222;
    padding: 18px 147px 18px 20px;
    background: #fff;
	position: relative;
	border-radius: 5px;
	font-weight: bold;
}
.more-btn a::after{
	content: '';
	display: inline-block;
	background-image: url("../img/common/arrow-right02.png");
	width: 7px;
	height: 12px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: 15px;
	top: 35%;
}
.more-btn a:hover {
	color: #D95827;
}
.more-btn a:hover::after {
	background-image: url("../img/common/arrow-right.png");
}


@media screen and (max-width: 1300px){
	h3{
		margin: 0 0 80px 50px;
	}
}

@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	#main {
		padding-bottom: 106px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	.sp{
		display: block!important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	h3{
		width: 92%;
        margin: 0 0 30px;
        font-size: 14px;
		padding-left: 15px;
	}
	h3 .title-en{
		font-size: 30px;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 250px 30px 0;
	z-index: 9;
	color: #fff;
	margin-top: 30px;
	margin: 27px 31px 0;
	width: 96.6%;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 365px;
	float: left;
}
#gHeader h1 .flexBox{
	display: flex;
}
#gHeader .hLink {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
 color: #fff;
	width: 250px;
	height: 100px;
	padding-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background-image: url("../img/common/shapes_01.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 50px;
}
#gHeader .hLink a {
 display: block;
	color: #fff;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: 0.05em;
 line-height: 1.8;
}
#gHeader .hLink a:hover {
	background-color: transparent;
	opacity: 1;
}

.include .on {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 500px;
}


.include .on p {
	font-size: 11px;
	font-weight: 400;
	width: 100%;
	border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 15px;
	color: #fff;
}

.hBox img{
	max-width: 220px;
}

#gHeader .entry{
	font-size: 40px;
	padding-right: 10px;
}

@media all and (max-width: 1100px) {
	#gHeader {
		padding: 25px 215px 10px 10px;
	}
}

@media all and (min-width: 1025px) {
	.menuBox {
		display: none !important;
	}
	.menu {
		display: none;
	}
}

@media all and (max-width: 1024px) {
	#gHeader {
		padding: 30px 30px 10px;
	}
	#gHeader h1 {
		width: 180px;
		float: none;
	}
	#gHeader .hLink {
		display: none;
	}
	.menu {
		width: 20px;
        height: 6px;
        position: absolute;
        right: 20px;
        top: 11px;
	}
	.menu,
	.menu span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  background-color: #fff;
	  border-radius: 4px;
	}
	.index #gHeader.on .menu span {
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
	  top: 0;
	}
	.menu span:nth-of-type(2) {
	  top: 6px;
	}
	.menu span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu.on span:nth-of-type(1){
		top: -8px;
	}
	.menu.on span:nth-child(3){
		bottom: -13px;
	}
	.menu.on span:nth-of-type(1) {
	  -webkit-transform: translateY(11px) rotate(-45deg);
	  transform: translateY(11px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
	  -webkit-transform: translateY(-11px) rotate(45deg);
	  transform: translateY(-11px) rotate(45deg);
	}
	.menuBox {
		left: -100%;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 999;
		transition: left 0.3s ease-in-out;
		background: #ED6C2D;
	}
	.menuBox.on {
		left: 0;
	}
	.menuBox .menuInner {
		padding: 100px 0;
	}
	.menuBox .menuUl {
		margin: 30px auto 0;
	}
	.menuBox .menuUl a {
		padding: 15px 40px 15px;
		display: block;
		color: #fff;
		font-size: 24px;
	}
 .menuBox .menuUl li ul li a{
  position: relative;
  padding: 5px 60px;
  font-size: 20px;
 }
 .menuBox .menuUl li ul li a:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: -20px;
  background: #fff;
 }
	.menuBox .menuUl a span {
		display: inline-block;
		color: #fff;
		font-size: 18px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 500;
	}
	.menuBox .menuList {
		margin: 28px 0 0 40px;
	}
	.menuBox .menuList li {
		width: 180px;
		margin-bottom: 20px;
	}
	.include .on p {
		margin: 5px 0 0 0;
	}
	#gHeader .include h1 {
		margin-top: -5px;
	}

}

@media all and (max-width: 1025px){
	header#fixedHeader{
		top: -150px;
	}
	header#gHeader{
		margin: 0;
		padding: 20px 30px;
		width: 100%;
        background: #D95827 !important;
		position: fixed;
		z-index: 1002;
	}
	.recruit.font-o{
		display: none;
	}
	#gHeader .menu-box{
		width: 110px;
		height: 33px;
		position: absolute;
		right: 30px;
		top: 15px;
		background: #ED6C2D;
		border-radius: 5px;
		display: block !important;
	}
	#gHeader .menu-box .en{
		font-size: 16px;
		display: inline-block;
        padding: 5px 0 0 20px;
	}
}

/* fixedHeader は初期状態で非表示（上に隠れている） */
#fixedHeader {
    position: fixed;
	left: 0;
	top: 0;
	top: -110px; /* 初期状態では画面外 */
	padding: 20px 250px 27px 31px;
	color: #fff;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	background: #D95827;
	 transition: top 0.3s ease-in-out;
	z-index: 999;
}
/* スクロールで gHeader が消えたら fixedHeader を表示 */
#fixedHeader.show {
    top: 0;
}

#fixedHeader h1 {
	width: 365px;
	float: left;
}
#fixedHeader h1 .flexBox{
	display: flex;
}
#fixedHeader .hLink {
	position: absolute;
	right: 0;
	top: 29px;
	font-size: 14px;
 color: #fff;
	width: 250px;
	height: 50px;
	padding-bottom: 2px;
	display: grid;
	align-items: center;
	justify-content: left;
	font-weight: 700;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-left: 25px;
 border-left: 1px solid #fff;
}
#fixedHeader .hLink a {
 display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
#fixedHeader .hLink .font-o{
	font-size: 30px;
	padding-right: 15px;
	vertical-align: middle;
}
#fixedHeader #fixedNavi{
	float: right;
    text-align: right;
	padding-right: 25px;
}
#fixedHeader #fixedNavi .clearfix{
	display: flex;
    gap: 35.4px;
    font-weight: bold;
}
#fixedHeader #fixedNavi .clearfix a{
	color: #fff;
}
#fixedHeader #fixedNavi .entry-jp{
	vertical-align: middle;
}

/* fixedHeader 内のナビゲーションデザイン変更 */
#fixedHeader .hBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0px 10px;
}

/* スクロール時の表示 */
.hidden {
    opacity: 0;
    transform: translateY(-20px);
}

.show {
    top: 0;
}

@media all and (max-width: 1300px){
	#fixedHeader .hLink a{
		width: 200px;
	}
	#fixedHeader #fixedNavi .clearfix{
		gap: 20px;
	}
}

@media all and (max-width: 896px){
	#fixedHeader{
		padding: 20px 200px 27px 25px;
	}
	#fixedHeader{
		display: none;
	}
	#gHeader .hBox img{
		width: 150px;
    	height: 21px;
	}
	.menu span{
		display: block;
		width: 25px;
		height: 2px;
		background: #fff;
		margin: 5px 0;
		transition: 0.4s;
	}
	.menu.on span:nth-child(1){
		transform: translateY(8px) rotate(45deg);
	}
	.menu.on span:nth-child(2){
		opacity: 0;
	}
	.menu.on span:nth-child(3){
		transform: translateY(-8px) rotate(-45deg);
	}
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
	text-align: right;
}
#gNavi li {
	display: inline-block;
}
#gNavi li:not(:first-child) {
	margin-left: 30px;
}
.parent{
 position: relative;
 padding-right: 20px;
}
.parent:after{
 position: absolute;
 content: "";
 background: url('../img/common/arrow-right03.png') no-repeat center center;
 background-size: cover;
 width: 6px;
 height: 12px;
 transform: rotate(90deg);
 top: 7px;
 right: 0;
}
.parent ul{
 display: none;
 transition: opacity 0.3s ease, visibility 0.3s ease;
}
.parent:hover ul{
 display: flex;
 gap: 30px;
 position: absolute;
 width: max-content;
 background: #fff;
 padding: 10px 30px;
 transition: opacity 0.3s ease, visibility 0.3s ease;
 border-radius: 10px;
}
#gNavi .parent ul li:not(:first-child){
 margin-left: 0;
}
#gNavi li a {
	padding-bottom: 10px;
	color: #fff;
	font-weight: 700;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-shadow: none;
}
.parent ul a{
 color: #D95827!important;
 text-shadow: none!important;
 padding: 0!important;
}
.parent ul li:first-child{
 position: relative;
}
.parent ul li:first-child:after{
 position: absolute;
 content: "";
 background: #bbb;
 width: 1px;
 height: 10px;
 transform: rotate(45deg);
 top: 0;
 bottom: 0;
 margin: auto;
 margin-left: 15px;
}
@media all and (max-width: 1340px) {
	#gNavi li:not(:first-child) {
		margin-left: 15px;
	}
}

@media all and (max-width: 1024px) {
	#gNavi {
		display: none;
	}
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 120px 10px 50px;
	position: relative;
	background-color: #222222;
	border-radius: 30px 30px 0 0;
}
#gFooter .fLink {
	width: 100%;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: -60px;
	box-sizing: border-box;
}
#gFooter .fLink a {
	padding: 60px 0 60px 90px;
	position: relative;
	display: block;
	max-width: 1080px;
	margin: 0 auto;
	color: #D95827;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
#gFooter .fLink a:before {
	margin-top: -12px;
	position: absolute;
	right: 50px;
	top: 53%;
	background: url("../img/common/arrow-right.png") no-repeat;
	background-size: 14px 24px;
	width: 14px;
	height: 24px;
	content: "";
}
#gFooter .fLink a:hover::before {
	background: url("../img/common/arrow-right02.png") no-repeat;
	background-size: 14px 24px;
}
#gFooter .fLink a > .txt {
	position: absolute;
	left: 100px;
	top: 30px;
	text-align: left;
	font-size: 40px;
	color: #D95827;
	font-weight: 500;
	display: flex;
	letter-spacing: 2px;
	align-items: center;
}
#gFooter .fLink a > .info {
	float: left;
	margin-top: -20px;
	padding-left: 200px;
	text-align: left;
}
#gFooter .fLink a > span .en {
	margin-top: 8px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}
#gFooter .fBox {
	max-width: 1100px;
	margin: 0 auto;
}
#gFooter .lBox {
	width: 220px;
	float: left;
}
#gFooter .fLogo {
	margin-bottom: 23px;
	width: 220px;
}
#gFooter .fTxt {
	margin-bottom: 8px;
	font-size: 1.3rem;
	line-height: 1.61;
}
#gFooter .fTel li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url("../img/common/icon01.png") no-repeat left center;
	background-size: 15px auto;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
#gFooter .fTel li:last-child {
	background-image: url("../img/common/icon02.png");
}
#gFooter .fTel li a[href^="tel:"] {
	letter-spacing: 0.3px;
}
#gFooter .rBox {
	float: right;
	width: 745px;
}
#gFooter .fNavi {
	margin: -6px 0 28px;
	text-align: right;
}
#gFooter .fNavi li {
	display: inline-block;
	font-weight: 700;
}
#gFooter .fNavi li:not(:first-child) {
	margin-left: 50px;
}
#gFooter .fNavi li a{
	color: #fff;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .privacy {
	text-align: right;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 auto 5px;
}
#gFooter .copyright {
	padding-top: 120px;
    text-align: center;
    font-size: 14px;
}
#gFooter .corporate{
	color: #fff;
	text-decoration: underline;
}

@media all and (max-width: 1300px){
	#gFooter{
		padding: 120px 40px 50px;
	}
}

@media all and (max-width: 1024px) {
	#gFooter {
		padding: 110px 10px 97px;
	}
	#gFooter .fLink {
		padding: 0;
		top: -60px;
	}
	#gFooter .fLink a {
		padding: 25px 0 30px 40px;
		max-width: 90%;
	}
	#gFooter .fLink a .pc {
		display: none;
	}
	#gFooter .fLink a:before {
		right: 40px;
	}
	#gFooter .fLink a > .txt {
		position: static;
		display: block;
	}
	#gFooter .fLink a > span .en {
		margin-top: 8px;
	}
	#gFooter .fBox {
		max-width: inherit;
	}
	#gFooter .lBox {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}
	#gFooter .fLogo {
		margin: 0 auto 24px;
	}
	#gFooter .fTxt {
		width: 180px;
		margin: 0 auto 7px;
	}
	#gFooter .fTel {
		text-align: center;
	}
	#gFooter .fTel li {
		margin: 0 4px;
		display: inline-block;
	}
	#gFooter .rBox {
		float: none;
		width: auto;
	}
	#gFooter .copyright {
		text-align: center;
	}

}

@media all and (max-width: 896px){
	#gFooter{
		border-radius: 10px 10px 0 0;
		padding: 70px 40px 20px;
	}
	#gFooter .fLink a{
		padding: 12px 0 12px 30px;
        max-width: 90%;
		border-radius: 5px;
	}
	#gFooter .fLink a > .txt{
		display: flex;
        align-items: center;
	}
	#gFooter .fNavi{
		text-align: center;
		margin-bottom: 30px;
	}
	#gFooter .fNavi li{
		display: block;
	}
	#gFooter .fNavi li:not(:first-child){
		margin: 10px 0 0;
	}
	#gFooter .copyright{
		font-size: 12px;
		padding-top: 20px;
	}
	#gFooter .fBox{
		text-align: center;
	}
	.fLink.sp.fixed-btn{
		width: 90%;
		box-sizing: border-box;
		position: fixed;
		z-index: 1003;
		left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 20px;
	}
	.fLink.sp.fixed-btn a{
		color: #D95827;
		box-sizing: border-box;
		position: relative;
	}
	.fLink.sp.fixed-btn a::after{
		content: '';
		display: inline-block;
		position: absolute;
		top: 42%;
		right: 30px;
		background: url("../img/common/arrow-right.png") no-repeat;
		background-size: 100%;
		background-repeat: no-repeat;
		width: 8px;
		height: 18px;
	}
	.fLink.sp.fixed-btn a span{
		display: flex;
		align-items: center;
		font-size: 30px;
		padding: 12px 0 12px 30px;
		border-radius: 5px;
		background-color: #fff;
	}
	.fLink.sp.fixed-btn a span .en{
		margin-top: 8px;
		display: block;
		font-size: 14px;
		font-weight: bold;
		padding-left: 20px;
	}
}

/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.en {
	font-family: "oskar", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100px;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	padding: 50px 0 135px 10px;
	position: relative;
}
.mainImg:before {
	position: absolute;
	right: calc(50% + 328px);
	left: 0;
	top: 0;
	background: url("../img/common/bg01.jpg") no-repeat right top #F5F5F5;
	background-size: 372px 400px;
	height: 400px;
	content: "";
}
.mainImg > div {
	margin: 0 0 12px auto;
	min-height: 300px;
	padding-top: 107px;
	position: relative;
	box-sizing: border-box;
	max-width: calc(50% + 500px);
	background: url("../img/philosophy/main_img.jpg") no-repeat center top;
	background-size: cover;
}
.mainImg > div:after {
	position: absolute;
	bottom: -125px;
	right: 0;
	background: url("../img/common/bg02.png") no-repeat;
	background-size: 200px 250px;
	width: 200px;
	height: 250px;
	content: "";
}
.mainImg > div > div {
	max-width: 1000px;
}
.mainImg h2 {
	width: 40%;
	margin: 0 0 0 auto;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.mainImg h2 span {
	margin-top: 12px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

@media all and (max-width: 896px) {
	.mainImg {
		padding: 30px 0 47px;
	}
	.mainImg:before {
		right: auto;
		left: 0;
		background-size: 186px 200px;
		height: 200px;
		width: 186px;
	}
	.mainImg > div {
		margin: 0 0 32px;
		min-height: 150px;
		padding: 42px 30px 0;
		max-width: auto;
	}
	.mainImg > div:after {
		bottom: -20px;
		background-size: 50px auto;
		width: 50px;
		height: 63px;
	}
	.mainImg > div > div {
		max-width: inherit;
	}
	.mainImg h2 {
		width: auto;
		margin: 0;
		font-size: 2.4rem;
	}
	.mainImg h2 span {
		margin-top: 8px;
		font-size: 1.3rem;
	}

}

@media all and (max-width: 370px) {
	.mainImg h2 {
		font-size: 2rem;
	}
	.mainImg h2 span {
		font-size: 1.1rem;
	}
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index #container {
	padding-top: 0;
}
.index #gHeader.on {
	background: none;
	box-shadow: none;
	transition: .3s;
}
.index #gHeader.on h1 .off {
	display: block;
	max-width: 230px;
}
.index #gHeader.on h1 .on {
	display: none;
}
.index #gHeader.on #gNavi li a {
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.index #gHeader.on #gNavi li a:after {
	background: #fff;
}
.index .mainVisual {
	position: relative;
	z-index: 1;
}
.index .mainVisual .sider {
	position: relative;
}
.index .mainVisual .sider img {
	top: 0 !important;
}
.index .mainVisual .pager {
	position: absolute;
	right: 30px;
	bottom: -35px;
	font-size: 0;
}
.index .mainVisual .pager li {
	margin-left: 20px;
	width: 100px;
	height: 5px;
	position: relative;
	display: inline-block;
	background: url("../img/common/dots.jpg") no-repeat left top;
	background-size: 100% auto;
	overflow: hidden;
}
.index .mainVisual .pager li.active:before {
	-webkit-transition: left 5s linear;
	transition: left 5s linear;
	left: 100%;
}
.index .mainVisual .pager li:before {
	width: 100%;
	height: 100%;
	background: #EEE;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.index .mainVisual .sider:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient( 0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	content: "";
	border-radius: 30px 0 0 30px;
	z-index: 10;
}
.index .mainVisual .scroll {
	bottom: 0;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	height: 70px;
	left: 0;
	letter-spacing: .5em;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 1em;
	z-index: 1;
}
.index .mainVisual .scroll #arrow {
  animation-name: anime;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  display: inline-block;
  margin: 10px auto 0;
  transform : translateY(-5px);
}
.index .mainVisual .scroll a:link,
.index .mainVisual .scroll a:active,
.index .mainVisual .scroll a:visited {
	color: #fff;
}
@keyframes anime {
  from{ transform : translateY(-3px); }
  50%{ transform : translateY(5px); }
  to{ transform : translateY(-3px); }
}
.index .mainVisual .txtBox {
	position: absolute;
	left: -42%;
	top: 40%;
	z-index: 20;
	width: 60%;
}
.index .mainVisual .txtBox > div {
	margin: 0 auto;
}
.index .mainVisual .txtBox p {
	max-width: 550px;
	margin: 0;
	color: #fff;
	line-height: 1.8;
}
.index .mainVisual .txtBox .jp {
	font-size: 3.4rem;
	font-weight: 700;
	display: block;
}
.index .mainVisual .txtBox .en {
	margin-top: 15px;
	display: block;
	font-size: 1.4rem;
}
.index .sec01 {
	padding: 99px 0;
	position: relative;
}
.index .sec01 .info {
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
}
.index .sec01 .info01 {
	top: auto;
	bottom: 143px;
}
.index .sec01 .info > div {
	max-width: 1100px;
	margin: 0 auto;
}
.index .sec01 .inner {
	width: calc(50% + 200px);
	margin: 0 0 0 auto;
	position: relative;
}
.index .sec01 .inner .news {
	padding: 0 30px 0 0;
}
.index .sec01 .inner .news li {
	border-bottom: 1px solid #eee;
	display: flex;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.index .sec01 .inner .news li:end-of-type {
	padding: 0;
}
.index .sec01 .inner .news li .date {
	color: #3A65BA;
	font-weight: bold;
	width: 120px;
}
.index .sec01 .inner .linkUl {
	text-align: right;
	position: absolute;
	bottom: -98px;
	right: 5.55%;
	font-size: 0;
}
.index .sec01 .inner .linkUl li {
	display: inline-block;
	width: 50px;
	cursor: pointer;
}
.index .sec01 .inner .linkUl li:first-child {
	margin-right: -1px;
}
.index .sec01 .photoBox {
	width: 260px;
	margin-right: 30px;
	float: left;
}
.index .sec01 .photoBox a {
	display: block;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
}
.index .sec01 .photoBox a:hover {
	opacity: 0.7;
}
.index .sec01 .photoBox a .photo img {
	height: 200px;
	object-fit: cover;
	width: 260px;
}
.slick-slider .slick-track div:nth-child(4) {
	display: none;
}
.index .sec01 .txtBox {
	padding: 13px 20px 15px;
	background-color: #F5F5F5;
	min-height: 175px;
}
.index .sec01 .txtBox .ttl {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 700;
}
.index .sec01 .txtBox p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.index .sec01 .txtBox .date {
	margin-top: 10px;
	text-align: right;
	color: #aaa;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}
.index .sec01 .txtBox .date img {
	margin-right: 8px;
	width: 14px;
	display: inline-block;
	vertical-align: middle;
}
.index .sec02 {
	padding: 24px 0 81px;
	position: relative;
}
.index .sec02:before {
	position: absolute;
	left: 0;
	top: 193px;
	width: 100%;
	bottom: -209px;
	background-color: #F5F5F5;
	content: "";
}
.index .sec02 .content {
	position: relative;
	z-index: 1;
}
.index .sec02 .headLine02 {
	width: 45.5%;
	margin: 0 0 47px auto;
}
.index .sec02 ul {
	margin-top: -90px;
}
.index .sec02 li {
	width: 50%;
	margin-top: 90px;
	float: left;
	position: relative;
}
.index .sec02 li .comBtn {
	left: 30px;
	margin-left: 0;
	z-index: 1;
}
.index .sec02 li:nth-child(2n+1) {
	margin-top: 40px;
}
.index #sec-03{
	margin: 0;
    background: #E9849B;
    padding: 150px 0;
}
.index #sec-03 .titleBox{
	margin: 0 80px;
}
.index #sec-03 .numberList .slider .slide-wrap-main .title p:first-child::before{
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: -5px;
}
/* .index #sec-03 .numberList .slider .slide-wrap-main:first-child .title p:first-child::before,
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(6) .title p:first-child::before{
	background-image: url("../img/numbers/icon-01.svg");
}
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(2) .title p:first-child::before,
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(7) .title p:first-child::before{
	background-image: url("../img/numbers/icon-06.svg");
}
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(3) .title p:first-child::before,
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(8) .title p:first-child::before{
	background-image: url("../img/numbers/icon-03.svg");
}
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(4) .title p:first-child::before,
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(9) .title p:first-child::before{
	background-image: url("../img/numbers/icon-04.svg");
}
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(5) .title p:first-child::before,
.index #sec-03 .numberList .slider .slide-wrap-main:nth-child(10) .title p:first-child::before{
	background-image: url("../img/numbers/icon-05.svg");
} */

#sdgs_side {
	background-color: #fff;
	border-radius: 20px 0 0 20px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 20px 5px 20px 15px;
	position: fixed;
	right: 0;
	top: 150px;
	width: 105px;
}
#sdgs_side > img {
	margin: 0 auto 10px;
	width: 90%;
}
.index .mainVisual{
	margin: 30px 30px 50px 33%;
}
.recruit{
	border: 1px solid #fff;
	border-radius: 17px;
	font-size: 14px;
	margin-left: 15px;
	padding: 5px 20px;
}
.recruit a{
	color: #fff;
	padding: 5px 20px;
    display: block;
	letter-spacing: 1px;
}
.index .interview-box{
	display: flex;
	justify-content: space-between
}
.index .interview-box .wrapper{
	width: 23%;
}
.index section{
	margin: 0 80px;
}
.index #entry section{
 margin: 0;
}
.index .textMain{
	font-size: 50px;
	font-weight: bold;
}
.index .textSub{
	font-size: 20px;
}
.index .textSub_02{
	line-height: 32px!important;
    margin-top: 50px!important;
}
.index .title-en,#environment .title-en{
	font-size: 40px;
}
.index .title-jp,#environment .title-jp{
	font-size: 18px;
    font-weight: bold;
}
.index .titleBox,.index .titleWrapper,#environment .titleBox,#environment .titleWrapper{
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.index #entry .titleBox{
 justify-content: flex-start;
 gap: 342px;
}
.index #entry .titleBox > p{
 font-size: 24px;
 font-weight: bold;
 letter-spacing: 0.05rem;
 line-height: 1.2;
}
.index .titleText{
	margin-top: 35px;
}
.index .backstretch,.index .backstretch img{
	border-radius: 30px;
}
.index #sec-01 .interviewTitle{
	font-weight: bold;
    color: #fff;
	padding-bottom: 10px;
}
.index #sec-01 .interviewTitle span:last-child{
	font-size: 24px;
}
.index #sec-01 .interviewAbout{
	font-size: 13px;
    color: #fff;
    display: flex;
}
.index #sec-01 .interviewAbout p:first-child{
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.index #sec-01 .interviewAbout p:last-child{
	padding-left: 10px;
}
.index #entry{
	margin-bottom: 90px;
}

.index section#sec-02{
	margin: 0;
	position: relative;
}
.index section#sec-02 img{
	border-radius: 10px;
}
.index #sec-02 .sider:before{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
    border-radius: 30px 0 0 30px;
    z-index: 10;
}
.index #sec-02 .wrapper{
	position: absolute;
    top: 100px;
    z-index: 20;
	left: 80px;
}
.index #sec-02 .more-btn{
	text-align: left;
}
.index .numberList .numberBox {
	aspect-ratio: 1 / 1;
}

.slick-list{
	overflow: visible;
}

.slick-slider{
	width:100%;
	margin:0 auto;
}
.slick-slider .slick-slide{
	height:auto!important;
	margin: 0 10px;
}

@media all and (min-width: 897px) {
	.index .mainVisual{
		height: calc(100vh - 60px) !important;
		width: 65%;
		border-radius: 30px;
	}
	.index .mainVisual .sider {
		height: calc(100vh - 60px) !important;
		width: 35%;
	}
	.index #sec-02 .sider{
		height: 100% !important;
		width: 50%;
		position: absolute;
        top: 0;
	}
}
@media all and (max-width: 896px) {
	.index .mainVisual{
		width: 85%;
		margin: 80px 0 50px 15%;
	}
	.index .mainVisual .sider{
		height: 250px !important;
	}
	.index .mainVisual .sider:before{
		width: 50%;
		border-radius: 10px 0 0 10px;
	}
	.index .mainVisual .txtBox{
		width: auto;
		top: 70%;
		left: -10%;
	}
	.index .textMain{
		font-size: 24px;
	}
	.index .textSub{
		font-size: 14px;
	}
	.index .backstretch, .index .backstretch img{
		border-radius: 10px 0 0 10px;
	}
	.index .titleBox{
		display: block;
	}
	.index #entry{
  margin: 180px 20px 50px;
	}
	.index .titleBox, .index .titleWrapper{
		justify-content: flex-start;
	}
 .index #entry .titleBox > p{
  font-size: 1em;
  margin: 10px 0 0;
  text-align: center;
 }
	.index section#sec-02{
		margin-top: 70px;
	}
	.index section#sec-02 img{
		width: 100%;
		object-fit: cover;
		border-radius: 10px;
	}
	.index #sec-02 .sider:before{
		background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		border-radius: 10px;
		height: 30%;
	}
	.contents-no{
		font-size: 60px;
	}
	.index .title-en,#environment .title-en{
		font-size: 30px;
	}
	.index .title-jp,#environment .title-jp{
		font-size: 14px;
	}
	.index .mainVisual .txtBox p{
		margin-right: 20px !important;
		line-height: 27px !important;
	}
	.index .textSub_02{
		margin-top: 20px!important;
	}
	.index .textSub{
		margin-top: 10px!important;
	}
	.index .titleText{
		margin-top: 20px;
	}
	.index #sec-02 .wrapper{
		top: 10px;
		left: 20px;
	}
	.index #sec-02 .text.sp{
		margin: 20px 20px 0;
	}
	.index #sec-02 .more-btn{
		margin-top: 50px;
		text-align: center;
	}
	.index #sec-03 .titleBox{
		margin: 0 20px;
	}
	.index #sec-03 .numberList{
		margin-top: 30px;
	}
	.index .interview-box{
		overflow: scroll;
		margin-top: 30px;
	}
	.index .interview-box .wrapper{
		min-width: 80%;
		margin-right: 20px;
	}
	.index .numberList .numberBox{
		aspect-ratio: auto;
		padding: 30px;
		min-height: 330px;
	}
	.index .numberList .numberBox .title p:first-child{
		padding: 0;
	}
}

@media all and (max-width: 350px) {
	.index .mainVisual .txtBox p {
		margin: 0 15px;
	}
}


/*------------------------------------------------------------
	Number
------------------------------------------------------------*/

.numberList{
	display: flex;
}
.numberList .numberBox{
	background: #fff;
	width: 100%;
	height: auto;
	border-radius: 10px;
	color: #D95827;
	font-weight: bold;
	padding: 50px 50px 30px;
	box-sizing: border-box;
	max-width: 410px;
}
.numberList .numberBox .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.numberList .slide-wrap-main:nth-child(2) .title,
.numberList .slide-wrap-main:nth-child(5) .title,
.numberList .slide-wrap-main:nth-child(7) .title,
.numberList .slide-wrap-main:nth-child(10) .title{
	margin-top: -7px;
	padding-bottom: 9px;
}
.numberList .numberBox .title p:first-child{
	font-size: 20px;
    padding-left: 42px;
    position: relative;
}
.numberList .numberBox .title p:last-child{
	font-size: 16px;
	color: #BBBBBB;
}
.numberList .numberBox .numberText{
	font-size: 20px;
}
.numberList .numberBox .numberText span{
	font-size: 120px;
}
.numberList .numberBox .numberText span.sales {
	position: relative;
}
.numberList .numberBox .numberText span.sales::after {
	background-image: url("../img/numbers/sales_graph.svg");
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	right: -45px;
	top: 30px;
	width: 40px;
}
.numberList .numberBox .numberText p{
	position: relative;
	text-align: center;
}
.numberList .numberBox .numberText span.note {
	bottom: 0;
	display: block;
	font-size: 13px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}
.numberList .numberBox .comment{
	font-size: 14px;
    font-weight: normal;
    color: #222222;
	text-align: center;
	padding-top: 40px;
}

#numbers #container{
	max-width: 1280px;
    margin: 100px auto 0;
}
#numbers .numberList{
	flex-wrap: wrap;
	gap: 20px;
}
#numbers .numberList .numberBox{
	padding: 40px 40px 60px;
	margin-bottom: 25px;
}
#numbers .numberList .numberBox.certified .numberText{
	display: flex;
	justify-content: space-between;
}
#numbers .numberList .numberBox .numberText .wrapper{
	width: calc(100% / 2.2);
}
#numbers .numberList .numberBox .numberText .name{
	position: absolute;
    padding-right: 1ex;
    background-color: white;
}
#numbers .numberList .numberBox .numberText .number{
	right: 0;
    position: absolute;
    padding-left: 1ex;
    background-color: white;
}
#numbers .numberList .numberBox .numberText .line{
	display: flex;
	position: relative;
    height: 1.5em;
}
#numbers .numberList .numberBox .numberText .line::before{
	content: "";
    display: block;
    width: 100%;
    position: absolute;
    margin-top: 0.5em;
    border-top: 1px dashed #BBBBBB;
}
#numbers .numberList .numberBox .numberText .line span{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#numbers .numberList .numberBox .numberText .line02{
	height: 2.4em;
}
#numbers .numberList .numberBox .numberText .line02::before{
	margin-top: 1.1em;
}
#numbers .numberList .numberBox .numberText .line02 .number{
	top: 11px;
}
#numbers .numberList .numberBox .numberText .line .min01{
	font-size: 11px;
}
#numbers .numberList .numberBox .numberText .line .min02{
	font-size: 10px;
}
#numbers .numberList .numberBox .comment{
	padding-top: 50px;
}
#numbers .numberList .numberBox.certified .title{
	padding-bottom: 60px;
}
#numbers .numberList .numberBox.certified .comment{
	padding-top: 60px;
}
#numbers .numberList .numberBox .title{
	padding-bottom: 20px;
}
#numbers .numberList .numberBox .title .title-en{
	text-align: right;
}
#numbers .numberList .numberBox.employment .title{
	padding-bottom: 20px;
}
#numbers .numberList .numberBox .title p:first-child::before{
	content: '';
    display: inline-block;
	background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: -5px;
}
#numbers .numberList .numberBox.employees .title p::before{
	background-image: url("../img/numbers/icon-01.svg");
}
/* #numbers .numberList .numberBox:nth-child(2) .title p::before{
	background-image: url("../img/numbers/icon-02.svg");
} */
#numbers .numberList .numberBox.age .title p::before{
	background-image: url("../img/numbers/icon-03.svg");
}
/* #numbers .numberList .numberBox:nth-child(4) .title p::before{
	background-image: url("../img/numbers/icon-04.svg");
} */
#numbers .numberList .numberBox.holidays .title p::before{
	background-image: url("../img/numbers/icon-05.svg");
}
#numbers .numberList .numberBox.paid .title p::before{
	background-image: url("../img/numbers/icon-06.svg");
}
#numbers .numberList .numberBox.overtime .title p::before{
	background-image: url("../img/numbers/icon-07.svg");
}
#numbers .numberList .numberBox.certified .title p::before{
	background-image: url("../img/numbers/icon-08.svg");
}
#numbers .numberList .numberBox.employment .title p::before{
	background-image: url("../img/numbers/icon-09.svg");
}
/* #numbers .numberList .numberBox. .title p::before{
	background-image: url("../img/numbers/icon-10.svg");
} */
#numbers .numberList .numberBox.cert .title p::before{
	background-image: url("../img/numbers/icon-11.svg");
}
#numbers .numberList .numberBox.manager .title p::before{
	background-image: url("../img/numbers/icon-12.svg");
}

#numbers .sec-number{
	margin-bottom: 130px;
}
#numbers #fixedHeader,#interview #fixedHeader,#environment #fixedHeader,#entry #fixedHeader{
	top: 0;
}

/* スライド設定 */
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%; /* 10個分のスライド */
}
.slide-wrap-main {
    box-sizing: border-box;
    padding: 13px;
}

@media screen and (max-width: 1300px){
	#numbers .numberList{
		margin: 0 50px;
	}
	#numbers .numberList .numberBox{
		padding: 30px;
	}
	#numbers .numberList .numberBox .comment{
		padding-top: 35px;
	}
	#numbers .numberList .numberBox.employees .comment,
	#numbers .numberList .numberBox.age .comment{
		padding-top: 50px;
	}
	.numberList .numberBox .numberText span{
		font-size: 90px;
	}
	.numberList .numberBox .numberText span.sales::after {
		right: -50px;
		top: 5px;
	}
	.numberList .numberBox .title p:first-child{
		font-size: 16px;
	}
	#numbers .numberList .numberBox .title .title-en{
		font-size: 13px;
	}
	#numbers .numberList .numberBox .title p:first-child::before{
		width: 30px;
		height: 30px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#numbers .numberList .numberBox.certified .title{
		padding-bottom: 40px;
	}
	#numbers .numberList .numberBox.certified .comment{
		padding-top: 25px;
	}
}

@media all and (max-width: 896px){
	#numbers .numberList{
		display: block;
		width: auto;
		margin: 0;
	}
	#numbers .numberList .numberBox{
		max-width: 100%;
		width: 100%;
	}
	#numbers #container{
		margin: 0;
	}
	#numbers .sec-number{
		margin: 0 30px 130px;
    	width: auto;
	}
}

/*------------------------------------------------------------
	interview
------------------------------------------------------------*/

#interview .sec-interview{
	max-width: 1280px;
    margin: 65px auto 100px;
}
#interview .interview-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#interview .interview-list .contents{
	width: calc(100% / 2.1);
	position: relative;
	padding-bottom: 140px;
}
#interview .interviewTitle{
	color: #fff;
    font-weight: bold;
    font-size: 18px;
}
#interview .interviewTitle span:last-child{
	font-size: 40px;
}
#interview .interviewAbout{
	color: #fff;
    font-size: 13px;
    display: flex;
}
#interview .interviewAbout p:first-child{
	padding-right: 10px;
}
#interview .interviewAbout p:last-child{
	padding-left: 10px;
	border-left: 1px solid #fff;
}
#interview .interview-list .wrapper{
	position: absolute;
    bottom: 60px;
    left: 20px;
}

#interview .interview-detail,
#environment .environment-detail{
	margin-top: -140px;
	padding-bottom: 60px;
}
#interview .interview-detail img,
#environment .environment-detail img{
	border-radius: 10px;
	max-width: 800px;
	width: 100%;
}
.detail-img{
	width: 60%;
}
#interview .interview-detail .interviewTitle,
#environment .environment-detail .interviewTitle{
	font-size: 30px;
	margin-bottom: 30px;
}
#interview .interview-detail .detail-text{
	display: flex;
    gap: 50px;
    flex-flow: column;
	max-width: 800px;
	width: 60%;
    margin: 0 0 0 auto;
}
#interview .interview-detail .detail-text p{
	line-height: 32px;
}
#interview .interview-detail .detail-text span{
	display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.detail-title{
	display: flex;
	flex-direction:row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}
#interview .other_btn {
	background-color: #fff;
	border-radius: 10px;
    color: #E4677D;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 150px;
    max-width: 400px;
    padding: 40px;
	position: relative;
    text-align: center;
	width: 100%;
}
#interview .other_btn::before {
	background: url(../img/common/arrow-right.png) no-repeat;
    background-size: 14px 24px;
    content: "";
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 40px;
    top: 50%;
    width: 14px;
}
#interview .interview-detail:nth-child(n+2) {
	margin-top: 0;
}

@media all and (max-width: 1300px){
	#interview .sec-interview{
		margin: 65px 30px 100px;
	}
	#interview h3{
		margin: 0 0 30px 0;
	}
}

@media all and (max-width: 896px){
	#interview .interview-list{
		display: block;
	}
	#interview .interview-list .contents{
		width: auto;
	}
	#interview .sec-interview{
		margin: 0 30px 80px;
	}
	#interview .interviewTitle{
		font-size: 16px;
		padding-bottom: 10px;
	}
	#interview .interviewTitle span:last-child{
		font-size: 24px;
	}
	#interview .interview-list .contents{
		padding-bottom: 100px;
	}
	#interview .interview-list .wrapper{
		bottom: 25px;
	}
	#container{
		padding-top: 90px;
	}
	
	#interview .interview-detail .detail-title{
		display: block;
	}
	#interview .interview-detail{
		margin-top: 0;
	}
	#interview .interview-detail img,
	#environment .environment-detail img{
		width: 100%;
        height: 100%;
        object-fit: cover;
	}
	#interview .interview-detail .interviewTitle{
		font-size: 16px;
		margin: 20px 0;
		padding-bottom: 0;
	}
	#interview .interview-detail .detail-text{
		width: 100%;
	}
	#interview .interview-detail .detail-text span{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#interview .interview-detail .detail-text{
		gap: 30px;
	}
	#interview .interview-detail .detail-img{
		width: 100%;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
	environment
------------------------------------------------------------*/

#environment .sec-environment{
	max-width: 1280px;
    margin: 65px auto 100px;
}
#environment .sec-environment .environmentTitle{
	font-size: 50px;
	font-weight: 600;
}
#environment .titleText{
	text-align: end;
}
#environment .training-box{
	background: #fff;
    border-radius: 5px;
	padding: 30px 30px 30px 50px;
	width: calc(100%/3);
	text-align: center;
	display: flex;
	gap: 20px;
	align-items: center;
}
#environment .training-box .title{
	color: #D95827;
    font-weight: 600;
    font-size: 18px;
	margin: 10px 0;
	white-space: nowrap;
}
#environment .training-box .title span{
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding-left: 5px;
}
#environment .training-box .text{
	color: #222;
	text-align: left;
}
#environment .training-wrapper{
	display: flex;
	column-gap: 25px;
}
#environment .textWrapper span{
	color: #D95827;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
}
#environment .training-box img{
	height: 60px;
    width: auto;
	object-fit: contain;
}
#environment .training-box02 img{
	height: 80px;
}
#environment .training-box02{
	width: 100%;
    padding: 50px 50px 50px 100px;
	box-sizing: border-box;
	margin-bottom: 20px;
	column-gap: 100px;
}
#environment .training-box02 .title{
	font-size: 24px;
}
#environment .training-box02 .textWrapper{
	display: flex;
    flex-flow: column;
    gap: 20px;
}
#environment .welfare-wrapper{
	display: flex;
	justify-content: space-between;
}
#environment .welfare-text{
	width: calc(100% / 2);
	line-height: 32px;
}
#environment .welfare-text .welfare-box{
	margin-top: 30px;
}
#environment .welfare-text .welfare-box p{
	color: #D95827;
    background: #fff;
    border-radius: 5px;
    padding: 13px 20px;
	margin-bottom: 15px;
}
#environment .welfare-text .welfare-box .box-half{
	display: flex;
	justify-content: space-between;
}
#environment .welfare-text .welfare-box .box-half p{
	width: 42.5%;
}
#environment .welfare-text .welfare-box span{
	font-size: 14px;
	display: inline-block;
	padding-left: 5px;
}
#environment .welfare-text .welfare-box .detail{
	color: #222222;
    padding: 0;
    line-height: 21px;
}
#environment .welfare-img{
	display: flex;
	flex-flow: column;
	width: calc(100% / 2.2);
	text-align: center;
	gap: 10px;
}
#environment .welfare-img img {
	border-radius: 5px;
}
#environment #sec-01{
	margin-bottom: 90px;
	width: calc( 100% + 30px );
}
#environment #sec-02{
	padding-bottom: 60px;
}
#environment .welfare-img p{
	margin-top: 15px;
}

@media screen and (max-width: 1300px){
	#environment .sec-environment{
		margin: 90px 50px;
	}
	#environment h3{
		margin: 0 0 80px;
	}
	#environment .welfare-text .welfare-box .box-half p{
		width: 41%;
	}
}

@media screen and (max-width: 896px){
	#environment .detail-title{
		display: block;
	}
	#environment .titleBox{
		display: block;
		padding-right: 30px;
	}
	#environment .titleText{
		text-align: left;
	}
	#environment .sec-environment{
		margin: 0 30px 80px;
	}
	#environment .environment-detail {
		margin-top: 0;
	}
	#environment .sec-environment .environmentTitle{
		font-size: 24px;
	}
	#environment .titleWrapper{
		justify-content: flex-start;
		margin-bottom: 25px;
	}
	#environment .titleText{
		font-size: 14px;
		margin-bottom: 30px;
	}
	#environment .welfare-text{
		width: 100%;
	}
	#environment .welfare-img{
		width: 100%;
		margin-top: 20px;
	}
	#environment .welfare-text .welfare-box .box-half{
		display: block;
	}
	#environment .welfare-text .welfare-box .box-half p{
		width: 100%;
		box-sizing: border-box;
	}
	#environment .training-wrapper,#environment .training-box02{
		flex-flow: column;
        gap: 20px;
	}
	#environment .training-box{
		width: 100%;
		box-sizing: border-box;
		flex-flow: column;
        gap: 10px;
		padding: 30px;
	}
	#environment #sec-01{
		margin-bottom: 60px;
		width: 100%;
	}
	#environment .environment-detail {
		padding-bottom: 0;
	}
	#environment h3{
		margin-bottom: 30px;
	}
	#environment .detail-img{
		width: 100%;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#environment .environment-detail img{
		width: 100%;
        height: 100%;
        object-fit: cover;
	}
}

/*------------------------------------------------------------
	entry
------------------------------------------------------------*/
#entry .sec-entry{
	max-width: 1280px;
    margin: 65px auto 100px;
}
#entry .entry-wrapper{
	background: #fff;
	border-radius: 10px;
	padding: 50px 50px 80px;
}
#entry section .titleBox{
	color: #D95827;
	margin-bottom: 35px;
}
#entry section .titleBox .contents-no{
	font-size: 60px;
}
#entry section .titleWrapper{
	display: flex;
	align-items: center;
}
#entry section .titleWrapper .text{
 color: #222;
 font-size: 16px;
 font-weight: 500;
 letter-spacing: 0.05em;
 line-height: 1.5;
}
#entry section .titleBox .title-en{
	font-size: 30px;
    letter-spacing: 1px;
    display: inline-block;
}
#entry section .titleBox .title-jp{
	font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
#entry #sec-01 ul{
	color: #222;
}
#entry #sec-01 ul .list-title{
	color: #D95827;
    font-weight: 600;
	width: 7%;
    min-width: 116px;
	padding: 0 10px;
}
#entry #sec-01 ul li{
	border-top: solid 1px #ccc;
    padding: 25px;
    display: flex;
    gap: 45px;
}
#entry #sec-01 ul li:last-child{
	border-bottom: solid 1px #ccc;
}
#entry #sec-02{
	color: #D95827;
}
#entry #sec-02 .step-wrapper{
	display: flex;
	justify-content: space-between;
	margin: 0 50px;
}
#entry #sec-02 .step-box{
	text-align: center;
    border-radius: 10px;
 width: calc((100% - 30px) / 3);
}
#entry #sec-02 .step-box > div{
 position: relative;
}
#entry #sec-02 .step-box .step-no{
 position: absolute;
	font-size: 24px;
	text-align: left;
 background: #fff;
 border-radius: 10px;
 margin: 10px 0 0 10px;
 padding: 8px 6px;
 line-height: 1;
}
#entry #sec-02 .step-box img{
	margin-bottom: 20px;
}
#entry #sec-02 .step-box img:nth-child(4){
	padding: 2px 0;
}
#entry #sec-02 .step-box .step-title{
	font-weight: 600;
 font-size: 18px;
}
#entry #sec-02 .step-box .step-title span{
 display: block;
	font-size: 13px;
 margin: 5px 0 0;
}
#entry #sec-02 .step-box .step-title span a{
 color: #D95827;
 text-decoration: underline;
}
#entry .entry-btn{
	margin: 50px 50px 0;
}
#entry .entry-btn a{
	color: #fff;
    background: #D95827;
    padding: 35px 50px;
    border-radius: 15px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
 display: flex;
}
#entry .entry-btn a span:first-child{
	font-size: 40px;
}
#entry .entry-btn a span:last-child{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding-left: 20px;
	vertical-align: super;
}
#entry .entry-btn a::after{
	content: '';
	width: 12px;
	height: 24px;
	display: inline-block;
	background-image: url("../img/common/arrow-right03.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 50px;
 top: 0;
 bottom: 0;
 margin: auto;
}

@media screen and (max-width: 1300px){
	#entry .sec-entry{
		margin: 65px 30px 100px;
	}
	#entry h3{
		margin: 0 0 30px 0;
	}
	#entry #sec-02 .step-box{
		width: calc(100% / 6.5);
	}
}

@media screen and (max-width: 896px){
	#entry .sec-entry{
		margin: 0px 30px 50px;
	}
 .index #entry .sec-entry{
  margin: 0;
 }
	#entry .entry-wrapper{
		padding: 20px;
	}
	#entry #sec-01 ul li{
		display: block;
		padding: 15px;
	}
	#entry #sec-01 ul .list-title{
		padding: 0 0 10px 0;
	}
	#entry .contents-no{
		padding-right: 10px;
	}
	#entry section .titleBox{
		margin-bottom: 20px;
	}
	#entry #sec-02 .step-wrapper{
		margin: 0;
	}
	#entry #sec-02 .step-wrapper{
		overflow: scroll;
	}
	#entry #sec-02 .step-box{
		min-width: 250px;
        margin-right: 20px;
	}
	#entry .entry-btn{
		margin: 30px 0 10px 0;
	}
	#entry .entry-btn a span:first-child{
		font-size: 30px;
	}
	#entry .entry-btn a span:last-child{
		font-size: 14px;
	}
	#entry .entry-btn a{
		padding: 20px;
	}
	#entry .entry-btn a::after{
		width: 8px;
		height: 16px;
		right:  20px;
  top: 0;
	}
}


/*------------------------------------------------------------
	animation
------------------------------------------------------------*/

.animation {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay01 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.delay02 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.delay03 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.delay04 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.delay05 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay06 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.delay07 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.delay08 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.delay09 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.fadeInUp.on,
.aniBlock.on .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
.fadeInLeft.on {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}
.fadeInRight.on {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important;
}
.fadeInDown.on {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.swipeIn {
	position: relative;
}
.swipeIn:before {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: width 1s;
	transition: width 1s;
	content: "";
}
.swipeIn.on:before {
	width: 0;
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
/*------------------------------------------------------------
	fadeInDown
------------------------------------------------------------*/
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
/*------------------------------------------------------------
	fadeInLeft
------------------------------------------------------------*/
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
/*------------------------------------------------------------
	fadeInRight
------------------------------------------------------------*/
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.index .br_list{
	padding: 150px 0 0;
}
.index .br_list .info{
	top: 150px;
}
.index .br_btn{
	top: 200px;
}
@media all and (max-width: 768px) {
	.index .br_list{
		padding: 77px 0 40px 30px;
	}
	.index .br_list .photoBox:nth-child(n+2){
		display: none;
	}
	.index .br_list .inner{
		margin: 0px;
	}
	.index .br_list .photoBox{
		width: 90%;
	}
	.index .br_list .photoBox a .photo img{
		width: 100%;
	}
	.index .br_list .comLink a{
		top: 20px;
		width: 90%;
		margin: 0;
	}
}
#entryForm,
#entryForm table{
 width: 100%;
}
#entryForm tr{
 display: flex;
 align-items: center;
}
#entryForm tr{
 margin: 0 0 25px;
 padding: 0 0 25px;
 border-bottom: solid 1px #ddd;
}
#entryForm th{
 width: 18%;
 color: #D95827;
 font-size: 16px;
 font-weight: bold;
 text-align: right;
 letter-spacing: 0.05em;
}
#entryForm th span{
 padding-left: 10px;
}
#entryForm th span.sub-label{
 display: block;
 color: #bbb;
 font-weight: 500;
}
#entryForm td{
 width: 82%;
 padding: 0 0 0 30px;
}
#entryForm td input,
#entryForm td textarea{
 width: 800px;
 padding: 13px;
 border: solid 1px #ccc;
 border-radius: 5px;
 min-height: 50px;
 box-sizing: border-box;
}
#entryForm td input[type="file" i]{
 width: auto;
 padding: 0;
 border: none;
 border-radius: 0;
 min-height: auto;
}
#entryForm td input::placeholder,
#entryForm td textarea::placeholder{
 font-weight: 500;
 letter-spacing: 0.05em;
 color: #bbb;
}
#entryForm th.file-ttl,
#entryForm th.file-ttl + td{
 display: grid;
 gap: 25px;
}
#entryForm .agree-row{
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 30px 0 0;
 text-align: center;
 color: #D95827;
 font-weight: bold;
 letter-spacing: 0.05em;
}
#entryForm .agree-row label{
 display: flex;
 gap: 10px;
}
#entryForm button{
 display: block;
 margin: 50px auto 0;
 border: none;
 background: #D95827;
 border-radius: 10px;
 color: #fff;
 padding: 27px 30px;
 width: 300px;
 font-size: 18px;
 font-weight: bold;
 letter-spacing: 0.05em;
 text-align: left;
 position: relative;
}
#entryForm button:after{
 position: absolute;
 content: "";
 width: 8px;
 height: 16px;
 background: url('../img/common/arrow-right03.png') no-repeat center center;
 background-size: cover;
 right: 30px;
 top: 0;
 bottom: 0;
 margin: auto;
}
#entryForm button:hover{
 opacity: 0.8;
}
@media all and (max-width: 768px) {
 #entryForm tr{
  display: block;
 }
 #entryForm tr{
  margin: 0 0 15px;
  padding: 0 0 15px;
 }
 #entryForm th{
  display: block;
  width: 100%;
  text-align: left;
 }
 #entryForm td{
  display: block;
  width: 100%;
  padding: 10px 0 0;
 }
 #entryForm td input, #entryForm td textarea{
  width: 100%;
 }
 #entryForm .agree-row{
  margin: 10px 0 0;
 }
 #entryForm .agree-row label{
  gap: 5px;
 }
 #entryForm .agree-row label p{
  text-align: left;
  font-size: 15px;
 }
}