@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}*/
select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

* {
  backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;
  /* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;
  /* animation時の文字にじみ防止 */
  -webkit-font-smoothing: antialiased;
}

:root {
  --white: rgb(253, 253, 253);
  --black: rgb(34, 34, 34);
  --primary: rgb(71, 63, 222);
  --primary-text: rgb(105, 98, 228);
  --primary-25: rgb(217, 216, 248);
  --secondary: rgb(239, 246, 255);
  --secondary-text: rgb(117, 221, 234);
  --accent: rgb(255, 94, 14);
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body {
  opacity: 0;
  animation: fadein 0.8s ease-out 0.2s forwards;
}
body:has(.modal_window.show), body:has(header.open) {
  overflow: hidden;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.eng {
  font-family: "Wix Madefor Display", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-display: swap;
}

.han {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.bold {
  font-weight: 700;
}

.h_xl {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .h_xl {
    font-size: 1.5rem;
  }
}

.h_l {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .h_l {
    font-size: 1.25rem;
  }
}

.h_m {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .h_m {
    font-size: 1.125rem;
  }
}

.h_s {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .h_s {
    font-size: 1rem;
  }
}

.h_xs {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .h_xs {
    font-size: 0.813rem;
  }
}

.body_l {
  font-size: 0.938rem;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .body_l {
    font-size: 0.875rem;
  }
}

.body_m {
  font-size: 0.813rem;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .body_m {
    font-size: 0.75rem;
  }
}

.caption {
  font-size: 0.75rem;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .caption {
    font-size: 0.625rem;
  }
}

.pad32 {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .pad32 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.large_width {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.large_width.pad32 {
  max-width: 768px;
}
@media (min-width: 768px) {
  .large_width {
    max-width: 1440px;
  }
  .large_width.pad32 {
    max-width: 1504px;
  }
}

.basic_width {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.basic_width.pad32 {
  max-width: 608px;
}
@media (min-width: 961px) {
  .basic_width {
    max-width: 1200px;
  }
  .basic_width.pad32 {
    max-width: 1264px;
  }
}

.small_width {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.small_width.pad32 {
  max-width: 688px;
}
@media (min-width: 768px) {
  .small_width {
    max-width: 960px;
  }
  .small_width.pad32 {
    max-width: 1024px;
  }
}

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

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

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

span.lb {
  display: inline-block;
}

.sa.fadein {
  opacity: 0;
}
.sa.fadein.show {
  animation: fadein 0.8s ease-out 0.2s forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinmask {
  from {
    -webkit-mask-position: right;
            mask-position: right;
    opacity: 0;
  }
  to {
    -webkit-mask-position: left;
            mask-position: left;
    opacity: 1;
  }
}
@keyframes fadeinscale {
  from {
    opacity: 0;
    transform: scale(1.0125);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeinnone {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes updown_8 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown_2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes up {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes textbg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.mask {
  -webkit-mask-image: linear-gradient(120deg, black 50%, transparent 60%, transparent 100%);
          mask-image: linear-gradient(120deg, black 50%, transparent 60%, transparent 100%);
  opacity: 0;
  -webkit-mask-size: 250%;
          mask-size: 250%;
  -webkit-mask-position: right;
          mask-position: right;
  animation: fadeinmask 1.2s linear 1.2s forwards;
}

/*HEADER*/
.header_wrap {
  padding: 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header_wrap header {
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0);
  filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  width: 100%;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_wrap header.whitebg {
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
}
.header_wrap header .header_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  gap: 16px;
}
.header_wrap header .header_inner h1.header_logo {
  max-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
}
.header_wrap header .header_inner h1.header_logo a {
  display: block;
  height: 28px;
}
.header_wrap header .header_inner h1.header_logo a img {
  display: block;
  width: 100%;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.header_wrap header .header_inner .header_inner_nav nav {
  display: flex;
  align-items: center;
}
.header_wrap header .header_inner .header_inner_nav nav a {
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header_wrap header .header_inner .header_inner_nav nav a:not(.btn) {
  color: var(--primary-text);
}
.header_wrap header .header_inner .header_inner_nav nav a:not(.btn) span.icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.header_wrap header .header_inner .header_inner_nav nav a:not(.btn) span.icon svg {
  fill: var(--primary);
  display: block;
}
@media (min-width: 768px) {
  .header_wrap header .header_inner .header_inner_nav nav a:not(.btn) {
    transition-property: color, fill;
    transition-duration: 0.4s;
  }
  .header_wrap header .header_inner .header_inner_nav nav a:not(.btn) span.icon svg {
    transition: fill 0.4s;
  }
  .header_wrap header .header_inner .header_inner_nav nav a:not(.btn):hover {
    color: var(--secondary-text);
  }
  .header_wrap header .header_inner .header_inner_nav nav a:not(.btn):hover span.icon svg {
    fill: var(--secondary-text);
  }
}
.header_wrap header .header_inner .header_inner_nav nav ul {
  display: flex;
  align-items: center;
}
.header_wrap header .header_inner .header_inner_nav nav ul li {
  padding-right: 24px;
}
.header_wrap header .header_inner .header_inner_nav nav ul li.entry_btn {
  display: none;
}
.header_wrap header .header_inner .header_inner_nav nav ul li.header_nav_career {
  padding-left: 24px;
  border-left: 1px solid var(--primary-text);
}
@media (min-width: 961px) {
  .header_wrap header .header_inner .header_inner_nav nav ul li.header_nav_career .for_sp {
    display: none;
  }
}
.header_wrap header .header_inner .header_inner_nav nav .header_nav_b {
  display: flex;
  align-items: center;
  height: 40px;
}
.header_wrap header .header_inner .header_inner_nav nav .header_nav_b a.btn {
  max-width: 240px;
  min-width: 180px;
}
.header_wrap header .header_inner .header_inner_nav nav .header_nav_b a.btn span.icon {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
.header_wrap header .header_inner .header_inner_nav nav .header_nav_b a.btn span.icon svg {
  height: 14px;
}
@media (min-width: 960px) and (max-width: 1160px) {
  .header_wrap header .header_inner .header_inner_nav ul.humburger_menu li {
    padding-right: 16px;
  }
  .header_wrap header .header_inner .header_inner_nav ul.humburger_menu li.header_nav_career {
    padding-left: 16px;
  }
  .header_wrap header .header_inner .header_inner_nav ul.humburger_menu li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 960px) {
  .header_wrap {
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header_wrap header {
    height: 48px;
    border-radius: 0px;
  }
  .header_wrap header.whitebg {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
  }
  .header_wrap header .header_inner {
    padding: 0px 16px;
    height: 48px;
    border-bottom: 1px solid transparent;
    transition-property: border-bottom;
    transition-duration: 0.4s;
  }
  .header_wrap header .header_inner h1.header_logo {
    height: 28px;
  }
  .header_wrap header .header_inner h1.header_logo img {
    width: 100%;
    height: 28px;
  }
  .header_wrap header .header_inner .header_inner_nav nav {
    display: flex;
    align-items: center;
  }
  .header_wrap header .header_inner .header_inner_nav nav a {
    text-decoration: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .header_wrap header .header_inner .header_inner_nav nav a:not(.btn) {
    color: var(--primary-text);
  }
  .header_wrap header .header_inner .header_inner_nav nav a:not(.btn) span.icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
  .header_wrap header .header_inner .header_inner_nav nav a:not(.btn) span.icon svg {
    fill: var(--primary);
    display: block;
  }
  .header_wrap header .header_inner .header_inner_nav nav ul.humburger_menu {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: -1;
    flex-direction: column;
    top: 0;
    left: 0;
    align-items: flex-start;
    height: 0dvh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.975);
    padding: 80px 16px 0 16px;
    transition-property: opacity, visibillity, pointer-events, height;
    transition-duration: 0.4s;
  }
  .header_wrap header .header_inner .header_inner_nav nav ul.humburger_menu li {
    padding: 16px 0;
    border-bottom: 1px solid var(--primary-25);
    border-left: initial;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .header_wrap header .header_inner .header_inner_nav nav ul.humburger_menu li a {
    font-size: 0.875rem;
  }
  .header_wrap header .header_inner .header_inner_nav nav ul.humburger_menu li.entry_btn {
    border-bottom: initial;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .header_wrap header .header_inner .header_inner_nav nav ul.humburger_menu li.header_nav_career {
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: initial;
  }
  .header_wrap header .header_inner .header_inner_nav nav ul.humburger_menu li.header_nav_career a {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .header_wrap header .header_inner .header_inner_nav nav ul.humburger_menu.open {
    pointer-events: initial;
    visibility: visible;
    opacity: 1;
    height: 100dvh;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b a.btn {
    transition-property: opacity, visibillity, pointer-events;
    transition-duration: 0.4s;
    min-width: initial;
    width: -moz-fit-content;
    width: fit-content;
    height: 32px;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b a.btn .inner.body_m {
    font-size: 0.675rem;
    padding: 0 24px 0 16px;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b a.btn span.icon {
    width: 10px;
    height: 10px;
    right: 8px;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b a.btn span.icon svg {
    height: 10px;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn {
    cursor: pointer;
    height: 48px;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid var(--primary-25);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn .humburger_btn_inner {
    height: 16px;
    width: 32px;
    position: relative;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn .humburger_btn_inner span, .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn .humburger_btn_inner::before, .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn .humburger_btn_inner::after {
    content: "";
    display: block;
    background-color: var(--primary);
    width: 100%;
    height: 1px;
    position: absolute;
    transition-property: top, bottom, transform;
    transition: 0.4s;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn .humburger_btn_inner::before {
    top: 0;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn .humburger_btn_inner span {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn .humburger_btn_inner::after {
    bottom: 0;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn.open .humburger_btn_inner::before {
    top: 7.5px;
    transform: rotate(30deg);
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn.open .humburger_btn_inner span {
    transform: rotate(330deg);
    opacity: 0;
  }
  .header_wrap header .header_inner .header_inner_nav nav .header_nav_b .humburger_btn.open .humburger_btn_inner::after {
    bottom: 7.5px;
    transform: rotate(-30deg);
  }
  .header_wrap header.open .header_inner {
    border-bottom: 1px solid var(--primary-25);
  }
  .header_wrap header.open .header_nav_b a.header_btn {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}

.btn {
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
}
.btn .inner span.icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn .inner span.icon svg {
  display: block;
  width: 100%;
  height: 16px;
}
.btn.h48 {
  height: 48px;
  border-radius: 24px;
}
.btn.h56 {
  height: 56px;
  border-radius: 28px;
}
.btn.h64 {
  height: 64px;
  border-radius: 32px;
}
.btn.h80 {
  height: 80px;
  border-radius: 40px;
}
.btn.btn_accent {
  background-color: var(--accent);
  color: var(--white);
  border: 2px solid var(--accent);
  transition: 0.4s;
}
.btn.btn_accent span.icon svg {
  fill: var(--white);
}
@media (min-width: 961px) {
  .btn.btn_accent:hover {
    background-color: var(--white);
    color: var(--accent);
  }
  .btn.btn_accent:hover span.icon svg {
    fill: var(--accent);
  }
}
.btn.btn_border {
  border: 1px solid var(--primary);
  color: var(--primary-text);
  position: relative;
  transition: background-color 0.4s, color 0.4s;
}
.btn.btn_border span.icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.btn.btn_border span.icon svg {
  fill: var(--primary-text);
  display: block;
  transition: fill 0.4s;
}
@media (min-width: 961px) {
  .btn.btn_border:hover {
    background-color: var(--primary);
    color: var(--white);
  }
  .btn.btn_border:hover span.icon svg {
    fill: var(--white);
  }
}
@media (max-width: 960px) {
  .btn.h48 {
    height: 40px;
    border-radius: 20px;
  }
  .btn.h56 {
    height: 48px;
    border-radius: 24px;
  }
  .btn.h64 {
    height: 56px;
    border-radius: 28px;
  }
  .btn.h80 {
    height: 72px;
    border-radius: 36px;
  }
}

.btn.circleicon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--primary-text);
  text-decoration: none;
  transition: opacity 0.4s;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.circleicon span.icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s;
}
.btn.circleicon span.icon svg {
  width: 20px;
  height: 20px;
  fill: var(--primary);
  transition: fill 0.4s;
}
@media (max-width: 960px) {
  .btn.circleicon span.icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .btn.circleicon span.icon svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) {
  .btn.circleicon:hover {
    opacity: 0.8;
  }
  .btn.circleicon:hover span.icon {
    background-color: var(--primary);
  }
  .btn.circleicon:hover span.icon svg {
    fill: var(--white);
  }
}

.btn.small_btn {
  height: 40px;
  width: 112px;
  border-radius: 20px;
  border: 1px solid var(--primary);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
  gap: 4px;
}
.btn.small_btn span.icon {
  width: 1em;
  height: 1em;
  transition: 0.4s;
}
.btn.small_btn span.icon svg {
  width: 100%;
  height: 1em;
  display: block;
  fill: var(--primary);
  transition: 0.4s;
}
@media (min-width: 768px) {
  .btn.small_btn:hover {
    opacity: 0.8;
    background-color: var(--primary);
    color: var(--white);
  }
  .btn.small_btn:hover span.icon svg {
    fill: var(--white);
  }
}
@media (max-width: 960px) {
  .btn.small_btn {
    height: 32px;
    width: 96px;
    border-radius: 16px;
  }
}

@keyframes heightanimation {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes lineanimation {
  from {
    stroke-dashoffset: 1400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes imgfadein {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.diagonal {
  clip-path: polygon(0 56px, 100% 0, 100% calc(100% - 56px), 0 100%);
  overflow: hidden;
}
.diagonal.nobottom {
  clip-path: polygon(0 56px, 100% 0, 100% 100%, 0 100%);
}
.diagonal.notop {
  clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 56px), 0 100%);
}
@media (max-width: 960px) {
  .diagonal {
    clip-path: polygon(0 24px, 100% 0, 100% calc(100% - 24px), 0 100%);
  }
  .diagonal.nobottom {
    clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%);
  }
  .diagonal.notop {
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 24px), 0 100%);
  }
}

.diagonal_r {
  clip-path: polygon(0 0, 100% 56px, 100% 100%, 0 calc(100% - 56px));
  overflow: hidden;
}
.diagonal_r.nobottom {
  clip-path: polygon(0 0, 100% 56px, 100% 100%, 0 100%);
}
@media (max-width: 960px) {
  .diagonal_r {
    clip-path: polygon(0 0, 100% 24px, 100% 100%, 0 calc(100% - 24px));
  }
  .diagonal_r.nobottom {
    clip-path: polygon(0 0, 100% 24px, 100% 100%, 0 100%);
  }
}

span.textbg {
  padding: 0 0.25em;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary);
}

.modal_window {
  width: 100vw;
  height: 100dvh;
  z-index: 200;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  transition: background-color 0.8s, opacity 0.8s;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}
.modal_window .close_btn {
  display: block;
  position: fixed;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  z-index: 300;
  cursor: pointer;
}
.modal_window .close_btn .close_btn_inner {
  width: 32px;
  height: 32px;
  position: relative;
}
.modal_window .close_btn .close_btn_inner::before, .modal_window .close_btn .close_btn_inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal_window .close_btn .close_btn_inner::before {
  transform: rotate(45deg);
}
.modal_window .close_btn .close_btn_inner::after {
  transform: rotate(-45deg);
}
.modal_window .modal_content {
  filter: drop-shadow(0 0 32px rgba(0, 0, 0, 0.35));
  height: 100%;
  overflow: scroll;
  background-color: var(--white);
  width: 100%;
  max-width: 720px;
  transform: translate(0vw, 0vw);
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
  transition-delay: transform 0.2s;
  padding: 40px;
}
.modal_window.modal_right {
  height: 100dvh;
  justify-content: flex-end;
  padding: 0;
}
.modal_window.modal_right .modal_content {
  width: 50vw;
  height: 100dvh;
  background-color: var(--white);
  transform: translate(50vw, 0);
}
.modal_window.modal_right .modal_content img {
  width: 100%;
}
.modal_window.modal_right .modal_content span.small {
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 8px;
}
.modal_window.modal_right .modal_content .modal_inner_btnarea {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_window.show {
  transform: translate(0vw, 0);
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.modal_window.show .modal_content {
  opacity: 1;
  transform: translate(0, 0vw);
}
@media (max-width: 960px) {
  .modal_window.modal_right .modal_content {
    width: 95vw;
  }
}

.modal_for_people .modal_window .modal_pager {
  z-index: 250;
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  margin-bottom: 32px;
  height: 48px;
  align-items: center;
  display: flex;
  padding: 8px 0 0 0;
  transform: translate(50vw, 0);
  transition: transform 0.4s;
  max-width: 720px;
}
.modal_for_people .modal_window .modal_pager .modal_pager_inner {
  background: var(--primary);
  width: 72px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.modal_for_people .modal_window .modal_pager .modal_btn {
  display: block;
  width: 24px;
  height: 24px;
  transition: opacity 0.4s;
}
.modal_for_people .modal_window .modal_pager .modal_btn svg {
  width: 100%;
  height: 100%;
  fill: var(--white);
}
.modal_for_people .modal_window .modal_pager .modal_btn.disable {
  opacity: 0.25;
  pointer-events: none;
}
.modal_for_people .modal_window .modal_pager .modal_btn.prev svg {
  transform: rotate(180deg);
}
.modal_for_people .modal_window .modal_pager .modal_btn.next {
  margin-left: auto;
}
@media (min-width: 768px) {
  .modal_for_people .modal_window .modal_pager .modal_btn:hover {
    opacity: 0.7;
  }
}
.modal_for_people .modal_window.show .modal_pager {
  transform: translate(0vw, 0);
}
.modal_for_people .modal_window .modal_content {
  background-color: var(--secondary);
  padding: 64px 0 80px 0;
}
.modal_for_people .modal_window .modal_content .people_modal_copy {
  color: var(--primary-text);
  margin: 0 0 40px 0;
  border-bottom: 1px solid var(--primary);
  padding: 0 0 24px 0;
  position: relative;
  text-align: center;
}
.modal_for_people .modal_window .modal_content .people_modal_copy::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-right: 1px solid var(--primary-text);
  border-bottom: 1px solid var(--primary-text);
  background-color: var(--secondary);
}
.modal_for_people .modal_window .modal_content .people_modal_name {
  color: var(--primary-text);
  margin: 24px 0;
  border-bottom: 1px dashed var(--primary);
  padding-bottom: 24px;
}
.modal_for_people .modal_window .modal_content .modal_content_inner h2,
.modal_for_people .modal_window .modal_content .modal_content_inner h3,
.modal_for_people .modal_window .modal_content .modal_content_inner h4,
.modal_for_people .modal_window .modal_content .modal_content_inner p,
.modal_for_people .modal_window .modal_content .modal_content_inner .modal_inner_btnarea {
  padding-left: 40px;
  padding-right: 64px;
}
.modal_for_people .modal_window .modal_content .modal_content_inner .modal_content_inner_article h3,
.modal_for_people .modal_window .modal_content .modal_content_inner .modal_content_inner_article h4 {
  margin: 1em 0 0.5em 0;
}
.modal_for_people .modal_window .modal_content .modal_content_inner .modal_content_inner_article h3 {
  color: var(--white);
}
.modal_for_people .modal_window .modal_content .modal_content_inner .modal_content_inner_article h3 .article_h3_inner {
  padding: 0.1em 8px 0.2em 8px;
  background-color: var(--primary);
}
.modal_for_people .modal_window .modal_content .modal_content_inner .modal_content_inner_article h4 {
  color: var(--primary-text);
}
.modal_for_people .modal_window .modal_content .modal_content_inner .modal_content_inner_article p {
  margin: 1.5em 0;
}
.modal_for_people .modal_window .modal_content .img {
  margin: 24px 0;
  aspect-ratio: 16/10;
}
.modal_for_people .modal_window .modal_content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .modal_for_people .modal_window .modal_pager {
    width: 95vw;
  }
  .modal_for_people .modal_window .modal_content .people_modal_copy {
    padding: 0 0 16px 0;
    margin: 0 0 24px 0;
  }
  .modal_for_people .modal_window .modal_content .people_modal_copy::after {
    width: 16px;
    height: 16px;
    bottom: -9px;
  }
  .modal_for_people .modal_window .modal_content .img {
    margin: 16px 0;
  }
  .modal_for_people .modal_window .modal_content .people_modal_name {
    padding-bottom: 16px;
  }
  .modal_for_people .modal_window .modal_content .modal_content_inner h2,
  .modal_for_people .modal_window .modal_content .modal_content_inner h3,
  .modal_for_people .modal_window .modal_content .modal_content_inner h4,
  .modal_for_people .modal_window .modal_content .modal_content_inner p,
  .modal_for_people .modal_window .modal_content .modal_content_inner .modal_inner_btnarea {
    padding-left: 5vw;
    padding-right: 7.5vw;
  }
}

/*hero*/
section#tophero {
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 960px) {
  section#tophero {
    margin-top: 56px;
  }
}
section#tophero.hero_wrap,
section#tophero .hero_container,
section#tophero .hero_img_wrap,
section#tophero .heroimg,
section#tophero .hero_copy_wrap {
  width: 100%;
}
@media (max-width: 599px) {
  section#tophero.hero_wrap,
  section#tophero .hero_container,
  section#tophero .hero_img_wrap,
  section#tophero .heroimg,
  section#tophero .hero_copy_wrap {
    aspect-ratio: 7/10;
    font-size: 6vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  section#tophero.hero_wrap,
  section#tophero .hero_container,
  section#tophero .hero_img_wrap,
  section#tophero .heroimg,
  section#tophero .hero_copy_wrap {
    aspect-ratio: 27/32;
    font-size: 5vw;
  }
  section#tophero.hero_wrap .hero_copy,
  section#tophero .hero_container .hero_copy,
  section#tophero .hero_img_wrap .hero_copy,
  section#tophero .heroimg .hero_copy,
  section#tophero .hero_copy_wrap .hero_copy {
    transform: translate(0px, -4vw);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section#tophero.hero_wrap,
  section#tophero .hero_container,
  section#tophero .hero_img_wrap,
  section#tophero .heroimg,
  section#tophero .hero_copy_wrap {
    aspect-ratio: 16/12;
    font-size: 5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  section#tophero.hero_wrap,
  section#tophero .hero_container,
  section#tophero .hero_img_wrap,
  section#tophero .heroimg,
  section#tophero .hero_copy_wrap {
    aspect-ratio: 16/10;
    font-size: 4.25vw;
  }
}
@media (min-width: 1181px) {
  section#tophero.hero_wrap,
  section#tophero .hero_container,
  section#tophero .hero_img_wrap,
  section#tophero .heroimg,
  section#tophero .hero_copy_wrap {
    aspect-ratio: 32/17;
    font-size: 4.25vw;
  }
}
section#tophero.hero_wrap {
  position: relative;
}
section#tophero.hero_wrap .hero_copy_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
section#tophero.hero_wrap .hero_copy_wrap h1.hero_copy {
  line-height: 1.4;
  padding-left: 0.25em;
  font-weight: 700;
  padding-bottom: 0.125em;
}
section#tophero.hero_wrap .hero_copy_wrap h1.hero_copy div.copy_line {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#tophero.hero_wrap .hero_copy_wrap h1.hero_copy div.copy_line:nth-child(1) {
  animation: fadeinmask 0.8s ease-in-out 0.8s both;
}
section#tophero.hero_wrap .hero_copy_wrap h1.hero_copy div.copy_line:nth-child(2) {
  animation: fadeinmask 0.8s ease-in-out 1.2s both;
}
section#tophero.hero_wrap .hero_copy_wrap h1.hero_copy div.copy_line .copy_text {
  color: var(--primary);
}
section#tophero.hero_wrap .hero_copy_wrap h1.hero_copy div.copy_line .copy_text_bg {
  color: var(--white);
  padding: 0.2em 0.125em 0.35em 0.125em;
  position: relative;
  line-height: 1;
}
section#tophero.hero_wrap .hero_copy_wrap h1.hero_copy div.copy_line .copy_text_bg::after {
  position: absolute;
  background-color: var(--primary);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
section#tophero.hero_wrap .hero_container {
  width: 100%;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap {
  position: relative;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg {
  pointer-events: none;
  will-change: transform, animation, opacity;
  transform: translateZ(0);
  opacity: 0;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  will-change: transform, animation, opacity;
  transform: translateZ(0);
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.abs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1 {
  aspect-ratio: initial;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_1 {
  width: 10%;
  left: 48%;
  right: initial;
  top: initial;
  bottom: 4px;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_2 {
  width: 12.5%;
  left: 15%;
  right: initial;
  top: initial;
  bottom: 3%;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_3 {
  width: 13.8%;
  left: initial;
  right: 20%;
  top: initial;
  bottom: 2%;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_4 {
  width: 13.8%;
  left: initial;
  right: 10%;
  top: 10%;
  bottom: initial;
}
@media (max-width: 599px) {
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_1 {
    width: 15%;
    left: 45%;
    bottom: 2%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_2 {
    width: 22%;
    left: 15%;
    bottom: 2%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_3 {
    right: 5%;
    width: 22.5%;
    bottom: 10%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_4 {
    width: 22.5%;
    right: 5%;
    top: 5%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_1 {
    width: 15%;
    left: 45%;
    bottom: 2%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_2 {
    width: 20%;
    left: 15%;
    bottom: 8%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_3 {
    right: 5%;
    width: 20%;
    bottom: 5%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_4 {
    width: 20%;
    right: 5%;
    top: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_1 {
    width: 12%;
    left: 50%;
    bottom: 2%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_2 {
    width: 13%;
    left: 5%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_3 {
    right: 5%;
    width: 15%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_4 {
    width: 15%;
    right: 5%;
    top: 8%;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_1 {
    width: 11%;
    left: 50%;
    bottom: 2%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_2 {
    left: 12.5%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_3 {
    right: 17.5%;
  }
  section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_4 {
    width: 14%;
    right: 10%;
    top: 8%;
  }
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_2 {
  animation: fadeinscale 0.8s ease-out 2s both;
  z-index: -3;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_1 {
  animation: fadeinscale 0.8s ease-out 2s both;
  z-index: -1;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_2 {
  animation: fadeinscale 0.8s ease-out 2s both;
  z-index: -1;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_3 {
  animation: fadeinscale 0.8s ease-out 2s both;
  z-index: -1;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1_4 {
  animation: fadeinscale 0.8s ease-out 2s both;
  z-index: -1;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.heroline {
  animation: fadein 0.8s ease-out 2.4s both;
  z-index: -2;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.heromid_4 {
  animation: fadeinscale 0.8s ease-out 2.8s both;
  z-index: -6;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.heromid_3 {
  animation: fadeinscale 0.8s ease-out 3.4s both;
  z-index: -5;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.heromid_2 {
  animation: fadeinscale 0.8s ease-out 3.8s both;
  z-index: -4;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.heromid_1 {
  animation: fadeinscale 0.8s ease-out 4.2s both;
  z-index: -3;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.heromid_1 img {
  animation: updown_2 4s ease-out 0s infinite;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herobg {
  animation: fadeinmask 2.4s ease-out 2.8s both;
  z-index: -10;
  position: relative;
}
section#tophero.hero_wrap .hero_container .hero_img_wrap .heroimg.herofore_1 img {
  animation: updown_2 6s ease-out 0s infinite;
}
section#tophero .scroll_btn_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  font-size: 0.675rem;
  z-index: 10;
  height: 40px;
  display: flex;
  align-items: flex-end;
  padding: 0 32px;
}
section#tophero .scroll_btn_area .scroll_btn_area_inner {
  height: 40px;
  width: 100%;
}
section#tophero .scroll_btn_area .scroll_btn_area_inner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  line-height: 1;
  text-decoration: none;
  color: var(--primary);
  transform: rotate(90deg);
  transform-origin: left;
  opacity: 0;
  animation: fadein 0.8s ease-out 4s both;
}
@media (max-width: 960px) {
  section#tophero .scroll_btn_area {
    padding: 0 24px 0 16px;
    font-size: 0.625rem;
  }
}

section#top_about {
  padding-top: 8px;
  padding-left: 32px;
  padding-right: 32px;
}
section#top_about .top_about_inner {
  padding-top: 112px;
  padding-left: 80px;
  position: relative;
}
section#top_about .top_about_inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  min-height: 80px;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: var(--pseudo-height, 0%);
  transition: height 0.05s linear;
  animation: fadein 0.8s ease-out 4s forwards;
}
section#top_about .top_about_inner p.aboutlead {
  color: var(--primary-text);
  font-size: 1.75rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 2em;
  opacity: 0;
}
section#top_about .top_about_inner p.aboutlead:last-child {
  margin-bottom: 0;
}
section#top_about .top_about_inner p.aboutlead span.lb {
  margin: 0.25em 0;
  padding: 0px 0 0 0.25em;
}
section#top_about .top_about_inner p.aboutlead span.textbg_animation {
  color: var(--primary-text);
  padding: 0 0 0 0.25em;
  position: relative;
  transition-property: width, color;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
section#top_about .top_about_inner p.aboutlead span.textbg_animation::after {
  position: absolute;
  background-color: var(--primary);
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
section#top_about .top_about_inner p.aboutlead.show span.textbg_animation {
  color: var(--white);
  transition-delay: 1s;
}
section#top_about .top_about_inner p.aboutlead.show span.textbg_animation::after {
  width: 100%;
  transition-delay: 1s;
}
section#top_about .top_about_business {
  margin-top: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 80px;
}
section#top_about .top_about_business .left,
section#top_about .top_about_business .right {
  width: 50%;
}
section#top_about .top_about_business .left .about_business_img {
  max-width: 400px;
}
section#top_about .top_about_business .left .about_business_img g,
section#top_about .top_about_business .left .about_business_img g path {
  opacity: 0;
  transition: 0.8s;
}
section#top_about .top_about_business .left .about_business_img path#ab_0 {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
}
section#top_about .top_about_business .left .about_business_img.show g#ab_g_1 {
  transition-delay: 0.2s;
  opacity: 0.8;
}
section#top_about .top_about_business .left .about_business_img.show g#ab_g_1 path {
  opacity: 1;
}
section#top_about .top_about_business .left .about_business_img.show g#ab_g_2 {
  transition-delay: 0.6s;
  opacity: 0.8;
}
section#top_about .top_about_business .left .about_business_img.show g#ab_g_2 path {
  opacity: 1;
}
section#top_about .top_about_business .left .about_business_img.show path#ab_0 {
  animation: 0.6s lineanimation 1s ease-out forwards;
}
section#top_about .top_about_business .left .about_business_img.show g#ab_g_3 {
  transition-delay: 1.4s;
  opacity: 1;
}
section#top_about .top_about_business .left .about_business_img.show g#ab_g_3 path {
  opacity: 1;
}
section#top_about .top_about_business .left .about_business_img.show g#ab_g_4 {
  transition-delay: 1.8s;
  opacity: 1;
}
section#top_about .top_about_business .left .about_business_img.show g#ab_g_4 path {
  opacity: 1;
}
section#top_about .top_about_business .right h2.body_l {
  color: var(--primary-text);
  margin-bottom: 8px;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--primary);
}
section#top_about .top_about_business .right h2.h_l {
  color: var(--primary-text);
  margin-bottom: 24px;
}
section#top_about .top_about_business .right h3 {
  color: var(--white);
  background-color: var(--primary);
  padding: 0px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 0.25em;
  line-height: 1;
}
section#top_about .top_about_business .right h3 span.icon {
  display: inline-block;
  margin-right: 0.5em;
  width: 0.5em;
}
section#top_about .top_about_business .right h3 span.icon img {
  width: 100%;
  display: block;
}
section#top_about .top_about_business .right p {
  margin: 16px 0 24px 0;
}
section#top_about .top_about_business .right p:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  section#top_about .top_about_inner p.aboutlead {
    font-size: 3vw;
  }
}
@media (max-width: 560px) {
  section#top_about .top_about_inner p.aboutlead {
    font-size: 4vw;
  }
}
@media (max-width: 960px) {
  section#top_about {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 24px;
  }
  section#top_about .top_about_inner {
    padding-top: 40px;
    padding-left: 16px;
  }
  section#top_about .top_about_business {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 64px;
  }
  section#top_about .top_about_business .left,
  section#top_about .top_about_business .right {
    width: 100%;
  }
}

section#top_career {
  position: relative;
  padding-top: 200px;
}
@media (min-width: 1440px) {
  section#top_career {
    aspect-ratio: 2/1;
  }
}
section#top_career .top_career_imgarea {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
section#top_career .top_career_imgarea .top_career_img {
  overflow: hidden;
}
section#top_career .top_career_imgarea .top_career_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
}
section#top_career .top_career_imgarea .top_career_img.top_career_img_1, section#top_career .top_career_imgarea .top_career_img.top_career_img_2 {
  margin-right: 24px;
}
section#top_career .top_career_imgarea .top_career_img.top_career_img_1 {
  grid-row: 1/2;
  grid-column: 1/3;
}
section#top_career .top_career_imgarea .top_career_img.top_career_img_2 {
  grid-row: 1/2;
  grid-column: 3/5;
}
section#top_career .top_career_imgarea .top_career_img.top_career_img_3 {
  grid-row: 1/2;
  grid-column: 5/7;
}
section#top_career .top_career_imgarea .top_career_img.top_career_img_4 {
  grid-row: 2/3;
  grid-column: 4/7;
  margin-top: 24px;
}
section#top_career .top_career_imgarea.show .top_career_img_1 img {
  animation: imgfadein 0.8s ease 0.4s forwards;
}
section#top_career .top_career_imgarea.show .top_career_img_2 img {
  animation: imgfadein 0.8s ease 0.5s forwards;
}
section#top_career .top_career_imgarea.show .top_career_img_3 img {
  animation: imgfadein 0.8s ease 0.6s forwards;
}
section#top_career .top_career_imgarea.show .top_career_img_4 img {
  animation: imgfadein 0.8s ease 0.7s forwards;
}
section#top_career .top_career_textarea_wrap {
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-end;
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background: linear-gradient(to right, #FDFDFD, #FDFDFD 30%, transparent 40%, transparent 100%);
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container {
  width: 100%;
  height: 100%;
  padding: 0 80px;
}
@media (min-width: 961px) {
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container.basic_width {
    max-width: 1360px;
  }
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content {
  position: relative;
  background-color: var(--white);
  width: 50%;
  height: 100%;
  border-radius: 8px;
  padding: 80px 64px 80px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content {
    width: 65%;
  }
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .engtitle {
  padding-top: 24px;
  position: absolute;
  left: 0px;
  top: 80px;
  transform: rotate(90deg) translate(0px, 0em);
  transform-origin: top left;
  color: var(--primary-25);
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .engtitle h2.h_xl {
  line-height: 1;
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner h2 {
  color: var(--primary-text);
  margin-bottom: 16px;
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner h3 {
  margin-bottom: 16px;
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner h3 span.textbg {
  margin-bottom: 4px;
  display: block;
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner h3 span.textbg:last-child {
  margin-bottom: 0;
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner p {
  margin: 1em 0;
}
section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner .circlebtnarea {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  section#top_career {
    padding-top: 0px;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container {
    padding: 0 0px;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    border-radius: 0 8px 0 0;
    padding: 24px 24px 80px 24px;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .engtitle {
    padding-top: 0px;
    margin-bottom: 8px;
    position: initial;
    left: initial;
    top: initial;
    transform: initial;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .engtitle h2.h_xl {
    font-size: 1rem;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner h2 {
    color: var(--primary-text);
    margin-bottom: 16px;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner h3 {
    margin-bottom: 16px;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner h3 span.textbg {
    margin-bottom: 4px;
    display: block;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner h3 span.textbg:last-child {
    margin-bottom: 0;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner p {
    margin: 1em 0;
  }
  section#top_career .top_career_textarea_wrap .top_career_textarea_bg .top_career_textarea_container .top_career_textarea_content .top_career_textarea_inner .circlebtnarea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  section#top_career .top_career_imgarea {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    position: static;
  }
  section#top_career .top_career_imgarea .top_career_img.top_career_img_1, section#top_career .top_career_imgarea .top_career_img.top_career_img_2 {
    margin-right: 0px;
  }
  section#top_career .top_career_imgarea .top_career_img.top_career_img_1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  section#top_career .top_career_imgarea .top_career_img.top_career_img_1 img {
    -o-object-position: left;
       object-position: left;
  }
  section#top_career .top_career_imgarea .top_career_img.top_career_img_2 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  section#top_career .top_career_imgarea .top_career_img.top_career_img_3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  section#top_career .top_career_imgarea .top_career_img.top_career_img_4 {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 0px;
  }
}

section#top_environment {
  background-color: var(--secondary);
  margin-top: -56px;
  padding-top: 120px;
  padding-bottom: 96px;
}
section#top_environment .top_environment_container {
  padding: 0 80px;
}
section#top_environment .top_environment_inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
section#top_environment .top_environment_inner .left,
section#top_environment .top_environment_inner .right {
  width: 50%;
}
section#top_environment .top_environment_inner .left img,
section#top_environment .top_environment_inner .right img {
  width: 100%;
}
section#top_environment .top_environment_inner .right {
  position: relative;
}
section#top_environment .top_environment_inner .right .engtitle {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: right top;
}
section#top_environment .top_environment_inner .right .engtitle h2.eng {
  transform: rotate(180deg);
  color: var(--primary-25);
  line-height: 1;
}
section#top_environment .top_environment_inner .right h2 {
  color: var(--primary-text);
  margin-bottom: 16px;
}
section#top_environment .top_environment_inner .right h3 {
  margin-bottom: 16px;
}
section#top_environment .top_environment_inner .right h3 span.lb {
  display: block;
  margin-bottom: 4px;
}
section#top_environment .top_environment_inner .right p {
  margin: 1em 0;
}
section#top_environment .top_environment_inner .right .circlebtnarea a.btn {
  margin-left: auto;
}
@media (max-width: 960px) {
  section#top_environment {
    margin-top: -24px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  section#top_environment .top_environment_container {
    padding: 0px 24px;
  }
  section#top_environment .top_environment_inner {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    gap: 24px;
  }
  section#top_environment .top_environment_inner .left,
  section#top_environment .top_environment_inner .right {
    width: 100%;
  }
  section#top_environment .top_environment_inner .left {
    padding: 0 40px;
  }
  section#top_environment .top_environment_inner .right .engtitle {
    position: static;
    transform: initial;
  }
  section#top_environment .top_environment_inner .right .engtitle h2.eng {
    transform: initial;
    font-size: 1rem;
    margin-bottom: 8px;
  }
  section#top_environment .top_environment_inner .right p {
    margin: 1em 0 2em 0;
  }
  section#top_environment .top_environment_inner .right .circlebtnarea a.btn {
    margin-left: auto;
  }
}

