<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base */
* {
  position: relative;
  z-index: 1;
}

body {
  color: #575757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  text-align: justify;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  body {
    font-size: 3.8888888889vw;
  }
}

p,
h2 {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

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

.flexbox {
  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;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner {
  width: 72.9166666667vw;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .inner {
    width: 86.1111111111vw;
  }
}

.clear {
  clear: both;
}

.nopc {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .nopc {
    display: block;
  }
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  .nosp {
    display: none;
  }
}
.f_regular {
  font-weight: 400;
}

.f_medium {
  font-weight: 500;
}

.f_bold {
  font-weight: 700;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.small {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .small {
    font-size: 3.3333333333vw;
  }
}

.space_s {
  letter-spacing: -0.05em;
}

.fs28 {
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs28 {
    font-size: 4.4444444444vw;
  }
}

.fs26 {
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs26 {
    font-size: 4.1666666667vw;
  }
}

.fs24 {
  font-size: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs24 {
    font-size: 3.6111111111vw;
  }
}

.fs22 {
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs22 {
    font-size: 3.3333333333vw;
  }
}

.fs18 {
  font-size: 0.9375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs18 {
    font-size: 2.7777777778vw;
  }
}

.anno_mark {
  font-size: 0.8333333333vw;
  vertical-align: super;
}

/* common */
header {
  background-color: #fff;
  width: 100vw;
  height: 3.6458333333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header {
    height: 13.8888888889vw;
  }
}
header .inner {
  height: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .inner {
    height: 13.8888888889vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
header h1 {
  width: 4.53125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header h1 {
    width: 12.9166666667vw;
  }
}
header .nav_mark {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-radius: 0.2604166667vw;
  background-color: #4acfd6;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .nav_mark {
    display: none;
  }
}
header nav {
  font-size: 0.8333333333vw;
  font-weight: 500;
  gap: 2.0833333333vw;
}
header nav a {
  font-size: 0.9375vw;
  padding-top: 1.0416666667vw;
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav {
    width: 100%;
    height: 0;
    background-color: RGBa(0, 0, 0, 0.8);
    z-index: 1000;
    position: fixed;
    top: 13.8888888889vw;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  header nav a {
    color: #fff;
    font-size: 3.8888888889vw;
    background-color: RGBa(89, 89, 89, 0.6);
    text-align: center;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 77.7777777778vw;
    height: 13.8888888889vw;
    border-radius: 6.9444444444vw;
    margin: 5.5555555556vw 0;
  }
  header nav a span {
    font-size: 2.7777777778vw;
    display: block;
    margin-top: 2.7777777778vw;
  }
  header nav .nav_mark {
    display: none;
  }
  header nav.flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header nav.flexbox.open {
    height: calc(100vh - 13.8888888889vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 13.8888888889vw;
  }
  header #hamburger,
  header #hamburger div {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1001;
    vertical-align: middle;
  }
  header #hamburger {
    width: 11.1111111111vw;
    height: 4.1666666667vw;
    display: inline-block;
    top: 5.1388888889vw;
    position: absolute;
    right: 0;
    z-index: 1001;
  }
  header #hamburger div {
    width: 100%;
    height: 0.8333333333vw;
    position: absolute;
    left: 0;
    background-color: #333333;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #hamburger div:nth-of-type(1) {
    top: 0.5555555556vw;
    left: 0;
  }
  header #hamburger div:nth-of-type(2) {
    bottom: 0.5555555556vw;
    left: 0;
  }
  header #hamburger.active {
    top: 1.3888888889vw;
  }
  header #hamburger.active div {
    background-color: #333333;
  }
  header #hamburger.active div:nth-of-type(1) {
    -webkit-transform: translateY(5.5555555556vw) rotate(-340deg);
    transform: translateY(5.5555555556vw) rotate(-340deg);
  }
  header #hamburger.active div:nth-of-type(2) {
    -webkit-transform: translateY(3.1944444444vw) rotate(340deg);
    transform: translateY(3.1944444444vw) rotate(340deg);
  }
}

