@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');

/*------------------------------------------------------------------------------------
          
COMMON
									
------------------------------------------------------------------------------------*/

* { box-sizing: border-box; }
html { font-size: 62.5%; /*10px*/ }

body {
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.1rem;
	color: #3e3a39;
	font-family: 'Zen Maru Gothic','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	font-weight: 400;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

::selection {
	background: rgb(201 0 52 / 10%);
	color: #9c9c9c;
}

::-moz-selection {
	background: rgb(201 0 52 / 10%);
	color: #9c9c9c;
}

h1,h2,h3,h4,h5,h6 { font-weight: 500; margin: 0; padding: 0; }

a, a:focus, a:active { color: #333; text-decoration: none;}
a { transition: .3s;}
li { list-style: none; }
p { line-height: 2.2; text-align: justify; }
a.disable { pointer-events: none;}

img { display: block; width: 100%; -webkit-backface-visibility: hidden; pointer-events: none; }
figure img { display: block; }
picture { display: block; line-height: 0; }
img.fit { object-fit: cover;}

#container { width: 100%; margin: 0 auto; background-color: #fff; }
#wrapper { display:block; width: 100%;}
article { width: 100%; position:relative; z-index:10;}
address { font-style: normal;}

/* micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ = */
.cf::before,.cf::after{content: "";display: table}
.cf::after{clear: both}
.cf{zoom:1}

.pcOnly { display: block; }
.spOnly { display: none; }
.smallOnly { display: block; }
.tabTo { display: block; }
.tabFrom { display: none; }

.mb-0 { margin-bottom: 0 !important;}
.pb-0 { padding-bottom: 0;}

/*FONT*/
.bold { font-weight: 600; }
.nowrap { word-break: keep-all; }
.inlineBlock{ display: inline-block;}
.center { text-align: center; }

.en {
	font-family: "Lexend", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

#wrapper {
}

#contentArea {
	overflow: hidden;
}

.deco {
	position: absolute;
	top: 0;
	left: 0;
}

/* リスト */
.asteriskListBox li {
    display: flex;
    align-items: flex-start;
}

.asteriskListBox li:before {
    content: "＊";
    display: block;
    padding-right: 2px;
}


/*--------------------------------------------------------------------------- header */

#header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100px;
    z-index: 100;
    transition: .5s;
}

#header.fixed {
    background-color: #fff;
}

/*#header.white {
    background: rgba(255,255,255,0.8);
}*/

#header .header_logo {
    width: 315px;
    height: 100px;
    background-color: #fff;
    border-bottom-right-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header_logo a img {
    width: 222px;

}

/*-- gNav --*/
.nav-unshown,
#nav-open,
#header .menuBtn {
    display: none;
}

#header #gnav {
    margin-right: 25px;
}

#gnav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#gnav ul li {
    font-weight: 600;
    position: relative;
    line-height: 1;
    margin-right: 35px;
}

#gnav ul li:last-child {
    margin-right: 0;
}

#gnav ul li.newgraduate {
    margin-right: 12px;
}

#gnav ul li a {
    display: block;
    transition: .5s;
    position: relative;
    line-height: 1;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    padding: 40px 0;
}

#gnav ul li.navLink a {
	color: #fff!important;
    padding: 17px 25px;
    border-radius: 25px;
}

#gnav ul li.newgraduate a {
    background: #fb6262;
}

#gnav ul li.career a {
    background: #fc8c8c;
}

/* ホバーで下層表示 */
#gnav ul li .submenu {
    /*display: none;*/
    display: block;
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    width: 155px;
    z-index: 101;
    transition: .5s;
}

#gnav ul li .submenu li {
    margin-right: 0;
}

#gnav ul li .submenu li a {
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
}

#gnav ul li .submenu li:nth-child(n+2) a {
    margin-top: 20px;
}

#gnav ul li .submenu li a .arrow {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

/*#gnav ul li .submenu li a {
    padding: 0 30px;
}

#gnav ul li .submenu li:first-child a {
    padding-top: 30px;
}

#gnav ul li .submenu li:last-child a {
    padding-bottom: 30px;
}

#gnav ul li .submenu li:nth-child(n+2) a {
    padding-top: 20px;
}*/