section#top_people {
  padding-top: 120px;
  padding-bottom: 120px;
}
section#top_people .top_people_container {
  padding-left: 80px;
}
section#top_people .top_people_inner {
  position: relative;
}
section#top_people .top_people_inner .engtitle {
  padding-top: 24px;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(90deg) translate(0px, 0em);
  transform-origin: top left;
  color: var(--primary-25);
}
section#top_people .top_people_inner .engtitle h2.h_xl {
  line-height: 1;
}
section#top_people .top_people_inner .titlearea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#top_people .top_people_inner .titlearea h2 {
  color: var(--primary-text);
  width: 50%;
}
section#top_people .top_people_inner .titlearea p.lead {
  width: 50%;
}
section#top_people .top_people_inner ul.top_people_list {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: nowrap;
  margin-top: 80px;
}
section#top_people .top_people_inner ul.top_people_list li {
  opacity: 0;
  width: 33.3333333333%;
  padding: 4px 12px 12px 12px;
  background-color: var(--white);
  position: relative;
  border-radius: 8px;
}
@media (min-width: 768px) {
  section#top_people .top_people_inner ul.top_people_list li:hover {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
    transition: 0.4s;
    z-index: 10;
  }
  section#top_people .top_people_inner ul.top_people_list li:hover .btn.small_btn {
    opacity: 1;
    background-color: var(--primary);
    color: var(--white);
  }
  section#top_people .top_people_inner ul.top_people_list li:hover .btn.small_btn:has(span.icon) {
    padding-left: 0.25em;
  }
  section#top_people .top_people_inner ul.top_people_list li:hover .btn.small_btn span.icon svg {
    fill: var(--white);
  }
}
section#top_people .top_people_inner ul.top_people_list li a {
  color: var(--primary-text);
  display: block;
  text-decoration: none;
}
section#top_people .top_people_inner ul.top_people_list li a h3 {
  color: var(--primary-text);
  border-bottom: 1px solid var(--primary-text);
  position: relative;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 40px;
}
section#top_people .top_people_inner ul.top_people_list li a h3::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-right: 1px solid var(--primary-text);
  border-bottom: 1px solid var(--primary-text);
  background-color: var(--white);
}
section#top_people .top_people_inner ul.top_people_list li a .img {
  aspect-ratio: 16/10;
}
section#top_people .top_people_inner ul.top_people_list li a .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
section#top_people .top_people_inner ul.top_people_list li a h4 {
  margin: 32px 0 24px;
}
section#top_people .top_people_inner ul.top_people_list li a p {
  color: var(--black);
}
section#top_people .top_people_inner ul.top_people_list li a .btnarea {
  margin-top: 16px;
}
section#top_people .top_people_inner ul.top_people_list li a .btnarea .btn {
  margin-left: auto;
}
section#top_people .top_people_inner ul.top_people_list.show li:nth-child(1) {
  animation: fadein 0.8s ease-out 0.4s forwards;
}
section#top_people .top_people_inner ul.top_people_list.show li:nth-child(2) {
  animation: fadein 0.8s ease-out 0.6s forwards;
}
section#top_people .top_people_inner ul.top_people_list.show li:nth-child(3) {
  animation: fadein 0.8s ease-out 0.8s forwards;
}
section#top_people .btnarea {
  text-align: center;
  margin-top: 88px;
  color: var(--primary-text);
}
section#top_people .btnarea a.btn {
  margin: 16px auto 0 auto;
}
@media (max-width: 960px) {
  section#top_people {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  section#top_people .top_people_container {
    padding-left: 24px;
  }
  section#top_people .top_people_inner .engtitle {
    padding-top: 0px;
    position: static;
    transform: initial;
  }
  section#top_people .top_people_inner .engtitle h2.eng {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  section#top_people .top_people_inner .titlearea {
    flex-direction: column;
    gap: 16px;
  }
  section#top_people .top_people_inner .titlearea h2 {
    width: 100%;
  }
  section#top_people .top_people_inner .titlearea p.lead {
    width: 100%;
  }
  section#top_people .top_people_inner .titlearea p.lead br {
    display: none;
  }
  section#top_people .top_people_inner .titlearea p.lead span.lb {
    display: inline;
  }
  section#top_people .top_people_inner ul.top_people_list {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
  section#top_people .top_people_inner ul.top_people_list li {
    width: 100%;
    padding: 0;
    position: relative;
    border-radius: 8px;
  }
  section#top_people .top_people_inner ul.top_people_list li a h3 {
    padding: 12px 0;
    text-align: center;
    margin-bottom: 24px;
  }
  section#top_people .top_people_inner ul.top_people_list li a h3::after {
    width: 16px;
    height: 16px;
    bottom: -9px;
  }
  section#top_people .top_people_inner ul.top_people_list li a h4 {
    margin: 16px 0 16px;
  }
  section#top_people .top_people_inner ul.top_people_list li a .btnarea {
    margin-top: 8px;
  }
  section#top_people .btnarea {
    margin-top: 40px;
  }
}

