@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: #54534e;
  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;
  }
}
.navy {
  color: #009cad;
}

.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;
}

.t_right {
  text-align: right;
}

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

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

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

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

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

.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;
}

.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;
}

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

/* 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;
  -webkit-box-shadow: 0 0.2604166667vw 0.5208333333vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0 0.2604166667vw 0.5208333333vw RGBa(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header {
    background-color: RGBa(0, 0, 0, 0);
    height: 13.8888888889vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.open {
    background-color: #fff;
  }
}
header .inner {
  width: 100%;
  height: 3.6458333333vw;
  padding-left: 13.5416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .inner {
    height: 12.5vw;
  }
}
header h1 {
  width: 4.84375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header h1 {
    width: 50vw;
    position: absolute;
    top: 1.1111111111vw;
    left: 6.9444444444vw;
  }
}
header .nav_mark {
  height: 0.2604166667vw;
  background-color: #00b1bd;
  display: block;
  position: absolute;
  bottom: 0;
  width: 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-weight: 500;
  width: 69.53125vw;
  gap: 0.5208333333vw;
}
header nav a {
  font-size: 0.8333333333vw;
}
header nav a:hover, header nav a.act {
  color: #00a8ba;
}
header nav .contactbtn {
  color: #fff;
  font-size: 1.1458333333vw;
  font-weight: 700;
  width: 17.1875vw;
  height: 3.6458333333vw;
  padding-right: 3.6458333333vw;
  padding-left: 3.6458333333vw;
  margin-left: 6.25vw;
  background-color: #00a8ba;
  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;
  -webkit-transition: 0.3;
  transition: 0.3;
}
header nav .contactbtn::after {
  content: "〉";
  color: #009cad;
  font-size: 0.7291666667vw;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  padding-left: 0.4166666667vw;
  border-radius: 0.6510416667vw;
  background-color: #fff;
  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;
}
header nav .contactbtn:hover {
  color: #fff;
  background-color: #00868f;
  opacity: 1;
}
header nav .contactbtn:hover::after {
  color: #00868f;
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav {
    width: 100%;
    height: 0;
    z-index: 1000;
    position: fixed;
    top: 13.8888888889vw;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding-top: 0;
    padding-right: 6.9444444444vw;
    padding-left: 6.9444444444vw;
    background-color: #00b1bd;
  }
  header nav ul {
    height: 100%;
  }
  header nav li {
    width: 100%;
    margin: 2.0833333333vw 0;
  }
  header nav a {
    color: #000;
    font-size: 3.8888888889vw;
    text-align: justify;
    width: 100%;
    margin: 0;
    padding: 5.5555555556vw 0.5208333333vw;
    background-color: #fff;
    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;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) and (max-height: 739px) {
  header nav a {
    margin: 3.4722222222vw 0;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav .contactbtn {
    font-size: 3.8888888889vw;
    text-align: justify;
    background-color: #0071bc;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5.5555555556vw 0.5208333333vw;
    border-radius: 0;
    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;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) and (max-height: 739px) {
  header nav .contactbtn {
    margin: 3.4722222222vw 0;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav .contactbtn::after {
    display: none;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav .flexbox {
    -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) {
  header nav.open {
    height: calc(100vh - 13.8888888889vw);
    padding-top: 6.9444444444vw;
    padding-bottom: 13.8888888889vw;
    overflow-y: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.7777777778vw;
  }
  header nav.open::after {
    content: "COPYRIGHT © JBAT ALL RIGHTS RESERVED.";
    color: #fff;
    font-size: 3.8888888889vw;
    text-align: center;
    width: 100%;
    padding-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header #hamburger,
  header #hamburger div {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1001;
    vertical-align: middle;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header #hamburger {
    width: 6.9444444444vw;
    height: 6.1111111111vw;
    display: inline-block;
    top: 4.1666666667vw;
    position: fixed;
    right: 6.9444444444vw;
    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) {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  header #hamburger div:nth-of-type(3) {
    bottom: 0.5555555556vw;
    left: 0;
  }
  header #hamburger.active div {
    background-color: #333333;
  }
  header #hamburger.active div:nth-of-type(1) {
    -webkit-transform: translateY(2.7777777778vw) rotate(-320deg);
    transform: translateY(2.7777777778vw) rotate(-320deg);
  }
  header #hamburger.active div:nth-of-type(2) {
    opacity: 0;
  }
  header #hamburger.active div:nth-of-type(3) {
    -webkit-transform: translateY(-1.3888888889vw) rotate(320deg);
    transform: translateY(-1.3888888889vw) rotate(320deg);
  }
}

footer {
  height: 20.8333333333vw;
  padding-top: 2.8645833333vw;
  background: -webkit-gradient(linear, left top, right top, from(#97dbd0), to(#74cebf));
  background: linear-gradient(to right, #97dbd0 0%, #74cebf 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer {
    height: auto;
    padding-top: 13.8888888889vw;
    padding-bottom: 1.3888888889vw;
  }
}
footer .f_logo {
  width: 6.9791666667vw;
  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%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main.hidden {
  opacity: 0;
}

.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%;
}

header .linkbtn_sp {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .linkbtn_sp {
    width: 56.9444444444vw;
    position: fixed;
    left: 6.9444444444vw;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header .linkbtn_sp a {
    color: #fff;
    font-size: 3.6111111111vw;
    font-weight: 500;
    width: 27.7777777778vw;
    height: 10.2777777778vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#b9bbbc), to(#d3d5d6));
    background: linear-gradient(to bottom, #b9bbbc 0%, #d3d5d6 100%);
    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;
    border-bottom-right-radius: 0.4166666667vw;
    border-bottom-left-radius: 0.4166666667vw;
  }
}

/* fv */
#fv {
  padding-top: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv {
    padding-top: 10.2777777778vw;
  }
}
#fv > .inner {
  height: calc(100vh - 13.0208333333vw);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner {
    height: calc(100vh - 10.2777777778vw);
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) and (max-height: 739px) {
  #fv > .inner {
    padding: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#fv > .inner > * {
  position: absolute;
}
#fv > .inner .textwrap {
  height: 23.9583333333vw;
  left: 0;
  top: 7%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .textwrap {
    height: 41.6666666667vw;
    top: 10.2777777778vw;
    bottom: 60.5555555556vw;
  }
}
#fv > .inner .textwrap .fv_logo {
  width: 36.4583333333vw;
  margin-bottom: 2.0833333333vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .textwrap .fv_logo {
    display: none;
  }
}
#fv > .inner .textwrap .fv_text {
  width: 28.6979166667vw;
  margin-bottom: 2.5520833333vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .textwrap .fv_text {
    width: 100%;
  }
}
#fv > .inner .textwrap .fv_link {
  color: #fff;
  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;
  width: 16.5625vw;
  height: 2.5vw;
  border-radius: 1.25vw;
  margin-left: auto;
  margin-right: 0;
  padding-left: 1.0416666667vw;
  padding-right: 1.3020833333vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#c9ced2), to(#b2b4b5));
  background: linear-gradient(to top, #c9ced2 0%, #b2b4b5 100%);
}
#fv > .inner .textwrap .fv_link::after {
  content: "→";
  color: #fff;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .textwrap .fv_link {
    display: none;
  }
}
#fv > .inner .imgwrap {
  width: 47.9166666667vw;
  height: 47.96875vw;
  top: 5.5729166667vw;
  right: -15.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap {
    width: 106.9444444444vw;
    height: 106.9444444444vw;
    top: auto;
    right: auto;
    bottom: -46.3888888889vw;
    left: -10.4166666667vw;
  }
}
#fv > .inner .imgwrap > * {
  position: absolute;
}
#fv > .inner .imgwrap .fv_bg02 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  width: 47.9166666667vw;
  height: 47.96875vw;
  background-image: url(../images/earth_ol.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_bg02 {
    width: 106.9444444444vw;
    height: 106.9444444444vw;
    background-image: url(../images/earth_ol_sp.png);
  }
}
#fv > .inner .imgwrap .fv_obj01 {
  width: 5.5208333333vw;
  top: -0.46875vw;
  left: 12.1354166667vw;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj01 {
    width: 15.8333333333vw;
    top: -5.8333333333vw;
    left: 28.75vw;
  }
}
#fv > .inner .imgwrap .fv_obj02 {
  width: 4.1666666667vw;
  top: -1.09375vw;
  left: 20.4166666667vw;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj02 {
    width: 9.1666666667vw;
    top: -1.8055555556vw;
    left: 48.6111111111vw;
  }
}
#fv > .inner .imgwrap .fv_obj03 {
  width: 4.84375vw;
  top: -0.8854166667vw;
  left: 28.28125vw;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj03 {
    width: 12.9166666667vw;
    top: -4.7222222222vw;
    left: 60.1388888889vw;
  }
}
#fv > .inner .imgwrap .fv_obj04 {
  width: 4.0104166667vw;
  top: 1.0416666667vw;
  left: 34.84375vw;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj04 {
    width: 8.6111111111vw;
    top: 2.2222222222vw;
    left: 80.4166666667vw;
  }
}
#fv > .inner .imgwrap .fv_obj05 {
  width: 4.53125vw;
  top: 6.09375vw;
  left: 4.4270833333vw;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj05 {
    width: 10.5555555556vw;
    top: 3.7083333333vw;
    left: 16.25vw;
  }
}
#fv > .inner .imgwrap .fv_obj06 {
  width: 5.1041666667vw;
  top: 9.0104166667vw;
  left: 13.28125vw;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj06 {
    width: 10.4166666667vw;
    top: 18.0555555556vw;
    left: 33.0555555556vw;
  }
}
#fv > .inner .imgwrap .fv_obj07 {
  width: 7.2916666667vw;
  top: 7.1875vw;
  left: 25.8854166667vw;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj07 {
    width: 20.5555555556vw;
    top: 14.5833333333vw;
    left: 60vw;
  }
}
#fv > .inner .imgwrap .fv_obj08 {
  width: 5.5729166667vw;
  top: 10.15625vw;
  left: 33.5416666667vw;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj08 {
    width: 12.2222222222vw;
    top: 22.6388888889vw;
    left: 81.6666666667vw;
  }
}
#fv > .inner .imgwrap .fv_obj09 {
  width: 5.3645833333vw;
  top: 12.6041666667vw;
  left: 0.8333333333vw;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj09 {
    width: 13.3333333333vw;
    top: 18.0555555556vw;
    left: 7.0833333333vw;
  }
}
#fv > .inner .imgwrap .fv_obj10 {
  width: 4.9479166667vw;
  top: 9.7395833333vw;
  left: 20.4166666667vw;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj10 {
    width: 8.75vw;
    top: 21.25vw;
    left: 44.4444444444vw;
  }
}
#fv > .inner .imgwrap .fv_obj11 {
  width: 4.4270833333vw;
  top: 17.2916666667vw;
  left: 11.1458333333vw;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj11 {
    width: 8.1944444444vw;
    top: 30.4166666667vw;
    left: 21.8055555556vw;
  }
}
#fv > .inner .imgwrap .fv_obj12 {
  width: 6.5104166667vw;
  top: 17.2395833333vw;
  left: 21.3020833333vw;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj12 {
    width: 14.3055555556vw;
    top: 35.1388888889vw;
    left: 44.7222222222vw;
  }
}
#fv > .inner .imgwrap .fv_obj13 {
  width: 3.5416666667vw;
  top: 24.53125vw;
  left: 2.65625vw;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj13 {
    width: 7.6388888889vw;
    top: 43.4722222222vw;
    left: 7.6388888889vw;
  }
}
#fv > .inner .imgwrap .fv_obj14 {
  width: 5.46875vw;
  top: 25.2604166667vw;
  left: 12.65625vw;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj14 {
    width: 11.5277777778vw;
    top: 45.6944444444vw;
    left: 25.8333333333vw;
  }
}
#fv > .inner .imgwrap .fv_obj15 {
  width: 6.71875vw;
  top: 18.9583333333vw;
  left: 31.09375vw;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj15 {
    width: 15vw;
    top: 30.1388888889vw;
    left: 70.2777777778vw;
  }
}
#fv > .inner .imgwrap .fv_obj16 {
  width: 4.6354166667vw;
  top: 16.3020833333vw;
  left: 35.625vw;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj16 {
    width: 12.3611111111vw;
    top: 31.5277777778vw;
    left: 89.7222222222vw;
  }
}
#fv > .inner .imgwrap .fv_obj17 {
  width: 4.375vw;
  top: 21.09375vw;
  left: -1.4583333333vw;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv > .inner .imgwrap .fv_obj17 {
    width: 11.6666666667vw;
    top: 30.1388888889vw;
    left: 4.1666666667vw;
  }
}
#fv .badge_wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 -0.5208333333vw 1.0416666667vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0 -0.5208333333vw 1.0416666667vw RGBa(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .badge_wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #fv .badge_wrap .flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#fv .badge_wrap .inner {
  height: 8.8541666667vw;
  padding-right: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .badge_wrap .inner {
    height: 36.1111111111vw;
    padding-right: 0;
  }
}
#fv .badge_wrap .inner p {
  font-size: 1.25vw;
  font-weight: 500;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .badge_wrap .inner p {
    font-size: 3.8888888889vw;
    margin-bottom: 1.3888888889vw;
  }
}
#fv .badge_wrap .inner img {
  width: 41.09375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .badge_wrap .inner img {
    width: 86.1111111111vw;
  }
}

