/* CommonCSS */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: '';
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: '\00d7';
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  to {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  to {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }

  to {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }

  to {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 100;
  src: url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Thin.woff2)
      format('woff2'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Thin.woff)
      format('woff'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Thin.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 200;
  src: url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Light.woff2)
      format('woff2'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Light.woff)
      format('woff'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Light.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 300;
  src: url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-DemiLight.woff2)
      format('woff2'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-DemiLight.woff)
      format('woff'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
}

@font-face {
  font-family: YakuHanJP;
  src: url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Regular.woff2)
      format('woff2'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Regular.woff)
      format('woff'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Regular.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 500;
  src: url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Medium.woff2)
      format('woff2'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Medium.woff)
      format('woff'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Medium.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 700;
  src: url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Bold.woff2)
      format('woff2'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Bold.woff)
      format('woff'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Bold.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 900;
  src: url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Black.woff2)
      format('woff2'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Black.woff)
      format('woff'),
    url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Black.eot);
}

body {
  color: #000;
  background: #fff;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
}

input[type='number'] {
  width: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

* {
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden='false'] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

* {
  background-repeat: no-repeat;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

html body,
body * {
  font-family: YakuHanJP, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro,
    '游ゴシック', Yu Gothic, Meiryo UI, Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック',
    sans-serif;
}

html,
body,
:root {
  color: #293540;
  background: #fff;
  font-family: Hiragino Kaku Gothic ProN, 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  min-width: 960px;
}

.is_sp {
  display: none;
}

#stickybefore {
  min-height: calc(100vh - 75px);
}

html a {
  color: #026bb2;
}

#landscape {
  z-index: 50000;
}

.remodal-wrapper {
  z-index: 21000;
}

.remodal-overlay {
  z-index: 20000;
}

#container.hendo .hendo {
  z-index: 15050;
}

#container #ticker {
  z-index: 16500;
}

#header .header__logo {
  z-index: 16600;
}

#header .globalNav .globalNavi__btn {
  z-index: 16000;
}

#header .globalNav .globalNav__content {
  z-index: 15500;
}

#header,
#header .globalNav {
  z-index: 15000;
}

canvas#start-dialog {
  z-index: 10000;
}

#container.joined .tweet__badge {
  z-index: 9000;
}

#main:after {
  z-index: 200;
}

#result-movie {
  z-index: 100;
}

#container.standby .standby,
#container.lottery .lottery,
#container.published_ticket .published_ticket,
#container.no_ticket .no_ticket {
  z-index: 50;
}

#container .p-mainvisual__scrolldown {
  z-index: 10;
}

#container {
  position: relative;
}

#container {
  min-width: 960px;
  overflow: hidden;
  background-color: var(--color-bg);
}

#content {
  position: relative;
  padding-top: 75px;
}

#header {
  width: 100%;
  height: 75px;
  min-width: 960px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

#header .header__logo {
  width: 43px;
  height: 59px;
  position: absolute;
  top: 9px;
  left: 29px;
}

#header .header__logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/speee_1.0.42/images/common/header_logo.png) center
    center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

#header #globalNav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#header #globalNav .globalNav__bg {
  position: relative;
  display: none;
}

#header #globalNav .globalNavi__btn {
  position: relative;
  display: none;
}

#header #globalNav .globalNav__content .globalNav__list {
  text-align: center;
}

#header #globalNav .globalNav__content .globalNav__list li {
  position: relative;
  display: inline-block;
}

#header #globalNav .globalNav__content .globalNav__list li a {
  position: relative;
  display: block;
  padding: 32px 23px 20px;
  font-size: 14px;
  color: #919191;
  transition: all 400ms 0s ease;
}

#header #globalNav .globalNav__content .globalNav__list li a:hover {
  color: #026bb2;
}

#header #globalNav .globalNav__content .globalNav__contact {
  position: relative;
  position: absolute;
  background: url(/wp-content/themes/speee_1.0.42/images/common/header_contact.png) top
    left no-repeat;
  background-size: cover;
  width: 135px;
  height: 37px;
  top: 19px;
  right: 16px;
}

