/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
@import "reset";
/* =================================================================== */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #000;
  line-height: 1.875;
  font-size: 16px;
  font-family: "Noto Sans JP","noto-sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 750px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

img {
  max-width: 100%;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

button {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button:focus {
  outline: thin dotted;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.text-underline {
  text-decoration: underline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-no-underline {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-300 {
  font-weight: 300;
}
.text-400 {
  font-weight: 400;
}
.text-500 {
  font-weight: 500;
}
.text-600 {
  font-weight: 600;
}
.text-700 {
  font-weight: 700;
}

.font-noto-sans-cjk-jp {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.txt-underline {
  text-decoration: underline;
  text-underline-position: from-font;
}

.link-mail {
  text-decoration: underline;
  text-underline-position: from-font;
}

.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .only-sp {
    display: none;
  }
}

body.fixed {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 67.5rem;
  width: 100%;
}
@media (max-width: 750px) {
  .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 100%;
  }
}

.main {
  padding-top: 5.625rem;
  min-height: 100vh;
}
@media (max-width: 750px) {
  .main {
    padding-top: 5rem;
  }
}

.btn {
  border: none;
}
.btn:disabled {
  cursor: default !important;
}
.btn:not(:disabled) {
  cursor: pointer !important;
}

.btn-cus {
  padding: 0 3.4375rem 0 1.0625rem;
  width: 14.125rem;
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 2.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #FF8700;
  background-color: #fff;
  position: relative;
}
.btn-cus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.125rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 2.5625rem;
  height: 2.5625rem;
  background: #FF8700 url("/common/img/arrow_white.svg") no-repeat center;
  background-size: auto 1rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 750px) {
  .btn-cus:after {
    width: 3.625rem;
    height: 3.625rem;
    right: 0.125rem;
    background-size: auto 1.4375rem;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .btn-cus:hover:after {
    background-position: 50% 80%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}

.btn-blue {
  padding: 0 3.4375rem 0 2.0625rem;
  width: 19.6875rem;
  height: 3.875rem;
  border-radius: 2.5rem;
  color: #fff;
  background-color: #003E67;
  position: relative;
  font-size: 1.125rem;
}
@media (max-width: 750px) {
  .btn-blue {
    padding-left: 2.0625rem;
  }
}
.btn-blue:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: #fff url("/common/img/arrow_blue_02.svg") no-repeat center;
  background-size: auto 1.4375rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 750px) {
  .btn-blue:after {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.125rem;
    background-size: auto 1.4375rem;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .btn-blue:hover:after {
    background-position: 80% 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}

.btn-orange {
  padding: 0 3.4375rem 0 3.4375rem;
  width: 25.25rem;
  height: 4.9375rem;
  border-radius: 2.5rem;
  position: relative;
  color: #fff;
  background-color: #FF8700;
}
.btn-orange:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background: #fff url("/common/img/arrow_orange_down.svg") no-repeat center;
  background-size: auto 1.125rem;
  border-radius: 100%;
}
@media (max-width: 750px) {
  .btn-orange {
    padding: 0 3.3125rem 0 3.3125rem;
    width: 19.6875rem;
    max-width: 100%;
    height: 4.9375rem;
  }
  .btn-orange:after {
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.btn-orange.arrow-down:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-orange.arrow-left:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

@media (min-width: 751px) {
  .hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .hover:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.btn-white {
  padding-right: 1.25rem;
  width: 29.375rem;
  height: 4.6875rem;
  border: 0.0625rem solid #FF8700;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  color: #FF8700;
  font-weight: bold;
  border-radius: 3.125rem;
  position: relative;
}
.btn-white:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background: #FF8700 url("/common/img/arrow_white.svg") no-repeat center;
  background-size: auto 1.0625rem;
  border-radius: 100%;
}
@media (max-width: 750px) {
  .btn-white {
    width: 19.6875rem;
    height: 3.75rem;
  }
  .btn-white:after {
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.btn-white span {
  line-height: 1;
  letter-spacing: 0.04em;
}
.btn-white span:nth-child(1) {
  font-size: 0.8125rem;
}
.btn-white span:nth-child(2) {
  font-size: 1.25rem;
}

.header {
  padding: 0.9375rem 8.375rem 0.9375rem 1.875rem;
  width: 100%;
  height: 5.625rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid #262626;
}
@media (max-width: 750px) {
  .header {
    padding: 0 0.875rem 0 1.25rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 751px) {
  .header_main {
    padding-top: 0.5625rem;
  }
}
.header_logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .header_logo {
    margin: -0.375rem 0 0 0;
  }
}
.header_logo img {
  margin-top: 0.3125rem;
  width: 9.1875rem;
}
@media (max-width: 750px) {
  .header_logo img {
    margin-top: 0;
    width: 6rem;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .header_logo:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.header_nav {
  margin-top: 0;
  margin-right: 1.4375rem;
}
@media (max-width: 750px) {
  .header_nav {
    margin: 0 1.875rem;
  }
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
@media (max-width: 750px) {
  .header_nav_list {
    gap: 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .header_nav_list li {
    border-bottom: 0.125rem solid #fff;
  }
}
.header_nav_list li a {
  font-size: 0.9375rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0.03em;
  color: rgb(154, 154, 154);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_nav_list li a.active {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 751px) and (hover: hover) {
  .header_nav_list li a {
    /* when hover is supported */
  }
  .header_nav_list li a:hover {
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 750px) {
  .header_nav_list li a {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    padding: 1.25rem 0 1.3125rem 0;
  }
}
.header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 750px) {
  .header_contact {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header_contact_btn .btn_contact {
  padding-right: 1.25rem;
  padding-left: 1.0625rem;
  width: 10rem;
  height: 2.8125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: left;
      align-content: left;
  border-radius: 1.875rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0;
  font-weight: bold;
  background-color: #FF8700;
  position: relative;
}
.header_contact_btn .btn_contact:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.125rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 2.375rem;
  height: 2.375rem;
  background: #fff url("/common/img/arrow_orange_down.svg") no-repeat 50% 50%;
  background-size: auto 1.125rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 750px) {
  .header_contact_btn .btn_contact:after {
    width: 3.625rem;
    height: 3.625rem;
    right: 0.125rem;
    background-size: auto 1.4375rem;
  }
}
@media (max-width: 750px) {
  .header_contact_btn .btn_contact {
    width: 19.6875rem;
    height: 3.875rem;
    font-size: 1.125rem;
    padding: 0 4.0625rem 0 2.125rem;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 2.8125rem auto 3.6875rem auto;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .header_contact_btn .btn_contact:hover:after {
    background-position: 50% 80%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
.header_contact_logo {
  width: 4.9375rem;
  position: fixed;
  top: 1.25rem;
  right: 1.9375rem;
}
@media (max-width: 750px) {
  .header_contact_logo {
    width: 3.875rem;
    right: 3.9375rem;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .header_contact_logo:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 750px) {
  .header_main {
    display: none;
    position: fixed;
    top: 5rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F5F5F5;
    padding: 1.25rem 0 0 0;
  }
  .header_main.active {
    display: block;
  }
}
.header .btn-menu {
  position: fixed;
  top: 1.5625rem;
  right: 1.3125rem;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 1.875rem;
  height: 1.875rem;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  gap: 0.5625rem 0;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 750px) {
  .header .btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
  }
}
@media (min-width: 751px) {
  .header .btn-menu:hover {
    opacity: 0.8;
  }
}
.header .btn-menu span {
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background: #FF8700;
}
.header .btn-menu.active span {
  width: 2.375rem;
}
.header .btn-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.25rem, 0.25rem);
          transform: rotate(45deg) translate(0.25rem, 0.25rem);
}
@media (max-width: 750px) {
  .header .btn-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(0.25rem, 0.25rem);
            transform: rotate(45deg) translate(0.25rem, 0.25rem);
  }
}
.header .btn-menu.active span:nth-child(2) {
  display: none;
}
.header .btn-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.28125rem, -0.28125rem);
          transform: rotate(-45deg) translate(0.28125rem, -0.28125rem);
}
@media (max-width: 750px) {
  .header .btn-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(0.28125rem, -0.28125rem);
            transform: rotate(-45deg) translate(0.28125rem, -0.28125rem);
  }
}
.header-bg {
  background-color: #262626;
  color: #fff;
  overflow: hidden;
  display: none;
}
@media (max-width: 750px) {
  .header-bg {
    display: block;
  }
}
.header-bg_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 750px) {
  .header-bg_inner {
    padding-top: 1.625rem;
    padding-bottom: 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.header-bg_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bg_logo img {
  width: 6.375rem;
}
.header-bg_main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .header-bg_main {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  .header-bg_nav {
    padding: 0;
    margin: 1.25rem 0 1.0625rem 0;
  }
}
.header-bg_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bg_nav_item {
  padding: 0 0.875rem 0 1.0625rem;
  position: relative;
}
.header-bg_nav_item:after {
  content: "";
  width: 1px;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-bg_nav_item a {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.0625rem;
}
@media (min-width: 751px) and (hover: hover) {
  .header-bg_nav_item a {
    /* when hover is supported */
  }
  .header-bg_nav_item a:hover {
    text-decoration: underline;
  }
}
.header-bg_nav_item:first-child {
  padding-left: 0;
}
.header-bg_nav_item:last-child {
  padding-right: 0;
}
.header-bg_nav_item:last-child::after {
  display: none;
}
.header-bg_copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
}
@media (max-width: 750px) {
  .header-bg_copyright {
    font-size: 1rem;
  }
}

.footer {
  background-color: #262626;
  color: #fff;
  overflow: hidden;
}
.footer .wrapper {
  height: 100%;
}
@media (min-width: 751px) {
  .footer .wrapper {
    padding-left: 1.125rem;
    max-width: 76.25rem !important;
  }
}
@media (max-width: 750px) {
  .footer .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer_inner {
  padding-top: 1.8125rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .footer_inner {
    padding-top: 1.625rem;
    padding-bottom: 0.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer_logo {
  margin-left: 0.6875rem;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 6.375rem;
}
@media (max-width: 750px) {
  .footer_logo {
    margin: 0 auto;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .footer_logo:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.footer_logo a {
  display: inline-block;
}
.footer_main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .footer_main {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_nav {
  padding-right: 0.125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 750px) {
  .footer_nav {
    padding: 0;
    margin: 1.25rem 0 1.0625rem 0;
  }
}
.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_nav_item {
  padding: 0 0.875rem 0 1.0625rem;
  position: relative;
}
.footer_nav_item:after {
  content: "";
  width: 1px;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_nav_item a {
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  line-height: 1.0625rem;
}
@media (min-width: 751px) and (hover: hover) {
  .footer_nav_item a {
    /* when hover is supported */
  }
  .footer_nav_item a:hover {
    text-decoration: underline;
  }
}
.footer_nav_item:first-child {
  padding-left: 0;
}
.footer_nav_item:last-child {
  padding-right: 0;
}
.footer_nav_item:last-child::after {
  display: none;
}
.footer_copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
}
@media (max-width: 750px) {
  .footer_copyright {
    font-size: 1rem;
  }
}

.footer-banner {
  background: #1F3A60;
  color: #fff;
  padding: 1.1875rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 750px) {
  .footer-banner {
    padding: 0.9375rem 0 1.25rem 0;
  }
}
.footer-banner.fixed {
  position: fixed;
}
.footer-banner-fixed {
  height: 6.25rem;
  position: relative;
}
@media (max-width: 750px) {
  .footer-banner-fixed {
    height: 9.375rem;
  }
}
.footer-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .footer-banner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer-banner-txt {
  font-weight: 700;
  padding: 0.625rem 0 0 0.125rem;
}
@media (max-width: 750px) {
  .footer-banner-txt {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
  }
}
.footer-banner .btn_contact {
  padding-right: 1.25rem;
  padding-left: 2.0625rem;
  width: 19.6875rem;
  height: 3.875rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: left;
      align-content: left;
  border-radius: 1.875rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: bold;
  background-color: #FF8700;
  position: relative;
}
.footer-banner .btn_contact:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.625rem;
  height: 3.625rem;
  background: #fff url("/common/img/arrow_orange_02.png") no-repeat center;
  background-size: auto 1.4375rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 750px) {
  .footer-banner .btn_contact:after {
    width: 3.625rem;
    height: 3.625rem;
    right: 0.125rem;
    background-size: auto 1.4375rem;
  }
}
@media (max-width: 750px) {
  .footer-banner .btn_contact {
    width: 19.6875rem;
    height: 3.875rem;
    font-size: 1.125rem;
    padding: 0 4.0625rem 0 2.0625rem;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .footer-banner .btn_contact:hover:after {
    background-position: 80% 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media (max-width: 750px) {
  .footer-banner_btn {
    margin-top: 0.8125rem;
  }
}

.contact {
  padding-top: 6.5625rem;
  padding-bottom: 6.3125rem;
  background-color: #F5F5F5;
}
@media (max-width: 750px) {
  .contact {
    padding-top: 2.9375rem;
    padding-bottom: 2.9375rem;
  }
}
.contact_btn a {
  padding: 0.375rem;
  padding-top: 0.8125rem;
  width: 58.875rem;
  margin: 0 auto;
  max-width: 100%;
  height: 6.875rem;
  background-color: #FF8700;
  border-radius: 6.25rem;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .contact_btn a {
    padding: 0.125rem;
    padding-left: 0.6875rem;
    width: 20.4375rem;
    height: 3.875rem;
    border-radius: 2.375rem;
  }
}
.contact_btn a:after {
  content: "";
  width: 5.8125rem;
  height: 5.8125rem;
  background: #fff url("/common/img/arrow_orange_02.png") no-repeat 56% 50%/auto 2.3125rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0.375rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 750px) {
  .contact_btn a:after {
    background-size: auto 1.4375rem;
    width: 3.5625rem;
    height: 3.5625rem;
    right: 0.125rem;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .contact_btn a:hover:after {
    background-position: 80% 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
.contact_btn .content-left {
  width: 20.1875rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  text-align: center;
}
@media (min-width: 751px) {
  .contact_btn .content-left {
    margin: -0.375rem 0 0 0;
  }
}
@media (max-width: 750px) {
  .contact_btn .content-left {
    width: 5.625rem;
  }
}
.contact_btn .content-left span {
  display: block;
  font-size: 2rem;
  line-height: 3.125rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Inter", sans-serif;
}
@media (max-width: 750px) {
  .contact_btn .content-left span {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.contact_btn .content-right {
  padding-left: 0.875rem;
  padding-bottom: 0.4375rem;
  letter-spacing: 0.03em;
  width: calc(100% - 20rem);
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.875rem;
}
@media (max-width: 750px) {
  .contact_btn .content-right {
    padding-top: 0.125rem;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 0.625rem;
    line-height: 0.875rem;
    width: calc(100% - 5.625rem);
  }
}

.news-item {
  border-bottom: 0.125rem solid #EFEFEF;
}
.news-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.125rem 0 1.5rem 0;
}
@media (max-width: 750px) {
  .news-item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.9375rem 0 1rem 0;
  }
}
.news-item-date {
  font-weight: 500;
  color: #FF8700;
  width: 6.4375rem;
  margin: auto 0;
}
@media (max-width: 750px) {
  .news-item-date {
    width: 50%;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.news-item-label {
  width: 7.625rem;
  height: 1.5rem;
  border-radius: 0.375rem;
  background: #FF8700;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  margin: 0 2.25rem 0 0;
}
@media (max-width: 750px) {
  .news-item-label {
    width: 6.875rem;
    height: 2.1875rem;
    margin: 0 0.625rem 0 0;
  }
}
.news-item-title {
  font-weight: 500;
  width: calc(100% - 16.375rem);
}
@media (max-width: 750px) {
  .news-item-title {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5625rem;
    margin-top: 1.1875rem;
  }
}

.solution_list {
  padding-top: 3.6875rem;
  padding-bottom: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.25rem 2.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .solution_list {
    padding-top: 2.5rem;
    padding-bottom: 2.5625rem;
    gap: 2.625rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solution_item {
  width: 19.9375rem;
  overflow: hidden;
  border-radius: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: #F5F5F5;
}
@media (min-width: 751px) and (hover: hover) {
  .solution_item:hover .thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (max-width: 750px) {
  .solution_item {
    margin: 0 auto;
    border-radius: 0.625rem;
  }
}
.solution_item.ex-link::before {
  position: absolute;
  content: "";
  background: url("/common/img/ex_link.svg") no-repeat center right/100%;
  width: 1.5rem;
  height: 1.375rem;
  right: 1.4375rem;
  bottom: 1.375rem;
}
@media (max-width: 750px) {
  .solution_item.ex-link::before {
    bottom: 1.3125rem;
  }
}
.solution_item .thumb {
  width: 100%;
  height: 12.1875rem;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  .solution_item .thumb {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.solution_item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.solution_item .desc {
  background-color: #F5F5F5;
  padding: 0.625rem 1.375rem 1.75rem 1.375rem;
  color: #1F3A60;
}
.solution_item .desc .ttl {
  margin-bottom: 0.4375rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875rem;
}
@media (max-width: 750px) {
  .solution_item .desc .ttl {
    margin-top: 0.6875rem;
  }
}
.solution_item .desc p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.page-solution .contact_btn a {
  font-weight: bold;
}

.kv-child {
  width: 100%;
  padding-bottom: 18rem;
  background-color: #fff;
  position: relative;
  border-bottom: 0.125rem solid #F5F5F5;
}
@media (max-width: 750px) {
  .kv-child {
    padding-bottom: 7.5rem;
  }
}
.kv-child .kv-child_inner .kv-child_title {
  padding-right: 5.25rem;
}
@media (max-width: 750px) {
  .kv-child .kv-child_inner .kv-child_title {
    padding-right: 5.1875rem;
    letter-spacing: 0;
  }
  .kv-child .kv-child_inner .kv-child_title:before {
    background-size: auto 2.0625rem;
    background-position-y: 52%;
  }
}
.kv-child_title {
  margin-top: -0.1875rem;
  padding-right: 4.5625rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.3125rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: inline-block;
  position: relative;
}
@media (max-width: 750px) {
  .kv-child_title {
    padding-right: 4.3125rem;
    font-size: 1.5rem;
  }
}
.kv-child_title:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.0625rem;
  height: 2.0625rem;
  background: url("/common/img/kv-child_arrow.png") no-repeat right center/auto 100%;
}
@media (max-width: 750px) {
  .kv-child_title:before {
    background-size: auto 1.25rem;
  }
}
.kv-child_inner {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}
@media (max-width: 750px) {
  .kv-child_inner {
    top: 52%;
  }
}

.primary-title01 {
  padding-bottom: 1.6875rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.125rem;
  letter-spacing: 0;
  width: 100%;
  border-bottom: 0.25rem solid #F5F5F5;
  position: relative;
}
@media (max-width: 750px) {
  .primary-title01 {
    font-size: 1.375rem;
    line-height: 3.125rem;
    padding-bottom: 0rem;
    border-bottom: 0.125rem solid #F5F5F5;
  }
}
.primary-title01:before {
  content: "";
  width: 1.25rem;
  height: 0.25rem;
  background-color: #FF8700;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
}
@media (max-width: 750px) {
  .primary-title01:before {
    width: 2rem;
    height: 0.125rem;
    bottom: -0.125rem;
  }
}
.primary-title01 .fz-01 {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 3.125rem;
}
@media (max-width: 750px) {
  .primary-title01 .fz-01 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.primary-title01 .fz-02 {
  display: block;
  font-size: 3.125rem;
  letter-spacing: 0;
  line-height: 5rem;
  margin-top: -1rem;
}
@media (max-width: 750px) {
  .primary-title01 .fz-02 {
    font-size: 1.375rem;
    line-height: 3.125rem;
    margin-top: -0.625rem;
  }
}
.primary-title01 .fz-03 {
  display: block;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 3.125rem;
}
@media (max-width: 750px) {
  .primary-title01 .fz-03 {
    font-size: 1.375rem;
    line-height: 3.125rem;
  }
}

.primary-title02 {
  padding-bottom: 1.25rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 751px) {
  .primary-title02 {
    padding-left: 2.5rem;
    text-indent: -2.5rem;
  }
}
@media (max-width: 750px) {
  .primary-title02 {
    padding-left: 1.75rem;
    padding-bottom: 1.1875rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-indent: -1.75rem;
  }
}
.primary-title02:before {
  margin-top: -0.25rem;
  margin-right: 1.25rem;
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  background-color: #FF8700;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .primary-title02:before {
    margin-top: -0.0625rem;
    margin-right: 1.125rem;
    width: 0.625rem;
  }
}