@charset "UTF-8";
/*変数設定用*/
@media screen and (min-width: 1401px) {
  .v-xpc {
    display: block !important;
  }
}

@media screen and (max-width: 1400px) {
  .v-xpc {
    display: none !important;
  }
}

@media screen and (min-width: 1401px) {
  .v-xsp {
    display: none !important;
  }
}

@media screen and (max-width: 1400px) {
  .v-xsp {
    display: block !important;
  }
}

@media screen and (min-width: 981px) {
  .v-pc {
    display: block !important;
  }
}

@media screen and (max-width: 980px) {
  .v-pc {
    display: none !important;
  }
}

@media screen and (min-width: 981px) {
  .v-sp {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .v-sp {
    display: block !important;
  }
}

.v-xs {
  display: none !important;
}

@media screen and (max-width: 980px) {
  .v-xs {
    display: block !important;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  color: #222;
  text-align: center;
  line-height: 1.75;
  font-feature-settings: "pwid";
  letter-spacing: 1px;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.logo {
  height: 64px;
}

.logoS {
  height: 35px;
}

.innerMain {
  padding: 6em 2em 10em;
  max-width: 1480px;
  margin: 0 auto -12em;
}

.balloon {
  display: inline-block;
  font-size: 0.6em;
  background: #fff;
  padding: 0.25em 1em;
  border-radius: 1em;
  margin-bottom: 0.75em;
  position: relative;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -0.6em;
  left: 15%;
  width: 0;
  height: 0;
  border: #fff 0.4em solid;
  border-bottom: transparent 0.4em solid;
  border-right: transparent 0.4em solid;
}

.inner {
  max-width: 1120px;
  padding: 3em 2em;
  margin: 0 auto;
  text-align: left;
}

main .inner {
  padding: 5% 2em;
}

.box {
  padding: 3%;
  position: relative;
}




/**** background****/
.bgEnemane {
  background: url(../img/bg_enemane.png) center bottom/cover no-repeat;
}

.bgLigntblue {
  background: #F2F7F8;
}

.bgBlue {
  background: #00A9E0;
}

.bgWhite {
  background: #fff;
}

/**** border ****/
.borderBlue {
  border: #00A9E0 0.3em solid;
}

.borderLigntblue {
  border: #F2F7F8 0.3em solid;
}

/**** headline ****/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.h_underline {
  font-size: 4em;
  padding-bottom: 0.2em;
  border-bottom: #00A9E0 0.1em dashed;
}

.h_underlineS {
  text-align: center;
  font-size: 2.5em;
  padding: 0 0 0.5em;
  margin: 0 0 1.25em;
  line-height: 1.5;
  position: relative;
}

.h_underlineS:after {
  position: absolute;
  content: "";
  height: 0.1em;
  width: 2em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to right, #00A9E0, #00A9E0 70%, #FFB549 70%, #FFB549);
}

.bgBlue .h_underlineS:after {
  background: linear-gradient(to right, #fff, #fff 70%, #FFB549 70%, #FFB549);
}

h3 {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center;
}

h4 {
  font-size: 1.15em !important;
  margin-bottom: 0.75em;
  text-align: left;
}

h4::before {
  content: "● ";
  color: #00A9E0;
  font-size: .75em;
}

.tag,
.news-single-tag {
  padding: 0.25em 1em;
  margin: auto;
  background: #00A9E0;
  color: #fff;
  border-radius: 1em;
}

.layer {
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
  margin: auto;
}

/**** inline ****/
p {
  margin-bottom: 3%;
  line-height: 2;
  text-align: justify;
}

p:last-child {
  margin-bottom: 0;
}

/**** link ****/
a {
  color: #333;
  transition: 0.3s;
}

a:visited,
a:active,
a:link {
  text-decoration: none;
  color: #333;
}

a img:hover {
  opacity: 0.7;
}

a:hover {
  color: #00A9E0;
}

p a,
.txtlink-blue {
  color: #00A9E0 !important;
  text-decoration: underline !important;
}

p a:hover {
  text-decoration: none !important;
}

/***** list content ****/
.check {
  display: inline-block;
}

.check li {
  list-style: none;
  background: url(../img/check.svg) left center/2em no-repeat;
  padding: 0.5em 0 0.5em 2.5em;
  text-align: left;
}

.list-style_none li {
  list-style: none !important;
}

/**** Q&A ****/
.q {
  min-height: 2em;
  background: url(../img/faq_01.svg) left center no-repeat;
  background-size: 2.5em;
  padding: 0.75em 0 0.75em 3.5em;
  border-bottom: 1px #CCC dashed;
  color: #00A9E0;
  font-weight: bold;
  text-align: left;
}

/**** post****/
.single .mainImage {
  background: linear-gradient(to left, rgba(139, 209, 255, .5) 0%, rgba(114, 193, 244, 0.5) 50%, rgb(77, 169, 229, .8) 100%);
  background-size: 200% 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10em 10%;
  position: relative;
  animation: gradient 4s ease infinite;
  position: relative;
}

.archive_c-bg-grad {
  background: linear-gradient(to left, rgba(139, 209, 255, .5) 0%, rgba(114, 193, 244, 0.5) 50%, rgb(77, 169, 229, .8) 100%);
}

.mainImage div {
  color: #fff;
  animation: zoomIn 1s ease .2s 1 normal forwards;
}

.mainImage h1,
.archive_title h1 {
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}

.single .tag,
.archive .tag {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 1em;
  font-weight: bold;
  text-align: center;
}

.archive .tag a:link {
  color: #FFF;
}

.archive .flexbox {
  justify-content: flex-start;
}

.archive .flex3col {
  flex-basis: 30%;
  margin: 1em;
}

.single .tag {
  padding: 0.25em 1em;
  margin: auto;
  background: #fff;
  color: #00A9E0;
  border-radius: 1em;
}

.single .tag a:link {
  color: #00A9E0;
}

#breadcrumbs {
  font-size: 0.8em;
  color: gray;
  margin-bottom: 5%;
}

.archive_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5em 10%;
  position: relative;
}

.card {
  overflow: hidden;
  background: #fff;
  transition: .3s;
  box-shadow: 0 0 1em rgba(0, 0, 0, .16);
}

.card:hover img,
.wpp-list li:hover img {
  opacity: 0.7;
}

.wpp-list li:hover a {
  color: #00A9E0;
}

.mainCol {
  max-width: 750px;
}

.txtlink {
  color: #00A9E0 !important;
  transition: .3s;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  padding: 0.5em;
  position: relative;
}

.single li {
  list-style: disc;
  line-height: 2;
  margin-left: 1em;
}

#sidebar li {
  line-height: 1.5;
  margin-left: 0;
}


.single ul {
  margin: 3% 0;
}

.ol {
  list-style-type: decimal !important;
}

.bg_work {
  background-image: url("/wp-content/uploads/2023/08/shutterstock_189644279-scaled.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.bg_articles {
  background-image: url("/wp-content/uploads/2023/08/shutterstock_365392142-scaled.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.bg_use-case {
  background-image: url("/wp-content/uploads/2023/08/shutterstock_472915789-scaled.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.bg_seminar {
  background-image: url("/wp-content/uploads/2024/02/shutterstock_217119211-1-scaled-e1708061949932.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.yarpp-related h3 {
  padding: 0 0 5px 10px !important;
}

.related-link div {
  display: inline-block;
  margin: 1px;
  padding: .8em;
}

.related-link img {
  max-width: 100%;
  height: 50px;
}


/**** sideber ****/
.main2col {
  display: flex;
}

#sidebar {
  flex-basis: 800px;
  text-align: left;
  margin: 2em 0 2em 3em;
}

#sidebar h2 {
  font-size: 1.25em;
}

#sidebar ul li {
  list-style: none !important;

}

.widget_categories ul>li a {
  display: block;
  border-bottom: #999 1px solid;
  padding: .25em 1.25em .25em 0;
  position: relative;
}

.widget_categories ul>li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  margin: auto;
  height: .5em;
  width: .5em;
  border-top: #666 1px solid;
  border-right: #666 1px solid;
  transform: rotate(45deg);
}

.widget_categories ul>li a:before:hover {
  right: 0;
}

.npcatch li {
  border-top: 1px solid #e1e2e3;
  padding-top: .25em;
}

.npcatch li:first-child {
  border-top: none;
  padding-top: 0;
}

.npcatch figure {
  width: 30% !important;
}

.npcatch .detail {
  width: 70%
}

.a {
  background: url(../img/faq_02.svg) left center no-repeat;
  background-size: 2.5em;
  padding: 0.75em 0 0.75em 3.5em;
}


/**** news****/
.news .h_underline {
  font-size: 2em;
  text-align: center;
  border-bottom: none;
}

.news .listContent li a {
  display: block;
  padding: 1em 2em 1em 1em;
  border-bottom: #ccc 1px solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s;
  position: relative;
  background-color: #fff;
}

.news .listContent li:first-child {
  border-top: #ccc 1px solid;
}

.listContent li a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  transition: .3s;
}

.listContent li a:hover {
  background-color: #f8f8f8;
}

.news .tag {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 1em;
  font-weight: bold;
  margin: 0 1em;
  text-align: center;
  font-size: 0.8em;
}



.fsClear {
  font-size: 1rem;
}

.news_h1 {
  font-size: 2em;
}

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

  .news_pager,
  .news-single-tag {
    font-size: 0.8em;
  }
}

/**** work ****/
.single-work .mainCol,
.single-use-case .mainCol {
  max-width: 100%;
}



/**** table ****/
.single table {
  width: 100%;
  margin-bottom: 3%;
  line-height: 1.5;
  border-top: #e9e9e9 1px solid;
  border-bottom: #e9e9e9 1px solid;
}

.single tr {
  background: #fff;
}

.single tr:nth-child(even) {
  background: fcfcfc;
}

.single th,
.single td {
  padding: .75em;
  vertical-align: middle;
}

.single th {
  font-weight: bold;
}

/**** form ****/
label {
  margin-top: 1em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
select,
textarea {
  font-size: 1.25em;
  width: 100%;
  padding: 0.5em;
  border: none;
  border: #e9e9e9 1px solid;
  outline: none;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 0.3em;
  transition: 0.3s;
  margin: 0.25em 0;
}

select {
  height: 2.5em;
  color: #777;
}

textarea {
  height: 10em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  background: #DEFCFF;
  box-shadow: 0 0 0 3px #A8EBFF;
}

.required {
  background: #F00;
  padding: 0.2em 0.5em;
  font-size: 0.6em;
  color: #fff;
  margin-right: 0.5em;
  border-radius: 1em;
}

.error {
  color: #f00;
  font-size: 0.75em;
  margin-bottom: 1em;
}

/**** button ****/
.btn {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  min-width: 10em;
  border: #333 2px solid;
  border-radius: 1.5em;
  padding: 0.5em 2em;
  transition: 0.3s;
  position: relative;
}

.btn:hover {
  background: #00A9E0;
  color: #fff !important;
  border: #00A9E0 2px solid;
  opacity: 1;
  transform: scale(1.05);
}

.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75em;
  margin: auto;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}

