body {
	font-family: "Noto Sans JP", serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 250px;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-apply {
	margin-top: 4.5rem;
}

.p-apply__items {
	margin-top: 2.125rem;
}

.p-breadcrumb {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2142857143;
	margin-top: 1.5rem;
	text-align: right;
}

.p-breadcrumb span {
	font-size: prem(16);
	font-weight: 500;
}

.p-company {
	margin-top: 6.25rem;
}

.p-company__items {
	margin-top: 2.125rem;
}

.p-flow {
	max-width: 75rem;
	padding-right: 1.25rem;
	width: 100%;
}

.p-flow__item {
	display: flex;
	gap: 1.875rem;
}

.p-flow__item + .p-flow__item {
	margin-top: 1.25rem;
}

.p-flow__content {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	width: 59.1%;
}

.p-flow__img {
	width: 37.7%;
}

.p-flow__img picture,
.p-flow__img img {
	-o-object-fit: cover;
	aspect-ratio: 360/216;
	object-fit: cover;
	width: 100%;
}

.p-flow__term {
	letter-spacing: 0.1em;
	width: 15%;
}

.p-flow__term p {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.3333333333;
}

.p-flow__term span {
	font-size: 0.75rem;
}

.p-flow__description {
	height: 100%;
	padding-bottom: 0.9375rem;
	padding-left: 2.5rem;
	position: relative;
	width: 85%;
}

.p-flow__description::before,
.p-flow__description::after {
	content: "";
	position: absolute;
}

.p-flow__description::before {
	background: #333;
	height: 95%;
	left: 0.1875rem;
	top: 1.25rem;
	width: 1px;
}

.p-flow__description::after {
	background: #099;
	border-radius: 50%;
	height: 0.75rem;
	left: -0.1875rem;
	top: 0.1875rem;
	width: 0.75rem;
}

.p-flow__item:last-child .p-flow__description::before {
	display: none;
}

.p-flow__action {
	color: #099;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3333333333;
}

.p-flow__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-top: 2.0625rem;
}

.p-interview {
	margin-top: 6.25rem;
	overflow: hidden;
}

.p-interview__items {
	margin-top: 2.125rem;
}

.p-list {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.75rem;
	width: 100%;
}

.p-list__item {
	border-top: 1px solid #099;
	display: flex;
}

.p-list__item:last-child {
	border-bottom: 1px solid #099;
}

.p-list__head {
	background: #E5F5F5;
	color: #099;
	font-weight: 400;
	line-height: 2;
	padding-bottom: 1.625rem;
	padding-left: 3.75rem;
	padding-top: 1.25rem;
	width: 22.34%;
}

.p-list__text-box {
	font-weight: 400;
	padding-bottom: 1.625rem;
	padding-left: 3.75rem;
	padding-top: 1.25rem;
	width: 77.65%;
}

.p-list__text-box span {
	font-weight: 700;
}

.p-news-list__item {
	border-top: 1px solid #ccc;
}

.p-news-list__item:last-child {
	border-bottom: 1px solid #ccc;
}

.p-news-list__item a {
	align-items: flex-start;
	display: flex;
	padding: 2.0625rem 0;
}

.p-news-list__item-meta {
	align-items: center;
	display: flex;
}

.p-news-list__item-date {
	font-size: 1rem;
	line-height: 1;
}

