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

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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;
  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-top-width: 1px;
  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] {
  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;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

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

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

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

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

/**
 * 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. Fix font inheritance.
 */

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

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

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

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

:root{--color-orange: #f08200;--color-text: #3d3731;--color-white: #fff;--color-orange-light: #ffbc6a;--color-orange-bright: #ffb235;--color-orange-02: #ff9318;--color-brown: #766b61;--color-news-gray: #878482;--color-news-lightgray: #ecebeb;--color-gray: #dadada;--color-orange-palelight: #fff0ce;--color-beige: #d9d3c6;--color-gradient-orange-yellow: linear-gradient(86deg, #ffb152 5.98%, #ffee6b 148.85%);--color-gradient-orange-pale: linear-gradient( 114deg, rgba(255, 161, 10, 0.6) 10.93%, rgba(255, 177, 35, 0.6) 75.48%, rgba(255, 193, 60, 0.6) 97% );--color-gradient-orange-dark: linear-gradient(129deg, #ff991f 17.18%, #ffb637 78.21%);--font-family-sans: "IBM Plex Sans JP", sans-serif;--font-family-en: "Josefin Sans", sans-serif;--opacity: 0.6;--duration: 0.3s;--header-bp: 1200px;--header-height: 82px}@media(min-width: 1200px){:root{--header-height: 76px}}*{box-sizing:border-box}img{max-width:100%;height:auto;vertical-align:bottom}a{color:inherit;text-decoration:none}em{font-style:normal}ul{list-style:none}html{font-size:62.5%;scroll-behavior:smooth}[id]{scroll-margin-top:var(--header-height)}body{margin:0;overflow-x:hidden;font-family:var(--font-family-sans);font-size:1.4rem;font-weight:500;line-height:1.8;color:var(--color-text);word-break:break-all}@media(min-width: 960px){body{font-size:1.6rem}}main{overflow:hidden}summary{display:block;outline:none}summary::-webkit-details-marker{display:none}br.pc{display:none}@media(min-width: 960px){br.pc{display:block !important}}br.tb{display:none}@media(min-width: 768px)and (max-width: 959.98px){br.tb{display:block !important}}br.sp{display:none}@media(max-width: 767.98px){br.sp{display:block !important}}@media(min-width: 960px){.sp-only{display:none}}@media(max-width: 959.98px){.pc-only{display:none}}#app-header{position:relative;top:0;z-index:1000;min-height:7.2rem}@media(max-width: 1199.98px){#app-header{min-height:5.7rem}}#app-breadcrumb{min-height:4.5rem}#app-page-header{min-height:24rem}#app-footer{min-height:59.3rem}@media(max-width: 767.98px){#app-footer{min-height:86.7rem}}#app-contact{min-height:30rem}#app-contact-footer{min-height:40rem}.app-vue-block{min-height:100vh}.c-section-title{position:relative;padding-top:25px;font-size:2.4rem;line-height:1.35}@media(min-width: 960px){.c-section-title{padding-top:50px;font-size:4rem}}.c-section-title__main{position:relative;z-index:2;color:var(--c-section-title-color, var(--color-text))}.c-section-title__main em{font-size:3.2rem;font-weight:700}@media(min-width: 960px){.c-section-title__main em{font-size:4.2rem}}.c-section-title__sub{position:absolute;top:0;left:-30px;font-family:var(--font-family-en);font-size:6rem;font-weight:100;line-height:1;letter-spacing:-0.03em;white-space:nowrap;background:var(--c-section-title-sub-color, var(--color-gradient-orange-yellow));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(min-width: 960px){.c-section-title__sub{top:0;left:-60px;font-size:10rem}}.c-section-title--center{text-align:center}.c-section-title--center .c-section-title__sub{left:0}.c-button{display:inline-flex;-moz-column-gap:16px;column-gap:16px;align-items:center;font-family:var(--font-family-en);font-size:1.8rem;font-weight:600}@media(hover: hover){.c-button:where(:any-link,:enabled,summary):hover .c-button__text::after{width:100%}.c-button:where(:any-link,:enabled,summary):hover .c-button__icon::before{opacity:1;transform:scale(1)}}.c-button__text{position:relative;line-height:1}.c-button__text::after{position:absolute;bottom:0;left:0;width:0%;height:1px;content:"";background-color:var(--color-orange);transition:width var(--duration) ease}.c-button__icon{position:relative;display:inline-block;width:48px;height:48px;background-color:var(--color-text);border-radius:50%}.c-button__icon::before{position:absolute;inset:0;content:"";background-image:url(../../assets/images/common/link_black_onmouse.svg);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:1;transform:scale(0.6);transform-origin:center;transition:opacity var(--duration) ease,transform var(--duration) ease}.c-button-02{display:inline-flex;-moz-column-gap:16px;column-gap:16px;align-items:center;justify-content:space-between;width:100%;max-width:280px;padding-top:19px;padding-right:20px;padding-bottom:19px;padding-left:24px;font-size:1.6rem;font-weight:700;line-height:1;color:var(--color-white);background-color:var(--color-orange);border-radius:8px;transition:background-color var(--duration) ease}@media(min-width: 960px){.c-button-02{padding:21px 24px;font-size:1.8rem}}@media(hover: hover){.c-button-02:where(:any-link,:enabled,summary):hover{background-color:var(--color-orange-02)}.c-button-02:where(:any-link,:enabled,summary):hover .c-button-02__icon::before{opacity:1}}.c-button-02__text{position:relative;top:.1em}.c-button-02__icon{position:relative;display:inline-block;width:18px;height:18px;background-image:url(../../assets/images/common/link_white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;border-radius:50%}.c-button-02__icon::before{position:absolute;inset:0;content:"";background-image:url(../../assets/images/common/link_white_onmouse.svg);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:0;transition:opacity var(--duration) ease}.c-headline{--font-size: 24px;display:grid;flex-direction:column;grid-template-rows:auto;grid-template-columns:max-content 1fr;row-gap:16px;-moz-column-gap:12px;column-gap:12px;align-items:center;justify-content:center;font-size:var(--font-size);font-weight:700;line-height:1}@media(min-width: 960px){.c-headline{--font-size: 28px;-moz-column-gap:16px;column-gap:16px}}.c-headline::before{--icon-width: 20px;--icon-height: 20px;display:block;width:var(--icon-width);height:var(--icon-height);content:"";background:linear-gradient(38.3deg, #ffd76b 0%, #ffa10a 100%);-webkit-mask:url(../../assets/images/common/icon_headline.svg) no-repeat center/contain;mask:url(../../assets/images/common/icon_headline.svg) no-repeat center/contain}@media(min-width: 960px){.c-headline::before{--icon-width: 22px;--icon-height: 22px}}.c-headline::after{display:block;grid-column:1/-1;content:"";border-bottom:solid 1px #d9d3c6}.c-table{width:100%;overflow:hidden;font-size:1.4rem;border-spacing:0;border-collapse:separate;border:1px solid var(--color-beige);border-radius:8px}@media(min-width: 960px){.c-table{font-size:1.6rem}}.c-table tr:not(:first-child){border-top:1px solid var(--color-beige)}.c-table tr:not(:first-child) th{border-top:1px solid var(--color-beige)}.c-table tr:not(:first-child) td{border-top:1px solid var(--color-beige)}.c-table th{width:100px;padding:16px;font-weight:700;background-color:var(--color-orange-palelight)}@media(min-width: 960px){.c-table th{width:220px}}.c-table td{padding:16px;border-left:1px solid var(--color-beige)}.c-table a{text-decoration:underline}.c-table a:not([href^="mailto:"]){font-weight:700;color:var(--color-orange)}
