/***************************************************************************
reser
******************************************************************************/

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

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

caption {
  text-align: left;
}

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

th {
  font-weight: normal;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}



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

:root {
  --txt1-size: 3.5rem;
  --txt1-height: 1.44;
  --txt1-weight: 700;
  --txt1-ls: 0;

  --txt2-size: 3rem;
  --txt2-height: 1.44;
  --txt2-weight: 700;
  --txt2-ls: 0;

  --txt3-size: 2.8rem;
  --txt3-height: 1.44;
  --txt3-weight: 700;
  --txt3-ls: 0;

  --txt4-size: 2.6rem;
  --txt4-height: 1.44;
  --txt4-weight: 700;
  --txt4-ls: 0;

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

  --txt5-size: 2.4rem;
  --txt5-height: 1.44;
  --txt5-weight: 700;
  --txt5-ls: 0;

  --txt6-size: 2.2rem;
  --txt6-height: 1.44;
  --txt6-weight: 700;
  --txt6-ls: 0;

  --txt7-size: 2rem;
  --txt7-height: 1.5;
  --txt7-weight: 700;
  --txt7-ls: 0;

  --txt8-size: 1.8rem;
  --txt8-height: 1.625;
  --txt8-weight: 400;
  --txt8-ls: 0;

  --txt9-size: 1.6rem;
  --txt9-height: 1.625;
  --txt9-weight: 400;
  --txt9-ls: 0;

  --txt10-size: 1.5rem;
  --txt10-height: 1.625;
  --txt10-weight: 400;
  --txt10-ls: 0;

  --txt11-size: 1.4rem;
  --txt11-height: 1.625;
  --txt11-weight: 400;
  --txt11-ls: 0;

  --txt12-size: 1.3rem;
  --txt12-height: 1.625;
  --txt12-weight: 400;
  --txt12-ls: 0;

  --txt13-size: 1.2rem;
  --txt13-height: 1.625;
  --txt13-weight: 400;
  --txt13-ls: 0;

  --menu-01-size: 1.5rem;
  --menu-01-height: 1;
  --menu-01-weight: 600;
  --menu-01-ls: 0;

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

  --menu-nav-size: 1.4rem;
  --menu-nav-height: 1;
  --menu-nav-weight: 500;
  --menu-nav-ls: 0;

  --heading-en-size: 1.2rem;
  --heading-en-height: 1;
  --heading-en-weight: 500;
  --heading-en-ls: 0;

  --heading-size: 3rem;
  --heading-height: 1.5;
  --heading-weight: 600;
  --heading-ls: 0;

  --heading--small-size: 2.5rem;
  --heading--small-height: 1.5;
  --heading--small-weight: 600;
  --heading--small-ls: 0;

  --btn-cv-01-size: 1.5rem;
  --btn-cv-01-height: 1.5;
  --btn-cv-01-weight: 600;
  --btn-cv-01-ls: 0;

  --btn-cv-02-size: 1.9rem;
  --btn-cv-02-height: 1.3;
  --btn-cv-02-weight: 600;
  --btn-cv-02-ls: 0;

  --btn-01-size: 1.6rem;
  --btn-01-height: 1.3;
  --btn-01-weight: 600;
  --btn-01-ls: 0;

  --btn-02-size: 1.7rem;
  --btn-02-height: 1.5;
  --btn-02-weight: 600;
  --btn-02-ls: 0;

  --btn-03-size: 1.6rem;
  --btn-03-height: 1.3;
  --btn-03-weight: 600;
  --btn-03-ls: 0;

  --copyright-size: 1.4rem;
  --copyright-height: 1;
  --copyright-weight: 500;
  --copyright-ls: 0;

  --primary-color: #E5013D;
  --primary-color--light: #FFE1E1;
  --accent-color: #002060;
  --accent-color--light: #FECAB0;
  --main-color: #F5F5F5;
  --main-color--light: #F8F7FA;
  --font-color: #242424;
  --font-color--light-01: #727171;
  --font-color--light-02: #D8D8D8;
  --border-color: #707070;
  --border-color--light-01: #B5B5B5;
  --border-color--light-02: #E3E3E3;
  --gray: #888;
  --placeholder-color: #888;
  --gray-light: #ccc;
  --shadow-color: 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);
  --blue-color: #12408F;
  --line-color: #00B902;

  --base-font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --accent-font: "Noto Serif JP", serif;
  --en-font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

  --section-padding: 8rem;
  --section-padding--large: 15rem;
  --section-padding--small: 8rem;

  --mt-d: 6rem;
  --mt-d--small: 3rem;
  --mt-d--middle: 4rem;
  --mt-d--large: 8rem;

  --inner: 1200px;
  --inner-large: 1366px;
  --inner-responsive: 90%;
  --inner-responsive-p: calc( 50% - var(--inner-responsive) / 2 );

  --normal-transition: 0.3s;
  --fast-transition: 0.15s;
  --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: 11rem;
}

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

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

    --txt1-height: 1.44;
    --txt2-height: 1.44;
    --txt3-height: 1.44;
    --txt4-height: 1.44;
    --txt4-1-height: 1.44;
    --txt5-height: 1.44;
    --txt6-height: 1.44;
    --txt7-height: 1.44;
    --txt8-height: 1.7;
    --txt9-height: 1.7;
    --txt10-height: 1.7;
    --txt11-height: 1.7;
    --txt12-height: 1.7;
    --txt13-height: 1.7;
    

    --menu-01-size: 14px;
    --menu-02-size: 14px;
    --menu-nav-size: 14px;

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

    --heading-en-size: 10px;
    --heading-size: 24px;
    --heading--small-size: 20px;

    --copyright-size: 14px;

    --base-font: "Noto Sans JP", sans-serif;
    --accent-font: "Noto Serif JP", serif;
    --en-font: "Noto Sans JP", sans-serif;

    --section-padding: 50px;
    --section-padding--large: 50px;
    --section-padding--small: 50px;

    --mt-d: 30px;
    --mt-d--small: 20px;
    --mt-d--middle: 20px;
    --mt-d--large: 40px;

    --header-height: 60px;
  }
}
@media only screen and (max-width: 374px) {
  :root {
    --btn-cv-01-size: 10px;
  }
}


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

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