.p-news-list__item-category {
	background-color: #099;
	border-radius: 0.9375rem;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1;
	margin-left: 1.875rem;
	min-width: 5rem;
	padding: 0.5rem 1.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-news-list__item-title {
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 3.75rem;
	margin-top: 0;
}

.p-news-mv {
	background: #f7f7f7;
	padding-bottom: 4.25rem;
	padding-top: 3.75rem;
}

.p-news-mv__title h2 {
	color: #099;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
}

.p-news-mv__title p {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.p-news {
	margin-bottom: 13.125rem;
	margin-top: 3.875rem;
}

.p-schedule {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	overflow: hidden;
}

.p-schedule__inner {
	display: flex;
	gap: 5.875rem;
}

.p-schedule__title.c-title {
	align-items: center;
	color: #fff;
	display: flex;
	writing-mode: vertical-rl;
}

.p-schedule__title.c-title p::before {
	background: #fff;
}

.p-schedule__title.c-title h2::first-letter {
	color: #fff;
}

.p-schedule__wrap {
	background: #fff;
	border-radius: 2.5rem 0 0 2.5rem;
	box-shadow: 0px 0px 20px rgba(0, 153, 153, 0.16);
	margin-right: calc(50% - 50vw);
	max-width: 125rem;
	padding-bottom: 6.25rem;
	padding-left: 5.9375rem;
	padding-top: 6.25rem;
	width: 100vw;
}

.p-schedule.p-schedule--light-blue {
	background: rgba(129, 158, 203, 0.5);
}

.p-schedule.p-schedule--pink {
	background: rgba(198, 135, 181, 0.5);
}

.p-schedule.p-schedule--green {
	background: rgba(0, 153, 153, 0.5);
}

.p-schedule.p-schedule--blue {
	background: rgba(31, 106, 193, 0.5);
}

.p-single {
	margin-bottom: 13.125rem;
	margin-top: 3.875rem;
}

.p-single__head {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.625rem;
}

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

.p-single__date {
	font-size: 1rem;
	line-height: 1;
}

.p-single__category {
	background-color: #099;
	border-radius: 0.9375rem;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1;
	margin-left: 1.875rem;
	min-width: 5rem;
	padding: 0.5rem 1.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-single__title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	line-height: 1;
	margin-top: 1.75rem;
}

.p-single__content {
	font-weight: 400;
	line-height: 2;
	margin-top: 3.75rem;
}

.p-single__content {
	
}

.p-single__content a {
	display: inline-block;
	margin: 1.875rem 0;
	-webkit-text-decoration: underline;
	color: #099;
	text-decoration: underline;
}

.p-single__btn {
	margin-top: 8.125rem;
	text-align: center;
}

.p-single__btn a {
	width: 18.125rem;
}

.p-single__btn .btn span {
	justify-content: center;
}

.p-single__btn .btn::after {
	content: "←";
	left: 0.9375rem;
}

.p-sub-mv {
	padding-top: 7.5rem;
	overflow: hidden;
}

.p-sub-mv__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-sub-mv__title {
	color: #fff;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	padding-bottom: 3.25rem;
	width: 100%;
}

.p-sub-mv__title h2 {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.p-sub-mv__title p {
	font-size: 1.25rem;
	line-height: 1.2;
	text-transform: capitalize;
}

.p-sub-mv__text-box {
	background: #fff;
	border-radius: 2.5rem 0 0 0;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-bottom: 0.5rem;
}

.p-sub-mv__contents {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	width: 100%;
}

.p-sub-mv__links {
	background: #fff;
	border-radius: 2.5rem 0 0 0;
	margin-right: 5.9375rem;
	max-width: 21.5625rem;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	width: 100%;
}

.p-sub-mv__link a {
	border-top: 1px solid #ccc;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.5;
	padding: 1.5rem 0;
	width: 100%;
	position: relative;
}

.p-sub-mv__link a::after {
    content: "↓";
    font-size: 18px;
    position: absolute;
    right: 15px;
	top: 30px;
    transition: 0.3s;
}

.p-sub-mv__link a:hover::after {
	top: 35px;
}

.p-sub-mv__link.arrow-light-blue a::after {
	color: #819ECB;
}

.p-sub-mv__link.arrow-pink a::after {
	color: #C687B5;
}

.p-sub-mv__link.arrow-green a::after {
	color: #099;
}

.p-sub-mv__link.arrow-blue a::after {
	color: #1F6AC1;
}


.p-sub-mv__link:last-child a {
	border-bottom: 1px solid #ccc;
}

.p-sub-mv__img {
	border-radius: 2.5rem 0 0 2.5rem;
	margin-right: calc(50% - 50vw);
	margin-top: -3.75rem;
	overflow: hidden;
	width: 100%;
}

.p-sub-mv__img picture,
.p-sub-mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 1120/736;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-sub-mv__message {
	background: #fff;
	border-radius: 0.625rem;
	box-shadow: 0px 0px 20px rgba(0, 153, 153, 0.16);
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3.125rem;
	max-width: 75rem;
	padding: 3.125rem 6.25rem 3.875rem;
	position: relative;
	width: 100%;
}

.p-sub-mv__head {
	color: #099;
	font-size: 2.5rem;
	line-height: 1;
	padding-left: 3.75rem;
	position: relative;
}

.p-sub-mv__head::before {
	background: #099;
	bottom: 0.625rem;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 2.5rem;
}

.p-sub-mv__text {
	margin-top: 1.875rem;
}

.p-sub-mv__signature {
	margin-top: 1.875rem;
	text-align: right;
}

.p-sub-mv.p-sub-mv--driver {
	background: #819ECB;
}

.p-sub-mv.p-sub-mv--courier {
	background: #C687B5;
}

.p-sub-mv.p-sub-mv--mechanic {
	background: #099;
}

.p-sub-mv.p-sub-mv--graduate {
	background: #1F6AC1;
}

.p-sub-mv__head-text {
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.1428571429;
	margin-top: 2.25rem;
}

.p-sub-mv__detail {
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-top: 1.75rem;
}

.p-sub-mv__circle {
	-moz-column-gap: 0.625rem;
	color: #099;
	column-gap: 0.625rem; /* 列間の余白 */
	display: flex;
	flex-wrap: wrap; /* 子要素が折り返すようにする */
	justify-content: center; /* 子要素を中央揃え */
	margin-top: 2.5rem;
	row-gap: 1.625rem; /* 行間の余白 */
}

.p-sub-mv__circle li {
	border: 3px solid #E5F5F5; /* 緑の枠線 */
	border-radius: 3.125rem; /* 丸みを適用 */
	box-sizing: border-box; /* パディングとボーダーを幅に含める */
	padding: 0.9375rem 1.5rem; /* 内側の余白 */
	text-align: center; /* テキストを中央揃え */
	width: -moz-fit-content;
	width: fit-content; /* liタグの幅をテキスト内容に応じて調整 */
}

.p-sub-mv__list {
	margin-top: 2.5rem;
}

.p-voice__item {
	background-image: url(../images/common/bg-bus.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 3.125rem;
	position: relative;
}

.p-voice__item::after {
	background-color: #E5F5F5;
	bottom: 0;
	content: "";
	height: 8.875rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -10;
}

.p-voice__item + .p-voice__item {
	margin-top: 3.75rem;
}

.p-voice__head {
	display: flex;
}

.p-voice__headline {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 40%;
}

.p-voice__name-box {
	background: #fff;
	border-radius: 0.625rem;
	box-shadow: 0px 0px 20px rgba(0, 153, 153, 0.16);
	padding-bottom: 3.125rem;
	padding-left: 1.875rem;
	padding-top: 3.125rem;
	z-index: 10;
}

.p-voice__year {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7777777778;
	padding-left: 0.9375rem;
	position: relative;
}

.p-voice__year::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.375rem;
}

.p-voice__name {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.p-voice__position {
	background: #819ECB;
	color: #fff;
	margin-top: -0.625rem;
	padding-bottom: 2.5rem;
	padding-left: 1.875rem;
	padding-top: 3.125rem;
}

.p-voice__record {
	display: flex;
	gap: 0.75rem;
}

.p-voice__record + .p-voice__record {
	margin-top: 1rem;
}

.p-voice__record span {
	background: #292929;
	display: inline-block;
	padding: 0.375rem 0.625rem;
}

.p-voice__record p {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.6;
}

.p-voice__img {
	margin-left: -1.25rem;
	width: calc(60% + 1.25rem);
}

.p-voice__img picture,
.p-voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 720/423;
	object-fit: cover;
	width: 100%;
}

.p-voice__contents {
	margin-top: 2.5rem;
}

.p-voice__content {
	display: flex;
	gap: 1.875rem;
}

.p-voice__content:nth-child(even) {
	flex-direction: row-reverse;
}

.p-voice__content + .p-voice__content {
	margin-top: 2.875rem;
}

.p-voice__content-img {
	width: 36.3%;
}

.p-voice__content-img picture,
.p-voice__content-img img {
	-o-object-fit: cover;
	aspect-ratio: 435/292;
	object-fit: cover;
	width: 100%;
}

.p-voice__text-box {
	width: 63.7%;
}

.p-voice__text-item + .p-voice__text-item {
	margin-top: 1.25rem;
}

.p-voice__sub-title {
	color: #099;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6666666667;
	padding-left: 3.75rem;
	position: relative;
}

.p-voice__sub-title.p-voice__sub-title--red {
	color: #CC0033;
}

.p-voice__sub-title.p-voice__sub-title--red::before {
	background: #CC0033;
}

.p-voice__sub-title::before {
	background: #099;
	bottom: 0.9375rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 2.5rem;
}

.p-voice__text {
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.p-voice__comment {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 153, 153, 0.16);
	margin-left: -6.25rem;
	margin-right: calc(50% - 50vw);
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
	padding-left: 6.25rem;
	padding-top: 3.75rem;
}

.p-voice__year.p-voice__year--blue {
	color: #003399;
}

.p-voice__year.p-voice__year--blue::before {
	background: #003399;
}

.p-voice__year.p-voice__year--pink {
	color: #C687B5;
}

.p-voice__position.p-voice__position--pink,
.p-voice__year.p-voice__year--pink::before {
	background: #C687B5;
}

.p-voice__year.p-voice__year--green {
	color: #099;
}

.p-voice__position.p-voice__position--green,
.p-voice__year.p-voice__year--green::before {
	background: #099;
}

.p-voice__year.p-voice__year--blue {
	color: #1F6AC1;
}

.p-voice__position.p-voice__position--blue,
.p-voice__year.p-voice__year--blue::before {
	background: #1F6AC1;
}

.p-work {
	margin-top: 10rem;
}

.p-work__inner.l-inner {
	max-width: 87.5rem;
}

.p-work__content {
	border-radius: 2.5rem 0 0 2.5rem;
	box-shadow: 0px 0px 20px rgba(0, 153, 153, 0.16);
	display: flex;
}

.p-work__title {
	border-radius: 2.5rem 0 0 2.5rem;
	padding: 6.25rem;
}

.p-work__text-box {
	border-radius: 0.625rem 0 0 0.625rem;
	font-weight: 400;
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-left: 2.5rem;
	padding-right: 6.25rem;
	padding-top: 6.25rem;
}

.p-work__head {
	font-size: 1.5rem;
	line-height: 1.25;
}

.p-work__text {
	margin-top: 1.5rem;
}

.p-work__title.p-work__title--light-blue {
	background: #819ECB;
}

.p-work__title.p-work__title--pink {
	background: #C687B5;
}

.p-work__title.p-work__title--green {
	background: #099;
}

.p-work__title.p-work__title--blue {
	background: #1F6AC1;
}

.p-work__merit {
	margin-top: 2.1875rem;
}

.p-work__merit-head {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.75;
}

.p-work__circle {
	color: #099;
	display: flex;
	flex-wrap: wrap; /* 子要素が折り返すようにする */
	gap: 0.625rem;
	margin-top: 2.5rem;
	width: 100%;
}

.p-work__circle li {
	border: 3px solid #E5F5F5; /* 緑の枠線 */
	border-radius: 3.125rem; /* 丸みを適用 */
	box-sizing: border-box; /* パディングとボーダーを幅に含める */
	padding: 0.9375rem 1.5rem; /* 内側の余白 */
	text-align: center; /* テキストを中央揃え */
	width: -moz-fit-content;
	width: fit-content; /* liタグの幅をテキスト内容に応じて調整 */
}

.p-work__items {
	margin-top: 2.125rem;
}

.p-work__item + .p-work__item {
	margin-top: 2rem;
}

.p-work__sub-title {
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.75;
}

.fadeUp {
	opacity: 0;
}

.fadeUp.is-show {
	animation: fadeUp 1.3s ease-out forwards;
	opacity: 1;
}

/*フッター*/

#footer {
	background: #292929;
	color: #fff;
	margin-top: 145px;
}

#footer a {
	-webkit-text-decoration: none;
	color: #fff;
	text-decoration: none;
}

#footer .inner {
	padding: 80px 15px 40px;
	position: relative;
}