#header #globalNav .globalNav__content .globalNav__contact a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

#header #globalNav .globalNav__content .globalNav__contact:hover {
  background: url(/wp-content/themes/speee_1.0.42/images/common/header_contact.png) top
    right no-repeat;
  background-size: cover;
}

.about .globalNav__list__item__about {
  border-top: 3px solid #026bb2;
}

.service .globalNav__list__item__service {
  border-top: 3px solid #026bb2;
}

.news .globalNav__list__item__news {
  border-top: 3px solid #026bb2;
}

.company .globalNav__list__item__company {
  border-top: 3px solid #026bb2;
}

.recruit .globalNav__list__item__recruit {
  border-top: 3px solid #026bb2;
}

.sustainability .globalNav__list__item__esg {
  border-top: 3px solid #026bb2;
}

.ir .globalNav__list__item__ir {
  border-top: 3px solid #026bb2;
}

#footer {
  position: relative;
  padding: 30px 0;
  color: #919191;
  background: #fff;
  border-top: 1px solid #026bb2;
  min-height: initial;

  display: flex;
  gap: 70px;
  padding-left: 88px;
}

#footer .footer_nav {
  /* padding: 0 0 0 480px; */
  order: 2;
}

#footer .footer_nav li {
  position: relative;
  display: inline-block;
}

#footer .footer_nav li a {
  position: relative;
  display: block;
  color: #919191;
  font-size: 13px;
  padding: 0 20px;
  border-left: 1px solid #919191;
}

#footer .footer_nav li:first-child a {
  border-left: none;
}

#footer .footer_copyright {
  /* position: absolute;
  top: 30px;
  left: 88px; */
  font-size: 14px;
  color: #919191;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

@media (width <= 750px) {
  html {
    font-size: 28px;
    /* visibility: hidden; */
  }

  body {
    min-width: 750px;
  }

  html .is_pc {
    display: none;
  }

  #container {
    min-width: 750px;
    overflow: hidden;
  }

  html #content {
    position: relative;
    padding-top: 110px;
  }

  #header {
    position: fixed;
    min-width: 750px;
    width: 100%;
    height: 110px;
    background: #fff;
  }

  #header .header__logo {
    width: 100px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #header .header__logo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/speee_1.0.42/images/common/sp_header_logo.png)
      center center no-repeat;
    text-indent: -9999px;
  }

  .globalNav__wrapper {
    position: fixed;
    width: 100%;
    top: 110px;
    height: 0;
    background-color: #fff;
    overflow: scroll;
    transition: all 300ms 0s ease;
  }

  .globalNav__wrapper.is-active {
    height: 100%;
    /* height: calc(100vh - 110px); */
  }

  #header #globalNav .globalNav__content .globalNav__list {
    text-align: left;
  }

  .globalNav__list {
    display: block;
  }

  .globalNav__list li {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
  }

  .globalNav__list li:first-child {
    border-top: 3px solid #026bb2;
  }

  #header #globalNav .globalNav__content .globalNav__list li a {
    padding: 0;
    padding-top: 35px;
    font-size: 28px;
    text-indent: 65px;
    color: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/speee_1.0.42/images/common/sp_gnavi_arrow.png)
      95% center no-repeat;
  }

  .globalNav__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 144px;
    height: 110px;
    background: url(/wp-content/themes/speee_1.0.42/images/common/sp_gnavi_open.png)
      center center no-repeat;
    background-size: cover;
  }

  .globalNav__btn.is-active {
    background: url(/wp-content/themes/speee_1.0.42/images/common/sp_gnavi_close.png)
      center center no-repeat;
    background-size: cover;
  }

  #index #header {
    background-color: transparent;
  }

  #index #header.is-active {
    background-color: #fff;
  }

  #footer {
    position: relative;
    padding: 40px 0 30px;
    color: #555;
    font-size: 24px;
    background: #fff;
    text-align: center;
    border-top: 2px solid #026bb2;

    flex-direction: column;
    gap: 0px;
  }

  #footer .footer_nav {
    order: 0;
  }

  #footer .footer_nav li {
    position: relative;
    display: inline-block;
  }

  #footer .footer_nav li a {
    position: relative;
    display: block;
    padding: 0 30px;
    color: #919191;
    font-size: 24px;
    border-left: 1px solid #555;
  }

  #footer .footer_nav li:first-child a {
    border-left: none;
  }

  #footer .footer_copyright {
    margin: 35px 0 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }
}

