@charset "UTF-8";
/*!
Theme Name: myTheme BG-recruit_2025/05/08
Theme URI: https://geekhive.co.jp
Author: GeekHive
Author URI: https://geekhiveß.co.jp
Description: Description
Version: 1.0.2
Tested up to: 5.s
Requires PHP: ss5.6zs
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pagess
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/txr7mpx.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}

@media (max-width: 767px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

main {
	min-height: 1000px;
}

@media (max-width: 767px) {
	main {
		min-height: 500px;
	}
}

#site-navigation.main-navigation {
	display: none;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 5rem;
	padding: 1.75rem 0 .75rem 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Container
--------------------------------------------- */
.footer {
	background-color: #F0F0F0;
}

.footer__top {
	padding: 68px 7.97% 58px 3.75%;
	border-top: 8px solid #c21500;
	border-image: linear-gradient(to right, #E6027E 0%, #E07C00 70%, #DE8628 80%, #DD9A71 100%);
	border-image-slice: 1;
}

@media screen and (max-width: 767px) {
	.footer__top {
		padding: 10.25641vw 5.12821vw 11.53846vw;
	}
}

.footer__topInner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer__title {
	text-align: center;
}

.footer__title-logo {
	margin-top: 28.4px;
	margin-right: 15px;
	margin-bottom: 28.4px;
	width: 195px;
}

@media only screen and (max-width: 1023px) {
	.footer__title-logo {
		margin-bottom: 24px;
		width: 160px;
	}
}

@media screen and (max-width: 767px) {
	.footer__title-logo {
		margin-left: 1rem;
		width: 35.89744vw;
	}
}

.footer__title-text {
	font: normal normal bold 15px/15px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	font-family: "normalidad-wide", sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.33;
	width: 110px;
	height: 35px;
}

@media only screen and (max-width: 767px) {
	.footer__title-text {
		font-size: .85rem;
	}
}

.footer__topCenter {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.footer__topCenter {
		flex-basis: 43.7%;
		flex-wrap: wrap;
		width: auto;
		min-width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.footer__topCenter {
		display: none;
	}
}

.footer__nav {
	margin-right: 8%;
}

@media only screen and (max-width: 1100px) {
	.footer__nav {
		margin-right: 4%;
	}
}

@media only screen and (max-width: 1023px) {
	.footer__nav {
		flex-basis: 50%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer__nav:nth-last-of-type(1), .footer__nav:nth-last-of-type(2) {
		margin-bottom: 0;
	}
}

.footer__nav:last-of-type {
	margin-right: 0;
}

.footer__nav *:last-child {
	margin-bottom: 0;
}

.footer__navHeading {
	display: block;
	margin-bottom: 23px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

.footer__navListItem {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
}

.footer__navListItem:last-of-type {
	margin-bottom: 0;
}

.footer__navListItem a {
	color: #000;
	white-space: nowrap;
}

.footer__nav:last-of-type .footer__navHeading:first-of-type {
	margin-bottom: 19px;
}

.footer__nav:last-of-type .footer__navHeading:nth-of-type(2) {
	margin-bottom: 15px;
}

.footer__topLink {
	margin-bottom: 23px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.footer__topRightSnsImg {
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.footer__topRightSnsImg {
		margin-right: 2.5641vw;
	}
}

.footer__topRightSnsTxt {
	font-size: 12px;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.footer__topRightSnsTxt {
		font-size: 3.07692vw;
	}
}

.footer__topRightSnsBox {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.footer__topRightSnsBox:last-child {
	margin-bottom: 10px;
}

.footer__topRightSnsBox a {
	text-decoration: none;
	color: #000;
}

.footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3.75%;
	height: 53px;
	color: #fff;
	background-color: #000;
	font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 767px) {
	.footer__bottom {
		padding: 0 3.84615vw;
	}
}

.footer__bottomLinks a {
	margin-right: 50px;
	color: #fff;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.footer__bottomLinks a {
		margin-right: 2.5641vw;
		font-size: 3.07692vw;
	}
}

.footer__bottomLinks a:last-of-type {
	margin-right: 0;
}

.footer__copyright {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.footer__copyright {
		font-size: 3.07692vw;
	}
}

.header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

@media screen and (max-width: 767px) {
	.header {
		position: static;
		padding-top: 23.33333vw;
	}
}

.header__top {
	position: relative;
	height: 100px;
	padding: 0 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 8px solid #c21500;
	border-image: linear-gradient(to right, #e6027e 0%, #e07c00 70%, #de8628 80%, #dd9a71 100%);
	border-image-slice: 1;
	background-color: #fff;
	border: none;
}

@media screen and (max-width: 767px) {
	.header__top {
		align-items: center;
		justify-content: center;
		height: 23.33333vw;
		padding: 0 3.84615vw;
		border-bottom: 2.3vw solid #c21500;
		border-image: linear-gradient(to right, #e6027e 0%, #e07c00 70%, #de8628 80%, #dd9a71 100%);
		border-image-slice: 1;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 100;
		border: none;
	}
}

.header__top__top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.header__top__top {
		justify-content: center;
	}
}

.header__top__top .bogo-language-switcher .current {
	display: none;
}

.header__top__top .bogo-language-switcher li {
	text-align: right;
}

.header__top__top .bogo-language-switcher a:before {
	content: "\f0ec";
	font-family: FontAwesome;
	padding-right: 8px;
}

.header__top__top .bogo-language-name {
	border: 2px solid #000;
	border-radius: 1.1111111111em;
	cursor: pointer;
	display: block;
	font-size: 1.125em;
	line-height: calc(2.22222em - 4px);
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: ease-in-out 5s;
	transition: all 1s ease-in-out 0.5s;
	width: 10rem;
}

@media screen and (max-width: 767px) {
	.header__top__top .bogo-language-name {
		font-size: 0.75em;
		width: 5rem;
	}
}

.header__top__top .header__top__pc {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header__top__top .bogo-language-switcher .current {
	display: none;
}

.header__top__top .bogo-language-switcher li {
	text-align: right;
}

.header__top__top .bogo-language-switcher a:before {
	content: "\f0ec";
	font-family: FontAwesome;
	padding-right: 8px;
}

.header__top__top .bogo-language-name {
	border: 2px solid #000;
	border-radius: 1.1111111111em;
	cursor: pointer;
	display: block;
	font-size: 1.125em;
	line-height: calc(2.22222em - 4px);
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: ease-in-out 5s;
	transition: all 1s ease-in-out 0.5s;
	width: 10rem;
}

@media screen and (max-width: 767px) {
	.header__top__top .bogo-language-name {
		font-size: 0.75em;
		width: 5rem;
	}
}

.header__top__top .bogo-language-name a {
	color: transparent;
	display: block;
}

.header__top__top .bogo-language-name a:after,
.header__top__top .bogo-language-name a:before {
	color: #000;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__top__top li.en .bogo-language-name a:after,
.header__top__top li.en .bogo-language-name a:before {
	content: "English";
}

.header__top__top li.ja .bogo-language-name a:after,
.header__top__top li.ja .bogo-language-name a:before {
	content: "Japanese";
}

.header__top__top body:not(.is-touch) .bogo-language-name:hover a:after,
.header__top__top body:not(.is-touch) .bogo-language-name:hover a:before {
	color: #fff;
	background-color: #000;
}

.header__title {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.header__title {
		justify-content: center;
		position: relative;
		right: -5.12821vw;
	}
}

.header__title-logo {
	margin-top: -3.5px;
	margin-right: 16px;
	width: 111px;
}

@media screen and (max-width: 767px) {
	.header__title-logo {
		margin-top: -0.76923vw;
		margin-right: 2.05128vw;
		width: 28.46154vw;
	}
}

.header__title-text {
	color: #000;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.header__title-text {
		font-size: 3.84615vw;
	}
}

.header__bottomListWrap {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	background-color: #000;
	align-items: center;
	height: 54px;
}

@media screen and (max-width: 767px) {
	.header__bottomListWrap {
		display: none;
	}
}

.header__bottomList {
	list-style: none;
	margin-right: 36.6px;
	font-size: 14px;
	line-height: 1.43;
	transition: 0.9s;
}

.header__bottomList:focus .header__bottomDropdownWrapper, .header__bottomList:hover .header__bottomDropdownWrapper {
	transform: scaleY(1);
}

.header__bottomList:focus.hasDropdown .header__bottomListHeading::after, .header__bottomList:hover.hasDropdown .header__bottomListHeading::after {
	transform: scaleY(1);
}

.header__bottomList:last-child {
	margin-right: 0;
}

.header__bottomListHeading {
	position: relative;
	cursor: pointer;
}

.header__bottomListHeading::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: -7px;
	z-index: 90;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 10px solid #f0f0f0;
	border-bottom: 0;
	transform: scaleY(0);
	transform-origin: center top;
	transition: 0.3s;
}

.header__bottomListHeading::after:focus, .header__bottomListHeading::after:hover {
	opacity: 1;
}

.header__bottomListHeading > span,
.header__bottomListHeading a {
	position: relative;
	display: block;
	color: #000000;
	padding-left: 14.4px;
	transition: opacity 0.7s;
}

.header__bottomListHeading > span:hover,
.header__bottomListHeading a:hover {
	opacity: 0.6;
}

.header__bottomListHeading > span::before,
.header__bottomListHeading a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	width: 7.4px;
	height: 7.4px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: translateY(-54%) rotate(45deg);
}

.header__bottomListHeading a {
	position: relative;
	display: block;
	color: #000000;
	padding-left: 14.4px;
	transition: opacity 0.7s;
}

.header__bottomListHeading a:hover {
	opacity: 0.6;
}

.header__bottomList.hasDropdown .header__bottomListHeading a {
	line-height: 54px;
}

.header__bottomList.hasDropdown:first-of-type .header__bottomDropdown {
	left: -14%;
}

@media screen and (min-width: 1921px) {
	.header__bottomList.hasDropdown:first-of-type .header__bottomDropdown {
		left: -8%;
	}
}

.header__bottomList.hasDropdown:nth-of-type(2) .header__bottomDropdown {
	left: -10%;
}

@media screen and (min-width: 1921px) {
	.header__bottomList.hasDropdown:nth-of-type(2) .header__bottomDropdown {
		left: -8%;
	}
}

@media only screen and (max-width: 1023px) {
	.header__bottomList.hasDropdown:nth-of-type(2) .header__bottomDropdown {
		left: -18%;
	}
}

.header__bottomDropdownWrapper {
	position: absolute;
	bottom: -62px;
	left: 0;
	z-index: 80;
	width: 100%;
	background-color: #000;
	text-align: center;
	transform: scaleY(0);
	transform-origin: center top;
	transition: 0.3s;
}

.header__bottomDropdown {
	position: relative;
	left: -3.8%;
	display: inline-flex;
	align-items: center;
	height: 62px;
}

.header__bottomDropdownItem {
	margin-right: 30px;
	height: 100%;
	display: flex;
	align-items: center;
}

.header__bottomDropdownItem:last-of-type {
	margin-right: 0;
}

.header__bottomDropdownItem a,
.header__bottomDropdownItem p {
	position: relative;
	padding-left: 14px;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
}

.header__bottomDropdownItem a::before,
.header__bottomDropdownItem p::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6.6px;
	height: 6.6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-54%) rotate(45deg);
}

.header .hamburger_wrap {
	position: absolute;
	left: 3.84615vw;
	margin-top: -0.76923vw;
	z-index: 100;
}

.header .menu-trigger,
.header .menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.header .menu-trigger {
	position: relative;
	width: 6.41026vw;
	height: 20px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

.header .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
}

.header .menu-trigger span:nth-of-type(1) {
	top: 0;
}

.header .menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.header .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.header #menu01.active span {
	background-color: #fff;
}

.header #menu01.active span:nth-of-type(1) {
	transform: translateY(8.5px) rotate(-45deg);
}

.header #menu01.active span:nth-of-type(2) {
	opacity: 0;
}

.header #menu01.active span:nth-of-type(3) {
	transform: translateY(-8.5px) rotate(45deg);
}

.header .hamburger-menu {
	display: none;
}

@media screen and (max-width: 767px) {
	.header .hamburger-menu {
		background: rgba(0, 0, 0, 0.9);
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		padding: 8.97436vw 5.12821vw 8.97436vw;
		width: 100%;
		height: 100vh;
		transform: translate(-100%, 0%);
		transition: transform 0.6s;
	}
}

.header .hamburger-menu.active {
	transform: translate(0%, 0%);
}

.header .hamburger-menu__inner {
	width: 100%;
}

.header .hamburger-menu__list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header .hamburger-menu__list-inner {
	position: relative;
}

.header .hamburger-menu__list-item {
	margin-bottom: 7.17949vw;
}

.header .hamburger-menu__list-heading {
	margin-bottom: 3.07692vw;
	font-size: 5.64103vw;
	color: #fff;
}

.header .hamburger-menu__list-heading a {
	color: #fff;
	font-size: 5.64103vw;
	font-weight: bold;
}