#footer .subnav > .nav {
	align-items: flex-start;
	border-bottom: solid #fff 1px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#footer .nav .header {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}

#footer .nav .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#footer .nav .list a {
	font-size: 14px;
	font-weight: 600;
}

#footer .nav .list a::before {
	background: url(../images/company/nav_arrow.svg) center no-repeat;
	background-size: 7px;
	content: "";
	padding: 10px;
}

#footer .nav .list a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

#footer .sns {
	display: flex;
	gap: 30px;
	justify-content: end;
}

#footer .sns a {
	align-items: center;
	background: #191919;
	display: flex;
	font-size: 14px;
	gap: 20px;
	justify-content: center;
	max-width: 290px;
	min-width: 265px;
	padding: 20px 30px;
	transition: 0.3s;
	width: calc(50% - 15px);
}

#footer .sns a:hover {
	background-color: #393939;
}

#footer .sns a .sns_text {
	position: relative;
}

#footer .sns a .sns_text::after {
	background: url(../images/company/icon_tab.svg) center no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	padding: 5px;
	position: absolute;
	right: -20px;
	transform: translateY(-50%);
}

#footer .bottom .info {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#footer .bottom .info .logo {
	max-width: 300px;
}

#footer .bottom .info .logo a:hover{
	opacity: 0.6;
}