/* end */

@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600';

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color-black: #293540;
  --color-white: #fff;
  --color-gray: #cecece;
  --color-blue: #005ea5;
  --color-blue-dark: #003981;
  --color-bg: #f4f4f4;

  --font-monserrat: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

main {
  background-color: var(--color-bg);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--color-black);
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 共通パーツ */
.c-sc-button {
  width: 260px;
  border-radius: 10px;
  background-color: var(--color-white);
  transition: all 0.3s;
}

.c-sc-arrow {
  display: block;
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/arrow.png');
  background-size: cover;
  width: 10px;
  height: 14px;
}

.c-sc-arrow--white-side {
  display: block;
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/arrow-whiteSide.png');
  background-size: cover;
  width: 13px;
  height: 10px;
}

.c-sc-arrow--blue-side {
  display: block;
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/arrow-blueSide.png');
  background-size: cover;
  width: 13px;
  height: 10px;
}

.c-sc-card {
  /* min-height: 400px; */
  height: auto;
  background-color: var(--color-white);
  border-radius: 10px;
  padding-bottom: 1.375rem;
}

.splide {
  margin-top: min(5.3vw, 2.5rem);
}

/* オブジェクトパーツ */

.p-sc-container {
  padding-inline: 11%;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  margin-top: 8rem;
}

.p-sc-mainView {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
}

.p-sc-mainView__textContent {
  width: max(100%, 36.8vw);
  max-width: 530px;
  flex-shrink: 0;
}

.p-sc-mainView__title {
  font-size: clamp(1.125rem, 0.949rem + 0.75vw, 1.625rem);
  font-family: var(--font-monserrat);
  font-weight: 500;
  color: var(--color-blue);
}

.p-sc-mainView__title > span {
  font-size: clamp(0.75rem, 0.618rem + 0.56vw, 1.125rem);
  margin-left: min(2.1vw, 1rem);
  font-weight: 500;
  font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
  font-feature-settings: 'palt';
  color: var(--color-black);
}

.p-sc-mainView__subtitle {
  font-size: clamp(1.625rem, 1.207rem + 1.78vw, 2.813rem);
  font-weight: 500;
  color: var(--color-black);
  margin-top: min(5.8vw, 2.5rem);
  letter-spacing: 0.16em;
  font-feature-settings: 'palt';
}

.p-sc-mainView__text {
  font-weight: 500;
  color: var(--color-black);
  margin-top: 1.375rem;
  font-size: 0.875rem;
  width: 31.9vw;
  max-width: 460px;
  min-width: 325px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
}

