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

.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: -.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, .9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .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: .3s;
  animation-duration: .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 .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 .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(.95);
    transform: scale(.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(.95);
    transform: scale(.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);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

a img {
  border: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

img,
button,
a,
a:hover {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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;
}

html.pc {
  font-size: 14px;
}

html.pc body {
  min-width: 960px;
}

html.pc .is_sp {
  display: none;
}

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

html.mobile {
  font-size: 28px;
  visibility: hidden;
}

html.mobile .is_pc {
  display: none;
}

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;
}

.c-title-txt {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 42px;
  text-align: center;
  padding-top: 77px;
  padding-bottom: 31px;
  border-bottom: 2px solid #026bb2;
  background-color: #fff;
}

.mobile .c-title-txt {
  font-size: 58px;
  padding-top: 70px;
  padding-bottom: 27px;
  border-bottom: 3px solid #026bb2;
}

.c-pager {
  display: block;
  width: 100%;
}

.c-pager__wrapper {
  display: block;
  position: relative;
  width: 880px;
  margin: auto;
  text-align: center;
}

.c-pager__button-backToList {
  display: inline-block;
  font-size: 19px;
  position: relative;
}

.c-pager a {
  color: #000;
}

.c-pager__button-next {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  padding-right: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.c-pager__button-next:after {
  content: "";
  display: block;
  background: url(/wp-content/themes/speee_1.0.42/images/common/pager_arrow_next.png) center center no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 1px;
  right: 0;
}

.c-pager__button-prev {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.c-pager__button-prev:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/speee_1.0.42/images/common/pager_arrow_prev.png) center center no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
}

.c-pager.def .c-pager__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pager.def .c-pager__button-next {
  position: relative;
  margin: 0 35px;
}

.c-pager.def .c-pager__button-prev {
  position: relative;
  margin: 0 35px;
}

.mobile .c-pager__wrapper {
  display: block;
  position: relative;
  width: 670px;
}

.mobile .c-pager__button-backToList {
  display: inline-block;
  font-size: 30px;
}

.mobile .c-pager__button-next {
  font-size: 34px;
}

.mobile .c-pager__button-next:after {
  content: "";
  display: block;
  background: url(/wp-content/themes/speee_1.0.42/images/common/sp_pager_arrow_next.png) center center no-repeat;
  background-size: cover;
  width: 18px;
  height: 32px;
  position: absolute;
  top: 2px;
  right: 0;
}

.mobile .c-pager__button-prev {
  font-size: 34px;
}

.mobile .c-pager__button-prev:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/speee_1.0.42/images/common/sp_pager_arrow_prev.png) center center no-repeat;
  background-size: cover;
  width: 18px;
  height: 32px;
  position: absolute;
  top: 2px;
  left: 0;
}

.mobile .c-pager.def .c-pager__button-next {
  margin: 0 90px;
}

.mobile .c-pager.def .c-pager__button-prev {
  margin: 0 90px;
}

.c-main-button {
  width: 208px;
  height: 64px;
  border: 1px solid rgba(41, 53, 64, .49);
  background-color: rgba(255, 255, 255, .3);
  border-radius: 6px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: auto;
  transition: all 300ms 0s ease;
}

.c-main-button:hover {
  background-color: rgba(255, 255, 255, .5);
}

.c-main-button span {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 64px;
  color: #293540;
}

.c-main-button.white {
  border-color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 255, 255, 0);
}

.c-main-button.white:hover {
  background-color: rgba(255, 255, 255, .15);
}

.c-main-button.white span {
  color: #fff;
}

.mobile .c-main-button {
  width: 248px;
  height: 94px;
  border-radius: 10px;
}

.mobile .c-main-button span {
  font-size: 21px;
  line-height: 94px;
}

.c-button-movie span {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .04em;
  color: #fff;
  position: relative;
  display: inline-block;
}