#footer .bottom .info .nav {
	display: flex;
	font-size: 14px;
	gap: 60px;
}

#footer .bottom .info .nav a[target=_blank] {
	padding-right: 25px;
	position: relative;
}

#footer .bottom .info .nav a[target=_blank]::after {
	background: url(../images/company/icon_tab.svg) center no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	padding: 5px;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
}

#footer .bottom .info .nav a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

#footer .copy {
	background: #fff;
	border-top: solid 5px #009999;
	color: #191919;
	font-size: 14px;
	padding: 25px;
	text-align: center;
}

#pageTop {
	align-items: center;
	background: #292929;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: 45px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -45px;
	width: 150px;
}

#pageTop span {
	align-items: center;
	display: flex;
	gap: 10px;
	position: relative;
}

#pageTop span::before {
	background: url(../images/company/nav_arrow.svg) center no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 10px;
	transform: rotate(-90deg);
	width: 13px;
}

/*ヘッダー*/

#header {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header-wrapper {
	background: #fff;
	padding-right: 60px;
	position: relative;
	z-index: 50;
}

.header-logo {
	display: block;
	padding: 10px;
}

.header-logo:hover {
	opacity: 0.6;
}

.header-logo img {
	height: 70px;
}

#header .header-wrapper {
	display: flex;
	justify-content: space-between;
}

.header__top {
	display: flex;
}

.header-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background: #099;
	color: #fff;
	display: flex;
	flex-flow: column;
	padding: 15px;
	text-decoration: none;
}

.header-btn:hover{
	opacity: 0.6;
}

.header-btn._contact {
	background-color: #292929;
}

.header-btn._news {
	background-color: #819ECB;
}

.header-btn .header-btn-icon {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.header-btn .header-btn-text {
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	width: 90px;
}

#header .nav {
	background: #F7F7F7;
}

#header .nav .nav__list {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
}

#header .nav .nav__list .nav__item {
	max-width: 195px;
	width: 100%;
}

#header .nav .nav__list .nav__item a {
	-webkit-text-decoration: none;
	color: #191919;
	display: block;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

#header .nav .nav__list .nav__item a:hover,
#header .nav .nav__list .nav__item a.active {
	color: #fff;
	font-weight: bold;
}

#header .nav .nav__list .nav__item:nth-child(1) a:hover,
#header .nav .nav__list .nav__item:nth-child(1) a.active {
	background: #099;
}

#header .nav .nav__list .nav__item:nth-child(2) a:hover,
#header .nav .nav__list .nav__item:nth-child(2) a.active {
	background: #819ECB;
}

#header .nav .nav__list .nav__item:nth-child(3) a:hover,
#header .nav .nav__list .nav__item:nth-child(3) a.active {
	background: #C687B5;
}

#header .nav .nav__list .nav__item:nth-child(4) a:hover,
#header .nav .nav__list .nav__item:nth-child(4) a.active {
	background: #099;
}

#header .nav .nav__list .nav__item:nth-child(5) a:hover,
#header .nav .nav__list .nav__item:nth-child(5) a.active {
	background: #1F6AC1;
}

#header .nav_sp {
	display: none;
}

/*メイン*/

.main {
	color: #292929;
	font-family: "Noto Sans JP", serif;
	margin-top: 140px;
}

.inner {
	margin: auto;
	max-width: 1230px;
	padding: 0 15px;
}

.title {
	margin-bottom: 30px;
	text-align: center;
}

.title h2 {
	font-size: 40px;
	font-weight: 800;
}

.title h2 span {
	color: #099;
}