footer {
  height: 20.8333333333vw;
  padding-top: 2.8645833333vw;
  background-color: #2a3d81;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer {
    height: 113.8888888889vw;
    padding-top: 13.8888888889vw;
  }
}
footer .f_logo {
  width: 5.9895833333vw;
  margin-bottom: 4.3229166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .f_logo {
    width: 23.6111111111vw;
    margin-bottom: 4.1666666667vw;
  }
}
footer .snslink {
  margin-bottom: 0.9375vw;
}
footer .snslink a {
  display: inline-block;
  width: 2.34375vw;
  margin-right: 0.9375vw;
}
footer .snslink a img {
  width: 100%;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .snslink a {
    width: 8.3333333333vw;
    margin-right: 2.7777777778vw;
    margin-bottom: 25vw;
  }
}
footer .footerlink {
  color: #fff;
  font-size: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
}
footer .footerlink::before {
  content: "｜ ";
}
footer .footerlink a::after {
  content: " ｜ ";
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .footerlink {
    font-size: 3.8888888889vw;
    margin-bottom: 16.6666666667vw;
  }
  footer .footerlink a {
    display: block;
    margin-bottom: 2.7777777778vw;
  }
  footer .footerlink a::before {
    content: "●";
    margin-right: 0.5em;
  }
  footer .footerlink::before {
    content: "";
  }
  footer .footerlink a::after {
    content: "";
  }
  footer .footerlink a::before {
    content: "● ";
  }
}
footer small {
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer small {
    font-size: 3.8888888889vw;
  }
}

main {
  overflow: hidden;
  width: 100%;
}

.totop {
  width: 1.8229166667vw;
  position: fixed;
  right: 3.6458333333vw;
  bottom: 3.125vw;
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .totop {
    width: 8.1944444444vw;
    right: 1.3888888889vw;
    bottom: 8.3333333333vw;
    z-index: 10;
  }
}
.totop img {
  width: 100%;
}

