@font-face {
    font-family: 'Kiro-ExtraLight';
    src: url('../fonts/Kiro-ExtraLight.woff2') format('woff2'),
         url('../fonts/Kiro-ExtraLight.woff') format('woff');
    font-weight: 200,700; /* Extra Lightなので200程度 */
    font-style: normal;
    font-display: swap; /* 読み込みまで代替フォントを表示（推奨） */
}
/***************************************************************************
reser
******************************************************************************/

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

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

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */

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

/* Lists (definition)
   ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Table
   ========================================================================== */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  font-weight: normal;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/***************************************************************************
settings
******************************************************************************/

:root {
  --txt1-size: 3.6rem;
  --txt1-height: 1.5;
  --txt1-weight: 700;
  --txt1-ls: .1em;

  --txt2-size: 3rem;
  --txt2-height: 1.5;
  --txt2-weight: 700;
  --txt2-ls: .1em;

  --txt3-size: 2.8rem;
  --txt3-height: 1.5;
  --txt3-weight: 700;
  --txt3-ls: .1em;

  --txt4-size: 2.6rem;
  --txt4-height: 1.5;
  --txt4-weight: 700;
  --txt4-ls: .1em;

  --txt4-1-size: 2.5rem;
  --txt4-1-height: 1.5;
  --txt4-1-weight: 700;
  --txt4-1-ls: .1em;

  --txt5-size: 2.4rem;
  --txt5-height: 1.5;
  --txt5-weight: 700;
  --txt5-ls: .1em;

  --txt6-size: 2.2rem;
  --txt6-height: 1.5;
  --txt6-weight: 700;
  --txt6-ls: .1em;

  --txt7-size: 2rem;
  --txt7-height: 1.5;
  --txt7-weight: 700;
  --txt7-ls: .1em;

  --txt8-size: 1.8rem;
  --txt8-height: 1.5;
  --txt8-weight: 400;
  --txt8-ls: .1em;

  --txt9-size: 1.6rem;
  --txt9-height: 1.5;
  --txt9-weight: 400;
  --txt9-ls: .1em;

  --txt10-size: 1.5rem;
  --txt10-height: 1.5;
  --txt10-weight: 400;
  --txt10-ls: .1em;

  --txt11-size: 1.4rem;
  --txt11-height: 1.5;
  --txt11-weight: 400;
  --txt11-ls: .1em;

  --txt12-size: 1.3rem;
  --txt12-height: 1.5;
  --txt12-weight: 400;
  --txt12-ls: .1em;

  --txt13-size: 1.2rem;
  --txt13-height: 1.5;
  --txt13-weight: 400;
  --txt13-ls: .1em;

  --txt14-size: 1.1rem;
  --txt14-height: 1.5;
  --txt14-weight: 400;
  --txt14-ls: .1em;

  --txt15-size: 1.0rem;
  --txt15-height: 1.5;
  --txt15-weight: 400;
  --txt15-ls: .1em;

  --menu-01-size: 1.2rem;
  --menu-01-height: 1.75;
  --menu-01-weight: 700;
  --menu-01-ls: .12em;

  --menu-en-size: 2rem;
  --menu-en-height: 1;
  --menu-en-weight: 400;
  --menu-en-ls: .08em;

  --heading-en-size: 10rem;
  --heading-en-height: 1;
  --heading-en-weight: 500;
  --heading-en-ls: .08em;

  --heading-en-02-size: 7.5rem;
  --heading-en-02-height: 1;
  --heading-en-02-weight: 500;
  --heading-en-02-ls: .08em;

  --heading-en-03-size: 8rem;
  --heading-en-03-height: 1;
  --heading-en-03-weight: 500;
  --heading-en-03-ls: .08em;

  --heading-size: 1.8rem;
  --heading-height: 1.5;
  --heading-weight: 500;
  --heading-ls: .1em;

  --heading-02-size: 3rem;
  --heading-02-height: 1;
  --heading-02-weight: 500;
  --heading-02-ls: .1em;

  --heading-03-size: 4rem;
  --heading-03-height: 1;
  --heading-03-weight: 500;
  --heading-03-ls: .1em;

  --heading-04-size: 5rem;
  --heading-04-height: 1;
  --heading-04-weight: 500;
  --heading-04-ls: .1em;

  --heading-05-size: 6rem;
  --heading-05-height: 1;
  --heading-05-weight: 500;
  --heading-05-ls: .1em;

  --btn-cv-size: 3.3rem;
  --btn-cv-height: 1;
  --btn-cv-weight: 500;
  --btn-cv-ls: .1em;

  --btn-01-size: 2rem;
  --btn-01-height: 1.5;
  --btn-01-weight: 500;
  --btn-01-ls: .1em;

  --btn-02-size: 3rem;
  --btn-02-height: 1.5;
  --btn-02-weight: 500;
  --btn-02-ls: .1em;

  --copyright-size: 1.2rem;
  --copyright-height: 1;
  --copyright-weight: 400;
  --copyright-ls: .02em;

  --linear-gradient-color: linear-gradient(to right, #d4e5ef, #5dc2d0);
  --primary-color: #036eb8;
  --primary-color--light: #00a0e9;
  --primary-color--dark: #241257;
  --accent-color: #e15197;
  --accent-color--light: #f1d9e9;
  --accent-color-02: #0d955a;
  --accent-color-02--light: #bedfc2;
  --main-color: #d3edfb;
  --font-color: #231815;
  --font-color--light: #727171;
  --border-color: #707070;
  --border-color--light: #AAAAAA;
  --gray: #888;
  --placeholder-color: #888;
  --gray-light: #f5f5f5;
  --shadow-color: rgba(0,0,0,0.3);
  --white-clear: rgba(255,255,255,0.5);
  --black-clear: rgba(0,0,0,0.5);
  --black-clear--light: rgba(0,0,0,0.2);

  --base-font: 'Noto Sans JP', sans-serif;
  --en-font: 'Kiro-ExtraLight', sans-serif;

  --section-padding: 10rem;
  --section-padding--large: 12rem;
  --section-padding--small: 5rem;

  --mt-d--smallest: 1rem;
  --mt-d--smaller: 2rem;
  --mt-d--small: 3rem;
  --mt-d: 4rem;
  --mt-d--middle: 4.5rem;
  --mt-d--large: 5rem;

  --inner: 1056px;
  --inner-lil-large: 1075px;
  --inner-large: 1200px;
  --inner-responsive: 95%;
  --inner-responsive-p: calc( 50% - var(--inner-responsive) / 2 );

  --normal-transition: 0.2s;
  --slow-transition: .4s;
  --fadein-transition: 1s;

  --header-z: 9999;
  --header-z-plus: 19999;
  --header-z-plus-two: 29999;
  --header-z-plus-three: 39999;
  --normal-z: 1;
  --zero-z: 0;
  --minus-z: -1;
  --minus-two-z: -2;

  --header-height: 12.5rem;
  --header-height-scroll: 8.7rem;
  --menu-height: 2.5rem;
}

@media only screen and (max-width: 1056px) {
  :root {
    --header-height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --txt1-size: 25px;
    --txt2-size: 23px;
    --txt3-size: 22px;
    --txt4-size: 22px;
    --txt4-1-size: 22px;
    --txt5-size: 20px;
    --txt6-size: 18px;
    --txt7-size: 16px;
    --txt8-size: 16px;
    --txt9-size: 16px;
    --txt10-size: 15px;
    --txt11-size: 14px;
    --txt12-size: 13px;
    --txt13-size: 12px;
    --txt14-size: 11px;
    --txt15-size: 10px;

    --menu-01-size: 14px;
    --menu-en-size: 20px;

    --btn-cv-size: 22px;
    --btn-01-size: 16px;
    --btn-02-size: 18px;

    --heading-en-size: 45px;
    --heading-en-02-size: 45px;
    --heading-en-03-size: 45px;
    --heading-size: 14px;
    --heading-02-size: 24px;
    --heading-03-size: 24px;
    --heading-04-size: 24px;
    --heading-05-size: 24px;
    --heading-sp-small-size: 20px;

    --copyright-size: 10px;

    --header-height: 60px;
    --menu-height: 30px;
  }
}


/***************************************************************************
base
******************************************************************************/

html {
  font-size: 62.5%
}
@media only screen and (max-width: 1056px) {
  html {
    font-size: 60%
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 45%
  }
}
body {
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
  padding-top: var(--header-height);
  color: var(--font-color);
  font-family: var(--base-font);
  font-size: 1.6em;
  letter-spacing: 0;
}

.section-padding {
  padding: var(--section-padding) 0;
}
.section-padding-t {
  padding-top: var(--section-padding);
}
.section-padding-b {
  padding-bottom: var(--section-padding);
}
.section-padding--large {
  padding: var(--section-padding--large) 0;
}
.section-padding--large-t {
  padding-top: var(--section-padding--large);
}
.section-padding--large-b {
  padding-bottom: var(--section-padding--large);
}
.section-padding--small {
  padding: var(--section-padding--small) 0;
}
.section-padding--small-t {
  padding-top: var(--section-padding--small);
}
.section-padding--small-b {
  padding-bottom: var(--section-padding--small);
}
.inner {
  width: var(--inner);
  max-width: var(--inner);
  margin: 0 auto
}
@media only screen and (max-width: 1056px) {
  .inner {
    width: var(--inner-responsive)
  }
}
.inner-lillarge {
  width: var(--inner-lillarge);
  max-width: var(--inner-lillarge);
  margin: 0 auto
}
@media only screen and (max-width: 1199px) {
  .inner-lillarge {
    width: var(--inner-responsive)
  }
}
.inner-lil-large {
  width: var(--inner-lil-large);
  max-width: var(--inner-lil-large);
  margin: 0 auto
}
@media only screen and (max-width: 1074px) {
  .inner-lil-large {
    width: var(--inner-responsive)
  }
}
.inner-large {
  width: var(--inner-large);
  max-width: var(--inner-large);
  margin: 0 auto
}
@media only screen and (max-width: 1285px) {
  .inner-large {
    width: var(--inner-responsive)
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
.txt1 {
  font-size: var(--txt1-size);
  line-height: var(--txt1-height);
  font-weight: var(--txt1-weight);
  letter-spacing: var(--txt1-ls)
}
.txt2 {
  font-size: var(--txt2-size);
  line-height: var(--txt2-height);
  font-weight: var(--txt2-weight);
  letter-spacing: var(--txt2-ls)
}
.txt3 {
  font-size: var(--txt3-size);
  line-height: var(--txt3-height);
  font-weight: var(--txt3-weight);
  letter-spacing: var(--txt3-ls)
}
.txt4 {
  font-size: var(--txt4-size);
  line-height: var(--txt4-height);
  font-weight: var(--txt4-weight);
  letter-spacing: var(--txt4-ls)
}
.txt4-1 {
  font-size: var(--txt4-1-size);
  line-height: var(--txt4-1-height);
  font-weight: var(--txt4-1-weight);
  letter-spacing: var(--txt4-1-ls)
}
.txt5 {
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  font-weight: var(--txt5-weight);
  letter-spacing: var(--txt5-ls)
}
.txt6 {
  font-size: var(--txt6-size);
  line-height: var(--txt6-height);
  font-weight: var(--txt6-weight);
  letter-spacing: var(--txt6-ls)
}
.txt7 {
  font-size: var(--txt7-size);
  line-height: var(--txt7-height);
  font-weight: var(--txt7-weight);
  letter-spacing: var(--txt7-ls)
}
.txt8 {
  font-size: var(--txt8-size);
  line-height: var(--txt8-height);
  font-weight: var(--txt8-weight);
  letter-spacing: var(--txt8-ls)
}
.txt9 {
  font-size: var(--txt9-size);
  line-height: var(--txt9-height);
  font-weight: var(--txt9-weight);
  letter-spacing: var(--txt9-ls)
}
.txt10 {
  font-size: var(--txt10-size);
  line-height: var(--txt10-height);
  font-weight: var(--txt10-weight);
  letter-spacing: var(--txt10-ls)
}
.txt11 {
  font-size: var(--txt11-size);
  line-height: var(--txt11-height);
  font-weight: var(--txt11-weight);
  letter-spacing: var(--txt11-ls)
}
.txt12 {
  font-size: var(--txt12-size);
  line-height: var(--txt12-height);
  font-weight: var(--txt12-weight);
  letter-spacing: var(--txt12-ls)
}
.txt13 {
  font-size: var(--txt13-size);
  line-height: var(--txt13-height);
  font-weight: var(--txt13-weight);
  letter-spacing: var(--txt13-ls)
}
.txt14 {
  font-size: var(--txt14-size);
  line-height: var(--txt14-height);
  font-weight: var(--txt14-weight);
  letter-spacing: var(--txt14-ls)
}
.txt15 {
  font-size: var(--txt15-size);
  line-height: var(--txt15-height);
  font-weight: var(--txt15-weight);
  letter-spacing: var(--txt15-ls)
}
.heading-en-letter {
  font-family: var(--en-font);
  font-size: var(--heading-en-size);
  line-height: var(--heading-en-height);
  font-weight: var(--heading-en-weight);
  letter-spacing: var(--heading-en-ls)
}
.heading-en-02-letter {
  font-family: var(--en-font);
  font-size: var(--heading-en-02-size);
  line-height: var(--heading-en-02-height);
  font-weight: var(--heading-en-02-weight);
  letter-spacing: var(--heading-en-02-ls)
}
.heading-en-03-letter {
  font-family: var(--en-font);
  font-size: var(--heading-en-03-size);
  line-height: var(--heading-en-03-height);
  font-weight: var(--heading-en-03-weight);
  letter-spacing: var(--heading-en-03-ls)
}
.heading-letter {
  font-size: var(--heading-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls)
}
.heading-letter-02 {
  font-size: var(--heading-02-size);
  line-height: var(--heading-02-height);
  font-weight: var(--heading-02-weight);
  letter-spacing: var(--heading-02-ls)
}
.heading-letter-03 {
  font-size: var(--heading-03-size);
  line-height: var(--heading-03-height);
  font-weight: var(--heading-03-weight);
  letter-spacing: var(--heading-03-ls)
}
.heading-letter-04 {
  font-size: var(--heading-04-size);
  line-height: var(--heading-04-height);
  font-weight: var(--heading-04-weight);
  letter-spacing: var(--heading-04-ls)
}
.heading-letter-05 {
  font-size: var(--heading-05-size);
  line-height: var(--heading-05-height);
  font-weight: var(--heading-05-weight);
  letter-spacing: var(--heading-05-ls)
}
@media screen and (max-width: 767px) {
  .headign-letter--sp-small {
    font-size: var(--heading-sp-small-size);
  }
}

.fw700 {
  font-weight: 700;
}
.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.lh0 {
  line-height: 0;
}
.lh1 {
  line-height: 1;
}
.lh125 {
  line-height: 1.25;
}
.lh15 {
  line-height: 1.5;
}
.lh17 {
  line-height: 1.7;
}
.lh2 {
  line-height: 2;
}
.lh3 {
  line-height: 3;
}
.ls0 {
  letter-spacing: 0;
}
.ls02 {
  letter-spacing: 0.02em;
}
.ls04 {
  letter-spacing: 0.04em;
}
.ls05 {
  letter-spacing: 0.05em;
}
.ls07 {
  letter-spacing: 0.07em;
}
.base-font {
  font-family: var(--base-font);
}
.en-font {
  font-family: var(--en-font);
}
.primary-color {
  color: var(--primary-color);
}
.primary-color--light {
  color: var(--primary-color--light);
}
.accent-color {
  color: var(--accent-color);
}
.accent-color-02 {
  color: var(--accent-color-02);
}
.gray-color {
  color: var(--gray);
}
.shadow-color {
  color: var(--shadow-color);
}
.white-color {
  color: #fff;
}
.font-color {
  color: var(--font-color);
}
.font-color--light {
  color: var(--font-color--light);
}
.mt-d--smallest {
  margin-top: var(--mt-d--smallest);
}
.mt-d--smaller {
  margin-top: var(--mt-d--smaller);
}
.mt-d--small {
  margin-top: var(--mt-d--small);
}
.mt-d {
  margin-top: var(--mt-d);
}
.mt-d--middle {
  margin-top: var(--mt-d--middle);
}
.mt-d--large {
  margin-top: var(--mt-d--large);
}
.mt05em {
  margin-top: .5em;
}
.mt10em {
  margin-top: 1em;
}
.mt15em {
  margin-top: 1.5em;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt15 {
  margin-top: 1.5rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt40 {
  margin-top: 4rem;
}
.mt50 {
  margin-top: 5rem;
}
.mt60 {
  margin-top: 6rem;
}
.mr02em {
  margin-right: 0.2em;
}
.mr05em {
  margin-right: 0.5em;
}
.mr10em {
  margin-right: 1em;
}
.mt-10em-plus__content + .mt-10em-plus__content {
  margin-top: 1em;
}
.mt-20em-plus__content + .mt-20em-plus__content {
  margin-top: 2em;
}
.bg-main {
  background-color: var(--main-color);
}
.bg-main--light {
  background-color: var(--main-color--light);
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-white {
  background-color: #fff;
}

.border-bottom {
  border-bottom: 1px solid CurrentColor;
}
.underline {
  text-decoration: underline;
}
@media (hover: hover){
  .hover-underline:hover {
    text-decoration: underline;
  }
}
.underline-txt {
  text-decoration: underline;
}
@media (hover: hover){
  .hover-underline:hover {
    text-decoration: underline;
  }
}

@media (hover: hover){
  .hover-border-bottom-primary:hover {
    border-bottom: 1px solid var(--primary-color);
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left-margin-auto {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1056px) {
  .text-center--tab {
    text-align: center;
  }
  .text-left--tab {
    text-align: left;
  }
  .text-left-margin-auto--tab {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .text-center--sp {
    text-align: center;
  }
  .text-left--sp {
    text-align: left;
  }
  .text-left-margin-auto--sp {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
@media only screen and (max-width: 1056px) {
  .none--tab {
    display: none;
  }
  .block--tab {
    display: block;
  }
  .inline--tab {
    display: inline;
  }
  .inline-block--tab {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .none--sp {
    display: none;
  }
  .block--sp {
    display: block;
  }
  .inline--sp {
    display: inline;
  }
  .inline-block--sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  .none--mobile {
    display: none;
  }
  .block--mobile {
    display: block;
  }
  .inline--mobile {
    display: inline;
  }
  .inline-block--mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 374px) {
  .none--se {
    display: none;
  }
  .block--se {
    display: block;
  }
  .inline--se {
    display: inline;
  }
  .inline-block--se {
    display: inline-block;
  }
}
.textbr {
  display: inline-block;
}
@media only screen and (min-width: 1056px) {
  .textbr--pc-only {
    display: inline-block;
  }
}
.white-space-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 1056px) {
  .white-space-nowrap--pc-only {
    white-space: nowrap;
  }
}
.break-all {
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
}
.img-100 img {
  width: 100%;
  height: auto;
}
@media (hover: hover){
  .hover-op:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}
@media (hover: hover){
  .hover-op--clear:hover {
    opacity: .5;
    transition: var(--normal-transition);
  }
}
.mw-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.mw-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.mw-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.mw-930 {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.mw-910 {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.mw-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mw-875 {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.mw-870 {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mw-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mw-680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.mw-610 {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.mw-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mw-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}
.p-relative {
  position: relative;
  z-index: 1;
}
.o-hidden {
  overflow: hidden;
}


/***************************************************************************
logo
******************************************************************************/

/* logo */
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  max-width: 44rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo img {
    max-width: 250px;
  }
}


/***************************************************************************
menu
******************************************************************************/

/* menu */
.menu-g__item {
  padding-block: 1rem;
  border-bottom: 1px solid var(--primary-color);
}
.menu-g__item:first-child {
  padding-top: 0;
  border-top-width: 0;
}
@media screen and (max-width: 767px) {
  .menu-g__item {
    padding-block: 2.5rem;
  }
}

.menu-g__item-row {
  display: flex;
  align-items: center;
  padding-inline: .5rem;
}
@media screen and (max-width: 1056px) {
  .menu-g__item-row {
    display: block;
    padding-inline: 0;
  }
}

.menu-g__item-heading {
  white-space: nowrap;
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .menu-g__item-heading {
    width: 100%;
  }
}

.menu-g__link {
  display: block;
}

.menu-g__letter {
  position: relative;
  display: block;
  padding: 0 .5em;
  color: var(--primary-color);
  font-family: var(--en-font);
  font-size: var(--menu-en-size);
  line-height: var(--menu-en-height);
  font-weight: var(--menu-en-weight);
  letter-spacing: var(--menu-en-ls);
}
.menu-g__letter.is-active {
  color: white;
}

.menu-g__letter.is-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: var(--minus-z);
  transform: translateY(-50%);
  width: 100%;
  height: var(--menu-height);
  background: var(--primary-color--light);
}

@media (hover: hover){
  .menu-g__link:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
  .menu-g__link:hover:has(.menu-g__letter.is-active) {
    opacity: 1;
  }
}

.menu-g__item-menu {
  padding-top: 0;
  padding-left: .5rem;
}
@media screen and (max-width: 1056px) {
  .menu-g__item-menu {
    padding-top: 1rem;
    padding-left: 0;
  }
}

/* menu-sub */
.menu-sub {
  display: flex;
  flex-wrap: wrap;
}

.menu-sub__item {
  margin-right: .5rem;
  position: relative;
  padding-right: .5rem;
}
.menu-sub__item:last-child {
  margin-right: 0;
}
.menu-sub__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%) rotate(25deg);
  width: 1px;
  height: 60%;
  background: var(--primary-color);
}
.menu-sub__item:last-child {
  padding-right: 0;
}
.menu-sub__item:last-child::after {
  display: none;
}

.menu-sub__txt {
  display: block;
  position: relative;
  transition: var(--normal-transition);
}

.menu-sub__link {
  display: block;
  color: var(--primary-color);
}

.menu-sub__letter {
  position: relative;
  padding: 0 .5em;
  font-size: var(--menu-01-size);
  line-height: var(--menu-01-height);
  font-weight: var(--menu-01-weight);
  letter-spacing: var(--menu-01-ls);
}
.menu-sub__letter.is-active {
  color: white;
}
@media screen and (max-width: 767px) {
  .menu-sub__letter {
    padding-inline: .25em;
  }
}

.menu-sub__letter.is-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: var(--minus-z);
  transform: translateY(-50%);
  width: 100%;
  height: var(--menu-height);
  background: var(--primary-color--light);
}
.menu-sub__item:first-child .menu-sub__letter.is-active::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: var(--minus-z);
  transform: translateY(-50%);
  width: .7rem;
  height: 2.5rem;
  background: var(--primary-color--light);
}
@media screen and (max-width: 1056px) {
  .menu-sub__item:first-child .menu-sub__letter.is-active::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu-sub__letter.is-active::after {
    height: 20px;
  }
}


@media (hover: hover){
  .menu-sub__link:hover {
    text-decoration: underline;
  }
  .menu-sub__link:hover:has(.menu-sub__letter.is-active) {
    text-decoration: none;
  }
}

/* menu-btn */
.menu-btn {
  display: block;
  position: relative;
  text-align: center;
}

.menu-btn__main, .menu-btn__bar {
  display: inline-block;
  transition: all var(--slow-transition);
  box-sizing: border-box;
}

.menu-btn__main {
  position: relative;
  width: 42px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .menu-btn__main {
    width: 31.5px;
    height: 26.25px;
  }
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .menu-btn__bar {
    height: 3px;
  }
}

.menu-btn__bar:nth-of-type(1) {
  top: 0px;
}
.menu-btn__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-btn__bar:nth-of-type(3) {
  bottom: 0px;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-btn.is-active .menu-btn__bar {
  transition: var(--slow-transition);
}

.menu-btn.is-active .menu-btn__bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.menu-btn.is-active .menu-btn__bar:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .3s forwards;
  animation: active-menu-bar02 .3s forwards;
}

.menu-btn.is-active .menu-btn__bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .menu-btn.is-active .menu-btn__bar:nth-of-type(1) {
    -webkit-transform: translateY(11.25px) rotate(-45deg);
    transform: translateY(11.25px) rotate(-45deg);
  }

  .menu-btn.is-active .menu-btn__bar:nth-of-type(3) {
    -webkit-transform: translateY(-11.25px) rotate(45deg);
    transform: translateY(-11.25px) rotate(45deg);
  }
}

.menu-btn__txt {
  margin-top: 5px;
}

.menu-btn__letter {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}


/***************************************************************************
heading
******************************************************************************/

/* heading-center */
.heading-center {
  text-align: center;
}

.heading-center__jp {
  margin-top: 1rem;
}

/* heading-left */
.heading-left {
  text-align: left;
}

.heading-left__jp {
  margin-top: 1rem;
  padding-left: 1rem;
}

.heading-left__jp-letter {
  position: relative;
  padding-left: 1em;
}

.heading-left__jp-letter::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: .75em;
  height: 2px;
  background: currentColor;
}

.heading-left__desc {
  margin-top: 2.5rem;
}

/* heading-box */
.heading-box {
  display: block;
  text-align: center;
  padding: .35em 1.7em;
  border-radius: 1em;
  background: var(--linear-gradient-color);
  color: var(--font-color);
}
@media screen and (max-width: 767px) {
  .heading-box {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* heading-trapezoid */
.heading-trapezoid {
  text-align: center;
  background: var(--linear-gradient-color);
}

.heading-trapezoid__inner {
  margin-inline: auto;
  position: relative;
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .heading-trapezoid__inner {
    width: var(--inner-responsive);
  }
}
.heading-trapezoid__inner::before,
.heading-trapezoid__inner::after {
  content: '';
  position: absolute;
  top: 0;
  width: calc(50vw - 50%);
  height: 50%;
  background: white;
}
.heading-trapezoid__inner::before {
  left: 0;
  margin-left: calc(50% - 50vw);
}
.heading-trapezoid__inner::after {
  right: 0;
  margin-right: calc(50% - 50vw);
}

.heading-trapezoid__heading {
  position: relative;
}

.heading-trapezoid__heading::before,
.heading-trapezoid__heading::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
	height: 0;
	border-style: solid;
  border-width: 4.5rem 4.5rem 0px 0px;
	border-color: white transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .heading-trapezoid__heading::before,
  .heading-trapezoid__heading::after {
    border-width: 36px 36px 0px 0px;
  }
}

.heading-trapezoid__heading::before {
  left: 0;
}
.heading-trapezoid__heading::after {
  right: 0;
  transform: rotate(90deg);
}

.heading-trapezoid__heading-letter {
  padding: 1em 1em;
}

.heading-trapezoid__heading-letter.heading-trapezoid__heading-letter--en {
  padding-top: .7em;
  padding-bottom: 1em;
  font-family: var(--en-font);
  line-height: 0;
}

/* heading-box-protrude */
.heading-box-protrude__txt {
  position: relative;
}

.heading-box-protrude__inner {
  position: relative;
  z-index: var(--normal-z);
}
.heading-box-protrude__inner::after {
  content: '';
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 50%);
  height: 100%;
  background: var(--primary-color);
}

.heading-box-protrude__letter {
  display: inline-block;
  position: relative;
  padding: .35em 0;
  background: var(--primary-color);
  color: white;
}
.heading-box-protrude__letter-row {
  display: flex;
  align-items: center;
}

.heading-box-protrude__bg {
  display: block;
  position: absolute;
	top: 0;
	left: 100%;
	z-index: var(--zero-z);
  width: 5rem;
  height: 100%;
}

.heading-box-protrude__bg-image {
  display: block;
  height: 100%;
}

.heading-box-protrude__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.heading-box-protrude.heading-box-protrude--p-small .heading-box-protrude__letter {
  padding-block: .15em;
}

/***************************************************************************
btn
******************************************************************************/

/* btn */
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 32.5rem;
  border-radius: 5em;
  padding: .35em 1em .45em;
  border: 1px solid var(--primary-color--light);
  background: var(--primary-color--light);
  color: white;
  font-size: var(--btn-01-size);
  line-height: var(--btn-01-height);
  font-weight: var(--btn-01-weight);
  letter-spacing: var(--btn-01-ls);
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn {
    display: block;
    min-width: auto;
  }
}

.btn.btn--w-100 {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 1056px) {
  .btn.btn--w-100 {
    max-width: 32.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn--w-100 {
    max-width: 280px;
  }
}

.btn.btn--p-large {
  padding: .75em 1em;
}

.btn.btn--white {
  border-color: white;
  background: white;
  color: var(--primary-color--light);
}
.btn.btn--gray {
  border-color: var(--gray);
  background: var(--gray);
  color: white;
}

@media (hover: hover){
  .btn:hover,
  .btn-hover-trigger:hover .btn {
    background: white;
    color: var(--primary-color--light);
    transition: var(--slow-transition);
  }
  .btn.btn--white:hover,
  .btn-hover-trigger:hover .btn.btn--white {
    color: var(--font-color);
  }
  .btn.btn--gray:hover,
  .btn-hover-trigger:hover .btn.btn--gray {
    color: var(--font-color);
  }

  .btn:hover .btn__with-icon.btn__with-icon--insta::after,
  .btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--insta::after {
    background-image: url(../img/icon-instagram-base.svg);
    transition: var(--slow-transition);
  }

  .btn:hover .btn__with-icon.btn__with-icon--map::after,
  .btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--map::after {
    background-image: url(../img/icon-map-base.svg);
    transition: var(--slow-transition);
  }
}

/* btn-cv */
.btn-cv {
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 54.5rem;
  border-radius: 1.5em;
  padding: 1.5em 1em;
  border: 1px solid var(--primary-color--light);
  background: var(--primary-color--light);
  color: white;
  font-size: var(--btn-cv-size);
  line-height: var(--btn-cv-height);
  font-weight: var(--btn-cv-weight);
  letter-spacing: var(--btn-cv-ls);
}
@media screen and (max-width: 767px) {
  .btn-cv {
    width: 100%;
    min-width: auto;
    max-width: 350px;
    padding-inline: .25em;
  }
}

@media (hover: hover){
  .btn-cv:hover {
    background: white;
    color: var(--primary-color--light);
    transition: var(--normal-transition);
  }
}

/* btn-arrow */
.btn-arrow {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 36rem;
  border-radius: 5em;
  padding: 1.1em 1em;
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
  box-shadow: 0 3px 1rem var(--shadow-color--light);
  color: white;
  font-size: var(--btn-01-size);
  line-height: var(--btn-01-height);
  font-weight: var(--btn-01-weight);
  letter-spacing: var(--btn-01-ls);
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn-arrow {
    display: block;
    min-width: auto;
  }
}

.btn-arrow__has-arrow {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}

.btn-arrow__has-arrow::after {
  content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
  transform: translateY(-40%);
  width: 1em;
  height: .81em;
  background-image: url(../img/icon-yajirushi-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-arrow.btn-arrow--w-100 {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 1056px) {
  .btn-arrow.btn-arrow--w-100 {
    max-width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-arrow.btn-arrow--w-100 {
    max-width: 360px;
  }
}

.btn-arrow.btn-arrow--py-small {
  padding-top: .95em;
  padding-bottom: .95em;
}

.btn-arrow.btn-arrow--white {
  border-color: white;
  background: white;
  color:  var(--accent-color);
}

.btn-arrow.btn-arrow--white .btn-arrow__has-arrow::after {
  background-image: url(../img/icon-yajirushi-accent.svg);
}

.btn-arrow.btn-arrow--no-shadow {
  box-shadow: none;
}
@media (hover: hover){
  .btn-arrow:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }

  .btn-arrow:hover .btn-arrow__has-arrow::after {
    right: -.25em;
    transition: var(--normal-transition);
  }
}


/***************************************************************************
layout
******************************************************************************/
.layout-grid {
  display: grid;
}

.layout-grid.layout-grid--2c {
  grid-template-columns: repeat(2,1fr);
  gap: 4.5rem;
}
.layout-grid.layout-grid--2c.layout-grid--col-gap-large {
  column-gap: 5rem;
}
@media screen and (max-width: 1056px) {
  .layout-grid.layout-grid--2c {
    grid-template-columns: 1fr;
  }
}

.layout-grid.layout-grid--3c {
  grid-template-columns: repeat(3,1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 1056px) {
  .layout-grid.layout-grid--3c {
    grid-template-columns: 1fr;
  }
  .layout-grid.layout-grid--3c-2c-tab {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .layout-grid.layout-grid--3c-2c-tab {
    grid-template-columns: 1fr;
  }
}

.layout-grid.layout-grid--4c {
  grid-template-columns: repeat(4,1fr);
  gap: 4rem;
}
@media screen and (max-width: 1056px) {
  .layout-grid.layout-grid--4c {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .layout-grid.layout-grid--4c {
    grid-template-columns: 1fr;
  }
}

.layout-grid.layout-grid--gap-small {
  gap: 3rem;
}

/* layout-bg-top-white */
.layout-bg-top-white {
  position: relative;
  z-index: 1;
}

.layout-bg-top-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--zero-z);
  width: 100%;
  height: 60%;
  background: white;
}
.layout-bg-top-white__txt {
  position: relative;
  z-index: 1;
}

/* layout-sns-row */
.layout-sns-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .layout-sns-row.layout-sns-row--je {
    justify-content: flex-end;
  }
}

.layout-sns-row__content {
  margin-right: 2rem;
}
.layout-sns-row__content:last-child {
  margin-right: 0;
}

/* layout-timetable */
.layout-timetable__inner {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.layout-timetable__content {
  padding-bottom: 3.8rem;
}
.layout-timetable__content:last-child {
  padding-bottom: .7rem;
}

.layout-timetable__content {
  position: relative;
  margin-left: 7rem;
  padding-left: 2rem;
  border-left: 4px solid var(--main-color);
}
@media screen and (max-width: 767px) {
  .layout-timetable__content {
    margin-left: 82px;
    padding-left: 20px;
  }
}

.layout-timetable__time {
  white-space: nowrap;
  position: absolute;
  left: -7rem;
  top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layout-timetable__time {
    left: -80px;
  }
}

.layout-timetable__content-letter {
  position: relative;
}

.layout-timetable__content:first-child .layout-timetable__content-letter::before {
  content: '';
  position: absolute;
  right: calc(100% + 2rem);
  top: 0;
  width: 4px;
  height: .2em;
  background: white;
}

.layout-timetable__content-letter::after {
  content: '';
  position: absolute;
  right: calc(100% + 1.7rem);
  top: .2em;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .layout-timetable__content-letter::after {
    right: calc(100% + 17px);
    width: 10px;
    height: 10px;
  }
}

.layout-timetable__content.layout-timetable__content--last-empty {
  margin-top: 1px;
  position: relative;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-timetable__content.layout-timetable__content--last-empty {
    height: 20px;
  }
}

.layout-timetable__content.layout-timetable__content--last-empty::before,
.layout-timetable__content.layout-timetable__content--last-empty::after {
  content: '';
  position: absolute;
  right: 100%;
  width: 4px;
  height: 4px;
  background: white;
}
.layout-timetable__content.layout-timetable__content--last-empty::before {
  top: 4px;
}
.layout-timetable__content.layout-timetable__content--last-empty::after {
  top: 12px;
}

/* layout-slide */
.layout-slide__content {
  padding-inline: 2rem;
}
@media screen and (max-width: 1440px) {
  .layout-slide__content {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .layout-slide__content {
    padding-inline: 1rem;
  }
}

/* layout-bg-gradient */
.layout-bg-gradient {
  background: var(--linear-gradient-color);
}
.layout-bg-gradient.layout-bg-gradient--pb {
  padding-bottom: 4.5rem;
}
.layout-bg-gradient.layout-bg-gradient--pb-large {
  padding-bottom: 13.5rem;
}
.layout-bg-gradient.layout-bg-gradient--page-talk {
  padding-bottom: 35rem;
}

/* layout-layout-bg-gradient */
.layout-bg-gradient {
  background: var(--linear-gradient-color);
}
.layout-bg-gradient.layout-bg-gradient--pb {
  padding-bottom: 4.5rem;
}
.layout-bg-gradient.layout-bg-gradient--pb-large {
  padding-bottom: 13.5rem;
}
.layout-bg-gradient.layout-bg-gradient--page-common-01 {
  padding-bottom: 35rem;
}
.layout-bg-gradient.layout-bg-gradient--page-common-02 {
  padding-bottom: 26rem;
}

.layout-bg-gradient-next.layout-bg-gradient-next--page-common-01 {
  margin-top: calc( -35rem + var(--mt-d) );
}
.layout-bg-gradient-next.layout-bg-gradient-next--page-common-02 {
  margin-top: calc( -24rem + var(--mt-d) );
}

/* layout-schedule */
.layout-schedule {
  --tag-width: 6.2rem;
  --tag-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-schedule {
    --tag-width: 45px;
    --tag-gap: 10px;
  }
}

.layout-schedule__txt {
  padding-bottom: 6rem;
}
.layout-schedule__txt.layout-schedule__txt--pb-large {
  padding-bottom: 8rem;
}
.layout-schedule__txt:last-child {
  position: relative;
  padding-bottom: 10rem;
}
.layout-schedule__txt:last-child::after {
  content: '';
  position: absolute;
  top: calc(100% + -2px);
  left: -1px;
  transform: translateX(-50%);
  width: 1rem;
  height: .9rem;
  background-image: url(../img/icon-tip-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.layout-schedule__txt {
  position: relative;
  margin-left: calc( var(--tag-width) * 0.5 + var(--tag-gap) );
  padding-left: calc( var(--tag-width) * 0.5 + var(--tag-gap) );
  border-left: 2px solid var(--primary-color);
}

.layout-schedule__time {
  white-space: nowrap;
  position: absolute;
  left: calc( (var(--tag-width) * 0.5 ) * -1 );
  top: 0;
  text-align: center;
}

.layout-schedule__time-letter {
  min-width: var(--tag-width);
  padding: .25em .25em;
  background: var(--primary-color);
  color: white;
  font-family: var(--en-font);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .layout-schedule__time-letter {
    font-size: 14px;
  }
}
.layout-schedule__time-letter-2gyoume {
  display: inline-block;
  padding-block: .05em;
}


.layout-schedule__txt-main-desc {
  margin-top: .5rem;
}

.layout-schedule__txt-img {
  margin-top: 1rem;
}

.layout-schedule__txt-img-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem
}
@media screen and (max-width: 767px) {
  .layout-schedule__txt-img-row {
    grid-template-columns: 1fr;
  }
}

.layout-schedule__txt-img-flex {
  display: flex;
}

.layout-schedule__txt-img-flex-content {
  margin-right: 1.5rem;
}
.layout-schedule__txt-img-flex-content:last-child {
  margin-right: 0;
}

.layout-schedule.layout-schedule--prymary-light .layout-schedule__time-letter {
  background: var(--primary-color--light);
}
.layout-schedule.layout-schedule--accent .layout-schedule__time-letter {
  background: var(--accent-color);
}

.layout-schedule.layout-schedule--yajirushi-none .layout-schedule__txt:last-child {
  padding-bottom: 0;
  border-left-width: 0;
}
.layout-schedule.layout-schedule--yajirushi-none .layout-schedule__txt:last-child::after {
  display: none;
}


/* layout-obi */
.layout-obi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--zero-z);
  width: 100%;
}

.layout-obi__main {
  height: 11rem;
  background: var(--linear-gradient-color);
}

.layout-obi-z {
  position: relative;
  z-index: var(--normal-z);
}

/***************************************************************************
article
******************************************************************************/

/* article-card */
.article-card {
  overflow: hidden;
  background: var(--gray-light);
}

.article-card__link {
  display: block;
}

.article-card__image {
  overflow: hidden;
}

.article-card__txt {
  text-align: center;
  padding: 1.15rem 1rem;
  background: var(--linear-gradient-color);
}

@media (hover: hover){
  .article-card__link:hover .article-card__image img {
    transform: scale(1.1);
    transition: var(--normal-transition);
  }
}

/* article-card-bg-white */
.article-card-bg-white {
  overflow: hidden;
  position: relative;
  padding-top: 3rem;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, white 50%, white 100%);
}

.article-card-bg-white__bg-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: var(--zero-z);
  width: 100%;
  height: 100%;
}

.article-card-bg-white__bg-image {
  height: 100%;
}

.article-card-bg-white__bg-image img {
	width: 100%;
	height: auto;
}

.article-card-bg-white__link {
  display: block;
  position: relative;
}

.article-card-bg-white__num {
  padding-inline: 3rem;
}

.article-card-bg-white__num-row {
  display: flex;
  align-items: center;
}

.article-card-bg-white__num-heading {
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.article-card-bg-white__num-role {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .article-card-bg-white__num-role-letter {
    font-size: 12px;
  }
}

.article-card-bg-white__num-letter {
  color: var(--primary-color);
  font-family: var(--en-font);
  font-size: 8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 1599px) {
  .article-card-bg-white__num-letter {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .article-card-bg-white__num-letter {
    font-size: 40px;
  }
}

.article-card-bg-white__bg {
  padding: 1rem 3rem 3rem;
  background: white;
}

.article-card-bg-white__img {
  margin-top: 3rem;
}
.article-card-bg-white.article-card-bg-white--no-num .article-card-bg-white__img {
  margin-top: 2rem;
}
.article-card-bg-white.article-card-bg-white--no-num .article-card-bg-white__title {
  padding-inline: 3rem;
}

.article-card-bg-white__btn {
  margin-top: 3rem;
  text-align: center;
  width: 100%;
}

.article-card-bg-white__image {
  overflow: hidden;
}
@media (hover: hover){
  .article-card-bg-white__link:hover .article-card-bg-white__image img {
    transform: scale(1.1);
    transition: var(--normal-transition);
  }
}

/* article-movie */
.article-movie__movie {
  margin-top: 3.5rem;
}

.article-movie__footer {
  margin-top: 3rem;
  padding-inline: 1.5rem;
}


.article-movie__footer-row {
  display: flex;
  align-items: center;
}
.article-movie__footer-row.article-movie__footer-row--jc {
  justify-content: center;
}
@media screen and (max-width: 1056px) {
  .article-movie__footer-row.article-movie__footer-row--jc {
    justify-content: stretch;
  }
}

.article-movie__footer-time {
  margin-right: 2rem;
  flex-shrink: 0;
}

.article-movie__footer-time-letter {
  display: inline-block;
  position: relative;
  padding: .25em 1.5em;
  border-radius: .5em;
  border: 1px solid currentColor;
  background: white;
  color: var(--primary-color--dark);
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .article-movie__footer-time-letter {
    font-size: 14px;
  }
}

.article-movie__footer-heading-letter {
  min-width: 33rem;
}
@media screen and (max-width: 767px) {
  .article-movie__footer-heading-letter {
    min-width: 1px;
    font-size: 14px;
  }
}


/* article-thumb */
.article-thumb {
  position: relative;
}

.article-thumb__link {
  display: block;
  position: relative;
  height: 100%;
}

.article-thumb__img {
  overflow: hidden;
  position: relative;
}

.article-thumb__tag {
  position: absolute;
  top: 0;
  left: 0;
}

.article-thumb__title {
  margin-top: 1.5rem;
}

.article-thumb__desc {
  margin-top: 1rem;
}

@media (hover: hover){
  .article-thumb__link:hover .article-thumb__img img {
    transform: scale(1.1);
    transition: var(--normal-transition);
  }
  
  .article-thumb__link:hover .article-thumb__title-letter {
    text-decoration: underline;
  }
}

/***************************************************************************
table
******************************************************************************/
/* table-box */
.table-box {
  width: 100%;
}

.table-box__col-01 {
  width: 25%;
}
.table-box__col-02 {
  width: 20%;
}
.table-box__col-03 {
  width: 55%;
}

.table-box__col-04 {
  width: 20%;
}
.table-box__col-05 {
  width: 35%;
}
.table-box__col-06 {
  width: 45%;
}

.table-box__col-07 {
  width: 35%;
}
.table-box__col-08 {
  width: 65%;
}


.table-box__col-sp {
  width: 50%;
}

.table-box__child {
  padding: .5rem 0;
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .table-box.table-box--sp-block .table-box__col-th,
  .table-box.table-box--sp-block .table-box__col-td {
    width: 100%;
  }
  .table-box.table-box--sp-block .table-box__child {
    display: block;
    width: 100%!important;
  }
}

.table-box__child.table-box__child--th {
  background: var(--main-color);
}
.table-box__child.table-box__child--th-gray {
  background: var(--gray-light);
}
.table-box__child.table-box__child--th-green {
  background: var(--accent-color-02--light);
}
@media screen and (max-width: 767px) {

  .table-box.table-box--sp-block .table-box__child.table-box__child--th {
    border-top-width: 0;
  }
  .table-box.table-box--sp-block .table-box__row:first-child .table-box__child.table-box__child--th {
    border-top-width: .5px;
  }
}

.table-box__child.table-box__child--td {
  background: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table-box.table-box--sp-block .table-box__child.table-box__child--td {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.table-box__child.table-box__child--tc {
  text-align: center;
}

.table-box.table-box--border-none .table-box__child {
  border-width: 0;
  border-bottom: 1px solid var(--primary-color);
}

.table-box.table-box--p-small .table-box__child {
  padding-block: .25em;
}

/* table-stripe */
.table-stripe {
	width: 100%;
}

.table-stripe__child {
	text-align: left;
	padding: .65rem 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table-stripe__child {
    display: block;
  }
}

.table-stripe__row:nth-child(odd) .table-stripe__child {
  background-color: white;
}
.table-stripe__row:nth-child(even) .table-stripe__child {
  background-color: var(--main-color);
}

.table-stripe__child.table-stripe__child--th {
  padding-left: 2.7rem;
}

.table-stripe__child.table-stripe__child--td {
  padding-left: 3rem;
}
.table-stripe__child.table-stripe__child--td-pr {
  padding-right: 3rem;
}

@media screen and (max-width: 767px) {
  .table-stripe__child.table-stripe__child--th {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }
  
  .table-stripe__child.table-stripe__child--td {
    padding-top: 0;
    padding-left: 1rem;
    border-bottom: 1px solid var(--border-color--light);
  }
  .table-stripe__child.table-stripe__child--td-pr {
    padding-right: 0;
  }
}

.table-stripe__child.table-stripe__child--w {
	width: 16.3rem;
}
@media screen and (max-width: 767px) {
  .table-stripe__child.table-stripe__child--w {
    width: 100%;
  }
}

/***************************************************************************
list
******************************************************************************/

/* list-point */
.list-point__item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.list-point__item::before {
  content: '・';
}

.list-point__item + .list-point__item {
  margin-top: .35rem;
}


/***************************************************************************
txt
******************************************************************************/

/* txt-before-after */
.txt-before-after::before {
  content: attr(data-before);
}

.txt-before-after::after {
  content: attr(data-after);
}

/* txt-flex */
.txt-flex {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

/* txt-marker */
.txt-marker {
	display: inline-block;
	background-image: linear-gradient(transparent 1.1em, var(--accent-color--light) 0, var(--accent-color--light) 1.3em, transparent 0);
}

.txt-indent-01 {
  display: inline-block;
  text-indent: 1em;
}

/* txt-cat */
.txt-cat {
  display: inline-block;
  position: relative;
  text-align: left;
  border-radius: 5em;
  padding: .5em 1em;
  border: 1px solid var(--primary-color--light);
  background: var(--primary-color--light);
  color: white;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .08em;
}
@media screen and (max-width: 767px) {
  .txt-cat {
    font-size: 14px;
  }
}

/***************************************************************************
img
******************************************************************************/

/* img-sns */
.img-x img {
  width: 2.3rem;
  height: auto;
}
.img-instagram img {
  width: 2.7rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .img-x img {
    width: 23px;
  }
  .img-instagram img {
    width: 27px;
  }
}

/* img-tel */
.img-tel img {
  width: 23rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .img-tel img {
    width: 230px;
  }
}

/***************************************************************************
other
******************************************************************************/

/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* instagram */
.instagram iframe {
  width: 100%!important;
}

/***************************************************************************
animation
******************************************************************************/
.fadein-up {
	opacity: 0;
	transform: translate(0, 100px);
}
.fadein-left {
	opacity: 0;
	transform: translate(-100px, 0);
}
.fadein-right {
	opacity: 0;
	transform: translate(100px, 0);
}
.fadein-opacity {
	opacity: 0;
}

.show {/* 画面内に入った状態 */
	opacity: 1!important;
	transform: translate(0, 0)!important;
  transition: var(--fadein-transition);
}

@media screen and (max-width: 767px) {
  .sp-fadein-none {
    opacity: 1!important;
    filter: blur(0)!important;
		transform: translate(0, 0)!important;
    transition-timing-function: ease;
  }
}

/***************************************************************************
pages
******************************************************************************/

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z);
  width: 100%;
  padding: 3.45rem 0;
  background: white;
  border-bottom: 3px solid var(--primary-color);
}
@media screen and (max-width: 1056px) {
  .header {
    padding: 1.85rem 0;
  }
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__menu-row {
    display: block;
  }
}

.header__sns {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .header__sns {
    margin-right: 0;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: var(--header-z-plus);
    width: 100%;
    padding: 2rem var(--inner-responsive-p);
  }
  .header__sns.is-active {
    pointer-events: auto;
    opacity: 1;
    transition: opacity var(--normal-transition);
  }
}

.header__nav {
  margin-right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  position: fixed;
  right: -100%;
  top: var(--header-height);
  z-index: var(--header-z-plus);
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 10rem;
  background: white;
}
.header__nav.is-active {
  pointer-events: auto;
  right: 0;
  transition: right var(--slow-transition);
}
@media screen and (max-width: 1056px) {
  .header__nav {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.header.is-scroll-active {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: var(--normal-transition);
}
@media screen and (max-width: 1056px) {
  .header.is-scroll-active {
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
  }
}

.header.is-scroll-active .header__nav {
  top: var(--header-height-scroll);
}


/* footer */
.footer {
  position: relative;
  padding: 5rem 0;
  border-bottom: 4rem solid var(--main-color);
}

.footer__sns-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__sns-row {
    display: block;
  }
}

.footer__sns-img {
  margin-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer__sns-img {
    margin-right: 0;
  }
}

.footer__sns-info {
  margin-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer__sns-info {
    margin-top: 2rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__sns-tel {
    margin-top: 2rem;
  }
}


/* top-intro */
.top-intro__heading {
  text-align: center;
}
.top-intro__desc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-intro__desc {
    text-align: left;
  }
}

.top-intro__img {
  text-align: center;
}

/* top-news */

.top-news__main .twitter-tweet {
  margin-inline: auto;
}

/* top-onoff */
.top-onoff__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-onoff__fv {
  width: 57.6rem;
}
@media screen and (max-width: 1056px) {
  .top-onoff__fv {
    width: 100%;
  }
}

.top-onoff__schedule {
  width: calc(100% - 57.6rem - 6rem);
}
@media screen and (max-width: 1056px) {
  .top-onoff__schedule {
    margin-top: 4rem;
    width: 100%;
  }
}

.top-onoff__btn {
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .top-onoff__btn {
    margin-top: 1rem;
  }
}

/* top-info */
.top-info__main {
  margin-top: -7rem;
}

/* top-movie */
.top-movie__sub-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4rem;
}
@media screen and (max-width: 1056px) {
  .top-movie__sub-row {
    grid-template-columns: 1fr;
  }
}

/* page-about-intro */
.page-about-intro {
  z-index: var(--normal-z);
  padding-bottom: 20vw;
}
@media screen and (max-width: 1599px) {
  .page-about-intro {
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .page-about-intro {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
.page-about-intro__txt {
  margin-inline: auto;
  display: table;
  position: relative;
  z-index: var(--normal-z);
  padding-top: 15vw; 
}
@media screen and (max-width: 767px) {
  .page-about-intro__txt {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-about-intro__heading {
    margin-top: var(--mt-d);
  }
}
.page-about-intro__heading-letter {
  font-size: 4rem;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: .08em;
}
@media screen and (max-width: 1599px) {
  .page-about-intro__heading-letter {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1319px) {
  .page-about-intro__heading-letter {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 767px) {
  .page-about-intro__heading-letter {
    font-size: 24px;
  }
}

.page-about-intro__desc {
  padding-inline: 1rem;
}

.page-about-intro__desc-letter {
  line-height: 2.3;
}
@media screen and (max-width: 1599px) {
  .page-about-intro__desc-letter {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1319px) {
  .page-about-intro__desc-letter {
    font-size: 1.14vw;
  }
}
@media screen and (max-width: 767px) {
  .page-about-intro__desc-letter {
    font-size: var(--txt9-size);
    line-height: 1.5;
  }
}

.page-about-intro__img {
  margin-inline: auto;
  max-width: 28vw;
}
@media screen and (max-width: 1599px) {
  .page-about-intro__img {
    max-width: 25vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .page-about-intro__img {
    max-width: 400px;
  }
}

/* page-about-org */
.page-about-org {
  z-index: var(--zero-z);
}

/* page-about-address */
.page-about-address {
  z-index: var(--zero-z);
}

.layout-bg-image-z {
  position: relative;
  z-index: var(--normal-z);
}

.page-about-intro__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: var(--zero-z);
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 2.5vw 3vw;
}
@media screen and (max-width: 1599px) {
  .page-about-intro__bg {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-about-intro__bg {
    display: none;
  }
}

.page-about-intro__bg-image img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
  .page-about-intro__bg-image img {
    height: auto;
  }
}

/* page-career-intro */
.page-career-intro__heading {
  text-align: center;
}

.page-career-intro__desc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-career-intro__desc {
    text-align: left;
  }
}

.page-career-intro__img-main {
  margin-top: 1rem;
}
.page-career-intro__img-note {
  margin-top: 1rem;
}

.page-career-intro__info-main {
  margin-top: 2rem;
}

.page-career-intro__info-content + .page-career-intro__info-content {
  margin-top: 1.5rem;
}

.page-career-intro__info-content-heading-letter {
  display: inline-block;
  text-align: left;
  padding: .1em .5em;
  background: var(--main-color);
  color: var(--primary-color);
}

.page-career-intro__info-content-desc {
  margin-top: .5rem;
}

/* common-message */
.common-message__content {
  padding-block: 6rem;
  border-bottom: 1px solid var(--primary-color);
}
.common-message__content.common-message__content--p-small {
  padding-block: 3rem;
}
.common-message__content:first-child {
  padding-top: 0;
}
.common-message__content:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.common-message__content.common-message__content--p-small:first-child {
  padding-top: 0;
}
.common-message__content.common-message__content--p-small:last-child {
  padding-bottom: 0;
}

.common-message__content-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1056px) {
  .common-message__content-row {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.common-message__content-img {
  width: 23.5rem;
}
@media screen and (max-width: 1056px) {
  .common-message__content-img {
    margin-top: 2rem;
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 1056px) {
  .common-message__content-img-main {
    max-width: 500px;
  }
}

.common-message__content-txt {
  width: calc(100% - 23.5rem - 6rem);
}

@media screen and (max-width: 1056px) {
  .common-message__content-txt {
    margin-top: 4rem;
    display: contents;
    width: 100%;
  }
}

@media screen and (max-width: 1056px) {
  .common-message__content-heading {
    order: 1;
  }
}

@media screen and (max-width: 1056px) {
  .common-message__content-desc {
    order: 3;
  }
}

/* page-onoff-01 */
.page-onoff-01__heading {
  text-align: center;
}

.page-onoff-01__img {
  position: relative;
}
.page-onoff-01__image {
  cursor: pointer;
  opacity: 0;
  position: relative;
}
.page-onoff-01__image.page-onoff-01__image--02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.page-onoff-01__image.is-active {
  pointer-events: none;
  opacity: 1;
}

.page-onoff-01__img::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: var(--normal-z);
}
.page-onoff-01__img:has(.page-onoff-01__image.page-onoff-01__image--01.is-active)::after {
  left: 0;
}
.page-onoff-01__img:has(.page-onoff-01__image.page-onoff-01__image--02.is-active)::after {
  right: 0;
}

.page-onoff-01__tab-img {
  margin-left: auto;
  margin-right: auto;
  min-width: 1920px;
}

.page-onoff-01__tab {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .page-onoff-01__tab {
    margin-top: 5vw;
  }
  .page-onoff-01__tab.page-onoff-01__tab--02 {
    margin-top: 10vw;
  }
}

.page-onoff-01__tab::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: calc(100% + 3vw);
  z-index: var(--normal-z);
}
.page-onoff-01__tab:has(.page-onoff-01__tab-content.page-onoff-01__tab-content--01.is-active)::after {
  left: 0;
}
.page-onoff-01__tab:has(.page-onoff-01__tab-content.page-onoff-01__tab-content--02.is-active)::after {
  right: 0;
}

.page-onoff-01__tab-content {
  position: relative;
  z-index: var(--zero-z);
}
.page-onoff-01__tab-content.is-active {
  pointer-events: none;
  z-index: var(--normal-z);
}
@media screen and (max-width: 1400px) {
  .page-onoff-01__tab-content {
    margin-inline: auto;
    transform: scale(1.7) translateX(1.5%);
  }
}
.page-onoff-01__tab-content.page-onoff-01__tab-content--02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.page-onoff-01__tab-content-image {
  position: relative;
  height: 100%;
}

.page-onoff-01__tab-content-image-txt {
  display: block;
  text-align: center;
  position: absolute;
  top: 6.5%;
  left: 24vw;
  height: 4.5vw;
  padding: 0 4vw;
}
.page-onoff-01__tab-content-image-txt.page-onoff-01__tab-content-image-txt--02 {
  left: auto;
  right: 24.5vw;
}
@media screen and (max-width: 1400px) {
  .page-onoff-01__tab-content-image-txt {
    top: 6%;
    left: 21vw;
    padding: 0 7vw;
  }
  .page-onoff-01__tab-content-image-txt.page-onoff-01__tab-content-image-txt--02 {
    right: 22vw;
  }
}

@media (hover: hover){
  .page-onoff-01__tab-content-image-txt:hover {
    opacity: .5;
    transition: var(--normal-transition);
  }
}

.page-onoff-01__tab-content-image-letter {
  font-family: var(--en-font);
  font-size: 3.9vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
}
@media screen and (max-width: 1400px) {
  .page-onoff-01__tab-content-image-letter {
    font-size: 3.5vw;
  }
}

.page-onoff__schedule-heading-txt {
  color: var(--primary-color);
}
.page-onoff__schedule-heading-txt.page-onoff__schedule-heading-txt--accent {
  color: var(--accent-color);
}

.page-onoff__schedule-heading-en {
  padding-bottom: 2rem;
  border-bottom: .9rem solid currentColor;
}

.page-onoff__schedule-heading-en-letter {
  font-family: var(--en-font);
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .08em;
}
@media screen and (max-width: 767px) {
  .page-onoff__schedule-heading-en-letter {
    font-size: 30px;
  }
}

.page-onoff__schedule-heading-jp {
  margin-top: 2.5rem;
}

.page-onoff__schedule-heading-jp-letter {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
  .page-onoff__schedule-heading-jp-letter {
    font-size: 18px;
  }
}

.page-onoff__schedule {
  display: none;
}
.page-onoff__schedule.is-active-first {
  display: block;
}

.page-onoff-01__schedule-content + .page-onoff-01__schedule-content {
  margin-top: 4rem;
}

.page-onoff-02__schedule-calendar-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5.5rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 1056px) {
  .page-onoff-02__schedule-calendar-row {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-inline: 0;
  }
}

.page-onoff-02__schedule-calendar-content-txt {
  margin-top: 1rem;
}

.page-onoff-02__schedule-calendar-content-txt-sub {
  margin-top: .5rem;
}

/* page-talk 共通 */
.page-talk__talk-section + .page-talk__talk-section {
  margin-top: 9rem;
}

.page-talk__talk {
  padding-left: 1.5rem;
}
@media screen and (max-width: 1056px) {
  .page-talk__talk {
    padding-left: 0;
  }
}

.page-talk__talk + .page-talk__talk {
  margin-top: 6rem;
}

.page-talk__talk-row {
  display: flex;
  align-items: flex-start;
}
.page-talk__talk-row.page-talk__talk-row--a-center {
  align-items: center;
}
@media screen and (max-width: 1056px) {
  .page-talk__talk-row.page-talk__talk-row--a-center {
    align-items: flex-start;
  }
}

.page-talk__talk-img {
  flex-shrink: 0;
  position: relative;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .page-talk__talk-img {
    margin-right: 10px;
  }
}

.page-talk__talk-img-name {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  width: 100%;
  padding-top: .5rem;
}
@media screen and (max-width: 1056px) {
  .page-talk__talk-img-name {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .page-talk__talk-img-name-letter {
    font-size: 12px;
  }
}

.page-talk__talk-image img {
  width: 13.4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-talk__talk-image img {
    width: 60px;
    height: auto;
  }
}

.page-talk__talk-txt {
  width: 100%;
}

.page-talk__talk.page-talk__talk--reverse {
  padding-left: 0;
  padding-right: 1.5rem
}
@media screen and (max-width: 1056px) {
  .page-talk__talk.page-talk__talk--reverse {
    padding-right: 0;
  }
}
.page-talk__talk.page-talk__talk--reverse .page-talk__talk-row {
  flex-direction: row-reverse;
}

.page-talk__talk.page-talk__talk--reverse .page-talk__talk-img {
  margin-right: 0;
  margin-left: 3rem;
}

.page-talk__talk-letter-large {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .page-talk__talk-letter-large {
    font-size: 20px;
  }
}

.page-talk__talk-letter {
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .page-talk__talk-letter {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* page-talk-01 */
.page-talk-01__image {
  padding-left: .5rem;
}

/* page-talk-02 */
.page-talk-02__image-txt {
  margin-top: 2rem;
}

.page-talk-02__image-txt-row {
  display: flex;
  justify-content: center;
}

.page-talk-02__image-txt-row {
  display: flex;
  justify-content: flex-end;
}

.page-talk-02__image-txt-content-01 {
  margin-right: 15.5rem;
}
.page-talk-02__image-txt-content-02 {
  margin-right: 14.6rem;
}
.page-talk-02__image-txt-content-03 {
  margin-right: 17.3rem;
}
@media screen and (max-width: 929px) {
  .page-talk-02__image-txt-content-01 {
    margin-right: 15vw;
  }
  .page-talk-02__image-txt-content-02 {
    margin-right: 13vw;
  }
  .page-talk-02__image-txt-content-03 {
    margin-right: 20vw;
  }
  .page-talk-02__image-txt-content-letter {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-talk-02__image-txt-content-01 {
    margin-right: 11.5vw;
  }
  .page-talk-02__image-txt-content-02 {
    margin-right: 10vw;
  }
  .page-talk-02__image-txt-content-03 {
    margin-right: 11.5vw;
  }
  .page-talk-02__image-txt-content-letter {
    font-size: 3vw;
  }
}

.page-talk__talk-section-heading-txt {
	display: block;
	position: relative;
	padding: .75rem 1.5rem;
  border-radius: 5rem;
  background: var(--bg-main-color--sky);
}
@media screen and (max-width: 1329px) {
  .page-talk__talk-section-heading-txt {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-talk__talk-section-heading-txt {
    padding: 10px;
  }
}

.page-talk__talk-section-heading-txt-row {
	display: flex;
  align-items: center;
}

.page-talk__talk-section-heading-txt-q {
	flex-shrink: 0;
	padding-right: 1rem;
}

.page-talk__talk-section-heading-txt-q-letter {
  font-family: var(--en-font);
  color: var(--primary-color);
	font-size: 10rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-talk__talk-section-heading-txt-q-letter {
    font-size: 30px;
  }
}

.page-talk__talk-section-heading-txt-title {
	width: 100%;
  border-bottom: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .page-talk__talk-section-heading-txt-title {
    padding-top: 0;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--primary-color);
  }
}

.page-talk__talk-section-heading-txt-title-letter {
	font-size: 4rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .page-talk__talk-section-heading-txt-title-letter {
    font-size: 18px;
  }
}

/* page-work-life-balance */
.page-work-life-balance__heading {
  text-align: center;
}

.page-work-life-balance__table-content + .page-work-life-balance__table-content {
  margin-top: 3rem;
}

.page-work-life-balance__table-content-main {
  margin-top: .5rem;
}

.page-work-life-balance__table-content-note {
  margin-top: .5rem;
}

/* page-wlb-salary */
.page-wlb-salary__content-header-row {
  display: flex;
  align-items: center;
}
.page-wlb-salary__content-header-row.page-wlb-salary__content-header-row--a-start {
  align-items: flex-start;
}
@media screen and (max-width: 1056px) {
  .page-wlb-salary__content-header-row {
    display: block;
  }
}

.page-wlb-salary__content-header-heading {
  margin-right: 1rem;
  flex-shrink: 0;
}

.page-wlb-salary__content-header-heading.page-wlb-salary__content-header-heading--m-large {
  margin-right: 3rem;
}
@media screen and (max-width: 1056px) {
  .page-wlb-salary__content-header-heading {
    margin-right: 0;
  }
  .page-wlb-salary__content-header-heading.page-wlb-salary__content-header-heading--m-large {
    margin-right: 0;
  }
}

.page-wlb-salary__content-header-note {
  width: 100%;
}
@media screen and (max-width: 1056px) {
  .page-wlb-salary__content-header-note {
    margin-top: 1rem;
  }
}

.page-wlb-salary__content + .page-wlb-salary__content {
  margin-top: 4.5rem;
}

/* 01 */
.page-wlb-salary__content-01 {
  position: relative;
  max-width: 780px;
}

.page-wlb-salary__content-01-note {
  position: absolute;
  bottom: calc(100% + .5rem);
  right: 0;
}
@media screen and (max-width: 1056px) {
  .page-wlb-salary__content-01-note {
    position: static;
    text-align: right;
    padding-bottom: .5rem;
  }
}

.page-wlb-salary__content-01-note-letter {
  color: var(--primary-color);
	font-size: 1rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-01-note-letter {
    font-size: 10px;
  }
}


.page-wlb-salary__content-01-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}
@media screen and (max-width: 1056px) {
  .page-wlb-salary__content-01-row {
    grid-template-columns: 1fr;
  }
}

/* 02 */
.page-wlb-salary__content-02-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 1056px) {
  .page-wlb-salary__content-02-row {
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-02-row {
    grid-template-columns: 1fr;
  }
}

.page-wlb-salary__content-02-item {
  border-left: 1px solid var(--primary-color);
}

.page-wlb-salary__content-02-item-header {
  position: relative;
  padding: 1rem 2rem;
  background: var(--main-color);
}
.page-wlb-salary__content-02-item-header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
	height: 0;
	border-style: solid;
  border-width: 0 1.4rem 1.4rem 0;
	border-color: transparent white transparent transparent;
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-02-item-header::after {
    border-width: 0 14px 14px 0;
  }
}

.page-wlb-salary__content-02-item-header-row {
  display: flex;
  align-items: flex-end;
}

.page-wlb-salary__content-02-item-header-heading {
  margin-right: 3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1056px) {
  .page-wlb-salary__content-02-item-header-heading {
    margin-right: 1.5rem;
  }
}

.page-wlb-salary__content-02-item-header-heading-small-letter {
  font-family: var(--en-font);
  color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-02-item-header-heading-small-letter {
    font-size: 12px;
  }
}

.page-wlb-salary__content-02-item-header-heading-num-letter {
  font-family: var(--en-font);
  color: var(--primary-color);
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-02-item-header-heading-num-letter {
    font-size: 24px;
  }
}

.page-wlb-salary__content-02-item-header-title {
  width: 100%;
  padding-bottom: .5rem;
}

.page-wlb-salary__content-02-item-header-title-small-letter {
  color: var(--primary-color);
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-02-item-header-title-small-letter {
    font-size: 14px;
  }
}

.page-wlb-salary__content-02-item-header-title-smaller-letter {
  color: var(--primary-color);
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-02-item-header-title-smaller-letter {
    font-size: 12px;
  }
}

.page-wlb-salary__content-02-item-header-title-large {
  margin-top: .5rem;
}

.page-wlb-salary__content-02-item-header-title-large-letter {
  color: var(--primary-color);
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-02-item-header-title-large-letter {
    font-size: 14px;
  }
}

.page-wlb-salary__content-02-item-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  padding-top: 1rem;
}

.page-wlb-salary__content-02-item-table {
  border-top: 1px solid var(--primary-color);
}

.page-wlb-salary__content-02-item.page-wlb-salary__content-02-item--green .page-wlb-salary__content-02-item-header {
  background: var(--accent-color-02--light);
}

.page-wlb-salary__content-header-note-list-item + .page-wlb-salary__content-header-note-list-item {
  margin-top: .5em;
}

.page-wlb-salary__content-header-note-list-item-title {
  vertical-align: top;
  display: inline-block;
  margin-right: 2em;
  position: relative;
  padding-left: 1em;
}
.page-wlb-salary__content-header-note-list-item-title::after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.page-wlb-salary__content-header-note-list-item-desc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-wlb-salary__content-header-note-list-item-desc {
    display: block;
    padding-left: 1em;
  }
}

/* page-wlb-benefits */
.page-wlb-benefits__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-wlb-benefits__heading {
    text-align: left;
  }
}

.page-wlb-benefits__note {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* page-detail */
@media screen and (max-width: 767px) {
  .page-detail__desc-letter {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* page-school common */
.page-school__heading-letter {
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: .9rem solid var(--primary-color);
}

.page-school__heading-letter {
  color: var(--primary-color);
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
  .page-school__heading-letter {
    font-size: 20px;
  }
}

.page-school__heading-letter-large {
  color: var(--primary-color);
	font-size: 6rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
  .page-school__heading-letter-large {
    font-size: 30px;
  }
}

.page-school__heading-letter-one-img {
  margin-inline: .5em;
  display: inline-block;
  transform: translateY(-15%);
}

.page-school__heading-letter-one-image img {
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-school__heading-letter-one-image img {
    width: 8px;
  }
}

.page-school__heading-box {
  display: block;
  text-align: center;
  padding: .35em 1.7em;
  background: var(--linear-gradient-color);
  color: var(--font-color);
}

/* page-school-schedule */
.page-school-schedule {
  padding-top: 3rem;
}

.page-school-schedule__section + .page-school-schedule__section {
  margin-top: 2rem;
}

.page-school-schedule__section-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-school-schedule__section-row {
    display: block;
  }
}

.page-school-schedule__heading-letter {
  font-family: var(--en-font);
	font-size: 10rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
  .page-school-schedule__heading-letter {
    font-size: 50px;
  }
}

.page-school-schedule__schedule {
  padding-top: 2.5rem;
}

.page-school-schedule__info-txt-content + .page-school-schedule__info-txt-content {
  margin-top: 2rem;
}

.page-school-schedule__info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-school-schedule__info-img {
  width: 54rem;
}
@media screen and (max-width: 1056px) {
  .page-school-schedule__info-img {
    width: 100%;
  }
}

.page-school-schedule__info-txt {
  width: calc( 100% - 54rem - 3rem);
}
@media screen and (max-width: 1056px) {
  .page-school-schedule__info-txt {
    margin-top: 2rem;
    width: 100%;
  }
}

.page-school-schedule__info-txt-content-table {
  margin-top: .5rem;
}

.page-school-pastnow__image-footer-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0;
}

.page-school-pastnow__image-footer-image {
  position: relative;
  height: 100%;
}

.page-school-pastnow__image-footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.page-school-pastnow__image-footer-image-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.page-school-pastnow__image-footer-image-letter {
  color: white;
	font-size: 4.9rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .12em;
}
@media screen and (max-width: 1056px) {
  .page-school-pastnow__image-footer-image-letter {
    font-size: 5vw;
  }
}


.page-school-pastnow__info-content + .page-school-pastnow__info-content {
  margin-top: 2.5rem;
}

.page-school-pastnow__info-content-img {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-school-pastnow__info-content-image img {
    max-width: 300px;
  }
  .page-school-pastnow__info-content-image.page-school-pastnow__info-content-image--02 img {
    max-width: 235px;
  }
  .page-school-pastnow__info-content-image.page-school-pastnow__info-content-image--03 img {
    max-width: 250px;
  }
  .page-school-pastnow__info-content-image.page-school-pastnow__info-content-image--05 img {
    max-width: 220px;
  }
}