.header .hamburger-menu__child-list-item {
	margin-bottom: 2.05128vw;
}

.header .hamburger-menu__child-list-item a {
	color: #fff;
	font-size: 3.58974vw;
	font-weight: bold;
}

.header .hamburger-menu__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.header .hamburger-menu__logo {
	display: inline-block;
	margin-bottom: 5.12821vw;
	width: 38.46154vw;
}

.header .hamburger-menu__privacy {
	display: block;
	color: #fff;
	font-size: 3.07692vw;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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

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

ul[role='list'],
ol[role='list'] {
	list-style: none;
}

ul, ol {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

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

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

main figure {
	margin-bottom: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

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;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media screen and (min-width: 768px) {
	.top .sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.top .pc {
		display: none;
	}
}

.top__video {
	position: relative;
	margin-bottom: 80px;
	width: 100%;
	padding-top: 0;
	overflow: hidden;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.top__video {
		margin-bottom: 20.51282vw;
	}
}

.top__video video {
	position: relative;
	top: 0%;
	left: 0%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(0%, 0%);
	width: 100%;
}

.top .top__video {
	position: relative;
}

.top .top__video:after {
	display: block;
	content: "";
	width: 100%;
	height: 99%;
	background-image: url(./imgs/Overlay.png);
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.top .top__video:after {
		top: 2px;
		height: 99%;
	}
}

@media screen and (max-width: 767px) {
	.top .top__video__pc {
		display: none;
	}
}

.top .top__video__sp {
	position: relative;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	transform: translate(-50%, 0%);
}

@media screen and (min-width: 768px) {
	.top .top__video__sp {
		display: none;
	}
}

.top .top__video_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

@media screen and (max-width: 767px) {
	.top .top__video_title {
		width: 90%;
	}
}

.top__message {
	padding-bottom: 77px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.top__message {
		padding-bottom: 17.94872vw;
		font-size: 3.58974vw;
	}
	.top__message__pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.top__message__sp {
		display: none;
	}
}

.top__message-title {
	margin-bottom: 12px;
	font-size: min(8vw, 71px);
	line-height: 1.44;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.top__message-title {
		font-size: 10.25641vw;
	}
}

.top__message-text {
	font-size: 16x;
	line-height: 1.25;
}

@media screen and (max-width: 767px) {
	.top__message-text {
		font-size: 4.61538vw;
	}
}

.top__post-list {
	padding-bottom: 77px;
}

@media screen and (max-width: 767px) {
	.top__post-list {
		padding-bottom: 17.94872vw;
	}
}

.top__owned-media {
	padding-bottom: 77px;
}

@media screen and (max-width: 767px) {
	.top__owned-media {
		padding-bottom: 17.94872vw;
	}
}

.top__owned-media-link {
	position: relative;
	max-width: 240px;
	margin: 30px auto 0;
	background-color: #000;
}

.top__owned-media-link img {
	max-width: 59px;
	height: 37px;
	object-fit: contain;
	padding: 5px 0;
	margin: 0 auto;
}

.top__owned-media-icon {
	position: absolute;
	top: 0;
	right: 15px;
	width: 10px;
}

.top__owned-media-img {
	position: relative;
	padding-top: 66.7%;
}

.top__owned-media-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

.top__owned-media-img::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 50%, black);
}

@media screen and (max-width: 767px) {
	.top__owned-media-img::after {
		background: linear-gradient(to bottom, transparent 20%, black);
	}
}

.top__owned-media-title {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: #fff;
	font-size: 1rem;
	padding: 0 30px 20px;
	width: 100%;
	height: 150px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-image: linear-gradient(180deg, rgba(85, 85, 85, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 100%);
}

@media screen and (max-width: 767px) {
	.top__owned-media-title {
		top: auto;
		padding: 0 16px 10px;
		height: 100px;
		font-size: 3.07692vw;
	}
}

.top__interviews {
	padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
	.top__interviews {
		padding-bottom: 35vw;
	}
}

.top__interviews-img {
	display: block;
	width: 100%;
}

.top__interviews-img img {
	width: 100%;
}

.top__interviews-img {
	position: relative;
	padding-top: 56.23%;
}

.top__interviews-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

.top__interviews-img::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 50%, black);
}

@media screen and (max-width: 767px) {
	.top__interviews-img::after {
		background: linear-gradient(to bottom, transparent 20%, black);
	}
}

.post-list {
	display: flex;
	flex-wrap: wrap;
}

.post-list__item {
	flex-basis: calc((100% - 28px) / 3);
	margin-right: 14px;
	margin-bottom: 40px;
	display: flex;
}

@media screen and (max-width: 767px) {
	.post-list__item {
		flex-basis: calc((100% - 14px) / 2);
		margin-right: 14px;
		margin-bottom: 7.69231vw;
	}
	.post-list__item:last-of-type {
		margin-bottom: 7.69231vw;
	}
}

@media screen and (min-width: 768px) {
	.post-list__item:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.post-list__item:nth-of-type(3n) {
		margin-right: 14px;
	}
	.post-list__item:nth-of-type(2n) {
		margin-right: 0;
	}
}

.post-list__item a {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	color: #000;
}

.post-list__img {
	position: relative;
	margin-bottom: 11px;
	padding-top: 68.24%;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.post-list__img {
		margin-bottom: 2.82051vw;
	}
}

.post-list__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.post-list__contents {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		flex-grow: 1;
	}
}

.post-list__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
	.post-list__meta {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 0;
		gap: 6px;
	}
}

.post-list__meta-left {
	display: flex;
	align-items: center;
}

.post-list__date {
	margin-right: 5px;
	font-size: 11px;
	font-family: "normalidad-wide", sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.post-list__date {
		margin-left: 1.28205vw;
		font-size: 3.07692vw;
		line-height: 1.3;
	}
}

.post-list__logo img {
	width: auto;
	height: 28px;
}

@media screen and (max-width: 767px) {
	.post-list__logo img {
		height: 7.17949vw;
	}
}

.post-list__category-wrapper {
	padding: 1px;
	/*borderの太さ*/
	border-radius: 12px;
	width: fit-content;
	height: fit-content;
	padding: 1px 8px;
	border-radius: 20px;
}

.post-list__category {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	color: #000;
	background: #fff;
	/*背景を白*/
	font-size: 12px;
	line-height: 22px;
	font-family: "Roboto", sans-serif;
	font-family: "normalidad-wide", sans-serif;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.post-list__category {
		font-size: 3.07692vw;
		line-height: 1.5;
	}
}

.post-list__title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.53;
}

@media screen and (max-width: 767px) {
	.post-list__title {
		font-size: 2.82051vw;
		margin-bottom: 24px;
	}
}

.post-list__arrow {
	display: none;
}

@media screen and (max-width: 767px) {
	.post-list__arrow {
		display: block;
	}
}

.top__interviews-img {
	position: relative;
}

.top__interviews-text {
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 30px;
	width: 100%;
	height: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(180deg, rgba(85, 85, 85, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 100%);
}

@media screen and (max-width: 767px) {
	.top__interviews-text {
		position: absolute;
		top: 59%;
		transform: translate(-50%, -22%);
		height: 26vw;
		font-size: 3.07692vw;
	}
}

.benefit {
	padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
	.benefit {
		padding-bottom: 25.64103vw;
	}
}

.benefit__top-txt {
	font-family: 16px;
	line-height: 1.25;
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.benefit__top-txt {
		font-size: 3.84615vw;
		margin-bottom: 12.82051vw;
	}
}

.benefit__description {
	margin-bottom: 125px;
}

@media screen and (max-width: 767px) {
	.benefit__description {
		margin-bottom: 20.51282vw;
	}
}

.benefit__descriptionTtl {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.benefit__descriptionTtl {
		font-size: 5.64103vw;
		margin-bottom: 5.12821vw;
	}
}

.benefit__descriptionImg {
	text-align: center;
	margin: 0 auto;
	display: table;
}

.benefit__descriptionTxt {
	font-size: 14px;
	line-height: 1.71;
}

@media screen and (max-width: 767px) {
	.benefit__descriptionTxt {
		font-size: 3.58974vw;
	}
}

.benefit .description__02 .benefit__descriptionWrap {
	display: flex;
}

@media screen and (max-width: 767px) {
	.benefit .description__02 .benefit__descriptionWrap {
		display: block;
	}
}

.benefit .description__02 .benefit__descriptionImg {
	width: 39%;
	max-width: 335px;
}

@media screen and (max-width: 767px) {
	.benefit .description__02 .benefit__descriptionImg {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5.12821vw;
	}
	.benefit .description__02 .benefit__descriptionImg img {
		width: 100%;
	}
}

.benefit .description__02 .benefit__descriptionTxt {
	width: 58%;
	max-width: 497px;
}

@media screen and (max-width: 767px) {
	.benefit .description__02 .benefit__descriptionTxt {
		width: 100%;
		max-width: 100%;
	}
}

.benefit .description__03 {
	margin-bottom: 0;
}

.benefit .description__03 .benefit__descriptionList {
	display: flex;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.benefit .description__03 .benefit__descriptionList {
		display: block;
		margin-bottom: 10.25641vw;
	}
}

.benefit .description__03 .benefit__descriptionList:last-child {
	margin-bottom: 0;
}

.benefit .description__03 .benefit__descriptionList .benefit__descriptionListImg {
	width: 60%;
	max-width: 507px;
}

@media screen and (max-width: 767px) {
	.benefit .description__03 .benefit__descriptionList .benefit__descriptionListImg {
		width: 100%;
		max-width: 100%;
		margin-bottom: 2.5641vw;
	}
}

.benefit .description__03 .benefit__descriptionList .benefit__descriptionListTtl {
	width: 40%;
	max-width: 345px;
	text-align: center;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.benefit .description__03 .benefit__descriptionList .benefit__descriptionListTtl {
		width: 100%;
		max-width: 100%;
		display: block;
		text-align: center;
		font-size: 5.12821vw;
	}
}

.business {
	padding-bottom: 180px;
}

@media screen and (max-width: 768px) {
	.business {
		padding-bottom: 30.76923vw;
	}
}

.business__top-text {
	margin-bottom: 40px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.business__top-text {
		margin-bottom: 10.25641vw;
		font-size: 5.12821vw;
	}
}

.business__domain-img {
	margin-bottom: 117px;
}

@media screen and (max-width: 768px) {
	.business__domain-img {
		margin-bottom: 25.64103vw;
	}
}

.business__domain-img img {
	width: 100%;
}

.business__service-section {
	margin-bottom: 146px;
}

@media screen and (max-width: 768px) {
	.business__service-section {
		margin-bottom: 35.89744vw;
	}
}

.business__service-section-item {
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.business__service-section-item {
		margin-bottom: 17.94872vw;
	}
}

.business__service-section-item:last-of-type {
	margin-bottom: 0;
}

.business__service-section-heading {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.business__service-section-heading {
		margin-bottom: 7.69231vw;
		font-size: 4.61538vw;
	}
}

.business__company-info .table {
	margin-bottom: 20px;
}

.business__company-info .table:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.service {
		display: block;
		margin-bottom: 0;
	}
}

.service__item {
	flex-basis: calc((100% - 28px) / 3);
	margin-right: 14px;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.service__item {
		margin-right: 0;
		margin-bottom: 10.25641vw;
	}
}

.service__item:nth-of-type(3n) {
	margin-right: 0;
}

.service__item:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.service__item:last-of-type {
		margin-bottom: 0;
	}
}

.service__img {
	margin-bottom: 14px;
	position: relative;
	padding-top: 69.7%;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.service__img {
		margin-bottom: 3.58974vw;
	}
}

.service__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

.service__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 280px;
}

@media screen and (max-width: 768px) {
	.service__logo {
		margin-bottom: 3.58974vw;
		height: 11.53846vw;
	}
}

.service__logo img {
	max-height: 75px;
}

.service__list-item img {
	max-width: 80%;
	max-height: 100px;
}

.service__list-item-internship img {
	max-width: 100%;
	max-height: 100px;
}

.table {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	border-collapse: collapse;
}

.table__tr:last-of-type .table__th,
.table__tr:last-of-type .table__td {
	border-bottom: none;
}

.table__tr--border-bold .table__th,
.table__tr--border-bold .table__td {
	border-bottom-width: 2px;
}

.table__th, .table__td {
	padding: 22px 0;
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.table__th, .table__td {
		padding: 5.64103vw 0;
		font-size: 3.33333vw;
	}
}

.table__th {
	width: 160px;
}

@media screen and (max-width: 768px) {
	.table__th {
		width: 25.64103vw;
	}
}

.employee__top {
	padding-bottom: 174px;
}

@media screen and (max-width: 767px) {
	.employee__top {
		padding-bottom: 35.89744vw;
	}
}

.employee__contents p {
	margin-top: 150px;
	margin-bottom: 49px;
	font-size: 30px;
	color: #000000;
	font-family: "normalidad-wide", sans-serif;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.employee__contents p {
		margin-top: 20.51282vw;
		margin-bottom: 7.69231vw;
		font-size: 6.15385vw;
	}
}