.p-sc-mainView__image {
  /* width: max(100%, 45.3vw);
  max-width: 653px;
  height: max(30.2vw, 217px);
  max-height: 435px; */
  width: 100%;
  max-width: 653px;
  height: 435px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

.p-sc-serviceNav {
  /* margin-top: min(13.3vw, 5rem); */
}

.p-sc-serviceNav__list {
  margin-top: min(13.3vw, 5rem);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.p-sc-serviceNav__item {
  border: 1px solid var(--color-gray);
  border-radius: 10px;
  transition: all 0.3s;
  width: 100%;
}

.p-sc-serviceNav__item:hover {
  border: 1px solid var(--color-blue);
}

.p-sc-serviceNav__link {
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-black);
  transition: all 0.3s;
  padding-inline: 1.25rem;
  padding-block: min(4.2vw, 1.25rem);
}

.p-sc-serviceNav__link:hover {
  color: var(--color-blue);
}

.p-sc-serviceOutline {
  margin-top: min(13.3vw, 5rem);
  border-top: 1px solid var(--color-gray);
  margin-bottom: min(16vw, 5rem);
}

.p-sc-serviceOutline__title {
  display: flex;
  align-items: end;
  /* gap: 1.125rem; */
  /* margin-top: min(13.3vw, 5rem); */
}

.p-sc-serviceLogo {
  /* width: 16.6vw;
  max-width: 240px;
  min-width: 200px; */
  width: 50%;
  /* width: fit-content; */
  height: auto;
  margin-top: min(13.3vw, 5rem);
}

.p-sc-serviceLogo > img {
  margin-right: 1.125rem;
}

.p-sc-serviceOutline__title > small {
  font-size: 0.75rem;
  color: var(--color-black);
  font-weight: 500;
  font-feature-settings: 'palt';
}

.p-sc-serviceOutline__text {
  font-size: clamp(0.813rem, 0.702rem + 0.47vw, 1.125rem);
  margin-top: 1.875rem;
  width: 67vw;
  max-width: 960px;
  min-width: 325px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
}

.p-sc-target {
  margin-bottom: min(16vw, 5rem);
}

.p-sc-target__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.p-sc-target__item {
  width: 100%;
}

.p-sc-target__itemTitle {
  font-size: clamp(0.813rem, 0.768rem + 0.19vw, 0.938rem);
  color: var(--color-black);
  font-weight: 500;
  font-feature-settings: 'palt';
}

.p-sc-target__itemLink {
  font-size: clamp(0.813rem, 0.768rem + 0.19vw, 0.938rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-white);
  background-color: var(--color-blue);
  margin-top: 0.75rem;
  padding-inline: 1.25rem;
  padding-block: min(4.2vw, 1.25rem);
}

.p-sc-target__itemLink:hover {
  background-color: var(--color-blue-dark);
}

.p-sc-about {
  margin-bottom: min(16vw, 5rem);
}

.p-sc-about__title {
  font-size: clamp(1.5rem, 1.28rem + 0.94vw, 2.125rem);
  color: var(--color-black);
  font-weight: 500;
  font-feature-settings: 'palt';
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 1.375rem;
}

.p-sc-aboutContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 2.5rem;
  gap: 2.5rem;
}

.p-sc-aboutImage {
  width: max(38.8vw, 100%);
  max-width: 560px;
  height: 100%;
  border-radius: 10px;
  /* min-height: 332px; */
  overflow: hidden;
}

.p-sc-aboutTextContent {
  width: max(34.7vw, 100%);
}

.p-sc-aboutTextContent__title {
  font-size: clamp(1rem, 0.868rem + 0.56vw, 1.375rem);
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  line-height: 1.5;
}

.p-sc-aboutTextContent__text {
  margin-top: 1.375rem;
  font-size: clamp(0.813rem, 0.746rem + 0.28vw, 1rem);
  color: var(--color-black);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
}

.p-sc-available {
  background-color: var(--color-white);
  margin-bottom: 5rem;
  padding-block: min(10vw, 3.125rem);
  padding-inline: min(10vw, 4.375rem);
  border-radius: 10px;
}

.p-sc-availableContainer {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4.375rem;
}

.p-sc-availableTitle {
  font-size: clamp(1.063rem, 0.952rem + 0.47vw, 1.375rem);
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: 0.075em;
  font-feature-settings: 'palt';
}

.p-sc-availableItem {
  border-left: 1px solid var(--color-gray);
  padding-left: 4.375rem;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  color: var(--color-black);
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  line-height: 1.7;
}

.p-sc-availableItem + .p-sc-availableItem {
  padding-top: 0.5rem;
}

.p-sc-availableItem::before {
  content: '・';
  width: 1em;
  height: 1em;
  font-weight: bold;
}

.p-sc-strengths {
  margin-bottom: min(16vw, 5rem);
}

.p-sc-strengths__title {
  font-size: clamp(1.25rem, 1.074rem + 0.75vw, 1.75rem);
  font-weight: 500;
  color: var(--color-black);
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}

