/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	display: block;
	width: 100%;
}

a {
	cursor: pointer;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #FFFDEA;
	color: #352127;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.l-header {
	background: #fff;
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.l-index__mv {
	-o-object-fit: cover;
	background: url(../img/mv.png) no-repeat center center/cover;
	height: 897px;
	margin-top: 100px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.l-index__top {
	margin-top: 100px;
	width: 100%;
}

.l-index__middle {
	margin-top: 100px;
}

.l-index__bottom {
	margin: 200px 0 100px;
}

.l-inner {
	margin: auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}

.l-inner__mv {
	height: 100%;
	position: relative;
}

.l-inner__footer {
	padding: 145px 20px 40px;
}

.l-inner__lowpage-top {
	height: 100%;
}

.l-footer {
	background: #fff;
}

.l-cta {
	background: #352127;
	width: 100%;
}

.l-lowpage__top {
	-o-object-fit: content;
	height: 450px;
	margin-top: 100px;
	object-fit: content;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.l-lowpage__top-about {
	background: url(../img/about_main.png) no-repeat center center/cover;
}

.l-lowpage__top-contact {
	background: url(../img/contact_main.png) no-repeat center center/cover;
}

.l-lowpage__top-result {
	background: url(../img/result_main.png) no-repeat center center/cover;
}

.l-lowpage__top-recruit {
	background: url(../img/recruit_main.png) no-repeat center center/cover;
}

.l-lowpage__top-service {
	background: url(../img/service_main.png) no-repeat center center/cover;
}

.l-about__top {
	width: 100%;
}

.l-about__middle {
	margin-top: 100px;
}

.l-about__bottom {
	margin: 120px 0 75px;
}

.l-contact {
	margin: 95px 0;
}

.l-result {
	margin: 95px 0;
}

.l-policy {
	margin: 195px 0 95px;
}

.c-btn {
	border-radius: 6px;
	color: #fff !important;
	display: block;
	padding: 11px 20px;
	text-align: center;
	transition: 0.4s;
	width: 100%;
}

.c-btn:hover {
	opacity: 0.7;
}

.c-btn__01 {
	background: #B63232;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
}

.c-btn__02 {
	background: #EB4343;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	margin: 55px auto 0;
	max-width: 437px;
	padding: 30px 0 30px 70px;
	position: relative;
	text-align: center;
}

.c-btn__02::before {
	background: url(../img/icon-cta_arrow.png) no-repeat center center/contain;
	content: "";
	height: 45px;
	left: 46px;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	width: 45px;
}

.c-btn__03 {
	background: #B63232;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	padding: 24px 0 24px 20px;
	position: relative;
	text-align: center;
}

.c-btn__03::before {
	background: url(../img/icon-cta_arrow.png) no-repeat center center/contain;
	content: "";
	height: 45px;
	left: 26px;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	width: 45px;
}

.c-secttl__Wrap {
	text-align: center;
}

.c-secttl__Wrap-02 {
	padding-left: 22px;
	position: relative;
	text-align: unset;
}

.c-secttl__Wrap-02::before {
	background: #9F1111;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}

.c-secttl__ja {
	color: #B63232;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	position: relative;
}

.c-secttl__ja::before {
	background: #B63232;
	bottom: -20px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 186px;
}

.c-secttl__ja-02 {
	color: #9F1111;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
}

.c-secttl__ja-03 {
	color: #9F1111;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-header__items {
	align-items: center;
	display: flex;
	height: 100px;
	padding: 10px 0;
}

.p-header__logo {
	width: 118px;
}

.p-header__logo-link {
	display: block;
}

.p-header__logo-link img {
	height: auto;
	width: 100%;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
	margin-left: auto;
}

.p-header__nav-item {
	transition: 0.4s;
}

.p-header__nav-item:hover {
	opacity: 0.7;
}

.p-header__nav-item:not(:first-child) {
	margin-left: 63px;
}

.p-header__nav-link {
	color: #352127;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
}

.p-header__nav-link img {
	height: 29px;
	width: 29px;
}

.p-header__hamburger-btn {
	display: none;
}

.p-header__hamburger-btn-line {
	display: none;
}

.p-header__bg {
	display: none;
}

.p-index__mv-textbox {
	bottom: 40px;
	position: absolute;
}

.p-index__mv-text {
	color: #fff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 64px;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.8;
	position: relative;
	text-shadow: 2px 4px 5px #000;
}

.p-index__mv-text::before {
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 10px;
	content: "";
	height: 6px;
	position: absolute;
	width: 100%;
}

.p-index__top-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 92px;
}

.p-index__top-sec {
	width: 48%;
}

.p-index__top-sec img {
	box-shadow: 10px 10px 0px #F2DC8B;
}

.p-index__top-sec:not(:first-child) {
	margin-left: 1%;
	max-width: 588px;
}

.p-index__top-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 4;
}

.p-index__top-attention {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 52px;
}

.p-index__top-btnWrap {
	margin-left: auto;
	margin-top: 52px;
	max-width: 312px;
}

.p-index__middle-flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-index__middle-sec {
	width: 48%;
}

.p-index__middle-sec:not(:first-child) {
	margin-left: 1%;
	max-width: 507px;
}

.p-index__middle-sec:not(:first-child) img {
	box-shadow: 10px 10px 0px #F2DC8B;
}

.p-index__middle-item {
	align-items: center;
	display: flex;
}

.p-index__middle-item:not(:first-child) {
	margin-top: 100px;
}

.p-index__middle-number {
	background: #352127;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 44px;
	font-weight: 400;
	height: 70px;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
	width: 70px;
}

.p-index__middle-text {
	border-bottom: 2px solid #352127;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: 50px;
	padding-bottom: 8px;
	width: 74%;
}

.p-index__bottom-list {
	display: flex;
	justify-content: space-between;
}

.p-index__bottom-item {
	position: relative;
	width: 48%;
}

.p-index__bottom-image img {
	box-shadow: 10px 10px 0px #F2DC8B;
	width: 88%;
}

.p-index__bottom-btnWrap {
	bottom: -40px;
	position: absolute;
	right: 0px;
	width: 312px;
}

.p-footer__Wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 1053px;
	width: 100%;
}

.p-footer__left {
	max-width: 424px;
	width: 50%;
}

.p-footer__logo {
	margin: 0 auto;
	max-width: 320px;
	width: 100%;
}

.p-footer__logo-link {
	display: block;
}

.p-footer__logo-link img {
	height: auto;
	width: 100%;
}

.p-footer__address {
	margin-top: 35px;
}

.p-footer__address:not(:first-child) {
	margin-top: 16px;
}

.p-footer__address p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-footer__address p span {
	font-weight: 700;
}

.p-footer__right {
	margin-left: 1%;
	max-width: 522px;
	width: 100%;
}

.p-footer__right-map {
	padding-top: 66.475%;
	position: relative;
	width: 100%;
}

.p-footer__right-map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-footer__nav-list {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.p-footer__nav-item:not(:first-child) {
	margin-left: 63px;
}

.p-footer__nav-link {
	color: #352127;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	transition: 0.4s;
}

.p-footer__nav-link:hover {
	opacity: 0.7;
}

.p-footer__nav-link img {
	height: 29px;
	width: 29px;
}

.p-footer__copyright {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 48px;
	text-align: center;
}

.p-footer__register-list {
	margin-top: 12px;
}

.p-footer__register-list:not(:first-child) {
	margin-left: 4%;
}

.p-footer__register-item {
	color: #352127;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

.p-footer__register-item a {
	color: #352127;
}

.p-footer__register-item:not(:first-child) {
	margin-top: 4px;
}

.p-footer__register-Wrap {
	display: flex;
}

.p-cta__Wrap {
	margin: auto;
	max-width: 1049px;
	padding: 126px 0 213px;
	width: 100%;
}

.p-cta__titleWrap {
	text-align: center;
}

.p-cta__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 64px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-cta__micro {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.2;
	margin-top: 7px;
}

.p-cta__micro span {
	color: #EB4343;
}

.p-cta__contact-Area {
	display: flex;
	width: 100%;
}

.p-cta__contact-sec {
	margin-top: 100px;
	text-align: center;
	width: 50%;
}

.p-cta__contact-sec:not(:first-child) {
	position: relative;
}

.p-cta__contact-sec:not(:first-child)::before {
	background: #fff;
	content: "";
	height: 321px;
	left: 0;
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	width: 1px;
}

.p-cta__contact-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-cta__contact-tel {
	color: #fff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 69px;
	transition: 0.4s;
}

.p-cta__contact-tel:not(:first-child) {
	margin-top: 12px;
}

.p-cta__contact-tel:hover {
	opacity: 0.7;
}

.p-lowpage__top-title {
	animation: move-fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 64px;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.3em;
	line-height: 1.5;
	position: absolute;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.68);
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-about__topWrap {
	margin: 100px auto 0;
	max-width: 815px;
	width: 100%;
}

.p-about__top-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 4;
	margin-top: 64px;
}

/* 自動スライダー */

/*
右から左へ
----------------------------*/

/*
IE11対策
----------------------------*/

_:-ms-lang(x)::-ms-backdrop,
.d-demo {
	display: -ms-grid;
	overflow: hidden;
}

/*----------------------------*/

.d-demo__wrap {
	display: flex;
	overflow: hidden;
}

.d-demo__list {
	display: flex;
	list-style: none;
}

.d-demo__list--left {
	animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
	width: 33.3333333333vw;
}

.d-demo__item > img {
	width: 94%;
}

.p-about__bottom-Wrap {
	width: 100%;
}

.p-about__bottom-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 81px;
}

.p-about__bottom-sec {
	width: 48%;
}

.p-about__bottom-sec:nth-child(1) {
	max-width: 600px;
}

.p-about__bottom-sec:not(:first-child) {
	margin-left: 1%;
}

.p-about__bottom-sec:not(:first-child) img {
	box-shadow: -10px 10px 0px #F2DC8B;
}

.p-about__bottom-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.5;
}