/* HOVER */

#gnav ul li.has-submenu .submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
    /*transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s;*/
}

#gnav ul li.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
    margin-top: -25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

/*#gnav ul li.has-submenu .submenu:not(:hover) {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition-delay: 0.5s;
}*/


/*--------------------------------------------------------------------------- footer */

#footer .footerInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 142px 0 75px;
    position: relative;
}

#footer .footerInner:before {
    content: "";
    position: absolute;
    background: url(../images/common/footer_bg_02.png) top center / contain no-repeat;
    width: 468px;
    height: 172px;
    top: 0%;
    z-index: 0;
}

#footer .footerInner:after {
    content: "";
    position: absolute;
    background: url(../images/common/footer_bg_01.png) top center / cover no-repeat;
    width: 100%;
    height: 100%;
    top: 24%;
    z-index: -1;
}

#footer .footerInner .footerEntryLink {
    display: flex;
    justify-content: center;
    width: min(730px, 85%);
    margin-bottom: 100px;
    position: relative;
}

#footer .footerInner .footerEntryLink li {
    width: 100%;
}

#footer .footerInner .footerEntryLink li:nth-child(n+2) {
    margin-left: 35px;
}

#footer .footerInner .footerEntryLink li a {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .2rem;
    padding: 30px 30px;
    border-radius: 38px;
    display: flex;
    justify-content: space-between;
}

#footer .footerInner .footerEntryLink li a .arrow {
    background-color: transparent;
}

#footer .footerInner .footerEntryLink li a .arrow:after {
    position: absolute;
    content: "";
    background: url(../images/common/arrow_white_big.svg) center center / contain no-repeat;
    width: 22px;
    height: 13px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#footer .footerInner .footerEntryLink li.newgraduate a .arrow:after {
    background: url(../images/common/external_link.svg) center center / contain no-repeat;
    width: 12px;
    height: 12px;
}

#footer .footerInner .footerEntryLink .newgraduate a {
    background-color: #fb6262;
}

#footer .footerInner .footerEntryLink .career a {
    background-color: #fc8c8c;
}

#footer .footerInner .footer_logo {
    width: 240px;
}

#footer .footerInner .footerLink {
    display: flex;
    margin: 40px 0;
}

#footer .footerInner .footerLink li {
    margin-right: 45px;
}

#footer .footerInner .footerLink li:last-child {
    margin-right: 0;
}

#footer .footerInner .footerLink li a {
    font-size: 1.5rem;
    color: #7b7978;
    font-weight: 700;
    letter-spacing: .3rem;
    display: flex;
}

#footer .footerInner .footerLink li a .arrow {
    width: 15px;
    height: 15px;
    margin-left: 8px;
}

#footer .footerInner address {
    font-size: 1rem;
    color: #7b7978;
}

/* 下層表示 */

#footer .footerInner .footerLink li .ft_submenu {
    margin-top: 20px;
}

#footer .footerInner .footerLink li .ft_submenu li a {
    font-size: 1.4rem;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

#footer .footerInner .footerLink li .ft_submenu li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #7b7978;
}

#footer .footerInner .footerLink li .ft_submenu li:nth-child(n+2) a {
    margin-top: 15px;
}


/*--------------------------------------------------------------------------- pagetop */

#pageTop {
	width: 40px;
    height: 40px;
	position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 500;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

#pageTop img {
	width: 10%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#pageTop.fixed {
	opacity: 1;
	visibility: visible;
}

#pageTop a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*transition: all 300ms ease;*/
}

/*HOVER*/

#pageTop:hover {
	transform: scale(1.15)
}


/*--------------------------------------------------------------------------- ボタン */

.arrow {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cbcac9;
    transition: .3s;
}

