/* ====================
 # CASTER BIZ
 ===================== */

/* Reset -------------- */
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}


figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role="button"] {
  cursor: pointer
}

select {
  word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

/* Base -------------- */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,
body {
  scroll-padding-top: 86px;
  /* ページ内スクロールの着地点をずらす */
}

body {
  position: relative;
  font-family: "Futo Go B101", sans-serif;
  font-style: normal;
  color: white;
  background-color: #000;
}

p {
  margin: 0;
}

.hidden {
  overflow-x: hidden;
}

rt {
  margin-bottom: .5em;
  transform: translateY(-.5em);
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media (min-width: 1200px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

/* Button -------------- */
.button {
  display: block;
  margin-top: 20px;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 1;
  border-radius: 50px;
}

.button-blue {
  border: 1px solid #09499d;
  background-color: #09499d;
  color: #FFFFFF;
}

.button-blue:hover {
  border: 1px solid #09499b !important;
  background-color: #000 !important;
}

.casestudy .button-blue:hover {
  border: 1px solid #000 !important;
}

.button-hover-blue:hover {
  border-color: #09499d !important;
  background-color: #09499d;
  color: #FFFFFF !important;
}

.button-black {
  border: 1px solid #fff;
  color: #FFFFFF;
}

.button-black:hover {
  color: #000;
  background-color: #fff !important;
}


.service_pc_button,
.menu_pc_button,
.support_pc_button {
  display: none;
}

.service_sp_button,
.menu_sp_button,
.support_sp_button {
  display: block;
  padding: 0 8px;
}

@media (min-width: 1000px) {
  .button {
    display: block;
    width: 325px;
    margin-top: 50px;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    z-index: 1;
    border-radius: 50px;
  }

  .service_pc_button,
  .menu_pc_button,
  .support_pc_button {
    display: block;
  }

  .service_sp_button,
  .menu_sp_button,
  .support_sp_button {
    display: none;
  }
}


/* SiteHeader -------------- */
.siteHeader {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  padding: 0 40px;
  transition: 200ms background-color ease-out;
}

.siteHeader-name {
  line-height: 1;
}

.siteHeader-logo {
  width: 208px;
  height: 43px;
}

.siteHeader-logo[id="headerLogo"],
.siteHeader-logo[id="headerLogoSwap"],
.siteHeader-logo[id="headerLogo2"],
.siteHeader-logo[id="headerLogoSwap2"] {
  display: none;
}

.siteHeader-logo[id="headerLogo"].is-logo-show,
.siteHeader-logo[id="headerLogoSwap"].is-logo-show,
.siteHeader-logo[id="headerLogo2"].is-logo-show,
.siteHeader-logo[id="headerLogoSwap2"].is-logo-show {
  display: block;
}

.siteHeader-dummy {
  position: relative;
  padding: 15px 25px 15px 20px;
  z-index: 3;
}

.siteHeader-dummyLogo {
  width: 100%;
  max-height: 60px;
  height: auto;
}

.siteHeader-contact {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.siteHeader-contactTel {
  display: none;
}

.siteHeader-contactTel * {
  margin: 0;
}

.siteHeader-contactMailIcon {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 53px;
  line-height: 1;
}

.siteHeader-contactMailButton {
  display: none;
  height: 61px;
}

.siteHeader-nav {
  position: absolute;
  top: 0;
  left: 0;
}

.siteHeader-navButton {
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  height: 53px;
  padding: 0 12px;
}

.siteHeader-navButton:focus {
  outline: none;
}

.siteHeader-navButton *:nth-child(1) {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #000000;
}

.siteHeader-navButton *:nth-child(2) {
  display: block;
  margin-top: 6px;
  width: 40px;
  height: 3px;
  background-color: #000000;
}

.siteHeader-navList {
  display: none;
}

.siteHeader.is-sticky {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #000;
  border-bottom: 0.5px solid #fff;
}

.siteHeader.is-sticky .siteHeader-navButton *:nth-child(1) {
  background-color: #fff;
}

.siteHeader.is-sticky .siteHeader-navButton *:nth-child(2) {
  background-color: #fff;
}

.siteHeader.is-sticky .siteHeader-contact {
  color: #fff;
}

.siteHeader.is-sticky .siteHeader-contactMailButton {
  color: #fff;
  border-color: currentColor;
}

.siteHeader-nav .is-nav-open {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
}

.siteHeader-nav .is-nav-open .siteHeader-navList {
  overflow: auto;
  position: absolute;
  top: 53px;
  left: 0;
  bottom: 0;
  display: block;
  padding-top: 43px;
  width: 100%;
  z-index: 99;
}

@media (min-width: 1000px) {

  .siteHeader.is-sticky {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 1200px) {
  .siteHeader {
    display: inline;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    height: 110px;
  }

  .siteHeader-logo {
    width: 561px;
    height: 87px;
  }

  .siteHeader-dummy {
    display: none;
  }

  .siteHeader-dummyLogo {
    max-height: 60px;
  }

  .siteHeader-contact {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
  }

  .siteHeader-contactTel {
    display: block;
    margin: 0 16px 0 0;
    text-align: center;
    line-height: 1.5;
    font-family: futura-pt, sans-serif;
  }

  .siteHeader-contactTel * {
    margin: 0;
  }

  .siteHeader-contactMailIcon {
    display: none;
  }

  .siteHeader-contactMailButton {
    display: flex;
    height: 61px;
  }

  .siteHeader-navButton {
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 110px;
    padding: 0 20px;
  }

  .siteHeader-navButton *:nth-child(1) {
    display: block;
    width: 70px;
    height: 3px;
    background-color: #FFFFFF;
  }

  .siteHeader-navButton *:nth-child(2) {
    display: block;
    margin-top: 15px;
    width: 70px;
    height: 3px;
    background-color: #FFFFFF;
  }

  .siteHeader.is-sticky {
    height: 80px;
    box-shadow: 0px 1px 10px #00000029;
  }

  .siteHeader.is-sticky .siteHeader-logo {
    width: auto;
    height: 61px;
  }

  .siteHeader.is-sticky .siteHeader-navButton {
    height: 86px;
  }

  .siteHeader.is-sticky .siteHeader-navButton *:nth-child(1) {
    background-color: #000000;
  }

  .siteHeader.is-sticky .siteHeader-navButton *:nth-child(2) {
    background-color: #000000;
  }

  .siteHeader.is-sticky .siteHeader-contact {
    color: #000000;
  }

  .siteHeader.is-sticky .siteHeader-contact {
    top: 14px;
  }

  .siteHeader.is-sticky .siteHeader-contactMailButton {
    color: #000000;
    border-color: currentColor;
  }

  .siteHeader-nav.is-nav-open {
    position: fixed;
    z-index: 100;
    width: 364px;
    height: 100vh;
    background-color: #000;
  }

  .siteHeader-nav.is-nav-open .siteHeader-navList {
    display: block;
    width: 364px;
    background-color: #000;
  }

  .siteHeader-nav.is-nav-open .siteHeader-navButton *:nth-child(1) {
    background-color: #FFFFFF !important;
  }

  .siteHeader-nav.is-nav-open .siteHeader-navButton *:nth-child(2) {
    background-color: #FFFFFF !important;
  }

  .siteHeader-nav.is-nav-open .siteHeader-navList {
    top: 86px;
  }

  .siteHeader-nav.is-nav-open .siteHeader-navButton *:nth-child(1) {
    background-color: #FFFFFF !important;
  }

  .siteHeader-nav.is-nav-open .siteHeader-navButton *:nth-child(2) {
    background-color: #FFFFFF !important;
  }
}

/* PC固定ヘッダー */
.siteHeader-nav-pc {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  justify-content: space-between;
  max-width: 1400px;
  align-items: center;
}

.siteHeader-nav-pc .siteHeader-logo {
  width: 203px;
  height: 43px;
}

.siteNav-list-pc {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  list-style: none;
  align-items: center;
}

.siteNav-list-pc li {
  margin-left: 40px;
  font-size: 14px;
}

.siteNav-list-pc li a {
  color: #fff;
  text-decoration: none;
}

.siteNav-list-pc li a:hover {
  text-decoration: underline;
}

.siteHeader.is-sticky .siteHeader-logo {
  width: 208px;
  height: 43px;
}

.siteHeader-nav-pc .form-menu-pc {
  display: block;
  font-size: 13px;
  background-color: #09499d;
  border-radius: 40px;
  border: 0.5px solid #09499d;
  cursor: pointer;
  transition: all .3s;
}

.siteHeader-nav-pc .form-menu-pc a {
  color: #fff;
  display: block;
  cursor: pointer;
  padding: 12px 39px;
  border-radius: 40px;
  border: 0.5px solid #09499d;
}

.siteHeader-nav-pc .form-menu-pc a:hover {
  color: #fff;
  background-color: #000;
}

.siteNav-list-pc .form-menu-pc a:hover,
.siteNav-list-pc .dl-menu-pc a:hover {
  text-decoration: none;
}

.siteHeader-nav-pc .dl-menu-pc {
  display: block;
  margin-left: 20px;
  font-size: 13px;
  background-color: #09499d;
  border-radius: 40px;
  cursor: pointer;
  transition: all .3s;
  border: 0.5px solid #09499d;
}

.siteHeader-nav-pc .dl-menu-pc a {
  display: block;
  padding: 12px 30px;
  border: 0.5px solid #09499d;
  border-radius: 40px;
}

.siteHeader-nav-pc .dl-menu-pc a:hover {
  background-color: #000;
}

.siteHeader.is-sticky .siteNav-list-pc .dl-menu-pc a {
  color: #fff;
}

/* SiteNav -------------- */
.siteNav {
  background-color: #000;
}

.siteNav-list a {
  display: block;
  padding: 12px 40px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
}

.siteNav-list a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .siteNav-list a {
    padding: 12px 40px;
    text-align: left;
    font-size: 18px;
  }
}


/*----------------------------------------------*/
/*----------------   TOPページ   ----------------*/
/*----------------------------------------------*/

/* Section共通 -------------- */
.section_sub_title {
  font-size: 14px;
  padding: 6px 0;
  padding-left: 8px;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}

.section_title {
  margin-top: 5px;
  padding-left: 8px;
  font-size: 58px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

.section_description {
  margin-top: 5px;
  font-size: 16px;
}

.description_area {
  display: flex;
  border-bottom: 0.5px solid #fff;
}

.num_text {
  width: 85px;
  min-width: 85px;
  padding: 10px 10px 0;
  font-size: 55px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #000;
  text-stroke: 2px #2C74ED;
  -webkit-text-stroke: 2px #2C74ED;
}

.description_title {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.2;
}

.description_text {
  padding: 0 8px 10px;
  border-left: 0.5px solid #fff;
  text-align: justify;
}

.description_text p {
  margin-top: 8px;
  font-size: 12px;
}

.color_box {
  height: 30px;
  margin-top: 20px;
  background-color: #09499d;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}

.toppage_plan .section-header {
  text-align: center;
}

.about {
  border-bottom: 0.5px solid #fff;
}

@media (min-width: 1000px) {

  .section_sub_title {
    font-size: 20px;
    padding: 6px 0;
    border-top: none;
    border-bottom: 1px solid #fff;
  }

  .section_title {
    padding-left: 0px;
    font-size: 100px;
    letter-spacing: 0.05em;
  }

  .description_text {
    padding: 0 10px 20px 10px;
    border-left: 1px solid #fff;
  }

  .description_text02 {
    padding: 0 10px 15px 10px;
  }

  .section_description {
    margin-top: 15px;
    font-size: 20px;
  }

  .description_area {
    border-bottom: 1px solid #fff;
  }

  .section_inner_box .description_area:last-child {
    border-bottom: none;
  }

  .section_inner_box {
    width: 50%;
  }

  .num_text {
    width: 100px;
    min-width: 100px;
    padding: 12px 10px 12px;
    font-size: 70px;
  }

  .description_title {
    margin-top: 15px;
    font-size: 32px;
  }

  .description_text p {
    margin-top: 14px;
    font-size: 15px;
  }

  .support {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .section_space {
    align-items: center;
    border-bottom: 1px solid #fff;
  }

  .service,
  .result {
    margin-right: calc((100% - 1000px)/2);
    padding-left: calc((100% - 1000px)/2);
    border-bottom: 1px solid #fff;
  }

  .about {
    margin-left: calc((100% - 1000px)/2);
    border-bottom: 1px solid #fff;
  }

  .menu {
    padding-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
    border-bottom: 1px solid #fff;
  }

  .toppage_plan {
    padding-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
  }

  .service,
  .menu,
  .result,
  .section_space {
    display: flex;
    justify-content: space-between;
  }

  .color_box {
    margin-top: 0px;
    height: 43px;
    border-top: none;
    border-bottom: 1px solid #fff;
  }
}

/* Top Billboard, Key visual -------------- */
.billboard {
  position: relative;
  min-height: 100vh;
}

.billboard-casterviz {
  position: absolute;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-image: url(../img/keyvisual-recruiting.jpeg);
  /* サービスごとのキービジュアル */
  background-position: 70% 50%;
  background-size: cover;
  z-index: 1;
}

@media (min-width: 1000px) {
  .billboard-casterviz {
    border-bottom: 1px solid #fff;
  }
}

/* Page Billboard, Key visual -------------- */
@media (min-width: 1200px) {
  .billboard-page {
    min-height: 90px;
  }
}

/* About -------------- */
.about_copy {
  padding: 10px 0;
  padding-left: 8px;
  font-size: 27px;
  line-height: 1.2;
}

.about_subcopy {
  padding-left: 8px;
  font-size: 12px;
  margin-bottom: 15px;
}


.section_space_01 .section_inner_box:first-child {
  display: none;
}

.section_space_01 .section_inner_box:nth-child(2) {
  padding: 5px 0 5px 10px;
}

@media (min-width: 1000px) {
  .about_copy {
    padding: 15px 0;
    font-size: 50px;
  }

  .section_space_01 .section_inner_box:first-child {
    display: block;
    height: 100px;
    border-right: 1px solid #fff;
  }

  .section_space_01 .section_inner_box:nth-child(2) {
    padding: 12px 0 12px 15px;
    border-bottom: none;

  }

  .about_subcopy {
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 16px;
  }

  .section_space_01 {
    margin-right: calc((100% - 1000px)/2);
    padding-left: calc((100% - 1000px)/2);
  }
}

/* service -------------- */
.service .section_inner_box .section_description {
  padding: 0 8px;
}

.service .button-black {
  margin-top: 15px;
  margin-bottom: 20px;
}

.section_space_02 .section_inner_box:nth-child(2) {
  padding: 8px;
  text-align: right;
  border-top: 0.5px solid #fff;
}

.section_space_02 {
  padding-right: calc((100% - 1000px)/2);
  margin-left: calc((100% - 1000px)/2);
}

@media (min-width: 1000px) {
  .service .section_inner_box:first-child {
    border-right: 1px solid #fff;
  }

  .service .section_inner_box .section_description {
    padding: 0 15px 0 0;
  }

  .service .button-black {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .section_space_02 .section_inner_box:nth-child(2) {
    height: 100px;
    padding: 18px 0 0 0;
    border-top: none;
  }

  .section_space_02 {
    padding-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
  }

  .service_pc_button {
    display: block;
  }

  .service_sp_button {
    display: none;
  }

}

/* menu -------------- */
.menu {
  flex-flow: row-reverse;
}

.menu .color_box {
  border-right: none;
}

.menu .section_sub_title,
.menu .section_title,
.menu .section_description {
  padding-left: 8px;
  padding-right: 8px;
  text-align: justify;
}

.section_space_03 .section_inner_box:first-child {
  border-top: 0.5px solid #fff;
  padding: 5px;
}

.menu_sp_button .button {
  margin-bottom: 20px;
}

.description_06,
.description_07,
.description_08 {
  display: flex;
  align-items: center;
}

.menu .description_06_sub {
  margin-top: 18px;
  margin-left: 10px;
  padding: 0 3px;
  font-size: 10px;
  color: #2C74ED;
  border: 1px solid #2C74ED;
}

.menu .description_07_sub {
  margin-top: 50px;
  margin-left: 10px;
  padding: 0 3px;
  font-size: 10px;
  color: #2C74ED;
  border: 1px solid #2C74ED;
}

.menu .description_08_sub {
  margin-top: 50px;
  padding: 0 3px;
  font-size: 10px;
  color: #2C74ED;
  border: 1px solid #2C74ED;
  position: relative;
  right: 20px;
}

.menu .description_title02 {
  line-height: 1;
}

.menu .num_text {
  padding: 10px;
}

.menu .description_title {
  margin-top: 16px;
}

.menu .description_title02 {
  margin-top: 12px;
}


@media (min-width: 1000px) {
  .menu .description_title {
    margin-top: 22px;
  }

  .menu .description_title02 {
    margin-top: 15px;
  }

  .section_space_03 .section_inner_box:first-child {
    padding: 12px 0 12px 15px;
    border-top: none;
  }

  .section_space_03 {
    padding-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
  }

  .menu .button {
    margin-left: 30px;
  }

  .menu .section_inner_box:nth-child(2) {
    border-right: 1px solid #fff;
  }

  .menu .section_sub_title,
  .menu .section_title,
  .menu .section_description {
    padding-left: 10px;
    padding-right: 0px;
  }

  .menu .section_title {
    text-align: left;
  }

  .menu .description_06_sub {
    margin-top: 25px;
    padding: 0 3px;
  }

  .menu .description_07_sub {
    margin-top: 65px;
    padding: 0 3px;
  }

  .menu .description_08_sub {
    margin-top: 65px;
    padding: 0 3px;
  }
}

/* toppage_plan -------------- */
.toppage_plan .section_description {
  margin-bottom: 20px;
  padding: 0 8px;
}

.toppage_plan .color_box {
  border-top: solid 0.5px #fff;
}

.plan_box {
  width: 100%;
  padding: 0 40px 30px;
  text-align: center;
  border-bottom: solid 0.5px #fff;
}

.plan_box h3 {
  margin: 25px 0 10px;
  font-size: 50px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

.plan_month {
  font-size: 28px;
  border-bottom: solid 1px #09499d;
}

.plan_month span {
  font-size: 42px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.plan_price {
  margin-top: 5px;
  font-size: 25px;
  letter-spacing: 2px;
}

.plan_tax {
  font-size: 15px;
}

.custom_text {
  margin-top: 20px;
  font-size: 24px;
}

.toppage_plan_button .button {
  margin-top: 0;
}

.toppage_plan_button .button-blue {
  margin-bottom: 15px;
}

.toppage_plan_button {
  padding: 20px 8px;
  align-items: center;
}

.section_space_04 {
  padding: 5px;
  border-top: 0.5px solid #fff;
  border-bottom: none;
  justify-content: center;
  text-align: center;
}

.plan_text_up {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #09499d;
}

.plan_text_down {
  margin-top: 40px;
  padding-top: 15px;
  border-top: solid 1px #09499d;
}

.custom_text {
  margin: 15px 0 15px;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  border: 1px solid #09499D;
}

@media (min-width: 1000px) {
  .toppage_plan_flexbox {
    display: flex;
  }

  .toppage_plan .section_description {
    margin-bottom: 40px;
    padding: 0;
  }

  .toppage_plan .color_box {
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
  }

  .plan_box {
    width: 33%;
    padding: 0 40px 40px;
    text-align: center;
    border-left: solid 1px #fff;
    border-bottom: none;
  }

  .plan_box h3 {
    margin: 30px 0 20px;
    font-size: 32px;
  }

  .plan_month {
    font-size: 28px;
    border-bottom: solid 1px #09499d;
  }

  .plan_month span {
    font-size: 42px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
  }

  .plan_price {
    margin-top: 5px;
    font-size: 25px;
    letter-spacing: 0px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
  }

  .toppage_plan_button .button {
    margin-top: 0;
  }

  .toppage_plan_button .button-blue {
    margin-bottom: 0px;
  }

  .toppage_plan_button .button-blue {
    margin-right: 20px;
  }

  .toppage_plan_button {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    padding-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .section_space_04 {
    height: 100px;
    padding: 12px 0;
    padding-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

/* Result -------------- */
.result .section_inner_box .section_description {
  padding: 0 8px;
}

.result .button-black {
  margin-top: 15px;
  margin-bottom: 20px;
}

.section_space_02 .section_inner_box:nth-child(2) {
  padding: 8px;
  text-align: right;
  border-top: 0.5px solid #fff;
}

.result .description_area {
  display: block;
  width: 280px;
  min-width: 280px;
  border-right: 0.5px solid #fff;
  border-bottom: none;
}

.result .description_area .r_name {
  margin-top: 0px;
  margin-left: 30px;
  font-size: 24px;
}

.result .description_area .r_name_sub {
  font-size: 16px;
}

.result .description_area .r_numtext {
  margin-left: 20px;
  font-size: 40px;
  color: #2C74ED;
}

.result .description_area .r_num {
  font-size: 140px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #000;
  text-stroke: 2px #2C74ED;
  -webkit-text-stroke: 2px #2C74ED;
}

.result_flexbox {
  display: flex;
  padding: 40px 0;
  overflow-x: auto;
}

.result_sp_button {
  padding: 0 8px;
  border-top: 0.5px solid #fff;
}

@media (min-width: 1000px) {
  .result .section_inner_box:first-child {
    border-right: 1px solid #fff;
  }

  .result .section_inner_box .section_description {
    padding: 0 15px 0 0;
  }

  .result .button-black {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .section_space_02 .section_inner_box:nth-child(2) {
    height: 100px;
    padding: 18px 0 0 0;
    border-top: none;
  }

  .section_space_02 {
    padding-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
  }

  .result_pc_button {
    display: block;
  }

  .result_sp_button {
    display: none;
  }

  .result .description_area {
    display: flex;
    width: auto;
    min-width: none;
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .result_flexbox {
    display: block;
    padding: 0;
    overflow-x: visible;
  }

  .result .description_area .r_name {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 24px;
  }

  .result .description_area .r_numtext {
    margin: 15px 0;
  }
}

/* Case study */
.casestudy {
  background-color: #eee;
}

.casestudy .section_sub_title,
.casestudy .section_title {
  text-align: center;
  color: #333;
}

.casestudy .section_description {
  padding: 0 8px;
  color: #333;
}

.casestudy .section_sub_title {
  border-bottom: solid 0.5px #333;
}

.casestudy .color_box {
  border: solid 0.5px #333;
}

.casestudy-item {
  width: 100%;
  padding: 0 8px;
  text-align: center;
}

.casestudy-image {
  width: 100%;
  height: auto;
  border-left: 0.5px solid #333;
  border-right: solid 0.5px #333;
  border-bottom: solid 0.5px #333;
}

.casestudy_text {
  margin: 0 8px;
  padding: 12px 12px 25px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border-right: solid 0.5px #333;
  border-left: solid 0.5px #333;
  border-bottom: solid 0.5px #333;

}

.casestudy_button .button {
  margin: 0 auto;
}

.casestudy_button {
  padding: 15px 8px;
  border-bottom: solid 0.5px #333;
}

@media (min-width: 1000px) {
  .casestudy-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-left: solid 1px #333;
    margin-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
  }

  .casestudy {
    background-color: #eee;
  }

  .casestudy_title_content {
    padding-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    border-bottom: solid 1px #333;
  }

  .casestudy .section_sub_title {
    border-bottom: solid 1px #333;
  }

  .casestudy .color_box {
    margin-top: 0;
    margin-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
    border: 1px solid #333;
    border-top: none;
  }

  .casestudy .section_description {
    text-align: center;
    padding: 0 0 40px;
  }

  .casestudy-item {
    width: 333px;
    padding: 0;
  }

  .casestudy-image {
    width: 333px;
    border-left: none;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
  }

  .casestudy_button .button {
    margin: 0 auto;
  }

  .casestudy_button {
    margin-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
    padding: 20px 0;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    border-bottom: solid 1px #333;
  }

  .casestudy_text {
    margin: 0;
    padding: 12px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    border-left: none;
  }
}


/* Clients -------------- */

.clients-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 20px;

}

.clients-list>* {
  flex: 1 1 50%;
  margin-top: 20px;
  text-align: center;
}

.clients-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clients-logo {
  max-width: 140px;
  height: auto;
}

.section_space_05 .section_inner_box:first-child {
  padding: 8px;
}

.section_space_05 {
  border-top: 0.5px solid #333;
}

@media (min-width: 768px) {
  .clients-list>* {
    flex-basis: 25%;
  }
}

@media (min-width: 1000px) {
  .section_space_05 .section_inner_box:first-child {
    padding: 12px 0 12px 15px;
  }

  .section_space_05 {
    padding-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
    border-top: 1px solid #333;
    border-left: solid 1px #333;
  }

  .clients-list {
    margin-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
    border-right: solid 1px #333;
    border-left: solid 1px #333;
  }
}

@media (min-width: 1200px) {
  .clients-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .clients-list>* {
    flex-basis: 16%;
  }
}

/* support -------------- */
.support .color_box {
  border-right: none;
}

.support .section_sub_title,
.support .section_title,
.support .section_description {
  padding-left: 8px;
}

.support .button-black {
  margin-top: 15px;
  margin-bottom: 20px;
}

.section_space_06 {
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}

.section_space_06 .section_inner_box:first-child {
  padding: 8px;
  text-align: right;
}

@media (min-width: 1000px) {
  .support {
    flex-flow: row-reverse;
  }

  .support .color_box {
    border-right: none;
  }

  .support .section_inner_box:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .support .section_sub_title,
  .support .section_title,
  .support .section_description {
    padding-left: 10px;
  }

  .support .section_title {
    text-align: left;
  }

  .support .button {
    margin-left: 30px;
  }

  .support .button-black {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .section_space_06 {
    padding-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    border-top: none;
    border-bottom: 1px solid #fff;
  }

  .section_space_06 .section_inner_box:first-child {
    height: 100px;
    padding: 12px 20px 12px 0;
    border-right: 1px solid #fff;
  }
}


/* SiteFooter -------------- */
.siteFooter {
  background-color: #000000;
  color: #FFFFFF;
}

.siteFooter-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.siteFooter-signature {
  text-align: center;
}

.siteFooter-logo {
  margin: 20px auto;
}

.siteFooter-nav {
  margin-bottom: 30px;
  padding: 30px 12px;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}

.siteFooter-navList {
  display: flex;
  flex-wrap: wrap;
}

.siteFooter-navList li {
  margin-bottom: 20px;
  flex: 1 1 50%;
  font-size: 12px;
}

.siteFooter-navList a {
  color: #FFFFFF;
  text-decoration: none;
}

.siteFooter-navList a:hover {
  text-decoration: underline;
}

.siteFooter-recruitButton {
  width: 100%;
  height: 49px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 0;
}

.siteFooter-social {
  margin-top: 25px;
  text-align: center;
}

.siteFooter-sateliteNav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.siteFooter-sateliteNav>*:not(:last-child) {
  margin-bottom: 15px;
}

.siteFooter-brandsite {
  margin-top: 40px;
  text-align: center;
}

.siteFooter-brandsiteLabel {
  margin-bottom: 12px;
  font-size: 12px;
}

.siteFooter-copyright {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.siteFooter-copyrightText {
  margin: 0 auto;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  border-top: 0.5px solid #fff;
}

.siteFooter-pmark {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}

.siteFooter-copyright-pc {
  display: none;
}

.siteFooter-copyright-sp {
  display: block;
}


@media (min-width: 768px) {
  .siteFooter-sateliteNav {
    justify-content: space-between;
  }
}

@media (min-width: 1000px) {
  .siteFooter-logo {
    margin: 0 auto 40px;
  }

  .siteFooter-body {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1000px;
    border-left: 1px solid #fff;
  }

  .siteFooter {
    background-color: #000000;
    color: #FFFFFF;
  }

  .siteFooter-signature {
    margin-top: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .siteFooter-nav {
    height: 350px;
    margin-bottom: 0;
    padding: 20px 25px 0;
    width: 430px;
    border-top: none;
    border-bottom: none;
  }

  .siteFooter-recruitButton {
    width: 336px;
    height: 49px;
  }

  .siteFooter-social {
    margin-top: 15px;
    text-align: left;
  }

  .siteFooter-satelite {
    padding: 20px 40px 20px 0;
  }

  .siteFooter-sateliteNav {
    justify-content: flex-start;
  }

  .siteFooter-sateliteNav>* {
    margin-bottom: 18px;
  }

  .siteFooter-brandsite {
    margin-top: 23px;
    text-align: left;
  }

  .siteFooter-copyright {
    margin-top: 0;
    width: auto;
    text-align: left;
  }

  .siteFooter-navList li:last-child {
    margin-bottom: 0;
  }

  .copyright_box {
    border-top: 1px solid #fff;
  }

  .siteFooter-copyrightText {
    max-width: 1000px;
    border-left: 1px solid #fff;
    border-top: none;
  }

  .siteFooter-copyright-pc {
    display: block;
  }

  .siteFooter-copyright-sp {
    display: none;
  }
}

/* Cosmetics -------------- */
.type-en {
  font-family: futura-pt, sans-serif;
}

/* Background color */
.bg-red {
  background-color: #09499d;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gray {
  background-color: #F3F5F7;
}

.bg-darkgray {
  background-color: #404040;
}

.bg-black {
  background-color: #000000;
}

.bg-blue {
  background-color: #09499D;
}

.bg-palegreen {
  background-color: #81B3BA;
}

.bg-green {
  background-color: #15946B;
}

.bg-yellow {
  background-color: #FFC200;
}

.bg-purple {
  background-color: #584C9C;
}

/* Border color */
.border-red {
  border-color: #09499d;
}

.border-white {
  border-color: #FFFFFF;
}

.border-gray {
  border-color: #F3F5F7;
}

.border-blue {
  border-color: #09499D;
}

.border-palegreen {
  border-color: #81B3BA;
}

.border-green {
  border-color: #15946B;
}

.border-yellow {
  border-color: #FFC200;
}

.border-purple {
  border-color: #584C9C;
}

/* Text color */
.text-red {
  color: #09499d;
}

.text-white {
  color: #FFFFFF;
}

.text-gray {
  color: #F3F5F7;
}

.text-blue {
  color: #F3F5F7;
}

.text-palegreen {
  color: #81B3BA;
}

.text-green {
  color: #15946B;
}

.text-yellow {
  color: #FFC200;
}

.text-purple {
  color: #584C9C;
}

.text-black {
  color: #120F08;
}

.text-white {
  color: #FFFFFF;
}

/* 404 -------------- */
.notfound_area {
  min-height: 500px;
  padding: 200px 0px;
  margin: auto 0;
  text-align: center;
}

.notfound_area h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.notfound_area p {
  font-size: 1.2rem;
}

.notfound_area .button-red {
  border-color: #09499d;
  background-color: #FFFFFF;
  color: #09499d;
}

.notfound_area .button-red:hover {
  background-color: #09499d;
  color: #FFFFFF;
}

/* popup */
#pop_up {
  position: fixed;
  z-index: 2;
  bottom: 0px;
  right: 20px;
  width: 320px;
  padding: 0px 20px;
  background: #ffffff;
  border-top: #09499d solid 10px;
  border-right: #09499d solid 1px;
  border-left: #09499d solid 1px;
  /* box-shadow: 0 0 8px #363636; */
  color: #333333;
  font-size: 13px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  z-index: 4;
}

#pop_up h4 {
  margin: 15px 0;
  margin-left: 10px;
  padding-left: 15px;
  font-size: 14px;
  text-align: center;
  color: #09499d;
  line-height: 30px;
  background: url(../img/pop-icon.svg) no-repeat left center;
}

#pop_up .center {
  margin: 20px auto;
  text-align: center;
}

#pop_up .bnr a {
  color: white;
  font-size: 15px;
  font-weight: bold;
  background: #09499d;
  border: none;
  border-radius: 100px;
  padding: 12px 55px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: normal;
}

#pop_up button {
  position: absolute;
  top: 0px;
  right: 0;
  background: transparent;
  border: 0px;
  outline: 0;
  font-size: 20px;
}

#pop_up button:active {
  border: 0px;
}

#pop_up p {
  display: block;
}

@media (max-width: 480px) {
  #pop_up {
    right: 0px;
    padding: 0px 30px;
    width: 100%;
    font-size: 14px;
  }

  #pop_up h4 {
    width: auto;
    margin: 15px auto;
    padding-left: 0px;
    font-size: 18px;
    line-height: 30px;
    background: none;
  }

  #pop_up .center .bnr {
    padding: 0px 0px;
  }

  #pop_up button {
    right: 0;
  }

  #pop_up .bnr a {
    margin-top: 0px;
  }

  #pop_up p {
    display: none;
  }
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.br-pc {
  display: none;
}

.br-copy-sp {
  display: none;
}

@media (min-width: 768px) {
  .br-copy-sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }
}


/* popup2 */
#pop_up2 {
  display: none !important;
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pop_up2_inner {
  display: flex;
  padding: 20px;
  font-size: 14px;
  border-radius: 10px 0 0 10px;
  background-color: #09499d;
  box-shadow: -3px 0px 8px #28282834;
}

.pop_up2_inner:hover {
  box-shadow: -3px 0px 10px #33333380;
}

.pop_up2_inner:first-child {
  margin-bottom: 10px;
}

.pop_up2_inner img {
  width: 30px;
  margin-bottom: 10px;
}

.pop_up2_inner span {
  display: block;
  writing-mode: vertical-rl;
  margin-left: 4px;
}

.pop_up2_inner a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  #pop_up {
    display: none !important;
  }

  #pop_up2 {
    display: block !important;
    width: 100%;
    z-index: 2;
    top: auto;
    right: 0%;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    box-shadow: 0px -3px 10px #00000029;
  }

  .pop_up2_inner {
    display: flex;
    width: 50%;
    height: 70px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.1;
    border-radius: 0px;
    background-color: #4B4B4B;
    box-shadow: none;
  }

  .pop_up2_inner:first-child {
    border-right: 1.5px solid #EAEAEA;
  }

  .pop_up2_flexbox {
    display: flex;
  }

  .pop_up2_inner a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #fff;
  }

  .pop_up2_inner span {
    display: block;
    writing-mode: horizontal-tb;
    margin-left: 0px;
  }

  .pop_up2_inner img {
    width: 36px;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .pop_up2_inner:first-child {
    margin-bottom: 0px;
  }

  .pop_up2_inner:hover {
    box-shadow: none;
  }
}

