@charset "UTF-8";

/* basic
------------------------- */
:root {
	--gradation: linear-gradient(0deg, rgb(239 114 19 / 100%) 0%, rgb(229 31 31 / 100%) 100%);
	--aboutColor: #e5001e;
	--companyColor: #0075ba;
	--recruitColor: #f5a200;
	--businessColor: #00973b;
	--legalColor: #004c88;
	--primary: #e50718;
	--primaryHover: #ef6a74;
	--txtColor: #231815;
	--txtLink: #009de0;
	--primaryBorderColor: #717171;
	--secondaryBorderColor: #bfbfbf;
	--borderColor: #b5b5b6;
	--primaryBgColor: #fff;
	--secondaryBgColor: #f7f7f7;
	--fontFamily: "Noto Sans JP", sans-serif;
	--fontFamilySerif: "Noto Serif JP", serif;
	--white: #fff;
	--topHeight: 90px;
	--txtSizeS: 1.4rem;
	--txtSizeM: 1.6rem;
	--txtSizeL: 1.8rem;
	--lineHeight: 1.75;
	--fixedWidth: 1040px;
	--zIndexLv0: 0;
	--zIndexLv1: 1;
	--zIndexLv2: 10;
	--zIndexLv3: 100;
	--zIndexLv4: 1000;
	--zIndexLv5: 10000;
	--breakminLength: 320;
	--breakTabLength: 768;
	--breakPcLength: 1024;
	--scrollbar: 0;
	--trans03S: all 0.3s ease-in-out;
}

html {
	font-size: 62.5%;
}

html.prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}

img.fluid_img {
	display: block;
	max-width: 100%;
	height: auto;
}

svg {
	vertical-align: baseline;
}

body {
	margin: 0;
	font-family: var(--fontFamily);
	font-size: var(--txtSizeM);
	font-feature-settings: "palt" 1;
	line-height: var(--lineHeight);
	color: var(--txtColor);
	background: url(../img/img_background.png) repeat 1200px 1000px;
}

h1 {
	font-size: 1.6em;
	font-weight: 700;
}

h2 {
	margin: 0 0 32px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}

h3 {
	margin: 48px 20px 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-indent: -20px;
}

h3::before {
	padding-bottom: 4px;
	margin-right: 1.5rem;
	content: "";
	border-left: 4px solid var(--primary);
}

a {
	transition: var(--trans03S);
}

.c-box_curve-text {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.c-box_curve-text svg {
	position: relative;
	display: block;
	max-width: 280px;
	margin: 0 auto;
}

.c-box_curve-text h4 {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 3rem;
	text-align: center;
	text-indent: 0.375em;
	letter-spacing: 0.375em;
}

.c-box_curve-text h4::after {
	position: absolute;
	top: 25px;
	left: -0.75em;
	width: 100%;
	max-width: 640px;
	content: url(../../assets/img/img_line-h4.svg);
}

.small {
	font-size: var(--txtSizeS);
}

p {
	margin-bottom: 1em;
	font-size: var(--txtSizeM);
	font-weight: 500;
	line-height: 2;
	text-align: justify;
	text-justify: inter-character;
	word-break: normal;
	word-wrap: break-word;
}

div > p:last-child {
	margin-bottom: 0;
}

a:hover,
a:active,
a:focus {
	color: var(--primary);
	text-decoration: underline;
	opacity: 0.6;
}

a.link-round {
	display: inline-block;
	padding: 0.5rem 2rem;
	font-size: 1.4rem;
	color: var(--aboutColor);
	text-decoration: none;
	border: 1px solid var(--aboutColor);
	border-radius: 100px;
}

a.link-round.pdf {
	padding-left: 40px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 11px 13px;
}

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

ul.u-list-asterisk {
	margin-top: 20px;
}

ul.u-list-asterisk li {
	margin: 0 0 0.25em 1.25em;
	font-size: var(--txtSizeS);
	font-weight: 500;
	line-height: 1.5em;
	text-indent: -1em;
}

ul.u-list-asterisk li::before {
	content: "※";
}

p.asterisk {
	margin: 0 0 0.25em 1.25em;
	font-size: var(--txtSizeS);
	font-weight: 500;
	line-height: 1.5em;
	text-indent: -1em;
}

p.asterisk::before {
	content: "※";
}

.text-s {
	font-size: var(--txtSizeS);
	font-weight: 500;
}

.pc_true {
	display: none;
}

.sp_true {
	display: block;
}

.disc_none {
	list-style-type: none !important;
}

.item-none {
	display: block;
}

.list-arrow {
	display: flex;
	width: 50px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: auto;
	background-color: var(--primary);
	border-radius: 100px;
}

a.link-cur-red {
	display: inline-block;
	padding: 20px 20px 20px 30px;
	background-color: #fff;
	border: 1px solid var(--primaryBorderColor);
	border-radius: 15px;
}

a.link-cur-red:hover,
a.link-cur-red:active,
a.link-cur-red:focus {
	color: initial;
	text-decoration: none;
	opacity: 0.6;
}

a.link-cur-red span {
	margin-right: 50px;
}

a.link-cur-red div.link-arrow {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: var(--primary);
	border-radius: 30px;
}

/* header
------------------------- */
@-webkit-keyframes MenuFade {
	0% {
		display: none;
		opacity: 0;
	}

	to {
		display: block;
		opacity: 1;
	}
}

@keyframes MenuFade {
	0% {
		display: none;
		opacity: 0;
	}

	to {
		display: block;
		opacity: 1;
	}
}

header {
	width: 100%;
}

#header_navi {
	position: fixed;
	z-index: var(--zIndexLv5);
	width: 100%;
	min-width: var(--breakminLength);
	max-width: calc(100vw - var(--scrollbar));
	padding: 15px;
	background: var(--primaryBgColor);
}