.employee__contents p:first-of-type {
	margin-top: 0;
}

.employee__contents .wp-block-columns {
	gap: 6px !important;
	margin-bottom: 6px !important;
}

.employee__contents figure {
	margin-bottom: 6px;
}

.employee__contents figure img {
	width: 100%;
}

.employee__contents figure:last-of-type {
	margin-bottom: 0;
}

.employee__bottom-top-text {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.employee__bottom-top-text {
		font-size: 6.15385vw;
	}
}

.employee__gradiation {
	margin-bottom: -1px;
	width: 100%;
	height: 810px;
	background: linear-gradient(to bottom, #fff, #000);
}

@media screen and (max-width: 767px) {
	.employee__gradiation {
		height: 500px;
	}
}

.employee__bottom-inner {
	padding: 280px 0 290px;
	color: #fff;
	background-color: #000;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.employee__bottom-inner {
		padding: 46.15385vw 0 48.71795vw;
	}
}

@media screen and (max-width: 767px) {
	.employee__bottom-inner .contents-wrapper {
		padding: 0;
	}
}

.employee__bottom-text {
	margin-bottom: 50px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.44;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.employee__bottom-text {
		margin-bottom: 7.69231vw;
		font-size: 5.12821vw;
	}
}

.employee__bottom-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.employee__bottom-img {
		position: relative;
		left: -10%;
		width: 120%;
	}
}

.interview {
	padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
	.interview {
		padding-bottom: 25.64103vw;
	}
}

@media screen and (max-width: 767px) {
	.interview .contents-wrapper {
		padding: 0 10px;
	}
}

.interview__top-text {
	margin-bottom: 120px;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.interview__top-text {
		margin-bottom: 20.51282vw;
		font-size: 4.26667vw;
		text-align: left;
	}
}

.interview__anchor {
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
}

.interview__service__list-item {
	width: calc(100% / 4 - 5px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	height: 155px;
	background-color: #f5f5f5;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.interview__service__list-item {
		width: calc(100% / 2 - 6px);
		height: 35.89744vw;
	}
}

.interview .service__list {
	padding-bottom: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 6px;
	row-gap: 6px;
}

@media screen and (max-width: 767px) {
	.interview .service__list {
		padding-bottom: 5rem;
	}
}

.interview .service__list-wrap {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.interview .service__list-link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.interview .service__list-img {
	max-width: 100px;
	max-height: 100px;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.interview .service__list-img {
		max-width: 25.64103vw;
		max-height: 25.64103vw;
	}
}

.interview .service__list-name {
	padding: 4px 8px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.interview .service__list-name {
		padding: 0.51282vw 2.05128vw;
		font-size: 2.5641vw;
	}
}

.interview__articles {
	padding: 0 0 100px;
}

.interview__accordion {
	background-color: #f8f8f8;
	margin: 20px 0;
}

.interview__accordion-belt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 140px;
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-family: "normalidad-wide", sans-serif;
}

@media screen and (max-width: 767px) {
	.interview__accordion-belt {
		height: 15.38462vw;
		font-size: 4.61538vw;
	}
}

.interview__accordion .profile {
	padding: 40px 3.3% 40px 4.4%;
	background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
	.interview__accordion .profile {
		display: block;
		padding: 4.61538vw 5.12821vw 3.07692vw;
	}
}

.interview__accordion .profile__inner {
	display: flex;
	align-items: flex-start;
	margin-right: 100px;
}

@media only screen and (max-width: 767px) {
	.interview__accordion .profile__inner {
		align-items: center;
		margin-bottom: 1.79487vw;
		margin-right: calc(3.3% + 35px);
	}
}

.interview__accordion .profile__img {
	flex-shrink: 0;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.interview__accordion .profile__img {
		margin-right: 2.5641vw;
	}
}

.interview__accordion .profile__img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.interview__accordion .profile__img img {
		width: 11.79487vw;
		height: 11.79487vw;
	}
}

.interview__accordion .profile__position {
	margin-bottom: 0;
	color: #8d8d8d;
	font-size: 18px;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.interview__accordion .profile__position {
		font-size: 3.07692vw;
	}
}

.interview__accordion .profile__name {
	margin-bottom: 10px;
	color: #d14343;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.44;
}

@media only screen and (max-width: 767px) {
	.interview__accordion .profile__name {
		margin-bottom: 0;
		font-size: 4.61538vw;
	}
}

.interview__accordion .profile__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.45;
}

@media only screen and (max-width: 767px) {
	.interview__accordion .profile__text {
		display: none;
	}
}

.interview__accordion .profile__sp-text {
	display: none;
	font-size: 2.93333vw;
	font-weight: bold;
	line-height: 1.45;
}

@media only screen and (max-width: 767px) {
	.interview__accordion .profile__sp-text {
		display: block;
		margin-right: calc(3.3% + 35px);
	}
}

.interview__accordion .profile--2 .profile__name {
	color: #436fd1;
}

.interview__accordion .profile--3 .profile__name {
	color: #d17f43;
}

.interview__accordion-btn {
	position: relative;
	cursor: pointer;
}

.interview__accordion-btn.open {
	width: 100%;
}

.interview__accordion-btn.open .interview__accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.interview__accordion-icon {
	position: absolute;
	display: block;
	top: 50%;
	right: 30px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #000;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.interview__accordion-icon {
		width: 35px;
		height: 35px;
		right: 3.3%;
	}
}

.interview__accordion-icon::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11.9px;
	height: 2px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.interview__accordion-icon::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 11.9px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: transform 0.3s;
}

.interview__accordion-content {
	padding: 40px 3.3% 40px 4.4%;
}

.interview__article {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.interview__article {
		margin-bottom: 20.51282vw;
	}
}

.interview__article:last-of-type {
	margin-bottom: 0;
}

.interview__profile {
	margin: 0;
}

.interview__heading {
	position: relative;
	margin-bottom: 25px;
	padding-left: 32px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.45;
}

@media only screen and (max-width: 767px) {
	.interview__heading {
		margin-bottom: 6.41026vw;
		font-size: 4.26667vw;
	}
}

.interview__heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 13px;
	height: 100%;
	background: #000;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.interview__heading::before {
		top: 50%;
		transform: translateY(-50%);
		height: 127%;
	}
}

.interview__lead-text {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.43;
}

@media screen and (max-width: 767px) {
	.interview__lead-text {
		margin-bottom: 7.69231vw;
		font-size: 3.58974vw;
	}
}

.interview__media {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.interview__media {
		display: block;
	}
}

.interview__media-img {
	flex-shrink: 0;
	flex-basis: 45.76%;
	margin-right: 20px;
	height: 300px;
	width: 100%;
}

.interview__media-imgimg {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.interview__media-img {
		margin-right: 0;
		margin-bottom: 7.69231vw;
		height: 100%;
		max-height: 300px;
	}
	.interview__media-imgimg {
		max-height: 300px;
		width: 100%;
		height: auto;
	}
}

.interview__media-text {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.43;
}

.interview__media-text strong {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.interview__media-text {
		font-size: 3.58974vw;
	}
}

.message {
	padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
	.message {
		padding-bottom: 25.64103vw;
	}
}

.message__top-ttl {
	margin-bottom: 70px;
	font-size: 50px;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.message__top-ttl {
		margin-bottom: 12.82051vw;
		font-size: 6.66667vw;
	}
}

.message__top-txt {
	font-family: 16px;
	line-height: 1.25;
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.message__top-txt {
		font-size: 3.84615vw;
		margin-bottom: 12.82051vw;
	}
}

.message__profileBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.message__profileBox {
		display: block;
	}
}

.message__profileBox-img {
	width: 35%;
	max-width: 297px;
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	.message__profileBox-img {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 7.69231vw;
	}
	.message__profileBox-img img {
		width: 100%;
	}
}

.message__profileBox-cont {
	width: 61%;
	max-width: 525px;
}

@media screen and (max-width: 767px) {
	.message__profileBox-cont {
		width: 100%;
		max-width: 90vw;
		margin: 0 auto;
	}
}

.message__profileBox-potision {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.message__profileBox-potision {
		font-size: 4.61538vw;
	}
}

.message__profileBox-name {
	font-size: 78px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.message__profileBox-name {
		font-size: 10.25641vw;
		margin-bottom: 2.5641vw;
	}
}

.message__profileBox-txt {
	font-size: 14px;
	line-height: 1.42;
}

@media screen and (max-width: 767px) {
	.message__profileBox-txt {
		font-size: 3.58974vw;
	}
}

.mmvp {
	margin-top: -80px;
	padding-bottom: 180px;
	background-color: #fff;
	color: #000;
}

.mmvp svg text {
	fill: #000;
}

.mmvp .contents-wrapper__culture {
	margin-bottom: 85px;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.mmvp {
		padding-bottom: 30.76923vw;
	}
}

.mmvp__content {
	padding-top: 0px;
}

@media screen and (max-width: 767px) {
	.mmvp__content {
		padding: 0 10px;
		padding-top: 0;
	}
}

.mmvp__heading {
	font-size: 48px;
	font-weight: 900;
	margin-top: 85px;
	font-family: "normalidad-wide", sans-serif;
}

@media screen and (max-width: 767px) {
	.mmvp__heading {
		font-size: 4vw;
	}
}

.mmvp__mission {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.mmvp__mission {
		margin-bottom: 12.30769vw;
	}
}

.mmvp__mission img {
	height: 100px;
	margin-bottom: 30px;
}

.mmvp__mission-lead {
	margin-top: 10px;
	margin-bottom: 44px;
	font-size: 80px;
	font-weight: 900;
	line-height: 1.19;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
	.mmvp__mission-lead {
		margin-top: 0;
		margin-bottom: 9.23077vw;
		font-size: 12vw;
		letter-spacing: 0.01em;
	}
}

.mmvp__mission-text {
	font-size: 18px;
	font-weight: 900;
	line-height: 2.5;
	letter-spacing: 0.125em;
	text-align: left;
	font: normal normal bold 20px/29px M2p;
	letter-spacing: 2px;
	font-family: "M PLUS 2", sans-serif;
}

@media screen and (max-width: 767px) {
	.mmvp__mission-text {
		font-size: 3.33333vw;
		line-height: 1.6;
	}
}

.mmvp__vision {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.mmvp__vision {
		margin-bottom: 12.30769vw;
	}
}

.mmvp__vision img {
	height: 100px;
	margin-bottom: 30px;
}

.mmvp__vision-text {
	margin-top: 28px;
	font-size: 45px;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: left;
	font: normal normal bold 20px/29px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
	.mmvp__vision-text {
		margin-top: 4.10256vw;
		font-size: 3.33333vw;
		line-height: 1.6;
	}
}

.mmvp__values {
	margin-top: 28px;
}

@media screen and (max-width: 767px) {
	.mmvp__values {
		margin-top: 4.10256vw;
	}
}

.mmvp__accordion {
	margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
	.mmvp__accordion {
		margin-bottom: 11.28205vw;
	}
}

.mmvp__accordion:last-of-type {
	margin-bottom: 0;
}

.mmvp__accordion-button {
	display: block;
	position: relative;
	padding: 20px 40px 20px 0;
	width: 100%;
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.mmvp__accordion-button {
		padding: 1.53846vw 7.17949vw 2.5641vw 0vw;
		font-size: 7.17949vw;
	}
}

.mmvp__accordion-button img {
	height: 48px;
	width: auto;
}

@media (max-width: 767px) {
	.mmvp__accordion-button img {
		height: 40px;
		width: auto;
	}
}

.mmvp__accordion-button .low {
	height: 75px;
}

@media (max-width: 767px) {
	.mmvp__accordion-button .low {
		height: 31px;
	}
}

.mmvp__accordion-button::before {
	content: '';
	display: none;
}

.mmvp__accordion-button::after {
	content: '';
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
}

.mmvp__accordion-button:hover::after {
	transform-origin: right top;
	transform: scale(0, 1);
}

@media screen and (max-width: 767px) {
	.mmvp__accordion-button:hover::after {
		transform: scale(1, 1);
	}
}

.mmvp__accordion-button.open .mmvp__accordion-arrow {
	transform: rotate(-135deg);
}

.mmvp__accordion-arrow {
	display: block;
	position: absolute;
	top: 37%;
	right: 27px;
	width: 20px;
	height: 20px;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	transform: rotate(45deg);
	transition: transform .3s;
}

@media screen and (max-width: 767px) {
	.mmvp__accordion-arrow {
		top: 27%;
		right: 14px;
		width: 2.30769vw;
		height: 2.30769vw;
		border-width: 3px;
	}
}

.mmvp__accordion-content {
	display: none;
	padding: 15px 0 12px;
	font: normal normal bold 20px/29px M2p;
	font-family: "M PLUS 2", sans-serif;
}

@media screen and (max-width: 767px) {
	.mmvp__accordion-content {
		padding: 2.05128vw 0 0 0;
		font-size: 13px;
		line-height: 1.77;
	}
	.mmvp__accordion-content br {
		display: none;
	}
}

