/***************************************************************************
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 {
  --txt0-size: 3.4rem;
  --txt0-height: 1.44;
  --txt0-weight: 700;
  --txt0-ls: .1em;

  --txt1-size: 3.2rem;
  --txt1-height: 1.44;
  --txt1-weight: 700;
  --txt1-ls: .1em;

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

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

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

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

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

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

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

  --txt8-size: 1.8rem;
  --txt8-height: 1.6;
  --txt8-weight: 700;
  --txt8-ls: .1em;

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

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

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

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

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

  --menu-01-size: 1.6rem;
  --menu-01-height: 1;
  --menu-01-weight: 500;
  --menu-01-ls: 0;

  --menu-02-size: 1.4rem;
  --menu-02-height: 1;
  --menu-02-weight: 400;
  --menu-02-ls: 0;

  --menu-03-size: 1.6rem;
  --menu-03-height: 1;
  --menu-03-weight: 500;
  --menu-03-ls: 0;

  --menu-nav-size: 16px;
  --menu-nav-height: 1;
  --menu-nav-weight: 500;
  --menu-nav-ls: 0;

  --heading-size: 4.2rem;
  --heading-height: 1.2;
  --heading-weight: 700;
  --heading-ls: .05em;

  --heading-en-size: 2rem;
  --heading-en-height: 1;
  --heading-en-weight: 400;
  --heading-en-ls: .02em;

  --heading-02-size: 1.6rem;
  --heading-02-height: 1;
  --heading-02-weight: 700;
  --heading-02-ls: .05em;

  --heading-en-02-size: 6.2rem;
  --heading-en-02-height: 1;
  --heading-en-02-weight: 400;
  --heading-en-02-ls: .02em;

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

  --heading-en-03-size: 1.8rem;
  --heading-en-03-height: 1;
  --heading-en-03-weight: 400;
  --heading-en-03-ls: .02em;

  --btn-cv-size: 2.6rem;
  --btn-cv-height: 1.25;
  --btn-cv-weight: 500;
  --btn-cv-ls: 0;

  --btn-cv-en-size: 1.4rem;
  --btn-cv-en-height: 1.5;
  --btn-cv-en-weight: 500;
  --btn-cv-en-ls: .02em;

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

  --btn-02-size: 1.6rem;
  --btn-02-height: 1.5;
  --btn-02-weight: 700;
  --btn-02-ls: .1em;

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

  --btn-04-size: 1.6rem;
  --btn-04-height: 1.5;
  --btn-04-weight: 700;
  --btn-04-ls: .05em;

  --copyright-size: 1.8rem;
  --copyright-height: 1;
  --copyright-weight: 400;
  --copyright-ls: 0;

  --input-size: var(--txt11-size);
  --input-height: var(--txt11-height);
  --input-weight: var(--txt11-weight);
  --input-ls: var(--txt11-ls);

  --time-size: 1.6rem;
  --time-height: 1.5;
  --time-weight: 500;
  --time-ls: .035em;

  --cat-size: 1.4rem;
  --cat-weight: 500;
  --cat-ls: .05em;

  --linear-gradient-color: linear-gradient(to right, #2B8CD0, #003B8B);
  --primary-color: #003B8B;
  --primary-color--light-01: #86B3E0;
  --primary-color--light-02: #4D748D;
  --primary-color--light-03: #3372A9;
  --primary-color--light-04: #5298D6;
  --primary-color--light-05: #006ABA;
  --accent-color: #2779CC;
  --accent-color--light: #447FCF;
  --bg-main-color: #D3D3D3;
  --bg-main-color--yellow: #FFFCF3;
  --bg-main-color--light: #FBFBFB;
  --bg-main-color--sky: #E9F4FF;
  --bg-main-color--sky-02: #DFF3FF;
  --bg-main-color--sky-03: #ECF1F7;
  --bg-main-color--sky-04: #BBDCF4;
  --bg-main-color--sky-05: #EFF5FB;
  --font-color: #000000;
  --font-color--light: #333B40;
  --font-color--light-02: #8B8B8B;
  --font-color--light-03: #6286B8;
  --font-color--light-04: #dddfe0;
  --border-color: #707070;
  --border-color--light: #E4E4E4;
  --border-color--light-02: #F5F5F5;
  --border-color--light-03: #ccc;
  --gray: #888;
  --placeholder-color: #888;
  --gray-light: #C5C5C5;
  --gray-light-02: #EDEDED;
  --gray-light-03: #F1F1F1;
  --shadow-color: rgba(0,0,0,0.9);
  --shadow-color--middle: rgba(0,0,0,0.4);
  --shadow-color--light: rgba(0,0,0,0.16);
  --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);
  --red-color: red;

  --base-font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  --en-font: "EB Garamond", serif;
  --en-font-02: "Montserrat", sans-serif;

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

  --mt-d: 5.5rem;
  --mt-d--middle: 7rem;
  --mt-d--large: 10rem;

  --inner: 1330px;
  --inner-large: 1400px;
  --inner-max: 1440px;
  --inner-responsive: 90%;
  --inner-responsive-p: calc( 50% - var(--inner-responsive) / 2 );

  --normal-transition: 0.3s;
  --slow-transition: 1s;
  --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: 10.8rem;
}

@media only screen and (max-width: 1440px) {
  :root {
    --txt9-size: 1.7rem;
    --txt9-height: 1.875;
    --txt9-weight: 400;
    --txt9-ls: .1em;
  }
}

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

@media only screen and (max-width: 767px) {
  :root {
    --txt0-size: 30px;
    --txt1-size: 26px;
    --txt2-size: 24px;
    --txt3-size: 24px;
    --txt4-size: 24px;
    --txt4-1-size: 22px;
    --txt5-size: 22px;
    --txt6-size: 20px;
    --txt7-size: 18px;
    --txt8-size: 16px;
    --txt9-size: 16px;
    --txt10-size: 15px;
    --txt11-size: 14px;
    --txt12-size: 13px;
    --txt13-size: 12px;

    --menu-01-size: 14px;
    --menu-02-size: 14px;
    --menu-03-size: 16px;
    --menu-04-size: 16px;

    --btn-cv-size: 16px;
    --btn-cv-en-size: 16px;
    --btn-01-size: 16px;
    --btn-02-size: 14px;
    --btn-03-size: 16px;

    --heading-size: 30px;
    --heading-en-size: 16px;
    --heading-02-size: 14px;
    --heading-en-02-size: 40px;
    --heading-03-size: 30px;
    --heading-en-03-size: 14px;

    --time-size: 14px;

    --copyright-size: 16px;

    --header-height: 63px;
  }
}


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

html {
  font-size: 62.5%
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 50%
  }
}
@media only screen and (max-width: 1329px) {
  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;
}
body.top {
  padding-top: 0;
}
@media screen and (max-width: 1329px) {
  body.top {
    padding-top: var(--header-height);
  }
}

.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: 1329px) {
  .inner {
    width: var(--inner-responsive)
  }
}
.inner-large {
  width: var(--inner-large);
  max-width: var(--inner-large);
  margin: 0 auto
}
@media only screen and (max-width: 1399px) {
  .inner-large {
    width: var(--inner-responsive)
  }
}
.inner-max {
  width: var(--inner-max);
  max-width: var(--inner-max);
  margin: 0 auto
}
@media only screen and (max-width: 1439px) {
  .inner-max {
    width: var(--inner-responsive)
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
.txt0 {
  font-size: var(--txt0-size);
  line-height: var(--txt0-height);
  font-weight: var(--txt0-weight);
  letter-spacing: var(--txt0-ls)
}
.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)
}
.heading-en-letter::after {
  content: attr(data-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-letter {
  font-size: var(--heading-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls)
}
.heading-en-letter--02::after {
  content: attr(data-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-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-en-letter--03::after {
  content: attr(data-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--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-desc-letter {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .heading-desc-letter {
    font-size: 18px;
  }
}

.fw700 {
  font-weight: 700;
}
.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.lh1 {
  line-height: 1;
}
.lh15 {
  line-height: 1.5;
}
.lh16 {
  line-height: 1.6;
}
.lh175 {
  line-height: 1.75;
}
.lh2 {
  line-height: 2;
}
.lh3 {
  line-height: 3;
}
.ls0 {
  letter-spacing: 0;
}
.ls02 {
  letter-spacing: 0.02em;
}
.ls05 {
  letter-spacing: 0.05em;
}
.ls08 {
  letter-spacing: 0.08em;
}
.ls1 {
  letter-spacing: 0.1em;
}
.ls15 {
  letter-spacing: 0.15em;
}
.ls2 {
  letter-spacing: 0.2em;
}
.base-font {
  font-family: var(--base-font);
}
.en-font {
  font-family: var(--en-font);
}
.en-font-02 {
  font-family: var(--en-font-02);
}
.primary-color {
  color: var(--primary-color);
}
.primary-color--light-01 {
  color: var(--primary-color--light-01);
}
.primary-color--light-02 {
  color: var(--primary-color--light-02);
}
.primary-color--light-03 {
  color: var(--primary-color--light-03);
}
.accent-color {
  color: var(--accent-color);
}
.gray-color {
  color: var(--gray);
}
.white-color {
  color: #fff;
}
.font-color {
  color: var(--font-color);
}
.font-color--light {
  color: var(--font-color--light);
}
.font-color--light-02 {
  color: var(--font-color--light-02);
}
.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);
}
@media screen and (max-width: 767px) {
  .mt-d--sp {
    margin-top: var(--mt-d);
  }
}
.mt15em {
  margin-top: 1.5em;
}
.mt10em {
  margin-top: 1em;
}
.mt05em {
  margin-top: 0.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;
}
@media screen and (max-width: 767px) {
  .mt0--sp {
    margin-top: 0;
  }
}
.mr5em {
  margin-right: 0.5em;
}
.mr10em {
  margin-right: 1em;
}
@media screen and (max-width: 1329px) {
  .mr0--tab {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mr0--sp {
    margin-right: 0;
  }
}

.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(--bg-main-color);
}
.bg-main--yellow {
  background-color: var(--bg-main-color--yellow);
}
.bg-main--sky {
  background-color: var(--bg-main-color--sky);
}
.bg-main--sky-02 {
  background-color: var(--bg-main-color--sky-02);
}
.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){
  .underline:hover {
    text-decoration: none;
  }
}
.underline-txt {
  text-decoration: underline;
}
@media (hover: hover){
  .hover-underline:hover {
    text-decoration: underline;
  }
}
.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: 1329px) {
  .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: 1329px) {
  .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: 1120px) {
  .textbr--pc-only {
    display: inline-block;
  }
}
.white-space-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 1120px) {
  .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;
}
.img-r img {
  border-radius: 1rem;
}
@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-1380 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.mw-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mw-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.mw-1065 {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
}
.mw-977 {
  max-width: 977px;
  margin-left: auto;
  margin-right: auto;
}
.mw-945 {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}
.mw-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mw-830 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}
.o-hidden {
  overflow: hidden;
}
.p-relative{
  position: relative;
}


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

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

/* logo-02 */
.logo-02 {
  display: inline-block;
}
.logo-02 img {
  width: 100%;
  max-width: 17.7rem;
  height: auto;
}
@media screen and (max-width: 1329px) {
  .logo-02 img {
    max-width: 177px;
  }
}


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

