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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/@charset "UTF-8";
/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.22;
}

a {
  color: #006699;
}
a:hover {
  color: #036;
  text-decoration: none;
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/
.hs_cos_wrapper_type_rich_text {
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .hs_cos_wrapper_type_linked_image a,
  .hs_cos_wrapper_type_rich_text a img {
    opacity: 1;
  }
  .hs_cos_wrapper_type_linked_image a:hover,
  .hs_cos_wrapper_type_rich_text a img:hover {
    animation: hover_flash 1s ease;
  }
}

@keyframes hover_flash {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 2rem;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto 0;
  padding: 20px 44px 20px 15px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background: #f4a306 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAaElEQVQYlX3Q2Q3CMBCEYffBCyFc5dBwUgtXoIwPreJIm0OMNH75x95ZF+zQ44iSHUdn1AvtEp7wroEnDhmGzxhq4IEmw/AFnxq4Yz8rgFuFoT6DK75bN/OTs5nRdiqzavt3z+0fovwAys8DAIBRmi0AAAAASUVORK5CYII=) no-repeat 95% center;
  border-bottom: 3px solid #ac4f00;
  border-radius: 5px;
  transition: all 0.3s;
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #fff;
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button.-gray {
  background: #7a7a7a;
  border-bottom-color: #555555;
}
.c-button.-white {
  max-width: 572px;
  padding: 10px;
  color: #006699;
  background: linear-gradient(to top, #F0F0F0, #FFF);
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
.c-button.-white span {
  position: relative;
  width: auto;
  padding-left: 23px;
  line-height: 1;
}
.c-button.-white span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/button-arrow.svg") 50% 50%/7px auto #006699 no-repeat;
  border-radius: 50%;
}
.c-button.-scale-small {
  max-width: 172px;
  padding: 12px 6px;
  font-size: 1.3rem;
}
.c-button.-push-bottom:hover {
  border-bottom-width: 1px;
  transform: translateY(2px);
}
.c-button.-color-change.-white:hover {
  color: #003366;
}
.c-button.-color-change.-white:hover span::before {
  background-color: #003366;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-height: 47px;
    padding: 10px 30px;
    font-size: 1.7rem;
  }
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.c-container {
  padding-top: 250px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-container {
    padding-top: 112px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-is-in-editor {
  padding-top: 0;
}
.-is-in-editor .c-header {
  position: relative;
}
.-is-in-editor .c-header .gnav-overlay {
  display: none;
}
@media screen and (max-width: 960px) {
  .-is-in-editor .c-body {
    margin-top: 39px;
  }
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 1000;
  background: #FFF;
  transition: transform 0.3s;
}
@media screen and (min-width: 961px) {
  .c-header.-js-scroll {
    transform: translateY(-142px);
  }
}
@media screen and (max-width: 960px) {
  .c-header {
    position: fixed;
    height: 112px;
  }
  .c-header.-js-scroll {
    transform: translateY(-37px);
  }
}
.c-header .gnav-overlay {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100vh + 1px);
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
.c-header .gnav-overlay.-js-opened {
  visibility: visible;
  opacity: 1;
}
.c-header .toggle-btn {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #FFF;
  font-size: 1.4rem;
  background: #FB9716;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
.c-header .toggle-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39px;
}
.c-header .toggle-btn span span {
  min-height: 19px;
  padding-left: 30px;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/sp-toggle-open.svg") 0 50%/22px 19px no-repeat;
}
@media screen and (min-width: 961px) {
  .c-header .toggle-btn {
    display: none !important;
  }
}
.c-header .gnav .toggle-btn {
  transform: none;
  position: relative;
  top: 0;
}
.c-header .gnav .toggle-btn span span {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/sp-toggle-close.svg");
  background-size: 19px auto;
}
.c-header .sub-logo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(38px, 8.72vw);
  height: min(38px, 8.72vw);
  margin: 0 auto 0 5px;
  background: #FFF;
  border-radius: 4px;
}

@media screen and (min-width: 961px) {
  .header-inner {
    padding: 0 10px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeBAMAAAAfu2n0AAAAD1BMVEXz8/P+/v75+fn29vb7+/s0nrpzAAAAFUlEQVQI12MQQIIOcKiABA2QIAoAAHi8A4EAJ2NqAAAAAElFTkSuQmCC) repeat-x left bottom;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 960px) {
  .header-inner {
    border-bottom: 4px solid #FB9716;
  }
}

.header-description {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3px 0;
  font-size: 9px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .header-description {
    height: 21px;
    padding: 5px 10px;
    font-size: min(2.8vw, 1.1rem);
    justify-content: center;
    background: #EDEDED;
  }
}
.header-description .ir .hs_cos_wrapper_type_rich_text {
  display: flex;
  align-items: center;
}
.header-description .company {
  padding: 3px 0;
}
.header-description .company ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-right: 1px solid #cecece;
}
.header-description .company ul li a {
  display: block;
  padding: 0 5px 0 13px;
  color: inherit;
  font-size: 1rem;
  line-height: 1.2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAMAAAAcTszfAAAABlBMVEXz8/P/mQCzPUQCAAAAEklEQVQI12NgZGRkAAHsNCYJAAI4ABblqXbaAAAAAElFTkSuQmCC) no-repeat 5px center;
}
.header-description .company ul li a:hover {
  color: #000;
  text-decoration: none;
}

.site-description {
  background: #fff;
  color: #272727;
  height: 26px;
  padding: 3px 9px;
}
@media screen and (max-width: 960px) {
  .site-description {
    height: 17px;
    padding: 6px 10px 0;
    line-height: 1.44;
    text-align: center;
  }
}
.site-description > * {
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.67;
}
@media screen and (max-width: 960px) {
  .site-description > * {
    padding: 0;
    font-size: min(2.3vw, 9px);
    line-height: 1;
  }
}

.header-information {
  max-width: 1100px;
  margin: -8px auto 0;
}
@media screen and (max-width: 960px) {
  .header-information {
    margin: 0;
    padding: 6px 16px 4px;
  }
}
@media screen and (max-width: 380px) {
  .header-information {
    padding: 6px 4px 4px;
  }
}
.header-information .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
@media screen and (max-width: 960px) {
  .header-information .inner {
    justify-content: flex-end;
    align-items: center;
    height: 62px;
  }
}
.header-information .inner .logo {
  font-size: 1.2rem;
}
.header-information .inner .logo .company {
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .header-information .inner .logo .widget-type-logo {
    width: max(108px, 27.7vw);
  }
}
.header-information .phone {
  white-space: nowrap;
  text-align: center;
  padding-left: 80px;
}
.header-information .phone a {
  display: block;
  color: #d10a2d;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.header-information .phone ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
  font-size: 1.2rem;
  gap: 0.2vw;
}
.header-information .phone ul li {
  padding: 4px 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #646464;
  background: linear-gradient(#9e9e9e, #646464);
  border-radius: 20px;
}

.gnav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 5px solid #fb9716;
}
@media screen and (max-width: 960px) {
  .gnav {
    display: block;
    position: fixed;
    top: 0;
    left: auto;
    right: -100vw;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    border: none;
    transition: right 0.4s linear;
  }
  .gnav.-js-opened {
    right: 0;
  }
  .gnav .nav-inner {
    padding: 0 20px 24px;
    background: #FB9716;
  }
  .gnav .contact {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 20px 60px;
  }
  .gnav .contact > * {
    max-width: 250px;
    margin: 0 auto 24px;
  }
}
.gnav ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.gnav ul li {
  color: #FFF;
}
.gnav a {
  color: inherit;
  text-decoration: none;
}
.gnav a:hover {
  text-decoration: underline;
}
.gnav .category {
  padding-top: 5px;
  background: #fb9716;
}
.gnav.gnav_flets{
  border-color: #1553ab;
}
.gnav.gnav_starts{
  border-color: #068633; 
}
.gnav .category.gnav_flets{
  background: #1553ab;
}
.gnav .category.gnav_starts{ 
  background: #068633;
}
.gnav .pc-menu .main-nav li.current .hs-menu-depth-1.active-branch > a{
  color: #fb7216;
}
.gnav.gnav_starts .pc-menu .main-nav li.current .hs-menu-depth-1.active-branch > a{
  color: #068633 !important;
}
.gnav.gnav_flets .pc-menu .main-nav li.current .hs-menu-depth-1.active-branch > a{
  color: #1553ab !important;
}
.gnav .category > ul > li {
  position: relative;
  flex: 1;
  padding: 0 12px 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.gnav .category > ul > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 1px;
  height: 35px;
  margin: auto;
  background: #d06a1e;
  border-right: 1px solid #ffc484;
}
.gnav .category.gnav_flets > ul > li::after {
  background: #15158b;
  border-right: 1px solid #fff;
}
.gnav .category.gnav_starts > ul > li::after {
  background: #065516;
  border-right: 1px solid #fff;
}
.gnav .category > ul > li:first-child {
  padding-left: 0;
}
.gnav .category > ul > li:last-child {
  padding-right: 0;
}
.gnav .category > ul > li:last-child::after {
  content: none;
}
.gnav .category > ul > li strong {
  font-size: 1.9rem;
}
.gnav .category > ul > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0 10px;
}
.gnav .category > ul > li .icon {
  margin-right: 5px;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  opacity: 0.6;
}
.gnav .category > ul > li .icon.-phone {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_hikari.png");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_hikari.png");
}
.gnav .category > ul > li .icon.-network {
  width: 27px;
  height: 20px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_flets.png");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_flets.png");
}
.gnav .category > ul > li .icon.-company {
  width: 23px;
  height: 20px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_starts.png");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_starts.png");
}
.gnav .category > ul > li.current {
  color: #333;
}
.gnav .category > ul > li.current > span {
  background: #FFF;
  border-radius: 5px 5px 0 0;
}
.gnav .sp-nav-header {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
}
@media screen and (min-width: 961px) {
  .gnav .sp-nav-header {
    display: none;
  }
}
.gnav .sp-nav-header .widget-type-logo {
  width: 30.77vw;
  flex: 0 0 auto;
}
.gnav .nav-inner .contact {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 20px 36px;
  background: #FFF;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 961px) {
  .gnav .nav-inner .contact {
    display: none;
  }
}
.gnav .nav-inner .contact > * {
  width: 100%;
  max-width: 310px;
  margin: 0 auto 24px;
}
.gnav .nav-inner .contact .button.-blue {
  min-height: 58px;
  padding: 6px 10px;
  color: #FFF;
  text-decoration: none;
  background: #2f83c2;
  box-shadow: 0 4px 0 #315fa0;
  border-radius: 4px;
}
.gnav .nav-inner .contact .button.-blue .icon {
  display: block;
  position: relative;
  right: 0;
  width: min(7.7vw, 30px);
  height: min(7vw, 43px);
  margin: 0 10px 0 0;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/icon-phone.png") 50% 50%/contain no-repeat;
  -webkit-mask-image: none;
  mask-image: none;
}
.gnav .nav-inner .contact .button.-blue small {
  font-size: min(2.8vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .gnav .nav-inner .contact .button.-blue small {
    display: block;
    margin-bottom: 3px;
  }
}
.gnav .nav-inner .contact .button.-blue .tel {
  display: block;
  margin: 0;
  font-size: min(6.4vw, 3.1rem);
  font-weight: bold;
  line-height: 1;
}
.gnav .nav-inner .contact .button.-green {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 10px 13px;
  color: #FFF;
  font-size: min(4.6vw, 1.8rem);
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(to bottom, #00C200, #00AD00);
  box-shadow: 0 4px 0 #008B00;
  border-radius: 4px;
}
.gnav .nav-inner .contact .button.-green .icon {
  display: none;
}
.gnav .nav-inner .contact .button.-green > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gnav .nav-inner .contact .button.-green > span::before, .gnav .nav-inner .contact .button.-green > span::after {
  content: "";
  display: inline-block;
}
.gnav .nav-inner .contact .button.-green > span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/double-arrow.svg") 0 50%/contain no-repeat;
}
.gnav .nav-inner .contact .button.-green > span::after {
  width: 1.17em;
  height: 28px;
  margin-left: 1.33em;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/icon-calculator.svg") 0 50%/contain no-repeat;
}
.gnav .pc-menu .main-nav > ul > li {
  display: block;
  width: 100%;
}
.gnav .pc-menu .main-nav > ul > li:not(.current) {
  display: none;
}
.gnav .pc-menu .main-nav .hs-menu-depth-1 {
  flex: 1;
}
.gnav .pc-menu .main-nav .hs-menu-depth-1:not(:last-child) {
  border-right: 2px dotted #e6e6e6;
}
.gnav .pc-menu .main-nav .hs-menu-depth-1 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 53px;
  color: #333;
}
.gnav .pc-menu .main-nav .hs-item-has-children:hover .hs-menu-children-wrapper {
  display: flex;
}
.gnav .pc-menu .main-nav .hs-menu-children-wrapper {
  display: none;
}
@media screen and (min-width: 961px) {
  .gnav .pc-menu .main-nav .hs-menu-children-wrapper {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
    max-width: none;
    padding: 20px;
    gap: 10px 36px;
    background: rgba(0, 0, 0, 0.6);
  }
  .gnav .pc-menu .main-nav .hs-menu-children-wrapper li a {
    display: block;
    padding-left: 23px;
    font-size: 1.5rem;
    line-height: 17px;
    background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ar_slist_gnav.png") no-repeat left center;
  }
}
@media screen and (max-width: 960px) {
  .gnav .pc-menu .main-nav .hs-menu-children-wrapper {
    position: relative;
    margin: 0 20px;
    padding-top: 25px;
    border-top: 1px solid #E6E6E6;
  }
  .gnav .pc-menu .main-nav .hs-menu-children-wrapper li {
    margin-bottom: 25px;
  }
  .gnav .pc-menu .main-nav .hs-menu-children-wrapper li a {
    color: inherit;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
  }
}
.gnav .sp-menu {
  background: #FFF;
  border-radius: 8px 8px 0 0;
}
.gnav .sp-menu ul {
  display: block;
}
.gnav .sp-menu ul li {
  color: #333333;
}
.gnav .sp-menu .main-nav > ul > li {
  position: relative;
  border-bottom: 1px solid #C8C8C8;
}
.gnav .sp-menu .main-nav > ul > li > span {
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 50px;
}
.gnav .sp-menu .main-nav > ul > li > span > a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.gnav .sp-menu .main-nav > ul > li > span > a strong {
  font-size: 1.8rem;
}
.gnav .sp-menu .main-nav > ul > li .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 30px;
  margin: auto;
  background: #FB9716;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
}
.gnav .sp-menu .main-nav > ul > li .icon.-phone {
  height: 22px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_hikari.png");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_hikari.png");
}
.gnav .sp-menu .main-nav > ul > li .icon.-network {
  height: 22px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_flets.png");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_flets.png");
}
.gnav .sp-menu .main-nav > ul > li .icon.-company {
  height: 20px;
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_starts.png");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_ftl_gnav_starts.png");
}
.gnav .sp-menu .main-nav > ul > li .arrow {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 24px;
  margin: auto;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/sp-nav-arrow.svg") 0 0/contain no-repeat;
}
.gnav .sp-menu .main-nav > ul > li .sp-toggle {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  background: transparent;
  border: none;
}
.gnav .sp-menu .main-nav > ul > li .sp-toggle::before, .gnav .sp-menu .main-nav > ul > li .sp-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 4px;
  margin: auto;
  border-radius: 2px;
  background: #333333;
}
.gnav .sp-menu .main-nav > ul > li .sp-toggle::before {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.gnav .sp-menu .main-nav > ul > li .sp-toggle.-js-show::before {
  transform: rotate(0);
}
.gnav .sp-menu .main-nav .sp-nav {
  display: none;
  padding: 0 20px;
}
.gnav .sp-menu .main-nav .sp-nav ul:not(.hs-menu-children-wrapper) {
  border-top: 1px solid #E6E6E6;
}
.gnav .sp-menu .main-nav .sp-nav li {
  padding: 20px 0;
  border-top: 1px solid #E6E6E6;
}
.gnav .sp-menu .main-nav .sp-nav li.hs-item-has-children {
  position: relative;
}
.gnav .sp-menu .main-nav .sp-nav li.hs-item-has-children::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 17px;
  height: 10px;
  margin: auto;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/sp-nav-arrow.svg") 0 0/contain no-repeat;
  transform: rotate(90deg);
  transition: all 0.3s linear;
}
.gnav .sp-menu .main-nav .sp-nav li.hs-item-has-children > a {
  margin-right: 44px;
}
.gnav .sp-menu .main-nav .sp-nav li.hs-item-has-children.-js-opened::after {
  top: 18px;
  transform: rotate(-90deg);
}
.gnav .sp-menu .main-nav .sp-nav a {
  color: #262626;
  font-size: 1.4rem;
  text-decoration: underline;
}
.gnav .sp-menu .main-nav .sp-nav .hs-menu-children-wrapper {
  display: none;
  margin: 20px -20px -21px;
  padding: 9px 34px;
  background: #F2F2F2;
}
.gnav .sp-menu .main-nav .sp-nav .hs-menu-children-wrapper li {
  padding: 15px 0;
  border: none;
}