.section-padding {
  padding: var(--section-padding) 0;
}
.section-padding-t {
  padding-top: var(--section-padding);
}
.section-padding-b {
  padding-bottom: var(--section-padding);
}
.section-padding--large {
  padding: var(--section-padding--large) 0;
}
.section-padding--large-t {
  padding-top: var(--section-padding--large);
}
.section-padding--large-b {
  padding-bottom: var(--section-padding--large);
}
.section-padding--small {
  padding: var(--section-padding--small) 0;
}
.section-padding--small-t {
  padding-top: var(--section-padding--small);
}
.section-padding--small-b {
  padding-bottom: var(--section-padding--small);
}
.inner {
  width: var(--inner);
  max-width: var(--inner);
  margin: 0 auto
}
@media only screen and (max-width: 1199px) {
  .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: 1365px) {
  .inner-large {
    width: var(--inner-responsive)
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
.txt1 {
  font-size: var(--txt1-size);
  line-height: var(--txt1-height);
  font-weight: var(--txt1-weight);
  letter-spacing: var(--txt1-ls)
}
.txt2 {
  font-size: var(--txt2-size);
  line-height: var(--txt2-height);
  font-weight: var(--txt2-weight);
  letter-spacing: var(--txt2-ls)
}
.txt3 {
  font-size: var(--txt3-size);
  line-height: var(--txt3-height);
  font-weight: var(--txt3-weight);
  letter-spacing: var(--txt3-ls)
}
.txt4 {
  font-size: var(--txt4-size);
  line-height: var(--txt4-height);
  font-weight: var(--txt4-weight);
  letter-spacing: var(--txt4-ls)
}
.txt4-1 {
  font-size: var(--txt4-1-size);
  line-height: var(--txt4-1-height);
  font-weight: var(--txt4-1-weight);
  letter-spacing: var(--txt4-1-ls)
}
.txt5 {
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  font-weight: var(--txt5-weight);
  letter-spacing: var(--txt5-ls)
}
.txt6 {
  font-size: var(--txt6-size);
  line-height: var(--txt6-height);
  font-weight: var(--txt6-weight);
  letter-spacing: var(--txt6-ls)
}
.txt7 {
  font-size: var(--txt7-size);
  line-height: var(--txt7-height);
  font-weight: var(--txt7-weight);
  letter-spacing: var(--txt7-ls)
}
.txt8 {
  font-size: var(--txt8-size);
  line-height: var(--txt8-height);
  font-weight: var(--txt8-weight);
  letter-spacing: var(--txt8-ls)
}
.txt9 {
  font-size: var(--txt9-size);
  line-height: var(--txt9-height);
  font-weight: var(--txt9-weight);
  letter-spacing: var(--txt9-ls)
}
.txt10 {
  font-size: var(--txt10-size);
  line-height: var(--txt10-height);
  font-weight: var(--txt10-weight);
  letter-spacing: var(--txt10-ls)
}
.txt11 {
  font-size: var(--txt11-size);
  line-height: var(--txt11-height);
  font-weight: var(--txt11-weight);
  letter-spacing: var(--txt11-ls)
}
.txt12 {
  font-size: var(--txt12-size);
  line-height: var(--txt12-height);
  font-weight: var(--txt12-weight);
  letter-spacing: var(--txt12-ls)
}
.txt13 {
  font-size: var(--txt13-size);
  line-height: var(--txt13-height);
  font-weight: var(--txt13-weight);
  letter-spacing: var(--txt13-ls)
}
.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-letter--small {
  font-size: var(--heading--small-size);
  line-height: var(--heading--small-height);
  font-weight: var(--heading--small-weight);
  letter-spacing: var(--heading--small-ls)
}

.fw700 {
  font-weight: 700;
}
.fw600 {
  font-weight: 600;
}
.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.lh1 {
  line-height: 1;
}
.lh13 {
  line-height: 1.3;
}
.lh144 {
  line-height: 1.44;
}
.lh15 {
  line-height: 1.5;
}
.lh1625 {
  line-height: 1.625;
}
.lh17 {
  line-height: 1.7;
}
.lh2 {
  line-height: 2;
}
.ls-01 {
  letter-spacing: -.1em;
}
.ls0 {
  letter-spacing: 0;
}
.ls02 {
  letter-spacing: 0.02em;
}
.ls05 {
  letter-spacing: 0.05em;
}
.base-font {
  font-family: var(--base-font);
}
.en-font {
  font-family: var(--en-font);
}
.primary-color {
  color: var(--primary-color);
}
.accent-color {
  color: var(--accent-color);
}
.font-color {
  color: var(--font-color);
}
.font-color--light-01 {
  color: var(--font-color--light-01);
}
.font-color--light-02 {
  color: var(--font-color--light-02);
}
.white-color {
  color: #fff;
}
.font-color {
  color: var(--font-color);
}
.font-color--light {
  color: var(--font-color--light);
}
.mt-d {
  margin-top: var(--mt-d);
}
.mt-d--small {
  margin-top: var(--mt-d--small);
}
.mt-d--middle {
  margin-top: var(--mt-d--middle);
}
.mt-d--large {
  margin-top: var(--mt-d--large);
}
.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;
}
.mr5em {
  margin-right: 0.5em;
}
.mr10em {
  margin-right: 1em;
}
.mt-10em-plus__content + .mt-10em-plus__content {
  margin-top: 1em;
}
.mt-20em-plus__content + .mt-20em-plus__content {
  margin-top: 2em;
}
.bg-main {
  background-color: var(--main-color);
}
.bg-main--light {
  background-color: var(--main-color--light);
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-white {
  background-color: #fff;
}
.bg-dot {
  background-color: var(--main-color--light);
  background-image: radial-gradient( #E5DFF7 10%, rgba(255,255,255,0) 20%);
  background-size: 12px 12px;
}
.border-bottom {
  border-bottom: 1px solid CurrentColor;
}
.underline {
  text-decoration: underline;
}
@media (hover: hover){
  .hover-underline:hover {
    text-decoration: underline;
  }
}
.underline-txt {
  text-decoration: underline;
}
@media (hover: hover){
  .hover-underline:hover {
    text-decoration: underline;
  }
}
.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: 1199px) {
  .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: 1199px) {
  .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;
}
@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-1010 {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.mw-860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.mw-530 {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}
.o-hidden {
  overflow: hidden;
}


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

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


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

/* menu */
.menu-g {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .menu-g {
    display: block;
    text-align: center;
  }
}

.menu-g__item {
  flex-grow: 1;
  text-align: center;
  transition: var(--normal-transition);
}
.menu-g__item.menu-g__item--has-dropdown {
  position: relative;
  background: var(--primary-color--light);
}

@media screen and (max-width: 1199px) {
  .menu-g__item {
    padding-left: 55px;
    text-align: left;
  }
  .menu-g__item.menu-g__item--has-dropdown {
    background: transparent;
  }
}
@media screen and (max-width: 374px) {
  .menu-g__item {
    padding-left: 20px
  }
}

.menu-g__txt {
  display: block;
  position: relative;
  padding: 1.1rem 0;
  transition: var(--normal-transition);
}
.menu-g__txt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: var(--border-color--light-02);
}
.menu-g__item:first-child .menu-g__txt::after {
  display: none;
}
.menu-g__item:last-child .menu-g__txt::after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .menu-g__txt {
    background: transparent;
    color: var(--primary-color);
    padding: 22.25px 0;
  }

  .menu-g__txt::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }

  .menu-g__item:first-child .menu-g__txt::after {
    display: block;
  }
  .menu-g__item:last-child .menu-g__txt::after {
    display: none;
  }
}


