@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: starmark2026
    Theme URI: http://www.ina-research.co.jp/
    Description:
    Author: Hackusha, Inc.
    Author URI: https://hackusha.jp/
    Version: 1.0

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

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

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

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/****

変数設定

****/
#starmark2026 {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  /* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */
}

#starmark2026 h1, #starmark2026 h2, #starmark2026 h3, #starmark2026 h4, #starmark2026 h5, #starmark2026 h6 {
  font-feature-settings: "palt";
  font-weight: bold;
}

#starmark2026 p {
  font-feature-settings: "palt";
  margin: 0 0 10px;
}

#starmark2026 input[type="text"]:focus {
  outline: 0;
}

#starmark2026 a {
  color: #000;
}

#starmark2026 a img {
  transition: all .2s ease-out;
}

#starmark2026 a:hover {
  text-decoration: underline;
}

#starmark2026 a:hover img {
  opacity: .5;
}

#starmark2026 .list-link li {
  line-height: 1.8;
}

#starmark2026 .img-fluid {
  width: 100%;
  height: auto;
}

#starmark2026 .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#starmark2026 .line {
  display: block;
  border-top: 1px solid #bfbfbf;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  margin: 30px 0;
}

#starmark2026 .icon {
  color: white;
  background-color: #00a3f4;
  padding: 0;
  margin: 0 4px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

@media (min-width: 600px) {
  #starmark2026 .wp-block-column:not(:first-child), #starmark2026 .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
    padding-left: 15px;
  }
  #starmark2026 .wp-block-column:not(:last-child),
  #starmark2026 .wp-block-column:nth-child(odd) {
    margin-right: 0 !important;
    padding-right: 15px;
  }
}

#starmark2026 .breadcrumb {
  font-size: 13px;
  letter-spacing: .3px;
}

#starmark2026 .breadcrumb .current-item {
  color: #999;
}

#starmark2026 .wp-pagenavi {
  font-size: 16px;
}

#starmark2026 .wp-pagenavi span,
#starmark2026 .wp-pagenavi a {
  display: inline-block;
  margin: 0 .5em;
  border: 0px none !important;
}

#starmark2026 .wp-pagenavi a {
  color: #0099ff;
}

#starmark2026 .wp-pagenavi .previouspostslink {
  margin-right: 3em;
  position: relative;
  padding-left: 18px;
}

#starmark2026 .wp-pagenavi .previouspostslink:before {
  content: "◀";
  width: 16px;
  height: 24px;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #0099ff;
}

#starmark2026 .wp-pagenavi .previouspostslink:visited {
  color: #000;
}

#starmark2026 .wp-pagenavi .previouspostslink:visited:before {
  color: #999;
}

#starmark2026 .wp-pagenavi .nextpostslink {
  margin-left: 3em;
  position: relative;
  padding-right: 18px;
}

#starmark2026 .wp-pagenavi .nextpostslink:after {
  content: "▶︎";
  width: 16px;
  height: 24px;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #0099ff;
}

#starmark2026 .margin_-300 {
  margin: -300px !important;
}

#starmark2026 .margin_t_-300 {
  margin-top: -300px !important;
}

#starmark2026 .margin_r_-300 {
  margin-right: -300px !important;
}

#starmark2026 .margin_b_-300 {
  margin-bottom: -300px !important;
}

#starmark2026 .margin_l_-300 {
  margin-left: -300px !important;
}

#starmark2026 .padding_-300 {
  padding: -300px !important;
}

#starmark2026 .padding_t_-300 {
  padding-top: -300px !important;
}

#starmark2026 .padding_r_-300 {
  padding-right: -300px !important;
}

#starmark2026 .padding_b_-300 {
  padding-bottom: -300px !important;
}

#starmark2026 .padding_l_-300 {
  padding-left: -300px !important;
}

#starmark2026 .margin_-200 {
  margin: -200px !important;
}

#starmark2026 .margin_t_-200 {
  margin-top: -200px !important;
}

#starmark2026 .margin_r_-200 {
  margin-right: -200px !important;
}

#starmark2026 .margin_b_-200 {
  margin-bottom: -200px !important;
}

#starmark2026 .margin_l_-200 {
  margin-left: -200px !important;
}

#starmark2026 .padding_-200 {
  padding: -200px !important;
}

#starmark2026 .padding_t_-200 {
  padding-top: -200px !important;
}

#starmark2026 .padding_r_-200 {
  padding-right: -200px !important;
}

#starmark2026 .padding_b_-200 {
  padding-bottom: -200px !important;
}

#starmark2026 .padding_l_-200 {
  padding-left: -200px !important;
}

#starmark2026 .margin_-150 {
  margin: -150px !important;
}

#starmark2026 .margin_t_-150 {
  margin-top: -150px !important;
}

#starmark2026 .margin_r_-150 {
  margin-right: -150px !important;
}

#starmark2026 .margin_b_-150 {
  margin-bottom: -150px !important;
}

#starmark2026 .margin_l_-150 {
  margin-left: -150px !important;
}

#starmark2026 .padding_-150 {
  padding: -150px !important;
}

#starmark2026 .padding_t_-150 {
  padding-top: -150px !important;
}

#starmark2026 .padding_r_-150 {
  padding-right: -150px !important;
}

#starmark2026 .padding_b_-150 {
  padding-bottom: -150px !important;
}

#starmark2026 .padding_l_-150 {
  padding-left: -150px !important;
}

#starmark2026 .margin_-100 {
  margin: -100px !important;
}

#starmark2026 .margin_t_-100 {
  margin-top: -100px !important;
}

#starmark2026 .margin_r_-100 {
  margin-right: -100px !important;
}

#starmark2026 .margin_b_-100 {
  margin-bottom: -100px !important;
}

#starmark2026 .margin_l_-100 {
  margin-left: -100px !important;
}

#starmark2026 .padding_-100 {
  padding: -100px !important;
}

#starmark2026 .padding_t_-100 {
  padding-top: -100px !important;
}

#starmark2026 .padding_r_-100 {
  padding-right: -100px !important;
}

#starmark2026 .padding_b_-100 {
  padding-bottom: -100px !important;
}

#starmark2026 .padding_l_-100 {
  padding-left: -100px !important;
}

#starmark2026 .margin_-50 {
  margin: -50px !important;
}

#starmark2026 .margin_t_-50 {
  margin-top: -50px !important;
}

#starmark2026 .margin_r_-50 {
  margin-right: -50px !important;
}

#starmark2026 .margin_b_-50 {
  margin-bottom: -50px !important;
}

#starmark2026 .margin_l_-50 {
  margin-left: -50px !important;
}

#starmark2026 .padding_-50 {
  padding: -50px !important;
}

#starmark2026 .padding_t_-50 {
  padding-top: -50px !important;
}

#starmark2026 .padding_r_-50 {
  padding-right: -50px !important;
}

#starmark2026 .padding_b_-50 {
  padding-bottom: -50px !important;
}