/* content */
.bg_bl {
  background-color: #f2f6f9;
}

section {
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section {
    padding-bottom: 13.8888888889vw;
  }
}
section .bg_bl {
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section .bg_bl {
    padding-top: 13.8888888889vw;
  }
}
section h2 {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section h2 {
    font-size: 5.5555555556vw;
    margin-bottom: 6.9444444444vw;
  }
}
section h2 .line {
  width: 2.0833333333vw;
  height: 0.2604166667vw;
  background-color: #ffc400;
  display: block;
  margin: 0 auto 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section h2 .line {
    display: none;
  }
}
section h2 .en {
  font-size: 1.1458333333vw;
  color: #ffc400;
  font-weight: 400;
  display: block;
  margin: 0.5208333333vw auto 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section h2 .en {
    font-size: 3.3333333333vw;
    margin: 1.3888888889vw auto 0;
  }
}
section .head {
  font-size: 1.875vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section .head {
    font-size: 5.5555555556vw;
    margin-bottom: 6.9444444444vw;
  }
}

#about .bg_bl {
  height: 82.2916666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .bg_bl {
    height: auto;
  }
}
#about .aboutwrap {
  height: 43.75vw;
  background-image: url(../images/about_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .aboutwrap {
    height: auto;
    padding-bottom: 58.0555555556vw;
    background-image: url(../images/about_bg_sp.png);
  }
}
#about .aboutwrap .letter {
  font-size: 1.5625vw;
  font-weight: 700;
  margin-top: 6.25vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .aboutwrap .letter {
    font-size: 4.4444444444vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 6.9444444444vw;
  }
}
#about .aboutwrap p {
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .aboutwrap p {
    font-size: 3.8888888889vw;
    text-align: center;
    width: 91.6666666667vw;
    margin-left: -2.7777777778vw;
  }
}
#about .aboutwrap img {
  width: 35.9375vw;
  position: absolute;
  right: 9.375vw;
  top: 10.1041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .aboutwrap img {
    width: 62.5vw;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
#about .meritwrap {
  margin-top: -28.125vw;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .meritwrap {
    margin-top: 0;
    padding-top: 13.8888888889vw;
    padding-bottom: 0;
  }
}
#about .meritwrap .merit div {
  background-color: #fff;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 22.9166666667vw;
  height: 31.25vw;
  padding-top: 2.0833333333vw;
  border-radius: 0.5208333333vw;
  -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 1.5625vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0.5208333333vw 0.5208333333vw 1.5625vw RGBa(0, 0, 0, 0.16);
}
#about .meritwrap .merit div:first-child {
  background-image: url(../images/merit01.png);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .meritwrap .merit div:first-child {
    background-image: url(../images/merit01sp.png);
  }
}
#about .meritwrap .merit div:nth-child(2) {
  background-image: url(../images/merit02.png);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .meritwrap .merit div:nth-child(2) {
    background-image: url(../images/merit02sp.png);
  }
}
#about .meritwrap .merit div:nth-child(3) {
  background-image: url(../images/merit03.png);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .meritwrap .merit div:nth-child(3) {
    background-image: url(../images/merit03sp.png);
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .meritwrap .merit div {
    width: 100%;
    height: 50.2777777778vw;
    padding-top: 6.9444444444vw;
    margin-bottom: 11.1111111111vw;
    border-radius: 0.6944444444vw;
    -webkit-box-shadow: 1.3888888889vw 1.3888888889vw 4.1666666667vw RGBa(0, 0, 0, 0.16);
            box-shadow: 1.3888888889vw 1.3888888889vw 4.1666666667vw RGBa(0, 0, 0, 0.16);
  }
}
#about .meritwrap .merit div .num {
  font-size: 2.6041666667vw;
  font-weight: 500;
  line-height: 1.6;
  margin-top: -4.1666666667vw;
  margin-left: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .meritwrap .merit div .num {
    font-size: 5.8333333333vw;
    margin-top: -11.5277777778vw;
    margin-left: 5.5555555556vw;
  }
}
#about .meritwrap .merit div .num::after {
  content: "";
  background-color: #ffc400;
  display: block;
  width: 2.7083333333vw;
  height: 0.2083333333vw;
  position: absolute;
  left: 0.1041666667vw;
  bottom: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .meritwrap .merit div .num::after {
    width: 6.6666666667vw;
    height: 0.4166666667vw;
    left: 0;
  }
}
#about .meritwrap .merit div .text {
  font-size: 1.4583333333vw;
  font-weight: 500;
  text-align: center;
  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;
  height: 15.625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .meritwrap .merit div .text {
    font-size: 3.8888888889vw;
    font-weight: 700;
    height: 11.1111111111vw;
  }
}
#about .comlistwrap {
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .comlistwrap {
    padding-top: 2.7777777778vw;
  }
}
#about .comlistwrap .text {
  font-size: 2.0833333333vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .comlistwrap .text {
    font-size: 4.1666666667vw;
    font-weight: 700;
    margin-bottom: 13.8888888889vw;
  }
}
#about .comlistwrap .text span {
  color: #009cad;
  font-size: 4.1666666667vw;
  font-weight: 700;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .comlistwrap .text span {
    font-size: 8.0555555556vw;
  }
}
#about .comlistwrap .comlist {
  overflow: hidden;
  height: 11.4583333333vw;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .comlistwrap .comlist {
    width: 100vw;
    height: auto;
    background-color: #f2f6f9;
    padding: 3.4722222222vw 11.1111111111vw 8.3333333333vw;
    margin-left: -6.9444444444vw;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#about .comlistwrap .comlist img {
  width: 12.5vw;
  margin: 0 0.6510416667vw;
  -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 1.0416666667vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0.5208333333vw 0.5208333333vw 1.0416666667vw RGBa(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .comlistwrap .comlist img {
    width: 36.1111111111vw;
    margin: 4.8611111111vw 0 0;
  }
}
#about .comlistwrap .comlist .slick-list {
  width: 67.7083333333vw;
  height: 11.4583333333vw;
  margin: auto;
  overflow: hidden;
}
#about .comlistwrap .comlist .slick-prev,
#about .comlistwrap .comlist .slick-next {
  z-index: 10;
  width: 2.6041666667vw;
  height: 9.375vw;
}
#about .comlistwrap .comlist .slick-prev::before,
#about .comlistwrap .comlist .slick-next::before {
  content: "〈";
  color: #c9ced2;
  font-size: 3.6458333333vw;
  display: block;
  margin-top: -1.0416666667vw;
  margin-left: -2.0833333333vw;
}
#about .comlistwrap .comlist[dir=rtl] .slick-prev {
  right: auto;
  left: -1.3020833333vw;
}
#about .comlistwrap .comlist[dir=rtl] .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: -2.0833333333vw;
}
#about .comlistwrap .comlist .slick-next {
  right: -1.3020833333vw;
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin {
    padding-top: 0;
  }
  #plugin .bg_bl {
    padding-top: 0;
  }
  #plugin .sp_wh {
    background-color: #fff;
    padding-bottom: 2.7777777778vw;
  }
  #plugin .inner {
    width: 100%;
  }
}
#plugin .slidenav {
  width: 50.5208333333vw;
  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;
  margin: 0 auto 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidenav {
    display: none;
  }
}
#plugin .slidenav .slick-list {
  width: 50.5208333333vw !important;
}
#plugin .slidenav .slick-track {
  width: 50.5208333333vw !important;
  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;
}
#plugin .slidenav .slick-slide {
  width: 11.4583333333vw !important;
}
#plugin .slidenav span {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: 500;
  text-align: center;
  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;
  width: 11.4583333333vw;
  height: 2.0833333333vw;
  margin: 0 0.78125vw;
  border-radius: 1.0416666667vw;
}
#plugin .slidenav span:hover {
  cursor: pointer;
}
#plugin .slidenav span:first-child {
  background-color: #ecd55f;
}
#plugin .slidenav span:nth-child(2) {
  background-color: #7dccb6;
}
#plugin .slidenav span:nth-child(3) {
  background-color: #f5afaf;
}
#plugin .slidenav span:nth-child(4) {
  background-color: #cda8de;
}
#plugin .slidewrap {
  padding-bottom: 2.6041666667vw;
  width: 91.6666666667vw;
  margin-left: -9.375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap {
    width: 100%;
    padding-bottom: 0;
    margin-left: 0;
  }
}
#plugin .slidewrap .slick-list {
  width: 91.6666666667vw;
  height: 32.2916666667vw;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .slick-list {
    width: 100%;
    height: auto;
  }
}
#plugin .slidewrap .slick-prev,
#plugin .slidewrap .slick-next {
  z-index: 10;
  width: 2.6041666667vw;
  height: 9.375vw;
}
#plugin .slidewrap .slick-prev::before,
#plugin .slidewrap .slick-next::before {
  content: "〈";
  color: #c9ced2;
  font-size: 3.6458333333vw;
  display: block;
  margin-top: -1.0416666667vw;
  margin-left: -2.0833333333vw;
}
#plugin .slidewrap .slick-prev {
  left: 0;
}
#plugin .slidewrap .slick-next {
  right: 0;
}
#plugin .slidewrap .slick-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: -2.0833333333vw;
}
#plugin .slidewrap .pluginitem {
  width: 86.4583333333vw;
  height: 29.1666666667vw;
  margin: 0 2.6041666667vw;
  display: inline-block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
