@charset "UTF-8";
/*!
Theme Name: myTheme 
Theme URI: https://geekhive.co.jp
Author: GeekHive
Author URI: https://geekhive.co.jp
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
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
	- Element
	- Links
	- Forms
## Layout
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: "Freestyle Script";
	src: url("./assets/fonts/font/freestyle-script.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

.p-company {
	font-size: calc(16 * 100vw / 1400);
}

/*--------------------------------------------------------------
# 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: 0;
	margin-bottom: 0;
}

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

blockquote {
	margin: 0;
}

address {
	margin: 0;
}

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 {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}

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

ul, ol {
	margin: 0;
}

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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: 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:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.btn_wrap .btn {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 26px/31px Swis721 Ex BT;
	text-align: right;
	font: normal normal bold 26px/31px Swis721 Ex BT;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #000;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Container
--------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: transparent;
}

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

.header__top {
	position: relative;
	height: 118px;
	padding: 0 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

@media screen and (max-width: 767px) {
	.header__top {
		align-items: center;
		justify-content: center;
		height: 23.33333vw;
		padding: 0 3.84615vw;
		border-image-slice: 1;
		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 {
	padding: 4px 0;
}

.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: 0;
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
}

.header__top__top .bogo-language-name {
	border: 2px solid #000;
	border-radius: 1.1111111111em;
	font-family: "normalidad-wide", sans-serif;
	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;
		font-family: "normalidad-wide", sans-serif;
	}
}

.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: "normalidad-wide", sans-serif;
}

.header__top__top .bogo-language-name {
	border: 2px solid #000;
	border-radius: 1.1111111111em;
	cursor: pointer;
	display: block;
	font-size: 1.125em;
	font-family: "normalidad-wide", sans-serif;
	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;
	font-family: "normalidad-wide", sans-serif;
}

.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%;
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	letter-spacing: 0px;
	font-family: "normalidad-wide", sans-serif;
}

.header__top__top li.en .bogo-language-name:after,
.header__top__top li.en .bogo-language-name:before {
	content: "EN";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
}

.header__top__top li.ja .bogo-language-name a:after,
.header__top__top li.ja .bogo-language-name a:before {
	content: "JA";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
}

.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 {
	width: 111px;
}

.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__bottom {
	max-width: 1500px;
	width: calc(100% - 3rem);
}

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

.header__bottom__logo {
	width: 144px;
}

.header__bottom__logo img {
	width: 100%;
	height: auto;
}

.header__bottomListWrap {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: calc(min(20px, 3vw));
	height: 54px;
}

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

.header__bottomList {
	list-style: none;
	font-size: 14px;
	line-height: 1.43;
}

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

.header__bottomListHeading.owned {
	width: 78px;
}

.header__bottomListHeading.owned:hover {
	opacity: 30%;
}

.header__bottomListHeading__en {
	font-family: "normalidad-wide", sans-serif;
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
}

.header__bottomListHeading .header__bottomListHeading__out {
	width: 14px;
	height: 100%;
}

.header__bottomListHeading svg {
	fill: #000;
	transition: ease-in-out 0.3s;
	height: 15px;
}

.header__bottomListHeading svg:hover {
	fill: #c3c3c3;
}

.header__bottomList:focus .header__bottomDropdownWrapper, .header__bottomList:hover .header__bottomDropdownWrapper {
	transform: translateY(30%);
}

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

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

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

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

@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__bottomDropdownWrapper {
	position: absolute;
	top: 0px;
	right: 0rem;
	z-index: -1;
	width: 100vw;
	height: 125px;
	background-color: #000;
	text-align: center;
	transform: translateY(-100%);
	transform-origin: center top;
	transition: ease-in-out 0.5s;
	align-items: flex-end;
}

.header__bottomDropdownWrapper__text {
	margin: 58px auto;
}

.header__bottomDropdownWrapper__text__en {
	text-align: center;
	font: normal normal bold 14px/18px Normalidad;
	letter-spacing: 0px;
	font-family: "normalidad-wide", sans-serif;
}

.header__bottomDropdownWrapper__text__jp {
	text-align: center;
	font: normal normal 900 44px/65px M2p;
	letter-spacing: 0px;
	font-family: "M PLUS 2", sans-serif;
}

.header__bottomDropdown {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: space-around;
	justify-content: center;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 81px;
}

@media screen and (max-width: 1080px) {
	.header__bottomDropdown {
		flex-wrap: wrap;
	}
}

.header__bottomDropdown_en {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: space-around;
	justify-content: center;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: -54px;
}

@media screen and (max-width: 1080px) {
	.header__bottomDropdown_en {
		flex-wrap: wrap;
	}
}

.header__bottomDropdownItem {
	margin-bottom: 65px;
	padding: 0 15px;
	display: inline-block;
	justify-content: center;
}

.header__bottomDropdownItem__link {
	position: relative;
	color: #000;
	padding-bottom: 9px;
	text-align: left;
	text-align: left;
	font: normal normal 900 17px/25px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #c3c3c3;
	transition: all 0.3s ease;
	width: 8rem;
}

.header__bottomDropdownItem__link span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: #000;
	transition: all 0.6s ease-in-out;
}

.header__bottomDropdownItem__link img {
	position: absolute;
	display: block;
	height: 7.5px;
	left: 1rem;
	bottom: 0px;
	transition: all 0.6s ease-in-out;
}

.header__bottomDropdownItem__link:hover span {
	width: calc(5rem + 1rem);
}

.header__bottomDropdownItem__link:hover img {
	left: calc(1rem + 1rem);
}

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

.header__bottomDropdownItem a {
	position: relative;
	padding-bottom: 9px;
	text-align: left;
	font: normal normal 700 12px/24px M2p;
	letter-spacing: 0px;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #fff;
	transition: all 0.3s ease;
	width: 8rem;
}

.header__bottomDropdownItem a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 3px;
	background-color: #000;
	transition: all 0.6s ease-in-out;
}

.header__bottomDropdownItem a img {
	position: absolute;
	display: block;
	height: 7.5px;
	left: 5.5rem;
	bottom: 0px;
	transition: all 0.6s ease-in-out;
}

.header__bottomDropdownItem a:hover {
	color: #707070;
}

.header__bottomDropdownItem a:hover span {
	width: calc(150px + 1rem);
}

.header__bottomDropdownItem a:hover img {
	left: calc(5.5rem + 1rem);
}

.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: #000;
}

.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-weight: bold;
}

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

@media screen and (max-width: 767px) {
	.header .hamburger-menu__child-list-item a {
		font-family: "normalidad-wide", sans-serif;
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		font-weight: bold;
		padding: 0px;
	}
	.header .hamburger-menu__child-list-item .space_en {
		padding: 9px 0;
	}
}

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

.header__bottomList.active .header__bottomListHeading {
	color: #000;
	/* 色を変更してください */
}

.header__bottomList.active .header__bottomListHeading svg {
	fill: #000;
}

.header__bottomListHeading {
	transition: ease-in-out 0.3s;
}

.header__bottomListHeading:hover {
	color: #c3c3c3;
	/* 色を変更してください */
}

.header__bottomListHeading:hover svg {
	fill: #c3c3c3;
}