#starmark2026 .padding_l_-50 {
  padding-left: -50px !important;
}

#starmark2026 .margin_-40 {
  margin: -40px !important;
}

#starmark2026 .margin_t_-40 {
  margin-top: -40px !important;
}

#starmark2026 .margin_r_-40 {
  margin-right: -40px !important;
}

#starmark2026 .margin_b_-40 {
  margin-bottom: -40px !important;
}

#starmark2026 .margin_l_-40 {
  margin-left: -40px !important;
}

#starmark2026 .padding_-40 {
  padding: -40px !important;
}

#starmark2026 .padding_t_-40 {
  padding-top: -40px !important;
}

#starmark2026 .padding_r_-40 {
  padding-right: -40px !important;
}

#starmark2026 .padding_b_-40 {
  padding-bottom: -40px !important;
}

#starmark2026 .padding_l_-40 {
  padding-left: -40px !important;
}

#starmark2026 .margin_-30 {
  margin: -30px !important;
}

#starmark2026 .margin_t_-30 {
  margin-top: -30px !important;
}

#starmark2026 .margin_r_-30 {
  margin-right: -30px !important;
}

#starmark2026 .margin_b_-30 {
  margin-bottom: -30px !important;
}

#starmark2026 .margin_l_-30 {
  margin-left: -30px !important;
}

#starmark2026 .padding_-30 {
  padding: -30px !important;
}

#starmark2026 .padding_t_-30 {
  padding-top: -30px !important;
}

#starmark2026 .padding_r_-30 {
  padding-right: -30px !important;
}

#starmark2026 .padding_b_-30 {
  padding-bottom: -30px !important;
}

#starmark2026 .padding_l_-30 {
  padding-left: -30px !important;
}

#starmark2026 .margin_-20 {
  margin: -20px !important;
}

#starmark2026 .margin_t_-20 {
  margin-top: -20px !important;
}

#starmark2026 .margin_r_-20 {
  margin-right: -20px !important;
}

#starmark2026 .margin_b_-20 {
  margin-bottom: -20px !important;
}

#starmark2026 .margin_l_-20 {
  margin-left: -20px !important;
}

#starmark2026 .padding_-20 {
  padding: -20px !important;
}

#starmark2026 .padding_t_-20 {
  padding-top: -20px !important;
}

#starmark2026 .padding_r_-20 {
  padding-right: -20px !important;
}

#starmark2026 .padding_b_-20 {
  padding-bottom: -20px !important;
}

#starmark2026 .padding_l_-20 {
  padding-left: -20px !important;
}

#starmark2026 .margin_-10 {
  margin: -10px !important;
}

#starmark2026 .margin_t_-10 {
  margin-top: -10px !important;
}

#starmark2026 .margin_r_-10 {
  margin-right: -10px !important;
}

#starmark2026 .margin_b_-10 {
  margin-bottom: -10px !important;
}

#starmark2026 .margin_l_-10 {
  margin-left: -10px !important;
}

#starmark2026 .padding_-10 {
  padding: -10px !important;
}

#starmark2026 .padding_t_-10 {
  padding-top: -10px !important;
}

#starmark2026 .padding_r_-10 {
  padding-right: -10px !important;
}

#starmark2026 .padding_b_-10 {
  padding-bottom: -10px !important;
}

#starmark2026 .padding_l_-10 {
  padding-left: -10px !important;
}

#starmark2026 .margin_0 {
  margin: 0px !important;
}

#starmark2026 .margin_t_0 {
  margin-top: 0px !important;
}

#starmark2026 .margin_r_0 {
  margin-right: 0px !important;
}

#starmark2026 .margin_b_0 {
  margin-bottom: 0px !important;
}

#starmark2026 .margin_l_0 {
  margin-left: 0px !important;
}

#starmark2026 .padding_0 {
  padding: 0px !important;
}

#starmark2026 .padding_t_0 {
  padding-top: 0px !important;
}

#starmark2026 .padding_r_0 {
  padding-right: 0px !important;
}

#starmark2026 .padding_b_0 {
  padding-bottom: 0px !important;
}

#starmark2026 .padding_l_0 {
  padding-left: 0px !important;
}

#starmark2026 .margin_5 {
  margin: 5px !important;
}

#starmark2026 .margin_t_5 {
  margin-top: 5px !important;
}

#starmark2026 .margin_r_5 {
  margin-right: 5px !important;
}

#starmark2026 .margin_b_5 {
  margin-bottom: 5px !important;
}

#starmark2026 .margin_l_5 {
  margin-left: 5px !important;
}

#starmark2026 .padding_5 {
  padding: 5px !important;
}

#starmark2026 .padding_t_5 {
  padding-top: 5px !important;
}

#starmark2026 .padding_r_5 {
  padding-right: 5px !important;
}

#starmark2026 .padding_b_5 {
  padding-bottom: 5px !important;
}

#starmark2026 .padding_l_5 {
  padding-left: 5px !important;
}

#starmark2026 .margin_10 {
  margin: 10px !important;
}

#starmark2026 .margin_t_10 {
  margin-top: 10px !important;
}

#starmark2026 .margin_r_10 {
  margin-right: 10px !important;
}

#starmark2026 .margin_b_10 {
  margin-bottom: 10px !important;
}

#starmark2026 .margin_l_10 {
  margin-left: 10px !important;
}

#starmark2026 .padding_10 {
  padding: 10px !important;
}

#starmark2026 .padding_t_10 {
  padding-top: 10px !important;
}

#starmark2026 .padding_r_10 {
  padding-right: 10px !important;
}

#starmark2026 .padding_b_10 {
  padding-bottom: 10px !important;
}

#starmark2026 .padding_l_10 {
  padding-left: 10px !important;
}

#starmark2026 .margin_20 {
  margin: 20px !important;
}

#starmark2026 .margin_t_20 {
  margin-top: 20px !important;
}

#starmark2026 .margin_r_20 {
  margin-right: 20px !important;
}

#starmark2026 .margin_b_20 {
  margin-bottom: 20px !important;
}

#starmark2026 .margin_l_20 {
  margin-left: 20px !important;
}

#starmark2026 .padding_20 {
  padding: 20px !important;
}

#starmark2026 .padding_t_20 {
  padding-top: 20px !important;
}

#starmark2026 .padding_r_20 {
  padding-right: 20px !important;
}

#starmark2026 .padding_b_20 {
  padding-bottom: 20px !important;
}

#starmark2026 .padding_l_20 {
  padding-left: 20px !important;
}

#starmark2026 .margin_30 {
  margin: 30px !important;
}

#starmark2026 .margin_t_30 {
  margin-top: 30px !important;
}

#starmark2026 .margin_r_30 {
  margin-right: 30px !important;
}

#starmark2026 .margin_b_30 {
  margin-bottom: 30px !important;
}

#starmark2026 .margin_l_30 {
  margin-left: 30px !important;
}