.btn:hover:after {
  right: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btnMidle {
  color: #00A9E0 !important;
  border: #00A9E0 0.1em solid;
  box-shadow: 0.5em 0.5em 2em rgba(0, 0, 0, 0.1);
}

.btnMidle:after {
  border-top: 2px solid #00A9E0;
  border-right: 2px solid #00A9E0;
}

.btnHigh {
  background: #00A9E0;
  color: #fff !important;
  border: #FFF 0.1em solid;
  box-shadow: 0.5em 0.5em 2em rgba(0, 0, 0, 0.1);
}

.btnHigh:hover,
.btnMidle:hover {
  background: #FFB549;
  border: #FFF 0.1em solid;
  box-shadow: 0.5em 0.5em 2.5em rgba(0, 0, 0, 0.2);
}

.btnHigh:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/**** single ****/
.single h2 {
  margin: 1em 0 0.75em;
  padding: 0.25em 0.75em;
  font-size: 1.75em;
  border-bottom: #00A9E0 0.1em solid;
  background: rgba(0, 0, 0, 0.025);
  text-align: left;
}

.single h3 {
  font-size: 1.25em;
  text-align: left;
  border-left: #00A9E0 0.25em solid;
  padding-left: 0.5em;
  margin: 1.5em 0 0.75em;
  line-height: 1.5;
}

.single .check li {
  list-style: none;
  background: url(/wp-content/themes/powergs/img/check.svg) left center/2em no-repeat;
  padding: 0.5em 0 0.5em 2.5em;
  text-align: left;
  margin-left: 0;
}


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

  #sidebar {
    margin: 0;
  }
}



/***** list content ****/
ol {
  padding-left: 1.5em;
}

ol li {
  padding: 0.25em 0;
}

ol ol {
  padding-left: 4.5em;
  counter-reset: li;
  list-style: none;
  text-indent: -1.5em;
}

ol ol li:before {
  counter-increment: li;
  content: counter(li) "） ";
}

ol ol ol {
  padding-left: 3em;
  text-indent: 0;
  list-style-type: katakana-iroha !important;
}

ol ol ol li:before {
  counter-increment: li;
  content: "";
}