#plugin .slidewrap .pluginitem .wrap {
  width: 63.5416666667vw;
  height: 29.1666666667vw;
  padding: 1.3020833333vw 2.0833333333vw 1.5625vw;
  margin: auto;
  border-radius: 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 9.7222222222vw 6.9444444444vw;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#plugin .slidewrap .pluginitem .wrap::before {
  color: #ffffff;
  font-size: 7.2395833333vw;
  font-weight: 300;
  text-align: center;
  opacity: 0.3;
  position: absolute;
  top: -2.0833333333vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .wrap::before {
    font-size: 19.3055555556vw;
    text-align: justify;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 0;
    right: auto;
    left: -2.7777777778vw;
  }
}
#plugin .slidewrap .pluginitem .wrap::after {
  content: "";
  display: block;
  width: 15.625vw;
  height: 2.0833333333vw;
  border-radius: 1.0416666667vw;
  position: absolute;
  top: 1.3020833333vw;
  right: 0;
  left: 0;
  margin: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .wrap::after {
    display: none;
  }
}
#plugin .slidewrap .pluginitem .tag {
  color: #fff;
  width: 15.625vw;
  height: 2.0833333333vw;
  margin: 0 auto 1.0416666667vw;
  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;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .tag {
    font-size: 4.7222222222vw;
    font-weight: 500;
    width: 86.1111111111vw;
    height: 9.7222222222vw;
    border-radius: 4.8611111111vw;
    margin-bottom: 8.3333333333vw;
  }
}
#plugin .slidewrap .pluginitem.plugin05 .flexbox .item p {
  line-height: 1.3;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem.plugin05 .flexbox .item p {
    line-height: 1.5;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item {
  font-size: 0.9375vw;
  text-align: center;
  width: 18.75vw;
  height: 23.4375vw;
  border-radius: 0.2604166667vw;
  padding-top: 4.6875vw;
  background-color: #fff;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item {
    font-size: 3.6111111111vw;
    text-align: justify;
    width: 86.1111111111vw;
    height: auto;
    min-height: 52.7777777778vw;
    border-radius: 0.6944444444vw;
    padding: 18.4722222222vw 1.3888888889vw 5.5555555556vw 3.8888888889vw;
    margin-bottom: 3.75vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item p {
  line-height: 1.5;
}
#plugin .slidewrap .pluginitem .flexbox .item .num {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  font-size: 1.7708333333vw;
  width: 3.125vw;
  height: 3.125vw;
  padding-top: 0.2604166667vw;
  position: absolute;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  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;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item .num {
    font-size: 6.9444444444vw;
    width: 11.3888888889vw;
    height: 11.8055555556vw;
    top: 0;
    left: 0;
    border-top-left-radius: 0.6944444444vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item .icon {
  width: 1.25vw;
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item .icon {
    width: 4.0277777778vw;
    top: 2.9166666667vw;
    left: 14.1666666667vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item .name {
  font-size: 1.3541666667vw;
  font-weight: 700;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item .name {
    font-size: 4.7222222222vw;
  }
  #plugin .slidewrap .pluginitem .flexbox .item .name .small {
    font-size: 4.7222222222vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item .subtext {
  font-size: 1.0416666667vw;
  font-weight: 700;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item .subtext {
    font-size: 3.8888888889vw;
    margin-bottom: 0;
  }
  #plugin .slidewrap .pluginitem .flexbox .item .subtext::after {
    content: "";
    display: block;
    width: 77.7777777778vw;
    height: 0.2777777778vw;
    border-bottom: dotted 0.2777777778vw #d2d2d2;
    margin-top: 2.0833333333vw;
    margin-bottom: 1.3888888889vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item .itemimg {
  position: absolute;
  z-index: 2;
}
#plugin .slidewrap .pluginitem .flexbox .item .anno {
  font-size: 0.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0.5208333333vw;
  left: 0.6770833333vw;
  z-index: 3;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item .anno {
    font-size: 2.7777777778vw;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 1.3888888889vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item .anno span {
  color: #fff;
  font-size: 0.9375vw;
  line-height: 1;
  background-color: #595757;
  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;
  width: 2.7083333333vw;
  height: 0.9895833333vw;
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item .anno span {
    font-size: 3.1944444444vw;
    width: 11.3888888889vw;
    height: 3.8888888889vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item .nopc {
    display: inline-block;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
}
#plugin .slidewrap .pluginitem .flexbox .item01 .num {
  background-color: #35b495;
}
#plugin .slidewrap .pluginitem .flexbox .item01 .name {
  color: #35b495;
}
#plugin .slidewrap .pluginitem .flexbox .item01 .itemimg {
  width: 6.25vw;
  right: 0.46875vw;
  bottom: -0.5729166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item01 .itemimg {
    width: 24.7222222222vw;
    right: 6.25vw;
    bottom: auto;
    top: 4.125vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item02 .num {
  background-color: #5cc0cf;
}
#plugin .slidewrap .pluginitem .flexbox .item02 .name {
  color: #5cc0cf;
}
#plugin .slidewrap .pluginitem .flexbox .item02 .itemimg {
  width: 4.8958333333vw;
  right: 0.5729166667vw;
  bottom: -0.625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item02 .itemimg {
    width: 16.1111111111vw;
    right: 6.1111111111vw;
    bottom: auto;
    top: 3.4722222222vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item03 .num {
  background-color: #d64550;
}
#plugin .slidewrap .pluginitem .flexbox .item03 .name {
  color: #d64550;
}
#plugin .slidewrap .pluginitem .flexbox .item03 .itemimg {
  width: 4.6354166667vw;
  right: -0.3333333333vw;
  bottom: -0.5729166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item03 .itemimg {
    width: 18.4722222222vw;
    right: 6.1805555556vw;
    bottom: auto;
    top: 2.6388888889vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item04 .num {
  background-color: #3ba8d5;
}
#plugin .slidewrap .pluginitem .flexbox .item04 .name {
  color: #3ba8d5;
}
#plugin .slidewrap .pluginitem .flexbox .item04 .itemimg {
  width: 5.9895833333vw;
  right: 0.78125vw;
  bottom: -0.5729166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item04 .itemimg {
    width: 24.8611111111vw;
    right: 3.1944444444vw;
    bottom: auto;
    top: 4.0277777778vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item05 .num {
  background-color: #9a1e44;
}
#plugin .slidewrap .pluginitem .flexbox .item05 .name {
  color: #9a1e44;
}
#plugin .slidewrap .pluginitem .flexbox .item05 .itemimg {
  width: 8.2291666667vw;
  right: -0.6770833333vw;
  bottom: -0.7291666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item05 .itemimg {
    width: 25.4166666667vw;
    right: 2.6944444444vw;
    bottom: auto;
    top: 5.0555555556vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item06 .num {
  background-color: #b676ae;
}
#plugin .slidewrap .pluginitem .flexbox .item06 .name {
  color: #b676ae;
}
#plugin .slidewrap .pluginitem .flexbox .item06 .itemimg {
  width: 10.78125vw;
  right: -0.8854166667vw;
  bottom: -0.9375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item06 .itemimg {
    width: 38.0555555556vw;
    right: 4.1666666667vw;
    bottom: auto;
    top: 5.2777777778vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item07 .num {
  background-color: #2a7e3d;
}
#plugin .slidewrap .pluginitem .flexbox .item07 .name {
  color: #2a7e3d;
}
#plugin .slidewrap .pluginitem .flexbox .item07 .itemimg {
  width: 4.7916666667vw;
  right: 0.5208333333vw;
  bottom: -0.5729166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item07 .itemimg {
    width: 18.1944444444vw;
    right: 6.1111111111vw;
    bottom: auto;
    top: 3.6805555556vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item08 .num {
  background-color: #f08b33;
}
#plugin .slidewrap .pluginitem .flexbox .item08 .name {
  color: #f08b33;
}
#plugin .slidewrap .pluginitem .flexbox .item08 .itemimg {
  width: 5.7291666667vw;
  right: -0.4166666667vw;
  bottom: -1.1458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item08 .itemimg {
    width: 25vw;
    right: 4.4444444444vw;
    bottom: auto;
    top: 3.6111111111vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item09 .num {
  background-color: #265191;
}
#plugin .slidewrap .pluginitem .flexbox .item09 .name {
  color: #265191;
}
#plugin .slidewrap .pluginitem .flexbox .item09 .itemimg {
  width: 5.4166666667vw;
  right: -0.5208333333vw;
  bottom: -0.9895833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item09 .itemimg {
    width: 17.2222222222vw;
    right: 6.1111111111vw;
    bottom: auto;
    top: 3.75vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item10 .num {
  background-color: #bfc722;
}
#plugin .slidewrap .pluginitem .flexbox .item10 .name {
  color: #bfc722;
}
#plugin .slidewrap .pluginitem .flexbox .item10 .itemimg {
  width: 4.9479166667vw;
  right: -0.46875vw;
  bottom: -0.5729166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item10 .itemimg {
    width: 19.3055555556vw;
    right: 5.1388888889vw;
    bottom: auto;
    top: 2.2222222222vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item11 .num {
  background-color: #919191;
}
#plugin .slidewrap .pluginitem .flexbox .item11 .name {
  color: #919191;
}
#plugin .slidewrap .pluginitem .flexbox .item11 .itemimg {
  width: 7.7604166667vw;
  right: -0.7291666667vw;
  bottom: -0.8854166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item11 .itemimg {
    width: 22.9166666667vw;
    right: 5.9722222222vw;
    bottom: auto;
    top: 3.4166666667vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item12 .num {
  background-color: #ca9620;
}
#plugin .slidewrap .pluginitem .flexbox .item12 .name {
  color: #ca9620;
}
#plugin .slidewrap .pluginitem .flexbox .item12 .itemimg {
  width: 5.6770833333vw;
  right: -0.15625vw;
  bottom: -0.5729166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item12 .itemimg {
    width: 20vw;
    right: 4.3055555556vw;
    bottom: auto;
    top: 3.2777777778vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item13 .num {
  background-color: #c1a237;
}
#plugin .slidewrap .pluginitem .flexbox .item13 .name {
  color: #c1a237;
}
#plugin .slidewrap .pluginitem .flexbox .item13 .itemimg {
  width: 5.625vw;
  right: -1.25vw;
  bottom: -0.3645833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item13 .itemimg {
    width: 23.4722222222vw;
    right: 4.0277777778vw;
    bottom: auto;
    top: 4.2638888889vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item14 .num {
  background-color: #ff4500;
}
#plugin .slidewrap .pluginitem .flexbox .item14 .name {
  color: #ff4500;
}
#plugin .slidewrap .pluginitem .flexbox .item14 .itemimg {
  width: 5.78125vw;
  right: 0.6770833333vw;
  bottom: -0.625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item14 .itemimg {
    width: 15.4166666667vw;
    right: 3.75vw;
    bottom: auto;
    top: 4.4444444444vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item15 .num {
  background-color: #e18912;
}
#plugin .slidewrap .pluginitem .flexbox .item15 .name {
  color: #e18912;
}
#plugin .slidewrap .pluginitem .flexbox .item15 .itemimg {
  width: 6.09375vw;
  right: 0.625vw;
  bottom: -0.4166666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item15 .itemimg {
    width: 15.4166666667vw;
    right: 3.75vw;
    bottom: auto;
    top: 4.4444444444vw;
  }
}
#plugin .slidewrap .pluginitem .flexbox .item16 .num {
  background-color: #d85d52;
}
#plugin .slidewrap .pluginitem .flexbox .item16 .name {
  color: #d85d52;
}
#plugin .slidewrap .pluginitem .flexbox .item16 .itemimg {
  width: 5.1041666667vw;
  right: -1.1979166667vw;
  bottom: -0.6770833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .pluginitem .flexbox .item16 .itemimg {
    width: 15.4166666667vw;
    right: 3.75vw;
    bottom: auto;
    top: 4.4444444444vw;
  }
}
#plugin .slidewrap .plugin01 {
  background-color: #bce5ff;
}
#plugin .slidewrap .plugin01::before {
  content: "Popular Plug-In";
}
#plugin .slidewrap .plugin01::after {
  background-color: #57b0e8;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin01 .tag {
    background-color: #5bb1f3;
  }
}
#plugin .slidewrap .plugin02 .wrap {
  width: 87.5vw;
  background-color: #fce884;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin02 .wrap {
    width: 100%;
  }
}
#plugin .slidewrap .plugin02 .wrap::before {
  content: "Input Assistance";
}
#plugin .slidewrap .plugin02 .wrap::after {
  background-color: #ecd55f;
}
#plugin .slidewrap .plugin02 .flexbox .item {
  width: 13.5416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin02 .flexbox .item {
    width: 86.1111111111vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin02 .tag {
    background-color: #e9c231;
  }
}
#plugin .slidewrap .plugin03 .wrap {
  background-color: #7dccb6;
}
#plugin .slidewrap .plugin03 .wrap::before {
  content: "Expression Assistance";
  font-size: 6.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin03 .wrap::before {
    content: "Assistance Expression";
  }
}
#plugin .slidewrap .plugin03 .wrap::after {
  background-color: #7dccb6;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin03 .tag {
    background-color: #3ea382;
  }
}
#plugin .slidewrap .plugin04 .wrap {
  background-color: #ffc5c5;
}
#plugin .slidewrap .plugin04 .wrap::before {
  content: "Update App's Data";
}
#plugin .slidewrap .plugin04 .wrap::after {
  background-color: #f5afaf;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin04 .tag {
    background-color: #f58787;
  }
}
#plugin .slidewrap .plugin05 .wrap {
  background-color: #d9bde6;
}
#plugin .slidewrap .plugin05 .wrap::before {
  content: "Update App's Data";
}
#plugin .slidewrap .plugin05 .wrap::after {
  background-color: #cda8de;
}
#plugin .slidewrap .plugin05 .flexbox .item {
  width: 14.0625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin05 .flexbox .item {
    width: 86.1111111111vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .slidewrap .plugin05 .tag {
    background-color: #ae7dc8;
  }
}
#plugin .specwrap {
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap {
    padding-top: 8.6111111111vw;
  }
}
#plugin .specwrap .attazoo {
  height: 8.3333333333vw;
  padding: 1.3541666667vw 4.21875vw 1.3541666667vw 2.8645833333vw;
  margin-bottom: 4.4270833333vw;
  -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 1.5625vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0.5208333333vw 0.5208333333vw 1.5625vw RGBa(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .attazoo {
    height: auto;
    padding: 0 6.9444444444vw;
    margin-bottom: 4.1666666667vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#plugin .specwrap .attazoo .imgwrap {
  width: 17.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .attazoo .imgwrap {
    width: 86.1111111111vw;
    margin-bottom: 4.1666666667vw;
  }
}
#plugin .specwrap .attazoo .textwrap {
  line-height: 1.6;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .attazoo .textwrap {
    font-size: 3.8888888889vw;
  }
}
#plugin .specwrap .attazoo .textwrap .f_bold {
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .attazoo .textwrap .f_bold {
    font-size: 4.7222222222vw;
    text-align: center;
    margin-bottom: 2.7777777778vw;
  }
}
#plugin .specwrap .attazoo a {
  color: #1295e5;
  text-decoration: underline;
}
#plugin .specwrap .spec .head {
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .spec .head {
    margin-bottom: 6.9444444444vw;
  }
}
#plugin .specwrap .spec ul {
  font-size: 1.3541666667vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .spec ul {
    font-size: 3.6111111111vw;
    margin-top: 2.7777777778vw;
  }
}
#plugin .specwrap .spec ul li {
  margin-bottom: 0.5208333333vw;
  padding-left: 1.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .spec ul li {
    padding-left: 4.1666666667vw;
  }
}
#plugin .specwrap .spec ul li:before {
  content: "●";
  color: #009cad;
  font-size: 0.5729166667vw;
  height: 0.5729166667vw;
  position: absolute;
  top: 0.3125vw;
  left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .spec ul li:before {
    font-size: 2.7777777778vw;
    height: 3.6111111111vw;
    top: 0.4166666667vw;
  }
}
#plugin .specwrap .spec .attention {
  font-size: 0.9375vw;
  text-indent: -1em;
  padding-left: 1em;
  width: 72.9166666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .spec .attention {
    font-size: 3.6111111111vw;
    width: 86.1111111111vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }
}
#plugin .specwrap .spec .flexbox {
  margin-bottom: 3.125vw;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .spec .flexbox {
    margin-bottom: 0;
  }
}
#plugin .specwrap .spec .flexbox > div {
  width: 33.3333333333vw;
  background-color: #f2f6f9;
  padding: 1.8229166667vw 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .spec .flexbox > div {
    width: 86.1111111111vw;
    height: 38.8888888889vw;
    margin-right: auto;
    margin-left: auto;
    padding: 7.3611111111vw 5.4166666667vw;
    margin-bottom: 6.9444444444vw;
  }
}
#plugin .specwrap .spec .flexbox > div span {
  color: #fff;
  font-size: 1.3541666667vw;
  background-color: #009cad;
  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;
  width: 7.8125vw;
  height: 1.8229166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #plugin .specwrap .spec .flexbox > div span {
    font-size: 3.6111111111vw;
    width: 20.6944444444vw;
    height: 4.8611111111vw;
  }
}
#plugin .specwrap .spec .flexbox > div:last-child {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#price {
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #price {
    padding-bottom: 6.9444444444vw;
  }
}
#price .pricetable {
  width: 100%;
  margin-bottom: 1.0416666667vw;
}
#price .pricetable th {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 500;
  text-align: center;
  background-color: #009cad;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  border-bottom: solid 1px #fff;
}
#price .pricetable th:first-child {
  width: 28.125vw;
}
#price .pricetable tr:nth-child(-n+4) td {
  font-size: 1.0416666667vw;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  background-color: #cdedf1;
  height: 2.6041666667vw;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
