@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 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: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 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 */
  -webkit-text-decoration: underline dotted;
  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: 1em; /* 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;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * 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] {
  -webkit-appearance: button;
}

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  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. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * 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 odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

:root {
  font-size: 62.5%;
}

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

/* 変数
----------------------------------------*/ /* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/ /* サイト共通設定
----------------------------------------*/
* {
  position: relative;
}

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

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

:root {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  font-size: var(--root-font-size);
}
@media screen and (max-width: 767px) {
  :root {
    font-size: var(--sp-root-font-size);
  }
}

body {
  width: 100%;
  background-color: var(--bg-body-color);
  color: var(--font-primary-color);
  font-family: var(--font-family-primary);
  font-size: var(--base-font-size);
  font-weight: 400;
  font-feature-settings: "palt" 1;
  line-height: var(--base-line-height);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: var(--sp-base-font-size);
  }
}

@media screen and (min-width: 577px) {
  .sp-only,
  [data-device=sp] {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only,
  [data-device=pc] {
    display: none !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 577px) {
  a {
    transition: var(--hover-transition);
  }
  a:hover {
    opacity: var(--hover-opacity);
  }
}

[data-ofi],
[data-fit=true] {
  overflow: hidden;
}
[data-ofi] img,
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

figure {
  margin: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* 文字の汎用クラス
----------------------------------------*/
.text-en {
  font-family: var(--font-family-english);
}

.text-danger {
  color: var(--notice-color);
}

.text-primary {
  color: var(--primary-color);
}

.text-bold {
  font-weight: bold;
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 1.1rem;
  }
}

.text-marker {
  background: linear-gradient(transparent 70%, var(--primary-color) 70%);
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

/* マージンヘルパークラス
----------------------------------------*/
.mt-zero {
  margin-top: 0;
}

.mb-zero {
  margin-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 399px) {
  .mt-narrow {
    margin-top: 0.45rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 576px) {
  .mt-narrow {
    margin-top: 0.9rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mt-narrow {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mt-narrow {
    margin-top: 2.7rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-narrow {
    margin-top: 5.4rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 399px) {
  .mt-wide {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 576px) {
  .mt-wide {
    margin-top: 2.7rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mt-wide {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mt-wide {
    margin-top: 5.4rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-wide {
    margin-top: 6.3rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 399px) {
  .mb-narrow {
    margin-bottom: 0.45rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 576px) {
  .mb-narrow {
    margin-bottom: 0.9rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mb-narrow {
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mb-narrow {
    margin-bottom: 2.7rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-narrow {
    margin-bottom: 5.4rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 399px) {
  .mb-wide {
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 576px) {
  .mb-wide {
    margin-bottom: 2.7rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mb-wide {
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mb-wide {
    margin-bottom: 5.4rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-wide {
    margin-bottom: 6.3rem;
  }
}

/* kichary regular
----------------------------------------*/
@-webkit-keyframes "titleshow" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes "titleshow" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes "fade" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "fade" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "fadeU" {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes "fadeU" {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes "fadeR" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes "fadeR" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes "fadeL" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes "fadeL" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes "fadeLBig" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes "fadeLBig" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes "stroke" {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0);
  }
  60% {
    fill: rgba(255, 255, 255, 0);
    stroke-width: 1px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
    stroke-width: 0;
    opacity: 1;
  }
}
@keyframes "stroke" {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0);
  }
  60% {
    fill: rgba(255, 255, 255, 0);
    stroke-width: 1px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
    stroke-width: 0;
    opacity: 1;
  }
}
@-webkit-keyframes "showfadeU" {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes "showfadeU" {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* inview
----------------------------------------*/
[data-a-inview=inview] {
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview=inview][data-inview=true] {
  opacity: 1;
}

.fade {
  opacity: 0;
}

.fade[data-inview=true] {
  -webkit-animation: fade 300ms ease-out forwards;
  animation: fade 300ms ease-out forwards;
}

.fadeU {
  opacity: 0;
}

.fadeU[data-inview=true] {
  -webkit-animation: fadeU 300ms ease-out forwards;
  animation: fadeU 300ms ease-out forwards;
}

.fadeR {
  opacity: 0;
}

.fadeR[data-inview=true] {
  -webkit-animation: fadeR 300ms ease-out forwards;
  animation: fadeR 300ms ease-out forwards;
}

.fadeL {
  opacity: 0;
}

.fadeL[data-inview=true] {
  -webkit-animation: fadeL 300ms ease-out forwards;
  animation: fadeL 300ms ease-out forwards;
}

.fadeL-big {
  opacity: 0;
}

.fadeL-big[data-inview=true] {
  -webkit-animation: fadeLBig 1000ms ease-out forwards;
  animation: fadeLBig 1000ms ease-out forwards;
}

/* コンポーネント
c-gnav
----------------------------------------*/
.c-nav-global {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (--md-gt) {
  .c-nav-global {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-global {
    position: fixed;
    top: 85px;
    right: 0;
    z-index: 100;
    background: var(--primary-color-op3);
    width: 100%;
    height: auto;
    display: none;
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .c-nav-global {
    top: 54px;
    padding: 8vw 10.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-global[data-spmenu-panel=show] .c-nav-global__item {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-global__body {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__body {
    height: 100%;
  }
}
.c-nav-global__list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .c-nav-global__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__list {
    display: block;
  }
}
.c-nav-global__item {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-nav-global__item {
    opacity: 0;
    transform: translateX(10%);
  }
  .c-nav-global__item:nth-child(1) {
    transition: 300ms;
  }
  .c-nav-global__item:nth-child(2) {
    transition: 300ms 100ms;
  }
  .c-nav-global__item:nth-child(3) {
    transition: 300ms 125ms;
  }
  .c-nav-global__item:nth-child(4) {
    transition: 300ms 150ms;
  }
}
.c-nav-global__item > a {
  color: var(--lightest-color);
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1.26;
  padding: 0 1vw;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1089px) {
  .c-nav-global__item > a {
    height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-global__item > a {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a {
    text-align: left;
    padding: 3.3333333333vw 0;
  }
}
.c-nav-global__item > a:hover {
  opacity: 0.6;
}
.c-nav-global__item > a > span {
  display: block;
}
.c-nav-global__item > a > span[data-lang=en] {
  font-weight: bold;
  font-family: var(--font-family-english);
  color: var(--font-primary-color);
}
@media screen and (max-width: 1089px) {
  .c-nav-global__item > a > span[data-lang=en] {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-global__item > a > span[data-lang=en] {
    font-size: 1.6rem;
    color: var(--lightest-color);
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a > span[data-lang=en] {
    font-size: 6vw;
  }
}
.c-nav-global__item > a > span[data-lang=jp] {
  margin-top: 3px;
  font-size: 1.2rem;
  color: var(--font-secondary-color);
}
@media screen and (max-width: 1089px) {
  .c-nav-global__item > a > span[data-lang=jp] {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-global__item > a > span[data-lang=jp] {
    color: var(--lightest-color);
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a > span[data-lang=jp] {
    font-size: 3.2vw;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-global__item > a > span {
    border-left: none;
  }
}
.c-nav-global__item > a[data-current] {
  position: relative;
}
.c-nav-global__item > a[data-current]::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-nav-global__item:first-child > a > span {
  border: none;
}
@media screen and (max-width: 1024px) {
  .c-nav-global__item:last-child > a {
    border: none;
  }
}
.c-nav-global__sub-nav {
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--secondary-color);
}
@media screen and (max-width: 1024px) {
  .c-nav-global__sub-nav {
    position: static;
  }
}
.c-nav-global__sub-nav > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .c-nav-global__sub-nav > ul {
    display: block;
    padding: 0;
  }
}
.c-nav-global__sub-nav > ul > li {
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .c-nav-global__sub-nav > ul > li {
    border-bottom: 1px solid var(--line-color);
  }
}
.c-nav-global__sub-nav > ul > li > a {
  color: var(--lightest-color);
  text-decoration: none;
  padding: 15px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-nav-global__sub-nav > ul > li > a {
    text-align: center;
    padding: 10px 4%;
  }
}
.c-nav-global__sub-nav > ul > li > a:hover {
  opacity: 0.7;
}
.c-nav-global-entry {
  margin-left: 1%;
  width: 12%;
  max-width: 220px;
}
@media screen and (max-width: 1089px) {
  .c-nav-global-entry {
    width: 15%;
    order: 3;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global-entry {
    width: 20%;
  }
}
.c-nav-global-entry a {
  background-color: var(--primary-color);
  color: var(--lightest-color);
  text-decoration: none;
  padding: 3.9rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--font-family-english);
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1089px) {
  .c-nav-global-entry a {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2.3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-global-entry a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global-entry a {
    padding: 13px 8px;
    line-height: 1.2;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1089px) {
  .c-nav-global-entry a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

[data-spmenu] {
  display: none;
}
@media screen and (max-width: 1024px) {
  [data-spmenu] {
    display: block;
    order: 2;
  }
  [data-spmenu] > span {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
  }
  [data-spmenu] > span span {
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    left: 7px;
  }
  [data-spmenu] > span span:nth-child(1) {
    top: 10px;
    transition: 200ms;
  }
  [data-spmenu] > span span:nth-child(2) {
    top: 20px;
    transition: 100ms;
  }
  [data-spmenu] > span span:nth-child(3) {
    top: 30px;
    transition: 200ms;
  }
}

@media screen and (max-width: 1024px) {
  [data-spmenu=show] > span span:nth-child(1) {
    top: 20px;
    transform: rotate(225deg);
  }
  [data-spmenu=show] > span span:nth-child(2) {
    opacity: 0;
  }
  [data-spmenu=show] > span span:nth-child(3) {
    top: 20px;
    transform: rotate(-225deg);
  }
}

/* コンポーネント
hero
----------------------------------------*/
.c-hero {
  text-align: center;
  height: 100vh;
  background-image: url("../img/top/bg_main.jpg");
  background-size: cover;
  background-position: center top;
  /*@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  	background-image: url("../img/top/bg_main@2x.jpg");
  }*/
}
.c-hero__slideshow {
  display: inline-block;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-bottom: 80px;
}
.c-hero [aria-label=Next], .c-hero [aria-label=Previous] {
  appearance: none;
  display: block;
  position: absolute;
  top: 50%;
}
.c-hero [aria-label=Previous] {
  left: 0;
  z-index: 10;
}
.c-hero [aria-label=Next] {
  right: 0;
  z-index: 10;
}
.c-hero [role=listbox] {
  position: relative;
  z-index: 0;
}
.c-hero [role=listbox] > div {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-hero [role=listbox] > div > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54%;
  overflow: hidden;
}
.c-hero [role=listbox] > div > div > img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  will-change: bottom;
}
.c-hero .slick-prev,
.c-hero .slick-next {
  background: var(--lightest-color);
  font-weight: bold;
  color: var(--darkest-color);
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 15px;
  margin: 0 10px;
  position: absolute;
  bottom: 45%;
  z-index: 100;
  outline: none;
}
.c-hero .slick-prev {
  left: 0;
}
.c-hero .slick-next {
  right: 0;
}
.c-hero__body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-hero-copy {
  width: 700px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .c-hero-copy {
    width: 80%;
  }
}
.c-hero-copy > svg path {
  fill: var(--darkest-color);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-hero-copy > svg path {
    fill: none;
    stroke: var(--darkest-color);
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: stroke 1200ms 500ms linear;
    animation-fill-mode: forwards;
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(0, 0, 0, 0);
  }
  60% {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 1px;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill: rgb(0, 0, 0);
    stroke-width: 0;
    opacity: 1;
  }
}
.c-hero-copy br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hero-copy br {
    display: block;
  }
}
.c-hero-copy__main {
  font-size: 7rem;
  color: var(--lightest-color);
  font-weight: bold;
  margin: 0;
  width: 100%;
  position: relative;
}
.c-hero-copy__main svg {
  width: 100%;
  height: inherit;
  font-size: 7rem;
  font-weight: bold;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .c-hero-copy__main svg {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-copy__main svg {
    font-size: 13.3333333333vw;
    height: 53.3333333333vw;
  }
}
.c-hero-copy__main svg text {
  margin: 0 auto;
}
.c-hero-copy__main [data-anime=main] {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  fill-opacity: 0;
}
.c-hero-copy__sub {
  color: var(--lightest-color);
  font-weight: bold;
  font-family: var(--font-family-english);
  letter-spacing: 0.1em;
  position: relative;
}
.c-hero-copy__sub svg {
  width: 100%;
  font-size: 2.4rem;
  position: absolute;
  top: 35px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-hero-copy__sub svg {
    font-size: 2rem;
    height: 33.3333333333vw;
  }
}
@media screen and (max-width: 399px) {
  .c-hero-copy__sub svg {
    display: none;
  }
}
.c-hero-copy__sub svg text {
  margin: 0 auto;
}
.c-hero-copy__sub [data-anime=sub] {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  fill-opacity: 0;
}

/* コンポーネント
c-title-page
----------------------------------------*/
.c-title-page {
  font-size: 1.6rem;
}
.c-title-page [data-lang=en] {
  font-size: 7rem;
  font-family: var(--font-family-english);
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1.22;
  position: relative;
}
.c-title-page [data-lang=en]::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -82px;
  width: 130px;
  height: 2px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .c-title-page [data-lang=en] {
    font-size: 9.33333vw;
  }
  .c-title-page [data-lang=en]::after {
    height: 1px;
    width: 13.33333vw;
    bottom: -4vw;
    left: -15px;
    font-size: 4vw;
  }
}
.c-title-page [data-lang=jp] {
  font-size: 2.1rem;
  color: #272727;
  display: block;
  font-weight: 500;
  line-height: 1.33;
  margin-top: 65px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .c-title-page [data-lang=jp] {
    margin-top: 6.66667vw;
    font-size: 4vw;
  }
}

/* コンポーネント
c-content-index
----------------------------------------*/
.c-content-index {
  padding-bottom: 60px;
}
.c-content-index__body {
  margin: 0 auto;
  width: var(--page-base-width);
  max-width: var(--page-base-max-width);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-content-index__body {
    max-width: var(--page-base-max-width-sm);
  }
}
.c-content-index__card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c-content-index__card-item {
  flex-basis: calc(0.5 * (100% - 3rem) - 1px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 3rem;
  margin-right: 3rem;
}
.c-content-index__card-item:nth-child(2n) {
  margin-right: 0;
}
@media (--sm) {
  .c-content-index__card-item {
    flex-basis: calc(1 * (100% - 0rem) - 1px);
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .c-content-index__card-item:nth-child(1n) {
    margin-right: 0;
  }
}
@media (--xs) {
  .c-content-index__card-item {
    flex-basis: calc(1 * (100% - 0rem) - 1px);
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .c-content-index__card-item:nth-child(1n) {
    margin-right: 0;
  }
}

.c-entry {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-entry {
    margin-top: 10.6666666667vw;
  }
}
.c-entry-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.c-entry-list__item {
  width: 48.6%;
  list-style: none;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.c-entry-list__item a {
  text-align: center;
  border: var(--primary-color) 5px solid;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 4rem 3rem;
  text-decoration: none;
  color: var(--primary-color);
  position: relative;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a {
    border-width: 0.8vw;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 4vw;
  }
}
.c-entry-list__item a i {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 300ms;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a i {
    right: 4vw;
    width: 2vw;
    height: 4vw;
  }
}
.c-entry-list__item a i svg {
  width: 100%;
}
.c-entry-list__item a i svg path {
  fill: var(--primary-color);
}
.c-entry-list__item a:hover {
  opacity: 0.7;
}
.c-entry-list__item a:hover::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a:hover::after {
    right: 3.3333333333vw;
  }
}

/* コンポーネント
c-content-main
----------------------------------------*/
.c-content-main {
  /*
  	font-size: 1.6rem;
  	line-height: 2;

  	@include g.mq-down(ss) {
  		font-size: calc(16 / 320 * 100vw); // 幅320pxのデバイスで16pt
  	}
  */
}
.c-content-main a {
  color: currentColor;
}
.c-content-main h2 {
  font-size: 1.5em;
  line-height: 2;
  margin: 1em 0 25px;
  padding: 5px 25px;
  background: url("../img/bg-repeat-01.gif");
  color: var(--font-primary-color);
  border-bottom: 4px solid var(--primary-color);
}
.c-content-main h2:first-child {
  margin-top: 0;
}
.c-content-main .bge-title-h2 {
  margin-top: 0;
}
.c-content-main h3 {
  font-size: 1.375em;
  line-height: 2;
  margin: 1em 0 20px;
  padding-left: 20px;
  border-left: 5px solid var(--primary-color);
}
.c-content-main h3:first-child {
  margin-top: 0;
}
.c-content-main .bge-title-h3 {
  margin-top: 0;
}
.c-content-main h4 {
  font-size: 1.1875em;
  line-height: 2;
  margin: 1em 0 20px;
  background: var(--secondary-color-op5);
  padding: 5px 25px;
}
.c-content-main h4:first-child {
  margin-top: 0;
}
.c-content-main h5 {
  font-size: 1.125em;
  color: var(--accent-color);
  line-height: 2;
  margin: 1em 0;
}
.c-content-main h5:first-child {
  margin-top: 0;
}
.c-content-main h6 {
  font-size: 1.125em;
  line-height: 2;
  margin: 1em 0;
}
.c-content-main h6:first-child {
  margin-top: 0;
}
.c-content-main ul {
  padding-left: 20px;
}
.c-content-main ul > li {
  list-style: none;
}
.c-content-main ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 -20px;
  width: 9px;
  height: 9px;
  border: 1px solid transparent;
  background: var(--darkest-color);
  position: relative;
  top: -1px;
}
.c-content-main ul > li > ul li::before {
  background: var(--primary-color);
}
.c-content-main ul > li > ul li::before > ul li::before {
  background: var(--primary-color-op2);
}
.c-content-main ul ul,
.c-content-main ul ol {
  margin-left: var(--indent-sub-list);
}
.c-content-main ol {
  counter-reset: content-main-ol-default;
  padding-left: 0;
}
.c-content-main ol > li {
  list-style: none;
}
.c-content-main ol > li::before {
  content: counter(content-main-ol-default, decimal) ". ";
  counter-increment: content-main-ol-default;
  color: var(--darkest-color);
  font-weight: bold;
}
.c-content-main ol ul,
.c-content-main ol ol {
  margin-left: var(--indent-sub-list);
}
.c-content-main table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 399px) {
  .c-content-main table {
    display: block;
  }
}
.c-content-main caption {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 399px) {
  .c-content-main caption {
    display: block;
  }
}
@media screen and (max-width: 399px) {
  .c-content-main thead {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  .c-content-main tfoot {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  .c-content-main tbody {
    display: block;
  }
}
@media screen and (max-width: 399px) {
  .c-content-main tr {
    display: block;
  }
}
.c-content-main th,
.c-content-main td {
  border-bottom: 1px solid var(--line-color);
  background: transparent;
  padding: 38px 0;
  vertical-align: top;
}
@media screen and (max-width: 399px) {
  .c-content-main th,
  .c-content-main td {
    display: block;
    margin-top: -1px;
    width: 100% !important;
  }
}
.c-content-main th {
  width: 250px;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-content-main th {
    border-top: 1px solid var(--line-color);
    font-size: 4vw;
    padding: 1.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main th br {
    display: none;
  }
}
.c-content-main th span {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-content-main th span {
    margin-left: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main td {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 10.6666666667vw;
    border-bottom: none;
  }
}
.c-content-main p:first-child {
  margin-top: 0;
}
.c-content-main p:last-child {
  margin-bottom: 0;
}
.c-content-main blockquote {
  background: var(--gray-color);
  margin: 0 0 0 var(--indent-sub-list);
  padding: 1em 2em;
  position: relative;
}
.c-content-main blockquote::before {
  content: "“";
  display: block;
  font-size: 2.5em;
  left: 0;
  line-height: 0;
  margin-top: 0.5em;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
}
.c-content-main blockquote::after {
  bottom: 0;
  content: "”";
  display: block;
  font-size: 2.5em;
  line-height: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 0;
  user-select: none;
}
.c-content-main figure {
  margin: 0;
}
.c-content-main figcaption {
  background: none;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.8em 1.2em;
  text-align: left;
}
.c-content-main hr {
  color: var(--line-color);
  background: var(--line-color);
  border-style: none;
  height: 2px;
  margin: 50px auto;
  width: 95%;
}
.c-content-main hr:first-child {
  margin-top: 0;
}
.c-content-main input {
  font-size: 1.6rem;
  max-width: 100%;
}
.c-content-main input[type=text], .c-content-main input[type=email], .c-content-main input[type=number] {
  border: 1px solid var(--line-color);
  padding: 1.1rem 0.5em;
  background: var(--input-bg-color);
}
@media screen and (max-width: 767px) {
  .c-content-main input[type=text], .c-content-main input[type=email], .c-content-main input[type=number] {
    padding: 3.3333333333vw 2vw;
    font-size: 3.7333333333vw;
  }
}
.c-content-main input[type=text]::placeholder, .c-content-main input[type=email]::placeholder, .c-content-main input[type=number]::placeholder {
  color: var(--placeholder-color);
}
@media screen and (max-width: 767px) {
  .c-content-main input[type=text], .c-content-main input[type=email] {
    max-width: 100%;
  }
}
.c-content-main select {
  border: 1px solid var(--line-color);
  padding: 1.1rem 0.5em;
  appearance: none;
  background-image: url("../img/common/arrow_select.svg");
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: right 12px center;
  background-color: var(--input-bg-color);
}
.c-content-main select::-ms-expand {
  display: none;
}
.c-content-main textarea {
  border: 1px solid var(--line-color);
  font-size: 1.6rem;
  padding: 0.3em;
  width: 100%;
}
.c-content-main textarea:focus {
  box-shadow: 0 0 10px 0 var(--btn-glow-color), 0 0 10px 0 var(--lightest-color);
  outline: none;
}
.c-content-main .cc-form-required {
  border: 1px solid var(--notice-color);
  color: var(--notice-color);
  padding: 0.2rem 2rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  float: right;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-required {
    font-size: 3.4666666667vw;
    padding: 0.1rem 1rem 0;
    line-height: 1.6;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-table {
    display: block;
  }
}
.c-content-main .cc-form-table th {
  padding-top: 45px;
  width: 260px;
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-table th {
    display: block;
    width: 100%;
  }
}
.c-content-main .cc-form-table td {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-table td {
    padding-left: 0;
    display: block;
  }
}
.c-content-main .cc-form-input__name {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-input__name {
    width: 100%;
  }
}
.c-content-main .cc-form-input__age {
  width: 80px;
}
.c-content-main .cc-form-input__phone {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-input__phone {
    width: 100%;
  }
}
.c-content-main .cc-form-input__email {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-input__email {
    width: 100%;
  }
}
.c-content-main .cc-form-input__job {
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-input__job {
    min-width: 100%;
    width: 100%;
  }
}
.c-content-main .cc-form-address {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-address {
    display: block;
  }
}
.c-content-main .cc-form-address:not(:first-child) {
  margin-top: 10px;
}
.c-content-main .cc-form-address__before {
  width: 150px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-address__before {
    display: block;
    width: 100%;
  }
}
.c-content-main .cc-form-address__input {
  flex: 1;
}
.c-content-main .cc-form-address__input .address-num {
  width: 100%;
  max-width: 150px;
}
.c-content-main .cc-form-address__input .address-ken {
  width: 100%;
  max-width: 250px;
}
.c-content-main .cc-form-address__input .address-shi,
.c-content-main .cc-form-address__input .address-ban {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-address__input .address-shi,
  .c-content-main .cc-form-address__input .address-ban {
    max-width: 100%;
  }
}
.c-content-main .cc-form-radio {
  margin: 5px 0;
}
.c-content-main .cc-form-radio li {
  display: inline-block;
  margin-right: 4rem;
}
.c-content-main .cc-form-radio li::before {
  content: none;
}
.c-content-main .cc-form-radio input[type=radio] {
  opacity: 0;
}
.c-content-main .cc-form-radio input[type=radio]:checked + label::before {
  opacity: 1;
}
.c-content-main .cc-form-radio__label {
  box-sizing: border-box;
  transition: background-color 200ms linear;
  position: relative;
  display: inline-block;
  margin-left: -20px;
  padding: 0 0 0 25px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  min-width: 90px;
}
.c-content-main .cc-form-radio__label::after {
  transition: border-color 200ms linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--darkest-color);
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.c-content-main .cc-form-radio__label::before {
  transition: opacity 100ms ease-in;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
  content: "";
  opacity: 0;
}
.c-content-main .cc-form-text__after {
  margin-left: 5px;
}
.c-content-main .cc-form-btn {
  text-align: center;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-btn {
    margin-top: 12vw;
  }
}
.c-content-main .cc-form-btn [type=submit] {
  appearance: none;
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--lightest-color);
  border: none;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 3rem 2rem;
  width: 440px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-btn [type=submit] {
    max-width: 80%;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.c-content-main .cc-form-btn .btn-back {
  appearance: none;
  display: inline-block;
  background-color: var(--primary-color-op2);
  color: var(--lightest-color);
  border: none;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 3rem 2rem;
  width: 200px;
  cursor: pointer;
}
@media screen and (min-width: 577px) {
  .c-content-main .cc-form-btn .btn-back {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-btn .btn-back {
    margin-bottom: 2rem;
    width: 440px;
    max-width: 80%;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.c-content-main .cc-form-complete__link {
  text-align: center;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-complete__link {
    margin-top: 12vw;
  }
}
.c-content-main .cc-form-complete__link .button {
  appearance: none;
  display: inline-block;
  background-color: var(--primary-color-op2);
  color: var(--lightest-color);
  border: none;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 3rem 2rem;
  width: 440px;
  cursor: pointer;
}
@media screen and (min-width: 577px) {
  .c-content-main .cc-form-complete__link .button {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-complete__link .button {
    margin-bottom: 2rem;
    width: 440px;
    max-width: 80%;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.c-content-main .formError {
  display: block;
  width: 100%;
}
.c-content-main .formError .formErrorContent {
  background: transparent;
  color: var(--notice-color);
}
.c-content-main input[type=number]::-webkit-outer-spin-button,
.c-content-main input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.c-content-main input[type=number] {
  -moz-appearance: textfield;
}
.c-content-main .cc-form-step ol {
  display: flex;
  justify-content: center;
}
.c-content-main .cc-form-step ol li {
  background-image: url("../img/common/bg_step.svg");
  width: 137px;
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  margin: 0 5rem;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-step ol li {
    margin: 0 4vw;
    width: 33.3333333333vw;
    height: 26.6666666667vw;
  }
}
.c-content-main .cc-form-step ol li:first-child {
  margin-left: 0;
}
.c-content-main .cc-form-step ol li:first-child::before {
  content: none;
}
.c-content-main .cc-form-step ol li:last-child {
  margin-right: 0;
}
.c-content-main .cc-form-step ol li:not(:first-child)::before {
  content: "";
  display: block;
  width: 100px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  background-image: url("../img/common/arrow_step.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-step ol li:not(:first-child)::before {
    width: 30px;
    height: 20px;
    left: -6.6666666667vw;
    background-size: auto 100%;
  }
}
.c-content-main .cc-form-step ol li[data-current=true] {
  background-image: url("../img/common/bg_step_current.svg");
}
.c-content-main .cc-form-step ol li[data-current=true] + li::before {
  background-image: url("../img/common/arrow_step_current.svg");
}
.c-content-main .cc-form-step ol li span {
  width: 100%;
  text-align: center;
}
.c-content-main .cc-form-step ol li span[data-step=num] {
  font-family: var(--font-family-english);
  font-size: 4.4rem;
  font-weight: 600;
  opacity: 0.2;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-step ol li span[data-step=num] {
    font-size: 7.4666666667vw;
    line-height: 1;
  }
}
.c-content-main .cc-form-step ol li span[data-step=text] {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-content-main .cc-form-step ol li span[data-step=text] {
    font-size: 3.4666666667vw;
  }
}
.c-content-main .btn-group {
  margin: 0 auto;
  text-align: center;
}
.c-content-main .btn-group button {
  appearance: none;
  background: var(--black);
  color: var(--lightest-color);
  padding: 15px 20px;
  text-align: center;
  min-width: 150px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
}
.c-content-main .btn-group button:hover {
  opacity: 0.7;
}
.c-content-main .btn-group .btn-back {
  background: var(--secondary-color-op2);
}
.c-content-main .entry-btn {
  text-align: center;
  margin-top: 60px;
}
.c-content-main .entry-btn a {
  display: inline-block;
  background: var(--primary-color);
  color: var(--lightest-color);
  text-decoration: none;
  width: 440px;
  max-width: 100%;
  padding: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 300ms;
}
.c-content-main .entry-btn a:hover {
  background: var(--primary-color-op3);
}

/* レイアウト
l-header
----------------------------------------*/
.c-header {
  font-size: 1.6rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--lightest-color);
  z-index: 1000;
}
.c-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-header__body {
    justify-content: flex-start;
  }
}
.c-header__body::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--line-color-op2);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-header__title {
  flex: 1;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-header__title {
    margin-left: 15px;
  }
}
.c-header__site-name {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.2;
  max-width: var(--header-logo-width);
}
@media screen and (max-width: 767px) {
  .c-header__site-name {
    max-width: var(--sp-header-logo-width);
  }
}
.c-header__site-name img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}
.c-header__site-name img > a {
  color: var(--primary-color);
  display: block;
  text-decoration: none;
}
.c-header__description {
  margin: 0;
}
.c-header__info {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
}
.c-header__links {
  display: flex;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .c-header__links {
    margin: 0 auto 20px;
  }
}
.c-header__links > li {
  display: block;
  flex: 0 1 auto;
}
.c-header__links > li > a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  color: var(--darkest-color);
  font-size: 0.875em;
}
.c-header__links > li > a:hover {
  color: var(--darkest-color-op2);
}
.c-header__tel {
  flex: 0 1 auto;
  text-align: right;
}
.c-header__tel > a {
  color: var(--font-primary-color);
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid var(--font-primary-color);
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .c-header__tel > a {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

#ToolBar {
  opacity: 0.2;
  transition: 300ms;
}
#ToolBar:hover {
  opacity: 1;
}

/* レイアウト
l-footer
----------------------------------------*/
.c-footer {
  background-color: var(--darkest-color);
  color: var(--lightest-color);
  padding: 75px 0 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 10vw 0 4.66667vw;
  }
}
.c-footer__body {
  width: 1200px;
  background-color: var(--darkest-color);
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .c-footer__body {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-footer__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    margin-bottom: 4vw;
  }
}
.c-footer__logo img {
  width: var(--footer-logo-width);
}
@media screen and (max-width: 767px) {
  .c-footer__logo img {
    width: var(--sp-footer-logo-width);
  }
}
@media screen and (max-width: 767px) {
  .c-footer__links {
    display: none;
  }
}
.c-footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer__links li {
  display: block;
  margin: 0 1em;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .c-footer__links li {
    margin: 0 0.9em;
  }
}
.c-footer__links a {
  display: block;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  line-height: 1.28;
}
@media screen and (max-width: 1024px) {
  .c-footer__links a {
    padding: 10px 0;
  }
}
.c-footer__links a [data-lang=en] {
  font-weight: bold;
  color: var(--lightest-color);
}
.c-footer__links a [data-lang=jp] {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: var(--font-secondary-color);
  margin-top: 3px;
}
.c-footer__copyright {
  margin-top: 96px;
  display: block;
  text-align: center;
  color: var(--lightest-color);
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 4vw;
  }
}
.c-footer [data-pagetop-fix] {
  position: fixed;
  right: 0;
  z-index: 10;
}
.c-footer [data-pagetop-fix] a {
  width: 78px;
  height: 78px;
  display: block;
  background-image: url("../img/common/arrow_pagetop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #83827f;
  text-indent: -9999px;
  background-size: 20px auto;
}

[data-pagetop-fix=true] {
  bottom: 0;
}

[data-pagetop-fix=false] {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  [data-pagetop-fix] a {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

/* レイアウト
l-main
----------------------------------------*/
.l-main {
  overflow: hidden;
}
.l-main__inner {
  margin: 0 auto;
  width: var(--page-base-width);
  max-width: var(--page-base-max-width);
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    max-width: var(--page-base-max-width-sm);
  }
}
.l-main__section {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .l-main__section {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

/* homeページ
共通
----------------------------------------*/
.c-page-home header {
  background-color: var(--lightest-color-op3);
  transition: background-color 300ms;
}
.c-page-home header > div::before {
  background: transparent;
}
.c-page-home header[data-headerbg=true] {
  background-color: var(--lightest-color);
}
.c-page-home header[data-headerbg=true] > div::before {
  background: var(--line-color-op2);
}
.c-page-home section {
  overflow: hidden;
}
.c-page-home h2 {
  margin: 0 0 40px;
  position: relative;
}
.c-page-home h2 [data-lang=en] {
  font-size: 7rem;
  font-family: var(--font-family-english);
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1.22;
  position: relative;
}
.c-page-home h2 [data-lang=en]::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -82px;
  width: 130px;
  height: 2px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-lang=en] {
    font-size: 9.33333vw;
  }
  .c-page-home h2 [data-lang=en]::before {
    width: 13.33333vw;
    bottom: -2.66667vw;
    left: -15px;
    font-size: 4vw;
  }
}
.c-page-home h2 [data-lang=jp] {
  font-size: 2.1rem;
  color: var(--font-primary-color);
  display: block;
  font-weight: 500;
  line-height: 1.33;
  margin-top: 47px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-lang=jp] {
    margin-top: 6.66667vw;
    font-size: 4vw;
  }
}
.c-page-home h2 [data-title=image] {
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: none;
}
.c-page-home h2 [data-title=image] [data-lang=en] {
  font-size: 6.9rem;
  width: 100%;
  height: 80px;
  fill: var(--primary-color);
  stroke: var(--primary-color);
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-title=image] [data-lang=en] {
    font-size: 9.06667vw;
    width: 48vw;
    height: 10.66667vw;
  }
}
.c-page-home h2 [data-title=image] [data-lang=jp] {
  font-size: 2.1rem;
  width: 100%;
  height: 28px;
  fill: var(--font-primary-color);
  stroke: var(--font-primary-color);
  letter-spacing: 0.045em;
  font-weight: 400;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .c-page-home h2 [data-title=image] [data-lang=jp] {
    font-size: 4vw;
  }
}
.c-page-home h2 [data-title=image].anime {
  opacity: 1;
}

/* topページ
business
----------------------------------------*/
.c-page-home-business {
  margin-top: 105px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-home-business {
    margin-top: 4vw;
  }
}
.c-page-home-business::before {
  content: "";
  display: block;
  background: var(--gray-color);
  width: 59%;
  height: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home-business::before {
    width: 78%;
  }
}
.c-page-home-business__body {
  max-width: 1030px;
  padding: 0 15px 105px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home-business__body {
    padding: 6.6666666667vw 15px 13.3333333333vw;
    display: block;
  }
}
.c-page-home-business__image {
  width: 56%;
  padding-right: 50px;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .c-page-home-business__image {
    width: 40vw;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-page-home-business__image figure img {
  width: 100%;
}
.c-page-home-business__text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-page-home-business__text {
    padding: 9.3333333333vw 0 0 26.6666666667vw;
    position: relative;
    z-index: 1;
  }
  .c-page-home-business__text h2 {
    padding-left: 11.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}

/* homeページ
person
----------------------------------------*/
.c-page-home-person {
  background: var(--primary-color);
  position: relative;
  overflow-x: hidden;
}
@keyframes showfadeU {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-page-home-person__heading {
  max-width: 1030px;
  padding: 100px 15px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home-person__heading {
    padding: 10.6666666667vw 15px 0;
  }
}
.c-page-home-person__heading h2 [data-lang=en],
.c-page-home-person__heading h2 [data-lang=jp] {
  color: var(--lightest-color);
}
.c-page-home-person__heading h2 [data-lang=en]::before,
.c-page-home-person__heading h2 [data-lang=jp]::before {
  background-color: var(--lightest-color);
}
.c-page-home-person [data-tab=menu] {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.c-page-home-person [data-tab=menu] li {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  list-style: none;
  height: 500px;
  position: relative;
  cursor: pointer;
  transition: 200ms;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .c-page-home-person [data-tab=menu] li {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .c-page-home-person [data-tab=menu] li {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-person [data-tab=menu] li {
    height: 40vw;
  }
}
.c-page-home-person [data-tab=menu] li:nth-child(1) {
  background-image: url("../img/top/top_img002.jpg");
}
.c-page-home-person [data-tab=menu] li:nth-child(2) {
  background-image: url("../img/top/top_img003.jpg");
}
.c-page-home-person [data-tab=menu] li::after, .c-page-home-person [data-tab=menu] li::before {
  content: "";
  display: block;
  position: absolute;
}
.c-page-home-person [data-tab=menu] li::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 100ms;
}
.c-page-home-person [data-tab=menu] li::before {
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 30px 21px 0 21px;
  border-color: transparent transparent transparent transparent;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-home-person [data-tab=menu] li::before {
    bottom: -4vw;
    border-width: 4vw 2.8vw 0 2.8vw;
  }
}
.c-page-home-person [data-tab=menu] li:hover::after {
  background: rgba(255, 255, 255, 0.2);
}
.c-page-home-person [data-tab=menu] li [data-button=more] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 100%;
  border: 2px solid var(--lightest-color);
  font-family: var(--font-family-english);
  font-size: 3rem;
  color: var(--lightest-color);
  text-align: center;
  opacity: 1;
  transition: 100ms;
}
@media screen and (max-width: 767px) {
  .c-page-home-person [data-tab=menu] li [data-button=more] {
    bottom: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-person [data-tab=menu] li[data-tab-select=active] {
    width: 100vw;
  }
}
.c-page-home-person [data-tab=menu] li[data-tab-select=active] > div {
  display: block;
  animation: showfadeU 400ms ease-out forwards;
}
.c-page-home-person [data-tab=menu] li[data-tab-select=active]::after {
  background: var(--primary-color-op2);
}
.c-page-home-person [data-tab=menu] li[data-tab-select=active]::before {
  border-color: var(--primary-color-op2) transparent transparent transparent;
}
.c-page-home-person [data-tab=menu] li[data-tab-select=active] [data-button=more] {
  opacity: 0;
}
.c-page-home-person [data-tab=menu] li > div {
  text-align: center;
  z-index: 1;
  color: var(--lightest-color);
  display: none;
  width: 100%;
}
.c-page-home-person [data-tab=menu] li [data-person=name] [data-lang=en] {
  display: block;
  font-size: 4rem;
  font-family: var(--font-family-english);
  line-height: 1.26;
}
@media screen and (max-width: 767px) {
  .c-page-home-person [data-tab=menu] li [data-person=name] [data-lang=en] {
    font-size: 5.3333333333vw;
  }
}
.c-page-home-person [data-tab=menu] li [data-person=name] [data-lang=jp] {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-page-home-person [data-tab=menu] li [data-person=name] [data-lang=jp] {
    font-size: 4vw;
  }
}
.c-page-home-person [data-tab=menu] li [data-person=name]::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: var(--lightest-color);
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .c-page-home-person [data-tab=menu] li [data-person=name]::after {
    margin-top: 2vw;
    width: 21.3333333333vw;
  }
}
.c-page-home-person [data-tab=menu] li [data-person=position] {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-page-home-person [data-tab=menu] li [data-person=position] {
    font-size: 3.2vw;
  }
}
.c-page-home-person__body {
  max-width: 1220px;
  padding: 100px 110px 200px;
  margin: 0 auto;
  position: relative;
  background: var(--lightest-color);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c-page-home-person__body {
    padding: 80px 60px 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-person__body {
    padding: 6.6666666667vw 15px 13.3333333333vw;
  }
}
.c-page-home-person__body::before {
  content: "";
  display: block;
  width: calc((100vw - 1220px) / 2);
  position: absolute;
  background-color: var(--lightest-color);
  height: 100%;
  left: 100%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-page-home-person__body::before {
    content: none;
  }
}
.c-page-home-person__body > div {
  display: none;
  visibility: hidden;
}
.c-page-home-person__body > div[data-panel-select=active] {
  display: block;
  visibility: visible;
  opacity: 1;
}
.c-page-home-person__body > div[data-panel-select=active] dl {
  animation: showfadeU 400ms ease-out forwards;
}
.c-page-home-person__body > div dl {
  opacity: 0;
  transform: translateY(50px);
}
.c-page-home-person__body > div dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--primary-color);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home-person__body > div dl dt {
    font-size: 4.8vw;
  }
}
.c-page-home-person__body > div dl dt::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -25px;
  width: 87.5px;
  height: 2px;
  background-color: var(--primary-color);
}
.c-page-home-person__body > div dl dd {
  margin-top: 40px;
  line-height: 2;
  margin-left: 0;
}
.c-page-home-person__body > div dl dd + dt {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .c-page-home-person__body > div dl dd + dt {
    margin-top: 10vw;
  }
}

/* homeページ
message
----------------------------------------*/
.c-page-home-message {
  background: var(--gray-color);
}
.c-page-home-message__body {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-height: 1165px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-page-home-message__body {
    min-height: 950px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-message__body {
    display: block;
    min-height: auto;
    padding-bottom: 13vw;
  }
}
.c-page-home-message__image {
  position: absolute;
  z-index: -1;
  right: 430px;
  height: 100%;
  width: calc(100vw - 420px - (100vw - 1220px) / 2);
}
@media screen and (max-width: 767px) {
  .c-page-home-message__image {
    position: relative;
    right: 0;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-page-home-message__image figure {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
}
.c-page-home-message__image figure img {
  position: absolute;
  top: 0;
  /*left: 50%;
  transform: translateX(-50%);*/
  right: 30px;
  height: 100%;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__image figure img {
    position: relative;
    right: 0;
    /*left: 0;
    transform: translateX(0);*/
    width: 100%;
    vertical-align: top;
  }
}
.c-page-home-message__content {
  width: 650px;
}
@media screen and (max-width: 1024px) {
  .c-page-home-message__content {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-message__content {
    width: 100%;
    background: var(--lightest-color);
    padding: 6.6666666667vw;
    margin-top: -16vw;
  }
}
.c-page-home-message__title {
  padding: 100px 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .c-page-home-message__title {
    padding: 60px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-message__title {
    padding: 0;
  }
}
.c-page-home-message__text {
  background: var(--lightest-color);
  padding: 70px 60px;
}
@media screen and (max-width: 1024px) {
  .c-page-home-message__text {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-message__text {
    padding: 0;
  }
}
.c-page-home-message__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__subtitle {
    font-size: 4.2666666667vw;
  }
}
.c-page-home-message__name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-page-home-message__name [data-type=position] {
  font-size: 1.4rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__name [data-type=position] {
    font-size: 3.2vw;
    margin-right: 10px;
  }
}
.c-page-home-message__name [data-type=name] {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__name [data-type=name] {
    font-size: 4.2666666667vw;
  }
}
.c-page-home-message__link {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__link {
    text-align: center;
  }
}
.c-page-home-message__link .button {
  appearance: none;
  display: inline-block;
  background-color: var(--primary-color-op2);
  color: var(--lightest-color);
  border: none;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 2rem 3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-page-home-message__link .button {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    max-width: 80%;
    padding: 4vw 5.3333333333vw;
  }
}

/* homeページ
information
----------------------------------------*/
.c-page-home-information__body {
  max-width: 1030px;
  padding: 120px 15px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-page-home-information__body {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-information__body {
    padding: 10.6666666667vw 15px 13.3333333333vw;
  }
}
.c-page-home-information__body table {
  width: 100%;
  margin: 60px 0 0;
}
.c-page-home-information__body table th,
.c-page-home-information__body table td {
  border-bottom: 1px solid var(--line-color);
  padding: 38px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-page-home-information__body table th,
  .c-page-home-information__body table td {
    display: block;
    width: 100%;
  }
}
.c-page-home-information__body table th {
  width: 280px;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-page-home-information__body table th {
    width: 100%;
    border-top: 1px solid var(--line-color);
    font-size: 4vw;
    padding: 1.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home-information__body table td {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 6.6666666667vw;
    border-bottom: none;
  }
}

/* subページ
共通
----------------------------------------*/
.c-page-sub__wrap {
  overflow: hidden;
  width: 100%;
}
.c-page-sub__content {
  overflow: hidden;
  padding-top: 108px;
}
@media screen and (max-width: 1089px) {
  .c-page-sub__content {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .c-page-sub__content {
    padding-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content {
    padding-top: 54px;
  }
}
.c-page-sub__content-title__bg {
  position: relative;
  overflow: hidden;
  max-height: 900px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg {
    height: 140px;
    overflow: visible;
  }
}
.c-page-sub__content-title__bg h1 {
  display: inline-block;
  position: relative;
  padding: 32px 50px 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__bg h1 {
    padding: 4.2666666667vw 6.6666666667vw 0 0;
  }
}
.c-page-sub__content-title__bg h1::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--lightest-color);
  z-index: -1;
}
.c-page-sub__content-title__text {
  max-width: 1030px;
  padding: 0 15px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__text {
    padding: 0 15px 4vw;
  }
}
.c-page-sub__content-title__text:first-child {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-title__text:first-child {
    padding-top: 13.3333333333vw;
  }
}
.c-page-sub__content-detail {
  max-width: 1030px;
  padding: 26px 15px 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail {
    padding: 0 15px 10.6666666667vw;
  }
}
.c-page-sub__content-detail[data-width=full] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* entryページ
共通
----------------------------------------*/
/*
*/
.c-entry {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-entry {
    margin-top: 10.66667vw;
  }
}

.c-entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.c-entry-list__item {
  width: 48.6%;
  list-style: none;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.c-entry-list__item a {
  text-align: center;
  border: var(--primary-color) 5px solid;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 4rem 3rem;
  text-decoration: none;
  color: var(--primary-color);
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a {
    border-width: 0.8vw;
    font-size: 4.26667vw;
    padding: 5.33333vw 4vw;
  }
}
.c-entry-list__item a i {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a i {
    right: 4vw;
    width: 2vw;
    height: 4vw;
  }
}
.c-entry-list__item a i svg {
  width: 100%;
}
.c-entry-list__item a i svg path {
  fill: var(--primary-color);
}
.c-entry-list__item a:hover {
  opacity: 0.7;
}
.c-entry-list__item a:hover::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-entry-list__item a:hover::after {
    right: 3.33333vw;
  }
}

/*# sourceMappingURL=style_light_flat.css.map */