/* content */
#fv {
  height: 100vh;
  background-image: url(../img/fv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv {
    min-height: 100vh;
    height: 211.1111111111vw;
    background-image: url(../img/fv_bg_sp.png);
    background-position: bottom center;
    padding-top: 13.8888888889vw;
  }
  #fv .inner {
    min-height: calc(100vh - 52.7777777778vw);
    height: 158.3333333333vw;
    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;
  }
}
#fv .fv_objwrap {
  width: 100%;
  padding-top: 10.1041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap {
    height: auto;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) and (max-height: 739px) {
  #fv .fv_objwrap {
    -webkit-transform: translate(0, -20vw) scale(0.9);
            transform: translate(0, -20vw) scale(0.9);
  }
}
#fv .fv_objwrap .fv_img {
  position: absolute;
  width: 53.2291666667vw;
  height: 36.7708333333vw;
  top: 7.6041666667vw;
  right: -7.1875vw;
  z-index: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap .fv_img {
    display: none;
  }
}
#fv .fv_objwrap p {
  color: #fff;
  font-size: 1.1458333333vw;
  font-weight: 500;
  text-shadow: 0 0.15625vw 1.5625vw #000;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap p {
    font-size: 3.8888888889vw;
    text-align: center;
  }
}
#fv .fv_objwrap .catch {
  font-size: 2.34375vw;
  font-weight: 700;
  margin-left: -0.5em;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap .catch {
    font-size: 6.9444444444vw;
    margin-left: 0;
    margin-bottom: 12.5vw;
  }
}
#fv .topicswrap {
  width: 30.46875vw;
  position: absolute;
  top: 3.6458333333vw;
  right: 3.6458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .topicswrap {
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#fv .topicswrap .listwrap {
  width: 15.625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .topicswrap .listwrap {
    width: 100%;
    text-align: center;
  }
}
#fv .topicswrap .fv_topics {
  width: 14.5833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .topicswrap .fv_topics {
    width: 100%;
  }
}
#fv .topicswrap .fv_topics .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#fv .topicswrap .fv_topics .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .topicswrap .fv_topics .btn:hover {
    opacity: 1;
  }
}
#fv .topicswrap .fv_topics .list {
  color: #fff;
  font-size: 0.8333333333vw;
  background-color: RGBa(11, 5, 56, 0.8);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .topicswrap .fv_topics .list {
    font-size: 4.4444444444vw;
    position: absolute;
    bottom: 19.4444444444vw;
    width: 100%;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #fv .topicswrap .fv_topics .list.open {
    height: 158.3333333333vw;
    min-height: calc(100vh - 52.7777777778vw);
    bottom: 19.4444444444vw;
  }
}
#fv .topicswrap .fv_topics .list a {
  display: block;
  border-top: solid 0.0520833333vw #b1afae;
  padding: 2.6041666667vw 1.1458333333vw 1.3020833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .topicswrap .fv_topics .list a {
    padding: 6.9444444444vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
  }
}
#fv .topicswrap .fv_topics .list a .head {
  width: 6.25vw;
  height: 1.5625vw;
  background-color: #595858;
  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;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .topicswrap .fv_topics .list a .head {
    font-size: 3.3333333333vw;
    width: 33.3333333333vw;
    height: 6.9444444444vw;
  }
}
#fv .fvnav {
  color: #fff;
  font-size: 0.9375vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fvnav {
    display: none;
  }
}
#fv .fvnav a {
  text-align: center;
  width: 14.5833333333vw;
  height: 14.5833333333vw;
  border-right: solid 0.0520833333vw #82efff;
  padding: 1.4583333333vw 1.0416666667vw 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#fv .fvnav a::after {
  content: "";
  display: block;
  width: 1.5104166667vw;
  height: 1.5625vw;
  background-image: url(../img/nav_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4166666667vw;
  margin: auto;
  z-index: 3;
}
#fv .fvnav a:first-child {
  border-left: solid 0.0520833333vw #82efff;
}
#fv .fvnav a:hover {
  opacity: 1;
}
#fv .fvnav a p {
  line-height: 1.6;
}
#fv .fvnav a p:last-child {
  height: 6.5104166667vw;
  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;
}
#fv .fvnav a .head {
  font-size: 0.9375vw;
  font-weight: 500;
  width: 100%;
  height: 4.1666666667vw;
  border-radius: 2.0833333333vw;
  background-color: RGBa(0, 0, 0, 0.6);
  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;
}
#fv .fvnav a:nth-child(4) {
  letter-spacing: -0.1em;
}
#fv .fvnav a:hover .head {
  background-color: #387ece;
}
#fv .fv_img {
  width: 25.625vw;
  bottom: 0;
  right: 13.5416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_img {
    width: 72.2222222222vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

section {
  color: #fff;
  padding: 4.1666666667vw 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#387ece), to(rgba(56, 126, 206, 0)));
  background: linear-gradient(#387ece 0%, rgba(56, 126, 206, 0) 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section {
    padding: 13.8888888889vw 0;
  }
}
section::before {
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-size: 6.25vw;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  line-height: 0.83;
  position: absolute;
  top: 0;
  left: -0.78125vw;
  z-index: 0;
  opacity: 0.3;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section::before {
    font-size: 16.6666666667vw;
    left: -2.0833333333vw;
  }
}
section .inner {
  padding-right: 3.6458333333vw;
  padding-left: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
section .flexbox div {
  width: 31.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section .flexbox div {
    width: 100%;
    margin-bottom: 6.9444444444vw;
  }
}

h2 {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h2 {
    font-size: 5.2777777778vw;
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h2 .bg {
    display: inline-block;
  }
}
h2 .bg::before {
  content: "";
  display: block;
  width: 4.375vw;
  height: 4.375vw;
  background-image: url(../img/h2_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.0416666667vw;
  left: -4.8958333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h2 .bg::before {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    top: -2.7777777778vw;
    left: -13.0555555556vw;
  }
}
h2 .bg::after {
  content: "";
  display: block;
  width: 4.375vw;
  height: 4.375vw;
  background-image: url(../img/h2_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.0416666667vw;
  right: -4.8958333333vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h2 .bg::after {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    top: -2.7777777778vw;
    right: -13.0555555556vw;
  }
}
h2 .subtext {
  font-size: 1.1458333333vw;
  font-weight: 500;
  display: block;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h2 .subtext {
    font-size: 3.6111111111vw;
  }
}

#cost::before {
  content: "Cost-Cutting";
}
#cost .flexbox {
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #cost .flexbox {
    padding: 0;
  }
}
#cost .arrow {
  width: 4.5833333333vw;
  position: absolute;
  top: 8.3333333333vw;
  left: 13.59375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #cost .arrow {
    width: 12.2222222222vw;
    top: 23.6111111111vw;
    left: 37.5vw;
  }
}