#header_navi-toggle {
	display: block;
	width: 35px;
	height: 30px;
}

#header_navi-toggle:hover {
	cursor: pointer;
	opacity: 0.6;
}

#header_navi-icon {
	position: relative;
	top: calc((100% - 4px) / 2);
	display: block;
	width: 35px;
	height: 4px;
	font-size: 0;
	background-color: var(--primaryBorderColor);
}

#header_navi-icon::before {
	position: absolute;
	top: -13px;
	left: 0;
	display: block;
	width: 35px;
	height: 4px;
	content: "";
	background-color: var(--primaryBorderColor);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#header_navi-icon::after {
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	width: 35px;
	height: 4px;
	content: "";
	background-color: var(--primaryBorderColor);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#header_navi-icon.active {
	background: 0 0;
}

#header_navi-icon.active::before {
	top: 0;
	transform: rotate(45deg);
}

#header_navi-icon.active::after {
	top: 0;
	transform: rotate(-45deg);
}

.header_navi-blocks {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: space-between;
	max-width: var(--fixedWidth);
	margin: 0 auto;
}

.header_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: calc(100% - 60px);
	height: 60px;
}

.header_navi-container {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-end;
}

.header_item p {
	margin-bottom: 6px;
	font-size: 1rem;
	text-align: right;
}

header a:hover,
header a:active,
header a:focus {
	color: var(--txtColor);
	text-decoration: none;
	opacity: 0.6;
}

.c-box_header.show {
	-webkit-animation: revealText 0.5s ease-out forwards;
	animation: revealText 0.5s ease-out forwards;
}

.c-box_header p.sub-en-slashti {
	display: flex;
	align-items: center;
	width: 120px;
	margin-bottom: 10px;
}

.c-box_header p.sub-en-slashti::before {
	padding-top: 8px;
	margin-right: 5px;
	content: url(../img/border_hti.svg);
}

.c-box_header h2 {
	width: 100%;
	margin-bottom: 100px;
	font-size: 3.4rem;
}

.c-box-text3row,
.c-box-text {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.c-box-text3row h3,
.c-box-text h3 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 2.6rem;
}

.c-box-text3row p.sub-en-slashti,
.c-box-text p.sub-en-slashti {
	display: flex;
	align-items: center;
	width: 120px;
	margin-bottom: 10px;
}

.c-box-text3row p.sub-en-slashti::before,
.c-box-text p.sub-en-slashti::before {
	padding-top: 8px;
	margin-right: 5px;
	content: url(../img/border_hti.svg);
}

.c-box-text3row p.description-text {
	width: 100%;
}

.job_contact a:hover,
.job_contact a:active,
.job_contact a:focus {
	color: var(--white);
	text-decoration: none;
	opacity: 0.6;
}

/* Navigation
------------------------- */
.global_navi {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

#menu {
	position: fixed;
	top: var(--topHeight);
	z-index: var(--zIndexLv5);
	width: 100%;
	height: calc(100% - var(--topHeight));
	overflow: auto;
}

