/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  background-color: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

#wrapper {
  min-width: 1266px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: auto;
  }
}

img {
  width: 100%;
  height: auto;
}

.alpha {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 1;
}
.alpha:hover {
  opacity: 0.8;
}

.c-btn {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.029em;
  text-align: center;
  width: 356px;
  padding: 15px;
  background-color: #0054e5;
  border: solid 2px #0054e5;
  border-radius: 35px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 2rem;
    width: 100%;
    border-width: 1px;
  }
}
.c-btn:hover {
  color: #0054e5;
  background-color: #ffffff;
}

.swiper {
  padding-left: calc((100vw - 1156px) / 2) !important;
}
@media screen and (max-width: 768px) {
  .swiper {
    padding-left: 6vw !important;
  }
}
.swiper-slide {
  height: auto;
}
.swiper-slide-item {
  height: 100%;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 10px !important;
  border: solid 1px #707070 !important;
  background: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #0054e5 !important;
  border: solid 1px #0054e5 !important;
}
.swiper-button-next, .swiper-button-prev {
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  top: 45%;
  background-color: #ffffff;
  border: solid 2px #0054e5;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 1;
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #0054e5;
  font-size: 30px;
  font-weight: 700;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #0054e5;
  border: solid 2px #ffffff;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
.swiper-button-next {
  right: calc((100vw - 1156px) / 2);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 1280px) {
  .swiper-button-next {
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.swiper-button-prev {
  left: calc((100vw - 1156px) / 2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px) {
  .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.c-inner {
  width: 1156px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: 89.3333333333vw;
  }
}

.c-rt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8333;
}
@media screen and (max-width: 768px) {
  .c-rt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-rt:not(:last-child) {
  margin-bottom: 1em;
}

.c-title {
  text-align: center;
  line-height: 1.5;
}
.c-title_head {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title_head {
    font-size: 3.2rem;
  }
}
.c-title_rt {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-title_rt {
    font-size: 1.6rem;
  }
}

.visible_xs,
.visible_xs_inline,
.visible_xs_inline-block {
  display: none;
}

.visible_lg {
  display: block;
}

.visible_lg_inline {
  display: inline;
}

.visible_lg_inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .visible_lg,
  .visible_lg_inline,
  .visible_lg_inline-block {
    display: none;
  }
  .visible_xs {
    display: block;
  }
  .visible_xs_inline {
    display: inline;
  }
  .visible_xs_inline-block {
    display: inline-block;
  }
}
header {
  background-color: #0054e5;
  width: 100%;
  height: auto;
  padding: 25px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 0;
  }
}
header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 min(2.9283vw, 40px) 0 min(4.3924vw, 60px);
}
/* 追加：ボタン */
header .header_btns {
  display: flex;
  gap: 15px; 
  align-items: center;
}
/* スマホサイズ（768px以下）の調整 */
@media screen and (max-width: 768px) {
  header > div {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 min(5.333vw, 20px);
    box-sizing: border-box; 
  }
header .header_btns {
    flex-direction: column; 
    gap: 5px;
    align-items: flex-end;
  }
header .c-btn {
    width: 100px;
    font-size: 1.2rem;
    padding: 8px;
    text-align: center;
  }
}
header .siteID {
  width: 232px;
  height: auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  header .siteID {
    width: 158px;
  }
}
header .c-btn {
  color: #0054e5;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  background-color: #fff;
  width: 150px;
  padding: 10px;
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  header .c-btn {
    width: 120px;
    font-size: 1.4rem;
  }
}
header .c-btn:hover {
  color: #fff;
  background-color: #0054e5;
}

main {
  background-color: #f5f5f5;
}

footer .contact {
  background-color: #0054e5;
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  footer .contact {
    padding: 50px 0;
  }
}
footer .contact .inquiry_head {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5833;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  footer .contact .inquiry_head {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 35px;
  }
}
footer .contact .inquiry_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .contact .inquiry_list {
    display: block;
  }
}
footer .contact .inquiry_list_item {
  width: 556px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
@media screen and (max-width: 768px) {
  footer .contact .inquiry_list_item {
    width: 100%;
    padding: 30px 20px;
    display: block;
  }
  footer .contact .inquiry_list_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
footer .contact .inquiry_list_item_rt {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .contact .inquiry_list_item_rt_tell {
  color: #0054e5;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  cursor: text;
}
@media screen and (max-width: 768px) {
  footer .contact .inquiry_list_item_rt_tell {
    margin-bottom: 15px;
  }
}
footer .contact .inquiry_list_item_rt_tell a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer .contact .inquiry_list_item_rt_tell a {
    pointer-events: auto;
  }
}
footer .contact .inquiry_list_item_rt_time {
  font-size: 1.4rem;
  font-weight: 500;
}
footer .siteID {
  width: 342px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .siteID {
    width: 296px;
  }
}
footer .information {
  background-color: #fff;
  padding: 95px 0 55px;
}
@media screen and (max-width: 768px) {
  footer .information {
    padding: 70px 0 60px;
  }
}
footer .information .footerInfo {
  border-top: solid 1px #dedede;
  padding-top: 40px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  footer .information .footerInfo {
    border: none;
    padding: 0;
    margin-top: 78px;
    display: block;
  }
}
footer .information .footerInfo_address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8571;
  margin-right: auto;
  margin-bottom: 40px;
}
footer .information .footerInfo_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .information .footerInfo_nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }
}
footer .information .footerInfo_nav li {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  footer .information .footerInfo_nav li {
    margin: 0;
    margin-right: 2em;
  }
}
footer .information .footerInfo_nav li a {
  text-decoration: underline;
}
footer .information .footerInfo_nav li a:hover {
  text-decoration: none;
}
footer .information .footerInfo .copyright {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .information .footerInfo .copyright {
    text-align: left;
  }
}