.mmvp .mmvp__videoWrap {
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.mmvp .mmvp__videoWrap {
		padding: 0;
	}
}

.mmvp .mmvp__video {
	max-width: 100%;
	width: 850px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.mmvp .mmvp__video {
		width: 90vw;
	}
}

@media screen and (min-width: 768px) {
	.mmvp .sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.mmvp .pc {
		display: none;
	}
}

.office {
	padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
	.office {
		padding-bottom: 20.51282vw;
	}
}

.office__top-text {
	margin-bottom: 120px;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.office__top-text {
		margin-bottom: 20.51282vw;
		font-size: 4.10256vw;
		text-align: left;
	}
}

.office__video {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

.office__video iframe {
	margin-bottom: 0;
	width: 100%;
	vertical-align: bottom;
}

.office__gallery-top {
	display: flex;
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
	.office__gallery-top {
		flex-direction: column;
		margin-bottom: 0px;
	}
}

.office__gallery-left {
	flex: 1;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.office__gallery-left {
		margin-right: 0px;
		margin-bottom: 0;
	}
}

.office__gallery-right {
	flex: 1;
}

.office__gallery-img {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.office__gallery-img {
		width: 320px;
		height: 280px;
		margin: 0 auto 10px;
	}
}

.office__gallery-img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.office__gallery-img:last-of-type {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.office__gallery-img:last-of-type {
		width: 320px;
		margin: 0 auto 10px;
	}
}

.office__gallery-bottom {
	margin-bottom: 10px;
}

.office__gallery-bottom img {
	width: 100%;
	width: 850px;
	height: 567px;
	max-height: 100%;
}

@media screen and (max-width: 767px) {
	.office__gallery-bottom img {
		height: auto;
		width: 100%;
		height: 280px;
		object-fit: cover;
	}
}

.office__gallery-text {
	margin-top: 3rem;
	font-size: 16px;
	text-align: center;
}

.organization {
	padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
	.organization {
		padding-bottom: 25.64103vw;
	}
}

.organization__top-text {
	margin-bottom: 40px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.organization__top-text {
		margin-bottom: 10.25641vw;
		font-size: 5.12821vw;
	}
}

.organization__img {
	margin-bottom: 140px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.organization__img {
		margin-bottom: 25.64103vw;
	}
	.organization__img .group_pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.organization__img .group_sp {
		display: none;
	}
}

.organization__img img {
	width: 100%;
}

.divisions__heading {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.divisions__heading {
		font-size: 4.61538vw;
	}
}

.divisions__lead-text {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.25;
}

@media screen and (max-width: 767px) {
	.divisions__lead-text {
		font-size: 3.84615vw;
	}
}

.divisions__company {
	margin-bottom: 9px;
}

.divisions__company:last-of-type {
	margin-bottom: 0;
}

.divisions__accordion-btn {
	margin: 0 auto;
	width: 850px;
	max-width: 100%;
	background-color: #000;
	transition: width 0.2s;
	position: relative;
	cursor: pointer;
}

.divisions__accordion-btn.open {
	width: 100%;
}

.divisions__accordion-btn.open .divisions__plus-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.divisions__accordion-btn-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
	height: 108px;
}

@media screen and (max-width: 767px) {
	.divisions__accordion-btn-inner {
		height: 20.51282vw;
	}
}

.divisions__company-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: "normalidad-wide", sans-serif;
}

.divisions__plus-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}

.divisions__plus-icon::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11.9px;
	height: 2px;
	background-color: #000;
	transform: translate(-50%, -50%);
}

.divisions__plus-icon::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 11.9px;
	background-color: #000;
	transform: translate(-50%, -50%);
	transition: transform 0.3s;
}

.divisions__accordion-content {
	display: none;
	padding: 60px 20px 60px;
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.divisions__accordion-content {
		padding: 15.38462vw 5.12821vw 15.38462vw;
	}
}

.divisions__name-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 107px;
	padding: 0 30px;
	max-width: 814px;
}

@media screen and (max-width: 767px) {
	.divisions__name-list {
		display: block;
		margin-bottom: 15.38462vw;
		padding: 0 7.69231vw;
	}
}

.divisions__name-list-item {
	flex-basis: calc((100% - 26px) / 3);
	margin-right: 13px;
	margin-bottom: 13px;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.divisions__name-list-item {
		margin-right: 0;
		margin-bottom: 2.5641vw;
		width: 100%;
	}
	.divisions__name-list-item:last-of-type {
		margin-bottom: 0;
	}
}

.divisions__name-list-item:nth-of-type(3n) {
	margin-right: 0;
}

.divisions__name-list-item p {
	display: block;
	padding: 10px;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fff;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.divisions__name-list-item p {
		font-size: 3.07692vw;
	}
}

.divisions__list {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 636px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.divisions__list {
		padding: 0 7.69231vw;
		max-width: none;
	}
}

.divisions__list-item {
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.divisions__list-item {
		margin-bottom: 20.51282vw;
	}
}

.divisions__list-item:last-of-type {
	margin-bottom: 0;
}

.divisions__name {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.divisions__name {
		font-size: 5.64103vw;
	}
}

.divisions__abst {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.divisions__abst {
		font-size: 4.10256vw;
	}
}

.divisions__text p {
	font-size: 14px;
	line-height: 1.43;
}

@media screen and (max-width: 767px) {
	.divisions__text p {
		font-size: 3.58974vw;
	}
}

.divisions__segment-text {
	margin-bottom: 60px;
	font-size: 12px;
	line-height: 1.43;
	font-weight: bold;
	line-height: 1.5;
	font-family: "M PLUS 2", sans-serif;
}

@media screen and (max-width: 767px) {
	.divisions__segment-text {
		font-size: 3.07692vw;
	}
}

.divisions__segment-image img {
	width: 100%;
	height: auto;
}

.divisions__segment-long {
	width: 100%;
	height: auto;
}

.divisions__segment-long img {
	width: 100%;
	height: auto;
}

.divisions__segment-group {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
	justify-content: center;
}

.divisions__segment-group-item img {
	width: 45vw;
	max-width: 415px;
	height: auto;
}

.privacypolicy {
	padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
	.privacypolicy {
		padding-bottom: 25.64103vw;
	}
}

.privacypolicy__top-text {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.68;
}

@media screen and (max-width: 767px) {
	.privacypolicy__top-text {
		margin-bottom: 12.82051vw;
		font-size: 3.07692vw;
	}
}

.privacypolicy__content-item {
	margin-bottom: 36px;
	counter-reset: number;
}

.privacypolicy__content-item:last-of-type {
	margin-bottom: 0;
}

.privacypolicy__heading {
	display: flex;
	align-items: center;
	margin-bottom: 27px;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.privacypolicy__heading {
		margin-bottom: 6.92308vw;
		font-size: 3.58974vw;
	}
}

.privacypolicy__heading::after {
	content: '';
	flex-grow: 1;
	display: block;
	margin-left: 15px;
	height: 1px;
	background-color: #000;
}

.privacypolicy__texts {
	padding-left: 100px;
	font-size: 16px;
	line-height: 1.6875;
}

@media screen and (max-width: 767px) {
	.privacypolicy__texts {
		padding-left: 1.2em;
		font-size: 3.07692vw;
	}
}

.privacypolicy__texts *:last-of-type {
	margin-bottom: 0;
}

.privacypolicy__numbering-text {
	position: relative;
	margin-bottom: 6px;
	padding-left: 3em;
}

.privacypolicy__numbering-text::before {
	position: absolute;
	left: 0;
	top: 0;
	counter-increment: number;
	content: "（" counter(number) "）";
}

.privacypolicy__text {
	margin-bottom: 24px;
}

.privacypolicy a {
	color: #000;
	text-decoration: underline;
	word-wrap: break-word;
	transition: .3s;
}

.privacypolicy a:focus, .privacypolicy a:hover {
	opacity: .7;
}

.recruit-info {
	padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
	.recruit-info {
		padding-bottom: 35.89744vw;
	}
}

.recruit-info__top-text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.recruit-info__top-text {
		margin-bottom: 7.69231vw;
		font-size: 4.10256vw;
		text-align: left;
	}
}

.recruit-info__top-link-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 117px;
}

@media screen and (max-width: 767px) {
	.recruit-info__top-link-wrapper {
		display: block;
		margin: 0 auto 25.64103vw;
		max-width: 274px;
	}
}

.recruit-info__top-link-wrapper .recruit-info__link {
	flex-basis: calc((100% - 28px) / 3);
	margin-right: 14px;
}

@media screen and (max-width: 767px) {
	.recruit-info__top-link-wrapper .recruit-info__link {
		margin-right: 0;
		margin-bottom: 14px;
	}
}

.recruit-info__top-link-wrapper .recruit-info__link:nth-of-type(3n) {
	margin-right: 0;
}

.recruit-info__top-link-wrapper .recruit-info__link:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.recruit-info__top-link-wrapper .recruit-info__link:last-of-type {
		margin-bottom: 0;
	}
}

.recruit-info__link {
	display: block;
	padding: 11px;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42;
	white-space: nowrap;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.recruit-info__link {
		padding: 2.82051vw;
		font-size: 3.58974vw;
	}
}

.recruit-info__section {
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.recruit-info__section {
		margin-bottom: 30.76923vw;
	}
}

.recruit-info__link-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: -14px;
}

@media screen and (max-width: 767px) {
	.recruit-info__link-wrapper {
		display: block;
		margin: 0 auto;
		max-width: 274px;
	}
}

.recruit-info__link-wrapper .recruit-info__link {
	flex-basis: calc((100% - 28px) / 3);
	margin-right: 14px;
	margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
	.recruit-info__link-wrapper .recruit-info__link {
		margin-right: 0;
		margin-bottom: 14px;
	}
}

.recruit-info__link-wrapper .recruit-info__link:nth-of-type(3n) {
	margin-right: 0;
}

.recruit-info__link-wrapper .recruit-info__link:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.recruit-info__link-wrapper .recruit-info__link:last-of-type {
		margin-bottom: 0;
	}
}

.recruit-info__flow-text {
	margin-top: 10px;
	font-size: 14px;
}

.service {
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.service {
		padding-bottom: 10.25641vw;
	}
}

.service__top {
	padding-bottom: 235px;
}

@media screen and (max-width: 767px) {
	.service__top {
		padding-bottom: 41.02564vw;
	}
}

.service__top-text {
	margin-bottom: 115px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.service__top-text {
		margin-bottom: 20.51282vw;
		font-size: 5.12821vw;
	}
}

.service__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 7px;
}

.service__list-item {
	flex-basis: 24.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.66%;
	margin-bottom: 5px;
	padding: 8px 12px;
	height: 155px;
	background-color: #F5F5F5;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.service__list-item {
		flex-basis: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
		height: 90px;
	}
	.service__list-item img {
		max-height: 40px;
		max-width: 100%;
	}
}

.service__list-item:nth-of-type(4n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.service__list-item:nth-of-type(4n) {
		margin-right: 2%;
	}
}

@media screen and (max-width: 767px) {
	.service__list-item:nth-of-type(3n) {
		margin-right: 0;
	}
}

.service__company-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 180px;
	background-color: #000;
}

.service__company-logo img {
	width: 320px;
	max-height: 120px;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.service__company-logo {
		padding: 5.12821vw 0;
		height: 20.51282vw;
	}
	.service__company-logo img {
		max-width: 41.02564vw;
		max-height: 13.7931vw;
	}
}

.service__item-wrapper {
	padding: 153px 0 131px;
}

@media screen and (max-width: 767px) {
	.service__item-wrapper {
		padding: 20.51282vw 0 17.94872vw;
	}
}

.service__item-wrapper .contents-wrapper {
	max-width: 896px;
}

.service__item {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.service__item {
		margin-bottom: 20.51282vw;
	}
}

.service__links {
	display: flex;
	justify-content: center;
	gap: 21px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.service__links {
		flex-direction: column;
		align-items: center;
		gap: 2.5641vw;
	}
}

.service__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 269px;
	height: 36px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.service__link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		height: 40px;
		background-color: #000;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
}

.service__english-heading {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.16;
}

@media screen and (max-width: 767px) {
	.service__english-heading {
		margin-bottom: 2.5641vw;
		font-size: 3.58974vw;
	}
}

.service__media {
	display: flex;
}

@media screen and (max-width: 767px) {
	.service__media {
		display: block;
	}
}

.service__media a {
	display: flex;
}

@media screen and (max-width: 767px) {
	.service__media a {
		display: block;
	}
}

.service__media-img {
	flex-basis: 50%;
	position: relative;
	padding-top: 34.9%;
}

@media screen and (max-width: 767px) {
	.service__media-img {
		padding-top: 69.8%;
	}
}

.service__media-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

.service__media-body {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
	.service__media-body {
		padding: 7.69231vw;
		min-height: 200px;
	}
}

.service__logo {
	margin: 0px 75px 40px;
	font-size: 26px;
	font-weight: bold;
}

.service__logo img {
	width: auto;
	max-width: 100%;
	max-height: 90px;
}