.arrow:after {
	position: absolute;
	content: "";
    background: url(../images/common/arrow_white.svg) center center / contain no-repeat;
    width: 8px;
    height: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btnBox a {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .4rem;
	display: flex;
	align-items: center;
}

.btnBox a:nth-child(n+2) {
    margin-top: 25px;
}

.btnBox a .arrow {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 35px;
    transition: .3s;
}

.btnBox a .arrow:after {
    width: 10px;
    height: 6px;
}

.btnBox a.external .arrow:after {
    position: absolute;
    content: "";
    background: url(../images/common/external_link.svg) center center / contain no-repeat;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.d_blue .btnBox a.external .arrow:after {
    background: url(../images/common/external_link_d_blue.svg) center center / contain no-repeat;
}

/*HOVER*/

a:hover .arrow,
.btnBox a:hover .arrow,
.interviewInner .interviewList .inner li a:hover .textBox p .arrow {
    transform: translateX(10px);
}

a.notMove:hover .arrow {
    transform: translateX(0);
}


/*--------------------------------------------------------------------------- 色分け */

/* green */

.fc_green,
#gnav ul li.green a:hover,
#sp_gnav .navList li.green a .en,
.green .categoryBox .textBox .title,
.green .btnBox a,
#pageTitle.green .categoryTitle,
.green .categoryTitle .en {
    color: #3ecd97;
}

#sp_gnav .navList li.green a .arrow,
.green .categoryBox .textBox .title .en:before,
.green .btnBox a .arrow {
    background-color: #3ecd97;
}

/* l_blue */

.fc_l_blue,
#gnav ul li.l_blue a:hover,
#sp_gnav .navList li.l_blue a .en,
.categoryInner.l_blue .title,
#interview .swiper .swiper-wrapper .swiper-slide .textBox p,
.interview #staff .staffInner .staffList li a .part {
    color: #4bcefa;
}

#sp_gnav .navList li.l_blue a .arrow,
.categoryInner.l_blue .title .en:before,
#interview .swiper .swiper-wrapper .swiper-slide .textBox p .arrow,
.interview #staff .staffInner .staffList li a .part .arrow,
#gnav ul li .submenu li a  .arrow {
    background-color: #4bcefa;
}

/* red */

.fc_red,
#gnav ul li.red a:hover,
#sp_gnav .navList li.red a .en,
.red .categoryBox .textBox .title,
.red .btnBox a,
#pageTitle.red .categoryTitle,
.red .categoryTitle .en,
#environment #training .trainingBox dl dd .monthBox .month,
#environment #training .trainingBox dl dd .trainingBoxList li h3,
#environment #easytowork .easytoworkList li .circleBox .number,
#environment #easytowork .easytoworkList li .circleBox .title,
#environment #careersteps .caseBox .caseBoxList .inner dt,
#environment #careersteps .caseBox .caseBoxList .inner dd .year {
    color: #fb6262;
}

#sp_gnav .navList li.red a .arrow,
.red .categoryBox .textBox .title .en:before,
.red .btnBox a .arrow,
.red .commonListBox li:before,
#environment #easytowork .easytoworkList li .circleBoxArea:after,
#environment #careersteps .caseBox .title span,
#environment #careersteps .caseBox .caseBoxList .inner dt:before,
#environment #careersteps .caseBox .caseBoxList .inner dt:after,
#environment #careersteps .caseBox .caseBoxList:after,
#environment #careersteps .caseBox .caseBoxList .inner dd .year:after {
    background-color: #fb6262;
}

/* d_blue */

.fc_d_blue,
#gnav ul li.d_blue a:hover,
#sp_gnav .navList li.d_blue a .en,
.d_blue .categoryBox .textBox .title,
.d_blue .btnBox a,
#pageTitle.d_blue .categoryTitle,
.d_blue .categoryTitle .en,
#recruit #careerRec .titleIcon,
#recruit #careerRec .careerRatioTable th {
    color: #69a8ff;
}

#sp_gnav .navList li.d_blue a .arrow,
.d_blue .categoryBox .textBox .title .en:before,
.d_blue .btnBox a .arrow,
#recruit .mynaviBtn a,
#recruit #careerRec .careerRecTable dl dt {
    background-color: #69a8ff;
}


/*--------------------------------------------------------------------------- animation */

.out {
    opacity: 0;
    transform: translateY(50px);
}