.p-about__bottom-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.5;
	text-align: right;
}

.p-contact__textWrap {
	margin-top: 40px;
}

.p-contact__textWrap-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
}

.p-contact__textWrap-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin: 28px auto 0;
	max-width: 800px;
}

.p-contact__formWrap {
	margin: 40px auto 0;
	max-width: 800px;
}

.p-contact__form-dl {
	display: flex;
}

.p-contact__form-dl:not(:first-child) {
	margin-top: 28px;
}

.p-contact__form-dt {
	width: 190px;
}

.p-contact__form-dt span {
	background: #B63232;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-left: 24px;
	padding: 2px 12px;
}

.p-contact__form-dd {
	margin-left: 24px;
	width: calc(100% - 190px - 24px);
}

.p-contact__form-dd input[type=text],
.p-contact__form-dd input[type=email] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

.p-contact__form-dd input[type=text]:focus,
.p-contact__form-dd input[type=email]:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}

.p-contact__form-dd textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100px;
	padding: 0.4em 0.8em;
	width: 100%;
}

.p-contact__form-dd textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}

.p-contact__form-attention {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 12px;
	text-align: center;
}

.p-contact__form-link {
	color: #352127;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	text-decoration: underline;
}

.p-contact__form-submitWrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.p-contact__form-submit {
	-webkit-appearance: none;
	background-color: #352127;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	margin: 0 0 1em;
	padding: 0.6em 2em;
	text-decoration: none;
	width: 240px;
}

