@charset "UTF-8";
.media-check {
  display: none;
}
@media (min-width: 1200px) {
  .media-check:before {
    content: "xl";
  }
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  .media-check:before {
    content: "lg";
  }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .media-check:before {
    content: "md";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .media-check:before {
    content: "sm";
  }
}
@media (max-width: 575.98px) {
  .media-check:before {
    content: "xs";
  }
}

.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -6px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bg-color_change_01 {
  0% {
    background-color: #e74c3c;
  }
  20% {
    background-color: #f1c40f;
  }
  40% {
    background-color: #1abc9c;
  }
  60% {
    background-color: #3498db;
  }
  80% {
    background-color: #9b59b6;
  }
  100% {
    background-color: #e74c3c;
  }
}
@keyframes bg-color_change_01 {
  0% {
    background-color: #e74c3c;
  }
  20% {
    background-color: #f1c40f;
  }
  40% {
    background-color: #1abc9c;
  }
  60% {
    background-color: #3498db;
  }
  80% {
    background-color: #9b59b6;
  }
  100% {
    background-color: #e74c3c;
  }
}
.display_none {
  display: none !important;
}

.list-style_none {
  list-style: none;
}

.font-weight_bold {
  font-weight: bold !important;
}

.text-decoration_none {
  text-decoration: none !important;
}
.text-decoration_none:link, .text-decoration_none:visited, .text-decoration_none:hover, .text-decoration_none:active {
  text-decoration: none !important;
}

.text-align_center {
  text-align: center !important;
}

.color_aaa {
  color: #aaa;
}

.color_bbb {
  color: #bbb;
}

.color_ccc {
  color: #ccc;
}

.font-size_04 {
  font-size: 0.4rem !important;
}

.font-size_05 {
  font-size: 0.5rem !important;
}

.font-size_06 {
  font-size: 0.6rem !important;
}

.font-size_07 {
  font-size: 0.7rem !important;
}

.font-size_08 {
  font-size: 0.8rem !important;
}

.font-size_09 {
  font-size: 0.9rem !important;
}

.font-size_10 {
  font-size: 1rem !important;
}

.font-size_11 {
  font-size: 1.1rem !important;
}

.font-size_12 {
  font-size: 1.2rem !important;
}

.font-size_13 {
  font-size: 1.3rem !important;
}

.font-size_14 {
  font-size: 1.4rem !important;
}

.font-size_15 {
  font-size: 1.5rem !important;
}

.font-size_16 {
  font-size: 1.6rem !important;
}

.font-size_17 {
  font-size: 1.7rem !important;
}

.font-size_18 {
  font-size: 1.8rem !important;
}

.font-size_19 {
  font-size: 1.9rem !important;
}

.font-size_20 {
  font-size: 2rem !important;
}

.line-height_10 {
  line-height: 1 !important;
}

.line-height_11 {
  line-height: 1.1 !important;
}

.line-height_12 {
  line-height: 1.2 !important;
}

.line-height_13 {
  line-height: 1.3 !important;
}

.line-height_14 {
  line-height: 1.4 !important;
}

.line-height_15 {
  line-height: 1.5 !important;
}

.line-height_16 {
  line-height: 1.6 !important;
}

.line-height_17 {
  line-height: 1.7 !important;
}

.line-height_18 {
  line-height: 1.8 !important;
}

.line-height_19 {
  line-height: 1.9 !important;
}

.line-height_20 {
  line-height: 2 !important;
}

.text-align_center {
  text-align: center !important;
}

.text-align_left {
  text-align: left !important;
}

.text-align_right {
  text-align: right !important;
}

.border-radius_1000 {
  border-radius: 1000px;
}

.border-radius_1 {
  border-radius: 1px;
}

.border-radius_2 {
  border-radius: 2px;
}

.border-radius_3 {
  border-radius: 3px;
}

.border-radius_4 {
  border-radius: 4px;
}

.border-radius_5 {
  border-radius: 5px;
}

.border-radius_6 {
  border-radius: 6px;
}

.border-radius_7 {
  border-radius: 7px;
}

.border-radius_8 {
  border-radius: 8px;
}

.border-radius_9 {
  border-radius: 9px;
}

.border-radius_10 {
  border-radius: 10px;
}

.border-radius_50per {
  border-radius: 50%;
}

.padding_0 {
  padding: 0px !important;
}

.padding_1 {
  padding: 1px !important;
}

.padding_2 {
  padding: 2px !important;
}

.padding_3 {
  padding: 3px !important;
}

.padding_4 {
  padding: 4px !important;
}

.padding_5 {
  padding: 5px !important;
}

.padding_6 {
  padding: 6px !important;
}

.padding_7 {
  padding: 7px !important;
}

.padding_8 {
  padding: 8px !important;
}

.padding_9 {
  padding: 9px !important;
}

.padding_10 {
  padding: 10px !important;
}

.padding_11 {
  padding: 11px !important;
}

.padding_12 {
  padding: 12px !important;
}

.padding_13 {
  padding: 13px !important;
}

.padding_14 {
  padding: 14px !important;
}

.padding_15 {
  padding: 15px !important;
}

.padding_16 {
  padding: 16px !important;
}

.padding_17 {
  padding: 17px !important;
}

.padding_18 {
  padding: 18px !important;
}

.padding_19 {
  padding: 19px !important;
}

.padding_20 {
  padding: 20px !important;
}

.padding-top_0 {
  padding-top: 0px !important;
}

.padding-top_1 {
  padding-top: 1px !important;
}

.padding-top_2 {
  padding-top: 2px !important;
}

.padding-top_3 {
  padding-top: 3px !important;
}

.padding-top_4 {
  padding-top: 4px !important;
}

.padding-top_5 {
  padding-top: 5px !important;
}

.padding-top_6 {
  padding-top: 6px !important;
}

.padding-top_7 {
  padding-top: 7px !important;
}

.padding-top_8 {
  padding-top: 8px !important;
}

.padding-top_9 {
  padding-top: 9px !important;
}

.padding-top_10 {
  padding-top: 10px !important;
}

.padding-top_11 {
  padding-top: 11px !important;
}

.padding-top_12 {
  padding-top: 12px !important;
}

.padding-top_13 {
  padding-top: 13px !important;
}

.padding-top_14 {
  padding-top: 14px !important;
}

.padding-top_15 {
  padding-top: 15px !important;
}

.padding-top_16 {
  padding-top: 16px !important;
}

.padding-top_17 {
  padding-top: 17px !important;
}

.padding-top_18 {
  padding-top: 18px !important;
}

.padding-top_19 {
  padding-top: 19px !important;
}

.padding-top_20 {
  padding-top: 20px !important;
}

.padding-top_24 {
  padding-top: 24px !important;
}

.padding-top_32 {
  padding-top: 32px !important;
}

.padding-right_0 {
  padding-right: 0px !important;
}

.padding-right_1 {
  padding-right: 1px !important;
}

.padding-right_2 {
  padding-right: 2px !important;
}

.padding-right_3 {
  padding-right: 3px !important;
}

.padding-right_4 {
  padding-right: 4px !important;
}

.padding-right_5 {
  padding-right: 5px !important;
}

.padding-right_6 {
  padding-right: 6px !important;
}

.padding-right_7 {
  padding-right: 7px !important;
}

.padding-right_8 {
  padding-right: 8px !important;
}

.padding-right_9 {
  padding-right: 9px !important;
}

.padding-right_10 {
  padding-right: 10px !important;
}

.padding-right_11 {
  padding-right: 11px !important;
}

.padding-right_12 {
  padding-right: 12px !important;
}

.padding-right_13 {
  padding-right: 13px !important;
}

.padding-right_14 {
  padding-right: 14px !important;
}

.padding-right_15 {
  padding-right: 15px !important;
}

.padding-right_16 {
  padding-right: 16px !important;
}

.padding-right_17 {
  padding-right: 17px !important;
}

.padding-right_18 {
  padding-right: 18px !important;
}

.padding-right_19 {
  padding-right: 19px !important;
}

.padding-right_20 {
  padding-right: 20px !important;
}

.padding-right_24 {
  padding-right: 24px !important;
}

.padding-right_32 {
  padding-right: 32px !important;
}

.padding-bottom_0 {
  padding-bottom: 0px !important;
}

.padding-bottom_1 {
  padding-bottom: 1px !important;
}

.padding-bottom_2 {
  padding-bottom: 2px !important;
}

.padding-bottom_3 {
  padding-bottom: 3px !important;
}

.padding-bottom_4 {
  padding-bottom: 4px !important;
}

.padding-bottom_5 {
  padding-bottom: 5px !important;
}

.padding-bottom_6 {
  padding-bottom: 6px !important;
}

.padding-bottom_7 {
  padding-bottom: 7px !important;
}

.padding-bottom_8 {
  padding-bottom: 8px !important;
}

.padding-bottom_9 {
  padding-bottom: 9px !important;
}

.padding-bottom_10 {
  padding-bottom: 10px !important;
}

.padding-bottom_11 {
  padding-bottom: 11px !important;
}

.padding-bottom_12 {
  padding-bottom: 12px !important;
}

.padding-bottom_13 {
  padding-bottom: 13px !important;
}

.padding-bottom_14 {
  padding-bottom: 14px !important;
}

.padding-bottom_15 {
  padding-bottom: 15px !important;
}

.padding-bottom_16 {
  padding-bottom: 16px !important;
}

.padding-bottom_17 {
  padding-bottom: 17px !important;
}

.padding-bottom_18 {
  padding-bottom: 18px !important;
}

.padding-bottom_19 {
  padding-bottom: 19px !important;
}

.padding-bottom_20 {
  padding-bottom: 20px !important;
}

.padding-bottom_24 {
  padding-bottom: 24px !important;
}

.padding-bottom_32 {
  padding-bottom: 32px !important;
}

.padding-left_0 {
  padding-left: 0px !important;
}

.padding-left_1 {
  padding-left: 1px !important;
}

.padding-left_2 {
  padding-left: 2px !important;
}

.padding-left_3 {
  padding-left: 3px !important;
}

.padding-left_4 {
  padding-left: 4px !important;
}

.padding-left_5 {
  padding-left: 5px !important;
}

.padding-left_6 {
  padding-left: 6px !important;
}

.padding-left_7 {
  padding-left: 7px !important;
}

.padding-left_8 {
  padding-left: 8px !important;
}

.padding-left_9 {
  padding-left: 9px !important;
}

.padding-left_10 {
  padding-left: 10px !important;
}

.padding-left_11 {
  padding-left: 11px !important;
}

.padding-left_12 {
  padding-left: 12px !important;
}

.padding-left_13 {
  padding-left: 13px !important;
}

.padding-left_14 {
  padding-left: 14px !important;
}

.padding-left_15 {
  padding-left: 15px !important;
}

.padding-left_16 {
  padding-left: 16px !important;
}

.padding-left_17 {
  padding-left: 17px !important;
}

.padding-left_18 {
  padding-left: 18px !important;
}

.padding-left_19 {
  padding-left: 19px !important;
}

.padding-left_20 {
  padding-left: 20px !important;
}

.padding-left_24 {
  padding-left: 24px !important;
}

.padding-left_32 {
  padding-left: 32px !important;
}

.margin_0 {
  margin: 0px !important;
}

.margin_1 {
  margin: 1px !important;
}

.margin_2 {
  margin: 2px !important;
}

.margin_3 {
  margin: 3px !important;
}

.margin_4 {
  margin: 4px !important;
}

.margin_5 {
  margin: 5px !important;
}

.margin_6 {
  margin: 6px !important;
}

.margin_7 {
  margin: 7px !important;
}

.margin_8 {
  margin: 8px !important;
}

.margin_9 {
  margin: 9px !important;
}

.margin_10 {
  margin: 10px !important;
}

.margin_11 {
  margin: 11px !important;
}

.margin_12 {
  margin: 12px !important;
}

.margin_13 {
  margin: 13px !important;
}

.margin_14 {
  margin: 14px !important;
}

.margin_15 {
  margin: 15px !important;
}

.margin_16 {
  margin: 16px !important;
}

.margin_17 {
  margin: 17px !important;
}

.margin_18 {
  margin: 18px !important;
}

.margin_19 {
  margin: 19px !important;
}

.margin_20 {
  margin: 20px !important;
}

.margin-top_0 {
  margin-top: 0px !important;
}

.margin-top_1 {
  margin-top: 1px !important;
}

.margin-top_2 {
  margin-top: 2px !important;
}

.margin-top_3 {
  margin-top: 3px !important;
}

.margin-top_4 {
  margin-top: 4px !important;
}

.margin-top_5 {
  margin-top: 5px !important;
}

.margin-top_6 {
  margin-top: 6px !important;
}

.margin-top_7 {
  margin-top: 7px !important;
}

.margin-top_8 {
  margin-top: 8px !important;
}

.margin-top_9 {
  margin-top: 9px !important;
}

.margin-top_10 {
  margin-top: 10px !important;
}

.margin-top_11 {
  margin-top: 11px !important;
}

.margin-top_12 {
  margin-top: 12px !important;
}

.margin-top_13 {
  margin-top: 13px !important;
}

.margin-top_14 {
  margin-top: 14px !important;
}

.margin-top_15 {
  margin-top: 15px !important;
}

.margin-top_16 {
  margin-top: 16px !important;
}

.margin-top_17 {
  margin-top: 17px !important;
}

.margin-top_18 {
  margin-top: 18px !important;
}

.margin-top_19 {
  margin-top: 19px !important;
}

.margin-top_20 {
  margin-top: 20px !important;
}

.margin-right_0 {
  margin-right: 0px !important;
}

.margin-right_1 {
  margin-right: 1px !important;
}

.margin-right_2 {
  margin-right: 2px !important;
}

.margin-right_3 {
  margin-right: 3px !important;
}

.margin-right_4 {
  margin-right: 4px !important;
}

.margin-right_5 {
  margin-right: 5px !important;
}

.margin-right_6 {
  margin-right: 6px !important;
}

.margin-right_7 {
  margin-right: 7px !important;
}

.margin-right_8 {
  margin-right: 8px !important;
}

.margin-right_9 {
  margin-right: 9px !important;
}

.margin-right_10 {
  margin-right: 10px !important;
}

.margin-right_11 {
  margin-right: 11px !important;
}

.margin-right_12 {
  margin-right: 12px !important;
}

.margin-right_13 {
  margin-right: 13px !important;
}

.margin-right_14 {
  margin-right: 14px !important;
}

.margin-right_15 {
  margin-right: 15px !important;
}

.margin-right_16 {
  margin-right: 16px !important;
}

.margin-right_17 {
  margin-right: 17px !important;
}

.margin-right_18 {
  margin-right: 18px !important;
}

.margin-right_19 {
  margin-right: 19px !important;
}

.margin-right_20 {
  margin-right: 20px !important;
}

.margin-bottom_0 {
  margin-bottom: 0px !important;
}

.margin-bottom_1 {
  margin-bottom: 1px !important;
}

.margin-bottom_2 {
  margin-bottom: 2px !important;
}

.margin-bottom_3 {
  margin-bottom: 3px !important;
}

.margin-bottom_4 {
  margin-bottom: 4px !important;
}

.margin-bottom_5 {
  margin-bottom: 5px !important;
}

.margin-bottom_6 {
  margin-bottom: 6px !important;
}

.margin-bottom_7 {
  margin-bottom: 7px !important;
}

.margin-bottom_8 {
  margin-bottom: 8px !important;
}

.margin-bottom_9 {
  margin-bottom: 9px !important;
}

.margin-bottom_10 {
  margin-bottom: 10px !important;
}

.margin-bottom_11 {
  margin-bottom: 11px !important;
}

.margin-bottom_12 {
  margin-bottom: 12px !important;
}

.margin-bottom_13 {
  margin-bottom: 13px !important;
}

.margin-bottom_14 {
  margin-bottom: 14px !important;
}

.margin-bottom_15 {
  margin-bottom: 15px !important;
}

.margin-bottom_16 {
  margin-bottom: 16px !important;
}

.margin-bottom_17 {
  margin-bottom: 17px !important;
}

.margin-bottom_18 {
  margin-bottom: 18px !important;
}

.margin-bottom_19 {
  margin-bottom: 19px !important;
}

.margin-bottom_20 {
  margin-bottom: 20px !important;
}

.margin-left_0 {
  margin-left: 0px !important;
}

.margin-left_1 {
  margin-left: 1px !important;
}

.margin-left_2 {
  margin-left: 2px !important;
}

.margin-left_3 {
  margin-left: 3px !important;
}

.margin-left_4 {
  margin-left: 4px !important;
}

.margin-left_5 {
  margin-left: 5px !important;
}

.margin-left_6 {
  margin-left: 6px !important;
}

.margin-left_7 {
  margin-left: 7px !important;
}

.margin-left_8 {
  margin-left: 8px !important;
}

.margin-left_9 {
  margin-left: 9px !important;
}

.margin-left_10 {
  margin-left: 10px !important;
}

.margin-left_11 {
  margin-left: 11px !important;
}

.margin-left_12 {
  margin-left: 12px !important;
}

.margin-left_13 {
  margin-left: 13px !important;
}

.margin-left_14 {
  margin-left: 14px !important;
}

.margin-left_15 {
  margin-left: 15px !important;
}

.margin-left_16 {
  margin-left: 16px !important;
}

.margin-left_17 {
  margin-left: 17px !important;
}

.margin-left_18 {
  margin-left: 18px !important;
}

.margin-left_19 {
  margin-left: 19px !important;
}

.margin-left_20 {
  margin-left: 20px !important;
}

.border-bottom_0 {
  border-bottom: 0 !important;
}

.border_0 {
  border: 0 !important;
}

.vertical-align_top {
  vertical-align: top !important;
}

.vertical-align_bottom {
  vertical-align: bottom !important;
}

.vertical-align_middle {
  vertical-align: middle !important;
}

.width_100 {
  width: 100% !important;
}

.width_90 {
  width: 90% !important;
}

.width_80 {
  width: 80% !important;
}

.width_70 {
  width: 70% !important;
}

.width_60 {
  width: 60% !important;
}

.width_50 {
  width: 50% !important;
}

.height_100 {
  height: 100% !important;
}

@keyframes anim_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim_opacity_disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim_blur_up_10 {
  0% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
}
@keyframes anim_blur_down_10 {
  0% {
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes move_arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0.5em);
  }
}
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: border-box;
}

body {
  width: 100%;
  animation: anim_opacity 0.5s;
}

/* imgタグへの基本設定 */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

body {
  background: #0d6ef3;
}

main {
  background: #fefefe;
}