#menu.menu-on {
	right: var(--scrollbar);
	visibility: visible;
	width: calc(100vw - var(--scrollbar));
	transition-duration: 0.6s;
}

#menu.menu-off {
	right: -100%;
	visibility: hidden;
	width: 100%;
	transition-duration: 1.8s;
}

#menu_bg {
	position: fixed;
	top: var(--topHeight);
	z-index: var(--zIndexLv4);
	display: none;
	width: 100%;
	height: calc(100% - var(--topHeight));
	background: var(--primaryBgColor);
}

#menu_bg.menu-fade {
	display: block;
	-webkit-animation-name: MenuFade;
	animation-name: MenuFade;
}

.menu_container {
	height: 100%;
	padding: 20px;
	margin: 0 auto;
	background-color: var(--primaryBgColor);
}

.menu_item {
	font-size: 1.4rem;
}

.menu_item a {
	display: block;
	padding: 20px;
	margin-top: 0;
	font-weight: 700;
	border-bottom: solid 1px var(--primaryBorderColor);
}

.header_navi-hamburger {
	display: block;
}

/* main
------------------------- */
main {
	width: 100%;
	min-width: var(--breakminLength);
	padding-top: 90px;
}

main section {
	width: 100%;
	max-width: var(--fixedWidth);
	padding-inline: 20px;
	margin: 50px auto;
}

main section p a {
	text-decoration: underline;
}

.c-box_mainvisual {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 100px auto 50px;
}

.c-box_mainvisual hgroup {
	margin-left: 90px;
}

.c-box_mainvisual hgroup h2,
.c-box_mainvisual hgroup p {
	text-align: center;
}

/* footer
------------------------- */
footer {
	width: 100%;
	min-width: var(--breakminLength);
	padding-inline: 20px;
	margin: 0 auto;
	background: var(--secondaryBgColor);
}

.footer_contents {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
	max-width: var(--fixedWidth);
	padding: 15px 0;
	margin: 0 auto;
}

.footer_contents-contact {
	width: 100%;
	max-width: initial;
}

.footer_contens-linklist {
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: space-between;
	font-size: var(--txtSizeS);
}

.footer_contens-linklist ul {
	max-width: 200px;
	margin-bottom: 0;
}

.footer_contens-linklist ul li {
	padding-block: 0.75em;
	line-height: 1.2em;
}

.footer_contens-linklist ul li > ul {
	display: inline-block;
	margin-top: 1em;
	margin-left: 1.5em;
}

.footer_contents-office {
	font-size: 1.4rem;
}

.footer_contents-office::before {
	content: "【";
}

.footer_contents-office::after {
	content: "】";
}

.footer_contents-contact > div {
	margin-bottom: 20px;
}

.footer_contents-contact > div:first-child {
	margin-bottom: 30px;
}

.footer_contents-name {
	margin-bottom: 6px;
	font-size: 1.5rem;
	font-weight: 700;
}

.footer_contents-contact div > p {
	font-size: 1.3rem;
	line-height: 1.5em;
}

.footer_contens-copyright {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
	width: 100%;
	max-width: var(--fixedWidth);
	padding: 20px 0 80px;
	margin: 0 auto;
}

.footer_contens-copyright > div {
	font-size: 1.2rem;
	line-height: 1.5em;
}

.footer_contens-copyright > div:first-of-type {
	width: 100%;
	max-width: 270px;
}

ul.c-box-option_disc {
	display: inline;
	margin-left: 1em;
	list-style-type: disc;
}

ul.c-box-option_disc li {
	padding-block: 0.5em;
}

/* footer banner
------------------------- */
.footer_bnr-partner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	max-width: 980px;
	padding: 100px 0 75px;
	margin: 0 auto;
}

.footer_bnr-partner > div {
	width: calc((100% - 20px) / 2);
	max-width: 220px;
	height: auto;
	aspect-ratio: 3 / 1;
	border: 1px solid var(--secondaryBorderColor);
}

/* part-time job
------------------------- */
.job_contact {
	position: fixed;
	top: initial;
	right: initial;
	bottom: 0;
	z-index: var(--zIndexLv3);
	display: flex;
	flex-direction: row;
	width: 100%;
}

.job_contact > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 80px);
	height: 70px;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--white);
	background: var(--gradation);
	border-radius: 16px 16px 0 0;
}

.job_contact > a:hover {
	opacity: 0.6;
}

.job_contact-inquiry {
	-webkit-writing-mode: initial;
	-ms-writing-mode: initial;
	writing-mode: initial;
}