.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: 1199px) {
  .menu-g__letter {
    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__dropdown {
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  padding-top: 1px;
}
@media screen and (min-width: 1200px) {
  .menu-g__dropdown {
    pointer-events: none;
    opacity: 0;
    position: absolute;
  }
}

.menu-g__dropdown-item {
  text-align: center;
  background: var(--primary-color--light);
  border-bottom: 1px solid var(--primary-color);
}
.menu-g__dropdown-item:first-child {
  border-top: 1px solid var(--primary-color);
}
@media screen and (max-width: 1199px) {
  .menu-g__dropdown-item {
    padding-left: 30px;
    text-align: left;
    background: transparent;
    border-bottom-width: 0px;
  }
  .menu-g__dropdown-item:first-child {
    border-top-width: 0px;
  }
  .menu-g__dropdown-item:last-child {
    border-bottom-color: var(--border-color--light-02);
  }
}
@media screen and (max-width: 374px) {
  .menu-g__dropdown-item {
    padding-left: 15px
  }
}

.menu-g__dropdown-item-txt {
  display: block;
  transform: scaleY(0);
}
@media screen and (max-width: 1199px) {
  .menu-g__dropdown-item-txt {
    transform: scaleY(1);
    padding: 22.25px 0;
  }
}

.menu-g__dropdown-item-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: 1199px) {
  .menu-g__dropdown-item-letter {
    font-size: var(--menu-nav-size);
    line-height: var(--menu-nav-height);
    font-weight: var(--menu-nav-weight);
    letter-spacing: var(--menu-nav-ls);
  }
}

@media (hover: hover) and (min-width: 1200px)  {
  .menu-g__txt:hover,
  .menu-g__dropdown-item-txt:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
  
  .menu-g__item:hover .menu-g__dropdown {
    pointer-events: all;
    opacity: 1;
    transition: var(--normal-transition);
  }
  
  .menu-g__item:hover .menu-g__dropdown-item-txt {
    transform: scaleY(1);
    padding: 1.1rem 0;
    transition: var(--normal-transition);
  }
}

/* menu-sub */
.menu-sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .menu-sub {
    display: block;
    text-align: center;
  }
}