.in {
    opacity: 1;
    transform: translateY(0);
    transition: all 2s ease;
}

/* スライドイン 下から */

#about #role .roleListArea > ul > li .roleListBox li {
    opacity: 0;
}

#about #role .roleListArea > ul > li.in .roleListBox li {
    animation: slideInDown 2s ease forwards;
}

.slideInDown {
    animation-delay: 0s;
}

@keyframes slideInDown {
    0% { transform: translate(0,50px); opacity: 0;}
    100% { transform: translate(0,0); opacity: 1;}
}

/* ポンっと出る */

#person .personImgBox.pon {
    opacity: 0;
}

.personImgBox .in .pon,
.personImgBox .in.pon,
#person.in .personImgBox.pon {
    animation: pon 0.8s ease forwards;
}

#person.in .personImgBox.pon {
    animation-delay: 0.5s;
}

@keyframes pon {
  0% { transform: scale(0.8); opacity: 0;}
  50% { transform: scale(1.1); opacity: 1;}
  100% { transform: scale(1); opacity: 1;}
}


.delay02{ animation-delay: 0.2s !important;}
.delay04{ animation-delay: 0.4s!important;}
.delay06{ animation-delay: 0.6s!important;}
.delay08{ animation-delay: 0.8s !important;}
.delay10{ animation-delay: 1s !important;}
.delay12{ animation-delay: 1.2s!important;}
.delay14{ animation-delay: 1.4s!important;}
.delay16{ animation-delay: 1.6s!important;}
.delay18{ animation-delay: 1.8s!important;}
.delay20{ animation-delay: 2.0s!important;}


/*--------------------------------------------------------------------------- modal */

.modal-open {
	cursor: pointer;
}

.modal-contents {
	display: none;
	position: fixed;
	width: 85%;
	max-width: 685px;
    border-radius: 20px;
	background: #3ecd97;
    margin: auto;
    z-index: 1002;
}

.modal-contents .modal-close {
	width: 60px;
    height: 60px;
    background: #fff;
    border: 5px solid #3ecd97;
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 50%;
	cursor: pointer;
	animation: 1s mc-bounds-in ease;
	-ms-animation: 1s mc-bounds-in ease;
	-webkit-animation: 1s mc-bounds-in ease;
}

@keyframes mc-bounds-in {
	from { transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0);}
	40% { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2);}
	65% { transform: scale(.8); -ms-transform: scale(.8); -webkit-transform: scale(.8);}
	75% { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1);}
	82% { transform: scale(.98); -ms-transform: scale(.98); -webkit-transform: scale(.98);}
	95% { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05);}
	to { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);}
}

@-ms-keyframes mc-bounds-in {
	from { transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0);}
	40% { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2);}
	65% { transform: scale(.8); -ms-transform: scale(.8); -webkit-transform: scale(.8);}
	75% { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1);}
	82% { transform: scale(.98); -ms-transform: scale(.98); -webkit-transform: scale(.98);}
	95% { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05);}
	to { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);}
}

@-webkit-keyframes mc-bounds-in {
	from { transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0);}
	40% { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2);}
	65% { transform: scale(.8); -ms-transform: scale(.8); -webkit-transform: scale(.8);}
	75% { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1);}
	82% { transform: scale(.98); -ms-transform: scale(.98); -webkit-transform: scale(.98);}
	95% { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05);}
	to { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);}
}

