@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

/*
 * Easing function
 * Original：http://easings.net/
 */
html {
  height: 100%;
}

.kaizen-body {
  font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #4c566c;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  
}
.kaizen-body.kaizen-body--fixed {
  height: auto;
  position: fixed;
  width: calc(100vw - (100vw - 100%));
}

.main-visual-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .main-visual-content {
    min-width: unset;
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual-content {
    display: block;
    height: auto;
    left: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: auto;
  }
}
.main-visual-content__items {
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .main-visual-content__items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 24px 0;
    position: static;
    width: 100%;
  }
}

.main-visual-texts {
  margin-bottom: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .main-visual-texts {
    margin-bottom: 32px;
  }
}
.main-visual-texts__copy {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .main-visual-texts__copy {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.main-visual-texts__copy br {
  display: none;
}
@media screen and (max-width: 640px) {
  .main-visual-texts__copy br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .main-visual-texts__copy {
    text-align: center;
  }
}
.main-visual-texts__title {
  font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: 2.8rem;
  line-height: 3.15rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-font-smoothing: auto;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .main-visual-texts__title {
    font-size: 1.75rem;
    line-height: 1.8375rem;
  }
}

@media screen and (max-width: 640px) {
  .main-visual-texts__title {
    text-align: center;
  }
}

.main-visual-texts.main-visual-texts--mvv .main-visual-texts__title {
  font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: 3rem;
  line-height: 3.15rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--mvv .main-visual-texts__title {
    font-size: 1.75rem;
    line-height: 1.8375rem;
  }
}
.main-visual-texts.main-visual-texts--mvv .main-visual-texts__title .separete {
  font-weight: normal;
  margin-right: 0.025em;
}
@media screen and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--mvv .main-visual-texts__title {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    letter-spacing: -0.0125em;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--mvv .main-visual-texts__title {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.main-visual-texts.main-visual-texts--mvv .main-visual-texts__copy {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--mvv .main-visual-texts__copy {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--mvv .main-visual-texts__copy {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--mvv .main-visual-texts__copy {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.main-visual-texts.main-visual-texts--about .main-visual-texts__title {
  margin-bottom: 32px;
 
}
.main-visual-texts.main-visual-texts--about .main-visual-texts__title img {
  height: 64px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--about .main-visual-texts__title {
    margin-bottom: 0;
  }
  .main-visual-texts.main-visual-texts--about .main-visual-texts__title img {
    height: 40px;
    width: auto;
  }
}
.main-visual-texts.main-visual-texts--about .main-visual-texts__copy {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--about .main-visual-texts__copy {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--about .main-visual-texts__copy {
    font-size: 1.125rem;
    line-height: 1.8rem;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: -4px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .main-visual-texts.main-visual-texts--about .main-visual-texts__copy {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}

.main-visual-buttons {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .main-visual-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 24px;
    width: auto;
  }
}
.main-visual-buttons__button {
  font-size: 1rem;
  line-height: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 16px #4c566c26;
  box-shadow: 0 0 16px #4c566c26;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 48px 0 24px;
  transition: 0.2s all;
  background-color: #2dd28d;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-right: 8px;
  position: relative;
}
.main-visual-buttons__button:hover {
    color: #2dd28d;
    background-color: #fff;
}





.main-visual-buttons__button::after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1.5em;
}

.main-visual-buttons__button:hover::after{
  border-top: 2px solid #2dd28d;
  border-right: 2px solid #2dd28d;
}


.main-visual-buttons__button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .main-visual-buttons__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    margin-right: 0;
    width: 100%;
  }
  .main-visual-buttons__button:last-child {
    margin-bottom: 0;
  }
}

.consulting-features {
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
}
.consulting-features__title {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .consulting-features__title {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.consulting-features__title br {
  display: none;
}
.consulting-features__title br.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .consulting-features__title br {
    display: block;
  }
}
.consulting-features__lead {
  font-size: 1.125rem;
  line-height: 1.8rem;
  margin: 32px auto 0;
  max-width: 968px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .consulting-features__lead {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .consulting-features__lead {
    margin-top: 24px;
  }
  .consulting-features__lead br {
    display: none;
  }
}
.consulting-features__body {
  margin-top: 0px;
}
@media screen and (max-width: 640px) {
  .consulting-features__body {
    margin-top: 48px;
  }
}

.consulting-features-list__header {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .consulting-features-list__header {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.consulting-features-list__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 103.5px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .consulting-features-list__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -16px;
  }
}
.consulting-features-list__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  width: 25%;
}
@media screen and (max-width: 640px) {
  .consulting-features-list__list-item {
    margin-bottom: 16px;
    padding: 0 6px;
    width: 50%;
  }
}

.consulting-features-list-item__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 72px;
  margin: 0 auto;
  width: 72px;
}
@media screen and (max-width: 640px) {
  .consulting-features-list-item__img {
    height: 48px;
    width: 48px;
  }
}
.consulting-features-list-item:nth-child(1) .consulting-features-list-item__img {
  background-image: url(//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/Kaizen/kaize-update-sep21/img/consulting/picto_01.svg);
}
.consulting-features-list-item:nth-child(2) .consulting-features-list-item__img {
  background-image: url(//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/Kaizen/kaize-update-sep21/img/consulting/picto_02.svg);
}
.consulting-features-list-item:nth-child(3) .consulting-features-list-item__img {
  background-image: url(//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/Kaizen/kaize-update-sep21/img/consulting/picto_03.svg);
}
.consulting-features-list-item:nth-child(4) .consulting-features-list-item__img {
  background-image: url(//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/Kaizen/kaize-update-sep21/img/consulting/picto_04.svg);
}
.consulting-features-list-item__title {
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .consulting-features-list-item__title {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .consulting-features-list-item__title {
    margin-top: 12px;
  }
}
.consulting-features-list-item__body {
  font-size: 0.875rem;
  line-height: 1.4rem;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .consulting-features-list-item__body {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .consulting-features-list-item__body {
    margin-top: 8px;
  }
}

.consulting-features-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  padding-bottom: 64px;
  padding-top: 48px;
}
@media screen and (max-width: 640px) {
  .consulting-features-wrapper {
    min-width: unset;
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .consulting-features-wrapper {
    padding-bottom: 48px;
    padding-top: 32px;
  }
}

.consulting-members {
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
}
.consulting-members__title {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .consulting-members__title {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
@media screen and (max-width: 640px) {
  .consulting-members__title {
    margin: 0 auto;
  }
}
.consulting-members__title br {
  display: none;
}
@media screen and (max-width: 640px) {
  .consulting-members__title br {
    display: block;
  }
}
.consulting-members__body {
  margin-top: 32px;
}



@media screen and (min-width: 1600px) {
  .consulting-members-banner {
    width: 1098.75px;
  }
}
@media screen and (max-width: 640px) {
  .consulting-members-banner {
    margin: 48px auto 0 auto;
    width: 100%;
  }
}
.consulting-members-banner__img-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .consulting-members-banner__img-pc {
    display: none;
  }
}
.consulting-members-banner__img-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .consulting-members-banner__img-sp {
    display: block;
  }
}

.consulting-members-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .consulting-members-list {
    display: block;
  }
}

.consulting-members-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 24px;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .consulting-members-list-item {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}
.consulting-members-list-item:first-child {
  margin-left: 0;
}
.consulting-members-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .consulting-members-list-item:last-child {
    margin-bottom: 0;
  }
}
.consulting-members-list-item__portrait {
  background: #2dd28d;
  border-radius: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 130px;
  margin-right: 32px;
  padding: 3px;
  width: 130px;
}
@media screen and (max-width: 640px) {
  .consulting-members-list-item__portrait {
    border-radius: 40px;
    float: left;
    height: 80px;
    margin-right: 16px;
    width: 80px;
  }
}
.consulting-members-list-item__portrait img {
  border-radius: 50%;
}
.consulting-members-list-item__name {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  padding-top: 4px;
}
@media screen and (max-width: 640px) {
  .consulting-members-list-item__name {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.consulting-members-list-item__job {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #2dd28d;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .consulting-members-list-item__job {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
.consulting-members-list-item__desc {
  font-size: 0.875rem;
  line-height: 1.4rem;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .consulting-members-list-item__desc {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}

.consulting-members-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  padding-bottom: 64px;
  padding-top: 48px;
}
@media screen and (max-width: 640px) {
  .consulting-members-wrapper {
    min-width: unset;
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .consulting-members-wrapper {
    padding-bottom: 48px;
    padding-top: 32px;
  }
}

.consulting-showcase {
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
}
.consulting-showcase__title {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .consulting-showcase__title {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.consulting-showcase__body {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .consulting-showcase__body {
    margin-top: 24px;
  }
}
.consulting-showcase__contact {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .consulting-showcase__contact {
    margin-top: 48px;
  }
}
.consulting-showcase__contact-item {
  font-size: 1rem;
  line-height: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #394151;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 16px #4c566c26;
  box-shadow: 0 0 16px #4c566c26;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 48px 0 24px;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  margin-right: 24px;
  position: relative;
}
.consulting-showcase__contact-item:hover {
  background-color: #ffffff;
  color: #394151;
}
.consulting-showcase__contact-item::after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1.5em;
}
.consulting-showcase__contact-item:hover::after{
  border-top: 2px solid #394151;
  border-right: 2px solid #394151;
}



@media screen and (max-width: 640px) {
  .consulting-showcase__contact-item {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.consulting-showcase__contact-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .consulting-showcase__contact-item:last-child {
    margin: 0 auto;
  }
}

.consulting-showcase-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.consulting-showcase-article:hover {
  opacity: 0.9;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-article {
    display: block;
  }
}
.consulting-showcase-article__thumbnail {
  margin-right: 48px;
  
}
@media screen and (min-width: 1600px) {
  .consulting-showcase-article__thumbnail {
    width: 365px;
  }
}
@media screen and (max-width: 640px) {
  .consulting-showcase-article__thumbnail {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.consulting-showcase-article__thumbnail img {
  border-radius: 8px;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.consulting-showcase-article__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.consulting-showcase-article__text q {
  font-size: 1.125rem;
  line-height: 1.8rem;
  color: #707889;
  display: block;
  font-weight: bold;
  padding-right: 32px;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-article__text q {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .consulting-showcase-article__text q {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin-top: 12px;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .consulting-showcase-article__text q {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
.consulting-showcase-article__text div {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #707889;
  margin-top: 4px;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-article__text div {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
.consulting-showcase-article__text div:last-child {
  color: #2dd28d;
  margin-top: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-article__text div:last-child {
    margin-top: 8px;
  }
}

.consulting-showcase-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 24px;
  padding: 40px 32px 44px;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -8px;
    margin-top: 16px;
    padding: 24px 16px 28px;
    width: calc(100% + 16px);
  }
}
.consulting-showcase-item:first-child {
  margin-top: 0;
}
.consulting-showcase-item__title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item__title {
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .consulting-showcase-item__title {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.consulting-showcase-item__title-number {
  color: #2dd28d;
  display: inline-block;
  font-weight: bold;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item__title-number {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .consulting-showcase-item__title-number {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.consulting-showcase-item__lead {
  font-size: 1.125rem;
  line-height: 1.8rem;
  margin-top: 12px;
  padding-left: 10px;
}
@media screen and (max-width: 1060px) {
  .consulting-showcase-item__lead {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .consulting-showcase-item__lead {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
.consulting-showcase-item__schedule {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item__schedule {
    margin-top: 40px;
  }
}
.consulting-showcase-item__schedule-title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item__schedule-title {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.consulting-showcase-item__schedule-title span {
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item__schedule-title span {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item__schedule-title span {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .consulting-showcase-item__schedule-title span {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}
.consulting-showcase-item__article {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-item__article {
    margin-top: 40px;
  }
}

.consulting-showcase-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  gap: 30px 30px;
}

@media screen and (min-width: 1400px) {
.consulting-showcase-schedule {
  gap: 30px 60px;
  margin-left: 5%;
  
  }
}

@media screen and (max-width: 768px) {
  .consulting-showcase-schedule {
    display: block;
    margin-top: 20px;
  }
}
.consulting-showcase-schedule__item {
  /*width: 40.171875vw;*/
}
@media screen and (min-width: 1600px) {
  .consulting-showcase-schedule__item {
    width: 418.75px;
  }
}

.feature1 {
  width: 33.171875vw;
}

.feature2 {
  width: 40.171875vw;
}

@media screen and (min-width: 1400px) {
  .feature1 {
  width: 33.171875vw;
}

.feature2 {
  width: 40.171875vw;
}
}


@media screen and (max-width: 768px) {
.feature1 {
  width: 73.171875vw;
}
.feature2 {
  width: 73.171875vw;
}
}

@media screen and (max-width: 640px) {
  .consulting-showcase-schedule__item {
    margin-top: 20px;
    width: 100%;
  }
  .consulting-showcase-schedule__item:first-child {
    margin-top: 0;
  }
}

.consulting-showcase-schedule-item__months {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  background: #2dd28d;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  height: 22px;
  padding: 1px 12px 0;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-schedule-item__months {
    font-size: 0.75rem;
    line-height: 1.125rem;
    border-radius: 9.5px;
    height: 19px;
    padding-top: 0;
  }
}
.consulting-showcase-schedule-item__title {
  font-weight: bold;
  margin-top: 9px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-schedule-item__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 11px;
  }
}
.consulting-showcase-schedule-item__title-number {
  color: #2dd28d;
}
.consulting-showcase-schedule-item__desc {
  font-size: 0.875rem;
  line-height: 1.4rem;
  margin-top: 13px;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-schedule-item__desc {
    margin-top: 14px;
  }
}

.consulting-showcase-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  background-color: #f5f6f7;
  padding-bottom: 64px;
  padding-top: 48px;
}
@media screen and (max-width: 640px) {
  .consulting-showcase-wrapper {
    min-width: unset;
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .consulting-showcase-wrapper {
    padding-bottom: 48px;
    padding-top: 32px;
  }
}


.ai-feature-content {
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
}
.ai-feature-content__video-wrapper {
  margin: 0 auto;
  margin-top: 30px;
  width: 70.303136%;
}
@media screen and (max-width: 640px) {
  .ai-feature-content__video-wrapper {
    width: 100%;
  }
}
.ai-feature-content__video {
  height: 0;
  overflow: hidden;
  padding-bottom: 52.25%;
  position: relative;
  width: 100%;
}
.ai-feature-content__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ai-feature-content__video iframe iframe {
  display: block;
}
.ai-feature-content__video > div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ai-feature-content__video > div img {
  height: auto !important;
  width: 100% !important;
}

.ai-feature-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  padding-top: 48px;
}
@media screen and (max-width: 640px) {
  .ai-feature-wrapper {
    min-width: unset;
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .ai-feature-wrapper {
    padding-top: 32px;
  }
}

.ux-example {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (max-width: 640px) {
  .ux-example {
    min-width: unset;
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .ux-example {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.ux-example__list {
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
  margin-top: 48px;
}

.ux-example-item {
  border-top: solid 1px #f0f1f2;
  margin-top: 48px;
  padding-top: 48px;
}
.ux-example-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .ux-example-item {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.ux-example-item__title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .ux-example-item__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.ux-example-item__text-green {
  color: #2dd28d;
}
.ux-example-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 48px;
  padding: 0 3.75vw;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .ux-example-item__contents {
    display: block;
    margin-top: 0;
    padding: 0;
  }
}


@media screen and (max-width: 640px) {
  .ux-example-illust-unit {
    margin-top: 24px;
    width: 100%;
  }
}
.ux-example-illust-unit__title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .ux-example-illust-unit__title {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.ux-example-illust-unit__lead {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .ux-example-illust-unit__lead {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
.ux-example-illust-unit__illust img {
  display: block;
  height: auto;
  width: 100%;
}






.Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top:30px;
}
p{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
.List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 0px;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.List-Item-Content.one {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .List-Item-Content.one {
    margin-right: 0;
    
  }
}

.List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  background: #4c566c;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 1260px) {
  .List-Item-Content-Number {
    margin-right: 10px;
     }
}

@media screen and (max-width: 640px) {
  .List-Item-Content-Number {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    
    font-size: 20px;
  }
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -36%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 2px;
  height: 24px;
  background: #4c566c;
}
@media screen and (max-width: 1080px) {
  .List-Item-Content-Number-Line {
    top: -80%;
    width: 0px;
    height: 72px;
  }
}
.List-Item-Content-Title {
  margin-right: 48px;
  /*flex-basis: 298px;*/
  color: #4c566c;
  font-size: 1.125rem;
    line-height: 1.8rem;
    font-weight: bold;
    margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .List-Item-Content-Title {
    margin-right: 0;
    /*max-width: 230px;*/
    font-size: 14px;
  }
}

@media screen and (max-width: 1260px) {
  .List-Item-Content-Title {
    margin-right: 0;
   
  }
}

#contents {
  background-color: #4c566c;
  padding: 120px 0 95px; }
  @media (max-width: 768px) {
    #contents {
      padding: 40px 0 50px; } }
  #contents .inner span.en {
    color: #ffffff; }
  #contents .inner p {
    color: #ffffff;
    max-width: 1000px;
    margin: 0 auto; }
  #contents .inner .toc {
    max-width: 800px;
    margin: 45px auto 0;
    background-color: #ffffff;
    font-size: 1.25rem;
    color: #4c566c;
    border-radius: 7px;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #contents .inner .toc > span {
      -ms-flex-preferred-size: 165px;
          flex-basis: 165px;
      text-align: center; }
      @media (max-width: 600px) {
        #contents .inner .toc > span {
          line-height: 40px; } }
    @media (max-width: 600px) {
      #contents .inner .toc {
        display: block; } }
    #contents .inner .toc ul {
      list-style: none; }
      #contents .inner .toc ul li {
        line-height: 30px; }

#about {
  max-width: 1200px;
  padding: 95px 0 80px; }
  @media (max-width: 768px) {
    #about {
      padding: 40px 20px 50px; } }
  #about p {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto; }
  #contents .author-wrapper {
    margin-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 0px #e6e7e8;
    padding: 50px 35px 45px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 30px; }
    @media (max-width: 768px) {
      #contents .author-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
         /*   -ms-flex-direction: column;
                flex-direction: column; */
        padding: 20px; } }
    #contents .author-wrapper h3 {
      font-size: 1.25rem;
      margin-bottom: 1em; }
      @media (max-width: 768px) {
        #about .author-wrapper h3 {
          text-align: center;
          margin-bottom: 0; } }
    #contents .author-wrapper .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px; }
      @media (max-width: 768px) {
        #contents .author-wrapper .author {
          display: block; } }
      #contents .author-wrapper .author img {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 768px) {
          #contents .author-wrapper .author img {
            float: left;
            margin: 0 1em 0 0; } }
        @media (max-width: 600px) {
          #contents .author-wrapper .author img {
            width: 100px;
            height: 100px; } }
      #contents .author-wrapper .author .author-desc {
        max-width: 540px; }
        #contents .author-wrapper .author .author-desc p {
          text-align: left;
          letter-spacing: 0.05em; }
          #contents .author-wrapper .author .author-desc p.name {
            font-size: 1.125rem;
            line-height: 2; }
          #contents .author-wrapper .author .author-desc p.company {
            font-size: 0.875rem;
            margin-bottom: 1em; }
          #contents .author-wrapper .author .author-desc p.career {
            font-size: 0.875rem; }
            @media (max-width: 768px) {
              #contents .author-wrapper .author .author-desc p.career {
                margin-top: 2.5em; } }
  #about ul.books {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    @media (max-width: 768px) {
      #about ul.books {
        margin: 0 auto; } }
    #about ul.books li img {
      display: block;
      width: 100px;
      height: auto;
      margin: 0 auto 1em; }
    #about ul.books li p {
      font-size: 0.75rem; 
}
      
   #about h2 {
  font-size: 3rem;
  color: #2dd28d;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 28px; }
  @media (max-width: 768px) {
   #about h2 {
      font-size: 2.5rem; } }

#contents h2 {
  font-size: 3rem;
  color: #2dd28d;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 28px; }
  @media (max-width: 768px) {
   #contents h2 {
      font-size: 2.5rem; } }

#about h2 {
  font-size: 3rem;
  color: #2dd28d;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 28px; }
  @media (max-width: 768px) {
   #about h2 {
      font-size: 2.5rem; } }

#materials h2 {
  font-size: 3rem;
  color: #2dd28d;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 28px; }
  @media (max-width: 768px) {
   #materials h2 {
      font-size: 2.5rem; } }


#contents span {
  letter-spacing: 0.05em;
  color: #4c566c;}

#contents span.en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #4c566c;
  display: block;
  text-align: center;
  margin-bottom: calc(24px + 45px);
  position: relative; }
  span.en::after {
    content: "";
    position: absolute;
    top: calc(1em + 24px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 auto;
    height: 2px;
    width: 50px;
    background-color: #2dd28d; }

#contents p.lead {

    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5;
}

#materials span {
  letter-spacing: 0.05em;
  color: #4c566c;}

#materials span.en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #4c566c;
  display: block;
  text-align: center;
  margin-bottom: calc(24px + 45px);
  position: relative; }
  span.en::after {
    content: "";
    position: absolute;
    top: calc(1em + 24px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 auto;
    height: 2px;
    width: 50px;
    background-color: #2dd28d; }



#about span {
  letter-spacing: 0.05em;
  /*color: #4c566c;*/}

#about span.en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #4c566c;
  display: block;
  text-align: center;
  margin-bottom: calc(24px + 45px);
  position: relative; }
  span.en::after {
    content: "";
    position: absolute;
    top: calc(1em + 24px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 auto;
    height: 2px;
    width: 50px;
    background-color: #2dd28d; }

#media {
  background-color: #f5f6f7;
  max-width: 1200px;
  padding: 95px 0 80px; }
  @media (max-width: 768px) {
    #media {
      padding: 40px 20px 50px; } }
  #media p {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto; }
  #media .author-wrapper {
    margin-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #e6e7e8;
    padding: 50px 35px 45px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 30px; }
    @media (max-width: 768px) {
      #media .author-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; } }
    #media .author-wrapper h3 {
      font-size: 1.25rem;
      margin-bottom: 1em; }
      @media (max-width: 768px) {
        #media .author-wrapper h3 {
          text-align: center;
          margin-bottom: 0; } }
    #media .author-wrapper .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px; }
      @media (max-width: 768px) {
        #media .author-wrapper .author {
          display: block; } }
      #media .author-wrapper .author img {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 768px) {
          #media .author-wrapper .author img {
            float: left;
            margin: 0 1em 0 0; } }
        @media (max-width: 600px) {
          #media .author-wrapper .author img {
            width: 100px;
            height: 100px; } }
      #media .author-wrapper .author .author-desc {
        max-width: 540px; }
        #media .author-wrapper .author .author-desc p {
          text-align: left;
          letter-spacing: 0.05em; }
          #media .author-wrapper .author .author-desc p.name {
            font-size: 1.125rem;
            line-height: 2; }
          #media .author-wrapper .author .author-desc p.company {
            font-size: 0.875rem;
            margin-bottom: 1em; }
          #media .author-wrapper .author .author-desc p.career {
            font-size: 0.875rem; }
            @media (max-width: 768px) {
              #media .author-wrapper .author .author-desc p.career {
                margin-top: 2.5em; } }
  #media ul.books {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    @media (max-width: 768px) {
      #media ul.books {
        margin: 0 auto; } }
    #media ul.books li img {
      display: block;
      width: 100px;
      height: auto;
      margin: 0 auto 1em; }
    #media ul.books li p {
      font-size: 0.75rem; 
}
      
   #media h2 {
  font-size: 3rem;
  color: #2dd28d;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 28px; }
  @media (max-width: 768px) {
   #media h2 {
      font-size: 2.5rem; } }