.menu-sub__item {
  text-align: center;
  transition: var(--normal-transition);
}
@media screen and (max-width: 1199px) {
  .menu-sub__item + .menu-sub__item {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-sub__item + .menu-sub__item {
    margin-top: 3rem;
  }
}

.menu-sub__txt {
  display: block;
  position: relative;
  padding: .25rem 1.7rem;
  transition: var(--normal-transition);
}
.menu-sub__txt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: var(--border-color--light-01);
}
.menu-sub__item:first-child .menu-sub__txt {
  padding-left: 0;
}
.menu-sub__item:last-child .menu-sub__txt {
  padding-right: 0;
}

.menu-sub__item:first-child .menu-sub__txt::after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .menu-sub__txt {
    padding: 0;
  }
  .menu-sub__txt::after {
    display: none;
  }
}

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

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

.menu-btn__main {
  position: relative;
  width: 26px;
  height: 16px;
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
}

.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(5.7px) rotate(-25deg);
  transform: translateY(5.7px) rotate(-25deg);
}

.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(-5.7px) rotate(25deg);
  transform: translateY(-8.5px) rotate(25deg);
}

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

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


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

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

.heading-center__border {
  position: relative;
  padding-bottom: 2rem;
}

.heading-center__border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7rem;
  height: 1px;
  background: var(--primary-color);
}
.heading-center__border.heading-center__border--white::after {
  background: white;
}

.heading-center__en {
  margin-top: 1.5rem;
}