section#top_info {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--secondary);
}
section#top_info .titlearea {
  text-align: center;
  margin-bottom: 40px;
}
section#top_info .titlearea h2 {
  color: var(--primary-text);
  opacity: 0.25;
}
section#top_info .titlearea h3 {
  color: var(--primary-text);
}
section#top_info iframe {
  box-shadow: initial !important;
}
section#top_info .btnarea {
  margin-top: 40px;
}
section#top_info .btnarea a.btn {
  margin: 0 auto;
}
@media (max-width: 960px) {
  section#top_info {
    padding-top: 48px;
    padding-bottom: 96px;
  }
  section#top_info .titlearea {
    text-align: center;
    margin-bottom: 24px;
  }
  section#top_info .titlearea h2.eng {
    line-height: 1;
    font-size: 1rem;
    margin-bottom: 8px;
  }
  section#top_info .btnarea {
    margin-top: 24px;
  }
}

section#cta {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../img/contact_bg.webp);
  background-size: cover;
  background-attachment: fixed;
  margin-top: -56px;
  background-position: center;
}
section#cta .cta_container a.cta_wrap {
  border-radius: 8px 8px 0 0;
  margin-left: auto;
  display: block;
  width: 50%;
  background-color: var(--accent);
  color: var(--white);
  padding: 24px 48px 40px 48px;
  text-decoration: none;
  transition-property: opacity, transform, color, background-color, outline, filter;
  transition-duration: 0.4s;
}
section#cta .cta_container a.cta_wrap .cta_flex {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
section#cta .cta_container a.cta_wrap .cta_flex .left h3 {
  margin: 0px 0 16px 0;
}
section#cta .cta_container a.cta_wrap .cta_flex .right img {
  width: 100%;
}
section#cta .cta_container a.cta_wrap .btnarea .btn {
  transition-property: opacity, transform, color, background-color, outline;
  transition-duration: 0.4s;
  background-color: var(--white);
  border: 1px solid var(--accent);
  color: var(--accent);
  max-width: initial;
}
section#cta .cta_container a.cta_wrap .btnarea .btn span.icon {
  width: 16px;
  height: 16px;
  transition: 0.4s;
}
section#cta .cta_container a.cta_wrap .btnarea .btn span.icon svg {
  fill: var(--accent);
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  section#cta .cta_container a.cta_wrap:hover .btnarea .btn {
    background-color: var(--accent);
    border: 1px solid var(--white);
    color: var(--white);
    opacity: 0.7;
  }
  section#cta .cta_container a.cta_wrap:hover .btnarea .btn span.icon {
    transform: translate(2px, 0);
  }
  section#cta .cta_container a.cta_wrap:hover .btnarea .btn span.icon svg {
    fill: var(--white);
  }
}
section#cta .cta_container .cta_career_area {
  margin-left: auto;
  border-radius: 0px 0px 8px 8px;
  display: block;
  width: 50%;
  background-color: var(--accent);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 48px 32px 48px;
}
section#cta .cta_container .cta_career_area p.caption {
  color: var(--white);
  margin-bottom: 0.5em;
}
section#cta .cta_container .cta_career_area a.cta_career {
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  text-align: center;
  border-bottom: 1px dashed var(--white);
  transition: opacity 0.4s;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