.title p {
	padding-top: 30px;
	position: relative;
}

.title p::before {
	background: #099;
	border-radius: 8px;
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	top: 8px;
	transform: translateX(-50%);
	width: 8px;
}

.btn {
	-webkit-text-decoration: none;
	border: solid 2px #099;
	border-radius: 40px;
	color: #099;
	display: inline-block;
	font-size: 18px;
	overflow: hidden;
	padding: 18px 50px 18px 38px;
	position: relative;
	text-decoration: none;
}

.btn span {
	display: flex;
	position: relative;
}

.btn::before {
	background: #E5F5F5;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s;
	width: 0;
}

.btn:hover::before {
	width: 100%;
}

.btn::after {
	background: #099;
	border-radius: 50%;
	color: #fff;
	content: "→";
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

/*採用情報*/

.recruit-list {
	display: flex;
	gap: 5px;
}

.recruit-list .recruit-list_item {
	-webkit-text-decoration: none;
	color: #fff;
	position: relative;
	text-decoration: none;
	width: 25%;
}

.recruit-list .recruit-list_item:hover {
	opacity: 0.8;
}

.recruit-list .recruit-list_text {
	bottom: 0;
	font-size: 24px;
	font-weight: 600;
	padding: 75px 0 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.recruit-list .recruit-list_text span {
	display: block;
	font-size: 14px;
}

.recruit-list .recruit-list_text::after {
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.recruit-list ._driver .recruit-list_text::after {
	background: linear-gradient(to top, #819ECB 50%, transparent 100%);
}

.recruit-list ._courier .recruit-list_text::after {
	background: linear-gradient(to top, #C687B5 50%, transparent 100%);
}

.recruit-list ._mechanic .recruit-list_text::after {
	background: linear-gradient(to top, #4CBCBF 50%, transparent 100%);
}

.recruit-list ._newgraduate .recruit-list_text::after {
	background: linear-gradient(to top, #003399 50%, transparent 100%);
}

/*お知らせ*/

.news .inner {
	align-items: flex-start;
	display: flex;
	gap: 60px;
}

.news-banner {
	border: solid 10px #099;
	max-width: 320px;
	min-width: 280px;
	width: 27%;
}

.news-banner:hover {
	opacity: 0.6;
}

.news .news-list {
	flex: 1;
}

.news-list__btn{
	margin-top: 32px;
	text-align: center;
}

.news .list article a {
	-webkit-text-decoration: none;
	align-items: center;
	border-top: 1px solid #D9D9D9;
	color: #191919;
	display: flex;
	font-size: 16px;
	line-height: 2;
	padding: 25px 30px 25px 15px;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
}

.news .list article:last-child a {
	border-bottom: 1px solid #D9D9D9;
}

.news .list article a::after {
	color: #099;
	content: "→";
	font-size: 18px;
	position: absolute;
	right: 15px;
	transition: 0.3s;
}

.news .list article a:hover::after {
	right: 5px;
}

.news .list article a .date {
	line-height: 1;
	margin-right: 4%;
	white-space: nowrap;
}

.news .list article a .category {
	-webkit-text-decoration: none;
	background: #099;
	border-radius: 30px;
	color: #fff;
	line-height: 1.5em;
	margin-right: 4%;
	padding: 5px 30px;
	text-decoration: none;
	white-space: nowrap;
}

/*宮園バスとは*/

.about {
	background: linear-gradient(to right, #F7F7F7 50%, #099);
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.about::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 100vw;
	left: 50%;
	max-height: 1200px;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	transform: translate(-55%, -50%);
	width: 100vw;
}

.about .inner {
	padding: 80px 15px 130px;
	position: relative;
}

.about .text {
	line-height: 2;
}

.about .btn {
	margin-top: 30px;
	width: 285px;
}

.about .about_bus {
	bottom: 0;
	max-width: 520px;
	position: absolute;
	right: 0;
	width: 42%;
}

/*お問い合わせ*/

.contact .title {
	position: relative;
}

.contact .title::before {
	background: #292929;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}

.contact .title h2 img {
	background: #fff;
	margin: auto;
	max-width: 600px;
	padding: 0 30px;
	width: 100%;
}

.contact .title p {
	font-size: 24px;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.contact .title p::before {
	display: none;
}

.contact .title p br {
	display: none;
}

.contact .btn {
	background: #099;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin: auto;
	max-width: 470px;
	padding: 30px 50px 30px 35px;
	width: 100%;
}

.contact .btn::after {
	background: #fff;
	color: #099;
}

.contact .btn span {
	gap: 10px;
	justify-content: center;
}

.contact .btn span::before {
	background: url(../images/icon_mail.svg) center no-repeat;
	background-size: contain;
	content: "";
	padding: 18px 24px 0 0;
}

.contact .btn:hover {
	color: #099;
}

.contact .btn:hover::before {
	background: #fff;
}

.contact .btn:hover::after {
	background: #099;
	color: #fff;
}

.contact .btn:hover span::before {
	background-image: url(../images/icon_mail_hover.svg);
}

/*外部リンク*/

.bottom_link .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	max-width: 970px;
}

.bottom_link .inner a {
	height: 70px;
}

.bottom_link .inner a:hover {
	opacity: 0.6;
}

.bottom_link .inner a img {
	height: 100%;
	width: auto;
}

/*スライダー*/

.slider ul {
	padding: 0;
}

.slider ul li {
	margin: 0 5px;
}

/*下層*/

.head-title {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 40px;
}

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

.overview {
	padding-top: 120px;
}

.recruit_driver .overview {
	background: #819ECB;
}

.overview_content {
	padding-top: 50px;
	position: relative;
}

.overview_content::before {
	background: #fff;
	border-radius: 40px 0 0 0;
	content: "";
	height: 100%;
	min-width: 1300px;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 60px);
}

.page-link {
	margin-left: auto;
	position: relative;
}

.page-link .inner {
	position: relative;
}

.page-link ul {
	list-style: none;
	max-width: 350px;
	padding: 0;
	width: 50%;
}

.page-link ul li {
	border-top: solid 1px #ccc;
}

.page-link ul li a {
	-webkit-text-decoration: none;
	color: #191919;
	display: block;
	font-size: 24px;
	padding: 20px 0;
	text-decoration: none;
}

.page-link .photo {
	border-radius: 40px 0 0 40px;
	max-width: 1120px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -150px;
	transition: 0.2s;
	width: 60vw;
}

.message {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 153, 153, 0.16);
	padding: 50px 100px 60px;
	position: relative;
}

.message .message_title {
	color: #009999;
	font-size: 40px;
	padding-left: 60px;
	position: relative;
}

.message .message_title::before {
	background: #009999;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}

.message .text {
	line-height: 2;
	margin: 20px 0;
}

.message .name {
	text-align: right;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-section {
	margin: 6.25rem auto 0;
}

.c-btn {
	-webkit-text-decoration: none;
	border: solid 2px #099;
	border-radius: 2.5rem;
	color: #099;
	display: inline-block;
	font-size: 1.125rem;
	overflow: hidden;
	padding: 1.125rem 3.125rem 1.125rem 2.375rem;
	position: relative;
	text-decoration: none;
}

.c-btn span {
	display: flex;
	position: relative;
}

.c-btn::before {
	background: #E5F5F5;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s;
	width: 0;
}

.c-btn:hover::before {
	width: 100%;
}

.c-btn::after {
	background: #099;
	border-radius: 50%;
	color: #fff;
	content: "→";
	height: 1.875rem;
	line-height: 1.875rem;
	position: absolute;
	right: rem815;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

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

.c-title h2 {
	font-size: 2.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.c-title h2::first-letter {
	color: #099;
}

.c-title p {
	padding-top: 1.875rem;
	position: relative;
}

.c-title p::before {
	background: #099;
	border-radius: 0.5rem;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 0.5rem;
	transform: translateX(-50%);
	width: 0.5rem;
}

.c-title.c-title--white {
	color: #fff;
}

.c-title.c-title--white p {
	color: #fff;
}

.c-title.c-title--white h2::first-letter {
	color: #fff;
	font-weight: 800;
}

.c-title.c-title--white p::before {
	background: #fff;
}

@media only screen and (min-width: 769px) {

.about .title {
	align-items: flex-end;
	display: flex;
	gap: 30px;
	line-height: 1;
	margin-bottom: 50px;
}

.about .title h2 {
	line-height: 1;
}

.about .title p {
	padding: 0 0 5px;
}

.about .title p::before {
	left: -15px;
}

}

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

.page-link .photo {
	width: calc(100% - 450px);
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.news .list article a {
	flex-wrap: wrap;
}

.news .list article a .news_title {
	width: 100%;
}

}

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

footer {
	margin-top: 90px;
}

#footer .inner {
	padding: 60px 30px 30px;
}

#footer .sns {
	flex-flow: column;
}

#pageTop {
	right: 15px;
	top: -35px;
}

#footer .subnav > .nav {
	flex-flow: column;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#footer .nav .header {
	font-size: 20px;
}

#footer .nav .list {
	gap: 25px 0;
}

#footer .nav .list a {
	font-size: 16px;
	margin-right: 60px;
}

#footer .sns {
	width: 100%;
}

#footer .sns a {
	gap: 10px;
	justify-content: flex-start;
	max-width: none;
	padding: 20px;
	width: 100%;
}

#footer .sns a .sns_icon {
	width: 30px;
}

#footer .sns a .sns_text {
	font-weight: 600;
}

#footer .sns a .sns_text br {
	display: none;
}