.bs_judge {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .bs_judge::before {
    content: "xl";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs_judge::before {
    content: "lg";
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs_judge::before {
    content: "md";
  }
}
@media only screen and (max-width: 767px) {
  .bs_judge::before {
    content: "sm";
  }
}
@media only screen and (max-width: 575px) {
  .bs_judge::before {
    content: "xs";
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #121111;
  -webkit-text-size-adjust: 100%;
}

a {
  text-shadow: none;
  outline: none;
  color: #121111;
  text-decoration: none;
}
a:link, a:hover, a:active, a:visited {
  color: #121111;
}
a:hover {
  color: #121111;
}

.font_jp_03 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.font_en_01 {
  font-family: "Montserrat", sans-serif;
}

.font_en_02 {
  font-family: "Nunito Sans", sans-serif;
}

.font_en_03 {
  font-family: "Roboto", sans-serif;
}

.font_num_01 {
  font-family: "Oswald", sans-serif;
}

.font_arrow {
  font-family: "Josefin Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
body main.l_main {
  flex: 1 0 auto;
}

@media only screen and (min-width:1100px) {
  .l_width-content {
    width: 1100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:1099px) {
  .l_width-content {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media (min-width: 1100px) {
  .l_width-content_pc {
    width: 1100px;
    margin: 0 auto;
  }
}

@media (min-width: 1000px) {
  .l_width-content_plane {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .l_width-content_plane {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media only screen and (min-width:1100px) {
  .l_width-content_narrow {
    width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:1099px) {
  .l_width-content_narrow {
    padding-left: 7.5vmin;
    padding-right: 7.5vmin;
  }
}

@media only screen and (min-width:1100px) {
  body main.l_main {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width:1099px) {
  body main.l_main {
    padding-bottom: 5rem;
  }
}
body.home main.l_main, body.game_detail main.l_main, body.single main.l_main, body.product main.l_main, body.company main.l_main {
  padding-bottom: 0;
}

.color_white {
  color: #fefefe;
}

@media only screen and (min-width:1100px) {
  .fs_13 {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_13 {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_14 {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_14 {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_15 {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_15 {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_16 {
    font-size: 1rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_16 {
    font-size: 1rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_18 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_18 {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_20 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_20 {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_21 {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_21 {
    font-size: 4.1176470588vmin;
  }
}

@media only screen and (min-width:1100px) {
  .fs_23 {
    font-size: 1.4375rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_23 {
    font-size: 4.5098039216vmin;
  }
}

@media only screen and (min-width:1100px) {
  .fs_30 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_30 {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_35 {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_35 {
    font-size: 2.1875rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_40 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_40 {
    font-size: 2.5rem;
    font-size: 6vmin;
  }
}

@media only screen and (min-width:1100px) {
  .fs_41 {
    font-size: 2.5625rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_41 {
    font-size: 2.5625rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_46 {
    font-size: 2.875rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_46 {
    font-size: 2.875rem;
  }
}

@media only screen and (min-width:1100px) {
  .fs_72 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width:1099px) {
  .fs_72 {
    font-size: 4.5rem;
  }
}

.text {
  line-height: 2;
}

.ta_c {
  text-align: center;
}

@media only screen and (min-width:1100px) {
  .ta_c_pc {
    text-align: center;
  }
}

@media only screen and (max-width:1099px) {
  .ta_c_sp {
    text-align: center;
  }
}

.ta_r {
  text-align: right;
}

@media only screen and (min-width:1100px) {
  .ta_r_pc {
    text-align: right;
  }
}

@media only screen and (max-width:1099px) {
  .ta_r_sp {
    text-align: right;
  }
}

.ta_l {
  text-align: left;
}

@media only screen and (min-width:1100px) {
  .ta_l_pc {
    text-align: left;
  }
}

@media only screen and (max-width:1099px) {
  .ta_l_sp {
    text-align: left;
  }
}

.lh_l {
  line-height: 2.2;
}

.lh_m {
  line-height: 2;
}

.lh_s {
  line-height: 1.8;
}

.lh_ss {
  line-height: 1.5;
}

.fw_b {
  font-weight: 600;
}

.fw_xb {
  font-weight: 900;
}

.ls_010 {
  letter-spacing: 0.1em;
}

.ls_008 {
  letter-spacing: 0.08em;
}

.ls_005 {
  letter-spacing: 0.05em;
}

.ls_003 {
  letter-spacing: 0.03em;
}

.bg_01 {
  background: #fefefe;
}

.bg_02 {
  background: #c2dcfb;
}

.bg_03 {
  background: #f4f4f4;
}

.bg_04 {
  background: #fdfdfe;
}

.bg_05 {
  background: #eaeaea;
}

.dp_ib {
  display: inline-block;
}

.dp_b {
  display: block;
}

.dp_i {
  display: inline;
}

.dp_fl {
  display: flex;
}

.ps_ab {
  position: absolute;
}

.ps_rl {
  position: relative;
}

.ps_fx {
  position: fixed;
}

@media only screen and (min-width:1100px) {
  .padver_ll {
    padding-top: 12rem;
  }
}
@media only screen and (max-width:1099px) {
  .padver_ll {
    padding-top: 10rem;
  }
}
@media only screen and (min-width:1100px) {
  .padver_ll {
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width:1099px) {
  .padver_ll {
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width:1100px) {
  .padver_l {
    padding-top: 4em;
  }
}
@media only screen and (max-width:1099px) {
  .padver_l {
    padding-top: 3em;
  }
}
@media only screen and (min-width:1100px) {
  .padver_l {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width:1099px) {
  .padver_l {
    padding-bottom: 3em;
  }
}

@media only screen and (min-width:1100px) {
  .padver_m {
    padding-top: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .padver_m {
    padding-top: 1.8em;
  }
}
@media only screen and (min-width:1100px) {
  .padver_m {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .padver_m {
    padding-bottom: 1.8em;
  }
}

@media only screen and (min-width:1100px) {
  .padver_s {
    padding-top: 0.8em;
  }
}
@media only screen and (max-width:1099px) {
  .padver_s {
    padding-top: 0.8em;
  }
}
@media only screen and (min-width:1100px) {
  .padver_s {
    padding-bottom: 0.8em;
  }
}
@media only screen and (max-width:1099px) {
  .padver_s {
    padding-bottom: 0.8em;
  }
}

@media only screen and (min-width:1100px) {
  .padtop_ll {
    padding-top: 12rem;
  }
}
@media only screen and (max-width:1099px) {
  .padtop_ll {
    padding-top: 10rem;
  }
}

@media only screen and (min-width:1100px) {
  .padtop_l {
    padding-top: 4em;
  }
}
@media only screen and (max-width:1099px) {
  .padtop_l {
    padding-top: 3em;
  }
}

@media only screen and (min-width:1100px) {
  .padtop_m {
    padding-top: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .padtop_m {
    padding-top: 1.8em;
  }
}

@media only screen and (min-width:1100px) {
  .padtop_s {
    padding-top: 0.8em;
  }
}
@media only screen and (max-width:1099px) {
  .padtop_s {
    padding-top: 0.8em;
  }
}

@media only screen and (min-width:1100px) {
  .padbtm_ll {
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width:1099px) {
  .padbtm_ll {
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width:1100px) {
  .padbtm_l {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width:1099px) {
  .padbtm_l {
    padding-bottom: 3em;
  }
}

@media only screen and (min-width:1100px) {
  .padbtm_m {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .padbtm_m {
    padding-bottom: 1.8em;
  }
}

@media only screen and (min-width:1100px) {
  .padbtm_s {
    padding-bottom: 0.8em;
  }
}
@media only screen and (max-width:1099px) {
  .padbtm_s {
    padding-bottom: 0.8em;
  }
}

@media only screen and (min-width:1100px) {
  .padbtm_text {
    padding-bottom: 0.8em;
  }
}
@media only screen and (max-width:1099px) {
  .padbtm_text {
    padding-bottom: 0.8em;
  }
}

@media only screen and (max-width:1099px) {
  .padbtm_box_sp {
    padding-bottom: 3vmin;
  }
}

@media only screen and (max-width:1099px) {
  .o_pc {
    display: none !important;
  }
}

@media only screen and (min-width:1100px) {
  .o_sp {
    display: none !important;
  }
}

.o_bs_xl {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .o_bs_xl {
    display: inline;
  }
}

.o_bs_lg {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .o_bs_lg {
    display: inline;
  }
}

.o_bs_md {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .o_bs_md {
    display: inline;
  }
}

.o_bs_sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  .o_bs_sm {
    display: inline;
  }
}

.o_bs_xs {
  display: none;
}
@media only screen and (max-width: 575px) {
  .o_bs_xs {
    display: inline;
  }
}

@media only screen and (max-width: 575px) {
  .dpn_bs_xs {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .dpn_bs_sm {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dpn_bs_md {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dpn_bs_lg {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .dpn_bs_xl {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .dpn_bs_md-xl {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .dpn_bs_lg-xl {
    display: none;
  }
}

.fl-c {
  display: flex;
}

@media only screen and (min-width:1100px) {
  .fl-c_pc {
    display: flex;
  }
}

@media only screen and (max-width:1099px) {
  .fl-c_sp {
    display: flex;
  }
}

.fl-i {
  flex: 1 0 0;
}

@media only screen and (min-width:1100px) {
  .fl-i_pc {
    flex: 1 0 0;
  }
}

@media only screen and (max-width:1099px) {
  .fl-i_sp {
    flex: 1 0 0;
  }
}

.ai_c {
  align-items: center;
}

.fw_w {
  flex-wrap: wrap;
}

.stickyBottom {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (min-width:1100px) {
  .text-overflow_pc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width:1099px) {
  .text-overflow_sp {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.fadein-basic {
  animation: anim_opacity 1.4s forwards;
}

.hoverOpacity {
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .hoverOpacity:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .hoverOpacity.js_hover {
    opacity: 0.6;
  }
}

.bgOverlay {
  position: relative;
}
.bgOverlay:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  transition: all ease 0.4s;
}

.box_bgImg {
  color: #fefefe;
  background-image: url(img/pic_develop.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
.box_bgImg:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
  transition: all ease 0.4s;
}
.box_bgImg * {
  z-index: 2;
  position: relative;
}
.box_bgImg:hover {
  position: relative;
}
.box_bgImg:hover:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  transition: all ease 0.4s;
}

ul.list_notice {
  list-style: disc;
  padding-left: 1em;
  margin-left: 0.2em;
}
ul.list_notice li {
  line-height: 1.8;
  font-size: 0.8125rem;
  margin-bottom: 0.4em;
}

@media only screen and (min-width:1100px) {
  .box_hor_pc {
    display: flex;
  }
}

@media only screen and (max-width:1099px) {
  .box_hor_sp {
    display: flex;
  }
}

@media only screen and (min-width:1100px) {
  .list_pc-hor {
    display: flex;
  }
}

@media only screen and (max-width:1099px) {
  .list_sp-hor {
    display: flex;
  }
}

@media only screen and (min-width:1100px) {
  .list_pc-2col {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .list_pc-2col > .list_child {
    width: 50%;
  }
}

@media only screen and (max-width:1099px) {
  .list_sp-2col {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .list_sp-2col > .list_child {
    width: 50%;
    flex: initial;
  }
}

.js_acmenu_trigger {
  cursor: pointer;
}

.js_acmenu_content {
  display: none;
}

ul.list_notice {
  list-style: disc;
  padding-left: 1em;
}
ul.list_notice li {
  line-height: 1.8;
  font-size: 0.8125rem;
}

.section_heading_plain_black {
  text-align: center;
}
.section_heading_plain_black .lang_en {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-bottom: 2px solid #121111;
  padding-bottom: 0.25em;
  margin-bottom: 0.4em;
}
.section_heading_plain_black .lang_jp {
  display: block;
}
@media only screen and (min-width:1100px) {
  .section_heading_plain_black {
    font-size: 2.5rem;
  }
  .section_heading_plain_black .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (max-width:1099px) {
  .section_heading_plain_black {
    font-size: 1.875rem;
  }
  .section_heading_plain_black .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (min-width:1100px) {
  .section_heading_plain_black {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width:1099px) {
  .section_heading_plain_black {
    padding: 0 0 30px;
  }
}
.section_heading_plain_black .text {
  font-size: 0.875rem;
  padding-top: 1.2em;
  font-weight: 600;
}

.section_heading_plain_blue {
  text-align: center;
}
.section_heading_plain_blue .lang_en {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-bottom: 2px solid #121111;
  padding-bottom: 0.25em;
  margin-bottom: 0.4em;
}
.section_heading_plain_blue .lang_jp {
  display: block;
}
@media only screen and (min-width:1100px) {
  .section_heading_plain_blue {
    font-size: 2.5rem;
  }
  .section_heading_plain_blue .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (max-width:1099px) {
  .section_heading_plain_blue {
    font-size: 1.875rem;
  }
  .section_heading_plain_blue .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (min-width:1100px) {
  .section_heading_plain_blue {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width:1099px) {
  .section_heading_plain_blue {
    padding: 0 0 30px;
  }
}
.section_heading_plain_blue .text {
  font-size: 0.875rem;
  padding-top: 1.2em;
  font-weight: 600;
}
.section_heading_plain_blue span {
  color: #0d6ef3;
}
.section_heading_plain_blue .lang_en {
  border-bottom: 2px solid #0d6ef3;
}

.section_heading_plain_white {
  text-align: center;
  color: #fefefe;
}
.section_heading_plain_white .lang_en {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-bottom: 2px solid #121111;
  padding-bottom: 0.25em;
  margin-bottom: 0.4em;
}
.section_heading_plain_white .lang_jp {
  display: block;
}
@media only screen and (min-width:1100px) {
  .section_heading_plain_white {
    font-size: 2.5rem;
  }
  .section_heading_plain_white .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (max-width:1099px) {
  .section_heading_plain_white {
    font-size: 1.875rem;
  }
  .section_heading_plain_white .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (min-width:1100px) {
  .section_heading_plain_white {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width:1099px) {
  .section_heading_plain_white {
    padding: 0 0 30px;
  }
}
.section_heading_plain_white .text {
  font-size: 0.875rem;
  padding-top: 1.2em;
  font-weight: 600;
}
.section_heading_plain_white .lang_en {
  border-bottom: 2px solid #fefefe;
}

.table_01 {
  width: 100%;
  border-top: 1px solid #ddd;
  line-height: 1.8;
}
.table_01 tr {
  border-bottom: 1px solid #ddd;
}
.table_01 th {
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.table_01 .caption {
  color: #aaa;
}
@media only screen and (min-width: 768px) {
  .table_01 th, .table_01 td {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
  .table_01 th {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .table_01 th {
    padding-top: 1.4em;
  }
  .table_01 td {
    padding-top: 1.2em;
    padding-bottom: 1.4em;
  }
  .table_01 th, .table_01 td {
    display: block;
    width: 100%;
  }
}

.b_breadcrumb {
  line-height: 2;
  background: #fefefe;
  padding: 1em 0;
  font-size: 0.8em;
  color: #aaa;
  letter-spacing: 0.08em;
}
.b_breadcrumb a {
  color: #aaa;
}
.b_breadcrumb a:link, .b_breadcrumb a:hover, .b_breadcrumb a:active, .b_breadcrumb a:visited {
  color: #aaa;
}
.b_breadcrumb a:hover {
  color: #aaa;
}
.b_breadcrumb .bread_br {
  padding: 0 1em;
}

body.home .b_breadcrumb {
  display: none;
}

.btn_02 {
  display: inline-block;
  background-color: #0d6ef3;
  background: linear-gradient(-45deg, #5cc7f2, 40%, #0d6ef3);
  background: -ms-linear-gradient(-45deg, #5cc7f2, #0d6ef3);
  color: #fefefe;
  color: #fefefe;
  font-weight: 600;
  transition: opacity 0.3s ease;
  border-radius: 4px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.08em;
  position: relative;
}
.btn_02:link, .btn_02:hover, .btn_02:active, .btn_02:visited {
  color: #fefefe;
}
.btn_02:hover {
  color: #fefefe;
}
@media only screen and (min-width: 768px) {
  .btn_02:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .btn_02.js_hover {
    opacity: 0.6;
  }
}
.btn_02::after {
  content: "";
  position: absolute;
  right: 1em;
  content: "\f105";
  font-size: 1.0625rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .btn_size_basic {
    width: 360px;
    height: 80px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_size_basic {
    width: 360px;
    height: 80px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_size_basic {
    width: 360px;
    height: 80px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 575px) {
  .btn_size_basic {
    width: 100%;
    height: 80px;
    line-height: 68px;
  }
}

.btn_01_black {
  border: solid 6px #121111;
  display: inline-block;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
.btn_01_black::after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  position: absolute;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1000;
}
.btn_01_black span {
  position: relative;
  z-index: 1000;
}

.btn_01_white {
  border: solid 6px #121111;
  display: inline-block;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  border-color: #fefefe;
  color: #fefefe;
  color: #fefefe;
}
.btn_01_white::after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  position: absolute;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1000;
}
.btn_01_white span {
  position: relative;
  z-index: 1000;
}
.btn_01_white:link, .btn_01_white:hover, .btn_01_white:active, .btn_01_white:visited {
  color: #fefefe;
}
.btn_01_white:hover {
  color: #fefefe;
}

@media only screen and (min-width: 768px) {
  .btn_01_anim {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  }
  .btn_01_anim:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    background: #0d6ef3;
  }
  .btn_01_anim:hover {
    border-color: #0d6ef3;
    color: #fefefe;
  }
  .btn_01_anim:hover:before {
    width: 100%;
  }
}
.btn_01_anim:hover:after {
  animation: move_arrow 0.8s infinite 0.3s;
}
.btn_01_anim .js-hover {
  opacity: 0.7;
}

.b_pager nav.pagination {
  padding-top: 20px;
}
.b_pager ul.page-numbers {
  width: 100%;
  text-align: center;
  letter-spacing: -0.4em;
}
.b_pager ul.page-numbers li {
  display: inline-block;
  letter-spacing: normal;
}
.b_pager ul.page-numbers li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.b_pager ul.page-numbers li:last-child {
  margin-right: 0;
}
.b_pager a.page-numbers,
.b_pager span.page-numbers {
  display: block;
  font-weight: bold;
  transition: opacity 0.3s ease;
  background: #ccc;
  color: #fefefe;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .b_pager a.page-numbers:hover,
  .b_pager span.page-numbers:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .b_pager a.page-numbers.js_hover,
  .b_pager span.page-numbers.js_hover {
    opacity: 0.6;
  }
}
.b_pager a.page-numbers.current,
.b_pager span.page-numbers.current {
  background: #0d6ef3;
}
.b_pager a.page-numbers.current:hover,
.b_pager span.page-numbers.current:hover {
  opacity: 1;
  cursor: default;
}
@media only screen and (min-width:1100px) {
  .b_pager a.page-numbers,
  .b_pager span.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width:1099px) {
  .b_pager a.page-numbers,
  .b_pager span.page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.b_pager a.page-numbers.prev, .b_pager a.page-numbers.next,
.b_pager span.page-numbers.prev,
.b_pager span.page-numbers.next {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
}

#btnPageTop {
  position: fixed;
  background: #0d6ef3;
  border-radius: 4px;
  text-align: center;
  color: #fefefe;
  font-weight: 600;
  opacity: 0.8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  cursor: pointer;
  transition: all ease 0.4s;
}
@media only screen and (min-width:1100px) {
  #btnPageTop {
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #btnPageTop i {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width:1099px) {
  #btnPageTop {
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #btnPageTop i {
    font-size: 1.5rem;
  }
}
#btnPageTop i {
  vertical-align: middle;
}
#btnPageTop:hover {
  opacity: 0.6;
}
#btnPageTop.active {
  display: block;
  animation: appearBtn 0.5s;
}
#btnPageTop.hide {
  display: none;
}
#btnPageTop.nonactive {
  bottom: -130px;
  animation: disappearBtn 0.5s;
}

@keyframes appearBtn {
  0% {
    bottom: -130px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(358920deg);
  }
  100% {
    transform: rotate(360000deg);
  }
}
@keyframes disappearBtn {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: -130px;
  }
}
@keyframes js_scroll_fadein_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes js_scroll_fadein_opacity_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes js_scroll_bottom {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes js_scroll_left {
  0% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes js_scroll_right {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes js_scroll_top {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.anim_fadein {
  opacity: 0;
  transition: all 0.5s ease;
}
.anim_fadein.active {
  opacity: 1;
}

.anim_wipe {
  position: relative;
}
.anim_wipe:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  background: #0d6ef3;
  transition-delay: 0.5s;
}
.anim_wipe.active:before {
  left: 100%;
  width: 0;
}

.active.anim_trans-bottom {
  animation: js_scroll_bottom 0.5s;
}
.active.anim_trans-left {
  animation: js_scroll_left 0.5s;
}
.active.anim_trans-right {
  animation: js_scroll_right 0.5s;
}
.active.anim_trans-top {
  animation: js_scroll_top 0.5s;
}

.js_scrollelm_bg.active {
  animation: js_scroll_fadein_opacity_bg 2.4s;
}

.js_tab_wrapper .js_tab_content-wrapper .js_tab_content {
  display: none;
}
.js_tab_wrapper .js_tab_content-wrapper .js_tab_content.active {
  display: block;
}

.slick-dots_custom_01 {
  text-align: center;
}
.slick-dots_custom_01 li {
  display: inline-block;
  margin: 0 15px;
}
.slick-dots_custom_01 li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots_custom_01 li button::before {
  content: "●";
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots_custom_01 li.slick-active button:before {
  color: #ff0000;
}

.slick-dots_custom_01 li button {
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .slick-dots_custom_01 li button:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .slick-dots_custom_01 li button.js_hover {
    opacity: 0.6;
  }
}
.slick-dots_custom_01 li button::before {
  content: "■";
  color: #9cabbe;
  font-size: 20px;
  left: -10px;
}
@media only screen and (max-width:1099px) {
  .slick-dots_custom_01 li button::before {
    font-size: 16px;
    left: -8px;
  }
}
.slick-dots_custom_01 li.slick-active button:before {
  color: #0d6ef3;
}

input, textarea {
  -webkit-appearance: none;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=text], input[type=email], input[type=password], input[type=email], textarea {
  background: #fefefe;
  border: 1px solid #adadad;
  border-radius: 6px;
  padding: 1em;
  width: 100%;
  background: #f8f8f8;
  transition: all 0.3s;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, input[type=password]:placeholder-shown, input[type=email]:placeholder-shown, textarea:placeholder-shown {
  color: #bbb;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, textarea:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}
@media only screen and (min-width:1100px) {
  input[type=text], input[type=email], input[type=password], input[type=email], textarea {
    height: 60px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width:1099px) {
  input[type=text], input[type=email], input[type=password], input[type=email], textarea {
    font-size: 1.125rem;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
  background: #fff;
}

textarea {
  height: 8em;
}

.cstm_form_checkbox input {
  display: none;
}
.cstm_form_checkbox span.wpcf7-list-item-label,
.cstm_form_checkbox .mwform-checkbox-field-text {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.cstm_form_checkbox span.wpcf7-list-item-label:before,
.cstm_form_checkbox .mwform-checkbox-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  transition: 0.3s all ease;
}
.cstm_form_checkbox span.wpcf7-list-item-label:after,
.cstm_form_checkbox .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transition: 0.3s opacity ease;
}
.cstm_form_checkbox input:checked + span:before,
.cstm_form_checkbox input:checked + .mwform-checkbox-field-text:before {
  background: #0d6ef3;
  border: 1px solid #0d6ef3;
}
.cstm_form_checkbox input:checked + span:after,
.cstm_form_checkbox input:checked + .mwform-checkbox-field-text:after {
  border-right: 3px solid #fefefe;
  border-bottom: 3px solid #fefefe;
  content: "";
  display: block;
  height: 9px;
  left: 5px;
  top: 20%;
  opacity: 1;
  transform: rotate(45deg);
  width: 5px;
}

.cstm_form_radio input {
  display: none;
}
.cstm_form_radio span.wpcf7-list-item-label,
.cstm_form_radio span.mwform-radio-field-text {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.cstm_form_radio span.wpcf7-list-item-label:before,
.cstm_form_radio span.mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 1000px;
  transition: 0.3s all ease;
}
.cstm_form_radio span.wpcf7-list-item-label:after,
.cstm_form_radio span.mwform-radio-field-text:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transition: 0.3s opacity ease;
}
.cstm_form_radio input:checked + span.wpcf7-list-item-label:before,
.cstm_form_radio input:checked + span.mwform-radio-field-text:before {
  background: #0d6ef3;
  border: 1px solid #0d6ef3;
  border-radius: 1000px;
}
.cstm_form_radio input:checked + span.wpcf7-list-item-label:after,
.cstm_form_radio input:checked + span.mwform-radio-field-text:after {
  content: "";
  display: block;
  background: #fefefe;
  width: 5px;
  height: 5px;
  left: 5px;
  top: 5px;
  opacity: 1;
  border-radius: 1000px;
}

.mwform-radio-field.vertical-item {
  margin-top: 0;
  margin-bottom: 0.8em;
}

.cstm_form_select {
  overflow: hidden;
  position: relative;
  width: 90%;
  border: 1px solid #adadad;
  background: #fefefe;
}
.cstm_form_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cstm_form_select select::-ms-expand {
  display: none;
}
.cstm_form_select select {
  padding: 0.8em 38px 0.8em 0.8em;
  color: #121111;
  font-size: 1.1em;
}
.cstm_form_select::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}

.formcontent_wrapper {
  border-top: 1px solid #ddd;
}
@media only screen and (min-width:1100px) {
  .formcontent_wrapper {
    padding-top: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .formcontent_wrapper {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper table th, .formcontent_wrapper table td {
    width: 100%;
    display: block;
  }
}
.formcontent_wrapper table {
  width: 100%;
}
.formcontent_wrapper th {
  text-align: left;
}
.formcontent_wrapper th, .formcontent_wrapper td {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper th, .formcontent_wrapper td {
    vertical-align: top;
  }
  .formcontent_wrapper th {
    width: 260px;
    padding-top: 21px;
  }
  .formcontent_wrapper td {
    padding-bottom: 30px;
  }
  .formcontent_wrapper tr.item_select th {
    padding-top: 13.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .formcontent_wrapper th {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper th {
    padding: 2em 0 1em;
  }
}
.formcontent_wrapper th {
  font-weight: bold;
  font-size: 1.1em;
}
.formcontent_wrapper tr.item_checkbox td .guide-text {
  font-size: 1.2rem;
  padding-bottom: 0.5em;
}
.formcontent_wrapper tr.item_checkbox td ul li {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper tr.item_checkbox td ul li {
    display: inline-block;
    margin-right: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper tr.item_checkbox td {
    padding-top: 21px;
  }
}
.formcontent_wrapper tr.item_checkbox td .guide-text {
  margin-bottom: 1em;
}
.formcontent_wrapper tr.item_checkbox td ul li {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper tr.item_checkbox td ul li input[type=text] {
    margin-left: 1em;
    display: inline-block;
    width: 436px;
    height: auto;
    padding: 0.5em;
    padding-left: 1em;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper tr.item_checkbox td ul li input[type=text] {
    margin-top: 0.5em;
    padding: 0.8em;
    padding-left: 1em;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper tr.item_file th {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper .item_entry_category td {
    padding-top: 21px;
  }
}
.formcontent_wrapper span.input_confirm {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper span.input_confirm {
    padding-top: 21px;
  }
}

.mw_wp_form_confirm .o_mv_wp_form_input {
  display: none !important;
}

.mw_wp_form_input .o_mw_wp_form_confirm {
  display: none !important;
}

.o_mw_wp_form_error {
  display: none;
}

.mw_wp_form_error .o_mw_wp_form_error {
  display: block;
}

.mw_wp_form .error {
  color: #ff1122 !important;
  padding: 0.4em 0;
  font-size: 1.1em !important;
}

.formcontent_wrapper .message_confirm {
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper .message_confirm {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper .message_confirm {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}
.formcontent_wrapper div.wpcf7-response-output {
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.formcontent_wrapper div.wpcf7-validation-errors, .formcontent_wrapper div.wpcf7-acceptance-missing {
  border-color: #ff8400;
  background: #ffe8d1;
  color: #ff8400;
}
.formcontent_wrapper .message_error_main {
  text-align: center;
  font-weight: 600;
  color: #ff1122;
  font-size: 1.2em;
}
.formcontent_wrapper .error-message {
  padding-top: 0.3em;
  line-height: 2;
  color: #ed5656;
  font-weight: bold;
}
.formcontent_wrapper tr th:after {
  display: inline-block;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0.8em;
  text-align: center;
  padding-left: 0.3em;
  content: "任意";
  color: #999;
  background: #ddd;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper tr th:after {
    width: 50px;
    font-size: 11px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper tr th:after {
    font-size: 0.6666666667em;
    padding: 0 0.5em;
    border-radius: 2px;
  }
}
.formcontent_wrapper tr.item_necessary th:after {
  content: "必須";
  background: #ed5656;
  color: #fefefe;
}
.formcontent_wrapper .b_btn {
  text-align: center;
}
.formcontent_wrapper .b_btn.btn_step_01 {
  padding-top: 3em;
}
.formcontent_wrapper .b_btn.btn_send {
  padding-top: 3em;
}
.formcontent_wrapper .b_btn.btn_back {
  padding-top: 1.2em;
}
.formcontent_wrapper .b_btn .input_wrapper {
  display: inline-block;
  position: relative;
}
.formcontent_wrapper .b_btn .input_wrapper.btn_confirm a, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button, .formcontent_wrapper .b_btn .input_wrapper.btn_send a, .formcontent_wrapper .b_btn .input_wrapper.btn_send input, .formcontent_wrapper .b_btn .input_wrapper.btn_send button, .formcontent_wrapper .b_btn .input_wrapper.btn_back a, .formcontent_wrapper .b_btn .input_wrapper.btn_back input, .formcontent_wrapper .b_btn .input_wrapper.btn_back button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.3s ease;
  background-color: #000;
  color: var(--c-text-btn-common-bg, #fff);
  color: var(--c-text-btn-common-bg, #fff);
  width: px-to-rem(160);
  height: px-to-rem(45);
  padding: px-to-rem(0) px-to-rem(0);
  font-size: px-to-rem(24);
  font-weight: 700;
  font-size: 1.1em;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper .b_btn .input_wrapper.btn_confirm a.js_hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input.js_hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button.js_hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send a.js_hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send input.js_hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send button.js_hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back a.js_hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back input.js_hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back button.js_hover {
    opacity: 0.7;
  }
}
.formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:link, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:active, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:visited, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:link, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:active, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:visited, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:link, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:active, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:visited, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:link, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:active, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:visited, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:link, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:active, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:visited, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:link, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:active, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:visited, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:link, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:active, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:visited, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:link, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:active, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:visited, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:link, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:active, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:visited {
  color: var(--c-text-btn-common-bg, #fff);
}
.formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:hover {
  color: var(--c-text-btn-common-bg, #fff);
}
.formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:after, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:after, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:after, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:after, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:after, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:after, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:after, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:after, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper .b_btn .input_wrapper.btn_confirm a, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button, .formcontent_wrapper .b_btn .input_wrapper.btn_send a, .formcontent_wrapper .b_btn .input_wrapper.btn_send input, .formcontent_wrapper .b_btn .input_wrapper.btn_send button, .formcontent_wrapper .b_btn .input_wrapper.btn_back a, .formcontent_wrapper .b_btn .input_wrapper.btn_back input, .formcontent_wrapper .b_btn .input_wrapper.btn_back button {
    width: 300px;
    height: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper .b_btn .input_wrapper.btn_confirm a, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button, .formcontent_wrapper .b_btn .input_wrapper.btn_send a, .formcontent_wrapper .b_btn .input_wrapper.btn_send input, .formcontent_wrapper .b_btn .input_wrapper.btn_send button, .formcontent_wrapper .b_btn .input_wrapper.btn_back a, .formcontent_wrapper .b_btn .input_wrapper.btn_back input, .formcontent_wrapper .b_btn .input_wrapper.btn_back button {
    width: 90vmin;
    max-width: 640px;
    height: 4.2em;
    line-height: 4.2em;
  }
}
.formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:disabled, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:disabled, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:disabled, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:disabled, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:disabled, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:disabled, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:disabled, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:disabled, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.formcontent_wrapper .b_btn .input_wrapper.btn_confirm a:disabled:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm input:disabled:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_confirm button:disabled:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send a:disabled:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send input:disabled:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_send button:disabled:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back a:disabled:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back input:disabled:hover, .formcontent_wrapper .b_btn .input_wrapper.btn_back button:disabled:hover {
  opacity: 1;
}
.formcontent_wrapper .b_btn .input_wrapper.btn_back input, .formcontent_wrapper .b_btn .input_wrapper.btn_back button {
  background: #999;
}
.formcontent_wrapper .b_btn .input_wrapper.btn_back::after {
  right: auto;
  left: 1em;
  content: "\f104";
}
.formcontent_wrapper .b_btn .input_wrapper .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.formcontent_wrapper .b_privacy {
  padding-top: 2em;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper .b_privacy .privacy_wrapper {
    width: 700px;
    height: 200px;
    margin: 0 auto;
  }
  .formcontent_wrapper .b_privacy .privacy_wrapper .privacy_content {
    height: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper .b_privacy .privacy_wrapper {
    width: 100%;
    height: 100px;
  }
  .formcontent_wrapper .b_privacy .privacy_wrapper .privacy_content {
    height: 80px;
  }
}
.formcontent_wrapper .b_privacy .privacy_wrapper {
  border: 1px solid #121111;
  padding: 1.2em;
  overflow: hidden;
}
.formcontent_wrapper .b_privacy .privacy_wrapper .privacy_content {
  overflow-y: scroll;
  text-align: left;
  padding-right: 1em;
}
.formcontent_wrapper .b_privacy .terms_title {
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 1em;
}
.formcontent_wrapper .b_privacy .terms_block {
  padding-bottom: 1em;
}
.formcontent_wrapper .b_privacy .terms_block .terms_block_heading {
  padding-bottom: 0.5em;
}
.formcontent_wrapper .b_privacy .terms_block .text {
  font-size: 0.9em;
  line-height: 1.5;
}
.formcontent_wrapper .b_agreement {
  padding-top: 1.8em;
  padding-bottom: 2.5em;
  text-align: center;
}
.formcontent_wrapper .item_checkbox .link_privacypolicy {
  font-weight: 500;
}
.formcontent_wrapper .item_checkbox .link_privacypolicy a {
  border-bottom: 1px solid #00a7af;
  transition: opacity 0.3s ease;
  color: #00a7af;
  margin-right: 0.3em;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper .item_checkbox .link_privacypolicy a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper .item_checkbox .link_privacypolicy a.js_hover {
    opacity: 0.6;
  }
}
.formcontent_wrapper .item_checkbox .link_privacypolicy a:link, .formcontent_wrapper .item_checkbox .link_privacypolicy a:hover, .formcontent_wrapper .item_checkbox .link_privacypolicy a:active, .formcontent_wrapper .item_checkbox .link_privacypolicy a:visited {
  color: #00a7af;
}
.formcontent_wrapper .item_checkbox .link_privacypolicy a:hover {
  color: #00a7af;
}
@media only screen and (min-width:1100px) {
  .formcontent_wrapper .b_notice {
    padding-top: 50px;
  }
}
@media only screen and (max-width:1099px) {
  .formcontent_wrapper .b_notice {
    padding-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper .finished-message_wrapper {
    padding-top: 3vmin;
  }
}
.formcontent_wrapper .finished-message_wrapper h3 {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .formcontent_wrapper .finished-message_wrapper h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .formcontent_wrapper .finished-message_wrapper h3 {
    font-size: 2rem;
  }
}
.formcontent_wrapper .wpcf7-spinner {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

body.contact .b_form-step .box_container_step,
body.entry .b_form-step .box_container_step,
body.contact_confirm .b_form-step .box_container_step,
body.entry_confirm .b_form-step .box_container_step,
body.contact_thanks .b_form-step .box_container_step,
body.entry_thanks .b_form-step .box_container_step {
  display: flex;
}
@media only screen and (min-width:1100px) {
  body.contact .b_form-step .box_container_step,
  body.entry .b_form-step .box_container_step,
  body.contact_confirm .b_form-step .box_container_step,
  body.entry_confirm .b_form-step .box_container_step,
  body.contact_thanks .b_form-step .box_container_step,
  body.entry_thanks .b_form-step .box_container_step {
    margin: 0 68px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width:1099px) {
  body.contact .b_form-step .box_container_step,
  body.entry .b_form-step .box_container_step,
  body.contact_confirm .b_form-step .box_container_step,
  body.entry_confirm .b_form-step .box_container_step,
  body.contact_thanks .b_form-step .box_container_step,
  body.entry_thanks .b_form-step .box_container_step {
    margin: 0 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width:1100px) {
  body.contact .b_form-step .box_container_step .box_child,
  body.entry .b_form-step .box_container_step .box_child,
  body.contact_confirm .b_form-step .box_container_step .box_child,
  body.entry_confirm .b_form-step .box_container_step .box_child,
  body.contact_thanks .b_form-step .box_container_step .box_child,
  body.entry_thanks .b_form-step .box_container_step .box_child {
    padding-left: 57px;
  }
}
@media only screen and (max-width:1099px) {
  body.contact .b_form-step .box_container_step .box_child,
  body.entry .b_form-step .box_container_step .box_child,
  body.contact_confirm .b_form-step .box_container_step .box_child,
  body.entry_confirm .b_form-step .box_container_step .box_child,
  body.contact_thanks .b_form-step .box_container_step .box_child,
  body.entry_thanks .b_form-step .box_container_step .box_child {
    padding-left: 30px;
  }
}
body.contact .b_form-step .box_container_step .box_child:first-child,
body.entry .b_form-step .box_container_step .box_child:first-child,
body.contact_confirm .b_form-step .box_container_step .box_child:first-child,
body.entry_confirm .b_form-step .box_container_step .box_child:first-child,
body.contact_thanks .b_form-step .box_container_step .box_child:first-child,
body.entry_thanks .b_form-step .box_container_step .box_child:first-child {
  padding-left: 0;
}
body.contact .b_form-step .box_container_step .box_child,
body.entry .b_form-step .box_container_step .box_child,
body.contact_confirm .b_form-step .box_container_step .box_child,
body.entry_confirm .b_form-step .box_container_step .box_child,
body.contact_thanks .b_form-step .box_container_step .box_child,
body.entry_thanks .b_form-step .box_container_step .box_child {
  background: url(img/icon/icon_arrow_step.svg) no-repeat;
}
body.contact .b_form-step .box_container_step .box_child:first-child,
body.entry .b_form-step .box_container_step .box_child:first-child,
body.contact_confirm .b_form-step .box_container_step .box_child:first-child,
body.entry_confirm .b_form-step .box_container_step .box_child:first-child,
body.contact_thanks .b_form-step .box_container_step .box_child:first-child,
body.entry_thanks .b_form-step .box_container_step .box_child:first-child {
  background: none;
}
@media only screen and (min-width:1100px) {
  body.contact .b_form-step .box_container_step .box_child,
  body.entry .b_form-step .box_container_step .box_child,
  body.contact_confirm .b_form-step .box_container_step .box_child,
  body.entry_confirm .b_form-step .box_container_step .box_child,
  body.contact_thanks .b_form-step .box_container_step .box_child,
  body.entry_thanks .b_form-step .box_container_step .box_child {
    background-position: 20px;
    background-size: 17px auto;
  }
}
@media only screen and (max-width:1099px) {
  body.contact .b_form-step .box_container_step .box_child,
  body.entry .b_form-step .box_container_step .box_child,
  body.contact_confirm .b_form-step .box_container_step .box_child,
  body.entry_confirm .b_form-step .box_container_step .box_child,
  body.contact_thanks .b_form-step .box_container_step .box_child,
  body.entry_thanks .b_form-step .box_container_step .box_child {
    background-position: 8px;
    background-size: 14px auto;
  }
}
body.contact .b_form-step .step,
body.entry .b_form-step .step,
body.contact_confirm .b_form-step .step,
body.entry_confirm .b_form-step .step,
body.contact_thanks .b_form-step .step,
body.entry_thanks .b_form-step .step {
  display: inline-block;
  border: 1px solid #0d6ef3;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width:1100px) {
  body.contact .b_form-step .step,
  body.entry .b_form-step .step,
  body.contact_confirm .b_form-step .step,
  body.entry_confirm .b_form-step .step,
  body.contact_thanks .b_form-step .step,
  body.entry_thanks .b_form-step .step {
    width: 250px;
    height: 100px;
    line-height: 100px;
    font-size: 2rem;
  }
}
@media only screen and (max-width:1099px) {
  body.contact .b_form-step .step,
  body.entry .b_form-step .step,
  body.contact_confirm .b_form-step .step,
  body.entry_confirm .b_form-step .step,
  body.contact_thanks .b_form-step .step,
  body.entry_thanks .b_form-step .step {
    width: 100%;
    height: auto;
    padding: 1.5em 0;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width:1100px) {
  body.contact .b_form-step .step .numbering,
  body.entry .b_form-step .step .numbering,
  body.contact_confirm .b_form-step .step .numbering,
  body.entry_confirm .b_form-step .step .numbering,
  body.contact_thanks .b_form-step .step .numbering,
  body.entry_thanks .b_form-step .step .numbering {
    margin-right: 0.8em;
  }
}
body.contact .b_form-step .step.step_active,
body.entry .b_form-step .step.step_active,
body.contact_confirm .b_form-step .step.step_active,
body.entry_confirm .b_form-step .step.step_active,
body.contact_thanks .b_form-step .step.step_active,
body.entry_thanks .b_form-step .step.step_active {
  color: #fefefe;
  background: #0d6ef3;
}

@media only screen and (min-width:1100px) {
  .formcontent_wrapper.confirm td {
    padding-top: 21px;
  }
}

input[type=text].wpcf7c-conf,
input[type=tel].wpcf7c-conf,
input[type=email].wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
}
input[type=text].wpcf7c-conf:placeholder-shown,
input[type=tel].wpcf7c-conf:placeholder-shown,
input[type=email].wpcf7c-conf:placeholder-shown,
textarea.wpcf7c-conf:placeholder-shown {
  color: transparent;
}
input[type=text].wpcf7c-conf::-webkit-input-placeholder,
input[type=tel].wpcf7c-conf::-webkit-input-placeholder,
input[type=email].wpcf7c-conf::-webkit-input-placeholder,
textarea.wpcf7c-conf::-webkit-input-placeholder {
  color: transparent;
}
input[type=text].wpcf7c-conf:-moz-placeholder,
input[type=tel].wpcf7c-conf:-moz-placeholder,
input[type=email].wpcf7c-conf:-moz-placeholder,
textarea.wpcf7c-conf:-moz-placeholder {
  color: transparent;
  opacity: 1;
}
input[type=text].wpcf7c-conf::-moz-placeholder,
input[type=tel].wpcf7c-conf::-moz-placeholder,
input[type=email].wpcf7c-conf::-moz-placeholder,
textarea.wpcf7c-conf::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
input[type=text].wpcf7c-conf:-ms-input-placeholder,
input[type=tel].wpcf7c-conf:-ms-input-placeholder,
input[type=email].wpcf7c-conf:-ms-input-placeholder,
textarea.wpcf7c-conf:-ms-input-placeholder {
  color: transparent;
}
@media only screen and (min-width:1100px) {
  input[type=text].wpcf7c-conf,
  input[type=tel].wpcf7c-conf,
  input[type=email].wpcf7c-conf,
  textarea.wpcf7c-conf {
    height: auto;
    padding: 0 0 0 1em;
  }
}

textarea.wpcf7c-conf {
  line-height: 1.8;
}

.wpcf7-radio .wpcf7c-conf + span.wpcf7-list-item-label,
.wpcf7-radio .wpcf7c-conf-hidden + span.wpcf7-list-item-label {
  padding-left: 0;
}
.wpcf7-radio .wpcf7c-conf + span.wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + span.wpcf7-list-item-label:before {
  display: none;
}
.wpcf7-radio .wpcf7c-conf + span.wpcf7-list-item-label {
  display: none;
}
.wpcf7-radio input.wpcf7c-conf + .wpcf7c-conf-hidden + span.wpcf7-list-item-label {
  font-size: 1.2em;
}

.mw_wp_form_confirm table.form_wrapper {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm table.form_wrapper th {
    padding: 2.5em 0 0.8em;
  }
}
.mw_wp_form_confirm table.form_wrapper td {
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm table.form_wrapper td {
    padding-top: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm table.form_wrapper tr.item_file th {
    padding-top: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_confirm .b_btn .input_wrapper:first-child {
    margin-right: 0.5em;
  }
  .mw_wp_form_confirm .b_btn .input_wrapper:last-child {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .b_btn {
    display: flex;
    flex-direction: column-reverse;
  }
  .mw_wp_form_confirm .b_btn .input_wrapper:last-child {
    margin-bottom: 1.2em;
  }
}

.s_thanks {
  text-align: center;
}
@media only screen and (min-width:1100px) {
  .s_thanks {
    padding-top: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .s_thanks {
    padding-top: 1.8em;
  }
}
@media only screen and (min-width:1100px) {
  .s_thanks {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .s_thanks {
    padding-bottom: 1.8em;
  }
}
.s_thanks h3 {
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 0.8em;
}
@media only screen and (min-width: 768px) {
  .s_thanks h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s_thanks h3 {
    font-size: 5.3571428571vmin;
  }
}
.s_thanks .btn_top {
  padding-top: 2em;
}
.s_thanks .btn_top a {
  display: inline-block;
  border: 4px solid #0d6ef3;
  font-weight: 600;
  padding: 1em 0;
  transition: opacity 0.3s ease;
  color: #0d6ef3;
}
@media only screen and (min-width: 768px) {
  .s_thanks .btn_top a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .s_thanks .btn_top a.js_hover {
    opacity: 0.6;
  }
}
.s_thanks .btn_top a:link, .s_thanks .btn_top a:hover, .s_thanks .btn_top a:active, .s_thanks .btn_top a:visited {
  color: #0d6ef3;
}
.s_thanks .btn_top a:hover {
  color: #0d6ef3;
}
@media only screen and (min-width: 768px) {
  .s_thanks .btn_top a {
    width: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .s_thanks .btn_top a {
    width: 100%;
  }
}

.l_header {
  transition: all 1s ease;
}
@media only screen and (min-width: 768px) {
  .l_header {
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .l_header {
    height: 60px;
  }
}
.l_header .l_inner {
  display: flex;
  background: #fefefe;
  align-items: center;
}
.l_header .l_inner .header-nav {
  flex: 1 0 auto;
}
@media only screen and (min-width: 768px) {
  .l_header .header-nav #toggle-nav_wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l_header .header-nav #globalNav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .l_header .header-logo figure {
    padding: 6px 0 6px 11px;
  }
  .l_header .header-logo figure img {
    width: auto;
    height: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .l_header .header-logo figure {
    padding: 6px 0 6px 6px;
  }
  .l_header .header-logo figure img {
    width: auto;
    height: 48px;
  }
}
.l_header .header-desc {
  font-size: 0.8em;
  font-weight: 600;
  padding: 0 2em;
  line-height: 1.3;
  color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .l_header .header-desc {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .l_header .header-desc {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .l_header .header-desc {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .l_header .header-desc {
    display: none;
  }
}
.l_header #globalNav ul {
  letter-spacing: -0.4em;
}
.l_header #globalNav ul li {
  display: inline-block;
  letter-spacing: normal;
}
.l_header #globalNav ul li {
  display: inline-block;
}
.l_header #globalNav ul li a {
  display: block;
  position: relative;
  line-height: 90px;
  padding: 0 2.4em;
  transition: all 0.5s;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.1em;
}
.l_header #globalNav ul li a:link, .l_header #globalNav ul li a:hover, .l_header #globalNav ul li a:active, .l_header #globalNav ul li a:visited {
  color: #333;
}
.l_header #globalNav ul li a:hover {
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .l_header #globalNav ul li a {
    padding: 0 1.7em;
    font-size: 0.9em;
  }
}
.l_header #globalNav ul li.current_page_item a {
  color: #0d6ef3;
}
.l_header #globalNav ul li.current_page_item a:link, .l_header #globalNav ul li.current_page_item a:hover, .l_header #globalNav ul li.current_page_item a:active, .l_header #globalNav ul li.current_page_item a:visited {
  color: #0d6ef3;
}
.l_header #globalNav ul li.current_page_item a:hover {
  color: #0d6ef3;
}
.l_header #globalNav ul li:not(.contact) a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 1px;
  height: 14px;
  background: #ddd;
}
.l_header #globalNav ul li:not(.contact) a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #0d6ef3;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.4s ease;
}
.l_header #globalNav ul li:not(.contact) a:hover {
  color: #0d6ef3;
}
.l_header #globalNav ul li:not(.contact) a:hover:link, .l_header #globalNav ul li:not(.contact) a:hover:hover, .l_header #globalNav ul li:not(.contact) a:hover:active, .l_header #globalNav ul li:not(.contact) a:hover:visited {
  color: #0d6ef3;
}
.l_header #globalNav ul li:not(.contact) a:hover:hover {
  color: #0d6ef3;
}
.l_header #globalNav ul li:not(.contact) a:hover:after {
  transform: scaleX(1);
}
.l_header #globalNav ul li:not(.contact):first-child a:before {
  content: none;
}
.l_header #globalNav ul li.contact {
  height: 100%;
}
.l_header #globalNav ul li.contact a {
  display: block;
  padding: 0 3.5em;
  color: #fefefe;
  background: linear-gradient(-45deg, #5cc7f2, 40%, #0d6ef3);
  background: -ms-linear-gradient(-45deg, #5cc7f2, #0d6ef3);
}
.l_header #globalNav ul li.contact a:link, .l_header #globalNav ul li.contact a:hover, .l_header #globalNav ul li.contact a:active, .l_header #globalNav ul li.contact a:visited {
  color: #fefefe;
}
.l_header #globalNav ul li.contact a:hover {
  color: #fefefe;
}
.l_header #globalNav ul li.contact a::before {
  content: "";
  position: absolute;
  vertical-align: middle;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2em;
  height: 2em;
  background: url(img/icon/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.2em auto;
}
.l_header #globalNav ul li.contact a:hover:before {
  animation: move_arrow 0.5s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .l_header #globalNav ul li.contact a {
    padding: 0 3em;
  }
}

body.category-results1 .l_header #globalNav ul li.gnav_product a,
body.company .l_header #globalNav ul li.gnav_company a,
body.service .l_header #globalNav ul li.gnav_service a,
body.recruit_02 .l_header #globalNav ul li.gnav_recruit a {
  color: #0d6ef3;
}
body.category-results1 .l_header #globalNav ul li.gnav_product a:link, body.category-results1 .l_header #globalNav ul li.gnav_product a:hover, body.category-results1 .l_header #globalNav ul li.gnav_product a:active, body.category-results1 .l_header #globalNav ul li.gnav_product a:visited,
body.company .l_header #globalNav ul li.gnav_company a:link,
body.company .l_header #globalNav ul li.gnav_company a:hover,
body.company .l_header #globalNav ul li.gnav_company a:active,
body.company .l_header #globalNav ul li.gnav_company a:visited,
body.service .l_header #globalNav ul li.gnav_service a:link,
body.service .l_header #globalNav ul li.gnav_service a:hover,
body.service .l_header #globalNav ul li.gnav_service a:active,
body.service .l_header #globalNav ul li.gnav_service a:visited,
body.recruit_02 .l_header #globalNav ul li.gnav_recruit a:link,
body.recruit_02 .l_header #globalNav ul li.gnav_recruit a:hover,
body.recruit_02 .l_header #globalNav ul li.gnav_recruit a:active,
body.recruit_02 .l_header #globalNav ul li.gnav_recruit a:visited {
  color: #0d6ef3;
}
body.category-results1 .l_header #globalNav ul li.gnav_product a:hover,
body.company .l_header #globalNav ul li.gnav_company a:hover,
body.service .l_header #globalNav ul li.gnav_service a:hover,
body.recruit_02 .l_header #globalNav ul li.gnav_recruit a:hover {
  color: #0d6ef3;
}
body.category-results1 .l_header #globalNav ul li.gnav_product a:after,
body.company .l_header #globalNav ul li.gnav_company a:after,
body.service .l_header #globalNav ul li.gnav_service a:after,
body.recruit_02 .l_header #globalNav ul li.gnav_recruit a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #0d6ef3;
  transform: scaleX(1);
}

#s_footer {
  position: relative;
}

#btnPageTopBar {
  background: #1468c9;
  text-align: center;
  height: 40px;
  cursor: pointer;
  color: #98c0ed;
  line-height: 40px;
  font-size: 2rem;
  transition: all 0.4s ease;
}
#btnPageTopBar:hover {
  background: #1c7ae6;
}

#s_footer {
  overflow-x: hidden;
  background: url(img/bg_footer_02.jpg);
  background-position: center center;
  background-size: cover;
}
#s_footer .footer_content {
  background: rgba(34, 34, 34, 0.9);
  color: #ccc;
}
#s_footer .footer_content a {
  color: #ccc;
}
#s_footer .footer_content a:link, #s_footer .footer_content a:hover, #s_footer .footer_content a:active, #s_footer .footer_content a:visited {
  color: #ccc;
}
#s_footer .footer_content a:hover {
  color: #ccc;
}
#s_footer .footer-copyright {
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  #s_footer .footer_content {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #s_footer .footer_content {
    padding: 32px 0 40px;
  }
}
#s_footer .footer-row_2 {
  padding: 24px 0;
}
#s_footer .footer-logo,
#s_footer .footer-sns,
#s_footer .footer-address,
#s_footer .footer-row_2 {
  text-align: center;
}
#s_footer .footer-sns ul {
  text-align: center;
}
#s_footer .footer-sns ul li {
  display: inline-block;
}
#s_footer .footer-logo figure {
  display: inline-block;
  cursor: pointer;
}
#s_footer .footer-logo figure .svg path, #s_footer .footer-logo figure .svg rect, #s_footer .footer-logo figure .svg polygon, #s_footer .footer-logo figure .svg circle {
  fill: #fefefe;
}
@media only screen and (min-width: 768px) {
  #s_footer .footer-logo figure {
    width: 120px;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #s_footer .footer-logo figure {
    width: 30%;
    padding-bottom: 1em;
  }
}
#s_footer .footer-address {
  font-size: 1rem;
  line-height: 1.8;
}
#s_footer .footer-address h3 {
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#s_footer .footer-address h4 {
  font-size: 1.1em;
  margin-bottom: 0.3em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  #s_footer .footer-address .box_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
  }
  #s_footer .footer-address .box_container .box_child {
    padding: 1em;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  #s_footer .footer-address .box_container {
    padding-top: 0.5em;
  }
  #s_footer .footer-address .box_container .box_child {
    padding-bottom: 1.4em;
  }
}
#s_footer .footer-row_2 {
  background: #111;
}
#s_footer .footer-copyright {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  #s_footer .footer-copyright {
    text-align: left;
  }
}
#s_footer .footer-sns {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  #s_footer .footer-sns {
    padding-top: 2em;
  }
}
#s_footer .footer-sns ul li {
  display: inline-block;
  margin-left: 1em;
}
#s_footer .footer-sns ul li:first-child {
  margin-left: 0;
}
#s_footer .footer-sns ul li a {
  transition: 0.3s all ease;
  transition: opacity 0.3s ease;
}
#s_footer .footer-sns ul li a img {
  height: 1.8em;
  width: auto;
}
@media only screen and (min-width: 768px) {
  #s_footer .footer-sns ul li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #s_footer .footer-sns ul li a.js_hover {
    opacity: 0.6;
  }
}
#s_footer .footer-nav_01 {
  background: rgba(34, 34, 34, 0.95);
}
#s_footer .footer-nav_01 ul {
  text-align: center;
}
#s_footer .footer-nav_01 ul li {
  display: inline-block;
  padding: 1em 0em;
  font-size: 1.3rem;
  width: 8em;
}
#s_footer .footer-nav_01 ul li a {
  transition: opacity 0.3s ease;
  color: #ccc;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  #s_footer .footer-nav_01 ul li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #s_footer .footer-nav_01 ul li a.js_hover {
    opacity: 0.6;
  }
}
#s_footer .footer-nav_01 ul li a:link, #s_footer .footer-nav_01 ul li a:hover, #s_footer .footer-nav_01 ul li a:active, #s_footer .footer-nav_01 ul li a:visited {
  color: #ccc;
}
#s_footer .footer-nav_01 ul li a:hover {
  color: #ccc;
}
#s_footer .footer-nav_01 .footer-nav_major {
  padding: 1.6em 0 0;
}
#s_footer .footer-nav_01 .footer-nav_minor {
  padding: 0.5em 0 1.6em;
}
#s_footer .footer-nav_01 ul.footer-nav_minor {
  margin-right: -2em;
}
#s_footer .footer-nav_01 ul.footer-nav_minor li {
  font-size: 0.9rem;
  width: auto;
  margin-right: 2em;
}

#s_link {
  background: #f4f4f4;
}
@media only screen and (min-width:1100px) {
  #s_link {
    padding-top: 2em;
  }
}
@media only screen and (max-width:1099px) {
  #s_link {
    padding-top: 1.8em;
  }
}
@media only screen and (min-width:1100px) {
  #s_link {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width:1099px) {
  #s_link {
    padding-bottom: 1.8em;
  }
}
#s_link ul.entry-list li {
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  #s_link .entry-list {
    flex-wrap: wrap;
  }
  #s_link .entry-list li {
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  #s_link img {
    max-width: 200px;
  }
}
.section-header .lang_en, .section-header .lang_jp {
  letter-spacing: 0.05em;
}
.section-header .lang_en {
  font-weight: 800;
}
.section-header .lang_jp {
  font-weight: 600;
}

#toggle-nav_wrapper #toggle-nav_trigger {
  vertical-align: bottom;
}
#toggle-nav_wrapper #toggle-nav_trigger {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding-top: 0px;
  padding-left: 0px;
}
#toggle-nav_wrapper #toggle-nav_trigger .inner {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
#toggle-nav_wrapper.navOpen #toggle-nav_trigger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
#toggle-nav_wrapper #toggle-nav_trigger {
  cursor: pointer;
  color: #fefefe;
  text-align: center;
}
#toggle-nav_wrapper #toggle-nav_trigger .inner {
  background: #0d6ef3;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #toggle-nav_wrapper #toggle-nav_trigger .inner:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #toggle-nav_wrapper #toggle-nav_trigger .inner.js_hover {
    opacity: 0.6;
  }
}
#toggle-nav_wrapper #toggle-nav_trigger .inner {
  position: absolute;
}
#toggle-nav_wrapper #toggle-nav_trigger .inner img {
  width: 80%;
  height: auto;
  vertical-align: middle;
}
#toggle-nav_wrapper #toggle-nav_trigger .inner.normal {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#toggle-nav_wrapper #toggle-nav_trigger .inner.opened {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#toggle-nav_wrapper.navOpen #toggle-nav_trigger .inner {
  background: rgba(13, 110, 243, 0);
  transition: background-color 1s ease, opacity 0.3s ease;
}
#toggle-nav_wrapper.navOpen #toggle-nav_trigger .inner.normal {
  opacity: 0;
}
#toggle-nav_wrapper.navOpen #toggle-nav_trigger .inner.opened {
  opacity: 1;
}
#toggle-nav_wrapper #toggle-nav_content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#toggle-nav_wrapper #toggle-nav_content {
  background: rgba(13, 110, 243, 0.95);
  color: #fefefe;
  color: #fefefe;
}
#toggle-nav_wrapper #toggle-nav_content:link, #toggle-nav_wrapper #toggle-nav_content:hover, #toggle-nav_wrapper #toggle-nav_content:active, #toggle-nav_wrapper #toggle-nav_content:visited {
  color: #fefefe;
}
#toggle-nav_wrapper #toggle-nav_content:hover {
  color: #fefefe;
}
#toggle-nav_wrapper #toggle-nav_content {
  display: flex;
  align-items: center;
}
#toggle-nav_wrapper #toggle-nav_content .inner {
  text-align: center;
  width: 100%;
}
#toggle-nav_wrapper #toggle-nav_content .logo {
  padding-bottom: 2em;
}
#toggle-nav_wrapper #toggle-nav_content .logo img {
  width: 30%;
  max-width: 240px;
}
#toggle-nav_wrapper #toggle-nav_content a {
  color: #fefefe;
}
#toggle-nav_wrapper #toggle-nav_content a:link, #toggle-nav_wrapper #toggle-nav_content a:hover, #toggle-nav_wrapper #toggle-nav_content a:active, #toggle-nav_wrapper #toggle-nav_content a:visited {
  color: #fefefe;
}
#toggle-nav_wrapper #toggle-nav_content a:hover {
  color: #fefefe;
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_page {
  display: inline-block;
  padding-bottom: 0.8em;
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_page li {
  text-align: left;
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_page li a {
  display: block;
  transition: opacity 0.3s ease;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li a.js_hover {
    opacity: 0.6;
  }
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_page li a .jp {
  font-weight: 600;
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_page li a .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li {
    margin-bottom: 32px;
  }
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li a .en {
    font-size: 3rem;
  }
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li a .jp {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 575px) {
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li {
    margin-bottom: 1.5em;
  }
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li a .en {
    font-size: 5.5555555556vmin;
    line-height: 1.5;
    margin-right: 0.3em;
  }
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li a .jp {
    font-size: 3.0555555556vmin;
  }
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li.link_small {
    margin-bottom: 1.5em;
  }
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li.link_small:last-child {
    margin-bottom: 2em;
  }
  #toggle-nav_wrapper #toggle-nav_content ul.nav_page li.link_small a {
    font-size: 3.3333333333vmin;
    font-weight: 600;
  }
}
#toggle-nav_wrapper #toggle-nav_content .nav_page_small {
  padding: 0 0 1.2em;
}
#toggle-nav_wrapper #toggle-nav_content .nav_page_small li a {
  font-size: 0.8em;
  font-weight: 600;
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_sns {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #toggle-nav_wrapper #toggle-nav_content ul.nav_sns {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  #toggle-nav_wrapper #toggle-nav_content ul.nav_sns {
    padding-top: 2rem;
  }
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_sns:before {
  content: "";
  display: block;
  height: 1px;
  width: 3em;
  background: #fefefe;
  position: absolute;
  top: 0;
  left: calc(50% - 1.5em);
  right: calc(50% - 1.5em);
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_sns li {
  display: inline-block;
  margin-left: 1em;
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_sns li:first-child {
  margin-left: 0;
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_sns li a {
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #toggle-nav_wrapper #toggle-nav_content ul.nav_sns li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #toggle-nav_wrapper #toggle-nav_content ul.nav_sns li a.js_hover {
    opacity: 0.6;
  }
}
#toggle-nav_wrapper #toggle-nav_content ul.nav_sns li a img {
  height: 1.8em;
  width: auto;
}
#toggle-nav_wrapper #toggle-nav_content {
  transition: all 0.4s ease;
  transform: translateX(100%);
  opacity: 0;
  z-index: -999;
}
#toggle-nav_wrapper.navOpen #toggle-nav_content {
  transform: translateX(0);
  opacity: 1;
  z-index: 999;
}
#toggle-nav_wrapper #toggle-nav_content .inner {
  transition: opacity 0.8s linear, transform 0.7s linear;
  transform: translateX(44px);
}
#toggle-nav_wrapper.navOpen #toggle-nav_content .inner {
  animation: anim_opacity 2s forwards;
  transform: translateX(0);
}

