@charset "UTF-8";


/* body
-----------------------------------------------*/
body {
  overflow-x: hidden !important;
}


/* wrap
-----------------------------------------------*/
#wrap {
  overflow: unset;
}

/* header
-----------------------------------------------*/
header {
  z-index: 100;
}


/* container
-----------------------------------------------*/
#container {
  max-width: calc(860px + 380px);
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width:1300px) {
  #container {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media only screen and (max-width:1100px) {
  #container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width:767px) {
  #container {
    padding: 0;
  }
}


/* side
-----------------------------------------------*/
#side-cover {
  position: absolute;
  top: 0;
  left: 40px;
  pointer-events: none;
  height: 100%;
  max-width: 320px;
  width: 100%;
}
#recruit-side {
  position: sticky;
  top: 142px;
  width: 100%;
  z-index: 2;
  transition: all 0.5s;
  pointer-events: auto;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
#recruit-side .side-btn-cover {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  pointer-events: auto;
  transition: all 0.5s;
}
#recruit-side .side-btn {
  position: sticky;
  display: none;
  top: 152px;
  transform: translateX(calc(100% + 10px));
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin: 10px 0;
  background: #0168B1;
  transition: background .3s;
}
#recruit-side .side-btn:hover {
  background: #4F8DC2;
}
#recruit-side .side-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/common/img/ico-side-btn-arrow.svg") no-repeat center;
}
.open #recruit-side .side-btn::before {
  transform: scale(-1, 1);
}
#recruit-side .inner {
  background: #0168B1;
  border-radius: 20px;
  padding: 35px 40px 40px 40px;
  max-height: calc((var(--vh, 1vh) * 100) - 232px);
  overflow-y: auto;
}
#recruit-side .inner h3 {
  font-size: 22px;
  color: #fff;
}
#recruit-side .inner h3 a {
  color: #fff;
}
#recruit-side .inner > ul {
  margin-top: 22px;
  border-top: 1px solid #D9D9D9;
}
#recruit-side .inner > ul > li {
  border-bottom: 1px solid #D9D9D9;
}
#recruit-side .inner > ul > li .side-menu {
  padding: 0 0 0 40px;
  display: none;
}
#recruit-side .inner > ul > .active .side-menu {
  display: block;
}
#recruit-side .inner > ul > li > p::before {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("/common/img/ico-side-arrow.svg") no-repeat center;
}
#recruit-side .inner > ul > .active > p::before {
  transform: scale(1, -1) translateY( 50%);
}
#recruit-side .inner > ul > li > .link::before {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 20px;
  margin-top: -1px;
}
#recruit-side .inner > ul > li > p {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  padding: 22px 30px 22px 20px;
}
#recruit-side .inner > ul > li > a::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
#recruit-side .inner > ul > li .side-menu li p, #recruit-side .inner > ul > li .side-menu li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  transition: all .2s cubic-bezier(.210, .60, .350, 1);
}
#recruit-side .inner > ul > li .side-menu li p:hover {
  opacity: .7;
}
#recruit-side .inner > ul > li .side-menu li p::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: 9px;
  left: -20px;
  margin-top: -2px;
}
#recruit-side .inner > ul > li .side-menu li {
  padding-bottom: 10px;
}
#recruit-side .inner > ul > li .side-menu li:last-child {
  padding-bottom: 20px;
}
#recruit-side .side-bnr {
  margin-top: 25px;
  max-width: 250px;
}
@media only screen and (max-width:1100px) {
  #side-cover {
    left: 0;
    top: -10px;
    height: calc(100% + 10px);
    transition: all 0.5s;
    z-index: 3;
    transform: translateX(-100%);
  }
  #side-cover.open {
    transform: translateX(25px);
  }
  #recruit-side {
    top: 125px;
  }
  #recruit-side .side-btn {
    top: 135px;
  }
  #recruit-side .inner {
    max-height: calc((var(--vh, 1vh) * 100) - 215px);
  }
  #recruit-side .side-btn {
    display: block;
  }
}
@media only screen and (max-width:980px) {
  #recruit-side {
    top: 114px;
  }
  #recruit-side .side-btn {
    top: 124px;
  }
  #recruit-side .inner {
    max-height: calc((var(--vh, 1vh) * 100) - 204px);
  }
}
@media only screen and (max-width:767px) {
  #side-cover {
    left: auto;
    right: 0;
    max-width: calc(100% - 35px);
    transform: translateX(100%);
  }
  #recruit-side {
    top: 80px;
    width: calc(100% - 25px);
  }
  #recruit-side .side-btn {
    top: 90px;
  }
  #recruit-side .side-btn::before {
    transform: scale(-1, 1);
  }
  .open #recruit-side .side-btn::before {
    transform: scale(1, 1);
  }
  #recruit-side .side-btn-cover {
    right: auto;
    left: 0;
  }
  #recruit-side .side-btn {
    transform: translateX(calc(-100% - 10px));
  }
  #recruit-side .inner {
    background: #0168B1;
    padding: 30px 30px 30px 30px;
    max-height: calc((var(--vh, 1vh) * 100) - 150px);
    border-radius: 20px 0 0 20px
  }
}