.p-contact__form-submit:hover,
.p-contact__form-submit:focus {
	opacity: 0.7;
	outline: none;
}

.grecaptcha-badge {
	display: none;
}

.p-result__item:not(:first-child) {
	margin-top: 95px;
}

.p-result__item-contentsWrap {
	background: #FFF;
	border: 5px solid #F2DC8B;
	margin-top: 23px;
	padding: 30px 28px;
	width: 100%;
}

.p-result__info-list {
	display: flex;
}

.p-result__info-item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-result__info-item:not(:first-child) {
	margin-left: 36px;
}

.p-result__photo-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.p-result__photo-item {
	width: 30%;
}

.p-result__photo-time {
	background: #352127;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 2px 10px;
	text-align: center;
	width: 50%;
}

.p-recruit__Wrap {
	margin: 110px 0 82px;
}

.p-recruit__list {
	background: #fff;
	box-shadow: 10px 10px 0px #F2DC8B;
	margin: 0 auto;
	max-width: 937px;
	padding: 90px 10px 71px;
	position: relative;
	width: 100%;
}

.p-recruit__list-02 {
	margin-top: 120px;
}

.p-recruit__boxtitle {
	background: #352127;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.15em;
	line-height: 1;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: -30px;
	transform: translateX(-50%);
	width: 390px;
}