#media span {
  letter-spacing: 0.05em;
  /*color: #4c566c;*/}

#media span.en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #4c566c;
  display: block;
  text-align: center;
  margin-bottom: calc(24px + 45px);
  position: relative; }
  span.en::after {
    content: "";
    position: absolute;
    top: calc(1em + 24px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 auto;
    height: 2px;
    width: 50px;
    background-color: #2dd28d; }

.fullwidth {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: 100vw !important; }

a.download-button {
  display: block;
  background-color: #2dd28d;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  a.download-button span {
    width: 100%;
    display: block;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  a.download-button.header {
    width: 300px;
    height: 50px;
    line-height: 50px; }
  a.download-button.primary {
    width: 320px;
    height: 60px;
    line-height: 60px; }
    @media (max-width: 768px) {
  a.download-button.primary {
    width: 100%;
    margin: 0 auto; } }
  a.download-button.primary {
    margin: 0 auto;
    margin-top: 20px;
  　margin-bottom: 20px;
    display: block;}
  a.download-button::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg) translate(0px, -50%);
            transform: rotate(45deg) translate(0px, -50%);
    position: absolute;
    right: 1.5rem;
    top: 50%; }
  a.download-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  a.download-button:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left; }

.sec-marketo-seminar-dxd {
  width: 1200px;
  margin: 0 auto 0px;
}

