@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright (C) SOURCENEXT CORPORATION All Rights Reserved.

HTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
html,body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
	line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0.05em;
	color: #000;
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
  word-break : break-all;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td,em,strong,blockquote {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: normal;
/*	font-size: 15px;
	word-break: break-all;*/
}
p,dd,li {
  text-align: justify;
  list-style: none;
}
em,strong {
  font-weight: bold;
}

img {
	vertical-align:middle;
  width:100%;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	transition: 0.2s ease-in-out;
  opacity: 0.5;	
}

.clearfix::after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.none {
  display: none!important;
}
.fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';  
}
.pc {
  display: block;
}
br.pc,
span.pc,
img.pc {
  display: inline;
}
.sp {
  display: none!important;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  html { font-size: 62.5%; } /* 10px */
  body {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.7;
    overflow-x: hidden;
    border-top: none;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  br.sp,
  span.sp,
  img.sp {
    display: inline!important;
  }
  a:hover {
    opacity: 1;
  }
}

/*---------------------------------------------------------------------------------
エフェクト
--------------------------------------------------------------------------------- */
/* 画面外にいる状態 */
.effect {
  opacity : 0;
  transform: translate(0,0);
	transition : all 700ms 300ms;
}
.effect-up {
  transform: translate(0,50px);
}
.effect-fall {
  transform: translate(0,-50px);
}
.effect-left-in {
  transform: translate(-50px,0);
}
.effect-right-in {
  transform: translate(50px,0);
}


/* 画面内に入った状態 */
.effect-on {
  opacity: 1.0;
	transform: translate(0,0px) !important; 
}

/*アニメーション*/
.delay100 {
  transition-delay:100ms;
}
.delay200 {
  transition-delay:200ms;
}
.delay300 {
  transition-delay:300ms;
}
.delay400 {
  transition-delay:400ms;
}
.delay500 {
  transition-delay:500ms;
}
.delay600 {
  transition-delay:600ms;
}
.delay700 {
  transition-delay:700ms;
}
.delay800 {
  transition-delay:800ms;
}
.delay900 {
  transition-delay:900ms;
}
.delay1000 {
  transition-delay:1000ms;
}



/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
  width: 100%;
  min-width: 1280px;
  height: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;

}
#header-wrapper::before {
  width: 100%;
  height: 4px;
  background-image: -moz-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content:"";
}
.sc #header-wrapper {
  background-color: #fff;
}
/*logo*/
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.header-site-name {
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 34px;
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.header-site-name img {
  width: 122px;
  margin-right: 20px;
}
/*header nav*/
.header-nav {
  padding-right: 115px;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  padding-right: 20px;
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav li a {
  display: block;
  position: relative;
}

.header-nav li.nav_with_circle a {
  border: 2px solid #000;
  border-radius: 18px;
  width: 95px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  padding-top: 3px;
}
.ml_10 {
  margin-left: 10px;
}

a.cm{
color: #ccc!important;
pointer-events: none;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #header-wrapper {
    min-width: 100%;
    height: 50px;
  }
  .header-nav {
    display: none;
  }
  /*logo*/
  .header-site-name {
    padding-left: 16px;
    font-size: 20px;
    margin-top: 10px;
  }
  .header-site-name img {
    width: 120px;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
}
/*---------------------------------------------------------------------------------
ヘッダー帯
--------------------------------------------------------------------------------- */
/* header.site-header::before {
    background-color: #1f9ad2;
    width: 100%;
    padding: 20px 0;
    display: block;
    content: "";
    position: absolute;
    bottom: -40px;
}

li.nav_with_circle.ml_10::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #1f9ad2 transparent;
    position: absolute;
    bottom: -35px;
    left: 25%;
}

header.site-header::after {
    content: "2025卒新卒　本選考受付中！／2026年新卒　インターン受付中！";
    position: absolute;
    bottom: -34px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
} */
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  header.site-header::after {
    bottom: -30px;
    font-size: 3vw;
}
}
/*---------------------------------------------------------------------------------
メニュー
--------------------------------------------------------------------------------- */
#toggle_menu {
	width: 30px;
	height: 24px;
	position: absolute;
	top: 35px;
	right: 40px;
	z-index:99;
	cursor: pointer;
}
#toggle_menu:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#toggle_menu .inner {
	width: 30px;
	height: 24px;
	position:relative;
}
#toggle_menu .inner div {
	width: 30px;
	height: 4px;
	background-color: #000;
	position: absolute;
}
#toggle_menu .menu1 {
	top: 0px;
}
#toggle_menu .menu2 {
	top: 10px;
}
#toggle_menu .menu3 {
	top: 20px;
}
#toggle_menu .menu1,#toggle_menu .menu2,#toggle_menu .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* opera */
  -moz-transition: all 0.5s ease-out; /* firefox */
  -webkit-transition: all 0.5s ease-out; /* chrome, safari */
  -ms-transition: all 0.5s ease-out; /* ie */ 
}
#toggle_menu .menuclick1 {
  top:13px;
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}
#toggle_menu .menuclick2 {
  opacity:0;
}
#toggle_menu .menuclick3 {
  top:13px;
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