/***** お問合わせカード ****/
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.blocks-item {
  border: 1px solid rgba(237, 143, 6, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(237, 143, 6, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

.blocks-item-link {
  color: rgba(237, 143, 6, 1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.blocks-item-description {
  margin: 0;
}

.ma0auto {
  margin: 0 auto;
}

@media (min-width: 768px) {

  .blocks-item {
    margin: 0 15px 30px;
  }

  .blocks-list {
    margin: 0 -15px;
  }
}


/***** Simple Memberships ****/

.swpm-registration-widget-form table,
.swpm-edit-profile-form table {
  margin: 3em auto 0 auto;
}

.swpm-registration-widget-form tr,
.swpm-edit-profile-form tr {
  display: block;
  margin: 0 15px 15px 15px;
  padding-bottom: 20px;
  height: auto;
  width: auto;
  border-bottom: dotted 1px #CCC;
}

.swpm-registration-widget-form td,
.swpm-edit-profile-form td {
  min-width: 240px !important;
}

.swpm_error {
  max-width: 800px;
  margin: 0 auto;
}

.swpm-registration-submit-section input {
  margin: 3em;
}

.swpm-registration-submit-section td label {
  font-weight: 700;
}


@media screen and (max-width: 800px) {
  .swpm-registration-widget-form td {
    min-width: 100px !important;
  }
}



@media screen and (max-width: 1366px) {
  .h_underline {
    font-size: 4.25vw;
  }

  .innerMain img {
    width: 45%;
  }
}

@media screen and (max-width: 1024px) {
  .h_underline {
    font-size: 7.25vw;
    margin-bottom: 0.5em;
    display: inline-block;
  }

  .balloon:after {
    left: 48%;
  }

  .innerMain .flexbox {
    display: block !important;
    text-align: center;
  }

  .innerMain {
    padding: 8em 2em 10em;
  }

  .innerMain img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .h_underlineS {
    font-size: 2em;
  }

  h3 {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }

  .logo {
    height: 35px;
  }

  .logoS {
    height: 20px;
  }

  .h_underlineS,
  .single h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }

  h4 {
    font-size: 1.1em;
  }

  main .inner {
    padding: 8% 5%;
  }

  .box {
    padding: 2em;
  }

  .alignCenter p {
    text-align: left;
  }

  .single th,
  .single td {
    display: block;
    width: 100%;
  }

  .single th {
    padding-bottom: 0;
  }

  .single td {
    padding-top: 0.5;
  }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #cccccc;
  margin: 0.5em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
}

select,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*----- box-sizing -----*/
* {
  box-sizing: border-box;
}

/*----- imges -----*/
img,
svg,
video,
input[type=image] {
  max-width: 100%;
  height: auto;
  width: auto;
  transition: 0.3s;
  vertical-align: bottom;
}

input[type=image]:hover {
  opacity: 0.7;
}

.imgCircle img {
  display: inline-block;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

/*----- flexbox -----*/
.flexbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.flexCenter {
  justify-content: space-around;
}

.flexEnd {
  align-items: flex-end;
}

.flexAlignCenter {
  align-items: center;
}

.flex1col {
  flex-basis: 100%;
  margin-bottom: 2em;
}

.flex2col,
.flex2col_lock {
  flex-basis: 48%;
  margin-bottom: 2em;
}

.flex3col {
  flex-basis: 31%;
  margin-bottom: 2em;
}

.flex4col {
  flex-basis: 24%;
  margin-bottom: 2em;
}

.flex5col {
  flex-basis: 19%;
  margin-bottom: 2em;
}

.flex6col {
  flex-basis: 16%;
  margin-bottom: 2em;
}

.flex30 {
  flex-basis: 30%;
}

.flex70 {
  flex-basis: 66%;
}

/*----- float -----*/
.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.imgCenter {
  display: block;
  margin: 0 auto;
}

.imgLeft {
  float: left;
  margin: 0 5% 0 0;
  max-width: 40%;
}

.imgRight {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 40%;
}

/*----- text-align -----*/
.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.alignCenter,
.alignCenter p {
  text-align: center;
}

/*----- width -----*/
.mw30 {
  max-width: 30%;
}

.mw45 {
  max-width: 45%;
}

.mw50 {
  max-width: 50%;
}

.mw80 {
  max-width: 80%;
}

.w8em {
  width: 8em !important;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w5em {
  width: 5em;
}

.w10em {
  width: 10em;
}

.w20em {
  width: 20em !important;
}

.wAuto {
  width: auto !important;
}

.h2em {
  height: 2em;
}

.h3em {
  height: 3em;
}

/*----- margin -----*/
.ma0 {
  margin: 0% !important;
}

.ma-8 {
  margin: -8%;
}

.ma_5 {
  margin: 0.5%;
}

.ma1 {
  margin: 1%;
}

.ma2 {
  margin: 2%;
}

.ma3 {
  margin: 3%;
}

.ma5 {
  margin: 5%;
}

.ma10 {
  margin: 10%;
}

.ma15 {
  margin: 15%;
}

.mt0 {
  margin-top: 0% !important;
}


.mt-3 {
  margin-top: -3em;
}

.mt-1_5 {
  margin-top: -1.5em;
}

.mt1 {
  margin-top: 1%;
}

.mt2 {
  margin-top: 2%;
}

.mt3 {
  margin-top: 3% !important;
}

.mt5 {
  margin-top: 5%;
}

.mt10 {
  margin-top: 10%;
}

.mt15 {
  margin-top: 15%;
}

.mt20 {
  margin-top: 20%;
}

.mt30 {
  margin-top: 30%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1%;
}

.mb2 {
  margin-bottom: 2%;
}

.mb3 {
  margin-bottom: 3% !important;
}

.mb5 {
  margin-bottom: 5%;
}

.mb10 {
  margin-bottom: 10%;
}

.mb15 {
  margin-bottom: 15%;
}

.mb20 {
  margin-bottom: 20%;
}

.mb25 {
  margin-bottom: 25%;
}

.mb30 {
  margin-bottom: 30%;
}

.mtL2 {
  margin-top: 5em;
}

.mbS {
  margin-bottom: 0.5em;
}

.mbM {
  margin-bottom: 1em;
}

.mbL {
  margin-bottom: 1.75em;
}

.ml1 {
  margin-left: 1%;
}

.ml2 {
  margin-left: 2%;
}

.ml3 {
  margin-left: 3%;
}

.ml5 {
  margin-left: 5%;
}

.ml10 {
  margin-left: 10%;
}

.ml15 {
  margin-left: 15%;
}

.ml20 {
  margin-left: 20%;
}

.ml30 {
  margin-left: 30%;
}

.mr1 {
  margin-right: 1%;
}

.mr2 {
  margin-right: 2%;
}

.mr3 {
  margin-right: 3%;
}

.mr5 {
  margin-right: 5%;
}

.mr10 {
  margin-right: 10%;
}

.mr15 {
  margin-right: 15%;
}

.mr20 {
  margin-right: 20%;
}

.mr30 {
  margin-right: 30%;
}

/*----- padding -----*/
.pa1 {
  padding: 1%;
}

.pa2 {
  padding: 2%;
}

.pa3 {
  padding: 3% !important;
}

.pa5 {
  padding: 5% !important;
}

.pa10 {
  padding: 10%;
}

.pa15 {
  padding: 15%;
}

.pt1 {
  padding-top: 1%;
}

.pt2 {
  padding-top: 2%;
}

.pt3 {
  padding-top: 3%;
}

.pt5 {
  padding-top: 5%;
}

.pt10 {
  padding-top: 10%;
}

.pt15 {
  padding-top: 15%;
}

.pt20 {
  padding-top: 20%;
}

.pt30 {
  padding-top: 30%;
}

.pb1 {
  padding-bottom: 1%;
}

.pb2 {
  padding-bottom: 2%;
}

.pb3 {
  padding-bottom: 3%;
}

.pb5 {
  padding-bottom: 5%;
}

.pb10 {
  padding-bottom: 10%;
}

.pb15 {
  padding-bottom: 15%;
}

.pb20 {
  padding-bottom: 20%;
}

.pb30 {
  padding-bottom: 30%;
}

.pl1 {
  padding-left: 1%;
}

.pl2 {
  padding-left: 2%;
}

.pl3 {
  padding-left: 3%;
}

.pl5 {
  padding-left: 5%;
}

.pl10 {
  padding-left: 10%;
}

.pl15 {
  padding-left: 15%;
}

.pl20 {
  padding-left: 20%;
}

.pl30 {
  padding-left: 30%;
}

.pr1 {
  padding-right: 1%;
}

.pr2 {
  padding-right: 2%;
}

.pr3 {
  padding-right: 3%;
}

.pr5 {
  padding-right: 5%;
}

.pr10 {
  padding-right: 10%;
}

.pr15 {
  padding-right: 15%;
}

.pr20 {
  padding-right: 20%;
}

.pr30 {
  padding-right: 30%;
}

/*----- font-size -----*/
.fsS3 {
  font-size: 50%;
}

.fsS2 {
  font-size: 75%;
}

.fsS {
  font-size: 90%;
}

.fsL {
  font-size: 125%;
}

.fsL2 {
  font-size: 150%;
}

.fsL3 {
  font-size: 200%;
}

.fsL3 {
  font-size: 250%;
}

.fsL4 {
  font-size: 300%;
}

/*----- line-height ------*/
.lhS2 {
  line-height: 1;
}

.lhS {
  line-height: 1.25;
}

.lhM {
  line-height: 1.5;
}

.lhL {
  line-height: 1.75;
}

.lhXL {
  line-height: 2.5;
}


/*----- font-weight ------*/
.fwNormal {
  font-weight: normal;
}

.fwBold {
  font-weight: bold;
}

.fwBolder {
  font-weight: bolder;
}

/*----- font-family ------*/
.ffSns-serif {
  font-family: sans-serif;
}

.ffSelif {
  font-family: serif;
}

/*----- color -----*/
.white {
  color: #FFF;
}

.lightGray {
  color: #ccc;
}

.gray {
  color: #999;
}

.charcoalGray {
  color: #666;
}

.black {
  color: #000;
}

.red {
  color: #FF5353;
}

.blue {
  color: #00A0E9;
}

.green {
  color: #96c800;
}

.yellow {
  color: #FF3 !important;
}

.orange {
  color: #fc6721 !important;
}

.gold {
  color: #A58500;
}

.redL {
  color: #ff2894;
  font-size: 130%;
}

.redLL {
  color: #ff2894;
  font-size: 150%;
}

.redLLL {
  color: #ff2894;
  font-size: 200%;
}

.redUL {
  color: #ff2894;
  border-bottom: 1px solid #ff2894;
}

.UL {
  border-bottom: 1px solid #333;
}

/*----- background-color -----*/
.bgYellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.bgYellowL {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 1.3em;
}

.bgYellowLL {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 1.5em;
}

.bgYellowLLL {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 2em;
}

span.marker {
  background: linear-gradient(transparent 50%, #FFF07E 50%);
}


/*----- border-radius ------*/
.br5 {
  border-radius: 10px;
}

.br10 {
  border-radius: 10px;
}

/**----- text-indent -----*/
.tIndent {
  text-indent: -1em;
  margin: 0 0 0.75em 1em;
  letter-spacing: 0;
  line-height: 1.5;
}

/*----- link -----*/
.lo {
  transition: 0.3s;
  display: inline-block;
}

.lo:hover {
  opacity: 0.5;
}

/*----- table -----*/
.spec {
  width: 100%;
  margin-bottom: 1%;
  line-height: 1.5;
  border-top: #00A9E0 1px solid;
  border-bottom: #00A9E0 1px solid;
}

.spec tr {
  background: #fff
}

.spec tr:nth-child(even) {
  background: #fbfbfb;
}

.spec th,
.spec td {
  padding: 1em;
}

.spec th {
  font-weight: bold;
}

.spec .btn::after {
  border-top: none;
  border-right: none;
  transform: none;
  content: " ";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2023/11/icon_download.png);
  background-size: contain;
  top: 3px;
  margin-left: 20px;
  margin-right: -16px;
}

/*----- youtube -----*/
.youtube {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.youtube iframe,
.youtube object,
.youtube embed,
.youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dspBlock {
  display: block;
}

.dspInlineBlock {
  display: inline-block !important;
}

.clear {
  clear: both;
}

.ofHidden {
  overflow: hidden;
}

.border {
  border: #ccc 1px solid;
}

.borderBottom {
  border-bottom: #ccc 1px solid;
}

.boxshadw {
  box-shadow: 3px 3px 5px #f4f4f4;
}

.ofHidden {
  overflow: hidden;
}

.SPonly,
.MDonly {
  display: none;
}

.space-between {
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .MDonly {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .fsL {
    font-size: 1em;
  }

  .fsL2 {
    font-size: 1em;
  }

  .fsL3 {
    font-size: 1em;
  }

  .fsL4 {
    font-size: 1.1em;
  }

  .imgRight,
  .imgLeft {
    float: none;
    margin: 0 auto 3%;
    max-width: 100%;
  }

  .bgYellowL,
  .redL {
    font-size: 1.1em;
  }

  .bgYellowLL,
  .redLL {
    font-size: 1.3em;
  }

  .bgYellowLLL,
  .redLLL {
    font-size: 1.4em;
  }

  .flex2col {
    flex-basis: 100%;
  }

  .flex3col {
    flex-basis: 100% !important;
  }

  .flex4col {
    flex-basis: 49%;
  }

  .flex5col {
    flex-basis: 32%;
  }

  .flex6col {
    flex-basis: 32%;
  }

  .flex30 {
    flex-basis: 100%;
  }

  .flex70 {
    flex-basis: 100%;
  }

  .mw80 {
    max-width: 100%;
  }

  .SPonly {
    display: block;
  }

  .PConly {
    display: none;
  }
}

/*-------------------------------------------------
	Custom Properties
---------------------------------------------------*/
:root {
  /* Color */
  --c-blue: rgba(0, 172, 235, 1);
  --c-blue_02: rgba(242, 252, 255, 1);
  --c-blue_03: rgba(0, 123, 168, 1);
  --c-blue_04: rgba(101, 167, 224, 1);
  --c-orange: rgba(255, 171, 57, 1);
  --c-green: rgba(3, 51, 51, 1);
  --c-grey: rgba(244, 244, 244, 1);
  --c-grey_02: rgba(238, 238, 238, 1);
  --c-grey_03: rgba(75, 84, 90, 1);
  --c-black: rgba(51, 51, 51, 1);
  --c-black_02: rgba(33, 33, 33, 1);
  --c-white: rgba(255, 255, 255, 1);
  --c-white_10: rgba(255, 255, 255, .1);
  --c-white_50: rgba(255, 255, 255, .5);
  --c-white_90: rgba(255, 255, 255, .9);
  --c-grad-blue: linear-gradient(to right, #8BD1FF 0%, #72C1F4 50%, #4DA9E5 100%);
  --c-grad-blue_r: linear-gradient(to left, #8BD1FF 0%, #72C1F4 50%, #4DA9E5 100%);
  /* Font Size */
  --font-size_xs: 10px;
  --font-size_s: 14px;
  --font-size_m: 16px;
  --font-size_l: clamp(18px, 2.2vw, 20px);
  --font-size_xl: clamp(20px, 2.4vw, 24px);
  --font-size_2xl: clamp(21px, 2.8vw, 30px);
  --font-size_3xl: clamp(26px, 3.3vw, 36px);
  --font-size_4xl: clamp(30px, 4.5vw, 48px);
  /* Padding */
  --pd-inr-side: 24px;
  /* Height */
  --h-header: 6rem;
  --h-footer: 20rem;
  --h-slider: 80rem;
  /* Width */
  --w-side: 25rem;
  /* Border */
  --b-radius: 4px;
  /* Slider */
  --h-slider: 50rem;
  /* font-weight */
  --font-weight_thin: 300;
  --font-weight_normal: 400;
  --font-weight_bold: 600;
  /* line-height */
  --c-line_normal: 1.5em;
  --c-line_relaxed: 1.7em;
  --c-line_loose: 2em;
  /* gap */
  --c-gap: 33px 24px;
  --c-gap_sp: 3rem 1.5rem;
  /* transition */
  --transition: all 0.3s ease-in-out;
  /* margin */
  --mb-sp_normal: 4rem;
  --mb-sp_harf: 2rem;
  --mb-sp_tight: 1rem;
}

/*-------------------------------------------------
	Reset
---------------------------------------------------*/
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tr,
td,
th,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  border-spacing: 0;
  box-sizing: border-box;
  font-style: normal;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  margin-top: 0 !important;
}

body {
  font-size: var(--font-size_m);
  color: var(--c-black);
}

/*-------------------------------------------------
	Variant
---------------------------------------------------*/
/*-------------------------------------------------
	header footer
---------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .l-header {
    height: 50px;
  }
}

.l-header .c-nav {
  display: flex;
  align-items: center;
  list-style: none;
}

.l-header .c-nav-btn {
  width: 40px;
  height: 21px;
  position: relative;
  right: 30px;
  cursor: pointer;
  display: none;
}

@media screen and (min-width: 981px) {
  .l-header .c-nav-btn {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .l-header .c-nav-btn {
    right: 15px;
  }
}

.l-header .c-nav-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--c-blue);
  transition: var(--transition);
  position: absolute;
}

.l-header .c-nav-btn span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-header .c-nav-btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-header .c-nav-btn span:nth-child(3) {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-header .c-nav-btn.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}

.l-header .c-nav-btn.active span:nth-child(2) {
  opacity: 0;
}

.l-header .c-nav-btn.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}

.l-header.c-scroll-header {
  position: fixed;
  background: #fff;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.l-header.c-scroll-header.active {
  transform: translateY(0);
}

.c-header-link {
  padding: 0 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 600;
  font-size: var(--font-size_m);
}

@media screen and (max-width: 1280px) {
  .c-header-link {
    font-size: var(--font-size_s);
    padding: 0 10px;
  }
}

.c-header-link.logo {
  padding: 0 45px 0 70px;
}

.c-header-link.logo a {
  display: block;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  .c-header-link.logo a {
    height: 35px;
  }
}

.c-header-link.logo a img.logo {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1280px) {
  .c-header-link.logo {
    padding: 0 15px 0 30px;
  }
}

@media screen and (max-width: 980px) {
  .c-header-link.logo {
    padding: 10px 15px;
  }

  .c-header-link.logo a {
    height: 30px;
  }
}

.c-header-link.c-scroll-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-header-link.c-scroll-link:after {
  content: url("../../img/2022/arrow-header.svg");
  display: block;
  width: 8px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -15px;
  transition: all 0.2s ease;
}

.c-header-link.c-scroll-link:hover::after {
  bottom: -20px;
}

.c-sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  z-index: 80;
}

.c-sp-nav.active {
  transform: translateY(0);
}

.c-sp-nav .c-nav {
  padding: 100px 0;
}

@media screen and (max-width: 980px) {
  .c-sp-nav .c-nav {
    padding: 50px 0 40px;
  }
}

.c-sp-nav .c-nav .c-header-link-sp a {
  display: block;
  width: 100%;
  padding: 20px 15px;
  text-align: left;
  font-weight: var(--font-weight_bold);
  border-bottom: 1px solid var(--c-grey);
  position: relative;
}

@media screen and (max-width: 480px) {
  .c-sp-nav .c-nav .c-header-link-sp a {
    font-size: 13px;
  }
}

.c-sp-nav .c-nav .c-header-link-sp a::after {
  content: url("../../img/2022/arrow_nav.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.c-sp-nav .c-nav-wrap {
  padding: 0 15px;
  width: 100%;
}

.c-sp-nav .u-btn-soudan {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-orange);
  font-weight: var(--font-weight_bold);
  font-size: 15px;
  color: var(--c-white);
  padding: 20px;
}

.c-sp-nav .u-btn-soudan img {
  display: block;
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.c-loading-bg {
  width: 100%;
  height: 100vh;
  transition: all 0.8s ease-in-out;
  background: var(--c-white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.c-loading-bg .c-loading-logo {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-loading-bg .c-loading-logo .logo {
  min-width: 160px;
  max-width: 320px;
  width: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: pulse 5s ease-in-out infinite;
  animation: pulse 5s ease-in-out infinite;
}

@-webkit-keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.u-contact {
  background: var(--c-orange);
  border-radius: 0 0 0 4px;
  box-sizing: border-box;
}

.u-contact a {
  display: flex;
  align-items: center;
  padding: 22px;
  height: 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .u-contact a {
    padding: 22px 15px;
  }
}

.u-contact a img {
  width: 36px;
  height: 36px;
}

.u-contact a p {
  color: var(--c-white);
  font-size: var(--font-size_l);
  font-weight: var(--font-weight_bold);
  line-height: 1.5;
  padding-left: 15px;
}

.u-contact a p::before,
.u-contact a p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.u-contact a p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.u-contact a p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 1280px) {
  .u-contact a p {
    font-size: var(--font-size_m);
  }
}

footer {
  padding: 50px;
  background: var(--c-black_02);
  color: var(--c-white);
}

@media screen and (max-width: 980px) {
  footer {
    padding: 40px 15px;
  }
}

footer .footer-logo {
  display: block;
  width: 35%;
  max-width: 355px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 980px) {
  footer .footer-logo {
    width: 60%;
    min-width: 213px;
  }
}

footer .footer-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
  footer .footer-nav-list {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

footer .footer-nav-list li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: var(--font-size_s);
}

@media screen and (max-width: 980px) {
  footer .footer-nav-list li {
    font-size: 12px;
  }
}

footer .footer-nav-list li a {
  color: var(--c-white);
  transition: all 0.3s ease-in-out;
}

footer .footer-nav-list li a:hover {
  opacity: 0.7;
}

footer .footer-nav-list li:before {
  content: "▲";
  display: block;
  font-size: 1em;
  transform: rotate(90deg);
  padding-top: 0.5em;
}

@media screen and (max-width: 980px) {
  footer small {
    font-size: 11px;
    white-space: nowrap;
    text-align: center;
  }
}

/*-------------------------------------------------
	Component
---------------------------------------------------*/
.l-wrapper {
  max-width: 1080px;
  margin: 0 auto;

}

.m-wrapper {
  max-width: 640px;
  margin: 0 auto;
}


.l-inner {
  padding: 100px 0;
}

@media screen and (max-width: 1130px) {
  .l-inner {
    padding: 100px 30px;
  }
}

@media screen and (max-width: 980px) {
  .l-inner {
    padding: 60px 15px;
  }
}

.c-title {
  text-align: center;
  font-size: var(--font-size_3xl);
  font-weight: var(--font-weight_bold);
  line-height: 1.7;
}

@media screen and (max-width: 980px) {
  .c-title {
    font-size: 18px;
  }
}

.c-subtitle {
  font-size: var(--font-size_xl);
  /* font-weight: var(--font-weight_bold); */
  line-height: 1.7;
}

@media screen and (max-width: 980px) {
  .c-subtitle {
    font-size: 15px;
  }
}

.c-copy {
  text-align: center;
  font-size: var(--font-size_l);
  font-weight: var(--font-weight_bold);
  line-height: 1.7;
}

@media screen and (max-width: 980px) {
  .c-copy {
    font-size: 13px;
  }
}

.c-description {
  font-size: var(--font-size_m);
  font-weight: var(--font-weight_bold);
  line-height: 1.7;
}

@media screen and (max-width: 980px) {
  .c-description {
    font-size: 13px;
  }
}

.c-text_sm {
  font-size: 12px;
}

.c-lubi {
  display: inline-block;
}

.c-lubi::before {
  content: "パワージーズ";
  display: block;
  font-size: var(--font-size_s);
  text-align: center;
  margin-bottom: -18px;
}

@media screen and (max-width: 980px) {
  .c-lubi::before {
    font-size: 12px;
    margin-bottom: -10px;
  }
}

.c-flex {
  display: flex;
}

.c-text-white {
  color: var(--c-white);
}

.c-text-blue {
  color: var(--c-blue);
}

.c-bg-white {
  background: var(--c-white);
}

.c-bg-blue {
  background: var(--c-blue_02);
}

.c-bg-grad {
  background: var(--c-grad-blue);
}

.c-bg-grad_r {
  background: var(--c-grad-blue_r);
}

.c-bg-pattern-dot {
  background: url("../../img/2022/bg-dot.png");
}

.c-btn,
a.c-btn {
  display: block;
  background: var(--c-orange);
  color: var(--c-white);
  width: 400px;
  margin: auto;
  font-size: var(--font-size_xl);
  font-weight: var(--font-weight_bold);
  text-align: center;
  line-height: 84px;
  border-radius: 42px;
}

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

  .c-btn,
  a.c-btn {
    width: 225px;
    line-height: 42px;
    font-size: 15px;
  }
}

.c-btn:hover,
a.c-btn:hover {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
  will-change: filter;
}

.c-btn.counseling,
a.c-btn.counseling {
  position: relative;
}

.c-btn.counseling:before,
a.c-btn.counseling:before {
  content: url("../../img/2022/fukidashi01.svg");
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 10;
}

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

  .c-btn.counseling:before,
  a.c-btn.counseling:before {
    content: url("../../img/2022/fukidashi01_sp.svg");
    width: 30px;
    height: 30px;
    top: -15px;
  }
}

.c-btn.counseling:after,
a.c-btn.counseling:after {
  content: url("../../img/2022/arrow-white.svg");
  display: block;
  width: auto;
  height: 10px;
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

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

  .c-btn.counseling:after,
  a.c-btn.counseling:after {
    top: 3.5px;
    right: 12px;
  }
}

.c-btn.counseling:hover:after,
a.c-btn.counseling:hover:after {
  right: 15px;
}

.c-btn-pagetop {
  position: fixed;
  z-index: 90;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.c-btn-pagetop.active {
  opacity: 1;
  pointer-events: auto;
}

.c-btn-pagetop:hover {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
  will-change: filter;
}

.c-btn-pagetop img {
  height: 40px;
}

.c-title-line {
  position: relative;
  margin-bottom: 90px;
}

@media screen and (max-width: 980px) {
  .c-title-line {
    margin-bottom: 50px;
  }
}

.c-title-line:before,
.c-title-line::after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  position: absolute;
  bottom: -30px;
}

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

  .c-title-line:before,
  .c-title-line::after {
    height: 2px;
    bottom: -18px;
  }
}

.c-title-line::before {
  background: var(--c-blue);
  right: 50%;
}

.c-title-line:after {
  background: var(--c-orange);
  left: 50%;
}

.c-content-flex {
  display: flex;
  flex-wrap: wrap;
  gap: var(--c-gap);
}

@media screen and (max-width: 980px) {
  .c-card-number {
    justify-content: center;
    min-width: 285px;
    width: 70%;
    margin: auto;
    gap: 20px;
  }
}

.c-card-number li {
  background: var(--c-white);
  border: 5px solid var(--c-blue);
  box-sizing: border-box;
  position: relative;
  flex: 1;
  padding: 58px 35px;
}

@media screen and (max-width: 980px) {
  .c-card-number li {
    min-width: 285px;
    width: 70%;
    padding: 30px;
  }
}

.c-card-number li .c-number {
  display: block;
  background: var(--c-blue);
  color: var(--c-white);
  padding: 9px 15px;
  line-height: 1;
  border-radius: 0 0 10px 0;
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: var(--font-size_l);
  font-weight: var(--font-weight_bold);
}

.c-card-number li p {
  font-size: var(--font-size_l);
  font-weight: var(--font-weight_bold);
  text-align: center;
  line-height: 1.7;
}

.c-card-number li p::before,
.c-card-number li p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.c-card-number li p::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.c-card-number li p::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 980px) {
  .c-card-number li p {
    font-size: 13px;
  }
}

.u-list-number {
  display: block;
  max-width: 662px;
  margin: auto;
}

.u-list-number li {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  background: var(--c-white);
}

@media screen and (max-width: 980px) {
  .u-list-number li {
    height: 80px;
  }
}

.u-list-number li span {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: var(--font-size_2xl);
  font-weight: var(--font-weight_bold);
  color: white;
  position: relative;
}

@media screen and (max-width: 980px) {
  .u-list-number li span {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.u-list-number li span img {
  display: block;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.u-list-number li:nth-of-type(odd) {
  border-color: var(--c-blue);
}

.u-list-number li:nth-of-type(odd) span {
  background: var(--c-blue);
}

.u-list-number li:nth-of-type(even) {
  border-color: var(--c-blue_03);
}

.u-list-number li:nth-of-type(even) span {
  background: var(--c-blue_03);
}

.u-list-number li:last-of-type {
  margin-bottom: 0;
}

.u-list-number li p.c-copy {
  padding-left: 20px;
}

@media screen and (max-width: 980px) {
  .u-list-number li p.c-copy {
    padding: 15px;
    text-align: left;
  }
}

.c-list-check li {
  padding-left: 2.5em;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .c-list-check li {
    margin-bottom: 19px;
  }
}

.c-list-check li:last-child {
  margin-bottom: 0;
}

.c-list-check li::before {
  content: url("../../img/2022/icon-check.svg");
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}

.c-list-flow {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

@media screen and (max-width: 980px) {
  .c-list-flow {
    flex-direction: column;
  }
}

.c-list-flow li {
  flex: 1;
  padding: 40px;
  width: calc(33.3333333333% - 12px);
  max-width: 344px;
  position: relative;
  z-index: 0;
  background: var(--c-white);
}

.c-list-flow li:last-of-type {
  margin-bottom: 0;
}

.c-list-flow li .arrow {
  height: 78px;
  padding: 15px 0;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  z-index: 30;
  background: white;
}

@media screen and (max-width: 980px) {
  .c-list-flow li .arrow {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .c-list-flow li {
    width: 100%;
    max-width: initial;
    display: flex;
    padding: 40px 20px;
    margin-bottom: 47px;
  }

  .c-list-flow li .content {
    display: flex;
  }

  .c-list-flow li .content figure {
    min-width: 40px;
    width: 10.6666666667%;
    margin-right: 20px;
  }

  .c-list-flow li .content figure img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.c-list-flow li .c-number {
  font-size: var(--font-size_4xl);
  font-weight: var(--font-weight_bold);
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 0 var(--c-blue), 1px -1px 0 var(--c-blue), -1px 1px 0 var(--c-blue), -1px -1px 0 var(--c-blue);
  position: absolute;
  top: -22px;
  left: 15px;
}

@media screen and (max-width: 980px) {
  .c-list-flow li .c-number {
    font-size: 34.5px;
  }
}

.c-list-flow li::after {
  content: url("../../img/2022/arrow-round_bl.svg");
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: -53px;
  transform: translateY(-50%);
  z-index: 30;
}

@media screen and (max-width: 980px) {
  .c-list-flow li::after {
    content: url("../../img/2022/arrow-round_bl_sp.svg");
    display: block;
    width: 48px;
    height: 48px;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
  }
}

.c-list-flow li:last-child::after {
  display: none;
}

.c-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

@media screen and (max-width: 980px) {
  .c-table tr {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.c-table tr th {
  padding: 20px;
  text-align: left;
  color: var(--c-white);
}

.c-table tr th:first-of-type {
  background: var(--c-blue);
}

.c-table tr th:nth-of-type(2) {
  background: var(--c-blue_04);
}

@media screen and (max-width: 980px) {
  .c-table tr th {
    font-size: 13px;
    padding: 10px;
    width: calc(50% - 2.5px);
  }
}

.c-table tr td {
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .c-table tr td {
    width: calc(50% - 2.5px);
    font-size: 13px;
    padding: 10px;
  }
}

.c-table tr td:first-of-type {
  background: var(--c-blue_02);
  font-weight: var(--font-weight_bold);
}

.c-table tr td:nth-of-type(2) {
  background: var(--c-white);
  padding: 20px 0 20px 20px;
}

@media screen and (max-width: 980px) {
  .c-table tr td:nth-of-type(2) {
    padding: 10px;
  }
}

.c-bnr {
  position: fixed;
  z-index: 40;
  right: 4rem;
  bottom: 2rem;
  width: 25%;
  max-width: 250px;
  min-width: 195px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1130px) {
  .c-bnr {
    right: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .c-bnr {
    bottom: auto;
    right: 1.5rem;
    min-width: 158px;
  }
}

.c-bnr .u-close-btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.c-bnr a.c-bnr-img {
  display: block;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
  will-change: filter;
  transition: all 0.3s ease-in-out;
}

.c-bnr a.c-bnr-img :hover {
  opacity: 1;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  will-change: filter;
}

.c-bnr a.c-bnr-img span {
  display: block;
}

.c-bnr a.c-bnr-img span img {
  transform: translateZ(0);
  will-change: filter;
}

/*-------------------------------------------------
	POWERGs
---------------------------------------------------*/
.l-kv {
  max-height: 640px;
  min-height: 430px;
  height: 85vh;
  width: 100%;
  background: #E0F6FF;
  position: relative;
}

.l-kv-wrapper {
  max-width: 1242px;
  margin: 0 5%;
}

@media screen and (min-width: 1367px) {

  .l-kv-wrapper {
    margin: 0 auto;
  }
}


.l-kv .kv-bg {
  position: absolute;
  height: 90%;
  width: 90%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 45%;
  top: 2em;
  z-index: 1;
  max-width: 60%;
}





.l-kv-wrapper h2 img {
  max-width: 75%;
}


}

.l-kv .l-kv-content {
  position: absolute;
  top: auto;
  z-index: 10;
}

.kv-pc {
  display: block;
}

.kv-sp {
  display: none;
}

@media screen and (max-width: 1120px) {
  .l-kv .kv-bg {
    left: 50%;
    top: 6em;
  }

  .l-kv {
    max-height: 560px;
  }
}

@media screen and (max-width: 980px) {
  .l-kv {
    height: 100vh;
    max-height: 450px;
    min-height: initial;
  }

  .l-kv .kv-bg {
    height: auto;
    top: 2em;
  }

}



@media screen and (max-height: 900px) {
  .l-kv .l-kv-content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .l-kv .kv-bg {
    top: 4em;
  }
}



@media screen and (max-width: 980px) {
  .l-kv .l-kv-content {
    margin-top: 25px;
    display: block;
    width: 100%;
  }

  .l-kv .l-kv-content .c-list-label li:last-child::before {
    top: 26% !important;
  }
}


@media screen and (max-width: 640px) {
  .l-kv .l-kv-content {
    width: 90%;
  }

  .l-kv .kv-bg {
    left: 10%;
    top: 25em;
    max-width: 100%;
    left: 0%;

  }

  .kv-pc {
    display: none;
  }

  .kv-sp {
    display: block;
  }

  .l-kv {
    height: 100vh;
    max-height: 600px;
    margin-bottom: 16em;
  }

  .l-gateway .alignLeft {
    text-align: center;
  }

  .l-gateway.w40 {
    width: 100%;
  }

  .l-kv-wrapper h2 img {
    max-width: 45%;
  }


}

@media screen and (max-width: 480px) {
  .l-kv .l-kv-content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 430px) {
  .l-kv {
    margin-bottom: 8em;
  }

  .future .inner .imgRight figcaption {
    font-size: 0.8em;
  }

  .height_sp img {
    height: 40px !important;
  }

  .future .inner .imgRight img,
  .l-system .v-sp {
    max-width: 100% !important;
  }

}

.l-kv .l-kv-content h2 {
  text-align: left;
  color: var(--c-blue);
  font-size: var(--font-size_3xl);
  line-height: 1.5;
  margin-bottom: 30px;
}

.l-kv .l-kv-content h2::before,
.l-kv .l-kv-content h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.l-kv .l-kv-content h2::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.l-kv .l-kv-content h2::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 980px) {
  .l-kv .l-kv-content h2 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
  }
}

.l-kv .l-kv-content .notion,
.l-kv .l-kv-content .notion-2 {
  display: none;
  font-weight: var(--font-weight_bold);
  text-align: center;
}

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

  .l-kv .l-kv-content .notion,
  .l-kv .l-kv-content .notion-2 {
    display: block;
  }
}

.l-kv .l-kv-content .notion {
  font-size: var(--font-size_m);
}

.l-kv .l-kv-content .notion-2 {
  font-size: var(--font-size_s);
}

.l-kv .l-kv-content p,
.download h2 {
  font-size: var(--font-size_l);
  font-weight: var(--font-weight_bold);
  line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .l-kv .l-kv-content p {
    font-size: 16px;
  }
}

.l-kv .l-kv-content .c-list-label li,
.download li {
  display: block;
  padding-left: 26px;
  text-align: left;
  font-weight: var(--font-weight_bold);
  line-height: 1;
  margin-bottom: 26px;
  position: relative;
}



.l-kv .l-kv-content .c-list-label li:before,
.download li:before {
  content: url("../../img/2022/icon-power.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.l-kv .l-kv-content .c-list-label li:last-child::before {
  top: 15%;
}


.download li {
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .l-kv .l-kv-content .c-list-label li {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  .l-members .l-inner {
    padding: 30px 15px;
  }
}

.l-members h3 {
  font-size: var(--font-size_xl);
  margin-bottom: 40px;
}

.l-members .logo-04 img {
  height: 36px;
  margin-top: -3%;
}

@media screen and (max-width: 520px) {
  .l-members .logo-04 img {
    height: auto;
  }
}


@media screen and (max-width: 980px) {
  .l-members h3 {
    font-size: var(--font-size_m);
    margin-bottom: 26px;
  }
}

.l-members .c-content-flex {
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 980px) {
  .l-members .c-content-flex {
    gap: 15px;
  }
}

.l-members .c-content-flex li {
  height: 25px;
  display: block;
}

@media screen and (max-width: 980px) {
  .l-members .c-content-flex li {
    width: calc(50% - 7.5px);
  }
}

.l-banner {
  background: url("../../img/2022/bg-banner.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .l-banner {
    height: auto;
  }
}

@media screen and (max-width: 980px) and (max-width: 980px) {
  .l-banner .l-inner {
    padding: 60px 15px 40px;
  }
}

.l-banner::before {
  content: url("../../img/2022/arrow-mazuha.svg");
  display: block;
  position: absolute;
  top: -0.5px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 980px) {
  .l-banner::before {
    content: url("../../img/2022/arrow-mazuha_sp.svg");
  }
}

.l-banner h2 {
  line-height: 1;
  margin-bottom: 38px;
}

@media screen and (max-width: 980px) {
  .l-banner h2 {
    margin-bottom: 18px;
  }
}

.l-banner p {
  text-align: center;
  font-weight: var(--font-weight_bold);
  margin-bottom: 40px;
  line-height: 1.5;
}

.l-banner p::before,
.l-banner p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.l-banner p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.l-banner p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 980px) {
  .l-banner p {
    font-size: 13px;
    margin-bottom: 32px;
  }
}

.l-usecase {
  background: var(--c-blue_02);
}

@media screen and (max-width: 980px) {
  .l-usecase .c-title-line {
    margin-bottom: 70px;
  }
}

.l-usecase .u-usecase-contents {
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .l-usecase .u-usecase-contents {
    gap: 35px 15px;
  }
}

.l-usecase .u-usecase-contents li {
  display: block;
  width: 200px;
  height: 140px;
  background: var(--c-white);
  border: 2px solid var(--c-blue);
  position: relative;
  padding-top: 48px;
}

@media screen and (max-width: 980px) {
  .l-usecase .u-usecase-contents li {
    width: calc(50% - 7.5px);
    max-width: 200px;
    min-width: 165px;
    height: auto;
    padding: 30px 0 24px;
  }
}

.l-usecase .u-usecase-contents li:last-child {
  padding-top: 40px;
}

@media screen and (max-width: 980px) {
  .l-usecase .u-usecase-contents li:last-child {
    padding: 30px 0 20px;
  }
}

.l-usecase .u-usecase-contents li figure {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.l-usecase .u-usecase-contents li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-usecase .u-usecase-contents li p {
  text-align: center;
  margin: auto;
  font-weight: var(--font-weight_bold);
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .l-usecase .u-usecase-contents li p {
    font-size: 13px;
  }
}

.l-notion {
  display: inline-block;
  width: 100%;
  line-height: 119px;
  color: var(--c-white);
}

@media screen and (max-width: 980px) {
  .l-notion {
    line-height: 74px;
  }
}

.l-graph .c-content-flex {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .l-graph .c-content-flex {
    display: block;
  }
}

.l-graph .c-content-flex .left {
  width: 344px;
  height: auto;
}

.l-graph .c-content-flex .left figcaption {
  text-align: left;
  font-size: var(--font-size_l);
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .l-graph .c-content-flex .left figcaption {
    font-size: 11px;
  }
}

@media screen and (max-width: 980px) {
  .l-graph .c-content-flex .left {
    width: 50%;
    max-width: 344px;
    min-width: 206px;
    margin: 0 auto 40px;
  }

  .l-graph .c-content-flex .left figure {
    margin-bottom: 10px;
  }
}

.l-graph .c-content-flex .right {
  flex: 1;
  max-width: 623px;
}

@media screen and (max-width: 980px) {
  .l-graph .c-content-flex .right {
    margin: auto;
  }
}

.l-graph .c-content-flex .right h3 {
  text-align: left;
  font-size: var(--font-size_xl);
  line-height: 1.7;
  margin-bottom: 14px;
}

.l-graph .c-content-flex .right h3::before,
.l-graph .c-content-flex .right h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.l-graph .c-content-flex .right h3::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.l-graph .c-content-flex .right h3::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 980px) {
  .l-graph .c-content-flex .right h3 {
    font-size: var(--font-size_m);
  }
}

.l-graph .c-content-flex .right p {
  color: var(--c-black);
  line-height: 1.7;
}

.l-graph .c-content-flex .right p::before,
.l-graph .c-content-flex .right p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.l-graph .c-content-flex .right p::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.l-graph .c-content-flex .right p::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 980px) {
  .l-graph .c-content-flex .right p {
    font-size: 13px;
  }
}

.l-reason {
  background: url("../../img/2022/bg03.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-reason .c-title {
  color: var(--c-white);
}

@media screen and (max-width: 980px) {
  .l-reason .c-title {
    font-size: 16px;
  }
}

.l-reason .arrow {
  display: block;
  width: auto;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 40px auto;
}

@media screen and (max-width: 980px) {
  .l-reason .arrow {
    height: 20px;
    margin: 20px auto 15px;
  }
}

.l-reason .arrow img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-reason h3.c-title {
  line-height: 1.7;
}

.l-reason h3.c-title::before,
.l-reason h3.c-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.l-reason h3.c-title::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.l-reason h3.c-title::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 980px) {
  .l-merit {
    font-size: 16px;
  }
}

.l-merit .c-copy.merit {
  margin-bottom: 47px;
}

@media screen and (max-width: 980px) {
  .l-merit .c-copy.merit {
    margin-bottom: 24px;
  }
}

.l-merit .arrow {
  display: block;
  margin: 74px auto 64px;
}

@media screen and (max-width: 980px) {
  .l-merit .arrow {
    height: 20px;
    margin: 20px auto 15px;
  }
}

.l-merit .arrow img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-merit h3.c-title {
  margin-bottom: 40px;
}

.l-merit .c-img-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .l-merit .c-img-wrap {
    width: 60%;
    min-width: 194px;
  }

  .l-merit .c-img-wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 980px) {
  .l-need {
    font-size: 16px;
  }
}

.l-need .u-list-with-img li {
  margin-bottom: 40px;
}

.l-need .u-list-with-img li:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
  .l-need .u-list-with-img li:last-child {
    margin-bottom: 40px;
  }
}

.l-need .u-list-with-img li p.sp-discription {
  display: none;
}

@media screen and (max-width: 980px) {
  .l-need .u-list-with-img li p.sp-discription {
    display: inline;
    font-size: 12px;
    line-height: 1.7;
  }
}

.l-need .u-list-with-img .c-flex,
.download .c-flex {
  justify-content: space-between;
  align-items: center;
}

.download .download-btn {
  display: block;
}

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

  .l-need .u-list-with-img .c-flex,
  .download .c-flex {
    align-items: flex-start;
    margin-bottom: 24px;
  }
}

.l-need .u-list-with-img .c-flex.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 980px) {
  .l-need .u-list-with-img .c-flex.reverse {
    flex-direction: row;
  }
}

.l-need .u-list-with-img .c-flex .left,
.download .c-flex .left {
  display: block;
  width: 344px;
}

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

  .l-need .u-list-with-img .c-flex .left,
  .download .c-flex .left {
    margin-right: 30px;
  }
}

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

  .l-need .u-list-with-img .c-flex .left,
  .download .c-flex .left {
    width: 33%;
    min-width: 105px;
    margin-right: 15px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1130px) {
  .l-need .u-list-with-img .c-flex.reverse .left {
    margin-left: 30px;
  }
}

@media screen and (max-width: 980px) {
  .l-need .u-list-with-img .c-flex.reverse .left {
    width: 33%;
    min-width: 105px;
    margin-left: 0;
    margin-right: 15px;
    flex-shrink: 0;
  }
}

.l-need .u-list-with-img .c-flex .right,
.download .c-flex .right {
  flex: 1;
  max-width: 673px;
}

.l-need .u-list-with-img .c-flex .right h3,
.future h3 {
  display: flex;
  align-items: center;
}

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

  .l-need .u-list-with-img .c-flex .right h3,
  .future h3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .future .inner .imgRight {
    margin: 0 0 1em 3em;
  }
}

.l-need .u-list-with-img .c-flex .right h3 .num,
.future .num {
  display: inline-block;
  font-size: 70px;
  color: var(--c-blue);
  font-weight: var(--font-weight_bold);
  margin-right: 28px;
}

@media screen and (max-width: 768px) {
  .future .fsL {
    font-size: 100%;
  }
}

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

  .l-need .u-list-with-img .c-flex .right h3 .num,
  .future .num {
    font-size: 30px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }


  .future .inner .imgRight {
    text-align: center;
    margin: 0 0 1em 1em;
  }

  .future .inner .imgRight img {

    max-width: 400px;
    width: 100%;
  }



  .future .inner .imgRight figcaption {
    max-width: 400px;
    margin: 3% auto;
    text-align: left;
  }

  .future .inner .w50 {
    width: 100%;
  }

  .future .c-flex {
    display: block;
    ;
  }

}

.l-need .u-list-with-img .c-flex .right h3 p,
.future .hedding {
  font-size: var(--font-size_2xl);
}

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

  .l-need .u-list-with-img .c-flex .right h3 p,
  .future .hedding {
    font-size: 18px;
    line-height: 1.5;
  }
}

.l-need .u-list-with-img .c-flex .right p.discription {
  font-size: var(--font-size_l);
}

@media screen and (max-width: 980px) {
  .l-need .u-list-with-img .c-flex .right p.discription {
    display: none;
  }
}

.l-need .c-text_sm {
  text-align: center;
}

.l-probrem h2 {
  padding-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .l-probrem .c-content-flex {
    flex-direction: column;
    gap: 23px;
  }
}

.l-probrem .c-content-flex li {
  display: flex;
  width: calc(50% - 12px);
  box-sizing: border-box;
  align-items: center;
  max-width: 528px;
  background: var(--c-grey);
  border: 5px solid var(--c-grey_02);
  padding: 30px 40px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .l-probrem .c-content-flex li {
    width: 70%;
    min-width: 285px;
    margin: auto;
    padding: 15px;
    padding-right: 0;
  }
}

.l-probrem .c-content-flex li::before {
  content: url("../../img/2022/icon-probrem.svg");
  display: block;
  position: absolute;
  top: -13px;
  left: 7px;
  z-index: 10;
  width: 25px;
  height: 25px;
}

.l-probrem .c-content-flex li img {
  width: 80px;
  margin-right: 20px;
}

@media screen and (max-width: 980px) {
  .l-probrem .c-content-flex li img {
    width: 50px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
  }
}

.u-slash {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}

.u-slash::before,
.u-slash::after {
  content: "";
  display: block;
  width: 2px;
  height: 41px;
  background: var(--c-blue);
  position: absolute;
  top: 50%;
}

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

  .u-slash::before,
  .u-slash::after {
    width: 1px;
    height: 20px;
  }
}

.u-slash::before {
  left: -0.5em;
  transform: translateY(-50%) rotate(-30deg);
}

@media screen and (max-width: 980px) {
  .u-slash::before {
    left: -0.8em;
  }
}

.u-slash::after {
  right: -0.5em;
  transform: translateY(-50%) rotate(30deg);
}

@media screen and (max-width: 980px) {
  .u-slash::after {
    right: -0.8em;
  }
}

.l-recommend {
  text-align: center;
  color: var(--c-white);
  position: relative;
}

.l-recommend::before {
  content: url("../../img/2022/arrow-wh.svg");
  display: block;
  position: absolute;
  top: -0.5px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 980px) {
  .l-recommend::before {
    content: url("../../img/2022/arrow-wh_sp.svg");
  }
}

.l-recommend h2 .u-title-lubi {
  display: inline-block;
  font-size: var(--font-size_4xl);
}

@media screen and (max-width: 980px) {
  .l-recommend h2 .u-title-lubi {
    font-size: 20px;
  }
}

.l-recommend h2 .u-title-lubi::before {
  content: "パワージーズ";
  display: block;
  font-size: var(--font-size_s);
  text-align: center;
  margin-bottom: -18px;
}

@media screen and (max-width: 980px) {
  .l-recommend h2 .u-title-lubi::before {
    font-size: 12px;
    margin-bottom: -10px;
  }
}

.l-recommend h2 .u-title-lubi::after {
  content: "";
  display: block;
  background: var(--c-orange);
  height: 10px;
  width: 100%;
  margin-top: -10px;
}

@media screen and (max-width: 980px) {
  .l-recommend h2 .u-title-lubi::after {
    margin-top: 0;
  }
}

@media screen and (max-width: 980px) {
  .l-recommend h2 .pre {
    font-size: 16px;
  }

  .l-recommend h2 .content {
    font-size: 18px;
  }
}

@media screen and (max-width: 980px) {
  .l-description .c-title {
    font-size: 18px;
  }
}

.l-description .c-title .u-lubi {
  display: inline-block;
}

.c-title .u-lubi::before {
  content: "パワージーズ";
  display: block;
  font-size: var(--font-size_s);
  text-align: center;
  margin-bottom: -18px;
}

@media screen and (max-width: 980px) {
  .c-title .u-lubi::before {
    font-size: 12px;
    margin-bottom: -11px;
  }
}

.c-subtitle {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .c-subtitle {
    font-size: 15px;
  }
}

.c-subtitle .u-lubi {
  display: inline-block;
}

.c-subtitle .u-lubi::before {
  content: "パワージーズ";
  display: block;
  font-size: var(--font-size_s);
  text-align: center;
  margin-bottom: -13px;
}

@media screen and (max-width: 980px) {
  .c-subtitle .u-lubi::before {
    font-size: 12px;
    margin-bottom: -11px;
  }
}

.c-subtitle .small {
  font-size: 12px;
}

.c-content-flex {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .c-content-flex {
    flex-direction: column;
  }
}

.c-content-flex .left {
  display: block;
  width: 344px;
  margin-right: 30px;
}

@media screen and (max-width: 980px) {
  .c-content-flex .left {
    width: 50%;
    min-width: 177px;
    margin: auto;
  }
}

.c-content-flex .right {
  flex: 1;
  max-width: 682px;
}

.c-content-flex .right .c-copy,
.w50.c-fade.c-bottom.fade-v .c-copy {
  text-align: left;
  font-weight: var(--font-weight_normal);
  margin-bottom: 20px;
}

.l-charactor {
  background: url("../../img/2022/bg-charactor.jpg") center top no-repeat;
}

.l-charactor .c-card-number li {
  border: 11px solid var(--c-orange);
  width: calc(50% - 12px);
  flex: initial;
  padding: 50px;
}

@media screen and (max-width: 980px) {
  .l-charactor .c-card-number li {
    border-width: 5px;
    padding: 25px 20px;
    width: 70%;
    min-width: 285px;
  }
}

.l-charactor .c-card-number li .c-number {
  background: var(--c-orange);
  font-size: var(--font-size_2xl);
  padding: 18px 21px 15px 14px;
  top: -11px;
  left: -11px;
}

@media screen and (max-width: 980px) {
  .l-charactor .c-card-number li .c-number {
    top: -5px;
    left: -5px;
    font-size: var(--font-size_m);
    padding: 14px 20px 12px 14px;
  }
}

.l-charactor .c-card-number li .c-number .small {
  font-size: var(--font-size_s);
}

@media screen and (max-width: 980px) {
  .l-charactor .c-card-number li .c-number .small {
    font-size: 13px;
  }
}

@media screen and (max-width: 980px) {
  .l-charactor .c-card-number li figure {
    height: 30px;
    margin-bottom: 15px;
  }

  .l-charactor .c-card-number li figure img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.l-charactor .c-card-number li .c-title {
  margin-bottom: 30px;
  line-height: 1;
}

@media screen and (max-width: 980px) {
  .l-charactor .c-card-number li .c-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.l-charactor .c-card-number li p {
  font-size: var(--font-size_md);
  font-weight: var(--font-weight_bold);
  text-align: center;
  line-height: 1.7;
}

.l-charactor .c-card-number li p::before,
.l-charactor .c-card-number li p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.l-charactor .c-card-number li p::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.l-charactor .c-card-number li p::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 980px) {
  .l-charactor .c-card-number li p {
    font-size: 13px;
  }
}

/* .l-system figure {
  max-width: 896px;
  margin: 0 auto 80px;
} */

.l-system .c-text-wrap {
  max-width: 712px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .l-system .c-text-wrap {
    width: 70%;
    min-width: 285px;
  }

  .l-system .v-sp {
    max-width: 400px;
    margin: 0 auto;

  }
}

.l-system .c-text-wrap h3 {
  width: 100%;
  display: inline-block;
  padding: 30px 30px 20px 30px;
  background: var(--c-blue);
  color: var(--c-white);
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .l-system .c-text-wrap h3 {
    height: 73px;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 26px;
  }
}

.l-system .c-text-wrap .c-list-check .c-copy {
  text-align: left;
}

.l-system .c-text-wrap .c-list-check .c-copy::before,
.l-system .c-text-wrap .c-list-check .c-copy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.l-system .c-text-wrap .c-list-check .c-copy::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.l-system .c-text-wrap .c-list-check .c-copy::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 980px) {
  .l-system .c-text-wrap .c-list-check .c-copy {
    font-size: 15px;
  }
}

.l-gateway figure {
  width: 100%;
  max-width: 589px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 980px) {
  .l-gateway figure {
    width: 70%;
    min-width: 285px;
    margin: 0 auto 30px;
  }
}

.l-gateway .c-copy {
  font-weight: var(--font-weight_normal);
  margin-bottom: 40px;
}

.l-gateway .c-btn.gateway {
  background: var(--c-white);
  color: var(--c-blue);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  will-change: filter;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 980px) {
  .l-gateway .c-btn.gateway {
    font-size: 13px;
  }
}

.l-gateway .c-btn.gateway:hover {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
  will-change: filter;
}

.l-gateway .c-btn.gateway:after {
  content: url("../../img/2022/arrow-blue.svg");
  display: block;
  width: auto;
  height: 10px;
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 980px) {
  .l-gateway .c-btn.gateway:after {
    top: 5px;
    right: 12px;
  }
}

.l-gateway .c-btn.gateway:hover:after {
  right: 15px;
}

@media screen and (max-width: 980px) {
  .l-gateway .c-btn.gateway:hover:after {
    right: 8px;
  }
}

@media screen and (max-width: 980px) {
  .l-flow .c-title-line {
    margin-bottom: 67px;
  }
}

.l-flow .c-copy {
  margin-bottom: 5px;
}

@media screen and (max-width: 980px) {
  .l-flow .c-copy {
    text-align: left;
    font-size: 15px;
  }
}

.l-flow .c-description,
.l-system .c-description,
.future .c-description {
  font-weight: var(--font-weight_normal);
}

.l-price {
  color: var(--c-white);
}

.l-price p.c-copy {
  margin-bottom: 36px;
}

@media screen and (max-width: 980px) {
  .l-price .l-inner {
    padding: 40px;
  }
}

.l-faq dl dt,
.l-faq dl dd {
  display: flex;
  align-items: center;
}

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

  .l-faq dl dt,
  .l-faq dl dd {
    display: table;
    align-items: stretch;
  }
}