@media screen and (max-width: 767px) {
	.service__logo {
		margin: 0 5.12821vw 2.5641vw;
		padding: 0;
	}
	.service__logo img {
		width: auto;
		max-height: 60px;
		margin: 0 auto;
	}
}

.service__text {
	padding: 0 15.8%;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.41;
}

@media screen and (max-width: 767px) {
	.service__text {
		padding: 0;
		font-size: 3.58974vw;
	}
}

.service__card-img {
	position: relative;
	margin-bottom: 30px;
	padding-top: 35.2%;
	width: 100%;
	background-color: #F5F5F5;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.service__card-img {
		margin-bottom: 5.12821vw;
		padding-top: 69.8%;
	}
}

.service__card-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.service__card-img img {
		max-width: 80%;
	}
}

.service__card-body {
	color: #000;
}

.service__card-title {
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.42;
}

@media screen and (max-width: 767px) {
	.service__card-title {
		font-size: 5.12821vw;
	}
}

.service__card-text {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.service__card-text {
		font-size: 3.58974vw;
	}
}

.service__table-heading {
	margin-bottom: 36px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.44;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.service__table-heading {
		margin-bottom: 6.15385vw;
		font-size: 5.12821vw;
	}
}

.job-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.system-others {
	width: 400px;
	height: 50px;
	background-color: #000;
	margin: 120px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.system-others__link {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.system-others__link::after {
	content: '';
	position: absolute;
	top: 55%;
	right: -64px;
	width: 6.6px;
	height: 6.6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-54%) rotate(45deg);
}

@media (max-width: 767px) {
	.system-others__link::after {
		right: -45px;
	}
}

@media (max-width: 767px) {
	.system-others {
		width: 250px;
		height: 40px;
	}
	.system-others__link {
		font-size: 12px;
	}
}

.table {
	width: 100%;
	border-collapse: collapse;
}

.table__tr:last-of-type .table__th,
.table__tr:last-of-type .table__td {
	border-bottom: none;
}

.table__tr--border-bold .table__th,
.table__tr--border-bold .table__td {
	border-bottom-width: 2px;
}

.table__th, .table__td {
	padding: 22px 0;
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.table__th, .table__td {
		padding: 5.64103vw 0;
		font-size: 3.33333vw;
	}
}

.table__th {
	width: 160px;
}

@media screen and (max-width: 767px) {
	.table__th {
		width: 25.64103vw;
	}
}

body {
	position: relative;
	color: #000;
	background-color: #fff;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 500;
}

.imgalpha {
	transition: opacity 0.7s !important;
}

.imgalpha:hover {
	opacity: 0.6;
}

a {
	text-decoration: none;
}

.fixed-link {
	position: fixed;
	right: 45px;
	bottom: 36px;
	z-index: 70;
	display: inline-block;
	padding: 6px 30px 8px;
	color: #fff;
	background: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.fixed-link {
		right: 2.5641vw;
		padding: 1.53846vw 5.12821vw 2.05128vw;
		font-size: 3.58974vw;
	}
}

@media screen and (max-width: 767px) {
	.fixed-link__pc-only {
		display: none;
	}
}

.contents-wrapper {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 910px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.contents-wrapper {
		padding: 0 5.12821vw;
	}
}

.section-title {
	margin-bottom: 40px;
	font-size: 30px;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.section-title {
		margin-bottom: 6.15385vw;
		font-size: 6.15385vw;
	}
}

.c-heading {
	font-size: 30px;
	letter-spacing: 0px;
	color: #000000;
	overflow-wrap: break-word;
	font-family: "M PLUS 2", sans-serif;
	border-left: 20px solid #000;
	border-image-slice: 1;
	background-color: #fff;
	padding-left: 12px;
}

@media screen and (max-width: 767px) {
	.c-heading {
		border-left: 12px solid #000;
		font-size: 5.12821vw;
	}
}

.c-text {
	margin: 2rem 0;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	overflow-wrap: break-word;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.c-text {
		font-size: 3.58974vw;
	}
}

.page-mv {
	position: relative;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.page-mv {
		margin-bottom: 20.51282vw;
	}
}

.page-mv__img {
	position: relative;
	width: 100%;
	padding-top: 280px;
}

@media screen and (max-width: 767px) {
	.page-mv__img {
		padding-top: 120px;
	}
}

.page-mv__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-mv .contents-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-mv__title {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

@media screen and (max-width: 1023px) {
	.page-mv__title {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.page-mv__title {
		width: 100%;
		font-size: 6.15385vw;
		text-align: center;
	}
}

.page-mv__subtitle {
	font-size: 12px;
}

.sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sp {
		display: block;
	}
}

.sp-br {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sp-br {
		display: inline-block;
	}
}

.aboutbg .text {
	font: normal normal bold 20px/29px M2p;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 600;
}

@media (max-width: 767px) {
	.aboutbg .text {
		font-size: .875rem;
		line-height: 1.6;
	}
}

.aboutbg__top-titleen {
	font-family: "normalidad-wide", sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.aboutbg__top-titleen {
		font-size: 1.5rem;
	}
}

.aboutbg__top-titlejp {
	margin-bottom: 45px;
	font-family: "M PLUS 2", sans-serif;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.aboutbg__top-titlejp {
		font-size: 2.25rem;
	}
}

.aboutbg__top__text {
	display: flex;
	justify-content: flex-end;
	margin: 1rem 0;
}

.aboutbg__top__text a {
	font: normal normal bold 12px/16px Normalidad;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-family: "normalidad-wide", sans-serif;
	padding: 11px 19px;
	background-color: #000000;
	width: fit-content;
}

.aboutbg__culture {
	width: 100%;
}

.aboutbg__culture__title {
	margin: 117px 0 65px;
	font-family: "M PLUS 2", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.aboutbg__culture__title {
		font-size: 30px;
	}
}

.aboutbg__culture__text {
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0;
	font-size: 16px;
	margin: 65px 0 61px;
}

@media (max-width: 767px) {
	.aboutbg__culture__text {
		font-size: clamp(11px, 0.3vw, 16px);
	}
}

.aboutbg__bottom {
	margin-top: 13rem;
}

@media (max-width: 767px) {
	.aboutbg__bottom {
		margin-top: 5rem;
	}
}

.aboutbg__bottom__title {
	margin-bottom: 30px;
	font: normal normal bold 30px/45px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	text-align: center;
}

@media (max-width: 767px) {
	.aboutbg__bottom__title {
		font-size: 4.61538vw;
		margin-bottom: 30px;
	}
}

.aboutbg__company__wrap {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.aboutbg__company__wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.aboutbg__company__wrap > * {
	width: 100%;
}

@media (max-width: 767px) {
	.aboutbg__company__table {
		margin-bottom: 3rem;
	}
}

.aboutbg__company__map {
	height: 350px;
}

@media (max-width: 767px) {
	.aboutbg__company__map {
		height: 350px;
	}
}

.aboutbg__company__map__canvas {
	width: 100%;
	height: 100%;
}

.aboutbg__company #js-mapCanvas {
	width: 100%;
	height: 100%;
}

.aboutbg__company-info {
	display: flex;
	flex-direction: column;
}

.aboutbg__company-info__item {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.aboutbg__company-info__item:first-child {
	padding-top: 0;
}

.aboutbg__company-info__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.aboutbg__company-info__term {
	width: 30%;
	max-width: 140px;
	font-weight: 700;
}

.aboutbg__company-info__desc {
	width: 70%;
}

.aboutbg__company-info__address:not(:first-child) {
	margin-top: 25px;
}

.aboutbg__company-info__address .br-sp {
	display: none;
}

@media (max-width: 767px) {
	.aboutbg__company-info__address .br-sp {
		display: block;
	}
}

.aboutbg__company-info .map-btn {
	margin-left: .5rem;
	color: #fff;
	width: 82px;
	height: 22px;
	background-color: #000;
	font-family: "normalidad-wide", sans-serif;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	padding: 6px 10px;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.aboutbg__company-info .map-btn {
		margin-left: 0;
	}
}

.aboutbg__accordion-btn {
	margin: 0 auto;
	width: 850px;
	max-width: 100%;
	background-color: #000;
	transition: width .2s;
	cursor: pointer;
}

.aboutbg__accordion-btn.open {
	width: 100%;
}

.aboutbg__accordion-btn.open .divisions__plus-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.aboutbg__accordion-btn-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
	height: 108px;
}

@media screen and (max-width: 767px) {
	.aboutbg__accordion-btn-inner {
		height: 20.51282vw;
	}
}

.aboutbg__accordion-btn-inner-text {
	font: normal normal bold 40px/72px M2p;
	font-size: 30px;
	line-height: 1.8;
	letter-spacing: 2px;
	color: #fff;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
}

@media (max-width: 767px) {
	.aboutbg__accordion-btn-inner-text {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.aboutbg__plus-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}

.aboutbg__plus-icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11.9px;
	height: 2px;
	background-color: #000;
	transform: translate(-50%, -50%);
}

.aboutbg__plus-icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 11.9px;
	background-color: #000;
	transform: translate(-50%, -50%);
	transition: transform .3s;
}

.aboutbg__accordion-content {
	display: none;
	padding: 42px 0 150px;
	width: 100%;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.aboutbg__accordion-content {
		padding: 10.25641vw 0 41.02564vw;
	}
}

.aboutbg__accordion-content__inner {
	max-width: 850px;
	margin: 0 auto;
}

.aboutbg__name-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 107px;
	padding: 0 30px;
	max-width: 814px;
}

@media screen and (max-width: 767px) {
	.aboutbg__name-list {
		display: block;
		margin-bottom: 15.38462vw;
		padding: 0 7.69231vw;
	}
}

.aboutbg__accordion__top {
	display: flex;
}