.sec-marketo-seminar-dxd .each-seminar {
  width: 100% !important;
  margin-right: 0 !important;
}

.sec-marketo-seminar-dxd .each-seminar-inner {
  display: flex !important;
}

.sec-marketo-seminar-dxd .img {
  width: 50% !important;
  height: 100% !important;
}

@media (max-width: 750px) {
  .sec-marketo-seminar-dxd {
    width: 100% !important;
  }
  .sec-marketo-seminar-dxd .each-seminar-inner {
    display: inherit !important;
  }
  .sec-marketo-seminar-dxd .img {
    width: 100% !important;
  }
}



.sec-marketo-seminar,section.sec-marketo-download {
        width: 1200px;
        width: 93.75vw
    }

    .marketo-download-head,.marketo-seminar-head {
        margin-bottom: 3.75vw
    }

    .sec-seminar {
        margin-top: 3.125vw;
        padding-bottom: 4.6875vw
    }


    .sec-seminar .seminar-list .each-seminar .img {
        height: 177px;
        height: 13.82813vw
    }

    .sec-seminar .seminar-list .each-seminar .txt-area {
        padding-top: 1.79687vw;
        padding-bottom: 2.8125vw;
        padding-left: 1.5625vw;
        padding-right: 1.5625vw
    }

    .sec-seminar .seminar-list .each-seminar .availability,.sec-seminar .seminar-list .each-seminar .tag {
        font-size: 14px;
        font-size: 1.09375vw
    }

    .sec-seminar .seminar-list .each-seminar .availability {
        width: 85px;
        width: 6.64063vw;
        height: 31px;
        height: 2.42188vw;
        border-radius: 10px;
        border-radius: .78125vw;
        top: 15px;
        top: 1.17188vw;
        right: 14px;
        right: 1.09375vw
    }

    .sec-seminar .seminar-list .each-seminar .title-dark,.sec-seminar .seminar-list .each-seminar .title-light {
        font-size: 18px;
        font-size: 1.40625vw
    }

    .sec-download {
        margin-top: 2.10938vw;
        padding-bottom: 4.6875vw
    }

    .sec-download .list-title {
        font-size: 24px;
        font-size: 1.875vw;
        margin-bottom: 2.03125vw
    }

    .sec-download .download-list {
        padding-bottom: .78125vw
    }

    .sec-download .download-list .each-download {
        width: 372px;
        width: 29.0625vw;
        margin-right: 3.28125vw;
        margin-bottom: 3.28125vw
    }

    .sec-download .download-list .each-download .doc-title,.sec-download .download-list .each-download .img,.sec-download .download-list .each-download .mktoImg {
        height: 191px;
        height: 14.92188vw
    }

    .sec-download .download-list .each-download .doc-title {
        font-size: 28px;
        font-size: 2.1875vw
    }

    .sec-download .download-list .each-download .txt-area {
        padding-top: 1.95313vw;
        padding-bottom: 2.8125vw;
        padding-left: 1.5625vw;
        padding-right: 1.5625vw
    }

    .sec-download .download-list .each-download .txt-area .desc {
        font-size: 14px;
        font-size: 1.09375vw;
        margin-bottom: 1.5625vw
    }

    .sec-download .download-list .each-download .txt-area .btn {
        width: 200px;
        width: 15.625vw;
        height: 44px;
        height: 3.4375vw;
        font-size: 16px;
        font-size: 1.25vw;
        border-radius: 22px;
        border-radius: 1.71875vw
    }

    .sec-download .download-list .each-download .txt-area .btn .arrow {
        width: 16px;
        width: 1.25vw;
        right: 14px;
        right: 1.09375vw
    }

    .sec-thanks .thanks-message {
        font-size: 20px;
        font-size: 1.5625vw
    }

    .sec-thanks .module-btn-l {
        font-size: 22px;
        font-size: 1.71875vw;
        width: 374px;
        width: 29.21875vw;
        height: 55px;
        height: 4.29688vw;
        border-radius: 28px;
        border-radius: 2.1875vw
    }