.modal-contents .modal-close:before,
.modal-contents .modal-close:after {
	content: "";
	display: block;
    width: 22px;
    height: 5px;
    border-radius: 3px;
    background: #3ecd97;
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.modal-contents .modal-close:before {
	transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.modal-contents .modal-close:after {
	transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.modalOverlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background: #fff;
    z-index: 1001;
    cursor: pointer;
}

.modal-inner {
	width: 100%;
	height: auto;
	padding: 10px;
}

.modal-inner * {
	box-sizing: border-box;
}

.modal-inner .modal-wrap {
	width: 100%;
	max-height: 75vh;
	padding: clamp(30px, 14%, 90px);
	overflow: hidden;
	position: relative;
}

.modal-inner .modal-wrap .imgBox {
    margin-bottom: 40px;
}

.modal-inner .modal-wrap .mw-title {
	font-size: 2.6rem;
	line-height: 1.3;
	text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.modal-inner .modal-wrap .mw-attention {
	line-height: 1.8;
    color: #fff;
    font-weight: 500;
}

.modal-inner .modal-wrap dl + .mw-attention {
	text-align: left;
    padding: 20px 0 6px;
    border-bottom: 1px solid #d6d6d6;
}

.modal-inner .modal-wrap dl {
	display: table;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 16px;
}

.modal-inner .modal-wrap dl:nth-last-of-type(1) {
	margin: 0;
}

.modal-inner .modal-wrap dl dt {
	display: table-cell;
	vertical-align: top;
	width: 10%;
    min-width: 80px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	color: #444;
}

.modal-inner .modal-wrap dl dd {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	color: #666;
}

.modal-inner ul {
	margin: 0;
}

.modal-inner ul li {
	font-size: 14px;
    padding-left: 14px;
	line-height: 1.6;
	position: relative;
	margin-top: 5px;
}

.modal-inner ul li:first-child {
	margin: 0;
}

.modal-inner ul li:before {
	content: "※";
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}

.modal-inner .ps-scrollbar-x-rail {
	display: none;
}

.modal-inner .ps-scrollbar-y-rail {
	display: block;
	position: absolute;
	background: #fff;
	right: 0;
	width: 8px;
    border-radius: 8px;
}

.modal-inner .ps-scrollbar-y {
	position: absolute;
	background: #d6d6d6;
	right: 0;
	width: 8px; 
	border-radius: 4px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    transition: height .2s linear;
	-ms-transition: height .2s linear;
	-webkit-transition: height .2s linear;
}


.modal-contents.light_gr {
	background: #76cf79;
}

.modal-contents.light_gr .modal-close {
    border: 5px solid #76cf79;
}

.modal-contents.light_gr .modal-close:before,
.modal-contents.light_gr .modal-close:after {
    background: #76cf79;
}





/*------------------------------------------------------------------------------------

900px以上〜
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 900px) {

	/* hover */

	#gnav ul li a:hover {
	    color: #fb6262;
	}

	#gnav ul li.newgraduate a:hover,
	#footer .footerInner .footerEntryLink .newgraduate a:hover {
	    background: #ff0000;
	}

	#gnav ul li.career a:hover,
	#footer .footerInner .footerEntryLink .career a:hover {
	    background: #fb4c4c;
	}

}





/*------------------------------------------------------------------------------------

1200px以下
									
------------------------------------------------------------------------------------*/

@media print, screen and (max-width: 1300px) {

	/*--------------------------------------------------------------------------- header */

	#header .header_logo {
	    width: 200px;
	}

	#header .header_logo a img {
	    width: 170px;
	}

	#gnav ul li {
	    margin-right: 20px;
	}

	#gnav ul li a {
	    font-size: 1.4rem;
	}

	#gnav ul li.navLink {
	    width: 17%;
	}

}