#starmark2026 .padding_30 {
  padding: 30px !important;
}

#starmark2026 .padding_t_30 {
  padding-top: 30px !important;
}

#starmark2026 .padding_r_30 {
  padding-right: 30px !important;
}

#starmark2026 .padding_b_30 {
  padding-bottom: 30px !important;
}

#starmark2026 .padding_l_30 {
  padding-left: 30px !important;
}

#starmark2026 .margin_40 {
  margin: 40px !important;
}

#starmark2026 .margin_t_40 {
  margin-top: 40px !important;
}

#starmark2026 .margin_r_40 {
  margin-right: 40px !important;
}

#starmark2026 .margin_b_40 {
  margin-bottom: 40px !important;
}

#starmark2026 .margin_l_40 {
  margin-left: 40px !important;
}

#starmark2026 .padding_40 {
  padding: 40px !important;
}

#starmark2026 .padding_t_40 {
  padding-top: 40px !important;
}

#starmark2026 .padding_r_40 {
  padding-right: 40px !important;
}

#starmark2026 .padding_b_40 {
  padding-bottom: 40px !important;
}

#starmark2026 .padding_l_40 {
  padding-left: 40px !important;
}

#starmark2026 .margin_50 {
  margin: 50px !important;
}

#starmark2026 .margin_t_50 {
  margin-top: 50px !important;
}

#starmark2026 .margin_r_50 {
  margin-right: 50px !important;
}

#starmark2026 .margin_b_50 {
  margin-bottom: 50px !important;
}

#starmark2026 .margin_l_50 {
  margin-left: 50px !important;
}

#starmark2026 .padding_50 {
  padding: 50px !important;
}

#starmark2026 .padding_t_50 {
  padding-top: 50px !important;
}

#starmark2026 .padding_r_50 {
  padding-right: 50px !important;
}

#starmark2026 .padding_b_50 {
  padding-bottom: 50px !important;
}

#starmark2026 .padding_l_50 {
  padding-left: 50px !important;
}

#starmark2026 .margin_60 {
  margin: 60px !important;
}

#starmark2026 .margin_t_60 {
  margin-top: 60px !important;
}

#starmark2026 .margin_r_60 {
  margin-right: 60px !important;
}

#starmark2026 .margin_b_60 {
  margin-bottom: 60px !important;
}

#starmark2026 .margin_l_60 {
  margin-left: 60px !important;
}

#starmark2026 .padding_60 {
  padding: 60px !important;
}

#starmark2026 .padding_t_60 {
  padding-top: 60px !important;
}

#starmark2026 .padding_r_60 {
  padding-right: 60px !important;
}

#starmark2026 .padding_b_60 {
  padding-bottom: 60px !important;
}

#starmark2026 .padding_l_60 {
  padding-left: 60px !important;
}

#starmark2026 .margin_70 {
  margin: 70px !important;
}

#starmark2026 .margin_t_70 {
  margin-top: 70px !important;
}

#starmark2026 .margin_r_70 {
  margin-right: 70px !important;
}

#starmark2026 .margin_b_70 {
  margin-bottom: 70px !important;
}

#starmark2026 .margin_l_70 {
  margin-left: 70px !important;
}

#starmark2026 .padding_70 {
  padding: 70px !important;
}

#starmark2026 .padding_t_70 {
  padding-top: 70px !important;
}

#starmark2026 .padding_r_70 {
  padding-right: 70px !important;
}

#starmark2026 .padding_b_70 {
  padding-bottom: 70px !important;
}

#starmark2026 .padding_l_70 {
  padding-left: 70px !important;
}

#starmark2026 .margin_80 {
  margin: 80px !important;
}

#starmark2026 .margin_t_80 {
  margin-top: 80px !important;
}

#starmark2026 .margin_r_80 {
  margin-right: 80px !important;
}

#starmark2026 .margin_b_80 {
  margin-bottom: 80px !important;
}

#starmark2026 .margin_l_80 {
  margin-left: 80px !important;
}

#starmark2026 .padding_80 {
  padding: 80px !important;
}

#starmark2026 .padding_t_80 {
  padding-top: 80px !important;
}

#starmark2026 .padding_r_80 {
  padding-right: 80px !important;
}

#starmark2026 .padding_b_80 {
  padding-bottom: 80px !important;
}

#starmark2026 .padding_l_80 {
  padding-left: 80px !important;
}

#starmark2026 .margin_90 {
  margin: 90px !important;
}

#starmark2026 .margin_t_90 {
  margin-top: 90px !important;
}

#starmark2026 .margin_r_90 {
  margin-right: 90px !important;
}

#starmark2026 .margin_b_90 {
  margin-bottom: 90px !important;
}

#starmark2026 .margin_l_90 {
  margin-left: 90px !important;
}

#starmark2026 .padding_90 {
  padding: 90px !important;
}

#starmark2026 .padding_t_90 {
  padding-top: 90px !important;
}

#starmark2026 .padding_r_90 {
  padding-right: 90px !important;
}

#starmark2026 .padding_b_90 {
  padding-bottom: 90px !important;
}

#starmark2026 .padding_l_90 {
  padding-left: 90px !important;
}

#starmark2026 .margin_100 {
  margin: 100px !important;
}

#starmark2026 .margin_t_100 {
  margin-top: 100px !important;
}

#starmark2026 .margin_r_100 {
  margin-right: 100px !important;
}

#starmark2026 .margin_b_100 {
  margin-bottom: 100px !important;
}

#starmark2026 .margin_l_100 {
  margin-left: 100px !important;
}

#starmark2026 .padding_100 {
  padding: 100px !important;
}

#starmark2026 .padding_t_100 {
  padding-top: 100px !important;
}

#starmark2026 .padding_r_100 {
  padding-right: 100px !important;
}

#starmark2026 .padding_b_100 {
  padding-bottom: 100px !important;
}

#starmark2026 .padding_l_100 {
  padding-left: 100px !important;
}

#starmark2026 .margin_150 {
  margin: 150px !important;
}

#starmark2026 .margin_t_150 {
  margin-top: 150px !important;
}

#starmark2026 .margin_r_150 {
  margin-right: 150px !important;
}

#starmark2026 .margin_b_150 {
  margin-bottom: 150px !important;
}

#starmark2026 .margin_l_150 {
  margin-left: 150px !important;
}

#starmark2026 .padding_150 {
  padding: 150px !important;
}

#starmark2026 .padding_t_150 {
  padding-top: 150px !important;
}

#starmark2026 .padding_r_150 {
  padding-right: 150px !important;
}

#starmark2026 .padding_b_150 {
  padding-bottom: 150px !important;
}

#starmark2026 .padding_l_150 {
  padding-left: 150px !important;
}

#starmark2026 .margin_200 {
  margin: 200px !important;
}

#starmark2026 .margin_t_200 {
  margin-top: 200px !important;
}

#starmark2026 .margin_r_200 {
  margin-right: 200px !important;
}