.header__bottomDropdownWrapper .news {
	flex-wrap: wrap;
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem a img {
	position: absolute;
	display: block;
	height: 7.5px;
	left: 2rem;
	bottom: 0px;
	transition: all 0.6s ease-in-out;
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem {
	width: 8rem;
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem__link {
	position: relative;
	padding-bottom: 9px;
	text-align: left;
	font: normal normal 900 17px/25px M2p;
	letter-spacing: 0px;
	font-family: "M PLUS 2", sans-serif;
	color: #000000;
	transition: all 0.3s ease;
	width: 6rem;
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem__link img {
	position: absolute;
	display: block;
	height: 7.5px;
	left: 2rem;
	bottom: 0px;
	transition: all 0.6s ease-in-out;
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem a {
	width: 6rem;
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem a:hover span {
	width: calc(5rem + 1rem);
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem a:hover img {
	left: calc(2rem + 1rem);
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem div {
	position: relative;
	color: #c3c3c3;
	padding-bottom: 9px;
	text-align: left;
	font: normal normal 900 17px/25px M2p;
	letter-spacing: 0px;
	font-family: "M PLUS 2", sans-serif;
	transition: all 0.3s ease;
	width: 6rem;
	pointer-events: none;
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem div span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5rem;
	height: 3px;
	background-color: #000;
	transition: all 0.6s ease-in-out;
}

.header__bottomDropdownWrapper .news .header__bottomDropdownItem div img {
	position: absolute;
	display: block;
	height: 7.5px;
	left: 2rem;
	bottom: 0px;
	transition: all 0.6s ease-in-out;
}

/* ********** */
/* フッター */
/* ********** */
.footer {
	font-family: "M PLUS 2", sans-serif;
	width: 100%;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2.1875rem 0;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 1250px) {
	.footer .sns_pc {
		display: none;
	}
}

@media screen and (min-width: 1251px) {
	.footer .sns_sp {
		display: none;
	}
}

.footer__bread ul {
	display: flex;
	display: flex;
	align-items: center;
	width: auto;
}

.footer__bread ul li {
	margin-right: 1rem;
	font: normal normal bold 19px/28px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	display: flex;
}

@media screen and (max-width: 1080px) {
	.footer__bread ul li {
		font: normal normal bold 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
}

.footer__bread ul li a {
	font: normal normal bold 19px/28px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
}

@media screen and (max-width: 1080px) {
	.footer__bread ul li a {
		font: normal normal bold 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
}

.footer__bread ul img {
	margin-left: 1rem;
	width: 18px;
}

.footer__arrow_sp {
	margin-bottom: 3rem;
}

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

.footer__arrow_pc {
	margin-bottom: 5rem;
}

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

.footer__wrap {
	max-width: 1500px;
	width: calc(100% - 4rem);
	margin: 0rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1250px) {
	.footer__block {
		width: calc(100% / 3 - 2rem);
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 1080px) {
	.footer__block {
		width: calc(100% / 3 - 2rem);
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
	.footer__block {
		width: calc(100% / 2 - 2rem);
		margin-bottom: 1.5rem;
		display: none;
	}
}

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

@media screen and (max-width: 1250px) {
	.footer__block__top {
		width: 100%;
		margin-bottom: 3.125rem;
		display: flex;
		align-items: center;
	}
}

.footer__block__top .sns_sp .footer__sns__block {
	margin: 0 0.5rem;
}

.footer__block__logo {
	max-width: 200px;
}

@media screen and (max-width: 1080px) {
	.footer__block__logo {
		max-width: 150px;
	}
}

.footer__block__logo img {
	width: 100%;
	height: auto;
}

.footer__block__text {
	padding-left: 5px;
	border-left: 8px solid #a5a5a5;
	margin-bottom: 20px;
}

.footer__block__text__en {
	font: normal normal bold 11px/15px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #a5a5a5;
}

.footer__block__text__jp {
	font: normal normal 900 19px/28px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #a5a5a5;
}

.footer__block__media {
	width: 164px;
}

.footer__block__media img {
	object-fit: contain;
}

.footer__block__media__text {
	font: normal normal 800 10px / 15px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 3px;
}

.footer__block__media__text-en {
	font: normal normal 700 10px / 13px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 5px;
	text-align: center;
}

.footer__block .header__bottomDropdownItem {
	margin-bottom: 0;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.footer__block .header__bottomDropdownItem a {
	color: #fff;
	text-decoration: underline;
	padding: 11px 0 0 0;
	font: normal normal 900 12px/18px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: underline;
}

.footer__block .header__bottomDropdownItem a #text {
	padding: 4px 0;
}

.footer__block .header__bottomDropdownItem .nopost {
	color: #fff;
	padding: 11px 0 0 0;
	font: normal normal 900 12px/18px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
}

.footer__block.en .header__bottomDropdownItem a {
	font-family: "normalidad-wide", sans-serif;
}

.footer__sns {
	max-width: 1500px;
	width: calc(100% - 4rem);
	margin: 1rem auto;
}

.footer__sns__wrap {
	display: flex;
	justify-content: flex-end;
}

.footer__sns__block {
	margin: 0 1rem;
	width: 18px;
	height: 18px;
}

.footer__sns__block img {
	width: 100%;
	height: 100%;
}

.footer__bottom {
	max-width: 1500px;
	width: calc(100% - 4rem);
	margin: 2rem auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1080px) {
	.footer__bottom {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-end;
		margin: 2rem auto 0.5rem;
	}
}

.footer__bottom__wrap {
	display: flex;
}

@media screen and (max-width: 1080px) {
	.footer__bottom__wrap {
		flex-direction: column;
		align-content: center;
		justify-content: center;
	}
}

.footer__bottom__block {
	margin: 0 1rem;
}

@media screen and (max-width: 1080px) {
	.footer__bottom__block {
		margin: 0.75rem 0 0;
	}
}

.footer__bottom__block__text {
	font: normal normal 900 12px/18px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	height: 2em;
	justify-content: center;
	margin: 0;
	transform: scale(1);
}

.footer__bottom__block__text a {
	font: normal normal bold 11px/27px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: underline;
}

.footer__bottom__block__text a:hover {
	text-decoration: underline;
}

.footer__bottom__block__text__jp {
	font-family: "M PLUS 2", sans-serif;
}

@media screen and (max-width: 1080px) {
	.footer__bottom__block__text__jp {
		font: normal normal 900 12px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
}

@media screen and (max-width: 768px) {
	.footer__bottom__block-contact {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	.footer__bottom__copy {
		margin-top: 40px;
	}
}

.footer__bottom__copy__text__jp {
	font: normal normal bold 16px/23px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
}

@media screen and (max-width: 1080px) {
	.footer .block_media {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 768px) {
	.footer .block_media {
		display: none;
	}
}

.footer .block_media .block__audition {
	margin-top: 2rem;
	padding: 0;
	width: 164px;
	height: 64px;
	background-color: #fff;
	display: block;
}

.footer .block_media .block__audition img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media only screen and (max-width: 599px) {
	.footer05 .wrap {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.footer05 .wrap h3 {
		border: none;
	}
	.footer05 .wrap .box {
		width: 100%;
	}
	.footer05 .wrap .box ul {
		border-top: 1px #c4c4c4 solid;
	}
	.footer05 .wrap .box ul li a {
		display: block;
		padding: 5px 15px;
		border-bottom: 1px #c4c4c4 solid;
	}
}

.footer-en .footer__block__text__en {
	font-size: 19px;
}

.footer-en .footer__bottom__copy__text__jp {
	font: normal normal bold 12px/18px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer__bottom__copy__text__jp {
	font: normal normal bold 16px/23px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
}

@media screen and (max-width: 1080px) {
	.footer__bottom__copy__text__jp {
		font: normal normal 900 12px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
}

.footer-en a {
	font-family: "normalidad", sans-serif !important;
}

.footer__block-sp {
	display: none;
}

.footer__block-sp ul {
	display: none;
}

.footer__block-sp.active ul {
	display: block;
}

a.imgalpha.footer__block__text-sp__en {
	color: #fff;
	font: normal normal 700 12px / 18px M2p;
	font-family: "normalidad-wide", sans-serif !important;
	letter-spacing: 0px;
	color: #ffffff;
}

@media screen and (max-width: 396px) {
	a.imgalpha.footer__block__text-sp__en {
		font: normal normal 700 11px / 17px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 374px) {
	a.imgalpha.footer__block__text-sp__en {
		font: normal normal 700 10px / 16px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 352px) {
	a.imgalpha.footer__block__text-sp__en {
		font: normal normal 700 9px / 15px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 329px) {
	a.imgalpha.footer__block__text-sp__en {
		font: normal normal 700 8px / 14px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

.footer__block__text-sp__en {
	font: normal normal 700 14px / 18px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #fff;
}

.footer__block__text-sp__en__audition {
	font: normal normal 700 12px / 16px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #fff;
}

@media screen and (max-width: 375px) {
	.footer__block__text-sp__en__audition {
		font: normal normal 700 11px / 15px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 360px) {
	.footer__block__text-sp__en__audition {
		font: normal normal 700 10px / 14px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 335px) {
	.footer__block__text-sp__en__audition {
		font: normal normal 700 9px / 13px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

.footer__block__text-sp__en__media {
	font: normal normal 700 14px / 18px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #fff;
}

@media screen and (max-width: 365px) {
	.footer__block__text-sp__en__media {
		font: normal normal 700 13px / 17px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

.footer__block__text-sp__en-media {
	font: normal normal 700 14px / 18px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #fff;
}

@media screen and (max-width: 365px) {
	.footer__block__text-sp__en-media {
		font: normal normal 700 13px / 17px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

.footer__block__text-sp__jp {
	font: normal normal 700 14px / 21px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #fff;
}

.footer__block__text-sp__jp__audition {
	font: normal normal 700 14px / 21px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #fff;
}

@media screen and (max-width: 395px) {
	.footer__block__text-sp__jp__audition {
		font: normal normal 700 12px / 16px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 375px) {
	.footer__block__text-sp__jp__audition {
		font: normal normal 700 10px / 14px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 360px) {
	.footer__block__text-sp__jp__audition {
		font: normal normal 700 9px / 13px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 335px) {
	.footer__block__text-sp__jp__audition {
		font: normal normal 700 8px / 12px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

.footer__block__text-sp__jp-sub {
	font: normal normal 700 11px / 15px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #fff;
}

@media screen and (max-width: 395px) {
	.footer__block__text-sp__jp-sub {
		font: normal normal 700 10px / 14px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 375px) {
	.footer__block__text-sp__jp-sub {
		font: normal normal 700 9px / 13px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

@media screen and (max-width: 350px) {
	.footer__block__text-sp__jp-sub {
		font: normal normal 700 8px / 12px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #fff;
	}
}

.header__bottomDropdownItem-sp {
	margin-bottom: 65px;
	padding: 10px 11px;
	display: inline-block;
	flex-direction: column;
}

.header__bottomDropdownItem-sp a {
	color: #fff;
	font: normal normal 700 12px/18px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
}

.header__bottomDropdownItem-sp a #text {
	padding: 4px 0;
}

.header__bottomDropdownItem-sp__en {
	margin-bottom: 65px;
	padding: 10px 11px;
	display: inline-block;
	flex-direction: column;
}

.footer__block-sp-border {
	position: relative;
	border: 1px solid #fff;
	padding: 10px;
}

.footer__block-sp-border__ma {
	position: relative;
	border: 1px solid #fff;
	padding: 13px 10px;
}

@media screen and (max-width: 395px) {
	.footer__block-sp-border__ma {
		position: relative;
		border: 1px solid #fff;
		padding: 13.5px 10px;
	}
}

@media screen and (max-width: 375px) {
	.footer__block-sp-border__ma {
		position: relative;
		border: 1px solid #fff;
		padding: 14px 10px;
	}
}

@media screen and (max-width: 360px) {
	.footer__block-sp-border__ma {
		position: relative;
		border: 1px solid #fff;
		padding: 14px 10px;
	}
}

@media screen and (max-width: 350px) {
	.footer__block-sp-border__ma {
		position: relative;
		border: 1px solid #fff;
		padding: 14.5px 10px;
	}
}

@media screen and (max-width: 340px) {
	.footer__block-sp-border__ma {
		position: relative;
		border: 1px solid #fff;
		padding: 14.5px 10px;
	}
}

.footer__block-sp-border__audition {
	position: relative;
	border: 1px solid #fff;
	padding: 11px 10px;
}

@media screen and (max-width: 395px) {
	.footer__block-sp-border__audition {
		position: relative;
		border: 1px solid #fff;
		padding: 13.5px 10px;
	}
}

@media screen and (max-width: 375px) {
	.footer__block-sp-border__audition {
		position: relative;
		border: 1px solid #fff;
		padding: 15px 10px;
	}
}

@media screen and (max-width: 360px) {
	.footer__block-sp-border__audition {
		position: relative;
		border: 1px solid #fff;
		padding: 16px 10px;
	}
}

@media screen and (max-width: 335px) {
	.footer__block-sp-border__audition {
		position: relative;
		border: 1px solid #fff;
		padding: 17px 10px;
	}
}

.footer__block-sp-border__media {
	position: relative;
	border: 1px solid #fff;
	padding: 11.5px 10px;
}

@media screen and (max-width: 365px) {
	.footer__block-sp-border__media {
		position: relative;
		border: 1px solid #fff;
		padding: 12.5px 10px;
	}
}

.footer__block-sp-border-en {
	position: relative;
	border: 1px solid #fff;
	padding: 20.5px 10px;
}

.footer__block-sp-border-en__ma {
	position: relative;
	border: 1px solid #fff;
	padding: 13px 10px;
}

@media screen and (max-width: 395px) {
	.footer__block-sp-border-en__ma {
		position: relative;
		border: 1px solid #fff;
		padding: 13.5px 10px;
	}
}

@media screen and (max-width: 375px) {
	.footer__block-sp-border-en__ma {
		position: relative;
		border: 1px solid #fff;
		padding: 14px 10px;
	}
}

@media screen and (max-width: 350px) {
	.footer__block-sp-border-en__ma {
		position: relative;
		border: 1px solid #fff;
		padding: 14.5px 10px;
	}
}

.footer__block-sp-border-en__audition {
	position: relative;
	border: 1px solid #fff;
	padding: 21.5px 10px;
}

@media screen and (max-width: 375px) {
	.footer__block-sp-border-en__audition {
		position: relative;
		border: 1px solid #fff;
		padding: 22px 10px;
	}
}

@media screen and (max-width: 360px) {
	.footer__block-sp-border-en__audition {
		position: relative;
		border: 1px solid #fff;
		padding: 22.5px 10px;
	}
}

@media screen and (max-width: 335px) {
	.footer__block-sp-border-en__audition {
		position: relative;
		border: 1px solid #fff;
		padding: 23px 10px;
	}
}

.footer__block-sp-border__icon {
	position: absolute;
	top: 44%;
	right: 11px;
	max-width: 10px;
}

.footer__block-sp-border__link-icon {
	position: absolute;
	top: 41%;
	right: 11px;
	max-width: 10px;
}

@media screen and (max-width: 768px) {
	.footer__block-sp {
		display: flex;
		flex-direction: column;
		width: calc((100% - 7px) / 2);
		margin-bottom: 7px;
		gap: 12px;
		background-color: #000;
	}
	.header__bottomDropdownItem-sp {
		color: #fff;
		margin-bottom: 0;
		width: calc(100% / 1.1);
		display: flex;
		justify-content: flex-start;
		min-width: auto;
		border: 1px solid #fff;
		margin: 0 0 7px auto;
	}
	.header__bottomDropdownItem-sp__en {
		color: #fff;
		margin-bottom: 0;
		width: calc(100% / 1.1);
		display: flex;
		justify-content: flex-start;
		min-width: auto;
		border: 1px solid #fff;
		margin: 0 0 7px auto;
	}
	.header__bottomDropdownItem-sp__en a {
		font: normal normal 700 12px/18px M2p;
		font-family: "normalidad-wide", sans-serif !important;
		letter-spacing: 0px;
		color: #fff;
	}
}

.swiper-wrapper {
	transition-timing-function: linear;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
html,
body {
	color: #000;
	vertical-align: middle;
	background-color: #fff;
	scroll-behavior: smooth;
	font-family: "M PLUS 2", sans-serif;
	overflow: visible;
}

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

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

a:hover {
	text-decoration: none;
}

.l-wrapper {
	overflow: visible;
}

.l-main {
	padding: 0;
	position: relative;
}

.p-main {
	position: relative;
	padding: 100px 0 14.6875rem 0;
}

@media (max-width: 767px) {
	.p-main {
		padding: 54px 0 5.625rem 0;
	}
}

.page-title {
	padding: 40px 0 140px 0;
}

@media (max-width: 767px) {
	.page-title {
		padding: 108px 0;
	}
}

.page-title__en {
	text-align: center;
	font-size: 5.25rem;
	font-family: "normalidad-wide", sans-serif;
	font-weight: Bold;
	letter-spacing: 0;
	line-height: 150%;
	color: #000;
}

@media (max-width: 767px) {
	.page-title__en {
		font-size: 2.1875rem;
	}
}

.page-title__jp {
	text-align: center;
	font-size: 1.75rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	line-height: 100%;
	color: #000;
}

@media (max-width: 767px) {
	.page-title__jp {
		font-size: 1.25rem;
	}
}

.page-subtitle__title {
	margin-bottom: 3.75rem;
}

@media (max-width: 767px) {
	.page-subtitle__title {
		margin-bottom: 2.625rem;
	}
}

.page-subtitle__title__en {
	font-family: "normalidad-wide", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 0.75rem;
}

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

.page-subtitle__title__jp {
	font-family: "M PLUS 2", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 0.75;
}

@media (max-width: 767px) {
	.page-subtitle__title__jp {
		font-size: 1rem;
		line-height: 0.75;
	}
}

.u-container {
	max-width: 80rem;
	width: calc(100% - 4rem);
	margin: 0 auto;
}

@media (max-width: 767px) {
	.u-container {
		max-width: 100%;
		width: calc(100% - 2rem);
		margin: 0 auto;
	}
}

.u-container-book {
	max-width: 80rem;
	width: calc(100% - 4rem);
	margin: 0 auto;
}

@media (max-width: 767px) {
	.u-container-book {
		max-width: 100%;
		width: calc(100% - 1.7rem);
		margin: 0 auto;
	}
}

.actions {
	position: relative;
	display: flex;
	justify-content: center;
}

.actions a.c-btn {
	position: relative;
	display: flex;
	width: 265px;
	height: 53px;
	background: #000;
	border: solid 4px #000;
	transition: 0.3s;
	overflow: hidden;
	color: #000;
	font-size: 1rem;
	font-family: "M+ 2p", sans-serif;
	font-weight: bold;
	text-align: left;
	border-radius: 9px;
	align-items: center;
	justify-content: flex-start;
	padding: 0 1rem;
}

.actions a.c-btn::before {
	content: "";
	position: absolute;
	top: -60%;
	left: -500px;
	width: 500px;
	height: 100px;
	background: #fff;
	border-radius: 50px;
	z-index: 0;
	transition: all 0.4s ease-out;
}

.actions a.c-btn::after {
	content: "";
	mask-image: url("./assets/img/icon/arrow_btn_white.svg");
	-webkit-mask-image: url("./assets/img/icon/arrow_btn_white.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: #fff;
	position: absolute;
	top: 0%;
	right: -6rem;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.4s ease-out;
}

.actions a.c-btn > span {
	display: inline-block;
	width: 100%;
	color: #fff;
	z-index: 2;
	transition: all 0.4s ease-out;
}

.actions a.c-btn__outside::after {
	content: "";
	mask-image: url("./assets/img/icon/out.svg");
	-webkit-mask-image: url("./assets/img/icon/out.svg");
}

@media (min-width: 768px) {
	.actions a.c-btn:hover > span {
		color: #000;
	}
	.actions a.c-btn:hover::before {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.actions a.c-btn:hover::after {
		background-color: #000;
	}
}

#page-top a {
	position: fixed;
	right: 1%;
	bottom: 0;
	color: #fff;
	padding: 20px;
	z-index: 999;
}

@media (max-width: 767px) {
	#page-top a {
		right: 2%;
		bottom: 2%;
		padding: 7px;
	}
}

#page-top a img {
	max-width: 130px;
}

@media (max-width: 767px) {
	#page-top a img {
		max-width: 60px;
	}
}

@media (max-width: 767px) {
	.l-main {
		padding: 54px 0 0;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

body .font_m2 {
	font-family: "M PLUS 2", sans-serif !important;
}

body .font_normalidad {
	font-family: "normalidad", sans-serif !important;
}

body .font_normalidad_text {
	font-family: "normalidad-text", sans-serif !important;
}

body .font_normalidad_wide {
	font-family: "normalidad-wide", sans-serif !important;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading__inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading__logo {
	opacity: 0;
	animation: fadeIn 1s forwards;
	animation-delay: 0.5s;
	width: calc(min(20vw, 200px));
	height: auto;
}

body.is-loading {
	display: none !important;
}

.loadingChild {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loadingChild.hidden {
	display: none;
}

.loadingChild__inner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loadingChild__logo {
	opacity: 0;
	animation: fadeIn 0.5s forwards;
	animation-delay: 0.25s;
	width: calc(min(20vw, 200px));
	height: auto;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#p-top.change-black {
	transition: background-color 1s;
	background-color: #000;
}

#p-top.change-white {
	transition: background-color 1s;
	background-color: #fff;
}

@media (min-width: 768px) {
	.header {
		position: fixed;
		width: 100%;
		height: 100px;
		display: flex;
		background-color: #fff;
		transition: opacity 0.5s linear;
		align-items: center;
	}
	.header__wrapper {
		position: relative;
		width: 100%;
		display: flex;
		position: relative;
		width: 100%;
		background: #fff;
		height: 100%;
		align-items: center;
	}
	.header__title {
		margin: 0;
		display: flex;
		align-items: center;
		width: 144px;
	}
	.header__bottom {
		height: 70px;
		width: 100%;
		margin: 0 auto 0;
		padding: 0 5%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 768px) and (max-width: 767px) {
	.header__bottom {
		display: none;
	}
}

@media (min-width: 768px) {
	.header__bottom > * {
		width: fit-content;
	}
	.header__bottom__logo {
		width: 120px;
		height: auto;
	}
	.header__bottom__logo img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.header__bottomWrapper {
		width: 100%;
		padding: 90px 0;
		right: 0%;
	}
	.header__bottomWrapper__inner {
		max-width: 1500px;
		margin: 0 auto;
	}
	.header .menu {
		height: 71px;
		display: flex;
	}
	.header .menu__mega {
		height: 100%;
		line-height: 70px;
		margin-left: 2rem;
		z-index: 100;
	}
	.header .menu__mega a {
		display: block;
		height: 100%;
	}
	.header .menu__mega .init-bottom {
		line-height: 1;
		display: flex;
		align-items: center;
		text-align: center;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		text-align: center;
		font: normal normal bold 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
	.header .menu__mega .init-bottom__en {
		text-align: center;
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
	.header .menu__mega .init-bottom__jp {
		text-align: center;
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
	.header .menu__mega .init-bottom img {
		width: 77px;
	}
	.header .menu__mega:hover {
		background: #fff;
	}
	.header .menu__mega:hover > .menu__second-level {
		visibility: visible;
		opacity: 1;
		z-index: 101;
		transition: opacity 0.5s linear;
		top: 71px;
	}
	.header .menu__second-level {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 71px;
		right: -1rem;
		width: 100vw;
		height: auto;
		background: #fff;
		transition: opacity 0.3s linear;
		z-index: -1;
		padding: 2.875rem 20% 3.5rem;
	}
	.header .menu__second-level:hover {
		visibility: visible;
		opacity: 1;
		z-index: 101;
	}
	.header .menu__second-level__title {
		margin-bottom: 3.625rem;
	}
	.header .menu__second-level__title__en {
		text-align: center;
		font-size: 0.875rem;
		color: #666666;
	}
	.header .menu__second-level__title__jp {
		text-align: center;
		font-size: 2.75rem;
		color: #000;
	}
	.header .menu__second-level__list {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		flex-wrap: wrap;
	}
	.header .menu__second-level__item {
		width: 30%;
		display: flex;
		justify-content: center;
		margin-bottom: 3.75rem;
	}
	.header .menu__second-level__item a {
		position: relative;
		color: #000;
		transition: all 1s ease-in-out;
	}
	.header .menu__second-level__item a img {
		transition: all 0.3s ease-in-out;
		width: 100%;
		height: auto;
	}
	.header .menu__second-level__item a:hover img {
		transform: translateX(89%);
	}
	.header .menu__second-level__item a span {
		display: block;
		width: 90%;
		height: 3px;
		background: #000;
		position: absolute;
		bottom: 0px;
	}
}

@media (max-width: 767px) {
	.header {
		padding-top: 0;
	}
	.header .header__title-logo {
		height: 80%;
		width: auto;
	}
	.header__top {
		position: relative;
		height: 54px;
		display: flex;
		justify-content: space-between;
		background: #fff;
	}
	.header__top__logo {
		height: 100%;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	.header__top__logo {
		display: none;
	}
}

@media (max-width: 767px) {
	.header__top__logo a {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.header__top__logo__img {
		height: 90%;
	}
	.header__top__logo__img img {
		width: auto;
		height: 100%;
		margin-right: 0;
		object-fit: contain;
	}
	.header__top__pc {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.header__top .hamburger_wrap {
		display: flex;
		align-items: center;
		z-index: 100;
	}
	.header__top .hamburger_wrap .sp_close {
		margin-right: calc(3.84615vw + 0.5rem);
		opacity: 0;
		width: 30px;
		height: auto;
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	.header__top .hamburger_wrap .sp_close {
		display: none;
	}
}

@media (max-width: 767px) {
	.header__top .hamburger_wrap .menu-trigger,
	.header__top .hamburger_wrap .menu-trigger span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.header__top .hamburger_wrap .menu-trigger {
		position: relative;
		width: 28px;
		height: 21px;
		padding: 0;
		background: none;
		border: none;
		appearance: none;
		cursor: pointer;
	}
	.header__top .hamburger_wrap .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
		width: 28px;
	}
	.header__top .hamburger_wrap .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.header__top .hamburger_wrap .menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.header__top .hamburger_wrap .menu-trigger span:nth-of-type(3) {
		top: 18px;
	}
	.header__top .hamburger_wrap .menu-trigger #menu01.active span:nth-of-type(1) {
		transform: translateY(8.5px) rotate(-45deg);
	}
	.header__top .hamburger_wrap .menu-trigger #menu01.active span:nth-of-type(2) {
		opacity: 0;
	}
	.header__top .hamburger_wrap .menu-trigger #menu01.active span:nth-of-type(3) {
		transform: translateY(-8.5px) rotate(45deg);
	}
	.header__top .hamburger_wrap .menu-trigger #menu01.active span {
		opacity: 0;
	}
	.header__top .hamburger_wrap .menu-trigger #menu01.active .sp_close {
		opacity: 1;
	}
	.header__top .hamburger_wrap .menu-trigger.active {
		padding: 0;
	}
	.header__top .hamburger_wrap .menu-trigger.active .sp_close {
		opacity: 1;
	}
	.header__top .hamburger_wrap .menu-trigger.active span {
		display: none;
	}
	.header__top .hamburger-menu__inner__top {
		color: #fff;
		display: flex;
		justify-content: space-between;
		margin: 10px 0;
		width: 100%;
	}
	.header__top .hamburger-menu__inner__top__left p {
		font-size: 2rem;
		line-height: 1;
	}
	.header__top .hamburger-menu__inner__top__left span {
		font-size: 9px;
		margin-top: 10px;
	}
	.header__top .hamburger-menu {
		background: black;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		position: absolute;
		left: 0;
		top: 0;
		padding: 54px 20px;
		width: 100%;
		height: 100vh;
		transform: translate(-100%, 0%);
		transition: transform 0.6s;
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	.header__top .hamburger-menu {
		display: none;
	}
}

@media (max-width: 767px) {
	.header__top .hamburger-menu.active {
		transform: translate(0%, 0%);
	}
	.header__top .hamburger-menu__arrow {
		width: 25px;
	}
	.header__top .hamburger-menu__inner {
		width: 100%;
		max-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.header__top .hamburger-menu__inner___top {
		display: flex;
		flex-direction: row;
		color: #fff;
		display: flex;
		justify-content: space-between;
	}
	.header__top .hamburger-menu__inner___top__left {
		color: #fff;
	}
	.header__top .hamburger-menu__inner___top__right {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.header__top .hamburger-menu__list {
		display: flex;
		justify-content: space-between;
		width: 100%;
		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__top .hamburger-menu__list-item {
		margin-bottom: 3.07692vw;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		display: flex;
		align-items: center;
		padding: 12px 0;
		margin-bottom: 0;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}
	.header__top .hamburger-menu__list-heading {
		font-size: 0.875rem;
		color: #fff;
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.header__top .hamburger-menu__list-heading a {
		color: #fff;
		font-size: 0.875rem;
		font-weight: bold;
	}
	.header__top .hamburger-menu__list-heading__text__en {
		display: flex;
		align-items: center;
		gap: 6px;
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
	.header__top .hamburger-menu__list-heading__text__jp {
		display: flex;
		align-items: center;
		gap: 6px;
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
	.header__top .hamburger-menu__list-heading__out {
		width: 14px;
		height: auto;
	}
	.header__top .hamburger-menu__list-heading .recruit {
		position: relative;
	}
	.header__top .hamburger-menu__list-heading .recruit svg {
		fill: #fff;
		fill: #fff;
		margin-left: 5px;
		height: 14px;
	}
	.header__top .hamburger-menu__list-inner {
		position: relative;
	}
	.header__top .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;
		margin-left: 0;
		left: 0px;
		top: 0px;
		width: 100vw;
		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;
		padding: 54px 20px;
	}
	.header__top .hamburger-menu__child-list.active {
		transform: translateX(0%);
		display: flex;
		justify-content: flex-start;
	}
	.header__top .hamburger-menu__child-list.corp {
		left: -19px;
		top: -54px;
	}
	.header__top .hamburger-menu__child-list .hamburger-menu__list-heading__text__jp {
		font: normal normal 900 9px/14px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
	.header__top .hamburger-menu__child-list .hamburger-menu__list-heading__text__en {
		font: normal normal bold 28px/37px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
	.header__top .hamburger-menu__child-list-item {
		width: 100%;
		margin-bottom: 0;
		margin: 0 auto;
		margin-bottom: 3.07692vw;
		height: auto;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		display: flex;
		justify-content: center;
		padding: 12px 0;
		margin-bottom: 0;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		letter-spacing: 0px;
		font-family: "M PLUS 2", sans-serif;
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
		flex-direction: column;
		align-items: flex-start;
	}
	.header__top .hamburger-menu__child-list-item a .header__bottomDropdownWrapper__text__en {
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
		text-align: left;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.header__top .hamburger-menu__child-list-item a .header__bottomDropdownWrapper__text__jp {
		font: normal normal bold 14px/20px m2 p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
	.header__top .hamburger-menu__child-list-item-back {
		justify-content: flex-start;
		font-size: 12px;
		justify-content: flex-start;
		font-size: 12px;
		display: flex;
		width: 100%;
		height: 45px;
		align-items: center;
		padding: 15px 0 23px;
	}
	.header__top .hamburger-menu__child-list-item-back-link {
		font: normal normal 900 12px/15px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		display: flex;
		color: #ffffff;
	}
	.header__top .hamburger-menu__child-list-item-back-link img {
		width: 13px;
		margin-right: 3px;
	}
	.header__top .hamburger-menu__bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	.header__top .hamburger-menu__bottom {
		display: block;
	}
}

@media (max-width: 767px) {
	.header__top .hamburger-menu__bottomLogo {
		margin-top: 2rem;
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	.header__top .hamburger-menu__bottomLogo img {
		width: 130px;
		height: auto;
	}
	.header__top .hamburger-menu__logo {
		display: inline-block;
		margin-bottom: 5.12821vw;
		width: 38.46154vw;
	}
	.header__top .hamburger-menu__privacy {
		display: block;
		color: #fff;
		font-size: 3.07692vw;
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	.header__top .header__title {
		display: flex;
		width: 20vw;
	}
	.header__top .header__top {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		background: #fff;
	}
	.header__top .header__top__top {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header__top .header__title-text {
		font-size: 2.84615vw;
	}
	.header__top .header__top__pc {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header__top .header .hamburger-menu.active {
		z-index: 99;
	}
	.header__top .bogo-language-switcher {
		position: absolute;
		right: 3vw;
	}
	.header__top .header__top__top .bogo-language-name {
		width: 10.4102564103vw;
	}
	.header__top .header__title {
		right: 0;
	}
	.header__top .header__top__top li.en .bogo-language-name a:after,
	.header__top .header__top__top li.en .bogo-language-name a:before {
		content: "EN";
		padding-top: 0px;
		border-radius: 0;
		font: normal normal bold 15px/20px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
	}
	.header__top .header__top__top li.ja .bogo-language-name a:after,
	.header__top .header__top__top li.ja .bogo-language-name a:before {
		content: "JA";
		padding-top: 0px;
		border-radius: 0;
		font: normal normal bold 15px/20px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
	}
}

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

.bogo-language-switcher {
	margin-left: 0;
}

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

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

.bogo-language-switcher a:before {
	content: "\f0ec";
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #000000;
	padding-right: 0;
}

.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) {
	.bogo-language-name {
		font-family: "normalidad-wide", sans-serif;
		font-size: 0.75em;
		width: 5rem;
	}
}

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

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

li.en .bogo-language-name a:after,
li.en .bogo-language-name a:before {
	content: "EN";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
}

li.ja .bogo-language-name a:after,
li.ja .bogo-language-name a:before {
	content: "JA";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
}

.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) {
	.bogo-language-name {
		font-size: 0.75em;
		width: 5rem;
	}
}

.bogo-language-switcher .current {
	display: block;
}

.bogo-language-switcher {
	flex-direction: row;
}

.bogo-language-name {
	border: none;
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	letter-spacing: 0px;
	font-family: "normalidad-wide", sans-serif;
	cursor: pointer;
	display: block;
	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: 50px;
	height: 100%;
}

.current .bogo-language-name,
.current .bogo-language-name a:after {
	background: transparent;
}

li.ja .bogo-language-name a:after {
	content: "";
}

li.ja .bogo-language-name a:before {
	content: "JA";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
}

li.current .bogo-language-name a:before {
	content: "JA";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	position: absolute;
	top: -5.7px;
	color: #000;
}

.header-border-en {
	position: absolute;
	top: -9px;
	right: 12px;
	width: 30px;
	border-bottom: #000 solid 4px;
}

.header-border-jp {
	position: absolute;
	top: -9px;
	right: 12px;
	width: 30px;
	border-bottom: #000 solid 4px;
}

li.en .bogo-language-name a:after {
	content: "";
}

li.en .bogo-language-name a:before {
	content: "EN";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
}

li.en .bogo-language-name {
	content: "";
}

.bogo-language-switcher li {
	margin-top: 0;
}

.bogo-language-switcher .en,
.bogo-language-switcher .ja {
	padding: 4px 0;
}

.bogo-language-switcher .en:hover,
.bogo-language-switcher .ja:hover {
	color: #C3C3C3;
}

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

.menu__mega {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
}

.hamburger-menu__inner__top__right .switch {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 47px;
}

.hamburger-menu__inner__top__right .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.hamburger-menu__inner__top__right .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	transition: 0.4s;
}

.hamburger-menu__inner__top__right .slider:before {
	position: absolute;
	content: "JA";
	height: 36px;
	width: 100px;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	font-family: "normalidad-wide", sans-serif;
	font-weight: 800;
	font-size: 1.185rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	border-radius: 9px;
}

.hamburger-menu__inner__top__right input:checked + .slider:before {
	content: "EN";
	background-color: #000;
	color: #fff;
	font-family: "normalidad-wide", sans-serif;
	transform: translateX(77px);
}

.hamburger-menu__inner__top__right .slider::after {
	position: absolute;
	content: "EN";
	height: 36px;
	width: 100px;
	left: 10px;
	bottom: 0px;
	background-color: none;
	font-family: "normalidad-wide", sans-serif;
	font-weight: 800;
	font-size: 1.185rem;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	content: "EN";
	left: 80px;
	/* 位置を調整 */
	background-color: none;
}

.hamburger-menu__inner__top__right input:checked + .slider::after {
	position: absolute;
	content: "JA";
	height: 36px;
	width: 100px;
	left: 0px;
	bottom: 0px;
	background-color: none;
	font-family: "normalidad-wide", sans-serif;
	font-weight: 800;
	font-size: 1.185rem;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hamburger-menu__inner__top__right .slider.round {
	border-radius: 9px;
	border: 2px solid #000;
}

.hamburger-menu__inner__top__right .slider.round:before {
	border-radius: 9px;
}

.hamburger-menu__inner__top__right .l-hdr_nav__lang {
	position: relative;
	width: 100%;
	height: 60px;
}

.hamburger-menu__inner__top__right .l-hdr_nav__lang__wrap {
	position: absolute;
	right: 1%;
	top: 35%;
}

@media (max-width: 767px) {
	.hamburger-menu__inner__top__right .l-hdr_logo img {
		min-width: auto;
	}
	.l-hdr_nav__lang__pc {
		display: none;
	}
	.hamburger-menu__inner__top__right__right {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-around;
		align-content: flex-end;
	}
	.hamburger-menu__inner__top__right .switch {
		position: relative;
		display: inline-block;
		width: 130px;
		height: 47px;
	}
	.hamburger-menu__inner__top__right .switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}
	.hamburger-menu__inner__top__right .slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		transition: 0.4s;
	}
	.hamburger-menu__inner__top__right .slider:before {
		position: absolute;
		content: "JA";
		height: 43px;
		width: 75px;
		left: 0px;
		bottom: 0px;
		background-color: #000;
		font-family: "normalidad-wide", sans-serif;
		font-weight: 800;
		font-size: 0.75rem;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.4s;
		border-radius: 9px;
	}
	.hamburger-menu__inner__top__right input:checked + .slider:before {
		content: "EN";
		background-color: #000;
		color: #fff;
		transform: translateX(50px);
	}
	.hamburger-menu__inner__top__right .slider::after {
		position: absolute;
		content: "EN";
		height: 43px;
		width: 80px;
		left: 10px;
		bottom: 0px;
		background-color: none;
		font-family: "normalidad-wide", sans-serif;
		font-weight: 800;
		font-size: 0.75rem;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 9px;
		content: "EN";
		left: 56px;
		/* 位置を調整 */
		background-color: none;
	}
	.hamburger-menu__inner__top__right input:checked + .slider::after {
		position: absolute;
		content: "JA";
		height: 43px;
		width: 80px;
		left: -4px;
		bottom: 0px;
		background-color: none;
		font-family: "normalidad-wide", sans-serif;
		font-weight: 800;
		font-size: 0.75rem;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hamburger-menu__inner__top__right .slider.round {
		border-radius: 9px;
		border: 2px solid #000;
	}
	.hamburger-menu__inner__top__right .slider.round:before {
		border-radius: 9px;
		border: 1px solid #fff;
	}
	.hamburger-menu__inner__top__right .l-hdr_nav__lang {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.hamburger-menu__inner__top__right .l-hdr_nav__lang__wrap {
		position: relative;
		margin-right: 8px;
	}
}

.header-en .header__bottomDropdownWrapper__text__en {
	font-size: 40px;
}

.header__bottomDropdownItem span {
	font: normal normal 900 17px/25px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
	transition: all 0.3s ease;
}

.header__bottomDropdownItem__link {
	font: normal normal 900 17px/25px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
	transition: all 0.3s ease;
}

.header__bottomDropdownItem__link {
	position: relative;
	color: #000;
	padding-bottom: 9px;
	text-align: left;
	font: normal normal 900 17px/25px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
	letter-spacing: 0px;
}

.header__bottomDropdownItem__link img {
	position: absolute;
	display: block;
	height: 7.5px;
	left: 50%;
	bottom: 0px;
}

.header__bottomDropdownItem__link span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	transition: all 0.6s ease-in-out;
}

.hamburger-menu__list-heading {
	height: 36px;
	display: flex;
	align-items: center;
	width: 100%;
	display: block;
	/* justify-content: space-between; */
	margin-bottom: 0;
}

.hamburger-menu__list-heading__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.bogo-language-switcher .current a {
	font-family: "normalidad-wide", sans-serif;
}

li.en .bogo-language-name:before {
	content: "EN";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #000;
	font-size: 15px !important;
	font-family: "normalidad-wide", sans-serif;
}

li.en .bogo-language-name:after {
	content: "";
}

.bogo-language-name {
	color: transparent;
	display: block;
	position: relative;
	font-family: "normalidad-wide", sans-serif;
}

li.en .bogo-language-name:after,
li.en .bogo-language-name:before {
	content: "EN";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	position: absolute;
	left: 10px;
	top: 0;
	pointer-events: none;
}

li.en:hover .bogo-language-name:before {
	content: "EN";
	border-radius: 0;
	font: normal normal bold 15px/20px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	position: absolute;
	left: 10px;
	top: 0;
	color: #C3C3C3;
	pointer-events: none;
}

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

.bogo-language-switcher li:hover a:not(.current)::before {
	color: #C3C3C3;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.l-footer {
	position: relative;
}

.footer__block .header__bottomDropdownItem {
	min-width: auto;
}

.p-top__business {
	margin-top: -7rem;
}

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

.p-top__business .swiper {
	overflow: visible;
}

.p-top__business .swiper .swiper-pagination {
	bottom: -50px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

@media (max-width: 767px) {
	.p-top__business .swiper .swiper-pagination {
		bottom: -35px;
	}
}

.p-top__business .swiper .swiper-pagination-bullet {
	background: #e0e0e0;
}

.p-top__business .swiper .swiper-pagination-bullet-active {
	background: #000;
}

.p-top__business .swiper-wrapper {
	position: relative;
}

.p-top__business .swiper-wrapper .swiper-pagination {
	bottom: -50px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

.p-top__business__top {
	margin-top: -10%;
}

.p-top__business__items__item {
	width: 450px !important;
	margin: 0 auto;
}

.p-top__business__items__item__img {
	height: 10.75rem;
	border-radius: 0;
	max-height: 300px;
	max-width: 450px;
	width: 450px !important;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-top__business__items__item__img {
		height: 161px;
		width: 242px;
	}
}

.p-top__business__items__item__img img {
	width: 100%;
	height: 100%;
}

.p-top__business__items__item__title {
	letter-spacing: 0;
	color: #000000;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.2;
	font-family: "normalidad-wide", sans-serif;
	margin: 12px 0 8px;
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.p-top__business__items__item__title {
		font-size: 14px;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-top__business__items__item__title__arrow {
	width: 100%;
	height: 100%;
	margin-left: 10px;
	position: relative;
}

.p-top__business__items__item__title__arrow span {
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
}

.p-top__business__items__item__title__arrow img {
	position: absolute;
	height: 7px;
	width: 20px;
	top: -4px;
	right: -14px;
}

@media (max-width: 767px) {
	.p-top__business__items__item__title {
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 1rem;
	}
}

.p-top__business__items__item__detail {
	font-size: 0.9375rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.p-top__business__items__item__detail {
		font: normal normal bold 12px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-top__business .slick-dots {
	bottom: -70px;
}

.p-top__business [class*="swiper"]:focus {
	outline: none;
}

.p-top__business .slide-media,
.p-top__business .thumb-media {
	position: relative;
	overflow: hidden;
}

.p-top__business .slide-media img,
.p-top__business .thumb-media img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 0;
}

.p-top__business .swiper-button-prev,
.p-top__business .swiper-button-next {
	display: grid;
	place-content: center;
	width: 6.4rem;
	height: 6.4rem;
	cursor: pointer;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.p-top__business .swiper-button-prev::before,
.p-top__business .swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
}

.p-top__business .swiper-button-prev::after,
.p-top__business .swiper-button-next::after {
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	border: solid var(--color-gray);
	border-width: 3px 3px 0 0;
}

.p-top__business .swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.p-top__business .swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-top__business .swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}

.p-top__business .card05 {
	overflow-y: visible;
}

.p-top__business .card05 .swiper {
	overflow: visible;
}

.p-top__business .card05 .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.p-top__business .card05 .swiper-slide {
	max-width: 300px;
}

@media (max-width: 767px) {
	.p-top__business .card05 .swiper-slide {
		width: 243px;
	}
}

.p-top__business .card05 .slide {
	overflow: hidden;
	max-width: 300px;
	border-radius: 4px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 30px #00000029;
	border-radius: 34px;
	padding: 0px 0px 30px;
	height: 300px;
}

@media (max-width: 767px) {
	.p-top__business .card05 .slide {
		max-width: 243px;
		height: 250px;
	}
}

.p-top__business .card05 .slide-media {
	padding-top: 0;
	border-radius: 0;
}

.p-top__business .card05 .slide-media {
	height: 180px;
}

@media (max-width: 767px) {
	.p-top__business .card05 .slide-media {
		height: 160px;
	}
}

.p-top__business .card05 .slide-media img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

@media (max-width: 767px) {
	.p-top__business .card05 .slide-media img {
		width: 243px;
		height: 161px;
	}
}

.p-top__business .card05 .slide-content {
	padding: 0 1.5rem;
}

.p-top__business .card05 .slide-date {
	font-size: 1.2rem;
	font-family: "M PLUS 2", sans-serif;
	line-height: 1;
	display: block;
	color: var(--color-theme);
}

.p-top__business .card05 .slide-title {
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.2em;
	margin-top: 1.6rem;
}

@media only screen and (max-width: 1024px) {
	.p-top__business html {
		-webkit-text-size-adjust: 100%;
	}
	.p-top__business .l-inner {
		padding: 0 4rem;
	}
	.p-top__business .pc {
		display: none !important;
	}
}

@media only screen and (max-width: 599px) {
	.p-top__business html {
		font-size: 50%;
	}
	.p-top__business .pc-tab {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	.p-top__business .tab-sp {
		display: none !important;
	}
	.p-top__business .swiper-button-prev::before,
	.p-top__business .swiper-button-next::before {
		-webkit-transition: ease-in-out 0.3s;
		transition: ease-in-out 0.3s;
	}
	.p-top__business .swiper-button-prev:hover::before,
	.p-top__business .swiper-button-next:hover::before {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	.p-top__business .card05 .slide {
		background: #ffffff 0% 0% no-repeat padding-box;
		box-shadow: 0px 0px 30px #00000029;
		border-radius: 34px;
		padding: 0px 0px 30px;
		-webkit-transition: ease-in-out 0.3s;
		transition: ease-in-out 0.3s;
		height: 300px;
	}
	.p-top__business .card05 .slide img {
		-webkit-transition: ease-in-out 0.3s;
		transition: ease-in-out 0.3s;
	}
	.p-top__business .card05 .slide:hover {
		-webkit-transform: translateY(-16px);
		transform: translateY(-16px);
	}
	.p-top__business .card05 .swiper:hover .slide:not(:hover) {
		opacity: 0.3;
	}
}

@media only screen and (min-width: 600px) {
	.p-top__business .sp {
		display: none !important;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities∑ß
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/* Pages
--------------------------------------------- */
body.p-top {
	height: auto;
}

.top__video {
	position: relative;
}

.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__video:after {
		top: 2px;
		height: 99%;
	}
}

.p-top {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	margin-top: 100px;
}

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

.p-top .actions .en {
	font-family: "normalidad-wide", sans-serif;
}

.p-top__title__en {
	font-size: 3rem;
	font-family: "normalidad-wide", sans-serif;
	font-weight: Wide Bold;
	line-height: 1.5;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.p-top__title__en {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 0rem;
	}
}

.p-top__title__jp {
	font-size: 1.75rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: black;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
	.p-top__title__jp {
		font-size: 1rem;
		line-height: 1;
		margin-bottom: 0rem;
	}
}

@media (max-width: 767px) {
	.p-top .mv {
		margin-top: 0;
	}
}

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

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

.p-top .mvSwiper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .pc {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.p-top .mvSwiper .sp {
		display: none !important;
	}
}

.p-top .mvSwiper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.p-top .mvSwiper video {
		width: 100%;
		height: 100%;
		transform: translateX(0%);
	}
}

.p-top .mvSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.p-top .mvSwiper img {
		width: 100%;
		height: 100%;
		transform: translateX(0%);
	}
}

.p-top .mvSwiper .mv__slider {
	position: relative;
}

.p-top .mvSwiper .mv__slider .mv__slide {
	min-height: 500px;
	height: calc(90vh - 100px);
	max-height: 900px;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .mv__slider .mv__slide {
		min-height: 400px;
		max-height: 700px;
		height: 80vh;
	}
}

@media screen and (min-width: 1920px) {
	.p-top .mvSwiper .mv__slider .mv__slide {
		max-height: 1200px;
		height: calc(90vh - 54px);
	}
}

.p-top .mvSwiper .mv__slider__inner {
	width: 100%;
	height: 100%;
}

.p-top .mvSwiper .mv__slider__img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.p-top .mvSwiper .mv__slider__content {
	position: relative;
	max-width: 85%;
	height: 90%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	color: #fff;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.p-top .mvSwiper .mv__slider__title {
	font-size: 80px;
	font-family: "normalidad-wide", sans-serif;
	line-height: 1;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .mv__slider__title {
		font-size: 9.23077vw;
	}
}

.p-top .mvSwiper .mv__slider__text {
	max-width: 500px;
	margin: 30px 0;
	font-size: 14px;
	font-family: "normalidad-wide", sans-serif;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .mv__slider__text {
		margin: 4.10256vw 0 8.20513vw;
		font-size: 2.5641vw;
	}
}

@media (max-width: 767px) {
	.p-top .mvSwiper .mv__slider__link {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.p-top .mvSwiper .mv__slider__link .c-btn {
	position: relative;
	min-width: 220px;
	width: fit-content;
	padding: 16px 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: solid 2px #fff;
	border-radius: 9px;
	overflow: hidden;
	color: #fff;
	font-size: 1rem;
	font-family: "normalidad-wide", sans-serif;
	font-weight: bold;
	text-align: left;
	box-shadow: 0px 0px 6px 0px #00000080;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .mv__slider__link .c-btn {
		min-width: calc(min(35vw, 170px));
		width: fit-content;
		padding: 10px 48px 10px 12px;
		font-size: calc(min(3vw, 16px));
	}
}

.p-top .mvSwiper .mv__slider__link .c-btn::after {
	content: "";
	mask-image: url(./assets/img/icon/arrow_btn-white.png);
	-webkit-mask-image: url(./assets/img/icon/arrow_btn-white.png);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: contain;
	/* 画像が親要素に収まるようにスケール */
	-webkit-mask-size: contain;
	/* Webkitブラウザ用 */
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 24px;
	height: 100%;
	z-index: 1;
}

.p-top .mvSwiper .mv__slider .swiper-slide-active.slide2 .zoom-img,
.p-top .mvSwiper .mv__slider .swiper-slide-active.slide5 .zoom-img,
.p-top .mvSwiper .mv__slider .swiper-slide-active.slide6 .zoom-img {
	animation: zoom 9s infinite;
	animation-fill-mode: forwards;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}

.p-top .mvSwiper .slide1 {
	background-color: #fff;
}

.p-top .mvSwiper .slide1 .mv__slider__img {
	background-color: black;
	filter: brightness(0.9);
}

.p-top .mvSwiper .slide2 .mv__slider__img {
	background-color: black;
	filter: brightness(0.85);
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide2 .mv__slider__title {
		font-size: 7.69231vw;
	}
}

.p-top .mvSwiper .slide3 .mv__slider__img {
	background-color: black;
	filter: brightness(0.7);
}

.p-top .mvSwiper .slide3 .mv__slider__text {
	font-size: 24px;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide3 .mv__slider__text {
		font-size: 3.07692vw;
	}
}

.p-top .mvSwiper .slide4 {
	background-color: #000;
}

.p-top .mvSwiper .slide4 .mv__slider__inner {
	max-width: 100%;
	height: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__inner {
		max-width: 100%;
		margin: 0;
		flex-direction: column;
		justify-content: flex-end;
		gap: 7.69231vw;
	}
}

@media screen and (min-width: 1920px) {
	.p-top .mvSwiper .slide4 .mv__slider__inner {
		max-width: 1200px;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__img {
	position: relative;
	aspect-ratio: 16 / 9;
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
	padding-top: calc(min(5vh, 20px));
	border-radius: 16px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__img {
		border-radius: 0;
		width: 100%;
		height: auto;
		margin-bottom: calc(min(3vh, 40px));
	}
}

.p-top .mvSwiper .slide4 .mv__slider__img img {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
	object-fit: cover;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__img img {
		border-radius: 0;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__content {
	gap: calc(min(4vh, 30px));
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__content {
		gap: calc(min(7vh, 50px));
		align-items: center;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__content__left {
	width: calc(70% - 10px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__content__left {
		width: 100%;
		align-items: center;
		gap: 10px;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__content__left-top {
	display: flex;
	gap: 20px;
	align-items: center;
	font-family: "normalidad-wide", sans-serif;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__content__left-top {
		width: 100%;
		gap: 10px;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__content__left-top .news {
	font-size: 24px;
	line-height: 1;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__content__left-top .news {
		font-size: 4.10256vw;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__date {
	font-size: 18px;
	font-family: "normalidad-wide", sans-serif;
	line-height: 1;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__date {
		font-size: 2.5641vw;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__category {
	padding: 4px 12px;
	border-radius: 50px;
	font-size: 10px;
	font-family: "normalidad-wide", sans-serif;
	border: 1px solid #fff;
	line-height: 1;
	text-shadow: none;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__category {
		font-size: 2.05128vw;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__title {
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-family: "M PLUS 2", sans-serif;
	line-height: 1.2;
	line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__title {
		width: 100%;
		text-align: left;
		font-size: 3.07692vw;
	}
}

.p-top .mvSwiper .slide4 .mv__slider__link {
	width: 25%;
	display: flex;
	justify-content: flex-end;
}

.p-top .mvSwiper .slide4 .mv__slider__link a {
	max-width: 220px;
	min-width: calc(min(220px, 100%));
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__link a {
		min-width: calc(min(35vw, 170px));
		width: fit-content;
		padding: 10px 48px 10px 12px;
		font-size: calc(min(3vw, 16px));
	}
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide4 .mv__slider__link {
		width: 100%;
		justify-content: center;
	}
}

.p-top .mvSwiper .slide5 .mv__slider__inner {
	height: 100%;
}

.p-top .mvSwiper .slide5 .mv__slider__content {
	align-items: center;
	justify-content: space-between;
}

.p-top .mvSwiper .slide5 .mv__slider__text {
	max-width: 100%;
	margin: 0 auto;
	padding-top: calc(min(5vh, 20px));
	text-align: center;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	font-size: calc(min(2vw, 24px));
	color: #fff;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide5 .mv__slider__text {
		padding-top: 5vw;
		font-size: 4.61538vw;
	}
}

.p-top .mvSwiper .slide5 .mv__slider__main {
	width: 100%;
	height: calc(min(70%, 800px));
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .slide5 .mv__slider__main {
		margin-bottom: calc(min(5vh, 60px));
		height: calc(min(50%, 600px));
	}
}

.p-top .mvSwiper .slide5 .mv__slider__main picture {
	height: 100%;
	padding: 0 16px;
}

.p-top .mvSwiper .slide5 .mv__slider__main img {
	height: 100%;
	object-fit: contain;
}

.p-top .mvSwiper .slide6 {
	background-color: #000;
}

.p-top .mvSwiper .slide6 .mv__slider__content {
	align-items: center;
}

.p-top .mvSwiper .slide6 .mv__slider__img {
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 70%;
	margin-top: 16px;
}

.p-top .mvSwiper .slide6 .mv__slider__img img {
	object-fit: contain;
}

.p-top .mvSwiper .swiper-progress {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.p-top .mvSwiper .swiper-progress-inner {
	position: relative;
	padding: 30px 0 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	z-index: 2;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .swiper-progress-inner {
		flex-direction: column-reverse;
		padding: 2.05128vw 0;
	}
}

.p-top .mvSwiper .swiper-progress .swiper-count {
	margin-bottom: calc(min(2vh, 40px));
	font-size: 12px;
	font-family: "normalidad-wide", sans-serif;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .swiper-progress .swiper-count {
		margin-bottom: 0;
	}
}

.p-top .mvSwiper .swiper-page.custom {
	max-width: calc(100% - 32px);
	display: flex;
	position: relative;
	/* アクティブ時のアニメーション */
	/* プログレスバーの流れるアニメーション */
}

.p-top .mvSwiper .swiper-page.custom .swiper-pagination-bullet {
	width: 80%;
	display: flex;
	height: 6px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.p-top .mvSwiper .swiper-page.custom .swiper-pagination-bullet.done::after {
	content: "";
	position: absolute;
	width: 101%;
	display: flex;
	height: 6px;
	background: #3c3c3c;
	opacity: 0.5;
	overflow: hidden;
	border-radius: 6px;
}

.p-top .mvSwiper .swiper-page.custom .swiper-pagination-bullet-active::after {
	content: "";
	position: absolute;
	left: -1%;
	top: 0;
	height: 100%;
	width: 102%;
	background: #3c3c3c;
	opacity: 0.5;
	transform: scaleX(0);
	transform-origin: left;
	animation: progressAnimation 6s linear forwards;
	border-radius: 6px;
}

@keyframes progressAnimation {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

.p-top .mvSwiper .swiper-buttons {
	position: absolute;
	top: 40%;
	width: 100%;
	height: 50px;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	height: fit-content;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .swiper-buttons {
		display: none;
	}
}

.p-top .mvSwiper .swiper-button {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
	width: 50px;
	height: 50px;
}

@media (max-width: 767px) {
	.p-top .mvSwiper .swiper-button {
		width: calc(min(6vw, 36px));
		height: calc(min(6vw, 36px));
	}
}

.p-top .mvSwiper .swiper-button-prev {
	background-image: url(./assets/img/top/mv-prev.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

.p-top .mvSwiper .swiper-button-prev::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}

.p-top .mvSwiper .swiper-button-next {
	background-image: url(./assets/img/top/mv-next.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

.p-top .mvSwiper .swiper-button-next::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}

.p-top__aboutus {
	margin-top: 100px;
}

.p-top__aboutus__bg .p-top__title {
	padding-top: 0;
	margin: 0 auto;
	text-align: center;
}

.p-top__aboutus__bg .p-top__title__jp {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.p-top__aboutus__bg .p-top__title {
		padding-top: calc(min(2vw, 18px));
	}
}

.p-top__aboutus__text {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}

.p-top__aboutus__text__main {
	font: normal normal bold 78px/116px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	margin-bottom: 1.25rem;
	text-align: center;
}

@media (max-width: 767px) {
	.p-top__aboutus__text__main {
		margin-bottom: 0.875rem;
		text-align: left;
		font: normal normal 900 17px/25px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-top__aboutus__text__detail {
	font-size: 1.5rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0;
	text-align: center;
}

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

.p-top__aboutus .actions {
	margin-top: 35px;
}

.p-top__media {
	padding-top: 100px;
}

@media (max-width: 767px) {
	.p-top__media .p-top__title {
		text-align: center;
	}
}

.p-top__media .u-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

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

.p-top__media__news {
	width: 50%;
	padding-right: 2.25rem;
	border-right: 1px solid #d6d6d6;
}

@media (max-width: 767px) {
	.p-top__media__news {
		width: 100%;
		padding-right: 0;
		border-right: none;
		border: none;
	}
}

@media (max-width: 767px) {
	.p-top__media__news .p-top__media__articles {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.p-top__media__news .p-top__media__articles > * {
		width: calc(100% / 2 - 1rem);
		margin: 1rem 0.5rem;
	}
}

.p-top__media__owned {
	position: relative;
	width: 50%;
	padding-left: 2.25rem;
}

@media (max-width: 767px) {
	.p-top__media__owned {
		width: 100%;
		padding-left: 0;
	}
	.p-top__media__owned .p-top__media__article__info__category {
		display: none;
	}
}

@media (max-width: 767px) {
	.p-top__media__owned .p-top__media__article__img {
		width: 100%;
		height: auto;
	}
}

.p-top__media__owned .swiper-wrapper {
	position: relative;
}

@media (min-width: 768px) {
	.p-top__media__owned .swiper-wrapper {
		display: flex;
		flex-direction: column;
	}
}

.p-top__media__owned .swiper-wrapper .swiper-pagination {
	top: 76%;
}

.p-top__media__owned .swiper-wrapper .swiper-pagination-bullet-active {
	background: #000;
}

.p-top__media__owned .p-top__media__article__info__title-media {
	margin-top: 7%;
}

.p-top__media__article {
	position: relative;
}

.p-top__media__article__img {
	width: 15rem;
	height: 9rem;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}

.p-top__media__article__img #text {
	display: none;
}

.p-top__media__article__img img {
	width: 100%;
	height: 100%;
	max-height: 153px;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
	.p-top__media__article__img {
		width: 100%;
		height: 112px;
	}
}

.p-top__media__article__link {
	padding: 2rem 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #d6d6d6;
}

@media (max-width: 767px) {
	.p-top__media__article__link {
		flex-direction: column;
		border: none;
	}
}

.p-top__media__article__link:hover .p-top__media__article__img img {
	transform: scale(1.1);
}

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

.p-top__media__article__info {
	height: 9rem;
	width: 310px;
	padding-left: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.p-top__media__article__info {
		width: 100%;
		height: auto;
		padding-left: 0;
		padding-top: 1.25rem;
	}
}

.p-top__media__article__info__category {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	width: auto;
}

.p-top__media__article__info__category span {
	padding: 0.3rem 1rem 0.45rem;
	background-color: #000;
	border-radius: 30px;
	font-size: 0.8125rem;
	font-family: "normalidad-wide", sans-serif;
	font-weight: bold;
	color: #fff;
	width: object-fit;
}

@media (max-width: 767px) {
	.p-top__media__article__info__category span {
		font: normal normal bold 11px/0.16479061543941498px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0;
		color: #ffffff;
		width: fit-content;
	}
}

.p-top__media__article__info__title {
	font-size: 0.75rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: regular;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
	.p-top__media__article__info__title {
		text-align: left;
		font: normal normal 900 14px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		margin-bottom: 1rem;
		height: 90px;
	}
}

.p-top__media__article__info__title-media {
	font-size: 0.75rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: regular;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.p-top__media__article__info__title-media {
		text-align: left;
		font: normal normal 900 14px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		margin-bottom: 1rem;
		height: 90px;
	}
}

.p-top__media__article__info__date {
	position: absolute;
	bottom: 20px;
	display: flex;
	flex-direction: row;
	font-size: 0.875rem;
	font: normal normal bold 10px/17px Normalidad;
	letter-spacing: 0;
	color: #000000;
	font-family: "normalidad-wide", sans-serif;
}

@media screen and (max-width: 885px) {
	.p-top__media__article__info__date {
		position: absolute;
		bottom: 10px;
	}
}

@media (max-width: 767px) {
	.p-top__media__article__info__date {
		flex-wrap: wrap;
		text-align: left;
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-top__media__article__info__date-media {
	position: absolute;
	bottom: 20px;
	display: flex;
	flex-direction: row;
	font-size: 0.875rem;
	font: normal normal bold 10px/17px Normalidad;
	letter-spacing: 0;
	color: #000000;
	font-family: "normalidad-wide", sans-serif;
}

@media (max-width: 767px) {
	.p-top__media__article__info__date-media {
		flex-wrap: wrap;
		text-align: left;
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

@media (min-width: 768px) {
	.p-top__media__article__info__arrow {
		max-width: 62px;
		height: auto;
		margin-left: 8.5px;
		object-fit: contain;
	}
}

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

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

.p-top__media .actions {
	margin-top: 90px;
}

@media (max-width: 767px) {
	.p-top__media .actions {
		margin: 4.5rem auto;
	}
}

.p-top__group {
	margin: 100px auto;
}

.p-top__group .p-top__title__en,
.p-top__group .p-top__title__jp {
	text-align: center;
}

.p-top__group .p-gc-list-company__link {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.p-top__group__contents__pc {
	max-width: 1080px;
	margin: 0 auto;
}

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

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

.p-top__number {
	background-color: #000;
	color: #fff;
	padding: 50px 0;
}

.p-top__number__bg {
	max-width: 1024px;
	margin: 0 auto;
}

.p-top__number .number_icon {
	max-width: 100px;
	max-height: 60px;
	height: 100%;
	width: auto;
	margin-right: 8px;
}

.p-top__number__top {
	margin: 0 auto 3.75rem;
	display: flex;
	justify-content: space-between;
}

.p-top__number__content {
	width: calc(100% / 2 - 4rem);
	margin: 0 2rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

.p-top__number__content__top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font: normal normal 900 28px/0.34864px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	color: #ffffff;
}

.p-top__number__content__top img {
	margin-right: 10px;
}

.p-top__number__content__bottom {
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: center;
	position: relative;
}

.p-top__number__content__bottom__number {
	font-size: 90px;
	font-family: "normalidad-wide", sans-serif;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
}

.p-top__number__content__bottom__count {
	font-size: 45px;
	font-family: "M PLUS 2", sans-serif;
	color: #fff;
	position: absolute;
	right: 50px;
}

.p-top__number .office .count-en {
	right: 100px;
	bottom: 63px;
}

.p-top__number .office .count-en .en {
	position: absolute;
	font-size: 30px;
	line-height: 1;
}

.p-top__number .office .count-en .en.first {
	top: 20px;
	right: 0px;
}

.p-top__number .office .count-en .en.second {
	bottom: 5px;
	right: -25px;
}

.p-top__number .office .count-en .ja {
	position: absolute;
}

.p-top__number .office .count-en .ja.first {
	font-size: 30px;
	top: 10px;
	right: 90px;
}

.p-top__number .office .count-en .ja.second {
	font-size: 30px;
	bottom: 0px;
	right: 90px;
}

.p-top__number .office .p-top__number__content__bottom__count .ja {
	line-height: 1;
	font-size: 40px;
}

.p-top__number .group {
	width: 350px;
	margin: 0 auto;
}

.p-top__number .subscribe {
	width: 650px;
	margin: 0 auto;
}

.p-top__number .subscribe .p-top__number__content__bottom__number {
	font-size: 80px;
}

.p-top__number .subscribe .p-top__number__content__bottom__count {
	font-size: 40px;
	right: -45px;
}

.p-top__number .heart {
	width: 100%;
	margin: 0 auto;
}

.p-top__number .heart .number_icon {
	width: auto;
	max-height: 100%;
	height: 80px;
}

.p-top__number__update {
	text-align: right;
	font: normal normal bold 24px/36px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
}

.p-top__number .en {
	font-family: "normalidad-wide", sans-serif;
}

@media screen and (max-width: 1024px) {
	.p-top__number .count-pc {
		display: none;
	}
}

.p-top__number .count-sp {
	margin: 0 auto;
	max-width: 500px;
	padding: 0 1rem;
}

@media screen and (min-width: 1025px) {
	.p-top__number .count-sp {
		display: none;
	}
}

.p-top__number .count-sp .number_icon {
	width: auto;
	height: 30px;
}

.p-top__number .count-sp .p-top__number__sp__top {
	display: flex;
	align-content: flex-start;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.p-top__number .count-sp .p-top__number__top {
	text-align: center;
	font: normal normal 900 16px/1px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	color: #ffffff;
}

.p-top__number .count-sp .p-top__number__top img {
	height: 25px;
}

.p-top__number .count-sp .p-top__number__spcontent {
	width: 100%;
	margin: 0 auto 3rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-top__number .count-sp .p-top__number__spcontent__top {
	display: flex;
	align-content: flex-start;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	margin: 0 auto;
}

.p-top__number .count-sp .p-top__number__spcontent__bottom {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.p-top__number .count-sp .p-top__number__spcontent__bottom .number {
	font-family: "normalidad-wide", sans-serif;
	font-size: 55px;
	line-height: 1;
}

.p-top__number .count-sp .p-top__number__spcontent__bottom__count {
	margin-left: 0.75rem;
	font-size: 25px;
	width: auto;
	line-height: 1.2;
}

.p-top__number .count-sp .p-top__number__bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	justify-content: center;
	position: relative;
}

.p-top__number .count-sp .p-top__number__bottom__count {
	position: relative;
	width: fit-content;
}

.p-top__number .count-sp .p-top__number__bottom .count-number {
	font-family: "normalidad-wide", sans-serif;
	font-size: 40px;
}

.p-top__number .count-sp .office .p-top__number__spcontent__bottom__count {
	font-size: 1rem;
	line-height: 1;
}

.p-top__number .count-sp .office .p-top__number__spcontent__bottom__count .en {
	font-size: 1.2rem;
	line-height: 1;
	display: block;
}

.p-top__number .count-sp .subscribe .number_icon {
	height: 28px;
	width: auto;
}

.p-top__number .count-sp .subscribe .number {
	font-size: 39px;
}

.p-top__number .count-sp .heart {
	width: 100%;
}

.p-top__number .count-sp .heart .number_icon {
	height: 50px;
}

.p-top__number .count-sp .heart .number {
	font-size: 40px;
}

.p-top__number .count-sp .p-top__number__update {
	text-align: right;
	font: normal normal bold 10px/15px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
}

.p-top__number .count-sp .en {
	font-family: "normalidad-wide", sans-serif;
	font-size: 0.875rem;
}

.p-top__number .count-sp .p-top__number__spcontent__bottom__count .en {
	font-size: 1.2rem;
	line-height: 1;
}

.p-top__recruit {
	margin-bottom: 100px;
	padding-top: 100px;
}

.p-top__recruit .p-top__title {
	text-align: center;
}

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

.p-top__recruit__top {
	max-width: 73rem;
	margin: 3.75rem auto 0;
	display: flex;
	justify-content: center;
}

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

.p-top__recruit__top__img {
	width: 25rem;
	height: auto;
}

@media (max-width: 767px) {
	.p-top__recruit__top__img {
		width: 242px;
		height: auto;
	}
}

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

.p-top__recruit__top__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	max-width: 45rem;
	margin-left: 3.75rem;
}

@media (max-width: 767px) {
	.p-top__recruit__top__text {
		margin-left: 0;
		margin-top: 2.5rem;
		max-width: 100%;
		align-items: center;
	}
}

.p-top__recruit__top__text__main {
	font-size: 2rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 1.8rem;
	text-align: left;
}

@media (max-width: 767px) {
	.p-top__recruit__top__text__main {
		font: normal normal 900 24px/36px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		line-height: 1.5;
		margin-bottom: 1rem;
	}
}

.p-top__recruit__top__text__detail {
	font-size: 1rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}

@media (max-width: 767px) {
	.p-top__recruit__top__text__detail {
		font: normal normal bold 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		font-size: 0.875rem;
		line-height: 1.5;
		margin: 26px auto 50px;
	}
}

.p-top__recruit__top .c-btn {
	margin: 1rem auto;
}

.p-top__contact {
	margin-bottom: 0;
	width: 100%;
	height: 327px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.p-top__contact {
		height: 160px;
	}
}

.p-top__contact__btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	height: 327px;
	width: 100%;
	font-family: "normalidad-wide", sans-serif;
	font-weight: 900;
	overflow: hidden;
}

@media (max-width: 767px) {
	.p-top__contact__btn {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: 150%;
		background-position: center;
	}
	.p-top__contact__btn span {
		font-family: "normalidad-wide", sans-serif;
		font-size: 1.35rem;
		letter-spacing: 0;
		color: #010101;
		text-shadow: 0px 10px 24px #00000026;
	}
}

.p-top__contact__btn__link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4.125rem;
	letter-spacing: 0;
	color: #010101;
	text-shadow: 0px 10px 24px #00000026;
	transition: all 1s ease-in-out;
}

@media (max-width: 767px) {
	.p-top__contact__btn__link {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		border-radius: 80px;
		background-repeat: no-repeat;
		background-size: 150%;
		background-position: center;
	}
}

.p-top__contact__btn__link video {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.p-top__contact__btn__link span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	gap: 20px;
}

.p-top__contact__btn__arrow {
	max-width: auto;
	height: auto;
	padding-top: 30px;
}

.p-top__contact__btn__arrow-sp {
	max-width: 24px;
	height: auto;
}

.p-top__contact .cent {
	display: flex;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
}

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

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

.swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.p-top__media .c-thumbnail__category span {
	padding: 0.3em 1em;
}

.p-top__media .c-thumbnail__category-news {
	margin-top: 0;
}

.p-top__media .c-thumbnail__category-media {
	margin-top: 0;
}

.p-top__media .c-thumbnail__category-media span {
	height: 31.9px;
	padding: 0.3rem 1rem 0.45rem;
}

.p-archive__archive {
	padding-top: 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}

@media (max-width: 767px) {
	.p-archive__archive {
		padding-top: 56px;
	}
}

.p-archive__articles:hover .c-thumbnail__img img {
	transform: scale(1.1);
}

.p-archive__nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

@media (max-width: 767px) {
	.p-archive__nav {
		flex-direction: row;
		justify-content: space-between;
	}
}

.p-archive__nav__wrap {
	margin-top: 1.5em;
}

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

.p-archive__nav__wrap .sp {
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

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

.p-archive__nav__wrap .sp .year {
	width: 43%;
}

.p-archive__nav__wrap .sp .category {
	width: 55%;
}

.p-archive__nav__wrap .sp .p-archive__nav_label {
	min-width: auto;
}

.p-archive__nav__wrap .sp .c-dropdown {
	width: 50%;
}

.p-archive__nav__wrap .sp .c-dropdown__button {
	font: normal normal 900 12px/18px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	font-family: "M PLUS 2", sans-serif;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-left: -30%;
}

.p-archive__nav__wrap .sp .c-dropdown__list .nopost {
	color: #c3c3c3;
}

.p-archive__nav__title {
	font: normal normal bold 30px/40px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-archive__nav__title {
		font-size: 0.875rem;
		font-family: "M PLUS 2", sans-serif;
	}
}

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

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

.p-archive__nav_item {
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.p-archive__nav_item {
		width: auto;
	}
}

.p-archive__nav_item__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.p-archive__nav_item__list li {
	padding: 4px 6px;
	margin-bottom: 6px;
	width: 160px;
	height: 50px;
}

.p-archive__nav_item__list li a[aria-current="page"] {
	background-color: #000;
	color: #fff;
}

.p-archive__nav_item__list a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 4px solid #000000;
	border-radius: 9px;
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	font-family: "normalidad-wide", sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000;
}

.p-archive__nav_item__list .current {
	background-color: #000;
	border-bottom: none;
	color: #fff;
	position: relative;
	z-index: 1;
}

.p-archive__nav_item__list .current > * {
	color: #fff;
}

.p-archive__nav_item__list .nopost {
	color: #c3c3c3;
	pointer-events: none;
}

.p-archive__nav_label {
	width: 200px;
	min-width: 200px;
	font-size: 14px;
	font-weight: bold;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
}

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

.c-thumbnail__news-search-arrow {
	width: 100%;
	height: auto;
}

.c-thumbnail__news-search-arrow__pc {
	display: block;
}

@media (max-width: 768px) {
	.c-thumbnail__news-search-arrow__pc {
		display: none;
	}
}

.c-thumbnail__news-search-arrow__sp {
	display: none;
}

@media (max-width: 768px) {
	.c-thumbnail__news-search-arrow__sp {
		display: block;
	}
}

.c-thumbnail__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.c-thumbnail__info {
		margin-bottom: 0;
	}
}

.c-thumbnail__img {
	border-radius: 35px;
}

.c-thumbnail__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.c-thumbnail__title {
	margin: 30px 0 40px 0;
	font-size: 1.5rem;
	font-weight: bold;
	height: 70px;
	font: normal normal 800 14px/23px M2p;
	font-family: "normalidad-text", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.c-thumbnail__title {
		margin: 27px 0 31px 0;
		height: auto;
		font-size: 0.875rem;
	}
}

.c-thumbnail__date {
	font: normal normal bold 14px/18px Normalidad;
	letter-spacing: 0px;
	color: #000000;
	font-family: "normalidad-wide", sans-serif;
	color: #000;
}

.c-thumbnail__date::after {
	content: "";
	background: none;
}

.c-thumbnail__category {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 0.625em;
	color: #ffffff;
	width: auto;
}

@media (max-width: 767px) {
	.c-thumbnail__category {
		flex-wrap: wrap;
		width: fit-content;
	}
}

.c-thumbnail__category__item {
	background-color: #000000;
	border-radius: 30px;
	padding: 0.5em 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.c-thumbnail__category span {
	font: normal normal 900 14px/20px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	height: 31.9px;
	justify-content: center;
	margin: 0;
	transform: scale(1);
	min-width: 100px;
	width: fit-content;
}

.c-thumbnail__category-news {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 15.0437px;
	color: #ffffff;
	width: auto;
}

@media (max-width: 767px) {
	.c-thumbnail__category-news {
		flex-wrap: wrap;
		width: fit-content;
	}
}

.c-thumbnail__category-news__item {
	background-color: #000000;
	border-radius: 30px;
	padding: 0.5em 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.c-thumbnail__category-news span {
	font: normal normal 900 14px/20px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	height: 31.9px;
	justify-content: center;
	margin: 0;
	transform: scale(1);
	min-width: 100px;
	width: fit-content;
}

.c-thumbnail__category-media {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 0.625em;
	color: #ffffff;
	width: auto;
}

@media (max-width: 767px) {
	.c-thumbnail__category-media {
		flex-wrap: wrap;
		width: fit-content;
	}
}

.c-thumbnail__category-media__item {
	background-color: #000000;
	border-radius: 30px;
	padding: 0.3em 1em 0.85em;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.c-thumbnail__category-media span {
	text-align: center;
	font: normal normal 900 14px/20px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	height: 1em;
	justify-content: center;
	margin: 0;
	transform: scale(1);
	min-width: 100px;
	width: fit-content;
}

.font-ja .c-thumbnail__title {
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	font-weight: 800;
}

.p-topics__archive__article {
	width: calc(100% / 3 - 3em);
}

@media (max-width: 767px) {
	.p-topics__archive__article {
		max-width: 100%;
		width: calc(100% - 1em);
		margin: 0 auto 60px;
	}
}

.p-topics__archive__article__link {
	display: block;
	background: #fff;
	border-radius: 2rem;
}

@media (max-width: 767px) {
	.p-news {
		margin-bottom: 90px;
	}
}

.c-pagination__inner .page-numbers {
	border: none;
}

.c-pagination .next:before,
.c-pagination .prev:before {
	display: none;
}

.p-topics .page-title__wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 1rem;
}

@media (max-width: 767px) {
	.p-topics .page-title__wrap {
		padding-bottom: 2.5rem;
		flex-direction: column;
		align-items: flex-start;
	}
}

.p-topics .page-title__wrap .topics-search {
	padding: 13rem 0 4rem;
}

@media (max-width: 767px) {
	.p-topics .page-title__wrap .topics-search {
		padding: 0;
		margin: 0 auto;
	}
}

.p-topics .page-title__wrap .topics-search form {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.p-topics .page-title__wrap .topics-search form {
		flex-direction: row;
		align-items: center;
	}
}

.p-topics .page-title__wrap .topics-search form select {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0.2rem 1rem;
}

@media (max-width: 767px) {
	.p-topics .page-title__wrap .topics-search form select {
		width: 10rem;
	}
}

.p-topics .page-title__wrap .topics-search form button {
	margin-left: 0.5rem;
}

.p-topics__archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

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

.p-topics__archive__article {
	margin-bottom: 3.75rem;
	width: calc(100% / 4 - 0.75rem * 2);
	margin: 0 0.75rem 3.75rem 0.75rem;
	list-style: none;
}

@media (max-width: 767px) {
	.p-topics__archive__article {
		max-width: 18.125rem;
		width: 100%;
	}
}

.p-topics__archive__article__link {
	width: 100%;
	height: 100%;
}

.p-topics__archive__article__thumbnail {
	height: 163px;
	width: 100%;
}

.p-topics__archive__article__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 2px solid #08234c;
	border-radius: 10px;
}

.p-topics__archive__article__info {
	margin: 0.625rem 0;
	display: flex;
	flex-direction: row;
	font-weight: medium;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0px;
	color: #08234c;
	line-height: 14px;
}

@media (max-width: 767px) {
	.p-topics__archive__article__info {
		text-align: left;
		font: normal normal medium 12px/14px Roboto;
		font-family: "Roboto", sans-serif;
	}
}

.p-topics__archive__article__info__date {
	padding-right: 0.625rem;
	border-right: 1px solid #000;
}

@media (max-width: 767px) {
	.p-topics__archive__article__info__date {
		padding-right: 0.3125rem;
	}
}

.p-topics__archive__article__info__category {
	padding-left: 0.625rem;
}

.p-topics__archive__article__title {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	letter-spacing: 0px;
	color: #08234c;
}

@media (max-width: 767px) {
	.p-topics__archive__article__title {
		font: normal normal medium 16px/19px Roboto;
		font-family: "Roboto", sans-serif;
	}
}

/* ページネーション */
.c-pagination {
	margin: 3.75rem auto;
}

.c-pagination__inner {
	display: flex;
	justify-content: center;
}

.c-pagination__inner .page-numbers {
	width: 46px;
	height: 46px;
	border: 6px solid #000000;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.c-pagination__inner .page-numbers.current {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 3px solid #000000;
	color: #000;
}

.c-pagination__inner .page-numbers.next, .c-pagination__inner .page-numbers.prev {
	border-radius: 0;
}

@media (max-width: 767px) {
	.c-pagination__inner .page-numbers {
		margin-right: 0.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 2rem;
		height: 2rem;
		font-size: 0.875rem;
	}
}

.c-pagination__inner .next,
.c-pagination__inner .prev {
	background-color: #fff;
	border: none;
}

.Paginations .Pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	margin: 3rem auto;
}

.Paginations .Pagination .Pagination-Item {
	margin-right: 1rem;
}

.Paginations .Pagination .Pagination-Item .Pagination-Item-Link {
	width: 46px;
	height: 46px;
	border: 6px solid #000000;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.Paginations .Pagination .Pagination-Item .current-page {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 6px solid #000000;
	color: #000;
}

.p-guidelines .guidelines {
	padding-bottom: 5rem;
	color: #08234C;
}

.p-guidelines .guidelines__section {
	margin: 3rem 0;
}

.p-guidelines .guidelines__heading {
	margin: 1rem 0;
	font-size: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	color: #08234C;
}

.p-guidelines .guidelines__detail {
	margin: 1rem 0;
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: "Roboto", sans-serif;
	color: #08234C;
}

.p-guidelines .guidelines__detail__bold {
	font-weight: bold;
}

.p-guidelines .guidelines__detail__list {
	margin-left: 1rem;
	list-style-type: none;
}

.p-guidelines .guidelines__detail__indent {
	margin-left: 1rem;
	list-style: none;
}

.p-guidelines .guidelines__detail__order {
	margin-left: 2rem;
	list-style-type: lower-latin;
}

.p-guidelines .guidelines__detail a {
	text-decoration: underline;
	color: #0000EE;
}

.p-contact {
	margin-top: 7rem;
	/* 旧Edge対応 */
	/* IE対応 */
}

@media (max-width: 767px) {
	.p-contact {
		background-color: #EBEBEB;
		margin-top: 0;
		padding-top: 2rem;
	}
}

.p-contact .l-container {
	max-width: 1220px;
	padding: 0;
}

@media (max-width: 767px) {
	.p-contact .l-container {
		padding: 0 0 2.625rem 0;
	}
}

.p-contact .contact__link {
	background-color: #000;
	height: 60px;
	width: 675px;
	margin: 0 auto 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

@media (max-width: 767px) {
	.p-contact .contact__link {
		margin: 0 18px 33px;
		width: calc(100vw - 36px);
		height: 47px;
		max-width: 100%;
	}
}

.p-contact .contact__link__black {
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 675px;
	height: 60px;
}

@media (max-width: 767px) {
	.p-contact .contact__link__black {
		width: calc(100vw - 36px);
		height: 47px;
		max-width: 100%;
	}
}

.p-contact .contact__link__text {
	color: #fff;
	text-align: center;
	font: normal normal 700 18px / 27px M2p;
	letter-spacing: 0;
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 767px) {
	.p-contact .contact__link__text {
		color: #fff;
		text-align: center;
		font: normal normal 700 12px / 18px M2p;
		letter-spacing: 0;
		font-family: "M PLUS 2", sans-serif;
	}
}

.p-contact .p-page__title {
	font-weight: bold;
	font-family: "normalidad-wide", sans-serif;
	font-size: 48.09px;
	line-height: 84.16px;
	letter-spacing: 0;
	color: #010101;
	margin: 0 0 60px;
}

@media (max-width: 767px) {
	.p-contact .p-page__title {
		font-size: 20px;
		letter-spacing: 0;
		color: #010101;
		margin: 0;
		padding: 0 20px;
	}
}

.p-contact ::placeholder {
	color: #c3c3c3;
}

.p-contact ::-ms-input-placeholder {
	color: #c3c3c3;
}

.p-contact :-ms-input-placeholder {
	color: #c3c3c3;
}

.p-contact .c-form {
	max-width: 1220px;
	padding: 100px 160px;
	background-color: #EBEBEB;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.p-contact .c-form {
		padding: 0 20px;
	}
}

.p-contact .c-form__field {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 3.75rem;
	align-items: center;
}

@media (max-width: 767px) {
	.p-contact .c-form__field {
		flex-direction: column;
		margin-top: 30px;
	}
}

.p-contact .c-form__field label {
	width: 40%;
	font: normal normal 700 18px/20px M2p;
	letter-spacing: 0;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 767px) {
	.p-contact .c-form__field label {
		width: 100%;
		margin-bottom: 1.5rem;
		font: normal normal 700 14px/20px M2p;
		font-style: 700;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0;
		color: #000000;
		margin-bottom: 15px;
	}
}

.p-contact .c-form__field label span {
	margin: 0 10px;
	display: inline;
	width: 47px;
	height: 20px;
	font-style: 700;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	font-family: 'M+ 2p', sans-serif;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	color: #FFFFFF;
	padding: 2px 11px;
}

@media (max-width: 767px) {
	.p-contact .c-form__field label span {
		font: normal normal medium 12px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		font-style: 700;
		letter-spacing: 0;
		color: #FFFFFF;
	}
}

.p-contact .c-form__field label .red {
	margin-left: 5px;
	background: #E4017F 0% 0% no-repeat padding-box;
	border-radius: 3px;
}

.p-contact .c-form__field label .grey {
	background: #7B7B7B 0% 0% no-repeat padding-box;
	border-radius: 3px;
}

.p-contact .c-form__field input {
	font: normal normal medium 14px/20px M2p;
	font-size: 14px;
	line-height: 20px;
	font-family: 'M+ 2p', sans-serif;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
	background: #fff;
}

.p-contact .c-form__field select {
	font: normal normal medium 14px/20px M2p;
	font-size: 14px;
	line-height: 20px;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	color: #000;
	background: #fff;
}

@media (max-width: 767px) {
	.p-contact .c-form__field select {
		width: 100%;
	}
}

.p-contact .c-form__field textarea {
	font: normal normal medium 14px/20px M2p;
	font-size: 14px;
	line-height: 20px;
	font-family: 'M+ 2p', sans-serif;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	color: #000;
	background: #fff;
	background-color: #fff;
}

@media (max-width: 767px) {
	.p-contact .c-form__field textarea {
		width: 100%;
	}
}

.p-contact .c-form__field__textarea {
	align-items: flex-start;
}

@media (max-width: 767px) {
	.p-contact .c-form__accept {
		display: flex;
		justify-content: center;
	}
}

.p-contact .c-form__accept a {
	font: normal normal 700 13px/20px M2p;
	font-weight: 700;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	color: #000000;
}

.p-contact .c-form__accept .wpcf7-list-item-label {
	padding-left: 1.5rem;
}

.p-contact .c-form__accept .wpcf7-list-item-label::before {
	background: none;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #000;
	content: " ";
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: 35%;
	/* transform: translateY(-50%); */
	width: 17px;
}

@media (max-width: 767px) {
	.p-contact .c-form__accept .wpcf7-list-item-label::before {
		font: normal normal 700 13px/20px M2p;
		font-weight: 700;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0;
		color: #000000;
		top: 17%;
	}
}

@media (max-width: 767px) {
	.p-contact .c-form__submit {
		margin-top: 30px;
	}
}

.p-contact .c-form__submit__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.p-contact .c-form__submit__wrap {
		flex-direction: column;
		padding-top: 60px;
	}
}

.p-contact .c-form__submit input[type=submit] {
	text-align: center;
	font: normal normal 700 16px/23px M2p;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 23px;
	letter-spacing: 0px;
	color: #FFFFFF;
	background: #000000;
	border-radius: 10px;
}

.p-contact .c-form__submit .wpcf7-spinner {
	display: none;
}

@media (max-width: 767px) {
	.p-contact .c-form .c-form__field input, .p-contact .c-form .c-form__field select, .p-contact .c-form .c-form__field textarea {
		height: 47px;
		padding: 0 1rem !important;
	}
	.p-contact .c-form .c-form__field input {
		font-size: 22px;
		height: 65px;
	}
	.p-contact .c-form .c-form__field textarea {
		height: 150px;
		padding: 1rem !important;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.p-contact .c-form .c-form__field input, .p-contact .c-form .c-form__field select, .p-contact .c-form .c-form__field textarea {
		height: 65px;
		padding: 0 1rem !important;
	}
	.p-contact .c-form .c-form__field input {
		height: 65px;
	}
	.p-contact .c-form .c-form__field textarea {
		height: 150px;
		padding: 1rem !important;
	}
}

.p-thanks {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 75px;
	min-height: 70vh;
}

@media (max-width: 767px) {
	.p-thanks {
		margin-top: 54px;
	}
}

.p-thanks .l-main {
	padding-top: 0;
}

.p-thanks__container {
	width: calc(100% - 4rem) !important;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-thanks__container {
		width: calc(100% - 2rem) !important;
	}
}

.p-thanks__left {
	text-align: center;
	width: 100%;
}

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

.p-thanks__left__title {
	font-family: "normalidad-wide", sans-serif;
	font-size: 153px;
	line-height: 140px;
	letter-spacing: 0px;
	color: #000000;
	text-align: left;
}

@media (max-width: 767px) {
	.p-thanks__left__title {
		font-size: 50px;
		font-weight: bold;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		line-height: 1.2;
	}
}

.p-thanks__left__arrow {
	display: flex;
}

.p-thanks__left__arrow img {
	max-width: 580px;
	margin-right: 8px;
}

@media (max-width: 767px) {
	.p-thanks__left__arrow img {
		max-width: 135px;
		margin-right: 8px;
	}
}

.p-thanks__left__arrow span {
	font: normal normal 900 22px/33px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-thanks__left__arrow span {
		font: normal normal 900 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-thanks__left__message {
	margin: 96px 0 32px;
	text-align: left;
	font: normal normal 900 22px/33px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-thanks__left__message {
		font: normal normal 900 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		margin: 45px 0 60px;
	}
}

.p-thanks__left .actions {
	justify-content: flex-start;
}

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

.p-message p {
	font: normal normal bold 16px/21px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-message p {
		font: normal normal bold 14px/18px Normalidad;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

@media (max-width: 767px) {
	.p-message {
		padding: 0 0 70px;
	}
}

.p-message .u-container {
	max-width: 900px;
}

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

.p-message__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-message__text {
	padding-bottom: 5rem;
}

@media (max-width: 767px) {
	.p-message__text {
		padding-bottom: 2rem;
	}
}

.p-message__text__heading {
	text-align: left;
	font-size: 2.5rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	line-height: 145%;
	color: #000;
	margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
	.p-message__text__heading {
		font-size: 1.5rem;
		line-height: 35px;
	}
}

.p-message__text__detail {
	text-align: left;
	font: normal normal bold 16px/21px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000;
	letter-spacing: 0;
	line-height: 21px;
	color: #000;
	margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
	.p-message__text__detail {
		font: normal normal bold 14px/18px Normalidad;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-message__profile {
	text-align: right;
	font-size: 1rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	line-height: 23px;
	color: #000;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.p-message__profile {
		font-size: .875rem;
		line-height: 20px;
	}
}

.p-message__profile__company {
	margin-bottom: .3rem;
}

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

.p-message__profile__title {
	margin-bottom: .3rem;
}

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

.p-message__profile__name {
	text-align: right;
	font-size: 3.3125rem;
	font-family: "851MkPOP", sans-serif;
	letter-spacing: 0;
	line-height: 63px;
	color: #000;
	margin: 17px 0;
	width: 198px;
}

@media (max-width: 767px) {
	.p-message__profile__name {
		width: 159px;
		font-size: 2rem;
		line-height: 40px;
	}
}

.p-message__text__detail3 {
	color: red;
}

@media (max-width: 767px) {
	.p-pmvv {
		margin-bottom: 100px;
	}
}

.p-pmvv .u-container {
	max-width: 1000px;
}

.p-pmvv__content__title {
	margin: 1.5rem auto;
}

@media (max-width: 767px) {
	.p-pmvv__content__title {
		margin: 2rem auto;
	}
}

.p-pmvv__content__title__en {
	text-align: left;
	font-size: 3rem;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	color: #000;
}

@media (max-width: 767px) {
	.p-pmvv__content__title__en {
		font-size: 1.5rem;
		line-height: 35px;
	}
}

.p-pmvv__content__title__jp {
	text-align: left;
	font-size: 1.75rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	color: #000;
}

@media (max-width: 767px) {
	.p-pmvv__content__title__jp {
		font-size: 1.5rem;
		line-height: 35px;
	}
}

.p-pmvv__content__message {
	width: fit-content;
	background-color: #000;
	padding: .875rem;
	height: 164px;
}

@media (max-width: 767px) {
	.p-pmvv__content__message {
		height: 100%;
		padding: 10px;
		padding: 8px 10px;
	}
}

.p-pmvv__content__message__main {
	height: 100%;
}

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

@media (max-width: 767px) {
	.p-pmvv__content__message__main {
		height: 100%;
		width: 100%;
	}
	.p-pmvv__content__message__main img {
		height: 100%;
		width: 100%;
	}
}

.p-pmvv__content__message__main__sp {
	display: none;
}

@media (max-width: 767px) {
	.p-pmvv__content__message__main__sp {
		display: block;
		height: auto;
		padding: 5px 0;
	}
	.p-pmvv__content__message__main__sp img {
		max-height: 1.8rem;
		width: auto;
	}
}

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

.p-pmvv__content__message__img {
	font-size: 1.875rem;
	font: normal normal normal 43px/43px Freestyle Script;
	font-family: "Freestyle Script", sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: none;
}

@media (max-width: 767px) {
	.p-pmvv__content__message__img {
		font: normal normal normal 20px/15px Freestyle Script;
		display: none;
	}
}

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

@media (max-width: 767px) {
	.p-pmvv__content__message__arrow {
		background: #000;
		margin-top: -2px;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		padding: 15px 0px 5px;
	}
	.p-pmvv__content__message__arrow img {
		height: 13.5px;
		width: auto;
	}
	.p-pmvv__content__message__arrow .arrow-open.open {
		display: none;
	}
}

.p-pmvv__content__detail {
	padding: 1.5rem 0;
	font-size: .9375rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.p-pmvv__content__detail {
		padding: 10px 0 30px;
		font-size: .875rem;
		line-height: 1.5;
	}
}

.p-pmvv__content__values .p-pmvv__content__accordion {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.p-pmvv__content__values .p-pmvv__content__accordion {
		margin-bottom: 3.75rem;
	}
}

.p-pmvv__content__values .p-pmvv__content__detail {
	padding: 1.1875rem 0 3.75rem;
}

.p-pmvv__content__values .p-pmvv__content__message__main img {
	width: 100%;
	max-height: 200px;
}

@media (max-width: 767px) {
	.p-pmvv__content__values .p-pmvv__content__message__main img {
		width: auto;
		height: 100px;
	}
}

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

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

.p-pmvv__content__accordion__culture {
	margin-top: 30px;
}

.p-pmvv .content-accordion .p-pmvv__content__title {
	margin-top: 0;
}

.p-pmvv .content-accordion__arrow {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}

.content-accordion__message.open .p-pmvv .content-accordion__arrow {
	transform: rotate(-45deg);
}

.p-pmvv .content-accordion__sparrow {
	position: relative;
	height: auto;
}

.p-pmvv .content-accordion__sparrow span {
	height: 100%;
	width: 2px;
}

.p-pmvv .content-accordion__sparrow img {
	position: absolute;
	height: auto;
	width: 5px;
}

@media (max-width: 767px) {
	.p-pmvv .content-accordion__message {
		position: relative;
		background-color: #000;
		color: #fff;
		cursor: pointer;
		padding: 10px 0px;
		width: 100%;
	}
	.p-pmvv .content-accordion__message.open {
		margin-bottom: 0;
	}
	.p-pmvv .content-accordion__message.open .arrow-open {
		display: none;
	}
	.p-pmvv .content-accordion__detail {
		display: none;
		background-color: #000;
		color: #fff;
		padding: 8px 10px;
		margin-top: -1px;
		height: 100%;
	}
	.p-pmvv .content-accordion__detail__text {
		display: flex;
	}
	.p-pmvv .content-accordion .content-accordion__message.open + .content-accordion__detail {
		display: block !important;
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	.p-pmvv .content-accordion__detail {
		display: block !important;
	}
}

.sp {
	display: none;
}

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

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

@media (max-width: 767px) {
	.p-member {
		margin-bottom: 90px;
	}
}

.p-member .u-container {
	max-width: 1360px;
}

.p-member__title {
	margin-bottom: 3.75rem;
}

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

.p-member__title__en {
	font-family: "normalidad-wide", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.75;
}

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

.p-member__title__jp {
	font-family: "M PLUS 2", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 0.75;
}

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

.p-member__board {
	/* モーダルの閉じるボタン */
	/* モーダルを上から降りてくるアニメーション */
}

.p-member__board__blocks {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style-type: none;
	gap: 3rem;
}

@media (max-width: 767px) {
	.p-member__board__blocks {
		gap: 2rem;
	}
}

.p-member__board__block {
	max-width: 27.5rem;
	width: calc(100% / 3 - 2rem);
	display: flex;
	flex-direction: column;
	margin: 0 0 48px;
	align-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.p-member__board__block {
		max-width: 100%;
		width: calc(100% / 2 - 1rem);
	}
}

.p-member__board__block__modal {
	width: 100%;
}

.p-member__board__block__btn {
	width: 24px;
	height: 24px;
	background-image: url("./assets/img/member/modal-white.svg");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.p-member__board__block__btn {
		width: 1rem;
		height: 1rem;
	}
}

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

@media (min-width: 768px) {
	.p-member__board__block:hover .p-member__board__block__img img {
		transform: scale(1.1);
	}
	.p-member__board__block:hover .p-member__board__block__btn {
		background-image: url("./assets/img/member/modal-black.svg");
		background-size: cover;
		background-position: center;
	}
}

.p-member__board__block__img {
	cursor: pointer;
	width: 95%;
	height: 17.5vw;
	max-height: 17rem;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 2rem;
	margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
	.p-member__board__block__img {
		border-radius: 1rem;
		display: flex;
		justify-content: center;
		height: 30vw;
	}
}

.p-member__board__block__img img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	border-radius: 1rem;
}

@media (max-width: 767px) {
	.p-member__board__block__img img {
		height: auto;
		width: 100%;
	}
}

.p-member__board__block__bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.p-member__board__block__profile {
	text-align: left;
}

.p-member__board__block__profile__title {
	font: normal normal bold 16px/23px M2p;
	letter-spacing: 0px;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__board__block__profile__title {
		font-size: 12px;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
	}
}

.p-member__board__block__profile__name__jp {
	padding: 5px 0;
	font: normal normal bold 25px/37px M2p;
	letter-spacing: 0px;
	font-family: "M PLUS 2", sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__board__block__profile__name__jp {
		font: normal normal 900 17px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
	}
}

.p-member__board__block__profile__name__en {
	font: normal normal bold 16px/21px Normalidad;
	letter-spacing: 0px;
	font-family: "normalidad-wide", sans-serif;
	font-weight: bold;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__board__block__profile__name__en {
		font: normal normal bold 14px/18px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
	}
}

.p-member__board__block__arrow {
	margin-top: 5px;
}

.p-member__board__modal {
	background-color: #fff;
	margin: 5% auto;
	/* 上下にマージンを設定し、中央に表示 */
	width: 90%;
	/* モーダルの幅 */
	max-width: 1340px;
	animation-name: animatetop;
	animation-duration: 0.4s;
	background-color: #fff;
	margin: 2% auto;
	padding: 0rem 0rem 9.25rem;
	max-width: 1340px;
}

@media (max-width: 767px) {
	.p-member__board__modal {
		margin: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
	}
}

.p-member__board__modal__logo {
	margin: 1rem 0 0 13.125rem;
	width: 9rem;
	height: 4.375rem;
}

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

.p-member__board__modal__head {
	padding: 1.875rem 1.875rem 5rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 767px) {
	.p-member__board__modal__head {
		padding: 13px 19px;
		justify-content: space-between;
	}
}

.p-member__board__modal__head__logo {
	width: 72px;
}

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

.p-member__board__modal__head__close {
	float: right;
	cursor: pointer !important;
}

@media (max-width: 767px) {
	.p-member__board__modal__head__close {
		width: 1.875rem;
		height: 1.73rem;
	}
}

.p-member__board__modal__head__close img {
	cursor: pointer;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-member__board__modal__head__close:hover,
.p-member__board__modal__head__close :focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.p-member__board__modal__content {
	padding: 0 4rem;
	display: flex;
}

@media (max-width: 767px) {
	.p-member__board__modal__content {
		padding: 0 1.25rem;
		flex-direction: column;
	}
}

.p-member__board__modal__img {
	width: 25rem;
	height: 25rem;
}

@media (max-width: 767px) {
	.p-member__board__modal__img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}

.p-member__board__modal__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-member__board__modal__profile {
	padding-left: 1.875rem;
	width: 70%;
}

@media (max-width: 767px) {
	.p-member__board__modal__profile {
		width: 100%;
		padding-left: 0;
		padding-top: 1.875rem;
	}
}

.p-member__board__modal__title {
	font-family: "M PLUS 2", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: left;
}

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

.p-member__board__modal__name__jp {
	font-family: "M PLUS 2", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__board__modal__name__jp {
		font: normal normal bold 25px/37px M2p;
		letter-spacing: 0px;
		font-family: "M PLUS 2", sans-serif;
		font-weight: bold;
		color: #000000;
		margin: 5px;
	}
}

.p-member__board__modal__name__en {
	font-family: "normalidad-wide", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__board__modal__name__en {
		font: normal normal bold 16px/21px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-member__board__modal__detail {
	padding-top: 1.875rem;
	font-family: "M PLUS 2", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__board__modal__detail {
		padding-top: 2rem;
		font-family: "M PLUS 2", sans-serif;
	}
}

.p-member__board__modal__ceo {
	margin: 2rem 0;
	height: 3rem;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.p-member__board__modal__ceo {
		padding-bottom: 2rem;
	}
}

@media (min-width: 768px) {
	.p-member__board__modal__ceo .text {
		display: block;
		margin: 0 1rem;
		width: 8rem;
		border-bottom: 2px solid #000;
		transition: all 0.6s ease-in-out;
	}
	.p-member__board__modal__ceo img {
		position: absolute;
		right: 19px;
		bottom: 22px;
		width: 8px;
		height: 5px;
		object-fit: contain;
		transition: all 0.6s ease-in-out;
	}
	.p-member__board__modal__ceo a {
		width: 170px;
		position: relative;
	}
	.p-member__board__modal__ceo a:hover span {
		width: calc(8rem + 1rem);
	}
	.p-member__board__modal__ceo a:hover img {
		right: 3px;
	}
}

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

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

.p-member__board .modal {
	display: none;
	/* 最初は非表示 */
	position: fixed;
	/* 画面上に固定 */
	z-index: 1000;
	/* 他の要素よりも前面に */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/* 内容が多い場合にスクロール可能に */
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(12px);
}

.p-member__board .open-modal {
	width: 100%;
	background: none;
	border: none;
	padding: 0;
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

.p-member__exec {
	padding-top: 11.25rem;
}

@media (max-width: 767px) {
	.p-member__exec {
		padding-top: 6.25rem;
	}
}

.p-member__exec__blocks {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style-type: none;
	justify-content: space-between;
}

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

.p-member__exec__line {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 2px;
	background-color: #d6d6d6;
}

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

.p-member__exec__block {
	max-width: 33.75rem;
	width: calc(100% / 2 - 3rem);
	display: flex;
	flex-direction: column;
	margin: 0 0 1.875rem 0;
}

@media (max-width: 767px) {
	.p-member__exec__block {
		max-width: 100%;
		width: 100%;
		margin: 0 0.25rem 2.5rem 0.25rem;
	}
}

.p-member__exec__block__profile {
	text-align: left;
}

.p-member__exec__block__profile__title {
	font-family: "M PLUS 2", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__exec__block__profile__title {
		font-size: 0.75rem;
		line-height: 1.5;
		font-family: "M PLUS 2", sans-serif;
	}
}

.p-member__exec__block__profile__name {
	padding-bottom: 0.625rem;
}

@media (max-width: 767px) {
	.p-member__exec__block__profile__name {
		padding-bottom: 0;
	}
}

.p-member__exec__block__profile__name__jp {
	padding: 0.3125rem 0;
	font-family: "M PLUS 2", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__exec__block__profile__name__jp {
		font-family: "M PLUS 2", sans-serif;
		font-size: 1.0625rem;
		line-height: 1.5;
	}
}

.p-member__exec__block__profile__name__en {
	font-family: "normalidad-wide", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: left;
}

@media (max-width: 767px) {
	.p-member__exec__block__profile__name__en {
		font-family: "normalidad-wide", sans-serif;
		font-size: 0.75rem;
		line-height: 1.3;
	}
}

@media (max-width: 767px) {
	.p-business {
		padding-bottom: 0px;
	}
}

.p-business__domain {
	margin-top: 0rem;
}

.p-business__tabs {
	margin-bottom: 20px;
}

.p-business__tab__business-arrow {
	width: 100%;
	height: auto;
}

.p-business__tab__business-arrow__pc {
	display: block;
}

@media (max-width: 768px) {
	.p-business__tab__business-arrow__pc {
		display: none;
	}
}

.p-business__tab__business-arrow__sp {
	display: none;
}

@media (max-width: 768px) {
	.p-business__tab__business-arrow__sp {
		display: block;
	}
}

.p-business__tab__btns {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1.125rem 0;
}

.p-business__tab__btn {
	width: 138px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 25px 16px 0;
	cursor: pointer;
	border: 4px solid #000000;
	border-radius: 9px;
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	font-family: "normalidad-wide", sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000;
}

@media (max-width: 767px) {
	.p-business__tab__btn {
		font-size: 9px;
		width: calc(100% / 3 - 1rem);
		height: 30px;
		margin: 0 0.5rem 0.5rem;
		border: 2px solid #000000;
		border-radius: 4px;
	}
}

.p-business__tab__btn.active {
	background-color: #000;
	border-bottom: none;
	color: #fff;
	position: relative;
	z-index: 1;
}

.p-business__tab__btn.active > * {
	color: #fff;
}

.p-business__tab__btn__link {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.p-business__tab__btn__link {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.p-business__tab__btn__link .p-business__tab__content__detail {
	flex-grow: 1;
}

.p-business__tab__contents {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 120px;
}

@media (max-width: 767px) {
	.p-business__tab__contents {
		padding-top: 60px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	}
}

.p-business__tab__content {
	width: calc(100% / 3 - 3rem);
	height: auto;
	margin: 0 1.5rem 7.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.p-business__tab__content {
		width: calc(100% / 2 - 1rem);
		max-width: 50%;
		margin: 0 0.5rem 2.5rem;
		height: auto;
		min-width: auto;
	}
}

@media (max-width: 767px) {
	.p-business__tab__content {
		width: 100%;
		max-width: 100%;
		margin: 0 0.5rem 2.5rem;
		display: block;
		height: auto;
		min-width: auto;
		flex-grow: none;
	}
}

.p-business__tab__content__top {
	margin: 7.5rem auto 0;
	text-align: center;
	font: normal normal 900 28px/47px M2p;
	font-family: "M PLUS 2", sans-serif;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
	max-width: 900px;
}

@media (max-width: 767px) {
	.p-business__tab__content__top {
		font: normal normal 900 16px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0;
		color: #000000;
		margin: 41px auto 0;
	}
}

@media (min-width: 768px) {
	.p-business__tab__content__link:hover .p-business__tab__content__img img {
		transform: scale(1.1);
		transition: all 0.5s ease;
	}
}

.p-business__tab__content__img {
	max-width: 377px;
	height: 251px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 35px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-business__tab__content__img {
		max-width: 100%;
		width: 100%;
		height: auto;
		border-radius: 8px;
	}
}

.p-business__tab__content__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 35px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

@media (max-width: 767px) {
	.p-business__tab__content__img img {
		border-radius: 8px;
	}
}

.p-business__tab__content__title {
	font: normal normal 800 18px/20px M2p;
	letter-spacing: 0;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.p-business__tab__content__title {
		font: normal normal 900 16px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0;
		color: #000000;
	}
}

.p-business__tab__content__detail {
	font: normal normal 800 14px/23px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
	flex-grow: 1;
}

@media (max-width: 767px) {
	.p-business__tab__content__detail {
		display: none;
		font: normal normal 800 14px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		flex-grow: 1;
	}
}

.p-business__tab__content__tag {
	margin: 1.125rem 0;
}

@media (max-width: 767px) {
	.p-business__tab__content__tag {
		margin: 0.75rem 0;
	}
}

.p-business__tab__content__tag span {
	padding: 0.25rem 1rem;
	margin: 0px 0 15px;
	background-color: #000;
	border-radius: 12.5px;
	font-size: 0.8125rem;
	font-family: "normalidad-wide", sans-serif;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	min-width: 100px;
	width: fit-content;
	align-items: center;
}

@media (max-width: 767px) {
	.p-business__tab__content__tag span {
		margin: 15px 0 9px;
		width: 80px;
		height: 20px;
		font: normal normal bold 11px/0.16479061543941498px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0;
		color: #ffffff;
	}
}

.p-business__tab__content__company {
	font: normal normal 800 14px/20px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.p-business__tab__content__company {
		font: normal normal 700 14px/15px M2p;
		font-size: 11px;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-business #tab-contents .tab-content {
	display: none;
}

.p-business #tab-contents .tab-content.active {
	display: block;
	padding: 20px 0;
	border-top: none;
}

.p-business__accordion {
	margin-bottom: 47px;
}

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

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

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

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

.p-business__accordion-button {
	position: relative;
}

@media (max-width: 767px) {
	.p-business__accordion-button {
		cursor: pointer;
	}
	.p-business__accordion-button.open + .p-business__accordion-arrow {
		transform: rotate(-135deg);
	}
	.p-business__accordion-button.open + .p-business__accordion-content {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.p-business__accordion-content {
		display: none;
		padding: 15px 0 12px;
		font: normal normal bold 20px/29px M2p;
		font-family: "M PLUS 2", sans-serif;
		padding: 2.05128vw 0 0 0;
		font-size: 13px;
		line-height: 1.77;
	}
	.p-business__accordion-content br {
		display: none;
	}
}

.p-business .open .p-business__accordion-arrow {
	transform: rotate(-135deg);
}

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

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

@media (min-width: 768px) {
	.p-business .pc {
		display: block;
	}
}

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

.p-company.p-main {
	padding: 100px 0 0;
}

@media (max-width: 767px) {
	.p-company.p-main {
		padding: 54px 0 0;
	}
}

.p-company .u-container {
	padding-bottom: 170px;
}

@media (max-width: 767px) {
	.p-company .u-container {
		padding-bottom: 210px;
	}
}

.p-company__info {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0;
	padding-top: 40px;
	align-content: flex-start;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.p-company__info {
		margin-top: 0;
		padding-top: 0;
	}
}

.p-company__info_detail {
	margin-top: 0;
}

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

.p-company__info_right {
	max-width: 900px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

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

.p-company__info_right .company-logo {
	margin-bottom: 5rem;
	width: 356px;
	height: 174px;
}

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

.p-company__info_right table {
	line-height: 1.4;
}

.p-company__info_right table tr {
	height: 4.375rem;
	border-bottom: 3px solid #000000;
}

.p-company__info_right table tr:last-of-type {
	border-bottom: none;
}

.p-company__info_right table th {
	padding: 23px 0 24px;
	width: 23%;
	text-align: left;
	font: normal normal bold 16px/23px M2p;
	font-family: "M PLUS 2", sans-serif;
	font-size: 1rem;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-company__info_right table th {
		font: normal normal bold 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
	}
}

.p-company__info_right table td {
	padding: 23px 0 24px;
	text-align: left;
	font: normal normal bold 16px/23px M2p;
	font-family: "M PLUS 2", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-company__info_right table td {
		font: normal normal bold 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		font-weight: 500;
		letter-spacing: 0px;
	}
}

.p-company__info_map {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.p-company__info_map:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.p-company__info_map {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}

.p-company__info_map__address {
	max-width: calc(100% - 190px);
}

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

.p-company__info_map__address__name {
	font-weight: bold;
}

.p-company__info_map__address__text {
	margin-top: 8px;
	line-height: 1.6;
}

.p-company__info_map__btn {
	max-width: 130px;
}

.p-company__info_map__btn .btn-link {
	padding: 6px 16px;
	border-radius: 50px;
	background-color: #000;
	color: #fff;
	font-family: "M PLUS 2", sans-serif;
	font-size: 14px;
	line-height: 1;
}

.p-company__group {
	padding-top: 120px;
}

@media (max-width: 767px) {
	.p-company__group {
		padding-top: 6.75rem;
	}
}

.p-company__group .p-gc-list-company {
	align-items: flex-start;
	gap: 2rem;
}

@media (max-width: 767px) {
	.p-company__group .p-gc-list-company {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		gap: 1rem;
	}
}

.p-company__group .p-gc-list-company__item {
	min-width: 200px;
	width: calc(100% / 4 - 2rem);
	margin: 0 0 2rem 0;
}

@media (max-width: 767px) {
	.p-company__group .p-gc-list-company__item {
		min-width: auto;
		width: calc(100% / 2 - 1rem);
		margin: 0 0 0.75rem;
	}
}

@media (max-width: 767px) {
	.p-company__group .p-gc-list-company__inner {
		height: 130px;
		width: 100%;
		padding: 2rem 0.5rem;
	}
}

@media (min-width: 768px) {
	.p-company__group .p-gc-list-company__inner:hover .p-gc-list-company__img img {
		transform: scale(1.1);
	}
}

.p-company__group .p-gc-list-company__img {
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	transition: transform 0.3s;
}

@media (max-width: 767px) {
	.p-company__group .p-gc-list-company__img {
		max-width: 100%;
		max-height: 100%;
	}
	.p-company__group .p-gc-list-company__img img {
		width: 100%;
		height: 100%;
		max-height: 100%;
	}
}

@media (max-width: 767px) {
	.p-company__group .p-gc-list-company__link {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.p-company__group .p-gc-list-company__txt {
	text-align: center;
	font: normal normal bold 12px/18px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

.p-company__international {
	padding-top: 11.25rem;
}

@media (max-width: 767px) {
	.p-company__international {
		padding-top: 6.75rem;
	}
}

.p-company__alliance {
	padding-top: 11.25rem;
}

@media (max-width: 767px) {
	.p-company__alliance {
		padding-top: 6.75rem;
	}
}

.p-company__history {
	padding-top: 11.25rem;
}

@media (max-width: 767px) {
	.p-company__history {
		padding-top: 6.75rem;
	}
}

.p-company__history__block {
	max-width: 900px;
	margin: 0 auto;
}

.p-company__history__year {
	margin: 2rem 0 -0.5rem;
	width: 15%;
	display: flex;
	align-items: center;
	padding: 0;
	text-align: right;
	font-family: "normalidad-wide", sans-serif;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0px;
	color: #a0a0a0;
}

@media (max-width: 767px) {
	.p-company__history__year {
		width: 20%;
		margin: 2rem 0 -1rem;
		font-size: 5vw;
	}
}

.p-company__history__year .suffix {
	font-family: "M PLUS 2", sans-serif;
	font-size: 1rem;
	margin: 4px 0 0 1px;
}

@media (max-width: 767px) {
	.p-company__history__year .suffix {
		margin: 5px 0 0;
		font-size: 3vw;
	}
}

.p-company__history__detail__block {
	display: flex;
	border-bottom: 1px solid #d1d1d1;
}

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

.p-company__history__detail__block:last-of-type .p-company__history__detail__month {
	border-bottom: 4px solid #000;
}

.p-company__history__detail__month {
	width: 15%;
	padding: 10px 0;
	font-family: "normalidad-wide", sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	text-align: right;
	color: #a0a0a0;
}

@media (max-width: 767px) {
	.p-company__history__detail__month {
		padding: 30px 0 5px;
		width: 20%;
		font-size: 3.5vw;
	}
}

.p-company__history__detail__month .suffix {
	margin-left: -3px;
	font-family: "M PLUS 2", sans-serif;
	font-size: 10px;
}

@media (max-width: 767px) {
	.p-company__history__detail__month .suffix {
		font-size: 2vw;
	}
}

.p-company__history__detail__text {
	width: 60%;
	display: flex;
	align-items: center;
	padding: 10px 0;
	padding-left: 5%;
	font-family: "M PLUS 2", sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-company__history__detail__text {
		padding: 30px 0 5px 3%;
		font-family: "M PLUS 2", sans-serif;
		font-size: 3vw;
		color: #000000;
		width: 100%;
	}
}

.p-company .page-subtitle {
	margin-bottom: 3.75rem;
}

.p-company__isms {
	padding: 58px 16px;
	background-color: #f8f8f8;
}

@media (max-width: 767px) {
	.p-company__isms {
		padding: 50px 16px;
	}
}

.p-company__isms__img {
	max-width: 80rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-company__isms__sp {
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.p-company__isms__sp-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #d0d0d0;
}

.p-company__isms__sp-bottom {
	padding: 70px 0 0;
}

.p-company__isms__sp-bottom .img-bottom {
	max-width: 80%;
}

.p-archive__archive {
	padding-top: 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}

@media (max-width: 767px) {
	.p-archive__archive {
		padding-top: 56px;
	}
}

.p-archive__articles:hover .c-thumbnail__img img {
	transform: scale(1.1);
}

.p-archive__nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

@media (max-width: 767px) {
	.p-archive__nav {
		flex-direction: row;
		justify-content: space-between;
	}
}

.p-archive__nav__wrap {
	margin-top: 1.5em;
}

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

.p-archive__nav__wrap .sp {
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

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

.p-archive__nav__wrap .sp .year {
	width: 43%;
}

.p-archive__nav__wrap .sp .category {
	width: 55%;
}

.p-archive__nav__wrap .sp .p-archive__nav_label {
	min-width: auto;
}

.p-archive__nav__wrap .sp .c-dropdown {
	width: 50%;
}

.p-archive__nav__wrap .sp .c-dropdown__button {
	font: normal normal 900 12px/18px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	font-family: "M PLUS 2", sans-serif;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-left: -30%;
}

.p-archive__nav__wrap .sp .c-dropdown__list .nopost {
	color: #c3c3c3;
}

.p-archive__nav__title {
	font: normal normal bold 30px/40px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-archive__nav__title {
		font-size: 0.875rem;
		font-family: "M PLUS 2", sans-serif;
	}
}

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

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

.p-archive__nav_item {
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.p-archive__nav_item {
		width: auto;
	}
}

.p-archive__nav_item__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.p-archive__nav_item__list li {
	padding: 4px 6px;
	margin-bottom: 6px;
	width: 160px;
	height: 50px;
}

.p-archive__nav_item__list li a[aria-current="page"] {
	background-color: #000;
	color: #fff;
}

.p-archive__nav_item__list a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 4px solid #000000;
	border-radius: 9px;
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	font-family: "normalidad-wide", sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000;
}

.p-archive__nav_item__list .current {
	background-color: #000;
	border-bottom: none;
	color: #fff;
	position: relative;
	z-index: 1;
}

.p-archive__nav_item__list .current > * {
	color: #fff;
}

.p-archive__nav_item__list .nopost {
	color: #c3c3c3;
	pointer-events: none;
}

.p-archive__nav_label {
	width: 200px;
	min-width: 200px;
	font-size: 14px;
	font-weight: bold;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
}

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

.c-thumbnail__news-search-arrow {
	width: 100%;
	height: auto;
}

.c-thumbnail__news-search-arrow__pc {
	display: block;
}

@media (max-width: 768px) {
	.c-thumbnail__news-search-arrow__pc {
		display: none;
	}
}

.c-thumbnail__news-search-arrow__sp {
	display: none;
}

@media (max-width: 768px) {
	.c-thumbnail__news-search-arrow__sp {
		display: block;
	}
}

.c-thumbnail__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.c-thumbnail__info {
		margin-bottom: 0;
	}
}

.c-thumbnail__img {
	border-radius: 35px;
}

.c-thumbnail__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.c-thumbnail__title {
	margin: 30px 0 40px 0;
	font-size: 1.5rem;
	font-weight: bold;
	height: 70px;
	font: normal normal 800 14px/23px M2p;
	font-family: "normalidad-text", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.c-thumbnail__title {
		margin: 27px 0 31px 0;
		height: auto;
		font-size: 0.875rem;
	}
}

.c-thumbnail__date {
	font: normal normal bold 14px/18px Normalidad;
	letter-spacing: 0px;
	color: #000000;
	font-family: "normalidad-wide", sans-serif;
	color: #000;
}

.c-thumbnail__date::after {
	content: "";
	background: none;
}

.c-thumbnail__category {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 0.625em;
	color: #ffffff;
	width: auto;
}

@media (max-width: 767px) {
	.c-thumbnail__category {
		flex-wrap: wrap;
		width: fit-content;
	}
}

.c-thumbnail__category__item {
	background-color: #000000;
	border-radius: 30px;
	padding: 0.5em 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.c-thumbnail__category span {
	font: normal normal 900 14px/20px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	height: 31.9px;
	justify-content: center;
	margin: 0;
	transform: scale(1);
	min-width: 100px;
	width: fit-content;
}

.c-thumbnail__category-news {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 15.0437px;
	color: #ffffff;
	width: auto;
}

@media (max-width: 767px) {
	.c-thumbnail__category-news {
		flex-wrap: wrap;
		width: fit-content;
	}
}

.c-thumbnail__category-news__item {
	background-color: #000000;
	border-radius: 30px;
	padding: 0.5em 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.c-thumbnail__category-news span {
	font: normal normal 900 14px/20px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	height: 31.9px;
	justify-content: center;
	margin: 0;
	transform: scale(1);
	min-width: 100px;
	width: fit-content;
}

.c-thumbnail__category-media {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 0.625em;
	color: #ffffff;
	width: auto;
}

@media (max-width: 767px) {
	.c-thumbnail__category-media {
		flex-wrap: wrap;
		width: fit-content;
	}
}

.c-thumbnail__category-media__item {
	background-color: #000000;
	border-radius: 30px;
	padding: 0.3em 1em 0.85em;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.c-thumbnail__category-media span {
	text-align: center;
	font: normal normal 900 14px/20px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	height: 1em;
	justify-content: center;
	margin: 0;
	transform: scale(1);
	min-width: 100px;
	width: fit-content;
}

.font-ja .c-thumbnail__title {
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	font-weight: 800;
}

.p-topics__archive__article {
	width: calc(100% / 3 - 3em);
}

@media (max-width: 767px) {
	.p-topics__archive__article {
		max-width: 100%;
		width: calc(100% - 1em);
		margin: 0 auto 60px;
	}
}

.p-topics__archive__article__link {
	display: block;
	background: #fff;
	border-radius: 2rem;
}

@media (max-width: 767px) {
	.p-news {
		margin-bottom: 90px;
	}
}

.c-pagination__inner .page-numbers {
	border: none;
}

.c-pagination .next:before,
.c-pagination .prev:before {
	display: none;
}

.p-404 {
	height: auto;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-404__container {
	width: calc(100% - 4rem) !important;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-404__container {
		width: calc(100% - 2rem) !important;
	}
}

.p-404__left {
	margin-top: 112px;
	text-align: center;
	width: 100%;
}

@media (max-width: 767px) {
	.p-404__left {
		margin-top: 50px;
		width: 100%;
	}
}

.p-404__left__title {
	font: normal normal bold 153px/202px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	font-size: 153px;
	line-height: 140px;
	letter-spacing: 0px;
	color: #000000;
	text-align: left;
}

@media (max-width: 767px) {
	.p-404__left__title {
		font: normal normal bold 60px/79px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		line-height: 55px;
	}
}

.p-404__left__arrow {
	display: flex;
}

.p-404__left__arrow img {
	max-width: 580px;
	margin-right: 8px;
}

@media (max-width: 767px) {
	.p-404__left__arrow img {
		max-width: 135px;
		margin-right: 8px;
	}
}

.p-404__left__arrow span {
	font: normal normal 900 22px/33px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-404__left__arrow span {
		font: normal normal 900 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.p-404__left__message {
	margin: 96px 0 32px;
	text-align: left;
	font: normal normal 900 22px/33px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

@media (max-width: 767px) {
	.p-404__left__message {
		font: normal normal 900 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		margin: 45px 0 60px;
	}
}

.p-404__left .actions {
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.p-404__left .actions {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.p-privacy {
		margin-bottom: 100px;
	}
}

.p-privacy__content__title {
	font: normal normal bold 43px/64px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

.p-privacy table {
	max-width: 1080px;
	margin: 4rem auto 2rem;
}

.p-privacy td, .p-privacy th {
	text-align: left;
}

@media (min-width: 768px) {
	.p-privacy td:first-child {
		width: 25%;
		padding: 0 2rem 0 0;
	}
}

@media (max-width: 767px) {
	.p-privacy td:first-child {
		width: 35%;
		padding: 0 1rem 0 0;
	}
}

.p-privacy .text-right {
	margin-top: 3rem;
	text-align: right;
}

.p-minor__content {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.p-minor__content {
		font-size: .75rem;
	}
}

.p-minor__content .font-ja {
	font-family: "M PLUS 2", sans-serif;
	font-weight: 500;
}

.p-minor__content .font-en {
	font-family: "normalidad-wide", sans-serif;
	font-weight: 400;
}

.p-minor__content__date {
	margin-top: 8.125rem;
	text-align: right;
}

@media (max-width: 767px) {
	.p-minor__content__date {
		margin: 3rem 0 5rem;
	}
}

.p-ma {
	font-family: "M PLUS 2", sans-serif;
	padding: 50px 0 0 0;
}

.p-ma #growth,
.p-ma #achievement,
.p-ma #values,
.p-ma #message,
.p-ma #contact {
	padding-top: 100px;
	margin-top: -100px;
}

.p-ma .en {
	font-family: "normalidad-wide", sans-serif;
}

@media (max-width: 767px) {
	.p-ma {
		padding: 0;
	}
}

.p-ma .page-subtitle {
	padding: 60px 0;
}

@media (max-width: 767px) {
	.p-ma .page-subtitle {
		padding: 60px 0 30px 0;
	}
}

.p-ma .page-subtitle__title__en {
	font-family: "normalidad-wide", sans-serif;
	font-size: 48px;
	font-weight: 800;
	text-align: left;
	line-height: 1;
}

@media (max-width: 767px) {
	.p-ma .page-subtitle__title__en {
		font-size: 23px;
		line-height: 1.2;
	}
}

.p-ma .page-subtitle__title__jp {
	font-family: "M PLUS 2", sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
}

@media (max-width: 767px) {
	.p-ma .page-subtitle__title__jp {
		font-size: 12px;
		font-weight: 900;
	}
}

.p-ma .page-title {
	padding-bottom: 0px;
}

@media (max-width: 767px) {
	.p-ma .page-title {
		padding-top: 60px;
	}
}

.p-ma .actions a.c-btn {
	font-family: "M PLUS 2", sans-serif;
	max-width: 240px;
	width: 100%;
	height: 45px;
}

.p-ma .actions a.c-btn span {
	font-family: "M PLUS 2", sans-serif;
	font-size: 12px;
}

.p-ma .actions a.c-btn span.en {
	font-family: "normalidad-wide", sans-serif;
}

.p-ma__headingTop {
	padding-bottom: 70px;
}

@media (max-width: 767px) {
	.p-ma__headingTop {
		padding-bottom: 45px;
	}
}

.p-ma__headingTop-h2 {
	max-width: 800px;
	width: 100%;
	padding: 40px 0 70px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.p-ma__headingTop-h2 {
		max-width: 80vw;
		padding: 50px 0;
	}
}

.p-ma__headingTop-h2.en {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: fit-content;
}

.p-ma__top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background-color: #000;
	padding: 40px 0 70px;
}

@media (max-width: 767px) {
	.p-ma__top {
		padding: 15px 0 20px;
	}
}

.p-ma__top__bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.p-ma__top__bg {
		height: 100vw;
		background-size: cover;
	}
}

.p-ma__top__img {
	padding: 0px 100px;
	width: 100%;
	margin: -50px auto 0;
}

@media (max-width: 767px) {
	.p-ma__top__img {
		padding: 0;
		margin: 0 auto;
	}
}

.p-ma__top__heading {
	color: #fff;
}

.p-ma__top__heading-h2 {
	font-family: "normalidad-wide", sans-serif;
	font-size: 48px;
	font-weight: 800;
	text-align: left;
	line-height: 1;
}

@media (max-width: 767px) {
	.p-ma__top__heading-h2 {
		font-size: 23px;
	}
}

.p-ma__top__heading-p {
	font-family: "M PLUS 2", sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
}

@media (max-width: 767px) {
	.p-ma__top__heading-p {
		font-size: 12px;
		font-weight: 900;
	}
}

.p-ma__top__heading-pS {
	margin: 15px auto 0;
	font-family: "M PLUS 2", sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	color: #fff;
	text-align: left;
}

@media (max-width: 767px) {
	.p-ma__top__heading-pS {
		font-size: 12px;
		font-weight: 600;
	}
}

.p-ma__values-heading {
	padding-bottom: 25px;
}

.p-ma__values-heading-h3 {
	font-size: 20px;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 800;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.p-ma__values-heading-h3 {
		font-size: 14px;
	}
}

.p-ma__values-heading-p {
	padding-left: 20px;
	font-size: 16px;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 600;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.p-ma__values-heading-p {
		font-size: 12px;
		padding-left: 0;
	}
}

.p-ma__values-block {
	padding: 0 0 60px 0;
}

.p-ma__values .values-block4 {
	padding: 0;
}

.p-ma__values-img {
	padding: 0 1rem;
}

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

@media (max-width: 767px) {
	.p-ma__values__list {
		flex-direction: column;
	}
	.p-ma__values__list:last-child {
		padding-bottom: 0;
	}
}

.p-ma__values__list-item {
	width: calc(100% / 3 - 0.5rem);
	display: flex;
	padding: 0.5rem;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 767px) {
	.p-ma__values__list-item {
		width: 100%;
		margin-bottom: 16px;
	}
}

.p-ma__values__list-item__img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.p-ma__values__list-item__text {
	font-size: 14px;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 600;
	margin-top: 16px;
	text-align: center;
}

@media (max-width: 767px) {
	.p-ma__values__list-item__text {
		margin-top: 15px;
		font-size: 12px;
	}
}

.p-ma__message {
	margin: 0 0 90px 0;
}

.p-ma__message__content {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.p-ma__message-text {
	font-family: "M PLUS 2", sans-serif;
}

.p-ma__message-text .en {
	font-family: "normalidad-wide", sans-serif;
}

.p-ma__message-img {
	width: 100%;
	margin: 0 auto;
}

.p-ma__message-heading {
	margin: 30px 0 15px;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.p-ma__message-heading {
		margin: 30px 0;
		font-size: 18px;
	}
}

.p-ma__message-body {
	margin: 1rem 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
}

@media (max-width: 767px) {
	.p-ma__message-body {
		font-size: 12px;
		line-height: 1.6;
	}
}

.p-ma__message .p-message__profile__company {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.p-ma__message .p-message__profile__name {
		width: 140px;
	}
}

.p-ma__contact {
	padding: 0 0 180px;
	background-color: #ebebeb;
}

@media (max-width: 767px) {
	.p-ma__contact {
		padding-bottom: 120px;
	}
}

.p-ma__contact__form {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.p-ma__contact__form .c-form__field .file {
	width: 100%;
}

.p-ma__contact__form .c-form__field .file input {
	border: 1px solid #ccc;
	border-radius: 0.625em !important;
	font-size: 1.125em;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 1.3888888889em 2em !important;
}

.p-ma__contact__form .c-form__field__accept a {
	font-size: 13px;
}

.p-ma__contact__form .c-form__field__submit {
	width: 40%;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__field__submit {
		margin: 1rem auto;
	}
}

.p-ma__contact__form .c-form__field__submit::before {
	background: none;
	background-color: transparent;
}

.p-ma__contact__form .c-form__field__submit input[type="submit"] {
	background: #000;
	border-radius: 10px;
	padding: 15px 30px;
}

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

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__field__submit__wrap {
		flex-direction: column;
	}
}

.p-ma__contact__form .c-form__field__submit .wpcf7-submit:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.p-ma__contact__form .c-form__field__submit .wpcf7-submit {
	opacity: 1;
	pointer-events: auto;
}

.p-ma__contact__form .screen-reader-response {
	display: none;
}

.p-ma__contact__form .wpcf7-not-valid-tip,
.p-ma__contact__form .wpcf7-response-output {
	color: #dc3232;
}

.p-ma__contact__form .c-form {
	max-width: 1220px;
	padding: 100px 160px;
	background-color: #ebebeb;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form {
		padding: 0 20px;
	}
}

.p-ma__contact__form .c-form__field {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 3.75rem;
	align-items: center;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__field {
		flex-direction: column;
		margin-top: 30px;
	}
}

.p-ma__contact__form .c-form__field label {
	width: 40%;
	font: normal normal 700 18px/20px M2p;
	letter-spacing: 0;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__field label {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		margin-bottom: 0;
		font: normal normal 700 14px/20px M2p;
		font-style: 700;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0;
		color: #000000;
		margin-bottom: 0;
		padding-left: 5px;
	}
}

.p-ma__contact__form .c-form__field label span {
	margin: 0 10px;
	display: inline;
	width: fit-content;
	height: 25px;
	font-style: 700;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	font-family: "M+ 2p", sans-serif;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	color: #ffffff;
	padding: 2px 11px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__field label span {
		margin: 0;
		font: normal normal medium 12px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		font-style: 700;
		letter-spacing: 0;
		color: #ffffff;
	}
}

.p-ma__contact__form .c-form__field label .label-title {
	margin: 0;
	font: normal normal 700 16px / 18px M2p;
	letter-spacing: 0;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	width: 70%;
	height: auto;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__field label .label-title {
		font: normal normal 700 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		font-style: 700;
		letter-spacing: 0;
		color: #000000;
		width: 100%;
		height: auto;
		padding: 0;
	}
}

.p-ma__contact__form .c-form__field label .red {
	background: #e4017f 0% 0% no-repeat padding-box;
	border-radius: 3px;
}

.p-ma__contact__form .c-form__field label .grey {
	background: #7b7b7b 0% 0% no-repeat padding-box;
	border-radius: 3px;
}

.p-ma__contact__form .c-form__field input {
	font: normal normal medium 14px/20px M2p;
	font-size: 14px;
	line-height: 20px;
	font-family: "M+ 2p", sans-serif;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
	background: #fff;
}

.p-ma__contact__form .c-form__field select {
	font: normal normal medium 14px/20px M2p;
	font-size: 14px;
	line-height: 20px;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	color: #000;
	background: #fff;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__field select {
		width: 100%;
	}
}

.p-ma__contact__form .c-form__field textarea {
	font: normal normal medium 14px/20px M2p;
	font-size: 14px;
	line-height: 20px;
	font-family: "M+ 2p", sans-serif;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	color: #000;
	background: #fff;
	background-color: #fff;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__field textarea {
		width: 100%;
	}
}

.p-ma__contact__form .c-form__field__textarea {
	align-items: flex-start;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__accept {
		display: flex;
		justify-content: center;
	}
}

.p-ma__contact__form .c-form__accept a {
	font: normal normal 700 13px/20px M2p;
	font-weight: 700;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	color: #000000;
}

.p-ma__contact__form .c-form__accept .wpcf7-list-item-label {
	padding-left: 1.5rem;
}

.p-ma__contact__form .c-form__accept .wpcf7-list-item-label::before {
	background: none;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #000;
	content: " ";
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: 35%;
	/* transform: translateY(-50%); */
	width: 17px;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__accept .wpcf7-list-item-label::before {
		font: normal normal 700 13px/20px M2p;
		font-weight: 700;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0;
		color: #000000;
		top: 17%;
	}
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__submit {
		margin-top: 30px;
	}
}

.p-ma__contact__form .c-form__submit::before {
	background: none;
	background-color: transparent;
}

.p-ma__contact__form .c-form__submit__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form__submit__wrap {
		flex-direction: column;
		padding-top: 60px;
	}
}

.p-ma__contact__form .c-form__submit input[type="submit"] {
	text-align: center;
	font: normal normal 700 16px/23px M2p;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	background: #000000;
	border-radius: 10px;
}

.p-ma__contact__form .c-form__submit .wpcf7-spinner {
	display: none;
}

@media (max-width: 767px) {
	.p-ma__contact__form .c-form .c-form__field input,
	.p-ma__contact__form .c-form .c-form__field select,
	.p-ma__contact__form .c-form .c-form__field textarea {
		height: 47px;
		padding: 0 1rem !important;
	}
	.p-ma__contact__form .c-form .c-form__field input {
		font-size: 22px;
		height: 65px;
	}
	.p-ma__contact__form .c-form .c-form__field textarea {
		height: 150px;
		padding: 1rem !important;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.p-ma__contact__form .c-form .c-form__field input,
	.p-ma__contact__form .c-form .c-form__field select,
	.p-ma__contact__form .c-form .c-form__field textarea {
		height: 65px;
		padding: 0 1rem !important;
	}
	.p-ma__contact__form .c-form .c-form__field input {
		height: 65px;
	}
	.p-ma__contact__form .c-form .c-form__field textarea {
		height: 150px;
		padding: 1rem !important;
	}
}

.p-ma__contact label {
	font-weight: 100;
}

.p-ma__contact span.filebutton {
	display: block;
	color: #fff;
	font-size: 13px;
	background: #000;
	border: 1px solid #000;
	margin: 4px 0 0 0;
	padding: 4px 20px;
	border-radius: 5px;
	max-width: 160px;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
}

.p-ma__contact input[type="file"] {
	position: relative;
	font-size: 13px;
}

.p-ma__contact input[type="file"]:focus {
	outline: none;
}

@media (max-width: 1079px) {
	.main-bgc .pc {
		display: none !important;
	}
}

@media (min-width: 1080px) {
	.main-bgc .sp {
		display: none !important;
	}
}

.main-bgc {
	font-size: calc(16 * 100vw / 1400);
}

#stalker {
	pointer-events: none;
	position: fixed;
	top: -25px;
	left: -25px;
	width: 50px;
	height: 50px;
	background: white;
	mix-blend-mode: difference;
	border-radius: 50%;
	transition: transform 0.1s;
	transition-timing-function: ease-out;
	z-index: 999;
}

@media (max-width: 1079px) {
	#stalker {
		display: none !important;
		z-index: -99;
	}
}

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

.header-bgc p,
.header-bgc a,
.header-bgc h1,
.header-bgc h2,
.header-bgc h3,
.header-bgc h4,
.header-bgc h5,
.header-bgc h6 {
	font-family: "Poppins", sans-serif;
}

.header-bgc__inner {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1079px) {
	.header-bgc__inner {
		padding: 0 16px;
		align-items: center;
		max-height: 60px;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
	}
}

.header-bgc__logo {
	padding: 20px 0;
	margin-left: 90px;
	width: 100px;
}

.header-bgc__logo img {
	width: 100px;
}

@media (max-width: 1079px) {
	.header-bgc__logo img {
		width: auto;
		height: 28px;
	}
}

@media (max-width: 1079px) {
	.header-bgc__logo {
		padding: 16px 0;
		margin-left: 0;
		width: auto;
	}
}

@media (max-width: 1079px) {
	.header-bgc__nav {
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.8);
		z-index: 99;
		transition: 0.3s;
	}
}

.header-bgc__nav.active {
	transform: translateX(0%);
	padding: 70px 30px;
	font-size: 20px;
	font-weight: bold;
}

.header-bgc__nav-list {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}

@media (max-width: 1079px) {
	.header-bgc__nav-list {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}
}

.header-bgc__nav-item a {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

.header-bgc__nav-item.contact {
	height: 100%;
}

.header-bgc__nav-item.contact a {
	display: flex;
	width: 94px;
	height: 100%;
	background-color: #0045ff;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1079px) {
	.header-bgc__nav-item.contact a {
		width: 130px;
		height: fit-content;
	}
}

.header-bgc__nav-item.contact a img {
	width: 34px;
	height: 34px;
}

@media (max-width: 1079px) {
	.header-bgc .header-bg {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.8);
	}
}

.header-bgc__hamburger {
	position: relative;
	width: 35px;
	height: 20px;
}

@media (max-width: 1079px) {
	.header-bgc__hamburger {
		display: block;
	}
}

@media (min-width: 1080px) {
	.header-bgc__hamburger {
		display: none;
	}
}

.header-bgc__hamburger-line {
	position: absolute;
	right: 0;
	width: 35px;
	height: 2px;
	background-color: #fff;
	transition: ease-in-out 0.3s;
}

.header-bgc__hamburger .line1 {
	top: 0;
}

.header-bgc__hamburger .line2 {
	top: 8px;
}

.header-bgc__hamburger .line3 {
	top: 17px;
}

.header-bgc__hamburger.active .header-bgc__hamburger-line {
	z-index: 100;
}

.header-bgc__hamburger.active .line1 {
	transform: rotate(45deg) translate(6px, 6px);
}

.header-bgc__hamburger.active .line2 {
	opacity: 0;
}

.header-bgc__hamburger.active .line3 {
	transform: rotate(-45deg) translate(6px, -6px);
}

.header-bgc__lang {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 1079px) {
	.header-bgc__lang {
		position: absolute;
		top: 60px;
		right: 0;
	}
}

.header-bgc__lang-wrap {
	display: flex;
	width: 94px;
	background-color: #000;
}

@media (max-width: 1079px) {
	.header-bgc__lang-wrap {
		border: 1px solid #ffffff3a;
	}
}

.header-bgc__lang-link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.header-bgc__lang-link.notactive {
	color: #7a7a7a;
}

.header-bgc__lang-link.active {
	color: #fff;
}

.footer-bgc {
	padding: 78px 16px 48px;
}

@media (max-width: 1079px) {
	.footer-bgc {
		padding: 26px 16px;
	}
}

.footer-bgc__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer-bgc__logo {
	width: 15%;
}

.footer-bgc__logo-link {
	display: flex;
	width: 146px;
	height: auto;
}

@media (max-width: 1079px) {
	.footer-bgc__logo-link {
		width: 70px;
	}
}

.footer-bgc__logo-link img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.footer-bgc__nav {
	width: 70%;
}

@media screen and (max-width: 1280px) {
	.footer-bgc__nav {
		display: none;
	}
}

.footer-bgc__nav-list {
	display: flex;
	gap: 20px;
}

.footer-bgc__nav-link {
	color: #222;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

.footer-bgc__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1079px) {
	.footer-bgc__right {
		justify-content: flex-end;
	}
}

.footer-bgc__sns {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

.footer-bgc__sns-top {
	max-width: 100px;
}

.footer-bgc__sns-bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 14px;
}

.footer-bgc__sns-link {
	width: 15px;
	height: 15px;
}

.footer-bgc__sns-link.bravegroup {
	width: 30px;
	height: auto;
}

.footer-bgc__sns-img {
	width: 100%;
	height: 100%;
}

.footer-bgc__copy {
	margin-top: 30px;
}

.footer-bgc__copy-text {
	color: #222;
	text-align: right;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.bgc-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
}

.p-bgc {
	overflow-x: hidden;
	line-height: 1.7;
}

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

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

.p-bgc__heading {
	position: relative;
	display: flex;
	align-items: center;
	gap: 26px;
}

.p-bgc__heading-title {
	color: #fff;
	text-shadow: 0px var(--sds-size-depth-0) 10px rgba(0, 0, 0, 0.25);
	font-family: "Poppins", sans-serif;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
	width: fit-content;
}

@media (max-width: 1079px) {
	.p-bgc__heading-title {
		font-size: 10vw;
		line-height: 1.7;
	}
}

.p-bgc__heading-sub {
	width: 100%;
}

.p-bgc__heading-sub-line {
	content: "";
	display: block;
	max-width: 1000px;
	width: 200%;
	height: 1px;
	background-color: #fff;
}

.p-bgc__heading-sub-text {
	position: absolute;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

@media (max-width: 1079px) {
	.p-bgc__heading-sub-text {
		font-size: 2.5vw;
		line-height: 1.7;
	}
}

.p-bgc__subheading {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 30px;
	color: #222;
	font-family: "Poppins", sans-serif;
	font-size: 58px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__subheading {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		font-size: 7.5vw;
	}
}

.p-bgc__subheading-text {
	margin-bottom: 17px;
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

@media (max-width: 1079px) {
	.p-bgc__subheading-text {
		margin-bottom: 0;
		margin-top: -17px;
		font-size: 2.5vw;
		line-height: 1.7;
	}
}

.p-bgc .text-animation {
	display: flex;
}

.p-bgc__top {
	position: relative;
	background-image: url(https://bravegroup.co.jp/wp-content/uploads/2024/09/bg.png);
	background-size: contain;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}

.p-bgc__top-star {
	position: absolute;
	width: 3vw;
	opacity: 0;
	transition: ease 0.75s;
}

.p-bgc__top-star.star1 {
	top: 20%;
	left: 15%;
}

.p-bgc__top-star.star2 {
	top: 8%;
	right: 7%;
}

.p-bgc__top-star.star3 {
	top: 10%;
	left: 45%;
}

.p-bgc__top-star.star4 {
	top: 12%;
	left: 14%;
}

.p-bgc__top-star.star5 {
	top: 30%;
	right: 25%;
}

.p-bgc__top-star.star6 {
	top: 25%;
	left: 30%;
}

.p-bgc__top-star.active {
	opacity: 1;
}

.p-bgc__top-shooting {
	position: absolute;
	width: 300px;
	width: 8vw;
	opacity: 0;
	transition: ease 1s;
	overflow: hidden;
}

.p-bgc__top-shooting img {
	width: 100%;
	transform: translate(100%, -50%);
	transition: ease 1s;
}

@keyframes shooting {
	0% {
		transform: translate(100%, -75%);
	}
	100% {
		transform: translate(-100%, 100%);
	}
}

.p-bgc__top-shooting.shooting1 {
	top: 10%;
	left: 10%;
}

.p-bgc__top-shooting.shooting2 {
	top: 5%;
	right: 10%;
}

.p-bgc__top-shooting.shooting3 {
	top: 20%;
	left: 20%;
}

.p-bgc__top-shooting.active {
	opacity: 1;
}

.p-bgc__top-shooting.active img {
	animation: shooting 1s infinite;
}

@media screen and (min-width: 1900px) {
	.p-bgc__top .bgc-inner {
		padding-bottom: 15%;
	}
}

.p-bgc__top-scroll {
	position: absolute;
	top: 99vh;
	right: 40px;
}

.p-bgc__top-scroll-inner {
	position: absolute;
	bottom: 0px;
	left: 50%;
}

.p-bgc__top-scroll-inner a {
	position: absolute;
	right: 0px;
	bottom: 60px;
	color: #fff;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	writing-mode: vertical-rl;
	text-decoration: none;
	text-transform: uppercase;
}

.p-bgc__top-scroll-inner::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.p-bgc__top-scroll-inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 9px;
	width: 2px;
	height: 50px;
	background: #fff;
}

@keyframes circlemove {
	0% {
		bottom: 50px;
	}
	100% {
		bottom: 0px;
	}
}

@keyframes cirlemovehide {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}

.p-bgc__top-title {
	min-height: 100vh;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #fff;
	font-size: 76px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__top-title {
		min-height: 100vh;
		font-size: 5.5vw;
	}
}

.p-bgc__top-title-img {
	max-width: 400px;
	width: 100%;
	margin: 0px auto 0;
}

@media (max-width: 1079px) {
	.p-bgc__top-title-img {
		max-width: 200px;
		margin: -50px auto 0;
	}
}

.p-bgc__purpose {
	padding-bottom: 300px;
	position: relative;
}

@media (max-width: 1079px) {
	.p-bgc__purpose {
		padding-bottom: 25vw;
	}
}

.p-bgc__purpose#vision {
	padding-top: 150px;
	margin-top: -150px;
}

.p-bgc__purpose-textL {
	margin-bottom: 48px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 55px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.4;
}

@media (max-width: 1079px) {
	.p-bgc__purpose-textL {
		margin-bottom: 12px;
		font-size: 5.5vw;
		line-height: 1.7;
	}
}

.p-bgc__purpose-textS {
	color: #fff;
	text-shadow: 0px var(--sds-size-depth-0) 10px rgba(0, 0, 0, 0.25);
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__purpose-textS {
		font-size: 3vw;
	}
}

.p-bgc__middle .bg {
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 100%;
}

.p-bgc__about {
	padding-top: 11%;
	padding-bottom: 150px;
	position: relative;
	margin-top: -11%;
	background-image: url(https://bravegroup.co.jp/wp-content/uploads/2024/09/middle-bg.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

@media (max-width: 1079px) {
	.p-bgc__about {
		padding-top: 25vw;
		padding-bottom: 50px;
	}
}

.p-bgc__about .p-bgc__heading-title {
	color: #000;
}

.p-bgc__about .p-bgc__heading-sub-line {
	background-color: #000;
}

.p-bgc__about .p-bgc__heading-sub-text {
	color: #000;
}

.p-bgc__about-text {
	padding: 18px 0 50px;
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__about-text {
		font-size: 3vw;
		padding: 0 0 16px 0;
	}
}

.p-bgc__about-textL {
	margin-bottom: 12px;
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 58px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__about-textL {
		font-size: 7.5vw;
	}
}

.p-bgc__about-img {
	max-width: 1080px;
	margin: 0 auto;
}

.p-bgc__provide {
	position: relative;
	padding-bottom: 150px;
}

@media (max-width: 1079px) {
	.p-bgc__provide {
		padding-bottom: 80px;
	}
}

.p-bgc__provide-list {
	margin-top: 60px;
	padding: 0 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
}

@media (max-width: 1079px) {
	.p-bgc__provide-list {
		margin-top: 16px;
		padding: 0;
		gap: 20px;
	}
}

.p-bgc__provide-item {
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}

@media (max-width: 1079px) {
	.p-bgc__provide-item {
		gap: 16px;
	}
}

.p-bgc__provide-img {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-bgc__provide-img-img {
	max-width: 170px;
}

.p-bgc__provide-box {
	width: 70%;
	padding: 24px;
	border: 1px solid #d3d3d3;
	height: auto;
}

@media (max-width: 1079px) {
	.p-bgc__provide-box {
		height: auto;
		padding: 10px 16px;
	}
}

.p-bgc__provide-title {
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
	/* 170% */
}

@media (max-width: 1079px) {
	.p-bgc__provide-title {
		font-size: 3vw;
	}
}

.p-bgc__provide-text {
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	/* 170% */
}

@media (max-width: 1079px) {
	.p-bgc__provide-text {
		font-size: 3vw;
	}
}

.p-bgc__archive {
	position: relative;
	padding-bottom: 300px;
	position: relative;
	background-image: url(https://bravegroup.co.jp/wp-content/uploads/2024/09/middle-bg.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

@media (max-width: 1079px) {
	.p-bgc__archive {
		padding-bottom: 25vw;
	}
}

.p-bgc__archive-tag {
	position: relative;
	width: fit-content;
}

.p-bgc__archive-tag__item {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 2;
}

@media (max-width: 1079px) {
	.p-bgc__archive-tag__item {
		font-size: 2.5vw;
	}
}

.p-bgc__archive-tag__line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
}

.p-bgc__archive-list {
	margin-top: 60px;
}

@media (max-width: 1079px) {
	.p-bgc__archive-list {
		margin-top: 28px;
	}
}

.p-bgc__archive .p-business__tab__contents {
	padding-top: 0;
	gap: 18px;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-business__tab__contents {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
		align-items: flex-start;
	}
}

.p-bgc__archive .p-business__tab__btns {
	margin-bottom: 30px;
	gap: 30px;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-business__tab__btns {
		margin-bottom: 16px;
		gap: 12px;
	}
}

.p-bgc__archive .p-business__tab__btn {
	min-width: 140px;
	width: fit-content;
	margin: 0;
	padding: 4px;
	border: 1px solid #7a7a7a;
	color: #7a7a7a;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	border-radius: 0;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-business__tab__btn {
		min-width: auto;
		width: calc(100% / 3 - 8px);
		font-size: 2.5vw;
	}
	.p-bgc__archive .p-business__tab__btn.all {
		width: 100%;
	}
}

.p-bgc__archive .p-business__tab__btn a {
	display: flex;
	word-break: break-word;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	color: #7a7a7a;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-business__tab__btn a {
		font-size: 3.5vw;
	}
}

.p-bgc__archive .p-business__tab__btn.active a {
	color: #fff;
}

.p-bgc__archive .p-gc-list-company {
	margin-top: 70px;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-gc-list-company {
		margin-top: 30px;
	}
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-gc-list-company {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 20px;
	}
}

.p-bgc__archive .p-gc-list-company__item {
	width: calc(100% / 4 - 18px);
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-gc-list-company__item {
		width: calc(100% / 2 - 5px);
	}
	.p-bgc__archive .p-gc-list-company__item:nth-of-type(n + 2) {
		margin-top: 0;
	}
}

.p-bgc__archive .p-gc-list-company__item:nth-of-type(n + 4) {
	margin-top: 0;
}

.p-bgc__archive .p-gc-list-company__inner {
	position: relative;
	border-radius: 0;
	margin-bottom: 0;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-gc-list-company__inner {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 25px 0;
		height: 25vw;
	}
}

@media (min-width: 768px) {
	.p-bgc__archive .p-gc-list-company__inner:hover .p-gc-list-company__img img {
		transform: scale(1.1);
	}
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-gc-list-company__img {
		width: 100px;
		height: 45px;
	}
}

.p-bgc__archive .p-gc-list-company__txt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.p-bgc__archive .p-gc-list-company__text {
	width: 100%;
	margin-top: 8px;
	text-align: left;
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-gc-list-company__text {
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 2.25vw;
		line-height: 1.7;
	}
}

.p-bgc__archive .p-gc-list-company__text-out {
	width: 1.75vw;
	height: 2vw;
}

.p-bgc__archive .p-gc-list-company__arrow {
	width: 11px;
	height: 12px;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-gc-list-company__arrow {
		width: 8px;
		height: 9px;
	}
}

.p-bgc__archive .p-gc-list-company__type {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom-left-radius: 100px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1079px) {
	.p-bgc__archive .p-gc-list-company__type {
		width: 9vw;
		height: 9vw;
	}
}

.p-bgc__archive .p-gc-list-company__type-text {
	margin: -10px -10px 0 0;
	color: #fff;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	transform: rotate(45deg);
}

.p-bgc__archive .p-gc-list-company__type-text.sp {
	margin: -5px -5px 0 0;
	font-size: 1.5vw;
}

.p-bgc__bottom {
	margin-top: -11%;
	padding-top: 11%;
	background-color: #000;
}

.p-bgc__news {
	padding: 100px 0 0;
}

@media (max-width: 1079px) {
	.p-bgc__news {
		padding: 15vw 0 0;
	}
}

.p-bgc__news p {
	color: #fff;
}

.p-bgc__news-list {
	padding: 40px 0 0;
	overflow-x: hidden;
}

@media (max-width: 1079px) {
	.p-bgc__news-list {
		padding-top: 16px;
	}
}

.p-bgc__news-item {
	width: 25%;
}

@media (max-width: 1079px) {
	.p-bgc__news-item {
		width: 100%;
	}
}

.p-bgc__news-item-img {
	display: flex;
	width: 100%;
	max-height: 250px;
}

@media (max-width: 1079px) {
	.p-bgc__news-item-img {
		max-height: 37.5vw;
	}
}

.p-bgc__news-item-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-bgc__news-item-title {
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__news-item-title {
		font-size: 3vw;
	}
}

.p-bgc__news-item-date {
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__news-item-date {
		font-size: 2vw;
	}
}

.p-bgc__message {
	padding: 100px 0;
}

@media (max-width: 1079px) {
	.p-bgc__message {
		padding: 50px 0 80px;
	}
}

.p-bgc__message-list {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
}

@media (max-width: 1079px) {
	.p-bgc__message-list {
		margin-top: 16px;
		flex-direction: column;
		gap: 50px;
	}
}

.p-bgc__message-item {
	width: calc(100% / 3 - 20px);
}

@media (max-width: 1079px) {
	.p-bgc__message-item {
		width: 100%;
	}
}

.p-bgc__message-item:nth-of-type(n + 4) {
	margin-top: 50px;
}

@media (max-width: 1079px) {
	.p-bgc__message-item:nth-of-type(n + 4) {
		margin-top: 0;
	}
}

.p-bgc__message-title {
	margin: 6px 0;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__message-title {
		margin: 8px 0 4px;
		font-size: 3.5vw;
	}
}

.p-bgc__message-text p {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__message-text p {
		font-size: 3vw;
	}
}

.p-bgc__contents {
	padding: 100px 0;
}

@media (max-width: 1079px) {
	.p-bgc__contents {
		padding: 15vw 0;
	}
}

.p-bgc__contents .p-bgc__heading {
	margin-bottom: 30px;
	gap: 8px;
}

@media (max-width: 1079px) {
	.p-bgc__contents .p-bgc__heading {
		padding-left: 16px;
	}
}

.p-bgc__contents .p-bgc__heading-title {
	color: #222;
}

@media (max-width: 1079px) {
	.p-bgc__contents .p-bgc__heading-title {
		font-size: 6.25vw;
		line-height: 1.7;
	}
}

.p-bgc__contents .p-bgc__heading-title-line {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #222;
}

.p-bgc__contents .p-bgc__heading-sub-line {
	background-color: #222;
}

.p-bgc__contents .p-bgc__heading-sub-text {
	color: #222;
}

.p-bgc__contents-inner {
	max-width: 930px;
	margin: 0 auto;
	padding: 0 16px;
}

.p-bgc__contents-heading {
	width: fit-content;
	margin: 0 auto 26px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-bgc__contents-title {
	color: #222;
	font-family: "Poppins", sans-serif;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__contents-title {
		font-size: 6.25vw;
	}
}

.p-bgc__contents-subtitle {
	position: absolute;
	bottom: 16px;
	right: -75px;
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
}

.p-bgc__contents-list {
	width: 100%;
	margin: 0 auto;
}

.p-bgc__contents-video {
	width: 100%;
	height: 100%;
	box-shadow: 9px -9px 0 0px #0045ff;
}

@media (max-width: 1079px) {
	.p-bgc__contents-video {
		width: 100%;
		height: 60vw;
		box-shadow: 4px -4px 0 0px #0045ff;
	}
}

.p-bgc__contents-video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-bgc__contents-textL {
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__contents-textL {
		font-size: 3vw;
	}
}

.p-bgc__contents-top {
	height: 500px;
	margin-bottom: 60px;
}

@media (max-width: 1079px) {
	.p-bgc__contents-top {
		height: 100%;
		margin-bottom: 0;
	}
}

.p-bgc__contents-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.p-bgc__contents-bottom-item {
	width: calc(100% / 3 - 20px);
	height: 100%;
	box-shadow: 4px -4px 0 0px #0045ff;
}

.p-bgc__contents-bottom-item iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-bgc__contact {
	padding: 160px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
}

@media (max-width: 1079px) {
	.p-bgc__contact {
		padding: 0;
	}
}

.p-bgc__contact-inner {
	max-width: 930px;
	width: 100%;
	background-image: url(https://bravegroup.co.jp/wp-content/uploads/2024/09/contact.png);
	background-size: center;
	background-position: top center;
	background-repeat: no-repeat;
}

@media (max-width: 1079px) {
	.p-bgc__contact-inner {
		max-width: 100%;
	}
}

.p-bgc__contact-link {
	padding: 38px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25%;
	margin-left: 10%;
}

@media (max-width: 1079px) {
	.p-bgc__contact-link {
		padding: 60px 16px;
		gap: 10%;
		margin-left: 0;
	}
}

.p-bgc__contact-link:hover .arrow {
	transform: translate(50%, -50%);
}

.p-bgc__contact-text {
	color: #fff;
	text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
	font-family: "Poppins", sans-serif;
	font-size: 59px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

@media (max-width: 1079px) {
	.p-bgc__contact-text {
		font-size: 7.5vw;
	}
}

.p-bgc__contact-arrow {
	position: relative;
}

.p-bgc__contact-arrow .arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-3%, -50%);
	width: 60px;
	transition: ease 0.3s;
}

.p-bgc__contact-arrow .circle {
	display: block;
	width: 140px;
	height: 140px;
}

@media (max-width: 1079px) {
	.p-bgc__contact-arrow .circle {
		display: block;
		width: 75px;
		height: 75px;
	}
	.p-bgc__contact-arrow .arrow {
		display: block;
		width: 33px;
		transform: translate(-1%, -50%);
	}
}

@media (max-width: 1079px) {
	.main-bgc .pc {
		display: none !important;
	}
}

@media (min-width: 1080px) {
	.main-bgc .sp {
		display: none !important;
	}
}

.bgc-contact {
	background-color: #000;
}

.p-bgc-contact {
	overflow-x: hidden;
}

.p-bgc-contact .wpcf7-form-control-wrap {
	width: 70%;
}

@media (max-width: 1079px) {
	.p-bgc-contact .wpcf7-form-control-wrap {
		width: 100%;
	}
}

.p-bgc-contact .wpcf7-form-control-wrap input,
.p-bgc-contact .wpcf7-form-control-wrap textarea {
	width: 100%;
}

@media (max-width: 1079px) {
	.p-bgc-contact .wpcf7-form-control-wrap input,
	.p-bgc-contact .wpcf7-form-control-wrap textarea {
		font-size: 14px;
	}
}

.p-bgc-contact .wpcf7-form-control-wrap textarea {
	height: 200px;
}

@media (max-width: 1079px) {
	.p-bgc-contact .wpcf7-form-control-wrap textarea {
		height: 100px;
	}
}

.p-bgc-contact .wpcf7-response-output {
	color: #fff;
}

.p-bgc-contact .p-bgc__heading {
	padding: 0 16px;
}

.p-bgc-contact__inner {
	padding: 220px 0 180px;
}

@media (max-width: 1079px) {
	.p-bgc-contact__inner {
		padding: 100px 16px 80px;
	}
}

.p-bgc-contact__title {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

@media (max-width: 1079px) {
	.p-bgc-contact__title {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
}

.p-bgc-contact__title-line {
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin-top: 0.5rem;
}

.p-bgc-contact__form {
	margin: 150px auto 0;
	padding: 0 16px;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form {
		margin: 40px auto 0;
		padding: 0;
	}
}

.p-bgc-contact__form-form {
	max-width: 900px;
	margin: 0 auto;
}

.p-bgc-contact__form-content {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form-content {
		margin-bottom: 24px;
		flex-direction: column;
	}
}

.p-bgc-contact__form-content.submit {
	margin-top: 60px;
	align-items: center;
	justify-content: flex-end;
	gap: 10%;
}

.p-bgc-contact__form-content.submit .wpcf7-form-control-wrap {
	width: fit-content;
}

.p-bgc-contact__form-content.submit .wpcf7-form-control-wrap input {
	width: fit-content;
	margin-right: 12px;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form-content.submit {
		margin-top: 50px;
		gap: 12px;
	}
}

.p-bgc-contact__form-label {
	width: 30%;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form-label {
		width: 100%;
		margin-bottom: 8px;
	}
}

.p-bgc-contact__form-label-item {
	height: fit-content;
	margin-right: 20px;
	padding: 2px 10px;
	color: #222222;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	background-color: #d3d3d3;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form-label-item {
		margin-right: 6px;
		font-size: 10px;
	}
}

.p-bgc-contact__form-label-item.required {
	background-color: #e4027f;
	color: #fff;
}

.p-bgc-contact__form-label-title {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form-label-title {
		font-size: 12px;
	}
}

.p-bgc-contact__form-input {
	width: 70%;
	height: 70px;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form-input {
		width: 100%;
		height: 60px;
	}
}

.p-bgc-contact__form input {
	padding: 10px;
}

.p-bgc-contact__form textarea {
	width: 70%;
	height: 200px;
	padding: 10px;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form textarea {
		width: 100%;
		height: 100px;
	}
}

.p-bgc-contact__form .check {
	display: flex;
	align-items: center;
	gap: 24px;
}

.p-bgc-contact__form-submit {
	max-width: 380px;
	width: 100%;
}

.p-bgc-contact__form .wpcf7-submit {
	width: 100%;
	padding: 20px 0;
	background-color: #0045ff;
	color: #fff;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	border: none;
}

@media (max-width: 1079px) {
	.p-bgc-contact__form .wpcf7-submit {
		padding: 12px 0;
		font-size: 16px;
	}
}

.p-bgc-contact .file .p-bgc-contact__form-label {
	display: flex;
}

.main-bgc-thanks .p-bgc-thanks {
	min-height: 1000px;
	height: 100%;
	background-color: #000;
}

@media screen and (max-width: 767px) {
	.main-bgc-thanks .p-bgc-thanks {
		min-height: 500px;
	}
}

.main-bgc-thanks .p-bgc-thanks__inner {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main-bgc-thanks .p-bgc-thanks__title-text {
	margin-bottom: 80px;
	text-align: center;
	font-family: "Poppins";
	font-size: 90px;
	font-weight: bold;
	color: #fff;
}

@media (max-width: 1079px) {
	.main-bgc-thanks .p-bgc-thanks__title-text {
		margin-bottom: 40px;
		font-size: 12.5vw;
	}
}

.main-bgc-thanks .p-bgc-thanks__btn-link {
	max-width: 320px;
	margin: 0 auto;
	width: 100%;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background-color: #0045ff;
	border: 2px solid #0045ff;
	font-family: "Poppins";
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	transition: ease 0.3s;
}

@media (max-width: 1079px) {
	.main-bgc-thanks .p-bgc-thanks__btn-link {
		max-width: 200px;
		font-size: 16px;
	}
}

@media (min-width: 1080px) {
	.main-bgc-thanks .p-bgc-thanks__btn-link:hover {
		background-color: #fff;
		color: #0045ff;
	}
}

.p-book p {
	font: normal normal bold 16px/21px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 150%;
	color: #000000;
}

@media screen and (max-width: 1024px) {
	.p-book p {
		font: normal normal bold 14px/18px Normalidad;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

@media screen and (max-width: 768px) {
	.p-book p {
		font: normal normal bold 14px/18px Normalidad;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		line-height: 150%;
	}
}

.p-book .u-pc-only {
	display: inline;
}

@media screen and (max-width: 768px) {
	.p-book .u-pc-only {
		display: none;
	}
}

.p-book .u-sp-only {
	display: none;
}

@media screen and (max-width: 768px) {
	.p-book .u-sp-only {
		display: inline;
	}
}

.p-book .u-container {
	max-width: 1200px;
}

.p-book__background-fire {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("./assets/img/book-introduction/background-fire-pc.jpg");
	padding: 86px 0;
}

.p-book__background-fire-en {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("./assets/img/book-introduction/background-fire-pc.jpg");
	padding: 86px 0;
}

.p-book__asym {
	right: 0;
	max-width: calc(100vw - 50vw + 646px);
	width: calc(100vw - 74px);
	margin-left: auto;
	margin-right: 0;
	padding-right: calc(50vw - 646px - 74px);
	background-color: white;
	display: flex;
}

@media screen and (max-width: 768px) {
	.p-book__asym {
		top: 5%;
		height: 90%;
		width: 100vw;
		padding-right: 0;
		background-color: rgba(255, 255, 255, 0.9);
	}
}

.p-book__team-brave {
	display: flex;
	gap: 1rem;
	align-items: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0;
	padding: 53px 0px 53px 46px;
	padding: 53px 0px 53px 46px;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave {
		padding-left: 0px;
		flex-direction: column;
		align-items: center;
		padding-top: 45px;
		padding-top: 45px;
	}
}

.p-book__team-brave img {
	justify-content: center;
	display: flex;
	width: auto;
	max-width: 300px;
	object-fit: cover;
	border: 1px solid #cecece;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave img {
		max-width: 252.64px;
		max-height: 365.26px;
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-top: 0px;
	}
}

.p-book__team-brave__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 30px;
	max-width: 850px;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave__text {
		max-width: 100%;
		align-items: center;
		align-items: center;
	}
}

.p-book__team-brave__text__heading {
	text-align: left;
	font-size: 2rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	line-height: 130%;
	color: #000;
	margin-bottom: 30px;
}

.p-book__team-brave__text__heading__sub {
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave__text__heading__sub {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 768px) {
	.p-book__team-brave__text__heading {
		font-size: 1.25rem;
		line-height: 35px;
		margin-bottom: 22px;
		text-align: center;
	}
}

.p-book__team-brave__text__detail {
	text-align: left;
	font: normal normal bold 16px/21px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000;
	letter-spacing: 0;
	line-height: 21px;
	line-height: 21px;
	color: #000;
	margin-bottom: 1.7rem;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave__text__detail {
		font: normal normal bold 14px/18px Normalidad;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		line-height: 150%;
	}
}

.p-book__team-brave__text__detail p {
	line-height: 150%;
}

.p-book__team-brave__button {
	width: 199px;
	height: 40px;
	padding: 9.8px 0px 8.6px 14.5px;
	font: normal normal bold 14px/18px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	background-color: #000000;
	border-radius: 6px;
}

.p-book__team-brave__button svg {
	fill: #fff;
	transition: ease-in-out 0.3s;
	height: 15px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave__button {
		align-items: center;
		align-items: center;
	}
}

.p-book__team-brave-en {
	display: flex;
	gap: 1rem;
	align-items: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0;
	padding-left: 46px;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave-en {
		padding-left: 0px;
		flex-direction: column;
		align-items: center;
		padding: 45px 0px;
	}
}

.p-book__team-brave-en img {
	justify-content: center;
	justify-content: center;
	display: flex;
	width: auto;
	max-width: 300px;
	object-fit: cover;
	border: 1px solid #cecece;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave-en img {
		max-width: 252.64px;
		max-height: 365.26px;
		width: 100%;
		height: auto;
		margin-top: 0px;
	}
}

.p-book__team-brave-en__text-en {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 53px 30px;
	max-width: 850px;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave-en__text-en {
		max-width: 100%;
		align-items: center;
		padding: 0px 30px;
	}
}

.p-book__team-brave-en__text-en__heading-en {
	text-align: left;
	font-size: 2rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	line-height: 130%;
	color: #000;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave-en__text-en__heading-en {
		font-size: 1.25rem;
		line-height: 35px;
		margin-bottom: 22px;
		text-align: center;
	}
}

.p-book__team-brave-en__text-en__heading-en__sub {
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave-en__text-en__heading-en__sub {
		font-size: 1.1rem;
	}
}

.p-book__team-brave-en__text-en__detail-en {
	text-align: left;
	font: normal normal bold 16px/21px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000;
	letter-spacing: 0;
	line-height: 21px;
	color: #000;
	margin-bottom: 1.7rem;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave-en__text-en__detail-en {
		font: normal normal bold 14px/18px Normalidad;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		line-height: 150%;
		padding-left: 17.5px;
		padding-right: 17.5px;
	}
}

.p-book__team-brave-en__text-en__detail-en p {
	line-height: 150%;
}

.p-book__team-brave-en__text-en__button-en {
	width: 240px;
	height: 40px;
	padding: 9.8px 0px 8.6px 14.5px;
	font: normal normal bold 14px/18px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	background-color: #000000;
	border-radius: 6px;
}

.p-book__team-brave-en__text-en__button-en svg {
	fill: #fff;
	transition: ease-in-out 0.3s;
	height: 15px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.p-book__team-brave-en__text-en__button-en {
		align-items: center;
	}
}

.p-book__contents {
	margin: 0 auto;
}

.p-book__contents__heading {
	position: relative;
	display: flex;
	text-align: left;
	margin-top: 60px;
	font-size: 1.5rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	line-height: 150%;
	color: #000;
	margin-left: 26px;
	margin-bottom: 1.5rem;
}

.p-book__contents__heading img {
	position: absolute;
	top: 8px;
	left: -26px;
	width: 21px;
}

.p-book__contents__chapter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2rem;
}

.p-book__contents__chapter {
	font: normal normal bold 16px/21px Normalidad;
	box-sizing: border-box;
	width: calc((100% - 4rem) / 3);
	margin-bottom: 22px;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0.01rem;
	color: #000000;
}

@media screen and (max-width: 768px) {
	.p-book__contents__chapter {
		width: 100%;
		margin-bottom: 10px;
	}
}

.p-book__contents__chapter p {
	padding-top: 10px;
	font: normal normal normal 14px/18px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
	line-height: 200%;
}

.p-book__border {
	width: 100%;
	margin: 45px 0px;
	border: 1px solid #D9D9D9;
}

@media screen and (max-width: 768px) {
	.p-book__border {
		margin: 50px 0px;
	}
}

.p-book__border__massage {
	position: absolute;
	width: calc(100% - 84px);
	top: 52px;
	border: 1px solid #000;
}

@media screen and (max-width: 768px) {
	.p-book__border__massage {
		display: none;
	}
}

.p-book__border__massage-sp1 {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #000;
}

.p-book__border__massage-sp2 {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #000;
}

.p-book__book-author__heading {
	position: relative;
	display: flex;
	text-align: left;
	font-size: 1.5rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0;
	line-height: 150%;
	color: #000;
	margin-left: 26px;
}

.p-book__book-author__heading img {
	position: absolute;
	top: 8px;
	left: -26px;
	width: 21px;
}

.p-book__book-author__info {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
	.p-book__book-author__info {
		flex-direction: column;
		align-items: center;
	}
}

.p-book__book-author__info img {
	display: flex;
	width: auto;
	max-width: 245px;
	max-height: 327px;
	object-fit: cover;
	padding-top: 20px;
}

@media screen and (max-width: 768px) {
	.p-book__book-author__info img {
		padding-right: 0px;
	}
}

.p-book__book-author__info__name {
	display: flex;
	flex-direction: column;
	height: 47px;
	font: normal normal bold 16px/21px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0.01rem;
	color: #000000;
}

@media screen and (max-width: 768px) {
	.p-book__book-author__info__name {
		text-align: start;
		margin-top: 20px;
	}
}

.p-book__book-author__info__text {
	display: flex;
	flex-direction: column;
	padding-left: 35px;
}

@media screen and (max-width: 768px) {
	.p-book__book-author__info__text {
		padding-left: 0px;
	}
}

.p-book__book-author__info p {
	font: normal normal normal 14px/18px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	color: #000000;
	line-height: 200%;
}

@media screen and (max-width: 768px) {
	.p-book__book-author__info p {
		line-height: 150%;
		margin-top: 10px;
	}
}

.p-book__message {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 40px;
	margin-top: 45px;
}

@media screen and (max-width: 900px) {
	.p-book__message {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.p-book__message {
		flex-direction: column;
		align-items: center;
	}
}

.p-book__message__list {
	position: relative;
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	border: #000 1px solid;
	padding: 20px;
}

@media screen and (max-width: 900px) {
	.p-book__message__list {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.p-book__message__list {
		width: 100%;
	}
}

.p-book__message__list img {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
}

@media screen and (max-width: 768px) {
	.p-book__message__list img {
		top: -5px;
		left: 17px;
		width: 40px;
	}
}

@media screen and (max-width: 340px) {
	.p-book__message__list img {
		top: -5px;
		left: -1px;
		width: 40px;
	}
}

.p-book__message__list__heading {
	width: 100%;
	font-size: 1.3rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	line-height: 150%;
	color: #000;
	padding-right: 44px;
}

@media screen and (max-width: 768px) {
	.p-book__message__list__heading {
		font-size: 1.25rem;
		padding-right: 0px;
		text-align: center;
	}
}

.p-book__message__list__detail {
	text-align: justify;
	padding-top: 20px;
	font: normal normal normal 16px/21px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	line-height: 200%;
	color: #000000;
}

@media screen and (max-width: 768px) {
	.p-book__message__list__detail {
		font: normal normal normal 14px/18px Normalidad;
		line-height: 200%;
	}
}

.p-book__message__list-en {
	position: relative;
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	border: #000 1px solid;
	padding: 20px;
}

@media screen and (max-width: 900px) {
	.p-book__message__list-en {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.p-book__message__list-en {
		width: 100%;
	}
}

.p-book__message__list-en img {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
}

@media screen and (max-width: 768px) {
	.p-book__message__list-en img {
		top: -5px;
		left: 17px;
		width: 40px;
	}
}

@media screen and (max-width: 370px) {
	.p-book__message__list-en img {
		top: -5px;
		left: 1px;
		width: 40px;
	}
}

@media screen and (max-width: 340px) {
	.p-book__message__list-en img {
		top: -5px;
		left: -10px;
		width: 40px;
	}
}

.p-book__message__list-en__heading-en {
	width: 100%;
	font-size: 1.5rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	line-height: 150%;
	color: #000;
	padding-right: 44px;
}

@media screen and (max-width: 768px) {
	.p-book__message__list-en__heading-en {
		font-size: 1.25rem;
		padding-right: 0px;
		text-align: center;
	}
}

.p-book__message__list-en__heading-en__sub {
	font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
	.p-book__message__list-en__heading-en__sub {
		font-size: 1rem;
	}
}

.p-book__message__list-en__detail {
	padding-top: 20px;
	font: normal normal normal 16px/21px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	line-height: 200%;
	color: #000000;
}

@media screen and (max-width: 768px) {
	.p-book__message__list-en__detail {
		font: normal normal normal 14px/18px Normalidad;
		line-height: 200%;
	}
}

.p-book__book-info {
	height: 400px;
}

@media screen and (max-width: 768px) {
	.p-book__book-info {
		position: relative;
	}
}

.p-book__book-info__heading {
	position: relative;
	display: flex;
	text-align: left;
	font-size: 1.5rem;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	line-height: 150%;
	color: #000;
	margin-left: 26px;
	margin-bottom: 20px;
}

.p-book__book-info__heading img {
	position: absolute;
	top: 8px;
	left: -26px;
	width: 21px;
}

.p-book__book-info__info {
	display: flex;
	flex-direction: row;
}

.p-book__book-info__info__list {
	display: flex;
	flex-direction: column;
}

.p-book__book-info__info__list li {
	font: normal normal normal 14px/18px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	line-height: 200%;
	color: #000000;
}

.p-book__book-info__info__content {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 327px;
}

@media screen and (max-width: 768px) {
	.p-book__book-info__info__content {
		height: 400px;
	}
}

.p-book__book-info__info__button {
	position: absolute;
	width: 200px;
	height: 40px;
	padding: 9.8px 20px 8.6px 14.5px;
	margin-top: 65px;
	font: normal normal bold 14px/18px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	background-color: #000000;
	border-radius: 6px;
}

.p-book__book-info__info__button svg {
	fill: #fff;
	transition: ease-in-out 0.3s;
	height: 15px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.p-book__book-info__info__button {
		margin-top: 0px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}
}

.p-book__book-info__info img {
	display: flex;
	width: auto;
	max-width: 245px;
	max-height: 327px;
	object-fit: cover;
	margin-right: 40px;
	border: 1px solid #cecece;
}

@media screen and (max-width: 768px) {
	.p-book__book-info__info img {
		display: none;
	}
}

.p-book__book-info__info__button-en {
	position: absolute;
	width: 247px;
	height: 40px;
	padding: 9.8px 20px 8.6px 14.5px;
	margin-top: 65px;
	font: normal normal bold 14px/18px Normalidad;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
	background-color: #000000;
	border-radius: 6px;
}

.p-book__book-info__info__button-en svg {
	fill: #fff;
	transition: ease-in-out 0.3s;
	height: 15px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.p-book__book-info__info__button-en {
		margin-top: 0px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}
}

.p-book__book-info__info img {
	display: flex;
	width: auto;
	max-width: 245px;
	max-height: 327px;
	object-fit: cover;
	margin-right: 40px;
}

@media screen and (max-width: 768px) {
	.p-book__book-info__info img {
		display: none;
	}
}

/* Single
--------------------------------------------- */
.c-single .c-article {
	position: relative;
	height: 100%;
	padding: 160px 16px 0;
}

@media (max-width: 1079px) {
	.c-single .c-article {
		padding-top: 50px;
		overflow-x: hidden;
	}
}

.c-single .c-article__wrap {
	flex: 1;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.c-single .c-article__wrap-left {
	margin-right: 30px;
}

.c-single .c-article__wrap-right {
	width: 100%;
}

@media (max-width: 1079px) {
	.c-single .c-article__wrap-right {
		width: 100%;
	}
}

.c-single .c-article__content {
	margin-top: 0;
}

.c-single .c-article__share {
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 160px;
	height: fit-content;
	max-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	margin: 1.25rem 0 0;
}

@media (max-width: 1079px) {
	.c-single .c-article__share {
		position: relative;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 5px;
		top: 0;
		margin: 0 0 26px;
	}
}

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

.c-single .c-article__share-item {
	width: 52px;
	height: 52px;
	text-decoration: none;
	border: none;
}

@media (max-width: 1079px) {
	.c-single .c-article__share-item {
		width: 32px;
		height: 32px;
	}
}

.c-single .c-article__share-icons {
	display: flex;
	gap: 0.5rem;
}

.c-single .c-article__share span {
	font-size: 16px;
	font-family: "normalidad", sans-serif;
}

@media (max-width: 1079px) {
	.c-single .c-article__share span {
		font-size: 10px;
	}
}

.c-single .c-article__header {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.c-single .c-article__title {
	text-align: left;
	font: normal normal bold 34px/51px M2p;
	font-family: "normalidad-text", sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.4;
	color: #000000;
	margin: 0 !important;
}

@media (max-width: 1079px) {
	.c-single .c-article__title {
		font: normal normal bold 20px/29px M2p;
		font-size: 20px;
		font-weight: bold;
		font-family: "normalidad-text", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.c-single .c-article__subtitle {
	text-align: left;
	font: normal normal bold 20px/29px M2p;
	font-family: "normalidad-text", sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #989898;
	padding: 0;
	margin-top: 20px;
}

@media (max-width: 1079px) {
	.c-single .c-article__subtitle {
		text-align: left;
		font: normal normal bold 14px/20px M2p;
		font-family: "normalidad-text", sans-serif;
		letter-spacing: 0px;
		padding: 0 0 2rem;
	}
}

.c-single .c-article__info {
	display: flex;
	margin: 32px 0;
}

.c-single .c-article__date {
	font: normal normal bold 16px/21px Normalidad;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	margin: 0 2rem 0 0;
}

.c-single .c-article__date::after {
	content: none;
	background: none;
}

@media (max-width: 1079px) {
	.c-single .c-article__date {
		font: normal normal bold 8px/11px Normalidad;
		font-size: 11px;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #000000;
		margin: 0 1.5rem 0 0;
	}
}

.c-single .c-article__category {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 0;
	font: normal normal 900 14px/20px M2p;
	letter-spacing: 0px;
	color: #ffffff;
	font-family: "normalidad-wide", sans-serif;
}

@media (max-width: 1079px) {
	.c-single .c-article__category {
		flex-wrap: wrap;
	}
}

.c-single .c-article__category__item {
	background-color: #000000;
	border-radius: 9px;
	padding: 0.5em 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.c-single .c-article__category span {
	font: normal normal 900 14px/20px M2p;
	font-family: "normalidad-wide", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	height: 1.5rem;
	justify-content: center;
	margin: 0;
	transform: scale(1);
	width: fit-content;
	padding: 0px 17px;
	background-color: #000000;
}

@media (max-width: 1079px) {
	.c-single .c-article__category span {
		font: normal normal 900 10px/15px M2p;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0px;
		color: #ffffff;
	}
}

.c-single .c-article__image {
	margin: 0;
}

.c-single .c-article__image img {
	width: 100%;
	height: auto;
}

.c-single .c-article__content h2 {
	position: relative;
	font-weight: 800;
	letter-spacing: 0px;
	color: #000000;
	font-family: "normalidad-text", sans-serif;
	letter-spacing: 0px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 3px solid #000;
	width: fit-content;
	display: inline;
	padding: 0 0 5px;
}

@media (max-width: 1079px) {
	.c-single .c-article__content h2 {
		font-size: 1.125rem;
		font: normal normal bold 18px/27px M2p;
		font-family: "normalidad-text", sans-serif;
		letter-spacing: 0px;
		color: #000000;
	}
}

.c-single .c-article__content h2::before {
	content: "";
	display: block;
	height: 1.75rem;
}

@media (max-width: 1079px) {
	.c-single .c-article__content h2::before {
		height: 1rem;
	}
}

.c-single .c-article__content h2::after {
	content: "";
	display: inline-block;
	background: url(./assets/img/news/arrow_h2.svg) no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 7.5px;
	margin-right: 8px;
	position: absolute;
	bottom: -3px;
}

.c-single .c-article__content p {
	text-align: left;
	font: normal normal medium 16px/23px M2p;
	font-size: 1rem;
	font-family: "normalidad-text", sans-serif;
	margin-top: 1.25rem;
	letter-spacing: 0px;
	font-weight: 500;
	line-height: 2;
	color: #000000;
}

@media (max-width: 1079px) {
	.c-single .c-article__content p {
		font-size: 0.875rem;
		font-family: "normalidad-text", sans-serif;
		color: #000000;
	}
}

.c-single .c-article__content ul > li:before {
	background: #808080;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: " ";
	display: block;
	height: 0.5555555556em;
	left: 0;
	position: absolute;
	top: 0.8333333333em;
	width: 0.5555555556em;
}

.c-single .c-article__related {
	overflow: hidden;
}

.c-single .c-article__related .swiper-slide {
	margin: 0 1.5rem;
}

.c-single .c-article__back {
	font-size: 1rem;
	padding-right: 1rem;
}

.c-single .c-article__back img {
	margin-left: 8px;
	width: 21px;
}

.c-article__back {
	margin-bottom: 6.25em;
	font-weight: 800;
}

@media (max-width: 939px) {
	.c-article__related_list > div {
		margin-left: 2.5em;
		width: calc(33.3333% - 2.5em);
	}
}

.font-ja .c-article__title {
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 1079px) {
	.font-ja .c-article__title {
		font-family: "M PLUS 2", sans-serif;
	}
}

.font-ja .c-article__subtitle {
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 1079px) {
	.font-ja .c-article__subtitle {
		font-family: "M PLUS 2", sans-serif;
	}
}

.font-ja .c-article__date {
	font: normal normal bold 16px/21px Normalidad;
	font-family: "normalidad-wide", sans-serif;
}

@media (max-width: 1079px) {
	.font-ja .c-article__date {
		font-family: "normalidad-wide", sans-serif;
	}
}

.font-ja .c-article__category {
	font-family: "M PLUS 2", sans-serif;
}

.font-ja .c-article__category span {
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 1079px) {
	.font-ja .c-article__category span {
		font-family: "M PLUS 2", sans-serif;
	}
}

.font-ja .c-article__content h2 {
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 1079px) {
	.font-ja .c-article__content h2 {
		font-family: "M PLUS 2", sans-serif;
	}
}

.font-ja .c-article__content p {
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 1079px) {
	.font-ja .c-article__content p {
		font-family: "M PLUS 2", sans-serif;
	}
}

.font-ja .l-container .c-article__title {
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 1079px) {
	.font-ja .l-container .c-article__title {
		font-family: "M PLUS 2", sans-serif;
	}
}

.font-ja .c-article__back {
	margin-bottom: 6.25em;
}

@media (max-width: 939px) {
	.font-ja .c-article__related_list > div {
		margin-left: 2.5em;
		width: calc(33.3333% - 2.5em);
	}
}

.topics-block {
	padding: 3.25rem 0;
}

.topics-block__heading {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
}

.topics-block__text {
	font-family: "Roboto", sans-serif;
	line-height: 1.43;
	font: var(--unnamed-font-style-normal) normal medium var(--unnamed-font-size-16)/26px var(--unnamed-font-family-roboto);
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: left;
	font: normal normal medium 16px/26px Roboto;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0px;
	color: #08234C;
	font-size: 1rem;
}

@media (max-width: 1079px) {
	.topics-block__text {
		font-size: 3.07692vw;
	}
}

.topics-block__img {
	max-height: 700px;
}

.topics-block__img img {
	max-height: 700px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

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

.block1 > * {
	width: 50%;
}

@media (max-width: 1079px) {
	.block1 {
		display: block;
	}
}

.block1 .topics-block__textblock {
	padding-right: 1rem;
}

@media (max-width: 1079px) {
	.block1 .topics-block__textblock {
		padding-right: 0;
	}
}

.block1 .topics-block__img {
	padding-left: 1rem;
	display: flex;
	justify-content: center;
}

@media (max-width: 1079px) {
	.block1 .topics-block__img {
		padding-left: 0;
		width: 100%;
	}
}

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

.block2 > * {
	width: 50%;
}

@media (max-width: 1079px) {
	.block2 {
		display: block;
	}
}

.block2 .topics-block__textblock {
	padding-left: 1rem;
}

@media (max-width: 1079px) {
	.block2 .topics-block__textblock {
		padding-left: 0;
	}
}

.block2 .topics-block__img {
	padding-right: 1rem;
	display: flex;
	justify-content: center;
}

@media (max-width: 1079px) {
	.block2 .topics-block__img {
		width: 100%;
	}
}

.block3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.block3 > * {
	width: 100%;
}

@media (max-width: 1079px) {
	.block3 {
		display: block;
	}
}

.block3 .topics-block__img {
	margin-bottom: 5rem;
	display: flex;
	justify-content: center;
}

@media (max-width: 1079px) {
	.block3 .topics-block__img {
		width: 100%;
	}
}

.block4 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.block4 > * {
	width: 100%;
}

@media (max-width: 1079px) {
	.block4 {
		display: block;
	}
}

.block4 .topics-block__textblock {
	margin-bottom: 5rem;
}

.block4 .topics-block__img {
	margin-bottom: 5rem;
	display: flex;
	justify-content: center;
}

@media (max-width: 1079px) {
	.block4 .topics-block__img {
		width: 100%;
	}
}

.block5 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1079px) {
	.block5 {
		display: block;
	}
}

@media (max-width: 1079px) {
	.block5 .topics-block__textblock {
		padding-right: 0;
	}
}

.topics-block__line {
	width: 100%;
	height: 1px;
	background-color: #08234C;
}

.single-group {
	padding: 40px 0 0 0;
}

@media (max-width: 1079px) {
	.single-group {
		padding: 108px 1.5rem;
	}
}

.single-group__container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (max-width: 1079px) {
	.single-group__container {
		width: calc(100% - 2rem);
	}
}

.single-group .page-subtitle {
	padding: 7.5rem 0 5rem;
}

@media (max-width: 1079px) {
	.single-group .page-subtitle {
		padding: 3.75rem 0 1.7rem;
	}
}

.single-group .p-gc-dtl-section-info {
	flex-direction: column;
	margin: 0 auto;
	padding: 0;
}

.single-group .p-gc-dtl-section-info__img {
	max-width: 230px;
	width: 230px;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 1079px) {
	.single-group .p-gc-dtl-section-info__img {
		width: 109px;
	}
}

.single-group .p-gc-dtl-section-info__img img {
	width: 100%;
	height: auto;
}

.single-group .p-gc-dtl-section-info__right {
	width: 100%;
}

.single-group .p-gc-dtl-section-info__detail {
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.875em;
	flex-direction: column;
	font: normal normal bold 16px/23px M2p;
	font-family: "M PLUS 2", sans-serif;
	letter-spacing: 0px;
}

@media (max-width: 1079px) {
	.single-group .p-gc-dtl-section-info__detail {
		font: normal normal bold 14px/20px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
	}
}

.single-group .p-gc-dtl-section-info__detail__row {
	padding: 24px 0;
	display: flex;
	flex-direction: row;
	border-bottom: 3px solid #000000;
	align-items: center;
	max-height: 97px;
}

@media (max-width: 1079px) {
	.single-group .p-gc-dtl-section-info__detail__row {
		padding: 20px 0;
	}
}

.single-group .p-gc-dtl-section-info__detail__row:last-of-type {
	border-bottom: none;
}

.single-group .p-gc-dtl-section-info__detail__row__title {
	width: 30%;
	padding-right: 12px;
}

.single-group .p-gc-dtl-section-info__detail__row__detail {
	width: 70%;
}

.single-group .p-gc-dtl-section-about__full {
	padding: 0;
	margin: 0;
}

.single-group .p-gc-dtl-section-about--bg {
	background: #fff;
}

@media (max-width: 1079px) {
	.single-group .p-gc-dtl-list-service {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		/* gap: 2.5%; */
		/* margin-top: 2.825em; */
		justify-content: flex-start;
	}
}

.single-group .p-gc-dtl-list-service__img {
	border-radius: 35px;
	border: 3px solid #e2e2e2;
	cursor: pointer;
	overflow: hidden;
}

@media (max-width: 1079px) {
	.single-group .p-gc-dtl-list-service__img {
		width: 168px;
		height: 113px;
		border-radius: 15px;
	}
}

.single-group .p-gc-dtl-list-service__img img {
	border-radius: 35px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 1079px) {
	.single-group .p-gc-dtl-list-service__img img {
		border-radius: 15px;
	}
}

@media (max-width: 1079px) {
	.single-group .p-gc-dtl-list-service__link {
		width: 45%;
	}
}

.p-gc__service__contents {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media (max-width: 1079px) {
	.p-gc__service__contents {
		flex-direction: column;
	}
}

.p-gc__service__content {
	width: calc(100% / 3 - 2rem);
	height: auto;
	margin: 0 0 3.75rem;
	display: flex;
}

.p-gc__service__content:nth-child(3n + 2) {
	margin: 0 3rem 3.75rem;
}

@media screen and (max-width: 1024px) {
	.p-gc__service__content {
		width: calc(100% / 2 - 1rem);
		margin: 0 0.5rem 2.5rem;
		height: auto;
		min-width: auto;
	}
	.p-gc__service__content:nth-child(3n + 2) {
		margin: 0 0.5rem 2.5rem;
	}
}

@media (max-width: 1079px) {
	.p-gc__service__content {
		width: 100%;
		margin: 0 0 3.75rem;
	}
}

.p-gc__service__link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

@media (max-width: 1079px) {
	.p-gc__service__link {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-grow: 1;
	}
}

@media (min-width: 768px) {
	.p-gc__service__link:hover .p-gc__service__img img {
		transform: scale(1.1);
		transition: all 0.5s ease;
	}
}

.p-gc__service__img {
	width: 100%;
	height: 184px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 35px;
	margin: 0 auto;
}

@media (max-width: 1079px) {
	.p-gc__service__img {
		width: 100%;
		height: auto;
		border-radius: 8px;
	}
}

.p-gc__service__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 35px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

@media (max-width: 1079px) {
	.p-gc__service__img img {
		border-radius: 8px;
	}
}

.p-gc__service__title {
	font: normal normal 800 18px/20px M2p;
	letter-spacing: 0;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	margin-top: 6px;
}

@media (max-width: 1079px) {
	.p-gc__service__title {
		font: normal normal bold 14px/14px M2p;
		letter-spacing: 0px;
		color: #000000;
		font-family: "M PLUS 2", sans-serif;
	}
}

.p-gc__service__detail {
	font: normal normal 800 14px/23px M2p;
	letter-spacing: 0px;
	color: #000000;
	font-family: "M PLUS 2", sans-serif;
	margin: 29px 0 13px;
	flex-grow: 1;
}

@media (max-width: 1079px) {
	.p-gc__service__detail {
		margin: 8px 0;
		font: normal normal 800 14px/18px M2p;
		font-family: "M PLUS 2", sans-serif;
		letter-spacing: 0px;
		flex-grow: 1;
	}
}

.p-gc__service__taxonomy span {
	padding: 0.25rem 1rem;
	margin: 39px 0 15px;
	background-color: #000;
	border-radius: 12.5px;
	font-size: 0.8125rem;
	font-family: "normalidad-wide", sans-serif;
	font-weight: bold;
	color: #fff;
	width: object-fit;
}

@media (max-width: 1079px) {
	.p-gc__service__taxonomy span {
		margin: 15px 0 9px;
		font: normal normal bold 11px/0.16479061543941498px Normalidad;
		font-family: "normalidad-wide", sans-serif;
		letter-spacing: 0;
		color: #ffffff;
	}
}

.p-gc__member__contents {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.p-gc__member__content {
	width: calc(100% / 3 - 2rem);
	height: auto;
	margin: 0 0 3.75rem;
}

.p-gc__member__content:nth-child(3n + 2) {
	margin: 0 3rem 3.75rem;
}

@media (max-width: 1079px) {
	.p-gc__member__content {
		width: calc(100% / 2 - 1rem);
		margin: 0 0.5rem 2.5rem;
		height: auto;
		min-width: auto;
	}
	.p-gc__member__content:nth-child(3n + 2) {
		margin: 0 0.5rem 2.5rem;
	}
}

.p-gc__member__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 184px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 14px;
	margin: 0 auto;
	background: #f8f8f8;
}

@media (max-width: 1079px) {
	.p-gc__member__img {
		width: 165px;
		height: 110px;
		border-radius: 14px;
	}
}

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

.p-gc__member__name {
	text-align: center;
	letter-spacing: 0;
	color: #010101;
	font-size: 14px;
	font-family: "normalidad-wide", sans-serif;
	margin-top: 1rem;
}

body {
	letter-spacing: 0 !important;
}

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