#home header {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #home header {
    padding-bottom: 10px;
  }
}
#home .mv {
  background-color: #0054e5;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #home .mv {
    padding-top: 35px;
  }
}
#home .mv_inner {
  width: 1154px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #home .mv_inner {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
#home .mv_inner_txt {
  margin-right: 78px;
}
@media screen and (max-width: 768px) {
  #home .mv_inner_txt {
    margin: 0 0 30px;
  }
}
#home .mv_inner_h2_title {
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.48;
}
@media screen and (max-width: 768px) {
  #home .mv_inner_h2_title {
    font-size: 3.6rem;
    line-height: 1.4167;
    white-space: nowrap;
  }
}
#home .mv_inner figure {
  width: 546px;
}
@media screen and (max-width: 768px) {
  #home .mv_inner figure {
    width: 100%;
  }
}
#home section#sec01 {
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  #home section#sec01 {
    padding: 60px 0 90px;
  }
}
#home section#sec01 .mainTitle {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #home section#sec01 .mainTitle {
    text-align: left;
    margin-bottom: 30px;
  }
}
#home section#sec01 .mainTitle_subHead {
  font-size: 2rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #home section#sec01 .mainTitle_subHead {
    font-size: 1.8rem;
  }
}
#home section#sec01 .mainTitle_head {
  font-size: 4rem;
  line-height: 1.2188;
}
@media screen and (max-width: 768px) {
  #home section#sec01 .mainTitle_head {
    font-size: 3.2rem;
  }
}
#home section#sec01 .mainTitle_head em {
  color: #0054e5;
}
#home section#sec01 .solution_fig {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #home section#sec01 .solution_fig {
    margin-bottom: 30px;
  }
}
#home section#sec01 .solution_arrow {
  width: 112px;
  margin: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #home section#sec01 .solution_arrow {
    width: 80px;
    margin-bottom: 20px;
  }
}
#home section#sec01 .solution_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2188;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home section#sec01 .solution_title {
    margin-bottom: 30px;
    text-align: left;
  }
}
#home section#sec01 .solution_text {
  width: 756px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #home section#sec01 .solution_text {
    width: 100%;
  }
}
#home section#sec02 {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  #home section#sec02 {
    padding-bottom: 90px;
  }
}
#home section#sec02 .knowhow_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #home section#sec02 .knowhow_list_item {
    display: block;
  }
}
#home section#sec02 .knowhow_list_item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #home section#sec02 .knowhow_list_item:not(:last-child) {
    margin-bottom: 60px;
  }
}
#home section#sec02 .knowhow_list_item_text {
  width: 556px;
}
@media screen and (max-width: 768px) {
  #home section#sec02 .knowhow_list_item_text {
    width: 100%;
  }
}
#home section#sec02 .knowhow_list_item_text_head {
  color: #0054e5;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 35px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #home section#sec02 .knowhow_list_item_text_head {
    font-size: 2.4rem;
    line-height: 1.5833;
    margin-bottom: 15px;
  }
}
#home section#sec02 .knowhow_list_item_text_rt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8333;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #home section#sec02 .knowhow_list_item_text_rt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
#home section#sec02 .knowhow_list_item_text_rt:nth-of-type(2) {
  margin-bottom: 0;
}
#home section#sec02 .knowhow_list_item_text:only-child {
  width: 100%;
}
#home section#sec02 .knowhow_list_item_text_info {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 25px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #home section#sec02 .knowhow_list_item_text_info {
    padding: 15px;
    margin-top: 20px;
  }
}
#home section#sec02 .knowhow_list_item_text_info p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #home section#sec02 .knowhow_list_item_text_info p {
    font-size: 1.8rem;
  }
}
#home section#sec02 .knowhow_list_item_text_info p em {
  color: #0054e5;
}
#home section#sec02 .knowhow_list_item_fig {
  width: 556px;
}
@media screen and (max-width: 768px) {
  #home section#sec02 .knowhow_list_item_fig {
    width: 100%;
    margin-bottom: 20px;
  }
}
#home section#sec02 .knowhow_list_item_fig_notice {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
  margin-top: 1em;
}
#home section#sec02 .knowhow_list_item.is-hidden {
  display: none !important;
}
#home section#sec03 {
  padding: 0 0 85px;
}
#home section#sec03 .c-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #home section#sec03 .c-title {
    margin-bottom: 40px;
    text-align: left;
  }
}
#home section#sec03 .voice_clm {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #home section#sec03 .voice_clm {
    margin-bottom: 42px;
  }
}
#home section#sec03 .voice_clm_item {
  width: 55.3441vw;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px;
  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 screen and (max-width: 1280px) {
  #home section#sec03 .voice_clm_item {
    padding: 4.3924vw;
    width: 74vw;
  }
}
@media screen and (max-width: 768px) {
  #home section#sec03 .voice_clm_item {
    width: 84vw;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#home section#sec03 .voice_clm_item_fig {
  width: 18.6335%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #home section#sec03 .voice_clm_item_fig {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home section#sec03 .voice_clm_item_fig figure {
  width: 100%;
  margin: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #home section#sec03 .voice_clm_item_fig figure {
    width: 76px;
    margin: 0;
    margin-right: 20px;
  }
}
#home section#sec03 .voice_clm_item_fig p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #home section#sec03 .voice_clm_item_fig p {
    margin: 0;
  }
}
#home section#sec03 .voice_clm_item_rt {
  width: 73%;
}
@media screen and (max-width: 768px) {
  #home section#sec03 .voice_clm_item_rt {
    width: 100%;
  }
}
#home section#sec03 .voice_clm_item_rt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
#home section#sec03 .voice_clm_item_rt p:not(:last-child) {
  margin-bottom: 1em;
}
#home section#sec03 .voice_clm_item_rt p em {
  color: #0054e5;
  font-weight: 700;
}