#price .pricetable tr:nth-child(-n+4) td:last-child {
  border-right: none;
}
#price .pricetable tr:nth-child(-n+4) td span {
  font-size: 0.8333333333vw;
}
#price .pricetable tr:nth-child(4) td {
  font-size: 1.25vw;
  border-bottom: none;
}
#price .pricetable tr:nth-child(n+5) td {
  font-size: 1.0416666667vw;
  vertical-align: middle;
  border-right: solid 1px #fff;
}
#price .pricetable tr:nth-child(n+5) td:nth-last-child(-n+3) {
  text-align: center;
  font-size: 1.25vw;
}
#price .pricetable tr:nth-child(n+5) td:last-child {
  border-right: none;
}
#price .pricetable tr:nth-child(n+5) td img {
  vertical-align: middle;
  width: 1.5625vw;
}
#price .pricetable tr:nth-child(n+5) td a {
  color: #1295e5;
  text-decoration: underline;
}
#price .pricetable tr:nth-child(n+5) td span {
  margin-left: 0.2604166667vw;
}
#price .pricetable tr:nth-child(n+5) .plugin01,
#price .pricetable tr:nth-child(n+5) .plugin02,
#price .pricetable tr:nth-child(n+5) .plugin03,
#price .pricetable tr:nth-child(n+5) .plugin04,
#price .pricetable tr:nth-child(n+5) .plugin05 {
  font-size: 0.9895833333vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  width: 10.46875vw;
  border-right: none;
}
#price .pricetable tr:nth-child(n+5) .plugin01 {
  background-color: #9fdaff;
}
#price .pricetable tr:nth-child(n+5) .plugin02 {
  background-color: #fce884;
}
#price .pricetable tr:nth-child(n+5) .plugin03 {
  background-color: #7dccb6;
}
#price .pricetable tr:nth-child(n+5) .plugin04 {
  background-color: #ffc5c5;
}
#price .pricetable tr:nth-child(n+5) .plugin05 {
  background-color: #d9bde6;
}
#price .pricetable tr:nth-child(odd) {
  background-color: #f5f6f6;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #price .price_spwrap > .head {
    font-size: 3.8888888889vw;
    margin-bottom: 2.7777777778vw;
    white-space: nowrap;
  }
  #price .price_spwrap .plan {
    color: #fff;
    font-size: 3.8888888889vw;
    font-weight: 500;
    width: 86.1111111111vw;
    height: 8.3333333333vw;
    background-color: #009cad;
    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;
    margin-bottom: 2.0833333333vw;
  }
  #price .price_spwrap .tablehaad .tablerow {
    border-bottom: solid 0.1388888889vw #dbdbdb;
    padding-bottom: 0.2777777778vw;
    margin-bottom: 0.2777777778vw;
    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;
  }
  #price .price_spwrap .tablehaad .tablerow:nth-child(3) {
    border-bottom: none;
    margin-bottom: 0;
  }
  #price .price_spwrap .tablehaad .tablerow > span {
    display: block;
  }
  #price .price_spwrap .tablehaad .tablerow .t_head {
    font-size: 3.6111111111vw;
    width: 50vw;
  }
  #price .price_spwrap .tablehaad .tablerow .t_head span {
    font-size: 3.3333333333vw;
  }
  #price .price_spwrap .tablehaad .tablerow .t_text {
    font-size: 3.8888888889vw;
    text-align: center;
    line-height: 1.2;
    width: 36.1111111111vw;
  }
  #price .price_spwrap .tablehaad .tablerow .t_text span {
    font-size: 3.0555555556vw;
  }
  #price .price_spwrap .tablehaad .tablerow:first-child .t_text {
    font-size: 3.6111111111vw;
  }
  #price .price_spwrap .pricetable_sp {
    width: 100%;
    margin-bottom: 5.5555555556vw;
  }
  #price .price_spwrap .pricetable_sp td {
    white-space: nowrap;
    padding: 0.5555555556vw 1.3888888889vw;
  }
  #price .price_spwrap .pricetable_sp td img {
    vertical-align: middle;
    margin-right: 2.0833333333vw;
  }
  #price .price_spwrap .pricetable_sp td a {
    font-size: 2.9166666667vw;
    color: #1295e5;
    text-decoration: underline;
  }
  #price .price_spwrap .pricetable_sp td span {
    font-size: 2.9166666667vw;
  }
  #price .price_spwrap .pricetable_sp td:last-child {
    font-size: 3.8888888889vw;
    text-align: center;
    width: 35.2777777778vw;
    vertical-align: middle;
  }
  #price .price_spwrap .pricetable_sp tr:nth-child(odd) td {
    background-color: #eaeef1;
  }
  #price .price_spwrap .pricetable_sp .plugin_grp {
    width: 2.7777777778vw;
  }
  #price .price_spwrap .pricetable_sp .plugin_grp.plugin01 {
    background-color: #9fdaff;
  }
  #price .price_spwrap .pricetable_sp .plugin_grp.plugin02 {
    background-color: #fce884;
  }
  #price .price_spwrap .pricetable_sp .plugin_grp.plugin03 {
    background-color: #7dccb6;
  }
  #price .price_spwrap .pricetable_sp .plugin_grp.plugin04 {
    background-color: #ffc5c5;
  }
  #price .price_spwrap .pricetable_sp .plugin_grp.plugin05 {
    background-color: #d9bde6;
  }
}
#price p.table_anno {
  text-indent: -1em;
  padding-left: 1em;
}
#price .table_anno {
  font-size: 0.9375vw;
  line-height: 1.4;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #price .table_anno {
    font-size: 3.6111111111vw;
  }
}
#price .table_anno li {
  margin-bottom: 0.2604166667vw;
  padding-left: 1.3020833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #price .table_anno li {
    margin-bottom: 0.6944444444vw;
    padding-left: 5.5555555556vw;
  }
}
#price .table_anno li:before {
  content: "●";
  color: #009cad;
  font-size: 0.5729166667vw;
  height: 0.5729166667vw;
  position: absolute;
  top: 0.3125vw;
  left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #price .table_anno li:before {
    font-size: 3.6111111111vw;
    height: 3.6111111111vw;
    top: 0.4166666667vw;
  }
}

