/** ------------------------------------- Zipan法人トップ 20260515 START ------------------------------------- **/

@charset "UTF-8";
html,
body {
  font-family: "Noto Sans JP", serif;
  font-size: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

body {
  font-size: 16px;
  color: #28323C;
  overflow-x: hidden;
  /* 横方向のスクロールを防止 */
}
body p {
  line-height: 1.75;
}
body h1 {
  font-size: 42px;
}
@media screen and (max-width: 1200px) {
  body h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  body h1 {
    font-size: 4.5vw;
  }
  body h2 {
    font-size: 20px;
  }
  body h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  body h1 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 410px) {
  body h1 {
    font-size: 22px;
  }
  body h4 {
    font-size: 14px;
  }
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

.btn--request a {
  width: 250px;
  padding: 15px 72px;
  background-color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  color: #DB4733;
  text-decoration: none;
  letter-spacing: 0;
}

.btn--experience a {
  width: 250px;
  /*padding: 15px 60px;*/
  padding: 15px 30px;
  background-color: #DB4733;
  color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
}

.btn--experience.table a {
  width: 250px;
  padding: 15px 40px;
  background-color: #DB4733;
  color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
}
@media screen and (max-width: 1250px) {
  .btn--experience.table a {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 1150px) {
  .btn--experience.table a {
    padding: 10px;
    font-size: 14px;
  }
}

.btn--request.sp a {
  width: 160px;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  color: #DB4733;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
}

.btn--experience.sp a {
  width: 160px;
  padding: 12px 15px;
  background-color: #DB4733;
  color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
}

.btn--request.top a {
  width: 160px;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  color: #DB4733;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
}

.btn--experience.top a {
  width: 160px;
  padding: 12px 15px;
  background-color: #DB4733;
  color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
}

.header__inner {
  display: flex;
  height: 90px;
  padding: 20px 10px 20px 20px;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .header__inner {
    width: 100%;
    padding: 15px 10px;
  }
}
.header--tel {
  display: flex;
  align-items: center;
  justify-self: end;
}
.header--tel img {
  margin-right: 5px;
}
.header__logo img {
  width: 120px;
}
.header__text {
  display: flex;
}
.header__btn {
  display: flex;
  margin-left: 20px;
  align-items: center;
}
.header__btn .btn--experience {
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  .header__btn {
    display: none;
  }
}

.main {
  width: 100%;
  /*margin-bottom: 120px;*/
  margin-bottom: 80px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 959px) {
  .main {
    /*margin-bottom: 180px;*/
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .main {
    margin-bottom: 60px;
  }
}
.main__inner {
  max-width: 1500px;
  display: flex;
  margin: 0px auto;
  position: relative;
  /*height: 600px;*/
  height: 540px;
}
@media screen and (max-width: 959px) {
  .main__inner {
    /*height: 1120px;*/
    height: 1040px;
  }
}
@media screen and (max-width: 690px) {
  .main__inner {
    height: 800px;
    /*height: 860px;*/
  }
}
@media screen and (max-width: 450px) {
  .main__inner {
    width: 100%;
    /*height: 780px;*/
    height: 700px;
  }
}
.main__ttl {
  font-size: 170%;
}
.main .sub__ttl {
  font-size: 120%;
}
.main__btn {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .main__btn {
    justify-content: center;
  }
}
@media screen and (max-width: 690px) {
  .main__btn {
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .main__btn {
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
}
.main__photo {
  position: absolute;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 450px) {
  .main__photo {
    width: 100%;
  }
}
.main__catch {
  position: absolute;
  /*top: -170%;*/
  top: -160%;
  left: 5%;
  transform: translateY(200%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .main__catch {
    /*top: -810px;
    top: -950px;*/
  }
}
@media screen and (max-width: 959px) {
  .main__catch {
    width: 100%;
    top: -430px;
    /*top: -380px;*/
    text-align: center;
    display: flex;
    justify-content: center;
    left: 0;
  }
}
@media screen and (max-width: 690px) {
  .main__catch {
    text-align: center;
    top: -540px;
    /*top: -600px;*/
  }
}
@media screen and (max-width: 450px) {
  .main__catch {
    text-align: center;
    top: -560px;
    /*top: -640px;*/
  }
}
@media screen and (max-width: 410px) {
  .main__catch {
    text-align: center;
    top: -600px;
  }
}
.main__text h1 {
  line-height: 1.3;
  padding: 5px 0 10px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
}
.main__text h2{
  margin-bottom: 10px;
}
.main__text h2 span {
  background: linear-gradient(transparent 70%, #FFED56 60%);
}
.main__text p {
  margin-bottom: 10px;
}

/* 20251119 */
.main__text p.toB {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background-color: #2A323A;
  color: #fff;
  border-radius: 100vh;
  padding:6px 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 450px) {
  .main__text p.toB {
    font-size: 18px;
  }
}

.main__badge {
  display: flex;
  align-items: flex-end;
  padding-top: 0;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .main__badge {
    display: block;
  }
}
.main__badge__image {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .main__badge__image {
    justify-content: center;
  }
}
.main__badge .attention {
  font-size: 10px;
}

.feature {
  width: 90vw;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .feature {
    max-width: 90%;
    margin: 0 auto;
  }
}
.feature .problem {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .feature .problem {
    width: 100%;
  }
}
.feature .problem__text {
  text-align: center;
}
.feature .problem__text h2 {
  line-height: 1.75;
  padding-top: 10px;
}
@media screen and (max-width: 959px) {
  .feature .problem__text h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.feature .problem__text h2 span {
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .feature .problem__text h2 span {
    font-size: 28px;
  }
}
.feature .problem__point {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 620px) {
  .feature .problem__point {
    display: block;
  }
}
.feature .problem__image {
  width: 340px;
  height: 300px;
  background-color: #FBFBFB;
  text-align: center;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .feature .problem__image {
    margin: 40px auto;
    padding: 32px 0;
    width: auto;
    height: auto;
  }
}
.feature .problem__image__icon {
  position: absolute;
  top: -20px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.feature .problem__image__description span {
  color: #DB4733;
  font-weight: bold;
}
.feature .problem__arrow {
  text-align: center;
  margin: 50px;
}
@media screen and (max-width: 959px) {
  .feature .problem__arrow {
    margin: 20px;
  }
}
.feature .learn {
  padding: 50px;
  margin: 0 50px;
  border-top: #CCCCCC 1px solid;
}
@media screen and (max-width: 959px) {
  .feature .learn {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .feature .learn__ttl {
    padding-top: 50px;
  }
}
.feature .learn__ttl__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature .learn__text {
  line-height: 1.75;
  padding-top: 30px;
}
@media screen and (max-width: 959px) {
  .feature .learn__text {
    text-align: left;
  }
}
.feature .learn__text--dot {
  border-bottom: dotted 2px #28323C;
  font-weight: bold;
}
.feature .lesson {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 959px) {
  .feature .lesson {
    display: block;
    max-width: 100%;
  }
}
.feature .lesson__ttl {
  width: 100%;
  padding: 20px;
  background-color: #DB4733;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .feature .lesson__ttl {
    max-width: 100%;
    margin-top: 50px;
  }
}
.feature .lesson__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  .feature .lesson__image {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.feature .lesson__image__box {
  padding: 32px;
}
.feature .lesson__image__box.top {
  border-right: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
}
@media screen and (max-width: 959px) {
  .feature .lesson__image__box.top {
    border-right: none;
    border-bottom: 2px solid #F2F2F2;
  }
}
.feature .lesson__image__box.under {
  border-right: 2px solid #F2F2F2;
}
@media screen and (max-width: 959px) {
  .feature .lesson__image__box.under {
    border-right: none;
    border-bottom: 2px solid #F2F2F2;
  }
}
.feature .lesson__image__box.top-right {
  border-bottom: 2px solid #F2F2F2;
}
@media screen and (max-width: 959px) {
  .feature .lesson__image__box.top-right {
    border-right: none;
    border-bottom: 2px solid #F2F2F2;
  }
}
.feature .lesson__image__box p {
  text-align: left;
  padding-left: 60px;
}
@media screen and (max-width: 959px) {
  .feature .lesson__image__box p {
    padding-left: 0px;
  }
}
@media screen and (max-width: 959px) {
  .feature .lesson__image__box img {
    max-width: 300px;
    height: auto;
  }
}
.feature .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.feature .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .feature .video iframe {
    width: 100%;
    height: 100%;
  }
}
.feature .support {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .feature .support {
    width: 100%;
  }
}
.feature .support__image {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -80px;
}
@media screen and (max-width: 959px) {
  .feature .support__image img {
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  .feature .support__image {
    display: block;
    margin-top: 0;
  }
}
.feature .support__text {
  max-width: 600px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .feature .support__text {
    margin-top: 20px;
  }
}
.feature .support__text h2 {
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .feature .support__text h2 {
    padding-bottom: 10px;
  }
}
.feature .support__text h2 span {
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .feature .support__text h2 span {
    font-size: 24px;
  }
}
.feature .different {
  margin: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 959px) {
  .feature .different {
    margin: 50px auto;
    width: 100%;
  }
}
.feature .different__ttl__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature .different__table {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
  margin: 84px auto;
}
@media screen and (max-width: 959px) {
  .feature .different__table {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 34px auto;
  }
}
.feature .different__table--common {
  border: 1px #CCCCCC solid;
  padding: 32px 0;
}
@media screen and (max-width: 959px) {
  .feature .different__table--common {
    width: auto;
    height: 500px;
  }
}
.feature .different__table--ttl {
  padding-top: 10px;
}
@media screen and (max-width: 959px) {
  .feature .different__table--ttl {
    display: flex;
    justify-content: center;
  }
}
.feature .different__table--ttl h3 {
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .feature .different__table--ttl h3 {
    padding-bottom: 0;
  }
}
.feature .different__table--ttl img {
  padding: 16px;
}
@media screen and (max-width: 959px) {
  .feature .different__table--ttl img {
    padding-top: 20px;
  }
}
.feature .different__table--list {
  padding: 0 44px;
}
@media screen and (max-width: 959px) {
  .feature .different__table--list {
    padding: 20px 30px;
  }
}
.feature .different__table--check {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .feature .different__table--check {
    padding: 10px 20px;
    gap: 20px;
  }
}
.feature .different__table--check.top {
  border-top: 1px solid #CCCCCC;
}
.feature .different__table--check img {
  width: auto;
  height: 10px;
}
.feature .different__table--business {
  position: relative;
  border: 3px solid #DB4733;
  height: 120%;
  top: -50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 959px) {
  .feature .different__table--business {
    height: 640px;
    top: 0px;
    margin-bottom: 40px;
  }
}
.feature .different__table--business h3 {
  background-color: #DB4733;
  color: #fff;
  padding: 10px;
}
.feature .different__table--business .btn--experience {
  position: relative;
  top: 50px;
}
.feature .point {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .feature .point {
    width: 100%;
  }
}
.feature .point__ttl__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature .point__text {
  text-align: left;
  max-width: 540px;
  width:100%; /* 20251029 */
}
@media screen and (max-width: 959px) {
  .feature .point__text {
    width: auto;
    display: contents;
  }
}
.feature .point__text h3 {
  padding: 20px 0;
}
.feature .point__text h3 span {
  font-size: 28px;
}
.feature .point__text p span {
  font-weight: bold;
}
.feature .point__table {
  display: flex;
  max-width: 1080px;
  margin: 38px auto;
  text-align: left;
  gap: 20px;
}

.feature .point__table.--cases {
  padding-bottom:60px;
  border-bottom: 1px dotted #999;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .feature .point__table {
    flex-direction: column-reverse;
  }
  .feature .point__table .point__btn {
    order: 2;
  }
  .feature .point__table h3 {
    order: 1;
  }
  .feature .point__table .point__image {
    order: 0;
  }
  .feature .point__table p {
    order: -1;
    margin-top: 10px;
  }
  /* 20251029 */
  .feature .point__table p.annotation {
    order: -2;
    margin-top: 0;
  }
}

/* 事例構成変更 20260402 START */
.point__table--case{
  display: flex;
  gap:20px;
  justify-content: center;
  max-width: 1060px;
  margin: auto;
}
.point__table02{
  display: flex;
  max-width: 460px;
  margin: 0 auto 38px;
  text-align: left;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-self: flex-start;
}
.feature .point__table02 .cases__text h3 span {
  font-size: 26px;
}
.point__table .point__image{
  max-width:460px;
}
.point__table .point__image picture, .point__table .point__image img{
  width:100%;
}
.point__table02 .point__image{
  max-width:460px;
}
.point__table02 .point__image picture, .point__table02 .point__image img{
  width:100%;
}

@media screen and (max-width: 959px) {
  .point__table--case{
    display: block;
  }
  .feature .point__table02 .cases__text h3 span {
    font-size: 21px;
  }
  .btn--cases{min-height:40px;}
}
/* 事例構成変更 20260402 END */


.feature .point__table--price {
  max-width: 1080px;
  margin: 60px auto 0;
}
.feature .point__table--price .point__text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature .point__table--price .price__table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 959px) {
  .feature .point__table--price .price__table {
    display: block;
  }
}
.feature .point__table--price .price__table .column {
  width: 360px;
}
@media screen and (max-width: 959px) {
  .feature .point__table--price .price__table .column {
    width: auto;
  }
}
.feature .point__table--price .price__table .column .data--light {
  padding: 10px 0;
  font-weight: bold;
  font-size: 24px;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 959px) {
  .feature .point__table--price .price__table .column .data--light {
    border-right: 1px solid #CCCCCC;
    padding: 15px 0;
  }
}
.feature .point__table--price .price__table .column .data--middle {
  padding: 10px 0;
  font-weight: bold;
  font-size: 24px;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 959px) {
  .feature .point__table--price .price__table .column .data--middle {
    border-right: 1px solid #CCCCCC;
    padding: 15px 0;
  }
}
.feature .point__table--price .price__table .column .data--heavy {
  padding: 10px 0;
  font-weight: bold;
  font-size: 24px;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 959px) {
  .feature .point__table--price .price__table .column .data--heavy {
    border-right: 1px solid #CCCCCC;
    padding: 15px 0;
  }
}
.feature .point__table--price .price__table .column .light {
  background-color: #E36B5B;
  color: #fff;
  padding: 10px 0;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.feature .point__table--price .price__table .column .light img {
  width: 33px;
  height: 33px;
  vertical-align: bottom;
  margin: 0 10px;
}
.feature .point__table--price .price__table .column .light span {
  font-size: 20px;
  font-weight: bold;
}
.feature .point__table--price .price__table .column .middle {
  background-color: #DF5846;
  color: #fff;
  padding: 10px 0;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.feature .point__table--price .price__table .column .middle img {
  width: 33px;
  height: 33px;
  vertical-align: bottom;
  margin: 0 10px;
}
.feature .point__table--price .price__table .column .middle span {
  font-size: 20px;
  font-weight: bold;
}
.feature .point__table--price .price__table .column .heavy {
  background-color: #DC4632;
  color: #fff;
  padding: 10px 0;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.feature .point__table--price .price__table .column .heavy img {
  width: 33px;
  height: 33px;
  vertical-align: bottom;
  margin: 0 10px;
}
.feature .point__table--price .price__table .column .heavy span {
  font-size: 20px;
  font-weight: bold;
}
.feature .point__table--attention {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 20px 0;
  max-width: 650px;
  gap: 0 20px;
  font-size: 14px;
}
.feature .point__btn {
  padding: 5px 15px;
  background-color: #DB4733;
  color: #fff;
  border-radius: 20px;
  width: 120px;
  text-align: center;
}
.feature .point__btn.side {
  height: 35px;
}
.feature .point__image {
  font-size: 10px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .feature .point__image {
    text-align: left;
  }
}

.contact {
  padding: 60px;
  background-color: #F5F5F5;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .contact {
    padding: 60px 0;
  }
}
.contact__text {
  text-align: center;
}
.contact .main__btn {
  justify-content: center;
  margin: 50px;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .contact .main__btn {
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
  }
}
.contact h4 {
  text-align: center;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
.different__ttl__sp {
  display: none;
}

.br-xl {
  display: none;
}

@media screen and (max-width: 1200px) {
  .br-xl {
    display: inline-block;
  }
}
.br-sm {
  display: none;
}

@media screen and (max-width: 959px) {
  .br-xl {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .br-xl {
    display: inline-block !important;
  }
}
.br-sm {
  display: none;
}

@media screen and (max-width: 440px) {
  .br-pc {
    display: none;
  }
  .br-sm {
    display: inline-block;
  }
}
@media screen and (max-width: 1080px) {
  .different__ttl__logo {
    display: none !important;
  }
  .different__ttl__sp {
    display: inline-block;
  }
  .different__ttl__sp span {
    font-size: 20px;
    font-weight: bold;
  }
  .different__ttl__sp .center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.slick-prev {
  left: 7px !important;
  width: 28px !important;
  height: 28px !important;
  z-index: 100;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.slick-next {
  right: 7px !important;
  width: 28px !important;
  height: 28px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 40px !important;
  line-height: 1;
  opacity: 1 !important;
  color: #DB4733 !important;
  -webkit-font-smoothing: antialiased;
}

.footer {
  background-color: #333333;
  color: #fff;
  padding: 60px 120px;
}
.footer a:link{
  color:#fff;
  text-decoration: underline;
}
.footer a:visited{
  color:#ddd;
}
.footer a:hover{
  color:#fff;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .footer {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 660px) {
  .footer {
    padding: 60px 30px 140px;
  }
}
.footer p {
  font-size: 12px;
}


/* logo-isolation */
.feature .learn__ttl__logo img {
  margin:20px 0 20px 20px;
}
@media screen and (max-width: 450px) {
  .feature .learn__ttl__logo img {
    margin:20px 0 20px 5px;
  }
}

.feature .different__ttl__logo img {
  margin:0 20px 0 0;
}
.feature .point__ttl__logo img {
  margin:0 20px 0 0;
}
@media screen and (max-width: 450px) {
  .feature .point__ttl__logo img {
    margin:0 10px 0 -5px;
  }
}

@media screen and (max-width: 1080px) {
  .different__ttl__sp img {
    margin:0 0 10px 0;
  }
}

.footer img {
  margin:0 0 10px 0;
}


/* 20250227 add cases */
.feature .cases {
  margin: 50px 50px 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 959px) {
  .feature .cases {
    margin: 50px auto;
    width: 100%;
  }
}

.feature .cases__text h3 {
  padding: 0 0 10px;
}
.feature .cases__text h3 span {
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .feature .cases__text h3 span {
    font-size: 21px;
  }
}
.feature .cases__text p span {
  font-weight: bold;
  color:#DB4733;
}
.feature .cases__text p.voice{
  font-size: 13px;
  background-color: #eee;
  padding:8px 10px;
  margin:10px 0;
  border-radius: 10px;
  line-height: 1.5;
}


.btn--cases a {
  width: 250px;
  padding: 15px 72px;
  background-color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  color: #DB4733;
  text-decoration: none;
  letter-spacing: 0;
}
.btn--cases.sp a {
  width: 160px;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #DB4733;
  text-align: center;
  border-radius: 3px;
  color: #DB4733;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
}

p.main_txt_biz{
  width: 100%;
  background-color: rgba(219, 71, 51, 0.8);
  color:#fff;
  font-weight:bold;
  padding:10px 0;
  margin:0 auto;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 500px) {
  p.main_txt_biz{
    padding:10px;
    text-align: left;
  }
}
.case-bnr{
  width:100%;
  height: auto;
  margin-top:20px;
  max-width: 1080px;
}
@media screen and (max-width: 1080px) {
  img.case-bnr{
    width:100%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  img.case-bnr{
    width:100%;
    height: auto;
  }
}






/* ---------------------------- floatCTA 20250428 START ---------------------------- */

/* topfloatCTA-right */
.TopFloat-CTA-Box{
  display: block;
  opacity: 0;
  pointer-events: none;
}
.TopFloat-CTA-Box.-active {
  opacity: 1;
  pointer-events: auto;
}


.TopFloat-CTA {
  display: block;
  position: fixed;
  z-index: 100;
  right: 0 !important;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: opacity ease .15s;
  transition: opacity ease .15s;
  width: 280px;
}
.TopFloat-CTA a:hover{opacity: 0.7;}
@media screen and (max-width: 660px) {
  .TopFloat-CTA {
    display: none;
  }
}

.TopFloat-CTA-Box img{
  width:100%;
  height:auto;
}

.TopFloat-CTA .ActionArea__button {
  width: 100%;
  margin: 0 auto;
  padding:6px;
  text-align: center;
}
.TopFloat-CTA .ActionArea__button .ActionArea__button-txt{
  margin-bottom:10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.TopFloat-CTA .ActionArea__button .ActionArea__button-txt span:nth-of-type(1){
  color: #0087D2;
  font-size: 24px;
}
.TopFloat-CTA .ActionArea__button .ActionArea__button-txt span:nth-of-type(2){
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .TopFloat-CTA .ActionArea__button .ActionArea__button-txt{
    margin-bottom:10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
  }
  .TopFloat-CTA .ActionArea__button .ActionArea__button-txt span:nth-of-type(1){
    color: #0087D2;
    font-size: 28px;
  }
  .TopFloat-CTA .ActionArea__button .ActionArea__button-txt span:nth-of-type(2){
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .TopFloat-CTA .ActionArea__button {
    margin: 0;
    width: 280px;
  }
}
.TopFloat-CTA.-active {
  opacity: 1;
  pointer-events: auto;
}
.TopFloat-CTA .CommonButton.-cv {
  font-size: 1.6rem;
  height: 56px;
  padding:0 20px;
}
@media screen and (min-width: 768px) {
  .TopFloat-CTA .CommonButton.-cv {
    font-size: 1.8rem;
  }
}
.TopFloat-CTA .CommonButton.-primary {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 768px) {
  .TopFloat-CTA .CommonButton.-primary {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.TopFloat-CTA .CommonButton.-hasImage {
  padding: 0 0 0 8px;
}
@media screen and (min-width: 768px) {
  .TopFloat-CTA .CommonButton.-hasImage {
    padding: 0 10px;
  }
}
.TopFloat-CTA .CommonButton__labelText {
  margin-left: 0;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .TopFloat-CTA .CommonButton__labelText {
    margin-left: 10px;
    font-size: 1.8rem;
  }
}



/* float CTA TOP */
.ActionArea.-float.-topCTA {
  display: block;
  position: fixed;
  z-index: 100;
  left: 50%;
  /*bottom: 0;*/
  bottom: 60px;/*20251212*/
  transform: translateX(-50%);
  padding: 10px;
  margin: 0 auto;
  -webkit-transition: opacity ease .15s;
  transition: opacity ease .15s;
  width: 100%;
  background-color: #fff;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 400px) {
  .ActionArea.-float.-topCTA {
    width: 100%;
  }
}
@media screen and (min-width: 661px) {
  .ActionArea.-float.-topCTA {
    display: none;
  }
}
.ActionArea.-float.-topCTA .ActionArea__buttonOuter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 375px;
  gap: 8px;
  margin: 0px auto;
}
.ActionArea.-float.-topCTA .ActionArea__buttonOuter a {
  color: inherit;
  text-decoration: none;
}
.ActionArea.-float.-topCTA.-active {
  opacity: 1;
  pointer-events: auto;
}
.ActionArea.-float.-topCTA .CommonButton.-cv {
  font-size: 16px;
  height: 56px;
  padding:0 20px;
}
.ActionArea.-float.-topCTA .CommonButton.-primary {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 768px) {
  .ActionArea.-float.-topCTA .CommonButton.-primary {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.ActionArea.-float.-topCTA .CommonButton.-hasImage {
  padding: 0 0 0 2px;
}

@media screen and (min-width: 768px) {
  .ActionArea.-float.-topCTA .CommonButton.-hasImage {
    padding: 0 10px;
  }
}

.ActionArea.-float.-topCTA .CommonButton__labelText {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
}
.ActionArea.-float.-topCTA .ActionArea__foot{
  line-height: 1;
  margin: 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .ActionArea.-float.-topCTA .ActionArea__foot .ActionArea__footHeading{
    display: none;
  }
}

.topCTA__labelText {
  display: block;
  margin-left: 8px;
  text-align: left;
  width: auto;
}


/* SP */
.CommonButton__labelImage {
  display: block;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .CommonButton__labelImage {
    width: 120px;
  }
}
.CommonButton__wrapLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  align-items: center;
  height: 100%;
  font-weight: bold;
}

.CommonButton__wrapLink::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height: 100%;*/
}
.CommonButton.-primary {
  background-color: #FFED56;
  -webkit-box-shadow: 0 4px 0 #F9BF3B;
          box-shadow: 0 4px 0 #F9BF3B;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border-radius: 8px;
}



/* ---------------------------- floatCTA 20250428 END ---------------------------- */



/* ---------------------------- Whitepaper 20250428 START ---------------------------- */
.wp{
  border-top: 1px solid #ccc;
  padding:60px 0;
}
.wp h2{
  font-size: 24px;
  margin-bottom: 60px;
}
.wp h2 span{
  color:#DB4733;
  font-size:28px;
}
.MainContent__layout{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.MainContent__layout.-col3 {
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .MainContent__layout.-col3 {
    gap: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .MainContent__layout.-col3 {
    gap: 40px;
  }
}

.MainContent__layout.-col3.-whpaper a{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.MainContent__layout.-col3.-whpaper {
  gap: 30px 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin:30px auto;
  max-width: 1080px;
}

@media screen and (min-width: 768px) {
  .MainContent__layout.-col3.-whpaper {
    gap: 30px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .MainContent__layout.-col3.-whpaper {
    gap: 30px 30px;
  }
}


.WhPaper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding:0;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .WhPaper {
    width: calc(50% - (24px / 2));
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 959px) {
  .WhPaper {
    width: calc(33.33% - ((30px / 3)* 2));
  }
}

.WhPaper > * + * {
  margin-top: 30px;
}

.WhPaper.-hidden {
  display: none;
}

.WhPaper.-more {
  display: none;
}
.WhPaper img{
  width: 100%;
  height: auto;
}
.WhPaper a {
  color: inherit;
  text-decoration: none;
}

.WhPaper__cat {
  font-size: 14px;
  line-height: 1;
  background-color: #DB4733;
  padding:4px;
  color: #fff;
  margin: 10px 5% 0;
}
.WhPaper__cat.-webinar {
  background-color: #28323C;
}
.WhPaper__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 10px 5%;
}
.WhPaper__img {
  width:100%;
  margin: 0px auto;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.WhPaper__img img{
  -o-object-fit: cover;
  -o-object-position: top center;
     object-fit: cover;
     object-position: top center;
  transition: transform 0.4s ease-out;
}
@media (hover: hover) {
  .WhPaper a.WhPaper__link:hover{
    opacity: 0.7;
  }
  .WhPaper a.WhPaper__link:hover .WhPaper__img img{
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .WhPaper a.WhPaper__link:active .WhPaper__img img{
    transform: scale(1.1);
  }
}
.WhPaper__btn{
  margin:20px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.CommonButton.-outline {
  color: #DB4733;
  border: #DB4733 solid 1px;
  padding: 11px 8px;
  background-color: #fff;
  border-radius: 8px;
}

.WhPaper__btn .CommonButton.-outline{
  margin-top:auto;
}


/* ---------------------------- Whitepaper 20250428 END ---------------------------- */




/* ---------------------------- CasesLogo 20250428 START ---------------------------- */

.caselogo{
  display: flex;
  align-items: center;
  gap: 16px;
  width:90%;
  margin:20px auto 20px;
}

@media screen and (max-width: 959px) {
  .caselogo{
    gap: 20px;
    width:100%;
    margin:20px auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .caselogo{
    /*display: block;*/
    flex-wrap: wrap;
    justify-content: center;
  }
}

.caselogo h2 {
  width: calc(19% - ((40px / 3)* 2));
}
.caselogo img {
  width: calc(18% - ((40px / 3)* 2));
}

@media screen and (max-width: 1280px) {
  .caselogo h2 {
    width: calc(19% - ((40px / 3)* 2));
  }
  .caselogo img {
    width: calc(18% - ((40px / 3)* 2));
  }
}
@media screen and (max-width: 768px) {
  .caselogo h2 {
    width: calc(19% - (24px / 2));
  }
  .caselogo img {
    width: calc(18% - (24px / 2));
  }
}
@media screen and (max-width: 600px) {
  .caselogo{
    gap: 16px;
  }

  .caselogo h2 {
    width: 100%;
    text-align: center;
    margin-bottom:20px;
  }
  .caselogo img {
    width: calc(32% - (24px / 2));
    /*width: calc(44% - (24px / 2));*/
  }
}

.caselogoBox p{
  margin-bottom:80px;
}

/* ---------------------------- CasesLogo 20250428 END ---------------------------- */


/* ---------------------------- mainCopy_bizmates 20250605 START ---------------------------- */

.main__text_biz{
  background-color:#f1f1f1;
  color:#2A323A;
  font-size:28px;
  font-weight:bold;
  padding:12px 0 16px;
  text-align:center;
  line-height: 1.6;
}
.main__text_biz span:nth-of-type(1){
  font-size:16px;
  font-weight: normal;
  color:#2A323A;
}
.main__text_biz span:nth-of-type(2){
  font-size:12px;
  font-weight: normal;
}
.main_txt_link02:after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../images/top/icon-window.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  vertical-align: 0.3em;
  margin-left: -10px;
  margin-right: 5px;
}
a.main_txt_link02:link{
  text-decoration: underline;
  text-underline-offset: 4px;
  color:#28323C;
}
a.main_txt_link02:hover{
  text-decoration: none;
}
a.main_txt_link02:visited{
  color:#28323C;
}

@media screen and (max-width: 768px) {
  .main__text_biz{
    font-size:16px;
    text-align: left;
    padding:12px 3%;
  }
  .main__text_biz span:nth-of-type(1){
    font-size:12px;
    letter-spacing: -0.05rem;
  }
  .main__text_biz span:nth-of-type(2){
    font-size:11px;
  }
  .main_txt_link02:after{
    width: 12px;
    height: 12px;
    background-size: 12px;
    vertical-align: 0.3em;
    margin-left: -6px;
    margin-right: 5px;
  }

}

/* ---------------------------- mainCopy_bizmates 20250605 END ---------------------------- */



/* ---------------------------- 1dayseminar/rollplay 20251029 START ---------------------------- */
.feature .seminar {
  margin: 50px 50px 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 959px) {
  .feature .seminar {
    margin: 50px auto;
    width: 100%;
  }
}

/*add 20260122*/
.seminar__img{
  max-width: 100%;
}
.seminar__img img{
  max-width: 100%;
}



.feature .seminar h2{
  margin-bottom:20px;
}
.modal_link{
  display: flex;
  gap:20px;
  margin-top:20px;
}

.p-program__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*height: 44px;*/
  padding: 10px 38px 10px 20px;
  position: relative;
  background: #fcfdfd;
  border: 1px solid #DA4733;
  border-radius: 4px;
  color: #dc4632;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  transition: opacity .2s ease-out;
  letter-spacing: 0
}
.p-program__button:before {
  content: "";
  width: 18px;
  height: 18px;
  /*border-radius: 50%;*/
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background: url(../../images/top/icon_plus.svg) 0 0 no-repeat;
  background-size: cover;
}

/*a.p-program__button{
  text-decoration: none;
}*/
.p-program__button:hover{
  opacity: 0.7;
}

.ModalContent__window {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.ModalContent__window.-serviceCard {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ModalContent__imageOuter {
  position: relative;
  margin-top: 56px;
  margin-bottom: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: none;
  padding: 0px;
}
.ModalContent__close {
  position: absolute;
  top: -64px;
  right: 24px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}

@media screen and (min-width: 1024px) {
  .ModalContent__close {
    top: 0px;
    right: 0px;
  }
}

.ModalContent__trigger {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.ModalContent__window.-serviceCard .ModalContent__imageOuter {
  position: relative;
  margin-top: 56px;
  margin-bottom: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: none;
  padding: 0px;
}
@media screen and (min-width: 1024px) {
  .ModalContent__window.-serviceCard .ModalContent__imageOuter {
    width: auto;
    height: auto;
    margin: auto;
    /*padding-right: 48px;*/
  }
}
.ModalContent__window.-serviceCard .ModalContent__image {
  width: inherit;
  height: inherit;
}
.ModalContent__window.-serviceCard .ModalContent__image img {
  width: 100%;
  height: auto;
}

.ModalContent__window.-serviceCard .ModalContent__overlay {
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #141821;
  opacity: .6;
}
.ModalContent__window.-serviceCard .ModalContent__close {
  position: absolute;
  top: -24px;
  right: 24px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}
.ModalContent__window.-serviceCard .ModalContent__close img {
  width:80%;
  height:auto;
  margin-right: 2% !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}



.annotation{
  font-size:14px;
  margin-top:20px;
}


/* ---------------------------- 1dayseminar/rollplay 20251029 END ---------------------------- */


/* ---------------------------- gnav追加等 20251212 START ---------------------------- */

.gnav{
  display: flex;
  gap: 80px;
  text-align: center;
  background-color: #DB4733;
  padding: 20px 10px;
  margin: 20px auto;
  align-items: center;
  /*justify-content: space-around;*/
  justify-content: center;
}

.gnav a:link{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.gnav a:hover{
  text-decoration: underline;
}
.gnav a:visited{
  color: #fff;
}
.gnav p:before{
  content: "▼";
  color: rgba(255, 255, 255, 0.8);
  padding-right: 5px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {

  .gnav{
    flex-wrap: wrap;
    gap: 20px 2%;
    font-size: 15px;
  }
  .gnav p{
    width: 49%;
    box-sizing: border-box;
  }

}


.proportion-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 60px;
  padding: 40px 30px 35px 30px;
  /*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);*/
  background-color: #FDF5F4;
  max-width: 1120px;
}
.proportion-container__left {
  width: fit-content;
  max-width: 34%;
}
.proportion-container__subtitle {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  background-color: #da4733;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.3rem;
  color: #fff;
}
.proportion-container__title {
  margin-top: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #28323c;
}
.proportion-container__title span {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  color: #da4733;
}
.proportion-container__center {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  text-align: left;
}
.proportion-container__text {
  width: 76%;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
.proportion-container__text span {
  font-weight: 400;
  font-size: 12px;
}
.proportion-container__text:first-child {
  font-size: 18px;
  color: #da4733;
}
.proportion-container__text:first-child span {
  font-weight: 400;
  font-size: 12px;
}
.proportion-container__percentage {
  width: 24%;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: right;
}
.proportion-container__percentage span {
  font-size: 16px;
}
.proportion-container__percentage:nth-child(2) {
  font-size: 26px;
  color: #da4733;
}
.proportion-container__percentage:nth-child(2) span {
  font-size: 22px;
}
.proportion-container__right {
  width: 22%;
}
.proportion-container__chart {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
}





@media (max-width: 959px) {

  .proportion-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  .proportion-container__left {
    width: 100%;
    max-width: fit-content;
    margin-bottom: 20px;
  }
  .proportion-container__center {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 10px;
  }
  .proportion-container__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.05rem;
    width: 79%;
  }
  .proportion-container__text span {
    font-weight: 400;
    font-size: 12px;
  }
  .proportion-container__text:first-child {
    font-size: 18px;
    color: #da4733;
  }
  .proportion-container__text:first-child span {
    font-weight: 400;
    font-size: 12px;
  }
  .proportion-container__percentage {
    width: 21%;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -0.05rem;
    text-align: right;
  }
  .proportion-container__percentage span {
    font-size: 16px;
  }
  .proportion-container__percentage:nth-child(2) {
    font-size: 26px;
    color: #da4733;
  }
  .proportion-container__percentage:nth-child(2) span {
    font-size: 16px;
  }
  .proportion-container__right {
    width: 100%;
  }
  .proportion-container__chart {
    margin: 30px auto 0;
  }
}
/* ---------------------------- gnav追加等 20251212 END ---------------------------- */

.main__text .txt90{font-size:90%;}

/** ------------------------------------- Zipan法人トップ 20260515 END ------------------------------------- **/

