@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  height: -webkit-fill-available;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #333333;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  background: #ebf6ff;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
  line-height: 1.5;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
}

ul {
  padding-left: 0;
}

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

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

img {
  max-width: 100%;
  height: auto;
}

/*color START*/
/*color END*/
/*mixin START*/
/*mixin END*/
.case-slider {
  position: relative;
}

/* ナビゲーション矢印 */
.case-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 24px;
}

.case-slider__arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  color: #076ad5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.case-slider__arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 3px solid #076ad5;
  border-bottom: 3px solid #076ad5;
  -webkit-transform: translateX(-25%) rotate(-45deg);
  transform: translateX(-25%) rotate(-45deg);
}

.case-slider__arrow--prev::before {
  -webkit-transform: scale(-1, 1) translateX(-25%) rotate(-45deg);
  transform: scale(-1, 1) translateX(-25%) rotate(-45deg);
}

/* カード */
.case-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0fa));
  background: linear-gradient(to bottom, #fafafa, #f0f0fa);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(7, 106, 213, 0.26);
  box-shadow: 0 0 16px rgba(7, 106, 213, 0.26);
}

.case-card__thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.case-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-card__body {
  padding: 20px 20px 48px;
}

.case-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.case-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: #076ad5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 32px;
  padding: 0.15em 1em;
  margin: 0;
}

.case-card__title {
  font-size: 20px;
  line-height: 1.25;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.case-card__text {
  font-size: 16px;
  margin: 0;
}

.case-card__doc img {
  width: 100%;
  display: block;
}

.case-card__caption {
  font-size: 10px;
  margin-top: 4px;
  text-align: center;
  letter-spacing: 0.05em;
}

/* Swiper設定 */
.swiper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  padding: 0 4vw;
}

