@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@400;500;700&display=swap');


/*
@font-face {
font-family: Lato;
font-display: swap;
src: url("../fonts/Lato-Regular.ttf") format("TrueType");
}
*/


/* CSS Document */
.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.wrapper {
	width: 100%!important;
	overflow-y: hidden;
	/*max-width: 1200px;*/
    margin-right: auto;
    margin-left: auto;
}


.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb80 {
	margin-bottom: 80px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}


.txt18 {
	font-size: 18px;
	line-height: 34px;
}
.txt30 {
	font-size: 30px;
	line-height: 160%;
}
.txt46 {
	font-size: 46px;
	line-height: 160%;
}
.txt24 {
	font-size: 24px;
	line-height: 160%;
}
.txt21 {
	font-size: 21px;
	line-height: 160%;
}
.txt14 {
	font-size: 14px;
}
.txt12 {
	font-size: 12px;
}

.ore {
	color: rgba(235,92,1,1.00);
}
.red {
	color: rgba(167,13,35,1.00);
}

.blue {
	color: #0071aa;
}

.min {
	font-family: "游明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.floatL {
	float: left;
	padding-right: 20px;
}
.floatR {
	float: right;
	padding-left: 20px;
}
.txtlink a {
	background-color: rgba(255,255,255,1.00);
	display: block;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	color: #3e3a39;
	text-decoration: none;
	min-width: 220px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.txtlink2 a {
	background-color: rgba(167,13,35,1.00);
	display: block;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	min-width: 220px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}






/*セクション制御*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* old
#header {
	position: absolute;
	width: 100%;
	z-index: 9000;
	height: 120px;
	top: 0px;
	background-color: rgba(255,255,255,0.90);
	min-width: 1200px;
}
*/

#header {
	position: fixed;
	width: 100%;
	z-index: 9000;
	height: 80px;
	top: 0px;
	background-color: #fff;
}




.anchor {
  padding-top: 80px!important;
  margin-top: 80px!important;
}



/* pure drawer関連 */
.pure-drawer {
    width: 100%!important;
    margin-top: 80px!important;
}



 .pure-toggle-label .pure-toggle-icon, .pure-toggle-label .pure-toggle-icon:before, .pure-toggle-label .pure-toggle-icon:after {
    height: 3px!important;
    width: 30px!important;
}





.enter_btn_wrap {
    position: fixed;
    left: auto;
    bottom: auto;
    top: 0;
    right: 60px;
    z-index: 10000;
    height: 80px;
    pointer-events: auto;
    opacity: 1;
    width: 24%;
    display: flex;
    justify-content: space-between;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.enter_btn {
    width: 50%;/* internship追加時33.333% */
}

.enter_btn a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    font-size: 1rem;
}

.enter_btn.newgrad {
    background-color: #ca0035;
}
.enter_btn.career {
    background-color: #fff;
}
.enter_btn.internship {
    background-color: #800d38;
}

.enter_btn.newgrad a, .enter_btn.internship a {
    color: #fff;
}
.enter_btn.career a {
    color: #ca0035;
}

.arrow{
  width: 10em;
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  /*font-size: 1em;*/
}

.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right:  1.2vw;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;   /* arrow size */
  height: 0.4em;  /* arrow size */
  border-top: 1px solid #fff;  /* thickness, color */
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.category_block {
    margin: 30px 0!important;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}

.category_block > ul > li {
    margin: 0;
    font-size: 0.8rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}



.category_block > ul > li > a {
    padding-left: 18px;
}

.arrow.front::after {
    right: initial;
    left: 0;
}


.enter_btn.career a.arrow::after{
  border-top: 1px solid #ca0035;
  border-right: 1px solid #ca0035;
}

@media screen and (min-width: 910px) and (max-width: 999px) {
	.enter_btn a {
	    font-size: 0.9rem;
	}
}
@media screen and (max-width: 909px) {
	.enter_btn a {
	    font-size: 0.8rem;
	}
}

.header_logo {
	width: 405px;
	height: 100%;
	margin-left: 3.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company_logo {
    width: 270px;
}



.recruiting {
	font-size: 0.9rem;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    padding-bottom: 0;
}

_::-webkit-full-page-media, _:future, :root .recruiting {
    letter-spacing: -1px;
}


#header .logo {
	position: relative;
	width: 310px;
	float: left;
	margin-top: 27px;
	margin-left: 30px;
}
#header .nav {
	width: 580px;
	float: right;
}
#header .nav li a {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #3e3a39;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	float: left;
	margin-top: 20px;
}
#header .btn  {
	float: right;
	width: 200px;
}
#header .btn li {
	float: left;
}