.p-sc-strengths__title::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: var(--color-blue);
  margin-right: 1rem;
  margin-bottom: 5px;
  vertical-align: middle;
}

.p-sc-strengths__list {
  margin-top: min(5.3vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.p-sc-strengths__item {
  /* border-bottom: 1px solid var(--color-gray);
  padding-bottom: min(4.8vw, 1.75rem); */
}

.p-sc-strengths__itemTitle {
  font-size: clamp(0.813rem, 0.702rem + 0.47vw, 1.125rem);
  font-weight: 500;
  color: var(--color-blue);
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}

.p-sc-strengths__itemText {
  font-size: clamp(0.813rem, 0.702rem + 0.47vw, 1.125rem);
  font-weight: 500;
  color: var(--color-black);
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  margin-top: min(1.3vw, 0.625rem);
  line-height: 1.7;
  padding-bottom: min(4.8vw, 1.75rem);
}

.p-sc-voice {
  margin-bottom: min(16vw, 5rem);
}

.p-sc-voice__title {
  font-size: clamp(1.25rem, 1.074rem + 0.75vw, 1.75rem);
  font-weight: 500;
  color: var(--color-black);
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}

.p-sc-voice__title::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: var(--color-blue);
  margin-right: 1rem;
  margin-bottom: 5px;
  vertical-align: middle;
}

.p-sc-articleWrap {
  display: flex;
}

.p-sc-articleTextContent {
  margin-top: 1.375rem;
  padding-inline: 24px;
}

.p-sc-voiceArticle__author {
  font-size: 0.75rem;
  color: var(--color-black);
  font-weight: 500;
  font-feature-settings: 'palt';
}

.p-sc-voiceArticle__copy {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
  font-weight: 500;
  font-feature-settings: 'palt';
}

.p-sc-voiceArticle__text {
  font-size: 0.875rem;
  font-weight: 500;
  font-feature-settings: 'palt';
  color: var(--color-black);
}

.splide__pagination {
  bottom: -2em;
}

.splide__pagination li {
  height: min(0.8vw, 0.3125rem);
  overflow: hidden;
}

.splide__pagination__page {
  width: 41px;
  /* height: min(0.8vw, 0.3125rem); */
  /* height: 3px; */
  background-color: #cacfd2;
  border-radius: 0%;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background-color: var(--color-blue);
  transform: none;
}

.splide__arrow {
  background-color: var(--color-blue);
  opacity: 1;
}

.splide__arrow svg {
  fill: var(--color-white);
}

.p-sc-faq {
  margin-bottom: min(16vw, 6.25rem);
  /* display: flex;
  justify-content: space-between;
  flex-direction: row; */
}

.p-sc-faq__title {
  font-size: clamp(1.25rem, 1.074rem + 0.75vw, 1.75rem);
  font-weight: 500;
  color: var(--color-black);
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}

.p-sc-faq__title::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: var(--color-blue);
  margin-right: 1rem;
  margin-bottom: 5px;
  vertical-align: middle;
}

.p-sc-faqWrapper {
  width: 100%;
}

.p-sc-faqContainer {
  width: 66%;
  min-width: 325px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 2rem;
}

.p-sc-faqArea {
  width: max(100%, 50.4vw);
  max-width: 726px;
}

.p-sc-faqArea + .p-sc-faqArea {
  margin-top: 50px;
}

.p-sc-faqArea__title {
  font-size: clamp(0.938rem, 0.871rem + 0.28vw, 1.125rem);
  font-weight: 500;
  color: var(--color-blue);
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}

.p-sc-accordion {
  margin-top: 1rem;
}

.p-sc-accordion:not([open]) {
  margin-bottom: 7px;
}

.p-sc-accordion__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-block: min(2.6vw, 20px);
  padding-left: min(4.5vw, 29px);
  padding-right: min(7.2vw, 41px);
  font-size: clamp(0.938rem, 0.871rem + 0.28vw, 1.125rem);
  color: var(--color-black);
  font-weight: 500;
  cursor: pointer;
  font-feature-settings: 'palt';
  background-color: var(--color-white);
  border-radius: 10px;
}