/*
.home-main-visual {
  padding: 60px 64px;
  margin: 0 auto;
  max-width: 1300px;
  background-position: top 74px left;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}


.home-main-visual__video { grid-area: 1 / 2 / 4 / 3; }


@media screen and (max-width: 768px) {
  .home-main-visual {
    padding: 24px 24px 32px;
    display: block;
    background-position: top ;
  }
}

.home-main-visual__title{
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .home-main-visual__title {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  .home-main-visual__video {
    margin-top: 8px;
  }
}

@media screen and  (min-width: 769px) and (max-width:1299px) {
  .home-main-visual__video {
    min-width: 500px !important;
    width: initial !important;
  }
}

.home-main-visual__video {
  min-width: 500px;
  width: 500px;
}

@media screen and (max-width: 768px) {
  .home-main-visual__video {
    min-width: initial;
    width: calc(100vw - 48px);
  }
}
.home-main-visual__video video {
  display: block;
  height: 100%;
  width: 100%;
}

.home-main-visual-wrapper {
  background: #4c566c;
}
*/


.video-cases-general {
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
}
.video-cases-general__title {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .video-cases-general__title {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.video-cases-general__title br {
  display: none;
}
@media screen and (max-width: 640px) {
  .video-cases-general__title br {
    display: block;
  }
}
.video-cases-general__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  column-gap: 20px;
  row-gap: 20px;
  
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .video-cases-general__body {
    max-width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .video-cases-general__body {
    display: block;
  }
}



.video-cases-general-item {
  width: 28.71875vw;
}
/*.video-cases-general-item:first-child {
  margin-right: 8.828125vw;

}
@media screen and (min-width: 1600px) {
  .video-cases-general-item:first-child {
    margin-right: 141.25px;
  }
}*/
@media screen and (min-width: 1600px) {
  .video-cases-general-item {
    width: 587.5px;
  }
}
@media screen and (max-width: 768px) {
  .video-cases-general-item {
    width: 40.71875vw;
  }
}
@media screen and (max-width: 640px) {
  .video-cases-general-item {
    width: 90%;
  }
  .video-cases-general-item:first-child {
    margin-bottom: 32px;
    margin-right: 0;
  }
}
.video-cases-general-item__title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .video-cases-general-item__title {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.video-cases-general-item__lead {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .video-cases-general-item__lead {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .video-cases-general-item__lead {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .video-cases-general-item__lead {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .video-cases-general-item__lead br {
    display: none;
  }
}
.video-cases-general-item__movie {
  
  margin-top: 24px;
  /*padding-bottom: 50%;*/
 width: 100%;
  aspect-ratio: 16 / 9;
  text-align: center;
        margin: auto;
        display: block;
}

.video-cases-general-item__movie iframe {
width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .video-cases-general-item__movie {
    margin-top: 16px;
  }
}
.video-cases-general-item__movie video {
  display: block;
  height: auto;
  width: 100%;
}
.video-cases-general-item__name {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #707889;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .video-cases-general-item__name {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .video-cases-general-item__name {
    font-size: 0.875rem;
    line-height: 1.4rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .video-cases-general-item__name {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}

.video-cases-general-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  background: #f5f6f7;
  padding-bottom: 64px;
  padding-top: 48px;
}
@media screen and (max-width: 640px) {
  .video-cases-general-wrapper {
    min-width: unset;
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .video-cases-general-wrapper {
    padding-bottom: 48px;
    padding-top: 32px;
  }
}



.home2-main-visual {
  padding: 60px 30px;
  margin: 0 auto;
  
  max-width: 1300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  
}

@media screen and (min-width: 640px) {
/*  .home2-main-visual {
    margin-left: 0px;*/
  }
}





.home2-main-visual__title { grid-area: 1 / 1 / 2 / 2; }
/*.home2-main-visual__desc { grid-area: 2 / 1 / 3 / 2; }*/
.home2-main-visual__video { grid-area: 1 / 2 / 4 / 3; }
/*.home2-main-visual__buttons { grid-area: 3 / 1 / 4 / 2; }*/
.home2-main-visual__buttons { grid-area: 2 / 1 / 3 / 2; }

@media screen and (max-width: 768px) {
  .home2-main-visual {
    padding: 24px 24px 32px;
    display: block;
    background-position: top ;
  }
}

.home2-main-visual__title{
    margin-bottom: 40px;
   margin-top: 50px;

}

@media screen and (max-width: 768px) {
  .home2-main-visual__title {
    margin-bottom: 18px;
   margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .home2-main-visual__video {
    margin-top: 8px;
  }
}

@media screen and  (min-width: 769px) and (max-width:1299px) {
  .home2-main-visual__video {
    min-width: 500px !important;
    width: initial !important;
  }
}

.home2-main-visual__video {
  min-width: 500px;
  width: 500px;
}

@media screen and (max-width: 768px) {
  .home2-main-visual__video {
    min-width: initial;
    width: calc(100vw - 48px);
  }
}
.home2-main-visual__video video {
  display: block;
  height: 100%;
  width: 100%;
}

.home2-main-visual__copy {
  line-height: 68px;
  font-weight: bold;
  color: #ffffff;
}

h1.home2-main-visual__copy {
  font-size: 3rem;
}

span.home2-main-visual__copy {
  font-size: 3.75rem;
}

@media screen and (max-width: 640px) {
  span.home2-main-visual__copy {
    font-size: 3rem;
  }
  h1.home2-main-visual__copy {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}

p.home2-main-visual__desc {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  padding-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  p.home2-main-visual__desc {
    padding-bottom: .7em;
  }
}

.home2-main-visual__buttons {
  width: 390px !important;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  gap: 20px;
  margin-top: calc(40px - 1rem);
}

@media screen and (max-width: 640px) {
  .home2-main-visual__buttons {
    width: 100% !important;
  }
}

.home2-main-visual__button.button-contact {
  flex-basis: 100%;
}

.home2-main-visual__buttons a {
  line-height: 1rem;
  align-items: center;
  border-radius: 2rem;
  box-shadow: 0 0 16px #4c566c26;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding: 0 22px;
  transition: opacity 0.1s ease-out;
  font-size: 0.875rem;
  line-height: .875rem;
  transition: 0.2s all;
  position: relative;
}

.home2-main-visual__buttons a::after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1.5em;
}

.home2-main-visual__buttons a::hover:after{
  border-top: 2px solid #2dd28d;
}



.home2-main-visual__button.button-contact {
  font-size: .875rem;
  height: 48px;
  background-color: #2dd28d;
}

@media screen and (max-width: 640px) {
  .home2-main-visual__button.button-contact {
    height: 58px;
  }
}



.home2-main-visual__button.button-contact:hover {
  color: #2dd28d;
  background-color: #ffffff;
  opacity: 1;
}




/*a:link:hover {
        opacity: 0;
    }
*/
.home2-main-visual__button.button-contact:hover:after{
  border-top: 2px solid #2dd28d;
  border-right: 2px solid #2dd28d;
}





.home2-main-visual__button.button-download, .home2-main-visual__button.button-seminar {
  font-size: 16px;
  height: 57px;
  background-color: #fcb100;
  flex-basis: calc(50% - 10px);
}

@media screen and (max-width: 640px) {
  .home2-main-visual__button.button-download, .home2-main-visual__button.button-seminar {
    height: 50px;
  }
}

.home2-main-visual__button.button-download:hover, .home2-main-visual__button.button-seminar:hover {
  color: #fcb100;
  background-color: #ffffff;
}

.home2-main-visual__button.button-download.download:hover::after, .2home-main-visual__button.button-seminar:hover::after{
  border-top: 2px solid #fcb100;
  border-right: 2px solid #fcb100;
}

.home2-main-visual-wrapper {
  background: #4c566c;
}


#materials {
  padding: 100px 0;
  background-color: #f0f1f2; }
  @media (max-width: 768px) {
    #materials {
      padding: 40px 0 50px; } }
  #materials .inner {
    max-width: 1200px; }
  #materials .swiper .swiper-wrapper {
    max-width: 100%; }
    #materials .swiper .swiper-wrapper .swiper-slide {
      opacity: 0.5; }
      #materials .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1; }
  #materials .swiper .swiper-pagination {
    margin-top: 50px;
    position: static !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9px; }
    @media (max-width: 768px) {
      #materials .swiper .swiper-pagination {
        margin-top: 30px; } }
    #materials .swiper .swiper-pagination .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      background: #4c566c;
      opacity: 1; }
      #materials .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #2dd28d; }

.sframe {
}