body,
input,
button,
textarea,
select {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

html {
	overflow-x: hidden;
}

body {
	background-color: #ffffff;
	font-family: "Noto Serif JP", serif;
}

img {
	max-width: 100%;
}

a {
	display: inline-block;
	transition: 0.3s all ease-in-out;
}

p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a:hover {
	opacity: 0.8;
}

.bold {
	font-weight: bold;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1155px;
}

.l-flex,
.l-flex-direction__row-r,
.l-flex-direction__row,
.l-flex-direction__col-r,
.l-flex-direction__col,
.l-flex-wrap,
.l-flex-align__end,
.l-flex-align__start,
.l-flex-align__center,
.l-flex-justify__end,
.l-flex-justify__center,
.l-flex-justify__beetween {
	display: flex;
}

.l-flex-justify__beetween {
	justify-content: space-between;
}

.l-flex-justify__center {
	justify-content: center;
}

.l-flex-justify__end {
	justify-content: flex-end;
}

.l-flex-align__center {
	align-items: center;
}

.l-flex-align__start {
	align-items: flex-start;
}

.l-flex-align__end {
	align-items: flex-end;
}

.l-flex-wrap {
	flex-wrap: wrap;
}

.l-flex-direction__col {
	flex-direction: column;
}

.l-flex-direction__col-r {
	flex-direction: column-reverse;
}

.l-flex-direction__row {
	flex-direction: row;
}

.l-flex-direction__row-r {
	flex-direction: row-reverse;
}

#hamburger {
	background: #E6001A; /*高さと同じ幅*/
	cursor: pointer; /*リンクを示すカーソルを表示（指差しマーク）*/
	height: 75px; /*ヘッダーの高さと同じ60px*/
	position: fixed;
	right: 0;
	top: 0;
	width: 75px;
	z-index: 8;
}

.icon span {
	background-color: white; /*横線を白色*/
	height: 2px; /*横線の高さが4px*/
	left: 15px; /*#hamburger内の左がら15pxに横線を配置（幅が60pxなので右からも15px）*/
	position: absolute; /*親要素である#hamburgerを基準に位置を指定*/
	transition: ease 0.75s; /*変化の時間（easeは初期値）*/
	width: 45px; /*横線の幅が30px*/
}

.icon span:nth-of-type(1) {
	top: 28px;
}

.icon span:nth-of-type(2) {
	top: 37px;
}

.icon span:nth-of-type(3) {
	bottom: 28px;
	width: 24px;
}

.close span:nth-of-type(1) {
	top: 37px;
	transform: rotate(45deg); /*反時計回りに45度回転*/
}

.close span:nth-of-type(2) {
	opacity: 0;
	top: 37px;
	transform: rotate(45deg); /*反時計回りに45度回転*/
}

.close span:nth-of-type(3) {
	top: 37px;
	transform: rotate(-45deg); /*時計回りに45度回転*/
	width: 45px;
}

.l-header__logo {
	left: 27px;
	position: absolute;
	top: 29px;
	white-space: nowrap;
	z-index: 8;
}

.l-header__logo a {
	text-decoration: none;
	white-space: nowrap;
}

.l-header__logo img {
	height: auto;
	width: 220px;
}

.l-header__logo h1 {
	color: #ffffff;
	font-family: "EB Garamond", serif;
	font-size: 13px;
	letter-spacing: 1.04px;
	line-height: 1.3846153846;
	margin-top: 9px;
}

.l-headerMenu {
	background-color: #212223;
	color: #ffffff;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -30%;
	top: 0;
	transition: 0.7s;
	width: 30%;
	z-index: 7;
}

.l-headerMenu.open {
	right: 0;
}

.l-headerMenu__wrap {
	margin-bottom: 97px;
	margin-top: 100px;
}

.l-headerMenu__wrap ul {
	color: #ffffff;
	list-style: none;
	padding-left: 30px;
	padding-right: 30px;
}

