@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

--------------------------------------------------------------*/
@import url(https://db.onlinewebfonts.com/c/1a0e3ada844469d134e043b8a401f1ad?family=Swis721+Ex+BT+W03+Bold);
@import url(https://db.onlinewebfonts.com/c/d58f65c7b063b8d1f4ed247e47e37e5b?family=Swis721+BT+Roman);
@import url(https://db.onlinewebfonts.com/c/71ae364c61d6ef9c32558cd0b4052bc8?family=Swis721+Ex+BT+W03+Roman);
@import url(https://db.onlinewebfonts.com/c/d97281294b63b449a93162fccd6121ec?family=Swis721+BT+Bold);
/* @font-face {
	font-family: 'Freestyle Script';
	src: url("./assets/fonts/font/freestyle-script.woff") format("woff");
	font-weight: normal;
	font-style: normal;
} */

/*--------------------------------------------------------------
# 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;
  /* font-family: "normalidad-wide", sans-serif; */
}

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: "FreestyleScript", sans-serif;
}

@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: "Swis721 Ex BT W03 Bold", 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: #665;
  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 {
  font-family: FontAwesome;
  padding-right: 5px; /* Adjust as needed */
  border-radius: 0;
  font: normal normal bold 15px/20px Normalidad;
  color: #000000;
}

.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 {
  font-family: "normalidad-wide", sans-serif;
  letter-spacing: 0px;
  color: #000000;
}

.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: "JP";
  border-radius: 0;
  font: normal normal bold 15px/20px Normalidad;
  font-family: "normalidad-wide", sans-serif;
  letter-spacing: 0px;
}
.header__top__top li.th .bogo-language-name a:after,
.header__top__top li.th .bogo-language-name a:before {
  content: "TH";
  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 {
  margin-top: -3.5px;
  margin-right: 16px;
  width: 111px;
}

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

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

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

.header__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;
  height: 54px;
}

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

.header__bottomList {
  list-style: none;
  margin-right: 36.6px;
  font-size: 14px;
  line-height: 1.43;
  width: 100%;
}

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

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

.header__bottomListHeading__th {
  font-family: "normalidad-wide", sans-serif;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
}

.header__bottomListHeading img {
  width: 77px;
  margin: 0 auto;
}

.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(0%);
}

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

.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;
  padding: 75px 0;
  background-color: #fff;
  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;
}

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

.header__bottomDropdownItem {
  margin-bottom: 65px;
  width: calc(100% / 6 - 0rem);
  min-width: 180px;
  display: flex;
  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;
  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: #000000;
  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 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;
}

.fixed-link {
  position: fixed;
  right: 45px;
  bottom: 36px;
  z-index: 70;
  display: inline-block;
  padding: 6px 30px 8px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  max-width: 150px;
  opacity: 0; /* ซ่อนในตอนเริ่มต้น */
  transition: opacity 0.5s; /* เพิ่มการเปลี่ยนแปลงความโปร่งใส */
}

.fixed-link img {
  max-width: 150px;
}

.fixed-link.show {
  opacity: 1; /* แสดงเมื่อมีการเลื่อน */
}

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

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

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

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

.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: 1080px) {
  .footer .sns_pc {
    display: none;
  }
}

@media screen and (min-width: 1081px) {
  .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;
  max-width: 15px;
}

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