.l-faq dl dt .question,
.l-faq dl dt .answer,
.l-faq dl dd .question,
.l-faq dl dd .answer {
  display: block;
  width: 100px;
  height: 100px;
  font-size: var(--font-size_2xl);
  flex-shrink: 0;
  font-weight: var(--font-weight_bold);
  line-height: 100px;
}

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

  .l-faq dl dt .question,
  .l-faq dl dt .answer,
  .l-faq dl dd .question,
  .l-faq dl dd .answer {
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    height: 100%;
    min-height: 45px;
    line-height: 45px;
  }
}

.l-faq dl dt p,
.l-faq dl dd p {
  flex: 1;
  display: inline-block;
  padding-left: 20px;
  text-align: left;
}

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

  .l-faq dl dt p,
  .l-faq dl dd p {
    display: table-cell;
    vertical-align: middle;
  }
}

.l-faq dl dt .question {
  background: var(--c-blue_02);
}

@media screen and (max-width: 980px) {
  .l-faq dl dt p {
    font-size: 15px;
  }
}

.l-faq dl dd {
  margin-bottom: 20px;
}

.l-faq dl dd .answer {
  background: var(--c-blue);
  color: var(--c-white);
}

@media screen and (max-width: 980px) {
  .l-faq dl dd p {
    font-weight: var(--font-weight_normal);
  }
}