@media (max-width: 767px) {
	.aboutbg__accordion__top {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.aboutbg__accordion__top__img {
	width: 258px;
	height: 175px;
	margin-right: 2rem;
}

@media (max-width: 767px) {
	.aboutbg__accordion__top__img {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
}

.aboutbg__accordion__top__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.aboutbg__accordion__top__text {
		margin-top: 1.5rem;
		width: 100%;
	}
}

.aboutbg__accordion__top__text__title {
	width: 100px;
	margin-right: 1rem;
	font: normal normal bold 14px/20px M2p;
	letter-spacing: 0px;
	color: #8B8B8B;
	text-align: left;
	font-family: "M PLUS 2", sans-serif;
}

.aboutbg__accordion__top__text__detail {
	font: normal normal bold 14px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	text-align: left;
	font-family: "M PLUS 2", sans-serif;
}

.aboutbg__accordion__top__keyword {
	display: flex;
}

.aboutbg__accordion__top__number {
	display: flex;
}

.aboutbg__accordion__bottom {
	margin-top: 1.5rem;
}

.aboutbg__accordion__bottom__text {
	font: normal normal bold 14px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	text-align: left;
	font-family: "M PLUS 2", sans-serif;
}

.aboutbg__company {
	margin: 5rem 0 7rem;
}

.p-welfare__top__text {
	text-align: center;
	font: normal normal bold 16px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 767px) {
	.p-welfare__top__text {
		text-align: center;
		font: normal normal bold 16px/20px M2p;
		letter-spacing: 0px;
		color: #000000;
		font-family: "M PLUS 2", sans-serif;
	}
}

.p-welfare .c-heading {
	margin: 7.5rem 0 6.25rem;
}

.p-welfare__content {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.p-welfare__content {
		display: flex;
		align-items: center;
		margin-bottom: 80px;
		flex-direction: column;
	}
}

.p-welfare__content__imgs {
	margin-right: 1rem;
}

@media (max-width: 767px) {
	.p-welfare__content__imgs {
		display: flex;
		align-items: center;
	}
}

.p-welfare__content__img {
	width: 300px;
	height: 200px;
}

@media (max-width: 767px) {
	.p-welfare__content__img {
		width: auto;
		height: 100%;
		margin: 0 0.5rem;
	}
}

.p-welfare__content__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-welfare__content__texts {
	width: 100%;
}

@media (max-width: 767px) {
	.p-welfare__content__texts {
		margin-top: 1.5rem;
	}
}

.p-welfare__content__text {
	margin-bottom: 2rem;
}

@media (max-width: 767px) {
	.p-welfare__content__text {
		margin-bottom: 1rem;
	}
}

.p-welfare__content__title {
	font: normal normal 900 18px/23px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 767px) {
	.p-welfare__content__title {
		font-size: 1rem;
		line-height: 1.6;
	}
}

.p-welfare__content__detail {
	text-align: left;
	font: normal normal bold 16px/23px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	padding-left: 1.5rem;
}

@media (max-width: 767px) {
	.p-welfare__content__detail {
		font-size: 0.875rem;
		line-height: 1.6;
		padding-left: 1rem;
	}
}

.benefit__descriptionTtl {
	font-size: 30px;
	top: 736px;
	width: 818px;
	height: 41px;
	text-align: left;
	font: normal normal bold 30px/44px Noto Sans JP;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 200px;
}

.benefit__descriptionTtl::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	/* 任意の位置に調整 */
	width: 20px;
	height: 65px;
	background-image: url("path/to/your/image.png");
	/* 画像のパスを指定 */
	background-size: cover;
	/* 画像のサイズに合わせて調整 */
}

.p-occupation__ratio {
	margin-bottom: 7rem;
}

.p-occupation__ratio__inner {
	padding: 1.5rem 2rem;
	background: #FAFAFA;
	display: flex;
	justify-content: center;
}

.p-occupation__ratio__title {
	font: normal normal bold 30px/60px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	text-align: center;
}

.p-occupation__ratio__contents {
	display: flex;
}

.p-occupation__ratio__content {
	list-style: none;
}

.p-occupation__ratio__text {
	font: normal normal bold 18px/27px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-occupation .service__top-text {
	text-align: center;
	font: normal normal bold 16px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
}

.p-occupation .service__list {
	margin-bottom: 195px;
}

@media (max-width: 767px) {
	.p-occupation .service__list {
		margin-bottom: 5rem;
	}
}

.p-occupation .service__list-item {
	display: flex;
	flex-direction: column;
}

.p-occupation .service__list-item span {
	padding-top: 10px;
	font-size: 11px;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
}

@media (max-width: 767px) {
	.p-occupation .service__list-item span {
		font-size: 11px;
		padding-top: 5px;
	}
}

.p-occupation .service__list .service__list-item img {
	padding: 0.5rem;
}

@media (max-width: 767px) {
	.p-occupation .service__list .service__list-item img {
		padding: 0rem;
	}
}

.p-occupation .service__company-logo span {
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #fff;
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 767px) {
	.p-occupation .service__company-logo span {
		font-size: 1.25rem;
	}
}

.p-occupation .service__company-logo img {
	width: 200px;
	max-height: 80px;
}

@media (max-width: 767px) {
	.p-occupation .service__company-logo img {
		width: 100px;
		max-height: 45px;
	}
}

.p-occupation .service__item-wrapper {
	padding-top: 77px;
}

.p-occupation .occupation__content {
	text-align: left;
	font: normal normal bold 18px/27px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
}

.p-occupation .occupation__content span {
	margin-bottom: 1rem;
	padding: 0 1rem 0.23rem 0;
	text-align: left;
	font: normal normal bold 18px/27px M2p;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-family: "M PLUS 2", sans-serif;
}

.p-occupation .occupation__content__top {
	margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
	.p-occupation .occupation__content__top {
		margin-bottom: 0;
	}
}

.p-occupation .occupation__content__top span {
	padding-right: 50px;
}

.p-occupation .occupation__content__top__occupation {
	margin-bottom: .625rem;
}

.p-occupation .occupation__content__top__detail {
	display: flex;
}

.p-occupation .occupation__content__top__detail span {
	min-width: 88px;
}

.p-occupation .occupation__content__second {
	display: flex;
}

@media (max-width: 767px) {
	.p-occupation .occupation__content__second {
		display: flex;
		flex-direction: column;
	}
}

.p-occupation .occupation__content__second__img {
	margin-right: 2rem;
	width: 430px;
	height: 300px;
	padding: 50px 100px;
}

@media (max-width: 767px) {
	.p-occupation .occupation__content__second__img {
		width: 80%;
		height: auto;
		margin: auto;
		padding: 3rem;
	}
}

.p-occupation .occupation__content__second__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-occupation .occupation__content__second__tool {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

.p-occupation .occupation__content__second__tool span {
	width: fit-content;
	font-size: 16px;
	border-bottom: 2px solid #000;
	position: relative;
}

.p-occupation .occupation__content__second__tool span img {
	position: absolute;
	bottom: -6%;
	right: -5px;
}

.p-occupation .occupation__content__third {
	margin: 20px 0 130px;
}

@media (max-width: 767px) {
	.p-occupation .occupation__content__third {
		margin: 2rem 0;
	}
}

.p-occupation .occupation__content__third__info {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

.p-occupation .occupation__content__third__info span {
	width: fit-content;
	font-size: 16px;
	border-bottom: 2px solid #000;
	position: relative;
}

.p-occupation .occupation__content__third__info span img {
	position: absolute;
	bottom: -6%;
	right: -5px;
}

.p-occupation .occupation__content__bottom {
	display: flex;
}

.p-occupation .occupation__content__bottom__motive {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	width: 70%;
}

@media (max-width: 767px) {
	.p-occupation .occupation__content__bottom__motive {
		width: 100%;
	}
}

.p-occupation .occupation__content__bottom__motive span {
	width: fit-content;
	font-size: 16px;
	border-bottom: 2px solid #000;
	position: relative;
}

.p-occupation .occupation__content__bottom__motive span img {
	position: absolute;
	bottom: -6%;
	right: -5px;
}

.p-occupation .occupation__content__bottom__img {
	width: 300px;
	height: 200px;
}

@media (max-width: 767px) {
	.p-occupation .occupation__content__bottom__img {
		display: none;
	}
}

.p-occupation .occupation__content__bottom__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.pc {
		display: none;
	}
}

@media (min-width: 768px) {
	.sp {
		display: none;
	}
}

.p-carrer {
	padding-bottom: 80px;
}

.p-carrer__top {
	margin-bottom: 5rem;
}

@media (max-width: 767px) {
	.p-carrer__top {
		margin-bottom: 4rem;
	}
}

.p-carrer__top__text {
	text-align: center;
	font: normal normal bold 16px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	padding: 0 22px;
}

.p-carrer__content__top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 110px;
	background-color: #000;
}

.p-carrer__content__top img {
	width: 320px;
	max-height: 120px;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.p-carrer__content__top {
		padding: 5.12821vw 0;
	}
	.p-carrer__content__top img {
		max-width: 41.02564vw;
		max-height: 13.7931vw;
	}
}

.p-carrer__content__title {
	font: normal normal bold 30px/60px M2p;
	letter-spacing: 0px;
	color: #000000;
	overflow-wrap: break-word;
	font-family: "M PLUS 2", sans-serif;
	border-left: 20px solid #c21500;
	/* 基本のボーダー設定 */
	border-image: linear-gradient(to bottom, #dd9a71 0%, #de8628 20%, #e07c00 30%, #e6027e 100%);
	border-image-slice: 1;
	/* ボーダー画像をどの程度の範囲に適用するか */
	background-color: #fff;
	/* 背景色 */
	padding-left: 12px;
	/* 内側の余白を調整 */
}

@media (max-width: 767px) {
	.p-carrer__content__title {
		font-size: 1.25rem;
		line-height: 1.6;
		border-left: 12px solid #c21500;
		/* 基本のボーダー設定 */
	}
}

.p-carrer__content-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #000;
	font-family: "M PLUS 2", sans-serif;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0px;
	color: #fff;
}

@media (max-width: 767px) {
	.p-carrer__content-title {
		font-size: 22px;
	}
}

.p-carrer__content-title__num {
	margin-right: 16px;
}

@media (max-width: 767px) {
	.p-carrer__content-title__num {
		font-size: 4.61538vw;
		margin-right: 8px;
	}
}

.p-carrer__content__iframe iframe {
	aspect-ratio: 350 / 197;
}

.p-carrer__content__text {
	margin: 0 0 4rem;
	font: normal normal bold 16px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	overflow-wrap: break-word;
	line-height: 150%;
}

@media (max-width: 767px) {
	.p-carrer__content__text {
		margin: 0 0 2rem;
		font: normal normal bold 14px/20px M2p;
		letter-spacing: 0px;
		color: #000000;
		font-family: "M PLUS 2", sans-serif;
		overflow-wrap: break-word;
		line-height: 150%;
	}
}

.p-carrer__content__text__iframe {
	margin: 2rem 0 0;
	font: normal normal bold 16px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	overflow-wrap: break-word;
	line-height: 150%;
}

@media (max-width: 767px) {
	.p-carrer__content__text__iframe {
		margin: 2rem 0 0;
		font: normal normal bold 14px/20px M2p;
		letter-spacing: 0px;
		color: #000000;
		font-family: "M PLUS 2", sans-serif;
		overflow-wrap: break-word;
		line-height: 150%;
	}
}

.p-carrer__content__text-group {
	display: flex;
	margin-bottom: 90px;
}

@media (max-width: 767px) {
	.p-carrer__content__text-group {
		flex-direction: column;
		margin-bottom: 90px;
	}
}

.p-carrer__content__text-group-title {
	width: 226px;
	font: normal normal bold 20px / 24px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	line-height: 150%;
}

@media (max-width: 767px) {
	.p-carrer__content__text-group-title {
		font: normal normal bold 16px / 20px M2p;
		letter-spacing: 0px;
		color: #000000;
		font-family: "M PLUS 2", sans-serif;
		line-height: 150%;
		margin-bottom: 10px;
	}
}

.p-carrer__content__text-group-detail {
	font: normal normal bold 16px / 20px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	line-height: 150%;
	margin-left: 3rem;
}

@media (max-width: 767px) {
	.p-carrer__content__text-group-detail {
		font: normal normal bold 14px / 20px M2p;
		letter-spacing: 0px;
		color: #000000;
		font-family: "M PLUS 2", sans-serif;
		line-height: 150%;
		margin-left: 0rem;
	}
}

.p-carrer__content__hedding {
	font: normal normal bold 20px/24px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	line-height: 150%;
}

@media (max-width: 767px) {
	.p-carrer__content__hedding {
		font: normal normal bold 16px/20px M2p;
		letter-spacing: 0px;
		color: #000000;
		font-family: "M PLUS 2", sans-serif;
		line-height: 150%;
	}
}

.p-carrer__content__img {
	width: 100%;
	max-width: 226px;
	height: 100%;
}

.p-carrer__content__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-carrer__content__img--no-detail {
	max-width: 850px;
}

.p-carrer__content__two {
	display: flex;
	margin: 30px 0 90px;
}

.p-carrer__content__two:last-of-type {
	margin: 30px 0 0;
}

@media (max-width: 767px) {
	.p-carrer__content__two {
		flex-direction: column;
		align-items: center;
	}
}

.p-carrer__content__detail {
	width: 100%;
	margin-left: 3rem;
	margin-top: auto;
	margin-bottom: auto;
}

@media (max-width: 767px) {
	.p-carrer__content__detail {
		width: 100%;
		margin-left: 0;
		margin-top: 3rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.p-carrer__content__detail-text {
	font: normal normal bold 16px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	line-height: 150%;
}

@media (max-width: 767px) {
	.p-carrer__content__detail-text {
		font: normal normal bold 14px/20px M2p;
		letter-spacing: 0px;
		color: #000000;
		font-family: "M PLUS 2", sans-serif;
		line-height: 150%;
	}
}

.p-carrer__content__adventure {
	margin-top: 10px;
}

.p-carrer__content__adventure__pc {
	display: block;
}

@media (max-width: 767px) {
	.p-carrer__content__adventure__pc {
		display: none;
	}
}

.p-carrer__content__adventure__sp {
	max-width: 190px;
	display: none;
}

@media (max-width: 767px) {
	.p-carrer__content__adventure__sp {
		display: block;
	}
}

.p-carrer__content .contents-wrapper {
	padding: 77px 30px 90px;
}

@media (max-width: 767px) {
	.p-carrer__content .contents-wrapper {
		padding: 60px 5.12821vw 80px;
	}
}

.p-carrer__content .contents-wrapper .culture {
	max-width: 850px;
}

.p-carrer__contents-list li:last-child .p-carrer__content .contents-wrapper {
	padding-bottom: 120px;
}

.p-carrer .service__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.66%;
	margin-bottom: 190px;
}

@media (max-width: 767px) {
	.p-carrer .service__list {
		gap: 2%;
		margin-bottom: 100px;
	}
}

.p-carrer .service__list-system {
	position: relative;
	flex-basis: 24.25%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	padding: 8px 12px;
	height: 155px;
	background-color: #f5f5f5;
	cursor: pointer;
}

@media (max-width: 767px) {
	.p-carrer .service__list-system {
		flex-basis: 49%;
		margin-bottom: 8px;
		padding: 6px 8px;
		height: 23.07692vw;
	}
}

.p-carrer .service__list-item__link {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

@media (max-width: 767px) {
	.p-carrer .service__list-item__link {
		font-size: 3.58974vw;
	}
}

.p-carrer .service__list-item__num {
	position: absolute;
	top: 20px;
	left: 43%;
}

@media (max-width: 767px) {
	.p-carrer .service__list-item__num {
		top: 7px;
		left: 43%;
	}
}

.header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

@media screen and (max-width: 767px) {
	.header {
		position: static;
		padding-top: 23.33333vw;
	}
}

.header__top {
	position: relative;
	height: 118px;
	padding: 0 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.header__top {
		align-items: center;
		justify-content: center;
		height: 23.33333vw;
		padding: 0 3.84615vw;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 100;
	}
}

.header__top__top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header__top__top .bogo-language-switcher .current {
	display: none;
}

.header__top__top .bogo-language-switcher li {
	text-align: right;
}

.header__top__top .bogo-language-switcher a:before {
	content: "\f0ec";
	font-family: FontAwesome;
	padding-right: 8px;
}

.header__top__top .bogo-language-name {
	border: 2px solid #000;
	border-radius: 1.1111111111em;
	cursor: pointer;
	display: block;
	font-size: 1.125em;
	line-height: calc(2.22222em - 4px);
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: ease-in-out 5s;
	transition: all 1s ease-in-out 0.5s;
	width: 10rem;
}

@media screen and (max-width: 767px) {
	.header__top__top .bogo-language-name {
		font-size: 0.75em;
		width: 5rem;
	}
}

.header__top__top .header__top__pc {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header__top__top .bogo-language-switcher .current {
	display: none;
}

.header__top__top .bogo-language-switcher li {
	text-align: right;
}

.header__top__top .bogo-language-switcher a:before {
	content: "\f0ec";
	font-family: FontAwesome;
	padding-right: 8px;
}

.header__top__top .bogo-language-name {
	border: 2px solid #000;
	border-radius: 1.1111111111em;
	cursor: pointer;
	display: block;
	font-size: 1.125em;
	line-height: calc(2.22222em - 4px);
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: ease-in-out 5s;
	transition: all 1s ease-in-out 0.5s;
	width: 10rem;
}

@media screen and (max-width: 767px) {
	.header__top__top .bogo-language-name {
		font-size: 0.75em;
		width: 5rem;
	}
}

.header__top__top .bogo-language-name a {
	color: transparent;
	display: block;
}

.header__top__top .bogo-language-name a:after,
.header__top__top .bogo-language-name a:before {
	color: #000;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__top__top li.en .bogo-language-name a:after,
.header__top__top li.en .bogo-language-name a:before {
	content: "English";
}

.header__top__top li.ja .bogo-language-name a:after,
.header__top__top li.ja .bogo-language-name a:before {
	content: "Japanese";
}

.header__top__top body:not(.is-touch) .bogo-language-name:hover a:after,
.header__top__top body:not(.is-touch) .bogo-language-name:hover a:before {
	color: #fff;
	background-color: #000;
}

.header__title {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.header__title {
		justify-content: center;
		position: relative;
		right: -5.12821vw;
	}
}

.header__title-logo {
	margin-top: -3.5px;
	margin-right: 16px;
	width: 111px;
}

@media screen and (max-width: 767px) {
	.header__title-logo {
		margin-top: -0.76923vw;
		margin-right: 2.05128vw;
		width: 28.46154vw;
	}
}

.header__title-text {
	color: #000;
	font-size: 15px;
	font-family: "normalidad-wide", sans-serif;
	font-weight: 500;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.header__title-text {
		font-size: 3.84615vw;
	}
}

.header__bottomListWrap {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	background-color: #000;
	align-items: center;
	height: 54px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.header__bottomListWrap {
		display: none;
	}
}

.header__bottomList {
	list-style: none;
	margin-right: 36.6px;
	font-size: 14px;
	line-height: 1.43;
}

.header__bottomList:focus .header__bottomDropdownWrapper, .header__bottomList:hover .header__bottomDropdownWrapper {
	transform: scaleY(1);
}

.header__bottomList:focus.hasDropdown .header__bottomListHeading::after, .header__bottomList:hover.hasDropdown .header__bottomListHeading::after {
	transform: scaleY(1);
	display: none;
}

.header__bottomList:last-child {
	margin-right: 0;
}

.header__bottomListHeading {
	position: relative;
	cursor: pointer;
}

.header__bottomListHeading::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: -7px;
	z-index: 90;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 10px solid #f0f0f0;
	border-bottom: 0;
	transform: scaleY(0);
	transform-origin: center top;
	transition: 0.3s;
}

.header__bottomListHeading::after:focus, .header__bottomListHeading::after:hover {
	opacity: 1;
}

.header__bottomListHeading > span,
.header__bottomListHeading a {
	position: relative;
	display: block;
	color: #fff;
	padding-left: 14.4px;
	transition: opacity 0.7s;
}

.header__bottomListHeading > span:hover,
.header__bottomListHeading a:hover {
	opacity: 0.6;
}

.header__bottomListHeading > span::before,
.header__bottomListHeading a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	width: 7.4px;
	height: 7.4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-54%) rotate(45deg);
}

.header__bottomListHeading a {
	position: relative;
	display: block;
	color: #fff;
	padding-left: 14.4px;
	transition: opacity 0.7s;
}

.header__bottomListHeading a:hover {
	opacity: 0.6;
}

.header__bottomList__linkicon {
	position: absolute;
	right: -20px;
	top: 4px;
}

.header__bottomList.hasDropdown .header__bottomListHeading a {
	line-height: 54px;
}

.header__bottomList.hasDropdown:first-of-type .header__bottomDropdown {
	left: 0;
}

@media screen and (min-width: 1921px) {
	.header__bottomList.hasDropdown:first-of-type .header__bottomDropdown {
		left: 0%;
	}
}

.header__bottomList.hasDropdown:nth-of-type(2) .header__bottomDropdown {
	left: 0;
}

@media screen and (min-width: 1921px) {
	.header__bottomList.hasDropdown:nth-of-type(2) .header__bottomDropdown {
		left: 0;
	}
}

@media only screen and (max-width: 1023px) {
	.header__bottomList.hasDropdown:nth-of-type(2) .header__bottomDropdown {
		left: 0;
	}
}

.header__bottomList--media .header__bottomListHeading a::before {
	transform: translateY(-54%) rotate(-45deg);
}

.header__bottomDropdownWrapper {
	position: absolute;
	bottom: -62px;
	left: 0;
	z-index: 80;
	width: 100%;
	background-color: #000;
	text-align: center;
	transform: scaleY(0);
	transform-origin: center top;
	transition: 0.5s;
}

.header__bottomDropdown {
	position: relative;
	left: -3.8%;
	display: inline-flex;
	align-items: center;
	height: 62px;
}

.header__bottomDropdownItem {
	margin-right: 30px;
}

.header__bottomDropdownItem:last-of-type {
	margin-right: 0;
}

.header__bottomDropdownItem a,
.header__bottomDropdownItem p {
	position: relative;
	padding-left: 14px;
	color: #fff;
}

.header__bottomDropdownItem a::before,
.header__bottomDropdownItem p::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6.6px;
	height: 6.6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-54%) rotate(45deg);
}

.header .hamburger_wrap {
	position: absolute;
	left: 3.84615vw;
	margin-top: -0.76923vw;
	z-index: 100;
}

.header .menu-trigger,
.header .menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.header .menu-trigger {
	position: relative;
	width: 6.41026vw;
	height: 20px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

.header .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
}

.header .menu-trigger span:nth-of-type(1) {
	top: 0;
}

.header .menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.header .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.header #menu01.active span {
	background-color: #fff;
}