#starmark2026 .margin_b_200 {
  margin-bottom: 200px !important;
}

#starmark2026 .margin_l_200 {
  margin-left: 200px !important;
}

#starmark2026 .padding_200 {
  padding: 200px !important;
}

#starmark2026 .padding_t_200 {
  padding-top: 200px !important;
}

#starmark2026 .padding_r_200 {
  padding-right: 200px !important;
}

#starmark2026 .padding_b_200 {
  padding-bottom: 200px !important;
}

#starmark2026 .padding_l_200 {
  padding-left: 200px !important;
}

#starmark2026 .margin_300 {
  margin: 300px !important;
}

#starmark2026 .margin_t_300 {
  margin-top: 300px !important;
}

#starmark2026 .margin_r_300 {
  margin-right: 300px !important;
}

#starmark2026 .margin_b_300 {
  margin-bottom: 300px !important;
}

#starmark2026 .margin_l_300 {
  margin-left: 300px !important;
}

#starmark2026 .padding_300 {
  padding: 300px !important;
}

#starmark2026 .padding_t_300 {
  padding-top: 300px !important;
}

#starmark2026 .padding_r_300 {
  padding-right: 300px !important;
}

#starmark2026 .padding_b_300 {
  padding-bottom: 300px !important;
}

#starmark2026 .padding_l_300 {
  padding-left: 300px !important;
}

#starmark2026 .font-size10 {
  font-size: 10px !important;
}

#starmark2026 .font-size11 {
  font-size: 11px !important;
}

#starmark2026 .font-size12 {
  font-size: 12px !important;
}

#starmark2026 .font-size13 {
  font-size: 13px !important;
}

#starmark2026 .font-size14 {
  font-size: 14px !important;
}

#starmark2026 .font-size15 {
  font-size: 15px !important;
}

#starmark2026 .font-size16 {
  font-size: 16px !important;
}

#starmark2026 .font-size17 {
  font-size: 17px !important;
}

#starmark2026 .font-size18 {
  font-size: 18px !important;
}

#starmark2026 .font-size19 {
  font-size: 19px !important;
}

#starmark2026 .font-size20 {
  font-size: 20px !important;
}

#starmark2026 .font-size21 {
  font-size: 21px !important;
}

#starmark2026 .font-size22 {
  font-size: 22px !important;
}

#starmark2026 .font-size23 {
  font-size: 23px !important;
}

#starmark2026 .font-size24 {
  font-size: 24px !important;
}

#starmark2026 .font-size25 {
  font-size: 25px !important;
}

#starmark2026 .font-size26 {
  font-size: 26px !important;
}

#starmark2026 .font-size27 {
  font-size: 27px !important;
}

#starmark2026 .font-size28 {
  font-size: 28px !important;
}

#starmark2026 .font-size29 {
  font-size: 29px !important;
}

#starmark2026 .font-size30 {
  font-size: 30px !important;
}

#starmark2026 .font-size31 {
  font-size: 31px !important;
}

#starmark2026 .font-size32 {
  font-size: 32px !important;
}

#starmark2026 .font-size33 {
  font-size: 33px !important;
}

#starmark2026 .font-size34 {
  font-size: 34px !important;
}

#starmark2026 .font-size35 {
  font-size: 35px !important;
}

#starmark2026 .font-size36 {
  font-size: 36px !important;
}

#starmark2026 .font-size37 {
  font-size: 37px !important;
}

#starmark2026 .font-size38 {
  font-size: 38px !important;
}

#starmark2026 .font-size39 {
  font-size: 39px !important;
}

#starmark2026 .font-size40 {
  font-size: 40px !important;
}

#starmark2026 .text-left {
  text-align: left;
}

#starmark2026 .text-center {
  text-align: center;
}

#starmark2026 .text-right {
  text-align: right;
}

#starmark2026 .title-style01 {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
}

#starmark2026 .title-style02 {
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
}

#starmark2026 .line-blue {
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid #009be2;
  font-size: 22px;
  margin-bottom: 25px;
}

#starmark2026 .line-gray {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 25px;
}

#starmark2026 .button {
  display: block;
}

#starmark2026 .button.button-text {
  display: inline-block;
  color: #000;
  position: relative;
  padding-right: 17px;
}

#starmark2026 .button.button-text:after {
  content: "▶︎";
  width: 14px;
  height: 21px;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #0099ff;
}

#starmark2026 .button.button-text:hover {
  text-decoration: underline;
}

#starmark2026 .button.button-article {
  display: inline-block;
  color: #000 !important;
  position: relative;
  padding-right: calc(1em + 10px);
}

#starmark2026 .button.button-article:after {
  content: "▶︎";
  width: 1em;
  height: 1.5em;
  font-size: 1em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #0099ff;
}

#starmark2026 .button.button-article:hover {
  text-decoration: underline;
}

#starmark2026 .vertical-right {
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: row;
  /* 子要素をflexboxにより横方向に揃える */
  justify-content: flex-end;
  /* 子要素をflexboxにより末尾に配置する */
  align-items: end;
  /* 子要素をflexboxによりに配置する */
}

#starmark2026 .table {
  border: 1px solid #ccc;
  width: 100%;
}

#starmark2026 .table tr {
  border-bottom: 1px solid #ccc;
}

#starmark2026 .table tr:last-of-type {
  border-bottom: none;
}

#starmark2026 .table th {
  background-color: #e5f5ff;
  text-align: center;
  font-weight: normal;
}

#starmark2026 .table td {
  text-align: left;
  font-weight: normal;
}

#starmark2026 .table.text-center th, #starmark2026 .table.text-center td {
  text-align: center;
}

#starmark2026 .table.text-left th, #starmark2026 .table.text-left td {
  text-align: left;
}

#starmark2026 .table.text-right th, #starmark2026 .table.text-right td {
  text-align: right;
}

#starmark2026 .table th.text-center,
#starmark2026 .table td.text-center {
  text-align: center;
}

#starmark2026 .table th.text-right,
#starmark2026 .table td.text-right {
  text-align: right;
}

#starmark2026 .table th.text-left,
#starmark2026 .table td.text-left {
  text-align: left;
}

#starmark2026 .table th,
#starmark2026 .table td {
  padding: .9em 5px;
  border-right: 1px solid #ccc;
}

#starmark2026 .table th:last-of-type,
#starmark2026 .table td:last-of-type {
  border-right: none;
}

#starmark2026 .table th:first-of-type,
#starmark2026 .table td:first-of-type {
  border-right: 1px solid #ccc !important;
}

#starmark2026 .table.half th, #starmark2026 .table.half td {
  width: 50%;
}

#starmark2026 .table.third th, #starmark2026 .table.third td {
  width: 33.3%;
}

#starmark2026 .table.fourth th, #starmark2026 .table.fourth td {
  width: 25%;
}

#starmark2026 .table.table-responsive {
  overflow-x: auto;
  display: block;
}