.p-recruit__top-item {
	margin: 0 auto;
	max-width: 584px;
	position: relative;
	width: 100%;
}

.p-recruit__top-item:not(:first-child) {
	margin-top: 64px;
}

.p-recruit__top-item::before {
	background: #9F1111;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}

.p-recruit__top-title {
	color: #9F1111;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	padding-left: 24px;
}

.p-recruit__top-text {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-top: 18px;
	padding-left: 24px;
}

.p-recruit__top-link {
	color: #352127;
	display: block;
	text-decoration: underline;
	transition: 0.4s;
}

.p-recruit__top-link:hover {
	opacity: 0.7;
}

.p-service__list {
	margin: 77px 0 100px;
}

.p-service__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-service__item:nth-child(2) {
	flex-direction: row-reverse;
}

.p-service__item:not(:first-child) {
	margin-top: 80px;
}

.p-service__item-sec {
	width: 48%;
}

.p-service__item-sec img {
	box-shadow: 10px 10px 0px #F2DC8B;
}

.p-service__item-sec-02 {
	width: 100%;
}

.p-service__micro {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 28px;
	padding-left: 24px;
}

.p-service__title {
	background: linear-gradient(transparent 70%, #F2DC8B 70%);
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: 24px;
	margin-top: 82px;
}

.p-service__title-02 {
	margin-top: 36px;
}

.p-service__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 3.5;
	margin-left: 24px;
	margin-top: 12px;
}

.p-fixed__totop-Wrap {
	bottom: 80px;
	height: 79px;
	position: fixed;
	right: 20px;
	transition: 0.4s;
	width: 79px;
}

.p-fixed__totop-Wrap:hover {
	transform: translate(0, 3px);
}

.p-fixed__totop-link {
	display: block;
	width: 100%;
}

.p-fixed__totop-link img {
	height: auto;
	width: 100%;
}

.p-policy__Wrap {
	margin: auto;
	max-width: 800px;
	width: 80%;
}

.p-policy__title {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
}

.p-policy__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 12px;
}

.p-policy__table-dl {
	margin: 24px auto 0;
}

.p-policy__table-dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-policy__table-dd {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 6px;
}

.pc-disp {
	display: block;
}

.sp-disp {
	display: none;
}

.mini-sp-disp {
	display: none;
}

.small-pc-disp {
	display: block;
}

.tab-disp {
	display: none;
}

@media screen and (max-width: 1230px) {

.p-index__mv-text {
	font-size: 48px;
}

}

@media screen and (max-width: 1080px) {

.l-header {
	height: 60px;
}

.l-index__mv {
	margin-top: 60px;
}

.l-lowpage__top {
	margin-top: 60px;
}

.c-btn__01 {
	background: #fff;
	color: #9F1111 !important;
}

.p-header__items {
	height: 60px;
	padding: 0;
}

.p-header__logo {
	width: 80px;
}

.p-header__nav-list {
	background: #9F1111;
	flex-direction: column;
	height: 100vh;
	padding: 120px 20px;
	position: fixed;
	top: 0;
	transform: translateX(100vw);
	transition: 0.3s;
	width: 100%;
}

.p-header__nav-list.open {
	right: 0;
	transform: translateX(0);
	z-index: 9998;
}

.p-header__nav-item:not(:first-child):not(:first-child) {
	margin-left: 0;
	margin-top: 32px;
}

.p-header__nav-link {
	color: #fff;
}

.p-header__hamburger-btn {
	background-color: #9F1111;
	display: block;
	height: 60px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 60px;
	z-index: 9999;
}

.p-header__hamburger-btn-line {
	background: #fff;
	display: block;
	height: 3px;
	margin: auto;
	position: relative;
	transition: 0.2s;
	width: 80%;
}

.p-header__hamburger-btn-line::before,
.p-header__hamburger-btn-line::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.5s;
	width: 100%;
}