.page-title .l-inner {
  padding: 30px;
}

@media screen and (max-width: 980px) {
  .page-title .l-inner .c-title {
    font-size: 20px;
  }
}

.l-gateway-about img {
  margin-bottom: 40px;
}

.l-gateway-about .c-copy {
  text-align: left;
  font-weight: var(--font-weight_normal);
}

@media screen and (max-width: 980px) {
  .l-gateway-about .c-copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) {
  .l-gateway-about .l-inner {
    padding: 40px 15px 50px;
  }
}

.l-gateway-reason {
  position: relative;
}

.l-gateway-reason .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-gateway-reason .c-title {
  line-height: 1.25;
}

@media screen and (max-width: 980px) {
  .l-gateway-reason .c-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 980px) {
  .l-gateway-reason .c-title .c-subtitle {
    font-size: 16px;
  }
}

.l-gateway-reason .c-title-line {
  margin-bottom: 110px;
}

.l-gateway-reason .c-title-line::before,
.l-gateway-reason .c-title-line::after {
  bottom: -40px;
}

.l-gateway-reason .c-lubi::before {
  content: "パワージーズ";
  display: block;
  font-size: var(--font-size_s);
  text-align: center;
  margin-bottom: -8px;
}

@media screen and (max-width: 980px) {
  .l-gateway-reason .c-lubi::before {
    font-size: 12px;
  }
}