#company .c-title {
  color: #494645;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #company .c-title {
    margin-bottom: 45px;
  }
}
#company section#sec01 {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #company section#sec01 {
    padding: 55px 0 70px;
  }
}
#company section#sec01 .c-inner {
  width: 1088px;
}
@media screen and (max-width: 768px) {
  #company section#sec01 .c-inner {
    width: 89.3333333333vw;
  }
}
#company section#sec01 .company_table {
  width: 100%;
  border-top: 1px solid #8b8b8b;
}
#company section#sec01 .company_table th,
#company section#sec01 .company_table td {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: solid 1px #8b8b8b;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  #company section#sec01 .company_table th,
  #company section#sec01 .company_table td {
    display: block;
    padding: 20px 0;
  }
}
#company section#sec01 .company_table th {
  width: 18.3824%;
}
@media screen and (max-width: 768px) {
  #company section#sec01 .company_table th {
    width: 100%;
    border-width: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #company section#sec01 .company_table td {
    font-size: 1.4rem;
    line-height: 1.4286;
    padding-top: 0;
  }
}
#company section#sec01 .company_table td p {
  margin-bottom: 0.5em;
}
#company section#sec01 .company_table td ul {
  padding-left: 0.5em;
}
#company section#sec01 .company_table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#company section#sec02 .googleMaps {
  position: relative;
  width: 100%;
  height: 500px;
}
#company section#sec02 .googleMaps::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #97fb97;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  pointer-events: none;
}
#company section#sec02 .googleMaps iframe {
  width: 100%;
  height: 500px;
}