.bg_fixed {
  overflow: hidden;
}

@keyframes loading_logo_dash {
  0% {
    stroke-dashoffset: 1500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes loading_logo_fill {
  0% {
    fill: rgba(13, 110, 243, 0);
  }
  100% {
    fill: rgba(13, 110, 243, 0.7);
  }
}
@keyframes loading_logo_blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading_wipeout {
  0% {
    right: 0;
  }
  100% {
    right: -300vw;
  }
}
@keyframes loading_cover_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim_disappear_loading_nojs {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  70% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

#s_loading {
  background: #fefefe;
  color: #fefefe;
}

#s_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  display: table;
  z-index: 20000;
}
#s_loading #s_loading_content {
  display: table-cell;
  vertical-align: middle;
}

#s_loading #s_loading_content div.logo {
  text-align: center;
}
#s_loading #s_loading_content div.logo img {
  opacity: 0;
  animation: anim_opacity 1.3s forwards;
}
@media only screen and (min-width: 768px) {
  #s_loading #s_loading_content div.logo img {
    width: 30%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #s_loading #s_loading_content div.logo img {
    width: 45%;
    max-width: 240px;
  }
}
#s_loading #s_loading_content div.logo svg {
  width: 20%;
}
#s_loading #s_loading_content div.logo svg polygon, #s_loading #s_loading_content div.logo svg rect, #s_loading #s_loading_content div.logo svg circle {
  fill: none;
  stroke: #222;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#s_loading.hide {
  animation: anim_disappear_loading_nojs 1s forwards 10s;
}
#s_loading #s_loading_content div.logo {
  animation: loading_logo_blinking 0.5s linear infinite 1.5s;
}
#s_loading #loading_cover {
  opacity: 0;
}
#s_loading.js_wipe-loading {
  animation: loading_wipeout 0.7s linear forwards;
  animation-delay: 1.4s;
}
#s_loading.js_wipe-loading #loading_cover {
  animation: loading_cover_opacity 0.5s linear forwards;
}