section#cta .cta_container .cta_career_area a.cta_career span.icon {
  width: 1.25em;
  height: 1.25em;
}
section#cta .cta_container .cta_career_area a.cta_career span.icon svg {
  fill: var(--white);
  display: block;
  width: 1.25em;
  height: 1.25em;
}
@media (min-width: 768px) {
  section#cta .cta_container .cta_career_area a.cta_career:hover {
    opacity: 0.7;
  }
}
@media (max-width: 960px) {
  section#cta {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: -24px;
    background-attachment: initial;
  }
  section#cta .cta_container a.cta_wrap {
    border-radius: 4px 4px 0 0;
    width: 100%;
    padding: 24px 16px;
  }
  section#cta .cta_container a.cta_wrap .cta_flex {
    border-radius: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  section#cta .cta_container a.cta_wrap .cta_flex .left {
    width: 60%;
  }
  section#cta .cta_container a.cta_wrap .cta_flex .left h3 {
    margin: 0px 0 16px 0;
  }
  section#cta .cta_container a.cta_wrap .cta_flex .left p {
    font-size: 0.75rem;
  }
  section#cta .cta_container a.cta_wrap .cta_flex .left p br {
    display: none;
  }
  section#cta .cta_container a.cta_wrap .cta_flex .right {
    width: 40%;
    padding: 0 4%;
  }
  section#cta .cta_container a.cta_wrap .btnarea .btn {
    height: 48px;
  }
  section#cta .cta_container .cta_career_area {
    width: 100%;
    border-radius: 0px 0px 4px 4px;
    padding: 0px 24px 24px 24px;
  }
}