#footer .bottom .info {
	flex-flow: column-reverse;
	gap: 20px;
}

#footer .bottom .info .nav {
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 600;
	gap: 30px 0;
	justify-content: center;
	width: 100%;
}

#footer .bottom .info .nav a {
	text-align: center;
	width: 50%;
}

#footer .bottom .info .nav a:first-child {
	border-right: solid 1px #fff;
}

#footer .bottom .info .nav a[target=_blank] {
	padding: 0;
}

#footer .bottom .info .nav a[target=_blank]::after {
	display: inline-block;
	margin-left: 5px;
	padding: 7.5px;
	position: static;
	transform: none;
}

#footer .copy {
	font-size: 12px;
	padding: 15px;
}

.header-wrapper {
	padding: 0;
}

.header-wrapper .header-btn {
	display: none;
}

#header .nav {
	display: none;
}

.header-logo img {
	height: 40px;
}

.hamburger {
	align-items: center;
	background: #009999;
	cursor: pointer;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.hamburger span {
	position: relative;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
	background: #fff;
	height: 2px;
	margin: auto;
	transition: 0.3s;
	width: 24px;
}

.hamburger span:before,
.hamburger span:after {
	content: "";
	position: absolute;
}

.hamburger span:before {
	top: -7px;
}

.hamburger span:after {
	top: 7px;
}

#header.active .hamburger span {
	background-color: transparent;
}