.footer {
	background-color: #000000;
	padding: 10px 0;
	position: relative;
	color: rgba(255,255,255,1.00);
}
.sitemap a {
	color: #FFFFFF;
}


.inner980 {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:980px) {
	.inner980 {
	    padding-right: 3vw;
	    padding-left: 3vw;
	}
}



.inner1000 {
	width: 90%;/*1000px*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.copyright  {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#pagetop {
	position: fixed;
	right: 20px;
	width: 94px;
	height: 94px;
	bottom: 20px;
	display: none;
}
.pure-drawer li  {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding-left: 20%;
	text-align: left;
	/*padding-top: 5px;*/
	padding-bottom: 5px;
	font-size: 16px;
	/*font-family: "游明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	display: flex;
}
.pure-drawer li a {
	text-decoration: none;
	color: #FFFFFF;
}


.category_block > a {
    width: 24%;
}
li.category_block ul {
    width: 76%;
}

.category_block ul li {
    white-space: nowrap;
}



.wtn_copyright{
 display: none;
}






/* footer navi */




.nav_title, .nav_title a {
	color: #ca0035!important;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}




#footnav, #footnav a  {
  color: #333;
  background: #f2f2f2;
  text-decoration: none;
}

#footnav .f_footer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#footnav .f_footer_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  text-align: left;
  padding: 30px 0 10px;
  position: relative;
}

#footnav .f_footer_wrap::after {
  content: none;
}

#footnav .f_footer_nav_first {
  position: relative;
  font-size: 1.0rem;
}


.f_footer_nav li {
    white-space: nowrap;
}

li.f_footer_nav_first div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}

.f_footer_inner.srg_link_block {
    position: absolute;
    bottom: 18px;
}

.srg_link a {
    display: flex;
}

.srg_link img {
    width: 200px;
}

.srg_link span {
    padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  #footnav .f_footer_nav_first {
    padding-bottom: 15px;
  }
  .f_footer_inner {
    flex-basis: 20%;
    padding: 0 20px;
  }
  .nav_title {
    position: relative;
  }
  .nav_title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #333;
    border-radius: 2px;
  }
  #footnav .f_footer_nav:not(:first-child) {
    margin-top: 38px;
  }
  .f_footer_nav_second {
    display: block!important;
  }
}

#footnav .f_footer_nav_wrap {
  margin-top: 20px;
}

.f_footer_nav_first {
  cursor: pointer;
}


.f_footer_nav_second {
  margin-top: 6px;
}

.f_footer .arrow::after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.srg_link .arrow::after {
    right: 44px;
}


.f_footer_nav_second li {
  line-height: 2.0;
  font-size: 0.9rem;
  font-weight: 400;
}

.f_footer_nav_second li a {
	padding-left: 1em;
}



@media only screen and (max-width: 767px) {
  #footnav .f_footer_wrap {
    display: block;
    width: 90%;
    margin: 36px auto 0;
    padding-bottom: 40px;
  }
  #footnav .f_footer_nav {
    border-bottom: 1px solid #888;
  }
  .nav_title {
    padding-bottom: 0;
  }
  .f_footer_nav {
    display: block;
    position: relative;
  }
  .f_footer_nav li {
    position: relative;
    height: auto;
    line-height: 50px;
  }
  .f_footer_nav_second {
    display: none;
    position: relative;
    padding: 0 0 12px;
    z-index: 1001;
    margin-top: 0;
  }
  .f_footer_nav_second li {
    height: auto;
    line-height: 2.5;
    position: relative;
    font-weight: 100;
    padding-left: 1em;
    /* border-bottom: 1px solid #eee; */
  }
  .f_footer_nav_second>li:first-child {
    padding-left: 0;
    margin-top: -6px;
  }
  .f_footer_nav_third {
    font-size: 0.9em;
  }
  .touch-btn_f {
    color: #555;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 10;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
  }
  .touch-btn_f.open {
    top: -2px;
  }
  .touch-btn_f::after {
    content: '+';
    padding-left: 90%;
    font-size: 1.2em;
  }
  .touch-btn_f.open::after {
    content: '-';
  }
	.srg_link {
	    padding: 0;
	}
	.f_footer_inner.srg_link_block {
	    position: initial;
	}
}