/* menu */
.menu-g {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1329px) {
  .menu-g {
    display: block;
    padding-inline: var(--inner-responsive-p);
  }
}

@media screen and (max-width: 1329px) {
  .menu-g__item {
    border-bottom: 1px solid currentColor;
  }
  .menu-g__item:last-child {
    border-bottom-width: 0;
  }
}
.menu-g__item.menu-g__item--sp-only {
  display: none;
}
@media screen and (max-width: 1329px) {
  .menu-g__item.menu-g__item--sp-only {
    display: block;
  }
}

.menu-g__txt {
  display: block;
  position: relative;
  padding: 1rem 2rem;
  transition: var(--normal-transition);
}
.menu-g__item:first-child .menu-g__txt {
  padding-left: 0;
}
.menu-g__item:last-child .menu-g__txt {
  padding-right: 0;
}
@media screen and (max-width: 1329px) {
  .menu-g__txt {
    padding: 13.5px 5px;
  }
  .menu-g__item:first-child .menu-g__txt {
    padding-top: 0;
    padding-left: 1rem
  }
  .menu-g__item:last-child .menu-g__txt {
    padding-bottom: 0;
    padding-right: 1rem
  }
}


.menu-g__letter {
  font-size: var(--menu-01-size);
  line-height: var(--menu-01-height);
  font-weight: var(--menu-01-weight);
  letter-spacing: var(--menu-01-ls);
}
@media screen and (max-width: 1329px) {
  .menu-g__letter {
    display: block;
    position: relative;
    padding-right: 2em;
    font-size: var(--menu-nav-size);
    line-height: var(--menu-nav-height);
    font-weight: var(--menu-nav-weight);
    letter-spacing: var(--menu-nav-ls);
  }
  .menu-g__letter::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url(../img/icon-yajirushi-circle-right-primary.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (hover: hover){
  .menu-g__txt:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

/* menu-sub */
.menu-sub {
  display: flex;
}
@media screen and (max-width: 1329px) {
  .menu-sub {
    display: block;
  }
}

@media screen and (max-width: 1329px) {
  .menu-sub__item + .menu-sub__item {
    margin-top: 2rem;
  }
}

.menu-sub__txt {
  display: block;
  padding-inline: 1.25rem;
  position: relative;
  transition: var(--normal-transition);
}
.menu-sub__item:first-child .menu-sub__txt {
  padding-left: 0;
}
.menu-sub__item:last-child .menu-sub__txt {
  padding-right: 0;
}

.menu-sub__letter {
  font-size: var(--menu-03-size);
  line-height: var(--menu-03-height);
  font-weight: var(--menu-03-weight);
  letter-spacing: var(--menu-03-ls);
}

.menu-sub__nest {
  margin-top: 1.5rem;
}

.menu-sub__nest-item + .menu-sub__nest-item {
  margin-top: 1rem;
}

.menu-sub__nest-letter {
  font-size: var(--menu-02-size);
  line-height: var(--menu-02-height);
  font-weight: var(--menu-02-weight);
  letter-spacing: var(--menu-02-ls);
}

@media (hover: hover){
  .menu-sub__txt:hover {
    text-decoration: underline;
  }

  .menu-sub__nest-txt:hover {
    text-decoration: underline;
  }
}

/* menu-btn */
.menu-btn {
  display: block;
  position: relative;
  text-align: center;
  width: 53px;
  height: var(--header-height);
}

.menu-btn__main, .menu-btn__bar {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-btn__main {
  position: relative;
  width: 28px;
  height: 22px
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 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(--normal-transition);
}

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

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

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

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

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

.heading-center__en {
  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-row */
.heading-row__row {
  display: flex;
  align-items: flex-end;
}

.heading-row__en {
  margin-right: 2.5rem;
}

.heading-row__jp {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .heading-row__jp {
    padding-bottom: 5px;
  }
}

/* heading-row-type-02 */
.heading-row-type-02__row {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1329px) {
  .heading-row-type-02__row {
    display: block;
  }
}

.heading-row-type-02__jp {
  margin-right: 2.5rem;
}
@media screen and (max-width: 1329px) {
  .heading-row-type-02__jp {
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1329px) {
  .heading-row-type-02__en {
    margin-top: 1.5rem;
  }
}

/* heading-box */
.heading-box {
  display: inline-block;
  min-width: 64.4rem;
  text-align: center;
  padding: .25em 1.7em;
  background: white;
  color: var(--primary-color);
}
@media screen and (max-width: 1329px) {
  .heading-box {
    min-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .heading-box {
    min-width: auto;
    padding-left: .5em;
    padding-right: .5em;
  }
}

/* heading-hukidashi */
.heading-hukidashi {
  display: inline-block;
  position: relative;
  min-width: 83.8rem;
  text-align: center;
  border-radius: 5em;
  padding: .5em 1.7em;
  background: var(--accent-color--light);
  color: white;
}
@media screen and (max-width: 1329px) {
  .heading-hukidashi {
    min-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .heading-hukidashi {
    min-width: auto;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }
}
.heading-hukidashi::after {
	content: '';
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.7rem 1.35rem 0 1.35rem;
}
@media screen and (max-width: 767px) {
  .heading-hukidashi::after {
    border-width: 17px 13.5px 0 13.5px;
  }
}
.heading-hukidashi::after {
	top: calc(100% - 1px);
	z-index: var(--zero-z);
	border-color: var(--accent-color--light) transparent transparent transparent;
}

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

.heading-border-bottom__letter {
  padding-bottom: 1em;
  border-bottom: 5px solid currentColor;
}

.heading-border-bottom__has-icon {
  display: inline-block;
  position: relative;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .heading-border-bottom__has-icon {
    padding-top: 3em;
    padding-left: 0;
  }
}

.heading-border-bottom__has-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.heading-border-bottom__has-icon.heading-border-bottom__has-icon--line::after {
  width: 2em;
  height: 2em;
  background-image: url(../img/icon-line.svg);
}
@media screen and (max-width: 767px) {
  .heading-border-bottom__has-icon::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

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

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

.btn.btn--w-100 {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}

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

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

@media (hover: hover){
  .btn:hover,
  .btn-hover-trigger:hover .btn {
    background: var(--primary-color);
    color: white;
    transition: var(--normal-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 {
    background: var(--font-color);
    color: white;
  }

  .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(--normal-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(--normal-transition);
  }
}

/* btn-cv */
.btn-cv {
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  height: var(--header-height);
  padding: .65em 1.5em;
  background: var(--linear-gradient-color);
  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: 1329px) {
  .btn-cv {
    width: 68px;
    padding: 0;
  }
}

.btn-cv__has-icon {
  position: relative;
  padding-left: 1.75em;
}
@media screen and (max-width: 1329px) {
  .btn-cv__has-icon {
    padding-left: 0;
  }
}

.btn-cv__has-icon::after {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-mail-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1329px) {
  .btn-cv__has-icon::after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 1329px) {
  .btn-cv__jp,
  .btn-cv__en {
    display: none;
  }
}

.btn-cv__en-letter {
  font-family: var(--en-font);
  font-size: var(--btn-cv-en-size);
  line-height: var(--btn-cv-en-height);
  font-weight: var(--btn-cv-en-weight);
  letter-spacing: var(--btn-cv-en-ls);
}

@media (hover: hover){
  .btn-cv:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

/* btn-yajirushi-img */
.btn-yajirushi-img {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 53.6rem;
  border-radius: 5rem;
  padding: 1.5em 1em 1.35em;
  background: var(--linear-gradient-color);
  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-yajirushi-img {
    border-radius: 50px;
    min-width: 330px;
  }
}
@media screen and (max-width: 500px) {
  .btn-yajirushi-img {
    min-width: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-yajirushi-img.btn-yajirushi-img--small {
  min-width: 26.8rem;
  padding: .75em 1em;
  font-size: var(--btn-02-size);
  line-height: var(--btn-02-height);
  font-weight: var(--btn-02-weight);
  letter-spacing: var(--btn-02-ls);
}
.btn-yajirushi-img.btn-yajirushi-img--small::after {
  width: .85em;
  height: .85em;
}
@media screen and (max-width: 500px) {
  .btn-yajirushi-img.btn-yajirushi-img--small {
    min-width: 270px;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 374px) {
  .btn-yajirushi-img.btn-yajirushi-img--small {
    min-width: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-yajirushi-img.btn-yajirushi-img--small-02 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: .4em 1em;
  font-size: var(--btn-02-size);
  line-height: var(--btn-02-height);
  font-weight: var(--btn-02-weight);
  letter-spacing: var(--btn-02-ls);
}
.btn-yajirushi-img.btn-yajirushi-img--small-02::after {
  width: 1.25em;
  height: 1.25em;
}
@media screen and (max-width: 500px) {
  .btn-yajirushi-img.btn-yajirushi-img--small-02 {
    width: auto;
    max-width: 100%;
    min-width: 272px;
  }
}
@media screen and (max-width: 374px) {
  .btn-yajirushi-img.btn-yajirushi-img--small-02 {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}

.btn-yajirushi-img.btn-yajirushi-img--w-100 {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}

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

.btn-yajirushi-img.btn-yajirushi-img--white {
  border: 1px solid currentColor;
  background: white;
  color: var(--primary-color);
}
.btn-yajirushi-img.btn-yajirushi-img--white::after {
  background-image: url(../img/icon-yajirushi-circle-right-primary.svg);
}

@media (hover: hover) {
  .btn-trigger:hover .btn-yajirushi-img,
  .btn-yajirushi-img:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
  .btn-trigger:hover .btn-yajirushi-img::after,
  .btn-yajirushi-img:hover::after {
    right: .5em;
    transition: var(--normal-transition);
  }
}

/* btn-yajirushi-img-ta-left */
.btn-yajirushi-img-ta-left {
  display: inline-block;
  position: relative;
  text-align: left;
  min-width: 45rem;
  border-radius: 5rem;
  padding: 1.35em 1.25em 1.35em 2.5em;
  background: white;
  color: var(--primary-color);
  font-size: var(--btn-03-size);
  line-height: var(--btn-03-height);
  font-weight: var(--btn-03-weight);
  letter-spacing: var(--btn-03-ls);
}
@media screen and (max-width: 767px) {
  .btn-yajirushi-img-ta-left {
    border-radius: 50px;
    min-width: 330px;
  }
}
@media screen and (max-width: 500px) {
  .btn-yajirushi-img-ta-left {
    min-width: auto;
    text-align: center;
    width: 100%;
    padding-left: 1.25em;
  }
}

.btn-yajirushi-img-ta-left__has-icon {
  display: block;
  position: relative;
}
@media screen and (max-width: 500px) {
  .btn-yajirushi-img-ta-left__has-icon {
    padding-right: 1em;
  }
}
.btn-yajirushi-img-ta-left__has-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background-image: url(../img/icon-yajirushi-circle-right-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (hover: hover) {
  .btn-trigger:hover .btn-yajirushi-img-ta-left,
  .btn-yajirushi-img-ta-left:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
  .btn-yajirushi-img-ta-left:hover .btn-yajirushi-img-ta-left__has-icon::after {
    right: -.5em;
    transition: var(--normal-transition);
  }
}

/* btn-tab */
.btn-tab {
  display: block;
  text-align: center;
  padding: 1em 1em;
  border: 1px solid var(--border-color--light);
  background: white;
  color: var(--primary-color);
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
.btn-tab.is-active {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: white;
}
.btn-tab.btn-tab--left {
  border-top-left-radius: 1rem;
}
.btn-tab.btn-tab--right {
  border-top-right-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .btn-tab.btn-tab--left {
    border-top-left-radius: 3px;
  }
  .btn-tab.btn-tab--right {
    border-top-right-radius: 3px;
  }
}

/* btn-anchor */
.btn-anchor {
  display: block;
  position: relative;
  text-align: center;
  background: white;
  border: 1px solid var(--border-color--light);
  color: var(--font-color);
  border-radius: 5em;
  padding: 1em 1em;
  padding-right: 2em;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn-anchor {
    font-size: 15px;
  }
}

.btn-anchor::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: .4em;
  height: .4em;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
}

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

  .btn-anchor:hover::after {
    bottom: .5em;
    transition: var(--normal-transition);
  }
}



/***************************************************************************
tel
******************************************************************************/


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

.layout-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: var(--zero-z);
  width: 100%;
  height: 100%;
}
.layout-bg-image.layout-bg-image--bottom {
  top: auto;
  bottom: 0;
}
.layout-bg-image__image {
  height: 100%;
}

.layout-bg-image__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.layout-bg-image.layout-bg-image--w-auto {
  height: auto;
}
.layout-bg-image.layout-bg-image--w-auto .layout-bg-image__image img {
  height: auto;
}

.layout-bg-image.layout-bg-image--p-top .layout-bg-image__image img {
  object-position: top;
}

/* layout-faq */
@media screen and (max-width: 1329px) {
  .layout-faq {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.layout-faq__item + .layout-faq__item {
  margin-top: 4.5rem;
}

.layout-faq__item {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid var(--border-color--light-03);
}
@media screen and (max-width: 1329px) {
  .layout-faq__item {
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}

/* タブのボタン */
.layout-tab {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  border-bottom: 5px solid var(--primary-color);
}
@media screen and (max-width: 1329px) {
  .layout-tab {
    padding-inline: var(--inner-responsive-p);
    border-bottom-width: 2px;
  }
}

.layout-tab__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.layout-tab__list::-webkit-scrollbar {
  display: none;
}

.layout-tab__list-item {
  white-space: nowrap;
}

.layout-tab-target {
  padding-top: 10.5rem;
  border: 3px solid var(--primary-color-01);
  border-radius: 0 0 1rem 1rem;
  background: white;
}
@media screen and (max-width: 1329px) {
  .layout-tab-target {
    padding-top: 5.5rem;
  }
}

/* タブのターゲット */
.layout-tab-target__main:not(.is-show-first) {
  display: none;
}

/* layout-modal */
.layout-modal {
  display: none;
  position: relative;
  z-index: var(--header-z-plus);
}

.layout-modal__bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--header-z-plus);
	width: 100%;
	height: 100%;
	background: var(--shadow-color);
}

.layout-modal__main {
  pointer-events: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
	top: 0;
	left: 50%;
  transform: translateX(-50%);
  z-index: var(--header-z-plus-two);
  width: 100%;
  max-width: 960px;
  height: 100dvh;
  padding: 3rem 3rem 10rem;
}
@media screen and (max-width: 1329px) {
  .layout-modal__main {
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-modal__main {
    padding-bottom: 10rem;
  }
}
.layout-modal__main::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1329px) {
  _::-webkit-full-page-media, _:future, :root .layout-modal__main {
    pointer-events: all;
  }
}

.layout-modal__main-inner {
  pointer-events: all;
  position: relative;
  padding: 3.5rem 3.5rem 9rem;
  border-radius: 1rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .layout-modal__main-inner {
    padding-inline: 1rem;
  }
}

.layout-modal__name {
  text-align: center;
}

.layout-modal__role {
  margin-top: 1rem;
  text-align: center;
}

.layout-modal__heading {
  margin-top: 2rem;
  text-align: center;
}

.layout-modal__body {
  overflow: hidden;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .layout-modal__body {
    padding-inline: 1rem;
  }
}

.layout-modal__img {
  float: right;
  width: 50%;
  padding-left: 7.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1329px) {
  .layout-modal__img {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-modal__img {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .layout-modal__txt {
    margin-top: 4rem;
  }
}

.layout-modal__letter-mt + .layout-modal__letter-mt {
  margin-top: 2em;
}
.layout-modal__letter-mt + .layout-modal__letter-mt.layout-modal__letter-mt--large {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
    .layout-modal__letter-mt + .layout-modal__letter-mt.layout-modal__letter-mt--large {
    margin-top: 2em;
  }
}

.layout-modal__btn {
  margin-top: 4rem;
  text-align: center;
}

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

/* layout-profile */
.layout-profile__name {
  margin-top: 1.5rem;
}

.layout-profile__name-row {
  display: flex;
  align-items: flex-end;
}

.layout-profile__name-jp {
  margin-right: 1rem;
}

.layout-profile__name-en-letter {
  color: var(--font-color--light-04);
}

.layout-profile__history {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .layout-profile__history {
    margin-top: 3rem;
  }
}

.layout-profile__history-letter {
  padding-block: .35em;
  padding-left: 1em;
  border-left: 1px solid var(--primary-color--light-04);
}
/***************************************************************************
article
******************************************************************************/
/* article-thumb */
.article-thumb {
  position: relative;
}

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

.article-thumb__img {
  overflow: hidden;
  position: relative;
  border-radius: 4rem;
}

.article-thumb__name {
  margin-top: 2rem;
}

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

.article-thumb__role {
  margin-top: .5rem;
}

.article-thumb__btn {
  margin-top: 3.5rem;
  text-align: center;
}

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


/* article-txt */
.article-txt {
  padding: 1.5rem 1.5rem;
  border-bottom: 1px solid var(--border-color--light);
}

.article-txt:first-child {
  padding-top: 0;
}
.article-txt:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}
@media screen and (max-width: 1329px) {
  .article-txt:last-child {
    padding-bottom: 1.5rem;
    border-bottom-width: 1px;
  }
}

.article-txt__link {
  display: block;
}

.article-txt__row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1329px) {
  .article-txt__row {
    flex-wrap: wrap;
  }
}

.article-txt__time {
  margin-right: 2rem;
  flex-shrink: 0;
  min-width: 12.4rem;
}
@media screen and (max-width: 1329px) {
  .article-txt__time {
    min-width: auto;
  }
}

.article-txt__title {
  position: relative;
  width: 100%;
  padding-right: 1.5em;
}
@media screen and (max-width: 1329px) {
  .article-txt__title {
    margin-top: 1rem;
  }
}

.article-txt.article-txt--has-arrow .article-txt__title {
  position: relative;
}

.article-txt.article-txt--has-arrow .article-txt__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-yajirushi-circle-right-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .article-txt.article-txt--has-arrow .article-txt__title::after {
    display: none;
  }
}

.article-txt__title-letter {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: underline;
}
@media screen and (max-width: 1329px) {
  .article-txt__title-letter {
    -webkit-line-clamp: 3;
  }
}

@media (hover: hover){
  .article-txt:hover .article-txt__title-letter {
    text-decoration: underline;
  }
}

/* article-banner */
.article-banner {
  position: relative;
  background: var(--bg-main-color--light);
  border: 4.5px solid var(--border-color--light-02);
}
@media screen and (max-width: 767px) {
  .article-banner {
    border-width: 6px;
  }
}

.article-banner__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 15.3rem;
  padding: 2rem;
  padding-left: 4.3rem;
}
@media screen and (max-width: 767px) {
  .article-banner__link {
    height: 118px;
    padding: 20px;
    padding-left: 30px;
  }
}

.article-banner__link::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--bg-main-color);
}

.article-banner__row {
  display: flex;
  align-items: center;
}

.article-banner__img {
  margin-right: 3.5rem;
  flex-shrink: 0;
}

.article-banner__image img {
  width: 100%;
  height: auto;
}
.article-banner__image.article-banner__image--01 img {
  max-width: 7.1rem;
}
.article-banner__image.article-banner__image--02 img {
  max-width: 5.7rem;
}
@media screen and (max-width: 767px) {
  .article-banner__image.article-banner__image--01 img {
    max-width: 52px;
  }
  .article-banner__image.article-banner__image--02 img {
    max-width: 42px;
  }
}

.article-banner__txt {
  width: 100%;
}

.article-banner__txt-inner {
  width: 100%;
  position: relative;
}
.article-banner__txt-inner::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(../img/icon-yajirushi-circle-right-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .article-banner__txt-inner::after {
    right: 0;
    width: 20px;
    height: 20px;
  }
}

.article-banner__jp-letter {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .article-banner__jp-letter {
    font-size: 16px;
  }
}

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

.article-banner__en-letter {
  font-family: var(--en-font);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .article-banner__en-letter {
    font-size: 14px;
  }
}

@media (hover: hover){
  .article-banner__link:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
  .article-banner__link:hover .article-banner__txt-inner::after {
    right: -1rem;
    transition: var(--normal-transition);
  }
}

/* article-banner-02 */
.article-banner-02 {
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 1329px) {
  .article-banner-02 {
    border-radius: 0;
  }
}

.article-banner-02__row {
  display: flex;
}
@media screen and (max-width: 1329px) {
  .article-banner-02__row {
    display: block;
  }
}

.article-banner-02__img {
  width: 50%;
}
@media screen and (max-width: 1329px) {
  .article-banner-02__img {
    width: 100%;
  }
}
.article-banner-02__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 50%;
  padding-top: 4.5rem;
  color: white;
}
@media screen and (max-width: 1329px) {
  .article-banner-02__txt {
    width: 100%;
    min-height: 17rem;
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
.article-banner-02__txt.article-banner-02__txt--pt-small {
  padding-top: 0;
}
@media screen and (max-width: 1329px) {
  .article-banner-02__txt.article-banner-02__txt--pt-small {
    padding-top: 4rem;
  }
}

.article-banner-02__heading {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .article-banner-02__heading-letter {
    font-size: 16px;
  }
}

.article-banner-02__name {
  margin-top: 4.5rem;
  text-align: center;
}
.article-banner-02__name.article-banner-02__name--mt-small {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .article-banner-02__name-letter {
    font-size: 12px;
  }
}

.article-banner-02__name-link {
  display: inline-block;
  position: relative;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .article-banner-02__name-link {
    font-size: 12px;
  }
}

.article-banner-02__name-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-yajirushi-circle-top-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-banner-02__name-link.is-active::after {
  transform: translateY(-50%) rotate(0);
}

/* article-faq */
.article-faq__q {
	display: block;
	position: relative;
	padding: .75rem 1.5rem;
  border-radius: 5rem;
  background: var(--bg-main-color--sky);
}
@media screen and (max-width: 1329px) {
  .article-faq__q {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .article-faq__q {
    padding: 10px;
  }
}

.article-faq__q-row {
	display: flex;
  align-items: center;
}

.article-faq__q-heading {
	flex-shrink: 0;
	padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .article-faq__q-heading {
    padding-right: 15px;
  }
}

.article-faq__heading-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding-bottom: .25em;
  background: var(--primary-color);
  color: white;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
}
.article-faq__heading-letter.article-faq__heading-letter--q {
	background: var(--primary-color);
  color: white;
}
.article-faq__heading-letter.article-faq__heading-letter--a {
  border: 2px solid currentColor;
	background: white;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .article-faq__heading-letter {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.article-faq__q-title {
	width: 100%;
}

.article-faq__a {
  padding-left: 1.5rem;
  padding-top: 3rem;
  transition: var(--normal-transition);
}
@media screen and (max-width: 767px) {
  .article-faq__a {
    padding-left: 10px;
    padding-top: 15px;
  }
}

.article-faq__a-row {
	display: flex;
}

.article-faq__a-heading {
	padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .article-faq__a-heading {
    padding-right: 15px;
  }
}

.article-faq__a-title {
  padding-top: 1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .article-faq__a-title {
    padding-top: 10px;
    padding-right: 20px;
  }
}

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

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

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

/* txt-copyright */
.txt-copyright {
  color: var(--font-color--light-03);
  font-family: var(--en-font-02);
  font-size: var(--copyright-size);
  line-height: var(--copyright-height);
  font-weight: var(--copyright-weight);
  letter-spacing: var(--copyright-ls)
}

/* txt-time */
.txt-time {
  font-family: var(--en-font-02);
  font-size: var(--time-size);
  line-height: var(--time-height);
  font-weight: var(--time-weight);
  letter-spacing: var(--time-ls)
}

/* txt-single */
.txt-single {
  word-break: break-all;
  overflow: hidden;
  font-size: var(--txt9-size);
  line-height: var(--txt9-height);
  letter-spacing: var(--txt9-ls);
}

.txt-single > *,
.txt-single .wp-block-table,
.txt-single .wp-block-image {
  margin-top: 4rem;
}
.txt-single > *:first-child {
  margin-top: 0rem;
}
.txt-single h1,
.txt-single h2,
.txt-single h3,
.txt-single h4,
.txt-single h5,
.txt-single h6 {
  letter-spacing: .1em;
}
.txt-single h2 {
  padding: .5em 1em;
  background: var(--bg-main-color--sky);
  color: var(--primary-color);
  font-size: var(--txt5-size);
}
.txt-single h3 {
  padding-left: 1em;
  border-left: 4px solid var(--primary-color);
  font-size: var(--txt6-size);
}
.txt-single h4 {
  padding-bottom: 1em;
  border-bottom: 2px dotted var(--border-color--light);
  font-size: var(--txt6-size);
}
.txt-single h5 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--txt7-size);
}
.txt-single h5::before {
  content: '○';
}
.txt-single h6 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--txt7-size);
}
.txt-single h6::before {
  content: '■';
}

.txt-single img {
  display: block;
  max-width: 100%;
  height: auto;
}

.txt-single figcaption {
  margin-top: 1rem;
  color: #888;
  font-size: 80%;
}
.txt-single ul > li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.txt-single ul > li:before {
  content: '・';
}
.txt-single ol {
  counter-reset: ol_li;
}

.txt-single ol > li {
  position: relative;
  padding-left: 1.3em;
}

.txt-single ol > li::before {
  counter-increment: ol_li;
  content: counter(ol_li)".";
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
}
.txt-single a {
  color: var(--primary-color);
  text-decoration: underline;
}
.txt-single a:hover {
  text-decoration: none;
}
.txt-single table {
  width: 100%;
  background: white;
}
.txt-single table th,
.txt-single table td {
  border: 1px solid var(--border-color--light);
  padding: 1.5rem;
  text-align: left;
}
.txt-single table th {
  background-color: var(--gray-light);
  font-weight: 500;
}

.txt-single blockquote {
  display: inline-block;
  background: var(--gray-light);
  padding: 3rem;
}
.txt-single cite {
  margin-top: 2rem;
  display: block;
  text-align: right;
  font-size: 80%;
}
.txt-single cite::before {
  content: '引用元：';
}

.txt-single .wp-block-group {
  margin-top: 7rem;
}
.txt-single .wp-block-group:first-child {
  margin-top: 0;
}
.txt-single .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 2rem;
}
.txt-single .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.txt-single .wp-block-button__link {
  text-decoration: none;
}

/* TOC */
.txt-single #toc_container ul {
  counter-reset: num;
}

.txt-single #toc_container li {
  text-indent: 0;
  padding-left: 0;
}
.txt-single #toc_container li::before {
  display: none;
}

.txt-single #toc_container a {
  display: inline-flex;
  text-decoration: none;
  color: var(--font-color);
}

.txt-single #toc_container a::before {
  content: counters(num,"-") ". ";
  counter-increment: num;
  display: inline-block;
  white-space: nowrap;
  padding-right: .3em;
}

.txt-single #toc_container a:hover {
  color: var(--accent-color);
}

.txt-single .toc_number {
  display: none;
}


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


/***************************************************************************
page-top
******************************************************************************/

/* page-top */
.page-top {
  pointer-events: none;
  opacity: 0;
  display: block;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: var(--minus-z);
}
@media screen and (max-width: 767px) {
  .page-top {
    display: none;
  }
}
.page-top.is-active {
  pointer-events: all;
  opacity: 1;
  z-index: var(--header-z);
  transition: var(--normal-transition);
}

.page-top__btn {
  display: block;
}

.page-top__btn-image img {
  width: 7.8rem;
  height: auto;
}


/***************************************************************************
animation
******************************************************************************/
.fadein-up {
	opacity: 0;
	transform: translate(0, 50px);
}
.fadein-left {
	opacity: 0;
	transform: translate(-50px, 0);
}
.fadein-right {
	opacity: 0;
	transform: translate(50px, 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;
  }
}


/***************************************************************************
その他
******************************************************************************/

/* img-aspect */
.img-aspect {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.img-aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

/* map */
.map iframe {
  width: 100%!important;
  height: 40.6rem!important;
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 295px!important;
  }
}

/* slick ベース設定 */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* slick 前へボタン、次へボタン */
.slide-arrow {
  position: absolute;
  top: 25%;
  z-index: var(--normal-z);
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    top: 35%;
  }
}

.slide-arrow.slide-arrow--position-left {
  left: 0;
  transform: translateX(-200%);
}
.slide-arrow.slide-arrow--position-right {
  right: 0;
  transform: translateX(200%);
}
@media screen and (max-width: 1329px) {
  .slide-arrow.slide-arrow--position-left {
    left: 0;
    transform: translateX(-100%);
  }
  .slide-arrow.slide-arrow--position-right {
    right: 0;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  .slide-arrow.slide-arrow--position-left {
    left: 0;
    transform: translateX(-25%);
  }
  .slide-arrow.slide-arrow--position-right {
    right: 0;
    transform: translateX(25%);
  }
}

.slide-arrow img {
  width: 4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slide-arrow img {
    width: 20px;
  }
}

@media (hover: hover) {
	.slide-arrow:hover {
	  opacity: .7;
	  transition: var(--normal-transition);
	}
	
}

/* slick-dots */
.slick-dots {
  bottom: -7rem;
  left: 43rem;
  z-index: 2;
  text-align: left;
}
@media only screen and (max-width: 1179px) {
  .slick-dots {
    bottom: -40px;
    left: 0;
    text-align: center;
    width: 100%;
  }
}

.slick-dots li {
  margin: 0 .5rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 2.5px;
  }
}

.slick-dots li button {
  width: auto;
  height: auto;
}

.slick-dots li button:before {
  opacity: 1;
  color: #DDDDDD;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    font-size: 7.5px;
  }
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--primary-color--light-05);
}
@media (hover: hover){
  .slick-dots li:hover button:before {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

/* breadcrumb */
.breadcrumb-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrap {
    display: none;
  }
}

.breadcrumb {
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-x: scroll;
  padding: 1rem 0;
  background: white;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb.breadcrumb--bg-main {
  background: var(--main-color);
}

.breadcrumb__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .breadcrumb__list {
    justify-content: flex-end;
  }
}

.breadcrumb__list-item {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list-item {
    font-size: 14px;
  }
}

.breadcrumb__list-item::after {
  content: '＞';
  padding: 0 1.2rem;
  font-weight: 700;
  color: var(--gray-light);
}

.breadcrumb__list-item:last-child::after {
  content: '';
  padding: 0;
}

.breadcrumb__link.breadcrumb__link--home {
  position: relative;
  padding-left: 1.5em;
  color: var(--accent-color);
  font-weight: 700;
}

.breadcrumb__link.breadcrumb__link--home::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-home-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.breadcrumb__link:hover {
  text-decoration: underline;
}

/* pagination */
.pagination-wrap {
  width: 100%; 
}

.pagination-wrap--mt {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .pagination-wrap--mt {
    margin-top: 5rem;
  }
}

.pagination {
	display: flex;
  align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pagination {
    font-size: 16px;
  }
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: .3rem;
  color: var(--accent-color);
  background: white;
  border: 1px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 374px) {
  .page-numbers {
    font-size: 13px;
  }
}

.page-numbers {
  margin-right: 1.6rem;
}
.page-numbers:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    margin-right: 15px;
  }
}
@media screen and (max-width: 374px) {
  .page-numbers {
    margin-right: 5px;
  }
}

.page-numbers.current {
	pointer-events: none!important;
  background: var(--primary-color);
  color: white;
}

.page-numbers.dots {
  pointer-events: none;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border: none;
}

.page-numbers.first,
.page-numbers.last,
.page-numbers.prev,
.page-numbers.next {
  position: relative;
  font-size: 0;
}

.page-numbers.first::after,
.page-numbers.last::after,
.page-numbers.prev::after,
.page-numbers.next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-numbers.first::after {
  width: 1rem;
  height: 1rem;
  background-image: url(../img/icon-arrow-double-reverse-accent.svg);
}
.page-numbers.last::after {
  width: 1rem;
  height: 1rem;
  background-image: url(../img/icon-arrow-double-accent.svg);
}
.page-numbers.prev::after {
  width: .6rem;
  height: 1rem;
  background-image: url(../img/icon-arrow-reverse-accent.svg);
}
.page-numbers.next::after {
  width: .6rem;
  height: 1rem;
  background-image: url(../img/icon-arrow-accent.svg);
}
@media screen and (max-width: 767px) {
  .page-numbers.first::after {
    width: 7.5px;
    height: 7.5px;
  }
  .page-numbers.last::after {
    width: 7.5px;
    height: 7.5px;
  }
  .page-numbers.prev::after {
    width: 4.5px;
    height: 7.5px;
  }
  .page-numbers.next::after {
    width: 4.5px;
    height: 7.5px;
  }
}

@media (hover: hover){
  .page-numbers:hover {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: white;
    transition: var(--normal-transition);
  }
  .page-numbers.first:hover,
  .page-numbers.last:hover,
  .page-numbers.prev:hover,
  .page-numbers.next:hover {
    opacity: .7;
    color: var(--accent-color);
    background: white;
    border: 1px solid var(--border-color--light);
  }
}


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

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z-plus);
  width: 100%;
  background: white;
}
.header.header--scroll {
  opacity: 0;
  pointer-events: none;
}
.header.header--scroll.is-scroll-active  {
  opacity: 1;
  pointer-events: all;
  transition: var(--normal-transition);
}
@media screen and (max-width: 1329px) {
  .header.header--scroll {
    opacity: 1;
    pointer-events: all;
  }
}