#header.active .hamburger span::before {
	top: 0;
	transform: rotate(45deg);
}

#header.active .hamburger span::after {
	top: 0;
	transform: rotate(-45deg);
}

#header .nav_sp {
	background: #fff;
	display: block;
	padding-bottom: 30px;
	position: absolute;
	transform: translateY(-100%);
	transition: 0.5s;
	width: 100%;
	z-index: 20;
}

#header .nav_sp.open {
	transform: none;
}

#header::before {
	content: "";
	opacity: 0;
}

#header.active::before {
	background: #000;
	height: 100vh;
	opacity: 0.5;
	position: fixed;
	width: 100%;
	z-index: 1;
}

#header .nav_sp .nav__list {
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
}

#header .nav_sp .nav__list li {
	border-bottom: solid 1px #ccc;
	padding: 20px 30px;
}

#header .nav_sp .nav__list li a {
	-webkit-text-decoration: none;
	color: #191919;
	font-size: 20px;
	text-decoration: none;
}

#header .nav_sp .nav__list li a span {
	font-size: 12px;
	font-weight: 500;
	padding-left: 10px;
}

#header .nav_sp .nav__list li._top a.active,
#header .nav_sp .nav__list li._top a::after,
#header .nav_sp .nav__list li._top a span {
	color: #009999;
}

#header .nav_sp .nav__list li._driver a.active,
#header .nav_sp .nav__list li._driver a::after,
#header .nav_sp .nav__list li._driver a span {
	color: #819ECB;
}

#header .nav_sp .nav__list li._courier a.active,
#header .nav_sp .nav__list li._courier a::after,
#header .nav_sp .nav__list li._courier a span {
	color: #C687B5;
}

#header .nav_sp .nav__list li._mechanic a.active,
#header .nav_sp .nav__list li._mechanic a::after,
#header .nav_sp .nav__list li._mechanic a span {
	color: #4CBCBF;
}

#header .nav_sp .nav__list li._newgraduate a.active,
#header .nav_sp .nav__list li._newgraduate a::after,
#header .nav_sp .nav__list li._newgraduate a span {
	color: #186CCC;
}

#header .nav_sp .nav__list li a::after {
	content: "→";
	position: absolute;
	right: 30px;
}

#header .nav_sp .header-btn {
	border-radius: 30px;
	margin: 20px auto 0;
	max-width: 300px;
	width: calc(100% - 60px);
}

.main {
	margin-top: 60px;
}

.inner {
	padding: 0 30px;
}

.title h2 {
	font-size: 32px;
}

.title p {
	padding-top: 10px;
}

.title p::before {
	top: 0;
}

.recruit-list {
	flex-flow: column;
}

.recruit-list .recruit-list_item {
	display: flex;
	width: 100%;
}

.recruit-list .recruit-list_text {
	display: flex;
	flex: 1;
	flex-flow: column;
	font-size: 20px;
	justify-content: center;
	padding: 0 40px;
	position: static;
	text-align: left;
	width: 52%;
}

.recruit-list .recruit-list_text::after {
	display: none;
}

.recruit-list ._driver .recruit-list_text {
	background: #819ECB;
}

.recruit-list ._courier .recruit-list_text {
	background: #C687B5;
}

.recruit-list ._mechanic .recruit-list_text {
	background: #4CBCBF;
}

.recruit-list ._newgraduate .recruit-list_text {
	background: #003399;
}

.recruit-list .recruit-list_text span {
	font-size: 12px;
}

.recruit-list .recruit-list_item .recruit-list_photo {
	flex: 1;
	width: 48%;
}

.news .inner {
	flex-flow: column;
	gap: 30px;
}

.news .list article a .date {
	font-size: 12px;
}

.news .list article a .category {
	font-size: 10px;
	font-weight: 600;
	padding: 3px 15px;
}

.news-banner {
	max-width: none;
	width: 100%;
}