#voice .bg_bl {
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl {
    padding-bottom: 6.9444444444vw;
  }
}
#voice .bg_bl .flexbox {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox {
    margin-bottom: 0;
  }
}
#voice .bg_bl .flexbox > div {
  width: 22.9166666667vw;
  background-color: #fff;
  padding: 1.0416666667vw 1.0416666667vw 9.0625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div {
    width: 100%;
    padding: 4.1666666667vw 4.1666666667vw 25vw;
    margin-bottom: 6.9444444444vw;
  }
}
#voice .bg_bl .flexbox > div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div:nth-child(2) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}
#voice .bg_bl .flexbox > div:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div:nth-child(3) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}
#voice .bg_bl .flexbox > div img {
  width: 100%;
}
#voice .bg_bl .flexbox > div .name {
  font-size: 1.0416666667vw;
  font-weight: 700;
  background-color: #fff;
  border-top-right-radius: 0.2604166667vw;
  padding: 0.5208333333vw 0.78125vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div .name {
    font-size: 3.3333333333vw;
    font-weight: 500;
    padding: 0.2777777778vw 2.0833333333vw;
  }
}
#voice .bg_bl .flexbox > div .letter {
  font-size: 1.1458333333vw;
  font-weight: 500;
  color: #009cad;
  line-height: 1.4;
  margin-top: 0.5208333333vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div .letter {
    font-size: 4.4444444444vw;
    margin-top: 4.1666666667vw;
  }
}
#voice .bg_bl .flexbox > div .text {
  line-height: 1.4;
  font-size: 0.9375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div .text {
    font-size: 3.8888888889vw;
    margin-top: 4.1666666667vw;
  }
}
#voice .bg_bl .flexbox > div:nth-child(2) .text {
  letter-spacing: -0.1041666667vw;
}
#voice .bg_bl .flexbox > div .common {
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  background-color: #ffc400;
  width: 20.8333333333vw;
  height: 1.5625vw;
  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;
  border-radius: 0.78125vw;
  margin-top: 0.78125vw;
  position: absolute;
  left: 1.0416666667vw;
  bottom: 6.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div .common {
    font-size: 3.6111111111vw;
    width: 100%;
    height: 6.9444444444vw;
    border-radius: 3.4722222222vw;
    margin-top: 4.1666666667vw;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
#voice .bg_bl .flexbox > div .iconwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div .iconwrap {
    bottom: 2.7777777778vw;
  }
}
#voice .bg_bl .flexbox > div .iconwrap .icon {
  display: inline-block;
  width: 5.1041666667vw;
  margin: 0 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div .iconwrap .icon {
    width: 18.8888888889vw;
    margin: 0 0.6944444444vw;
  }
}
#voice .bg_bl .flexbox > div .iconwrap .icon p {
  font-size: 0.7291666667vw;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .flexbox > div .iconwrap .icon p {
    font-size: 3.3333333333vw;
  }
}
#voice .bg_bl .linkwrap {
  font-size: 1.1458333333vw;
  text-align: right;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .bg_bl .linkwrap {
    font-size: 3.8888888889vw;
  }
}
#voice .bg_bl .linkwrap a {
  color: #1295e5;
  text-decoration: underline;
}
#voice .value {
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value {
    padding-top: 6.9444444444vw;
  }
}
#voice .value .badgeimg {
  width: 17.03125vw;
  display: block;
  margin: 2.0833333333vw auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .badgeimg {
    width: 45.4166666667vw;
    margin: 5.5555555556vw auto;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
#voice .value a {
  color: #1295e5;
  text-decoration: underline;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .fs24 {
    margin-top: 6.9444444444vw;
    margin-bottom: 4.1666666667vw;
  }
  #voice .value .fs24.t_center {
    text-align: justify;
  }
}
#voice .value .value_item {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item {
    margin-top: 8.3333333333vw;
  }
}
#voice .value .value_item .baloon {
  color: #fff;
  font-size: 1.5625vw;
  font-weight: 700;
  background-color: #77cfc0;
  width: 72.9166666667vw;
  height: 5.2083333333vw;
  border-radius: 0.2604166667vw;
  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;
  -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 1.0416666667vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0.5208333333vw 0.5208333333vw 1.0416666667vw RGBa(0, 0, 0, 0.16);
  margin-bottom: 2.34375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .baloon {
    font-size: 4.1666666667vw;
    width: 100%;
    height: auto;
    padding: 2.5vw 0.6944444444vw;
    margin-bottom: 6.9444444444vw;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#voice .value .value_item .baloon::after {
  content: "";
  width: 1.875vw;
  height: 1.0416666667vw;
  background-image: url(../images/baloon_arrow.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.9895833333vw;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-filter: drop-shadow(0.5208333333vw 0.5208333333vw 1.0416666667vw RGBa(0, 0, 0, 0.16));
          filter: drop-shadow(0.5208333333vw 0.5208333333vw 1.0416666667vw RGBa(0, 0, 0, 0.16));
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .baloon::after {
    width: 5vw;
    height: 2.7777777778vw;
    bottom: -2.6388888889vw;
    -webkit-filter: none;
            filter: none;
  }
}
#voice .value .value_item .flexbox {
  background-color: #f2f6f9;
  height: 15.625vw;
  border-radius: 0.2604166667vw;
  padding: 1.71875vw 2.3958333333vw 1.40625vw 2.5vw;
  margin-bottom: 2.6041666667vw;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox {
    height: auto;
    border-radius: 0.6944444444vw;
    padding: 6.9444444444vw 4.1666666667vw;
    margin-bottom: 8.3333333333vw;
  }
}
#voice .value .value_item .flexbox .imgwrap {
  width: 9.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .imgwrap {
    width: 27.7777777778vw;
    margin: 0 auto 5.5555555556vw;
  }
}
#voice .value .value_item .flexbox .infowrap {
  width: 26.5625vw;
  padding-left: 1.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .infowrap {
    width: 100%;
    padding-left: 0;
  }
}
#voice .value .value_item .flexbox .infowrap .star {
  font-size: 1.1458333333vw;
  background-color: #fff;
  width: 20.8333333333vw;
  height: 2.34375vw;
  border-radius: 1.171875vw;
  margin-bottom: 0.8333333333vw;
  padding: 0.2604166667vw 1.3020833333vw;
  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) {
  #voice .value .value_item .flexbox .infowrap .star {
    font-size: 3.8888888889vw;
    width: 100%;
    height: 6.9444444444vw;
    border-radius: 3.4722222222vw;
    margin-bottom: 3.1944444444vw;
    padding: 0.5555555556vw 4.1666666667vw;
  }
}
#voice .value .value_item .flexbox .infowrap .star img {
  width: 6.7708333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .infowrap .star img {
    width: 19.4444444444vw;
  }
}
#voice .value .value_item .flexbox .infowrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .infowrap .info {
    margin-bottom: 0.6944444444vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#voice .value .value_item .flexbox .infowrap .info > span {
  font-size: 1.0416666667vw;
  white-space: nowrap;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .infowrap .info > span {
    font-size: 3.8888888889vw;
  }
}
#voice .value .value_item .flexbox .infowrap .info > span:first-child {
  color: #fff;
  background-color: #c9ced2;
  width: 6.5625vw;
  height: 1.7708333333vw;
  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;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .infowrap .info > span:first-child {
    font-size: 3.3333333333vw;
    width: 22.3611111111vw;
    height: 4.7222222222vw;
    margin-right: 2.0833333333vw;
    margin-top: 1.3888888889vw;
  }
}
#voice .value .value_item .flexbox .infowrap .info > span .small {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .infowrap .info > span .small {
    font-size: 3.8888888889vw;
  }
}
#voice .value .value_item .flexbox .text {
  font-size: 1.1458333333vw;
  line-height: 1.8;
  width: 32.2916666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .text {
    font-size: 3.8888888889vw;
    width: 100%;
  }
}
#voice .value .value_item .flexbox .text a {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .value .value_item .flexbox .text a {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: right;
    margin-top: 4.1666666667vw;
    display: block;
  }
}
#voice .technic {
  padding-top: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .technic {
    padding-top: 6.9444444444vw;
  }
}
#voice .technic .flexbox .yt {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .technic .flexbox .yt {
    margin-bottom: 4.1666666667vw;
  }
}
#voice .technic .flexbox > div {
  width: 33.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .technic .flexbox > div {
    width: 100%;
    margin-bottom: 5.5555555556vw;
  }
}
#voice .technic .flexbox > div .pepacomi_logo {
  width: 11.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .technic .flexbox > div .pepacomi_logo {
    width: 39.7222222222vw;
  }
}
#voice .technic .flexbox > div .jbat_logo {
  width: 5vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .technic .flexbox > div .jbat_logo {
    width: 15.5555555556vw;
  }
}
#voice .technic .flexbox > div .yt_wrap {
  text-align: center;
  width: 33.3333333333vw;
  height: 19.7916666667vw;
  background-color: #000;
  border-radius: 0.2604166667vw;
  margin-top: 0.78125vw;
  margin-bottom: 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .technic .flexbox > div .yt_wrap {
    text-align: center;
    width: 86.1111111111vw;
    height: 52.7777777778vw;
    border-radius: 0;
    margin-top: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
}
#voice .technic .flexbox > div .yt_wrap iframe {
  width: 27.6041666667vw;
  height: 19.7916666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .technic .flexbox > div .yt_wrap iframe {
    width: 77.7777777778vw;
    height: 52.7777777778vw;
  }
}
#voice .technic .flexbox > div a {
  color: #1295e5;
  text-decoration: underline;
}
#voice .technic .linkbtn_wrap div {
  width: 33.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #voice .technic .linkbtn_wrap div {
    width: 100%;
  }
}
#voice .technic .linkbtn_wrap div img {
  width: 100%;
}

