@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
:root {
  /* FONT */
  --font-family-YakuHanJP: "YakuHanJP";
  --font-family-Roboto: "Roboto";
  --font-family-NotoSansJP: "Noto Sans JP";
  --color-sample-01: #444444;
  --color-sample-02: #ffffff;
  --color-sample-03: #C2C2C2;
  --color-white: #ffffff;
  --color-gray: #f7f7f7;
  --color-tertiary: #EAF0F5;
  --color-primary: #243544;
  --color-secondary: #6A757D;
  --tint-secondary: #43C3D5;
  --tint-primary: #F7954E;
  --tint-brand: #005BAC;
  --tint-brand1: #207ACA;
  --tint-brand2: #207ACA;
  --tint-brand3: #3CA4D4;
  --tint-brand4: #2FB4D8;
  --tint-brand5: #43C3D5;
  --tint-kaizen: #43a047;
  --tint-important: #e74c3c;
  --tint-white: #F1F4F7;
  --tint-lwhite: #F6F9FC;
  --border-primary: #E2E3E5;
  --border-menu: #A3B6C7;
  --border-table: #d1d1d1;
  --text-link: #007AFF;
}

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

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-family: var(--font-family-YakuHanJP), var(--font-family-Roboto), var(--font-family-NotoSansJP), Meiryo, sans-serif;
  font-size: 1.8rem;
  color: #3b414a;
  position: relative;
  font-weight: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}
body.fixed {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
  inset: 0;
}

picture {
  display: block;
}

svg,
img,
video {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s;
}

.gmoGroupHeader,
.gmoGroupFooter,
.gmoGroupSecurity {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.gmoGroupFooter a,
.gmoGroupSecurity a {
  font-feature-settings: normal;
}

.gmoGroupSecurity_box {
  max-width: 1200px;
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 56px;
  }
}
@media screen and (min-width: 769px) {
  .l-wrapper {
    padding-top: 80px;
  }
}