@keyframes loading_logo_blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading_wipeout_upper {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loading_wipeout_bottom {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loading_cover_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#s_loading_plane .ld_upper, #s_loading_plane .ld_bottom {
  background: #0d6ef3 url(img/logo/logo_half_u.png) no-repeat center bottom;
}
#s_loading_plane .ld_bottom {
  background: #0d6ef3 url(img/logo/logo_half_l.png) no-repeat center top;
}
#s_loading_plane .ld_upper, #s_loading_plane .ld_bottom {
  height: 50vh;
}
@media only screen and (min-width: 768px) {
  #s_loading_plane .ld_upper, #s_loading_plane .ld_bottom {
    background-size: 20% auto;
  }
}
@media screen and (min-width: 1500px) {
  #s_loading_plane .ld_upper, #s_loading_plane .ld_bottom {
    background-size: 300px auto;
  }
}
@media only screen and (max-width: 767px) {
  #s_loading_plane .ld_upper, #s_loading_plane .ld_bottom {
    background-size: 30% auto;
  }
}

#s_loading_plane {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  display: table;
  z-index: 20000;
}

#s_loading_plane.hide {
  display: none;
}
#s_loading_plane.js_loading_disappear .ld_upper {
  animation: loading_wipeout_upper 0.8s forwards cubic-bezier(1, 0, 0, 1);
}
#s_loading_plane.js_loading_disappear .ld_bottom {
  animation: loading_wipeout_bottom 0.8s forwards cubic-bezier(1, 0, 0, 1) 0.2s;
}

body.contact #s_loading_plane,
body.contact_confirm #s_loading_plane,
body.contact_thanks #s_loading_plane,
body.entry #s_loading_plane,
body.entry_confirm #s_loading_plane,
body.entry_thanks #s_loading_plane {
  display: none;
}

.page_content_404 {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  min-height: 400px;
}
.page_content_404 .page_404 {
  position: absolute;
  top: 0;
  color: #eee;
  font-size: 10vw;
}
.page_content_404 .page_404 .number {
  font-size: 20vw;
}
.page_content_404 .page_404_content {
  position: relative;
  z-index: 2;
}
.page_content_404 h2 {
  font-size: 3em;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page_content_404 h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .page_content_404 h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 575px) {
  .page_content_404 h2 {
    font-size: 6.4285714286vmin;
  }
}
.page_content_404 .btn_top {
  padding-top: 2em;
}
.page_content_404 .btn_top a {
  display: inline-block;
  border: 4px solid #0d6ef3;
  font-weight: 600;
  padding: 1em 0;
  transition: opacity 0.3s ease;
  color: #0d6ef3;
}
@media only screen and (min-width: 768px) {
  .page_content_404 .btn_top a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .page_content_404 .btn_top a.js_hover {
    opacity: 0.6;
  }
}
.page_content_404 .btn_top a:link, .page_content_404 .btn_top a:hover, .page_content_404 .btn_top a:active, .page_content_404 .btn_top a:visited {
  color: #0d6ef3;
}
.page_content_404 .btn_top a:hover {
  color: #0d6ef3;
}
@media only screen and (min-width: 768px) {
  .page_content_404 .btn_top a {
    width: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .page_content_404 .btn_top a {
    width: 100%;
  }
}

#s_relatedworks {
  background: #1f1f1f;
}
@media only screen and (min-width: 1200px) {
  #s_relatedworks {
    padding: 32px 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #s_relatedworks {
    padding: 32px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #s_relatedworks {
    padding: 32px 10vmin 0;
  }
}
@media only screen and (max-width: 767px) {
  #s_relatedworks {
    padding: 32px 10vmin 0;
  }
}
@media only screen and (max-width: 767px) {
  #s_relatedworks {
    padding: 32px 5vmin 0;
  }
}
#s_relatedworks ul.list_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#s_relatedworks ul.list_logo li {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #s_relatedworks ul.list_logo li {
    width: 12.5%;
    padding: 0 2em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #s_relatedworks ul.list_logo li {
    width: 25%;
    padding: 0 2em 2em;
  }
}
@media only screen and (max-width: 767px) {
  #s_relatedworks ul.list_logo li {
    width: 50%;
    padding: 0 2em;
    padding: 0 2.5em 32px;
  }
}
@media only screen and (max-width: 575px) {
  #s_relatedworks ul.list_logo li {
    width: 50%;
    padding: 0 2em;
    padding: 0 2em 32px;
  }
}
@media only screen and (min-width: 768px) {
  #s_relatedworks li {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  #s_relatedworks li {
    padding: 0 4em;
  }
}
#s_relatedworks a {
  width: 100%;
  display: block;
}
#s_relatedworks img {
  width: auto;
  opacity: 55%;
  max-height: 40px;
  transition: all 0.4s;
}
#s_relatedworks img:hover {
  opacity: 95%;
}

#s_footer_banner {
  background: #292929;
}
@media only screen and (min-width: 768px) {
  #s_footer_banner {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  #s_footer_banner {
    padding: 32px 0 16px;
  }
}
#s_footer_banner ul.list_banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#s_footer_banner ul.list_banner li {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #s_footer_banner ul.list_banner li {
    width: 20%;
    padding: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  #s_footer_banner ul.list_banner li {
    width: 33.3333333333%;
    padding: 0 2em;
    padding: 0 2em 16px;
  }
}
@media only screen and (max-width: 575px) {
  #s_footer_banner ul.list_banner li {
    width: 50%;
    padding: 0 2em;
    padding: 0 2em 16px;
  }
}
@media only screen and (min-width: 768px) {
  #s_footer_banner li {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  #s_footer_banner li {
    padding: 0 4em;
  }
}
#s_footer_banner a {
  width: 100%;
  display: block;
}