/* contents
-----------------------------------------------*/
#contents {
  padding: 0;
  margin: 0 0 0 auto;
  padding-left: 380px;
}
@media only screen and (max-width:1100px) {
  #contents {
    max-width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width:767px) {
}


/* otherLink
-----------------------------------------------*/
#otherLink {
  position: relative;
  background: #fff;
  padding-bottom: 130px;
}
#otherLink .inner {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
#otherLink ul{
	font-size:0;
  display: grid;
  gap:60px 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
#otherLink ul li{
	position:relative;
	box-sizing:border-box;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-o-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
}
#otherLink ul li.fade {
    opacity: 1 !important;
    top: 0 !important;
}
#otherLink ul li h2::before{
	content:"";
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	background-position:center center;
	background-size:100% 100%;
}
#otherLink ul li:nth-child(2),
#otherLink ul li:nth-child(5),
#otherLink ul li:nth-child(8) {
  transition: all 0.6s 0.2s;
}
#otherLink ul li:nth-child(3),
#otherLink ul li:nth-child(6),
#otherLink ul li:nth-child(9) {
  transition: all 0.6s 0.4s;
}
#otherLink ul li:nth-child(1) h2::before{
	background-image:url(/img/recruit/index/icon_01.svg);
}
#otherLink ul li:nth-child(2) h2::before{
	background-image:url(/img/recruit/index/icon_02.svg);
}
#otherLink ul li:nth-child(3) h2::before{
	background-image:url(/img/recruit/index/icon_03.svg);
}
#otherLink ul li:nth-child(4) h2::before{
	background-image:url(/img/recruit/index/icon_04.svg);
}
#otherLink ul li:nth-child(5) h2::before{
	background-image:url(/img/recruit/index/icon_05.svg);
}
#otherLink ul li:nth-child(6) h2::before{
	background-image:url(/img/recruit/index/icon_06.svg);
}
#otherLink ul li:nth-child(7) h2::before{
	background-image:url(/img/recruit/index/icon_07.svg);
}
#otherLink ul li:nth-child(8) h2::before{
	background-image:url(/img/recruit/index/icon_08.svg);
}
#otherLink ul li:nth-child(9) h2::before{
	background-image:url(/img/recruit/index/icon_09.svg);
}
#otherLink ul li h2{
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  padding-left: 65px;
  display: flex;
  align-items: center;
  min-height: 50px;
}
#otherLink ul li p{
	font-size:14px;
	line-height:2;
}
#otherLink ul li .more{
	margin-top:20px;
	font-size:16px;
  font-weight: bold;
}
#otherLink ul li .more a{
	padding-right:35px;
  position: relative;
  display: inline-block;
  color: #0168B1;
}
#otherLink ul li .more a::after{
  position: absolute;
	content:"";
	width:25px;
	height:12px;
	top:3px;
  right: 0;
	background:url(/common/img/ico-arrow_02.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-transition:right 0.2s;
	-moz-transition:right 0.2s;
	-o-transition:right 0.2s;
	-ms-transition:right 0.21s;
	transition:right 0.2s;
}
#otherLink ul li .more a:hover::after{
	right:-5px;
}
@media screen and (max-width: 1160px) {
  #otherLink ul {
    gap: 60px 20px;
}
  #otherLink ul li h2{
    font-size: 20px;
    padding-left: 40px;
    min-height: 30px;
  }
  #otherLink ul li h2::before{
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 980px) {
  #otherLink ul {
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
#otherLink {
  padding-bottom: 70px;
}
#otherLink .inner {
  padding: 0 20px;
}
  #otherLink ul {
    grid-template-columns: 1fr;
  }
#otherLink ul li::before{
	display:block;
	position:relative;
	left:0 !important;
	margin:0 auto 20px;
}
#otherLink ul li h2{
	font-size:16px;
	margin-bottom:10px;
}
#otherLink ul li p{
	font-size:12px;
}
#otherLink ul li .more{
	font-size:14px;
	margin-top:10px;
}
#otherLink ul li .more a{
	padding-right:30px;
}
#otherLink ul li .more a::after{
	width:20px;
	height:9.6px;
}
}
/* more
-----------------------------------------------*/
.more{
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
}
.more a,
.more span{
	position:relative;
	display:inline-block;
	padding-right:50px;
	color:#0168B1;
}
.more a::after,
.more span::after{
	content:"";
	position:absolute;
	top:1px;
	right:0;
	background-image:url(/common/img/ico-arrow_01.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:auto 100%;
	width:42px;
	height:9px;
	-webkit-transition:right 0.2s;
	-moz-transition:right 0.2s;
	-o-transition:right 0.2s;
	-ms-transition:right 0.21s;
	transition:right 0.2s;
}
.more a:hover::after,
a:hover .more span::after{
	right:-5px;
}
@media screen and (max-width: 750px) {
.more{
	font-size:13px;
}
.more a,
.more span{
	padding-right:20px;
}
.more a::after,
.more span::after{
	top:2px;
	width:15px;
	height:6px;
}
.more a:hover::after,
a:hover .more span::after{
	right:-3px;
}
}