@media screen and (max-width: 980px) {
  .l-gateway-reason .c-card-number {
    gap: 40px;
  }
}

.l-gateway-reason .c-card-number li {
  padding: 40px 16px 20px;
  border: 2px solid var(--c-orange);
}

@media screen and (max-width: 980px) {
  .l-gateway-reason .c-card-number li {
    display: block;
    min-width: 285px;
    width: 70%;
    padding: 25px 20px;
  }
}

.l-gateway-reason .c-card-number li .c-number {
  background: var(--c-orange);
  top: -14px;
  left: -2px;
  padding: 5px 10px;
  border-radius: 0;
  font-size: var(--font-size_xl);
}

.l-gateway-reason .c-card-number li .c-number .small {
  font-size: var(--font-size_s);
}

@media screen and (max-width: 980px) {
  .l-gateway-reason .c-card-number li .c-number {
    padding: 10px 5px 15px;
    top: -27px;
    font-size: 16px;
  }

  .l-gateway-reason .c-card-number li .c-number .small {
    font-size: 12px;
  }
}

.l-gateway-reason .c-card-number li h3.c-copy {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c-orange);
  margin-bottom: 16px;
}

@media screen and (max-width: 980px) {
  .l-gateway-reason .c-card-number li h3.c-copy {
    font-size: 15px;
  }
}