.heading-center__desc {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .heading-center__desc {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

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

/* btn */
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 28rem;
  border-radius: 5em;
  padding: .65em 1em;
  border: 1px solid var(--accent-color);
  background: var(--accent-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 {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn {
    display: block;
    min-width: auto;
  }
}

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

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

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

  .btn:hover .btn__with-icon.btn__with-icon--insta::after,
  .btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--insta::after {
    background-image: url(../img/icon-instagram-base.svg);
    transition: var(--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 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 15.6rem;
  height: 15.6rem;
  border-radius: 50%;
  background: var(--primary-color);
  box-shadow: 0 4px 0 var(--gray);
  color: white;
}
@media screen and (max-width: 767px) {
  .btn-cv {
    width: 139px;
    height: 139px;
  }
}
.btn-cv.btn-cv--line {
  background: var(--line-color);
}
.btn-cv.btn-cv--edit {
  background: var(--accent-color);
}

.btn-cv__img {
  display: flex;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
	min-height: 5.5rem;
}

.btn-cv__image img {
  max-width: 100%;
  height: auto;
}
.btn-cv__image.btn-cv__image--line img {
  width: 5.8rem;
}
.btn-cv__image.btn-cv__image--edit img {
  width: 3.7rem;
}
.btn-cv__txt {
  margin-top: .5rem;
}
.btn-cv__letter {
  font-size: var(--btn-cv-01-size);
  line-height: var(--btn-cv-01-height);
  font-weight: var(--btn-cv-01-weight);
  letter-spacing: var(--btn-cv-01-ls);
}

.btn-cv.btn-cv--large {
  width: 20rem;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .btn-cv.btn-cv--large {
    width: 139px;
    height: 139px;
  }
}

.btn-cv.btn-cv--large .btn-cv__img {
	min-height: 7.45rem;
}
.btn-cv.btn-cv--large .btn-cv__image.btn-cv__image--line img {
  width: 7.45rem;
}
.btn-cv.btn-cv--large .btn-cv__image.btn-cv__image--edit img {
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  .btn-cv.btn-cv--large .btn-cv__img {
    min-height: 52px;
  }
  .btn-cv.btn-cv--large .btn-cv__image.btn-cv__image--line img {
    width: 52px;
  }
  .btn-cv.btn-cv--large .btn-cv__image.btn-cv__image--edit img {
    width: 33px;
  }
}

.btn-cv.btn-cv--large .btn-cv__letter {
  font-size: var(--btn-cv-02-size);
  line-height: var(--btn-cv-02-height);
  font-weight: var(--btn-cv-02-weight);
  letter-spacing: var(--btn-cv-02-ls);
}

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

.btn-cv:active {
  box-shadow: 0 0 0 var(--gray);
  transform: translateY(4px);
  transition: var(--normal-transition);
}

@media screen and (max-width: 767px) {
  .btn-cv.btn-cv--cv {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 35px;
    border-radius: 10px;
  }

  .btn-cv.btn-cv--cv .btn-cv__img {
    margin-right: 5px;
    min-height: auto;
  }
  .btn-cv.btn-cv--cv .btn-cv__image.btn-cv__image--line img {
    width: 25px;
  }
  .btn-cv.btn-cv--cv .btn-cv__image.btn-cv__image--edit img {
    width: 15px;
  }

  .btn-cv.btn-cv--cv .btn-cv__txt {
    margin-top: 0;
  }
}

/* btn-arrow */
.btn-arrow {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 22rem;
  border-radius: .5rem;
  padding: .9em 1em;
  border: 1px solid var(--primary-color);
  background: var(--primary-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-arrow {
    min-width: 220px;
  }
}
@media screen and (max-width: 374px) {
  .btn-arrow {
    display: block;
    min-width: auto;
  }
}

.btn-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.25em;
  right: 1.35em;
  width: .5em;
  height: .5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center bottom;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

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

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

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

/* btn-plus */
.btn-plus {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 22rem;
  border-radius: .5rem;
  padding: .9em 1em;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: white;
  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-plus {
    min-width: 220px;
  }
}
@media screen and (max-width: 374px) {
  .btn-plus {
    display: block;
    min-width: auto;
  }
}

.btn-plus.btn-plus--w-large {
  min-width: 26rem;
}
@media screen and (max-width: 767px) {
  .btn-plus.btn-plus--w-large {
    min-width: 260px;
  }
}
@media screen and (max-width: 374px) {
  .btn-plus.btn-plus--w-large {
    min-width: auto;
  }
}

.btn-plus__icon-wrap {
  position: absolute;
  top: 45%;
  right: 1em;
  transform: translateY(-50%);
}

.btn-plus__icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  width: .5em;
  height: 1px;
  background: currentColor;
}
.btn-plus__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
}
.btn-plus__icon.is-active::after {
  display: none;
}

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

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

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


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

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

.layout-grid.layout-grid--3c {
  grid-template-columns: repeat(3,1fr);
  gap: 4.4rem;
}
@media screen and (max-width: 1199px) {
  .layout-grid.layout-grid--3c {
    grid-template-columns: 1fr;
  }
}

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

/***************************************************************************
article
******************************************************************************/
.article-ribon {
  overflow: hidden;
  position: relative;
  padding: 5rem 3rem 3rem;
  border-radius: 1rem;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
}
@media screen and (max-width: 767px) {
  .article-ribon {
    padding: 4rem 1.25rem 4.5rem;
  }
}

.article-ribon__ribon {
  position: absolute;
  top: 6.5rem;
  left: -2rem;
  transform: rotate(-45deg);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .article-ribon__ribon {
    top: 60px;
    left: -25px;
  }
}

.article-ribon__ribon-txt {
  display: inline-block;
  text-align: center;
  width: 12rem;
  padding: .35em 1em;
  background: white;
  color: var(--primary-color);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .article-ribon__ribon-txt {
    width: 120px;
    font-size: 14px;
  }
}

.article-ribon__title {
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
}
.article-ribon__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 1px;
  background: white;
}
@media screen and (max-width: 767px) {
  .article-ribon__title {
    padding-bottom: 10px;
  }
  .article-ribon__title::after {
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .article-ribon__title-letter {
    font-size: 24px;
  }
}

.article-ribon__desc {
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-ribon__desc {
    margin-top: 20px;
  }
}

.article-ribon__btn {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-ribon__btn {
    margin-top: 20px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

/* list-box */
.list-box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}

.list-box__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  min-height: 6rem;
  padding: .5em .5em;
  background: white;
}
@media screen and (max-width: 767px) {
  .list-box__item {
    min-height: 55px;
  }
}

.list-box__item::after {
  content: '';
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: .725rem solid var(--primary-color);
  border-right-color: transparent;
  border-bottom-color: transparent; 
  height: 0;
  width: 0;
}
@media screen and (max-width: 767px) {
  .list-box__item::after {
    border-width: 5px;
  }
}

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

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

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

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

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


/***************************************************************************
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 {
    bottom: 8rem;
  }
}

.page-top.is-active {
  opacity: 1;
  z-index: var(--header-z);
  transition: var(--normal-transition);
}

.page-top__btn {
  pointer-events: all;
  display: block;
}

.page-top__arrow {
  display: inline-block;
  width: .6em;
  height: .6em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.page-top__btn-txt {
  margin-top: .5rem;
}

.page-top__btn-image img {
  width: 6.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-top__btn-image img {
    width: 65px;
  }
}

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

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

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

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z-plus-three);
  width: 100%;
  background: white;
}

.header__main {
  padding: 2.15rem 0 1.9rem;
}
@media screen and (min-width: 1200px) {
  .header.is-scroll-active .header__nav {
    pointer-events: none;
    opacity: 0;
    height: 0;
    padding: 0;
  } 
}
@media screen and (max-width: 1199px) {
  .header__main {
    padding: 17px 0 19px;
  }
}

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

.header__logo {
  position: relative;
  z-index: var(--header-z-plus-three);
}

.header__nav {
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  transition: var(--normal-transition);
}

@media screen and (max-width: 1199px) {
  .header__nav {
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--header-z-plus-two);
    width: 100%;
    height: 100%;
    padding-top: 7.5rem;
    padding-bottom: 10rem;
    border-width: 0;
    background: rgba(255,255,255,0.95);
  }
  .header__nav.is-active {
    opacity: 1;
    pointer-events: auto;
    transition: var(--normal-transition);
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.header__menu-btn {
  display: none;
  position: relative;
  z-index: var(--header-z-plus-three);
}
@media screen and (max-width: 1199px) {
  .header__menu-btn {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  body.body--menu-btn-only-fixed {
    padding-top: 0;
  }

  .body.body--menu-btn-only-fixed .header {
    position: static;
  }

  .body.body--menu-btn-only-fixed .header__menu-btn {
    display: block;
    position: fixed;
    top: 2.5rem;
    right: var(--inner-responsive-p);
  }
}
@media screen and (max-width: 767px) {
  .body.body--menu-btn-only-fixed .header__menu-btn {
    top: 20px;
  }
}

/* float-area */

.float-area {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 4rem;
  z-index: var(--header-z-plus);
  text-align: right;
  width: 100%;
  padding-right: 14rem;
}
.float-area.is-active {
  opacity: 1;
  transition: var(--normal-transition);
}
@media screen and (max-width: 767px) {
  .float-area {
    bottom: 0;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    background: var(--main-color);
  }
  .float-area.is-active {
    pointer-events: all;
    opacity: 1;
    transition: var(--normal-transition);
  }
}

.float-area__inner {
  display: inline-block;
}
.float-area.is-active .float-area__inner {
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .float-area__inner {
    display: block;
    width: var(--inner-responsive);
    margin-left: auto;
    margin-right: auto;
  }
}

.float-area__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .float-area__row {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
}

/* footer */
.footer {
  position: relative;
  padding: 0 0 2rem;
  background: var(--main-color);
}
@media screen and (max-width: 1199px) {
  .footer {
    text-align: center;
  }
}

.footer__top {
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .footer__top {
    padding-top: 10rem;
  }
}

.footer__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer__top-row {
    display: block;
    text-align: center;
  }
}

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

.footer__bottom {
  margin-top: 6.5rem;
}
@media screen and (max-width: 1199px) {
  .footer__bottom {
    margin-top: 50px;
  }
}

.footer__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer__bottom-row {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .footer__menu-sub {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1199px) {
  .footer__copyright {
    margin-top: 60px;
  }
}

.footer__copyright-letter {
  font-family: var(--en-font);
  font-size: var(--copyright-size);
  line-height: var(--copyright-height);
  font-weight: var(--copyright-weight);
  letter-spacing: var(--copyright-ls);
}


/* top-intro */
.top-intro {
  padding: 8rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .top-intro {
    padding: 30px 0 50px;
  }
}

.top-intro__section-01-main {
  text-align: center;
}

.top-intro__section-01-letter {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-intro__section-01-letter {
    line-height: var(--txt8-height);
  }
}

.top-intro__section-01-txt-group + .top-intro__section-01-txt-group {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .top-intro__section-01-txt-group + .top-intro__section-01-txt-group {
    margin-top: 2em;
  }
}

.top-intro__skill-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2.6rem;
}
@media screen and (max-width: 1199px) {
  .top-intro__skill-row {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .top-intro__skill-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* top-point */
top-point {
  overflow: hidden;
}
.top-point__content + .top-point__content {
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  .top-point__content + .top-point__content {
    margin-top: 2rem;
  }
}

.top-point__content {
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 1199px) {
  .top-point__content {
    margin-right: calc(50% - 50vw);
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-point__content {
    padding-top: 3rem;
  }
}

.top-point__content-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25rem;
}
@media screen and (max-width: 1199px) {
  .top-point__content-img {
    top: 0;
    transform: translateY(0);
    width: 136px;
  }
}
@media screen and (max-width: 374px) {
  .top-point__content-img {
    width: 100px;
  }
}

.top-point__content-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 1199px) {
  .top-point__content-image img {
    border-radius: 1rem 0 0 1rem;
  }
}

.top-point__content-txt {
  min-height: 20rem;
  background: white;
}

.top-point__content-num {
  padding-top: 1rem;
  padding-left: 7rem;
}
@media screen and (max-width: 1199px) {
  .top-point__content-num {
    padding-top: 20px;
    padding-left: 25px;
  }
}

.top-point__content-num-letter {
  color: var(--primary-color);
  font-family: var(--en-font);
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .035em;
}
@media screen and (max-width: 767px) {
  .top-point__content-num-letter {
    font-size: 40px;
  }
}

.top-point__content-title-wrap {
  margin-top: -.8rem;
}
@media screen and (max-width: 767px) {
  .top-point__content-title-wrap {
    margin-top: -.5rem;
  }
}

.top-point__content-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 7rem;
  background: var(--primary-color);
  color: white;
}
@media screen and (max-width: 1199px) {
  .top-point__content-title {
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .top-point__content-title-letter {
    font-size: 20px;
  }
}

.top-point__content-desc {
  max-width: 69.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 7.5rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .top-point__content-desc {
    padding-top: 4.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* 偶数 */
.top-point__content:nth-child(even) .top-point__content-img {
  right: auto;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .top-point__content:nth-child(even)  .top-point__content-image img {
    border-radius: 0 1rem 1rem 0;
  }
}

.top-point__content:nth-child(even) .top-point__content-num {
  text-align: right;
  padding-right: 5.5rem;
}
@media screen and (max-width: 1199px) {
  .top-point__content:nth-child(even) .top-point__content-num {
    padding-right: 20px;
  }
}

.top-point__content:nth-child(even) .top-point__content-title {
  text-align: right;
  padding-right: 5.5rem;
}
@media screen and (max-width: 1199px) {
  .top-point__content:nth-child(even) .top-point__content-title {
    padding-right: 20px;
  }
}

.top-point__content:nth-child(even) .top-point__content-desc {
  margin-left: auto;
}

/* top-interview__content */
.top-interview__content + .top-interview__content {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .top-interview__content + .top-interview__content {
    margin-top: 3.5rem;
  }
}

.top-interview__content {
  padding: 3rem;
  background: var(--main-color);
}
@media screen and (max-width: 767px) {
  .top-interview__content {
    padding: 2rem;
  }
}

.top-interview__content-box {
  position: relative;
  padding: 3rem;
  background: white;
}
@media screen and (max-width: 1099px) {
  .top-interview__content-box {
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .top-interview__content-box {
    padding: 2rem;
    padding-bottom: 13rem;
  }
}

.top-interview__content-headaer-row {
  display: flex;
}

.top-interview__content-headaer-img {
  margin-right: 4rem;
  flex-shrink: 0;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .top-interview__content-headaer-img {
    margin-right: 12px;
    width: 83px;
  }
}

.top-interview__content-headaer-txt {
  width: 100%;
}

.top-interview__content-headaer-title {
  position: relative;
  padding-bottom: 2.5rem;
}
.top-interview__content-headaer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11rem;
  height: 1px;
  background: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .top-interview__content-headaer-title::after {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .top-interview__content-headaer-title-letter {
    font-size: 16px;
  }
}

.top-interview__content-headaer-meta {
  margin-top: 1rem;
}

.top-interview__content-btn {
  position: absolute;
  right: 5rem;
  bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .top-interview__content-btn {
    margin-top: 3rem;
    right: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .top-interview__content-btn {
    padding: 0 2rem;
  }
}

.top-interview__content-body {
  margin-top: 5.5rem;
  display: none;
  padding: 0 7rem;
}
@media screen and (max-width: 1199px) {
  .top-interview__content-body {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-interview__content-body {
    margin-top: 4.5rem;
  }
}

.top-interview__content-body-content + .top-interview__content-body-content {
  margin-top: 5rem;
}

.top-interview__content-body-content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-interview__content-body-content-txt {
  width: 52.5%;
}
@media screen and (max-width: 1199px) {
  .top-interview__content-body-content-txt {
    width: 100%;
  }
}

.top-interview__content-body-content-desc {
  margin-top: 2rem;
}

.top-interview__content-body-content-img {
  width: 44.5%;
}
@media screen and (max-width: 1199px) {
  .top-interview__content-body-content-img {
    margin-top: 3.5rem;
    width: 100%;
  }
}

.top-interview__content-body-content:nth-child(even) .top-interview__content-body-content-row {
  flex-direction: row-reverse;
}

.top-interview__content-body-content-flow {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top-interview__content-body-content-flow {
    padding-bottom: 0;
  }
}


.top-interview__content-body-content-flow-img {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .top-interview__content-body-content-flow-img {
    margin-top: 3rem;
  }
}

/* top-apply */
.top-apply__main {
  position: relative;
  padding: 4rem 0;
}

.top-apply__main-list {
  position: relative;
  z-index: var(--normal-z);
}


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

.top-apply__main-bg-image {
  height: 100%;
}

.top-apply__main-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-apply__letter {
    font-size: 15px;
  }
  .top-apply__letter-sub {
    font-size: 12px;
  }
}


/* top-flow */
.top-flow__row {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 1.7rem;
}
@media screen and (max-width: 1199px) {
  .top-flow__row {
    grid-template-columns: 1fr;
  }
}

.top-flow__content {
  position: relative;
  padding-top: 4.8rem;
}
@media screen and (max-width: 1199px) {
  .top-flow__content {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 20px;
  }
}

.top-flow__content-num-wrap {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .top-flow__content-num-wrap {
    text-align: left;
    width: auto;
  }
}

.top-flow__content-num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 8rem;
  height: 8rem;
  padding-bottom: .5rem;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-family: var(--accent-font);
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .top-flow__content-num {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 4rem;
  }
}

.top-flow__content-num::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .8rem solid transparent;
  border-bottom: .8rem solid transparent;
  border-left: 1.1rem solid currentColor;
  border-right: 0;
}
@media screen and (max-width: 1199px) {
  .top-flow__content-num::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    border-top: 1.1rem solid var(--primary-color);
    border-bottom: 0;
  }
}
.top-flow__content:last-child .top-flow__content-num::after {
  display: none;
}

.top-flow__content-box {
  padding: 6rem 1rem 2rem;
  border-radius: 1rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .top-flow__content-box {
    padding: 10px;
  }
}

.top-flow__content-box-title {
  position: relative;
  text-align: center;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-flow__content-box-title-letter {
    font-size: 20px;
  }
}

.top-flow__content-box-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 4.5rem;
  height: 1px;
  background: var(--primary-color);
}

.top-flow__content-box-desc {
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  .top-flow__content-box-desc {
    margin-top: 10px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

/* top-cv */
.top-cv {
  padding: 12.7rem 0 17rem;
  background: var(--primary-color);
  color: white;  
}

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

@media screen and (max-width: 767px) {
  .top-cv__heading-letter {
    font-size: 18px;
  }
}

.top-cv__desc {
  margin-top: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-cv__desc-letter {
    font-size: 15px;
  }
}

.top-cv__main-row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 374px) {
  .top-cv__main-row {
    justify-content: space-between;
  }
}

.top-cv__main-content {
  margin-right: 17.3rem;
}
.top-cv__main-content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top-cv__main-content {
    margin-right: 40px;
  }
}
@media screen and (max-width: 374px) {
  .top-cv__main-content {
    margin-right: 0;
  }
}


/* top-closing */
.top-closing {
  position: relative;
  padding: 16rem 0;
}
@media screen and (max-width: 1199px) {
  .top-closing {
    padding: 10rem 0;
  }
}

.top-closing__main {
  position: relative;
  z-index: var(--normal-z);
}

.top-closing__txt {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .top-closing__txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top-closing__letter {
    font-size: 15px;
  }
}

.top-closing__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--zero-z);
  width: 100%;
  height: 100%;
}

.top-closing__bg-image {
  height: 100%;
}

.top-closing__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* top-faq */
.top-faq {
  overflow: hidden;
}

.top-faq__section + .top-faq__section {
  margin-top: var(--mt-d);
}

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

.top-faq__section-heading {
  text-align: center;
}

.top-faq__section-main {
  margin-top: var(--mt-d--small);
}

.top-faq__content {
  border-bottom: 1px solid var(--primary-color);
}
.top-faq__content:first-child {
  border-top: 1px solid var(--primary-color);
}

.top-faq__content-q {
	cursor: pointer;
	display: block;
	position: relative;
	padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .top-faq__content-q {
    padding: 30px 20px;
  }
}

.top-faq__content-q-row {
	display: flex;
  align-items: center;
}

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

.top-faq__content-heading-letter {
	font-family: var(--en-font);
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
}
.top-faq__content-heading-letter.top-faq__content-heading-letter--q {
	color: var(--primary-color);
}
.top-faq__content-heading-letter.top-faq__content-heading-letter--a {
	color: var(--font-color--light-02);
}
@media screen and (max-width: 767px) {
  .top-faq__content-q-heading-letter {
    font-size: 20px;
  }
}

.top-faq__content-q-title {
	position: relative;
	padding-right: 2rem;
	width: 100%;
}

@media screen and (max-width: 767px) {
  .top-faq__content-q-title-letter {
    font-size: 15px;
  }
}

.top-faq__content-q-icon-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.top-faq__content-q-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  width: 15px;
  height: 2px;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .top-faq__content-q-icon {
    width: 10px;
  }
}