/*------------------------------------------------------------------------------------

以下 TAB 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (max-width: 900px) {

	.tabTo { display: none; }
    .tabFrom { display: block; }


	/*--------------------------------------------------------------------------- header */

	#header .menuBtn{
		position: absolute;
		right: 0;
		top: 0;
        display: block;
	}

	#header {
	    height: 60px;
	}

	#header .header_logo {
	    width: 160px;
	    height: 60px;
	    border-bottom-right-radius: 18px;
	}

	#header .header_logo a img {
        width: 135px;
    }
	
	/*-- ドロワーメニュー --*/
	#nav-drawer {
	  position: relative;
	}
	.nav-unshown,
	#gnav{
		display: none;
	}
	/*アイコンのスペース*/
	#nav-open {
		display: block;
        width: 40px;
        height: 40px;
        transition: .5s;
        z-index: 9999;
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #fb6262;
        border-radius: 50%;
	}
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span.menuButton{
        display: block;
		position: absolute;
        width: 15px;
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
	}
	#nav-open span.menuButton:before,
	#nav-open span.menuButton:after,
	#nav-open span.menuButton span{
		content: '';
		display: block;
		position: absolute;
		height: 1px;/*線の太さ*/
		width: 100%;/*長さ*/
		background: #fff;
		cursor: pointer;
		transition: 0.5s;
	}
	#nav-open span.menuButton:before{
		top: 14px;
		left: 0;
	}
	#nav-open span.menuButton:after{
		top: 19px;
		left: 0;
	}
	#nav-open span.menuButton span{
		top: 24px;
		left: 0;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	  display: none;/*はじめは隠しておく*/
	  position: fixed;
	  z-index: 99;
	  top: 0;/*全体に広がるように*/
	  left: 0;
	  width: 100%;
	  height: 100%;
	  /*background: #000;*/
	  opacity: 0;
	  transition: .5s;
	}

	/*中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0px;
		z-index: 9998;
		width: 100%;
		height: 100%;
		background: #fff;/*背景色*/
		color: #fff;
		transition: 0.6s;/*滑らかに表示*/
		/*transform: translate(0, -105%);*//*上に隠しておく*/
		text-align: left;
		opacity: 0;
        padding: 80px 70px;
		
		visibility: hidden;
		pointer-events: none;

		/*background-color: rgb(255 255 255 / 85%);
	    -webkit-backdrop-filter: blur(30px);
	    backdrop-filter: blur(10px);*/
	}

    #nav-content .navLogo {
        width: 180px;
    }

    #sp_gnav .navList {
        /*padding: 80px 30px 0 30px;*/
    }

    #sp_gnav .navList li {
        margin-bottom: 35px;
    }

    #sp_gnav .navList li a {
    	font-size: 2rem;
		letter-spacing: .3rem;
    	font-weight: 500;
        color: #3e3a39;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

	#sp_gnav .navList li a .en {
		font-size: 1rem;
		letter-spacing: .2rem;
	    width: 100%;
	    display: block;
        margin-bottom: 10px;
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  display: block;/*カバーを表示*/
	  opacity: .5;
		transition: .6s;
	}
	#nav-input:checked ~ #nav-content {
	  /*transform: translate(0%, 0%);*//*中身を表示（左へスライド）*/
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}

	/*チェックが入ったらアイコンをバツへ*/
	/*#nav-input:checked ~ #nav-open span{
		top: 50%;
	}*/
	#nav-input:checked ~ #nav-open span.menuButton:before{
		transform: rotate(45deg);
		top: 20px;
        background: #fff;
	}
	#nav-input:checked ~ #nav-open span.menuButton span{
		transform: rotate(-45deg);
		top: 20px;
        background: #fff;
	}
    #nav-input:checked ~ #nav-open span.menuButton:after{
        display: none;
    }

    #sp_gnav .navEntryList {
        margin-top: 60px;
    }

    #sp_gnav .navEntryList .navLink {
    	width: 100%;
    }

    #sp_gnav .navEntryList .navLink:nth-child(n+2) {
    	margin-top: 15px;
    }

    #sp_gnav .navEntryList .navLink a {
    	font-size: 1.4rem;
        color: #fff;
        font-weight: 700;
        text-align: center;
	    line-height: 50px;
	    letter-spacing: .2rem;
	    border-radius: 25px;
	    width: 100%;
        display: block;
    }

    #sp_gnav .navEntryList .newgraduate a {
        background: #fb6262;
    }

    #sp_gnav .navEntryList .career a {
        background: #fc8c8c;
    }

    /* 下層表示 */

    #sp_gnav .navList li .submenu a {
        font-size: 1.5rem;
    }

    #sp_gnav .navList li .submenu li {
        margin: 25px 0 0;
    }


	/*--------------------------------------------------------------------------- footer */

	#footer .footerInner .footerLink li {
	    margin-right: 25px;
	}

	#footer .footerInner .footerLink li a {
	    font-size: 1.3rem;
	}

    /* 下層表示 */

    #footer .footerInner .footerLink li .ft_submenu li {
        margin: 0;
    }

    #footer .footerInner .footerLink li .ft_submenu li a {
        font-size: 1.2rem;
        padding-left: 15px;
    }

    #footer .footerInner .footerLink li .ft_submenu li:nth-child(n+2) a {
        margin-top: 10px;
    }
	
}





