@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  text-decoration: none; }

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

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

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

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 */ }

hr {
  border: none; }

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

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

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

/* Remove the default button styling in all browsers */
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 */ }

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  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; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* 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] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #F1F1F1;
  color: #1A1A1A; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (min-width: 1024px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1023px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*================================================================
 *FILE					:_header.scss
 *DESCRIPTION   :ヘッダーパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*ヘッダーパーツ component
-----------------------------------------------------------------*/
/*ヘッダーパーツ style
-----------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header {
      padding: 10px 10px 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header {
      padding: 30px 30px 0 40px; } }

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }

.top .header_left {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.header_left.is-appear {
  opacity: 1; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header_logo_image_svg {
    width: 100px;
    height: 17px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header_logo_image_svg {
    width: 157px;
    height: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header_logo_image {
    width: 158px; } }

.header_logo_text {
  font-family: Arial, sans-serif;
  letter-spacing: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_logo_text {
      font-size: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_logo_text {
      font-size: 16px;
      margin-left: 10px;
      padding-left: 20px;
      position: relative;
      translate: 0 -2px; }
      .header_logo_text::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1px;
        height: 21px;
        background-color: #1A1A1A; } }

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_right {
      gap: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_right {
      gap: 40px; } }

.header_entry {
  background-color: #000;
  -webkit-transition: min-width 0.3s ease, padding 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: min-width 0.3s ease, padding 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_entry {
      padding: 9px 30px 7px 35px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_entry {
      position: fixed;
      top: 46px;
      right: 140px;
      padding: 10px 20px 8px 20px;
      min-width: 181px; } }
  @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1024px) and (hover: hover) {
    .header_entry:hover {
      min-width: 240px;
      padding-top: 20px; }
      .header_entry:hover .header_entryContent {
        width: 200px;
        height: 242px;
        padding: 39px 0 32px; }
      .header_entry:hover .header_entryContent_list {
        opacity: 1; }
      .header_entry:hover .header_entry_head_text::before {
        opacity: 0; } }
  .is-entry-open .header_entry {
    opacity: 0;
    visibility: hidden; }

.header_entry_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header_entry_head_text {
  color: #fff;
  font-family: Arial, sans-serif;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_entry_head_text {
      font-size: 18px;
      letter-spacing: 0; } }
  .header_entry_head_text::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    background-color: rgba(var(--changing-color), 1);
    --color-primary: rgba(var(--changing-color), $opacity);
    --color-secondary: rgba(var(--changing-color), $opacity);
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -15px;
    top: 50%;
    translate: 0 -50%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  cursor: pointer; }
  .header_menu::before {
    content: "";
    position: absolute;
    background-image: url(../images/svg/menu_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(var(--menu-rotation, 0deg));
    -ms-transform: rotate(var(--menu-rotation, 0deg));
    transform: rotate(var(--menu-rotation, 0deg)); }
    .is-menu-open .header_menu::before {
      -webkit-animation: continuousRotation 5s linear infinite;
      animation: continuousRotation 5s linear infinite; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .header_menu::before {
        background-size: 60px auto; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .header_menu::before {
        background-size: 70px auto; } }
  @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1024px) and (hover: hover) {
    .header_menu::before:hover::before {
      -webkit-animation: continuousRotation 5s linear infinite;
      animation: continuousRotation 5s linear infinite; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_menu {
      width: 60px;
      height: 59px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_menu {
      width: 70px;
      height: 69px; } }

@-webkit-keyframes continuousRotation {
  0% {
    -webkit-transform: rotate(var(--menu-rotation, 0deg));
    transform: rotate(var(--menu-rotation, 0deg)); }
  100% {
    -webkit-transform: rotate(calc(var(--menu-rotation, 0deg) + 360deg));
    transform: rotate(calc(var(--menu-rotation, 0deg) + 360deg)); } }

@keyframes continuousRotation {
  0% {
    -webkit-transform: rotate(var(--menu-rotation, 0deg));
    transform: rotate(var(--menu-rotation, 0deg)); }
  100% {
    -webkit-transform: rotate(calc(var(--menu-rotation, 0deg) + 360deg));
    transform: rotate(calc(var(--menu-rotation, 0deg) + 360deg)); } }

.header_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_menu_inner {
      margin-top: 5px; } }

.header_menu_icon {
  width: 30px;
  height: 9px;
  position: relative; }
  .header_menu_icon::before, .header_menu_icon::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    left: 50%;
    translate: -50% 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .header_menu_icon::before {
    top: 1px; }
    .is-menu-open .header_menu_icon::before,
    .is-entry-open .header_menu_icon::before {
      top: 4px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .header_menu_icon::after {
    bottom: 0; }
    .is-menu-open .header_menu_icon::after,
    .is-entry-open .header_menu_icon::after {
      bottom: -3px;
      -webkit-transform: translateY(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
      transform: translateY(-6px) rotate(-45deg); }

.header_menu_text {
  position: relative; }

.header_menu_text_menu,
.header_menu_text_close {
  font-family: Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 10px;
  letter-spacing: 0; }

.is-menu-open .header_menu_text_menu,
.is-entry-open .header_menu_text_menu {
  opacity: 0; }

.header_menu_text_close {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%; }
  .is-menu-open .header_menu_text_close,
  .is-entry-open .header_menu_text_close {
    opacity: 1; }

.header_entryContent-slide {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #1A1A1A;
  height: 100dvh;
  translate: 100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s; }
  .is-entry-open .header_entryContent-slide {
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_entryContent-slide {
      width: 100%; } }

.header_entryContent-slide {
  padding: 92px 37px; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header_entryContent {
    padding: 0px;
    width: 0;
    height: 0;
    -webkit-transition: opacity .3s ease, width .3s ease, height .3s ease, padding .3s ease;
    transition: opacity .3s ease, width .3s ease, height .3s ease, padding .3s ease;
    overflow: hidden;
    background-color: 000; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header_entryContent_inner {
    padding: 92px 37px; } }

.header_entryContent_title {
  font-family: Arial, sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  font-weight: 900;
  color: #fff;
  text-align: center; }

.header_entryContent_list {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_entryContent_list {
      margin-top: 49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.header_entryContent_node {
  cursor: pointer; }
  .header_entryContent_node + .header_entryContent_node {
    margin-top: 24px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_entryContent_node {
      min-width: 200px; } }

.header_entryContent_node-slide {
  width: 300px; }
  .header_entryContent_node-slide + .header_entryContent_node-slide {
    margin-top: 24px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_entryContent_node-slide {
      margin: 30px auto 0; } }

.header_entryContent_node_link-slide {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  cursor: pointer; }
  .header_entryContent_node_link-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    background-image: url(../images/svg/border_dotted.svg);
    height: 2px;
    width: 300px; }

.header_entryContent_node_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_entryContent_node_link {
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_entryContent_node_link {
      padding-bottom: 12px; } }
  .header_entryContent_node_link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    background-image: url(../images/svg/border_dotted.svg);
    height: 2px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .header_entryContent_node_link::before {
        width: 300px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .header_entryContent_node_link::before {
        width: 200px; } }

.header_entryContent_node_linkText {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 900; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_entryContent_node_linkText {
      font-size: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_entryContent_node_linkText {
      font-size: 20px; } }

.header_entryContent_node_button {
  -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  background-color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative; }

.header_menuContent {
  -webkit-transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  background-color: rgba(var(--changing-color), 1);
  --color-primary: rgba(var(--changing-color), $opacity);
  --color-secondary: rgba(var(--changing-color), $opacity);
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  translate: 100% 0;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
  overflow-y: auto;
  scrollbar-width: none; }
  .header_menuContent::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_menuContent {
      width: 100%; } }
  .is-menu-open .header_menuContent {
    translate: 0 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_menuContent {
      overflow-y: auto;
      scrollbar-width: none; }
      .header_menuContent::-webkit-scrollbar {
        display: none; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header_menuContent_inner {
    padding: 156px 20px 39px 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header_menuContent_inner {
    padding: 169px 64px 76px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header_menuContent_node + .header_menuContent_node {
    margin-top: 14px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header_menuContent_node + .header_menuContent_node {
    margin-top: 14px; } }

@media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1024px) and (hover: hover) {
  .header_menuContent_node:hover .header_menuContent_node_link {
    color: #fff; } }

.header_menuContent_node_link {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 900;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .header_menuContent_sub {
    margin-top: 30px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .header_menuContent_sub {
    margin-top: 29px; } }

.header_menuContent_subList_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_menuContent_subList_node + .header_menuContent_subList_node {
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_menuContent_subList_node {
      margin-top: 16px; } }
  @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1024px) and (hover: hover) {
    .header_menuContent_subList_node:hover .header_menuContent_subList_node_link {
      color: #fff; }
    .header_menuContent_subList_node:hover .header_menuContent_subList_nodeIcon {
      fill: #fff; } }

.header_menuContent_subList_node_link {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.header_menuContent_subList_nodeIcon {
  width: 10px;
  height: 10px;
  fill: #1A1A1A;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; }

/*================================================================
 *FILE					:_footer.scss
 *DESCRIPTION   :フッターパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*フッターパーツ component
-----------------------------------------------------------------*/
/*フッターパーツ style
-----------------------------------------------------------------*/
.footer {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .footer {
      margin-top: 120px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .footer {
      padding-bottom: 60px;
      margin-top: 240px;
      position: relative; } }

.footer_deco {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .footer_deco {
      bottom: -47px;
      right: -38px;
      aspect-ratio: 1.62609;
      overflow: hidden;
      width: 187px; }
      .footer_deco img,
      .footer_deco svg,
      .footer_deco iframe,
      .footer_deco video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .footer_deco {
      bottom: -36px;
      left: -15px;
      aspect-ratio: 1.63087;
      overflow: hidden; }
      .footer_deco img,
      .footer_deco svg,
      .footer_deco iframe,
      .footer_deco video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .footer_inner {
    padding: 0 calc(10 / 375 * 100vw) 30px calc(20 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .footer_inner {
    padding: 0 80px;
    max-width: 1280px;
    margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .footer_head_svg {
    width: 280px;
    height: 49px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .footer_head_svg {
    width: 280px;
    height: 49px; } }

.footer_head_text {
  font-family: Arial, sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .footer_head_text {
      font-size: 23px;
      letter-spacing: 0;
      margin-top: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .footer_head_text {
      margin-top: 10px;
      font-size: 19px;
      letter-spacing: 0.05em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .footer_linkMain {
    margin-top: 40px;
    position: relative; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .footer_linkMain_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px; } }

.footer_linkMain_node {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .footer_linkMain_node:hover {
      opacity: 0.6; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .footer_linkMain_node + .footer_linkMain_node {
      margin-top: 24px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .footer_linkMain_node_link {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 900; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .footer_linkMain_node_link {
    font-size: 14px;
    letter-spacing: 0.05em; } }

.footer_linkSub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .footer_linkSub_list {
      gap: 14px 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .footer_linkSub_list {
      margin-top: 24px;
      gap: 24px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .footer_linkSub {
    margin-top: 56px; } }

.footer_linkSub_node {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  cursor: pointer; }
  @media (hover: hover) {
    .footer_linkSub_node:hover {
      opacity: 0.6; } }

.footer_linkSub_node_link {
  font-size: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .footer_linkSub_node_link {
      letter-spacing: 0.1em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .footer_linkSub_node_link {
      letter-spacing: 0.05em; } }

.footer_linkSub_node_icon {
  width: 10px;
  height: 10px;
  fill: #1A1A1A; }

.footer_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 8px; }

.footer_entry_image {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  display: block;
  aspect-ratio: 3.55556;
  overflow: hidden; }
  @media (hover: hover) {
    .footer_entry_image:hover {
      opacity: 0.6; } }
  .footer_entry_image img,
  .footer_entry_image svg,
  .footer_entry_image iframe,
  .footer_entry_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .footer_entry_image {
      width: 98px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .footer_entry_image {
      width: 120px; } }

.footer_copy {
  display: block;
  font-size: 10px;
  letter-spacing: 0.01em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .footer_copy {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .footer_copy {
      margin-top: 40px; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* 共通パーツ
-----------------------------------------------------------------*/
/*
next 矢印
------------------------------------*/
/*
ボタン
------------------------------------*/
/*
タグ
------------------------------------*/
/*
card
------------------------------------*/
/*
モーダル
------------------------------------*/
/*
チェックボックス
------------------------------------*/
/*
ページャー
------------------------------------*/
/*
jobカード
------------------------------------*/
/*
スワイパー ページャー
------------------------------------*/
/*
アーカイブ記事
------------------------------------*/
/*
シングル記事
------------------------------------*/
/*
 banner
------------------------------------*/
/*
 pickup_icon
------------------------------------*/
/*================================================================
 *FILE					:_common-field-section.scss
 *DESCRIPTION   :共通フィールドセクション カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*共通フィールドセクション component
-----------------------------------------------------------------*/
/*共通フィールドセクション style
-----------------------------------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-commonField {
    margin-top: 120px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-commonField {
    margin-top: 240px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-commonField_inner {
    padding: 0 calc(20 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-commonField_inner {
    padding: 0 80px;
    max-width: 1280px;
    margin: 0 auto; } }

@media print, screen and (min-width: 768px) {
  .c-about_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 48px; } }

.c-about_item {
  display: block; }
  @media (hover: hover) {
    .c-about_item:hover .c-about_image img {
      scale: 1.05; } }
  @media print, screen and (max-width: 767px) {
    .c-about_item + .c-about_item {
      margin-top: 40px; } }

.c-about_image {
  aspect-ratio: 1.675;
  overflow: hidden;
  width: 100%;
  overflow: hidden; }
  .c-about_image img,
  .c-about_image svg,
  .c-about_image iframe,
  .c-about_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .c-about_image img {
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease; }

.c-about_text {
  line-height: 1.4;
  text-align: center;
  font-weight: 900; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-about_text {
      font-size: 15px;
      margin-top: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-about_text {
      margin-top: 16px;
      font-size: 20px;
      letter-spacing: 0.1em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .wrapper {
    margin-top: 148px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .wrapper {
    margin: 240px auto 0;
    max-width: 1280px; } }

.grecaptcha-badge {
  visibility: hidden; }