.footer__block__top {
  width: 100%;
  margin-bottom: 3.125rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

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

.footer__block__top .footer__block__top__left {
  display: flex;
  justify-content: start;
}

.footer__block__top .footer__block__top__left .footer__block__table {
  text-align: left;
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.footer__block__top .footer__block__top__left .footer__block__table th {
  vertical-align: top;
  width: 15rem;
  padding: 0px 0 1.5rem;
  font-size: 1rem;
}
.footer__block__top .footer__block__top__left .footer__block__table td {
  padding: 0px 0 1.5rem;
  font-weight: normal;
  font-size: 1rem;
}

.footer__block__top
  .footer__block__top__left
  .footer__block__table
  .company_name {
  font-size: 1.5rem;
  padding-bottom: 3rem;
}

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

@media screen and (max-width: 768px) {
  .footer__block__top {
    display: block;
    margin-bottom: 0;
  }
  .footer__block__top .footer__block__top__left {
    margin-bottom: 1rem;
  }
  .footer__block__top .footer__block__top__left .footer__block__table {
    max-width: unset;
  }
  .footer__block__top .footer__block__top__left .footer__block__table th {
    width: unset;
    padding-right: 1rem;
  }
}

.footer__block__logo {
  max-width: 200px;
}

.footer__block__logo img {
  width: 100%;
  min-width: 200px;
  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 .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: none;
}
.footer__block .header__bottomDropdownItem a:hover {
  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__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;
}

.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-right: 3rem;
}

@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: none;
  white-space: nowrap;
}

.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: 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 (max-width: 767px) {
  .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;
  }
}

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

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

a:hover {
  text-decoration: none;
}

.l-main {
  padding: 100px 0 14.6875rem 0;
}

@media (max-width: 767px) {
  .l-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.75;
}

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

.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/arrow_btn_white.svg");
  -webkit-mask-image: url("./assets/img/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/btn_out.svg");
  -webkit-mask-image: url("./assets/img/btn_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;
}

@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: 55%;
  }
  .header__bottom__logo {
    width: 120px;
    height: auto;
  }
  .header__bottom__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .header__bottomDWrapper {
    width: 100%;
    padding: 90px 0;
    right: 0%;
  }
  .header__bottomDWrapper__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: #665;
  }
  .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: 54px;
  }
  .header__top {
    height: 54px;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    background: #fff;
  }
  .header__top__logo {
    margin-bottom: 0;
  }
}

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

@media (max-width: 767px) {
  .header__top__logo__img {
    width: 72px;
    height: 35px;
  }
  .header__top__logo__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .header__top__pc {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header__top .hamburger_wrap {
    position: absolute;
    top: 15px;
    right: 1.5rem;
    z-index: 100;
  }
  .header__top .hamburger_wrap .sp_close {
    margin-right: calc(3.84615vw + 0.5rem);
    opacity: 0;
    width: 30px;
    height: 30px;
  }
}

@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: 6.41026vw;
    height: 20px;
    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: 8px;
  }
  .header__top .hamburger_wrap .menu-trigger span:nth-of-type(3) {
    top: 17px;
  }
  .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 {
    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 {
    font: normal normal bold 14px/18px Normalidad;
    font-family: "normalidad-wide", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .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;
  }
  .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 .header__title-logo {
    margin-right: 0.5rem;
    margin-right: 2.05128vw;
  }
  .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: "JP";
    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.th .bogo-language-name a:after,
  .header__top .header__top__top li.th .bogo-language-name a:before {
    content: "TH";
    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: "JP";
  border-radius: 0;
  font: normal normal bold 15px/20px Normalidad;
  font-family: "normalidad-wide", sans-serif;
  letter-spacing: 0px;
}
li.th .bogo-language-name a:after,
li.th .bogo-language-name a:before {
  content: "TH";
  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 .current a {
  border-bottom: 4px solid #000;
}

.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: "JP";
  border-radius: 0;
  font: normal normal bold 15px/20px Normalidad;
  font-family: "normalidad-wide", sans-serif;
  letter-spacing: 0px;
}
li.th .bogo-language-name a:after {
  content: "";
}

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

li.en .bogo-language-name a:after {
  content: "";
}
/* li.th .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.th .bogo-language-name a:before {
	content: "TH";
	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,
.bogo-language-switcher .th {
  padding: 4px 0;
}

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

.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: "JP";
  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 .slider:before {
  position: absolute;
  content: "TH";
  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 input:checked + .slider:before {
	content: "TH";
	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: "JP";
  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 input:checked + .slider::after {
  position: absolute;
  content: "TH";
  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: "JP";
    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 input:checked + .slider:before {
		content: "TH";
		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 .slider::after {
    position: absolute;
    content: "TH";
    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: "TH";
    left: 56px;
    /* 位置を調整 */
    background-color: none;
  }
  .hamburger-menu__inner__top__right input:checked + .slider::after {
    position: absolute;
    content: "JP";
    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 input:checked + .slider::after {
    position: absolute;
    content: "TH";
    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__bottomList {
  margin-right: 5px;
}

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

.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: #000000;
  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;
  position: absolute;
  left: 10px;
  top: 0;
  pointer-events: none;
}

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

.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 {
  font: normal normal 900 39px/72px Normalidad;
  letter-spacing: 0;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "normalidad-wide", sans-serif;
  margin: 12px 0 8px;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}

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

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

.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;
  }
}
.p-top__title__th {
  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__th {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .p-top .mv {
    margin-top: 0;
  }
}

.p-top .mv .sp {
  transform: translateY(24px);
}

.p-top .mv__video {
  width: 100%;
}

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

.p-top .mv video {
  width: 100%;
  height: 100%;
}

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

.img-frame {
  position: relative;
  width: 100%;
}

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

.img-01,
.img-02 {
  background-size: cover;
  background-repeat: no-repeat;

  width: 100vw;
  height: 100vh;
  background-position: center;
}

.img-01 {
  background-image: url(./assets/img/img-01.png);
  animation: slide-animation-01 5s infinite;
}

.img-02 {
  background-image: url(./assets/img/img-02.png);
  animation: slide-animation-02 5s infinite;
}

@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slide-text::after {
  content: "A Symphony of Innov";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.085);
}