.about {
	background: linear-gradient(to bottom, #F7F7F7 50%, #099 50%);
}

.about::before {
	height: 75vh;
	transform: translate(-50%, -50%);
	width: 75vh;
}

.about .inner {
	padding: 100px 30px 10px;
}

.about .text {
	font-size: 14px;
	text-align: center;
}

.about .about_bus {
	margin: 0 auto -10px;
	max-width: none;
	position: relative;
	width: 80%;
}

.about .btn {
	display: block;
	margin: 30px auto;
	width: 265px;
}

.contact .title p {
	font-size: 16px;
}

.contact .title p br {
	display: block;
}

.contact .title h2 img {
	max-width: 250px;
	padding: 0 5px;
}

.contact .btn {
	font-size: 22px;
}

.bottom_link .inner {
	gap: 10px 5px;
}

.bottom_link .inner a {
	height: auto;
	width: calc(50% - 2.5px);
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.p-apply {
	margin-top: 2.5rem;
}

.p-apply__items {
	margin-top: 1.5rem;
}

.p-company {
	margin-top: 3.75rem;
}

.p-company__items {
	margin-top: 1.5rem;
}

.p-flow {
	padding-right: 0;
}

.p-flow__item {
	border-bottom: 1px dotted #111;
	flex-direction: column;
	padding-bottom: 1.25rem;
}

.p-flow__item + .p-flow__item {
	margin-top: 3rem;
}

.p-flow__content {
	align-items: flex-start;
	flex-direction: column-reverse;
	width: 100%;
}

.p-flow__img {
	width: 100%;
}

.p-flow__term {
	width: 100%;
}

.p-flow__term p {
	font-size: 1.125rem;
}

.p-flow__description {
	padding-left: 0;
	width: 100%;
}

.p-flow__description::before {
	display: none;
}

.p-flow__description::after {
	height: 0.4375rem;
	left: 0;
	margin-top: 0.3125rem;
	width: 0.4375rem;
}

.p-flow__item:last-child {
	border-bottom: none;
}

.p-flow__action {
	font-size: 1.125rem;
	padding-left: 1.125rem;
}

.p-flow__text {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.p-interview {
	margin-top: 3.75rem;
}

.p-interview__items {
	margin-top: 1.5rem;
}

.p-list__head {
	font-size: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.25rem;
	padding-top: 0.875rem;
}

.p-list__text-box {
	font-size: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.25rem;
	padding-top: 0.875rem;
}

.p-news-list__item a {
	display: block;
}

.p-news-list__item-title {
	margin-left: 0;
	margin-top: 0.75rem;
}

.p-news {
	margin-bottom: 7.5rem;
	margin-top: 6.25rem;
}

.p-schedule {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.p-schedule__inner {
	flex-direction: column;
	gap: 2rem;
}

.p-schedule__title.c-title {
	flex-direction: column;
	writing-mode: horizontal-tb;
}

.p-schedule__wrap {
	border-radius: 1.25rem;
	margin-right: 0;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	width: 100%;
}

.p-single {
	margin-bottom: 7.5rem;
	margin-top: 6.25rem;
}

.p-single__head {
	padding-bottom: 2rem;
}

.p-single__title {
	font-size: 1.5rem;
	margin-top: 0.75rem;
}

.p-single__content {
	margin-top: 2.5rem;
}

.p-single__btn {
	margin-top: 5rem;
}

.p-sub-mv {
	padding-bottom: 1.875rem;
	padding-top: 3.75rem;
}

.p-sub-mv__inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-sub-mv__title {
	padding-bottom: 5rem;
}

.p-sub-mv__text-box {
	border-radius: 1.25rem;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-sub-mv__contents {
	flex-direction: column-reverse;
}

.p-sub-mv__links {
	margin-top: 1.5rem;
	max-width: none;
	max-width: initial;
	padding-right: 0;
}

.p-sub-mv__link a {
	font-size: 1rem;
	padding: 0.875rem 0;
}

.p-sub-mv__link a::after{
	top: 10px;
}
	
.p-sub-mv__link a:hover::after{
	top: 15px;
}
	
.p-sub-mv__img {
	border-radius: 0.625rem;
}

.p-sub-mv__message {
	margin-top: 0;
	padding: 1.25rem 1.5rem;
}

.p-sub-mv__head {
	font-size: 2rem;
	padding-left: 1.875rem;
}

.p-sub-mv__head::before {
	width: 1.25rem;
}

.p-sub-mv__text {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.p-sub-mv__signature {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.p-sub-mv__head-text {
	font-size: 1.5rem;
	margin-top: 1.75rem;
}

.p-sub-mv__detail {
	margin-top: 1.25rem;
}

.p-sub-mv__circle {
	justify-content: start;
	margin-top: 1.5rem; /* 中間サイズでの余白調整 */
}

.p-sub-mv__list {
	padding-bottom: 1.25rem;
}

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

.p-voice__headline {
	width: 100%;
}

.p-voice__img {
	border-radius: 0.625rem 0.625rem 0 0;
	margin-left: 0;
	overflow: hidden;
	width: 100%;
}

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

.p-voice__content:nth-child(even) {
	flex-direction: column;
}

.p-voice__content + .p-voice__content {
	margin-top: 2rem;
}

.p-voice__content-img {
	width: 100%;
}

.p-voice__text-box {
	width: 100%;
}

.p-voice__sub-title::before {
	bottom: 50%;
}

.p-voice__text {
	margin-top: 1rem;
}

.p-voice__comment {
	margin-left: 0;
	margin-right: 0;
	padding: 1.875rem 1.25rem;
}

.p-work {
	margin-top: 5rem;
}

.p-work__content {
	border-radius: 2.5rem 2.5rem 0 0;
	flex-direction: column;
}

.p-work__title {
	border-radius: 2.5rem 2.5rem 0 0;
	padding: 2.5rem;
}

.p-work__text-box {
	padding: 2.5rem 1.5rem;
}

.p-work__head {
	font-size: 1.25rem;
}

.p-work__text {
	margin-top: 1rem;
}

.p-work__merit {
	margin-top: 1.5rem;
}

.p-work__circle {
	justify-content: center;
	margin-top: 1.5rem; /* 中間サイズでの余白調整 */
}

.p-work__items {
	margin-top: 1.75rem;
}

.p-work__item + .p-work__item {
	margin-top: 1.75rem;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-section {
	margin: 3.75rem auto 0;
}

.c-title h2 {
	font-size: 2rem;
}

.c-title p {
	padding-top: 0.625rem;
}

.c-title p::before {
	top: 0;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