body:not(.home) .page_title_l,
body:not(.home) .page_title_m {
  background-image: url(img/pagetitle/bg_pagetitle_l.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fefefe;
  letter-spacing: 0.08em;
  font-weight: 900;
  text-align: center;
  display: flex;
  align-items: center;
}
body:not(.home) .page_title_l:after,
body:not(.home) .page_title_m:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  transition: all ease 0.4s;
}
body:not(.home) .page_title_l .in,
body:not(.home) .page_title_m .in {
  position: relative;
  z-index: 2;
  width: 100%;
  animation: anim_opacity 1s forwards;
}
body:not(.home) .page_title_l .in .lang_en, body:not(.home) .page_title_l .in .lang_jp,
body:not(.home) .page_title_m .in .lang_en,
body:not(.home) .page_title_m .in .lang_jp {
  display: block;
  line-height: 1.5;
}
body:not(.home) .page_title_l .in .lang_en,
body:not(.home) .page_title_m .in .lang_en {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width:1100px) {
  body:not(.home) .page_title_l {
    padding-top: 2em;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .page_title_l {
    padding-top: 1.8em;
  }
}
@media only screen and (min-width:1100px) {
  body:not(.home) .page_title_l {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .page_title_l {
    padding-bottom: 3em;
  }
}
@media only screen and (min-width:1100px) {
  body:not(.home) .page_title_l {
    padding-top: 4.6875rem;
    padding-top: 7.8125rem;
    padding-bottom: 5.3125rem;
  }
}
@media only screen and (min-width:560px) and (max-width:1100px) {
  body:not(.home) .page_title_l {
    padding-top: 4.6875rem;
    padding-top: 11.5625rem;
    padding-bottom: 5.3125rem;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .page_title_l {
    padding-top: 2.75rem;
    padding-top: 6.5rem;
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 576px) and (max-width: 1099.98px) {
  body:not(.home) .page_title_l {
    padding-top: 7.75rem;
    padding-bottom: 3.4375rem;
  }
}
@media (max-width: 575.98px) {
  body:not(.home) .page_title_l {
    padding-top: 20vw;
    padding-bottom: 9.5vw;
  }
}
@media only screen and (min-width:1100px) {
  body:not(.home) .page_title_l .lang_en {
    font-size: 3.125rem;
  }
  body:not(.home) .page_title_l .lang_jp {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .page_title_l .lang_en {
    font-size: 1.875rem;
  }
  body:not(.home) .page_title_l .lang_jp {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 575px) {
  body:not(.home) .page_title_l .lang_en {
    font-size: 7vw;
  }
  body:not(.home) .page_title_l .lang_jp {
    font-size: 3.5vw;
  }
}
body:not(.home) .page_title_l h1 {
  position: relative;
}
body:not(.home) .page_title_l h1:after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  background: #fefefe;
}
@media only screen and (min-width:1100px) {
  body:not(.home) .page_title_l h1:after {
    bottom: -1.5em;
    width: 50px;
    left: calc(50% - 25px);
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .page_title_l h1:after {
    bottom: -1.3em;
    width: 40px;
    left: calc(50% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  body:not(.home) .page_title_l h1:after {
    bottom: -1.3em;
    width: 6vw;
    left: calc(50% - 3vw);
  }
}
@media only screen and (min-width:1100px) {
  body:not(.home) .page_title_m {
    padding-top: 0.8em;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .page_title_m {
    padding-top: 0.8em;
  }
}
@media only screen and (min-width:1100px) {
  body:not(.home) .page_title_m {
    padding-bottom: 0.8em;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .page_title_m {
    padding-bottom: 0.8em;
  }
}
@media only screen and (min-width:1100px) {
  body:not(.home) .page_title_m {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .page_title_m {
    font-size: 5.6962025316vmin;
  }
}
body:not(.home) .b_intro {
  text-align: center;
}
@media only screen and (min-width:1100px) {
  body:not(.home) .b_intro {
    padding-top: 4em;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .b_intro {
    padding-top: 3em;
  }
}
@media only screen and (min-width:1100px) {
  body:not(.home) .b_intro {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .b_intro {
    padding-bottom: 3em;
  }
}
body:not(.home) .b_intro .intro_heading {
  line-height: 2;
  font-weight: 600;
}
@media only screen and (min-width:1100px) {
  body:not(.home) .b_intro .intro_heading {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .b_intro .intro_heading {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  body:not(.home) .b_intro.b_intro_large {
    padding-top: 4.0625rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  body:not(.home) .b_intro.b_intro_large {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
body:not(.home) .b_intro.b_intro_large .intro_heading {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 1200px) {
  body:not(.home) .b_intro.b_intro_large .intro_heading {
    font-size: 4.375rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body:not(.home) .b_intro.b_intro_large .intro_heading {
    font-size: 4.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.home) .b_intro.b_intro_large .intro_heading {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.home) .b_intro.b_intro_large .intro_heading {
    font-size: 7.6271186441vmin;
  }
}
@media only screen and (max-width: 575px) {
  body:not(.home) .b_intro.b_intro_large .intro_heading {
    font-size: 7.6271186441vmin;
  }
}
body:not(.home) .b_intro.b_intro_large .intro_text {
  font-weight: 500;
}
@media only screen and (min-width:1100px) {
  body:not(.home) .b_intro.b_intro_large .intro_text {
    font-size: 1.1em;
    line-height: 2.6;
  }
}
@media only screen and (max-width:1099px) {
  body:not(.home) .b_intro.b_intro_large .intro_text {
    font-size: 1.1em;
    line-height: 2;
  }
}
@media (max-width: 575.98px) {
  body:not(.home) .b_intro.b_intro_large .intro_text {
    font-size: 3.3vw;
  }
}

.page_terms .intro_text,
.privacy .intro_text {
  text-align: left;
  line-height: 2;
}

.numbering_wrapper {
  counter-reset: number;
}
.numbering_wrapper .numbering_item:before {
  counter-increment: number;
  content: counter(number) "．";
}

.terms_content_privacy .terms_enactment {
  text-align: right;
  padding-top: 2em;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  line-height: 2;
}

.s_terms_wrapper {
  letter-spacing: 0.05em;
  line-height: 2;
  padding-bottom: 4em;
}
@media only screen and (min-width:1100px) {
  .s_terms_wrapper {
    font-size: 1.1em;
  }
}
.s_terms_wrapper .terms_intro {
  padding-bottom: 3em;
}
.s_terms_wrapper .terms_intro h3 {
  font-weight: 600;
  border-bottom: 1px solid #121111;
  line-height: 1.3;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
}
@media only screen and (min-width:1100px) {
  .s_terms_wrapper .terms_intro h3 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width:1099px) {
  .s_terms_wrapper .terms_intro h3 {
    font-size: 1.875rem;
  }
}
.s_terms_wrapper .terms_block {
  margin-bottom: 2em;
}
.s_terms_wrapper .terms_block_heading {
  font-weight: 600;
  margin-bottom: 0.4em;
}
@media only screen and (min-width:1100px) {
  .s_terms_wrapper .terms_block_heading {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width:1099px) {
  .s_terms_wrapper .terms_block_heading {
    font-size: 1.25rem;
  }
}
.s_terms_wrapper .terms_block_heading .number {
  margin: 0 0.3em;
}
.s_terms_wrapper ol li, .s_terms_wrapper ul li {
  margin-bottom: 0.3em;
}
.s_terms_wrapper ol.ol_basic {
  list-style-type: decimal;
  padding-left: 1.5em;
}
@keyframes mvTrans {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvSlider {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
#s_top-mv {
  position: relative;
  overflow: hidden;
  background: url(img/page/top/bg_mv.jpg);
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #s_top-mv {
    background-position: left bottom;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-mv {
    background-position: center center;
  }
}
@media only screen and (min-width: 768px) {
  #s_top-mv {
    height: 70vh;
    min-height: 600px;
    max-height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-mv {
    height: 100vw;
  }
}
#s_top-mv .mv_content {
  display: flex;
  align-items: center;
}
#s_top-mv .mv_content .mv-message {
  width: 100%;
}
#s_top-mv .mv_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fefefe;
}
#s_top-mv .mv_content:before {
  content: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49.8%, #0d6ef3 50%) no-repeat top left/100% 100%;
}
#s_top-mv .mv-message {
  height: 100%;
}
#s_top-mv .mv-message .l_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
#s_top-mv .mv-message .l_inner .message_jp {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  #s_top-mv .l_inner {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #s_top-mv .l_inner {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #s_top-mv .l_inner {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-mv .l_inner {
    padding-left: 5vmin;
  }
}
@media only screen and (max-width: 575px) {
  #s_top-mv .l_inner {
    padding-left: 7vmin;
  }
}
#s_top-mv .message_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 10px rgba(9, 33, 65, 0.35);
}
#s_top-mv .message_jp {
  font-size: 8.3333333333vw;
}
@media screen and (min-width: 1500px) {
  #s_top-mv .message_jp {
    font-size: 14rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #s_top-mv .message_jp {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #s_top-mv .message_jp {
    font-size: 10vmin;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-mv .message_jp {
    font-size: 14vmin;
    font-size: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  #s_top-mv .message_jp {
    font-size: 12.7272727273vmin;
  }
}
#s_top-mv .mv_content .mv-chara {
  display: none;
  position: absolute;
  bottom: 0;
  right: 1em;
}
@media only screen and (max-width:1099px) {
  #s_top-mv .mv_content .mv-chara {
    width: 40vw;
    right: 0;
  }
}
@keyframes scroll_animation_line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
#s_top-mv #scroll_animation {
  position: absolute;
  bottom: 40%;
  z-index: 5;
  transform: rotate(90deg);
  transform-origin: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #fefefe;
}
#s_top-mv #scroll_animation:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 22.4vh;
  height: 1px;
  background: #fefefe;
  vertical-align: middle;
  animation: scroll_animation_line 3s linear infinite;
  transform-origin: left;
}
@media only screen and (min-width:1100px) {
  #s_top-mv #scroll_animation {
    font-size: 1.1em;
    left: 2em;
  }
}
@media only screen and (max-width:1099px) {
  #s_top-mv #scroll_animation {
    font-size: 0.9em;
    left: 1em;
  }
}
#s_top-mv .bg_mv {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  #s_top-mv .bg_mv.bg_mv_1 {
    background-image: url(img/page/top/mv_pc.png);
  }
}
@media only screen and (max-width: 991px) {
  #s_top-mv .bg_mv.bg_mv_1 {
    background-image: url(img/page/top/mv_sp.png);
  }
}

@keyframes opacity_tabContent {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
#s_top-news {
  padding: 32px 0 0;
}
@media only screen and (min-width:1100px) {
  #s_top-news {
    padding: 32px 0 0;
  }
}
@media only screen and (max-width:1099px) {
  #s_top-news {
    padding: 5rem 0 0;
  }
}

#s_top-news .section-header {
  padding-bottom: 2rem;
}
#s_top-news .section-header .lang_en, #s_top-news .section-header .lang_jp {
  vertical-align: middle;
}
#s_top-news .section-header .lang_en {
  color: #0d6ef3;
}
#s_top-news .section-header .lang_en {
  font-size: 4rem;
}
#s_top-news .section-header .lang_jp {
  font-size: 1.6rem;
  margin-left: 1rem;
}

#s_top-news .js_tab_trigger {
  background: #e5ebf2;
  color: #97a2ae;
  letter-spacing: 0.08em;
}
#s_top-news .js_tab_trigger.active {
  color: #fefefe;
  background: #0d6ef3;
  box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
#s_top-news .js_tab_trigger-wrapper > ul {
  border-bottom: 4px solid #0d6ef3;
  letter-spacing: -0.4em;
}
#s_top-news .js_tab_trigger-wrapper > ul li {
  display: inline-block;
  letter-spacing: normal;
}
#s_top-news .js_tab_trigger {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width:1100px) {
  #s_top-news .js_tab_trigger {
    width: 8em;
    padding: 1em;
  }
}
@media only screen and (max-width:1099px) {
  #s_top-news .js_tab_trigger {
    width: 30%;
    padding: 1em 0;
  }
}

#s_top-news li.entry-wrapper a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #s_top-news li.entry-wrapper a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-news li.entry-wrapper a.js_hover {
    opacity: 0.6;
  }
}
#s_top-news li.entry-wrapper .entry-title {
  font-weight: 600;
}
@media only screen and (min-width:1100px) {
  #s_top-news ul.entry-list {
    padding-left: 5px;
  }
  #s_top-news ul.entry-list li.entry-wrapper {
    border-bottom: 1px dotted #aaa;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
  }
  #s_top-news ul.entry-list li.entry-wrapper:last-child {
    border: none;
  }
  #s_top-news ul.entry-list li.entry-wrapper a {
    display: block;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-info {
    display: inline-block;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-right: 1em;
    font-size: 1.2em;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-tag {
    display: none;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-title {
    display: inline;
    line-height: 1.8;
  }
}
@media only screen and (max-width:1099px) {
  #s_top-news ul.entry-list {
    padding-left: 5px;
  }
  #s_top-news ul.entry-list li.entry-wrapper {
    border-bottom: 1px dotted #aaa;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
  }
  #s_top-news ul.entry-list li.entry-wrapper:last-child {
    border: none;
  }
  #s_top-news ul.entry-list li.entry-wrapper a {
    display: block;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-info {
    display: inline-block;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-right: 1em;
    font-size: 1.2em;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-tag {
    display: none;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-title {
    display: inline;
    line-height: 1.8;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-info {
    display: block;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-date {
    display: block;
    font-size: 0.8em;
    margin-bottom: 0.5em;
    color: #97a2ae;
  }
  #s_top-news ul.entry-list li.entry-wrapper .entry-title {
    font-size: 1.1em;
    line-height: 1.5;
  }
}

#s_top-news .js_tab_wrapper .js_tab_content-wrapper .js_tab_content {
  padding-top: 1em;
}
#s_top-news .js_tab_wrapper .js_tab_content-wrapper .js_tab_content.active {
  animation: opacity_tabContent 1s forwards;
}

#s_top-news .p_btn-detail a {
  display: inline-block;
  width: 100%;
  background: #e5ebf2;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  padding: 1em;
  color: #97a2ae;
  transition: opacity 0.3s ease;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  #s_top-news .p_btn-detail a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-news .p_btn-detail a.js_hover {
    opacity: 0.6;
  }
}

#s_top-topic {
  position: relative;
  z-index: 3;
}
#s_top-topic .inner {
  margin-top: -10px;
}
#s_top-topic .slick-slider {
  margin-bottom: 0;
}
#s_top-topic .slick-slider li {
  margin-right: 8px;
}
#s_top-topic .slick-slider li img {
  box-shadow: 0px -10px 6px rgba(0, 0, 0, 0.3);
}
#s_top-topic .slick-dots_custom_01 {
  padding-top: 1em;
}

.s-top-banner {
  margin-top: 40px;
}
.s-top-banner .slick-slider li {
  margin: 0 !important;
}
.s-top-banner .inner {
  overflow: hidden;
  height: max-content;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(19, 29, 48, 0.15);
  border: 1px solid #dcdada;
}

.slick-slide img {
  display: block;
}

.slick-slide {
  height: auto !important;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide a {
  display: block;
}

@keyframes bar-width_h2 {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
.s_hor .box_container {
  display: flex;
}
.s_hor .text {
  font-size: 1.1em;
}
@media only screen and (max-width: 991px) {
  .s_hor .text {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .s_hor .box_container {
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
  }
  .s_hor .box_child {
    flex: 1;
  }
  .s_hor .box_text {
    padding: 2em;
  }
  .s_hor .box_text .text {
    padding: 1.2em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s_hor .box_container {
    flex-direction: column;
  }
  .s_hor .box_text .text {
    padding: 2em 5vmin;
  }
  .s_hor.s_hor_left .box_pic {
    margin-right: 7vmin;
  }
  .s_hor.s_hor_right .box_pic {
    margin-left: 7vmin;
  }
}
.s_hor .section-header-inhor {
  opacity: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .s_hor .section-header-inhor {
    padding-left: 5vmin;
  }
}
.s_hor .section-header-inhor h2 {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #444;
  position: relative;
}
.s_hor .section-header-inhor h2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  display: block;
  width: 0%;
  height: 6px;
  background: #0d6ef3;
  z-index: 10;
}
.s_hor .section-header-inhor .lang_en, .s_hor .section-header-inhor .lang_jp {
  vertical-align: middle;
}
.s_hor .section-header-inhor .lang_en {
  color: #1477ea;
  font-family: "Montserrat", sans-serif;
  margin-right: 0.5em;
}
.s_hor .section-header-inhor .lang_jp {
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .s_hor .section-header-inhor .lang_en {
    font-size: 2.4rem;
  }
  .s_hor .section-header-inhor .lang_jp {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .s_hor .section-header-inhor .lang_en {
    font-size: 2.4rem;
  }
  .s_hor .section-header-inhor .lang_jp {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 768px) {
  .s_hor .section-header-inhor {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .s_hor .section-header-inhor {
    padding-top: 2em;
  }
}
.s_hor .section-header-inhor.active {
  opacity: 1;
}
.s_hor .section-header-inhor.active {
  animation: js_scroll_right 0.5s forwards;
}
.s_hor .section-header-inhor.active h2:before {
  animation: bar-width_h2 1s cubic-bezier(1, 0, 0, 1) forwards 0.5s;
}
.s_hor .mainCopy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0;
  transition: all 1.5s ease;
}
@media only screen and (min-width: 768px) {
  .s_hor .mainCopy {
    font-size: 4.5454545455vw;
  }
}
@media only screen and (min-width: 768px) and (min-width:1600px) {
  .s_hor .mainCopy {
    font-size: 72.7272727273px;
  }
}
@media only screen and (max-width: 767px) {
  .s_hor .mainCopy {
    font-size: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .s_hor .mainCopy {
    padding: 5vmin 5vmin 0;
  }
}
.s_hor .mainCopy.active {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .s_hor .mainCopy.active {
    animation: slide_right 1s;
  }
  @keyframes slide_right {
    0% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media only screen and (max-width: 767px) {
  .s_hor .mainCopy.active {
    animation: js_scroll_bottom 1.5s;
  }
}
.s_hor .p_btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s_hor .p_btn {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 575px) {
  .s_hor .p_btn {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.s_hor .box_pic {
  overflow: hidden;
}
.s_hor .box_pic figure {
  width: inherit;
  height: inherit;
  opacity: 0;
}
.s_hor .box_pic.active figure {
  position: relative;
  opacity: 1 !important;
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
}
.s_hor .box_pic.active figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(-109.6deg, #02e4ff, 60.2%, #0d6ef3);
  background: -ms-linear-gradient(-109.6deg, #02e4ff, 60.2%, #0d6ef3);
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
}
@media only screen and (min-width: 768px) {
  .s_hor.s_hor_left .box_pic {
    overflow: hidden;
    box-shadow: 20px 10px 30px rgba(89, 102, 117, 0.2);
    border-radius: 0 6px 30px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width:1600px) {
  .s_hor.s_hor_left .box_pic {
    border-radius: 6px 6px 30px 6px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .s_hor.s_hor_left .box_text .mainCopy.active {
    animation: slide_right 1s;
  }
  @keyframes slide_right {
    0% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media only screen and (min-width: 768px) {
  .s_hor.s_hor_right .box_pic {
    overflow: hidden;
    box-shadow: -20px 10px 30px rgba(89, 102, 117, 0.2);
    border-radius: 6px 0 0 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width:1600px) {
  .s_hor.s_hor_right .box_pic {
    border-radius: 6px 6px 6px 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .s_hor.s_hor_right .box_text .mainCopy.active {
    animation: slide_left 1s;
  }
  @keyframes slide_left {
    0% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media only screen and (min-width: 768px) {
  .s_hor.s_hor_left .section-header h2 {
    margin-left: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .s_hor.s_hor_left .box_pic {
    overflow: hidden;
    box-shadow: 10px 10px 20px rgba(89, 102, 117, 0.12);
    border-radius: 0 16px 16px 0;
  }
  .s_hor.s_hor_right .box_pic {
    overflow: hidden;
    box-shadow: -10px 10px 20px rgba(89, 102, 117, 0.15);
    border-radius: 16px 0 0 16px;
  }
}

@media only screen and (min-width: 768px) {
  #s_top-company {
    padding: 10rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-company {
    padding: 6rem 0 0;
  }
}

@media only screen and (min-width: 768px) {
  #s_top-product {
    padding: 10rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-product {
    padding: 6rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  #s_top-product .box_container {
    flex-direction: row-reverse;
  }
  #s_top-product .box_text {
    padding-left: 4em;
  }
}

#s_top-recruit {
  color: #fefefe;
}
@media only screen and (min-width: 768px) {
  #s_top-recruit {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-recruit {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-recruit .for_pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #s_top-recruit .for_sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #s_top-recruit .box_container {
    display: flex;
  }
  #s_top-recruit .box_container .box_child {
    flex: 1 0 auto;
  }
  #s_top-recruit .box_container .box_right {
    display: flex;
    align-items: end;
  }
  #s_top-recruit .box_container .box_right .in {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #s_top-recruit .box_left,
  #s_top-recruit .box_right {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-recruit .box_left {
    padding: 70px 0;
  }
  #s_top-recruit .box_left .text {
    margin-top: 30px;
  }
  #s_top-recruit .box_left .p_btn {
    margin-top: 30px;
  }
}
#s_top-recruit .box_container {
  background-image: url(img/page/recruit/bg_title_feature_2.jpg);
  background-image: url(img/pagetitle/bg_pagetitle_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#s_top-recruit .box_container:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(17, 41, 67, 0.45);
  z-index: 0;
  transition: all ease 0.4s;
}
#s_top-recruit .box_left {
  background-position: center center;
  background-size: cover;
}
#s_top-recruit .box_left::before {
  content: "";
  position: absolute;
  opacity: 0.2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120% auto;
  z-index: 2;
}
#s_top-recruit .box_right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#s_top-recruit ._box_container {
  background-image: url(img/page/recruit/bg_title_feature_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#s_top-recruit .section-header, #s_top-recruit .in {
  position: relative;
  z-index: 10;
}
#s_top-recruit .section-header {
  padding-bottom: 0;
}
#s_top-recruit .box_left {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #s_top-recruit .text {
    padding-top: 40px;
    font-size: 1.5rem;
  }
}
#s_top-recruit .p_btn {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #s_top-service {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-service {
    padding-top: 120px;
  }
}
#s_top-service .section-header {
  text-align: center;
  position: relative;
  z-index: 2;
}
#s_top-service .section-header .lang_en {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-bottom: 2px solid #121111;
  padding-bottom: 0.25em;
  margin-bottom: 0.4em;
}
#s_top-service .section-header .lang_jp {
  display: block;
}
@media only screen and (min-width:1100px) {
  #s_top-service .section-header {
    font-size: 2.5rem;
  }
  #s_top-service .section-header .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (max-width:1099px) {
  #s_top-service .section-header {
    font-size: 1.875rem;
  }
  #s_top-service .section-header .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (min-width:1100px) {
  #s_top-service .section-header {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width:1099px) {
  #s_top-service .section-header {
    padding: 0 0 30px;
  }
}
#s_top-service .section-header .text {
  font-size: 0.875rem;
  padding-top: 1.2em;
  font-weight: 600;
}
#s_top-service .section-header span {
  color: #0d6ef3;
}
#s_top-service .section-header .lang_en {
  border-bottom: 2px solid #0d6ef3;
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-header {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-service .section-header {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-header .text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-content .box_container {
    display: flex;
    flex-wrap: wrap;
  }
  #s_top-service .section-content .box_container .box_child {
    width: 50%;
  }
}
#s_top-service .section-content .box_container {
  position: relative;
}
#s_top-service .section-content .box_container::before {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(to right top, #c2dcfb 49.8%, transparent 50%);
  left: 0;
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-content .box_container::before {
    height: 20rem;
    top: -11.7647058824rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-service .section-content .box_container::before {
    height: 20rem;
    top: -11.7647058824rem;
  }
}
#s_top-service .section-content .box_container::after {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(to left bottom, #c2dcfb 49.8%, transparent 50%);
  right: 0;
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-content .box_container::after {
    height: 20rem;
    bottom: -10rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-service .section-content .box_container::after {
    height: 10rem;
    bottom: -5.8823529412rem;
  }
}
#s_top-service .section-content .box_container .top-service-section {
  position: relative;
  z-index: 2;
}
#s_top-service .section-content .top-service-section {
  color: #fefefe;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-content .top-service-section {
    padding: 80px 50px;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-service .section-content .top-service-section {
    padding: 50px 5vmin;
  }
}
#s_top-service .section-content .top-service-section {
  position: relative;
  overflow: hidden;
  position: relative;
}
#s_top-service .section-content .top-service-section:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  transition: all ease 0.4s;
}
#s_top-service .section-content .top-service-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
  background-image: url(img/page/top/bg_top-general.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#s_top-service .section-content .top-service-section header, #s_top-service .section-content .top-service-section .text, #s_top-service .section-content .top-service-section .p_btn {
  position: relative;
  z-index: 2;
}
#s_top-service .section-content .top-service-section:hover {
  position: relative;
}
#s_top-service .section-content .top-service-section:hover:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  transition: all ease 0.4s;
}
#s_top-service .section-content .top-service-section:hover:before {
  transform: scale(1.02);
}
#s_top-service .section-content .top-service-section h3 span {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
#s_top-service .section-content .top-service-section h3 .lang_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
#s_top-service .section-content .top-service-section h3 .lang_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-top: calc(0.6em - 6px - 2px);
  padding-bottom: 0.6em;
  margin-bottom: 0.8em;
  position: relative;
}
#s_top-service .section-content .top-service-section h3 .lang_jp::after {
  content: "";
  width: 1em;
  height: 6px;
  background: #fefefe;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.75em);
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-content .top-service-section h3 .lang_en {
    font-size: 1.8rem;
  }
  #s_top-service .section-content .top-service-section h3 .lang_jp {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #s_top-service .section-content .top-service-section h3 .lang_en {
    font-size: 1.3rem;
  }
  #s_top-service .section-content .top-service-section h3 .lang_jp {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-service .section-content .top-service-section h3 .lang_en {
    font-size: 1.5rem;
  }
  #s_top-service .section-content .top-service-section h3 .lang_jp {
    font-size: 7.6271186441vmin;
  }
}
@media only screen and (max-width: 575px) {
  #s_top-service .section-content .top-service-section h3 .lang_en {
    font-size: 1.5rem;
  }
  #s_top-service .section-content .top-service-section h3 .lang_jp {
    font-size: 9.1836734694vmin;
  }
}
#s_top-service .section-content .top-service-section .text {
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #s_top-service .section-content .top-service-section .text {
    font-size: 0.9em;
  }
}
#s_top-service .section-content .top-service-section .p_btn {
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-content .top-service-section .p_btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-service .section-content .top-service-section .p_btn.js_hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #s_top-service .section-content .top-service-section .p_btn a {
    width: 100%;
  }
}
#s_top-service .section-content .top-service-section#top_inhouse:before {
  background-image: url(img/page/top/bg_top-inhouse.jpg);
}
#s_top-service .section-content .top-service-section#top_contentsBusiness:before {
  background-image: url(img/page/top/bg_top-contents.jpg);
}
#s_top-service .section-content .top-service-section#top_interior:before {
  background-image: url(img/page/top/bg_top-makes.jpg);
}
#s_top-service .section-content .btn_bottom {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #s_top-service .section-content .btn_bottom {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_top-service .section-content .btn_bottom {
    padding-top: 3rem;
  }
}