@keyframes slide {
  from {
    left: 100%;
  }
  to {
    left: -100%;
  }
}

.p-company__info_right {
  width: 37.1875em;
  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 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: 30%;
  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;
  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;
    letter-spacing: 0px;
  }
}

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

.p-top__business__bottom__lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.p-top__business__bottom__list:last-child span {
  display: none;
}

.p-top__business__bottom__list__title {
  font-size: 2.4rem;
  font: normal normal 900 39px/72px Normalidad;
  font-weight: 900;
  font-family: "normalidad-wide", sans-serif;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 0.25rem;
  text-align: center;
  display: flex;
}

@media (max-width: 767px) {
  .p-top__business__bottom__list__title {
    font: normal normal 900 15px/19px Normalidad;
    font-family: "normalidad-wide", sans-serif;
    letter-spacing: 0;
    color: #000000;
  }
}

.p-top__business__bottom__list__title span {
  padding: 0 0.05rem 0 0.5rem;
}

.p-top__business__bottom__list__text {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
  letter-spacing: 0;
  text-align: left;
  width: fit-content;
  margin: 1rem auto;
}

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

.p-top__business__bottom .actions {
  margin-top: 1.5rem;
}

.p-top__aboutus {
  margin-top: 4rem;
}

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

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

@media (max-width: 767px) {
  .p-top__aboutus__bg .p-top__title {
    padding-top: 4rem;
  }
}

.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: 4rem;
}