/* go to top
------------------------- */
#pagetop_arrow {
	position: fixed;
	right: 10px;
	bottom: 2.5px;
	z-index: calc(var(--zIndexLv3) + 1);
	visibility: visible;
	background: var(--gradation);
	border-radius: calc(1px / 0);
	opacity: 1;
}

.pagetop_arrow-up {
	display: block;
	padding: 22px 26px;
	line-height: 0;
}

#pagetop_arrow:hover {
	background: var(--primaryHover);
}

/* breadcrumbs
	---------------------------------------------- */
.breadcrumbs_line {
	background-color: #fff;
}

.breadcrumbs_wrapper {
	max-width: 1100px;
	padding: 10px 0 0;
	margin: 0 auto;
}

.breadcrumbs_contents {
	margin: 0 auto;
}

.breadcrumbs {
	z-index: 10;
	padding: 0 0 10px;
	overflow-x: auto;
	font-size: 1.4rem;
	line-height: 1;
	text-align: right;
}

.breadcrumbs ol {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
}

.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	margin-left: 2em;
	font-size: 1.2rem;
	white-space: nowrap;
}

.breadcrumbs ol li:first-child {
	margin-left: 0;
	white-space: nowrap;
}

.breadcrumbs ol li::before {
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 10px;
	margin-top: 2px;
	margin-left: -16px;
	content: "";
	background: var(--primaryBorderColor);
	-webkit-clip-path: polygon(
		100% 50%,
		0 100%,
		0 0,
		100% 50%,
		calc(100% - var(--b)) 50%,
		calc(var(--b) / 2) calc(var(--b) * cos(30deg)),
		calc(var(--b) / 2) calc(100% - var(--b) * cos(30deg)),
		calc(100% - var(--b)) 50%
	);
	clip-path: polygon(
		100% 50%,
		0 100%,
		0 0,
		100% 50%,
		calc(100% - var(--b)) 50%,
		calc(var(--b) / 2) calc(var(--b) * cos(30deg)),
		calc(var(--b) / 2) calc(100% - var(--b) * cos(30deg)),
		calc(100% - var(--b)) 50%
	);

	--b: 2px;
}

.breadcrumbs ol li:first-child::before {
	content: initial;
}

/* 巡回
	---------------------------------------------- */
.c-box_excursion {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
	margin-block: 50px;
}

.c-box_excursion > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}

.c-box_excursion-about a,
.c-box_excursion-company a,
.c-box_excursion-business a,
.c-box_excursion-recruit a,
.c-box_excursion-contact a {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 40px;
	text-align: center;
}

.c-box_excursion-about a:hover,
.c-box_excursion-company a:hover,
.c-box_excursion-business a:hover,
.c-box_excursion-recruit a:hover,
.c-box_excursion-contact a:hover {
	color: initial;
	text-decoration: none;
}

.c-box_excursion-about a::after {
	position: absolute;
	top: calc((100% - 20px) / 2);
	right: 16px;
	width: 24px;
	height: 20px;
	content: url(../../assets/img/img_arrow-about.svg);
}

.c-box_excursion-company a::after {
	position: absolute;
	top: calc((100% - 20px) / 2);
	right: 16px;
	width: 24px;
	height: 20px;
	content: url(../../assets/img/img_arrow-company.svg);
}

.c-box_excursion-business a::after {
	position: absolute;
	top: calc((100% - 20px) / 2);
	right: 16px;
	width: 24px;
	height: 20px;
	content: url(../../assets/img/img_arrow-business.svg);
}

.c-box_excursion-recruit a::after {
	position: absolute;
	top: calc((100% - 20px) / 2);
	right: 16px;
	width: 24px;
	height: 20px;
	content: url(../../assets/img/img_arrow-recruit.svg);
}

.c-box_excursion-contact a::after {
	position: absolute;
	top: calc((100% - 20px) / 2);
	right: 16px;
	width: 24px;
	height: 20px;
	content: url(../../assets/img/img_arrow-contact.svg);
}

.c-box_excursion-about {
	border-top: 4px solid var(--aboutColor);
	border-bottom: 4px solid var(--aboutColor);
}

.c-box_excursion-about span {
	color: var(--aboutColor);
}

.c-box_excursion-company {
	border-top: 4px solid var(--companyColor);
	border-bottom: 4px solid var(--companyColor);
}

.c-box_excursion-company span {
	color: var(--companyColor);
}