.header__inner {
  padding-left: 4rem;
}
@media screen and (max-width: 1329px) {
  .header__inner {
    padding-left: 0;
  }
}

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

.header__menu-row {
  display: flex;
  align-items: center;
}

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

.header__nav-logo {
  display: none;
}
@media screen and (max-width: 1329px) {
  .header__nav-logo {
    margin-top: 60px;
    display: block;
  }
}

.header__nav-logo-box {
  text-align: center;
  padding: 13px 0 26px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.header__nav-access {
  display: none;
}
@media screen and (max-width: 1329px) {
  .header__nav-access {
    margin-top: 20px;
    display: block;
  }
}

.header__nav-access-content {
  padding-inline: var(--inner-responsive-p);
}
.header__nav-access-content + .header__nav-access-content {
  margin-top: 40px;
}

.header__nav-access-content-heading-letter {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.header__nav-access-content-address-num {
  margin-top: 10px;
}

.header__nav-access-content-address-num-letter {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}

.header__nav-access-content-address-txt {
  margin-top: 5px;
}

.header__nav-access-content-address-txt-letter {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}

.header__nav-copyright {
  display: none;
}
@media screen and (max-width: 1329px) {
  .header__nav-copyright {
    margin-top: 16px;
    display: block;
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid white;
  }
}

.header__menu-btn {
  display: none;
}
@media screen and (max-width: 1329px) {
  .header__menu-btn {
    display: block;
  }
}

@media screen and (max-width: 1329px) {
  .header__nav-cv {
    margin-left: auto;
  }
  .header__nav-cv.is-active {
    pointer-events: auto;
    opacity: 1;
    transition: opacity var(--normal-transition);
  }
}

/* footer */
.footer {
  position: relative;
  padding: 3rem 0 7rem;
  background: var(--primary-color);
  color: white;
}
@media screen and (max-width: 1329px) {
  .footer {
    padding: 20px 0;
  }
}

.footer__logo {
  text-align: center;
}

.footer__access {
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 1329px) {
  .footer__access {
    margin-top: 20px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding: 20px 0 30px;
  }
}

.footer__access-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1329px) {
  .footer__access-row {
    display: block;
  }
}

.footer__access-content {
  margin-right: 12rem;
}
.footer__access-content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1329px) {
  .footer__access-content {
    margin-right: 0;
    padding-inline: var(--inner-responsive-p);
  }
  .footer__access-content + .footer__access-content {
    margin-top: 40px;
  }
}