@media (max-width: 767px) {
  .p-top__media {
    padding-top: 4.375rem;
  }
  .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: 100%;
  /*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% / 4 - 0.75rem * 2);
    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 {
  margin-top: 14%;
}

.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%;
  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;
  flex-wrap: wrap;
  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.25rem 1rem;
  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: 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__date {
  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 {
    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: 82px;
    margin-left: 8.5px;
  }
}

@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: 276px auto;
}

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

.p-top__group .p-top__title__en,
.p-top__group .p-top__title__jp .p-top__group .p-top__title__th {
  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 {
  width: 50px;
  height: 50px;
  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 .office .count-en .th {
  position: absolute;
}

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

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

.p-top__number .office .p-top__number__content__bottom__count .th {
  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;
  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;
}

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

.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: 30px;
  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: 9.375rem;
  padding-top: 8.75rem;
}

@media (max-width: 767px) {
  .p-top__recruit {
    padding-top: 9rem;
  }
}

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

.upper__area {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@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;
  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 img {
  width: 72px;
  height: auto;
}

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

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

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

.p-archive__nav_item__list a {
  width: 138px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 5px 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;
}

.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__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 900 14px/23px M2p;
  font-family: "normalidad-wide", 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;
  font: normal normal 900 14px/20px M2p;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "M PLUS 2", sans-serif;
  width: auto;
}

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

.c-thumbnail__category__item {
  background-color: #000000;
  border-radius: 9px;
  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: "M PLUS 2", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  height: 2em;
  justify-content: center;
  margin: 0;
  transform: scale(1);
  width: 7em;
}

.font-ja .c-thumbnail__title {
  font-family: "M PLUS 2", sans-serif;
}

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

@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: 6px solid #000000;
  color: #000;
}

@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 .p-page__title {
  font-weight: Bold;
  font-family: "normalidad-wide", sans-serif;
  font-size: 5.25rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #000000;
  margin: -80px 0 80px;
  text-align: center;
}

@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: 54px;
  height: 70rem;
}

@media (min-width: 768px) {
  .p-thanks {
    /*background-image: url(./assets/img/thanks.png);*/
    background-position: 180% 91%;
    background-repeat: no-repeat;
    background-size: 80%;
  }
}

@media (max-width: 767px) {
  .p-thanks {
    padding-top: 0;
    /*background-image: url(./assets/img/thanks_sp.png);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 470px;
    display: flex;
    height: 52rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.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 {
  margin-top: 112px;
  text-align: center;
  width: 100%;
}

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

.p-thanks__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-thanks__left__title {
    font: normal normal bold 60px/79px Normalidad;
    font-family: "normalidad-wide", sans-serif;
    letter-spacing: 0px;
    color: #000000;
    line-height: 55px;
  }
}

.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: 0.875rem;
    line-height: 20px;
  }
}

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

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

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

@media (max-width: 767px) {
  .p-message__profile__title {
    margin-bottom: 0.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: 0.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: 0.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: 0.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 .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 0.3s ease-in-out, top 0.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: default;
    padding: 10px 0px;
    width: 100%;
    pointer-events: none;
  }
  .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: block !important;
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    margin-top: -1px;
    height: 100%;
  }
  .p-pmvv .content-accordion__detail__text {
    display: flex;
    padding-bottom: 20px;
  }
  .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;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .p-member__board__blocks {
    justify-content: flex-start;
  }
}

.p-member__board__block {
  max-width: 27.5rem;
  width: calc(100% / 3 - 1.6rem);
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem 3rem 0.5rem;
  align-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .p-member__board__block {
    max-width: 100%;
    width: calc(100% / 2 - 1rem);
    margin: 0 0.5rem 3rem 0.5rem;
  }
}

.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;
  max-width: 23.75rem;
  height: 15.625rem;
  overflow: hidden;
  width: 100%;
  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: 6.875rem;
  }
}

.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: 6.875rem;
    width: 10.5rem;
  }
}

.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: normal normal bold 14px/18px M2p;
    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;
  width: 90%;
  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 {
  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 {
    margin-bottom: 109px;
  }
}

.p-business__domain {
  margin-top: 0rem;
}

.p-business__tabs {
  margin-bottom: 20px;
}

.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: 4rem;
}

@media (max-width: 767px) {
  .p-business__tab__contents {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-business__tab h3,
.tab-content-index h3 {
  padding-top: 4rem;
  padding-left: 1%;
  font-size: 1.5rem;
  font-family: "normalidad-wide", sans-serif;
}

.p-business__tab__contents-index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 2rem;
}

@media (max-width: 767px) {
  .p-business__tab__contents-index {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.p-business__tab__content {
  /*width: calc(100% / 4 - 0.75rem*2);*/
  width: 23%;
  /*height: auto;*/
  margin: 0 1% 60px 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-business__tab__content {
    max-width: 100%;
    height: auto;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .p-business__tab__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
    display: block;
    height: auto;
    min-width: auto;
    flex-grow: none;
  }
}

.p-business__tab__content .addtoany_list {
  display: flex;
  margin-top: 1.75rem;
}
.p-business__tab__content .addtoany_list a.mr-1 {
	margin-right: 1rem;
}


.p-business__tab__content .addtoany_list a {
  width: 2rem;
  margin-right: 0.5rem;
}

.p-business__tab__content .addtoany_list img {
  width: 100%;
}

.p-business__tab__content .addtoany_list .a2a_label {
  display: 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%;
  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: block;
    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;
  width: 100px;
  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-index .tab-content-index {
  display: none;
}

.p-business #tab-contents-service .tab-content-service {
  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;
  }
}