footer {
  margin-top: -56px;
  background-color: var(--primary);
  color: var(--white);
}
footer a {
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity 0.4s;
}
@media (min-width: 961px) {
  footer a:hover {
    opacity: 0.8;
  }
}
footer span.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 4px;
}
footer span.icon img {
  width: 1em;
  height: 1em;
  display: block;
}
footer .footer_inner {
  padding-top: 120px;
  padding-bottom: 40px;
}
footer .footer_inner .footer_logo {
  display: block;
  margin-bottom: 32px;
  max-width: 230px;
}
footer .footer_inner .footer_logo img {
  width: 100%;
}
footer .footer_inner .footer_flex {
  display: flex;
  gap: 40px;
}
footer .footer_inner .footer_flex .left,
footer .footer_inner .footer_flex .right {
  max-width: 300px;
}
footer .footer_inner .footer_flex .left p {
  margin: 0 0 1em 0;
}
footer .footer_inner .footer_flex .left .footer_sns_area {
  margin: 16px 0;
  display: flex;
  align-items: center;
}
footer .footer_inner .footer_flex .left .footer_sns_area a {
  display: block;
  width: 32px;
  height: 32px;
}
footer .footer_inner .footer_flex .left .footer_sns_area a img {
  width: 100%;
  height: 32px;
}
footer .footer_inner .footer_flex .right ul li {
  margin: 0 0 0.5em 0;
}
footer .footer_inner aside {
  width: 100%;
  text-align: right;
}
@media (max-width: 960px) {
  footer {
    margin-top: -24px;
  }
  footer .footer_inner {
    padding-top: 64px;
    padding-bottom: 40px;
  }
  footer .footer_inner .footer_logo {
    max-width: 180px;
  }
  footer .footer_inner .footer_flex {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
  footer .footer_inner .footer_flex .left,
  footer .footer_inner .footer_flex .right {
    max-width: initial;
  }
  footer .footer_inner .footer_flex .left {
    border-top: 1px solid var(--white);
    padding-top: 16px;
  }
  footer .footer_inner aside {
    margin-top: 16px;
  }
}

/*下層ページ*/
.cta_btn_area .casual_Interview_caption {
  margin-bottom: 0.75em;
}
.cta_btn_area a.cta_btn {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-color: var(--accent);
  padding: 40px 40px;
  margin: 0 auto;
  border-radius: 8px;
  color: var(--white);
  text-decoration: none;
  transition-property: opacity, color;
  transition-duration: 0.8s;
}
.cta_btn_area a.cta_btn .cta_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 50%;
}
.cta_btn_area a.cta_btn .cta_flex .left {
  width: 22%;
}
.cta_btn_area a.cta_btn .cta_flex .left img {
  width: 100%;
}
.cta_btn_area a.cta_btn .cta_flex .right {
  width: 78%;
}
.cta_btn_area a.cta_btn .cta_flex .right h2 {
  margin: 0;
  line-height: 1;
  margin-bottom: 4px;
}
.cta_btn_area a.cta_btn .cta_flex .right h3 {
  margin: 0 0 0.5em 0;
}
.cta_btn_area a.cta_btn .btnarea {
  width: 50%;
}
.cta_btn_area a.cta_btn .btnarea .btn {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--accent);
  width: 100%;
  transition-property: background-color, color;
  transition-duration: 0.8s;
}
.cta_btn_area a.cta_btn .btnarea .btn span.icon svg {
  fill: var(--accent);
}
@media (min-width: 961px) {
  .cta_btn_area a.cta_btn:hover {
    opacity: 0.8;
  }
  .cta_btn_area a.cta_btn:hover .btnarea .btn {
    background-color: var(--accent);
    color: var(--white);
  }
  .cta_btn_area a.cta_btn:hover .btnarea .btn span.icon svg {
    fill: var(--white);
  }
}
.cta_btn_area .cta_career_area {
  margin-top: 16px;
  text-align: center;
}
.cta_btn_area .cta_career_area a.cta_career {
  color: var(--accent);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  margin: 0 auto;
  border-bottom: 1px dashed var(--accent);
  transition: opacity 0.4s;
}
.cta_btn_area .cta_career_area a.cta_career .icon svg {
  fill: var(--accent);
  display: block;
}
@media (min-width: 768px) {
  .cta_btn_area .cta_career_area a.cta_career:hover {
    opacity: 0.8;
  }
}
@media (max-width: 960px) {
  .cta_btn_area a.cta_btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 16px;
    border-radius: 4px;
  }
  .cta_btn_area a.cta_btn .cta_flex {
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .cta_btn_area a.cta_btn .cta_flex .left {
    width: 33.3%;
    order: 1;
    padding: 16px 16px 0 0;
  }
  .cta_btn_area a.cta_btn .cta_flex .right {
    width: 66.6%;
    order: 0;
  }
  .cta_btn_area a.cta_btn .cta_flex .right p br {
    display: none;
  }
  .cta_btn_area a.cta_btn .btnarea {
    width: 100%;
  }
  .cta_btn_area .cta_career_area {
    margin-top: 16px;
  }
}