.l-header {
  width: 100%;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--tint-white);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .l-header {
    top: 29px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 56px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    max-width: 1280px;
    min-width: 1280px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 145px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    max-width: 168px;
  }
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-text {
  color: var(--text-text-secondary);
  font-size: 1rem;
  display: block;
}
.l-header__logo-img {
  max-width: 100%;
  height: auto;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .l-header__nav__humburger {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__humburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__humburger__box {
    width: 20px;
    height: 18px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .l-header__nav__humburger__box > span {
    width: 100%;
    height: 2px;
    background-color: var(--border-menu);
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .l-header__nav__humburger__box > span:nth-of-type(1) {
    top: 0;
  }
  .l-header__nav__humburger__box > span:nth-of-type(2) {
    bottom: 8px;
  }
  .l-header__nav__humburger__box > span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header__nav__humburger.is-active .l-header__nav__humburger__box > span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .l-header__nav__humburger.is-active .l-header__nav__humburger__box > span:nth-of-type(2) {
    opacity: 0;
    translate: 50%;
  }
  .l-header__nav__humburger.is-active .l-header__nav__humburger__box > span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 57px;
    translate: 100%;
    transition: all 0.3s;
    transform-origin: center right;
  }
  .l-header__nav__wrap.no-animation {
    transition: none;
  }
  .l-header__nav__wrap.is-active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 10%;
    translate: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__content {
    width: 100%;
    height: auto;
    background-color: var(--color-white);
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    position: relative;
    z-index: 99;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__content {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__list {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.l-header__nav__list__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__nav__list__item {
    border-bottom: 1px solid var(--border-primary);
  }
}
.l-header__nav__list-link {
  color: var(--color-primary);
  display: block;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .l-header__nav__list-link {
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    position: relative;
  }
  .l-header__nav__list-link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.3s;
    rotate: 135deg;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__list-link {
    font-size: 1.5rem;
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
    transition: all 0.3s;
  }
  .l-header__nav__list-link::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: var(--tint-brand);
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-header__nav__list-link:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-header__nav__list-link.is-current {
    color: var(--tint-brand);
    pointer-events: none;
  }
  .l-header__nav__list-link.is-current::after {
    transform: scale(1, 1);
  }
}
.l-header__nav__submenu {
  display: block;
  line-height: 175%;
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu.is-current {
    color: var(--tint-brand);
  }
  .l-header__nav__submenu.is-current::after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__submenu {
    border-bottom: 1px solid var(--border-primary);
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu {
    cursor: pointer;
    font-size: 1.5rem;
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
    transition: all 0.3s;
  }
  .l-header__nav__submenu::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: var(--tint-brand);
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-header__nav__submenu:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-header__nav__submenu.is-hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu__content {
    min-width: 176px;
    background-color: var(--color-primary);
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    position: absolute;
    left: 0;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .l-header__nav__submenu__content.is-hover {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__submenu__item + .l-header__nav__submenu__item {
    border-top: 1px solid var(--border-primary);
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu__item + .l-header__nav__submenu__item {
    margin-top: 8px;
  }
}
.l-header__nav__submenu-link {
  display: block;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .l-header__nav__submenu-link {
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 8px;
    padding-top: 10px;
    position: relative;
  }
  .l-header__nav__submenu-link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.3s;
    rotate: 135deg;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu-link {
    color: var(--color-white);
    font-size: 1.5rem;
  }
  .l-header__nav__submenu-link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__cv-list {
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__cv-list {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.l-header__nav__cv-list__btn {
  background-color: var(--color-sample-01);
  border-radius: 100vh;
  color: var(--color-sample-02);
  text-align: center;
  display: block;
  line-height: 1.7;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (max-width: 768px) {
  .l-header__nav__cv-list__btn {
    font-size: 1.6rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__cv-list__btn {
    font-size: 1.4rem;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media (any-hover: hover) {
  .l-header__nav__cv-list__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__cv-list__btn + .l-header__nav__cv-list__btn {
    margin-top: 8px;
  }
}

.l-main {
  overflow: hidden;
}

.l-footer {
  width: 100%;
}
.l-footer__main {
  background-color: var(--tint-brand);
}
.l-footer__main__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__main__inner {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__main__inner {
    padding-bottom: 26px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 26px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__menu {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__item + .l-footer__menu__item {
    margin-top: 10px;
  }
}
.l-footer__menu-link {
  color: var(--color-white);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__menu-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__menu-link {
    font-size: 1.6rem;
  }
}
.l-footer__menu-link:hover {
  text-decoration: underline;
}
.l-footer__sub {
  background-color: var(--color-tertiary);
}
.l-footer__sub__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__sub__inner {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sub__inner {
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__submenu {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__submenu__item + .l-footer__submenu__item {
    margin-top: 4px;
  }
}
.l-footer__submenu-link {
  color: var(--color-primary);
  line-height: 1.5;
}
.l-footer__submenu-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__submenu-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__submenu-link {
    font-size: 1.5rem;
  }
}
.l-footer__info {
  margin-top: 40px;
}
.l-footer__info-text {
  color: var(--color-primary);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__info-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__info-text {
    font-size: 1.2rem;
  }
}
.l-footer__info-copyright {
  color: var(--color-primary);
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-copyright {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__info-copyright {
    font-size: 1.2rem;
  }
}
.l-footer-siteseal {
  background-color: #fff;
}
.l-footer-siteseal__inner {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  padding: 40px 0;
}
.l-footer-siteseal__inner > div {
  width: 100px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer-siteseal__inner {
    gap: 0 10px;
  }
}
.l-footer-security {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer-security__logo {
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .l-footer-security__logo {
    text-align: center;
  }
}

.l-cvfooter {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-cvfooter {
    width: 100%;
    display: flex;
    padding: 8px 8px;
    justify-content: center;
    gap: 0 8px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 99999;
  }
  .l-cvfooter.is-active {
    opacity: 1;
    transition: all 0.5s;
  }
  .l-cvfooter .l-header__nav__cv-list__btn:nth-of-type(1) {
    height: 42px;
    width: 147px;
    font-size: 1.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-cvfooter .l-header__nav__cv-list__btn {
    height: 42px;
    width: 189px;
    font-size: 1.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
/* ▼▼▼▼▼▼ Component BREADCRUMB STYLE　▼▼▼▼▼▼ */
.c-breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb {
    margin-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.c-breadcrumb__list {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list {
    overflow: auto;
    overscroll-behavior-block: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--color-gray-001) var(--color-gray-003);
    white-space: nowrap;
    padding-bottom: 4px;
    padding-left: 0;
  }
  .c-breadcrumb__list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .c-breadcrumb__list::-webkit-scrollbar-track {
    background-color: var(--color-gray-003);
    border-radius: 100vh;
  }
  .c-breadcrumb__list::-webkit-scrollbar-thumb {
    background-color: var(--color-gray-001);
    border: 3px solid var(--color-gray-003);
    border-radius: 100vh;
    border-left: 0;
    border-right: 0;
  }
}
.c-breadcrumb__list__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}
.c-breadcrumb__list__link {
  color: var(--color-primary);
  text-decoration: underline;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb__list__link {
    font-size: 1.6rem;
  }
}
.c-breadcrumb__list__item:last-child {
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list__item:last-child {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb__list__item:last-child {
    font-size: 1.6rem;
  }
}
.c-breadcrumb__list__item + .c-breadcrumb__list__item {
  margin-left: 26px;
}
.c-breadcrumb__list__item + .c-breadcrumb__list__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  display: block;
  position: absolute;
  inset: 4px -20px;
  transition: all 0.3s;
  rotate: 135deg;
}

/* ▲▲▲▲▲▲ Component BREADCRUMB STYLE　▲▲▲▲▲▲ */
.c-button__primary {
  background-color: var(--tint-primary);
  width: 100%;
  border-radius: 100vh;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 2px;
  display: block;
}
@media (any-hover: hover) {
  .c-button__primary:hover {
    opacity: 0.7;
  }
}
.c-button__secondary {
  background-color: var(--tint-secondary);
  width: 100%;
  border-radius: 100vh;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 2px;
  display: block;
}
@media (any-hover: hover) {
  .c-button__secondary:hover {
    opacity: 0.7;
  }
}
.c-button__next, .c-button__back {
  max-width: 320px;
  height: 56px;
  font-size: 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (any-hover: hover) {
  .c-button__next:hover, .c-button__back:hover {
    opacity: 0.7;
  }
}
.c-button__next::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  rotate: 135deg;
  translate: 0 -50%;
  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
  right: 32px;
}
.c-button__back::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  rotate: 135deg;
  translate: 0 -50%;
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  left: 32px;
}
.c-button__window {
  max-width: 400px;
  height: 56px;
  font-size: 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-button__window::after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  inset: 0 22px 0 auto;
  background-image: url("/contents/aichart/assets/imgs/common/open-in-new.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-button__window::after {
    width: 24px;
    height: 24px;
  }
}

.c-link-external {
  color: var(--text-link);
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
}
@media (any-hover: hover) {
  .c-link-external:hover {
    text-decoration: underline;
  }
}
.c-link-external24 {
  color: var(--text-link);
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .c-link-external24 {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .c-link-external24:hover {
    text-decoration: underline;
  }
}
.c-link-external::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/contents/aichart/assets/imgs/common/icon-external.svg");
  display: block;
}
.c-link-external24::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("/contents/aichart/assets/imgs/common/icon-external.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.c-notes {
  color: var(--color-secondary);
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-notes {
    font-size: 1.2rem;
    margin-top: 24px;
    text-indent: -1.2rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .c-notes {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}
.c-notes::before {
  content: "※";
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-notes::before {
    font-size: 1.2rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .c-notes::before {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}

.js-modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  transition: opacity 0.2s;
}

.js-modalBox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px 80px;
  border-radius: 10px;
  z-index: 9999;
  min-width: 320px;
  max-width: 90vw;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .js-modalBox {
    padding: 48px 20px 32px;
  }
}

.c-modal__closebtn {
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  width: 30px;
  height: 30px;
}
.c-modal__closebtn::before, .c-modal__closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background: #000;
}
.c-modal__closebtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__closebtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-modal__closebtn {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
  .c-modal__closebtn::before, .c-modal__closebtn::after {
    height: 20px;
  }
}

.modalinfo {
  display: none;
}

.p-aiassist-modal__closeBtn {
  border-radius: 28px;
  width: 320px;
  height: 56px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7954e;
  font-size: 1.6rem;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-aiassist-modal__closeBtn {
    width: 100%;
    max-width: 360px;
  }
}

.p-common {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-common {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.p-common-heading__title {
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .p-common-heading__title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-heading__title {
    font-size: 4rem;
  }
}
.p-common-heading__text {
  color: var(--color-primary);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-common-heading__text {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-heading__text {
    font-size: 1.8rem;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-section {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section {
    margin-top: 80px;
  }
}
.p-common-section__title {
  color: var(--color-primary);
  line-height: 1.2;
  position: relative;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-common-section__title {
    font-size: 2.4rem;
    padding-left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__title {
    font-size: 3.2rem;
    padding-left: 28px;
  }
}
.p-common-section__title::before {
  content: "";
  width: 4px;
  background-color: var(--tint-secondary);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-common-section__title::before {
    height: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__title::before {
    height: 40px;
  }
}
.p-common-section__subtitle {
  color: var(--color-primary);
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-common-section__subtitle {
    font-size: 2rem;
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__subtitle {
    font-size: 2.4rem;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-section__subtitle + .p-common-section__text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__subtitle + .p-common-section__text {
    margin-top: 32px;
  }
}
.p-common-section__text {
  color: var(--color-primary);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-common-section__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__text {
    font-size: 1.8rem;
  }
}
.p-common-section__box {
  width: 100%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .p-common-section__box {
    margin-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box {
    margin-top: 32px;
    padding-bottom: 32px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 32px;
  }
}
.p-common-section__box-heading {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-common-section__box-heading {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box-heading {
    gap: 40px;
  }
}
.p-common-section__box-heading__title {
  min-width: fit-content;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-common-section__box-heading__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box-heading__title {
    font-size: 1.8rem;
  }
}

.p-webinquiry .p-common-heading__title {
  display: flex;
  gap: 0 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-common-heading__title {
    gap: 0 12px;
  }
  .p-webinquiry .p-common-heading__title > img {
    width: 179px;
    height: 44px;
  }
}
.p-webinquiry .p-webinquiry__text01 {
  margin: 32px 0 0;
}
.p-webinquiry .p-webinquiry-merit {
  display: flex;
  gap: 0 48px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-merit {
    flex-direction: column;
    gap: 32px 0;
    margin-top: 32px;
  }
}
.p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item {
  width: 328px;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item {
    width: 100%;
  }
}
.p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item .p-webinquiry-merit__img {
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item .p-webinquiry-merit__img {
    margin: 0 auto 8px;
    width: auto;
    text-align: center;
  }
  .p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item .p-webinquiry-merit__img > img {
    width: calc(100% - 157px);
    height: auto;
    max-width: 170px;
  }
}
.p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item .p-webinquiry-merit__ttl {
  font-size: 2.4rem;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item .p-webinquiry-merit__ttl {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item .p-webinquiry-merit__text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-merit .p-webinquiry-merit__item .p-webinquiry-merit__text {
    font-size: 1.6rem;
  }
}
.p-webinquiry .p-webinquiry-flow .p-webinquiry-flow__text01 {
  margin: 32px 0;
}
.p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure {
  display: flex;
  gap: 0 36px;
  margin: 32px 0;
  padding: 36px;
  background-color: #fff;
  position: relative;
}
.p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure:not(:last-child)::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 22.5px;
  width: 45px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset: auto 0 -20px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure {
    flex-direction: column;
    gap: 24px 0;
    padding: 24px 16px;
  }
}
.p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure .p-webinquiry-procedure__img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure .p-webinquiry-procedure__img > img {
    width: 100%;
    height: auto;
  }
}
.p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure .p-webinquiry-procedure__label {
  color: #fff;
  border-radius: 40px;
  background-color: var(--tint-brand);
  width: 122px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure .p-webinquiry-procedure__label {
    width: 100px;
    font-size: 1.6rem;
  }
}
.p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure .p-webinquiry-procedure__title {
  font-size: 2.4rem;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure .p-webinquiry-procedure__title {
    font-size: 2rem;
  }
}
.p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure .p-webinquiry-procedure__text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-flow .p-webinquiry-procedure .p-webinquiry-procedure__text {
    font-size: 1.6rem;
  }
}
.p-webinquiry .p-webinquiry-use {
  margin-bottom: 80px;
}
.p-webinquiry .p-webinquiry-use .p-webinquiry-use__item {
  margin: 32px 0 0;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-use .p-webinquiry-use__item {
    flex-direction: column;
    gap: 32px 0;
  }
}
.p-webinquiry .p-webinquiry-use .p-webinquiry-use__item .p-webinquiry-use__text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry-use .p-webinquiry-use__item .p-webinquiry-use__text {
    font-size: 1.6rem;
  }
}
.p-webinquiry .p-webinquiry-use .p-webinquiry-use__item .p-webinquiry-use__img {
  flex-shrink: 0;
}
.p-webinquiry .p-webinquiry__btn01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry__btn01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-webinquiry .p-webinquiry__btn02 {
    font-size: 1.4rem;
  }
}

.p-cvarea {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-cvarea {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 48px;
  }
}
.p-cvarea__title {
  color: var(--border-menu);
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cvarea__title {
    max-width: 196px;
    font-size: 1.4rem;
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__title {
    max-width: 306px;
    font-size: 2rem;
    gap: 32px;
    margin-bottom: 20px;
  }
}
.p-cvarea__title::before, .p-cvarea__title::after {
  content: "";
  width: 1px;
  background-color: var(--border-menu);
}
@media screen and (max-width: 768px) {
  .p-cvarea__title::before, .p-cvarea__title::after {
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__title::before, .p-cvarea__title::after {
    height: 32px;
  }
}
.p-cvarea__title::before {
  rotate: -45deg;
}
.p-cvarea__title::after {
  rotate: 45deg;
}
.p-cvarea__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-cvarea__content {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__content {
    gap: 40px;
  }
}
.p-cvarea__btn {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-cvarea__btn {
    max-width: 280px;
    font-size: 1.8rem;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__btn {
    max-width: 440px;
    font-size: 2.4rem;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 22px;
  }
}

@media screen and (min-width: 769px) {
  .u-for-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-for-pc {
    display: none;
  }
}

.u-bg_color-white {
  background-color: var(--color-white);
}
.u-bg_color-navy {
  background-color: var(--color-primary);
}
.u-bg_color-primary {
  background-color: var(--tint-primary);
}
.u-bg_color-secondary {
  background-color: var(--tint-secondary);
}
.u-bg_color-lgray {
  background-color: var(--tint-white);
}
.u-bg_color-lwhite {
  background-color: var(--tint-lwhite);
}
.u-bg_color-brand {
  background-color: var(--tint-brand);
}
.u-bg_color-brand2 {
  background-color: var(--tint-brand2);
}
.u-bg_color-brand3 {
  background-color: var(--tint-brand3);
}
.u-bg_color-brand4 {
  background-color: var(--tint-brand4);
}
.u-bg_color-brand5 {
  background-color: var(--tint-brand5);
}

.u-color-white {
  color: var(--color-white);
}
.u-color-primary {
  color: var(--color-primary);
}
.u-color-secondary {
  color: var(--color-secondary);
}
.u-color-red {
  color: var(--tint-important);
}

.u-fn {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.u-fm {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.u-fb {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.u-tl {
  text-align: left;
}
.u-tc {
  text-align: center;
}
.u-tr {
  text-align: right;
}
.u-tj {
  text-align: justify;
}

.u-divider {
  width: 100%;
}
.u-divider-hr {
  border-top-color: var(--border-table);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
