﻿@charset "UTF-8";

/* DTS Recruit common.css
======================================================== */
html {
	font-size: 62.5%;
	overflow-x: hidden;
	background-color: #fff;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	min-width: 100%;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	color: #000;
	overflow:visible;
}


/*  a  */
a {
	overflow:hidden;
	outline:none;
	color: #B12A4A ;
}

a:visited {
	color: #B12A4A;
	text-decoration: underline;
}

a:link {
	color: #B12A4A;
	text-decoration: underline;
}

a:hover {
	color: #B12A4A;
	text-decoration: none;
}


/*  img  */
img {
	border: 0;
}


/*  ul ol dl  */
ul, ol, dl {
	list-style: none;
}


/*  p  */
p {
	font-size: 1.7rem;
	line-height: 3.2rem;
	text-align: justify;
	margin: 2rem 2rem 0 2rem;
}

p.w80 {
	font-size: 1.7rem;
	line-height: 3.2rem;
	text-align: justify;
	margin: 2rem 4rem 0 4rem;
}


/*  wrapper container  */
.wrapper {
	max-width: 100%;
	width: 100%;
}

.container {
	max-width: 110rem;
	max-width: 110rem;
	margin: 0 auto;
}

.container-people {
	max-width: 98rem;
	max-width: 98rem;
	margin: 0 auto;
}


/*  pc sp  */
.pc {
	display: block;
}

.sp {
	display: none;
}


/*  header  */
header {
	max-width: 100%;
	width: 100%;
}

header .header-inner {
	max-width: 110rem;
	width: 110rem;
	height: 11rem;
	margin: 0 auto;
}

header .header-inner .logo {
	float: left;
}

header .header-inner .logo img {
	width: 56.1rem;
	height: 6.1rem;
	margin: 1rem 0 0 0;
}

header .header-inner .bo-entry {
	float: right;
	display: flex;
	margin: 4.4rem 0 0 0;
	align-items: flex-end;
	transition: 0.2s;
}

header .header-inner .bo-entry .link-area {
	margin: 0 2rem 0 0;
}

header .header-inner .bo-entry .link-area a {
	font-size: 1.5rem;
	color: #606060;
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 0;
	line-height: 1.8rem;
}

header .header-inner .bo-entry .link-area a:hover {
	text-decoration: underline;
	color: #B12A4A;
	background-color: #fff;
}

header .header-inner .bo-entry .link-area img {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 0.3rem 0 0;
}

header .header-inner .bo-entry a {
	font-size: 2.3rem;
	color: #B12A4A;
	text-decoration: none;
	padding: 0 3.5rem 0 3.5rem;
	border: 1px solid #B12A4A;
	background-color: #fff;
	transition: 0.2s;
}

header .header-inner .bo-entry a:hover {
	background-color: #D7AFB6;
	transition: 0.2s;
}

.gnav {
	background-color: #B12A4A;
	height: 5.5rem;
}

.gnav ul {
	width: 100%;
	height: 5.5rem;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	padding-bottom: unset;
}

.gnav ul li {
	width: 27.5rem;
	height: 3.5rem;
	list-style-type: none;
	display: inline-block;
	text-align: center;
	padding: 1rem 0 1rem 0;
	transition: 0.2s;
}

.gnav ul li.current {
	background-color: #D7AFB6;
}

.gnav ul li:hover {
	background-color: #D7AFB6;
	transition: 0.2s;
}

.gnav ul li a {
	font-size: 2.5rem;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 160%;
	font-weight: 400;
	color: #fff;
	position: relative;
}

.gnav ul li ul {
	width: 27.5rem;
	height: 0;
	display: block;
	margin: -0.2rem 0 0 0;
	-webkit-margin-before: 0;
	-webkit-margin-start: 0;
	transition: .5s;
	position: relative;
	z-index: 5;
}

.gnav ul li ul li {
	display: none;
	width: 27.5rem;
	height: 4rem;
	padding: 1rem 0 2rem 0;
	text-align: center;
	border-top: 1px solid #B12A4A;
	background-color: #D7AFB6;
	transition: .5s;
	z-index: 100 !important;
}

.gnav ul li ul li a {
	width: 27.5rem;
	height: 4rem;
	font-size: 1.8rem;
	color: #B12A4A;
	text-decoration: none;
}

.gnav ul li ul li a:before {
	width: 0;
}

.gnav ul li:hover > ul > li {
	display: block;
	height: 2rem;
	overflow: visible;
	transition: .5s;
}

.gnav ul li ul li:hover {
	background-color: #B12A4A;
}

.gnav ul li ul li:hover a {
	color: #fff;
	text-decoration: underline solid #fff;
	text-underline-offset: 0.2rem;
	text-decoration-thickness: 0.1rem;
	text-decoration-skip-ink: none;
}


/*  SP Nav  */
.navToggle {
	display: none;
	float: right;
	right: 0;
	top: 0;
	width: 6.5rem;
	height: 6.5rem;
	cursor: pointer;
	z-index: 3;
	background: #fff;
	transition: .35s ease-in-out;
}

.navToggle span {
	display: block;
	position: absolute;
	width: 3.0rem;
	border-bottom: solid 3px #AE2C4C;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	right: 1.75rem;
}

.navToggle span:nth-child(1) {
	top: 2.0rem;
}

.navToggle span:nth-child(2) {
	top: 3.0rem;
}

.navToggle span:nth-child(3) {
	top: 4.0rem;
}

.navToggle.active {
	transition: .35s ease-in-out;
}