#faq {
  padding-top: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq {
    padding-bottom: 6.9444444444vw;
  }
}
#faq .faqlistwrap {
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlistwrap {
    padding-bottom: 13.8888888889vw;
  }
}
#faq .faqlistwrap a {
  color: #1295e5;
  text-decoration: underline;
}
#faq .faqlist {
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlist {
    margin-bottom: 6.9444444444vw;
  }
}
#faq .faqlist li {
  font-size: 1.5625vw;
  font-weight: 500;
  padding: 0.5208333333vw 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlist li {
    font-size: 3.8888888889vw;
    font-weight: 400;
    padding: 1.3888888889vw;
  }
}
#faq .faqlist li:hover {
  background-color: #f2f6f9;
}
#faq .faqlist li .inner {
  width: 54.6875vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlist li .inner {
    width: 86.1111111111vw;
  }
}
#faq .faqlist li .inner .q {
  line-height: 1.4;
  padding-left: 3.125vw;
  padding-right: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlist li .inner .q {
    padding-left: 8.3333333333vw;
    padding-right: 6.9444444444vw;
  }
}
#faq .faqlist li .inner .q::before {
  content: "Q";
  font-size: 1.5625vw;
  color: #ffc400;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlist li .inner .q::before {
    font-size: 4.4444444444vw;
  }
}
#faq .faqlist li .inner .q:hover {
  cursor: pointer;
}
#faq .faqlist li .inner .q::after {
  content: "〉";
  font-size: 1.1458333333vw;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 0.5208333333vw;
  top: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlist li .inner .q::after {
    font-size: 3.0555555556vw;
    right: 1.3888888889vw;
    top: 1.3888888889vw;
  }
}
#faq .faqlist li .inner .q.open::after {
  content: "〉";
  font-size: 1.1458333333vw;
  font-weight: 400;
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
  position: absolute;
  right: 0.5208333333vw;
  top: 0;
}
#faq .faqlist li .inner .a {
  margin: 1.0416666667vw 0 0;
  padding: 0 3.125vw;
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlist li .inner .a {
    margin-bottom: 2.7777777778vw;
    padding: 0 8.3333333333vw;
    word-break: break-all;
  }
}
#faq .faqlist li .inner .a p {
  line-height: 1.4;
}
#faq .faqlist li .inner .a::before {
  content: "A";
  font-size: 1.5625vw;
  color: #ffc400;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .faqlist li .inner .a::before {
    font-size: 4.4444444444vw;
  }
}
#faq .seminar {
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar {
    padding-bottom: 13.8888888889vw;
  }
  #faq .seminar.bg_bl {
    background-color: #fff;
  }
}
#faq .seminar ul {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar ul {
    margin-bottom: 2.7777777778vw;
  }
}
#faq .seminar li {
  width: 22.9166666667vw;
  height: 32.8125vw;
  background-color: #fff;
  border-radius: 0.5208333333vw;
  -webkit-box-shadow: 0.5208333333vw 0.5208333333vw 1.5625vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0.5208333333vw 0.5208333333vw 1.5625vw RGBa(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar li {
    width: 100%;
    height: auto;
    border-radius: 1.3888888889vw;
    -webkit-box-shadow: 1.3888888889vw 1.3888888889vw 4.1666666667vw RGBa(0, 0, 0, 0.16);
            box-shadow: 1.3888888889vw 1.3888888889vw 4.1666666667vw RGBa(0, 0, 0, 0.16);
    margin-bottom: 8.3333333333vw;
  }
  #faq .seminar li:last-child {
    margin-bottom: 0;
  }
}
#faq .seminar li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar li:nth-child(2) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}
#faq .seminar li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar li:nth-child(3) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}
#faq .seminar li .imgwrap {
  height: 14.3229166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar li .imgwrap {
    height: 48.6111111111vw;
  }
}
#faq .seminar li .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#faq .seminar li .textwrap {
  padding: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar li .textwrap {
    padding: 5.5555555556vw 4.1666666667vw;
  }
}
#faq .seminar li .textwrap .date {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 400;
  background-color: #009cad;
  width: 8.3333333333vw;
  height: 1.8229166667vw;
  margin-bottom: 1.0416666667vw;
  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;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar li .textwrap .date {
    font-size: 3.3333333333vw;
    width: 22.2222222222vw;
    height: 4.8611111111vw;
    margin-bottom: 2.7777777778vw;
  }
}
#faq .seminar li .textwrap p {
  font-weight: 500;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #faq .seminar li .textwrap p {
    font-size: 3.6111111111vw;
  }
}
#faq .seminar a {
  color: #1295e5;
  text-decoration: underline;
}