@media screen and (max-width: 960px) {
  .sp-scroll {
    height: 100%;
    max-height: calc(100vh - 129px);
    max-height: calc(100dvh - 129px);
    overflow-y: auto;
  }
}

.header-information .inner > .contact,
.sp-nav-header .contact {
  margin-left: 10px;
  background: transparent;
}
.header-information .inner > .contact > *,
.sp-nav-header .contact > * {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .header-information .inner > .contact,
  .sp-nav-header .contact {
    display: flex;
    gap: 3px;
    padding: 0;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button,
  .sp-nav-header .contact .cmn83_header-contact-link .button {
    flex-direction: column;
    width: min(62px, 15.9vw);
    height: min(62px, 15.38vw);
    padding: 0;
    font-size: 8px;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 8px;
    box-shadow: none;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button::before, .header-information .inner > .contact .cmn83_header-contact-link .button::after,
  .sp-nav-header .contact .cmn83_header-contact-link .button::before,
  .sp-nav-header .contact .cmn83_header-contact-link .button::after {
    content: none;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button .icon,
  .sp-nav-header .contact .cmn83_header-contact-link .button .icon {
    position: relative;
    top: auto;
    left: 0;
    margin: 0 0 6px;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button .icon.-file,
  .sp-nav-header .contact .cmn83_header-contact-link .button .icon.-file {
    width: 25px;
    height: 24px;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button .icon.-phone,
  .sp-nav-header .contact .cmn83_header-contact-link .button .icon.-phone {
    width: 16px;
    height: 24px;
  }
}

.sp-nav-header .contact {
  justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .switch-gt {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .switch-lt {
    display: none !important;
  }
}/*======================================================================
 * footer
======================================================================*/
.c-footer .banner-slides {
  max-width: 965px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-footer .banner-slides {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .banner-slides {
    margin: 0 -20px;
    padding: 32px 10px;
    background: #E6E6E6;
  }
}

.pagetop {
  -webkit-appearance: none;
  appearance: none;
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 40px;
  height: 53px;
  cursor: pointer;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/btn_pagetop.png") 0 0/cover no-repeat;
  border: none;
  z-index: 99;
}
.pagetop:hover {
  background-position: 100% 0;
}
.pagetop.-js-stop {
  position: absolute;
  top: 60px;
}

.footer-faq {
  padding-bottom: 32px;
  background-color: #fffaf3;
  border-top: 2px solid #f4efe9;
}
@media screen and (max-width: 768px) {
  .footer-faq {
    padding-bottom: 64px;
  }
}
.footer-faq-title {
  display: block;
  height: 90px;
  margin-bottom: 18px;
  padding: 35px 0 23px 100px;
  color: #333333;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/bg-footer-faq.png") 0 50%/auto 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .footer-faq-title {
    height: 60px;
    padding: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .footer-faq-title .hs_cos_wrapper_type_text strong {
    font-size: 3.6rem;
  }
}
.footer-faq-inner .cmn90_footer-faq {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 33px;
}
@media screen and (max-width: 768px) {
  .footer-faq-inner .cmn90_footer-faq {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-faq-inner .cmn90_footer-faq dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(25% - 25px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer-faq-inner .cmn90_footer-faq dl {
    width: 100%;
  }
}
.footer-faq-inner .cmn90_footer-faq dt a {
  display: block;
  min-height: 60px;
  padding: 0 0 10px 44px;
  color: #0f5f94;
  font-size: 1.5rem;
  line-height: 1.33;
  text-decoration: underline;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_bnr_area.png") no-repeat left top;
}
@media screen and (max-width: 768px) {
  .footer-faq-inner .cmn90_footer-faq dt a {
    padding-left: 48px;
    font-size: 1.6rem;
  }
}
.footer-faq-inner .cmn90_footer-faq dt a:hover {
  text-decoration: none;
}
.footer-faq-inner .cmn90_footer-faq dd {
  margin: 0;
}

.footer-main {
  position: relative;
  padding: 20px 0 34px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEuCAAAAABq8ycCAAAAJ0lEQVR4AWP6x8RABPxPgfx/3DLkiFMuSrlK+ttDWBRTnDIZylMAAHX+G0PsJhahAAAAAElFTkSuQmCC) repeat-x left bottom;
  border-top: 5px solid #4779be;
}
@media screen and (max-width: 768px) {
  .footer-main {
    border-top-width: 6px;
    padding: 48px 20px 0;
    background: transparent;
  }
}
.footer-main .banner {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-main .banner {
    margin-bottom: 48px;
  }
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-maps-title {
  width: 155px;
}
.footer-maps-title a {
  display: block;
  color: #0d3875;
  font-size: 1.1rem;
  line-height: 1.3;
}

.footer-maps {
  width: calc(100% - 181px);
  max-width: 777px;
  padding: 10px;
  background-color: #f6f6f6;
  border-bottom: 10px solid #f6f6f6;
}
.footer-maps .cmn91_footer-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-maps .cmn91_footer-map ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-maps .cmn91_footer-map .item {
  margin: 0;
}
.footer-maps .cmn91_footer-map .item.-col2 {
  width: calc(50% - 8px);
}
.footer-maps .cmn91_footer-map .item.-col2:not(:nth-last-child(n-2)) {
  margin-bottom: 20px;
}
.footer-maps .cmn91_footer-map .item.-col4 {
  width: 100%;
}
.footer-maps .cmn91_footer-map .item.-col4:not(:last-child) {
  margin-bottom: 20px;
}
.footer-maps .cmn91_footer-map .item dt {
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  background: #FFF;
  border: 1px solid #d8d8d8;
  border-width: 1px 0 0 1px;
}
.footer-maps .cmn91_footer-map .item dt .icon {
  margin-right: 8px;
}
.footer-maps .cmn91_footer-map .item dd {
  display: flex;
  gap: 8px;
  margin: 0;
  font-size: 1.2rem;
}
.footer-maps .cmn91_footer-map .item dd > * {
  flex: 1;
  position: relative;
}
.footer-maps .cmn91_footer-map .item dd > *::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cacaca;
  border-right: 1px solid #ffffff;
}
.footer-maps .cmn91_footer-map .item dd .hs-menu-children-wrapper {
  padding-left: 13px;
  font-size: 1.1rem;
}
.footer-maps .cmn91_footer-map .item a {
  display: block;
  position: relative;
  padding: 3px 3px 3px 11px;
  color: #121212;
  line-height: 1.2;
  background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEWHh4f29vZy62HfAAAAD0lEQVQIHWO4wcQABEASAAo+AbWdgPdWAAAAAElFTkSuQmCC) no-repeat left center;
}
.footer-maps .cmn91_footer-map .item a:hover {
  text-decoration: none;
}

.footer-pr {
  margin-bottom: 34px;
  color: #666;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-pr {
    margin-bottom: 65px;
    padding: 0;
    font-size: 1.4rem;
  }
}
.footer-pr .border-box {
  margin-bottom: 15px;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 2px -2px rgba(255, 255, 255, 0.76);
}
@media screen and (max-width: 768px) {
  .footer-pr .border-box {
    margin-bottom: 12px;
    padding: 24px 16px;
    font-size: 1.6rem;
    background: transparent;
    box-shadow: none;
  }
}
.footer-pr .border-box h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #666;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  border-bottom: 1px dotted #999;
}
@media screen and (max-width: 768px) {
  .footer-pr .border-box h2 {
    margin-bottom: 16px;
    padding-bottom: 25px;
    line-height: 1.6;
    text-align: left;
  }
}
.footer-pr p {
  margin: 0;
}
.footer-pr p + p {
  margin-top: 1em;
}

.footer-bottom {
  background-color: #4779be;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 24px 20px;
  }
}
.footer-bottom .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-bottom .inner {
    display: block;
  }
}
.footer-bottom .footer-submenu ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-submenu ul {
    gap: 1em;
    margin-bottom: 25px;
  }
}
.footer-bottom .footer-submenu ul li {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-submenu ul li:not(:last-child) {
    padding-right: 1em;
    border-right: 1px solid #FFF;
  }
}
.footer-bottom .footer-submenu a {
  display: block;
  margin-right: 10px;
  padding: 5px 5px 5px 11px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHAQMAAAARXq6uAAAABlBMVEX///9Heb7yMxQPAAAAEklEQVQIHWOWYa4DwxBmLeZrABJkAwCmcJd/AAAAAElFTkSuQmCC) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-submenu a {
    margin-right: 0;
    padding: 0;
    font-size: 1.3rem;
    text-decoration: none;
    background: transparent;
  }
}
.footer-bottom .footer-submenu a:hover {
  color: #eee;
  text-decoration: none;
}
.footer-bottom .copyright {
  padding: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer-bottom .copyright {
    padding: 0;
    font-size: 1.3rem;
    text-align: center;
  }
}@charset "UTF-8";
/*======================================================================
 * ページタイトル
======================================================================*/
@media screen and (max-width: 768px) {
  .page-title {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-title .cmn61_page-mv {
  background: #e9e9e9;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page-title .cmn61_page-mv {
    padding: 0 20px 32px;
    background: transparent;
  }
}
.page-title .cmn61_page-mv picture {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.page-title .c-breadcrumb {
  padding: 10px 20px 45px;
}
@media screen and (max-width: 768px) {
  .page-title .c-breadcrumb {
    padding: 16px 20px 32px;
  }
}
.page-title .c-breadcrumb .cmn80_breadcrumb {
  max-width: 960px;
  margin: 0 auto;
}
.page-title .c-breadcrumb ul {
  padding: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.page-title .c-breadcrumb ul li {
  position: relative;
  padding-right: 15px;
  color: #FFF;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-title .c-breadcrumb ul li {
    padding-right: 10px;
    font-size: 1.1rem;
  }
}
.page-title .c-breadcrumb ul li::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
@media screen and (max-width: 768px) {
  .page-title .c-breadcrumb ul li::after {
    right: -10px;
    border-width: 16px 10px;
  }
}
.page-title .c-breadcrumb ul li:first-child::after {
  border-color: #0d3875 #0d3875 #0d3875 #f5f1eb;
}
.page-title .c-breadcrumb ul li:first-child a {
  padding-left: 22px;
  color: #333;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/denwa-hikari2024/assets/images/common/ico_topicpath_home.png") 5px 50% no-repeat #f5f1eb;
}
@media screen and (max-width: 768px) {
  .page-title .c-breadcrumb ul li:first-child a {
    width: 32px;
    padding: 11px 0px 11px 32px;
    overflow: hidden;
    background-position: 9px 50%;
    border-radius: 2px 0 0 2px;
  }
}
.page-title .c-breadcrumb ul li:nth-child(2)::after {
  border-color: #0d3875 #0d3875 #0d3875 #869bba;
}
.page-title .c-breadcrumb ul li:nth-child(2) a {
  background: #869bba;
}
.page-title .c-breadcrumb ul li:last-child::after {
  border-color: transparent transparent transparent #0d3875;
}
.page-title .c-breadcrumb ul li:nth-last-child(3)::after {
  border-color: #869bba #869bba #869bba #f5f1eb;
}
.page-title .c-breadcrumb ul a,
.page-title .c-breadcrumb ul span {
  display: block;
  padding: 5px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .page-title .c-breadcrumb ul a,
  .page-title .c-breadcrumb ul span {
    padding: 11px 10px 10px;
  }
}
.page-title .c-breadcrumb ul span {
  font-weight: bold;
  background: #0d3875;
}.form-block h3 {
  margin: 0 0 28px;
  font-size: 2.4rem;
  text-align: center;
}
.form-block form {
  padding: 16px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(144, 144, 144, 0.35);
}
.form-block form select,
.form-block form textarea, .form-block form input[type=text], .form-block form input[type=email], .form-block form input[type=password], .form-block form input[type=tel], .form-block form input[type=number], .form-block form input[type=search], .form-block form input[type=date] {
  width: 100% !important;
  outline: none;
  padding: 12px 10px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .form-block form select,
  .form-block form textarea, .form-block form input[type=text], .form-block form input[type=email], .form-block form input[type=password], .form-block form input[type=tel], .form-block form input[type=number], .form-block form input[type=search], .form-block form input[type=date] {
    font-size: 1.4rem;
  }
}
.form-block form select::placeholder,
.form-block form textarea::placeholder, .form-block form input[type=text]::placeholder, .form-block form input[type=email]::placeholder, .form-block form input[type=password]::placeholder, .form-block form input[type=tel]::placeholder, .form-block form input[type=number]::placeholder, .form-block form input[type=search]::placeholder, .form-block form input[type=date]::placeholder {
  color: #B2B2B2;
}
.form-block form select:focus::placeholder,
.form-block form textarea:focus::placeholder, .form-block form input[type=text]:focus::placeholder, .form-block form input[type=email]:focus::placeholder, .form-block form input[type=password]:focus::placeholder, .form-block form input[type=tel]:focus::placeholder, .form-block form input[type=number]:focus::placeholder, .form-block form input[type=search]:focus::placeholder, .form-block form input[type=date]:focus::placeholder, .form-block form select:target::placeholder,
.form-block form textarea:target::placeholder, .form-block form input[type=text]:target::placeholder, .form-block form input[type=email]:target::placeholder, .form-block form input[type=password]:target::placeholder, .form-block form input[type=tel]:target::placeholder, .form-block form input[type=number]:target::placeholder, .form-block form input[type=search]:target::placeholder, .form-block form input[type=date]:target::placeholder {
  color: transparent;
}
.form-block form select.error,
.form-block form textarea.error, .form-block form input.error[type=text], .form-block form input.error[type=email], .form-block form input.error[type=password], .form-block form input.error[type=tel], .form-block form input.error[type=number], .form-block form input.error[type=search], .form-block form input.error[type=date], .form-block form select.invalid,
.form-block form textarea.invalid, .form-block form input.invalid[type=text], .form-block form input.invalid[type=email], .form-block form input.invalid[type=password], .form-block form input.invalid[type=tel], .form-block form input.invalid[type=number], .form-block form input.invalid[type=search], .form-block form input.invalid[type=date] {
  background: #FEF2F2;
  border-color: #DF1000;
}
.form-block form select[required],
.form-block form textarea[required], .form-block form input[required][type=text], .form-block form input[required][type=email], .form-block form input[required][type=password], .form-block form input[required][type=tel], .form-block form input[required][type=number], .form-block form input[required][type=search], .form-block form input[required][type=date] {
  background: #FFFFCC;
}
.form-block form textarea {
  min-height: 200px;
  resize: vertical;
}
.form-block form input[type=file] {
  padding: initial;
  border: initial;
  background-color: transparent;
  cursor: pointer;
}
.form-block form input[type=submit] {
  margin: 0 auto;
  padding: 10px 5px;
  color: #FFF;
  font-size: min(4vw, 1.8rem);
  font-weight: bold;
  background: #FF5C00;
  border: none;
  border-radius: 4px;
}
.form-block .form-item,
.form-block .form-item > span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
}
.form-block .form-item label,
.form-block .form-item > span label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 6em;
}@charset "UTF-8";
/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------*/
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .u-mt-small {
    margin-top: 32px;
  }
}
.u-mt-default {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-mt-default {
    margin-top: 48px;
  }
}
.u-mt-large {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt-large {
    margin-top: 64px;
  }
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb-small {
    margin-bottom: 32px;
  }
}
.u-mb-default {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb-default {
    margin-bottom: 48px;
  }
}
.u-mb-large {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb-large {
    margin-bottom: 64px;
  }
}

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.u-ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.u-ofi.-contain {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}

.u-tab-switch-target, .-js-tab-target-hide, .-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show, .-js-tab-switch-show {
  animation: fade-in 0.25s ease-out;
  display: block;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .u-hover-flash {
    opacity: 1;
  }
  .u-hover-flash:hover {
    animation: hover_flash 1s ease;
  }
}

@keyframes hover_flash {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .u-fs-pc-14 {
    font-size: 1.4rem;
  }
}

.u-caution-list {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .u-caution-list {
    font-size: 1.4rem;
  }
}
.u-caution-list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .u-caution-list.-pc-align-right {
    text-align: right;
  }
}

.u-flex-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
@media screen and (max-width: 768px) {
  .u-flex-list {
    gap: 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-flex-list li {
    max-width: calc((100% - 10px) / 2);
  }
}
.u-flex-list img {
  height: auto !important;
}