.navToggle.active span:nth-child(1) {
	top: 3rem;
	right: 1.8rem;
	border-bottom: solid 3px #AE2C4C;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 3.0rem;
	border-bottom: solid 3px #AE2C4C;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index: 10;
	top: 6.5rem;
	left: 0;
	color: #000;
	transform: translateX(168%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0;
	border-bottom: 0.1rem solid #AE2C4C;
	overflow-y: scroll;
}

nav.globalMenuSp.active {
	transform: translateY(0%);
}

nav.globalMenuSp .menu a {
	display: block;
	padding: 1.5rem 2rem 1.4rem 5rem;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
	color: #AE2C4C;
	background : #D7AFB6;
	border-bottom: 0.1rem solid #AE2C4C;
}

nav.globalMenuSp label {
	display: block;
	margin: 0 0 0.0 0;
	padding: 1.5rem 2rem 1.5rem 3rem;
	font-size: 1.5rem;
	font-weight: bold;
	color :#fff;
	background : #AE2C4C;
	cursor :pointer;
	border-bottom: 0.1rem solid #fff;
}

nav.globalMenuSp label:after {
	float: right;
	content: '+';
	font-size: 2rem;
	font-weight: bold;
	margin: -0.5rem 0 0 0;
}

nav.globalMenuSp label.active:after {
	float: right;
	content: '－';
	font-size: 2rem;
	font-weight: bold;
	margin: -0.5rem -0.2rem 0 0;
}

nav.globalMenuSp input {
	display: none;
}

nav.globalMenuSp .menu ul {
	margin: 0;
	padding: 0;
	background :#f4f4f4;
	list-style: none;
}

nav.globalMenuSp .menu li {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

nav.globalMenuSp #menu_bar00:checked ~ #links00 li,
nav.globalMenuSp #menu_bar01:checked ~ #links01 li,
nav.globalMenuSp #menu_bar02:checked ~ #links02 li,
nav.globalMenuSp #menu_bar03:checked ~ #links03 li,
nav.globalMenuSp #menu_bar04:checked ~ #links04 li {
	height: 5.4rem;
	opacity: 1;
}

nav.globalMenuSp .entry-menu {
	width: 100%;
	margin: 3rem auto;
	text-align: center;
}

nav.globalMenuSp .entry-menu a.entry {
	width: 50%;
	padding: 0.5rem 2.8rem;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
	color: #B12A4A;
	background-color: #fff;
	border: 1px solid #B12A4A;
}


/*  main  */
main {
	margin: 0 0 0 0;
	z-index: -3;
}


/*  gnav下メニュー  */
.under-gnav-1 {
	width: 27.5rem;
	-webkit-align-items: center;
	align-items: center;
	padding: 0;
	margin: 2rem auto 10rem auto;
}

.under-gnav-2 {
	width: 55rem;
	-webkit-align-items: center;
	align-items: center;
	padding: 0;
	margin: 2rem auto 10rem auto;
}

.under-gnav-4 {
	width: 110rem;
	-webkit-align-items: center;
	align-items: center;
	padding: 0;
	margin: 2rem auto 10rem auto;
}

.under-gnav-1 ul,
.under-gnav-2 ul,
.under-gnav-4 ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
}

.under-gnav-1 ul li,
.under-gnav-2 ul li,
.under-gnav-4 ul li {
	width: 27.5rem;
	height: 3.5rem;
	list-style-type: none;
	display: inline-block;
	text-align: center;
	padding: 1.5rem 0 1rem 0;
}

.under-gnav-1 ul li a,
.under-gnav-2 ul li a,
.under-gnav-4 ul li a {
	font-size: 2.0rem;
	color: #606060;
	text-decoration: none;
}

.under-gnav-1 ul li a.current,
.under-gnav-2 ul li a.current,
.under-gnav-4 ul li a.current {
	color: #A82A47;
	font-weight: bold;
}

.under-gnav-1 ul li a:hover,
.under-gnav-2 ul li a:hover,
.under-gnav-4 ul li a:hover {
	color: #A82A47;
	text-decoration: underline;
}


/*  foot-menu  */
.foot-menu {
	max-width: 100%;
	width: 100%;
	display: flex;
	background-color: #B12A4A;
	margin: 0;
}

.foot-menu ul {
	width: 18rem;
	list-style-type: none;
	display: inline-block;
	padding: 5.5rem 0 5.5rem 6rem;
	position: relative;
	vertical-align: top;
	transition: 0.2s;
}

.foot-menu ul.menu3 {
	width: 30rem;
}

.foot-menu ul li {
	font-size: 2rem;
	color: #fff;
}

.foot-menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 1.5rem;
	transition: 0.2s;
}

.foot-menu ul li a:hover {
	color: #D7AFB6;
	text-decoration: underline;
	transition: 0.2s;
}


/*  footer  */
footer {
	max-width: 100%;
	width: 100%;
	height: 8rem;
	background-color: #B12A4A;
	text-align: center;
	border-top: 1px solid #fff;
}

footer .foot-copy {
	font-size: 1.3rem;
	margin: 3.0rem 0 0 0;
	color: #fff;
}


/*  back to top  */
#backtotop {
	content: "";
	bottom: 2rem;
	cursor: pointer;
	display: block;
	position: fixed;
	right: 5rem;
	z-index: 5;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	border: 1px solid #AE2C4C;
	background-color: rgba(255,255,255,0.3);
}

#backtotop::after {
	display: block;
	content: "";
	position: relative;
	left: 2.5rem;
	top: 3.5rem;
	width: 3.0rem;
	height: 3.0rem;
	border-top: 0.1rem solid #AE2C4C;
	border-right: 0.1rem solid #AE2C4C;
	border-radius: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*  clearfix  */
.clearfix {
	clear: both;
}