#starmark2026 .table.table-responsive > thead,
#starmark2026 .table.table-responsive > tbody {
  display: table;
  min-width: 100%;
}

#starmark2026 .table.table-responsive th, #starmark2026 .table.table-responsive td {
  min-width: 80px !important;
}

#starmark2026 .container {
  margin-left: auto;
  margin-right: auto;
}

#starmark2026 .container .row {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

#starmark2026 .container .row .col {
  flex-basis: 100%;
}

#starmark2026 #content .row.content-area {
  justify-content: space-between;
}

#starmark2026 #content #sidebar {
  flex-basis: 205px;
}

#starmark2026 #content #sidebar .sidebar-title01 {
  padding-bottom: 13px;
  border-bottom: 3px solid #009be2;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}

#starmark2026 #content #sidebar .sidebar-title02 {
  padding-bottom: 11px;
  border-bottom: 1px solid #009be2;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

#starmark2026 #content #main {
  flex-basis: 715px;
}

#starmark2026 #content #main > .row {
  justify-content: space-between;
}

#starmark2026 #content #main > .row > .col {
  flex-basis: calc((100% - 38px) / 2);
}

#starmark2026 #header {
  position: fixed;
  width: 100vw;
  height: 94px;
  background: rgba(255, 255, 255, 0.83);
  padding: 10px 0;
  z-index: 10000;
}

#starmark2026 #header .container > .row {
  justify-content: space-between;
}

#starmark2026 #header #logo {
  flex-basis: 135px;
}

#starmark2026 #header #logo img {
  width: 180px;
  height: auto;
  margin-top: 10px;
}

#starmark2026 #header #logo a:hover {
  text-decoration: none !important;
}

#starmark2026 #header #primary-menu {
  flex-basis: calc(100% - 190px);
}

#starmark2026 #header #primary-menu .col {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}

#starmark2026 #header #primary-menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

#starmark2026 #header #primary-menu ul li {
  font-size: 15px;
  font-weight: bold;
  margin-right: 40px;
}

#starmark2026 #header #primary-menu ul li:last-of-type {
  margin-right: 0;
}

#starmark2026 #header #primary-menu ul li a {
  display: block;
  color: #000;
  padding-bottom: 8px;
}

#starmark2026 #header #primary-menu ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #009be2;
}

#starmark2026 #header #primary-menu ul li.current a {
  border-bottom: 3px solid #009be2;
}

#starmark2026 #header #primary-menu .button-text {
  margin-top: 3px;
}

#starmark2026 #header #primary-menu .button-text:after {
  line-height: 14px;
}

#starmark2026 #header #secondary-menu {
  display: none;
  flex-basis: calc(100% - 190px);
}

#starmark2026 #header #search {
  position: relative;
}

#starmark2026 #header #search input.searchfield {
  width: 210px;
  height: 30px;
  border: solid 1px #ccc;
  border-radius: 30px;
  padding: 0 1.7em 0 5px;
}

#starmark2026 #header #search #searchsubmit {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent url("images/original/icon_search.png") no-repeat center center;
  background-size: 17px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#starmark2026 #header-sp {
  position: fixed;
  display: none;
  width: 100vw;
  height: 55px;
  background: white;
  padding: 8px 0;
  z-index: 10000;
}

#starmark2026 #header-sp #search-sp {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
}

#starmark2026 #header-sp #search-sp:hover {
  background: #99d6ff;
}

#starmark2026 #header-sp #search-sp:hover .search_icon {
  background: url("images/original/icon_search2_wht.png") no-repeat center center;
  background-size: 20px;
}

#starmark2026 #header-sp .search_icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url("images/original/icon_search2.png") no-repeat center center;
  background-size: 20px;
}

#starmark2026 #header-sp #search_area {
  position: relative;
  background: white;
  width: 100%;
}

#starmark2026 #header-sp #search_area input.searchfield {
  width: 100%;
  height: 55px;
  border: solid 5px #99d6ff;
  padding: 0 1.7em 0 5px;
}

#starmark2026 #header-sp #search_area #searchsubmit {
  display: none;
}

#starmark2026 #header-sp .row.collapse-row {
  margin-right: 0;
  margin-left: 0;
  margin-top: 8px;
}

#starmark2026 #header-sp #collapse_menu_area {
  width: 100%;
  height: calc(100vh - 55px);
  overflow-y: scroll;
}

#starmark2026 #header-sp #collapse_menu_area ul {
  list-style: none;
  padding: 0;
}

#starmark2026 #header-sp #collapse_menu_area ul li {
  position: relative;
  border-bottom: solid 1px #fff;
  padding: 5px 10px;
}

#starmark2026 #header-sp #collapse_menu_area .collapse_menu1 {
  background: #99d6ff;
}

#starmark2026 #header-sp #collapse_menu_area .collapse_menu2 {
  background: #e5f5ff;
}

#starmark2026 #header-sp #collapse_menu_area a {
  display: block;
  position: relative;
}

#starmark2026 #header-sp #collapse_menu_area a:hover {
  text-decoration: none;
}

#starmark2026 #header-sp #collapse_menu_area a:after {
  content: "▶︎";
  width: 16px;
  height: 24px;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  color: #0099ff;
  margin: auto;
}

#starmark2026 #header-sp #collapse_menu_area a[data-toggle="collapse"]::after {
  content: "▼";
}

#starmark2026 #header-sp #collapse_menu_area a[data-toggle="collapse"].collapsed::after {
  content: "▶︎";
}

#starmark2026 #header-sp .container > .row {
  justify-content: space-between;
}

#starmark2026 #header-sp .text-center {
  text-align: center;
}

#starmark2026 #header-sp #logo {
  height: 24px;
  margin-top: 6px;
}

#starmark2026 #header-sp #logo a:hover {
  text-decoration: none !important;
}

#starmark2026 #header-sp .logo-img {
  height: 24px;
  margin-right: 5px;
  float: left;
}

#starmark2026 #header-sp .logo-type {
  display: inline-block;
  margin-top: 0;
}

#starmark2026 #header-sp .d-block {
  display: block;
}

#starmark2026 #header-sp .vertical-middle {
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  height: 39px;
}

#starmark2026 #header-sp .vertical-middle.spacer {
  width: 10px;
  height: 100%;
}

#starmark2026 #header-sp .menu-trigger,
#starmark2026 #header-sp .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

#starmark2026 #header-sp .menu-trigger {
  position: relative;
  width: 20px;
  height: 17px;
  margin-top: 5px;
}

#starmark2026 #header-sp .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #009be2;
  border-radius: 4px;
}

#starmark2026 #header-sp .menu-trigger span:nth-of-type(1) {
  top: 0;
}

#starmark2026 #header-sp .menu-trigger span:nth-of-type(2) {
  top: 7px;
}

#starmark2026 #header-sp .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#starmark2026 .sub-nav01 {
  list-style: none;
  padding-left: 0;
}