.header #menu01.active span:nth-of-type(1) {
	transform: translateY(8.5px) rotate(-45deg);
}

.header #menu01.active span:nth-of-type(2) {
	opacity: 0;
}

.header #menu01.active span:nth-of-type(3) {
	transform: translateY(-8.5px) rotate(45deg);
}

.header .hamburger-menu {
	display: none;
}

@media screen and (max-width: 767px) {
	.header .hamburger-menu {
		background: rgba(0, 0, 0, 0.9);
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		padding: 8.97436vw 5.12821vw 8.97436vw;
		width: 100%;
		height: 100vh;
		transform: translate(-100%, 0%);
		transition: transform 0.6s;
	}
}

.header .hamburger-menu.active {
	transform: translate(0%, 0%);
}

.header .hamburger-menu__inner {
	width: 100%;
}

.header .hamburger-menu__list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header .hamburger-menu__list-inner {
	position: relative;
}

.header .hamburger-menu__list-item {
	margin-bottom: 7.17949vw;
}

.header .hamburger-menu__list-heading {
	margin-bottom: 3.07692vw;
	font-size: 5.64103vw;
	color: #fff;
}

.header .hamburger-menu__list-heading a {
	color: #fff;
	font-size: 5.64103vw;
	font-weight: bold;
}

.header .hamburger-menu__child-list-item {
	margin-bottom: 2.05128vw;
}

.header .hamburger-menu__child-list-item a {
	color: #fff;
	font-size: 3.58974vw;
	font-weight: bold;
}

.header .hamburger-menu__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.header .hamburger-menu__logo {
	display: inline-block;
	margin-bottom: 5.12821vw;
	width: 38.46154vw;
}

.header .hamburger-menu__privacy {
	display: block;
	color: #fff;
	font-size: 3.07692vw;
}

@media screen and (max-width: 767px) {
	.header .hamburger-menu {
		flex-direction: column;
	}
	.header .hamburger-menu .hamburger-menu__inner__top {
		color: #fff;
		text-align: center;
		height: 100px;
	}
	.header .hamburger-menu .hamburger-menu__inner__top p {
		font-size: 34px;
		font-family: "Roboto", "Noto sans JP";
		font-family: "M PLUS 2", sans-serif;
	}
	.header .hamburger-menu .hamburger-menu__inner__top p.en {
		font-family: "normalidad-wide", sans-serif;
	}
	.header .hamburger-menu .hamburger-menu__inner__top span {
		font-size: 10px;
		font-family: "Noto Sans JP";
	}
	.header .hamburger-menu__list-heading,
	.header .hamburger-menu__child-list-item a {
		margin-bottom: 3.07692vw;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		display: flex;
		justify-content: space-between;
		padding: 24px 0;
		margin-bottom: 0;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}
	.header .hamburger-menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* -webkit-box-pack: justify; */
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		flex-direction: column;
	}
	.header .hamburger-menu__list-heading,
	.header .hamburger-menu__child-list-item a,
	.header .hamburger-menu__list-item,
	.header .hamburger-menu__child-list-item {
		margin-bottom: 0;
	}
	.header .hamburger-menu__list-item {
		margin-bottom: 0;
	}
	.header .hamburger-menu__child-list-item-back a {
		justify-content: flex-start;
		font-size: 12px;
	}
	.header .hamburger-menu__child-list-item-back a img {
		margin-right: 12px;
	}
	.header .hamburger-menu {
		background: black;
	}
	.header__title {
		display: none;
	}
	.hamburger-menu__child-list {
		background: black;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		left: 0;
		top: -0%;
		padding: 0;
		width: 100%;
		height: 100vh;
		-webkit-transition: -webkit-transform 0.6s;
		transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		transition: transform 0.6s, -webkit-transform 0.6s;
		transform: translateX(100%);
		z-index: 10;
		display: none;
		transition: transform 0.3s ease-in-out;
		flex-direction: column;
	}
	.hamburger-menu__child-list.active {
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		height: 100vh;
		display: block;
		margin-left: 0;
	}
}

@media screen and (min-width: 769px) {
	.employee__contents .sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.employee__contents .pc {
		display: none;
	}
}

.message__profileBox-name-en {
	font-size: 68px;
}

.bogo-language-switcher .current {
	display: none;
}