.company .b_intro.b_intro_large .intro_heading {
  background-image: url(img/page/company/company_script_01.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width:1100px) {
  .company .b_intro.b_intro_large .intro_heading {
    background-size: 50% auto;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width:1099px) {
  .company .b_intro.b_intro_large .intro_heading {
    background-size: 70% auto;
    padding-bottom: 8.5%;
  }
}
@media only screen and (min-width: 576px) {
  .company .b_intro.b_intro_large {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 575px) {
  .company .b_intro.b_intro_large {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width:1100px) {
  #s_company-message {
    padding-top: 4em;
  }
}
@media only screen and (max-width:1099px) {
  #s_company-message {
    padding-top: 3em;
  }
}
@media only screen and (min-width:1100px) {
  #s_company-message {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width:1099px) {
  #s_company-message {
    padding-bottom: 3em;
  }
}
#s_company-message .l_in {
  position: relative;
  background: #c2dcfb;
}
#s_company-message .l_in::before {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(to right top, #c2dcfb 49.8%, transparent 50%);
  left: 0;
}
@media only screen and (min-width: 768px) {
  #s_company-message .l_in::before {
    height: 12.5rem;
    top: -12.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_company-message .l_in::before {
    height: 6.25rem;
    top: -6.25rem;
  }
}
#s_company-message .l_in::after {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(to left bottom, #c2dcfb 49.8%, transparent 50%);
  right: 0;
}
@media only screen and (min-width: 768px) {
  #s_company-message .l_in::after {
    height: 12.5rem;
    bottom: -12.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_company-message .l_in::after {
    height: 6.25rem;
    bottom: -6.25rem;
  }
}
#s_company-message .l_in .box_child {
  position: relative;
  z-index: 2;
}
#s_company-message .section-header {
  text-align: center;
  position: relative;
  z-index: 10;
}
#s_company-message .section-header .lang_en {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-bottom: 2px solid #121111;
  padding-bottom: 0.25em;
  margin-bottom: 0.4em;
}
#s_company-message .section-header .lang_jp {
  display: block;
}
@media only screen and (min-width:1100px) {
  #s_company-message .section-header {
    font-size: 2.5rem;
  }
  #s_company-message .section-header .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (max-width:1099px) {
  #s_company-message .section-header {
    font-size: 1.875rem;
  }
  #s_company-message .section-header .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (min-width:1100px) {
  #s_company-message .section-header {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width:1099px) {
  #s_company-message .section-header {
    padding: 0 0 30px;
  }
}
#s_company-message .section-header .text {
  font-size: 0.875rem;
  padding-top: 1.2em;
  font-weight: 600;
}
#s_company-message .section-header h2 {
  margin-left: 0;
}
#s_company-message .president-signature {
  padding-top: 1em;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 0.9em;
  text-align: right;
}
#s_company-message .president-signature .name {
  font-size: 1.5em;
  margin-left: 0.8em;
}
@media only screen and (min-width: 768px) {
  #s_company-message .president-signature img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  #s_company-message .president-signature img {
    width: 50%;
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  #s_company-message .president-signature {
    max-width: 600px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  #s_company-message .president-signature {
    padding-right: 5vmin;
  }
}
@media only screen and (min-width: 768px) {
  #s_company-message .box_text {
    padding-left: 3.3em;
  }
}
@media only screen and (max-width: 767px) {
  #s_company-message .mainCopy {
    font-size: 7.6271186441vmin;
  }
}
#s_company-message .mainCopy span {
  display: inline;
}

@media only screen and (min-width: 768px) {
  body.company #s_company-overview {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  body.company #s_company-overview {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) {
  body.company #s_company-history {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  body.company #s_company-history {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
body.company .table_overview,
body.company .table_history {
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  body.company .table_overview th,
  body.company .table_history th {
    width: 12em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.company .table_overview th,
  body.company .table_history th {
    width: 8em;
  }
}
body.company .table_overview th {
  font-size: 1.1em;
}
body.company .table_overview section.office {
  margin-bottom: 2em;
}
body.company .table_overview section.office:last-child {
  margin-bottom: 0;
}
body.company .table_overview section.office h4 {
  font-size: 1.1em;
  margin-bottom: 0.4em;
}
body.company .table_overview .company_name {
  margin-bottom: 0.2em;
}
body.company .table_overview .company_name:last-child {
  margin-bottom: 0;
}
body.company .table_history th {
  font-size: 1.1em;
}
body.company .table_history th .number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  margin-right: 2px;
}
body.company .table_history dl dt {
  float: left;
  letter-spacing: 0.05em;
}
body.company .table_history dl dd {
  margin-bottom: 1em;
}
body.company .table_history dl dd:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.company .table_history dl dd {
    margin-left: 6em;
  }
}
@media only screen and (max-width: 767px) {
  body.company .table_history dl dd {
    margin-left: 5em;
  }
}
body.company .__externalLink {
  padding-bottom: 4px;
  transition: opacity 0.3s ease;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  body.company .__externalLink:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  body.company .__externalLink.js_hover {
    opacity: 0.6;
  }
}
body.company .__externalLink i {
  margin-left: 5px;
  font-size: 0.9em;
  color: #666;
  vertical-align: middle;
  margin-bottom: 4px;
}
body.company .__externalLink.-underline {
  text-align: right;
  border-bottom: 1px solid #121111;
  line-height: 2;
}

#s_company-office .s_office {
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 576px) {
  #s_company-office .s_office .box_container {
    display: flex;
    flex-wrap: wrap;
  }
  #s_company-office .s_office .box_container .box_child.office_map {
    width: 41.6666666667%;
  }
  #s_company-office .s_office .box_container .box_child.office_info {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 575px) {
  #s_company-office .s_office .box_container {
    display: flex;
    flex-direction: column-reverse;
  }
}
#s_company-office .office_map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) {
  #s_company-office .office_map iframe {
    min-height: 240px;
  }
}
#s_company-office .office_info {
  line-height: 2;
}
@media only screen and (min-width: 576px) {
  #s_company-office .office_info {
    padding-left: 2.6em;
  }
}
#s_company-office .office_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #121111;
  padding-top: 0.4em;
}
@media only screen and (min-width: 576px) {
  #s_company-office .office_name {
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 575px) {
  #s_company-office .office_name {
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 576px) {
  #s_company-office .office_name {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_company-office .office_name {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  #s_company-office .office_name {
    font-size: 5.6962025316vmin;
  }
}
@media only screen and (max-width: 767px) {
  #s_company-office .office_address {
    padding-bottom: 1.5em;
  }
  #s_company-office .office_address .office_pic {
    padding-bottom: 1em;
  }
}
#s_company-office .office_address .office_pic {
  display: none;
}

.service #s_service-intro .intro_heading {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
@media only screen and (min-width:1100px) {
  .service #s_service-intro .intro_heading {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width:1099px) {
  .service #s_service-intro .intro_heading {
    font-size: 6.0810810811vmin;
  }
}
.service #s_service-intro .intro_heading {
  opacity: 0;
  animation: anim_opacity 1s forwards 0.7s;
}
.service #s_service-intro .intro_text {
  opacity: 0;
  animation: anim_opacity 1s forwards 1s;
}
@media (max-width: 575.98px) {
  .service #s_service-intro .intro_text {
    font-size: 3.3vw;
  }
}

@media only screen and (min-width: 768px) {
  .service .s_service {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .service .s_service .s_service_header {
    padding: 3.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service .s_service_header {
    padding: 3.125rem 0 4.0625rem;
  }
}
.service .s_service .s_service_header {
  position: relative;
  overflow: hidden;
}
.service .s_service .s_service_header .s_service_header_number {
  position: absolute;
  top: -0.22em;
  z-index: 5;
}
.service .s_service .s_service_header .s_service_header_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.service .s_service .s_service_header .s_service_header_content {
  height: 100%;
  display: flex;
  align-items: center;
}
.service .s_service .s_service_header .s_service_header_content h2 {
  flex: 1 0 0;
  text-align: center;
}
.service .s_service .s_service_header_bg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.service .s_service .s_service_header_bg:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  transition: all ease 0.4s;
}
.service .s_service .s_service_header_number {
  color: #aaa;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 768px) {
  .service .s_service .s_service_header_number {
    font-size: 9.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service .s_service_header_number {
    font-size: 6.25rem;
  }
}
.service .s_service .s_service_header_content .lang_en, .service .s_service .s_service_header_content .lang_jp {
  display: block;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #fefefe;
}
.service .s_service .s_service_header_content .lang_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .service .s_service .s_service_header_content .lang_en {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service .s_service_header_content .lang_en {
    padding-bottom: 0.5em;
  }
}
.service .s_service .s_service_header_content .lang_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .service .s_service .s_service_header_content .lang_en {
    font-size: 1.125rem;
  }
  .service .s_service .s_service_header_content .lang_jp {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service .s_service_header_content .lang_en {
    font-size: 0.9375rem;
  }
  .service .s_service .s_service_header_content .lang_jp {
    font-size: 9.1836734694vmin;
  }
}
.service .s_service .s_service_header_number,
.service .s_service .s_service_header_bg,
.service .s_service .s_service_header_content {
  transition: all 1s;
}
.service .s_service .s_service_header_bg,
.service .s_service .s_service_header_content {
  opacity: 0;
}
.service .s_service .s_service_header_bg.active,
.service .s_service .s_service_header_content.active {
  opacity: 1;
}
.service .s_service .s_service_header_number {
  opacity: 0;
}
.service .s_service .s_service_header_number.active {
  opacity: 0.7;
}
.service .s_service .s_service_header_left .s_service_header_number {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .service .s_service .s_service_header_left .s_service_header_number {
    transform: translateX(-40px);
  }
  .service .s_service .s_service_header_left .s_service_header_number.active {
    transform: translateX(-25px);
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service .s_service_header_left .s_service_header_number {
    transform: translateX(-30px);
  }
  .service .s_service .s_service_header_left .s_service_header_number.active {
    transform: translateX(-15px);
  }
}
@media only screen and (min-width: 1200px) {
  .service .s_service .s_service_header_left .s_service_header_bg {
    transform: translateX(-120px);
  }
  .service .s_service .s_service_header_left .s_service_header_bg.active {
    transform: translateX(-100px);
  }
}
@media only screen and (max-width: 1199px) {
  .service .s_service .s_service_header_left .s_service_header_bg {
    transform: translateX(-10vmin);
  }
  .service .s_service .s_service_header_left .s_service_header_bg.active {
    transform: translateX(-5vmin);
  }
}
@media only screen and (min-width: 768px) {
  .service .s_service .s_service_header_left .s_service_header_content {
    transform: translateX(20px);
  }
  .service .s_service .s_service_header_left .s_service_header_content.active {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service .s_service_header_left .s_service_header_content {
    transform: translateX(20px);
  }
  .service .s_service .s_service_header_left .s_service_header_content.active {
    transform: translateX(0px);
  }
}
.service .s_service .s_service_header_right .s_service_header_number {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .service .s_service .s_service_header_right .s_service_header_number {
    transform: translateX(40px);
  }
  .service .s_service .s_service_header_right .s_service_header_number.active {
    transform: translateX(25px);
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service .s_service_header_right .s_service_header_number {
    transform: translateX(40px);
  }
  .service .s_service .s_service_header_right .s_service_header_number.active {
    transform: translateX(15px);
  }
}
@media only screen and (min-width: 1200px) {
  .service .s_service .s_service_header_right .s_service_header_bg {
    transform: translateX(120px);
  }
  .service .s_service .s_service_header_right .s_service_header_bg.active {
    transform: translateX(100px);
  }
}
@media only screen and (max-width: 1199px) {
  .service .s_service .s_service_header_right .s_service_header_bg {
    transform: translateX(10vmin);
  }
  .service .s_service .s_service_header_right .s_service_header_bg.active {
    transform: translateX(5vmin);
  }
}
@media only screen and (min-width: 768px) {
  .service .s_service .s_service_header_right .s_service_header_content {
    transform: translateX(-20px);
  }
  .service .s_service .s_service_header_right .s_service_header_content.active {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 767px) {
  .service .s_service .s_service_header_right .s_service_header_content {
    transform: translateX(-20px);
  }
  .service .s_service .s_service_header_right .s_service_header_content.active {
    transform: translateX(0px);
  }
}
.service .s_service#s_service_general .s_service_header_bg {
  background-image: url(img/page/service/service-title_general.jpg);
}
.service .s_service#s_service_inhouse .s_service_header_bg {
  background-image: url(img/page/service/service-title_inhouse.jpg);
}
.service .s_service#s_service_contents .s_service_header_bg {
  background-image: url(img/page/service/service-title_contents.jpg);
}
.service .s_service#s_service_interior .s_service_header_bg {
  background-image: url(img/page/service/service-title_interior.jpg);
}
@media only screen and (min-width:1100px) {
  .service .s_service .section-content .s_service_text {
    padding-top: 1.875rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width:1099px) {
  .service .s_service .section-content .s_service_text {
    padding-top: 1.875rem;
    padding-bottom: 5rem;
  }
}
.service .s_service .section-content .s_service_text {
  text-align: center;
  line-height: 2;
}
.service .s_service .section-content .s_service_text h3 {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #0d6ef3;
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 576px) {
  .service .s_service .section-content .s_service_text h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .service .s_service .section-content .s_service_text h3 {
    font-size: 6.5217391304vmin;
  }
}
.service .s_service#s_service_inhouse .s_service_text .logo_inhouse {
  padding-top: 0.5em;
  padding-bottom: 10px;
}
.service .s_service#s_service_inhouse .s_service_text .logo_inhouse figure {
  display: inline-block;
  width: 50%;
  max-width: 300px;
}
.service .s_service#s_service_inhouse .b_list_originalgame {
  padding-top: 20px;
  overflow: hidden;
}
@media only screen and (min-width:1100px) {
  .service .s_service#s_service_contents .s_service_text .text {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width:1099px) {
  .service .s_service#s_service_contents .s_service_text .text {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width:1100px) {
  .service .s_service#s_service_interior .s_service_text .text {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width:1099px) {
  .service .s_service#s_service_interior .s_service_text .text {
    padding-bottom: 40px;
  }
}