/*------------------------------------------------------------------------------------

以下 SP 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (max-width: 600px) {
	
	body {
		font-size: 1.4rem;
	}
	
	p {
		line-height: 2;
	}

	#wrapper {
		/*padding-top: 50px;*/
	}

	.pcOnly { display: none; }
	.spOnly { display: block; }

	.tabNone { display: none; }

	/*--- 画像ボケ防止 ---*/
	img { 
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
	}

	.rounded {
	    border-radius: 15px;
	}

	/*--------------------------------------------------------------------------- header */

	/*#header {
	    height: 60px;
	}

	#header .header_logo {
	    width: 160px;
	    height: 60px;
	    border-bottom-right-radius: 18px;
	}

	#header .header_logo a img {
        width: 125px;
    }*/

	#nav-open {
        /*width: 30px;
        top: 23px;*/
    }


	/*--------------------------------------------------------------------------- contact */

	#contact .titleBox .en {
        margin-top: 0;
    }

	#contact .titleBox + p {
	    margin-bottom: 20px;
	}

	#contact .tel a {
	    font-size: 2.5rem;
	}

	#contact .btnBox.mail a {
	    height: 52px;
	}


	/*--------------------------------------------------------------------------- footer */

	#footer .footerInner {
	    padding: 85px 0 35px;
	}

	#footer .footerInner:before {
	    width: 260px;
        height: 96px;
	}

	#footer .footerInner:after {
	    top: 15%;
        background-size: contain;
	}

	#footer .footerInner .footerEntryLink {
	    display: block;
	    margin-bottom: 35px;
	    width: 64%;
	}

	#footer .footerInner .footerEntryLink li a {
	    font-size: 1.3rem;
	    padding: 20px 35px;
	    border-radius: 30px;
	}

	#footer .footerInner .footerEntryLink li a .arrow {
	    width: 14px;
	    height: 14px;
	}

	#footer .footerInner .footerEntryLink li a .arrow:after {
	    width: 14px;
	    height: 8px;
	}

	#footer .footerInner .footerEntryLink li:nth-child(n+2) {
	    margin-left: 0;
	    margin-top: 10px;
	}

	#footer .footerInner .footerLink {
	    display: block;
	    margin: 40px 0;
	}

	#footer .footerInner .footerLink li {
	    margin: 0 0 25px 0;
	}

	#footer .footerInner .footerLink li:last-child {
	    margin-bottom: 0;
	}

	#footer .footerInner .footerLink li a {
	    justify-content: space-between;
	}

    #footer .footerInner .footer_logo {
        width: 200px;
    }


	/*--------------------------------------------------------------------------- ボタン */

	.btnBox a {
		font-size: 1.2rem;
	}


	/*--------------------------------------------------------------------------- pagetop */

	#pageTop {
		width: 48px;
	    height: 48px;
	    right: 50px;
	    bottom: 50px;
	}

	.btnBox a .arrow {
	    width: 40px;
	    height: 40px;
	    margin-left: 20px;
	}


    /*--------------------------------------------------------------------------- modal */

    .modal-inner .modal-wrap {
        padding: 25px;
    }

    .modal-inner .modal-wrap .imgBox {
        margin-bottom: 20px;
    }

    .modal-inner .modal-wrap .mw-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .modal-inner .modal-wrap .mw-attention {
        line-height: 1.6;
    }

    .modal-contents .modal-close {
        width: 40px;
        height: 40px;
        border-width: 4px;
    }

    .modal-contents.light_gr .modal-close {
        border-width: 4px;
    }

    .modal-contents .modal-close:before, .modal-contents .modal-close:after {
        height: 4px;
    }

}





@media print, screen and (min-width: 1500px) {

	.tabNone { display: block; }
}





/*------------------------------------------------------------------------------------

390px 以下
									
------------------------------------------------------------------------------------*/

@media print, screen and (max-width: 390px) {

	.smallOnly { display: none; }

}