.p-sc-accordion__summary::-webkit-details-marker {
  display: none;
}

.p-sc-accordion__summary::before,
.p-sc-accordion__summary::after {
  width: 1px;
  height: 12px;
  border-radius: 5px;
  background-color: var(--color-blue);
  content: '';
}

.p-sc-accordion__summary::before {
  position: absolute;
  right: min(7.2vw, 41px);
  rotate: 90deg;
}

.p-sc-accordio__summary::after {
  transition: rotate 0.3s;
}

.p-sc-accordion[open] .p-sc-accordion__summary::after {
  rotate: 90deg;
}

.p-sc-accordion__summary > span {
  display: flex;
  align-items: center;
  gap: min(3.2vw, 20px);
  padding-right: 1em;
}

.p-sc-accordion__summary > span::before {
  content: 'Q';
  font-family: var(--font-monserrat);
  font-size: 1.125rem;
  color: var(--color-blue);
  width: 20px;
  height: 20px;
  display: block;
  font-weight: 600;
  flex-shrink: 0;
}

.p-sc-accordion__text {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding-block: 1rem;
  padding-left: min(4.5vw, 29px);
  padding-right: min(7.2vw, 41px);
  color: var(--color-black);
  transition: transform 0.5s, opacity 0.5s;
  background-color: var(--color-bg);
  font-size: clamp(0.813rem, 0.768rem + 0.19vw, 0.938rem);
  line-height: 1.7;
}

.p-sc-accordion[open] .p-sc-accordion__text {
  transform: none;
  opacity: 1;
}

.p-sc-accordion__text > span {
  display: flex;
  gap: min(3.2vw, 20px);
}

.p-sc-accordion__text > span::before {
  content: 'A';
  font-family: var(--font-monserrat);
  font-size: 1.125rem;
  color: var(--color-black);
  width: 20px;
  height: 20px;
  display: block;
  font-weight: 600;
  flex-shrink: 0;
}

.p-sc-linkArea {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/bg-texture.png');
  height: 24vw;
  min-height: 360px;
  background-size: cover;
  margin-bottom: min(16vw, 6.25rem);
  display: grid;
  place-content: center;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}

.p-sc-linkAreaContainer {
  max-width: 820px;
  width: 56.9vw;
  min-width: 325px;
}

.p-sc-linkArea__title {
  color: var(--color-white);
  font-weight: 500;
  font-size: clamp(1.438rem, 1.327rem + 0.47vw, 1.75rem);
  text-align: center;
}

.p-sc-linkArea__list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: min(5.3vw, 2.8125rem);
}

.p-sc-linkArea__item {
  width: 100%;
  text-align: center;
  max-width: 390px;
  margin-inline: auto;
}

.p-sc-linkArea__itemTitle {
  font-size: clamp(0.813rem, 0.746rem + 0.28vw, 1rem);
  color: var(--color-white);
  font-weight: 500;
  font-feature-settings: 'palt';
}

.p-sc-linkArea__itemLink {
  font-size: clamp(0.875rem, 0.853rem + 0.09vw, 0.938rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-blue);
  background-color: var(--color-white);
  margin-top: 0.75rem;
  padding-inline: 1.25rem;
  padding-block: min(4.2vw, 1.25rem);
}

.p-sc-linkArea__itemLink:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.p-sc-news {
  margin-bottom: min(16vw, 5rem);
}

.p-sc-news__title {
  font-size: clamp(1.25rem, 1.074rem + 0.75vw, 1.75rem);
  font-weight: 500;
  color: var(--color-black);
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 1.375rem;
}

.p-sc-news__title::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: var(--color-blue);
  margin-right: 1rem;
  margin-bottom: 5px;
  vertical-align: middle;
}

.p-sc-newsSlideTitle {
  font-weight: 500;
  font-size: clamp(1.063rem, 0.952rem + 0.47vw, 1.375rem);
  color: var(--color-black);
  font-feature-settings: 'palt';
  margin-top: 2.5rem;
}