.dlwrap {
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .dlwrap {
    padding: 11.1111111111vw 0;
  }
}
.dlwrap a {
  color: #fff;
  font-size: 1.5625vw;
  font-weight: 700;
  background-color: #00a8ba;
  width: 30.3645833333vw;
  height: 5.78125vw;
  padding: 0 2.6041666667vw;
  margin: 0 0 2.0833333333vw;
  border-radius: 3.3854166667vw;
  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) {
  .dlwrap a {
    font-size: 3.8888888889vw;
    width: 100%;
    height: 16.6666666667vw;
    margin: 0 auto 5.5555555556vw;
    padding: 0 6.9444444444vw;
    border-radius: 8.3333333333vw;
  }
}
.dlwrap a:hover {
  background-color: #00868f;
  opacity: 1;
}
.dlwrap a::after {
  content: "→";
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .dlwrap a::after {
    font-size: 5.5555555556vw;
  }
}

/* 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;
}

@-webkit-keyframes poyoyon {
  0% {
    -webkit-transform: translateY(-2.0833333333vw);
            transform: translateY(-2.0833333333vw);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(-0.5208333333vw);
            transform: translateY(-0.5208333333vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon {
  0% {
    -webkit-transform: translateY(-2.0833333333vw);
            transform: translateY(-2.0833333333vw);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(-0.5208333333vw);
            transform: translateY(-0.5208333333vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.poyoyon {
  -webkit-transform: translateX(7.2916666667vw);
          transform: translateX(7.2916666667vw);
  opacity: 0;
}

.poyoyon.animated {
  -webkit-animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
          animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 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 slide {
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes slide {
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.slide {
  display: inline-block;
  -webkit-transition: 1.4s ease-out;
  transition: 1.4s ease-out;
  -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;
}

.slide.b {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

.slide.lb {
  -webkit-clip-path: inset(100% 100% 0 0);
          clip-path: inset(100% 100% 0 0);
}

.slide.rb {
  -webkit-clip-path: inset(100% 0 0 100%);
          clip-path: inset(100% 0 0 100%);
}

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