body.service .s_service .s_service_work {
  position: relative;
}
body.service .s_service .s_service_work::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
@media only screen and (min-width:1100px) {
  body.service .s_service .s_service_work::before {
    height: 6.25rem;
    top: -6.25rem;
  }
}
@media only screen and (max-width:1099px) {
  body.service .s_service .s_service_work::before {
    height: 3.125rem;
    top: -3.125rem;
  }
}
body.service .s_service .s_service_work::after {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
}
@media only screen and (min-width:1100px) {
  body.service .s_service .s_service_work::after {
    height: 6.25rem;
    bottom: -6.25rem;
  }
}
@media only screen and (max-width:1099px) {
  body.service .s_service .s_service_work::after {
    height: 3.125rem;
    bottom: -3.125rem;
  }
}
body.service .s_service .s_service_work .s_service_work_header h3 {
  text-align: center;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0.9em;
  letter-spacing: 0.09em;
  position: relative;
}
@media only screen and (min-width:1100px) {
  body.service .s_service .s_service_work .s_service_work_header h3 {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width:1099px) {
  body.service .s_service .s_service_work .s_service_work_header h3 {
    font-size: 1.625rem;
  }
}
body.service .s_service .s_service_work .s_service_work_header h3::after {
  content: "";
  width: 1em;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5em);
}
@media only screen and (max-width:1099px) {
  body.service .s_service .s_service_work .s_service_work_header {
    padding-top: 2em;
  }
}
@media only screen and (min-width:1100px) {
  body.service .s_service .s_service_work .s_service_work_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width:1099px) {
  body.service .s_service .s_service_work .s_service_work_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) {
  body.service .s_service .s_service_work .s_service_work_content .list_works {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  body.service .s_service .s_service_work .s_service_work_content .list_works > .box_child {
    flex: 1 0 0;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.service .s_service .s_service_work .s_service_work_content .list_works {
    padding-left: 120px;
    padding-right: 120px;
  }
  body.service .s_service .s_service_work .s_service_work_content .list_works > .box_child {
    padding: 0 16px;
    width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.service .s_service .s_service_work .s_service_work_content .list_works {
    padding-left: 40px;
    padding-right: 40px;
  }
  body.service .s_service .s_service_work .s_service_work_content .list_works > .box_child {
    padding: 0 16px;
    width: 50%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body.service .s_service .s_service_work .s_service_work_content .list_works > .box_child {
    padding: 0 16px;
    width: 50%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 575px) {
  body.service .s_service .s_service_work .s_service_work_content .list_works > .box_child {
    padding: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo > .box_child {
    flex: 1 0 0;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo > .box_child {
    flex: 1 0 0;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo > .box_child {
    flex: 1 0 0;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo {
    padding-left: 80px;
    padding-right: 80px;
  }
  body.service .s_service .s_service_work .s_service_work_content .list_photo > .box_child {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 575px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo {
    padding: 0;
  }
  body.service .s_service .s_service_work .s_service_work_content .list_photo > .box_child {
    width: 100%;
    margin-bottom: 24px;
  }
}
body.service .s_service .s_service_work .s_service_work_content .list_photo .entry_photo .box_pic figure {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
body.service .s_service .s_service_work .s_service_work_content .list_photo .entry_photo .box_text .photo_title {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo .entry_photo .box_text .photo_title {
    font-size: 1.1em;
    padding: 1em 0 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo .entry_photo .box_text .photo_title {
    font-size: 3.6290322581vmin;
    padding: 1em 0 0.8em;
  }
}
@media only screen and (max-width: 575px) {
  body.service .s_service .s_service_work .s_service_work_content .list_photo .entry_photo .box_text .photo_title {
    font-size: 4.7872340426vmin;
    padding: 0.7em 0 0.4em;
  }
}
body.service .s_service .s_service_work .s_service_work_content .list_photo .entry_photo .box_text .text {
  line-height: 1.6;
}
body.service .s_service#s_service_general .s_service_work {
  background: #c2dcfb;
}
body.service .s_service#s_service_general .s_service_work::before {
  background: linear-gradient(to right top, #c2dcfb 49.8%, transparent 50%);
}
body.service .s_service#s_service_general .s_service_work::after {
  background: linear-gradient(to left bottom, #c2dcfb 49.8%, transparent 50%);
}
body.service .s_service#s_service_general .s_service_work .s_service_work_header h3 {
  color: #fefefe;
}
body.service .s_service#s_service_general .s_service_work .s_service_work_header h3::after {
  background: #fefefe;
}
body.service .s_service#s_service_inhouse .s_service_work {
  background: #c2dcfb;
}
body.service .s_service#s_service_inhouse .s_service_work::before {
  background: linear-gradient(to left top, #c2dcfb 49.8%, transparent 50%);
}
body.service .s_service#s_service_inhouse .s_service_work::after {
  background: linear-gradient(to right bottom, #c2dcfb 49.8%, transparent 50%);
}
body.service .s_service#s_service_inhouse .s_service_work .s_service_work_header h3 {
  color: #fefefe;
}
body.service .s_service#s_service_inhouse .s_service_work .s_service_work_header h3::after {
  background: #fefefe;
}
body.service .s_service#s_service_contents .s_service_work {
  background: #c2dcfb;
}
body.service .s_service#s_service_contents .s_service_work::before {
  background: linear-gradient(to right top, #c2dcfb 49.8%, transparent 50%);
}
body.service .s_service#s_service_contents .s_service_work::after {
  background: linear-gradient(to left bottom, #c2dcfb 49.8%, transparent 50%);
}
body.service .s_service#s_service_contents .s_service_work .s_service_work_header h3 {
  color: #fefefe;
}
body.service .s_service#s_service_contents .s_service_work .s_service_work_header h3::after {
  background: #fefefe;
}
body.service .s_service#s_service_interior .s_service_work {
  background: #c2dcfb;
}
body.service .s_service#s_service_interior .s_service_work::before {
  background: linear-gradient(to left top, #c2dcfb 49.8%, transparent 50%);
}
body.service .s_service#s_service_interior .s_service_work::after {
  background: linear-gradient(to right bottom, #c2dcfb 49.8%, transparent 50%);
}
body.service .s_service#s_service_interior .s_service_work .s_service_work_header h3 {
  color: #fefefe;
}
body.service .s_service#s_service_interior .s_service_work .s_service_work_header h3::after {
  background: #fefefe;
}
body.service .s_service .s_service_text,
body.service .s_service .s_service_btn {
  position: relative;
  z-index: 2;
}
body.service .s_service .s_service_btn {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width:1100px) {
  body.service .s_service .s_service_btn {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width:1099px) {
  body.service .s_service .s_service_btn {
    padding-top: 2.5rem;
  }
}
body.service .s_service .s_service_btn a {
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  body.service .s_service .s_service_btn a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  body.service .s_service .s_service_btn a.js_hover {
    opacity: 0.6;
  }
}
body.service .s_service#s_service_contents .s_service_work {
  padding-top: 1px;
}
@media only screen and (min-width:1100px) {
  body.service .s_service#s_service_contents .s_service_work .s_service_work_content {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width:1099px) {
  body.service .s_service#s_service_contents .s_service_work .s_service_work_content {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
body.service .s_service#s_service_contents .s_service_work .s_service_work_content {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
body.service .s_service#s_service_interior .s_service_work {
  padding-top: 1px;
}
@media only screen and (min-width:1100px) {
  body.service .s_service#s_service_interior .s_service_work .s_service_work_content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width:1099px) {
  body.service .s_service#s_service_interior .s_service_work .s_service_work_content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
body.service .s_service#s_service_interior .s_service_work .s_service_work_content {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width:1100px) {
  .b_product-tab {
    padding-top: 4em;
  }
}
@media only screen and (max-width:1099px) {
  .b_product-tab {
    padding-top: 3em;
  }
}
@media only screen and (min-width:1100px) {
  .b_product-tab {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width:1099px) {
  .b_product-tab {
    padding-bottom: 3em;
  }
}
.b_product-tab ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.b_product-tab ul li {
  flex: 1 0 auto;
  text-align: right;
}
.b_product-tab ul li:last-child {
  text-align: left;
  padding-right: 0;
}
.b_product-tab .btn_tab_trigger,
.b_product-tab .js_tab_trigger {
  cursor: pointer;
  transition: 0.4s all;
  display: inline-block;
  text-align: center;
  background: #e5ebf2;
  color: #97a2ae;
  border-radius: 1000px;
  font-weight: 600;
  padding: 1em 0;
  width: 12em;
}
.b_product-tab .btn_tab_trigger.link,
.b_product-tab .js_tab_trigger.link {
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .b_product-tab .btn_tab_trigger.link:hover,
  .b_product-tab .js_tab_trigger.link:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .b_product-tab .btn_tab_trigger.link.js_hover,
  .b_product-tab .js_tab_trigger.link.js_hover {
    opacity: 0.6;
  }
}
.b_product-tab .btn_tab_trigger.active,
.b_product-tab .js_tab_trigger.active {
  background: #0d6ef3;
  color: #fefefe;
}
@media only screen and (min-width: 768px) {
  .b_product-tab .btn_tab_trigger,
  .b_product-tab .js_tab_trigger {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .b_product-tab .btn_tab_trigger,
  .b_product-tab .js_tab_trigger {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .b_product-tab .btn_tab_trigger,
  .b_product-tab .js_tab_trigger {
    font-size: 0.8125rem;
    font-size: 3.5vw;
  }
}

.b_product-list .js_tab_content.active {
  animation: opacity_tabContent 1s forwards;
}
.b_product-list .list_product {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .b_product-list .list_product {
    margin-right: -16px;
  }
  .b_product-list .list_product li.entry {
    width: 25%;
    padding-right: 16px;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b_product-list .list_product {
    margin-right: -16px;
  }
  .b_product-list .list_product li.entry {
    width: 33.3333333333%;
    padding-right: 16px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .b_product-list .list_product {
    margin-right: -16px;
  }
  .b_product-list .list_product li.entry {
    width: 50%;
    padding-right: 16px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .b_product-list .list_product li.entry {
    width: 100%;
    padding-bottom: 24px;
  }
}
.b_product-list .b_pager {
  padding: 30px 0 30px;
}

#s_recruit-requirement .section-header {
  text-align: center;
}
#s_recruit-requirement .section-header .lang_en {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-bottom: 2px solid #121111;
  padding-bottom: 0.25em;
  margin-bottom: 0.4em;
}
#s_recruit-requirement .section-header .lang_jp {
  display: block;
}
@media only screen and (min-width:1100px) {
  #s_recruit-requirement .section-header {
    font-size: 2.5rem;
  }
  #s_recruit-requirement .section-header .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-requirement .section-header {
    font-size: 1.875rem;
  }
  #s_recruit-requirement .section-header .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (min-width:1100px) {
  #s_recruit-requirement .section-header {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-requirement .section-header {
    padding: 0 0 30px;
  }
}
#s_recruit-requirement .section-header .text {
  font-size: 0.875rem;
  padding-top: 1.2em;
  font-weight: 600;
}
#s_recruit-requirement .b_btn {
  padding-top: 2em;
  display: flex;
  justify-content: center;
}
#s_recruit-requirement .table_requirement {
  font-size: 1.1em;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #s_recruit-requirement .table_requirement th {
    font-size: 1.2em;
    width: 14em;
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-requirement .table_requirement th {
    font-size: 1.3em;
  }
}
#s_recruit-requirement .table_requirement td .alert {
  color: #ed5656;
}
#s_recruit-requirement .table_requirement td section.job_type {
  padding-bottom: 1em;
}
#s_recruit-requirement .table_requirement td section.job_type h4 {
  font-size: 1.1em;
  font-weight: 600;
  padding-bottom: 0.3em;
}
#s_recruit-requirement .table_requirement .list_job-category li {
  margin-bottom: 1.5em;
}
#s_recruit-requirement .table_requirement .list_job-category li .job_name {
  font-weight: 600;
  margin-right: 1em;
}
#s_recruit-requirement .job-cards-container {
  display: flex;
  flex-direction: column; /* 縦方向に並べる */
  gap: 20px; /* 各カード間の余白 */
  margin-top: 10px;
  /* 電話番号フィールドのプレースホルダー色を薄くする */
  /* 生年月日全体のラッパーをフレックスレイアウトにする */
  /* 生年月日セレクトボックスのスタイル */
  /* 各ラベル（年、月、日）のスタイルを調整 */
  /** スマフォ用 **/
  /** スマフォ用 **/
}
#s_recruit-requirement .job-cards-container .item_input .__td input {
  font-size: 16px; /* フォントサイズ */
  padding: 12px 8px; /* 内側の余白を調整 */
  border: 1px solid #ccc; /* 枠線の色と幅 */
  border-radius: 4px; /* 角の丸み */
  width: 100%; /* 幅の調整 */
  box-sizing: border-box; /* 余白の算出方法 */
  height: 45px; /* 高さの指定 */
  background-color: #f7f7f7; /* 背景色 */
}
#s_recruit-requirement .job-cards-container .item_contact_tel .__td input::placeholder {
  color: #a9a9a9; /* 薄いグレー */
}
#s_recruit-requirement .job-cards-container .birthday-wrapper {
  display: flex;
  align-items: center;
  gap: 4px; /* 各要素間のスペース */
  flex-wrap: nowrap; /* 改行を防止 */
}
#s_recruit-requirement .job-cards-container .birthday-wrapper select {
  font-size: 16px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f7f7f7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 80px; /* 各セレクトボックスの幅を調整 */
}
#s_recruit-requirement .job-cards-container .birthday-wrapper span {
  font-size: 16px;
  padding: 0 4px; /* ラベルとセレクトボックスの間にスペースを追加 */
}
#s_recruit-requirement .job-cards-container .job-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 60%; /* 幅を指定 */
  margin: 0 auto; /* 中央揃え */
}
@media (min-width: 576px) and (max-width: 1099.98px) {
  #s_recruit-requirement .job-cards-container .job-card {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  #s_recruit-requirement .job-cards-container .job-card {
    width: 100%;
  }
}
#s_recruit-requirement .job-cards-container .job-card:focus {
  outline: none; /* フォーカス時に変化を無効化 */
}
#s_recruit-requirement .job-cards-container .job-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
#s_recruit-requirement .job-cards-container .job-description {
  text-align: left; /* 左寄せに設定 */
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
}
#s_recruit-requirement .job-cards-container .job-description li:not(:last-child) {
  margin-bottom: 8px; /* 各項目の下にスペースを追加 */
}
#s_recruit-requirement .job-cards-container .list_logo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
#s_recruit-requirement .job-cards-container .list_logo li {
  width: calc(50% - 10px); /* 2列：100% ÷ 2 - gap調整 */
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #s_recruit-requirement .job-cards-container #s_relatedworks .list_logo {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* ← 明示的な2列 */
    gap: 16px 8px !important; /* 行間, 列間 */
    padding: 0 8px !important; /* 左右に余白 */
  }
  #s_recruit-requirement .job-cards-container #s_relatedworks .list_logo li {
    box-sizing: border-box;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important; /* ← gridなのでこれでOK */
  }
  #s_recruit-requirement .job-cards-container #s_relatedworks .list_logo li figure {
    max-width: 140px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #s_recruit-requirement .job-cards-container #s_relatedworks .list_logo li img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  #s_recruit-requirement .job-cards-container #s_relatedworks .list_logo {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 30px 0 !important;
    justify-content: center; /* ← 中央寄せ */
    padding: 0 20px; /* ← 左右に少し余白 */
    max-width: 1200px; /* ← 中央寄せ用の最大幅 */
    margin: 0 auto; /* ← 中央に配置 */
  }
  #s_recruit-requirement .job-cards-container #s_relatedworks .list_logo li {
    list-style: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
  }
  #s_recruit-requirement .job-cards-container #s_relatedworks .list_logo li figure {
    max-width: 140px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #s_recruit-requirement .job-cards-container #s_relatedworks .list_logo li img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }
}
#s_recruit-requirement .job-cards-container .list_logo li.logo-small figure img {
  max-width: 100px; /* 任意のサイズに調整 */
  height: auto;
}

#s_recruit-interview {
  position: relative;
  background: url(img/page/recruit/bg_pic_01.png) no-repeat center center #c2dcfb;
  background-size: cover;
}
@media only screen and (min-width:1100px) {
  #s_recruit-interview {
    padding: 40px 0 20px;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-interview {
    padding: 60px 0 20px;
  }
}
#s_recruit-interview::before {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(to left top, #c2dcfb 49.5%, transparent 50%);
  left: 0;
}
@media only screen and (min-width:1100px) {
  #s_recruit-interview::before {
    height: 5rem;
    top: -5rem;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-interview::before {
    height: 1.875rem;
    top: -1.875rem;
  }
}
#s_recruit-interview::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-right: 49vw solid transparent;
  border-left: 49vw solid transparent;
}
@media only screen and (min-width:1100px) {
  #s_recruit-interview::after {
    height: 5rem;
    border-top: 5rem solid #c2dcfb;
    bottom: -5rem;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-interview::after {
    height: 1.875rem;
    border-top: 1.875rem solid #c2dcfb;
    bottom: -1.875rem;
  }
}
@media only screen and (min-width:1100px) {
  #s_recruit-interview {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-interview {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width:1100px) {
  #s_recruit-interview .section-header {
    padding-bottom: 40px;
  }
}
#s_recruit-interview .interview_topic {
  text-align: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #0d6ef3;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 20px #fff;
}
#s_recruit-interview .interview_topic .in {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #s_recruit-interview .interview_topic {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-interview .interview_topic {
    padding: 0em 5vmin 3em;
  }
}
@media only screen and (min-width: 768px) {
  #s_recruit-interview .interview_topic {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-interview .interview_topic {
    font-size: 3.488372093vmin;
  }
}
@media only screen and (max-width: 575px) {
  #s_recruit-interview .interview_topic {
    font-size: 4.5454545455vmin;
  }
}
#s_recruit-interview .interview_topic .in {
  position: relative;
  padding: 1em;
}
#s_recruit-interview .interview_topic .in .kakko_01, #s_recruit-interview .interview_topic .in .kakko_02 {
  position: absolute;
  width: 1.4em;
  height: auto;
}
#s_recruit-interview .interview_topic .in .kakko_01 svg polygon, #s_recruit-interview .interview_topic .in .kakko_02 svg polygon {
  fill: #0d6ef3;
}
#s_recruit-interview .interview_topic .in .kakko_01 {
  top: 0;
  left: 0;
}
#s_recruit-interview .interview_topic .in .kakko_02 {
  bottom: 0;
  right: 0;
}
#s_recruit-interview ul.list_interview li.slick-slide {
  padding-bottom: 40px;
}
#s_recruit-interview ul.list_interview li.slick-slide {
  opacity: 0.8;
  transition: all 0.5s;
  transform: scale(0.9);
  transform-origin: center;
}
#s_recruit-interview ul.list_interview li.slick-slide.slick-current {
  opacity: 1;
  transform: scale(1);
}
#s_recruit-interview ul.slick-dots {
  margin-top: 40px;
}
#s_recruit-interview .slick-next,
#s_recruit-interview .slick-prev {
  z-index: 1000;
}
#s_recruit-interview .slick-next:before,
#s_recruit-interview .slick-prev:before {
  display: block;
  background: #0d6ef3;
  transition: 0.3s all;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 4px;
}
@media only screen and (max-width:1099px) {
  #s_recruit-interview .slick-next:before,
  #s_recruit-interview .slick-prev:before {
    opacity: 0.8;
  }
}
#s_recruit-interview .slick-next:before {
  content: ">";
}
#s_recruit-interview .slick-prev:before {
  content: "<";
}
@media only screen and (min-width:1100px) {
  #s_recruit-interview .slick-next,
  #s_recruit-interview .slick-prev {
    width: 80px;
    height: 80px;
  }
  #s_recruit-interview .slick-next:before,
  #s_recruit-interview .slick-prev:before {
    font-size: 60px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 8px;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-interview .slick-next,
  #s_recruit-interview .slick-prev {
    width: 35px;
    height: 35px;
  }
  #s_recruit-interview .slick-next:before,
  #s_recruit-interview .slick-prev:before {
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
  }
}
@media only screen and (min-width:1100px) {
  #s_recruit-interview .slick-prev {
    left: 10px;
  }
  #s_recruit-interview .slick-next {
    right: 10px;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-interview .slick-prev {
    left: 2px;
  }
  #s_recruit-interview .slick-next {
    right: 2px;
  }
}
#s_recruit-interview section.entry_interview {
  background: #fefefe;
  box-shadow: 0px 10px 30px rgba(74, 124, 181, 0.3);
  border-radius: 5%;
  overflow: hidden;
}
@media only screen and (min-width:1100px) {
  #s_recruit-interview section.entry_interview {
    border-radius: 6px;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-interview section.entry_interview {
    border-radius: 8px;
  }
}
#s_recruit-interview section.entry_interview .interview_pic {
  position: relative;
}
#s_recruit-interview section.entry_interview .interview_pic .interview_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(18, 17, 17, 0.5);
  color: #fefefe;
}
#s_recruit-interview section.entry_interview .interview_info {
  padding: 0.7em 1.2em;
  line-height: 1.5;
}
#s_recruit-interview section.entry_interview .name {
  font-weight: 600;
}
#s_recruit-interview section.entry_interview .name .lang_jp {
  font-size: 1.3em;
}
#s_recruit-interview section.entry_interview .name .lang_en {
  font-size: 0.9em;
  font-family: "Montserrat", sans-serif;
  margin-left: 1em;
  letter-spacing: 0.04em;
}
#s_recruit-interview section.entry_interview .part {
  padding-top: 0.3em;
  font-size: 0.75em;
}
#s_recruit-interview section.entry_interview .interview_text {
  padding: 1em 1.2em 1.5em;
}
#s_recruit-interview section.entry_interview .interview_heading {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #121111;
  color: #121111;
}
#s_recruit-interview section.entry_interview .text {
  line-height: 1.8;
}

body.recruit_02 .b_intro .intro_heading {
  background-image: url(img/page/recruit/recruit_script_01.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 576px) {
  body.recruit_02 .b_intro .intro_heading {
    background-size: 70% auto;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  body.recruit_02 .b_intro .intro_heading {
    background-size: 70% auto;
    padding-bottom: 5%;
  }
}
@media (max-width: 575.98px) {
  body.recruit_02 .b_intro .intro_text {
    font-size: 3.3vw;
  }
}

#s_recruit-feature {
  position: relative;
}
#s_recruit-feature::after {
  content: "Features of DH Inc.";
  position: absolute;
  left: 0.3em;
  top: 30%;
  transform: rotate(90deg);
  transform-origin: left;
  color: #c2dcfb;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.75rem;
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature::after {
    display: none;
  }
}
#s_recruit-feature .section-content {
  position: relative;
  z-index: 10;
}
#s_recruit-feature .section-header {
  text-align: center;
  color: #fefefe;
  position: relative;
  background-image: url(img/pagetitle/bg_pagetitle_entry.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-image: url(img/page/recruit/bg_title_feature.jpg);
}
#s_recruit-feature .section-header .lang_en {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-bottom: 2px solid #121111;
  padding-bottom: 0.25em;
  margin-bottom: 0.4em;
}
#s_recruit-feature .section-header .lang_jp {
  display: block;
}
@media only screen and (min-width:1100px) {
  #s_recruit-feature .section-header {
    font-size: 2.5rem;
  }
  #s_recruit-feature .section-header .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-feature .section-header {
    font-size: 1.875rem;
  }
  #s_recruit-feature .section-header .lang_jp {
    font-size: 0.5em;
  }
}
@media only screen and (min-width:1100px) {
  #s_recruit-feature .section-header {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-feature .section-header {
    padding: 0 0 30px;
  }
}
#s_recruit-feature .section-header .text {
  font-size: 0.875rem;
  padding-top: 1.2em;
  font-weight: 600;
}
#s_recruit-feature .section-header .lang_en {
  border-bottom: 2px solid #fefefe;
}
#s_recruit-feature .section-header:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  transition: all ease 0.4s;
}
#s_recruit-feature .section-header .header_content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:1100px) {
  #s_recruit-feature .section-header {
    padding: 3.125rem 0;
  }
}
@media only screen and (max-width:1099px) {
  #s_recruit-feature .section-header {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 768px) {
  #s_recruit-feature .section-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature .section-content {
    padding-top: 7vmin;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #s_recruit-feature section.recruit-feature {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature section.recruit-feature {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #s_recruit-feature section.recruit-feature .box_container {
    display: flex;
  }
  #s_recruit-feature section.recruit-feature .box_container .box_pic {
    max-width: 450px;
    width: 45%;
  }
  #s_recruit-feature section.recruit-feature .box_container .box_text {
    flex: 1 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature section.recruit-feature .box_container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 575px) {
  #s_recruit-feature section.recruit-feature .box_container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  #s_recruit-feature section.recruit-feature:nth-of-type(1) .box_text, #s_recruit-feature section.recruit-feature:nth-of-type(3) .box_text {
    padding-left: 4rem;
  }
  #s_recruit-feature section.recruit-feature:nth-of-type(1) .box_pic figure, #s_recruit-feature section.recruit-feature:nth-of-type(3) .box_pic figure {
    border-radius: 0 0 30px 0;
    overflow: hidden;
  }
  #s_recruit-feature section.recruit-feature:nth-of-type(2) .box_container, #s_recruit-feature section.recruit-feature:nth-of-type(4) .box_container {
    flex-direction: row-reverse;
  }
  #s_recruit-feature section.recruit-feature:nth-of-type(2) .box_text, #s_recruit-feature section.recruit-feature:nth-of-type(4) .box_text {
    padding-right: 4rem;
  }
  #s_recruit-feature section.recruit-feature:nth-of-type(2) .box_pic figure, #s_recruit-feature section.recruit-feature:nth-of-type(4) .box_pic figure {
    border-radius: 0 0 0 30px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  #s_recruit-feature section.recruit-feature .box_pic figure {
    box-shadow: 0px 10px 30px rgba(74, 124, 181, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature section.recruit-feature .box_pic {
    padding-bottom: 1em;
  }
  #s_recruit-feature section.recruit-feature .box_pic figure {
    border-radius: 0 0 20px 0;
    overflow: hidden;
  }
}
#s_recruit-feature section.recruit-feature .box_pic {
  position: relative;
}
#s_recruit-feature section.recruit-feature .numbering {
  position: absolute;
  background: #0d6ef3;
  background: linear-gradient(-45deg, transparent 49.5%, #0d6ef3 50%);
  width: 20px;
  height: 20px;
}
#s_recruit-feature section.recruit-feature .numbering span {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  font-family: "Oswald", sans-serif;
  color: #fefefe;
}
@media only screen and (min-width: 768px) {
  #s_recruit-feature section.recruit-feature .numbering {
    width: 80px;
    height: 80px;
  }
  #s_recruit-feature section.recruit-feature .numbering span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 25.2px;
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature section.recruit-feature .numbering {
    width: 13vmin;
    height: 13vmin;
  }
  #s_recruit-feature section.recruit-feature .numbering span {
    width: 7.15vmin;
    height: 7.15vmin;
    line-height: 7.15vmin;
    font-size: 4.095vmin;
  }
}
#s_recruit-feature section.recruit-feature .feature_number {
  margin: 0.8em 0;
  color: #0d6ef3;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
}
#s_recruit-feature section.recruit-feature .feature_number .whole {
  background: linear-gradient(135deg, #5cc7f2, 40%, #1b66e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#s_recruit-feature section.recruit-feature .feature_number .num {
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
}
#s_recruit-feature section.recruit-feature .feature_number::before {
  content: "［";
}
#s_recruit-feature section.recruit-feature .feature_number::after {
  content: "］";
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature section.recruit-feature .feature_number {
    text-align: center;
  }
}
#s_recruit-feature section.recruit-feature .feature_heading {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
  color: #2a2a2a;
}
#s_recruit-feature section.recruit-feature .feature_heading span {
  background: linear-gradient(transparent 65%, #c2dcfb 0%);
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature section.recruit-feature .feature_heading {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #s_recruit-feature section.recruit-feature .feature_heading {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #s_recruit-feature section.recruit-feature .feature_heading {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #s_recruit-feature section.recruit-feature .feature_heading {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  #s_recruit-feature section.recruit-feature .feature_heading {
    font-size: 4.128440367vmin;
  }
}
@media only screen and (max-width: 575px) {
  #s_recruit-feature section.recruit-feature .feature_heading {
    font-size: 6.0810810811vmin;
  }
}
#s_recruit-feature section.recruit-feature .feature_text {
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #s_recruit-feature section.recruit-feature .feature_text {
    font-size: 1.1em;
  }
}