#starmark2026 .sub-nav01 li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  transition: all .2s ease-out;
  margin-bottom: 1px;
}

#starmark2026 .sub-nav01 li a:hover {
  color: white;
  background-color: #00a3f4;
  text-decoration: none;
}

#starmark2026 .sub-nav01 li.current a {
  color: white;
  background-color: #00a3f4;
}

#starmark2026 .sub-nav01 .acc.active > a {
  background: #00a3f4;
  color: white;
}

#starmark2026 .sub-nav01 .acc .menu-child {
  list-style: none;
  padding-left: 0;
  transition: all 1s ease-out;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

#starmark2026 .sub-nav01 .acc .menu-child > li.current a {
  color: #000;
  background: #99d6ff;
}

#starmark2026 .sub-nav01 .acc .menu-child > li.current a:hover {
  color: #000;
  background: #99d6ff;
}

#starmark2026 .sub-nav01 .acc .menu-child > li a {
  color: #000;
  padding-left: 2em;
  background: #e5f5ff;
}

#starmark2026 .sub-nav01 .acc .menu-child > li a:hover {
  color: #000;
  background: #99d6ff;
}

#starmark2026 .sub-nav01 .acc .menu-child.open {
  height: auto;
  overflow: hidden;
  opacity: 1;
}

#starmark2026 .sub-nav01 .acc.current .menu-child {
  height: auto;
  overflow: hidden;
  opacity: 1;
}

#starmark2026 .sub-nav01 .acc.current .menu-child > li.current a {
  color: #000;
  background: #99d6ff;
}

#starmark2026 .sub-nav01 .acc.current .menu-child > li.current a:hover {
  color: #000;
  background: #99d6ff;
}

#starmark2026 .sub-nav01 .acc.current .menu-child > li a {
  color: #000;
  background: #e5f5ff;
}

#starmark2026 .sub-nav01 .acc.current .menu-child > li a:hover {
  color: #000;
  background: #99d6ff;
}

#starmark2026 .sub-nav02 {
  list-style: none;
  padding-left: 0;
}

#starmark2026 .sub-nav02 li a {
  display: inline-block;
  padding: auto 10px;
  transition: all .2s ease-out;
  margin-bottom: 1px;
}

#starmark2026 .sub-nav02 li a:hover {
  color: #00a3f4;
  text-decoration: underline;
}

#starmark2026 #sidebar .archive-date img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}

#starmark2026 #sidebar .archive-date .wpp-list {
  padding-left: 0 !important;
}

#starmark2026 .slider-inner {
  position: relative;
  z-index: 0;
}

#starmark2026 .slider-inner::before, #starmark2026 .slider-inner::after {
  content: '';
  position: absolute;
  width: calc(50vw - 480px);
  height: 100%;
  top: 0;
  backdrop-filter: blur(12px);
}

#starmark2026 .slider-inner::before {
  z-index: 1;
  left: 0;
}

#starmark2026 .slider-inner::after {
  z-index: 2;
  right: 0;
}

@supports not (backdrop-filter: blur(30px)) {
  #starmark2026 .slider-inner::before, #starmark2026 .slider-inner::after {
    background: rgba(255, 255, 255, 0.5);
  }
}

#starmark2026 #top-mission {
  text-align: center;
}

#starmark2026 #top-mission .catch-copy {
  flex-wrap: nowrap;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  color: white;
  background-color: #4195b9;
  line-height: 52px;
  font-size: 14px;
  font-family: "Yu Mincho","游明朝","serif";
}

#starmark2026 #top-mission .catch-copy br {
  display: none;
}

#starmark2026 #top-mission .starmark-is {
  color: #4195b9;
  font-size: 1.25rem;
}

#starmark2026 #top-mission .starmark-is br {
  display: none;
}

#starmark2026 #top-news img,
#starmark2026 #top-blog img {
  border: 1px solid #ccc;
}

#starmark2026 #top-news .img-fluid,
#starmark2026 #top-blog .img-fluid {
  height: 225px;
  object-fit: cover;
}

#starmark2026 #top-news .news-lists, #starmark2026 #top-news .blog-lists,
#starmark2026 #top-blog .news-lists,
#starmark2026 #top-blog .blog-lists {
  justify-content: space-between;
  flex-wrap: wrap;
}

#starmark2026 #top-news .news-lists .col, #starmark2026 #top-news .blog-lists .col,
#starmark2026 #top-blog .news-lists .col,
#starmark2026 #top-blog .blog-lists .col {
  flex-basis: 31.25%;
}

#starmark2026 #top-news .news-title,
#starmark2026 #top-blog .news-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#starmark2026 #top-news .news-date,
#starmark2026 #top-blog .news-date {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

#starmark2026 #top-news .news-excerpt,
#starmark2026 #top-blog .news-excerpt {
  font-size: 14px;
  font-weight: normal;
}

#starmark2026 #ir-news .ir-lists .icon-ir {
  display: block;
  width: 77px;
  height: 104px;
  margin: auto;
}

#starmark2026 #top-portfolio .portfolio-list {
  justify-content: space-between;
}

#starmark2026 #top-portfolio .portfolio-list .col {
  flex-basis: 22.2%;
  margin: 0 auto;
  min-width: 203px;
}

#starmark2026 #top-service .service-list {
  justify-content: space-between;
}

#starmark2026 #top-service .service-list .col {
  flex-basis: 48.5%;
  margin: 0 auto;
}

#starmark2026 #top-products .products-lists {
  justify-content: space-between;
}

#starmark2026 #top-products .products-lists .col {
  flex-basis: 48.5%;
  margin: 0 auto;
}

#starmark2026 #top-magazine .magazine-lists {
  justify-content: space-between;
}

#starmark2026 #top-magazine .magazine-lists .col {
  flex-basis: 48.5%;
  margin: 0 auto;
}

#starmark2026 #footer-twitter {
  width: 100%;
  background: #99d6ff;
  padding: 60px 0 46px;
}

#starmark2026 #footer-twitter iframe {
  max-width: 960px !important;
}

#starmark2026 #footer-twitter iframe .timeline-Widget {
  background-color: rgba(255, 255, 255, 0) !important;
}

#starmark2026 #footer-twitter a.twitter-timeline {
  display: inline-block;
  position: relative;
  max-width: 960px;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

#starmark2026 #footer {
  width: 100%;
}

#starmark2026 #footer .logo-footer {
  width: 194px;
}

#starmark2026 #footer .bx-wrapper {
  max-width: 960px;
}

#starmark2026 #footer #footer-nav {
  width: 100%;
  background: #e5f5ff;
  padding: 60px 0 46px;
}

#starmark2026 #footer #footer-nav .footer-sitemap {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.7;
}

#starmark2026 #footer #footer-nav .footer-sitemap > li {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  flex-basis: 22.2%;
}

#starmark2026 #footer #footer-nav .footer-sitemap > li > ul {
  padding-left: 0;
  list-style: none;
}