.c-box_excursion-business {
	border-top: 4px solid var(--businessColor);
	border-bottom: 4px solid var(--businessColor);
}

.c-box_excursion-business span {
	color: var(--businessColor);
}

.c-box_excursion-recruit {
	border-top: 4px solid var(--recruitColor);
	border-bottom: 4px solid var(--recruitColor);
}

.c-box_excursion-recruit span {
	color: var(--recruitColor);
}

.c-box_excursion-contact {
	border-top: 4px solid var(--contactColor);
	border-bottom: 4px solid var(--contactColor);
}

.c-box_excursion-contact span {
	color: var(--contactColor);
}

/* Group
------------------------- */
main section#c-box-top-group div.c-box-text3row,
main section#c-box-top-group div.c-box-text {
	margin: 0 auto 30px;
}

.top-group {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top-group-dondoko {
	margin-bottom: 50px;
}
.top-group-dondoko-photo,
.top-group-gosports-photo {
	position: relative;
	margin-bottom: 50px;
}
.top-group-dondoko-photo div#photo-dondoko img,
.top-group-dondoko-photo div#photo-satsuki img {
	border: 2px solid var(--colorDondoko);
	border-radius: 15px;
	box-shadow: 1px 1px 0 1px var(--colorDondoko);
}
.top-group-dondoko-photo div#photo-dondoko {
	position: relative;
	width: 80%;
}
.top-group-dondoko-photo div#photo-satsuki,
.top-group-gosports-photo div#photo-gosports2 {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 40%;
	transform-origin: center;
}

.top-group-gosports-photo div#photo-gosports1 img,
.top-group-gosports-photo div#photo-gosports2 img {
	border: 2px solid var(--colorGoSports);
	border-radius: 15px;
	box-shadow: 1px 1px 0 1px var(--colorGoSports);
}
.top-group-gosports-photo div#photo-gosports1 {
	position: relative;
	top: 10px;
	width: 80%;
}

.top-group-dondoko h4,
.top-group-gosports h4 {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}
.top-group-dondoko h4 {
	color: var(--colorDondoko);
}
.top-group-gosports h4 {
	color: var(--colorGoSports);
}

.top-group-dondoko h4 span,
.top-group-gosports h4 span {
	font-size: var(--txtSizeM);
}

.top-group a {
	position: relative;
	display: block;
	transition: var(--trans05S);
}
.top-group a:hover,
.top-group a:active,
.top-group a:focus {
	color: initial;
	text-decoration: none;
	opacity: 0.6;
}

.top-group-dondoko-link div.link-arrow,
.top-group-gosports-link div.link-arrow {
	position: absolute;
	top: 15px;
	right: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 30px;
}

.top-group-dondoko-link div.link-arrow {
	background-color: var(--colorDondoko);
}
.top-group-gosports-link div.link-arrow {
	background-color: var(--colorGoSports);
}

/* 内部リンク
------------------------- */
section.c-box-navi-wapper {
	margin: 0 auto 100px auto;
}
.c-box-navi {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	padding: 20px 0 0;
}

.c-box-navi > div.c-box-navi--link {
	width: calc((100% - 20px) / 2);
	padding-bottom: 15px;
	text-align: center;
	border-bottom: solid 2px #574f4c;
}

.c-box-navi--link a {
	display: block;
	font-weight: 700;
}

.c-box-navi--link a:hover {
	text-decoration: none;
}

@media print, screen and (min-width: 480px) {
	.footer_contens-linklist {
		flex-direction: row;
		gap: 20px;
	}

	/* footer banner
	------------------------- */
	.footer_bnr-partner > div {
		width: calc((100% - 40px) / 3);
	}
}

@media print, screen and (min-width: 640px) {
	/* footer banner
	------------------------- */
	.footer_bnr-partner > div {
		width: calc((100% - 60px) / 4);
	}
}