.br-sp2 {
  display: none;
}

@media (max-width: 767px) {
  .br-sp2 {
    display: block;
  }
}

/* ブランドヘッダーメニュー */
.brand_menu_sp {
  width: 100%;
  padding-top: 10px;
  background: #fff;
  z-index: 2;
  text-align: center;
}

.biz_logo_box img {
  width: 160px;
}

.biz_logo_box {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #000;
}

.brand_menu_sp .brand_menu_list {
  display: flex;
  justify-content: center;
}

.brand_menu_sp li {
  margin-right: 20px;
  padding: 11px 0;
  font-size: 12px;
}

.brand_menu_sp li:last-child {
  margin-right: 0;
}

.brand_menu_sp li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

.brand_menu_sp .select {
  opacity: 1;
  color: #000
}

.brand_menu_sp .select img {
  width: 18px;
  margin-right: 4px;
  margin-bottom: 3px;
}


@media (min-width: 1200px) {
  .brand_menu_pc {
    width: 100%;
    background: #fff;
  }

  .brand_menu_pc .brand_menu_list {
    display: flex;
    justify-content: center;
  }

  .brand_menu_pc li {
    width: 150px;
    margin-right: 20px;
    padding: 12px 0 10px;
    text-align: center;
  }

  .brand_menu_pc li:last-child {
    margin-right: 0;
  }

  .brand_menu_pc li a {
    cursor: pointer;
    opacity: 0.5;
  }

  .brand_menu_pc .select {
    opacity: 1;
  }

  .brand_menu_pc li img {
    width: 90px;
  }

  .brand_menu_pc li a:hover {
    opacity: 1;
  }
}

/* 250528追記Start */
.breadcrumb {
  background-color: #000;
  padding-top: 20px;
}

.breadcrumb .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb span {
  color: #fff;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
}

#content #voice_list .case_h2-title {
  margin: 50px auto;
  padding: 20px 0px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  text-align: left;
  color: #333;
}
#voice_list .section_sub_title {
  margin: 0;
}
@media (max-width: 767px) {
.siteHeader {
  opacity: 1;
	pointer-events:all;
}
.siteHeader-navButton *:nth-child(1) {
    background-color: #fff;
}
.siteHeader-navButton *:nth-child(2) {
  background-color: #fff;
}
.siteNav {
  width: 100vw;
  height: 100vh;
}
  .siteHeader-navList {
    display: none;
  }

  .siteHeader-navList.is-open {
    display: block;
  }
  .hidden .siteHeader  {
    opacity: 0;
  }
}
/* 250528追記End */