.footer__access-content-heading-letter {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__access-content-heading-letter {
    font-size: 16px;
  }
}

.footer__access-content-address {
  margin-top: 1rem;
}

.footer__access-content-address-row {
  display: flex;
}
@media screen and (max-width: 1329px) {
  .footer__access-content-address-row {
    display: block;
  }
}

.footer__access-content-address-num-letter {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__access-content-address-num-letter {
    font-size: 15px;
  }
}

.footer__access-content-address-txt-letter {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__access-content-address-txt-letter {
    font-size: 15px;
  }
}

.footer__info {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer__info {
    margin-top: 0;
  }
}

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

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

.footer__copyright {
  width: 38.2rem;
}
@media screen and (max-width: 1329px) {
  .footer__copyright {
    margin-top: 16px;
    text-align: center;
    width: 100%;
  }
}

/* top- */

/* common-intro */
.common-intro__row {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}

.common-intro__img {
  margin-left: -15rem;
  width: 97.5rem;
}
.common-intro__img.common-intro__img--page {
  margin-left: 0;
  width: 77rem;
}
@media screen and (max-width: 1329px) {
  .common-intro__img {
    margin-top: 4rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding-right: var(--inner-responsive-p);
  }
  .common-intro__img.common-intro__img--page {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}

.common-intro__txt {
  width: calc(100% - 82.5rem - 8rem);
  padding-top: 8rem;
}
.common-intro__txt.common-intro__txt--page {
  width: calc(100% - 77rem - 5rem);
}
@media screen and (max-width: 1329px) {
  .common-intro__txt {
    width: 100%;
    padding-top: 2.5rem;
  }
  .common-intro__txt.common-intro__txt--page {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .common-intro__txt {
    position: relative;
  }
}

.common-intro__heading-image img {
  width: 100%;
  max-width: 51.9rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .common-intro__heading-image img {
    max-width: 227px;
  }
}

.common-intro__heading-02 {
  margin-top: 3rem;
}

.common-intro__desc {
  margin-top: 6rem;
}
.common-intro__desc.common-intro__desc--page {
  max-width: 50rem;
}
@media screen and (max-width: 1329px) {
  .common-intro__desc.common-intro__desc--page {
    max-width: 100%;
  }
}

.common-intro__desc-letter {
  line-height: 2.6875;
  letter-spacing: .14em;
}

.common-intro__txt-deco {
  display: none;
}
@media screen and (max-width: 767px) {
  .common-intro__txt-deco {
    display: block;
    position: absolute;
    top: 20px;
    right: calc( (var(--inner-responsive-p) * -1) - 30px);
    z-index: var(--minus-z);
  }
}
@media screen and (max-width: 767px) {
  .common-intro__txt-deco-image {
    width: 135px;
  }
}


.common-intro__point {
  margin-top: -20rem;
}
@media screen and (max-width: 767px) {
  .common-intro__point {
    margin-top: -7.5vw;
  }
}

.common-intro__point-inner {
  position: relative;
}

.common-intro__point-deco {
  position: absolute;
  right: -7rem;
  top: -2.5rem;
  z-index: var(--minus-z);
}
@media screen and (max-width: 1329px) {
  .common-intro__point-deco {
    display: none;
  }
}

.common-intro__page-deco {
  position: absolute;
  right: 0;
  bottom: 14rem;
  z-index: var(--minus-z);
}
@media screen and (max-width: 1329px) {
  .common-intro__page-deco {
    display: none;
  }
}

.common-intro__point-deco-image {
  width: 18.5rem;
}

.common-intro__point-row {
  margin-inline: -1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1249px) {
  .common-intro__point-row {
    margin-inline: 0;
    display: grid;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
}

.common-intro__point-item-wrap {
  padding-inline: 1.3rem;
}
@media screen and (max-width: 1249px) {
  .common-intro__point-item-wrap {
    padding-inline: 0;
  }
}

.common-intro__point-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 38.2rem;
  height: 38.2rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, white, #F9F9F9 50%, #F2F2F2);
  border: 1rem solid var(--primary-color--light-01);
}
@media screen and (max-width: 767px) {
  .common-intro__point-item {
    width: 222px;
    height: 222px;
    border-width: 3px;
  }
}

.common-intro__point-item-image img {
  width: 100%;
  height: auto;
}

.common-intro__point-item-image.common-intro__point-item-image--01 img {
  max-width: 11rem;
}
.common-intro__point-item-image.common-intro__point-item-image--02 img {
  max-width: 8.2rem;
}
.common-intro__point-item-image.common-intro__point-item-image--03 img {
  max-width: 8.6rem;
}

.common-intro__point-item-title {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .common-intro__point-item-title-letter {
    font-size: 16px;
  }
}

.common-intro__point-item-desc {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .common-intro__point-item-desc {
    display: none;
  }
}

/* common-reason */
.common-reason.common-reason--page {
  padding-top: 15rem;
}
@media screen and (max-width: 1329px) {
  .common-reason.common-reason--page {
    padding-top: var(--section-padding);
  }
}

.common-reason__row {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}

.common-reason__txt {
  width: calc(100% - 62rem - 5.5rem);
}
@media screen and (max-width: 1440px) {
  .common-reason__txt {
    width: calc(100% - 75rem - 5.5rem);
  }
}
@media screen and (max-width: 1329px) {
  .common-reason__txt {
    margin-top: 4rem;
    width: 100%;
  }
}

.common-reason__desc {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .common-reason__desc {
    margin-top: 3rem;
  }
}

.common-reason__role {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .common-reason__role {
    margin-top: 3rem;
  }
}

.common-reason__role.common-reason__role--page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .common-reason__role.common-reason__role--page {
    margin-top: 5rem;
  }
}

.common-reason__img {
  width: 62rem;
  padding-right: 11rem;
}
@media screen and (max-width: 1440px) {
  .common-reason__img {
    width: 75rem;
  }
}
@media screen and (max-width: 1329px) {
  .common-reason__img {
    margin-inline: auto;
    width: 100%;
    max-width: 500px;
    padding-right: 0;
  }
}

.common-reason__image {
  position: relative;
  z-index: var(--normal-z);
}

.common-reason__img-deco {
  position: absolute;
  right: -15rem;
  bottom: -6rem;
  z-index: var(--zero-z);
}
@media screen and (max-width: 1329px) {
  .common-reason__img-deco {
    display: none;
  }
}

.common-reason__img-deco-image {
  width: 18.5rem;
}

.common-reason__img-02 {
  margin-top: 13rem;
}
@media screen and (max-width: 1329px) {
  .common-reason__img-02 {
    margin-top: 7rem;
  }
}

.common-reason__img-02-content-01-image {
  max-width: 55rem;
}

.common-reason__img-02-content-02 {
  margin-top: 6.5rem;
}
@media screen and (max-width: 1329px) {
  .common-reason__img-02-content-02 {
    margin-top: 2rem;
  }
}

.common-reason__img-02-content-02-image {
  margin-left: auto;
  position: relative;
  width: 50.5rem;
  padding-right: 6rem;
}
@media screen and (max-width: 1329px) {
  .common-reason__img-02-content-02-image {
    margin-right: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .common-reason__img-02-content-02-image {
    width: 100%;
  }
}
.common-reason__img-deco-02 {
  position: absolute;
  left: -27.2rem;
  bottom: -6.5rem;
  z-index: var(--zero-z);
}
@media screen and (max-width: 1329px) {
  .common-reason__img-deco-02 {
    display: none;
  }
}

.common-reason__img-deco-02-image {
  width: 30.5rem;
}

/* top-voice */
.top-voice__slide-content {
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-voice__slide-content {
    padding-inline: 20px;
  }
}

.top-voice__btn {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .top-voice__btn {
    margin-top: 80px;
  }
}

/* top-news */
@media screen and (max-width: 1329px) {
  .top-news__main {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1329px) {
  .top-news__header {
    display: contents;
  }
}

.top-news__header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1329px) {
  .top-news__header-row {
    display: contents;
  }
}

@media screen and (max-width: 1329px) {
  .top-news__header-heading {
    order: 1;
  }
}

@media screen and (max-width: 1329px) {
  .top-news__header-btn {
    margin-top: 4rem;
    order: 3;
    text-align: center;
  }
}

@media screen and (max-width: 1329px) {
  .top-news__body {
    margin-top: 4rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    order: 2;
    width: 100vw;
  }
}

/* top-banner */
.top-banner__row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .top-banner__row {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
}

/* common-contact */
.common-contact {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 1329px) {
  .common-contact {
    padding: var(--section-padding) 0;
  }
}

.common-contact__txt {
  padding-left: 59rem;
}
@media screen and (max-width: 1440px) {
  .common-contact__txt {
    padding-left: 80rem;
  }
}
@media screen and (max-width: 1329px) {
  .common-contact__txt {
    padding-left: 0;
    text-align: center;
  }
}

.common-contact__desc {
  margin-top: 8.5rem;
}
@media screen and (max-width: 1329px) {
  .common-contact__desc {
    margin-top: 4rem;
  }
}

.common-contact__desc-letter {
  line-height: 2.8;
  letter-spacing: .1em;
}

.common-contact__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 1329px) {
  .common-contact__btn {
    margin-top: 4rem;
  }
}

.common-contact__bg-image img {
  object-position: top center;
}

/* page-about-problem */
.page-about-problem {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 1329px) {
  .page-about-problem {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
  }
}

.page-about-problem__heading {
  text-align: center;
}

.page-about-problem__heading-main {
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .page-about-problem__heading-letter-01 {
    font-size: 14px;
  }
  .page-about-problem__heading-letter-02 {
    font-size: 18px;
  }
}

.page-about-problem__img {
  margin-top: 5rem;
  margin-inline: auto;
  text-align: center;
  max-width: 1088px;
}
@media screen and (max-width: 767px) {
  .page-about-problem__img {
    margin-top: 2rem;
  }
}

.page-about-problem__closing {
  margin-top: 3.5rem;
  text-align: center;
}

.page-about-problem__closing-letter {
  color: var(--primary-color);
  font-size: 4.7rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .page-about-problem__closing-letter {
    font-size: 18px;
  }
}

.page-about-problem__closing-letter-skin {
  display: inline-block;
  padding: .1em .5em;
  background: var(--primary-color);
  color: white;
  line-height: 1.5;
}

.page-about-problem__bg-image {
  margin-inline: auto;
  max-width: 1440px;
  padding-top: 2rem;
}

/* page-about-reason */
.page-about-reason__content-wrap + .page-about-reason__content-wrap {
  margin-top: 4.5rem;
}

.page-about-reason__content {
  padding: 4rem 6.5rem 6.5rem;
  border-radius: 5rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .page-about-reason__content {
    padding: 4rem 1rem;
  }
}

.page-about-reason__content-header {
  padding-inline: 1rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-header {
    padding-inline: 1rem;
  }
}

.page-about-reason__content-header-row {
  display: flex;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-header-row {
    display: block;
  }
}

.page-about-reason__content-header-txt {
  width: 100%;
}

.page-about-reason__content-header-heading-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-header-heading-row {
    display: block;
    text-align: center;
  }
}