#value::before {
  content: "Value Of PVS";
}
#value .text {
  font-size: 1.25vw;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #value .text {
    font-size: 3.6111111111vw;
    text-align: center;
    margin-bottom: 6.9444444444vw;
  }
}
#value .valuewrap {
  color: #fff;
  margin-top: 1.0416666667vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#action::before {
  content: "JBCC's \a Approach";
  white-space: pre;
  text-align: left;
}
#action .arrow {
  margin: 2.6041666667vw auto 0.78125vw;
  display: block;
  width: 3.75vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #action .arrow {
    margin: 6.9444444444vw auto 2.7777777778vw;
    width: 10vw;
  }
}
#action .arrow img {
  display: block;
  -webkit-animation: arrow_anime 1.6s cubic-bezier(0.33, 1, 0.68, 1) infinite;
          animation: arrow_anime 1.6s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}
#action .arrow img:nth-child(2) {
  margin-top: -0.2604166667vw;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #action .arrow img:nth-child(2) {
    margin-top: -0.6944444444vw;
  }
}
#action .arrow img:nth-child(3) {
  margin-top: -0.2604166667vw;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #action .arrow img:nth-child(3) {
    margin-top: -0.6944444444vw;
  }
}
#action .btn {
  font-size: 1.4583333333vw;
  font-weight: 500;
  text-align: center;
  background-color: #2a3d81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5.2083333333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #action .btn {
    font-size: 3.3333333333vw;
    height: 13.8888888889vw;
  }
}

#consulting::before {
  content: "Consultation \aService";
  white-space: pre;
  text-align: left;
}