#nav-background {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:98;
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  overflow-y: scroll;
}
.open #nav-background{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.menu-inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
.menu-site-name {
  display: flex;
  align-items: center;
  align-content: center;
  padding-top: 30px;
  margin-right: 123px;
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.menu-site-name img {
  width: 170px;
  margin-right: 30px;
}
.menu-contents-wrap {
  display: flex;
}
.menu-contents-box {
  padding: 0 53px 0 0;
}
.menu-contents-box__ttl {
  padding: 30px 0px 16px;
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.menu-contents-box ul {
  padding-bottom: 15px;
}
.menu-contents-box li {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 768px) {
  #toggle_menu {
    width: 15px;
    height: 12px;
    top: 17px;
    right: 20px;
  }
  #toggle_menu .inner {
    width: 15px;
    height: 12px;
  }
  #toggle_menu .inner div {
    width: 15px;
    height: 2px;
  }
  #toggle_menu .menu1 {
    top: 0px;
  }
  #toggle_menu .menu2 {
    top: 5px;
  }
  #toggle_menu .menu3 {
    top: 10px;
  }
  #toggle_menu .menuclick1 {
    top:7px;
  }
  #toggle_menu .menuclick3 {
    top:7px;
  }
  #nav-background,
  .menu-inner {
    display: block;
  }
  .menu-site-name {
    display: flex;
    align-items: center;
    align-content: center;
    height: 50px;
    padding-top: 0px;
    margin: 0px 16px 5px;
    font-family: 'Teko', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  .menu-site-name img {
    width: 60px;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .menu-contents-wrap {
    display: block;
    padding: 0px 12%;
  }
  .menu-contents-box {
    padding: 0 0 0 0;
  }
  .menu-contents-box__ttl,
  .anc_top {
    display: block;
    padding: 5px 0px;
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  .menu-contents-box__ttl a {
    display: block;
    position: relative;
  }
  .menu-contents-box__ttl a::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content:"";
  }
  .menu-contents-box__ttl a.selected::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .menu-contents-box ul {
    padding-bottom: 3px;
  }
  .menu-contents-box li {
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
  width: 100%;
  min-width: 1280px;
}
.contents-header {
  box-sizing: border-box;
}
.contents-header__inner {
  margin: 0 auto;
}
.contents-header__ttl {}
.breadcrumbs {
  font-size: 12px;
}
.breadcrumbs > span {
  display: inline-block;
  margin: 0 14px;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs a {}


/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
#contents-wrapper {
  min-width: 100%;
  padding-top: 0px;
  overflow: hidden;
}

.breadcrumbs > span {
  display: inline-block;
  margin: 0 10px;
}
}



/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
  width: 100%;
  min-width: 1280px;
}
.footer-recruit {
  box-sizing: border-box;
  padding: 94px 0px 100px;
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
}
.footer-recruit__ttl {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
.footer-recruit__ttl .en {
  display: block;
  font-family: 'Teko', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.footer-recruit__txt {
  width: 630px;
  margin: 0 auto 45px;
}
.footer-recruit__btn { 
  width: 430px;
  margin: 0 auto;
}
.footer-recruit__btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 30px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.page-footer {
  padding: 167px 0px 10px;
}
.page-footer-catchphrase {
  box-sizing: border-box;
  width: 372px;
  height: 155px;
  padding-top: 29px;
  background-image: url("../images/common/f_catchphrase.svg");
  margin: 0 auto 100px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.4em;
  background-size: cover;
}
.page-footer-site-name {
  padding-bottom: 140px;
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
.page-footer-site-name img {
  width: 114px;
  margin-right: 18px;
}
.page-footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1130px;
  margin: 0 auto;
}
.page-footer-inner nav {
  font-size: 12px;
  line-height: 1;
} 
.page-footer-copyright {
  font-size: 10px;
  line-height: 1;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #footer-wrapper {
    min-width: 100%;
  }
  .footer-recruit {

    padding: 44px 0px 58px;
  }
  .footer-recruit__ttl {
    padding-bottom: 16px;
    font-size: 10px;
  }
  .footer-recruit__ttl .en {
    font-size: 26px;
  }
  .footer-recruit__txt {
    width: 95%;
    margin: 0 auto 20px;
  }
  .footer-recruit__btn { 
    width: 58%;
  }
  .footer-recruit__btn a {
    height: 40px;
    padding-top: 14px;
    border-radius: 20px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  
  .page-footer {
    padding: 45px 0px 50px;
  }
  .page-footer-catchphrase {
    width: 100%;
    height: 77px;
    padding-top: 50px;
    background-size: 240px auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto 34px;
    font-size: 12px;
  }
  .page-footer-site-name {
    padding-bottom: 56px;
    font-size: 18px;
  }
  .page-footer-site-name img {
    width: 97px;
    margin-right: 9px;
    position: relative;
    top: -1px;
  }
  .page-footer-inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .page-footer-inner nav {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 3;
    text-align: center;
  } 
  .page-footer-copyright {
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }

}

/*---------------------------------------------------------------------------------
script
--------------------------------------------------------------------------------- */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev {
	background-position: left top;
}
.slick-next {
	background-position: right top;
}
.slick-prev:before,
.slick-next:before {
  display: none !important;
}
.slick-prev:active,
.slick-next:active {
  border: none;
}
.slick-disabled {
  display: none !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity:0.5;

}