.page-about-reason__content-header-heading-num {
  flex-shrink: 0;
  margin-right: 3.5rem;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-header-heading-num {
    margin-right: 0;
  }
}

.page-about-reason__content-header-heading-num-letter {
  color: var(--primary-color);
  font-size: 7.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .page-about-reason__content-header-heading-num-letter {
    font-size: 30px;
  }
}

.page-about-reason__content-header-heading-main {
  width: 100%;
  padding-top: 1rem;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-header-heading-main {
    padding-top: 2rem;
  }
}

.page-about-reason__content-header-img {
  flex-shrink: 0;
  width: 18.6rem;
}
.page-about-reason__content.page-about-reason__content--01 .page-about-reason__content-header-img {
  width: 17.8rem;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-header-img {
    display: none;
  }
}

.page-about-reason__content-header-image img {
  width: 100%;
  height: auto;
}
.page-about-reason__content-header-image.page-about-reason__content-header-image--01 img {
  max-width: 10rem;
}
.page-about-reason__content-header-image.page-about-reason__content-header-image--02 img {
  max-width: 7.5rem;
}
.page-about-reason__content-header-image.page-about-reason__content-header-image--03 img {
  max-width: 7.5rem;
}

.page-about-reason__content-body {
  margin-top: 4rem;
  padding-left: 1.5rem;
  padding-right: 7rem;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-body {
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-about-reason__content-body-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-about-reason__content-desc {
  width: 50%;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-desc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-about-reason__content-desc {
    padding-inline: 3rem;
  }
}

.page-about-reason__content-point {
  width: 45%;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-point {
    margin-top: 4rem;
    width: 100%;
  }
}

@media screen and (max-width: 1329px) {
  .page-about-reason__content-point-heading {
    text-align: center;
  }
}

.page-about-reason__content-point-heading-letter {
  background: var(--linear-gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-about-reason__content-point-heading-letter {
    font-size: 20px;
  }
}

.page-about-reason__content-point-list {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 1329px) {
  .page-about-reason__content-point-list {
    margin-top: 3rem;
    padding-left: 0;
  }
}

.page-about-reason__content-point-list-item + .page-about-reason__content-point-list-item {
  margin-top: 1rem;
}

.page-about-reason__content-point-list-item {
  padding: .5em 1em;
  background: var(--bg-main-color--yellow);
  border-radius: .3em;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-about-reason__content-point-list-item {
    font-size: 16px;
  }
}

.page-about-reason__content-point-list-item-letter {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

.page-about-reason__content-point-list-item-letter::before {
  content: '';
  position: absolute;
  top: .65em;
  left: 0;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background: var(--linear-gradient-color);
}

/* page-about-point */
.page-about-point__content-wrap + .page-about-point__content-wrap {
  margin-top: 6rem;
}

.page-about-point__content-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1329px) {
  .page-about-point__content-row {
    flex-wrap: wrap-reverse;
  }
}

.page-about-point__content-txt {
  position: relative;
  flex-shrink: 0;
  padding-left: 4rem;
}
@media screen and (max-width: 1329px) {
  .page-about-point__content-txt {
    margin-top: -4rem;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.page-about-point__content-txt-box {
  width: 68rem;
  padding: 7rem 8rem;
  border-radius: .8rem;
  background: var(--bg-main-color--sky);
}
@media screen and (max-width: 1329px) {
  .page-about-point__content-txt-box {
    width: 100%;
    padding: 7rem 2rem;
  }
}

.page-about-point__content-heading {
  position: relative;
  padding-bottom: 2rem;
}

.page-about-point__content-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.6rem;
  height: 3px;
  background: linear-gradient(90deg, #61C1BE 0%, #61C1BE 50%, #AACE36 50%, #AACE36 100%);;
}
@media screen and (max-width: 1329px) {
  .page-about-point__content-heading::after {
    width: 66px;
  }
}

.page-about-point__content-desc {
  margin-top: 3.5rem;
}

.page-about-point__content-img {
  margin-left: -3rem;
  flex-shrink: 0;
  width: 72rem;
}
@media screen and (max-width: 1329px) {
  .page-about-point__content-img {
    margin-left: 0;
    width: 100%;
  }
}

.page-about-point__content-wrap:nth-child(even) .page-about-point__content-row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1329px) {
  .page-about-point__content-wrap:nth-child(even) .page-about-point__content-row {
    flex-direction: row;
  }
}

.page-about-point__content-wrap:nth-child(even) .page-about-point__content-txt {
  padding-left: 0;
  padding-right: 4rem;
}
@media screen and (max-width: 1329px) {
  .page-about-point__content-wrap:nth-child(even) .page-about-point__content-txt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.page-about-point__content-wrap:nth-child(even) .page-about-point__content-img {
  margin-left: 0;
  margin-right: -3rem;
}
@media screen and (max-width: 1329px) {
  .page-about-point__content-wrap:nth-child(even) .page-about-point__content-img {
    margin-right: 0;
  }
}

@media screen and (max-width: 1329px) {
  .page-about-point__content.page-about-point__content--01 .page-about-point__content-txt {
    margin-top: 0;
  } 
}

/* page-profile-point */
.page-profile-point__row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 5.5rem 8rem;
}
@media screen and (max-width: 1440px) {
  .page-profile-point__row {
    grid-template-columns: repeat(3,1fr);
    gap: 5.5rem 20rem;
  }
}
@media screen and (max-width: 1329px) {
  .page-profile-point__row {
    grid-template-columns: repeat(3,1fr);
    gap: 5.5rem 4rem;
  }
}
@media screen and (max-width: 999px) {
  .page-profile-point__row {
    grid-template-columns: repeat(2,1fr);
    gap: 5.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-profile-point__row {
    grid-template-columns: repeat(1,1fr);
    gap: 5.5rem 0;
  }
}

.page-profile-point__content-img {
  margin-inline: auto;
  max-width: 280px;
}

.page-profile-point__content-title {
  margin-top: 2.5rem;
  text-align: center;
}

.page-profile-point__content-desc {
  margin-top: 1.5rem;
  text-align: center;
}

/* page-voice */
.page-voice__row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10rem 9rem;
}
@media screen and (max-width: 1329px) {
  .page-voice__row {
    grid-template-columns: repeat(3,1fr);
    gap: 3rem 3rem;
  }
}
@media screen and (max-width: 999px) {
  .page-voice__row {
    grid-template-columns: repeat(2,1fr);
    gap: 3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-voice__row {
    grid-template-columns: repeat(1,1fr);
    gap: 5rem 0;
  }
}

.page-voice__interview {
  margin-top: 8rem;
}
@media screen and (max-width: 1329px) {
  .page-voice__interview {
    margin-top: 0;
  }
}

.page-voice__interview-content + .page-voice__interview-content {
  margin-top: 16rem;
}
@media screen and (max-width: 1329px) {
  .page-voice__interview-content + .page-voice__interview-content {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 1329px) {
  .page-voice__interview-content-header {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.page-voice__interview-content-body {
  margin-top: 10rem;
}
@media screen and (max-width: 1329px) {
  .page-voice__interview-content-body {
    margin-top: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page-voice__interview-content-body:not(.is-show-first) {
    display: none;
  }
}


/* page-news */
.page-news__articles {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .page-news__articles {
    padding-bottom: 0;
    border-bottom-width: 0px;
  }
}

@media screen and (max-width: 767px) {
  .page-news__articles {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

/* page single */
.page-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-single__time {
  margin-right: 2rem;
}

.page-single__cat {
  margin-top: -.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.page-single__title {
  margin-top: 2rem;
}

.page-single__border {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--border-color--light-03);
}

.page-single__thumb {
  margin-top: 6rem;
}

.page-single__content {
  margin-top: 6rem;
  padding-bottom: 7rem;
  border-bottom: 1px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .page-single__content {
    padding-bottom: 9rem;
  }
}

.page-single__btn-list {
  margin-top: 7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-single__btn-list {
    padding-bottom: 9rem;
  }
}

.page-single__btn.page-single__btn--back {
  text-align: center;
}
.page-single__btn.page-single__btn--prev {
  text-align: right;
  padding-right: 3rem;
}
.page-single__btn.page-single__btn--next {
  text-align: left;
  padding-left: 3rem;
}
@media screen and (max-width: 374px) {
  .page-single__btn.page-single__btn--back {
    order: 1;
    width: 100%;
  }
  .page-single__btn.page-single__btn--prev {
    margin-top: 2rem;
    order: 2;
    text-align: left;
    width: 50%;
  }
  .page-single__btn.page-single__btn--next {
    margin-top: 2rem;
    order: 3;
    text-align: right;
    width: 50%;
  }
}
.page-single__p-n-txt > a {
  display: inline-block;
}

.page-single__p-n-txt > a::after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-single__p-n-txt.page-single__p-n-txt--prev > a::after {
  background-image: url(../img/icon-yajirushi-circle-left-primary.svg);
}
.page-single__p-n-txt.page-single__p-n-txt--next > a::after {
  background-image: url(../img/icon-yajirushi-circle-right-primary.svg);
}

.page-single__p-n-txt > a:hover {
  opacity: .7;
  transition: var(--normal-transition);
}

/* page-contact-tel */
.page-contact-tel {
  padding: 9rem 0 var(--section-padding);
}

.page-contact-tel__box {
  text-align: center;
  padding: 1rem;
  border: 1px solid var(--border-color--light);
}

.page-contact-tel__tel-number {
  margin-top: 2rem;
}



/* page-access */
.page-access__content + .page-access__content {
  margin-top: 14.5rem;
}
@media screen and (max-width: 767px) {
  .page-access__content + .page-access__content {
    margin-top: 8rem;
  }
}

.page-access__content-header {
  text-align: center;
  padding: 2.5rem 0;
  background: var(--primary-color);
  color: white;
}

.page-access__content-body {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .page-access__content-body {
    margin-top: 4rem;
  }
}

.page-access__content-body-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1329px) {
  .page-access__content-body-row {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.page-access__content-info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 46.3rem - 4rem);
}
@media screen and (max-width: 1329px) {
  .page-access__content-info {
    width: 100%;
    display: contents;
  }
}

@media screen and (max-width: 1329px) {
  .page-access__content-address {
    order: 1;
    width: 100%;
  }
}

.page-access__content-address-table {
  width: 100%;
  text-align: left;
}

.page-access__content-address-th {
  position: relative;
  vertical-align: middle;
  width: 18.7rem;
  padding-inline: 2.4rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1329px) {
  .page-access__content-address-th {
    display: block;
    width: 100%;
    padding-inline: 1rem;
  }
}

.page-access__content-address-th::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 6px);
  height: 2px;
  background: var(--primary-color);
}
@media screen and (max-width: 1329px) {
  .page-access__content-address-th::after {
    width: 100%;
  }
}

.page-access__content-address-td {
  padding-inline: 2.4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border-color--light);
}
@media screen and (max-width: 1329px) {
  .page-access__content-address-td {
    display: block;
    padding-inline: 1rem;
    padding-bottom: 0;
    padding-top: 1.5rem;
    border-bottom-width: 0;
  }
}

.page-access__content-img {
  margin-top: auto;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .page-access__content-img {
    order: 3;
    padding-top: 2rem;
  }
}

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

  .page-access__content-img-content + .page-access__content-img-content {
    margin-top: 2rem;
  }
}

.page-access__content-map {
  width: 46.3rem;
}
@media screen and (max-width: 1329px) {
  .page-access__content-map {
    margin-top: 3rem;
    order: 2;
    width: 100%;
  }
}

/* page-contact */
.page-contact__box {
  padding: 5rem 3.5rem 3rem;
  background: var(--bg-main-color--sky-03);
}

.page-contact__box-heading {
  text-align: center;
}

.page-contact__box-desc {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .page-contact__box-desc {
    padding-inline: 1.5rem;
  }
}

.page-contact__box-desc-box {
  text-align: center;
  padding: 2rem 0;
  border-radius: .8rem;
  background: white;
}

@media screen and (max-width: 1329px) {
  .page-contact__box-desc-letter {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-contact__main {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .page-contact__main {
    margin-top: 4rem;
  }
}

.page-contact__row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 1329px) {
  .page-contact__row {
    grid-template-columns: repeat(1,1fr);
    gap: 3rem;
  }
}

.page-contact__content {
  min-height: 43rem;
  padding: 3.5rem 1.5rem 3rem;
  border-radius: 6px;
  border: 3px solid var(--primary-color--light-01);
  box-shadow: 0 8px 2.4rem rgba(35, 69, 144, 0.15) ;
  background: white;
}
@media screen and (max-width: 1329px) {
  .page-contact__content.page-contact__content--01 {
    order: 2;
  }
  .page-contact__content.page-contact__content--02 {
    order: 1;
  }
}

.page-contact__content-img {
  text-align: center;
}

.page-contact__content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-contact__content-image img {
  width: 100%;
  height: auto;
}
.page-contact__content-image.page-contact__content-image--01 img {
  max-width: 7.6rem;
}
.page-contact__content-image.page-contact__content-image--02 img {
  max-width: 8rem;
}
@media screen and (max-width: 767px) {
  .page-contact__content-image.page-contact__content-image--01 img {
    max-width: 50px;
  }
  .page-contact__content-image.page-contact__content-image--02 img {
    max-width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact__content-heading-letter {
    font-size: 20px;
  }
}

.page-contact__content-heading-02 {
  margin-top: 3rem;
  text-align: center;
}

.page-contact__content-desc {
  margin-top: 3rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .page-contact__content-desc {
    padding-inline: 1.5rem;
    padding-inline: 0;
  }
}

.page-contact__content-desc-box {
  text-align: center;
  padding: 3rem 0;
  border-radius: .8rem;
  background: var(--bg-main-color--sky-03);
}

@media screen and (max-width: 1329px) {
  .page-contact__content-desc-letter {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-contact__content-main {
  margin-top: 4.5rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .page-contact__content-main {
    padding-inline: 0;
  }
}

.page-contact__content-list-item + .page-contact__content-list-item {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .page-contact__content-list-item.page-contact__content-list-item--qr {
    display: none;
  }
}
.page-contact__content-list-item.page-contact__content-list-item--line-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-contact__content-list-item.page-contact__content-list-item--line-btn {
    margin-top: 4rem;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page-contact__content-list-item-body-letter {
    font-size: 16px;
  }
}

.page-contact__content-list-item-heading {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-contact__content-list-item-heading {
    margin-inline: auto;
    max-width: 275px;
  }
}

.page-contact__content-list-item-heading-letter {
  padding: .5em 1em;
  background: var(--bg-main-color--sky-04);
}

.page-contact__content-list-item-body {
  margin-top: 2rem;
  text-align: center;
}

.page-contact__content-list-item-id {
  margin-top: 2rem;
  text-align: center;
}

.page-contact__content-id-image img {
  max-width: 19rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-contact__content-id-image img {
    max-width: 180px;
  }
}

.page-contact__content-list-item-qr {
  margin-top: 2rem;
  text-align: center;
}

.page-contact__content-qr-image img {
  max-width: 27.7rem;
  width: 100%;
  height: auto;
}

.page-contact__content-line-btn-image img {
  max-width: 300px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 4px var(--shadow-color--middle));
}

.page-profile-tutor__box {
  border-radius: 1.5rem;
  padding: 4rem 14rem;
  background: var(--bg-main-color--sky-05);
}
@media screen and (max-width: 1439px) {
  .page-profile-tutor__box {
    padding: 4rem 7rem;
  }
}
@media screen and (max-width: 1329px) {
  .page-profile-tutor__box {
    padding: 4rem 2rem;
  }
}

.page-profile-tutor__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-profile-tutor__img {
  width: 33rem;
}
@media screen and (max-width: 1329px) {
  .page-profile-tutor__img {
    margin-inline: auto;
    width: 100%;
    max-width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .page-profile-tutor__img {
    max-width: 270px;
  }
}

.page-profile-tutor__txt {
  width: calc(100% - 33rem - 7.8rem);
}
@media screen and (max-width: 1329px) {
  .page-profile-tutor__txt {
    margin-top: 4rem;
    width: 100%;
  }
}

.page-profile-tutor__desc {
  margin-top: 4rem;
}
@media screen and (max-width: 1329px) {
  .page-profile-tutor__desc {
    margin-top: 2rem;
  }
}

/***************************************************************************
form
******************************************************************************/
.snow-monkey-form {
  margin-inline: auto;
  max-width: 580px;
}

.wp-block-snow-monkey-forms-item + .wp-block-snow-monkey-forms-item {
  margin-top: 3rem;
}

/* 規約checkbox レイアウト */
.smf-form .smf-item.kiyaku-checkbox-layout {
  padding-bottom: 0;
  border-bottom: none;
}

.smf-form .smf-item.kiyaku-checkbox-layout .smf-item__col--label {
  display: none;
}

.smf-form .smf-item.kiyaku-checkbox-layout .smf-item__col--controls {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}


/* 横並び */
.form-grid .smf-item__controls {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}

.smf-item__col.smf-item__col--controls {
  margin-top: 1rem;
}

.smf-control-description {
  font-size: var(--txt6-size);
}

.wp-block-snow-monkey-forms-item + .wp-block-snow-monkey-forms-item {
  margin-top: 2.5rem;
}

/* control */
.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-select-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  width: 100%;
  border-radius: 4px;
  border: none;
  background: var(--gray-light-03);
  font-size: var(--input-size);
  line-height: var(--input-height);
  font-weight: var(--input-weight);
  letter-spacing: var(--input-ls);
}
.smf-form .smf-item .smf-text-control__control::placeholder,
.smf-form .smf-item .smf-textarea-control__control::placeholder {
  color: var(--placeholder-color);
}

.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-select-control__control {
  height: 3.6rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .smf-form .smf-item .smf-text-control__control,
  .smf-form .smf-item .smf-select-control__control {
    height: 36px;
  }
}

.smf-form .smf-item .smf-textarea-control__control {
  height: 29rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .smf-form .smf-item .smf-textarea-control__control {
    height: 460px;
  }
}

/* select layout */
.smf-form .smf-item .smf-select-control {
  display: block;
}

.smf-select-control {
  position: relative;
  max-width: 36.5rem;
}

.smf-select-control select {
  color: var(--placeholder-color);
}
.smf-select-control select.is-selected {
  color: var(--font-color);
}

.smf-select-control::after {
  pointer-events: none;
  content: '';
  position: absolute;
  right: 2rem;
  top: 1.25em;
  z-index: var(--normal-z);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 9px solid var(--placeholder-color);
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .smf-select-control::after {
    top: 1.85em;
  }
}

/* radio layout */
.smf-label + .smf-label {
  margin-top: .5rem;
}

.smf-form .smf-radio-button-control__control {
  margin-top: calc(var(--_half-leading) * 1.25em)!important;
}
@media screen and (max-width: 767px) {
  .smf-form .smf-radio-button-control__control {
    margin-top: calc(var(--_half-leading) * 1.75em)!important;
  }
}

.smf-radio-button-control__label {
  font-size: var(--input-size);
  line-height: var(--input-height);
  font-weight: var(--input-weight);
  letter-spacing: var(--input-ls);
}

/* ラベル */
.smf-item__label__text {
  color: var(--accent-color);
  font-size: var(--txt9-size);
  line-height: var(--txt9-height);
  font-weight: var(--txt9-weight);
  letter-spacing: var(--txt9-ls);
}

/* タイトル */
.form-title__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .form-title__row {
    display: block;

  }
}

.form-title__txt {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .form-title__txt {
    margin-right: 0;
    margin-top: 1.5rem;
  }
}

.form-title__desc {
  margin-top: 1rem;
}


/* 必須 */
.form-hissu {
  display: inline-block;
  border-radius: .35em;
  padding: .05em 1.5em .1em;
  background: white;
  border: 1px solid currentColor;
  color: var(--red-color);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form-hissu {
    font-size: 16px;
  }
}

/* form-space */
.form-space {
  margin-top: 5rem;
}

.form-space--small {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .form-space--small {
    margin-top: 1.5rem;
  }
}

/* ボタン */
.smf-action {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.smf-button-control {
  width: 100%;
  text-align: center;
}

.smf-button-control__control[type="submit"] {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 53.6rem;
  border: none;
  border-radius: 5rem;
  padding: 1.35em 1em 1.35em;
  background: var(--linear-gradient-color);
  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) {
  .smf-button-control__control[type="submit"] {
    border-radius: 50px;
    min-width: 330px;
  }
}
@media screen and (max-width: 500px) {
  .smf-button-control__control[type="submit"] {
    min-width: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.smf-button-control__control[type="submit"]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-yajirushi-circle-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (hover: hover) {
  .smf-button-control__control[type="submit"]:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
  .smf-button-control__control[type="submit"]:hover::after {
    right: .5em;
    transition: var(--normal-transition);
  }
}

/* 戻るボタン */
.smf-button-control__control[type="submit"][data-action="back"] {
  background: var(--gray);
}
.smf-button-control__control[type="submit"][data-action="back"]::after {
  right: auto;
  left: 1.2em!important;
  transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  .smf-button-control__control[type="submit"][data-action="back"]:hover::after {
    left: .5em!important;;
  }
}

/* 確認画面レイアウト */
[data-screen="confirm"] .smf-button-control:first-of-type {
  margin-top: 2rem;
  order: 2;
}

[data-screen="confirm"] .smf-button-control:last-of-type {
  order: 1;
}

/* reCaptha */
@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 15rem!important;
  }
}
.grecaptcha-badge {
  z-index: var(--header-z);
}