#service::before {
  content: "Cloud Servie";
  white-space: pre;
  text-align: left;
}
#service ul {
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #service ul {
    margin-bottom: 2.0833333333vw;
  }
}
#service ul li {
  font-size: 1.25vw;
  font-weight: 500;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #service ul li {
    font-size: 3.6111111111vw;
    line-height: 1.4;
    margin-bottom: 1.3888888889vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#service ul li::before {
  content: "";
  width: 0.78125vw;
  height: 0.78125vw;
  border-radius: 0.390625vw;
  background-color: #fff;
  display: inline-block;
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #service ul li::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    margin-right: 1.3888888889vw;
  }
}
#service .arrow {
  position: absolute;
}
#service .arrow01 {
  width: 25.5208333333vw;
  top: 3.125vw;
  left: 16.7708333333vw;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #service .arrow01 {
    width: 31.25vw;
    top: 5.5555555556vw;
    left: 23.6111111111vw;
  }
}
#service .arrow02 {
  width: 25.3125vw;
  top: 8.75vw;
  left: 16.7708333333vw;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #service .arrow02 {
    width: 30.9722222222vw;
    top: 13.0555555556vw;
    left: 23.6111111111vw;
  }
}
#service .arrow03 {
  width: 25.15625vw;
  top: 13.3333333333vw;
  left: 16.9270833333vw;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #service .arrow03 {
    width: 30.8333333333vw;
    top: 19.1666666667vw;
    left: 23.6111111111vw;
  }
}
#service .arrow04 {
  width: 25.3645833333vw;
  top: 21.71875vw;
  left: 16.7708333333vw;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #service .arrow04 {
    width: 30.9722222222vw;
    top: 29.0277777778vw;
    left: 23.6111111111vw;
  }
}
#service .animated .arrow01 {
  -webkit-animation: toleft_slide 2.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: toleft_slide 2.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#service .animated .arrow02 {
  -webkit-animation: toleft_slide 2.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: toleft_slide 2.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#service .animated .arrow03 {
  -webkit-animation: toright_slide 2.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: toright_slide 2.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#service .animated .arrow04 {
  -webkit-animation: toleft_slide 2.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: toleft_slide 2.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.topics .inner {
  padding-right: 3.6458333333vw;
  padding-left: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .topics .inner h2 {
    font-size: 4.1666666667vw;
  }
}
.topics .inner h2 .bg::before,
.topics .inner h2 .bg::after {
  background: none;
}
.topics &gt; div {
  padding: 6.7708333333vw 0 4.1666666667vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#fff));
  background: linear-gradient(#d4d4d4 0%, #fff 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div {
    padding: 13.8888888889vw 0;
  }
}
.topics &gt; div .mark {
  font-family: "Century Gothic", sans-serif;
  color: #00b1bd;
  font-size: 5.2083333333vw;
  font-weight: 500;
  line-height: 0.69;
  text-align: center;
  position: absolute;
  top: -6.7708333333vw;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div .mark {
    font-size: 16.6666666667vw;
    top: -13.1944444444vw;
  }
}
.topics &gt; div ul {
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div ul {
    margin-bottom: 1.3888888889vw;
  }
}
.topics &gt; div ul li {
  font-size: 1.25vw;
  font-weight: 500;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div ul li {
    font-size: 3.6111111111vw;
    line-height: 1.4;
    margin-bottom: 1.3888888889vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.topics &gt; div ul li::before {
  content: "";
  background-color: #333;
  width: 0.78125vw;
  height: 0.78125vw;
  border-radius: 0.390625vw;
  display: inline-block;
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div ul li::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    margin-right: 1.3888888889vw;
  }
}
.topics &gt; div ul li a {
  color: #00b1bd;
}
.topics &gt; div ul li a:hover {
  text-decoration: underline;
}
.topics &gt; div ul.linkul {
  margin-top: 0.5208333333vw;
}
.topics &gt; div ul.linkul li::before {
  background-color: #00b1bd;
}
.topics &gt; div .bold {
  font-size: 1.1458333333vw;
  font-weight: 700;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div .bold {
    font-size: 3.3333333333vw;
    margin-top: 1.3888888889vw;
  }
}
.topics &gt; div .imagewrap {
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div .imagewrap {
    margin-top: 2.7777777778vw;
  }
}
.topics &gt; div .imagewrap div {
  width: 31.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div .imagewrap div {
    width: 100%;
    margin-bottom: 6.9444444444vw;
  }
}
.topics &gt; div .seminar {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topics &gt; div .seminar a {
  width: 21.3541666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div .seminar a {
    width: 100%;
    margin-bottom: 6.9444444444vw;
  }
}
.topics &gt; div .seminar a img {
  margin-bottom: 1.3020833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div .seminar a img {
    margin-bottom: 3.4722222222vw;
  }
}
.topics &gt; div .seminar a p {
  font-size: 1.1458333333vw;
  font-weight: 700;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div .seminar a p {
    font-size: 3.3333333333vw;
  }
}
.topics &gt; div .seminar a .small {
  font-size: 0.9375vw;
  font-weight: 500;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .topics &gt; div .seminar a .small {
    font-size: 2.7777777778vw;
    margin-bottom: 2.0833333333vw;
  }
}

.contactwrap {
  padding: 1.0416666667vw 3.6458333333vw 4.1666666667vw;
  background: inherit !important;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .contactwrap {
    padding: 6.9444444444vw 6.9444444444vw 13.8888888889vw;
  }
}
.contactwrap a {
  color: #fff;
  font-size: 1.5625vw;
  font-weight: 500;
  text-align: center;
  width: 31.25vw;
  height: 6.7708333333vw;
  border-radius: 3.3854166667vw;
  padding-left: 2.34375vw;
  background: #00b1bd;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .contactwrap a {
    font-size: 4.4444444444vw;
    width: 100%;
    height: 18.0555555556vw;
    border-radius: 9.0277777778vw;
    padding-left: 5.5555555556vw;
    margin-bottom: 6.9444444444vw;
  }
}
.contactwrap a span {
  font-size: 1.0416666667vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .contactwrap a span {
    font-size: 3.0555555556vw;
  }
}
.contactwrap a::after {
  content: "";
  display: inline-block;
  width: 1.5104166667vw;
  height: 1.09375vw;
  background-image: url(../img/btn_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.96875vw;
  right: 1.6145833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .contactwrap a::after {
    width: 4.0277777778vw;
    height: 2.9166666667vw;
    top: 7.9166666667vw;
    right: 4.3055555556vw;
  }
}

/* animation */
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}

.fadeup.animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  line-height: 1;
}

.smooth.animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

@-webkit-keyframes tobottom_slide {
  0% {
    -webkit-clip-path: inset(0 100% 100% 0);
            clip-path: inset(0 100% 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes tobottom_slide {
  0% {
    -webkit-clip-path: inset(0 100% 100% 0);
            clip-path: inset(0 100% 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.tobottom_slide {
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
  display: block;
}

.tobottom_slide.animated {
  -webkit-animation: tobottom_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: tobottom_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes toright_slide {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes toright_slide {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.toright_slide {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: block;
}

.toright_slide.animated {
  -webkit-animation: toright_slide 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: toright_slide 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes toleft_slide {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes toleft_slide {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.toleft_slide {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  display: block;
}

.toleft_slide.animated {
  -webkit-animation: toleft_slide 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: toleft_slide 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes arrow_anime {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow_anime {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* animation_delay */
.delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay_6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay_9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay_12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}</pre></body></html>