@media print, screen and (min-width: 768px) {
	html {
		scroll-padding-top: 100px;
	}

	h1 {
		font-size: 1.6rem;
		font-weight: 700;
	}

	h2 {
		margin: 0 0 32px;
		font-size: 2.8rem;
		font-weight: 700;
		line-height: 1.5;
	}

	h3 {
		margin: 48px 20px 32px;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.5;
		text-indent: -20px;
	}

	h3::before {
		padding-bottom: 4px;
		margin-right: 1.5rem;
		content: "";
		border-left: 4px solid var(--primary);
	}

	.c-box_curve-text h4 {
		text-indent: 0.75em;
		letter-spacing: 0.75em;
	}

	.pc_true {
		display: block;
	}

	.sp_true {
		display: none;
	}

	.item-none {
		display: none;
	}

	/* header
		------------------------- */
	.header_container {
		gap: 60px;
		max-width: 100%;
	}

	.header_item {
		width: 100%;
		max-width: 128px;
	}

	#menu {
		position: initial;
		top: 100px;
		visibility: visible !important;
		width: initial;
		min-width: 500px;
		height: initial;
		overflow: initial;
		transition-duration: initial;
	}

	#menu.menu-off {
		width: initial;
		transition-duration: initial;
	}

	.menu_container {
		display: flex;
		flex-direction: row;
		gap: 20px;
		align-items: center;
		justify-content: center;
		height: initial;
		padding: initial;
	}

	.header_navi-hamburger {
		display: none;
	}

	.c-box-text3row p.sub-en-slashti,
	.c-box-text p.sub-en-slashti {
		width: 120px;
	}

	.c-box-text3row h3,
	.c-box-text h3 {
		width: calc(100% - 120px);
		font-size: 2.8rem;
	}

	/* Navigation
	------------------------- */
	#menu_bg {
		top: 100px;
		height: calc(100% - 100px);
	}

	.menu_item a {
		display: initial;
		padding: initial;
		margin-top: 0;
		font-weight: 700;
		border-bottom: initial;
	}

	/* main
	------------------------- */
	main {
		padding-top: 90px;
	}

	/* footer
	------------------------- */
	.footer_contents {
		flex-direction: row;
	}

	.footer_contents-contact {
		max-width: 335px;
	}

	.footer_contens-copyright {
		flex-direction: row;
		padding: 20px 0;
		margin: 0 auto;
	}

	ul.c-box-option_disc {
		display: inline;
		margin-left: 1em;
		list-style-type: disc;
	}

	ul.c-box-option_disc li {
		padding-block: 0.5em;
	}

	/* footer banner
			------------------------- */
	.footer_bnr-partner {
		gap: 40px;
	}

	.footer_bnr-partner > div {
		width: calc((100% - 120px) / 4);
	}

	/* part-time job
	------------------------- */
	.job_contact {
		position: fixed;
		top: 90px;
		right: 0;
		bottom: initial;
		display: flex;
		flex-direction: row;
		width: initial;
	}

	.job_contact > a {
		width: 60px;
		height: 180px;
		border-radius: 16px 0 0 16px;
	}

	.job_contact-inquiry {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}

	.c-box_excursion {
		flex-direction: row;
	}

	.c-box_excursion > div {
		width: calc((100% - 30px) / 2);
	}

	/* group */
	.top-group {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.top-group-dondoko,
	.top-group-gosports {
		width: 45%;
	}
	.top-group-dondoko {
		margin-bottom: 0;
	}

	/* 内部リンク
			------------------------- */
	.c-box-navi > div.c-box-navi--link {
		width: calc((100% - 60px) / 4);
	}
}

@media screen and (min-width: 768px) and (max-width: 919px) {
	.top-business-link #business-soccer,
	.top-business-link #business-baseball,
	.top-business-link #business-basketball,
	.top-business-link #business-rugby,
	.top-business-link #business-event,
	.top-business-link #business-marathon,
	.top-business-link #business-etcsports,
	.top-business-link #business-staff {
		background-color: #fff;
	}
	.top-business-link #business-soccer a,
	.top-business-link #business-baseball a,
	.top-business-link #business-basketball a,
	.top-business-link #business-rugby a,
	.top-business-link #business-event a,
	.top-business-link #business-marathon a,
	.top-business-link #business-etcsports a {
		padding: 40px 30px 40px 20px;
		background: initial;
	}
	.top-business-link #business-staff {
		padding: 40px 30px 40px 20px;
	}
}

@media print, screen and (min-width: 980px) {
	.c-box-text3row h3 {
		width: calc(100% - 800px);
	}

	.c-box-text3row div.description-text {
		max-width: 680px;
	}
}

@media print, screen and (min-width: 1024px) {
	.pc_true {
		display: block;
	}

	.menu_item {
		font-size: 1.6rem;
	}

	.menu_container {
		gap: 50px;
	}

	/* go to top
	------------------------- */
	#pagetop_arrow {
		right: 2.5px;
		bottom: 20px;
	}
}

/*--------------------------------
 Animation
--------------------------------*/

@-webkit-keyframes bounceIn {
	0% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}