@media (max-width: 767px) {
  .p-company {
    padding-bottom: 210px;
  }
}

.p-company__info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  align-content: flex-start;
  align-items: flex-start;
}

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

.p-company__info_right {
  width: 37.1875em;
  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 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: 30%;
  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;
  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;
    letter-spacing: 0px;
  }
}

.p-company__info_left {
  width: 38.5rem;
  margin-left: 3rem;
}

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

.p-company__info__map_canvas {
  width: 100px;
  height: 110px;
}

.p-company__group {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .p-company__group {
    padding-top: 6.75rem;
  }
}

@media (max-width: 767px) {
  .p-company__group .p-gc-list-company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
}

.p-company__group .p-gc-list-company__item {
  width: calc(100% / 4 - 3rem);
  margin: 0 1rem 2rem 0;
}

@media (max-width: 767px) {
  .p-company__group .p-gc-list-company__item {
    width: calc(100% / 2 - 1.7rem);
    margin: 0 0.5rem 0.75rem;
  }
}

@media (max-width: 767px) {
  .p-company__group .p-gc-list-company__inner {
    height: 112px;
    width: 168px;
    padding: 1.8rem 0;
  }
}

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

@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__year {
  margin-top: 4.125rem;
  padding: 0 0 10px 0;
  text-align: left;
  font: normal normal bold 32px/47px M2p;
  font-family: "M PLUS 2", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: 3px solid #000000;
}

@media (max-width: 767px) {
  .p-company__history__year {
    font: normal normal bold 14px/20px M2p;
    font-family: "M PLUS 2", sans-serif;
    letter-spacing: 0px;
    margin-top: 2rem;
  }
}

.p-company__history__detail__block {
  display: flex;
  padding: 1.875rem 0;
  border-bottom: 3px solid #d1d1d1;
}

@media (max-width: 767px) {
  .p-company__history__detail__block {
    margin-bottom: 0;
    padding: 14px 0 19px 0;
  }
}

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

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

.p-company__history__detail__text {
  width: 55%;
  font: normal normal bold 24px/36px M2p;
  font-family: "M PLUS 2", sans-serif;
  letter-spacing: 0px;
  color: #000000;
}

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

.p-company .page-subtitle {
  margin-bottom: 3.75rem;
}

.p-archive__archive {
  padding-top: 4rem;
  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;
}

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

.p-archive__nav_item__list a {
  width: 138px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 5px 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;
}

.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__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 900 14px/23px M2p;
  font-family: "normalidad-wide", 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;
  font: normal normal 900 14px/20px M2p;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "M PLUS 2", sans-serif;
  width: auto;
}

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

.c-thumbnail__category__item {
  background-color: #000000;
  border-radius: 9px;
  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: "M PLUS 2", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  height: 2em;
  justify-content: center;
  margin: 0;
  transform: scale(1);
  width: 7em;
}

.font-ja .c-thumbnail__title {
  font-family: "M PLUS 2", sans-serif;
}