.p-header__hamburger-btn-line::before {
	transform: translateY(-12px);
}

.p-header__hamburger-btn-line::after {
	transform: translateY(12px);
}

.p-header__hamburger-btn-line.open {
	background-color: transparent;
}

.p-header__hamburger-btn-line.open::before,
.p-header__hamburger-btn-line.open::after {
	background-color: #fff;
	content: "";
	transition: 0.2s;
}

.p-header__hamburger-btn-line.open::before {
	transform: rotate(45deg);
}

.p-header__hamburger-btn-line.open::after {
	transform: rotate(-45deg);
}

.p-header__bg.open {
	background: rgba(0, 0, 0, 0.5);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-lowpage__top-title {
	font-size: 48px;
}

.small-pc-disp {
	display: none;
}

.tab-disp {
	display: block;
}

}

@media screen and (max-width: 940px) {

.c-btn__02 {
	max-width: 360px;
	padding: 20px 0 20px 70px;
	padding-left: 36px;
}

.c-btn__02::before {
	left: 20px;
}

.p-cta__contact-tel {
	font-size: 36px;
}

}

@media screen and (max-width: 928px) {

.p-index__mv-text {
	font-size: 36px;
}

}

@media screen and (max-width : 768px) {

.l-index__mv {
	background: url(../img/mv-sp.png) no-repeat center center/cover;
	height: 550px;
}

.l-index__top {
	margin-top: 60px;
}

.l-index__middle {
	margin-top: 60px;
}

.l-index__bottom {
	margin: 60px 0 80px;
}

.l-inner__footer {
	padding-top: 60px;
}

.l-lowpage__top {
	height: 400px;
}

.l-about__middle {
	margin-top: 40px;
}

.l-about__bottom {
	margin: 40px 0;
}

.l-result {
	margin: 60px 0 40px;
}

.l-policy {
	margin: 120px 0 60px;
}

.c-btn__02 {
	font-size: 20px;
	margin: 28px auto 0;
	max-width: 380px;
}

.c-btn__03 {
	font-size: 20px;
	padding: 20px 0 20px 20px;
}

.c-secttl__ja {
	font-size: 28px;
}

.c-secttl__ja::before {
	height: 2px;
	width: 120px;
}

.c-secttl__ja-02 {
	font-size: 28px;
}

.c-secttl__ja-03 {
	font-size: 26px;
}

.p-index__mv-text {
	font-size: 28px;
}

.p-index__top-flex {
	flex-direction: column;
	margin-top: 40px;
}

.p-index__top-sec {
	width: 100%;
}

.p-index__top-text {
	font-size: 18px;
	line-height: 2;
	margin-top: 12px;
}

.p-index__top-attention {
	font-size: 14px;
	margin-top: 20px;
}

.p-index__top-btnWrap {
	margin: 40px auto 0;
}

.p-index__middle-flex {
	flex-direction: column-reverse;
}

.p-index__middle-sec {
	width: 100%;
}

.p-index__middle-sec:not(:first-child) {
	margin: 0;
	max-width: unset;
}

.p-index__middle-list {
	margin-top: 28px;
}

.p-index__middle-item:not(:first-child) {
	margin-top: 28px;
}

.p-index__middle-number {
	font-size: 20px;
	height: 40px;
	line-height: 2;
	width: 40px;
}

.p-index__middle-text {
	font-size: 18px;
	margin-left: 28px;
	width: 100%;
}

.p-index__bottom-list {
	flex-direction: column;
}

.p-index__bottom-item {
	width: 100%;
}

.p-index__bottom-item:not(:first-child) {
	margin-top: 60px;
}

.p-index__bottom-image img {
	width: 100%;
}

.p-index__bottom-btnWrap {
	left: 50%;
	right: unset;
	transform: translateX(-50%);
}

.p-footer__Wrap {
	flex-direction: column;
}

.p-footer__left {
	max-width: unset;
	width: 100%;
}

.p-footer__logo {
	margin: auto;
	width: 60%;
}

.p-footer__right {
	margin: 28px 0 0;
	max-width: unset;
}

.p-footer__nav-list {
	flex-direction: column;
	margin-top: 40px;
}

.p-footer__nav-item:not(:first-child) {
	margin-left: 0;
	margin-top: 24px;
}

.p-footer__register-list:not(:first-child) {
	margin-left: 0;
	margin-top: 4%;
}

.p-footer__register-Wrap {
	flex-direction: column;
}

.p-cta__Wrap {
	padding: 60px 0 120px;
}

.p-cta__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-cta__micro {
	font-size: 16px;
}

.p-cta__contact-Area {
	flex-direction: column;
}

.p-cta__contact-sec {
	margin-top: 60px;
	width: 100%;
}

.p-cta__contact-sec:not(:first-child)::before {
	display: none;
}

.p-cta__contact-tel {
	font-size: 32px;
	margin-top: 28px;
}

.p-lowpage__top-title {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1;
	white-space: nowrap;
}

.p-about__topWrap {
	margin-top: 60px;
}

.p-about__top-text {
	line-height: 2;
	margin-top: 48px;
}

.d-demo__item {
	width: 50vw;
}

.p-about__bottom-flex {
	flex-direction: column-reverse;
	margin-top: 48px;
}

.p-about__bottom-sec {
	width: 100%;
}

.p-about__bottom-sec:nth-child(1) {
	margin-top: 20px;
	max-width: unset;
}

.p-about__bottom-text {
	line-height: 2;
}

.p-about__bottom-name {
	line-height: 2;
	margin-top: 12px;
}

.p-contact__form-dl {
	flex-direction: column;
}

.p-contact__form-dd {
	margin-left: 0;
	margin-top: 8px;
	width: 100%;
}

.p-result__item:not(:first-child) {
	margin-top: 48px;
}

.p-result__info-list {
	flex-direction: column;
}

.p-result__info-item {
	font-size: 18px;
}

.p-result__info-item:not(:first-child) {
	margin-left: 0;
	margin-top: 8px;
}

.p-result__photo-list {
	flex-direction: column;
}

.p-result__photo-item {
	width: 100%;
}

.p-result__photo-item:not(:first-child) {
	margin-top: 28px;
}

.p-result__photo-time {
	font-size: 16px;
}

.p-recruit__Wrap {
	margin: 80px 0 60px;
}

.p-recruit__list {
	padding: 60px 10px 40px;
}

.p-recruit__boxtitle {
	font-size: 28px;
	width: 280px;
}

.p-recruit__top-item:not(:first-child) {
	margin-top: 40px;
}

.p-recruit__top-title {
	font-size: 20px;
}

.p-service__list {
	margin: 60px 0 40px;
}

.p-service__item {
	flex-direction: column;
}

.p-service__item:nth-child(2) {
	flex-direction: column;
}

.p-service__item:not(:first-child) {
	margin-top: 40px;
}

.p-service__item-sec {
	width: 100%;
}

.p-service__item-sec:nth-child(2) {
	margin-top: 20px;
}

.p-service__micro {
	font-size: 20px;
	margin-top: 20px;
}

.p-service__title {
	font-size: 24px;
	margin-top: 40px;
}

.p-service__text {
	line-height: 2;
}

.p-fixed__totop-Wrap {
	height: 50px;
	width: 50px;
}

.p-policy__Wrap {
	max-width: unset;
	width: 100%;
}

.p-policy__title {
	font-size: 24px;
}

.pc-disp {
	display: none;
}

.sp-disp {
	display: block;
}

}

@media screen and (max-width: 550px) {

.p-index__mv-text::before {
	display: none;
}

.mini-sp-disp {
	display: block;
}

}

@keyframes move-fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes infinity-scroll-left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}