h2.line_left {
  padding-left: 16px;
  padding-bottom: 2px;
  border-left: 1px solid var(--primary);
  color: var(--primary);
  margin-bottom: 48px;
}
@media (max-width: 960px) {
  h2.line_left {
    margin-bottom: 24px;
  }
}

.lower_titlearea {
  background-color: var(--primary);
  padding-top: 104px;
  padding-bottom: 104px;
}
.lower_titlearea .lower_titlearea_inner .lower_title_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.lower_titlearea .lower_titlearea_inner .lower_title_flex .left {
  width: calc(100% - 280px);
}
.lower_titlearea .lower_titlearea_inner .lower_title_flex .left h1 {
  opacity: 0;
  animation: fadeinmask 1.2s linear 0.8s forwards;
}
.lower_titlearea .lower_titlearea_inner .lower_title_flex .left h1 .eng {
  font-size: 5rem;
  line-height: 1;
  color: var(--white);
  opacity: 0.25;
}
.lower_titlearea .lower_titlearea_inner .lower_title_flex .left h1 .jp {
  color: var(--white);
}
.lower_titlearea .lower_titlearea_inner .lower_title_flex .right {
  aspect-ratio: 27/16;
}
.lower_titlearea .lower_titlearea_inner .lower_title_flex .right img {
  display: block;
  width: 100%;
  max-width: 242px;
  opacity: 0;
  animation: fadein 0.8s linear 0.8s forwards;
}
.lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor {
  margin-top: 48px;
}
.lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner::-webkit-scrollbar {
  display: none;
}
.lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  animation: fadein 0.8s linear 1.6s forwards;
  width: 100%;
}
.lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  text-align: center;
  border-left: 1px solid var(--white);
  white-space: nowrap;
  padding: 0 1em;
  box-sizing: border-box;
}
.lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li:last-child {
  border-right: 1px solid var(--white);
}
.lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a {
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  line-height: 1;
  transition: color 0.4s;
}
.lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a span.icon {
  display: block;
  transform: rotate(90deg);
  width: 1em;
  height: 1em;
}
.lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a span.icon svg {
  transition: fill 0.4s;
  fill: var(--white);
  width: 100%;
  width: 1em;
  height: 1em;
  display: block;
}
@media (min-width: 768px) {
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a:hover {
    color: var(--secondary-text);
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a:hover span.icon svg {
    fill: var(--secondary-text);
  }
}
@media (max-width: 960px) {
  .lower_titlearea {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .lower_titlearea .lower_titlearea_inner .lower_title_flex {
    display: block;
  }
  .lower_titlearea .lower_titlearea_inner .lower_title_flex .left {
    width: 100%;
  }
  .lower_titlearea .lower_titlearea_inner .lower_title_flex .left h1 .eng {
    font-size: 3rem;
    margin-bottom: 8px;
  }
  .lower_titlearea .lower_titlearea_inner .lower_title_flex .right {
    aspect-ratio: 27/16;
    margin-left: auto;
    margin-top: 0px;
    max-width: 120px;
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor {
    padding-bottom: 8px;
    position: relative;
    margin-top: 16px;
    padding: 0;
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor::after {
    width: 32px;
    pointer-events: none;
    height: 100%;
    content: "";
    display: block;
    background: linear-gradient(to right, transparent, var(--primary) 75%, var(--primary) 100%);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.75;
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner {
    padding: 16px 24px 8px 24px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    text-align: center;
    border-left: 1px solid var(--white);
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a {
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    line-height: 1;
    transition: color 0.4s;
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a span.icon {
    display: block;
    transform: rotate(90deg);
    width: 1em;
    height: 1em;
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a span.icon svg {
    transition: fill 0.4s;
    fill: var(--white);
    width: 100%;
    width: 1em;
    height: 1em;
    display: block;
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a:hover {
    color: var(--secondary-text);
  }
  .lower_titlearea .lower_titlearea_inner .lower_titlearea_anchor .lower_titlearea_anchor_inner ul li a:hover span.icon svg {
    fill: var(--secondary-text);
  }
}

.lower_titleblock h2.line_left {
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .lower_titleblock h2.line_left {
    margin-bottom: 16px;
  }
}

dl.basic_dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--white);
}
dl.basic_dl dt {
  padding: 24px 0 24px 24px;
  width: 25%;
  color: var(--primary);
  border-bottom: 1px solid var(--secondary);
}
dl.basic_dl dd {
  padding: 24px;
  width: 75%;
  border-bottom: 1px solid var(--secondary);
}
@media (max-width: 960px) {
  dl.basic_dl {
    display: flex;
    flex-direction: column;
  }
  dl.basic_dl dt {
    padding: 16px 16px 0 16px;
    width: 100%;
    border-bottom: none;
  }
  dl.basic_dl dd {
    padding: 8px 16px 16px 16px;
    width: 100%;
  }
}

@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.scrollhint_container {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  background-color: var(--primary);
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 8px;
  filter: drop-shadow(0, 0, 8px rgba(0, 0, 0, 0.25));
}
.scrollhint_container .scrollhint_inner {
  width: 100%;
  overflow: visible;
}
.scrollhint_container .scrollhint_inner svg {
  display: block;
  fill: var(--white);
  overflow: visible;
}
.scrollhint_container .scrollhint_inner svg path {
  transition-property: opacity, transform;
  transition-duration: 1.2s;
  transition-delay: 0.4s;
  transition-timing-function: ease-in-out;
}
.scrollhint_container .scrollhint_inner svg path#hand {
  transform-origin: 50% 90%;
  transform: rotate(10deg);
}
.scrollhint_container .scrollhint_inner svg path#arrow {
  transform: translate(32px, 0px);
}
.scrollhint_container.show {
  animation: fadein-out 1.8s ease-out 0.8s forwards;
}
.scrollhint_container.show .scrollhint_inner svg path#hand {
  transform: rotate(-5deg);
}
.scrollhint_container.show .scrollhint_inner svg path#arrow {
  transform: translate(-24px, 0px);
}

section#jobs {
  padding-top: 88px;
  padding-bottom: 96px;
}
section#jobs ul.jobs_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
section#jobs ul.jobs_list li {
  border: 1px solid var(--primary-25);
  padding: 48px;
  display: flex;
  justify-content: space-between;
}
section#jobs ul.jobs_list li .left,
section#jobs ul.jobs_list li .right {
  width: 50%;
}
section#jobs ul.jobs_list li .left {
  padding: 16px 48px 0 0;
  margin-bottom: 0px;
  display: block;
  height: 220px;
}
section#jobs ul.jobs_list li .left img {
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
section#jobs ul.jobs_list li .right h3 {
  color: var(--primary);
  margin-bottom: 24px;
}
section#jobs ul.jobs_list li .right p {
  text-align: justify;
  letter-spacing: 0;
}
section#jobs .jobs_body_notificaiton {
  margin: 80px auto 40px auto;
  text-align: center;
}
section#jobs .cta_btn_area {
  margin-top: 0px;
}
@media (max-width: 960px) {
  section#jobs {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  section#jobs ul.jobs_list {
    gap: 16px;
  }
  section#jobs ul.jobs_list li {
    padding: 16px;
    flex-direction: column;
  }
  section#jobs ul.jobs_list li .left,
  section#jobs ul.jobs_list li .right {
    width: 100%;
  }
  section#jobs ul.jobs_list li .left {
    padding: 24px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
  }
  section#jobs ul.jobs_list li .left img {
    max-width: 200px;
    height: 132px;
  }
  section#jobs ul.jobs_list li .right h3 {
    text-align: center;
    margin-bottom: 16px;
  }
  section#jobs .cta_btn_area {
    margin-top: 24px;
  }
}

section#career {
  background-color: var(--secondary);
  padding-top: 144px;
  padding-bottom: 144px;
}
section#career .careerpath_wrap {
  margin: 0 auto;
}
section#career .careerpath_wrap .careerpath_row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
section#career .careerpath_wrap .careerpath_row .careerpath_container {
  display: flex;
  flex-direction: column;
}
section#career .careerpath_wrap .careerpath_row .careerpath_container_3-2 {
  width: calc((100% - 8px) / 3 * 2 + 8px);
}
section#career .careerpath_wrap .careerpath_row .careerpath_container_3-1 {
  width: calc((100% - 8px) / 3);
}
section#career .careerpath_wrap .careerpath_row .careerpath_item {
  width: 100%;
  background-color: var(--white);
  padding: 32px;
  min-height: 136px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  flex-direction: column;
}
section#career .careerpath_wrap .careerpath_row .careerpath_item.withtitle {
  position: relative;
  padding-top: 64px;
}
section#career .careerpath_wrap .careerpath_row .careerpath_item.withtitle .title {
  position: absolute;
  top: 0;
  background-color: var(--primary);
  color: var(--white);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#career .careerpath_wrap .careerpath_row .careerpath_item.withtitle p {
  text-align: left;
  line-height: 1.8;
}
section#career .careerpath_wrap .careerpath_row .careerpath_item span.textbg {
  background-color: var(--secondary);
  color: var(--black);
  display: block;
  line-height: 1;
  padding: 8px 16px;
}
section#career .careerpath_wrap .careerpath_row .careerpath_item a.anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: var(--primary);
  border-bottom: 1px dashed var(--primary);
}
section#career .careerpath_wrap .careerpath_row .careerpath_item a.anchor span.icon {
  display: block;
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
}
section#career .careerpath_wrap .careerpath_row .careerpath_item a.anchor span.icon svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: var(--primary);
}
section#career .careerpath_wrap .careerpath_row .careerpath_line_container {
  height: 16px;
  display: flex;
  justify-content: space-between;
}
section#career .careerpath_wrap .careerpath_row .careerpath_line_container .careerpath_line {
  flex: 1;
}
section#career .careerpath_wrap .careerpath_row .careerpath_line {
  width: 100%;
  height: 100%;
}
section#career .careerpath_wrap .careerpath_row .careerpath_line::before {
  content: "";
  display: block;
  width: 1px;
  height: 0%;
  background-color: var(--primary);
  margin: 0 auto;
  transition: height 1.6s;
}
section#career .careerpath_wrap .careerpath_row .careerpath_line.show::before {
  height: 100%;
}
@media (max-width: 960px) {
  section#career {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  section#career .careerpath_area {
    position: relative;
  }
  section#career .careerpath_area::after {
    display: block;
    content: "";
    height: 100%;
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, transparent, var(--secondary));
    opacity: 0.75;
    pointer-events: none;
  }
  section#career .careerpath_area .careerpath_inner {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section#career .careerpath_area .careerpath_inner::-webkit-scrollbar {
    display: none;
  }
  section#career .careerpath_area .careerpath_inner .careerpath_wrap {
    min-width: 640px;
  }
  section#career .careerpath_area .careerpath_inner .careerpath_wrap .careerpath_row .careerpath_item {
    padding: 16px;
    min-height: 104px;
  }
  section#career .careerpath_area .careerpath_inner .careerpath_wrap .careerpath_row .careerpath_item h3,
  section#career .careerpath_area .careerpath_inner .careerpath_wrap .careerpath_row .careerpath_item p {
    font-size: 0.75rem;
  }
  section#career .careerpath_area .careerpath_inner .careerpath_wrap .careerpath_row .careerpath_item.withtitle {
    padding-top: 40px;
  }
  section#career .careerpath_area .careerpath_inner .careerpath_wrap .careerpath_row .careerpath_item.withtitle .title {
    height: 32px;
  }
  section#career .careerpath_area .careerpath_inner .careerpath_wrap .careerpath_row .careerpath_item span.textbg {
    padding: 4px 8px;
  }
  section#career .careerpath_area .careerpath_inner .careerpath_wrap .careerpath_row .careerpath_line_container {
    height: 12px;
  }
}