.p-sc-newsSlideTitle._secondary {
  border-top: 1px solid var(--color-gray);
  padding-top: 2.5rem;
  margin-top: min(16.8vw, 5.9rem);
}

.p-sc-newsArticle > a {
  display: block;
}

.p-sc-newsArticle {
  background-color: transparent;
  padding-bottom: 0;
}

.p-sc-newsImage {
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
}

.p-sc-newsImage > img {
  height: 100%;
}

.p-sc-articleImage {
  border-radius: 10px;
  overflow: hidden;
}

.p-sc-articleTextContent--news {
  margin-top: min(3.2vw, 1rem);
}

.p-sc-newsArticle__date {
  font-size: 0.75rem;
  color: var(--color-gray);
  font-weight: 500;
  font-feature-settings: 'palt';
  font-family: var(--font-monserrat);
}

.p-sc-newsArticle__text {
  font-size: clamp(0.938rem, 0.871rem + 0.28vw, 1.125rem);
  font-weight: 500;
  font-feature-settings: 'palt';
  color: var(--color-black);
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.p-sc-banner {
  margin-top: min(24.8vw, 7.5rem);
}

.p-sc-banner__title {
  font-size: clamp(1.063rem, 0.952rem + 0.47vw, 1.375rem);
  font-weight: 500;
  color: var(--color-black);
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}

.p-sc-banner__image {
  /* background-color: #333; */
  border-radius: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 20px;
}

.p-sc-iconBar {
  margin-bottom: min(16vw, 5rem);
  background-color: var(--color-white);
  border-radius: 10px;
  width: 100%;
  padding-block: 2.5rem;
}

.p-sc-iconBar__list {
  width: 85.4%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
  gap: 40px;
}

.p-sc-iconBar__link {
  display: grid;
  place-items: center;
}

.p-sc-icon__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.p-sc-icon__image._instagram {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/insta-icon.png');
}

.p-sc-icon__image._facebook {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/facebook-icon.png');
}

.p-sc-icon__image._TikTok {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/tiktok-icon.png');
}

.p-sc-icon__image._X {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/x-icon.png');
}

.p-sc-icon__image._YouTube {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/youtube-icon.png');
}

.p-sc-icon__image._LinkedIn {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/linkedin-icon.png');
}

.p-sc-icon__image._Note {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/note-icon.png');
}

.p-sc-icon__image._LINE {
  background-image: url('/wp-content/themes/speee_1.0.42/images/service-child/line-icon.png');
}

.p-sc-iconBar__title {
  font-family: var(--font-monserrat);
  font-size: clamp(0.813rem, 0.746rem + 0.28vw, 1rem);
  color: var(--color-black);
  font-weight: 500;
  font-feature-settings: 'palt';
}

/* レスポンシブ */
@media (width <= 750px) {
  .p-sc-container {
    padding-inline: 6%;
    margin-top: 10rem;
  }

  .p-sc-mainView {
    align-items: start;
  }

  .p-sc-mainView,
  .p-sc-aboutContainer,
  .p-sc-availableContainer,
  .p-sc-faq,
  .p-sc-linkArea__list {
    flex-direction: column;
  }

  .p-sc-serviceNav__list,
  .p-sc-target__list,
  .p-sc-strengths__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-sc-mainView__text {
    width: 90%;
  }

  .p-sc-serviceOutline__text {
    width: 90%;
  }

  .p-sc-availableContainer {
    gap: 2rem;
  }

  .p-sc-availableList {
    border-top: 1px solid var(--color-gray);
    padding-top: 2rem;
    width: 90%;
  }

  .p-sc-availableItem {
    border-left: none;
    padding-left: 0;
  }

  .p-sc-faqContainer {
    margin-top: 1.25rem;
    margin-left: 0;
    width: 100%;
  }

  .p-sc-linkArea {
    margin-inline: -6%;
  }
}

@media (width <= 1200px) {
  .p-sc-mainView {
    flex-direction: column;
    align-items: start;
  }
}