.case-slider__pagination {
  margin-top: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .case-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .case-card__thumb {
    aspect-ratio: 1/1;
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .case-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    gap: 1rem;
  }
  .case-card__doc {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .swiper-slide {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .js-case-swiper {
    overflow: visible !important;
    position: relative;
  }
  .case-card__thumb {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .case-card__doc {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
  }
  .case-card__body {
    padding: 30px;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .case-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .case-slider {
    padding-bottom: 64px;
  }
  .case-slider__nav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .case-slider__arrow {
    background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
    background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  }
  .case-slider__arrow::before {
    border-color: #fff;
  }
}
/*typo START*/
span.b {
  font-weight: bold;
}

span.yellow {
  color: #ffff00;
}

.heading-unite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(3.2vw, 8px);
}
.heading-unite p {
  font-size: min(4.266vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  margin: 0;
  color: #000;
}
.heading-unite p::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
}
.heading-unite h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-size: min(5.6vw, 36px);
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.35;
}
.heading-unite h2 .em {
  font-size: 1.5em;
}
.heading-unite h2.white {
  color: #fff;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

h2.belt {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  color: #fff;
  text-align: center;
  padding: 0.8rem 4vw;
  font-size: min(6.4vw, 40px);
  line-height: 1.25;
}

h2.frame {
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  color: #fff;
  text-align: center;
  padding: 0.8rem 4vw;
  font-size: min(6.4vw, 40px);
  line-height: 1.25;
}

/*typo END*/
/*utility START*/
br.lg {
  display: none;
}

@media screen and (min-width: 768px) {
  br.lg {
    display: inline;
  }
  br.sm {
    display: none;
  }
}
.btn-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: min(16vw, 100px);
  overflow: hidden;
  color: #fff;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: min(4.266vw, 24px);
  font-weight: bold;
  color: #ffff00;
  border-radius: 10px;
  -webkit-box-shadow: 8px 16px 16px rgba(0, 100, 0, 0.26);
  box-shadow: 8px 16px 16px rgba(0, 100, 0, 0.26);
  position: relative;
}
.btn-cta::before {
  content: "";
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left top, left bottom, from(#7cfc00), color-stop(50%, #006400), to(#7cfc00));
  background: linear-gradient(to bottom, #7cfc00 0%, #006400 50%, #7cfc00 100%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-cta:hover::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-cta:hover .arrow {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-cta > span {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.btn-cta .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(8.533vw, 40px);
  height: min(8.533vw, 40px);
  background: #fff;
  border-radius: 4px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-cta .arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #006400;
  border-bottom: 2px solid #006400;
  -webkit-transform: translateY(-25%) rotate(45deg);
  transform: translateY(-25%) rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .btn-cta {
    max-width: 555px;
  }
}
.scroll-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

iframe {
  border: none;
}

/*utility END*/
/*header START*/
.lp-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.lp-header * {
  margin: 0;
  display: block;
}
.lp-header .header-inner {
  padding: min(3.2vw, 24px) 4vw;
  max-width: calc(1120px + 8vw);
  margin-left: auto;
  margin-right: auto;
}
.lp-header .brand img {
  width: auto;
  height: min(8.5333vw, 50px);
}

/*header END*/
/*footer START*/
#footer {
  width: 100%;
  padding: 30px 0 0 0;
  color: #969696;
  background: #2d3639;
}
#footer .container {
  position: relative;
}

.foot_logo {
  text-align: center;
}
.foot_logo img {
  width: 150px;
  opacity: 0.5;
  margin: 20px 0;
}

.copyright {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-top: 1px solid #222222;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background: #333333;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 0 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #34B8CC;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.fa-chevron-up::before {
  content: "" !important;
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto;
  display: block;
}

/*footer END*/
/*background START*/
.gradation-bg {
  position: relative;
}
.gradation-bg .gradation-circle {
  min-height: 400px;
  min-width: 400px;
  background-image: radial-gradient(circle, rgb(123, 194, 255) 0%, rgba(123, 194, 255, 0) 70%);
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.gradation-bg .circle-left,
.gradation-bg .circle-top-right {
  display: none;
}
.gradation-bg .circle-top-center {
  width: min(81.3vw, 800px);
  height: min(81.3vw, 800px);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.gradation-bg .circle-bottom-right {
  width: min(109.6vw, 1080px);
  height: min(109.6vw, 1080px);
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.white-bg {
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .gradation-bg .circle-bottom-right {
    -webkit-transform: translate(0, 65%);
    transform: translate(0, 65%);
  }
  .gradation-bg .circle-left,
  .gradation-bg .circle-top-right {
    display: block;
  }
  .gradation-bg .circle-left {
    width: 46.875vw;
    height: 46.875vw;
    top: 140px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gradation-bg .circle-top-right {
    width: 46.875vw;
    height: 46.875vw;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.blue-bg {
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  position: relative;
}
.blue-bg > * {
  position: relative;
}
.blue-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  position: absolute;
  top: 0;
  left: 68%;
}

@media screen and (min-width: 1024px) {
  .blue-bg::before {
    left: 85.4166%;
  }
}
/*background END*/
/*layout START*/
main {
  overflow: hidden;
}

main > section > .inner {
  padding: 0 4vw;
  max-width: calc(1120px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

main > section {
  padding: min(12.8vw, 120px) 0;
}

/*layout END*/
/*fv START*/
.fv {
  padding: 0;
}
.fv .inner {
  position: relative;
  padding-top: calc(min(8.5333vw, 50px) + min(3.2vw, 24px) * 2);
  padding-bottom: min(12.8vw, 120px);
}
.fv .line1,
.fv .line2 {
  width: 4px;
  height: 200vw;
  position: absolute;
  top: 0;
  left: 50%;
}
.fv .line1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#076ad5), to(transparent));
  background: linear-gradient(to bottom, #076ad5, transparent);
  -webkit-transform: skew(-45deg) translateX(-43vw);
  transform: skew(-45deg) translateX(-43vw);
}
.fv .line2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#87e5ff), to(transparent));
  background: linear-gradient(to bottom, #87e5ff, transparent);
  -webkit-transform: skew(45deg) translateX(75vw);
  transform: skew(45deg) translateX(75vw);
}
.fv .graphic-text {
  font-weight: bold;
  color: #fff;
  font-size: min(18.66vw, 190px);
  line-height: 1;
  position: absolute;
  top: 0;
  right: -4vw;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.fv .scroll {
  display: none;
}
.fv .fv-visual {
  display: block;
  width: 48vw;
  position: absolute;
  right: 4vw;
  top: min(8vw, 120px);
}
.fv .fv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(4.266vw, 48px);
}
.fv .fv-content > * {
  position: relative;
  margin: 0;
}
.fv h2 {
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(7.466vw, 70px);
  margin: 0;
  line-height: 1;
}
.fv h2 .em {
  font-size: 2.142em;
}
.fv .frame {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  font-size: min(6.4vw, 40px);
  padding: 0 0.3em;
  font-weight: bold;
  min-height: min(9.3333vw, 60px);
}
.fv .frame .small {
  font-size: 0.5em;
}
.fv h3 {
  font-size: min(5.33vw, 32px);
  line-height: 1.25;
  color: #000;
}
.fv .fv-feature {
  display: block;
  width: 60.8vw;
  max-width: 555px;
}

@media screen and (min-width: 768px) {
  .fv .fv-visual {
    right: -8vw;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv-visual {
    width: 39.27%;
    right: calc(4vw + 2.5%);
  }
  .fv .graphic-text {
    right: 4vw;
    margin-right: -0.175em;
  }
  .fv .line1 {
    -webkit-transform: skew(-45deg) translateX(-70vw);
    transform: skew(-45deg) translateX(-70vw);
  }
  .fv .line2 {
    -webkit-transform: skew(45deg) translateX(89vw);
    transform: skew(45deg) translateX(89vw);
  }
  .fv h3 {
    margin-top: -2rem !important;
  }
  .fv .scroll {
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #076ad5;
    font-weight: bold;
    position: absolute;
    right: 4vw;
    bottom: min(12.8vw, 120px);
    font-size: 12px;
    height: 130px;
    padding-right: 8px;
  }
  .fv .scroll::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #076ad5;
    -webkit-animation: scrollDown 1s infinite;
    animation: scrollDown 1s infinite;
  }
  @-webkit-keyframes scrollDown {
    0% {
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes scrollDown {
    0% {
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
}
/*fv END*/
/*intro START*/
.intro {
  padding-top: 0;
  padding-bottom: 0;
}
.intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(12.8vw, 80px);
}
.intro .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(6.4vw, 24px);
}
.intro .content > p {
  font-size: min(4vw, 20px);
  line-height: 1.5;
}
.intro h2 {
  letter-spacing: -0.06em;
}
.intro figure {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  aspect-ratio: 3/2;
}
.intro figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .intro .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: calc(50% - 50vw);
  }
  .intro .content {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    padding-bottom: 120px;
  }
  .intro figure {
    position: relative;
    margin-left: 0;
    width: auto;
    -ms-flex-preferred-size: calc(59% - min(12.8vw, 80px));
    flex-basis: calc(59% - min(12.8vw, 80px));
  }
}
/*intro END*/
/*tax START*/
.tax .heading-unite {
  margin-bottom: min(6.4vw, 32px);
}
.tax .frame {
  background: #fff;
  font-weight: bold;
  font-size: min(5.866vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: min(9.3333vw, 60px);
  padding: 0 0.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: min(6.4vw, 48px);
}
.tax .frame > span {
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tax .frame .small {
  font-size: 0.5em;
}
.tax .container,
.tax .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tax .graph {
  width: min(84vw, 416px);
}
.tax .up-img {
  width: min(84vw, 460px);
  margin-top: -30px;
}
.tax ul {
  margin: 0;
  margin-top: -48px;
}
.tax ul li {
  padding: 24px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.tax ul li:nth-child(1) {
  border-top: 1px solid #fff;
}
.tax ul li p:nth-child(1) {
  font-size: min(4.2666vw, 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  min-height: min(10.6666vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1em;
  font-weight: bold;
}
.tax ul li p:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: min(5.3333vw, 24px);
  font-weight: bold;
  gap: 0.5rem;
}
.tax ul li p:nth-child(2) .em {
  font-size: 1.5em;
}
.tax ul li p:nth-child(2) .lg {
  display: none;
}
.tax ul li p:nth-child(2) .frame {
  background: #fff;
  border-radius: 4px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: min(10.6666vw, 50px);
  margin: 0;
  font-size: min(5.3333vw, 24px);
  padding: 0 min(4.2666vw, 20px);
}
.tax ul li p:nth-child(2) .frame > span {
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tax ul li:nth-child(2) p:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#0acaff), to(#076ad5));
  background: linear-gradient(to right, #0acaff 0%, #076ad5 100%);
  margin-bottom: 0.5rem;
}
.tax ul li:nth-child(2) p:nth-child(2) .frame > span {
  background: -webkit-gradient(linear, left top, right top, from(#0acaff), to(#076ad5));
  background: linear-gradient(to right, #0acaff 0%, #076ad5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .tax ul li p:nth-child(1) {
    margin-bottom: 0.5rem;
  }
  .tax ul li p:nth-child(2) .sm {
    display: none;
  }
  .tax ul li p:nth-child(2) .lg {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .tax .heading-unite {
    position: relative;
    z-index: 1;
  }
  .tax .heading-unite::before {
    content: "";
    width: 1px;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#04376f), color-stop(50%, #076ad5), to(#87e5ff));
    background: linear-gradient(to bottom, #04376f 0%, #076ad5 50%, #87e5ff 100%);
    position: absolute;
    left: 26%;
    top: -220px;
  }
  .tax .frame {
    position: relative;
    z-index: 1;
  }
  .tax .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: min(3.125vw, 80px);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .tax .container .graph {
    -ms-flex-preferred-size: 37.142%;
    flex-basis: 37.142%;
  }
  .tax .container .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
  }
  .tax .container .up-img {
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .tax ul {
    margin: 0;
  }
}
/*tax END*/
/*recommend START*/
.recommend .heading-unite {
  margin-bottom: 48px;
}
.recommend .scroll-x {
  margin-bottom: 40px;
}

.recommend-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
}

.recommend-card {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(7, 106, 213, 0.26);
  box-shadow: 0 0 16px rgba(7, 106, 213, 0.26);
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.recommend-card .head {
  background-color: #ffffff;
  background-image: linear-gradient(#dddddd 1px, transparent 1px), linear-gradient(90deg, #dddddd 1px, transparent 1px);
  background-size: 30px 30px, 30px 30px;
  background-position: -1px -1px;
  padding: 20px 20px 32px;
}
.recommend-card .head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  min-height: 128px;
  margin: 0;
}
.recommend-card .head h2 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #076ad5;
  font-size: 20px;
  padding: 0.15rem 0.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
}
.recommend-card .num {
  color: #076ad5;
  font-size: 24px;
  margin-bottom: 32px;
  display: block;
  line-height: 1;
}
.recommend-card .content {
  border-top: 1px solid #ddd;
  padding: 20px 20px 32px;
}
.recommend-card .content ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.recommend-card .content ul li {
  font-size: 15px;
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}
.recommend-card .content ul li::before {
  content: "";
  width: 14px;
  height: 1px;
  background: #076ad5;
  position: absolute;
  left: 0;
  top: 0.75em;
}

@media screen and (min-width: 950px) {
  .recommend .scroll-x {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .recommend-cards {
    gap: min(3.125vw, 50px);
  }
  .recommend-card {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .recommend-card .head h2 {
    font-size: 24px;
  }
  .recommend-card .content ul li {
    font-size: 18px;
    padding-left: 35px;
  }
  .recommend-card .content ul li::before {
    width: 24px;
  }
}
/*recommend END*/
/*performance START*/
.performance-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
}

.performance-card {
  width: 280px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.performance-card .num {
  font-size: 24px;
  color: #076ad5;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.performance-card h3 {
  margin: 0;
  color: #076ad5;
  font-size: 24px;
}
.performance-card p {
  margin-top: -0.2em;
  text-align: center;
}

.operational-area .heading-unite {
  margin-bottom: 48px;
}

.scroll-x {
  margin-bottom: 48px;
}

.case-area .heading-unite {
  margin-bottom: 24px;
}

@media screen and (min-width: 950px) {
  .performance .scroll-x {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .performance-cards {
    gap: min(3.125vw, 50px);
  }
  .performance-card {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .performance-card h3 {
    font-size: 28px;
  }
  .performance-card p {
    font-size: 18px;
  }
  .performance {
    padding-bottom: 0;
  }
  .case-area {
    background: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 60px 60px 80px;
    overflow: hidden;
  }
  .case-area .heading-unite {
    margin-bottom: 48px;
  }
  .case-area .heading-unite h2 {
    background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
    background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/*performance END*/
/*managed START*/
.managed .heading-unite {
  margin-bottom: 48px;
}
.managed .scroll-x {
  margin-bottom: 0;
}
.managed .managed-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding-bottom: 8px;
}
.managed .managed-card {
  width: 244px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.managed .managed-card:nth-last-child(1)::after {
  content: none;
}
.managed .managed-card::after {
  content: "";
  width: 13px;
  height: 26px;
  background: url(./images/gradation-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -30px;
}
.managed .managed-card figure {
  position: relative;
}
.managed .managed-card figure .num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 24px;
  color: #fff;
}
.managed .managed-card h3 {
  color: #076ad5;
  font-size: 24px;
  text-align: center;
  margin: 0;
}
.managed .managed-card p {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .managed {
    padding: 0 0 60px;
  }
  .managed .heading-unite {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .managed .heading-unite p::after {
    content: none;
  }
  .managed .scroll-x {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}
/*managed END*/
/*finance START*/
.finance {
  padding-top: 0;
}
.finance h2 {
  margin-top: 0;
  margin-bottom: min(6.4vw, 48px);
}
.finance h3 {
  font-size: min(5.3333vw, 32px);
  color: #076ad5;
  text-align: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #076ad5;
  margin-bottom: 24px;
}
.finance .example01 {
  margin-bottom: min(6.4vw, 48px);
}
.finance .example01 .em {
  color: #076ad5;
  font-size: min(6.4vw, 40px);
  font-weight: bold;
  text-align: center;
}
.finance .example01 p:not(.em) {
  text-align: center;
  font-size: min(3.7333vw, 18px);
}
.finance .example02 {
  margin-bottom: min(12.8vw, 80px);
}
.finance .example02 h3 {
  margin-bottom: 416x;
}
.finance .scroll-x {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 16px;
}

.finance-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
}

.finance-card {
  width: 280px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
  background: linear-gradient(to bottom, #fafafa, #f0f0f0);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(7, 106, 213, 0.26);
  box-shadow: 0 0 16px rgba(7, 106, 213, 0.26);
  padding: 30px 30px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.finance-card > * {
  margin: 0;
}
.finance-card h4 {
  font-size: 24px;
  color: #076ad5;
}
.finance-card dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.finance-card dl dt {
  background: #076ad5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.finance-card dl dd {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding: 0.25rem 0.5rem;
}
.finance-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.finance-card ul li {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #999;
}

.pref-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
  margin-bottom: 24px;
}
.pref-block span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem 0.5rem;
  height: 24px;
  border-radius: 12px;
  background: #eee;
}
.pref-block + p {
  text-align: center;
  font-size: min(4.2666vw, 18px);
}

@media screen and (min-width: 950px) {
  .finance .scroll-x {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) {
  .finance .btn-cta {
    margin-left: auto;
    margin-right: auto;
  }
  .finance-cards {
    width: 100%;
    gap: min(3.125vw, 50px);
  }
  .finance-card {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .finance-card ul li {
    font-size: 18px;
  }
  .pref-block {
    gap: 1rem 0.5rem;
  }
  .pref-block span {
    font-size: 18px;
    height: 30px;
    border-radius: 15px;
    padding: 0.2rem 0.8rem;
  }
}
/*finance END*/
/*organizer START*/
.organizer .inner > .container {
  margin-bottom: min(12.8vw, 80px);
}
.organizer .inner > .container figure {
  display: none;
}
.organizer .heading-unite {
  margin-bottom: min(6.4vw, 48px);
}
.organizer h3 {
  font-size: min(5.3333vw, 24px);
  color: #fff;
  line-height: 1.25;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  margin: 0 0 24px;
}
.organizer .description {
  color: #fff;
  font-size: min(4.2666vw, 20px);
  margin-bottom: 24px;
}
.organizer .list-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 24px;
}
.organizer .list-box ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.organizer .list-box ul li {
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
}
.organizer .list-box ul li::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #076ad5;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.organizer .em {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.speaker-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 24px 48px;
}
.speaker-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 30px;
}
.speaker-box .container figure {
  width: min(40vw, 213px);
  margin: 0 auto;
}
.speaker-box h3 {
  background: -webkit-gradient(linear, left top, right top, from(#076ad5), to(#04376f));
  background: linear-gradient(to right, #076ad5 0%, #04376f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(4.8vw, 24px);
  text-align: left;
  border-color: #076ad5;
}
.speaker-box p {
  font-size: min(4.2666vw, 20px);
}

@media screen and (min-width: 1024px) {
  .organizer {
    padding-top: 0;
  }
  .organizer .inner > .container {
    margin-right: calc(50% - 50vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(3.125vw, 80px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .organizer .inner > .container figure {
    display: block;
    -ms-flex-preferred-size: 53.75%;
    flex-basis: 53.75%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .organizer .inner > .container figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .organizer .inner > .container .content {
    padding: 48px 0;
    -ms-flex-preferred-size: calc(46.25% - min(3.125vw, 80px));
    flex-basis: calc(46.25% - min(3.125vw, 80px));
  }
  .speaker-box {
    padding: 30px 60px 30px 30px;
  }
  .speaker-box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: min(3.125vw, 60px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .speaker-box .container figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
/*organizer END*/
/*schedule START*/
.schedule {
  padding-bottom: 48px;
}
.schedule h2 {
  margin: 0 0 min(6.4vw, 48px);
}

table.tbl-schedule {
  width: 100%;
}
table.tbl-schedule th,
table.tbl-schedule td {
  border: 1px solid #999;
  padding: 24px min(4.2666vw, 24px);
  font-size: min(4vw, 20px);
  line-height: 1.5;
}
table.tbl-schedule th {
  padding: 24px 8px;
  background: #bbdbf3;
  width: 30%;
  font-weight: normal;
}

/*schedule END*/
/*inquiry START*/
#inquiry {
  padding-top: 0;
}
#inquiry h2 {
  margin: 0 0 min(6.4vw, 48px);
}

/*inquiry END*/