.p-topics__archive__article {
  width: calc(100% / 4 - 0.75rem * 2);
}

@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: 53rem;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .p-404 {
    /*background-image: url(./assets/img/404.png);*/
    background-position: 400% 100%;
    background-repeat: no-repeat;
    background-size: 90%;
  }
}

@media (max-width: 767px) {
  .p-404 {
    margin-top: 54px;
    padding-top: 0;
    /*background-image: url(./assets/img/404_sp.png);*/
    height: 57rem;
    background-position: center bottom;
    background-size: auto 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

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

/* Single
--------------------------------------------- */
.c-article {
  position: relative;
  padding-top: 160px;
}

@media (max-width: 767px) {
  .c-article {
    padding-top: 104px;
  }
}

.c-article__share {
  position: absolute;
  left: -6rem;
  top: 20rem;
}

.c-article__share .addtoany_list {
  display: flex;
  flex-direction: column;
}

.c-article__share .addtoany_list > * {
  margin-bottom: 1rem;
}

.c-article__share .addtoany_share {
  display: none;
}

.c-article__share .a2a_s__default {
  background-color: #fff !important;
  display: none;
}

.c-article__share span {
  display: none !important;
}

.c-article__share .a2a_button_twitter::after {
  display: block;
  content: "";
  background-image: url(./assets/img/news/twitter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.c-article__share .a2a_button_facebook::after {
  display: block;
  content: "";
  background-image: url(./assets/img/news/facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.c-article__share .a2a_button_linkedin::after {
  display: block;
  content: "";
  background-image: url(./assets/img/news/linkedin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.c-article__header {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.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-bottom: 1rem;
}

@media (max-width: 767px) {
  .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-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 0 2.5rem;
}

@media (max-width: 767px) {
  .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-article__info {
  display: flex;
}

.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-article__date::after {
  content: none;
  background: none;
}

@media (max-width: 767px) {
  .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-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: 767px) {
  .c-article__category {
    flex-wrap: wrap;
  }
}

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

.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: 767px) {
  .c-article__category span {
    font: normal normal 900 10px/15px M2p;
    font-family: "normalidad-wide", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
  }
}

.c-article__image img {
  width: 100%;
  height: auto;
}

.c-article__content h2 {
  position: relative;
  font-weight: 600;
  font-weight: 600;
  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: 767px) {
  .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-article__content h2::before {
  content: "";
  display: block;
  height: 1.75rem;
}

@media (max-width: 767px) {
  .c-article__content h2::before {
    height: 1rem;
  }
}

.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-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: 767px) {
  .c-article__content p {
    font-size: 0.875rem;
    font-family: "normalidad-text", sans-serif;
    color: #000000;
  }
}

.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-article__related .swiper-slide {
  margin: 0 1.5rem;
}

.c-article__back {
  margin-bottom: 6.25em;
}

@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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .block1 {
    display: block;
  }
}

.block1 .topics-block__textblock {
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .block1 .topics-block__textblock {
    padding-right: 0;
  }
}

.block1 .topics-block__img {
  padding-left: 1rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .block1 .topics-block__img {
    padding-left: 0;
    width: 100%;
  }
}

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

.block2 > * {
  width: 50%;
}

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

.block2 .topics-block__textblock {
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .block2 .topics-block__textblock {
    padding-left: 0;
  }
}

.block2 .topics-block__img {
  padding-right: 1rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .block2 .topics-block__img {
    width: 100%;
  }
}

.block3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block3 > * {
  width: 100%;
}

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

.block3 .topics-block__img {
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .block3 .topics-block__img {
    width: 100%;
  }
}

.block4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block4 > * {
  width: 100%;
}

@media (max-width: 767px) {
  .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: 767px) {
  .block4 .topics-block__img {
    width: 100%;
  }
}

.block5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

@media (max-width: 767px) {
  .block5 .topics-block__textblock {
    padding-right: 0;
  }
}

.topics-block__line {
  width: 100%;
  height: 1px;
  background-color: #08234c;
}

.single-group {
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .single-group {
    padding: 108px 1.5rem;
  }
}

.single-group__container {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .single-group__container {
    width: calc(100% - 2rem);
  }
}

.single-group .page-subtitle {
  padding: 7.5rem 0 5rem;
}

@media (max-width: 767px) {
  .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: 170px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .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: 767px) {
  .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;
}

@media (max-width: 767px) {
  .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: 20%;
}

.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .single-group .p-gc-dtl-list-service__img img {
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .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: 767px) {
  .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% / 4 - 0.75rem * 2);
    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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
}

.upperArea {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.button-shadow {
  background-color: #000000;
  width: 49.5%;
  height: 130%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  transition: box-shadow 5s ease;
  gap: 20px; /* Add space between text and icon */
}

.button-shadow svg {
  fill: #ffffff; /* Set the fill color to white (or any contrasting color) */
  margin-left: 16px; /* Adjust as needed for spacing */
  width: 40px; /* Adjust as needed */
  height: 40px; /* Adjust as needed */
}

.button-shadow:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.slider-banner {
  position: relative;
}
.text-banner {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  font-family: "normalidad-wide", sans-serif;
}

.text-banner h1 {
  font-size: 38px;
  font-weight: 700;
  font-family: "normalidad-wide", sans-serif;
}

.text-banner p {
  padding-top: 5%;
  font-weight: 500;
  font-family: "normalidad-wide", sans-serif;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 767px) {
  .p-top__recruit .button-shadow {
    background-color: #000000;
    width: 47.5% !important;
    height: 77% !important;
    border-radius: 11px;
    display: inherit;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 23px !important;
    text-align: center;
    color: #ffffff;
    transition: box-shadow 5s ease;
    gap: 2px !important;
  }
  .button-shadow svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@keyframes slideText {
  0%,
  100% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.image-text-container {
  width: 100%;
  position: absolute;
  top: 94%;
  transform: translateY(-50%);
}

.responsive-image {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove any space below the image */
}

.text-slider-wrapper {
  position: relative;
  width: 100%;
  height: 120px; /* Increased height to fit larger text */
  overflow: hidden;
}

.text-slider-content {
  position: absolute;
  display: flex; /* Use flexbox to line up duplicate text spans */
  width: auto; /* Width set to auto to contain potentially multiple spans */
  height: 100%;
  white-space: nowrap;
  animation: slideText 15s linear infinite;
}

.text-slider-message {
  flex-shrink: 0; /* Prevents the text from shrinking */
  padding-right: 100%; /* Space between repetitions of the text */
  font-size: 60px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 120px;
  font-family: "normalidad-wide", sans-serif;
}

.text-container {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 48px;
  color: black;
  visibility: hidden; /* Initially hide the text-container */
  animation: showContainer 1s linear 1s forwards;
}

.bg-overlay {
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: slideOff 1s ease forwards;
}

.revealed-text {
  z-index: 2;
  opacity: 0;
  animation: fadeIn 1s ease 1s forwards;
  font-family: "normalidad-wide", sans-serif;
}

@keyframes slideOff {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showContainer {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
.language-switcher {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  margin: 0;
  font-family: "normalidad-wide", sans-serif;
}

.language-switcher li {
  padding: 5px 10px;
}

.language-switcher a {
  text-decoration: none;
  color: white; /* Change as needed */
  font-weight: bold;
}

.language-switcher a.active {
  text-decoration: underline;
  color: white; /* Change as needed */
}

@font-face {
  font-family: "FreestyleScript";
  src: url('<?php echo esc_url(get_template_directory_uri() . "/assets/fonts/font/freestyle-script.woff"); ?>')
    format("woff");
  font-weight: normal;
  font-style: normal;
}

.w-100 {
  width: 100%;
}

#table01 th {
  vertical-align: top;
}