#starmark2026 #footer #footer-nav .footer-sitemap > li > ul > li {
  list-style-position: inside;
}

#starmark2026 #footer #footer-nav .footer-sitemap > li > ul > li a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#starmark2026 #footer #footer-nav .footer-sitemap > li .footer-loop-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#starmark2026 #footer #footer-nav .footer-sitemap > li .footer-loop-row .post-item-image {
  flex-basis: 75px;
}

#starmark2026 #footer #footer-nav .footer-sitemap > li .footer-loop-row .post-item-image img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}

#starmark2026 #footer #footer-nav .footer-sitemap > li .footer-loop-row .post-item-title {
  flex-basis: auto;
  padding-left: 10px;
}

#starmark2026 #footer #footer-nav .footer-sitemap-second {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#starmark2026 #footer #footer-nav .footer-sitemap-second li {
  margin-right: 1em;
}

#starmark2026 #footer address {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
}

#starmark2026 #footer .copyright {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
}

#starmark2026 #footer #mc_embed_signup h2 {
  font-size: 1.25em;
}

#starmark2026 #main .article-body h1.article-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

#starmark2026 #main .article-body .article-date {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 30px;
}

#starmark2026 #main .article-body img {
  max-width: 100%;
  height: auto;
}

#starmark2026 #main .article-body .eyecatch {
  border: solid 1px #ccc;
}

#starmark2026 #main .article-body a {
  color: #0099ff;
}

#starmark2026.archive #sidebar .keywords,
#starmark2026.archive #sidebar .archive-date, #starmark2026.single #sidebar .keywords,
#starmark2026.single #sidebar .archive-date, #starmark2026.search #sidebar .keywords,
#starmark2026.search #sidebar .archive-date, #starmark2026.error404 #sidebar .keywords,
#starmark2026.error404 #sidebar .archive-date {
  list-style: none;
  padding-left: 0;
}

#starmark2026.archive #sidebar .keywords li a,
#starmark2026.archive #sidebar .archive-date li a, #starmark2026.single #sidebar .keywords li a,
#starmark2026.single #sidebar .archive-date li a, #starmark2026.search #sidebar .keywords li a,
#starmark2026.search #sidebar .archive-date li a, #starmark2026.error404 #sidebar .keywords li a,
#starmark2026.error404 #sidebar .archive-date li a {
  color: #0099ff;
  line-height: 1.7;
}

#starmark2026.archive #main .news-item, #starmark2026.single #main .news-item, #starmark2026.search #main .news-item, #starmark2026.error404 #main .news-item {
  margin-bottom: 40px;
}

#starmark2026.archive #main .news-item img, #starmark2026.single #main .news-item img, #starmark2026.search #main .news-item img, #starmark2026.error404 #main .news-item img {
  border: solid 1px #ccc;
}

#starmark2026.archive #main .news-title, #starmark2026.single #main .news-title, #starmark2026.search #main .news-title, #starmark2026.error404 #main .news-title {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 10px;
}

#starmark2026.archive #main .news-date, #starmark2026.single #main .news-date, #starmark2026.search #main .news-date, #starmark2026.error404 #main .news-date {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}

#starmark2026.archive #main .news-excerp, #starmark2026.single #main .news-excerp, #starmark2026.search #main .news-excerp, #starmark2026.error404 #main .news-excerp {
  font-size: 14px;
  text-align: left;
}

#starmark2026 .taxonomy-search {
  flex-basis: 100% !important;
}

#starmark2026 .taxonomy-search a {
  margin: 4px;
  padding: 8px;
  background-color: #e5f5ff;
}

#starmark2026 pre.wp-block-preformatted {
  white-space: pre-wrap;
}

#starmark2026 p.slide-ceo {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 79.25%;
}

#starmark2026 .slide-ceo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#starmark2026 .service .list-item,
#starmark2026 .companyinfo .list-item {
  justify-content: flex-start !important;
}

#starmark2026 .service .list-item .col.first,
#starmark2026 .companyinfo .list-item .col.first {
  flex-basis: 214px !important;
  margin-right: 40px;
}

#starmark2026 .service .list-item .col.last,
#starmark2026 .companyinfo .list-item .col.last {
  flex-basis: calc(100% - 254px) !important;
}

#starmark2026 .service .list-item .list-image,
#starmark2026 .companyinfo .list-item .list-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 214px;
  width: 214px;
}

#starmark2026 .service .list-item .list-image img,
#starmark2026 .companyinfo .list-item .list-image img {
  width: 100%;
}

#starmark2026 .service .list-item .list-title,
#starmark2026 .companyinfo .list-item .list-title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding-right: 1.3em;
  position: relative;
  display: inline-block;
}

#starmark2026 .service .list-item .list-title a,
#starmark2026 .companyinfo .list-item .list-title a {
  color: #000 !important;
}

#starmark2026 .service .list-item .list-title:after,
#starmark2026 .companyinfo .list-item .list-title:after {
  content: "▶︎";
  width: 1em;
  height: 1em;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #0099ff;
}

#starmark2026 .service .list-item .list-link,
#starmark2026 .companyinfo .list-item .list-link {
  padding-left: 0;
  list-style-position: inside;
}

#starmark2026 .service .list-item .list-link .button-text,
#starmark2026 .companyinfo .list-item .list-link .button-text {
  color: #000 !important;
}

#starmark2026 .service .list-item .list-image {
  background-color: #00a3f4;
  transition: all .2s ease-out;
}

#starmark2026 .service .list-item .list-image img {
  width: 40%;
  height: auto;
  margin: auto;
}

#starmark2026 .service .list-item .list-image:hover {
  background-color: #e5f5ff;
}

#starmark2026 .service .list-item .list-image:hover img {
  opacity: 1;
}

@media all and (-ms-high-contrast: none) {
  #starmark2026 .service .list-item .list-image {
    position: relative;
  }
  #starmark2026 .service .list-item .list-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

#starmark2026 .sitemap {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
}

#starmark2026 .sitemap li {
  line-height: 1.7;
}

#starmark2026 .sitemap li > * {
  margin-left: -10px;
}

#starmark2026 .sitemap li > div {
  display: inline-block;
}

#starmark2026 .sitemap li a {
  display: inline-block;
  color: #000 !important;
  position: relative;
  padding-right: calc(1em + 5px);
}

#starmark2026 .sitemap li a:after {
  content: "▶︎";
  width: 1em;
  height: 1.5em;
  font-size: 1em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #0099ff;
}

#starmark2026 .sitemap li a:hover {
  text-decoration: underline;
}

#starmark2026 .sitemap > li ul {
  list-style: none;
  padding-left: 4em;
}

#starmark2026 .contactform {
  border-top: 1px dashed #999;
  padding-top: 1em;
}

#starmark2026 .contactform .row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #999;
  padding: 1em 0;
}

#starmark2026 .contactform .col.first {
  flex-basis: 35%;
  text-align: right;
}