.top-faq__content-q-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
}
.top-faq__content-q-icon.is-active::after {
  display: none;
}

@media (hover: hover) {
  .top-faq__content-q:hover {
    background: var(--bg-primary-color);
    transition: var(--normal-transition);
  }
}

.top-faq__content-a {
  opacity: 0;
  height: 0;
  padding-left: 2rem;
  padding-right: 7rem;
  transition: var(--normal-transition);
}
@media screen and (max-width: 767px) {
  .top-faq__content-a {
    padding-left: 20px;
    padding-right: 45px;
  }
}

.top-faq__content-a-row {
	display: flex;
}

.top-faq__content-a-heading {
  padding-top: .5rem;
	padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .top-faq__content-a-heading {
    padding-top: 0;
    padding-right: 15px;
  }
}

.top-faq__content-a.is-active {
	opacity: 1;
  height: auto;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .top-faq__content-a.is-active {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top-faq__content-a-title-letter {
    font-size: 14px;
    line-height: 1.7;
  }
}


/* top-philosophy */
.top-philosophy {
  padding: 8rem 0 10rem;
  background: var(--primary-color);
  color: white; 
}
@media screen and (max-width: 767px) {
  .top-philosophy {
    padding: 8.5rem 0;
  }
}

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

.top-philosophy__letter {
  font-family: var(--accent-font);
  font-size: 3.2rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .top-philosophy__letter {
    font-size: 25px;
  }
}


/* page- */