.l-gateway-reason .c-card-number li p.c-description {
  text-align: left;
  font-size: var(--font-size_m);
  font-weight: var(--font-weight_normal);
  margin: 0 -3px;
}

@media screen and (max-width: 980px) {
  .l-gateway-reason .c-card-number li p.c-description {
    font-size: 13px;
  }
}

.l-gateway-function .c-copy {
  text-align: left;
  font-weight: var(--font-weight_normal);
  margin-bottom: 60px;
}

.l-gateway-function .c-subtitle {
  text-align: left;
  margin-bottom: 30px;
}

.l-gateway-function .c-content-flex {
  gap: var(--c-gap);
  margin-bottom: 80px;
}

@media screen and (max-width: 980px) {
  .l-gateway-function .c-content-flex {
    display: block;
  }
}

.l-gateway-function .c-content-flex .left,
.l-gateway-function .c-content-flex .right {
  flex: 1;
  width: calc(50% - 12px);
}

@media screen and (max-width: 980px) {
  .l-gateway-function .c-content-flex .left {
    width: 60%;
    max-width: 528px;
    min-width: 226px;
    margin: 0 auto 40px;
  }
}

.l-gateway-function .c-content-flex table.right {
  border-collapse: separate;
  border-spacing: 0 4px;
  margin-top: -4px;
}