.entry_gamelist_wrapper {
  display: flex;
  flex-direction: column;
  background: #fefefe;
  height: 100%;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  border-radius: 6px;
  overflow: hidden;
}
.entry_gamelist_wrapper dl.product_info,
.entry_gamelist_wrapper .product_info_plain {
  flex: 1 0 auto;
}
.entry_gamelist_wrapper figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.entry_gamelist_wrapper figure img {
  position: absolute;
  object-fit: contain;
  top: 0;
  width: 100%;
  height: 100%;
}
.entry_gamelist_wrapper .box_pic {
  position: relative;
  overflow: hidden;
}
.entry_gamelist_wrapper .box_pic figure {
  z-index: 10;
}
.entry_gamelist_wrapper .box_pic .box_pic_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  filter: blur(40px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 300%;
  background-image: url();
}
.entry_gamelist_wrapper .product_header {
  padding: 1.2em 1em 0;
}
.entry_gamelist_wrapper .product_date {
  padding: 0 1em 1em;
}
.entry_gamelist_wrapper dl {
  padding: 0 1em;
}
.entry_gamelist_wrapper .product_link {
  padding: 0.8em 1em 1.2em;
}
.entry_gamelist_wrapper .product_info_plain {
  padding: 0 1em;
}
.entry_gamelist_wrapper .product_detail_wrapper {
  padding-top: 0.5em;
}
.entry_gamelist_wrapper .product_title {
  font-weight: 600;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #444;
  word-break: break-all;
}
@media only screen and (min-width: 576px) {
  .entry_gamelist_wrapper .product_title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .entry_gamelist_wrapper .product_title {
    font-size: 5.3571428571vmin;
  }
}
.entry_gamelist_wrapper .product_format {
  font-weight: 600;
  font-size: 0.9em;
  color: #32c666;
  line-height: 1.3;
  padding: 0.4em 0;
}
.entry_gamelist_wrapper .product_status {
  display: inline-block;
  background: #ccc;
  color: #fefefe;
  border-radius: 1000px;
  font-weight: 600;
  font-size: 0.8em;
  padding: 0.2em 0.8em;
  margin-left: 4px;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.entry_gamelist_wrapper .product_date {
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1.5;
  color: #666;
}
.entry_gamelist_wrapper dl {
  font-weight: 600;
  font-size: 0.8em;
  line-height: 1.7;
}
.entry_gamelist_wrapper dt {
  display: block;
  background: #dadada;
  color: #fefefe;
  background: #f1f1f1;
  color: #aaa;
  border-radius: 2px;
  padding: 0.3em 0.8em;
}
.entry_gamelist_wrapper dd {
  padding: 0.5em 0 1em;
}
.entry_gamelist_wrapper .product_info_plain span {
  font-size: 0.7em;
  color: #aaa;
  line-height: 1.5;
}
.entry_gamelist_wrapper .product_link p {
  font-size: 0.7em;
  font-weight: 600;
  line-height: 2.4;
  text-align: center;
}
.entry_gamelist_wrapper .product_link a {
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  font-size: 0.9em;
  word-break: break-all;
  font-weight: 600;
  text-align: center;
  background: #32c666;
  color: #fff;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  background: #e5ebf2;
  color: #97a2ae;
  padding: 0.6em 1em;
}
@media only screen and (min-width: 768px) {
  .entry_gamelist_wrapper .product_link a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .entry_gamelist_wrapper .product_link a.js_hover {
    opacity: 0.6;
  }
}
.entry_gamelist_wrapper .product_link a:before {
  content: "\f35d";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}
.entry_gamelist_wrapper .js_acmenu_wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.entry_gamelist_wrapper .js_acmenu_trigger {
  text-align: center;
  display: block;
  margin: 0.8em auto;
  padding: 0.3em 0;
  width: 9em;
  border: 3px solid #aaa;
  border-radius: 1000px;
}
.entry_gamelist_wrapper .js_acmenu_trigger::before {
  content: "詳細をみる";
  font-size: 0.8em;
  font-weight: 600;
  color: #aaa;
}
.entry_gamelist_wrapper .js_acmenu_trigger::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.8em;
  color: #aaa;
}
.entry_gamelist_wrapper .js_acmenu_trigger.js_open {
  margin: 0em auto 0.8em;
}
.entry_gamelist_wrapper .js_acmenu_trigger.js_open::before {
  content: "詳細を閉じる";
}
.entry_gamelist_wrapper .js_acmenu_trigger.js_open::after {
  content: "\f068";
}
@media only screen and (min-width:1100px) {
  .entry_gamelist_wrapper .js_acmenu_trigger {
    display: none;
  }
  .entry_gamelist_wrapper .js_acmenu_content {
    display: block;
  }
}
.entry_gamelist_wrapper.entry_gamelist_inhouse_01 .product_format, .entry_gamelist_wrapper.entry_gamelist_inhouse_02 .product_format {
  display: inline-block;
}
.entry_gamelist_wrapper.entry_gamelist_inhouse_01 .product_info, .entry_gamelist_wrapper.entry_gamelist_inhouse_02 .product_info {
  padding-top: 0.5em;
  color: #666;
}
.entry_gamelist_wrapper.entry_gamelist_inhouse_01 .product_link a, .entry_gamelist_wrapper.entry_gamelist_inhouse_02 .product_link a {
  background: #5cc7f2;
  font-size: 0.875rem;
  background: #e5ebf2;
  color: #97a2ae;
}
.entry_gamelist_wrapper.entry_gamelist_inhouse_01 .product_link a:before, .entry_gamelist_wrapper.entry_gamelist_inhouse_02 .product_link a:before {
  content: none;
}
.entry_gamelist_wrapper.entry_gamelist_general_02 .product_header, .entry_gamelist_wrapper.entry_gamelist_inhouse_02 .product_header {
  padding: 1.2em 1em 0;
}
.entry_gamelist_wrapper.entry_gamelist_general_02 .product_info dt, .entry_gamelist_wrapper.entry_gamelist_inhouse_02 .product_info dt {
  display: none;
}
.entry_gamelist_wrapper.entry_gamelist_general_02 .product_link a, .entry_gamelist_wrapper.entry_gamelist_inhouse_02 .product_link a {
  background: #e5ebf2;
  color: #97a2ae;
  padding: 0.4em 1em;
}

body.game_detail .page_title_m,
body.page-template-pagetemplate_originalgame .page_title_m {
  background-image: url(img/pagetitle/bg_pagetitle_game.jpg);
}
body.game_detail .game_pic,
body.page-template-pagetemplate_originalgame .game_pic {
  text-align: center;
  background-color: #0d6ef3;
  overflow: hidden;
  position: relative;
}
body.game_detail .game_pic .game_pic_bg,
body.page-template-pagetemplate_originalgame .game_pic .game_pic_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position: absolute;
  transform: scale(1.4);
  -ms-filter: blur(7px);
  filter: blur(7px);
}
body.game_detail .game_pic .game_pic_bg:after,
body.page-template-pagetemplate_originalgame .game_pic .game_pic_bg:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  transition: all ease 0.4s;
}
body.game_detail .game_pic figure,
body.page-template-pagetemplate_originalgame .game_pic figure {
  position: relative;
  z-index: 10;
  display: inline-block;
  max-width: 1100px;
  width: 100%;
  opacity: 0;
  animation: anim_opacity 0.7s linear 1s forwards;
}
body.game_detail h1.game_title,
body.page-template-pagetemplate_originalgame h1.game_title {
  opacity: 0;
  animation: anim_opacity 0.7s linear 1s forwards;
  padding: 3rem 0 0.9375rem;
  font-weight: 600;
  border-bottom: 4px solid #121111;
}
@media only screen and (min-width: 768px) {
  body.game_detail h1.game_title,
  body.page-template-pagetemplate_originalgame h1.game_title {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail h1.game_title,
  body.page-template-pagetemplate_originalgame h1.game_title {
    margin-left: 5vmin;
  }
}
@media only screen and (min-width: 768px) {
  body.game_detail h1.game_title,
  body.page-template-pagetemplate_originalgame h1.game_title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail h1.game_title,
  body.page-template-pagetemplate_originalgame h1.game_title {
    font-size: 6.5vmin;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .game_cate_wrapper,
  body.page-template-pagetemplate_originalgame .game_cate_wrapper {
    display: block;
    padding-top: 0.5rem;
  }
}
body.game_detail .game_cate,
body.page-template-pagetemplate_originalgame .game_cate {
  vertical-align: middle;
  display: inline-block;
  background: #ccc;
  padding: 0.4em 1em;
  border-radius: 3px;
  color: #fefefe;
}
@media only screen and (min-width: 768px) {
  body.game_detail .game_cate,
  body.page-template-pagetemplate_originalgame .game_cate {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .game_cate,
  body.page-template-pagetemplate_originalgame .game_cate {
    font-size: 0.6875rem;
  }
}
body.game_detail .game_cate.game_cate_android,
body.page-template-pagetemplate_originalgame .game_cate.game_cate_android {
  background: #8cc640;
}
body.game_detail .game_cate.game_cate_iphone,
body.page-template-pagetemplate_originalgame .game_cate.game_cate_iphone {
  background: #00a6c9;
}
body.game_detail .game_text,
body.page-template-pagetemplate_originalgame .game_text {
  opacity: 0;
  animation: anim_opacity 0.7s linear 1s forwards;
  padding: 1.5em;
  padding-bottom: 3em;
  line-height: 1.8;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  body.game_detail .game_text,
  body.page-template-pagetemplate_originalgame .game_text {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .game_text,
  body.page-template-pagetemplate_originalgame .game_text {
    padding-left: 5vmin;
  }
}
body.game_detail .s_game_info_title .lang_en, body.game_detail .s_game_info_title .lang_jp,
body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en,
body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_info_title .lang_en, body.game_detail .s_game_info_title .lang_jp,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
    height: 4.375rem;
    line-height: 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_info_title .lang_en, body.game_detail .s_game_info_title .lang_jp,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
body.game_detail .s_game_info_title .lang_jp,
body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
  background: #c2dcfb;
}
body.game_detail .s_game_info_title .lang_en,
body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en {
  color: #c2dcfb;
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_info_title .lang_jp,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
    width: 11em;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_info_title .lang_jp,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
    width: 10em;
  }
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_info_title .lang_jp,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_info_title .lang_jp,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
    padding-left: 5vmin;
  }
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_info_title .lang_en,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en {
    padding-left: 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_info_title .lang_en,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en {
    padding-left: 1.5625rem;
  }
}
body.game_detail .s_game_info_title .lang_jp,
body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_info_title .lang_jp,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_info_title .lang_jp,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_jp {
    font-size: 1.25rem;
  }
}
body.game_detail .s_game_info_title .lang_en,
body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_info_title .lang_en,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_info_title .lang_en,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en {
    font-size: 1.375rem;
  }
}
body.game_detail .s_game_info_title .lang_en,
body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en {
  position: relative;
}
body.game_detail .s_game_info_title .lang_en:before,
body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent 49.5%, #c2dcfb 50%);
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_info_title .lang_en:before,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en:before {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_info_title .lang_en:before,
  body.page-template-pagetemplate_originalgame .s_game_info_title .lang_en:before {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 768px) {
  body.game_detail .game_info_content,
  body.game_detail .game_download,
  body.page-template-pagetemplate_originalgame .game_info_content,
  body.page-template-pagetemplate_originalgame .game_download {
    padding-top: 2em;
    padding-bottom: 4em;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .game_info_content,
  body.game_detail .game_download,
  body.page-template-pagetemplate_originalgame .game_info_content,
  body.page-template-pagetemplate_originalgame .game_download {
    padding-top: 2em;
    padding-bottom: 4em;
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}
body.game_detail .game_news_entry .game_news_date,
body.page-template-pagetemplate_originalgame .game_news_entry .game_news_date {
  display: inline-block;
  font-weight: 600;
  color: 444;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) {
  body.game_detail .game_news_entry .game_news_date,
  body.page-template-pagetemplate_originalgame .game_news_entry .game_news_date {
    width: 6em;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .game_news_entry .game_news_date,
  body.page-template-pagetemplate_originalgame .game_news_entry .game_news_date {
    width: 6em;
  }
}
body.game_detail .s_game_spec table.table_spec,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
body.game_detail .s_game_spec table.table_spec tr,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec tr {
  border-bottom: 1px solid #ccc;
}
body.game_detail .s_game_spec table.table_spec th, body.game_detail .s_game_spec table.table_spec td,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec th,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec td {
  border-right: 1px solid #ccc;
}
body.game_detail .s_game_spec table.table_spec,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec {
  width: 100%;
}
body.game_detail .s_game_spec table.table_spec th, body.game_detail .s_game_spec table.table_spec td,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec th,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body.game_detail .s_game_spec table.table_spec tbody th span,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec tbody th span {
  display: inline-block;
  width: 4em;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_spec table.table_spec tbody th,
  body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec tbody th {
    width: 16%;
  }
  body.game_detail .s_game_spec table.table_spec tbody td,
  body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec tbody td {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_spec table.table_spec tbody th,
  body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec tbody th {
    width: 5vmin;
  }
  body.game_detail .s_game_spec table.table_spec tbody td,
  body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec tbody td {
    width: 30vmin;
  }
}
body.game_detail .s_game_spec table.table_spec,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec {
  line-height: 2;
  color: #555;
}
@media only screen and (min-width: 768px) {
  body.game_detail .s_game_spec table.table_spec,
  body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .s_game_spec table.table_spec,
  body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec {
    font-size: 0.9em;
  }
}
body.game_detail .s_game_spec table.table_spec th,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec th {
  background: #f1f1f1;
  font-weight: 600;
}
body.game_detail .s_game_spec table.table_spec th, body.game_detail .s_game_spec table.table_spec td,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec th,
body.page-template-pagetemplate_originalgame .s_game_spec table.table_spec td {
  text-align: center;
}
body.game_detail .s_game_detail,
body.page-template-pagetemplate_originalgame .s_game_detail {
  font-size: 1.1em;
}
body.game_detail .s_game_detail img,
body.page-template-pagetemplate_originalgame .s_game_detail img {
  width: auto;
  height: auto;
}
body.game_detail .s_game_detail strong,
body.page-template-pagetemplate_originalgame .s_game_detail strong {
  font-weight: 600;
}
body.game_detail .game_download .game_download_inner,
body.page-template-pagetemplate_originalgame .game_download .game_download_inner {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 1.5em;
  text-align: center;
}
body.game_detail .game_download .game_download_child,
body.page-template-pagetemplate_originalgame .game_download .game_download_child {
  display: inline-block;
  text-align: center;
  padding-left: 1em;
}
body.game_detail .game_download .game_download_child a,
body.page-template-pagetemplate_originalgame .game_download .game_download_child a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  body.game_detail .game_download .game_download_child a:hover,
  body.page-template-pagetemplate_originalgame .game_download .game_download_child a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  body.game_detail .game_download .game_download_child a.js_hover,
  body.page-template-pagetemplate_originalgame .game_download .game_download_child a.js_hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 576px) {
  body.game_detail .game_download .game_download_child a,
  body.page-template-pagetemplate_originalgame .game_download .game_download_child a {
    max-width: 210px;
  }
}
@media only screen and (max-width: 575px) {
  body.game_detail .game_download .game_download_child a,
  body.page-template-pagetemplate_originalgame .game_download .game_download_child a {
    width: 34vmin;
    max-width: 200px;
  }
}

body.post-list .list_post,
body.category.archive .list_post {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:1100px) {
  body.post-list .list_post li,
  body.category.archive .list_post li {
    width: 25%;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width:1099px) {
  body.post-list .list_post li,
  body.category.archive .list_post li {
    width: 50%;
    padding-bottom: 24px;
  }
  body.post-list .list_post li:nth-child(odd),
  body.category.archive .list_post li:nth-child(odd) {
    padding-right: 12px;
  }
  body.post-list .list_post li:nth-child(even),
  body.category.archive .list_post li:nth-child(even) {
    padding-left: 12px;
  }
}
body.post-list .entry_post-list_wrapper,
body.category.archive .entry_post-list_wrapper {
  display: block;
  background: #fefefe;
  height: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
  transition: all 0.4s;
  border-radius: 4px;
  overflow: hidden;
}
body.post-list .entry_post-list_wrapper:hover, body.post-list .entry_post-list_wrapper .js_hover,
body.category.archive .entry_post-list_wrapper:hover,
body.category.archive .entry_post-list_wrapper .js_hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
}
body.post-list .entry_post-list_wrapper .post_pic,
body.category.archive .entry_post-list_wrapper .post_pic {
  overflow: hidden;
}
body.post-list .entry_post-list_wrapper .post_pic .post_img,
body.category.archive .entry_post-list_wrapper .post_pic .post_img {
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  transition: all 0.4s;
}
body.post-list .entry_post-list_wrapper .post_text,
body.category.archive .entry_post-list_wrapper .post_text {
  padding: 1em;
  padding-bottom: 1.5em;
}
body.post-list .entry_post-list_wrapper .post_text .post_date,
body.category.archive .entry_post-list_wrapper .post_text .post_date {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  line-height: 1.5;
  padding-bottom: 0.5em;
  color: #aaa;
}
body.post-list .entry_post-list_wrapper .post_text .post_title,
body.category.archive .entry_post-list_wrapper .post_text .post_title {
  line-height: 1.5;
  font-weight: 600;
}

.s_blog-single .post_header {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #121111;
  position: relative;
}
.s_blog-single .post_header:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #0d6ef3;
  height: 5px;
  width: 0%;
  animation: bar-width 1s cubic-bezier(1, 0, 0, 1) forwards 1s;
}
@keyframes bar-width {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
.s_blog-single .post_date {
  font-family: "Roboto", sans-serif;
  color: #aaa;
  line-height: 1.5;
  padding-bottom: 0.5em;
  letter-spacing: 0.03em;
}
@media only screen and (min-width:1100px) {
  .s_blog-single .post_date {
    font-size: 1.2em;
  }
}
@media only screen and (max-width:1099px) {
  .s_blog-single .post_date {
    font-size: 0.9em;
  }
}
.s_blog-single .post_title {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 800;
  line-height: 1.5;
}
@media only screen and (min-width:1100px) {
  .s_blog-single .post_title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width:1099px) {
  .s_blog-single .post_title {
    font-size: 5vmin;
  }
}
.s_blog-single .post_body {
  line-height: 2;
  font-size: 1.1em;
}
.s_blog-single .post_body a {
  transition: color 0.4s ease;
  color: #0d6ef3;
}
.s_blog-single .post_body a:link, .s_blog-single .post_body a:hover, .s_blog-single .post_body a:active, .s_blog-single .post_body a:visited {
  color: #0d6ef3;
}
.s_blog-single .post_body a:hover {
  color: #64a7f4;
}
.s_blog-single .post_body img {
  margin: 1.5em 0;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .s_blog-single .post_body img {
    width: 50%;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .s_blog-single .post_body img {
    width: 90%;
    max-width: 600px;
  }
}
@media only screen and (min-width:1100px) {
  .s_blog-single .b_blog-link {
    padding-top: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .s_blog-single .b_blog-link {
    padding-top: 1.8em;
  }
}
@media only screen and (min-width:1100px) {
  .s_blog-single .b_blog-link {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width:1099px) {
  .s_blog-single .b_blog-link {
    padding-bottom: 1.8em;
  }
}
.s_blog-single .post_link_wrapper {
  display: flex;
}
@media only screen and (min-width:1100px) {
  .s_blog-single .post_link_wrapper {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width:1099px) {
  .s_blog-single .post_link_wrapper {
    padding-bottom: 3em;
  }
}
.s_blog-single .post_link_wrapper .post_link_prev, .s_blog-single .post_link_wrapper .post_link_next {
  flex: 1 0 auto;
}
.s_blog-single .post_link_wrapper .post_link_prev a, .s_blog-single .post_link_wrapper .post_link_next a {
  display: inline-block;
  background: #0d6ef3;
  color: #fefefe;
  font-weight: 900;
  padding: 1.5em 2em;
  text-align: center;
  border-radius: 3px;
}
.s_blog-single .post_link_wrapper .post_link_prev a:link, .s_blog-single .post_link_wrapper .post_link_prev a:hover, .s_blog-single .post_link_wrapper .post_link_prev a:active, .s_blog-single .post_link_wrapper .post_link_prev a:visited, .s_blog-single .post_link_wrapper .post_link_next a:link, .s_blog-single .post_link_wrapper .post_link_next a:hover, .s_blog-single .post_link_wrapper .post_link_next a:active, .s_blog-single .post_link_wrapper .post_link_next a:visited {
  color: #fefefe;
}
.s_blog-single .post_link_wrapper .post_link_prev a:hover, .s_blog-single .post_link_wrapper .post_link_next a:hover {
  color: #fefefe;
}
.s_blog-single .post_link_wrapper .post_link_prev a .arrow, .s_blog-single .post_link_wrapper .post_link_next a .arrow {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .s_blog-single .post_link_wrapper .post_link_prev a, .s_blog-single .post_link_wrapper .post_link_next a {
    width: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .s_blog-single .post_link_wrapper .post_link_prev a, .s_blog-single .post_link_wrapper .post_link_next a {
    width: 40vmin;
  }
}
.s_blog-single .post_link_wrapper .post_link_prev .arrow {
  margin-right: 1em;
}
.s_blog-single .post_link_wrapper .post_link_prev a:hover .arrow {
  animation: arrow_left 0.8s infinite;
}
.s_blog-single .post_link_wrapper .post_link_next {
  text-align: right;
}
.s_blog-single .post_link_wrapper .post_link_next .arrow {
  margin-left: 1em;
}
.s_blog-single .post_link_wrapper .post_link_next a:hover .arrow {
  animation: arrow_right 0.8s infinite;
}
@keyframes arrow_left {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-6px);
  }
}
@keyframes arrow_right {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(6px);
  }
}
.s_blog-single .post_link_top {
  text-align: center;
  padding-bottom: 60px;
}
.s_blog-single .post_link_top a {
  color: #97a2ae;
  background: #e5ebf2;
  padding: 1em 2em;
  font-weight: 600;
  transition: opacity 0.3s ease;
  border-radius: 3px;
}
.s_blog-single .post_link_top a:link, .s_blog-single .post_link_top a:hover, .s_blog-single .post_link_top a:active, .s_blog-single .post_link_top a:visited {
  color: #97a2ae;
}
.s_blog-single .post_link_top a:hover {
  color: #97a2ae;
}
@media only screen and (min-width: 768px) {
  .s_blog-single .post_link_top a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .s_blog-single .post_link_top a.js_hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width:1100px) {
  .s_blog-single .post_link_top a {
    width: 300px;
  }
}
@media only screen and (max-width:1099px) {
  .s_blog-single .post_link_top a {
    width: 50vmin;
    max-width: 400px;
  }
}

/*# sourceMappingURL=legacy.css.map */