.header__top__top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.header__title {
		display: flex;
		width: 20vw;
	}
	.header__top {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header__top__top {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header__title-text {
		font-size: 2.84615vw;
	}
	.header__top__pc {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .hamburger-menu.active {
		z-index: 99;
	}
	.header__title-logo {
		margin-right: 0.5rem;
		margin-right: 2.05128vw;
	}
	.bogo-language-switcher {
		position: absolute;
		right: 3vw;
	}
	.header__top__top .bogo-language-name {
		width: 10.4102564103vw;
	}
	.header__title {
		right: 0;
	}
	.header__top__top li.en .bogo-language-name a:after,
	.header__top__top li.en .bogo-language-name a:before {
		content: "EN";
		padding-top: 0px;
	}
	.header__top__top li.ja .bogo-language-name a:after,
	.header__top__top li.ja .bogo-language-name a:before {
		content: "JP";
		padding-top: 0px;
	}
	.office__gallery-img {
		width: 100%;
	}
	.office__gallery-img:last-of-type {
		width: 100%;
	}
	.office__gallery-bottom iframe {
		max-height: 450px !important;
	}
}

.organization__img {
	margin-bottom: 140px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.organization__img {
		margin-bottom: 25.64103vw;
	}
	.organization__img .group_pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.group_sp {
		display: none;
	}
}

html {
	background-color: #333;
}

.footer {
	background-color: #f0f0f0;
}

.footer__top {
	padding: 68px 7.97% 58px 3.75%;
	border-top: 8px solid #000;
	border-image: none;
	border-image-slice: 1;
}

@media screen and (max-width: 767px) {
	.footer__top {
		padding: 10.25641vw 5.12821vw 11.53846vw;
	}
}

.footer__topInner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer__title {
	text-align: center;
}

.footer__title-logo {
	margin-bottom: 28.4px;
	width: 195px;
}

@media only screen and (max-width: 1023px) {
	.footer__title-logo {
		margin-bottom: 24px;
		width: 160px;
	}
}

@media screen and (max-width: 830px) {
	.footer__title-logo {
		margin-bottom: 4.10256vw;
		width: 35.89744vw;
	}
}

.footer__title-text {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.33;
	width: 100%;
}

@media only screen and (max-width: 830px) {
	.footer__title-text {
		font-size: 3.07692vw;
	}
}

.footer__topCenter {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

@media only screen and (max-width: 1350px) {
	.footer__topCenter {
		flex-basis: 50%;
		flex-wrap: wrap;
		width: auto;
		min-width: 300px;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 830px) {
	.footer__topCenter {
		display: none;
	}
}

.footer__nav {
	margin-right: 5%;
}

@media only screen and (max-width: 1100px) {
	.footer__nav {
		margin-right: 4%;
	}
}

@media only screen and (max-width: 1350px) {
	.footer__nav {
		flex-basis: 50%;
		margin-right: 0;
		margin-bottom: 35px;
	}
	.footer__nav:nth-last-of-type(1) {
		margin-bottom: 0;
	}
}

.footer__nav:last-of-type {
	margin-right: 0;
}

.footer__nav *:last-child {
	margin-bottom: 0;
}

.footer__nav-img {
	max-width: 100px;
}

.footer__navHeading {
	display: block;
	margin-bottom: 23px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

.footer__navList1 {
	max-width: 136px;
}

.footer__navList1Item {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
}

.footer__navList1Item:last-of-type {
	margin-bottom: 0;
}

.footer__navList1Item a {
	color: #000;
	white-space: normal;
}

.footer__navList2 {
	max-width: 152px;
}

.footer__navList2Item {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
}

.footer__navList2Item:last-of-type {
	margin-bottom: 0;
}

.footer__navList2Item a {
	color: #000;
	white-space: normal;
}

.footer__navList3 {
	max-width: 140px;
}

.footer__navList3Item {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
}

.footer__navList3Item:last-of-type {
	margin-bottom: 0;
}

.footer__navList3Item a {
	color: #000;
	white-space: normal;
}

.footer__navList4 {
	max-width: 115px;
}

.footer__navList4Item {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
}

.footer__navList4Item:last-of-type {
	margin-bottom: 0;
}

.footer__navList4Item a {
	color: #000;
	white-space: normal;
}

.footer__navList5 {
	max-width: 100px;
}

.footer__navList5Item {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
}

.footer__navList5Item:last-of-type {
	margin-bottom: 0;
}

.footer__navList5Item a {
	color: #000;
	white-space: normal;
}

.footer__nav:last-of-type .footer__navHeading:first-of-type {
	margin-bottom: 19px;
}

.footer__nav:last-of-type .footer__navHeading:nth-of-type(2) {
	margin-bottom: 15px;
}

.footer__topLink {
	margin-bottom: 23px;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}

.footer__topRightSnsImg {
	width: 17px;
}

.footer__topRightSnsImg.facebook {
	width: 17px;
	filter: invert(1);
}

.footer__topRightSnsTxt {
	font-size: 12px;
	text-align: left;
}

@media only screen and (max-width: 830px) {
	.footer__topRightSnsTxt {
		font-size: 3.07692vw;
	}
}

.footer__topRightInner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3.75%;
	height: 53px;
	color: #fff;
	background-color: #000;
	font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 830px) {
	.footer__bottom {
		height: 9vw;
		padding: 0 2.44898vw;
		flex-direction: column-reverse;
	}
}

.footer__bottomLinks a {
	margin-right: 50px;
	color: #fff;
	font-size: 12px;
}

@media screen and (max-width: 830px) {
	.footer__bottomLinks a {
		margin-right: 2.5641vw;
		font-size: 2.44898vw;
	}
}

.footer__bottomLinks a:last-of-type {
	margin-right: 0;
}

.footer__copyright {
	font-size: 12px;
}

@media screen and (max-width: 830px) {
	.footer__copyright {
		font-size: 2.5641vw;
	}
}

.internship {
	padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
	.internship {
		padding-bottom: 25.64103vw;
	}
}

@media screen and (min-width: 768px) {
	.internship .sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.internship .pc {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.internship .contents-wrapper {
		padding: 0 10px;
	}
}

.internship__top-text {
	margin-bottom: 120px;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.internship__top-text {
		margin-bottom: 20.51282vw;
		font-size: 4.26667vw;
		text-align: left;
	}
}

.internship__top-text--bold {
	text-align: center;
	display: block;
	margin-bottom: 5rem;
	font-size: 50px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.internship__top-text--bold {
		margin-bottom: 7.69231vw;
		font-size: 6.41026vw;
	}
}

.internship__mv {
	margin: 0 0 90px;
}

.internship__mv-text {
	margin: 90px 0 0;
}

.internship__about {
	margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
	.internship__about {
		margin-bottom: 15.38462vw;
	}
}

.internship__accordions {
	margin: 30px 0;
}

.internship__accordion {
	background-color: #f8f8f8;
	margin: 10px 0;
}

.internship__accordion .profile {
	padding: 40px 3.3% 40px 4.4%;
	background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile {
		display: block;
		padding: 4.61538vw 5.12821vw 3.07692vw;
	}
}

.internship__accordion .profile__inner {
	display: flex;
	align-items: flex-start;
	margin-right: 100px;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile__inner {
		align-items: center;
		margin-bottom: 1.79487vw;
		margin-right: calc(3.3% + 35px);
	}
}

.internship__accordion .profile__img {
	flex-shrink: 0;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile__img {
		margin-right: 2.5641vw;
	}
}

.internship__accordion .profile__img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile__img img {
		width: 11.79487vw;
		height: 11.79487vw;
	}
}

.internship__accordion .profile__internship-img {
	flex-shrink: 0;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile__internship-img {
		margin-right: 2.5641vw;
	}
}

.internship__accordion .profile__internship-img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile__internship-img img {
		width: 11.79487vw;
		height: 11.79487vw;
	}
}

.internship__accordion .profile__position {
	margin-bottom: 0;
	color: #8d8d8d;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile__position {
		font-size: 3.07692vw;
	}
}

.internship__accordion .profile__name {
	margin-bottom: 10px;
	color: #d14343;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.44;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile__name {
		margin-bottom: 0;
		font-size: 4.61538vw;
	}
}

.internship__accordion .profile__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.45;
}

@media only screen and (max-width: 767px) {
	.internship__accordion .profile__text {
		margin-right: calc(3.3% + 35px);
		font-size: 2.93333vw;
		font-weight: bold;
		line-height: 1.45;
	}
}

.internship__accordion .profile--2 .profile__name {
	color: #436fd1;
}

.internship__accordion .profile--3 .profile__name {
	color: #d17f43;
}

.internship__accordion-btn {
	position: relative;
}

.internship__accordion-btn.open {
	width: 100%;
}

.internship__accordion-btn.open .internship__accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.internship__accordion-icon {
	position: absolute;
	display: block;
	top: 50%;
	right: 30px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #000;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.internship__accordion-icon {
		width: 35px;
		height: 35px;
		right: 3.3%;
	}
}

.internship__accordion-icon::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11.9px;
	height: 2px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.internship__accordion-icon::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 11.9px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: transform 0.3s;
}

.internship__accordion-content {
	padding: 40px 3.3% 40px 4.4%;
}

.internship__article {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.internship__article {
		margin-bottom: 20.51282vw;
	}
}

.internship__article:last-of-type {
	margin-bottom: 0;
}

.internship__profile {
	position: relative;
	margin: 0;
}

.internship__heading {
	position: relative;
	margin-bottom: 25px;
	padding-left: 32px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.45;
}

@media only screen and (max-width: 767px) {
	.internship__heading {
		margin-bottom: 6.41026vw;
		font-size: 4.26667vw;
	}
}

.internship__heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 13px;
	height: 100%;
	background: #000;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.internship__heading::before {
		top: 50%;
		transform: translateY(-50%);
		height: 127%;
	}
}

.internship__lead-text {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.43;
}

@media screen and (max-width: 767px) {
	.internship__lead-text {
		margin-bottom: 7.69231vw;
		font-size: 3.58974vw;
	}
}

.internship__media {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.internship__media {
		display: block;
	}
}

.internship__media-img {
	flex-shrink: 0;
	flex-basis: 45.76%;
	margin-right: 20px;
	height: 300px;
	width: 100%;
}

.internship__media-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.internship__media-img {
		margin-right: 0;
		margin-bottom: 7.69231vw;
		height: 100%;
		max-height: 300px;
	}
	.internship__media-img img {
		max-height: 300px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.internship__media-leadText {
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.internship__media-leadText {
		font-size: 3.58974vw;
	}
}

.internship__media-text {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.43;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.internship__media-text {
		font-size: 3.58974vw;
	}
}

.internship__btn {
	max-width: 300px;
	max-height: 50px;
	width: 100%;
	height: 100%;
	margin: 60px auto 0;
	padding: 16px 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.internship__taxonomy-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	margin: 60px 0 30px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 110px;
	font-size: 30px;
	font-weight: bold;
	font-family: "M PLUS 2", sans-serif;
	color: #fff;
	background-color: #000;
}

.internship__taxonomy-heading:first-of-type {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.internship__taxonomy-heading {
		font-size: 4.61538vw;
		height: 15.38462vw;
	}
}

.new__internship {
	margin: 0 auto;
}

.new__internship p {
	font-family: "M PLUS 2", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	color: #000;
}

@media (max-width: 767px) {
	.new__internship p {
		font-size: clamp(8px, 2.9vw, 14px);
	}
}

.new__internship .profile {
	padding: 40px 3.3% 40px 4.4%;
	background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile {
		display: block;
		padding: 4.61538vw 5.12821vw 3.07692vw;
	}
}

.new__internship .profile__inner {
	display: flex;
	align-items: flex-start;
	margin-right: 100px;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile__inner {
		align-items: center;
		margin-bottom: 1.79487vw;
		margin-right: calc(3.3% + 35px);
	}
}

.new__internship .profile__img {
	flex-shrink: 0;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile__img {
		margin-right: 2.5641vw;
	}
}

.new__internship .profile__img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile__img img {
		width: 11.79487vw;
		height: 11.79487vw;
	}
}

.new__internship .profile__internship-img {
	flex-shrink: 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile__internship-img {
		width: 10.25641vw;
		height: 10.25641vw;
	}
}

.new__internship .profile__internship-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile__internship-img img {
		width: 10.25641vw;
		height: 10.25641vw;
	}
}

.new__internship .profile__position {
	margin-bottom: 0;
	color: #8d8d8d;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile__position {
		font-size: 3.07692vw;
	}
}

.new__internship .profile__name {
	margin-bottom: 10px;
	color: #d14343;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.44;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile__name {
		margin-bottom: 0;
		font-size: 4.61538vw;
	}
}

.new__internship .profile__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.45;
}

@media only screen and (max-width: 767px) {
	.new__internship .profile__text {
		margin-right: calc(3.3% + 35px);
		font-size: 2.93333vw;
		font-weight: bold;
		line-height: 1.45;
	}
}

.new__internship .profile--2 .profile__name {
	color: #436fd1;
}

.new__internship .profile--3 .profile__name {
	color: #d17f43;
}

.slider .swiper-wrapper {
	align-items: stretch !important;
	margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
	.slider .swiper-wrapper {
		margin-bottom: 5.12821vw;
	}
}

.slider .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

.slider .swiper-slide:nth-of-type(2n) .slider__body {
	background-color: #e42e51;
}

.slider .swiper-slide:nth-of-type(2n) .slider__pickup {
	color: #e42e51;
}

.slider .swiper-slide:nth-of-type(3n) .slider__body {
	background-color: #e25924;
}

.slider .swiper-slide:nth-of-type(3n) .slider__pickup {
	color: #e25924;
}

.slider .swiper-slide:nth-of-type(4n) .slider__body {
	background-color: #df8217;
}

.slider .swiper-slide:nth-of-type(4n) .slider__pickup {
	color: #df8217;
}

.slider .swiper-slide:nth-of-type(5n) .slider__body {
	background-color: #dd996f;
}

.slider .swiper-slide:nth-of-type(5n) .slider__pickup {
	color: #dd996f;
}

.slider__img {
	position: relative;
	padding-top: 64.4%;
}

.slider__img img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider__body {
	flex-grow: 1;
	position: relative;
	padding: 25px 25px 15px;
	background-color: #e50c7a;
}

.slider__pickup {
	position: absolute;
	top: -20px;
	left: 26px;
	display: inline-block;
	padding: 7px 10px;
	color: #e50c7a;
	background-color: #fff;
	font-size: 22px;
	font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Arial", sans-serif;
	line-height: 1.13;
	letter-spacing: 0.15em;
}

.slider__text {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42;
}

.slider .swiper-pagination {
	position: static;
}

.slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px 0;
}

@media only screen and (max-width: 767px) {
	.slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
	.slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 1.41026vw 0;
	}
}

.slider .swiper-pagination-bullet {
	height: 6px;
	width: 6px;
	background-color: #ccc;
	opacity: 1;
	vertical-align: middle;
}

.slider .swiper-pagination-bullet-active {
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background-color: #000;
	opacity: 1;
	vertical-align: middle;
}

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