.l-gateway-function .c-content-flex table.right th {
  background: var(--c-blue_02);
  text-align: left;
  padding: 10px 20px;
  width: 160px;
}

.l-gateway-function .c-content-flex table.right td {
  padding: 10px 20px;
  background: white;
}

@media screen and (max-width: 980px) {
  .l-gateway-function .c-content-flex table.right {
    width: 100%;
    display: block;
  }

  .l-gateway-function .c-content-flex table.right tbody,
  .l-gateway-function .c-content-flex table.right tr {
    width: 100%;
    display: block;
  }

  .l-gateway-function .c-content-flex table.right th {
    padding: 10px;
    width: 100%;
    font-size: 13px;
    display: block;
  }

  .l-gateway-function .c-content-flex table.right td {
    width: 100%;
    padding: 10px;
    background: white;
    font-size: 13px;
    line-height: 2;
    display: block;
  }

  .l-gateway-function .c-content-flex table.right td::before,
  .l-gateway-function .c-content-flex table.right td::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }

  .l-gateway-function .c-content-flex table.right td::before {
    margin-top: calc((1 - 2) * 0.5em);
  }

  .l-gateway-function .c-content-flex table.right td::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.l-gateway-howto .c-subtitle {
  text-align: center;
  margin-bottom: 60px;
}

.l-gateway-howto figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .l-gateway-howto figure {
    margin-bottom: 0;
  }
}

.l-gateway-howto .c-copy {
  margin-bottom: 15px;
  line-height: 1;
}

@media screen and (max-width: 980px) {
  .l-gateway-howto .c-copy {
    text-align: left;
  }
}

.l-gateway-howto .c-description {
  font-weight: var(--font-weight_normal);
}

@media screen and (max-width: 980px) {
  .l-gateway-howto content {
    padding: 40px 30px;
  }
}

.l-gateway-alignment .c-copy {
  font-weight: var(--font-weight_normal);
  text-align: left;
  margin-bottom: 60px;
}

.l-gateway-alignment img {
  width: 100%;
  max-width: 896px;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .l-gateway-alignment img {
    max-width: 480px;
    margin: auto;
  }
}

.l-gateway-models .c-copy {
  font-weight: var(--font-weight_normal);
  margin-bottom: 70px;
}

/*-------------------------------------------------
	Scroll Animation
---------------------------------------------------*/
/* スクロール用アニメーション c-fadeは必須 (例 "c-fade c-right") */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rightIn {
  0% {
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rightIn {
  0% {
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes leftIn {
  0% {
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes leftIn {
  0% {
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes bottomIn {
  0% {
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bottomIn {
  0% {
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes leftInBit {
  0% {
    transform: translateX(-1em);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes leftInBit {
  0% {
    transform: translateX(-1em);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.c-fade {
  opacity: 0;
}

.c-fade.fade-v {
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
}

.c-right {
  opacity: 0;
}

.c-right.fade-v {
  -webkit-animation: rightIn 1s ease forwards;
  animation: rightIn 1s ease forwards;
}

.c-left {
  opacity: 0;
}

.c-left.fade-v {
  -webkit-animation: leftIn 1s ease forwards;
  animation: leftIn 1s ease forwards;
}

.c-bottom {
  opacity: 0;
}

.c-bottom.fade-v {
  -webkit-animation: bottomIn 1s ease forwards;
  animation: bottomIn 1s ease forwards;
}

.c-left-bit {
  opacity: 0;
}

.c-left-bit.fade-v {
  -webkit-animation: leftIn 1s ease forwards;
  animation: leftIn 1s ease forwards;
}

/* 順番表示 */
.c-right-order {
  opacity: 0;
}

.c-right-order.fade-v:nth-child(1) {
  -webkit-animation: 1s rightIn 0.1s ease forwards;
  animation: 1s rightIn 0.1s ease forwards;
}

.c-right-order.fade-v:nth-child(2) {
  -webkit-animation: 1s rightIn 0.2s ease forwards;
  animation: 1s rightIn 0.2s ease forwards;
}

.c-right-order.fade-v:nth-child(3) {
  -webkit-animation: 1s rightIn 0.3s ease forwards;
  animation: 1s rightIn 0.3s ease forwards;
}

.c-right-order.fade-v:nth-child(4) {
  -webkit-animation: 1s rightIn 0.4s ease forwards;
  animation: 1s rightIn 0.4s ease forwards;
}

.c-right-order.fade-v:nth-child(5) {
  -webkit-animation: 1s rightIn 0.5s ease forwards;
  animation: 1s rightIn 0.5s ease forwards;
}

.c-right-order.fade-v:nth-child(6) {
  -webkit-animation: 1s rightIn 0.6s ease forwards;
  animation: 1s rightIn 0.6s ease forwards;
}

.c-right-order.fade-v:nth-child(7) {
  -webkit-animation: 1s rightIn 0.7s ease forwards;
  animation: 1s rightIn 0.7s ease forwards;
}

.c-right-order.fade-v:nth-child(8) {
  -webkit-animation: 1s rightIn 0.8s ease forwards;
  animation: 1s rightIn 0.8s ease forwards;
}

.c-right-order.fade-v:nth-child(9) {
  -webkit-animation: 1s rightIn 0.9s ease forwards;
  animation: 1s rightIn 0.9s ease forwards;
}

.c-right-order.fade-v:nth-child(10) {
  -webkit-animation: 1s rightIn 1s ease forwards;
  animation: 1s rightIn 1s ease forwards;
}

.c-right-order.fade-v:nth-child(11) {
  -webkit-animation: 1s rightIn 1.1s ease forwards;
  animation: 1s rightIn 1.1s ease forwards;
}

.c-right-order.fade-v:nth-child(12) {
  -webkit-animation: 1s rightIn 1.2s ease forwards;
  animation: 1s rightIn 1.2s ease forwards;
}

.c-right-order.fade-v:nth-child(13) {
  -webkit-animation: 1s rightIn 1.3s ease forwards;
  animation: 1s rightIn 1.3s ease forwards;
}

.c-right-order.fade-v:nth-child(14) {
  -webkit-animation: 1s rightIn 1.4s ease forwards;
  animation: 1s rightIn 1.4s ease forwards;
}

.c-right-order.fade-v:nth-child(15) {
  -webkit-animation: 1s rightIn 1.5s ease forwards;
  animation: 1s rightIn 1.5s ease forwards;
}

.c-right-order.fade-v {
  -webkit-animation: rightIn 1s ease forwards;
  animation: rightIn 1s ease forwards;
}

.c-bottom-order {
  opacity: 0;
}

.c-bottom-order.fade-v:nth-child(1) {
  -webkit-animation: 1s bottomIn 0.1s ease forwards;
  animation: 1s bottomIn 0.1s ease forwards;
}

.c-bottom-order.fade-v:nth-child(2) {
  -webkit-animation: 1s bottomIn 0.2s ease forwards;
  animation: 1s bottomIn 0.2s ease forwards;
}

.c-bottom-order.fade-v:nth-child(3) {
  -webkit-animation: 1s bottomIn 0.3s ease forwards;
  animation: 1s bottomIn 0.3s ease forwards;
}

.c-bottom-order.fade-v:nth-child(4) {
  -webkit-animation: 1s bottomIn 0.4s ease forwards;
  animation: 1s bottomIn 0.4s ease forwards;
}

.c-bottom-order.fade-v:nth-child(5) {
  -webkit-animation: 1s bottomIn 0.5s ease forwards;
  animation: 1s bottomIn 0.5s ease forwards;
}

.c-bottom-order.fade-v:nth-child(6) {
  -webkit-animation: 1s bottomIn 0.6s ease forwards;
  animation: 1s bottomIn 0.6s ease forwards;
}

.c-bottom-order.fade-v:nth-child(7) {
  -webkit-animation: 1s bottomIn 0.7s ease forwards;
  animation: 1s bottomIn 0.7s ease forwards;
}

.c-bottom-order.fade-v:nth-child(8) {
  -webkit-animation: 1s bottomIn 0.8s ease forwards;
  animation: 1s bottomIn 0.8s ease forwards;
}

.c-bottom-order.fade-v:nth-child(9) {
  -webkit-animation: 1s bottomIn 0.9s ease forwards;
  animation: 1s bottomIn 0.9s ease forwards;
}

.c-bottom-order.fade-v:nth-child(10) {
  -webkit-animation: 1s bottomIn 1s ease forwards;
  animation: 1s bottomIn 1s ease forwards;
}

.c-bottom-order.fade-v:nth-child(11) {
  -webkit-animation: 1s bottomIn 1.1s ease forwards;
  animation: 1s bottomIn 1.1s ease forwards;
}

.c-bottom-order.fade-v:nth-child(12) {
  -webkit-animation: 1s bottomIn 1.2s ease forwards;
  animation: 1s bottomIn 1.2s ease forwards;
}

.c-bottom-order.fade-v:nth-child(13) {
  -webkit-animation: 1s bottomIn 1.3s ease forwards;
  animation: 1s bottomIn 1.3s ease forwards;
}

.c-bottom-order.fade-v:nth-child(14) {
  -webkit-animation: 1s bottomIn 1.4s ease forwards;
  animation: 1s bottomIn 1.4s ease forwards;
}

.c-bottom-order.fade-v:nth-child(15) {
  -webkit-animation: 1s bottomIn 1.5s ease forwards;
  animation: 1s bottomIn 1.5s ease forwards;
}

.c-bottom-order.fade-v {
  -webkit-animation: bottomIn 1s ease forwards;
  animation: bottomIn 1s ease forwards;
}

/*# sourceMappingURL=style.css.map */

blockquote {
  position: relative;
  padding: 40px 30px 30px 30px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