#starmark2026 .contactform .col.last {
  flex-basis: 60%;
}

#starmark2026 .contactform .require {
  font-size: 12px;
  color: red;
}

#starmark2026 .contactform label {
  margin-bottom: 0;
}

#starmark2026 .contactform .wpcf7-list-item {
  display: block;
}

#starmark2026 .contactform input,
#starmark2026 .contactform .wpcf7-textarea {
  max-width: calc(100vw - 30px);
}

#starmark2026 .contactform .wpcf7-submit {
  display: block;
  margin: 30px auto 0;
  padding: 10px 4em;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: bold;
  transition: all .2s ease-out;
}

#starmark2026 .contactform .wpcf7-submit:hover {
  background: #0099ff;
  color: white;
}

@media (min-width: 1200px) {
  #starmark2026 .container {
    width: 960px;
  }
}

@media (min-width: 991px) {
  #starmark2026 .container {
    width: 960px;
  }
  #starmark2026 #content {
    padding-top: 120px;
  }
  #starmark2026 #header .header-logo {
    position: absolute;
    top: -40px;
    left: 0;
    letter-spacing: .025em;
  }
}

@media (max-width: 991px) {
  #starmark2026 .container {
    width: 720px;
  }
  #starmark2026 .container .row {
    margin-right: 15px;
    margin-left: 15px;
  }
  #starmark2026 .container .row .row {
    margin-right: 0;
    margin-left: 0;
  }
  #starmark2026 #sidebar {
    flex-basis: 205px;
  }
  #starmark2026 #main {
    flex-basis: calc(100% - 245px) !important;
  }
  #starmark2026 #content {
    padding-top: 60px;
  }
  #starmark2026 #header {
    display: none;
  }
  #starmark2026 #header-sp {
    display: block;
  }
  #starmark2026.home #slider {
    padding-top: 55px;
  }
  #starmark2026 #top-mission .catch-copy {
    line-height: 32px;
    font-size: 10px;
  }
  #starmark2026 #top-mission .catch-copy br {
    display: inline;
  }
  #starmark2026 #top-mission .catch-copy span {
    display: none;
  }
  #starmark2026 #footer #footer-nav .footer-sitemap > li {
    flex-basis: 48%;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2.5em;
  }
  #starmark2026 #footer #footer-nav .footer-sitemap-second li {
    font-size: 16px;
  }
  #starmark2026.service .service-item .col.first {
    flex-basis: 160px !important;
    margin-right: 20px;
  }
  #starmark2026.service .service-item .col.last {
    flex-basis: calc(100% - 180px) !important;
  }
  #starmark2026.service .service-item .service-icon {
    height: 160px;
    width: 160px;
  }
  #starmark2026 .contactform .col.first {
    flex-basis: 100%;
    text-align: left;
  }
  #starmark2026 .contactform .col.last {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #starmark2026 .container {
    width: 720px;
  }
  #starmark2026 #header-sp .row.collapse-row {
    margin-right: -30px;
    margin-left: -30px;
  }
  #starmark2026 #header-sp #collapse_menu_area ul li {
    padding: 5px 10px 5px 40px;
  }
}

@media (max-width: 767px) {
  #starmark2026 {
    font-size: 16px;
    /*	#top-service {
		.margin_b_50 { margin-bottom: 20px !important; }
		.service-bnr {
			justify-content: center;
			.col {
				flex-basis: 100%;
				img { width: 100%; }
			}
		}
		.service-lists {
			align-items: flex-start;
			align-content: flex-start;
			.col {
				flex-basis: 48%;
				margin-bottom: 20px;
				word-wrap : break-word;
				overflow-wrap : break-word;
				word-break: break-all;
			}
		}
		.service-icon {
			height: 46vw;
			img {
				width: 40%;
			}
		}
	}
*/
  }
  #starmark2026 .d-sm-none {
    display: none;
  }
  #starmark2026 .container {
    width: 540px;
  }
  #starmark2026 #sidebar {
    flex-basis: 100% !important;
    order: 2;
  }
  #starmark2026 #main {
    flex-basis: 100% !important;
    order: 1;
    overflow-x: hidden;
  }
  #starmark2026 #main > .row > .col {
    flex-basis: 100% !important;
  }
  #starmark2026 #top-mission .starmark-is br {
    display: inline;
  }
  #starmark2026 #top-news .news-lists,
  #starmark2026 #top-blog .news-lists {
    flex-direction: column;
  }
  #starmark2026 #top-news .news-lists .col,
  #starmark2026 #top-blog .news-lists .col {
    flex-basis: 100%;
  }
  #starmark2026 #top-magazine .magazine-lists .col {
    flex-basis: 100%;
  }
  #starmark2026 #top-service .service-list .col {
    flex-basis: 100%;
  }
  #starmark2026 #footer .margin_b_60 {
    margin-bottom: 0px !important;
  }
  #starmark2026 #footer #footer-nav .footer-sitemap {
    flex-direction: column;
  }
  #starmark2026 #footer #footer-nav .footer-sitemap > li {
    flex-basis: 48%;
    line-height: 1.6;
  }
  #starmark2026 #footer #footer-nav .footer-sitemap > li > ul {
    margin-top: 1em;
  }
  #starmark2026 #footer #footer-nav .footer-sitemap > li > ul > li {
    margin-bottom: 1em;
  }
  #starmark2026.archive #sidebar .keywords li a,
  #starmark2026.archive #sidebar .archive-date li a, #starmark2026.single #sidebar .keywords li a,
  #starmark2026.single #sidebar .archive-date li a {
    font-size: 16px;
    line-height: 2.5;
  }
  #starmark2026.service #content #main > .row > .col .service-icon {
    width: 100%;
    height: 46vw;
  }
  #starmark2026.service #content #main > .row > .col.first {
    flex-basis: 46% !important;
  }
  #starmark2026.service #content #main > .row > .col.last {
    flex-basis: 46% !important;
  }
}

@media (max-width: 576px) {
  #starmark2026 .d-xs-none {
    display: none;
  }
  #starmark2026 .container {
    width: 100%;
  }
  #starmark2026 #header-sp .logo-img {
    margin-top: 6px;
    width: 60px;
    height: auto;
  }
  #starmark2026 .service .list-item,
  #starmark2026 .companyinfo .list-item {
    justify-content: space-between !important;
  }
  #starmark2026 .service .list-item .col.first,
  #starmark2026 .companyinfo .list-item .col.first {
    flex-basis: 30% !important;
    margin-right: 0;
  }
  #starmark2026 .service .list-item .col.last,
  #starmark2026 .companyinfo .list-item .col.last {
    flex-basis: 65% !important;
  }
  #starmark2026 .service .list-item .list-link,
  #starmark2026 .companyinfo .list-item .list-link {
    list-style-position: outside;
  }
  #starmark2026 .service .list-item .list-image,
  #starmark2026 .companyinfo .list-item .list-image {
    width: 100%;
    height: 30vw;
  }
}