section#training {
  padding-top: 88px;
  padding-bottom: 88px;
}
section#training .training_wrap {
  margin-top: 72px;
}
section#training .training_wrap .training_container {
  display: flex;
  justify-content: space-between;
}
section#training .training_wrap .training_container .left {
  width: 50%;
  padding-right: 24px;
  max-width: 500px;
}
section#training .training_wrap .training_container .left .left_inner {
  position: sticky;
  display: flex;
  top: 80px;
  padding-bottom: 32px;
  gap: 8px;
}
section#training .training_wrap .training_container .left .left_inner .num_for_sp {
  display: none;
}
section#training .training_wrap .training_container .left .left_inner .num {
  font-size: 7.5rem;
  line-height: 1;
  width: 1.5em;
  text-align: center;
  color: var(--primary);
  opacity: 0.2;
  font-weight: 700;
}
section#training .training_wrap .training_container .left .left_inner .text {
  padding-top: 8px;
}
section#training .training_wrap .training_container .left .left_inner .text h3 {
  margin-bottom: 16px;
}
section#training .training_wrap .training_container .right {
  width: 50%;
}
section#training .training_wrap .training_container .right .training_content {
  padding: 32px 0;
  border-top: 1px dashed var(--primary);
}
section#training .training_wrap .training_container .right .training_content .img {
  max-width: 128px;
  height: 88px;
  margin: 0 auto;
}
section#training .training_wrap .training_container .right .training_content .img img {
  width: 100%;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}
section#training .training_wrap .training_container .right .training_content h4 {
  margin: 16px 0;
  text-align: center;
  color: var(--primary);
}
section#training .training_wrap .training_container:last-child .right .training_content {
  border-bottom: 1px dashed var(--primary);
}
@media (max-width: 960px) {
  section#training {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section#training .training_wrap {
    margin-top: 0px;
  }
  section#training .training_wrap .training_container {
    margin-top: 16px;
    flex-direction: column;
    border-top: 1px dashed var(--primary);
    padding-top: 24px;
  }
  section#training .training_wrap .training_container .left {
    width: 100%;
    padding-right: 0px;
  }
  section#training .training_wrap .training_container .left .left_inner {
    position: static;
    top: 0px;
    padding-bottom: 16px;
    gap: 0;
  }
  section#training .training_wrap .training_container .left .left_inner .num_for_pc {
    display: none;
  }
  section#training .training_wrap .training_container .left .left_inner .num_for_sp {
    display: block;
    font-size: 3rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
    text-align: left;
  }
  section#training .training_wrap .training_container .left .left_inner .training_container_titlearea {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  section#training .training_wrap .training_container .left .left_inner .text {
    padding-top: 0px;
  }
  section#training .training_wrap .training_container .left .left_inner .text h3 {
    margin-bottom: 0px;
  }
  section#training .training_wrap .training_container .right {
    width: 100%;
  }
  section#training .training_wrap .training_container .right .training_content {
    padding: 16px 0;
    border-top: none;
  }
  section#training .training_wrap .training_container .right .training_content .img {
    max-width: 96px;
    height: 72px;
    padding: 0 4px;
  }
  section#training .training_wrap .training_container .right .training_content .img img {
    width: 100%;
    height: 72px;
  }
  section#training .training_wrap .training_container .right .training_content h4 {
    width: 100%;
    margin-bottom: 16px;
    color: var(--primary);
  }
  section#training .training_wrap .training_container:last-child .right .training_content {
    border-bottom: initial;
  }
}

section#process {
  background-color: var(--secondary);
  padding-top: 96px;
  padding-bottom: 144px;
}
section#process ol.process_list {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  align-items: flex-end;
}
section#process ol.process_list::before {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: var(--primary);
  position: absolute;
  bottom: 24px;
  left: calc((100% - 96px) / 5 / 2);
  transition-property: width, opacity;
  transition-duration: 1.8s;
}
section#process ol.process_list li {
  opacity: 0;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
section#process ol.process_list li .num {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
}
section#process ol.process_list li p {
  width: 100%;
  font-weight: 700;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 8px 8px 10px 8px;
  position: relative;
}
section#process ol.process_list li p::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  background-color: var(--secondary);
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 961px) {
  section#process ol.process_list li .num {
    order: 1;
  }
  section#process ol.process_list li p {
    order: 0;
  }
}
section#process ol.process_list.show::before {
  opacity: 1;
  width: calc(100% - (100% - 96px) / 5);
}
section#process ol.process_list.show li:nth-child(1) {
  animation: fadein 0.8s ease-out 0.2s forwards;
}
section#process ol.process_list.show li:nth-child(2) {
  animation: fadein 0.8s ease-out 0.4s forwards;
}
section#process ol.process_list.show li:nth-child(3) {
  animation: fadein 0.8s ease-out 0.6s forwards;
}
section#process ol.process_list.show li:nth-child(4) {
  animation: fadein 0.8s ease-out 0.8s forwards;
}
section#process ol.process_list.show li:nth-child(5) {
  animation: fadein 0.8s ease-out 1s forwards;
}
@media (max-width: 960px) {
  section#process {
    padding-top: 64px;
    padding-bottom: 104px;
  }
  section#process ol.process_list {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
  section#process ol.process_list::before {
    height: 0%;
    width: 1px;
    bottom: initial;
    top: 0;
    left: 20px;
    transition-property: opacity, height;
    transition-delay: 0.4s;
  }
  section#process ol.process_list li {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    text-align: center;
  }
  section#process ol.process_list li .num {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  section#process ol.process_list li p {
    width: calc(100% - 48px);
  }
  section#process ol.process_list li p::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(135deg);
    bottom: 0;
    top: 0;
    left: -4px;
    right: initial;
  }
  section#process ol.process_list.show::before {
    opacity: 1;
    width: 1px;
    height: 100%;
  }
}

/*働く環境*/
section#skills {
  padding-top: 64px;
}
section#skills .skills_wrap {
  padding-bottom: 64px;
}
section#skills .skills_wrap .skills_item {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px dashed var(--primary);
}
section#skills .skills_wrap .skills_item:last-child {
  border-bottom: 1px dashed var(--primary);
}
section#skills .skills_wrap .skills_item .img {
  aspect-ratio: 16/10;
  overflow: hidden;
  width: 33.3333333333%;
}
section#skills .skills_wrap .skills_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#skills .skills_wrap .skills_item .right {
  width: 66.6666666667%;
}
section#skills .skills_wrap .skills_item .right h3 {
  color: var(--primary);
}
section#skills .skills_wrap .skills_item .right p {
  margin-top: 1em;
}
section#skills .stack {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--secondary);
}
section#skills .stack h3 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--primary);
}
@media (max-width: 960px) {
  section#skills {
    padding-top: 40px;
  }
  section#skills .skills_wrap {
    padding-bottom: 24px;
  }
  section#skills .skills_wrap .skills_item {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }
  section#skills .skills_wrap .skills_item .img {
    width: 100%;
  }
  section#skills .skills_wrap .skills_item .right {
    width: 100%;
  }
  section#skills .skills_wrap .skills_item:nth-child(1) {
    border-top: initial;
    padding-top: 0;
  }
  section#skills .skills_wrap .skills_item:last-child {
    border-bottom: initial;
    padding-bottom: 0;
  }
  section#skills .stack {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  section#skills .stack h3 {
    margin-bottom: 24px;
  }
}