.l-headerMenu__wrap ul li a {
	border-bottom: 1px solid #3c3f41;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1.08px;
	padding-bottom: 24.5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 24.5px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.l-headerMenu__wrap ul li a::before {
	background-image: url(../img/svg/pink-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 11.77px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 6.21px;
}

.l-headerMenu__wrap ul li:nth-child(2) .digital-menu .digital-menu-link {
	border-bottom: none !important;
}

.l-headerMenu__wrap ul li:nth-child(2) .digital-menu .digital-menu-link::before {
	display: none !important;
}

.l-headerMenu__wrap ul li:nth-child(2) .digital-menu-btn {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-headerMenu__wrap ul li:nth-child(2) .digital-menu-btn a {
	width: calc(100% - 50px);
}

.l-headerMenu__wrap ul li:nth-child(2) .digital-menu-btn span {
	cursor: pointer;
	display: block;
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px !important;
}

.l-headerMenu__wrap ul li:nth-child(2) .digital-menu-btn span::before {
	background-color: #ff5a5f;
	content: "";
	height: 1px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.l-headerMenu__wrap ul li:nth-child(2) .digital-menu-btn span::after {
	background-color: #ff5a5f;
	content: "";
	height: 1px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(-90deg);
	transition: 0.3s all ease-in-out;
	transition: 0.3s;
	width: 10px;
}

.l-headerMenu__wrap ul li:nth-child(2) .header-click-btn.open::after {
	transform: rotate(0);
	transition: 0.3s;
}

.l-headerMenu__wrap ul li:nth-child(2) ul {
	padding-bottom: 12.25px;
	padding-left: 0;
	padding-top: 12.25px;
}

.l-headerMenu__wrap ul li:nth-child(2) ul li a {
	border-bottom: 0;
	color: #a2a2a2;
	font-size: 15px;
	letter-spacing: 0.9px;
	padding-bottom: 12.25px;
	padding-left: 30px;
	padding-top: 12.25px;
	pointer-events: all;
	position: relative;
}

.l-headerMenu__wrap ul li:nth-child(2) ul li a::before {
	background-color: #ff5a5f;
	content: "";
	height: 1px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.l-headerMenu__wrap ul li:nth-child(2) .header-click {
	opacity: 0;
	overflow: hidden;
	padding-right: 0 !important;
	position: absolute;
}

.l-headerMenu__wrap ul li:nth-child(2) .header-click li a {
	pointer-events: none;
}

.l-headerMenu__wrap ul li:nth-child(2) .header-click.open {
	height: 100%;
	opacity: 1;
	position: static;
}

.l-headerMenu__wrap ul li:nth-child(2) .header-click.open li a {
	pointer-events: initial;
}

.l-headerMenu__wrap ul li:nth-child(5) .person-menu .person-menu-link {
	border-bottom: none !important;
}

.l-headerMenu__wrap ul li:nth-child(5) .person-menu .person-menu-link::before {
	display: none !important;
}

.l-headerMenu__wrap ul li:nth-child(5) .person-menu-btn {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-headerMenu__wrap ul li:nth-child(5) .person-menu-btn a {
	width: calc(100% - 50px);
}

.l-headerMenu__wrap ul li:nth-child(5) .person-menu-btn span {
	cursor: pointer;
	display: block;
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px !important;
}

.l-headerMenu__wrap ul li:nth-child(5) .person-menu-btn span::before {
	background-color: #ff5a5f;
	content: "";
	height: 1px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.l-headerMenu__wrap ul li:nth-child(5) .person-menu-btn span::after {
	background-color: #ff5a5f;
	content: "";
	height: 1px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(-90deg);
	transition: 0.3s all ease-in-out;
	transition: 0.3s;
	width: 10px;
}

.l-headerMenu__wrap ul li:nth-child(5) .header-click-btn2.open::after {
	transform: rotate(0);
	transition: 0.3s;
}

.l-headerMenu__wrap ul li:nth-child(5) ul {
	padding-bottom: 12.25px;
	padding-left: 0;
	padding-top: 12.25px;
}

.l-headerMenu__wrap ul li:nth-child(5) ul li a {
	border-bottom: 0;
	color: #a2a2a2;
	font-size: 15px;
	letter-spacing: 0.9px;
	padding-bottom: 12.25px;
	padding-left: 30px;
	padding-top: 12.25px;
	pointer-events: all;
	position: relative;
}

.l-headerMenu__wrap ul li:nth-child(5) ul li a::before {
	background-color: #ff5a5f;
	content: "";
	height: 1px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.l-headerMenu__wrap ul li:nth-child(5) .header-click2 {
	opacity: 0;
	overflow: hidden;
	padding-right: 0 !important;
	position: absolute;
}

.l-headerMenu__wrap ul li:nth-child(5) .header-click2 li a {
	pointer-events: none;
}

.l-headerMenu__wrap ul li:nth-child(5) .header-click2.open {
	height: 100%;
	opacity: 1;
	position: static;
}

.l-headerMenu__wrap ul li:nth-child(5) .header-click2.open li a {
	pointer-events: initial;
}

.l-headerMenu__bt {
	display: flex;
	flex-direction: column;
	padding-left: 40px;
	position: relative;
}

.l-headerMenu__bt a {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1.08px;
	margin-top: 23px;
	text-decoration: none;
}

.l-footer {
	position: relative;
}

.l-footerTop {
	background-color: #ffffff;
	padding-bottom: 65px;
	padding-top: 65px;
}

.l-footerTop__block {
	color: #ffffff;
	height: 120px;
	margin-left: auto;
	margin-left: auto;
	margin-right: auto;
	margin-right: auto;
	max-width: 1000px;
	position: relative;
	text-align: center;
	width: 73.206%;
	z-index: 2;
}

.l-footerTop__block a {
	color: #ffffff;
	cursor: pointer;
	height: 100%;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.l-footerTop__block a:hover {
	opacity: 1 !important;
}

.l-footerTop__block a:hover::before {
	right: 30px;
}

.l-footerTop__block a::before {
	background-image: url(../img/svg/white-around-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 22px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all ease-in-out;
	width: 22px;
}

.l-footerTop__block h2 {
	display: block;
	font-size: 26px;
	letter-spacing: 0.8px;
	position: relative;
	z-index: 2;
}

.l-footerTop__block p {
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-left: 40px;
	position: relative;
	z-index: 2;
}

.l-footerTop__block:nth-child(1) {
	background-color: #2b343b;
}

.l-footerTop__block:nth-child(1) a {
	align-items: center;
	display: flex;
	justify-content: center;
}

.l-footerTop__block:nth-child(1)::before {
	background-color: rgb(34, 44, 51);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 44%;
}

.l-footerTop__block:nth-child(1)::after {
	background-color: rgb(34, 44, 51);
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 82px;
	top: 0;
	transform: skewX(-45deg);
	width: 42%;
}

.l-footerTop__block:nth-child(2) {
	align-items: center;
	background-color: #ab1b0a;
	justify-content: center;
	line-height: 120px;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.l-footerTop__block:nth-child(2) a {
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 1.3;
}

.l-footerTop__block:nth-child(2)::before {
	background-color: rgb(175, 0, 0);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 44%;
}

.l-footerTop__block:nth-child(2)::after {
	background-color: rgb(175, 0, 0);
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 82px;
	top: 0;
	transform: skewX(-45deg);
	width: 42%;
}

.l-footerBottom {
	background-color: #212223;
	color: #ffffff;
	padding-bottom: 80px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
}

.l-footerBottom__wrap {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1360px;
}

.l-footerBottom__logo {
	margin-right: 40px;
}

.l-footerBottom__logo img {
	height: auto;
	width: 220px;
}

.l-footerBottom__logo p {
	color: #ffffff;
	font-family: "EB Garamond", serif;
	font-size: 13px;
	letter-spacing: 1.04px;
	line-height: 1.3846153846;
	margin-top: 9px;
}

.l-footerBottom__logo a {
	color: #ffffff;
	text-decoration: none;
}

.l-footer__BootomDesc {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 41px;
	max-width: 1360px;
}

.l-footerBottom__copy {
	font-size: 13px;
	letter-spacing: 0.8px;
	line-height: 1;
}

.l-footerBottom__text {
	text-align: right;
}

.l-footerBottom__text a {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.6px;
	line-height: 1;
	text-decoration: none;
}

.l-footerBottom__text a:nth-child(1) {
	padding-right: 22.5px;
	position: relative;
}

.l-footerBottom__text a:nth-child(1)::before {
	background-color: #ffffff;
	content: "";
	height: 13px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.l-footerBottom__text a:nth-child(2) {
	padding-left: 22.5px;
}

.l-footerBottom__text a:nth-child(4) {
	margin-top: 10px;
}

.l-footerBottom__right nav {
	display: flex;
}

.l-footerBottom__right nav ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 13px;
}

.l-footerBottom__right nav ul:not(:first-child) {
	margin-left: 15px;
}

.l-footerBottom__right nav ul li {
	line-height: 1.1875;
	list-style-type: none;
}

.l-footerBottom__right nav ul li:not(:first-child) {
	margin-top: 11px;
}

.l-footerBottom__right nav ul li a {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.6px;
	position: relative;
	text-decoration: none;
}

.l-footerBottom__right nav ul li a::before {
	background-image: url(../img/svg/pink-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 9px;
	left: -13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.75px;
}

.l-footerBottom__right nav ul .interview {
	display: flex;
}

.l-footerBottom__right nav ul .interview ol {
	padding-left: 0;
}

.l-footerBottom__right nav ul .interview ol:nth-child(2) {
	margin-left: 10px;
}

.l-footerBottom__right nav ul .interview ol li {
	margin-top: 0;
}

.l-footerBottom__right nav ul .interview ol li a {
	color: #a2a2a2;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 1.4;
}

.l-footerBottom__right nav ul .interview ol li a::before {
	display: none !important;
}

.l-footerBottom__right nav ul .interview ol li:not(:nth-child(6n+1)) {
	margin-top: 5px;
}

.l-sideTtl {
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-family: "EB Garamond", serif;
	font-size: 11px;
	font-weight: 500;
	left: 37.5px;
	letter-spacing: 1.8px;
	line-height: 3;
	padding-bottom: 50px;
	position: absolute;
	top: 30px;
	width: 21.5px;
	writing-mode: vertical-lr;
	z-index: 3;
	z-index: 3;
}

.l-sideMessage {
	top: 150px;
}

.l-pageFV {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: fixed;
	width: 100%;
}

.l-pageFV__title {
	height: 500px;
	position: relative;
	width: 100%;
}

.l-pageFV__title p {
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	font-family: "EB Garamond", serif;
	font-size: 190px;
	font-weight: 400;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.l-pageFV__title h2 {
	color: #ffffff;
	font-size: 42px;
	left: 182.5px;
	letter-spacing: 0.8px;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3019607843);
	top: 50%;
	transform: translateY(-50%);
}

.l-pageContent {
	background-color: rgba(171, 27, 10, 0.9);
	height: 100%;
	margin-bottom: 58px;
	padding-bottom: 70px;
	position: relative;
	top: 58px;
	z-index: 3;
}

.p-about__title p {
	white-space: nowrap;
}

.l-pageContent__wrap {
	background-color: #ffffff;
	height: 100%;
	margin-left: 83px;
	padding-left: 133px;
	padding-right: 133px;
	position: relative;
	top: -58px;
	width: calc(100% - 83px);
}

.l-FV__scrl {
	font-family: "EB Garamond", serif;
	left: 27px;
	position: absolute;
	top: 43px;
	writing-mode: vertical-lr;
	z-index: 4; /*1で解説*/
}

.l-FV__scrl a {
	color: #ffffff;
	font-size: 11px;
	height: 133px;
	letter-spacing: 1px;
	line-height: 2.1818181818;
	text-decoration: none;
	width: 18px;
}

.l-FV__scrl .border {
	animation: sdl 1.5s ease infinite;
	background: #ffffff;
	bottom: -7.5px;
	height: 77.5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
	z-index: 5;
}

.l-FV__scrl .ball {
	animation-delay: 0.5s; /*6で解説*/
	animation-direction: normal; /*7で解説*/
	animation-duration: 3s; /*3で解説*/
	animation-fill-mode: backwards; /*2で解説*/
	animation-iteration-count: infinite; /*4で解説*/
	animation-name: fadeInAnime; /*1で解説*/
	animation-timing-function: ease; /*5で解説*/
	background: #ffffff;
	border-radius: 100px;
	bottom: -7.5px;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4px;
}

.l-FV__scrl .ball::before {
	background: #ffffff;
	border-radius: 100px;
	bottom: -4px;
	content: "";
	height: 12px;
	left: 50%;
	opacity: 30%;
	position: absolute;
	transform: translateX(-50%);
	width: 12px;
}

.l-FV__scrl .ball::after {
	background: #ffffff;
	border-radius: 100px;
	bottom: -7px;
	content: "";
	height: 18px;
	left: 50%;
	opacity: 30%;
	position: absolute;
	transform: translateX(-50%);
	width: 18px;
}

.js-FVSlide {
	height: 100vh;
	width: 100vw;
	z-index: 2;
}

.c-frontSectionScreen {
	background: rgba(171, 27, 10, 0.9);
	position: relative;
}

.c-frontSectionScreen::before {
	background: transparent linear-gradient(321deg, #ab1b0a 0%, rgba(24, 157, 145, 0) 100%) 0% 0% no-repeat padding-box;
	content: "";
	display: block;
	height: 1343px;
	margin-right: auto;
	position: absolute;
	top: 108px;
	width: 79.6%;
}

.c-frontSectionScreen2 {
	background: rgba(171, 27, 10, 0.9);
	padding-bottom: 200px;
	position: relative;
}

.c-frontSectionScreen2::before {
	background: transparent linear-gradient(321deg, #ab1b0a 0%, rgba(24, 157, 145, 0) 100%) 0% 0% no-repeat padding-box;
	content: "";
	display: block;
	height: calc(100% - 108px);
	margin-right: auto;
	position: absolute;
	top: 108px;
	width: 79.6%;
}

.c-frontSection {
	padding-top: 200px;
}

.c-frontSection__bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	height: 426px;
	margin-left: auto;
	position: relative;
	width: 86.6032210835%;
	z-index: 2;
}

.c-frontSection__bg h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-weight: 600;
	left: -48px;
	letter-spacing: 0.8px;
	position: absolute;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3019607843);
	top: 74px;
	white-space: nowrap;
}

.c-frontSection__bg .c-frontSection__title {
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	font-family: "EB Garamond", serif;
	font-size: 120px;
	font-weight: 400;
	font-weight: 400;
	left: -48px;
	letter-spacing: 1.2px;
	opacity: 0.6;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	white-space: nowrap;
}

.c-frontMessage__bg {
	background-image: url(../img/normal/1x/front/front-recruit-bg.jpg);
}

.c-frontEnvironment__bg {
	background-image: url(../img/normal/1x/front/front-welfare-bg.jpg);
}

.c-frontAbout__bg {
	background-image: url(../img/normal/1x/front/front-about-bg.jpg);
}

.c-frontDigital__bg {
	background-image: url(../img/normal/1x/front/front-digital-bg.jpg);
}

.c-frontSection__text {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	left: -48px;
	letter-spacing: 1px;
	line-height: 1.7333333333;
	position: absolute;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
	top: 157px;
}

.c-btnPosition {
	left: -33px;
	position: absolute;
	top: 296px;
	white-space: nowrap;
}

.c-frontAbout__section {
	padding-bottom: 200px;
}
.c-frontDigital__section {
	padding-bottom: 0px;
}
.c-btn a {
	background: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	color: #E6001A;
	cursor: pointer;
	font-family: "EB Garamond", serif;
	letter-spacing: 1px;
	padding: 16px 62px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.c-btn a::before {
	background-color: #ff6565;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease;
	width: 29px;
}

.c-btn a:hover {
	opacity: 1 !important;
}

.c-btn a:hover::before {
	content: "";
	opacity: 0;
}

.c-btn a:hover::after {
	opacity: 1;
}

.c-btn a::after {
	background-color: #ff6565;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: initial;
	transform: translate(0, 0);
	transition: 0.3s ease-in-out;
	width: 100%;
}

.c-frontSection2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	display: block;
	height: 100vh;
	position: relative;
	width: 100%;
}

.c-frontSection2Work {
	background-image: url(../img/normal/1x/front/front-work-bg.jpg);
}

.c-frontSection2Cross {
	background-image: url(../img/normal/1x/front/front-culture-bg.jpg);
}

.c-frontSection2__text {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 17px;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
	top: 414px;
	transform: translateX(-50%);
	width: 80%;
}

.c-btnPosition2 {
	left: 50%;
	position: absolute;
	top: 484px;
	transform: translateX(-50%);
}

.c-frontSection2__title {
	display: inline-block;
	height: 261px;
	position: relative;
	top: 151px;
	width: 100%;
}

.c-frontSection2__title p {
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	font-family: "EB Garamond", serif;
	font-size: 200px;
	font-weight: 400;
	left: 50%;
	letter-spacing: 1px;
	line-height: 1;
	opacity: 0.55;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.c-frontSection2__title h2 {
	-webkit-text-stroke: 0px;
	color: #fff;
	font-size: 50px;
	left: 50%;
	letter-spacing: 4px;
	line-height: 1;
	opacity: 1;
	position: absolute;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 5;
}

.c-sectionTtl {
	align-items: center;
	color: #0e1a38;
	display: flex;
	flex-direction: column;
	font-size: 32px;
	justify-content: center;
	letter-spacing: 2.56px;
	line-height: 1;
}

.c-sectionTtl span {
	color: #e6001a;
	font-family: "EB Garamond", serif;
	font-size: 16px;
	font-weight: 400 !important;
	letter-spacing: 0.16px;
	margin-top: 12px;
}

.p-frontFV {
	height: 100vh;
	position: relative;
	width: 100vw;
}

.p-frontFV h2 {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.p-frontFV h2 img {
	height: auto;
	width: 225px;
}

.p-frontFV__wrap {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
}

.slick-slide .p-FV__wrap {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slick-slide:nth-child(1) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/front-FV-01.jpg);
}

.slick-slide:nth-child(2) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/front-FV-02.jpg);
}

.slick-slide:nth-child(3) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/front-FV-03.jpg);
}

.slick-slide:nth-child(4) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/front-FV-04.jpg);
}

.slick-slide:nth-child(5) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/front-FV-05.jpg);
}

.p-FV__scrl {
	bottom: 25px;
	font-family: "EB Garamond", serif;
	left: 25px;
	position: absolute;
	writing-mode: vertical-lr;
	z-index: 3; /*1で解説*/
}

.p-FV__scrl a {
	color: #ffffff;
	font-size: 11px;
	height: 133px;
	letter-spacing: 1px;
	line-height: 2.1818181818;
	text-decoration: none;
	width: 18px;
}

.p-FV__scrl .border {
	animation: sdl 1.5s ease infinite;
	background: #ffffff;
	bottom: -7.5px;
	height: 77.5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
	z-index: 5;
}

.p-FV__scrl .ball {
	animation-delay: 0.5s; /*6で解説*/
	animation-direction: normal; /*7で解説*/
	animation-duration: 3s; /*3で解説*/
	animation-fill-mode: backwards; /*2で解説*/
	animation-iteration-count: infinite; /*4で解説*/
	animation-name: fadeInAnime; /*1で解説*/
	animation-timing-function: ease; /*5で解説*/
	background: #ffffff;
	border-radius: 100px;
	bottom: -7.5px;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4px;
}

.p-FV__scrl .ball::before {
	background: #ffffff;
	border-radius: 100px;
	bottom: -4px;
	content: "";
	height: 12px;
	left: 50%;
	opacity: 30%;
	position: absolute;
	transform: translateX(-50%);
	width: 12px;
}

.p-FV__scrl .ball::after {
	background: #ffffff;
	border-radius: 100px;
	bottom: -7px;
	content: "";
	height: 18px;
	left: 50%;
	opacity: 30%;
	position: absolute;
	transform: translateX(-50%);
	width: 18px;
}

.p-FV__wrap {
	height: 100vh;
	width: 100vw;
}

.p-FV__wrap img {
	height: 100vh;
	width: 100%;
}

.slick-dots {
	bottom: 30px;
	display: inline-block;
	font-size: 6px;
	position: absolute;
	right: 30px;
	width: auto;
}

.slick-dots li {
	margin-left: 0;
	margin-right: 0;
	width: 13px;
}

.slick-dots li button {
	height: 13px !important;
	width: 13px !important;
}

.slick-dots li button:before {
	color: #ffffff;
	height: 13px !important;
	width: 13px !important;
}

.slick-dots li.slick-active button:before {
	color: #ffffff;
}

.p-frontMessage {
	background: rgba(0, 0, 0, 0.5);
	height: 100vh;
	position: relative;
	z-index: 2;
}

.p-frontMessage__content h2 {
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	font-family: "EB Garamond", serif;
	font-size: 200px;
	font-weight: 400;
	left: 50%;
	letter-spacing: 2px;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-frontMessage__content p {
	color: #ffffff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	left: 50%;
	letter-spacing: 4px;
	line-height: 3.4;
	position: absolute;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3019607843);
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	writing-mode: vertical-rl;
	z-index: 3;
}

.p-frontMessage__content p span {
	text-orientation: upright;
}

.p-frontList {
	background: rgba(171, 27, 10, 0.9);
	position: relative;
}

.p-frontList__wrap {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1155px;
	padding-bottom: 300px;
	padding-top: 200px;
}

.p-frontList__item {
	height: 430px;
	position: relative;
	transition: 0.3s ease-in;
	width: calc(33.333% - 36.6666666667px);
}

.p-frontList__item a {
	height: 100%;
	opacity: 1 !important;
	width: 100%;
}

.p-frontList__item img {
	-o-object-fit: cover;
	display: block;
	height: 430px;
	min-height: 100%;
	object-fit: cover;
	transition: 0.5s;
	width: 100%;
}

.p-frontList__item .p-frontList__img {
	overflow: hidden;
}

.p-frontList__item:hover img {
	transform: scale(1.2);
}

.p-frontList__item:nth-child(2) {
	margin-left: 55px;
}

.p-frontList__item:nth-child(2) h2 {
	transform: translateY(70%);
}

.p-frontList__item:nth-child(3) {
	margin-left: 55px;
}

.p-frontList__item h2 {
	bottom: 0;
	color: #ffffff;
	font-size: 28px;
	left: 22px;
	letter-spacing: 2.24px;
	line-height: 1.3571428571;
	position: absolute;
	transform: translateY(40%);
}

.p-frontList__ttl {
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	font-family: "EB Garamond", serif;
	font-size: 82px;
	font-weight: 400;
	letter-spacing: 0.82px;
	line-height: 1;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 18px;
	transform: translateX(50%);
	white-space: nowrap;
	writing-mode: vertical-lr;
}

.p-frontList__text {
	bottom: -104px;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 0.9px;
	position: absolute;
}

.p-recruit-messageFV {
	background-image: url(../img/normal/1x/recruit-message/recruit-message-FV.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
	width: 100%;
}

.p-recruit-messageFV__title {
	color: #ffffff;
}

.p-recruit-messageFV__title P {
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	font-family: "EB Garamond", serif;
	font-size: 190px;
	font-weight: 400;
	left: 0;
	letter-spacing: 2px;
	opacity: 0.3;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.p-recruit-messageFV__title h2 {
	font-size: 42px;
	left: 182.5px;
	letter-spacing: 0.8px;
	position: absolute;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3019607843);
	top: 50%;
	transform: translateY(-50%);
}

.p-recruit-messageContent {
	background-image: url(../img/normal/1x/recruit-message/recruit-message-content.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.p-recruit-messageContent__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-bottom: 338px;
	padding-top: 126px;
	width: 743px;
}

.p-recruit-messageContenTtl {
	text-align: center;
}

.p-recruit-messageContenTtl span {
	color: #E6001A;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.16px;
	line-height: 1;
}

.p-recruit-message__text {
	font-weight: bold;
	margin-top: 70px;
}

.p-recruit-message__text h2 {
	color: #0E1A38;
	font-size: 30px;
	letter-spacing: 3.36px;
	margin-bottom: 72.5px;
	margin-top: 35.5px;
	position: relative;
	text-align: center;
}

.p-recruit-message__text h2::before {
	background: #E6001A;
	bottom: -32px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 70px;
}

.p-recruit-message__text p {
	color: #0E1A38;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 2.3333333333;
}

.p-recruit-message__text .mt-30 {
	margin-top: 30px;
}

.p-recruit-message__text ul {
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	font-size: 17px;
	margin-block-end: 0em !important;
	margin-block-start: 0em !important;
	padding-left: 20px;
}

.p-recruit-message__text ul li {
	color: #0E1A38;
	line-height: 2;
}

.p-recruit-message__text ul li::marker {
	font-size: 6px;
}

.p-recruit-message__presidet {
	margin-top: 70px;
}

.p-recruit-message__presidet p {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin-top: 33px;
	text-align: center;
}

.p-recruit-message__presidet p span {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.44px;
	margin-left: 20px;
}

.p-person__FV {
	background-image: url(../img/normal/1x/person/person-FV.jpg);
}

.p-person .careful {
	color: #585858;
	font-size: 15px;
	margin-top: 30px;
}

.p-person__wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 109px;
    padding-top: 90px;
}

.p-person__item {
	padding-right: 25px;
	position: relative;
	width: calc(33.3333333333% - 24px);
}

.p-person__item a {
	display: block;
	height: 100%;
	opacity: 1 !important;
	text-decoration: none;
	width: 100%;
}

.p-person__item a img {
	transition: 0.3s all ease;
}

.p-person__item a:hover img {
	transform: scale(1.2);
}

.p-person__item a .p-person__img {
	overflow: hidden;
}

.p-person__item:not(:nth-child(3n+1)) {
	margin-left: 36px;
}

.p-person__item:nth-child(n+4) {
	margin-top: 76px;
}

.p-person__item img {
	width: 100%;
}

.p-person__item .p-person__post {
	color: #e6001a;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.16px;
	line-height: 1;
	position: absolute;
	right: 3px;
	top: 0;
	writing-mode: vertical-lr;
}

.p-person__item h3 {
	color: #0e1a38;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1.84px;
	line-height: 1.4;
	margin-top: 13px;
}

.p-person__item .p-person__date {
	color: #585858;
	font-size: 15px;
	letter-spacing: 0.9px;
	line-height: 1.6;
	margin-top: 6px;
}

.p-product__FV {
	background-image: url(../img/normal/1x/product/product-FV.jpg);
}

.p-product__wrap {
	padding-bottom: 171px;
	padding-top: 123px;
}

.p-productsMenu {
	justify-content: space-between;
}

.p-productsMenu .p-recruit-groupMenu__item {
	margin-top: 30px !important;
}

.p-productsMenu .p-recruit-groupMenu__item h3 {
	height: 50px !important;
}

.p-productMenu__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 46px;
}

.p-productMenu__item {
	background-color: #fcf4f5;
	height: 205px;
	padding-top: 30px;
	position: relative;
	text-align: center;
	width: calc(25% - 24px);
}

.p-productMenu__item::before {
	border-bottom: 24px solid transparent;
	border-left: 24px solid #aa2534;
	border-right: 24px solid transparent;
	border-top: 24px solid #aa2534;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.p-productMenu__item::after {
	color: #ffffff;
	font-family: "EB Garamond", serif;
	font-size: 20px;
	left: 9px;
	line-height: 1;
	position: absolute;
	top: 5px;
}

.p-productMenu__item:nth-child(1)::after {
	content: "1";
}

.p-productMenu__item:nth-child(2)::after {
	content: "2";
}

.p-productMenu__item:nth-child(3)::after {
	content: "3";
}

.p-productMenu__item:nth-child(4)::after {
	content: "4";
}

.p-productMenu__item:nth-child(5)::after {
	content: "5";
}

.p-productMenu__item:nth-child(6)::after {
	content: "6";
}

.p-productMenu__item:nth-child(7)::after {
	content: "7";
}

.p-productMenu__item:nth-child(8)::after {
	content: "8";
}

.p-productMenu__item:nth-child(2n) {
	background-color: #fcf4f5;
}

.p-productMenu__item:nth-child(2n+1) {
	background-color: #f8e9eb;
}

.p-productMenu__item:not(:nth-child(4n+1)) {
	margin-left: 32px;
}

.p-productMenu__item:nth-child(n+5) {
	margin-top: 30px;
}

.p-productMenu__item .p-productMenu__img {
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

.p-productMenu__item h4 {
	color: #0e1a38;
	font-size: 15px;
	letter-spacing: 0.9px;
	line-height: 1;
	margin-top: 20px;
}

.p-productMenu__item a {
	margin-top: 15px;
}

.p-productMenu__item a img {
	margin-top: 0;
}

.p-productSection:nth-child(2) {
	margin-top: 151px;
}

.p-productSection:nth-child(n+3) {
	border-top: 1px solid #d6d6d6;
	margin-top: 82px;
	padding-top: 82px;
}

.p-productSection:nth-child(4) .p-productSection__img {
	top: 85% !important;
}

.p-productSection:nth-child(5) .p-productSection__img {
	top: 85% !important;
}

.p-productSection:nth-child(6) .p-productSection__desc {
	text-align: center;
}

.p-productSection:nth-child(6) .p-productSection__wrap {
	justify-content: center;
}

.p-productSection:nth-child(6) .p-productSection__img {
	top: 85% !important;
}

.p-productSection__title {
	height: auto;
	position: relative;
}

.p-productSection__title p {
	-webkit-text-stroke: 1px #e6001a;
	color: transparent;
	font-family: "EB Garamond", serif;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: 0.72px;
	line-height: 1;
	opacity: 0.18;
	text-align: center;
	white-space: nowrap;
}

.p-productSection__title .p-productSection__img {
	color: #0e1a38;
	font-family: "Noto Serif JP", serif !important;
	font-size: 32px;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.8px;
	line-height: 1.1875;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-productSectionTtl {
	padding-top: 72px;
}

.p-productSection__desc {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.2px;
	margin-top: 30px;
	text-align: left;
}

.p-productSection__wrap {
	display: flex;
	margin-top: 46px;
}

.p-productSection__item {
	width: calc(33.333333% - 21.3333333333px);
}

.p-productSection__item:not(:first-child) {
	margin-left: 32px;
}

.p-productSection__item img {
	width: 100%;
}

.p-productSection__item h4 {
	color: #0e1a38;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	letter-spacing: 0.9px;
	line-height: 1.5;
	margin-top: 17px;
	text-align: center;
}

.p-company__FV {
	background-image: url(../img/normal/1x/company/company-FV.jpg);
}

.p-companyTtl {
	align-items: start !important;
}

.p-company__wrap {
	padding-bottom: 134px;
	padding-top: 123px;
}

.p-companyProfile__wrap {
	margin-top: 35px;
}

.p-companyProfile__wrap dl {
	align-items: start;
	border-bottom: 1px solid #d6d6d6;
	display: flex;
	padding-bottom: 28px;
	padding-top: 28px;
}

.p-companyProfile__wrap dl:first-child {
	border-top: 3px solid #d6d6d6;
}

.p-companyProfile__wrap dl dt {
	color: #e6001a;
	font-weight: 600;
	letter-spacing: 1.28px;
	line-height: 1;
	line-height: 1.7142857143;
	padding-left: 30px;
	width: 152px;
}

.p-companyProfile__wrap dl dd {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.7142857143;
	width: calc(100% - 152px);
}

.p-companyMain {
	margin-top: 134px;
}

.p-companyMain__block {
	border-top: 1px solid #d6d6d6;
	margin-top: 97px;
}

.p-companyMain__block:nth-child(2) {
	border-top: 3px solid #d6d6d6;
	margin-top: 35px;
}

.p-companyMain__wrap {
	display: flex;
	padding-top: 50px;
}

.p-companyMain__left {
	width: 50%;
}

.p-companyMain__left h4 {
	color: #0e1a38;
	font-size: 22px;
	letter-spacing: 1.76px;
}

.p-companyMain__left p {
	color: #0e1a38;
	font-size: 13px;
	letter-spacing: 0.26px;
	line-height: 2.1538461538;
	margin-top: 30px;
}

.p-companyMain__left dl {
	border-bottom: 1px dashed #959595;
	display: flex;
	line-height: 1.7142857143;
	padding-bottom: 16px;
	padding-top: 16px;
}

.p-companyMain__left dl:nth-child(3) {
	margin-top: 18px;
}

.p-companyMain__left dl dt {
	color: #e6001a;
	font-weight: 600;
	letter-spacing: 1.28px;
	width: 98px;
}

.p-companyMain__left dl dd {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.4px;
	width: calc(100% - 98px);
}

.p-companyMain__left dl dd a {
	color: #e6001a;
	font-weight: 600;
	margin-left: 15px;
}

.p-companyMain__right {
	padding-left: 33px;
	width: 50%;
}

.p-companyMain__right img {
	margin-left: auto;
}

.p-companyMain__img {
	background-color: #fcf4f5;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	padding-bottom: 28px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 28px;
}

.p-companyMain__img img {
	width: calc(25% - 7.5px);
}

.p-companyMain__img img:not(:first-child) {
	margin-left: 10px;
}

.p-culture__FV {
	background-image: url(../img/normal/1x/culture/culture-FV.jpg);
}

.p-culture .careful {
	color: #585858;
	font-size: 11px;
	margin-top: 25px;
}

.p-culture__wrap {
	padding-bottom: 100px;
	padding-top: 123px;
}

.p-culture-inner {
	width: 917px !important;
}

.p-cultureWAY p {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.7142857143;
	margin-top: 34px;
	text-align: center;
}

.p-cultureWAY img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
	width: 857px;
}

.p-cultureSymposium {
	margin-top: 0px;
	padding-bottom: 70px;
}

.p-cultureSymposium .p-cultureSymposium__text {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.7142857143;
	margin-top: 34px;
	text-align: center;
}

.p-cultureSymposium__wrap {
	display: flex;
	margin-top: 51px;
}

.p-cultureSymposium__item {
	text-align: center;
	width: calc(25% - 32.25px);
}

.p-cultureSymposium__item:not(:first-child) {
	margin-left: 43px;
}

.p-cultureSymposium__item img {
	width: 100%;
}

.p-cultureSymposium__item h4 {
	color: #0e1a38;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.44px;
	line-height: 1;
	margin-top: 14px;
}

.p-cultureSymposium__item p {
	color: #585858;
	font-size: 11px;
	letter-spacing: 0.78px;
	line-height: 1.3;
	margin-top: 9px;
}

.p-cultureTheme {
	border-top: 1px solid #d6d6d6;
	padding-bottom: 70px;
	padding-top: 70px;
}

.p-cultureTheme h4 {
	background: #aa2534;
	color: #ffffff;
	display: inline;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 2.56px;
	line-height: 1.65625;
	padding-left: 5px;
	padding-right: 5px;
}

.p-cultureTheme:nth-child(2n) .p-cultureTheme__wrap {
	flex-direction: row-reverse;
	max-width: 100%;
	width: 917px;
}

.p-cultureTheme:nth-child(2n) .p-cultureTheme__wrap .p-cultureTheme__right {
	margin-left: 0px;
	margin-right: 70px;
}

.p-cultureTheme:nth-child(2n) .p-cultureTheme__right img {
	-o-object-fit: cover;
	height: 461px;
	object-fit: cover;
	width: auto;
}

.p-cultureTheme:nth-child(5) {
	border: 0px !important;
	margin-top: 450px;
}

.p-cultureTheme:nth-child(6) {
	padding-bottom: 500px;
}

.p-cultureTheme:nth-child(6) img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-cultureTheme__title {
	color: #e6001a;
	letter-spacing: 0.16px;
	line-height: 1;
	margin-bottom: 20px;
}

.p-cultureTheme__wrap {
	display: flex;
	margin-top: 43px;
	max-width: 100%;
	width: 917px;
}

.p-cultureTheme__wrap:nth-child(2n) .p-cultureTheme__right {
	width: calc(100% - 387px);
}

.p-cultureTheme__wrap:nth-child(2n+1) .p-cultureTheme__left {
	width: calc(100% - 387px);
}

.p-cultureTheme__left P {
	color: #0e1a38;
	font-size: 13px;
	letter-spacing: 0.26px;
	line-height: 2.1538461538;
	min-height: 80px;
	padding-left: 70px;
	position: relative;
}

.p-cultureTheme__left P:not(:first-child) {
	margin-top: 10.5px;
}

.p-cultureTheme__left P::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 76px;
	left: 0;
	position: absolute;
	top: 0;
	width: 56px;
}

.p-cultureTheme__left .icon-01::before {
	background-image: url(../img//normal/1x/culture/culture-icon-01.png);
}

.p-cultureTheme__left .icon-02::before {
	background-image: url(../img//normal/1x/culture/culture-icon-02.png);
}

.p-cultureTheme__left .icon-03::before {
	background-image: url(../img//normal/1x/culture/culture-icon-03.png);
}

.p-cultureTheme__left .icon-04::before {
	background-image: url(../img//normal/1x/culture/culture-icon-04.png);
}

.p-cultureTheme__left .icon-05::before {
	background-image: url(../img//normal/1x/culture/culture-icon-05.png);
}

.p-cultureTheme__right {
	margin-left: 70px;
	width: calc(50% - 35px);
}

.p-cultureTheme__right img {
	-o-object-fit: cover;
	height: 461px;
	object-fit: cover;
	width: auto;
}

.p-cultureTheme__bottom {
	height: 405px;
	margin-top: 90px;
	position: absolute;
	transform: translateX(-9%);
}

.p-cultureTheme__bottom img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.p-recruit-group__FV {
	background-image: url(../img/normal/1x/recruit-group/recruit-group-FV.jpg);
}

.p-recruit-group__wrap {
	padding-bottom: 171px;
	padding-top: 123px;
}

.p-recruit-groupTtl {
	align-items: start !important;
}

.p-recruit-groupMenu__wrap {
	display: flex;
	margin-top: 45px;
}

.p-recruit-groupMenu__item {
	width: 16.6666666667%;
}

.p-recruit-groupMenu__item:not(:first-child) {
	border-left: 1px solid #e5cccf;
	padding-left: 24px;
}

.p-recruit-groupMenu__item:not(:last-child) {
	padding-right: 24px;
}

.p-recruit-groupMenu__item:first-child {
	padding-right: 24px;
}

.p-recruit-groupMenu__item h3 {
	font-size: 15px;
	font-weight: 400;
	height: 70px;
	letter-spacing: 0px;
	line-height: 1.3333333333;
}

.p-recruit-groupMenu__item p {
	color: #e6001a;
	font-family: "EB Garamond", serif;
	font-size: 10px;
	height: 40px;
	letter-spacing: 0.1px;
	line-height: 1.3;
}

.p-recruit-groupMenu__item a {
	opacity: 1 !important;
	position: relative;
	top: 0;
	transition: 0.3s all ease-in-out;
}

.p-recruit-groupMenu__item a:hover {
	top: 5px;
}

.p-recruit-groupMenu__item a img {
	transition: 0.3s all ease-in-out;
}

.p-recruit-groupInfo {
	margin-top: 90px;
}

.p-recruit-groupInfo__wrap:not(:first-child) {
	margin-top: 50px;
}

.p-recruit-groupInfo__wrap:nth-child(1) .p-recruit-groupInfo__front {
	background-image: url(../img/normal/1x/recruit-group/recruit-group-01.jpg);
}

.p-recruit-groupInfo__wrap:nth-child(2) .p-recruit-groupInfo__front {
	background-image: url(../img/normal/1x/recruit-group/recruit-group-03.jpg);
}

.p-recruit-groupInfo__wrap:nth-child(3) .p-recruit-groupInfo__front {
	background-image: url(../img/normal/1x/recruit-group/recruit-group-07.jpg);
}

.p-recruit-groupInfo__wrap:nth-child(4) .p-recruit-groupInfo__front {
	background-image: url(../img/normal/1x/recruit-group/recruit-group-09.jpg);
}

.p-recruit-groupInfo__wrap:nth-child(5) .p-recruit-groupInfo__front {
	background-image: url(../img/normal/1x/recruit-group/recruit-group-11.jpg);
}


.p-recruit-groupInfo__front {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 204px;
	justify-content: center;
	padding-left: 59px;
	position: relative;
	transition: 0.3s;
}

.p-recruit-groupInfo__front .p-recruit-groupInfo__front__btn {
	background-color: #e6001a;
	bottom: 0;
	height: 39px;
	position: absolute;
	right: 0;
	width: 39px;
}

.p-recruit-groupInfo__front .p-recruit-groupInfo__front__btn::before {
	background: #ffffff;
	border-radius: 10px;
	content: ""; /*横線*/
	height: 1px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 10.5px;
}

.p-recruit-groupInfo__front .p-recruit-groupInfo__front__btn::after {
	background: #ffffff;
	border-radius: 10px;
	content: "";
	height: 10.5px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	transition: all 0.3s; /*縦線*/
	width: 1px;
}

.p-recruit-groupInfo__front h3 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 400 !important;
	letter-spacing: 2.08px;
	line-height: 1;
}

.p-recruit-groupInfo__front p {
	color: #ffffff;
	font-family: "EB Garamond", serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1px;
	line-height: 1;
	margin-top: 12px;
}

/* 縦線（after）だけ縦回転させる */

.p-recruit-groupInfo__front.open .p-recruit-groupInfo__front__btn::after {
	opacity: 0;
	top: 25%;
	transform: rotate(90deg);
}

.p-recruit-groupInfo__back {
	margin-top: 43px;
	padding-left: 45px;
	padding-right: 45px;
}

.p-recruit-groupInfo__back h4 {
	color: #e6001a;
	font-size: 26px;
	letter-spacing: 4.68px;
	line-height: 1.4;
	text-align: center;
}

.ac-child__wrap {
	display: flex;
	margin-top: 40px;
}

.ac-child__left {
	width: calc(50% - 25px);
}

.ac-child__left h5 {
	color: #0e1a38;
	font-size: 18px;
	letter-spacing: 1.44px;
	line-height: 1.2222222222;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 7px;
	position: relative;
}

.ac-child__left h5::before {
	background: #e6001a;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 2px;
}

.ac-child__left h5:nth-child(3) {
	margin-top: 50px !important;
}

.ac-child__left p {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.7142857143;
	margin-top: 14px;
}

.ac-child__left ul {
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
	-webkit-padding-start: 0px;
	margin-block-end: 0;
	margin-block-start: 0;
	margin-top: 16px;
	padding-inline-start: 0px;
}

.ac-child__left li {
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.7142857143;
	list-style: none;
	padding-left: 16px;
	position: relative;
}

.ac-child__left li::before {
	background-color: #e6001a;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.ac-child__right {
	margin-left: 50px;
	width: calc(50% - 25px);
}

.ac-child__right img {
	height: auto;
	width: 100%;
}

.ac-child__bottom {
	margin-top: 40px;
}

.ac-child__bottom h5 {
	color: #0e1a38;
	font-size: 18px;
	letter-spacing: 1.44px;
	line-height: 1.2222222222;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 7px;
	position: relative;
}

.ac-child__bottom h5::before {
	background: #e6001a;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 2px;
}

.ac-child__bottom dl {
	border-top: 1px solid #d6d6d6;
	display: flex;
	padding-bottom: 33px;
	padding-top: 33px;
}

.ac-child__bottom dl:nth-child(2) {
	margin-top: 23px;
}

.ac-child__bottom dl:nth-child(4) {
	border-bottom: 1px solid #d6d6d6;
}

.ac-child__bottom dt {
	color: #e6001a;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 30px;
	width: 150px;
}

.ac-child__bottom dd {
	width: calc(100% - 150px);
}

.ac-child__bottom dd iframe {
	height: 256px;
	margin-top: 30px;
	width: 100%;
}

.ac-child__bottom dd .p-dd-title {
	color: #0e1a38;
	font-size: 14px;
	font-weight: 600;
}

.ac-child__bottom dd .p-dd-title:nth-child(4) {
	margin-top: 40px;
}

.ac-child__bottom dd p {
	letter-spacing: 1.4px;
}

.ac-child__bottomContent {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.ac-child__bottomContent__left p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
}

.ac-child__bottomContent__left p span {
	font-weight: 600;
}

.ac-child__bottomContent__left .ac-first-text {
	margin-top: 22px;
}

.ac-child__bottomBtn a {
	background: #0e1a38;
	border-radius: 2px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.2px;
	padding: 30px 120px 30px 80px;
	position: relative;
	text-decoration: none;
}

.ac-child__bottomBtn a::before {
	background-image: url(../img/svg/recruit-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 13.13px;
	position: absolute;
	right: 87px;
	top: 50%;
	transform: translateY(-50%);
	width: 19.62px;
}

.p-recruitCareer__MiddleBtn {
	margin-bottom: 40px;
	margin-top: 40px;
}

.p-recruitCareer__MiddleBtn a {
	padding: 30px 100px 30px 80px;
	text-align: center;
	width: 100%;
}

.p-recruitCareer__MiddleBtn a::before {
	display: none !important;
}

.p-recruitCareer__MiddleBtn span {
	display: inline-block;
	position: relative;
	top: 10px;
}

.p-recruitCareer__MiddleBtn span::before {
	background-image: url(../img/svg/recruit-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 13.13px;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 19.62px;
}

.btn-careful {
	font-size: 10px !important;
	letter-spacing: 0.4px;
}

.btn-careful::before {
	display: none !important;
}

.p-recruit__FV {
	background-image: url(../img/normal/1x/recruit/recruit-FV.jpg);
}

.p-recruit__wrap {
	padding-bottom: 127px;
	padding-top: 123px;
}

.p-recruitMenu {
	margin-top: 50px;
}

.p-recruitMenu__wrap {
	display: flex;
}

.p-recruitMenu__item {
	width: 16.6666666667%;
}

.p-recruitMenu__item:not(:first-child) {
	border-left: 1px solid #e5cccf;
	padding-left: 50px;
}

.p-recruitMenu__item h3 {
	font-size: 15px;
	font-weight: 400;
	height: 30px;
	letter-spacing: 0px;
	line-height: 1.3333333333;
	white-space: nowrap;
}

.p-recruitMenu__item p {
	color: #e6001a;
	font-size: 10px;
	height: 30px;
	letter-spacing: 0.1px;
	line-height: 1.3;
}

.p-recruitFreshers {
	margin-top: 89px;
}

.p-recruitFreshers__content {
	border-top: 3px solid #d6d6d6;
	margin-top: 35px;
}

.p-recruitFreshers__content .p-recruitFreshers__desc {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.7142857143;
	padding-top: 32px;
}

.p-recruitFreshers__wrap {
	display: flex;
	margin-top: 51px;
}

.p-recruitFreshers__wrap span {
	position: relative;
}

.p-recruitFreshers__wrap span::before {
	background-image: url(../img/normal/1x/recruit/recruit-orange-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 53px;
	z-index: 4;
}

.p-recruitFreshers__item {
	background: #fcf4f5;
	height: 165px;
	position: relative;
	width: calc(20% - 38.4px);
}

.p-recruitFreshers__item::after {
	color: #fff;
	font-family: "EB Garamond", serif;
	font-size: 20px;
	left: 9px;
	line-height: 1;
	position: absolute;
	top: 5px;
}

.p-recruitFreshers__item::before {
	border-bottom: 24px solid transparent;
	border-left: 24px solid #aa2534;
	border-right: 24px solid transparent;
	border-top: 24px solid #aa2534;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.p-recruitFreshers__item:nth-child(1)::after {
	content: "1";
}

.p-recruitFreshers__item:nth-child(3)::after {
	content: "2";
}

.p-recruitFreshers__item:nth-child(5)::after {
	content: "3";
}

.p-recruitFreshers__item:nth-child(7)::after {
	content: "4";
}

.p-recruitFreshers__item:nth-child(9)::after {
	content: "5";
}

.p-recruitFreshers__item:not(:first-child) {
	margin-left: 48px;
}

.p-recruitFreshers__item img {
	height: 70.883px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

.p-recruitFreshers__item p {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	margin-top: 19px;
	text-align: center;
}

.p-recruitCareer {
	margin-top: 119px;
}

.p-recruitCareer__content {
	border-top: 3px solid #d6d6d6;
	margin-top: 35px;
	padding-top: 35px;
}

.p-recruitCareer__wrap:not(:first-child) {
	margin-top: 15px;
}

.p-recruitCareer__front {
	align-items: center;
	background: #aa2534;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	height: 58px;
	justify-content: space-between;
	padding: 0 18px;
}

.p-recruitCareer__front h4 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 1;
}

.p-recruitCareer__btn {
	background-color: #7c1622;
	border-radius: 30px;
	height: 31px;
	position: relative;
	width: 31px;
}

.p-recruitCareer__btn::before {
	background: #ffffff;
	border-radius: 10px;
	content: ""; /*横線*/
	height: 1px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 15px;
}

.p-recruitCareer__btn::after {
	background: #ffffff;
	border-radius: 10px;
	content: "";
	height: 15px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	transition: all 0.3s; /*縦線*/
	width: 1px;
}

/* 縦線（after）だけ縦回転させる */

.p-recruitCareer__front.open .p-recruitCareer__btn::after {
	opacity: 0;
	top: 25%;
	transform: rotate(90deg);
}

.p-recruitCareer__back {
	background-color: #fcf4f5;
	padding-bottom: 55px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 7px;
}

.p-recruitCareer__back dl {
	align-items: center;
	border-bottom: 1px solid #d6d6d6;
	display: flex;
	padding-bottom: 23px;
	padding-top: 23px;
}

.p-recruitCareer__back dt {
	color: #e6001a;
	font-weight: 600;
	width: 200px;
}

.p-recruitCareer__back dd {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 0.1px;
	line-height: 1.7142857143;
	width: calc(100% - 200px);
}

.p-about .careful {
	color: #585858;
	font-size: 13px;
	margin-top: 20px;
}

.p-about__FV {
	background-image: url(../img/normal/1x/about/about-FV.jpg);
}

.p-about__wrap {
	padding-bottom: 143px;
	padding-top: 123px;
}

.p-aboutWhat__desc {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.7142857143;
	padding-top: 32px;
}

.p-aboutWhat__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 58px;
	width: 90%;
}

.p-aboutWhat__left img {
	height: auto;
	width: 385px;
}

.p-aboutWhat__right img {
	height: auto;
	width: 385px;
}

.p-aboutData {
	margin-top: 100px;
}

.p-aboutData__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}

.p-aboutData__item {
	background-color: #fcf4f5;
	height: 479px;
	padding: 40px 0;
	padding-top: 40px;
	width: calc(33.3333333333% - 6px);
}

.p-aboutData__item:not(:nth-child(3n+1)) {
	margin-left: 9px;
}

.p-aboutData__item:nth-child(n+4) {
	margin-top: 9px;
}

.p-aboutData__item img {
	margin-left: auto;
	margin-right: auto;
}

.p-aboutData__item:nth-child(1) img {
	margin-top: 64px;
}

.p-aboutData__item:nth-child(2) {
	padding-left: 22px;
	padding-right: 22px;
}

.p-aboutData__item:nth-child(2) .p-aboutData__title {
	display: flex;
	flex-direction: column;
}

.p-aboutData__item:nth-child(2) .p-aboutData__title span {
	font-size: 13px;
	margin-top: 5px;
}

.p-aboutData__item:nth-child(2) img {
	margin-top: 33px;
}

.p-aboutData__item:nth-child(3) {
	padding-left: 22px;
	padding-right: 22px;
}

.p-aboutData__item:nth-child(3) img {
	margin-top: 27px;
}

.p-aboutData__item:nth-child(4) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(4) img {
	margin-top: 39px;
}

.p-aboutData__item:nth-child(5) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(5) img {
	margin-top: 63px;
}

.p-aboutData__item:nth-child(6) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(6) img {
	margin-top: 61px;
}

.p-aboutData__item:nth-child(12) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(12) img {
	margin-top: 51px;
}

.p-aboutData__item:nth-child(12) .p-aboutData__subnumbers {
	margin-top: 40px;
}

.p-aboutData__item:nth-child(8) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(8) img {
	margin-top: 68px;
}

.p-aboutData__item:nth-child(7) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(7) img {
	margin-top: 60px;
}

.p-aboutData__item:nth-child(9) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(9) img {
	margin-top: 51px;
}

.p-aboutData__item:nth-child(10) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(10) img {
	margin-top: 51px;
}

.p-aboutData__item:nth-child(11) {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-aboutData__item:nth-child(11) img {
	margin-top: 51px;
}
.p-aboutData__item:nth-child(13) img {
	margin-top: 33px;
}
.p-aboutData__item:nth-child(13) {
	padding-left: 22px;
	padding-right: 22px;
}
.p-aboutData__item:nth-child(13) .cel2-l {
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}
.p-aboutData__item:nth-child(13) .cel2-r {
	width: 45%;
	float: right;
	margin-right: 0%;
	margin-left: 5%;
}
.p-aboutData__item:nth-child(13) .p-aboutData__subtitle{
	clear: both;
}
.p-aboutData__title {
	color: #0e1a38;
	font-size: 20px;
	letter-spacing: 0.08px;
	line-height: 1.2;
	text-align: center;
}

.p-aboutData__numbers {
	color: #000000;
	font-family: "EB Garamond", serif;
	font-size: 100px;
	font-weight: 500;
	letter-spacing: -0.02px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}

.p-aboutData__numbers span {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.08px;
	line-height: 1;
}

.p-aboutData__detail {
	color: #0e1a38;
	font-size: 13px;
	letter-spacing: 0.08px;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}

.p-aboutData__detail2 {
	color: #0e1a38;
	font-size: 13px;
	letter-spacing: 0.08px;
	line-height: 1.4;
	margin-top: 10px;
	text-align: center;
}

.p-aboutData__subtitle {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	background-color: #e5cccf;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 27px;
	line-height: 27px;
	margin-block-end: 0;
	margin-block-start: 0;
	margin-top: 29px;
	text-align: center;
}

.p-aboutData__subnumbers {
	font-family: "EB Garamond", serif;
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -0.02px;
	line-height: 1;
	text-align: center;
}

.p-aboutData__subnumbers span {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}

.p-aboutData__itemWrap {
	display: flex;
	margin-top: 11px;
}

.p-aboutData__itemLeft {
	align-items: center;
	background-color: #e5cccf;
	border-radius: 3px;
	color: #0e1a38;
	display: flex;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 13px;
	justify-content: center;
	letter-spacing: 0.08px;
	position: relative;
	text-align: center;
	width: calc(50% - 2.5px);
}

.p-aboutData__itemLeft::before {
	background-image: url(../img/svg/about-triangle.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10.5px;
	position: absolute;
	right: -4.5px;
	width: 5px;
}

.p-aboutData__itemRight {
	margin-left: 5px;
	width: calc(50% - 2.5px);
}

.p-aboutData__itemRight .p-aboutData__subnumbers {
	text-align: right !important;
}

.p-person-single01__FV {
	background-image: url(../img/normal/1x/person-single/single-person-01-FV.jpg);
	background-position: 48% 50%;
}

.p-person-single02__FV {
	background-image: url(../img/normal/1x/person-single/single-person-02-FV.jpg);
}

.p-person-single03__FV {
	background-image: url(../img/normal/1x/person-single/single-person-03-FV.jpg);
}

.p-person-single04__FV {
	background-image: url(../img/normal/1x/person-single/single-person-04-FV.jpg);
	background-position: 47% 50%;
}

.p-person-single05__FV {
	background-image: url(../img/normal/1x/person-single/single-person-05-FV.jpg);
	background-position: 49% 50%;
}

.p-person-single06__FV {
	background-image: url(../img/normal/1x/person-single/single-person-06-FV.jpg);
	background-position: 46% 50%;
}

.p-person-single07__FV {
	background-image: url(../img/normal/1x/person-single/single-person-07-FV.jpg);
	background-position: 46% 50%;
}

.p-person-single08__FV {
	background-image: url(../img/normal/1x/person-single/single-person-08-FV.jpg);
}

.p-person-single09__FV {
	background-image: url(../img/normal/1x/person-single/single-person-09-FV.jpg);
}

.p-person-single10__FV {
	background-image: url(../img/normal/1x/person-single/single-person-10-FV.jpg);
}

.p-person-single11__FV {
	background-image: url(../img/normal/1x/person-single/single-person-11-FV.jpg);
}

.p-person-single12__FV {
	background-image: url(../img/normal/1x/person-single/single-person-12-FV.jpg);
}

.p-person-single-title p {
	left: initial;
	opacity: 1;
	right: 3%;
	top: 86%;
}

.p-person-single__wrap {
	padding-bottom: 187px;
	padding-top: 66px;
}

.p-person-single__wrap .careful {
	color: #585858;
	font-size: 12px;
	margin-top: 25px;
}

.p-person-single__name h2 {
	color: #0e1a38;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 6.48px;
}

.p-person-single__name p {
	color: #0e1a38;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 1.84px;
}

.p-person-single__name p span {
	color: #585858;
	font-size: 15px;
	margin-left: 26px;
}

.p-person-name-top {
	color: #e6001a !important;
	font-size: 16px !important;
	letter-spacing: 0.16px !important;
	position: relative !important;
}

.p-person-name-top::before {
	background-color: #e5cccf;
	content: "";
	height: 1px;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 245px);
}

.p-person-singleBlock {
	margin-top: 50px;
}

.p-person-singleBlock__item {
	display: flex;
}

.p-person-singleBlock__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.p-person-singleBlock__item:nth-child(2n) .p-person-singleBlock__left {
	margin-left: 50px;
	width: calc(50% - 25px);
}

.p-person-singleBlock__item:nth-child(2n) .p-person-singleBlock__right {
	margin-left: 0px;
	width: calc(50% - 25px);
}

.p-person-singleBlock__item:not(:last-child) {
	border-bottom: 1px solid #e5cccf;
	padding-bottom: 60px;
}

.p-person-singleBlock__item:not(:first-child) {
	padding-top: 60px;
}

.p-person-singleBlock__left {
	width: calc(50% - 25px);
}

.p-person-singleBlock__right {
	margin-left: 50px;
	width: calc(50% - 25px);
}

.p-person-singleBlock__right h3 {
	border-left: 5px solid #e6001a;
	color: #0e1a38;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 2;
	padding-left: 20px;
}

.p-person-singleBlock__right p {
	color: #0e1a38;
	font-size: 13px;
	line-height: 2.1538461538;
	margin-top: 25px;
}

.p-person-single-content {
	padding-bottom: 100px;
}

.p-person-singleSlide__ttl {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-left: 216px;
	margin-right: 133.5px;
}

.p-person-singleSlide__ttl h2 {
	color: #ffffff;
	font-family: "EB Garamond", serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
}

.p-person-singleSlide__ttl a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 600;
	opacity: 1 !important;
	padding-bottom: 12.5px;
	padding-right: 36px;
	position: relative;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}

.p-person-singleSlide__ttl a::before {
	background-image: url(../img/svg/white-around-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 22px;
	position: absolute;
	right: 0;
	top: 30%;
	transform: translateY(-50%);
	transition: 0.3s all ease-in-out;
	width: 22px;
}

.p-person-singleSlide__ttl a:hover::before {
	content: "";
	right: -10px;
}

.p-person-single-post {
	color: #ffffff !important;
}

.p-person-single-mh {
	color: #ffffff !important;
}

.p-person-single-date {
	color: #ffffff !important;
}

.js-person-single-slide .slick-slide {
	margin-left: 18px;
	margin-right: 18px;
	transition: 0.3s all ease-in-out;
	z-index: 2;
}

.slick-next {
	right: 100px;
}

.slick-next:before {
	background-image: url(../img/svg/slick-slider-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 52px;
	opacity: 1 !important;
	position: absolute;
	top: -185%;
	width: 52px;
	z-index: 3;
}

.slick-prev {
	left: 50px;
	z-index: 3;
}

.slick-prev:before {
	background-image: url(../img/svg/slick-slider-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 52px;
	opacity: 1 !important;
	position: absolute;
	top: -185%;
	transform: rotate(-180deg);
	width: 52px;
	z-index: 3;
}

.p-welfare__FV {
	background-image: url(../img/normal/1x/welfare/welfare-FV.jpg);
}

.p-welfareList {
	padding-top: 123px;
}

.p-welfareList__item h3 {
	height: 30px !important;
}

.p-welfareSystem {
	color: #0e1a38;
	margin-top: 90px;
}

.p-welfareSystem__wrap {
	border-top: 3px solid #d6d6d6;
	margin-top: 35px;
	padding-top: 32px;
}

.p-welfareSystem__item {
	align-items: center;
	background-color: #fcf4f5;
	display: flex;
	padding: 20px 25px;
}

.p-welfareSystem__item:not(:first-child) {
	margin-top: 15px;
}

.p-welfareIconWrap {
	align-items: center;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	height: 126px;
	justify-content: center;
	width: 126px;
}

.p-welfareSystem__right {
	margin-left: 40px;
}

.p-welfareSystem__right h4 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.08px;
	line-height: 1.1818181818;
}

.p-welfareSystem__right p {
	font-size: 13px;
	margin-top: 11px;
}

.p-welfareSystem__right ul {
	-webkit-padding-start: 23px !important;
	align-items: center;
	display: flex;
	line-height: 1;
	padding-inline-start: 23px !important;
}

.p-welfareSystem__right ul li {
	font-size: 13px;
	line-height: 1.4;
	list-style: none;
	position: relative;
}

.p-welfareSystem__right ul li:not(:first-child) {
	margin-left: 40px;
}

.p-welfareSystem__right ul li::before {
	background: #aa2534;
	border-radius: 50%;
	content: "";
	height: 9px;
	left: -20px;
	position: absolute;
	top: 5px;
	vertical-align: middle;
	width: 9px;
}

.p-welfareSystem__right .p-welfareSystem__origin {
	display: block;
}

.p-welfareSystem__right .p-welfareSystem__origin li {
	margin-left: 0 !important;
}

.p-welfareMain {
	color: #0e1a38;
	margin-top: 123px;
	padding-bottom: 128px;
}

.p-welfareMain__wrap {
	border-top: 3px solid #d6d6d6;
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	padding-top: 32px;
}

.p-welfareMain__item {
	background-color: #fcf4f5;
	height: 347px;
	padding: 23px;
	width: calc(33.3333333333% - 13.33333333px);
}

.p-welfareMain__item h4 {
	color: #0e1a38;
	font-weight: 600;
	letter-spacing: 0.06px;
	text-align: center;
}

.p-welfareMain__item .p-welfareIconWrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.p-welfareMain__item p {
	font-size: 13px;
	line-height: 1.8461538462;
	margin-top: 20px;
}

.p-welfareMain__item:not(:nth-child(3n+1)) {
	margin-left: 20px;
}

.p-welfareMain__item:nth-child(2n) {
	background-color: #f8e9eb;
}

.p-welfareMain__item:nth-child(n+4) {
	margin-top: 20px;
}

.p-work-style__FV {
	background-image: url(../img/normal/1x/work-style/work-style-FV.jpg);
}

.p-work-style-wrap {
	padding-bottom: 50px;
}

.p-work-styleDesc {
	color: #0e1a38;
	font-size: 14px;
	margin-top: 30px;
}

.p-work-styleMenu {
	margin-top: 115px;
}

.p-work-styleMenu__wrap {
	justify-content: left !important;
}

.p-work-styleBlock {
	margin-top: 100px;
}

.p-work-styleBlock__image {
	background-image: url(../img/normal/1x/work-style/work-style-1-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 286px;
	position: relative;
	width: 100%;
}

.p-work-styleBlock__image h3 {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 400 !important;
	left: 60px;
	letter-spacing: 0.8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-work-styleBlock__image h3 span {
	font-family: "EB Garamond", serif;
	font-size: 10px;
	margin-top: 12px;
}

.p-work-styleBlock__wrap {
	margin-bottom: 150px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}

.p-work-styleBlock__wrap h4 {
	color: #0e1a38;
	font-family: "Noto Serif JP", serif !important;
	font-family: bold;
	font-size: 18px;
	line-height: 1;
	padding-left: 9px;
	position: relative;
}

.p-work-styleBlock__wrap h4::before {
	background: #e6001a;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}

.p-work-styleBlock__wrap h4 span {
	font-size: 12px;
}

.p-work-styleBlock__pink {
	background: #fcf4f5;
	margin-top: 30px;
	padding-bottom: 100px;
	padding-left: 66.5px;
	padding-right: 66.5px;
	padding-top: 90px;
	position: relative;
}

.p-work-styleBlock__pink p {
	color: #0e1a38;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

.p-work-styleBlock__pink::after {
	background-image: url(../img/normal/1x/work-style/work-style-1-2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 107px;
	left: 50%;
	position: absolute;
	top: -30px;
	transform: translateX(-50%);
	width: 93px;
}

.p-work-styleBlock__pink::before {
	color: #ffffff;
	content: "CAREER PATH";
	font-family: "EB Garamond", serif;
	font-size: 60px;
	left: -178px;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 185px;
	transform: rotate(90deg);
}

.p-work-styleBlock__pink dl {
	border-left: 2px dashed #c6969b;
	margin-top: 25px;
	padding-bottom: 25px;
	padding-left: 28px;
}

.p-work-styleBlock__pink dl div {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
	position: relative;
}

.p-work-styleBlock__pink dl div:not(:last-child) {
	border-bottom: 1px solid #e5cccf;
}

.p-work-styleBlock__pink dl div:not(:first-child) {
	padding-top: 25px;
}

.p-work-styleBlock__pink dl div:first-child dt::before {
	top: 9px;
	transform: translate(-50%, -50%);
}

.p-work-styleBlock__pink dl div:first-child dt::after {
	top: 9px;
	transform: translate(-50%, -50%);
}

.p-work-styleBlock__pink dl dt {
	position: relative;
}

.p-work-styleBlock__pink dl dt::before {
	background: #e6001a;
	border-radius: 50%;
	content: "";
	height: 17px;
	left: -29px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
}

.p-work-styleBlock__pink dl dt::after {
	background: #ffffff;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: -29px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

.p-work-styleBlock__pink dt {
	color: #e6001a;
	font-family: "EB Garamond", serif;
	font-size: 20px;
	line-height: 0.8;
	width: 112px;
}

.p-work-styleBlock__pink dd {
	color: #0e1a38;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	letter-spacing: 1.12px;
	line-height: 1.4;
	width: calc(100% - 112px);
}

.p-work-styleBlock__item {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 50px;
	padding-top: 50px;
}

.p-work-styleBlock__item .p-work-styleBlock__text {
	font-size: 14px;
	letter-spacing: 0.1px;
	line-height: 1.6;
	margin-top: 15px;
}

.p-work-styleBlock__item .p-work-styleBlock__text .original {
	color: #0e1a38 !important;
	font-size: 14px !important;
	letter-spacing: 0.1px !important;
	padding-left: 20px !important;
}

.p-work-styleBlock__item p {
	color: #0e1a38;
}

.p-work-styleBlock__gray {
	background: #f8f8f8;
	margin-top: 30px;
	padding-bottom: 100px;
	padding-left: 66.5px;
	padding-right: 66.5px;
	padding-top: 50px;
	position: relative;
}

.p-work-styleBlock__gray p {
	color: #0e1a38;
	font-size: 15px;
	line-height: 1;
	text-align: right;
}

.p-work-styleBlock__gray::before {
	color: #ffffff;
	content: "ONE DAY SCHEDULE";
	font-family: "EB Garamond", serif;
	font-size: 60px;
	left: -265px;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 275px;
	transform: rotate(90deg);
}

.p-work-styleBlock__gray dl {
	border-left: 2px dashed #c6969b;
	margin-top: 25px;
	padding-bottom: 25px;
	padding-left: 28px;
}

.p-work-styleBlock__gray dl div {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
	position: relative;
}

.p-work-styleBlock__gray dl div:not(:last-child) {
	border-bottom: 1px solid #e5cccf;
}

.p-work-styleBlock__gray dl div:not(:first-child) {
	padding-top: 25px;
}

.p-work-styleBlock__gray dl div:first-child dt::before {
	top: 9px;
	transform: translate(-50%, -50%);
}

.p-work-styleBlock__gray dl div:first-child dt::after {
	top: 9px;
	transform: translate(-50%, -50%);
}

.p-work-styleBlock__gray dl dt {
	position: relative;
}

.p-work-styleBlock__gray dl dt::before {
	background: #e6001a;
	border-radius: 50%;
	content: "";
	height: 17px;
	left: -29px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
}

.p-work-styleBlock__gray dl dt::after {
	background: #ffffff;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: -29px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

.p-work-styleBlock__gray dt {
	color: #e6001a;
	font-family: "EB Garamond", serif;
	font-size: 20px;
	line-height: 0.8;
	width: 72px;
}

.p-work-styleBlock__gray dd {
	color: #0e1a38;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	letter-spacing: 1.12px;
	line-height: 1.4;
	width: calc(100% - 72px);
}

.p-work-styleBlock__itemWrap {
	display: flex;
	margin-top: 15px;
}

.p-work-styleBlock__itemRight {
	height: 200px;
	width: 305px;
}

.p-work-styleBlock__itemRight img {
	height: 100%;
	width: 100%;
}

.p-work-styleBlock__itemLeft {
	color: #0e1a38;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1px;
	line-height: 1.6;
	margin-right: 28px;
	width: calc(100% - 332px);
}

.p-work-styleBlock2 .p-work-styleBlock__pink::after {
	background-image: url(../img/normal/1x/work-style/work-style-2-2.png);
}

.p-work-styleBlock2 .p-work-styleBlock__image {
	background-image: url(../img/normal/1x/work-style/work-style-2-1.jpg);
}

.p-work-styleBlock3 .p-work-styleBlock__pink::after {
	background-image: url(../img/normal/1x/work-style/work-style-3-2.png);
}

.p-work-styleBlock3 .p-work-styleBlock__image {
	background-image: url(../img/normal/1x/work-style/work-style-3-1.jpg);
}
.p-work-styleBlock4 .p-work-styleBlock__pink::after {
	background-image: url(../img/normal/1x/work-style/work-style-4-2.png);
}

.p-work-styleBlock4 .p-work-styleBlock__image {
	background-image: url(../img/normal/1x/work-style/work-style-4-1.jpg);
}

.p-work-styleBlock3 .p-work-styleBlock__text p {
	color: #e6001a;
	margin-top: 30px;
}

.p-work-styleBlock3 .p-work-styleBlock__text ul {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 0.1px;
	padding-left: 20px;
}

.p-work-styleBlock3 .p-work-styleBlock__text li {
	line-height: 1.7142857143;
}

.p-work-styleBlock3 .p-work-styleBlock__text li::marker {
	font-size: 6px;
}
.p-system__wrap {
	border-top: 3px solid #d6d6d6;
	margin-top: 35px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.p-system__wrap h4{
	background: #AA2534;
	color:#fff;
	height: 51px;
	padding: 10px 50px;
	font-size:22px;
	margin-bottom: 25px;
}
.p-system__wrap .p-system-inner{
	padding: 10px 50px;
	margin-bottom: 40px;
}
.p-system__wrap .p-system-inner ul{
	margin-top: 30px;
	margin-bottom: 30px;
}
.p-system__wrap .p-system-inner li{
	color:#AA2534;
	margin:10px 0 0px -20px;;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.p-system__wrap .p-system-inner-subtitle span{
    background: #000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
	font-size:18px;
}
.p-system__wrap .p-system__img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 920px;
}
.p-system__wrap .p-system__img2{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 960px;
}
.p-system-pingbg{
	background: #FCF4F5;
	padding: 25px 50px 5px;
	margin-bottom: 40px;
}
.p-system-pingbg p{
	margin-bottom: 25px;
}
.u-fl {
	float: left !important;
}

.u-fr {
	float: right !important;
}

.u-fn {
	float: none !important;
}

.u-dn {
	display: none !important;
}

.u-di {
	display: inline !important;
}

.u-db {
	display: block !important;
}

.u-diib {
	display: inline-block !important;
}

.u-dtb {
	display: table !important;
}

.u-df {
	display: flex !important;
}

.u-flex {
	display: flex !important;
}

.u-flex-jf-between {
	justify-content: space-between !important;
}

.u-flex-jf-around {
	justify-content: space-around !important;
}

.u-flex-jf-center {
	justify-content: center !important;
}

.u-flex-jf-start {
	justify-content: flex-start !important;
}

.u-flex-jf-end {
	justify-content: flex-end !important;
}

.u-flex-ai-center {
	align-items: center !important;
}

.u-flex-ai-start {
	align-items: flex-start !important;
}

.u-flex-ai-end {
	align-items: flex-end !important;
}

.u-flex-0-0-auto {
	align-items: 0 0 auto !important;
}

.u-flex-1-1-auto {
	align-items: 1 1 auto !important;
}

.u-position-ab {
	position: absolute !important;
}

.u-position-rt {
	position: relative !important;
}

.u-position-st {
	position: static !important;
}

.u-border-top-none {
	border-top: none !important;
}

.u-border-left-none {
	border-left: none !important;
}

.u-border-right-none {
	border-right: none !important;
}

.u-border-bottom-none {
	border-bottom: none !important;
}

.u-width-100 {
	width: 100% !important;
}

.u-width-auto {
	width: auto !important;
}

.u-height-100 {
	height: 100% !important;
}

.u-height-auto {
	height: auto !important;
}

.u-font-we-normal {
	font-weight: normal !important;
}

.u-font-we-bold {
	font-weight: bold !important;
}

.u-text-align-center {
	text-align: center !important;
}

.u-text-align-left {
	text-align: left !important;
}

.u-text-align-right {
	text-align: right !important;
}

.u-mt0 {
	margin-top: 0px !important;
}

.u-mt4 {
	margin-top: 4px !important;
}

.u-mt8 {
	margin-top: 8px !important;
}

.u-mt12 {
	margin-top: 12px !important;
}

.u-mt16 {
	margin-top: 16px !important;
}

.u-mt20 {
	margin-top: 20px !important;
}

.u-mt24 {
	margin-top: 24px !important;
}

.u-mt28 {
	margin-top: 28px !important;
}

.u-mt32 {
	margin-top: 32px !important;
}

.u-mt36 {
	margin-top: 36px !important;
}

.u-mt40 {
	margin-top: 40px !important;
}

.u-ml0 {
	margin-left: 0px !important;
}

.u-ml4 {
	margin-left: 4px !important;
}

.u-ml8 {
	margin-left: 8px !important;
}

.u-ml12 {
	margin-left: 12px !important;
}

.u-ml16 {
	margin-left: 16px !important;
}

.u-ml20 {
	margin-left: 20px !important;
}

.u-ml24 {
	margin-left: 24px !important;
}

.u-ml28 {
	margin-left: 28px !important;
}

.u-ml32 {
	margin-left: 32px !important;
}

.u-ml36 {
	margin-left: 36px !important;
}

.u-ml40 {
	margin-left: 40px !important;
}

.u-mr0 {
	margin-right: 0px !important;
}

.u-mr4 {
	margin-right: 4px !important;
}

.u-mr8 {
	margin-right: 8px !important;
}

.u-mr12 {
	margin-right: 12px !important;
}

.u-mr16 {
	margin-right: 16px !important;
}

.u-mr20 {
	margin-right: 20px !important;
}

.u-mr24 {
	margin-right: 24px !important;
}

.u-mr28 {
	margin-right: 28px !important;
}

.u-mr32 {
	margin-right: 32px !important;
}

.u-mr36 {
	margin-right: 36px !important;
}

.u-mr40 {
	margin-right: 40px !important;
}

.u-mb0 {
	margin-bottom: 0px !important;
}

.u-mb4 {
	margin-bottom: 4px !important;
}

.u-mb8 {
	margin-bottom: 8px !important;
}

.u-mb12 {
	margin-bottom: 12px !important;
}

.u-mb16 {
	margin-bottom: 16px !important;
}

.u-mb20 {
	margin-bottom: 20px !important;
}

.u-mb24 {
	margin-bottom: 24px !important;
}

.u-mb28 {
	margin-bottom: 28px !important;
}

.u-mb32 {
	margin-bottom: 32px !important;
}

.u-mb36 {
	margin-bottom: 36px !important;
}

.u-mb40 {
	margin-bottom: 40px !important;
}

.u-pt0 {
	padding-top: 0px !important;
}

.u-pt4 {
	padding-top: 4px !important;
}

.u-pt8 {
	padding-top: 8px !important;
}

.u-pt12 {
	padding-top: 12px !important;
}

.u-pt16 {
	padding-top: 16px !important;
}

.u-pt20 {
	padding-top: 20px !important;
}

.u-pt24 {
	padding-top: 24px !important;
}

.u-pt28 {
	padding-top: 28px !important;
}

.u-pt32 {
	padding-top: 32px !important;
}

.u-pt36 {
	padding-top: 36px !important;
}

.u-pt40 {
	padding-top: 40px !important;
}

.u-pl0 {
	padding-left: 0px !important;
}

.u-pl4 {
	padding-left: 4px !important;
}

.u-pl8 {
	padding-left: 8px !important;
}

.u-pl12 {
	padding-left: 12px !important;
}

.u-pl16 {
	padding-left: 16px !important;
}

.u-pl20 {
	padding-left: 20px !important;
}

.u-pl24 {
	padding-left: 24px !important;
}

.u-pl28 {
	padding-left: 28px !important;
}

.u-pl32 {
	padding-left: 32px !important;
}

.u-pl36 {
	padding-left: 36px !important;
}

.u-pl40 {
	padding-left: 40px !important;
}

.u-pr0 {
	padding-right: 0px !important;
}

.u-pr4 {
	padding-right: 4px !important;
}

.u-pr8 {
	padding-right: 8px !important;
}

.u-pr12 {
	padding-right: 12px !important;
}

.u-pr16 {
	padding-right: 16px !important;
}

.u-pr20 {
	padding-right: 20px !important;
}

.u-pr24 {
	padding-right: 24px !important;
}

.u-pr28 {
	padding-right: 28px !important;
}

.u-pr32 {
	padding-right: 32px !important;
}

.u-pr36 {
	padding-right: 36px !important;
}

.u-pr40 {
	padding-right: 40px !important;
}

.u-pb0 {
	padding-bottom: 0px !important;
}

.u-pb4 {
	padding-bottom: 4px !important;
}

.u-pb8 {
	padding-bottom: 8px !important;
}

.u-pb12 {
	padding-bottom: 12px !important;
}

.u-pb16 {
	padding-bottom: 16px !important;
}

.u-pb20 {
	padding-bottom: 20px !important;
}

.u-pb24 {
	padding-bottom: 24px !important;
}

.u-pb28 {
	padding-bottom: 28px !important;
}

.u-pb32 {
	padding-bottom: 32px !important;
}

.u-pb36 {
	padding-bottom: 36px !important;
}

.u-pb40 {
	padding-bottom: 40px !important;
}

.u-w0 {
	width: 0px !important;
}

.u-w20 {
	width: 20px !important;
}

.u-w40 {
	width: 40px !important;
}

.u-w60 {
	width: 60px !important;
}

.u-w80 {
	width: 80px !important;
}

.u-w100 {
	width: 100px !important;
}

.u-w120 {
	width: 120px !important;
}

.u-w140 {
	width: 140px !important;
}

.u-w160 {
	width: 160px !important;
}

.u-w180 {
	width: 180px !important;
}

.u-w200 {
	width: 200px !important;
}

.u-w220 {
	width: 220px !important;
}

.u-w240 {
	width: 240px !important;
}

.u-w260 {
	width: 260px !important;
}

.u-w280 {
	width: 280px !important;
}

.u-w300 {
	width: 300px !important;
}

.u-w320 {
	width: 320px !important;
}

.u-w340 {
	width: 340px !important;
}

.u-w360 {
	width: 360px !important;
}

.u-w380 {
	width: 380px !important;
}

.u-w400 {
	width: 400px !important;
}

@media screen and (min-width: 834px) {

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.p-recruit-groupInfo__front h3 .pc-none {
	display: none;
}

.pc-none {
	display: none;
}

}

@media screen and (min-width: 1440px) {

.js-person-single-slide .slick-track img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 526px;
	object-fit: cover;
	object-position: top;
}

.js-person-single-slide .slick-track .p-person__item {
	height: 526px;
}

}

@media screen and (min-width: 1500px) {

.l-headerMenu {
	width: 432px;
}

}

@media screen and (min-width: 1600px) {

.js-person-single-slide .slick-slide {
	margin-left: 80px;
	margin-right: 80px;
}

}

@media screen and (max-width: 1430px) {

.p-welfareFV__title p {
	font-size: 150px;
}

}

@media screen and (max-width: 1365px) {

.p-recruit__title p {
	font-size: 120px !important;
}

.p-aboutData__item:not(:nth-child(3n+1)) {
	margin-left: initial;
}

.p-aboutData__item:nth-child(n+4) {
	margin-top: initial;
}

}

@media screen and (max-width: 1364px) {

.p-recruit-groupMenu__wrap {
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-recruit-groupMenu__item {
	border-left: 1px solid #e5cccf;
	padding-left: 24px;
	width: 260px;
}

.p-recruit-groupMenu__item p {
	height: 30px;
}

.p-aboutData__item {
	width: calc(50% - 4.5px);
}

.p-aboutData__item:nth-child(2n) {
	margin-left: 9px;
}

.p-aboutData__item:nth-child(n+3) {
	margin-top: 9px;
}

.p-welfareMenu {
	justify-content: left !important;
}

.p-welfareMenu .p-welfareList__item {
	width: 192.5px !important;
}

.p-welfareMenu .p-welfareList__item {
	width: 140px !important;
}

}

@media screen and (max-width: 1360px) {

.l-footerBottom {
	padding-left: 20px;
	padding-right: 20px;
}

.l-footerBottom__logo {
	margin-right: 30px;
}

.l-footerBottom__right nav ul:not(:first-child) {
	margin-left: 15px;
}

.l-footerBottom__right nav ul li a {
	font-size: 15px;
}

}

@media screen and (max-width: 1300px) {

.p-welfareMain__item {
	padding: 15px;
	width: calc(33.3333333333% - 6.666666px);
}

.p-welfareMain__item .p-welfareIconWrap {
	margin-top: 10px;
}

.p-welfareMain__item p {
	margin-top: 10px;
}

.p-welfareMain__item:not(:nth-child(3n+1)) {
	margin-left: 10px;
}

.p-welfareMain__item:nth-child(n+4) {
	margin-top: 10px;
}
.p-system__wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
.p-system__wrap h4{
	padding: 10px 20px 10px;
	font-size:16px;
	height: auto;
	margin-bottom: 10px;
}
.p-system__wrap .p-system-inner{
	padding: 10px 5%;
	margin-bottom: 20px;
	font-size:13px;
}
.p-system__wrap .p-system-inner ul{
	margin-top: 15px;
	margin-bottom: 15px;
}
.p-system__wrap .p-system-inner li{
	color:#AA2534;
	margin:10px 0 0px -20px;;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.p-system__wrap .p-system-inner-subtitle span{
    background: #000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
	font-size:13px;
}
.p-system-pingbg{
	background: #FCF4F5;
	padding: 20px 5% 5px;
	margin-bottom: 40px;
	font-size:13px;
	
}
.p-system-pingbg p{
	margin-bottom: 25px;
}
}

@media screen and (max-width: 1270px) {

.p-frontList__wrap {
	margin-left: 133px;
	margin-right: 133px;
}

}

@media screen and (max-width: 1240px) {

.c-frontSection2 {
	background-position: right;
}

.c-frontSection2Cross {
	background-position: center !important;
}

.c-frontSection2__title p {
	font-size: 150px;
}

}

@media screen and (max-width: 1235px) {

.p-frontList__text {
	font-size: 13px;
}

}

@media screen and (max-width: 1200px) {

.c-frontSection__bg .c-frontSection__title {
	font-size: 110px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-welfareFV__title p {
	font-size: 120px !important;
}

}

@media screen and (max-width: 1168px) {

.p-frontList__item h2 {
	font-size: 21px;
}

}

@media screen and (max-width: 1130px) {

.p-productSection__title p {
	font-size: 50px;
}

}

@media screen and (max-width: 1100px) {

.l-pageFV__title p {
	font-size: 140px;
}

}

@media screen and (max-width: 1000px) {

.p-cultureTheme__bottom {
	transform: translateX(0%);
}

.p-welfareFV__title p {
	font-size: 80px !important;
}

}

@media screen and (max-width: 999px) {

.l-footerBottom {
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}

.l-footerBottom__wrap {
	display: block;
}

.l-footerBottom__right {
	margin-top: 40px;
}

.l-footerBottom__right nav {
	display: block;
}

.l-footerBottom__right nav ul:not(:first-child) {
	margin-left: 0;
	margin-top: 10px;
}

.l-pageFV__title p {
	font-size: 130px;
}

.l-pageContent__wrap {
	padding-left: 60px;
	padding-right: 60px;
}

.c-frontSection__bg h2 {
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-frontSection__bg .c-frontSection__title {
	font-size: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-frontSection__text {
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-btnPosition {
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-frontSection2__title p {
	font-size: 120px;
}

.p-frontFV h2 img {
	width: 150px;
}

.p-frontMessage__content h2 {
	font-size: 100px;
}

.p-frontMessage__content p {
	font-size: 14px;
	line-height: 2.4;
}

.p-frontList__wrap {
	display: block;
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 150px;
	padding-top: 100px;
}

.p-frontList__item {
	margin-left: 0px !important;
	width: 100%;
}

.p-frontList__item:nth-child(1) {
	margin-bottom: 150px;
}

.p-frontList__item:nth-child(1) .p-frontList__text {
	bottom: -70px;
}

.p-frontList__item:nth-child(2) {
	margin-bottom: 150px;
}

.p-frontList__item:nth-child(3) .p-frontList__text {
	bottom: -70px;
}

.p-recruit-messageFV__title P {
	font-size: 150px;
}

.p-person__wrap {
	padding-bottom: 50px;
	padding-top: 70px;
}

.ac-child__wrap {
	display: flex;
	flex-direction: column;
}

.ac-child__left {
	width: 100%;
}

.ac-child__right {
	margin-left: 0;
	margin-top: 30px;
	width: 100%;
}

.p-person-singleSlide__ttl {
	margin-left: 80px;
	margin-right: 50px;
}

}

@media screen and (max-width: 940px) {

.p-recruit__title p {
	font-size: 70px !important;
}

}

@media screen and (max-width: 917px) {

.p-cultureTheme__wrap {
	flex-direction: column-reverse !important;
}

.p-cultureTheme__wrap:nth-child(2n) .p-cultureTheme__right {
	margin-top: 30px;
	width: 100%;
}

.p-cultureTheme__wrap:nth-child(2n+1) .p-cultureTheme__left {
	margin-top: 30px;
	width: 100%;
}

.p-cultureTheme__left {
	margin-top: 30px;
	width: 100%;
}

.p-cultureTheme__right {
	margin-left: 0;
	width: 100%;
}

}

@media screen and (max-width: 900px) {

.p-aboutData__item {
	width: 100%;
}

.p-aboutData__item:nth-child(2n) {
	margin-left: initial;
}

.p-aboutData__item:nth-child(n+3) {
	margin-top: initial;
}

.p-aboutData__item:not(:first-child) {
	margin-top: 9px;
}

}

@media screen and (max-width: 834px) {

.l-flex.__tb,
.__tb.l-flex-direction__row-r,
.__tb.l-flex-direction__row,
.__tb.l-flex-direction__col-r,
.__tb.l-flex-direction__col,
.__tb.l-flex-wrap,
.__tb.l-flex-align__end,
.__tb.l-flex-align__start,
.__tb.l-flex-align__center,
.__tb.l-flex-justify__end,
.__tb.l-flex-justify__center,
.__tb.l-flex-justify__beetween {
	flex-direction: column;
}

.l-header__logo {
	left: 15px;
	top: 15px;
}

.l-header__logo img {
	width: 200px;
}

.l-header__logo h1 {
	font-size: 12px;
}

.l-headerMenu {
	right: -100%;
	width: 100%;
}

body.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.l-footerTop {
	padding-bottom: 30px;
	padding-top: 30px;
}

.l-footerTop__block {
	width: 90%;
}

.l-footerTop__block a {
	padding-left: 50px;
	padding-right: 50px;
}

.l-footerTop__block a:hover::before {
	right: 10px;
}

.l-footerTop__block a::before {
	right: 20px;
}

.l-footerTop__block h2 {
	font-size: 20px;
}

.l-footerTop__block p {
	margin-left: auto;
	margin-right: auto;
}

.l-footerTop__block:nth-child(1) a {
	flex-direction: column;
}

.l-footer__BootomDesc {
	flex-direction: column-reverse;
}

.l-footerBottom__copy {
	font-size: 10px;
	margin-top: 20px;
}

.l-footerBottom__text {
	text-align: left;
}

.l-footerBottom__text a:nth-child(1) {
	padding-left: 0;
}

.l-footerBottom__text a:nth-child(1)::before {
	display: none;
}

.l-footerBottom__text a:nth-child(2) {
	padding-left: 0;
}

.l-footerBottom__text a:nth-child(4) {
	margin-top: 0px;
}

.l-sideTtl {
	left: 20.5px;
}

.l-sideMessage {
	top: 50px;
}

.l-pageFV__title p {
	font-size: 70px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.l-pageFV__title h2 {
	font-size: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-cultureFV__ttl {
	top: -50px !important;
}

.l-pageContent__wrap {
	margin-left: 40px;
	padding-left: 40px;
	padding-right: 40px;
	width: calc(100% - 40px);
}

.l-FV__scrl {
	left: 8px;
}

.c-frontSectionScreen::before {
	height: calc(100% - 54px);
	top: 54px;
}

.c-frontSectionScreen2 {
	padding-bottom: 100px;
}

.c-frontSectionScreen2::before {
	height: calc(100% - 54px);
	top: 54px;
}

.c-frontSection {
	padding-top: 100px;
}

.c-frontSection__bg h2 {
	top: 110px;
}

.c-frontSection__bg .c-frontSection__title {
	font-size: 45px;
}

.c-frontSection__text {
	top: 218px;
	width: 80%;
}

.c-btnPosition {
	top: 350px;
}

.c-frontAbout__section {
	padding-bottom: 100px;
}

.c-frontSection2Work {
	background-position: 37% 50% !important;
}

.c-frontSection2Cross {
	background-image: url(../img/normal/1x/culture/culture-FV-sp.jpg);
}

.c-frontSection2__text {
	font-size: 14px;
	top: 380px;
}

.c-btnPosition2 {
	top: 500px;
}

.c-frontSection2__title {
	top: 70px;
}

.c-frontSection2__title p {
	font-size: 65px;
}

.c-frontSection2__title h2 {
	font-size: 30px;
	text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
}

.c-sectionTtl {
	font-size: 20px;
}

.slick-slide:nth-child(1) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/sp-front-FV-01.jpg);
}

.slick-slide:nth-child(2) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/sp-front-FV-02.jpg);
}

.slick-slide:nth-child(3) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/sp-front-FV-03.jpg);
}

.slick-slide:nth-child(4) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/sp-front-FV-04.jpg);
}

.slick-slide:nth-child(5) .p-FV__wrap {
	background-image: url(../img/normal/1x/front/sp-front-FV-05.jpg);
}

.p-FV__scrl {
	left: 15px;
}

.p-frontMessage__content h2 {
	font-size: 100px;
	left: -188px;
	transform: rotate(90deg);
}

.p-frontMessage__content p {
	height: auto;
	padding-left: 40px;
	white-space: initial;
	width: 400px;
	writing-mode: revert;
}

.p-recruit-messageFV__title P {
	font-size: 57px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-recruit-messageFV__title h2 {
	font-size: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-recruit-messageContent__wrap {
	padding-bottom: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
}

.p-recruit-message__text h2 {
	font-size: 25px;
}

.p-recruit-message__text p {
	font-size: 14px;
}

.p-recruit-message__text ul {
	font-size: 14px;
}

.p-person .careful {
	font-size: 13px;
}

.p-person__item {
	padding-right: 15px;
	width: calc(33.3333333333% - 13.3333333px);
}

.p-person__item:not(:nth-child(3n+1)) {
	margin-left: 20px;
}

.p-person__item .p-person__post {
	font-size: 14px;
	right: 0px;
}

.p-person__item h3 {
	font-size: 18px;
}

.p-person__item .p-person__date {
	font-size: 13px;
}

.p-productsMenu {
	justify-content: left;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(1) h3 {
	height: 40px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(1) p {
	height: 40px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(2) h3 {
	height: 40px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(2) p {
	height: 40px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(3) h3 {
	height: 30px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(3) p {
	height: 30px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(4) h3 {
	height: 30px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(4) p {
	height: 30px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(5) h3 {
	height: 30px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(5) p {
	height: 30px !important;
}

.p-productMenu__item {
	width: calc(50% - 16px);
}

.p-productMenu__item:not(:nth-child(4n+1)) {
	margin-left: initial;
}

.p-productMenu__item:nth-child(2n) {
	margin-left: 32px;
}

.p-productMenu__item:nth-child(n+5) {
	margin-top: initial;
}

.p-productMenu__item:nth-child(n+3) {
	margin-top: 30px;
}

.p-productSection__title p {
	font-size: 25px;
}

.p-productSection__title .p-productSection__img {
	font-size: 20px;
	white-space: nowrap;
}

.p-productSection__wrap {
	flex-wrap: wrap;
}

.p-productSection__item {
	width: calc(50% - 16px);
}

.p-productSection__item:not(:first-child) {
	margin-left: initial;
}

.p-productSection__item:nth-child(2n) {
	margin-left: 25px;
}

.p-productSection__item:nth-child(n+3) {
	margin-top: 25px;
}

.p-company__wrap {
	padding-bottom: 60px;
}

.p-companyProfile__wrap dl {
	padding-bottom: 15px;
	padding-top: 15px;
}

.p-companyProfile__wrap dl dt {
	padding-left: 15px;
	width: 100px;
}

.p-companyProfile__wrap dl dd {
	line-height: 1.4285714286;
	width: calc(100% - 100px);
}

.p-companyMain {
	margin-top: 60px;
}

.p-companyMain__block {
	margin-top: 50px;
}

.p-companyMain__wrap {
	align-items: center;
	flex-direction: column;
}

.p-companyMain__left {
	width: 100%;
}

.p-companyMain__right {
	margin-top: 30px;
	padding-left: 0px;
	width: 100%;
}

.p-companyMain__img {
	flex-wrap: wrap;
}

.p-companyMain__img img {
	width: calc(50% - 5px);
}

.p-companyMain__img img:not(:first-child) {
	margin-left: initial;
}

.p-companyMain__img img:nth-child(2n) {
	margin-left: 10px;
}

.p-companyMain__img img:nth-child(n+3) {
	margin-top: 10px;
}

.p-culture__FV {
	background-image: url(../img/normal/1x/culture/culture-FV-sp.jpg);
}

.p-culture__wrap {
	padding-bottom: 150px;
}

.p-cultureSymposium {
	margin-top: 80px;
}

.p-cultureSymposium__wrap {
	display: block;
}

.p-cultureSymposium__item {
	width: 100%;
}

.p-cultureSymposium__item:not(:first-child) {
	margin-left: initial;
}

.p-cultureSymposium__item:not(:first-child) {
	margin-top: 30px;
}

.p-cultureTheme h4 {
	font-size: 18px;
}

.p-cultureTheme:nth-child(2n) .p-cultureTheme__right img {
	height: auto;
	width: 100%;
}

.p-cultureTheme:nth-child(5) {
	margin-top: 230px;
}

.p-cultureTheme:nth-child(6) {
	padding-bottom: 210px;
}

.p-cultureTheme__right img {
	height: auto;
	width: 100%;
}

.p-cultureTheme__bottom {
	height: 205px;
	margin-top: 50px;
}

.p-cultureTheme__bottom img {
	height: auto !important;
	width: 100% !important;
}

.p-recruit-groupInfo__front {
	padding-left: 10px;
	padding-right: 10px;
}

.p-recruit-groupInfo__front h3 {
	font-size: 20px;
	line-height: 1.4;
}

.p-recruit-groupInfo__back {
	padding-left: 0px;
	padding-right: 0px;
}

.p-recruit-groupInfo__back h4 {
	font-size: 20px;
}

.ac-child__bottom dt {
	padding-left: 10px;
	width: 100px;
}

.ac-child__bottom dd {
	width: calc(100% - 100px);
}

.ac-child__bottom dd iframe {
	margin: 0 calc(50% - 50vw);
	margin-top: 30px;
	padding-left: 40px;
	width: 80vw;
}

.ac-child__bottom dd p {
	font-size: 12px;
}

.ac-child__bottomContent {
	flex-direction: column;
}

.ac-child__bottomContent__right {
	margin-bottom: 30px;
	margin-top: 30px;
}

.sp-none {
	display: none;
}

.p-recruitMenu__item {
	width: 50%;
}

.p-recruitMenu__item:not(:first-child) {
	padding-left: 25px;
}

.p-recruitFreshers__wrap {
	flex-direction: column;
}

.p-recruitFreshers__wrap span::before {
	left: 50%;
	rotate: 90deg;
	transform: translate(50%, 70%);
}

.p-recruitFreshers__item {
	width: 100%;
}

.p-recruitFreshers__item:not(:first-child) {
	margin-top: 100px;
}

.p-recruitFreshers__item:not(:first-child) {
	margin-left: 0px;
}

.p-recruitCareer__front {
	padding: 0 10px;
}

.p-recruitCareer__front h4 {
	font-size: 18px;
}

.p-recruitCareer__back {
	padding-left: 20px;
	padding-right: 20px;
}

.p-recruitCareer__back dt {
	width: 100px;
}

.p-recruitCareer__back dd {
	width: calc(100% - 100px);
}

.p-about .careful {
	font-size: 13px;
}

.p-person-single-title p {
	left: initial !important;
	right: 50% !important;
	top: 50%;
	transform: translateX(50%);
}

.p-person-single__wrap {
	padding-bottom: 60px;
}

.p-person-single__name h2 {
	font-size: 30px;
}

.p-person-single__name p {
	line-height: 1;
	margin-top: 10px;
}

.p-person-singleBlock__item {
	display: block;
}

.p-person-singleBlock__item:nth-child(2n) .p-person-singleBlock__left {
	margin-left: 0px;
	width: 100%;
}

.p-person-singleBlock__item:nth-child(2n) .p-person-singleBlock__right {
	margin-left: 0px;
	width: 100%;
}

.p-person-singleBlock__left {
	width: 100%;
}

.p-person-singleBlock__right {
	margin-left: 0;
	width: 100%;
}

.p-person-singleBlock__right h3 {
	margin-top: 30px;
}

.p-person-singleSlide__ttl {
	display: block;
}

.p-person-singleSlide__ttl a {
	margin-top: 30px;
}

.slick-next {
	right: 50px;
}

.slick-next:before {
	height: 30px;
	width: 30px;
}

.slick-prev {
	left: 25px;
}

.slick-prev:before {
	height: 30px;
	width: 30px;
}

.p-welfareSystem__item {
	flex-direction: column;
	justify-content: center;
	padding: 15px;
}

.p-welfareSystem__right {
	margin-left: 0px;
}

.p-welfareSystem__right h4 {
	margin-top: 20px;
	text-align: center;
}

.p-welfareSystem__right ul {
	display: block;
}

.p-welfareSystem__right ul li:not(:first-child) {
	margin-left: initial;
}

.p-welfareMain__item {
	width: calc(50% - 10px);
}

.p-welfareMain__item:not(:nth-child(3n+1)) {
	margin-left: initial;
}

.p-welfareMain__item:nth-child(2n) {
	margin-left: 20px;
}

.p-welfareMain__item:nth-child(n+4) {
	margin-top: initial;
}

.p-welfareMain__item:nth-child(n+3) {
	margin-top: 20px;
}

.p-work-style__FV {
	background-position: 37% 50% !important;
}

.p-work-styleMenu__wrap .p-welfareList__item:nth-child(3) {
	margin-top: 30px !important;
}
.p-work-styleMenu__wrap .p-welfareList__item:nth-child(4) {
	margin-top: 30px !important;
}
.p-work-styleMenu__wrap .p-welfareList__item p {
	height: 30px !important;
}

.p-work-styleBlock {
	margin-top: 50px;
}

.p-work-styleBlock__image {
	background-position: 20% 50%;
}
.p-work-styleBlock4 .p-work-styleBlock__image {
	background-position: 50% 50%;
}
.p-work-styleBlock__image h3 {
	font-size: 25px;
	left: 15px;
}

.p-work-styleBlock__wrap {
	margin-bottom: 100px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.p-work-styleBlock__wrap h4 {
	line-height: 1.2;
}

.p-work-styleBlock__pink {
	margin-top: 50px;
	padding-bottom: 50px;
	padding-left: 36.5px;
	padding-right: 15px;
}

.p-work-styleBlock__pink p {
	margin-left: -18.25px;
}

.p-work-styleBlock__pink::before {
	font-size: 30px;
	left: -89px;
	top: 100px;
}

.p-work-styleBlock__pink dt {
	width: 90px;
}

.p-work-styleBlock__pink dd {
	width: calc(100% - 90px);
}

.p-work-styleBlock__gray {
	padding-bottom: 50px;
	padding-left: 36.5px;
	padding-right: 15px;
}

.p-work-styleBlock__gray p {
	font-size: 12px;
}

.p-work-styleBlock__gray::before {
	font-size: 30px;
	left: -132px;
	top: 145px;
}

.p-work-styleBlock__gray dt {
	width: 65px;
}

.p-work-styleBlock__gray dd {
	width: calc(100% - 65px);
}

.p-work-styleBlock__itemWrap {
	flex-direction: column;
}

.p-work-styleBlock__itemRight {
	height: 100%;
	margin-top: 30px;
	width: 100%;
}

.p-work-styleBlock__itemRight img {
	height: auto;
	width: 100%;
}

.p-work-styleBlock__itemLeft {
	width: 100%;
}

.p-work-styleBlock2 .p-work-styleBlock__image {
	background-position: 77% 50% !important;
}

}

@media screen and (max-width: 834px) and (max-width: 460px) {

.p-productsMenu .p-recruit-groupMenu__item:nth-child(1) p {
	height: 60px !important;
}

.p-productsMenu .p-recruit-groupMenu__item:nth-child(2) p {
	height: 60px !important;
}

}

@media screen and (max-width: 780px) {

.p-recruit-group-menu-origin .p-recruit-groupMenu__item:nth-child(n+3) {
	padding-top: 20px;
}

}

@media screen and (max-width: 700px) {

.p-welfareFV__title p {
	font-size: 60px !important;
}

}

@media screen and (max-width: 642px) {

.p-recruit-groupMenu__item {
	padding-left: 12px;
	width: 170px;
}

.p-recruit-groupMenu__item:not(:first-child) {
	padding-left: 12px;
}

.p-recruit-groupMenu__item:not(:last-child) {
	padding-right: 12px;
}

.p-recruit-groupMenu__item:first-child {
	padding-right: 12px;
}

.p-recruit-groupMenu__item h3 {
	font-size: 10px;
	height: 50px;
}

}

@media screen and (max-width: 600px) {

.p-welfareMain__item {
	width: 100%;
}

.p-welfareMain__item:nth-child(2n) {
	margin-left: initial;
}

.p-welfareMain__item:nth-child(n+3) {
	margin-top: initial;
}

.p-welfareMain__item:nth-child(n+2) {
	margin-top: 20px;
}

}

@media screen and (max-width: 503px) {

.p-recruit__title p {
	font-size: 50px !important;
}

}

@media screen and (max-width: 500px) {

.p-recruit-groupInfo__front h3 {
	font-size: 15px;
}

}

@media screen and (max-width: 465px) {

.p-recruit-groupMenu__item {
	padding-right: 10px;
	width: 110px;
}

}

@media screen and (max-width: 460px) {

.p-aboutData__numbers {
	font-size: 80px;
}

.p-aboutData__subnumbers {
	font-size: 40px;
}

.p-aboutData__subnumbers span {
	font-size: 18px;
}

.p-welfareFV__title p {
	font-size: 48px !important;
}

}

@media screen and (max-width: 450px) {

.p-culture__wrap {
	padding-bottom: 40px;
}

.p-cultureTheme:nth-child(5) {
	margin-top: 100px;
}

.ac-child__bottomBtn a {
	padding: 30px 110px 30px 60px;
	text-align: center;
	width: 100%;
}

.p-recruitCareer__MiddleBtn a {
	padding: 30px 100px 30px 50px;
	text-align: center;
	width: 100%;
}

.p-recruit-group-menu-origin .p-recruit-groupMenu__item:nth-child(3) h3 {
	height: 30px !important;
}

.p-recruit-group-menu-origin .p-recruit-groupMenu__item:nth-child(3) p {
	height: 18px !important;
}

.p-recruit-group-menu-origin .p-recruit-groupMenu__item:nth-child(4) h3 {
	height: 30px !important;
}

.p-recruit-group-menu-origin .p-recruit-groupMenu__item:nth-child(4) p {
	height: 18px !important;
}

}

@media screen and (max-width: 414px) {

.l-flex.__sp,
.__sp.l-flex-direction__row-r,
.__sp.l-flex-direction__row,
.__sp.l-flex-direction__col-r,
.__sp.l-flex-direction__col,
.__sp.l-flex-wrap,
.__sp.l-flex-align__end,
.__sp.l-flex-align__start,
.__sp.l-flex-align__center,
.__sp.l-flex-justify__end,
.__sp.l-flex-justify__center,
.__sp.l-flex-justify__beetween {
	flex-direction: column;
}

.l-footerBottom__logo p {
	font-size: 12px;
}

.l-footerBottom__text a {
	font-size: 13px;
}

.l-footerBottom__right nav ul .interview ol:nth-child(2) {
	margin-left: 10px;
}

.l-pageFV__title p {
	font-size: 60px;
}

.l-pageFV__title h2 {
	font-size: 25px;
}

.l-pageContent {
	padding-bottom: 0;
}

.l-pageContent__wrap {
	margin-left: 40px;
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);
}

.c-frontSection__bg .c-frontSection__title {
	font-size: 40px;
}

.c-frontSection2__title p {
	font-size: 60px;
}

.p-frontMessage__content p {
	line-height: 2;
}

.p-person__wrap {
	display: block;
}

.p-person__item {
	width: 100%;
}

.p-person__item:not(:nth-child(3n+1)) {
	margin-left: 0;
}

.p-person__item:nth-child(n+4) {
	margin-top: initial;
}

.p-person__item:not(:first-child) {
	margin-top: 70px;
}

.p-productMenu__item {
	height: 185px;
}

.p-productMenu__item {
	width: calc(50% - 8px);
}

.p-productMenu__item:nth-child(2n) {
	margin-left: 16px;
}

.p-productMenu__item .p-productMenu__img {
	height: 60px;
}

.p-recruit__title p {
	font-size: 40px !important;
}

.p-recruit-groupMenu__item:not(:first-child) {
	padding-left: 10px;
}

.p-recruit-groupMenu__item:not(:last-child) {
	padding-right: 10px;
}

.p-recruit-groupMenu__item:first-child {
	padding-right: 10px;
}

.ac-child__bottom dd iframe {
	margin: 0 calc(50% - 50vw);
	margin-top: 30px;
	padding-left: 40px;
	width: 70vw;
}

.p-aboutData__item {
	height: 420px;
}

.p-aboutData__item:nth-child(1) img {
	margin-top: 30px;
}

.p-person-single-content {
	padding-bottom: 30px !important;
}

.p-welfareFV__title p {
	font-size: 60px;
}

}

@media screen and (max-width: 400px) {

.p-frontMessage__content p {
	letter-spacing: 1px;
	padding-left: 30px;
	width: 315px;
}

}

@media screen and (max-width: 396px) {

.p-frontList__item:nth-child(1) .p-frontList__text {
	bottom: -90px;
}

}

@media screen and (max-width: 390px) {

.p-recruit-messageFV__title P {
	font-size: 50px;
}

}

@media screen and (max-width: 380px) {

.p-person-single__name h2 {
	font-size: 26px;
}

}

@media screen and (max-width: 375px) {

.p-recruitCareer__MiddleBtn a {
	padding: 30px 40px 30px 30px;
}

}

@media screen and (max-width: 370px) {

.l-header__logo h1 {
	font-size: 11px;
}

.l-pageFV__title p {
	font-size: 40px !important;
}

.c-frontSection__bg .c-frontSection__title {
	font-size: 30px;
}

.c-frontSection2__title p {
	font-size: 40px;
}

.c-frontSection2__title h2 {
	font-size: 25px;
}

.p-recruit-messageFV__title P {
	font-size: 40px;
}

.p-productSection__title p {
	font-size: 20px;
}

}

@media screen and (max-width: 350px) {

.p-recruit-groupMenu__item {
	padding-right: 10px;
	width: 100px;
}

}

@media screen and (max-width: 340px) {

.p-person-single__name h2 {
	font-size: 22px;
}

}

@media screen and (max-width: 330px) {

.p-aboutData__subnumbers {
	font-size: 35px;
}

}

@keyframes fadeInAnime {

0% {
	bottom: 68.5px;
	opacity: 1;
}

20% {
	opacity: 53.3px;
	opacity: 1;
}

40% {
	opacity: 38.1px;
	opacity: 1;
}

60% {
	opacity: 22.9px;
	opacity: 0.8;
}

80% {
	opacity: 7.7px;
	opacity: 0.4;
}

100% {
	bottom: -7.5px;
	opacity: 0;
}

}

@keyframes fadeInAnime {

0% {
	bottom: 68.5px;
	opacity: 1;
}

20% {
	opacity: 53.3px;
	opacity: 1;
}

40% {
	opacity: 38.1px;
	opacity: 1;
}

60% {
	opacity: 22.9px;
	opacity: 0.8;
}

80% {
	opacity: 7.7px;
	opacity: 0.4;
}

100% {
	bottom: -7.5px;
	opacity: 0;
}

}


/*2024年03月追記*/
.p-digital__FV {
	background-image: url(../img/normal/1x/digital/digital-FV.jpg);
}

.p-digital__wrap {
	padding-bottom: 143px;
	padding-top: 123px;
}

.p-digitalWhat__desc {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.7142857143;
	padding-top: 32px;
}
.p-digital__title p {
	white-space: nowrap;
	line-height: 200px;
}
.p-digitalLink{
	display: block;
	position: relative;
	margin: 60px auto 0;
	width: 100%;
	max-width: 1000px;
}
.p-digitalLink a{
	color:#fff;
	text-decoration: none;
	font-size:26px;
}
.p-digitalLink__photo img{
	width: 100%;
	height: auto;
}
.p-digitalLink__txt{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.p-digitalLink__icon{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:94%;
	width: 22px;
	height: 22px;
	transition: 0.2s;

}
.p-digitalLink a:hover .p-digitalLink__icon{
	left:95%;
}
@media screen and (max-width: 780px) {
.p-digitalLink{
	display: block;
	position: relative;
	margin: 30px auto 0;
	width: 100%;
	max-width: 100%;
}
.p-digitalLink a{
	color:#fff;
	text-decoration: none;
	font-size:16px;
}
.p-digitalLink__photo img{
	width: 100%;
	height: auto;
}
.p-digitalLink__txt{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
.p-digitalLink__icon{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:90%;
	width: 22px;
	height: 22px;
	transition: 0.2s;

}
.p-digitalLink a:hover .p-digitalLink__icon{
	left:92%;
}
	
	
}
.p-dx-single{
    background-color: #A91A0A;
}
.p-dxFV {
    background-image: url(../img/normal/1x/dx/dx-FV.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 100%;
}

.p-dxFV__title {
	color: #ffffff;
}

.p-dxFV__title P {
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	font-family: "EB Garamond", serif;
	font-size: 190px;
	font-weight: 400;
	left: 0;
	letter-spacing: 2px;
	opacity: 0.3;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.p-dxFV__title h2 {
	font-size: 42px;
	left: 182.5px;
	letter-spacing: 0.8px;
	position: absolute;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3019607843);
	top: 50%;
	transform: translateY(-50%);
}

.p-dxContent {
	background-image: url(../img/normal/1x/dx/dx-content.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.p-dxContent__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-bottom: 338px;
	padding-top: 126px;
	width: 743px;
}

.p-dxContenTtl {
	text-align: center;
}



.p-dxContenTtl span {
	color: #E6001A;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.16px;
	line-height: 1;
}
.p-dxContenTtl h3{
	font-size:24px;
}

.p-dx__text {
	font-weight: bold;
	margin-top: 70px;
}

.p-dx__text h2 {
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 3.36px;
    margin-bottom: 72.5px;
    margin-top: 35.5px;
    position: relative;
    text-align: center;
}

.p-dx__text h2::before {
	background: #E6001A;
	bottom: -32px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 70px;
}

.p-dx__text p {
    color: #FFFFFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 2.3333333333;
}

.p-dx__text .mt-30 {
	margin-top: 30px;
}

.p-dx__director {
	margin-top: 70px;
}

.p-dx__director p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin-top: 33px;
	text-align: center;
}

.p-dx__director p span {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.44px;
	margin-left: 20px;
}

@media screen and (max-width: 834px) {
.p-dxFV__title P {
	font-size: 57px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-dxFV__title h2 {
	font-size: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-dxContent__wrap {
	padding-bottom: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
}

.p-dx__text h2 {
	font-size: 25px;
}

.p-dx__text p {
	font-size: 14px;
}

.p-dx__text ul {
	font-size: 14px;
}

}


.c-personBox__list{
	width: 85%;
	margin: 0 auto;
	
}
.p-person-single-content {
	padding-bottom: 100px;
}

.c-personBox__ttl {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-left: 216px;
	margin-right: 133.5px;
}
.c-personBox__list .p-person__item{
	width: 25%;
	margin: 4%;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 990px) {
	h2.p-digital__ttl{
		font-size:18px;
		font-weight: bold;
	}
	
	.c-personBox__list{
	width: 100%;
	margin: 0 auto;
	
}
.p-person-single-content {
	padding-bottom: 50px;
}

.c-personBox__ttl {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-left: 216px;
	margin-right: 0px;
}
.c-personBox__list .p-person__item{
	width: 80%;
	margin: 10%;
	display: block;
}
	
}
.p-person__item .p-person__icon {
    display: inline-block;
    text-align: left;
}
.p-person__item .p-person__icon img{
	height: 26px;
	width: auto;
}
.p-person__search{
	padding-top: 80px;
}
.p-person__searchbox {
    width: 758px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    background-image: url(../img/normal/1x/person/searchbox-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.p-person__searchtitle {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../img/normal/1x/person/icon-search.png);
    background-repeat: no-repeat;
    background-size: 27px auto;
    background-position: left center;
    padding-left: 30px;
}
.p-person__iconlist {
	width: 300px;
	height: 70px;
	position: absolute;
	right:30px;
	top:50%;
	transform: translateY(-50%);
}
.p-person__iconlist img{
	width: auto;
	height: 26px;
	display: inline-block;
	margin: 1px 7px;
}
@media screen and (max-width: 990px) {
	
	.p-person__searchbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    background-image: url(../img/normal/1x/person/searchbox-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
	.p-person__searchtitle {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../img/normal/1x/person/icon-search.png);
    background-repeat: no-repeat;
    background-size: 27px auto;
    background-position: left center;
    padding-left: 30px;
}
}
@media screen and (max-width: 780px) {
		.p-person__searchbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    background-image: url(../img/normal/1x/person/searchbox-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
	.p-person__searchtitle {
	margin-bottom: 20px;	
	}
	
	.p-person__iconlist {
	width: 100%;
	height: auto;
	position: relative;
	right:0;
	top:0%;
	transform: translateY(0%);
}
	.p-person__iconlist img{
	width: auto;
	height: 24px;
	display: inline-block;
	margin: 1px 2px;
}
}


.p-frontDigital__btnarea {
    position: absolute;
    left: 300px;
    top: 265px;
	width: 860px;
	height: 120px;
}
.p-frontDigital__btnbox{
    display: inline-block;
    background-position: 0;
    background-color: rgba(43,52,59,0.90);
    margin-right: 20px;
}
.p-frontDigital__btnbox a{
    display: block;
    width: 262px;
    height: 120px;
    background-image: url(../img/normal/1x/front/link-arrow.png);
    background-repeat: no-repeat;
    background-position: 94% center;
	transition: 0.2s;
	color:#fff;
	text-decoration: none;
	font-size:18px;
	padding: 30px 
}
.p-frontDigital__btnbox a:hover{
	background-position: 96% center;
}
@media screen and (max-width: 1360px) {
	
	.p-frontDigital__btnarea {
    position: absolute;
    left: -40px;
    top: 380px;
	width: 860px;
	height: 120px;
}

	
}
@media screen and (max-width: 990px) {
		.p-frontDigital__btnarea {
    position: absolute;
    left: 50%;
    top: 390px;
	width: 670px;
	height: 80px;
			transform: translateX(-50%);
}
	.p-frontDigital__btnbox a{
    display: block;
    width: 200px;
    height: 80px;
    background-image: url(../img/normal/1x/front/link-arrow.png);
    background-repeat: no-repeat;
    background-position: 94% center;
	transition: 0.2s;
	color:#fff;
	text-decoration: none;
	font-size:14px;
	padding: 20px 
}
	
}
@media screen and (max-width: 780px) {
	.c-frontDigital__section {
	padding-bottom: 160px;
}
			.p-frontDigital__btnarea {
    position: relative;
    left: 0%;
    top: 90%;
	width: 100%;
	height: 60px;
	transform: translateX(0%);
}
	.p-frontDigital__btnbox{
    display: block;
    background-position: 0;
    background-color: rgba(43,52,59,0.90);
    margin-right: 0px;
		margin-bottom: 5px;
}
.p-frontDigital__btnbox a{
    display: block;
    width: 100%;
    height: 60px;
    background-image: url(../img/normal/1x/front/link-arrow.png);
    background-repeat: no-repeat;
    background-position: 94% center;
	transition: 0.2s;
	color:#fff;
	text-decoration: none;
	font-size:14px;
	padding: 15px 
}
}


.p-moniplat__FV {
	background-image: url(../img/normal/1x/moniplat/moniplat-FV.jpg);
}

.p-moniplat .careful {
	color: #585858;
	font-size: 11px;
	margin-top: 25px;
}

.p-moniplat__wrap {
	padding-bottom: 100px;
	padding-top: 123px;
}

.p-moniplat-inner {
	width: 917px !important;
}

.p-moniplatWAY p {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.7142857143;
	margin-top: 34px;
	text-align: center;
}

.p-moniplatWAY img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
	width: 857px;
}

.p-moniplatSymposium {
	margin-top: 0px;
	padding-bottom: 70px;
}

.p-moniplatSymposium .p-moniplatSymposium__text {
	color: #0e1a38;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.7142857143;
	margin-top: 34px;
	text-align: center;
}

.p-moniplatSymposium__wrap {
	display: flex;
	margin-top: 51px;
}

.p-moniplatSymposium__item {
	text-align: center;
	width: calc(25% - 32.25px);
}

.p-moniplatSymposium__item:not(:first-child) {
	margin-left: 43px;
}

.p-moniplatSymposium__item img {
	width: 100%;
}

.p-moniplatSymposium__item h4 {
	color: #0e1a38;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.44px;
	line-height: 1;
	margin-top: 14px;
}

.p-moniplatSymposium__item p {
	color: #585858;
	font-size: 11px;
	letter-spacing: 0.78px;
	line-height: 1.3;
	margin-top: 9px;
}

.p-moniplatTheme {
	border-top: 1px solid #d6d6d6;
	padding-bottom: 70px;
	padding-top: 70px;
}

.p-moniplatTheme h4 {
	background: #aa2534;
	color: #ffffff;
	display: inline;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 2.56px;
	line-height: 1.65625;
	padding-left: 5px;
	padding-right: 5px;
}

.p-moniplatTheme:nth-child(2n+1) .p-moniplatTheme__wrap {
	flex-direction: row-reverse;
	max-width: 100%;
	width: 917px;
}

.p-moniplatTheme:nth-child(2n+1) .p-moniplatTheme__wrap .p-moniplatTheme__right {
	margin-left: 0px;
	margin-right: 70px;
}

.p-moniplatTheme:nth-child(2n+1) .p-moniplatTheme__right img {
	-o-object-fit: cover;
	height: 461px;
	object-fit: cover;
	width: auto;
}

.p-moniplatTheme:nth-child(4) {
	border: 0px !important;
	margin-top: 450px;
}

.p-moniplatTheme:nth-child(5) {
	padding-bottom: 500px;
}

.p-moniplatTheme:nth-child(5) img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-moniplatTheme__title {
	color: #e6001a;
	letter-spacing: 0.16px;
	line-height: 1;
	margin-bottom: 20px;
}

.p-moniplatTheme__wrap {
	display: flex;
	margin-top: 43px;
	max-width: 100%;
	width: 917px;
}

.p-moniplatTheme__wrap:nth-child(2n) .p-moniplatTheme__right {
	width: calc(100% - 387px);
}

.p-moniplatTheme__wrap:nth-child(2n+1) .p-moniplatTheme__left {
	width: calc(100% - 387px);
}

.p-moniplatTheme__left P {
	color: #0e1a38;
	font-size: 13px;
	letter-spacing: 0.26px;
	line-height: 2.1538461538;
	min-height: 80px;
	padding-left: 70px;
	position: relative;
}

.p-moniplatTheme__left P:not(:first-child) {
	margin-top: 10.5px;
}

.p-moniplatTheme__left P::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 76px;
	left: 0;
	position: absolute;
	top: 0;
	width: 56px;
}
.p-moniplatTheme__left .icon-none {
	font-weight: bold;
	min-height: 40px;
	padding: 20px 0;
}

.p-moniplatTheme__left .icon-01::before {
	background-image: url(../img//normal/1x/moniplat/moniplat-icon-01.png);
}

.p-moniplatTheme__left .icon-02::before {
	background-image: url(../img//normal/1x/moniplat/moniplat-icon-02.png);
}

.p-moniplatTheme__left .icon-03::before {
	background-image: url(../img//normal/1x/moniplat/moniplat-icon-03.png);
}

.p-moniplatTheme__left .icon-04::before {
	background-image: url(../img//normal/1x/moniplat/moniplat-icon-04.png);
}

.p-moniplatTheme__left .icon-05::before {
	background-image: url(../img//normal/1x/moniplat/moniplat-icon-05.png);
}

.p-moniplatTheme__right {
	margin-left: 70px;
	width: calc(50% - 35px);
}

.p-moniplatTheme__right img {
	-o-object-fit: cover;
	height: 461px;
	object-fit: cover;
	width: auto;
}

.p-moniplatTheme__bottom {
	height: 405px;
	margin-top: 90px;
	position: absolute;
	transform: translateX(-9%);
}

.p-moniplatTheme__bottom img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.p-moniplatTheme__banner {
	height: 244px;
	margin-top: 560px;
	position: relative;
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -520px;
}
.p-moniplatTheme__banner img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1000px) {

.p-moniplatTheme__bottom {
	transform: translateX(0%);
}


}
@media screen and (max-width: 917px) {

.p-moniplatTheme__wrap {
	flex-direction: column-reverse !important;
}

.p-moniplatTheme__wrap:nth-child(2n) .p-moniplatTheme__right {
	margin-top: 30px;
	width: 100%;
}

.p-moniplatTheme__wrap:nth-child(2n+1) .p-moniplatTheme__left {
	margin-top: 30px;
	width: 100%;
}

.p-moniplatTheme__left {
	margin-top: 30px;
	width: 100%;
}

.p-moniplatTheme__right {
	margin-left: 0;
	width: 100%;
}
	
		.p-moniplatTheme__banner {
	height: auto;
	margin-top: 60vw;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -60vw;
}
.p-moniplatTheme__banner img{
	width: 100%;
	height: auto;
}

}



@media screen and (max-width: 834px) {

.p-moniplat__FV {
	background-image: url(../img/normal/1x/moniplat/moniplat-FV-sp.jpg);
}

.p-moniplat__wrap {
	padding-bottom: 150px;
}

.p-moniplatSymposium {
	margin-top: 80px;
}

.p-moniplatSymposium__wrap {
	display: block;
}

.p-moniplatSymposium__item {
	width: 100%;
}

.p-moniplatSymposium__item:not(:first-child) {
	margin-left: initial;
}

.p-moniplatSymposium__item:not(:first-child) {
	margin-top: 30px;
}

.p-moniplatTheme h4 {
	font-size: 18px;
}

.p-moniplatTheme:nth-child(2n+1) .p-moniplatTheme__right img {
	height: auto;
	width: 100%;
}

.p-moniplatTheme:nth-child(4) {
	margin-top: 230px;
}

.p-moniplatTheme:nth-child(5) {
	padding-bottom: 210px;
}

.p-moniplatTheme__right img {
	height: auto;
	width: 100%;
}

.p-moniplatTheme__bottom {
	height: 205px;
	margin-top: 50px;
}

.p-moniplatTheme__bottom img {
	height: auto !important;
	width: 100% !important;
}
	.p-moniplatTheme__banner {
	height: auto;
	margin-top: 50vw;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50vw;
}
.p-moniplatTheme__banner img{
	width: 100%;
	height: auto;
}
	
}
@media screen and (max-width: 450px) {

.p-moniplat__wrap {
	padding-bottom: 40px;
}

.p-moniplatTheme:nth-child(4) {
	margin-top: 100px;
}
	
	
	
}