.c-button-movie span:after {
  content: '';
  display: block;
  background: url(/wp-content/themes/speee_1.0.42/images/common/icon_play.png) no-repeat;
  width: 71px;
  height: 71px;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-button-movie span:hover:after {
  background: url(/wp-content/themes/speee_1.0.42/images/common/icon_play_on.png) no-repeat;
}

html.mobile .c-button-movie span {
  font-size: 28px;
  letter-spacing: 0;
}

html.mobile .c-button-movie span:after {
  background: url(/wp-content/themes/speee_1.0.42/images/common/sp/icon_play.png) no-repeat;
  width: 100px;
  height: 100px;
  top: 48px;
}

.c-centering {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-centering-v {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-centering-h {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.anchor {
  position: absolute;
  top: -75px;
}

.scrollify {
  min-height: 650px;
}

.p-kv {
  width: 100%;
  height: calc(100vh - 75px);
  min-height: 650px;
  background: url(/wp-content/themes/speee_1.0.42/images/service/kv.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-kv__ttl {
  text-align: center;
  font-size: 30px;
  line-height: 180%;
}

.p-kv__read {
  text-align: center;
  font-size: 20px;
  line-height: 180%;
  margin-top: 85px;
}

.p-kv__link-list {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-kv__link-list__item {
  position: relative;
  width: 320px;
  height: 66px;
  background: #fff;
  border: 2px solid #0088e5;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  margin: 0 8px;
  transition: all 300ms 0s ease;
}

.p-kv__link-list__item:hover {
  background-color: #0173c0;
}

.p-kv__link-list__item:hover a {
  color: #fff;
}

.p-kv__link-list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-content {
  background: #fff;
  padding-bottom: 120px;
}

.p-content .p-serviceCategory__item {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #fff;
}

.p-content .p-serviceCategory__item__ttl-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-content .p-serviceCategory__item__ttl {
  font-size: 28px;
  text-align: center;
}

.p-content .p-serviceCategory__item__read {
  font-size: 16px;
  margin-top: 210px;
  width: 460px;
  margin: 50px auto 0;
  line-height: 180%;
}

.p-content .p-serviceCategory__item__serviceList {
  width: 50%;
  height: 100%;
}

.p-content .p-serviceCategory__item__serviceList__item {
  position: relative;
  border-bottom: 2px solid #ccc;
}

.p-content .p-serviceCategory__item__serviceList__item__ttl {
  font-size: 24px;
  text-align: center;
  color: #000;
}

.p-content .p-serviceCategory__item__serviceList__item__service_name {
  font-size: 32px;
  text-align: center;
  color: #000;
  margin-top: 20px;
  line-height: 16px;
}

.p-content .p-serviceCategory__item__serviceList__item__service_name small {
  font-size: 14px;
}

.p-content .p-serviceCategory__item__serviceList__item__read {
  margin-top: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 180%;
  color: #000;
}

.p-content .p-serviceCategory__item__serviceList__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/wp-content/themes/speee_1.0.42/images/service/servicelist_link.png) 95% center no-repeat;
  color: #000;
  transition: all 300ms 0s ease;
}

.p-content .p-serviceCategory__item__serviceList__item a:hover {
  background: #f4f4f4 url(/wp-content/themes/speee_1.0.42/images/service/servicelist_link.png) 95% center no-repeat;
}

.p-content .p-serviceCategory__item1 .p-serviceCategory__item__ttl-wrapper {
  background: url(/wp-content/themes/speee_1.0.42/images/service/servicecategory2_bg.jpg) center center no-repeat;
  background-size: cover;
}

.p-content .p-serviceCategory__item1 .p-serviceCategory__item__serviceList__item {
  height: 25%;
}

.p-content .p-serviceCategory__item1 .p-serviceCategory__item__serviceList__item__read {
  margin-top: 15px;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__ttl-wrapper {
  background: url(/wp-content/themes/speee_1.0.42/images/service/servicecategory1_bg.jpg) center center no-repeat;
  background-size: cover;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item a {
  margin-top: 30px;
  height: calc(100% - 30px);
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item a {
  margin-top: 0;
  height: 100%;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item__read {
  margin-top: 20px;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 {
  height: 50%;
  border-bottom: none;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul {
  position: relative;
  display: flex;
  top: 50%;
  height: 50%;
  width: 100%;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li {
  width: 33.3333%;
  position: relative;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li:first-child:after,
.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 70%;
  background-color: #EFEFEF;
  background-position: center center;
  top: 7.5%;
  right: 0;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li a {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 0;
  padding-top: 0;
  background-size: 10px 20px;
  background-position: 95% calc(50% - 10px);
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li div.sub_item__ttl {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #000;
  text-indent: -9999px;
  height: 40%;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li:first-child div.sub_item__ttl {
  background: url(/wp-content/themes/speee_1.0.42/images/service/sumai-step/logo_service.png) center center no-repeat;
  background-size: 130px 15px;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li:nth-child(2) div.sub_item__ttl {
  background: url(/wp-content/themes/speee_1.0.42/images/service/ieul-land/logo_service.png) center center no-repeat;
  background-size: 130px 48px;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li:last-child div.sub_item__ttl {
  background: url(/wp-content/themes/speee_1.0.42/images/service/ouchi-ktrb/logo_service.png) center center no-repeat;
  background-size: 130px 23px;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul li div.sub_item__read {
  height: 60%;
  margin: auto 12%;
  font-size: 12px;
  line-height: 1.4;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 a {
  height: 50%;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1:before,
.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2:before,
.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item3:before {
  content: '';
  background-color: rgb(232, 236, 238);
  height: 30px;
  top: 0;
  left: 0;
  display: block;
  /*text-align: center;*/
  line-height: 30px;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  padding-left: 10px;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1:before {
  content: '不動産領域';
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2 {
  height: 25%;
  border-bottom: none;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2:before {
  content: 'リフォーム領域';
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item3 {
  height: 25%;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item3:before {
  content: '介護領域';
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 .p-serviceCategory__item__serviceList__item__ttl {
  text-indent: -9999px;
  width: 266px;
  height: 51px;
  margin: auto;
  background: url(/wp-content/themes/speee_1.0.42/images/service/ieul/logo_service.png) center center no-repeat;
  background-size: 266px 51px;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-1,
.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-2,
.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-3 {
  display: none;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2 .p-serviceCategory__item__serviceList__item__ttl {
  text-indent: -9999px;
  width: 244px;
  height: 48px;
  margin: auto;
  background: url(/wp-content/themes/speee_1.0.42/images/service/nuri-kae/logo_service.png) center center no-repeat;
  background-size: 244px 48px;
}

.p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item3 .p-serviceCategory__item__serviceList__item__ttl {
  text-indent: -9999px;
  width: 253px;
  height: 30px;
  margin: auto;
  background: url(/wp-content/themes/speee_1.0.42/images/service/caresul-kaigo/logo_service.png) center center no-repeat;
  background-size: 253px 30px;
}

.p-content .p-serviceCategory__item3 .p-serviceCategory__item__ttl-wrapper {
  background: url(/wp-content/themes/speee_1.0.42/images/service/servicecategory3_bg.jpg) center center no-repeat;
  background-size: cover;
}

.p-content .p-serviceCategory__item3 .p-serviceCategory__item__serviceList__item {
  height: 100%;
}

.mobile .anchor {
  position: absolute;
  top: -110px;
}

.mobile .scrollify {
  min-height: initial;
}

.mobile .p-kv {
  width: 100%;
  height: 1010px;
  min-height: initial;
  background: url(/wp-content/themes/speee_1.0.42/images/service/sp_kv.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  display: block;
}

.mobile .p-kv .content__wrapper {
  width: 100%;
}

.mobile .p-kv__ttl {
  text-align: center;
  font-size: 38px;
  line-height: 180%;
  margin-top: 110px;
}

.mobile .p-kv__read {
  width: 590px;
  margin: 130px auto 0;
  text-align: left;
  font-size: 26px;
  line-height: 180%;
}

.mobile .p-kv__link-list {
  margin-top: 35px;
  display: block;
  width: 100%;
}

.mobile .p-kv__link-list__item {
  position: relative;
  width: 590px;
  height: 95px;
  background: #fff;
  border: 2px solid #0088e5;
  font-size: 28px;
  text-align: center;
  line-height: 90px;
  margin: 0 auto 13px;
}

.mobile .p-content {
  padding-bottom: 120px;
}

.mobile .p-content .p-serviceCategory__item {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: none;
}

.mobile .p-content .p-serviceCategory__item__ttl-wrapper {
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.mobile .p-content .p-serviceCategory__item__ttl {
  font-size: 38px;
  text-align: center;
  margin-top: 0;
}

.mobile .p-content .p-serviceCategory__item__read {
  font-size: 25px;
  width: 590px;
  margin: 200px auto 0;
  line-height: 180%;
}

.mobile .p-content .p-serviceCategory__item__serviceList {
  width: 100%;
}

.mobile .p-content .p-serviceCategory__item__serviceList__item {
  position: relative;
  color: #000;
  border-bottom: 2px solid #ccc;
  height: 300px !important;
}

.mobile .p-content .p-serviceCategory__item__serviceList__item__ttl {
  font-size: 34px;
  text-align: center;
  color: #000;
}

.mobile .p-content .p-serviceCategory__item__serviceList__item__service_name {
  font-size: 42px;
  text-align: center;
  color: #000;
  margin-top: 24px;
  line-height: 20px;
}

.mobile .p-content .p-serviceCategory__item__serviceList__item__service_name small {
  font-size: 18px;
}

.mobile .p-content .p-serviceCategory__item__serviceList__item__read {
  margin-top: 35px;
  font-size: 25px;
  text-align: center;
  line-height: 180%;
  color: #000;
}

.mobile .p-content .p-serviceCategory__item__serviceList__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -o-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: inherit 30px;
  background: url(/wp-content/themes/speee_1.0.42/images/service/sp_servicelist_link.png) 95% center no-repeat;
}

.mobile .p-content .p-serviceCategory__item1 .p-serviceCategory__item__ttl-wrapper {
  background: url(/wp-content/themes/speee_1.0.42/images/service/servicecategory2_bg.jpg) center center no-repeat;
  background-size: cover;
}

.mobile .p-content .p-serviceCategory__item1 .p-serviceCategory__item__read {
  margin-top: 150px;
}

.mobile .p-content .p-serviceCategory__item1 .p-serviceCategory__item__serviceList__item {
  height: 33.333%;
}

.mobile .p-content .p-serviceCategory__item1 .p-serviceCategory__item__serviceList__item__read {
  margin-top: 15px;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__ttl-wrapper {
  background: url(/wp-content/themes/speee_1.0.42/images/service/servicecategory1_bg.jpg) center center no-repeat;
  background-size: cover;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item a {
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 ul {
  position: relative;
  display: none;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-1,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-2,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-3,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2 {
  border-bottom: none;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item3 {
  height: 450px !important;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 a,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2 a,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item3 a {
  margin-top: 50px;
  height: 400px !important;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1:before,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2:before,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item3:before {
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1 .p-serviceCategory__item__serviceList__item__ttl {
  width: 373px;
  height: 71px;
  background-size: 373px 71px;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item2 .p-serviceCategory__item__serviceList__item__ttl {
  width: 333px;
  height: 66px;
  background-size: 333px 66px;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item3 .p-serviceCategory__item__serviceList__item__ttl {
  width: 380px;
  height: 45px;
  background-size: 380px 45px;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-1,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-2,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-3 {
  position: relative;
  display: block;
  height: 300px !important;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-1:after,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-2:after,
.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1:after {
  position: absolute;
  content: "";
  background: #EFEFEF;
  height: 2px;
  width: 90%;
  bottom: 0;
  left: 5%;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-1 .p-serviceCategory__item__serviceList__item__ttl {
  text-indent: -9999px;
  width: 362px;
  height: 43px;
  margin: auto;
  background: url(/wp-content/themes/speee_1.0.42/images/service/sumai-step/logo_service.png) center center no-repeat;
  background-size: 362px 43px;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-2 .p-serviceCategory__item__serviceList__item__ttl {
  text-indent: -9999px;
  width: 392px;
  height: 50px;
  margin: auto;
  background: url(/wp-content/themes/speee_1.0.42/images/service/ieul-land/sp_logo_service.png) center center no-repeat;
  background-size: 392px 50px;
}

.mobile .p-content .p-serviceCategory__item2 .p-serviceCategory__item__serviceList__item1-3 .p-serviceCategory__item__serviceList__item__ttl {
  text-indent: -9999px;
  width: 372px;
  height: 66px;
  margin: auto;
  background: url(/wp-content/themes/speee_1.0.42/images/service/ouchi-ktrb/logo_service.png) center center no-repeat;
  background-size: 372px 66px;
}

.mobile .p-content .p-serviceCategory__item3 .p-serviceCategory__item__ttl-wrapper {
  background: url(/wp-content/themes/speee_1.0.42/images/service/servicecategory3_bg.jpg) center center no-repeat;
  background-size: cover;
}

.mobile .p-content .p-serviceCategory__item3 .p-serviceCategory__item__serviceList__item {
  height: 100%;
}



.u-sp {
  display: none !important;
}

.u-pc {
  display: block;
}

.l-e-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-e-service-fv__inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-e-service-fv {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/service-fv-bg-mask.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  max-height: 522px;
  position: relative;
  padding-top: 160px;
  padding-bottom: 185px;
  text-align: center;
  z-index: 0;
}

.p-e-service-fv::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/service-fv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-e-service-fv__title-en {
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 150%;
  font-weight: 300;
  text-decoration: underline;
  color: #fff;
}

.p-e-service-fv__title-jp {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: 0.16em;
  color: #fff;
}

.p-e-service-fv__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.16em;
  color: #fff;
  margin-top: 30px;
}

.p-e-bg {
  padding-top: 80px;
  background-color: #f4f4f4;
  padding-bottom: 120px;
}

.p-e-service-menu {
  gap: 20px;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  justify-items: center;
}

.p-e-service-menu__link {
  display: block;
  text-decoration: none;
  color: #293540;
  padding: 19px 0 19px 25px;
  width: 100%;
  max-width: 260px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1100px) {
  .p-e-service-menu__link {
    flex: 1 1 calc(50% - 10px); /* 2列配置 (50%) */
  }
}

.p-e-service-menu__link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/service-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 11px;
}

.p-e-service-menu__link:hover {
  border: 1px solid #005ea5;
  color: #005ea5;
}

.p-e-service-menu__link:hover.p-e-service-menu__link::before {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/service-arrow-hover.svg);
}

.p-e-service-contents {
  padding-top: 80px;
}

.p-e-service-contents + .p-e-service-contents {
  padding-top: 120px;
}

.p-e-service-contents__title-en {
  font-size: 15px;
  line-height: 130%;
  color: #005ea5;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Montserrat", serif;
}

.p-e-service-contents__title-en span {
  min-width: 120px;
  display: block;
}

.p-e-service-contents__title-enline {
  width: 100%;
  max-width: 972px;
  height: 1px;
  display: block;
  background-color: #cecece;
  min-width: 0 !important;
}

.p-e-service-contents__title-en2 span {
  min-width: 146px;
}

.p-e-service-contents__title-en3 span {
  min-width: 241px;
}

.p-e-service-contents__title-en4 span {
  min-width: 130px;
}

.p-e-service-contents__title-jp {
  margin-top: 25px;
  font-size: 46px;
  font-weight: 400;
  line-height: 145%;
}

.p-e-service-content {
  margin-top: 30px;
}

.p-e-service-content + .p-e-service-content {
  margin-top: 55px;
}

.p-e-service-content__title {
  font-size: 25px;
  line-height: 145%;
  padding-left: 27px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.p-e-service-content__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background-color: #005ea5;
}

.p-e-service-content__title span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  color: #959595;
}

.p-e-service-content__text {
  margin-top: 18px;
  font-size: 15px;
  line-height: 155%;
  letter-spacing: 0.01em;
}

.p-e-service-content__items {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(353px, 1fr));
  justify-items: center;
  margin-top: 25px;
}

.p-e-service-content-item {
  text-decoration: none;
  color: #293540;
  width: 32%;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.p-e-service-content-item__image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 353/199;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.p-e-service-content-item__image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-e-service-content-item__body {
  padding: 25px 30px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.p-e-service-content-item__box {
  flex-grow: 1;
}

.p-e-service-content-item__box-coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.p-e-service-content-item__logo {
  width: 100%;
  height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-e-service-content-item__logo span {
  font-size: 10px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.03em;
  display: block;
}

.p-e-service-content-item__text {
  margin-top: 15px;
  font-weight: 300;
  font-size: 13px;
  line-height: 165%;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}

.p-e-service-content-item__link {
  color: #005ea5;
  font-size: 12px;
  font-weight: 500;
  line-height: 145%;
  display: inline-block;
}

.p-e-icon {
  position: relative;
}

.p-e-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 64px;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/service-item-link.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 10px;
}

.p-e-service-content-item__coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  font-family: "Montserrat", serif;
  line-height: 130%;
  color: #C5C5C5;
}

.p-e-service-content-item__image-coming-soon {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/coming-soon.png);
}

.p-e-link:hover {
  box-shadow: 20px 20px 25px rgba(102, 115, 145, 0.08);
}

.p-e-link:hover .p-e-service-content-item__link {
  text-decoration: underline;
}

.p-e-service-content__card {
  margin-top: 25px;
}

.p-e-service-content-card {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #293540;
}

.p-e-service-content-card__image {
  width: 100%;
  width: 32.0909091%;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.p-e-service-content-card__body {
  padding: 20px 40px;
  width: 67.9090909%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.p-e-service-content-card__logo {
  width: 100%;
  height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-e-service-content-card__logo span {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.03em;
  display: block;
}

.p-e-service-content-card__text {
  margin-top: 23px;
  font-size: 13px;
  line-height: 165%;
  font-weight: 300;
  color: #293540;
  letter-spacing: 0.03em;
}

.p-e-service-content-card__link {
  margin-top: 18px;
  color: #005ea5;
  font-size: 12px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.p-e-link:hover {
  box-shadow: 20px 20px 25px rgba(102, 115, 145, 0.08);
}

.p-e-link:hover .p-e-service-content-card__link {
  text-decoration: underline;
}

.p-e-service-content-card2 {
  display: flex;
  border-radius: 10px;
  text-decoration: none;
  color: #293540;
}

.p-e-service-content-card2 .p-e-service-content-card__body {
  padding: 0 40px;
  width: 100%;
  display: block;
}

.p-e-service-content-card2 .p-e-service-content-card__text {
  margin-top: 0;
}

.p-e-service-content-card2 .p-e-service-content-card__image img {
  border-radius: 10px;
}

.p-e-service-contents-box {
  display: flex;
  gap: 50px;
  text-decoration: none;
  cursor: pointer;
}

.p-e-service-contents-box__title-en {
  font-size: 15px;
  line-height: 130%;
  color: #005ea5;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Montserrat", serif;
}

.p-e-service-contents-box__title-en span {
  min-width: 130px;
}

.p-e-service-contents-box__title-enline {
  display: block;
  background-color: #CECECE;
  width: 100%;
  height: 1px;
}

.p-e-service-contents-box__title-jp {
  font-size: 46px;
  font-size: clamp(36px, 3.19444444vw, 46px);
  line-height: 145%;
  font-weight: 400;
  color: #293540;
  margin-top: 35px;
}

.p-e-service-contents-box__text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 165%;
  letter-spacing: -0.04em;
  color: #293540;
}

.p-e-service-content-card__link {
  color: #005ea5;
  font-size: 12px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.p-e-service-contents-box__image img {
  border-radius: 10px;
}

.mobile .u-sp {
  display: block !important;
}

.mobile .u-pc {
  display: none !important;
}

.mobile .l-e-inner {
  width: 100%;
  margin-inline: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.mobile .l-e-service-fv__inner {
  width: 100%;
  margin-inline: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.mobile .p-e-service-fv {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/service-fv-bg-mask.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 134px;
  padding-bottom: 134px;
  text-align: center;
}

.mobile .p-e-service-fv::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/service-fv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.mobile .p-e-service-fv__title-en {
  font-size: min(3.73333333vw, 16px);
  letter-spacing: 0.16em;
  line-height: 150%;
  font-weight: 300;
  text-decoration: underline;
  color: #fff;
}

.mobile .p-e-service-fv__title-jp {
  margin-top: 30px;
  font-size: min(7.466666667vw, 32px);
  font-weight: 300;
  line-height: 142%;
  letter-spacing: 0.08em;
  color: #fff;
}

.mobile .p-e-service-fv__text {
  font-size: min(3.73333333vw, 16px);
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.16em;
  color: #fff;
  margin-top: 30px;
}

.mobile .p-e-bg {
  padding-top: 30px;
  background-color: #f4f4f4;
  padding-bottom: 70px;
}

.mobile .p-e-service-menu {
  gap: 10px;
  width: 100%;
  padding-inline: 25px;
}
@media screen and (min-width: 500px) {
  .mobile .p-e-service-menu {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}

.mobile .p-e-service-menu__link {
  width: 100%;
  max-width: 100%;
}

.mobile .p-e-service-menu__link:hover {
  border: 1px solid #005ea5;
  color: #005ea5;
}

.mobile .p-e-service-menu__link:hover.p-e-service-menu__link::before {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/service-arrow-hover.svg);
}

.mobile .p-e-service-contents {
  padding-top: 47px;
}

.mobile .p-e-service-contents + .p-e-service-contents {
  padding-top: 80px;
}

.mobile .p-e-service-contents__title-en {
  font-size: 12px;
  gap: 10px;
}

.mobile .p-e-service-contents__title-en span {
  min-width: 87px;
  display: inline-block;
}

.mobile .p-e-service-contents__title-en2 span {
  min-width: 120px;
}

.mobile .p-e-service-contents__title-en3 span {
  min-width: 200px;
}

.mobile .p-e-service-contents__title-en4 span {
  min-width: 106px;
}

.mobile .p-e-service-contents__title-jp {
  margin-top: 12px;
  font-size: min(6.66666667vw, 28px);
  font-weight: 400;
  line-height: 145%;
}

.mobile .p-e-service-content {
  margin-top: 28px;
}

.mobile .p-e-service-content + .mobile .p-e-service-content {
  margin-top: 55px;
}

.mobile .p-e-service-content__title {
  font-size: 18px;
  line-height: 145%;
  padding-left: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.mobile .p-e-service-content__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 3px;
  background-color: #005ea5;
}

.mobile .p-e-service-content__text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 155%;
  letter-spacing: 0.01em;
}

.mobile .p-e-service-content__items {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 17px;
}

.mobile .p-e-service-content-item {
  text-decoration: none;
  color: #293540;
  width: 100%;
  max-width: 100%;
  max-width: 500px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.mobile .p-e-service-content-item + .p-e-service-content-item {
  margin-top: 15px;
}

.mobile .p-e-service-content-item__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 353/199;
}

.mobile .p-e-service-content-item__image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mobile .p-e-service-content-item__body {
  padding: 25px 30px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.mobile .p-e-service-content-item__box {
  flex-grow: 1;
}

.mobile .p-e-service-content-item__logo {
  width: 100%;
  height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile .p-e-service-content-item__logo img {
  width: 91.1262799%;
}

.mobile .p-e-service-content-item__logo figcaption {
  font-size: 10px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.03em;
}

.mobile .p-e-service-content-item__text {
  margin-top: 15px;
  font-weight: 300;
  font-size: 13px;
  line-height: 165%;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}

.mobile .p-e-service-content__card {
  margin-top: 25px;
}

.mobile .p-e-service-content-card {
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #293540;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

.mobile .p-e-service-content-card__image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 300px;
  aspect-ratio: 353/235;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
}

.mobile .p-e-service-content-card__body {
  padding: 15px 20px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mobile .p-e-service-content-card__text {
  margin-top: 23px;
  font-size: 13px;
  line-height: 165%;
  font-weight: 300;
  color: #293540;
  letter-spacing: 0.03em;
}

.mobile .p-e-service-content-card__link {
  margin-top: 18px;
  color: #005ea5;
  font-size: 12px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.mobile .p-e-service-content-card2 {
  border-radius: 10px;
  text-decoration: none;
  color: #293540;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

.mobile .p-e-service-content-card2 .p-e-service-content-card__body {
  padding: 15px 20px;
  width: 100%;
  display: block;
}

.mobile .p-e-service-content-card2 .p-e-service-content-card__text {
  margin-top: 0;
}

.mobile .p-e-service-content-card2 .p-e-service-content-card__image img {
  border-radius: 10px;
}

.p-e-service-content-item__image-bx {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/bx.png);
}

.p-e-service-content-item__logo-bx {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/bx-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 141/46;
  width: 100%;
  max-width: 141px;
}

.p-e-service-content-item__image-bantner {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/bantner.png);
}

.p-e-service-content-item__logo-bantner {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/bantner-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 155/46;
  width: 100%;
  max-width: 155px;
}

.p-e-service-content-item__image-spec {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/spec-and-company.png);
}

.p-e-service-content-item__logo-spec {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/spec-and-company-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 278/46;
  width: 100%;
  max-width: 278px;
}

.p-e-service-content-item__image-ieul {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/ieul.png);
}

.p-e-service-content-item__logo-ieul {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/ieul-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
}

.p-e-service-content-card__image-uzou {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/uzou.png);
}

.p-e-service-content-card__logo-uzou {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/uzou-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 161/46;
  width: 100%;
  max-width: 161px;
}

.p-e-service-content-card__image-cmpl {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/cmpl.png);
}

.p-e-service-content-card__logo-cmpl {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/cmpl-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 174/46;
  width: 100%;
  max-width: 174px;
}

.p-e-service-content-item__image-ieul {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/ieul.png);
}

.p-e-service-content-item__logo-ieul {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/ieul-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
}

.p-e-service-content-item__image-sumai {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/sumai.png);
}

.p-e-service-content-item__logo-sumai {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/sumai-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
}

.p-e-service-content-item__image-housii {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/housii.png);
}

.p-e-service-content-item__logo-housii {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/housii-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
}

.p-e-service-content-item__image-nurikae {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/nurikae.png);
}

.p-e-service-content-item__logo-nurikae {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/nurikae-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
}

.p-e-service-content-item__image-rifosumu {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/rifosumu.png);
}

.p-e-service-content-item__logo-rifosumu {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/rifosumu-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
}

.p-e-service-content-item__image-tochisaisei {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/tochisaisei.png);
}

.p-e-service-content-item__logo-tochisaisei {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/tochisaisei-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
}

.p-e-service-content-item__image-repair {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/repair.png);
}

.p-e-service-content-item__logo-repair {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/repair-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
}

.p-e-service-content-card__image-caresul-kaigo {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/caresul-kaigo.png);
}

.p-e-service-content-card__logo-caresul-kaigo {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/caresul-kaigo-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 246/46;
  width: 100%;
  max-width: 246px;
}

.p-e-service-content-card__image-datachain {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/datachain.png);
}

.p-e-service-content-card__logo-datachain {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/datachain-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 246/46;
  width: 100%;
  max-width: 246px;
}

.p-e-service-contents-box__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.p-e-service-contents-box__image-rd {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/r-and-d.png);
  aspect-ratio: 382/237;
  width: 100%;
  max-width: 382px;
}

.p-e-service-content-card__image-rd {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/r-and-d.png);
}

/* 横並びアイテムの複製箇所 */

/* .p-e-service-content-item__image-画像の名前 {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/画像の名前.拡張子);
}

.p-e-service-content-item__logo-ロゴの名前 {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/ロゴの名前.拡張子);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 267/46;
  width: 100%;
  max-width: 267px;
} */


/* カードの複製箇所 */

/* .p-e-service-content-card__image-画像の名前 {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/画像の名前.拡張子);
}

.p-e-service-content-card__logo-ロゴの名前 {
  background-image: url(/wp-content/themes/speee_1.0.42/images/service/ロゴの名前.拡張子);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 174/46;
  width: 100%;
  max-width: 174px;
} */