section#data {
  padding-top: 64px;
  padding-bottom: 64px;
}
section#data .data_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px;
}
section#data .data_wrap .data_item {
  display: grid;
  grid-template-rows: 1.6875rem 4fr 1fr;
  gap: 8px;
}
section#data .data_wrap .data_item h3 {
  color: var(--primary-text);
}
section#data .data_wrap .data_item .diagram_area {
  background-color: var(--secondary);
  text-align: center;
}
section#data .data_wrap .data_item .diagram_area figure.chart {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section#data .data_wrap .data_item .diagram_area figure.chart figcaption {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
section#data .data_wrap .data_item .diagram_area .diagram_imgarea {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  width: 70%;
  margin: 24px auto 0 auto;
}
section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--white);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: var(--primary-text);
  width: 0;
  opacity: 0;
  transition-property: opacity, width;
  transition-duration: 0.8s;
}
section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .small,
section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .big {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-delay: 0.6s;
  /*円からはみ出さないように遅延*/
}
section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .small {
  font-size: clamp(1rem, -0.5rem + 2.5vw, 1.5rem);
  margin: 0;
  line-height: 1;
}
section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .big {
  line-height: 1;
}
section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .big .num {
  font-size: clamp(3rem, -4.5rem + 12.5vw, 5.5rem);
}
section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .big .percent {
  font-size: clamp(2rem, -1rem + 5vw, 3rem);
}
section#data .data_wrap .data_item .diagram_area .diagram_imgarea svg {
  width: 0%;
  opacity: 0;
  transition-property: opacity, width;
  transition-duration: 0.8s;
}
section#data .data_wrap .data_item .diagram_area .diagram_draw {
  text-align: left;
  padding: 1em;
  box-sizing: border-box;
}
section#data .data_wrap .data_item .diagram_area .diagram_draw li {
  color: var(--black);
  position: relative;
  padding-left: 1em;
  margin-right: 0.5em;
  display: inline-block;
}
section#data .data_wrap .data_item .diagram_area .diagram_draw li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--c, #999);
  /* JSから代入される色 */
}
section#data .data_wrap .data_item .diagram_area.data_item_num_diagram_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
section#data .data_wrap .data_item .diagram_area .diagram_num_text {
  line-height: 1;
  color: var(--primary-text);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
}
section#data .data_wrap .data_item .diagram_area .diagram_num_text span.big {
  font-size: clamp(6rem, -5rem + 18.33vw, 8.75rem);
}
section#data .data_wrap .data_item .diagram_area .diagram_num_text span.small {
  font-size: clamp(1.5rem, -0.5rem + 3.33vw, 2rem);
}
section#data .data_wrap .data_item .diagram_area .diagram_num_img {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
section#data .data_wrap .data_item .diagram_area.show .diagram_imgarea .diagram_text {
  width: 80%;
  /*下記svgのwidthから線幅とする数値*2を引く*/
  opacity: 1;
}
section#data .data_wrap .data_item .diagram_area.show .diagram_imgarea .diagram_text .small,
section#data .data_wrap .data_item .diagram_area.show .diagram_imgarea .diagram_text .big {
  opacity: 1;
}
section#data .data_wrap .data_item .diagram_area.show .diagram_imgarea svg {
  width: 100%;
  opacity: 1;
}
section#data .data_wrap .data_item .diagram_area.show .diagram_num_text {
  opacity: 1;
}
section#data .data_wrap .data_item .diagram_area.show .diagram_num_img {
  opacity: 1;
}
section#data .data_wrap .data_item p.diagram_caption {
  flex-grow: 1;
}
@media (max-width: 960px) {
  section#data {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section#data .data_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
    gap: 16px 8px;
  }
  section#data .data_wrap .data_item {
    grid-template-rows: 1.125rem 1fr 2.25rem;
    width: 100%;
    padding: 0;
  }
  section#data .data_wrap .data_item h3.h_s {
    font-size: 0.75rem;
  }
  section#data .data_wrap .data_item .diagram_area .diagram_imgarea {
    width: 80%;
    margin: 16px auto 0 auto;
  }
  section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text {
    gap: 4px;
  }
  section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .small {
    font-size: clamp(1rem, -0.5rem + 2.5vw, 1.5rem);
  }
  section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .big .num {
    font-size: clamp(3rem, 1.087rem + 8.16vw, 5rem);
  }
  section#data .data_wrap .data_item .diagram_area .diagram_imgarea .diagram_text .big .percent {
    font-size: clamp(2rem, -1rem + 5vw, 3rem);
  }
  section#data .data_wrap .data_item .diagram_area .diagram_draw {
    padding: 0.75em;
  }
  section#data .data_wrap .data_item .diagram_area .diagram_draw li {
    padding-left: 1em;
    margin-right: 0.125em;
  }
  section#data .data_wrap .data_item .diagram_area.data_item_num_diagram_area {
    gap: 16px;
  }
  section#data .data_wrap .data_item .diagram_area .diagram_num_text span.big {
    font-size: clamp(3rem, 1.087rem + 8.16vw, 5rem);
  }
  section#data .data_wrap .data_item .diagram_area .diagram_num_text span.small {
    font-size: clamp(1.25rem, 0.533rem + 3.06vw, 2rem);
  }
  section#data .data_wrap .data_item .diagram_area .diagram_num_img {
    width: auto;
    height: 40px;
  }
  section#data .data_wrap .data_item .diagram_area .diagram_num_img img {
    width: 100%;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section#data .data_wrap .data_item p.body_m {
    font-size: 0.625rem;
  }
}

section#workstyle {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--secondary);
}
section#workstyle .workstyle_wrap + .workstyle_wrap {
  margin-top: 64px;
}
section#workstyle .workstyle_wrap h3 {
  color: var(--primary);
  margin-bottom: 24px;
}
section#workstyle .workstyle_wrap .workstyle_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  transition-property: opacity;
  transition-duration: 0.8s;
  opacity: 0;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item h4 {
  padding-bottom: calc(16px - 0.125em);
  border-bottom: 1px solid var(--primary);
  text-align: center;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-delay: 0s;
  opacity: 0;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item .img {
  height: 96px;
  margin: 0 auto;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-delay: 0.4s;
  opacity: 0;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item .img img {
  display: block;
  width: auto;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item p {
  flex-grow: 1;
  text-align: justify;
  transition-property: opacity;
  letter-spacing: 0;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_50 {
  width: calc((100% - 16px) / 2);
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_50 .img {
  height: 112px;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_50 .img img {
  height: 112px;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_33 {
  width: calc((100% - 32px) / 3);
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.show {
  opacity: 1;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.show h4 {
  opacity: 1;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.show .img {
  opacity: 1;
}
section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.show p {
  opacity: 1;
}
section#workstyle .workstyke_linkarea {
  margin-top: 40px;
}
section#workstyle .workstyke_linkarea a {
  color: var(--primary-text);
  transition: opacity 0.8s;
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-decoration: none;
  border-bottom: 1px dashed var(--primary-text);
  padding-bottom: 4px;
}
section#workstyle .workstyke_linkarea a span.icon {
  width: 16px;
  height: 16px;
}
section#workstyle .workstyke_linkarea a span.icon svg {
  fill: var(--primary-text);
  display: block;
}
@media (min-width: 768px) {
  section#workstyle .workstyke_linkarea a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 960px) {
  section#workstyle {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  section#workstyle .workstyle_wrap + .workstyle_wrap {
    margin-top: 40px;
  }
  section#workstyle .workstyle_wrap h3 {
    margin-bottom: 16px;
  }
  section#workstyle .workstyle_wrap .workstyle_list {
    gap: 8px;
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item {
    gap: 16px;
    padding: 12px;
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item h4 {
    padding-bottom: calc(16px - 0.5em);
    font-size: 0.75rem;
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item .img {
    height: 64px;
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item .img img {
    height: 64px;
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_50 {
    width: calc((100% - 8px) / 2);
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_50:nth-child(1) {
    width: 100%;
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_50 .img {
    height: 72px;
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_50 .img img {
    height: 72px;
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_33 {
    width: calc((100% - 8px) / 2);
  }
  section#workstyle .workstyle_wrap .workstyle_list li.workstyle_item.workstyle_item_33:nth-child(1) {
    width: 100%;
  }
  section#workstyle .workstyke_linkarea {
    margin-top: 24px;
  }
}

section#photo {
  padding-top: 64px;
  padding-bottom: 64px;
}
section#photo h2.line_left {
  margin-bottom: 72px;
}
section#photo .photo_wrap + .photo_wrap {
  margin-top: 72px;
}
section#photo .photo_wrap .titlearea {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
section#photo .photo_wrap .titlearea h3 {
  color: var(--primary-text);
}
section#photo .photo_wrap .photo_container {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
section#photo .photo_wrap .photo_container .photo_item {
  position: relative;
  aspect-ratio: 6/4;
  border-radius: 4px;
  overflow: hidden;
}
section#photo .photo_wrap .photo_container .photo_item.photo_item_50 {
  width: calc((100% - 32px) / 2);
}
section#photo .photo_wrap .photo_container .photo_item.photo_item_33 {
  width: calc((100% - 64px) / 3);
}
section#photo .photo_wrap .photo_container .photo_item h5 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondary);
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px 0px 2px 0px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
}
section#photo .photo_wrap .photo_container .photo_item p.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--white);
  padding: 8px;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
}
section#photo .photo_wrap .photo_container .photo_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
}
section#photo .photo_wrap .photo_container .photo_item.show h5 {
  opacity: 1;
}
section#photo .photo_wrap .photo_container .photo_item.show p.caption {
  opacity: 1;
}
section#photo .photo_wrap .photo_container .photo_item.show img {
  opacity: 1;
}
@media (max-width: 960px) {
  section#photo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section#photo h2.line_left {
    margin-bottom: 40px;
  }
  section#photo .photo_wrap + .photo_wrap {
    margin-top: 40px;
  }
  section#photo .photo_wrap .titlearea {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    align-items: start;
  }
  section#photo .photo_wrap .titlearea h3 {
    color: var(--primary-text);
  }
  section#photo .photo_wrap .photo_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  section#photo .photo_wrap .photo_container .photo_item {
    border-radius: 4px;
  }
  section#photo .photo_wrap .photo_container .photo_item.photo_item_50 {
    width: 100%;
  }
  section#photo .photo_wrap .photo_container .photo_item.photo_item_33 {
    width: 100%;
  }
  section#photo .photo_wrap .photo_container .photo_item h5 {
    padding: 2px 8px;
  }
  section#photo .photo_wrap .photo_container .photo_item p.caption {
    padding: 8px;
  }
}

section#faq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--secondary);
}
section#faq h3 {
  margin: 48px 0 16px 0;
  color: var(--primary-text);
}

details.accordion {
  background-color: var(--white);
  margin-bottom: 24px;
  padding: 24px;
}
details.accordion summary.faq_q_container {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: opacity 0.8s;
  /*デフォルトの三角形アイコンを非表示*/
  list-style-type: none;
  /*三角アイコンに関する記述ここまで*/
}
@media (min-width: 961px) {
  details.accordion summary.faq_q_container:hover {
    opacity: 0.5;
  }
}
details.accordion summary.faq_q_container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primary);
  background-image: url(../img/icon/arrow_down.svg);
  background-size: 50%;
  background-position: 50% 55%;
  transition: transform 0.4s ease;
}
details.accordion summary.faq_q_container::marker {
  content: "";
}
details.accordion summary.faq_q_container::-webkit-details-marker {
  display: none;
}
details.accordion .qaicon {
  width: 24px;
  min-width: 24px;
  color: var(--primary);
}
details.accordion .qaicon.qaicon_a {
  opacity: 0.5;
}
details.accordion .faq_a_container {
  display: flex;
  align-items: center;
  gap: 24px;
}
details.accordion.open summary.faq_q_container {
  margin-bottom: 24px;
}
details.accordion.open summary.faq_q_container::after {
  transform: rotate(180deg);
}
@media (max-width: 960px) {
  details.accordion {
    margin-bottom: 16px;
    padding: 16px 12px 16px 16px;
  }
  details.accordion summary.faq_q_container {
    gap: 8px;
    padding-right: 32px;
  }
  details.accordion summary.faq_q_container::after {
    width: 24px;
    height: 24px;
  }
  details.accordion .qaicon {
    width: 24px;
  }
  details.accordion .faq_a_container {
    gap: 16px;
  }
  details.accordion.open summary.faq_q_container {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=style.css.map */