#privacy .c-title {
  color: #494645;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #privacy .c-title {
    margin-bottom: 45px;
  }
}
#privacy section#sec01 {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 {
    padding: 55px 0 70px;
  }
}
#privacy section#sec01 .c-inner {
  width: 1088px;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 .c-inner {
    width: 89.3333333333vw;
  }
}
#privacy section#sec01 .privacy {
  color: #494645;
}
#privacy section#sec01 .privacy_lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 .privacy_lead {
    margin-bottom: 45px;
  }
}
#privacy section#sec01 .privacy_dl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 .privacy_dl {
    margin-bottom: 45px;
  }
}
#privacy section#sec01 .privacy_dl dt {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 .privacy_dl dt {
    margin-bottom: 25px;
  }
}
#privacy section#sec01 .privacy_dl dt h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 .privacy_dl dt h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#privacy section#sec01 .privacy_dl dd {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 .privacy_dl dd {
    padding: 0;
  }
}
#privacy section#sec01 .privacy_dl dd h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 .privacy_dl dd h4 {
    font-size: 1.6rem;
  }
}
#privacy section#sec01 .privacy_name {
  text-align: right;
}
#privacy section#sec01 .privacy_name ul li {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #privacy section#sec01 .privacy_name ul li {
    font-size: 1.2rem;
    line-height: 1.6667;
  }
}
/* ==========================================
   追加：ヘッダーナビゲーションタブ
   ========================================== */

/* タブ全体のコンテナを固定設定にする */
#wrapper .header-tabs {
    background: #fff !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 2px solid #333 !important; /* 下線を少し太くして視認性アップ */
    width: 100% !important;
    
    /* スクロール固定の設定 */
    position: -webkit-sticky; /* Safari対応 */
    position: sticky; 
    top: 0;           /* 画面の一番上で止まる */
    z-index: 9999;    /* 他のコンテンツより上に表示 */
}

#wrapper .header-tabs ul {
    max-width: 1000px;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: center;
}

#wrapper .header-tabs ul li {
    flex: 1;
    position: relative;
    margin: 0 !important;
}

/* メインリンク：文字サイズを大きく設定 */
#wrapper .header-tabs ul li a.main-link {
    display: block !important;
    padding: 20px 0 !important;   /* 上下の余白を広げて押しやすく */
    text-align: center !important;
    font-weight: bold !important;
    color: #333 !important;
    text-decoration: none !important;
    border-right: 1px solid #eee !important;
    background: #fff !important;
    
    /* 文字サイズの調整 */
    font-size: 20px !important;   /* 16pxから20pxに拡大 */
    letter-spacing: 0.05em;       /* 文字間隔を少し広げて読みやすく */
}

/* サブメニューの中の文字も少し大きくする */
#wrapper .header-tabs ul li ul.sub-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #ddd !important;
}

#wrapper .header-tabs ul li:hover ul.sub-menu {
    display: block !important;
}

#wrapper .header-tabs ul li ul.sub-menu li a {
    display: block !important;
    padding: 15px !important;
    font-size: 18px !important;   /* サブメニューも18pxに拡大 */
    color: #555 !important;
    text-decoration: none !important;
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
}

#wrapper .header-tabs ul li ul.sub-menu li a:hover {
    background: #f5f5f5 !important;
    color: #007bff !important;
}

/* スマホ表示の時の調整 */
@media screen and (max-width: 768px) {
    #wrapper .header-tabs ul li a.main-link {
        font-size: 16px !important; /* スマホでは少しサイズを落として入り切るように */
        padding: 15px 0 !important;
    }
}
